@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: 0 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 30px;
  margin-top: 20px;
}

#contents ul {
  list-style: none;
}
#contents img {
  width: 100%;
}
#contents ul img {
  width: 450px;
  margin-right: 20px;
  float: left;
}
#contents section p {
  margin: 0 0 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 15px;
}
#contents section dl {
  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 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 .mb_60 {
  margin-bottom: 60px;
}
#contents .mt_20 {
  margin-top: 20px;
}
/*=======================
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 {
  content: none;
}
/* =======================
	ページ内リンク
========================== */
#contents .link {
  margin-top: -30px;
  padding-top: 30px;
  display: block;
}
/* =======================
	ページ内ナビ¯
========================== */
#contents .p_navi {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 0;
  margin: 80px auto 20px;
}
#contents .p_navi li {
  width: 190px;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.8;
}
#contents .p_navi li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  width: 1px;
  height: 24px;
  background-color: #adadad;
}
#contents .p_navi li span {
  font-size: 0.9rem;
}
#contents .p_navi li:last-child::after {
  content: "";
  position: absolute;
  left: 190px;
  top: 30px;
  width: 1px;
  height: 24px;
  background-color: #adadad;
}
#contents .p_navi li a {
  color: #333;
}
#contents .p_navi li a:hover {
  color: #999;
}
/* ==============================
   ClearFixElements
============================== */
#contents .text_l_box .text_box .m_tit {
  width: 100px;
}
#contents .ttl h3 {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 40px;
}
#contents .ttl .second_top {
  margin-bottom: 40px;
}
#contents #restaurant_bar_box .img_left {
  float: left;
}
#contents .copy_txt p {
  line-height: 1.8;
}
#contents .rest_main_txt {
  line-height: 2;
}
#contents .main_txt {
  margin: 30px 0 40px 0;
  line-height: 2;
}
#contents .sub_txt {
  margin: 0px 0 40px 0;
  line-height: 1.8;
}
#restaurant {
  margin: 10px auto 80px;
}

#restaurant::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

/* =======================
  施設情報
========================== */
#contents .img_right .copy_txt img {
  width: 90%;
}
#contents .img_left {
  width: 50%;
  float: left;
  margin-top: 15px;
}
#contents .m_detail {
  margin-left: 70px;
}
#contents .img_left img {
  width: 100%;
}
#contents .img_right {
  width: 45%;
  float: right;
  margin-top: 0;
}
#contents .copy_txt {
  margin: 20px 0 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
#contents .bar .menu_box {
  margin-top: 50px;
}
#contents .bar .text_l_box .detail_box {
  margin-top: 30px;
}
/* =======================
　　　スライド
========================== */
#hero_image_breakfast,
#hero_image_dinner,
#hero_image_bar {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image_breakfast.main_slide,
#hero_image_dinner.main_slide,
#hero_image_bar.main_slide,
#hero_image_detail.main_slide,
#hero_image_detail.main_slide2 {
  position: relative;
}
#hero_image_breakfast.main_slide::after,
#hero_image_dinner.main_slide::after,
#hero_image_bar.main_slide::after,
#hero_image_detail.main_slide::after,
#hero_image_detail.main_slide2::after {
  position: static;
}
#hero_image_detail.main_slide,
#hero_image_detail.main_slide2 {
  height: 300px;
}
.out {
  position: relative;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
#hero_image_breakfast img,
#hero_image_detail img,
#hero_image_detail2 img,
#hero_image_dinner img,
#hero_image_bar img {
  display: block;
  width: 100%;
  height: auto;
}
#hero_image_breakfast input,
#hero_image_detail input,
#hero_image_detail2 input,
#hero_image_dinner input,
#hero_image_bar input {
  display: none;
}

#hero_image_breakfast .in,
#hero_image_detail .in,
#hero_image_detail2 .in,
#hero_image_dinner .in,
#hero_image_bar .in {
  display: flex;
  justify-content: center;
  margin: -40px 0 50px;
}
#hero_image_breakfast label span,
#hero_image_detail label span,
#hero_image_detail2 label span,
#hero_image_dinner label span,
#hero_image_bar label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#hero_image_breakfast label span::before,
#hero_image_detail label span::before,
#hero_image_detail2 label span::before,
#hero_image_dinner label span::before,
#hero_image_bar label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c0c0c0;
  opacity: 1;
  border-radius: 100%;
}

/* #hero_image_breakfast */
#hero_image_breakfast input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image_breakfast input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#hero_image_breakfast input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#hero_image_breakfast input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
#hero_image_breakfast input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
#hero_image_breakfast input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
#hero_image_breakfast input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before,
#hero_image_breakfast input:nth-of-type(8):checked ~ .in label:nth-of-type(8) span::before {
  background: #404040;
  opacity: 1;
}
#hero_image_breakfast label span::before {
  animation: slidebutton1 28s infinite;
}
@keyframes slidebutton1 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  1.8% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  12.5% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  14.3% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#hero_image_breakfast label:nth-of-type(2) span::before,
#hero_image_breakfast label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image_breakfast label:nth-of-type(3) span::before,
#hero_image_breakfast label:nth-of-type(3) img {
  animation-delay: 7s;
}
#hero_image_breakfast label:nth-of-type(4) span::before,
#hero_image_breakfast label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#hero_image_breakfast label:nth-of-type(5) span::before,
#hero_image_breakfast label:nth-of-type(5) img {
  animation-delay: 14s;
}
#hero_image_breakfast label:nth-of-type(6) span::before,
#hero_image_breakfast label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
#hero_image_breakfast label:nth-of-type(7) span::before,
#hero_image_breakfast label:nth-of-type(7) img {
  animation-delay: 21s;
}
#hero_image_breakfast label:nth-of-type(8) span::before,
#hero_image_breakfast label:nth-of-type(8) img {
  animation-delay: 24.5s;
}
#hero_image_breakfast input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image_breakfast input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#hero_image_breakfast input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#hero_image_breakfast input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
#hero_image_breakfast input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
#hero_image_breakfast input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
#hero_image_breakfast input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img,
#hero_image_breakfast input:nth-of-type(8):checked ~ .in label:nth-of-type(8) img {
  opacity: 1;
  z-index: 1;
}

#hero_image_breakfast .in img {
  animation: slide1 28s infinite; /* (a+b)×c=x */
  opacity: 0;
}

@keyframes slide1 {
  0% {
    opacity: 0;
  }
  1.8% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  12.5% {
    opacity: 1;
  } /* 100÷c=z */
  14.3% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

/* #hero_image_bar */
#hero_image_bar input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image_bar input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#hero_image_bar input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#hero_image_bar input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
#hero_image_bar input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
#hero_image_bar input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before {
  background: #404040;
  opacity: 1;
}
#hero_image_bar label span::before {
  animation: slidebutton2 21s infinite;
}
@keyframes slidebutton2 {
  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_bar label:nth-of-type(2) span::before,
#hero_image_bar label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image_bar label:nth-of-type(3) span::before,
#hero_image_bar label:nth-of-type(3) img {
  animation-delay: 7s;
}
#hero_image_bar label:nth-of-type(4) span::before,
#hero_image_bar label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#hero_image_bar label:nth-of-type(5) span::before,
#hero_image_bar label:nth-of-type(5) img {
  animation-delay: 14s;
}
#hero_image_bar label:nth-of-type(6) span::before,
#hero_image_bar label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
#hero_image_bar input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image_bar input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#hero_image_bar input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#hero_image_bar input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
#hero_image_bar input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
#hero_image_bar input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img {
  opacity: 1;
  z-index: 1;
}

#hero_image_bar .in img {
  animation: slide2 21s infinite; /* (a+b)×c=x */
  opacity: 0;
}

@keyframes slide2 {
  0% {
    opacity: 0;
  }
  2.3% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.6% {
    opacity: 1;
  } /* 100÷c=z */
  19% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

/* #hero_image_detail */
#hero_image_detail input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image_detail input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before {
  background: #404040;
  opacity: 1;
}
#hero_image_detail label span::before {
  animation: slidebutton3 7s infinite;
}
@keyframes slidebutton3 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  7% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  60% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#hero_image_detail label:nth-of-type(2) span::before,
#hero_image_detail label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image_detail input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image_detail input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img {
  opacity: 1;
  z-index: 1;
}
#hero_image_detail .in img {
  animation: slide3 7s infinite; /* (a+b)×c=x */
  opacity: 0;
}

@keyframes slide3 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
  } /* 100÷c=z */
  60% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

/* #hero_image_detail2 */
#hero_image_detail2 input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image_detail2 input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#hero_image_detail2 input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before {
  background: #404040;
  opacity: 1;
}
#hero_image_detail2 label span::before {
  animation: slidebutton4 10.5s infinite;
}
@keyframes slidebutton4 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  3.5% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  33% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  35% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#hero_image_detail2 label:nth-of-type(2) span::before,
#hero_image_detail2 label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image_detail2 label:nth-of-type(3) span::before,
#hero_image_detail2 label:nth-of-type(3) img {
  animation-delay: 7s;
}
#hero_image_detail2 input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image_detail2 input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#hero_image_detail2 input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img {
  opacity: 1;
  z-index: 1;
}
#hero_image_detail2 .in img {
  animation: slide4 10.5s infinite; /* (a+b)×c=x */
  opacity: 0;
}

@keyframes slide4 {
  0% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  33% {
    opacity: 1;
  } /* 100÷c=z */
  38.5% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
#hero_image_breakfast input:checked ~ .in img,
#hero_image_breakfast input:checked ~ .in span::before,
#hero_image_dinner input:checked ~ .in img,
#hero_image_dinner input:checked ~ .in span::before,
#hero_image_bar input:checked ~ .in img,
#hero_image_bar input:checked ~ .in span::before,
#hero_image_detail input:checked ~ .in img,
#hero_image_detail input:checked ~ .in span::before,
#hero_image_detail2 input:checked ~ .in img,
#hero_image_detail2 input:checked ~ .in span::before {
  animation: none;
}
#hero_image_breakfast .in:hover span::before,
#hero_image_breakfast .in:hover img,
#hero_image_dinner .in:hover span::before,
#hero_image_dinner .in:hover img,
#hero_image_bar .in:hover span::before,
#hero_image_bar .in:hover img,
#hero_image_detail .in:hover span::before,
#hero_image_detail .in:hover img,
#hero_image_detail2 .in:hover span::before,
#hero_image_detail2 .in:hover img {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}
/* =======================
  魅力部分
========================== */
#d_detail {
  margin: 5px auto 80px;
}

.d_detail_box {
  display: flex;
  margin-bottom: 0px;
  flex-direction: row;
}

.d_detail_box:nth-child(even) {
  flex-direction: row-reverse;
}

.d_detail_box .detail_img {
  width: 50%;
}

.d_detail_box .detail_img img {
  width: 475px;
}

.d_detail_box .detail_txt {
  width: 50%;
  text-align: left;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 34px 35px;
  vertical-align: top;
}

.d_detail_box .detail_txt h4 {
  vertical-align: top;
  line-height: 1.4;
  font-size: 28px;
  margin: 0 auto 20px;
  letter-spacing: 3px;
  font-weight: normal;
}

.d_detail_box .detail_txt h4 span {
  vertical-align: top;
  font-size: 14px;
  margin: 0;
}

.d_detail_box .detail_txt p {
  font-size: 14px;
  line-height: 1.8;
}
