@charset "UTF-8";

/* デフォルト（PCサイズ） */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------------------------
   基本スタイル
---------------------------- */
body {
  font-family: "EB Garamond" , "Zen Old Mincho" , sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #D4DCD6;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;/*IE対応*/
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a {
  color: #333;
  text-decoration: none;
  transition: .5s;
}
button {
  transition: .5s;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: .5em;
  color: #1a1a1a;
}

p {
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;/*IE対応*/
}
.clear {
  clear: both;
}
.margin-t {
  margin: 1rem 0 0 0;
}
.scroll-target {
  padding: 100px 0 0 0; /* スクロールしたときの余白 */
}
/*-----したからフェードイン-----------*/
.f-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.f-up.is-v {
  opacity: 1;
  transform: translateY(0);
}
/*------右からフェードイン-----------*/
.f-right {
  opacity: 0;
  transform: translateX(100px); /* 右からスライドイン */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.f-right.is-v {
  opacity: 1;
  transform: translateX(0);
}
/* ---------------------------
   ヘッダー
---------------------------- */

/* トップページ用ヘッダー */
/*.top-header {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: center;
  background-image: url('../img/main.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 10s ease-in-out;
  animation: zoom 20s ease-in-out infinite;
}

@keyframes zoom {
  0% {
    background-size: 110%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 110%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), 
       (min-resolution: 192dpi) {
  .top-header {
    background-image: url('../img/main_2x.webp');
  }
}
*/
.top-header {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: center;
  /* background-image, background-size, background-position, background-repeat を削除 */
  /* transition と animation を削除 */
}
.top-header video.pcmovie {
  display: block;
}
.top-header video.spmovie {
  display: none;
}
.top-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.top-header-default {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  overflow: hidden;
  padding: 10px 50px;
  margin: 0 0 30px 0;
}
.top-header .navbar,
.top-header-default .navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  padding: 50px;
  z-index: 50001;
}
/* ---------------------------
   ナビゲーション
---------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  width: 32px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 50001;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  top: 18px;
}
.top-header-default .hamburger span {
  background: #333;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-header-default .hamburger.active span {
  background: #fff;
}
nav.global {
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
	display: flex;
	background: #1a1a1a;
}

nav.global .left {
  width: 45vw;
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/nav-image.webp");
	gap:0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (-webkit-min-device-pixel-ratio: 2), 
       (min-resolution: 192dpi) {
nav.global .left {
    background-image: url('../img/nav-image_2x.webp');
  }
}
.top-header-default nav.global .left .logo {
  display: flex;
  align-items: center;   /* 上下中央 */
  justify-content: center; /* 左右中央 */
  height: 100vh;         /* 画面の高さに合わせる */
}
nav.global .right {
  width: 55vw;
  height: 100vh;
  background: #1a1a1a;
  padding: 0;
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
  flex-direction: column;
}
nav.global .right .list {
  width: 60%;
}
nav.global .right ul.nav-b {
  float: left;
  margin: 0 100px 0 0;
}
nav.global .right ul.nav-b li {
  float: none;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
nav.global .right ul.nav-b li p {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1.7px;
}
nav.global .right ul.nav-s {
  float: right;
}
nav.global .right ul.nav-s li {
  float: none;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
nav.global .right ul.nav-s li:nth-child(5) {
  border-bottom: 1px solid #515151;
  margin: 30px 0;
}
nav.global .right ul.nav-s li:nth-child(6) {
  margin: 30px 0 0 0;
}
nav.global .right ul.nav-s li p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1.7px;
}
nav.global .right a.nav-btn,
.reservation a.nav-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  height: 65px;
  border: 1px solid #515151;
  margin: 20px 0 30px 0;
  font-size: 1.25rem;
  line-height: 65px;
  text-align: left;
  padding: 20px;
  font-family: "EB Garamond" , sans-serif;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
nav.global .right a.nav-btn::after,
.reservation a.nav-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/reservation-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 50%;
  margin: -10px 0 0 0;
}
nav.global .right a.nav-btn em,
.reservation a.nav-btn em {
  font-size: 0.875rem;
  font-family: "Zen Old Mincho" , sans-serif;
  margin: 0 0 0 10px;
}
nav.global .right a.nav-btn:hover,
.reservation a.nav-btn:hover {
  border: 1px solid #ccc;
  background: #ccc;
	text-decoration: none;
}

.nav-ad {
  float: left;
  text-align: left;
  line-height: 1.5;
}
.nav-ad p{
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.nav-ad p.ad1 {
  font-size: 0.875rem;
}
.nav-ad p.ad2 {
  font-size: 1.625rem;
}
.nav-ad p.ad3 {
  font-size: 0.875rem;
}
.nav-google {
  float: right;
}
.nav-google a p {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
/* このクラスを、jQueryで付与・削除する */
nav.global.active {
  transform: translateX(0);
}

.en-jp {
  position: absolute;
  top: 50px;
  right: 105px;
  color: #fff;
  z-index: 50001;
}
.en-jp img {
  margin: 0 5px 0 0;
}
.top-header-default .navbar .global .left .logo {
  display: flex;
  align-items: flex-start;  /* 上寄せ */
  justify-content: flex-start; /* 左寄せ */
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}

h1.logo-top img {
  width: 100%;
  height: auto;
  display: block;
}
.top-header-default h1.logo-top {
  z-index: 99999;
  position: relative;	
}
.top-header-default h1.logo-top img {
  width: 60%;
}
/*----------------------
  予約ボタン（追従）
----------------------*/
.top-reservation-btn {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 200px;
  height: 64px;
  z-index: 1000;
  background: url("../img/svg/top-reservation-btn.svg") 0 0 no-repeat;
}
.top-reservation-btn:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
.top-reservation-btn-sp {
  display: none;
}
/* ---------------------------
   レイアウト・コンテナ
---------------------------- */
main {
  margin: 0 0 100px 0;
	z-index: 1;
}
/* セクション全体を画面いっぱいに広げる */
.full-width-section {
  width: 100%;
  padding: 30px 0 0 0; /* 上下に余白をとる */
  margin: 100px 0 0 0;
}

/* 中のコンテンツは最大幅1000pxで中央寄せ */
.inner-container {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ---------------------------
   concept
---------------------------- */
#concept {
  position: relative;
  min-height: 400px;
  width: 800px;
}
h2.tate{
  writing-mode: vertical-rl;
  font-size: 1.75rem;
  letter-spacing: 2px;
  line-height: 1.7;
  position: absolute;
  top: 0;
  right: 50px;
}
h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
}
#concept img.bird {
  position: absolute;
  bottom: 0;
  right: 25%;
}
.concept2 {
  width: 100%;
  display: flex;
  gap: 5%;
}
.concept2 img.concept-img {
  max-width: 50%;
}
/*----------------------------
　　フォトギャラリー
----------------------------*/
.photo-swiper {
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
}
/* スライダーの動きを一定にする */
:root {
  --swiper-wrapper-transition-timing-function: linear !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}
.photo-swiper .swiper-slide {
  width: 380px;
  height: 500px;
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
}
.photo-swiper .swiper-slide.even {
  margin-top: 50px;
}
.photo-swiper .swiper-slide.odd {
  margin-top: 0;
}
.photo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ---------------------------
   stay plan
---------------------------- */
h3 em {
  font-style: normal;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  letter-spacing: 1.7px;
}
h4 {
  font-size: 1.625rem;
  margin: 0 0 3px 0;
}
p.plan-content {
  margin: 0 30px 25px 0;
}
#stay p.text {
  max-width: 53%;
  margin: 0 5% 0 0;
}
.plan-img {
  float: right;
  max-width: 45%;
}
ul.stay-price {
  display: flex;
  padding: 0;
  margin: 30px 0 50px 0;
  width: 53%;
}

ul.stay-price li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}
ul.stay-price li p {
  text-align: center;
  margin: 0 auto;
}
ul.stay-price li:nth-child(1) {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
ul.stay-price li:nth-child(1) p {
  font-size: 1.2rem;
}
ul.stay-price li:nth-child(2) {
  align-items: flex-start; /* 左寄せにする */
  text-align: left;        /* テキストの左寄せ */
}
ul.stay-price li:nth-child(2) p {
  text-align: left !important;
  width: 100%; /* テキストが折り返せるように */
}
ul.stay-price li p em {
  font-size: 0.75rem;
  font-style: normal;
}
ul.stay-price li p strong {
  font-size: 1.25rem;
  font-style: normal;
}
/*アコーディオン*/
.accordion-wrapper {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin: 20px auto 100px auto;
}

.accordion {
  width: 477px;
  overflow: hidden;
}

.accordion-btn {
  width: 100%;
  padding: 15px 30px;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #333;
  border-bottom: none;
	
}
.accordion-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  background-color: #333;
  transition: all 0.3s ease;
}
.accordion-icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordion-icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accordion.active .accordion-icon::after {
  opacity: 0;
}
.accordion-btn p {
  font-size: 1.25rem;	
}
.accordion-btn p em {
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 30px;
  border: 1px solid #333;
  border-top: none;
}

.accordion.active .accordion-content {
  max-height: 3000px;
  padding: 0 30px 15px 30px;
}
.accordion-content p{
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;/*IE対応*/
}
.accordion-content img {
  width: 100%;
  margin: 10px 0;
}
.accordion-content p span::before {
  content: "■";
  color: #555;
  font-size: 0.65rem;
  margin: 0 5px 0 0;
}
ul.amenitie-photo {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
ul.amenitie-photo li {
	width: calc((100% - 10px) / 2);
	margin: 0;
}
ul.amenitie-photo li img {
	width: 100%;
	margin: 0 0 10px 0;
}
/*-------サウナ--------*/
.sauna {
  width: 100%;
  margin: 0;
  padding: 100px 0;
}

/* テキストエリア */
.sauna-inner {
  width: 980px;
  margin: 0 auto;
  z-index: 1;
}
.sauna-inner h5 {
	font-size: 1.2rem;
	margin-bottom: 25px;
}
/* 画像を全体に重ねる */
.s-img {
  width: 100%;
  height: auto;
  z-index: 0;
	text-align: center;
}
.s-img img {
  width: auto;
  height: auto;
}

/* 各画像の位置調整 */
.s-img img.sauna1 {
  float: right;
  margin: -300px 0 0 0;
  width: 30%;
}
.s-img img.sauna2 {
  margin: 50px 0 0 0;
  width: 30%;
}
.s-img img.sauna3 {
  float: left;
  margin: 120px 0 0 0;
 width: 30%;
}
.s-img img.sauna4 {
  float: left;
  margin: 7% 0 0 13.75%;
  width: 30%;
}
.s-img img.sauna5 {
  float: right;
  margin: 5% 12.5% 0 0;
  width: 30%;
}
.s-img img.sauna6 {
  float: left;
  margin: 5% 0 0 8.75%;
  width: 40%;
}
.sauna-inner .left {
  float: left;
  width: 71%;
}
.sauna-inner .right {
  float: left;
  margin: -270px 0 0 32%;
}
/* ---------------------------
   フロアマップ
---------------------------- */
#floormap img {
  width: 100%;
}

/* ---------------------------
   宿泊予約 banner
---------------------------- */
.reservation {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/reservation.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), 
       (min-resolution: 192dpi) {
.reservation {
    background-image: url('../img/reservation_2x.webp');
  }
}

.reservation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(9, 11, 15, 0.5); /* オーバーレイ色 */
  z-index: 1;
}
.reservation-content {
  position: relative; /* ← オーバーレイより上に表示するため */
  z-index: 2;          /* ← オーバーレイ（z-index: 1）より大きく */
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0;
  width: 740px;
}
.reservation-content ul {
  display: flex;
}

.reservation-content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reservation-content ul li:nth-child(1) {
  margin-right: 95px;
}
.reservation-content ul li h4.intro {
  font-size: 3rem;
  margin: 0 0 3px 0;
  font-weight: normal;
  line-height: .8;
  letter-spacing: 1.7px;
	color: #fff;
}
.reservation-content ul li h4.intro em {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
}
.reservation-content ul li p.title {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
}

/* ---------------------------
   アクセス
---------------------------- */
#access {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../img/map.png");
  background-position: right 0 top 180px;
  background-size: 822px auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), 
       (min-resolution: 192dpi) {
#access {
    background-image: url('../img/map_2x.png');
  }
}
#access p {
  font-size: 0.875rem;
}
#access .access-contact {
  padding: 15px;
  border: 1px solid #b6beb8;
  width: 330px;
  margin: 15px 0 0 0;
  background: #D4DCD6;
}
#access .access-contact p {
  font-size: 0.8rem;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
	letter-spacing: 0;
}
#access .access-contact p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#access .access-contact p a:hover {
  color: #448253;
}
#access p.access-google {
  margin: 30px 0;
  font-size: 1rem;
}
#access p.access-google::before {
  content: "";
  background-image: url("../img/svg/geo-alt-fill.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
#access p.way {
  margin-bottom: 30px;
}
#access img.mapillust {
  display: none;
  margin: 20px 0;
}
/* ---------------------------
   フッター
---------------------------- */
footer {
  background-color: #141814;
  color: #fff;
  padding: 80px 5% 50px;
  position: relative;
  font-weight: normal;
}
footer .footer-logo {
	width: 20%;
	margin: 0 5% 0 0;
	}
footer .nav-ad {
  float: none;
  margin: 40px 0 0 0;
}
.nav-ad p{
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.nav-ad p.ad1 {
  font-size: 0.875rem;
}
.nav-ad p.ad2 {
  font-size: 1.625rem;
}
.nav-ad p.ad3 {
  font-size: 0.875rem;
}
footer .nav-ad p.access-google {
  margin: 20px 0;
  font-size: 1rem;
  color: #fff;
}
footer .nav-ad p.access-google::before {
  content: "";
  background-image: url("../img/svg/geo-alt-fill.svg");
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  filter: invert(100%) sepia(84%) saturate(62%) hue-rotate(350deg) brightness(109%) contrast(101%);
}
footer .nav-ad a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
footer .footer-nav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #000;
  width: 70%;
  height: 100%;
  padding: 80px 3%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-nav .footer-nav-block {
  position: relative;
}
footer .footer-nav ul {
  display: flex;
  padding-bottom: 45px;
}
footer .footer-nav ul li {
  margin: 0 30px 0 0;
  letter-spacing: 1.7px;
  text-align: left;
}
footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}
footer .footer-nav a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
footer .footer-nav ul.footer-link {
  border-top: 1px solid #313131;
  padding-top: 45px;
}
footer .footer-nav ul.footer-link li {
  border-right: 1px solid #313131;
  padding-right: 25px;
  font-size: 0.8rem;
}
footer .footer-nav ul.footer-link li:last-child {
  border-right: none;
}
footer .footer-nav .footer-nav-block .footer-insta{
  position: absolute;
  bottom: 30px;
  right: 0;
}
footer p.copyright {
  position: absolute;
  bottom: 50px;
  left: 5%;
  font-size: 0.75rem;
  color: #434644;
}
footer img.abridge {
  position: absolute;
  bottom: 50px;
  right: 5%;
}

/* ---------------------------
   FAQ
---------------------------- */
.low-title {
	position: relative;
}
.low-title br {
	display: none;
}
img.bird-under {
	position: absolute;
	top: 20px;
	right: 0;
}
#faq {
  display: flex;
}
#faq .contents {
  float: left;
  width: 270px;
  margin: 0 50px 0 0;
}
#faq .qa {
  float: left;
  width: 660px;
}
#faq .contents li {
  margin-bottom: 20px;
}
#faq .contents li p {
  font-size: 0.875rem;
}
#faq .contents li p::before {
  content: "";
  background-image: url("../img/svg/chevron-right.svg");
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  vertical-align: middle;
  margin: -.5rem .5rem 0 0;
}
#faq .contents li p:hover::before {
  background-position: .15rem 0;
  background-repeat: no-repeat;
  filter: invert(66%) sepia(11%) saturate(153%) hue-rotate(83deg) brightness(95%) contrast(87%);
}
ul.qa-answer {
  margin: 20px 0 100px 0;
}
ul.qa-answer li {
  border-top: 1px solid #999;
  padding: 25px 0 25px 20px;
}
ul.qa-answer li:last-child {
  border-bottom: 1px solid #999;
}
li p.question {
  font-size: 1rem;
  margin: 0 0 10px 0;
}
li .answer p {
  font-size: 0.85rem;
}

/* ---------------------------
   特定商取引法
---------------------------- */
#law.inner-container {
	width: 800px;
}
#law.inner-container table,
#policy.inner-container table {
	width: 100%;
	text-align: center;
	margin: 0 0 100px 0;
}
#law.inner-container tr,
#policy.inner-container tr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#law.inner-container th,
#law.inner-container td,
#policy.inner-container th,
#policy.inner-container td {
	padding: 30px 20px;
}
#law.inner-container th,
#policy.inner-container th {
	width: 30%;
	font-size: 1rem;
	text-align: center;
}
#law.inner-container th p,
#policy.inner-container th p {
	text-align: center;
}
#law.inner-container td,
#policy.inner-container td {
	font-size: 0.875rem;
}
#law.inner-container h4,
#policy.inner-container h4 {
	margin-bottom: 15px;
}
#law.inner-container td p em,
#policy.inner-container td p em {
	font-size: 0.785rem;
}
#law.inner-container img {
	margin: 0 0 100px 0;
	width: 100%;
}
/* ---------------------------
   プライバシーポリシー
---------------------------- */
#policy.inner-container {
	width: 800px;
}
#policy .policy-contents {
	font-size: 1.125rem;
	margin: 50px 0 15px 0;
}
#policy.inner-container h4 {
	margin: 100px 0 5px 0;
}
#policy.inner-container table {
	margin: 20px 0 100px 0;
}
/* ---------------------------
   レスポンシブ
---------------------------- */
/* タブレットサイズ以下（1023px以下）でスタイル変更 */
@media screen and (max-width: 1023px) {

  body {
    letter-spacing: 1.2px;
  }

  .top-header {
    height: 50vh;
    background-size: cover;
    background-position: center center;
  }

  .top-header .navbar,
  .top-header-default .navbar {
    padding: 30px;
  }

  .hamburger {
    right: 30px;
    top: 30px;
  }

  .en-jp {
    right: 85px;
    top: 30px;
  }

  nav.global {
    flex-direction: column;
  }

  nav.global .left,
  nav.global .right {
    width: 100%;
    height: auto;
  }

  nav.global .left {
    height: 200px;
    background-size: cover;
  }

  nav.global .right {
    padding: 30px 0;
  }

  nav.global .right .list {
    width: 80%;
  }

  nav.global .right ul.nav-b,
  nav.global .right ul.nav-s {
    margin: 0 0 20px 0;
    float: none;
  }

  nav.global .right ul.nav-b li,
  nav.global .right ul.nav-s li {
    text-align: center;
  }

  .nav-ad, .nav-google {
    float: none;
    text-align: center;
    margin: 20px 0;
  }

  .inner-container {
    width: 90%;
    padding: 0 10px;
  }

  #concept {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  }
#concept img.bird {
  right: 15%;
}
.concept2 {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.concept2 img.concept-img,
img.plan-img {
  width: 70%;
  max-width: none;
  margin: 0 15% 50px 15%;
  float: none;
	}
/*stay plan*/
  #stay p.text {
  max-width: none;
  margin: 0;
}
  ul.stay-price {
    width: 100%;
  }

  .accordion-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .accordion {
    width: 100%;
  }

/*-------サウナ--------*/

/* テキストエリア */
.sauna-inner {
  width: 90%;
}
/* 各画像の位置調整 */
.s-img img.sauna1 {
  margin: 50px 10% 0 0;
  width: 40%;
}
.s-img img.sauna2 {
  float: right;
  margin: 30px 0 0 0;
  width: 57%;
}
.s-img img.sauna3 {
  float: left;
  margin: -350px 0 0 0;
  width: 40%;
}
.s-img img.sauna4 {
  float: left;
  margin: 0 0 0 12.5%;
  width: 75%;
}
.s-img img.sauna5 {
  float: right;
  margin: 5% 0 0 0;
  width: 40%;
}
.s-img img.sauna6 {
  float: left;
  margin: 15% 0 0 0;
  width: 55%;
}
.sauna-inner .left {
  float: none;
  width: 100%;
}
.sauna-inner .right {
  float: none;
  margin: 50px 0;
  width: 100%;
}
/*----------------------------
	フォトギャラリー
---------------------------- */
.photo-swiper {
  min-height: 450px;
}
.photo-swiper .swiper-slide {
  width: 276px !important;
  height: 400px;
}
/* ---------------------------
   アクセス
---------------------------- */
#access {
  position: relative;
  background-image: none;
}
#access img.mapillust {
  display: block;
  margin: 20px 0;
  width: 100%;
}
/*---------------------------
	フッター
--------------------------*/
footer {
  padding: 0;
}
footer .footer-logo {
  float: left;
	width: 38%;
	margin: 40px 7% 40px 5%;
	}
footer .nav-ad {
  float: right;
	width: 50%;
	margin: 40px 0;
	}
footer .footer-nav {
  position: static;
    padding: 40px 20px;
	margin: 0;
	width: 100%;
	display: block;
	align-items: flex-start;
	justify-content: flex-start;
}
footer .footer-nav ul {
  display: block;
  padding-bottom: 30px;
}
  footer .footer-nav ul li {
    margin: 0 0 15px 0;
  }

  footer .footer-nav ul.footer-link {
    padding-top: 30px;
  }

  footer .footer-nav ul.footer-link li {
    border: none;
    padding: 0 0 10px;
  }

  footer .footer-nav .footer-nav-block .footer-insta {
    bottom: 60px;
  }
	
  footer p.copyright {
  bottom: 20px;
  left: 5%;
}
  footer img.abridge {
  bottom: 20px;
  right: 5%;
}

}

/* -------------------------------------
   スマホ用（768px以下）
-------------------------------------- */
@media screen and (max-width: 767px) {
	
/* ---------------------------
   基本スタイル
---------------------------- */
  body {
  background-color: #D4DCD6;
    font-size: 15px;
    letter-spacing: 1px;
  }
/* ---------------------------
   ヘッダー
---------------------------- */
/* トップページ用ヘッダー */
.top-header {
    height: 100vh;
  }
.top-header video.pcmovie {
  display: none;
}
.top-header video.spmovie {
  display: block;
}
.top-header video.spmovie {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: none; /* 中央寄せ不要になる */
    z-index: -1;
  }
/* ---------------------------
   ナビゲーション
---------------------------- */
/*　ハンバーガーボタン　*/
 .hamburger {
    right: 20px;
    top: 20px;
    transform: scale(0.9);
  }
nav.global {
  height: 100%;
  overflow-y: scroll;
	}
nav.global .left {
  display: none;
}
nav.global .right {
    width: 100%;
    padding: 70px 20px;
  }
nav.global .right .list {
    width: 100%;
    flex-direction: column;
  }
ul.nav-b {
	float: none;
    margin: 0 0 50px 0;
  }
ul.nav-s {
    margin: 0 0 15px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
  }
ul.nav-s li {
	width: calc((100% - 15px) / 2 );
    font-size: 0.9rem;
	position: relative;
    padding-left: 1.5em;
    list-style: none;
	}
ul.nav-s li:not(:nth-child(5)):not(:nth-child(6))::before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
ul.nav-s li:nth-child(5),
ul.nav-s li:nth-child(6) {
	width: 100%;
	margin: 0;
	}
a.nav-btn {
    font-size: 1rem;
    height: 55px;
    padding: 0 15px;
  }
.en-jp {
    top: 20px;
    right: 60px;
  }
/*---------------------
	予約ボタン
---------------------*/
.top-reservation-btn {
  display: none;
	}
.top-reservation-btn-sp {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375 / 64; /* ← 元画像の横:縦の比率に合わせる */
  z-index: 1000;
  background: url("../img/svg/top-reservation-btn-sp.svg") 0 0 no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-reservation-btn-sp:hover {
  background: url("../img/svg/comingsoon-btn-sp.svg") 0 0 no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 375 / 64; /* ← 元画像の横:縦の比率に合わせる */
}
/* ---------------------------
   レイアウト・コンテナ
---------------------------- */

/* 中のコンテンツは最大幅1000pxで中央寄せ */
.inner-container {
  max-width: auto;
  width: 90%;
  margin: 0 auto;
}
/* ---------------------------
   コンセプト
---------------------------- */
#concept {
	width: 100%;
    padding: 0 5%;
  }

  h2.tate{
  position: static;
  writing-mode: horizontal-tb;
	}
#concept img.bird {
  top: 20px;
  right: 5%;
  width: 30%;
}
.concept2 {
    width: 100%;
    padding: 0;
  }
.concept2 img.concept-img,
img.plan-img {
  width: 100%;
  margin: 0 0 30px 0;
	}
.concept2 p {
  margin-left: 5%;
  margin-right: 5%;
	}
/*-------------------------
	フォトギャラリー
-------------------------*/
.photo-swiper {
  min-height: 330px;
}
.photo-swiper .swiper-slide {
  width: 228px !important;
  height: 300px;
}

.swiper-slide.even {
  margin-top: 30px;
}
/*-------------------------
	宿泊プラン
-------------------------*/
#stay p.text {
  width: 100%;
  max-width: none;
  margin: 0;
}
ul.stay-price {
  display: block;
  margin: 30px auto;
  width: 100%;
}

ul.stay-price li {
  padding: 15px 0;
}
ul.stay-price li:nth-child(1) {
  border-right: none;
  border-left: none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;

}
  .accordion-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .accordion {
    width: 100%;
  }
ul.amenitie-photo {
	display: block;
}
ul.amenitie-photo li {
	width: 100%;
}
/*サウナ*/
.s-img img.sauna1 {
  margin: 80px 0 0 0;
  width: 45%;
}
.s-img img.sauna2 {
  float: left;
  margin: 30px 0 0 0;
  width: 50%;
}
.s-img img.sauna3 {
  float: none;
  margin: 50px 0 0 0;
  width: 45%;
}
/* ---------------------------
   宿泊予約 banner
---------------------------- */
.reservation-content {
  width: 90%;
}
.reservation-content ul {
    flex-direction: column;
    gap: 20px;
  }
.reservation-content ul li:nth-child(1) {
    margin: 0;
  }
.reservation-content ul li h4.intro {
  text-align: center;
	margin-bottom: 30px;
}

.reservation-content ul li p {
  text-align: center;
  letter-spacing: 0;
}
.reservation-content ul li p.title {
  letter-spacing: 1.5px;
}
/*---------------------------
	アクセス
--------------------------*/
#access .access-contact {
  width: 100%;
}
/*---------------------------
	フッター
--------------------------*/
footer {
  padding: 0;
}
footer .footer-logo {
  float: left;
	width: 30%;
	margin: 40px 5% 40px 5%;
	}
footer .nav-ad {
  float: right;
	width: 60%;
	margin: 40px 0;
	}
footer .footer-nav {
  position: static;
    padding: 40px 20px;
	margin: 0;
	width: 100%;
}
footer .footer-nav ul {
  display: block;
  padding-bottom: 30px;
}
  footer .footer-nav ul li {
    margin: 0 0 15px 0;
  }

  footer .footer-nav ul.footer-link {
    padding-top: 30px;
  }

  footer .footer-nav ul.footer-link li {
    border: none;
    padding: 0 0 10px;
  }

  footer .footer-nav .footer-nav-block .footer-insta {
    bottom: 60px;
  }
	
  footer p.copyright {
  bottom: 20px;
  left: 5%;
}
  footer img.abridge {
  bottom: 20px;
  right: 5%;
}
	
/*------------------------
	FAQ
------------------------*/
img.bird {
	position: absolute;
	top: 20px;
	right: 5%;
}
#faq {
    display: block;
  }

  #faq .contents,
  #faq .qa {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #faq .contents ul{
	display: flex;
	  width: 100%;
	  flex-wrap: wrap;
	}
  #faq .contents ul li {
    margin: 0 15px 15px 0;
	  background-color: rgba(255,255,255,0.3);
	  padding: 5px 15px;
  }

  #faq .contents li p {
    font-size: 1rem;
  }
#faq .contents li p::before {
  display: none;
}
#faq .contents li p::after {
  content: "";
  background-image: url("../img/svg/chevron-down.svg");
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  vertical-align: middle;
  margin: -.5rem 0 0 1.5rem;
}
#faq .contents li p:hover::after {
  background-position: 0 .15rem;
  background-repeat: no-repeat;
  filter: invert(66%) sepia(11%) saturate(153%) hue-rotate(83deg) brightness(95%) contrast(87%);
}
ul.qa-answer {
    margin: 10px 0 60px 0;
  }

ul.qa-answer li {
    padding: 20px;
  }

li p.question {
    font-size: 1rem;
  }

li p.answer {
    font-size: 0.875rem;
  }
  .low-title br {
	display: block;
	}
/* ------------------------------
   特定商取引法・プライバシーポリシー
------------------------------- */
#law.inner-container,
#policy.inner-container {
	width: 90%;
	margin: 0 auto;
}
#law.inner-container th,
#law.inner-container td,
#policy.inner-container th,
#policy.inner-container td {
	display: block;
	width: 100%;
}
#law.inner-container th,
#policy.inner-container th {
	padding: 20px 10px 5px 10px;
}
#law.inner-container th p,
#policy.inner-container th p {
	text-align: left;
}
#law.inner-container td,
#policy.inner-container td {
	padding: 5px 10px 20px 10px;
}

}

