@charset "utf-8";
@import url("https://www.granbellhotel.jp/kyoto/rakuten/top/css/font_style.css");

/* CSS Information========
Table of Contents:
 * info

========================== */
#contents {
  width: 950px;
  margin: 10px auto;
}
#contents .info p {
  border: 1px #999 solid;
  padding: 12px;
  text-align: center;
  margin: 50px auto 30px;
  font-size: 14px;
  line-height: 1.7;
}
#contents .main_copy {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  font-size: 14px;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 10px;
}

#contents ul {
  list-style: none;
}
#contents img {
  width: 100%;
}
#contents section p {
  margin: 30px 0 50px 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 15px;
}
#contents section dl.detail_box {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.8;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin-left: 80px;
}
#contents section dl.attention {
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 10px;
}
#contents section dl.attention dt {
  width: 100%;
}
#contents section dl.attention dd {
  margin: 0;
}

#contents table {
  border: 1px #cccccc;
  clear: both;
  width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 20%;
}
#contents table tr .lh {
  line-height: 1.8;
  padding: 10px 20px;
}
#contents a {
  text-decoration: none;
}
#contents a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#contents .mt_20 {
  margin-top: 20px;
}
#contents .mb_30 {
  margin-bottom: 30px;
}
#contents .mb_60 {
  margin-bottom: 60px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a {
  font-size: 13px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 23px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
/* =======================
	　とび先リンク配置
========================== */
.link {
  margin-top: -170px;
  padding-top: 170px;
  display: block;
}
/* =======================
	　ページ内リンク
========================== */
#contents .p_navi {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 0;
  margin: 40px auto 70px;
}
#contents .p_navi li {
  width: 251px;
  text-align: center;
  border-left: #adadad solid 1px;
  font-size: 1rem;
}
#contents .p_navi li:last-child {
  border-right: #adadad solid 1px;
}
#contents .p_navi li a {
  color: #333;
}
#contents .p_navi li a:hover {
  color: #999;
}

/* =======================
　　　スライド
========================== */
#hero_image_main {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image_main.main_slide {
  position: relative;
}

#hero_image_detail.main_slide {
  height: 300px;
}

.out {
  position: relative;
}

#hero_image_main input {
  display: none;
}

#hero_image_main .in {
  display: flex;
  justify-content: center;
  margin: -40px 0 50px;
}

label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c0c0c0;
  opacity: 1;
  border-radius: 100%;
  animation: slidebutton 31.5s infinite;
}

.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}

/* #hero_image_main */
#hero_image_main input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image_main input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#hero_image_main input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#hero_image_main input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
#hero_image_main input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
#hero_image_main input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before {
  background: #404040;
  opacity: 1;
}
#hero_image_main label span::before {
  animation: slidebutton1 21s infinite;
}
@keyframes slidebutton1 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  2.3% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  16.6% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  18.9% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#hero_image_main label:nth-of-type(2) span::before,
#hero_image_main label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image_main label:nth-of-type(3) span::before,
#hero_image_main label:nth-of-type(3) img {
  animation-delay: 7s;
}
#hero_image_main label:nth-of-type(4) span::before,
#hero_image_main label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#hero_image_main label:nth-of-type(5) span::before,
#hero_image_main label:nth-of-type(5) img {
  animation-delay: 14s;
}
#hero_image_main label:nth-of-type(6) span::before,
#hero_image_main label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
#hero_image_main input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image_main input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#hero_image_main input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#hero_image_main input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
#hero_image_main input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
#hero_image_main input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img {
  opacity: 1;
  z-index: 1;
}

#hero_image_main .in img {
  animation: slide1 21s infinite; /* (a+b)×c=x */
  opacity: 0;
}

@keyframes slide1 {
  0% {
    opacity: 0;
  }
  2.3% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.6% {
    opacity: 1;
  } /* 100÷c=z */
  18.9% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

#hero_image_main input:checked ~ .in img,
#hero_image_main input:checked ~ .in span::before {
  animation: none;
}

#hero_image_main .in:hover img,
#hero_image_main .in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

/* =======================================
	ClearFixElements
======================================= */
#restaurant:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* =======================================
	ClearFixElements
======================================= */

.info_popup {
  width: 94%;
  margin: -5px auto 6%;
}
.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.img_right .copy_txt img {
  width: 97%;
}
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
div.menu_btn {
  display: flex;
  justify-content: center;
}
div.menu_btn p {
  width: 100%;
}
div.menu_btn p:first-child {
  margin-right: 10px;
}
div.menu_btn .m_btn a,
.l_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.l_btn a {
  width: 97%;
  font-size: 1.4rem;
}
.l_btn a:hover {
  background-color: #8e6127;
}
.m_detail {
  margin-left: 80px;
}
/* ==============================
   　　　コンテンツ内容
============================== */
.amenities_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.amenities_list li {
  width: 48.8%;
  margin: 1px;
  display: block;
}
.amenities_list li img {
  　　　　width: 100%;
  height: auto;
}
.page_image p {
  width: 100%;
  right: 0;
}
#container .text_l_box .text_box .m_tit {
  width: 100px;
}
#container #faci_wrapper #faci_contents .rest_box .text_box .detail_box {
  line-height: 1.8;
  margin: 0px 0px 30px;
}
#container .text_l_box .text_box {
  margin: 0px 0 40px;
}
#container #faci_wrapper #faci_contents .text_box p {
  line-height: 1.8;
  margin-bottom: 40px;
}
.ttl h3 {
  margin-bottom: 40px;
}
.ttl .second_top {
  margin-bottom: 40px;
}
#restaurant_box .img_left {
  width: 50%;
  float: left;
}
#contents .img_right {
  float: right;
  width: 45%;
}
#contents .img_right .copy_txt {
  margin-bottom: 20px;
}
