@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Information========

Table of Contents:
 * info
 
========================== */
#contents {
  width: 950px;
  margin: 0 auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#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-family: "Noto Serif JP", serif;
  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;
}
/*=======================
bnr_area
=======================*/
.bnrarea {
  margin-bottom: 30px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto 0;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  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: 17%;
  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: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  font-size: 13px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 22px;
  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;
}
/* =======================
	ページ内リンク
========================== */
#contents .link {
  margin-top: -50px;
  padding-top: 50px;
  display: block;
}
/* =======================
	ページ内ナビ¯
========================== */
#contents .p_navi {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 0;
  margin: auto auto 40px;
}
#contents .p_navi li {
  width: 190px;
  text-align: center;
  border-left: #adadad solid 1px;
  font-size: 1rem;
}
#contents .p_navi li:last-child {
  border-right: #adadad solid 1px;
}
#contents .min {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
#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 {
  margin: 50px auto 30px;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
}
#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;
}

/* =======================================
	btn
======================================= */
#contents .l_btn a,
#contents .menu_btn a {
  margin: 0 auto;
  background-color: #8e6127;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}
#contents .l_btn a {
  padding: 10px 5px;
}
#contents div.menu_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
}
#contents .menu_btn ul {
  display: flex;
  justify-content: space-between;
  width: 950px;
  padding: 0;
  margin: 0;
  gap: 10px;
}
#contents .menu_btn ul li {
  width: 50%;
  margin: 0 auto;
}
#contents .menu_btn a {
  padding: 15px;
}

#contents .mb_bar li:first-child {
  margin: 0 auto 0;
}

.l_btn a {
  width: 50%;
  font-size: 1.4rem;
}
#contents .l_btn a {
  width: 50%;
}
#contents .l_btn a:hover {
  background-color: #8e6127;
  color: #fff;
}
/* =======================
  施設情報
========================== */
#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: 46%;
  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_lunch,
#hero_image_cafe,
#hero_image_bar {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image_breakfast.main_slide,
#hero_image_lunch.main_slide,
#hero_image_cafe.main_slide,
#hero_image_bar.main_slide {
  position: relative;
}

#hero_image_detail.main_slide {
  height: 300px;
}

.out {
  position: relative;
}

#hero_image_breakfast input,
#hero_image_detail input,
#hero_image_lunch input,
#hero_image_cafe input,
#hero_image_bar input {
  display: none;
}

#hero_image_breakfast .in,
#hero_image_detail .in,
#hero_image_lunch .in,
#hero_image_cafe .in,
#hero_image_bar .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 35s infinite;
}
.ten label span::before {
  /*10枚スライド*/
  animation: slidebutton2 35s infinite;
}
.nine label span::before {
  /*9枚スライド*/
  animation: slidebutton3 31.5s infinite;
}
.six label span::before {
  /*6枚スライド*/
  animation: slidebutton4 21s infinite;
}

.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
  animation: slide 35s infinite;
}

.ten img {
  /*10枚スライド*/
  animation: slide2 35s infinite;
}
.nine img {
  /*9枚スライド*/
  animation: slide3 31.5s infinite;
}
.six img {
  /*6枚スライド*/
  animation: slide4 21s infinite;
}

input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) span::before,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) span::before,
input:nth-of-type(10):checked ~ .in label:nth-of-type(10) span::before {
  background: #404040;
  opacity: 1;
}
label span::before {
  animation: slidebutton 35s infinite;
}
.ten label span::before {
  /*10枚スライド*/
  animation: slidebutton2 35s infinite;
}
.nine label span::before {
  /*9枚スライド*/
  animation: slidebutton3 31.5s infinite;
}
.six label span::before {
  /*6枚スライド*/
  animation: slidebutton4 21s infinite;
}
@keyframes slidebutton {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  1.4% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  10.0% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  11.4% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton2 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  1.42% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  10% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  11.42% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton3 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  1.58% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  11.1% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  12.68% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton4 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  2.38% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  16.6% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  18.98% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}

label:nth-of-type(2) span::before,
label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
label:nth-of-type(3) span::before,
label:nth-of-type(3) img {
  animation-delay: 7s;
}
label:nth-of-type(4) span::before,
label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
label:nth-of-type(5) span::before,
label:nth-of-type(5) img {
  animation-delay: 14s;
}
label:nth-of-type(6) span::before,
label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
label:nth-of-type(7) span::before,
label:nth-of-type(7) img {
  animation-delay: 21s;
}
label:nth-of-type(8) span::before,
label:nth-of-type(8) img {
  animation-delay: 24.5s;
}
label:nth-of-type(9) span::before,
label:nth-of-type(9) img {
  animation-delay: 28s;
}
label:nth-of-type(10) span::before,
label:nth-of-type(10) img {
  animation-delay: 31.5s;
}
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) img,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) img,
input:nth-of-type(10):checked ~ .in label:nth-of-type(10) img {
  opacity: 1;
  z-index: 1;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  1.4% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  10.0% {
    opacity: 1;
  } /* 100÷c=z */
  11.4% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  1.42% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  10% {
    opacity: 1;
  } /* 100÷c=z */
  11.42% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  1.58% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  11.1% {
    opacity: 1;
  } /* 100÷c=z */
  12.68% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide4 {
  0% {
    opacity: 0;
  }
  2.38% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.6% {
    opacity: 1;
  } /* 100÷c=z */
  18.98% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

input:checked ~ .in img,
input:checked ~ .in span::before {
  animation: none;
}

.in:hover img,
.in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

/* =======================
  魅力部分
========================== */
#d_detail {
  margin: 5px auto 100px;
}

.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;
}
