@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: 10px 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 10px;
}

#contents ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
#contents img {
  width: 100%;
}
#contents section p {
  line-height: 1.8;
  letter-spacing: 0.5px;
}
#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 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: 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: 14px;
  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: -180px;
  padding-top: 180px;
  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 .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
======================================= */
#spa: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 {
  flex-basis: 49.7%;
  margin: 1px;
}
.amenities_list li {
  width: 33%;
  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;
}
#spa_box .img_left {
  width: 50%;
  float: left;
}

#contents .img_right {
  float: right;
  width: 45%;
  margin-top: -20px;
}
#contents .img_right .copy_txt {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.rest_box .spa_box {
  display: flex;
  margin-bottom: 25px;
}
.spa_box ul li {
  margin-right: 40px;
  width: 500px;
}
.stephen_knoll_concept {
  font-size: 20px;
}
#contents .rest_box .img_right .stephen_knoll_text {
  border-top: solid 1px #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 14px;
}
.copy_txt p {
  line-height: 1.8;
  margin-bottom: 60px;
  margin-top: 0;
}

/* ==============================
   　　　スライド
============================== */
#hero_image,
#hero_image_room,
#hero_image_spa {
  width: 950px;
  margin-bottom: 40px;
}
#contents .room {
  width: 950px;
}
#hero_image .mainvisual,
#hero_image_room .mainvisual,
#hero_image_spa .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul,
#hero_image_room .mainvisual ul,
#hero_image_spa .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,
#hero_image_room .mainvisual ul.nav_01,
#hero_image_spa .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 950px;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li,
#hero_image_room .mainvisual ul.nav_01 li,
#hero_image_spa .mainvisual ul.nav_01 li {
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child,
#hero_image_room .mainvisual ul.nav_01 li:last-child,
#hero_image_spa .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,
#hero_image_room .mainvisual ul.nav_01 li:hover,
#hero_image_spa .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_room .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_spa .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a,
#hero_image_room .mainvisual ul li a,
#hero_image_spa .mainvisual ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a,
#hero_image_room .mainvisual ul.nav_01 li a,
#hero_image_spa .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  letter-spacing: 2px;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image_room .mainvisual ul.nav_01 li:last-child:before,
#hero_image_spa .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before,
#hero_image_room .mainvisual ul.nav_01 li:first-child:before,
#hero_image_spa .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
/**************************
	#hero_image slide
**************************/
#hero_image.main_slide,
#hero_image_room.main_slide,
#hero_image_spa.main_slide {
  position: relative;
}
#hero_image.main_slide:after,
#hero_image_room.main_slide:after,
#hero_image_spa.main_slide:after {
  position: static;
}
.out {
  position: relative;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
/*#hero_image.main_slide img{
    display: block;
    width: 100%;
    height: auto;
}*/
#hero_image input,
#hero_image_room input,
#hero_image_spa input {
  display: none;
}
#hero_image .in,
#hero_image_room .in {
  display: flex;
  justify-content: center;
  margin: -40px 0 80px;
}

#spa_sauna #hero_image_spa .in {
  display: flex;
  justify-content: center;
  margin: -80px 0 60px;
}
#hero_image .in a:hover,
#hero_image_room .in a:hover,
#hero_image_spa .in a:hover {
  opacity: 1;
}

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%;
}

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 31.5s infinite;
}
@keyframes slidebutton {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  1.5% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  11.1% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  12.6% {
    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;
}
.in img {
  animation: slide 31.5s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  1.5% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  11.1% {
    opacity: 1;
  } /* 100÷c=z */
  12.6% {
    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; /* マウスを載せると一時停止 */
}
#hero_image_spa .in {
  display: flex;
  justify-content: center;
  margin: -40px 0 60px;
}
#contents .menu_box .copy_txt p {
  text-align: center;
  line-height: 2;
  width: 950px;
}
