@charset "utf-8";

html {
  font-size: 62.5%;
}


body {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  /* background-color: #fffbf6; */
  background-color: rgb(211, 228, 190);
  font-size: clamp(15px, 1vw, 16px);
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

h2 {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 900;
  font-size: clamp(20px, 2.3vw, 26px);
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.english-adorn-copperplate {
  font-family: "adorn-copperplate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nowrap {
  white-space: nowrap;
}

/* ==============
header
================= */
.static {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  width: 308px;
  top: 0;
  right: 0;
  z-index: 10;
}

.header header {
  padding: 37px 45px 55px;
  position: fixed;
  /* background-color: #fffbf6; */
}

.header svg,
.footer svg {
  max-width: 200px;
  height: 60px;
}

.header image,
.footer image {
  width: 100%;
}

.header--btn,
.header__info--sp,
.header__sp--wrapper {
  display: none;
}

.h1.h1--sp {
  display: none;
  z-index: 9;
}

.nav__list.navinfo a {
  max-width: 220px;
  margin: 10px auto;
  font-size: 1.4rem;
  padding: 8px 10px;
  background-color: #8bb220;
  border: 2px solid #8bb220;
  color: #fffbf6;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.nav__list.navinfo a:hover {
  background-color: #fffbf6;
  color: #4d4012;
  border: 2px solid #8bb220;
}

.nav__list.navother a {
  max-width: 220px;
  margin: 12px auto;
  padding: 6px 10px;
  background-color: #f6e96b;
  border: 2px solid #8bb220;
  border-radius: 10px;
  display: block;
}

.nav__list.navother a:hover {
  background-color: #fffbf6;
  border: 2px solid#f6e96b;
}

.nav__list.navforest a {
  max-width: 220px;
  padding: 6px 10px;
  border-radius: 10px;
  letter-spacing: .4rem;
  text-align: center;
  font-size: 1.4rem;
  display: block;
  background-color: #387f39;
  color: #fff;
  border: solid #387f39 2px;
  margin: 20px auto 10px;
}

.nav__list.navforest a:hover {
  background-color: transparent;
  border: 2px solid #387f39;
  color: #387f39;
  background-color: #fff;
}

.nav__list.navtopics a {
  max-width: 220px;
  margin: 10px auto 10px;
  padding: 6px 10px;
  background-color: #4d4012;
  border: 2px solid #4d4012;
  color: #fff;
  border-radius: 10px;
  letter-spacing: .4rem;
  text-align: center;
  font-size: 1.4rem;
  display: block;
}

.nav__list.navtopics a:hover {
  background-color: #fffbf6;
  border: 2px solid #4d4012;
  color: #4d4012;
}

.nav__list.navcoupon a {
  max-width: 220px;
  margin: 10px auto;
  padding: 6px 10px;
  background-color: #f87a53;
  border: 2px solid #f87a53;
  color: #ffffff;
  border-radius: 10px;
  letter-spacing: .4rem;
  text-align: center;
  font-size: 1.4rem;
  display: block;
}

.nav__list.navcoupon a:hover {
  background-color: transparent;
  border: 2px solid #f87a53;
  color: #f87a53;
  background-color: #fff;
}

/* カレンダー表示 */


.header_calender {
  margin: 30px auto;
  margin-top: 10px;
}

.header_calender p {
  text-align: center;
  font-size: 1.6rem;
}

.fc-row.fc-week.fc-widget-content {
  min-height: auto;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center !important;
}

.fc-toolbar .fc-left {
  float: none !important;
}

.fc .fc-toolbar>*>* {
  float: none !important;
}

.fc-left h2 {
  font-size: 1.4rem;
}


.fc-view.fc-month-view::-webkit-scrollbar {
  width: 12px;
}

.fc-view.fc-month-view::-webkit-scrollbar-thumb {
  background-color: #4d4012;
  border-radius: 100px;
}

.fc-view.fc-month-view::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.fc-view.fc-month-view {
  scrollbar-width: auto;
  scrollbar-color: #4d4012 #f1f1f1;
}

@-moz-document url-prefix() {
  .fc-view.fc-month-view {
    padding-right: 12px;
    box-sizing: content-box;
  }
}




/* カレンダー表示 小PC */
/* ポップアップ全体を設定 */
.popup-box {
  display: none;
  /* 初期状態で非表示 */
  position: absolute;
  /* ボタン近くに表示させる */
  width: 300px;
  /* 幅を小さめに */
  background: #fff;
  /* 背景は白 */
  border: 1px solid #ccc;
  /* 枠線設定 */
  border-radius: 8px;
  /* 角丸設定 */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* 軽い影を追加 */
  padding: 20px;
  /* 内側余白 */
  z-index: 1000;
  /* 前面に表示 */
  transform: translateY(-20px);
  /* 軽く表示位置を調整 */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  /* アニメーション */
}

#small-pc-calender {
  position: relative;
}

/* ポップアップの表示状態を設定 */
.popup-box.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  left: -160% !important;
  top: -170px;
  z-index: 9999;
}



/* ボタンの基準点に表示させる */
.popup-trigger {
  position: relative;
  /* ボタンを基準にさせる */
}

/* ポップアップ全体の位置を設定 */
.popup-box {
  top: calc(100% + 10px);
  /* ボタンの下に表示（10px余白） */
  left: 0;
  /* ボタン左端に合わせる */
}

/* 閉じるボタン */
.close-button {
  position: absolute;
  top: -.3em;
  right: 10px;
  background: none;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  color: #999;
}

.close-button:hover {
  color: #f87a53;
  /* ホバーで色変更 */
}


#small-pc-calender>button {
  background: #ebe8dd;
  color: #4d4012;
  max-width: 220px;
  margin: 12px auto;
  padding: 6px 10px;
  border: 2px solid #a9a491;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
}



/* カレンダー表示 スマホ */
/* #sp-calender {
  position: fixed;
    top: 25px;
    right: 100px;
} */
#sp-calender>button {
  background: #4d4012;
  color: #fff;
  padding: 0em 1em;
  border-radius: 100px;
}

.popup-box-sp.show {
  left: 0 !important;
  top: auto;
}



/**********************
スマホメニュー
************************************/

/* ハンバーガーメニュー */
.menu-btn {
  position: fixed;
  top: 13px;
  right: 20px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #387F39;
  border-radius: 50%;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background-color: #f6e96b;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.sp-header {
  height: 80px;
  padding: 0 20px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.sp-menu-content {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #eff6d6;
  transition: all 0.5s;
  /*アニメーション設定*/
  overflow-y: scroll;
  padding: 0 4%;
}

.sp-menu-content .sp-menu-list-first {
  padding: 30px 0 10px;
  display: flex;
  gap: 1em;
  justify-content: space-around;
  border-bottom: solid #4d4012 2px;
  width: 50%;
}

.sp-menu-content .sp-menu-list-second {
  padding: 20px 0 50px;
  display: flex;
  gap: 1em;
  justify-content: space-around;
  border-bottom: solid #4d4012 2px;
  width: 50%;
}

.sp-menu-content .sp-menu-list-first .sp-item-first {
  border-bottom: solid 1px #ffffff;
  list-style: none;

}

.sp-menu-content .sp-menu-list-first .sp-item-first a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
  position: relative;
  height: 50px;
  padding: 10px;
  justify-content: center;
}


#menu-btn-check:checked~.sp-menu-content {
  /*left: 0;
  メニューを画面内へ*/
  height: 100%;
}

.sp-menu-content .sp-menu-top .sp-menu-info-btn,
.sp-menu-content .sp-menu-top .sp-menu-coupon-btn {
  text-align: center;
}

.sp-menu-content .sp-menu-top .sp-menu-info-btn {
  margin-bottom: .5em;
}

.sp-menu-content .sp-menu-top .sp-menu-info-btn a,
.sp-menu-content .sp-menu-top .sp-menu-coupon-btn a {
  padding: .2em 2em;
  border-radius: 100px;
  color: #fff;
  width: 260px;
  display: inline-block;
  white-space: nowrap;
}

.sp-menu-content .sp-menu-top .sp-menu-info-btn a {
  background-color: #8bb220;
}

.sp-menu-content .sp-menu-top .sp-menu-coupon-btn a {
  background-color: #f87a53;
}

.sp-menu-list-first-l>li,
.sp-menu-list-first-r>li,
.sp-menu-list-second>li>ul>li {
  position: relative;
  margin-bottom: .8em;
}

.sp-menu-list-first-l>li::before,
.sp-menu-list-first-r>li::before,
.sp-menu-list-second>li>ul>li::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 8px;
  height: 8px;
  background: #387f39;
  border-radius: 50%;
  margin-right: 2px;
}

.sp-menu-sublist>li {
  position: relative;
  line-height: 1.6;
  font-weight: 100;
  padding-left: .6em;
}

.sp-menu-sublist>li::before {
  content: '-';
  width: auto;
  height: auto;
  font-size: 14px;
}

.sp-menu-privacy {
  position: absolute !important;
}

.sp-menu-content .sp-menu-top h1 a svg {
  width: 165px;
  aspect-ratio: 340/84;
  margin: 0 auto 1em;
  display: block;
}

.sp-menu-content .sp-menu-top h1 a svg image {
  width: 100%;
}

.sp-menu-content .sp-menu-top {
  margin-top: 50px;
}

.sp-menu-content .snsicon_list {
  margin-bottom: 20px;
  padding-right: 0;
  justify-content: center;
  display: flex;
  gap: .6em;
}

.sp-menu-content .header_calender {
  /* margin: 0 !important; */
  padding: 20px;
  width: 450px;
  margin: auto;
}

.sp-menu-content .fc-view.fc-month-view {
  height: 190px !important;
}

.sp-menu-content .snsicon_list a img {
  width: 25px;
  height: auto;
}

.sp-menu-list-wrapper {
  display: flex;
}

.sp-menu-btn-big {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.sp-header-logo a img {
  height: 35px;
  width: auto;
  top: -5px;
  position: relative;
  margin-top: .7em;
  height: 50px;
}




/* ==================
footer
=================== */
.footer {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  margin: 140px auto 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../img/footer-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footer_icon {
  text-align: center;
  margin: 20px 20px 10px;
}

.footer svg {
  height: 50px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.footer_list ul {
  width: calc(100% / 4);
}

/* .footer_list ul.footer-menu-pc2 {
  width: 18%;
  padding-left: 2em;
}
.footer_list ul.footer-menu-3 {
  width: 18%;
    padding-left: 1em;
} */

.footer_list ul li .footer_sublist {
  width: 100%;
  padding-left: 2rem;
}

.footer_list ul li {
  position: relative;
  padding: 0.2em;
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 15px;
}

.footer_list ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 8px;
  height: 8px;
  background: #387f39;
  border-radius: 50%;
  margin-right: 2px;
}

.footer_list ul li a:hover {
  color: #8BB220;
}

.footer_list ul li .footer_sublist li::before {
  content: '-';
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 14px;
}

.footer_sublist li {
  margin-bottom: 0 !important;
}

.reserved {
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 20px;
  font-weight: 200;
}

footer .snsicon_list {
  padding-right: 20%;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  position: absolute;
  bottom: 10px;
  right: 0;
}

footer .snsicon_list a img {
  width: 35px;
  height: auto;
}



/* ====================
フロントページ
==================== */
.contents {
  width: calc(100% - 308px);
  padding: 0 2.1428571429vw 0 5.7142857143vw;
  padding-top: 30px;
}

/* ====================
下層ページ_kv
==================== */
.contents .kv {
  position: relative;
}

.contents .kv img {
  border-radius: 30px;
  width: 110%;
  height: 110%;
  object-fit: cover;
  filter: blur(7px) brightness(130%);
  position: relative;
  top: -20px;
  left: -20px;
  max-width: 105%;
  opacity: 0.7;
}

/* 各ページkvの明るさ・ぼかし具合調整 */
.contents .kv .kv__main--img-relaxation img {
  filter: blur(7px) brightness(110%) !important;
}

.contents .kv .kv__main--img-info img {
  filter: blur(0px) brightness(130%) !important;
}

.contents .kv .kv__main--img-bodycare img {
  filter: blur(0px) brightness(105%) !important;
}

.contents .kv .kv__main--img-training img {
  filter: blur(3px) brightness(110%) !important;
}

.contents .kv .kv__main--img-hot-bath img {
  filter: blur(7px) brightness(110%) !important;
}

.contents .kv .kv__main--img-forest-therapy img {
  filter: blur(8px) brightness(105%) !important;
}

.contents .kv .kv__main--img-menu img {
  filter: blur(3px) brightness(120%) !important;
}




.white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* 透明度50%の白背景 */
}

.kv__main--img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1446 / 350;
  border-radius: 30px;
  background: #fff;
}


.contents .kv .kv__main {
  position: relative;
  /* padding-left: 2.1428571429vw; */
}

.contents .kv .kv__concept {
  position: absolute;
  bottom: 0;
  left: 0;
  /* padding: 2.1428571429vw 2.1428571429vw 0 0; */
  padding: 1em;
  /* background-color: #fffbf6c7; */
  background-color: #4d4012;
  /* border-top-right-radius: 1.4285714286vw; */
  border-radius: 0 30px 0 30px;
  max-width: 80%;
  z-index: 5;
  color: #fff;
}

.contents .kv .kv__concept:before {
  top: auto;
  bottom: calc(100% - 0.1428571429vw);
  left: 2vw;
}

.breadcrumbs {
  padding: 30px;
}


/* ==================
トップページ
=================== */

.contents .top-kv {
  position: relative;
}

.contents .top-kv img {
  border-radius: 30px;
}

.contents .top-kv .top_kv__main {
  position: relative;
  padding-left: 2.1428571429vw;
}

.contents .top-kv .kv__concept {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.1428571429vw 2.1428571429vw 0 0;
  background-color: #fffbf6;
  border-top-right-radius: 1.4285714286vw;
  max-width: 80%;
  z-index: 5;
}

.contents .top-kv .kv__concept:before {
  top: auto;
  bottom: calc(100% - 0.1428571429vw);
  left: 2vw;
}

.top_kv__concept {
  position: absolute;
  border-radius: 25px;
  top: 0;
  left: 0;
}

.top_kv__concept .top_kv__concept--title {
  writing-mode: vertical-lr;
}

/* --------------------
topスライドショー
---------------------- */
.slider {
  position: relative;
  z-index: 1;
}

/*　背景画像設定　*/
.slider-item img {
  width: 100%;
  height: auto;
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: right;
  margin-top: 14px;
  /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 18px;
  /*ドットボタンのサイズ*/
  height: 18px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: transparent;
  /*ドットボタンの色*/
  border: solid 2px #f87a53;
}

.slick-dots .slick-active button {
  background: #f87a53;
  /*ドットボタンの現在地表示の色*/
}

/* kv営業時間 */
.business-hour-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 18%;
}

.business-hour {
  color: #4D4012;
  background: #FFFBF6;
  border-radius: 27px;
  display: inline-block;
  font-weight: bold;
  padding: 1.5em 1em 1em;
  margin: auto;
  text-align: center;
  width: 100%;
}

.business-hour .today-date {
  font-size: clamp(11px, 1.5vw, 14px);
  margin-bottom: .5em;
}

.business-hour .today-date+dd {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 200%;
}

.business-hour .today-date+dd+dd {
  font-size: clamp(11px, 1.3vw, 20px);
}

.business-hour .last {
  font-size: clamp(11px, 2vw, 14px);
  display: inline;
  margin-right: .5em;
}

.business-hour .last+dd {
  font-size: clamp(11px, 2vw, 14px);
  display: inline;
}

.business-hour .last+dd:after {
  content: '\A';
  white-space: pre;
}

.business-hour .holiday-box {
  border-radius: 100px;
  padding: .3em 0em;
  background-color: #f6e96b;
  font-size: clamp(11px, 2vw, 14px);
}

.business-hour .holiday-box .holiday+dd,
.business-hour .holiday-box .holiday+dt {
  line-height: 1.2;
}

.last-box {
  margin-bottom: .5em;
}


/* 営業時間SP */
.business-hour-box-sp .business-hour {
  display: flex;
  justify-content: center;
  /* gap: 2em; */
  align-items: center;
  width: 70%;
  border-radius: 20px;
  /* background-color: #8BB220; */
  border: solid 2px #8BB220;
  padding: 0.5em;
  margin-top: 3em;
}

.business-hour-box-sp .business-hour div:first-child {
  padding-right: 1em;
  width: 50%;
}

.business-hour-box-sp .business-hour div:last-child {
  padding-left: 2em;
  width: 50%;
}

.sp-next-holiday {
  border-left: solid 1px #8BB220;
}






.top-kv-ttl {
  position: absolute;
  top: 10%;
  left: 5em;
  z-index: 1;
  text-align: center;
}

/* .top-kv-ttl p {
  font-size: clamp(15px, 1.7vw, 30px);
  color: #387F39;
  line-height: 1.422;
  text-shadow: 0px 12px 7.8px #5e5e5e36;
  writing-mode: vertical-rl;
} */

.top-kv-ttl p {
  font-size: clamp(15px, 1.7vw, 30px);
  color: #c8f350;
  line-height: 1.422;
  -webkit-text-stroke: 4px #7b692a;
  paint-order: stroke;
  writing-mode: vertical-rl;
}

.top-kv-pickup {
  background-image: url(../img/top/yellow-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 2em;
  width: 25%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: -5em;
  left: 2em;
  z-index: 1;
  transition: transform .6s ease;
}

.top-kv-pickup:hover {
  transform: translateY(-0.2em);
}

.top-kv-pickup img {
  margin: 0 auto;
  display: block;
  border-radius: 0 !important;
  width: 48%;
}

.top-kv-pickup dl {
  position: relative;
  margin-bottom: 2em;
  width: 70%;
}

.top-kv-pickup dl::before {
  content: "";
  width: 3.5em;
  height: 7em;
  background-image: url(../img/top/steam-l.png);
  background-size: contain;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0.3em;
  left: -1.3em;
}

.top-kv-pickup dl::after {
  content: "";
  width: 3.5em;
  height: 7em;
  background-image: url(../img/top/steam-r.png);
  background-size: contain;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0.3em;
  right: -1.3em;
}

.top-kv-pickup dl dt {
  font-size: clamp(12px, 1.3vw, 20px);
  text-align: center;
  margin-bottom: .9em;
}

.top-kv-pickup dl dd {
  font-size: clamp(11px, 2vw, 14px);
  text-align: center;
  width: 63%;
  line-height: 1.2;
  margin: auto;
}



/* top intro */
#top_intro .text {
  text-align: center;
  margin-top: 3em;
}


/* top 施設紹介 */
#facility {
  margin-top: 120px;
}

.lay-column3 {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: center;
  position: relative;
}

.facility-nav-items>li:first-child {
  margin-top: 30%;
  margin-right: 3em;
}

.facility-nav-items>li:nth-child(3) {
  margin-top: 30%;
  margin-left: 3em;
}


.facility-nav-items>li:not(:last-child) {
  position: relative;
}

.facility-nav-items>* {
  -ms-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.lay-column3>* {
  width: 30%;
}

.facility-nav-items .conts-txt p {
  max-width: 20em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

/* 施設順　１つ目と２つ目を反対にする
.facility-eat {
  order: 2;
}
.facility-relaxation {
  order: 1;
} */

.facility-nav-items .hover figure {
  position: relative;
}

.facility-nav-items .hover figure::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.facility-relaxation figure::before {
  content: "";
  background-image: url(../img/top/facility-relaxation_icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 254px;
  top: -100px;
  aspect-ratio: 254 / 150;
}

.facility-eat figure::before {
  content: "";
  background-image: url(../img/top/facility-eat_icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 153px;
  top: -80px;
  aspect-ratio: 153 / 150;
}

.facility-training figure::before {
  content: "";
  background-image: url(../img/top/facility-training_icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 269px;
  top: -30px;
  aspect-ratio: 269 / 107;
}

.facility-therapy figure::before {
  content: "";
  background-image: url(../img/top/facility-therapy_icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 247px;
  top: -50px;
  aspect-ratio: 247 / 150;
}


.lay-column3 .conts-txt {
  text-align: center;
  margin-top: 1.5em;
}

.lay-column3 .conts-txt>h3 {
  font-size: clamp(17px, 3vw, 22px);
}

.facility-nav-items .img-wrap figure img {
  transition: transform .6s ease;
  width: 100%;
}

.facility-nav-items .img-wrap figure:hover img {
  transform: scale(1.1);
}


.facility-sns {
  background-image: url(../img/top/facility-sns-montain.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 8888;
}

.facility-nav-items.hide-3-4 .top-sns {
  margin: 0 auto;
}

.top-sns {
  text-align: center;
  width: 50vw;
  height: 50vw;
  max-width: 200px;
  max-height: 200px;
  min-width: 10rem;
  min-height: 10rem;
  position: relative;
  margin: 0 auto;

}

.top-sns .top-sns-ttl {
  color: #fff;
  font-size: clamp(15px, 1vw, 24px);
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.top-sns .top-sns-txt {
  position: absolute;
  bottom: 1.7em;
}

.top-sns ul {
  display: flex;
  justify-content: center;
  gap: 3em;
}

.top-sns ul li {
  width: 30%;
}

/* トップ　トピックス */
#top-topics {
  background-color: #f6e96b;
  position: relative;
  margin-top: 300px;
  padding: 0 370px 100px 5.7142857143vw;
}

#top-topics::before {
  content: "";
  position: absolute;
  left: 0;
  top: -300px;
  width: 100vw;
  height: 300px;
  background: url(../img/top/top-topics_bg1.png) no-repeat center bottom / contain;
}

#top-topics::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 90px;
  background: url(../img/top/top-topics_bg2.png) no-repeat center bottom / contain;
}

#top-topics .top-ttl {
  font-size: clamp(20px, 4vw, 28px);
  text-align: center;
  margin-bottom: 2em;
}

#top-topics .top-ttl .topics-english {
  font-size: clamp(13px, 2vw, 20px);
  display: block;
  color: #ed6d00;
}

.top-topics-list {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-bottom: 4em;
}

.top-topics-list-item {
  width: 23%;
}

.top-topics-list-item img {
  width: 100%;
  aspect-ratio: 320/215;
  border-radius: 85px;
  object-fit: cover;
  object-position: center;
}

.top_topics_btn {
  text-align: center;
  margin: 50px;
}

.top_topics_btn a {
  position: relative;
  padding: 1.5rem 6rem;
  border: 2px solid #387f39;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #387f39;
  color: #fff;
  font-size: clamp(15px, 1vw, 18px);
}

.top_topics_btn a:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}

.top_topics_btn a:hover {
  position: relative;
  padding: 1.5rem 6rem;
  border: 2px solid #387f39;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #fff;
  color: #387f39;
}

.top_topics_btn a:hover:before {
  border: 2px dashed #387f39;
}

.top-topics-cat {
  border-width: 1px;
  border-style: solid;
  padding: .3em 1em;
  border-radius: 100px;
}

.top-topics-cat-event {
  border-color: #f87a53;
  background-color: #ffffff;
  color: #4d4012;
}

.top-topics-cat-notice {
  border-color: #387F39;
  background-color: #ffffff;
  color: #4d4012;
}

.top-topics-cat-news {
  border-color: #8BB220;
  background-color: #8BB220;
  color: #fff;
}

.top-topics-cat-whats-new {
  border-color: #f87a53;
  background-color: #f87a53;
  color: #fff;
}

.top-topics-cat-topics {
  border-color: #4d4012;
  background-color: #4d4012;
  color: #fff;
}

.top-topics-list-content {
  margin-top: -1.5em;
  position: relative;
  z-index: 1;
}

.top-topics-list-content .date {
  font-size: clamp(12px, 2vw, 14px);
}

.top-topics-list-content .ttl {
  font-size: clamp(14px, 3vw, 16px);
}

.top-topics-list-content .category {
  display: flex;
  gap: .5em;
  margin-bottom: .8em;
  font-size: clamp(12px, 1vw, 15px);
}

.top-topics-list-item img {
  transition: transform .6s ease;
}

.top-topics-list-item:hover img {
  transform: scale(1.03);
}

/* トップお問い合わせ */
#top-contact {
  padding-top: 50px;
}

#top-contact .top-ttl {
  font-size: clamp(20px, 4vw, 28px);
  text-align: center;
  margin-bottom: 2em;
  writing-mode: vertical-rl;
  line-height: 1.5;
}

#top-contact .top-ttl .topics-english {
  font-size: clamp(13px, 2vw, 16px);
  display: block;
  color: #387f39;
}

.top-contact-inner {
  width: 90%;
  margin: auto;
  display: flex;
  gap: 11em;
}

.top-contact-content {
  display: flex;
  gap: 2em;
  width: 100%;
}

#top-contact .mail,
#top-contact .tel {
  background-color: #ede69d;
  border-radius: 80px;
  padding: 2em;
  width: 37%;
}

#top-contact .mail-ttl,
#top-contact .tel-ttl {
  font-size: clamp(15px, 3vw, 18px);
  text-align: center;
  margin-bottom: 1em;
}

#top-contact .mail-ttl .topics-english,
#top-contact .tel-ttl .topics-english {
  font-size: clamp(13px, 2vw, 16px);
  display: block;
  color: #387f39;
}

#top-contact .mail dd,
#top-contact .tel dd {
  text-align: center;
}

#top-contact .tel dd a {
  font-size: clamp(20px, 2.5vw, 38px);
  color: #387f39;
  line-height: 1.2;
  margin-bottom: .4em;
  display: block;
}

#top-contact .tel dd p {
  font-size: clamp(11px, 2vw, 14px);
}

#top-contact .mail a {
  position: relative;
  padding: .7em 5rem;
  border: 2px solid #8BB220;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #8BB220;
  color: #fff;
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
}

#top-contact .mail a:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}

#top-contact .mail a:hover {
  position: relative;
  border: 2px solid #8BB220;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #fff;
  color: #8BB220;
}

#top-contact .mail a:hover:before {
  border: 2px dashed #8BB220;
}


/* トップ　インスタウィジェット */
.Instagram-flex {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 5em;
  justify-content: center;
  padding: 100px 370px 100px 5.7142857143vw;
}

.ttl_inner {
  display: flex;
  gap: .5em;
  align-items: center;
  padding: .5em 1em;
  background-color: #ede69d;

}

.ttl_inner .icon img {
  width: 2em;
}

.frame_insta {
  border-radius: 16px 16px 0 0;
  /* box-shadow: 10px 10px 5px rgba(237, 108, 0, .18); */
  width: 40%;
}

.inner_insta {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.insta_widget {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.insta_widget iframe {
  width: 100% !important;
  aspect-ratio: 567 / 433;
  height: auto !important;
}



/* ====================
営業時間・料金・アクセス
==================== */
.info_sec {
  max-width: 1000px;
  margin: auto;
}

.business-hours,
.price-table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}

.business-hours tbody {
  border: 2px solid #4d4012;
}

.business-hours .row-2 .column-2,
.business-hours .row-2 .column-3,
.business-hours .row-3 .column-2,
.business-hours .row-3 .column-3,
.business-hours .row-4 .column-2,
.business-hours .row-4 .column-3,
.business-hours .row-5 .column-2,
.business-hours .row-5 .column-3,
.business-hours .row-6 .column-2,
.business-hours .row-6 .column-3,
.business-hours .row-7 .column-2,
.business-hours .row-7 .column-3,
.business-hours .row-8 .column-2,
.business-hours .row-8 .column-3,
.business-hours .row-9 .column-2,
.business-hours .row-9 .column-3 {
  border-top: 1px solid #4d4012;
}

.business-hours .row-2 .column-2,
.business-hours .row-3 .column-2,
.business-hours .row-4 .column-2,
.business-hours .row-5 .column-2,
.business-hours .row-6 .column-2,
.business-hours .row-7 .column-2,
.business-hours .row-8 .column-2,
.business-hours .row-9 .column-2 {
  border-right: 1px solid #4d4012;
}

.business-hours .column-1,
.business-hours .column-3 {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 8px !important;
}

.business-hours .column-1 {
  color: #fff !important;
  background-color: #8bb220 !important;
}

.business-hours .column-3 {
  color: #4d4012 !important;
}

.business-hours .column-2 {
  text-align: center;
  vertical-align: middle;
  color: #4d4012 !important;
  background-color: #f4f3ef !important;
}

.business-hours .row-1 .column-2,
.business-hours .column-3 {
  background-color: #fff !important;
}

#tablepress-1 .row-7 .column-1 span {
  white-space: nowrap;
}



/* 料金 */

.price_ttl {
  margin: 80px auto 50px;
}

.price h2 {
  text-align: center;
}

.price .subtitle {
  border-bottom: 2px solid #387f39;
  padding: 0 1.2rem;
}

.price-table table {
  width: 100%;
}

.price ul {
  margin-top: 20px;
}

.price li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10vw;
  background-color: #387f39;
  margin-right: 6px;
  display: inline-block;
}

.price .price-table-ttl li::before {
  border-radius: 0 !important;
}

.price_table th {
  background-color: #f6e96b;
}


.price-table thead {
  background-color: #f6e96b;
}

.price-table th,
.price-table td {
  border: 1px solid #4d4012;
  padding: 8px;
  text-align: center;
  color: #4d4012;
}

.price-table th {
  font-weight: bold;
}

.note {
  margin-top: 20px;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}

.price .note ul li {
  margin-bottom: .6em;
}


.price-table tbody tr td:first-child {
  background-color: #f4f3ef;
}

.price-table tbody tr td:nth-child(n+2) {
  background-color: #fff;
  vertical-align: middle;
}

.heat {
  margin: 50px auto;
}

.training p {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 10px;
}

.hot-bath .price-table td {
  vertical-align: middle;
  width: 30%;
}

.hot-bath_txt {
  text-align: left !important;
}

.hot-bath .price-table td:last-child {
  width: 45%;
}

/* 運動健康ゾーン */
.training,
.relaxation,
.meal,
.other {
  margin: 50px auto;
}

/* 癒し処天空 */
.relaxation .price-table {
  margin-top: 20px;
}

.relaxation .note,
.meal .note,
.other .note {
  margin-top: 0;
}

/* その他 */
.other ul {
  margin-top: 30px;
}

.relaxation .price-table th,
.meal .price-table th,
.other .price-table th {
  width: 50%;
}

/* アクセス */
.access_info {
  max-width: 1000px;
  margin: auto;
}

.access_map {
  position: relative;
  margin: 100px auto;
  text-align: center;
}

.access_map iframe {
  width: 100%;
}

.access_text {
  position: absolute;
  background-color: #fff;
  width: 430px;
  height: 120px;
  padding: 30px;
  border-radius: 23px;
  bottom: -120px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.access_text::before {
  position: absolute;
  content: url(../img/info/access_icon.png);
  width: 75px;
  right: -30px;
  bottom: -30px;
}

@media screen and (max-width: 1050px) {

  .business-hours td {
    vertical-align: middle;
    display: flex;
  }
}

/* ==================
食べる
=================== */

.kv__concept_meal {
  position: absolute;
  border-radius: 0 30px 0 30px;
  /* background-color: #fffbf6cf; */
  background-color: #4d4012;
  width: 300px;
  /* height: 80px; */
  bottom: 0;
  left: 0;
  color: #fff;
}

.kv__concept_meal .kv__concept--title {
  text-align: center;
  padding: 0.3em 40px;
  font-size: clamp(20px, 2vw, 35px);
}

section#meal_hirane {
  text-align: center;
}

.open_time {
  text-align: center;
  position: relative;
}

.open_time_txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.open_time_txt h4 {
  border-bottom: 2px solid #f6e96b;
  padding: 0 1.2rem;
}

.meal_hirane_txt {
  margin: 50px auto;
}

.meal_hirane_txt h2 {
  line-height: 1.4;
  margin-bottom: .5em;
}

.meal_hirane_txt p {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}

.menu {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  vertical-align: middle;
  text-align: center;
}

.menu p {
  margin-top: 20px;
}

.meal_season_menu_img,
.meal_recommendation_menu_img {
  position: relative;
}

.meal_season_menu_img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -40px;
  width: 170px;
  z-index: 999;
  background-image: url(../img/meal/meal_season_icon.gif);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 170/161;
}

.meal_recommendation_menu_img::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -40px;
  width: 155px;
  z-index: 999;
  background-image: url(../img/meal/meal_osusume_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 155/144;
}

.meal_season_menu_img img,
.meal_recommendation_menu_img img {
  height: auto;
  transition: transform .6s ease;
}

.meal_season_menu_img:hover img,
.meal_recommendation_menu_img:hover img {
  transform: scale(1.1);
}

.menu_btn {
  text-align: center;
  margin: 50px;
}

.menu_btn a {
  color: #fff;
}

.menu_btn a:hover {
  color: #8bb220;
}

a.meal_menu_btn {
  position: relative;
  padding: 1.5rem 4rem;
  border: 2px solid #8bb220;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #8bb220;
}

a.meal_menu_btn:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}

a.meal_menu_btn:hover {
  position: relative;
  border: 2px solid #8bb220;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #fff;
}

a.meal_menu_btn:hover:before {
  border: 2px dashed #8bb220;
}

.menu_sec article.price {
  width: 70%;
  margin: 20px auto;
}

.menu_img_list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 50px auto;
  margin-bottom: 175px;
}

/* ==================
メニュー一覧
=================== */
#recommendation_menu,
#season_menu {
  width: 80%;
  max-width: 1200px;
  margin: 150px auto;
}

.recommendation_menu,
.season_menu {
  text-align: center;
}

.season_menu_ttl {
  position: relative;
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}

.season_menu_ttl h5 {
  font-size: 1.6rem;
}

.season_menu_ttl h5::before {
  position: absolute;
  content: url(../img/menu/hukidasi01_left.png);
  left: 0;
  top: 10%;
}

.season_menu_ttl h5::after {
  position: absolute;
  content: url(../img/menu/hukidasi01_right.png);
  right: 0;
  top: 10%;
}

#recommendation_menu {
  margin-top: 100px;
}

.recommendation {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 66px auto 0;
  flex-wrap: wrap;
}

.recommendation::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 30px);
}

.recommendation .recommendation_list .menu_img {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 10vw;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
}

.menu-price-note {
  text-align: right;
}

.recommendation .recommendation_list {
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  margin: 10px 0;
  width: calc(100% / 3 - 30px);
  display: flex;
  flex-direction: column;
}


.recommendation_list_price {
  border-top: 1px solid #4D4012;
  border-bottom: 1px solid #4D4012;
  padding: 10px;
  margin: 20px auto;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recommendation_menu {
  position: relative;
}

.recommendation_menu_ttl {
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.recommendation_menu_ttl::before {
  position: absolute;
  content: "";
  width: 104px;
  aspect-ratio: 104/100;
  right: -70px;
  bottom: 0;
  background-image: url(../img/menu/recommendation_menu_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.menu_img_list img {
  border-radius: 30px;
}


/* ===================
くつろぎ
=================== */
.relaxation_hot-bath,
.relaxation_body-care,
.relaxation_heat {
  margin: 80px auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.relaxation_img,
.relaxation_hot-bath_box,
.relaxation_body-care_txt,
.relaxation_heat_box,
.relaxation_img_heat {
  width: calc(100% / 2 - 30px);
  position: relative;
}

.relaxation_hot-bath_box .menu_btn,
.rrelaxation_body-care_txt .menu_btn {
  text-align: left;
  margin: 50px 0;
}

.rrelaxation_heat_box .menu_btn {
  text-align: right;
  margin: 50px 0;
}

.relaxation_hot-bath_box,
.relaxation_body-care_txt,
.relaxation_heat_box {
  padding: 30px;
}

.relaxation_hot-bath_box .relaxation_hot-bath_img,
.relaxation_body-care_txt .relaxation_hot-bath_img,
.relaxation_heat_box .relaxation_heat_img02 {
  text-align: center;
}

.relaxation_heat_img01 {
  width: 400px;
}

.relaxation_heat_img02 {
  width: auto;
}

.relaxation_heat_img03 {
  width: 300px;
}

.relaxation_hot-bath_txt,
.relaxation_heat_txt {
  max-width: 455px;
  width: 95%;
}

.figure.relaxation_heat_img02 {
  text-align: center;
}

.relaxation_hot-bath_box,
.relaxation_body-care_txt {
  padding: 20px;
}

.relaxation_heat_txt .menu_btn {
  text-align: left;
  margin: 50px auto;
}

.relaxation_heat_txt {
  margin: 0 0 0 auto;
}

.relaxation_hot-bath_img img,
.relaxation_heat_img img {
  border-radius: 30px;
}

/* ===================
温浴施設
=================== */
.natural-hot-spring {
  margin: 50px auto;
  max-width: 715px;
}

.natural-hot-spring h2 {
  text-align: center;
}

.natural-hot-spring_box {
  margin: 50px auto;
}

.hot-bath_img {
  text-align: center;
}

.hot-bath_txt {
  margin: 50px auto 35px;
}

.spring-quality_effects_table table {
  margin: 0 auto;
}

.spring-quality_effects_table tr {
  height: 72px;
  border-top: 1px solid #4d4012;
}

.spring-quality_effects_table tr:last-child {
  border-bottom: 1px solid #6b5321;
}

.spring-quality_effects_table th {
  width: 20%;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 2rem;
  padding: 20px;
}

.spring-quality_effects_table td {
  position: relative;
  vertical-align: middle;
  padding: 20px;
}

.spring-quality_effects_table td::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background-color: #4D4012;
}

.spring-quality_btn {
  margin: 50px auto;
  text-align: center;
}

a.spring-quality_btn02 {
  position: relative;
  padding: 1.5rem 4rem;
  border: 2px solid #f6e96b;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #f6e96b;
}

a.spring-quality_btn02::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fffbf6;
  border-radius: 100vh;
}

a.spring-quality_btn02:hover {
  position: relative;
  padding: 1.5rem 4rem;
  border: 2px solid #f6e96b;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #fffbf6;
}

#hot-bath_largebath h2 {
  text-align: center;
}

#hot-bath_largebath {
  margin: 150px auto;
}

.hot-bath_largebath,
.hotbath_open-airbath,
.hot-bath_carbonatedbath {
  text-align: center;
  position: relative;
  display: flex;
  margin: 50px auto 30px;
  gap: 30px;
}

.hotbath_box,
.hotbath_open-airbath_box,
.carbonatedbath_box {
  padding: 32px;
  width: calc(100% / 2 - 30px);
}

.hotbath_txt,
.hotbath_open-airbath_txt {
  text-align: left;
  max-width: 415px;
}

.carbonated-bath_txt {
  text-align: left;
  width: 100%;
}

.hot-bath_largebath .relaxation_img::after {
  content: "";
  position: absolute;
  background-image: url(../img/hot-bath/large-bath_icon01.gif);
  width: 230px;
  background-repeat: no-repeat;
  bottom: 20px;
  right: -200px;
  z-index: 999;
  aspect-ratio: 230 / 140;
  background-size: contain;
}

/* .hotbath_box::after {
  content: "";
  position: absolute;
  background-image: url(../img/hot-bath/large-bath_icon01.gif);
  width: 230px;
  background-repeat: no-repeat;
  bottom: -20px;
  left: 50%;
  right: 0;
  transform: translate(-32%, -50%);
  z-index: 999;
  aspect-ratio: 230/140;
} */

.hotbath_txt h3,
.hotbath_open-airbath_txt h3,
.carbonatedbath_txt h3 {
  font-size: clamp(18px, 2vw, 1.5em);
}

.hotbath_open-airbath {
  margin: 80px auto;
}

.hotbath_open-airbath_txt {
  margin: 0 0 0 auto;
}

.hotbath_open-airbath .relaxation_img_heat::after {
  content: "";
  position: absolute;
  background-image: url(../img/hot-bath/natural-hot-spring_icon01.gif);
  width: 349px;
  background-repeat: no-repeat;
  bottom: 20px;
  left: -250px;
  right: 0;
  z-index: 999;
  aspect-ratio: 349 / 91;
  background-size: contain;
}

.carbonatedbath_effect {
  margin: 20px auto 4px;
}

.carbonatedbath_ttl {
  margin: 20px auto 10px;
}

.carbonatedbath_effect a {
  text-align: center;
  padding: 10px 0;
  background-color: #f6e96b;
  border-radius: 11px;
}

.carbonatedbath_effect span {
  padding: 8px 20px;
  font-size: .9em;
}

.carbonatedbath_ttl h3 span {
  border-bottom: 2px solid #387f39;
  padding: 0 .8rem 0 0;
}

.carbonatedbath_imgbox {
  display: flex;
  gap: 22px;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 130px auto;
}

.carbonatedbath_imgbox .relaxation_hot-bath_img {
  width: 23%;
}

figure.relaxation_hot-bath_img {
  display: flex;
  flex-direction: column;
}

a.relaxation_hotbath_img_txt {
  margin: 20px auto;
}

.hotbath_ikoi {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.hotbath_ikoi h2 {
  text-align: center;
}

.hotbath_ikoi_imgbox {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin: 30px auto;
}

.hotbath_ikoi_txt {
  text-align: center;
  margin: 52px auto 30px;
}

.hotbath_ikoi_txt p {
  text-align: left;
}

/* ===================
会社概要
=================== */
.company-profile {
  margin: 30px auto;
  color: #4d4012;
}

.company-profile-box {
  width: 80%;
  margin: 30px auto;
  max-width: 1000px;
  text-align: center;
}

.company-profile td.column-1,
.company-profile td.column-2 {
  text-align: center;
  vertical-align: middle;
}

.company-profile table {
  margin: 0 auto;
}

.company-profile tr .row-1,
.company-profile tr .row-2,
.company-profile tr .row-3,
.company-profile tr .row-4,
.company-profile tr .row-5,
.company-profile tr .row-6,
.company-profile tr .row-7,
.company-profile tr .row-8 {
  height: 72px;
}

.company-profile td.column-1,
.company-profile td.column-2 {
  border-bottom: 1px solid #4d4012;
}

.company-profile td.column-1 {
  width: 28%;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 2rem;
  padding: 10px;
}

.company-profile td.column-2 {
  position: relative;
  vertical-align: middle;
  padding: 20px;
  padding-left: 40px;
  text-align: left;
}

.company-profile td.column-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background-color: #4D4012;
}

/* ===================
サイトマップ
=================== */
.SubTitle {
  text-align: center;
}

/* ===================
プライバシーポリシー
=================== */
.privacy {
  margin-top: 2em;
}

.Privacy {
  font-weight: 500;
}

.privacy h2 {
  text-align: center;
}

.SubTitle {
  border-bottom: 2px solid #387f39;
  padding: 0 1.2rem;
}

.PrivacyPageConte {
  margin: 30px auto;
}

.Privacy h3 {
  margin-top: 60px;
}

.Privacy h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10vw;
  background-color: #387f39;
  margin-right: 8px;
}

.Privacy h4 {
  border-bottom: 2px dotted #387f39;
  padding: 0 1.2rem;
  margin: 20px auto;
}

.Privacy ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.Privacy li {
  padding-left: 1.2rem;
}

.Privacy ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
}

/* ==================
パンくずリスト
=================== */
#breadcrumbs {
  font-size: 1.4rem;
  font-weight: 200;
}

/* ===================
よくある質問
=================== */

.faq-accordion {
  margin-top: 30px;
  padding: 10px;
  background-color: #fff;
}

.faq-item {
  background-color: #f6e96b;
  margin-bottom: 15px;
  border: 1px solid #4d4012;
}

.faq-question {
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.0em;
  color: #4d4012;
}

.faq-toggle {
  display: inline-block;
  width: 1em;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.faq-answer {
  background: #fff;
  padding: 18px 20px;
  border-top: 1px solid #efe6a1;
  color: #2c2c20;
  font-size: 1em;
  text-align: left;
}

/* ==================
お問合せフォーム
=================== */
.inquiry h1 {
  margin: 40px auto;
  text-align: center;
}

section#inquiry {
  max-width: 900px;
  margin: 20px auto;
}

#cf7-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto;
}

.cf7-q {
  width: 30%;
  margin: 10px auto;
  text-align: right;
  padding: 10px;
  padding-top: 0;
  font-size: 16px;
}

#cf7-area label {
  font-weight: bold;
}

span.strong_red {
  color: red;
  font-size: 1.2rem;
  vertical-align: top;
}

.cf7-a {
  width: 60%;
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

#cf7-area input[type="text"],
#cf7-area input[type="email"],
#cf7-area input[type="tel"] {
  width: calc(100% - 20px);
  background-color: #fff;
  border: 1px solid #4d4012;
  margin: 10px;
  border-radius: 8px;
  height: 50px;
  margin-left: 10px;
  padding: 8px 10px;
  text-align: left;
  box-sizing: border-box;
}

#cf7-area textarea.inquiry-message {
  width: calc(100% - 20px);
  text-align: left;
  background-color: #fff;
  border: 1px solid #4d4012;
  margin: 10px;
  border-radius: 8px;
  height: auto;
  padding: 8px 10px;
  box-sizing: border-box;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 .6em 0 1em;
}

#cf7-area input[type="checkbox"] {
  appearance: auto;
  width: 16px;
  height: 16px;
  margin: 0 .6em 0 .8em;
}

.cf7-submit {
  text-align: center;
  margin: 20px auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #f6e96b;
  border: 1px solid #f6e96b;
  padding: .8em 2em;
  border-radius: 10vw;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #fffbf6;
  border: 2px solid #f6e96b;
}

@media only screen and (max-width:1199px) {
  .cf7-item {
    justify-content: start;
    gap: 20px;
  }

  .cf7-q {
    width: 20%;
    margin: 10px 0;
    text-align: left;
    padding: 10px;
    padding-top: 0;
  }

  .cf7-a {
    margin-left: 0;
  }

  .cf7-item .contact_txt {
    width: 100%;
    text-align: left;
    margin-left: calc(20% + 30px);
  }
}

/* ===================
トピックス一覧
=================== */
.topics-list {
  display: flex;
  gap: 2em;
  justify-content: space-between;
  margin: 4em auto;
  flex-wrap: wrap;
}

.topics-item {
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  margin: 10px 0;
  width: 28%;
}

.topics-item .post-thumbnail-wrapper img {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 10vw;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  border: solid 2px #c9c2b5;
}

.topics-item .topics-txt {
  margin-top: 1em;
  padding: 0 2em;
}

.topics-item .topics-txt .topics-date {
  font-size: clamp(11px, 2vw, 12px);
  text-align: center;
}

.topics-item .topics-txt .topics-title {
  font-size: clamp(15px, 3vw, 16px);
  text-align: center;
}

.topics-list>.topics-item:nth-child(3n + 2) {
  margin-top: 7em;
}

.post-thumbnail-wrapper {
  position: relative;
}

.topics-item .topics-category {
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/topics/category-bg-topics.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  aspect-ratio: 75 / 199;
  box-shadow: 0 0 4px #cfcbc3;
}

.topics-item .topics-category .topics-category-list {
  display: flex;
}

.topics-item .topics-category span {
  writing-mode: vertical-lr;
  line-height: 1.4;
  font-size: clamp(13px, 1vw, 16px);
}

.topics-item-link img {
  transition: transform .6s ease;
}

.topics-item-link:hover img {
  transform: scale(1.05);
}

#pagination {
  margin-top: 3em;
}

#pagination .pagination {
  display: flex;
  justify-content: center;
}

#pagination .pagination a,
#pagination .pagination span {
  margin-left: 1.7em;
}

#pagination .pagination a:first-child {
  margin-left: 0;
}

#pagination .pagination .current {
  background-color: #ffed86;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.8;
  margin-left: 1.2em;
}

#pagination .pagination .current+a {
  margin-left: 1.2em;
}

.topics-list-wrapper h1 {
  margin: 40px auto;
  text-align: center;
  font-size: clamp(18px, 3vw, 40px);
}

.topics-categories-box {
  max-width: 700px;
  margin: auto;
}

.topics-categories-line {
  border-top: solid 1px #4d4012;
  border-bottom: solid 1px #4d4012;
}

.topics-categories-all-btn {
  margin-top: 1em;
  margin-bottom: .5em;
}

.topics-categories-all-btn a {
  display: block;
  text-align: center;
  width: 25%;
  background: #4d4012;
  color: #fff;
  font-size: clamp(15px, 2vw, 16px);
  border-radius: 100px;
  margin: auto;
}

.topics-categories-all-btn a:hover {
  display: block;
  background: #8BB220;
}

.topics-categories-box h3 {
  text-align: center;
}

.topics-categories-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 1em 1em 1em 20%;

  justify-content: flex-end;
}

.topics-categories-box ul li {
  width: 45%;
}

.topics-categories-box ul li a {
  position: relative;
}

.topics-categories-box ul li a:hover {
  color: #387f39;
}

.topics-categories-box ul li a::before {
  content: "";
  position: absolute;
  top: .1em;
  left: -1.5em;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/topics/topics-category-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.topics-main-img {
  margin-bottom: 4em;
  height: auto;
}

.topics-main-img img {
  margin: auto;
  display: block;
  height: 100%;
  object-fit: contain;
}


/* ===================
トピックス詳細
=================== */

#topics-detail {
  margin-top: 4em;
}

#topics-detail .topics-detail-box {
  max-width: 1000px;
  margin: auto;
}

#topics-detail .topics-detail-box .ttl {
  position: relative;
  background-color: #4D4012;
  color: #fff;
  border-radius: 14px;
  padding: 1em 2em 1em 7em;
  margin-bottom: 2em;
}

#topics-detail .topics-detail-box h1 {
  font-size: clamp(16px, 3vw, 30px);
  line-height: 1.2;
}

#topics-detail .topics-detail-box .date {
  font-size: clamp(12px, 2vw, 13px);
  letter-spacing: 1px;
}

#topics-detail .topics-detail-category {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);

  background-image: url(../img/topics/category-bg-topics-detail.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 170%;
  aspect-ratio: 78 / 171;
  box-shadow: 0 0 4px #8b888461;
  color: #4D4012;

  transform-style: preserve-3d;
  /* Safari描画バグ対策 */
  -webkit-transform-style: preserve-3d;
}

.topics-category-list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#topics-detail .topics-detail-category .topics-category-list {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-left: 0;
}

#topics-detail .topics-detail-category span {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  display: inline-block;
  line-height: 1.4;
  font-size: clamp(11px, 1vw, 16px);
  text-orientation: upright;
}

@supports (-webkit-touch-callout: none) {
  #topics-detail .topics-detail-category span:last-child {
    padding-right: 1em;
  }

  .topics-item .topics-category span:last-child {
    padding-right: 1em;
  }
}

.topics-detail-box .topics-detail-content {
  max-width: 700px;
  margin: auto;
}

.topics-detail-box .topics-detail-txt p img {
  width: 100% !important;
  margin-top: 2em;
}

.topics-detail-box .topics-detail-thumbnail {
  margin: 0 auto 6em;
}

.topics-detail-box .topics-detail-thumbnail img {
  margin: auto;
  display: block;
  border-radius: 25px;
  object-fit: cover;
  aspect-ratio: 700/404;
  width: 100%;
  border: solid 2px #c9c2b5;
}

.topics-detail-box .topics-detail-txt {
  margin-bottom: 6em;
}

.topics-detail-box .pagenavi {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  align-items: center;
  margin-bottom: 5em;
}


.topics-detail-box .pagenavi .to-archive a {
  position: relative;
  padding: .4em 4rem;
  border: 2px solid #8BB220;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #8BB220;
  color: #fff;
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
}

.topics-detail-box .pagenavi .to-archive a:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}

.topics-detail-box .pagenavi .to-archive a:hover {
  border: 2px solid #8BB220;
  background-color: #fff;
  color: #8BB220;
}

.topics-detail-box .pagenavi .to-archive a:hover:before {
  border: 2px dashed #8BB220;
}

/* ===================
サイトマップ
=================== */

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 18px);
}

.sitemap-list ul li {
  position: relative;
  padding: 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 15px;
}

.sitemap-list ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: .5em;
  height: .5em;
  font-weight: bold;
  border-top: #387F39 solid 2px;
  border-right: #387F39 solid 2px;
  transform: rotate(45deg);
}

.sitemap-list ul li a {
  padding-left: .5em;
}

.sitemap-list ul li a:hover {
  color: #8BB220;
}

#sitemap .SubTitle {
  margin-bottom: 2em;
  margin-top: 1em;
}

.sitemap-list ul li .sitemap_sublist {
  width: 100%;
  padding-left: 2rem;
}


/* ========================
イベントカレンダー詳細ページ
========================= */

#event-detail .event-detail-ttl {
  background-color: #4D4012;
  color: #fff;
  border-radius: 14px;
  padding: 1em 2em;
  margin-bottom: 1em;
  text-align: center;
}

#event-detail {
  max-width: 800px;
  margin: 1em auto 0;
}

#event-detail .event-content {
  margin-top: 2em;
  min-height: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#event-detail .event-content img {
  margin: auto;
  display: block;
  width: 100%;
}

.event-meta {
  /* border-bottom: solid #4D4012 2px; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff75;
  border-radius: 10px;
  padding: .3em 2em;
  display: inline-block;
  text-align: center;
}

.event-detail-date-break {
  white-space: nowrap;
}

.event-detail-content-wrapper {
  max-width: 700px;
  margin: auto;
}



/* ===============================================
404
=====================================================*/

#not-found {
    margin: 0 auto;
    padding: 80px 20px;
    max-width: 1000px;
}

#not-found .not-found-ttl {
    margin-bottom: 2em;
    text-align: center;
    border-bottom: solid #387f39 2px;
    padding-bottom: 1.5em;
}

#not-found .not-found-ttl h2 {
    font-size: clamp(25px, 3vw, 45px);
}

#not-found .not-found-ttl p {
    font-size: clamp(16px, 3vw, 22px);
    font-weight: bold;
}

#not-found .cause {
    margin-bottom: 1.3em;
}

#not-found .cause li {
    position: relative;
    padding-left: 1.4em;
}

#not-found .cause li::before {
    content: "";
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background-color: #387f39;
    position: absolute;
    left: 3px;
    top: .5em;
}

#not-found .not-found-content {
    line-height: 1.7;
    padding-left: 1em;
}

.not-found-content p {
    margin-bottom: .4em;
    line-height: 1.2;
}

#not-found .not-found-content .solution {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: bold;
}

#not-found .to-the-top {
    text-decoration: underline;
}

@media screen and (max-width:450px) {
    #not-found .not-found-content {
        padding-left: 0;
    }

    #not-found {
        padding: 30px 0 70px;
    }

    #not-found .not-found-ttl {
        padding-bottom: 1em;
    }
}



/* ===================
レスポンシブ調整
=================== */

@media only screen and (max-width:1700px) {
  .top-contact-inner {
    width: 100%;
    gap: 7em;
  }

  #top-contact .mail,
  #top-contact .tel {
    width: 40%;
  }

  .hot-bath_largebath .relaxation_img::after {
    width: 33%;
    bottom: 5%;
    right: -28%;
  }

  .hotbath_open-airbath .relaxation_img_heat::after {
    width: 45%;
    bottom: 5%;
    left: -30%;
  }

  .Instagram-flex {
    padding: 70px 370px 70px 5.7142857143vw;
  }
}

@media only screen and (min-width:1601px) {
  #small-pc-calender {
    display: none;
  }

  .footer-menu-sp-only {
    display: none;
  }
}

@media only screen and (max-width:1600px) {
  .top-sns ul li {
    width: 25%;
  }

  .top-sns .top-sns-txt {
    bottom: 3em;
  }

  .top-kv-pickup dl {
    width: 77%;
  }

  .top-kv-pickup dl::before {
    width: 3em;
    height: 6.5em;
    top: 1em;
  }

  .top-kv-pickup dl::after {
    width: 3em;
    height: 6.5em;
    top: 1em;
  }

  #top_intro .text {
    margin-top: 5em;
  }

  .footer_list ul {
    width: calc(100% / 4 - 1em);
  }

  .footer_list ul:nth-child(2) {
    width: 20%;
  }


  /* くつろぎ　画像とテキスト位置調整 */
  .relaxation_hot-bath,
  .relaxation_body-care,
  .relaxation_heat {
    gap: 5px;
  }

  .relaxation_img,
  .relaxation_hot-bath_box,
  .relaxation_body-care_txt,
  .relaxation_heat_box,
  .relaxation_img_heat {
    width: calc(100% / 2 - 5px);
  }

  .relaxation-space_img_box_magazine,
  .relaxation_hot-bath_box,
  .relaxation_body-care_txt,
  .relaxation_heat_box,
  .relaxation-space_img_box_reclining {
    width: calc(100% / 2 - 5px);
  }

  .relaxation_hot-bath_box .menu_btn,
  .rrelaxation_body-care_txt .menu_btn,
  .relaxation_heat_txt .menu_btn {
    text-align: left;
    margin: 20px 0 10px;
  }

  a.meal_menu_btn {
    padding: .6em 2.5em;
  }

  .relaxation_heat_img01,
  .relaxation_heat_img02 {
    width: 70%;
  }

  .relaxation_heat_img03 {
    width: 60%;
  }

  .footer_list {
    width: 100%;
  }

  .top-topics-list-item img {
    border-radius: 50px;
  }

  /* #pc-calender {
    display: none;
  } */


  /* グローバルメニューが切れるのを修正 */
  .fc-view.fc-month-view {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 110px;
  }





  .fc table {
    font-size: .9em !important;
  }

  .fc-toolbar .fc-left {
    float: left !important;
  }

  .fc .fc-toolbar>* {
    font-size: 12px;
  }

  .header_calender {
    margin-top: 20px;
  }

  .header_calender p {
    font-size: 1em;
  }

  .header header {
    padding: 20px 45px 55px;
  }

  .eo-fullcalendar .fc-toolbar {
    margin-bottom: 0;
  }


  .footer-menu-pc-only {
    display: none;
  }
}

@media only screen and (max-width:1500px) {
  .business-hour-box {
    width: 22%;
  }

  .business-hour .today-date {
    margin-bottom: 0;
  }

  .business-hour {
    padding: 1em;
  }

  .lay-column3>* {
    width: 28%;
  }

  .facility-eat figure::before {
    width: 55%;
    top: -35%;
  }

  .facility-training figure::before {
    width: 80%;
    top: -15%;
  }

  .facility-relaxation figure::before {
    width: 70%;
    top: -25%;
  }

  .facility-therapy figure::before {
    width: 80%;
    top: -20%;
  }

  .top_kv__concept {
    height: 120%;
  }

  .top_kv__concept img {
    height: 100%;
  }

  #recommendation_menu,
  #season_menu {
    width: 100%;
  }

  #top-contact .mail,
  #top-contact .tel {
    width: 48%;
  }

  .footer {
    width: 100%;
  }


  .relaxation_hot-bath,
  .relaxation_body-care,
  .relaxation_heat {
    margin: 40px auto;
  }

  .carbonatedbath_effect span {
    padding: .3em .5em;
  }

  .top-topics-list {
    gap: 2em;
  }


}

@media only screen and (min-width:1000px) and (max-width:1500px) {

  .relaxation_heat_img01,
  .relaxation_heat_img02 {
    position: relative;
    left: 33%;
    top: -.5em;
  }

  .relaxation_heat_img03 {
    position: relative;
    left: 50%;
    top: -2em;
  }


}

@media only screen and (min-width:1350px) and (max-width:1700px) {
  .carbonated-bath_txt {
    line-height: 1.7;
  }
}

@media only screen and (max-width:1400px) {
  .nav__list.navinfo a {
    margin: 5px auto;
  }

  .nav__list.navother a {
    margin: 5px auto;
  }

  .nav__list.navforest a {
    margin: 10px auto 5px;
  }

  .nav__list.navcoupon a {
    margin: 5px auto;
  }

  .nav__list.navtopics a {
    margin: 5px auto 10px;
  }

  .Instagram-flex {
    gap: 5em;
  }
}

@media only screen and (min-width:1366px) {
  .footer-info-small-screen {
    display: none;
  }
}

@media only screen and (max-width:1365px) {
  .footer-info-big-screen {
    display: none;
  }

  .footer-info-small-screen {
    display: inline-flex;
    background-color: #ccc;
    border-radius: 100px;
    padding: .2em 2em;
    background-color: #8bb220;
    border: 2px solid #8bb220;
    color: #fff;
    margin-bottom: 2em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-info-small-screen:hover {
    background-color: #ffffff;
    border: 2px solid #8bb220;
    color: #4d4012;
  }
}

@media only screen and (max-width:1350px) {
  .footer {
    margin: 120px auto 30px;
  }

  .top-kv-pickup dl::before {
    width: 2em;
  }

  .top-kv-pickup dl::after {
    width: 2em;
  }

  .top-kv-pickup dl {
    width: 82%;
  }

  .top-kv-pickup dl {
    margin-bottom: 1em;
  }

  .top-kv-ttl {
    left: 3em;
  }

  #facility {
    margin-top: 110px;
  }

  #top-topics {
    margin-top: 220px;
  }

  .top-sns ul li {
    width: 20%;
  }

  .top-sns ul {
    gap: 2em;
  }

  .top-sns .top-sns-ttl {
    line-height: 1.2;
  }

  .top-sns .top-sns-txt {
    bottom: 3.5em;
  }

  .conts-txt p {
    font-size: 14px;
    line-height: 1.4;
  }

  .facility-nav-items>li:nth-child(5) {
    transform: translateY(-60%);
  }

  .lay-column3 .conts-txt {
    margin-top: .5em;
  }

  .top-topics-list-item img {
    width: 100%;
    aspect-ratio: 320 / 215;
  }

  .open_time .open_time_img img {
    width: 380px;
  }

  .meal_hirane_txt p {
    width: 90%;
  }

  .kv__concept_meal .kv__concept--title {
    padding: 10px 30px;
  }

  .menu_img_list {
    margin-bottom: 120px;
  }

  .recommendation {
    margin: 30px auto 0;
  }

  .topics-list {
    margin: 5em auto;
  }

  .topics-list>.topics-item:nth-child(3n + 2) {
    margin-top: 6em;
  }

  .topics-item {
    width: 30%;
  }

  #topics-detail .topics-detail-category {
    height: 160%;
  }

  .training_imgbox {
    gap: 22px;
  }

  .hot-bath_largebath,
  .hotbath_open-airbath,
  .hot-bath_carbonatedbath {
    gap: 10px;
  }

  .hotbath_box,
  .hotbath_open-airbath_box,
  .carbonatedbath_box {
    padding: .5em;
    width: calc(100% / 2 - 10px);
  }

  .hot-bath_largebath .relaxation_img::after {
    width: 33%;
    bottom: 0;
    right: -20%;
  }

  .carbonatedbath_imgbox {
    width: 100%;
    margin: 70px auto;
    gap: 10px;
  }

  .hotbath_ikoi_imgbox {
    gap: 10px;
  }


  /* 温浴施設　画像とテキスト縦 */
  .hot-bath_largebath,
  .hotbath_open-airbath,
  .hot-bath_carbonatedbath {
    flex-direction: column;
    width: 70%;
  }

  .hotbath_open-airbath {
    flex-direction: column-reverse;
  }

  .hot-bath_largebath .relaxation_img,
  .hot-bath_largebath .hotbath_box {
    width: 100%;
  }

  .hotbath_txt,
  .hotbath_open-airbath_txt {
    text-align: left;
    max-width: 100%;
  }

  .hotbath_box,
  .hotbath_open-airbath_box,
  .carbonatedbath_box {
    width: 100% !important;
  }

  .hotbath_open-airbath .relaxation_img_heat {
    width: 100%;
  }

  .hot-bath_carbonatedbath .relaxation_img {
    width: 100%;
  }

  .hotbath_open-airbath .relaxation_img_heat::after {
    width: 45%;
    bottom: 2%;
    left: -15%;
  }

  .hot-bath_largebath,
  .hotbath_open-airbath,
  .hot-bath_carbonatedbath {
    margin: 50px auto 100px;
  }

  #hot-bath_largebath {
    margin: 90px auto;
  }

  .meal_season_menu_img::before {
    left: -10%;
    width: 45%;
  }

  .meal_recommendation_menu_img::before {
    right: -10%;
    width: 40%;
  }

  .sitemap-list {
    width: 100%;
  }


}

/* トップお知らせレスポンシブ調整 */
@media only screen and (min-width:1200px) and (max-width:1350px) {
  .header {
    width: 260px;
  }

  #top-topics {
    padding: 0 300px 100px 5.7142857143vw;
  }

  .header header {
    padding: 37px 30px 55px;
  }

  .Instagram-flex {
    padding: 100px 300px 100px 5.7142857143vw;
  }
}


@media only screen and (max-width:1300px) and (max-width:1350px) {
  .topics-main-img {
    height: 120px;
  }
}



@media only screen and (max-width:1280px) {
  .top-contact-inner {
    width: 100%;
    gap: 3em;
  }

  #top-contact .mail a {
    padding: .5em 3rem;
  }


  .frame_insta {
    width: 35%;
  }
}



@media only screen and (min-width:1200px) {
  .sp-header {
    display: none;
  }
}

@media only screen and (max-width:1199px) {
  .header {
    display: none;
  }

  .contents {
    width: 100%;
    padding: 0 5.7142857143vw;
    padding-top: 100px;
  }

  #top-topics {
    padding: 0 5.7142857143vw 100px;
  }

  .static {
    display: block;
  }

  .Instagram-flex {
    padding: 70px 5.7142857143vw 70px;
  }


}

@media only screen and (min-width:1051px) {

  .business-hours .row-2 .column-2,
  .business-hours .row-3 .column-2,
  .business-hours .row-4 .column-2,
  .business-hours .row-5 .column-2,
  .business-hours .row-6 .column-2,
  .business-hours .row-7 .column-2,
  .business-hours .row-8 .column-2,
  .business-hours .row-9 .column-2 {
    width: 40%;
  }
}

@media only screen and (max-width:1050px) {
  .business-hours .column-2 {
    text-align: left;
  }

  .business-hours .column-1,
  .business-hours .column-3 {
    text-align: left !important;
  }

}

@media only screen and (max-width:1000px) {
  .top-topics-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-topics-list-item {
    width: 40%;
  }

  .top-topics-list-item img {
    border-radius: 70px;
  }

  #top-topics .top-ttl {
    margin-bottom: 1em;
  }

  #top-contact {
    padding-top: 0;
  }

  .company-profile-box {
    width: 100%;
  }

  .footer_list {
    display: none;

  }

  footer .snsicon_list {
    position: static;
  }

  footer .snsicon_list {
    padding-right: 0;
    justify-content: center;
  }

  .top-kv-pickup dl dd {
    width: 80%;
  }
    .top-kv-pickup {
      padding: 1em;
  }
}

@media only screen and (max-width:900px) {
  .lay-column3>* {
    width: 40%;
  }

  .facility-nav-items>li:nth-child(3) {
    margin-left: 0em;
    margin-right: 3em;
    margin-top: 15%;
  }

  #facility {
    margin-top: 300px;
  }

  .facility-nav-items>li:nth-child(5) {
    top: -25%;
    transform: translateY(0);
  }

  .facility-nav-items>li:first-child {
    margin-top: 15%;
  }

  #top-topics {
    margin-top: 160px;
  }

  .top-contact-inner {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }

  #top-contact .top-ttl {
    margin-bottom: 1em;
    writing-mode: horizontal-tb;
  }

  .top-contact-wrapper {
    padding-top: 50px;
  }

  .lay-column3 .conts-txt p {
    text-align: left;
  }

  #facility {
    margin-top: 120px;
  }

  .facility-sns {
    position: static;
  }

  .carbonatedbath_imgbox {
    flex-wrap: wrap;
  }

  .carbonatedbath_imgbox .relaxation_hot-bath_img {
    width: 35%;
  }
}

@media only screen and (max-width:850px) {
  .frame_insta {
    width: 40%;
  }
}

@media only screen and (max-width:800px) {
  .top-kv-pickup {
    padding: 1em;
    width: 25%;
  }

  .top-kv-pickup dl dt {
    margin-bottom: .2em;
  }

  .top-kv-pickup dl {
    margin-bottom: 0.2em;
  }
}

@media only screen and (max-width:767px) {
  .topics-item {
    width: 45%;
  }

  .topics-list>.topics-item:nth-child(3n + 2) {
    margin-top: 0;
  }

  .top-kv-pickup {
    width: 25%;
    bottom: -3em;
  }

  .top-kv-pickup dl::before {
    width: 1em;
    height: 7em;
    top: 2em;
    left: -1em;
  }

  .top-kv-pickup dl::after {
    width: 1em;
    height: 7em;
    top: 2em;
    right: -1em;
  }

  /* .footer_list ul {
        width: 100%;
  }
  .footer_list ul:nth-child(2) {
        width: 100%;
  } */



  /* くつろぐ */
  .relaxation_hot-bath,
  .relaxation_body-care,
  .relaxation_heat {
    flex-direction: column;
    align-items: center;
  }

  .relaxation_img,
  .relaxation_hot-bath_box,
  .relaxation_body-care_txt,
  .relaxation_heat_box,
  .relaxation_img_heat {
    width: 90%;
  }

  .relaxation_heat_img01,
  .relaxation_heat_img02 {
    width: 60%;
  }

  .relaxation_heat {
    flex-direction: column-reverse;
  }

  .relaxation_heat_txt {
    margin: 0;
  }

  .relaxation_hot-bath_txt,
  .relaxation_heat_txt {
    max-width: max-content;
  }

  .relaxation_heat_box {
    padding: 20px;
  }

  .relaxation_hot-bath,
  .relaxation_body-care,
  .relaxation_heat {
    gap: 0;
  }

  /* トピックス詳細 */
  .topics-detail-box .topics-detail-thumbnail {
    margin: 0 auto 2em;
  }

  .topics-detail-box .topics-detail-txt {
    margin-bottom: 3em;
  }

  .topics-detail-box .pagenavi {
    margin-bottom: 3em;
  }

  /* 営業時間料金アクセス */

  /* テーブルスクロール */
  .price-table {
    overflow-x: scroll;
  }

  .price-table::-webkit-scrollbar {
    height: 6px;
  }

  /* SimpleBarのカスタムスタイル */
  .price-table .simplebar-scrollbar {
    background-color: #4d4012 !important;
    border-radius: 13px;
    height: 6px;
  }

  .price-table .simplebar-track {
    background-color: #fff;
  }

  .price-table .simplebar-track.simplebar-horizontal {
    height: 6px !important;
  }


  .price-table table {
    width: 600px;
  }

  .company-profile td.column-1 {
    width: 38%;
  }

  .relaxation_heat_img01,
  .relaxation_heat_img02,
  .relaxation_heat_img03 {
    position: relative;
    top: -3.7em;
    width: 40%;
    right: -6px;
  }

  .frame_insta {
    width: 60%;
  }

  .sp-menu-list-wrapper {
    width: 80%;
    margin: auto;
    flex-direction: column;
  }

  .sp-menu-content .sp-menu-list-first {
    width: 100%;
    padding: 30px 0 10px;
  }

  .sp-menu-content .sp-menu-list-second {
    width: 100%;
    padding: 20px 0 50px;
  }

  .sp-menu-btn-big {
    flex-direction: column;
    gap: 0;
  }

  .kv__concept_meal {
    width: auto;
  }

  .kv__concept_meal .kv__concept--title {
    padding: .2em 1.5em;
  }

  .contents .kv img {
    max-width: 110%;
    height: 120%;
  }
}

@media only screen and (max-width:700px) {
  #top_intro .text {
    text-align: left;
  }

  #facility {
    margin-top: 100px;
  }

  .business-hour-box {
    width: 25%;
  }
}

@media only screen and (min-width:601px) {
  .business-hour-box-sp {
    display: none;
  }
}

@media only screen and (max-width:600px) {
  .business-hour-box {
    display: none;
  }

  .top-kv-pickup {
    bottom: -1em;
  }

  #top_intro .text {
    margin-top: 2em;
  }

  /* topお問合わせ縦並び */
  .top-contact-content {
    flex-direction: column;
    align-items: center;
  }

  #top-contact .mail,
  #top-contact .tel {
    width: 70%;
    border-radius: 60px;
  }

  /* トピックス並び変更 */
  .topics-list {
    gap: 0;
    justify-content: center;
  }

  .topics-item {
    width: 80%;
    margin: 0 0 30px;
  }

  .topics-list>.topics-item:nth-child(3n + 2) {
    margin-top: 0;
  }

  .topics-list-wrapper h1 {
    margin: 20px auto;
  }

  .topics-main-img {
    margin-bottom: 1em;
  }

  /* kv */
  .contents .kv .kv__main {
    padding-left: 0;
  }

  .contents .kv img {
    border-radius: 20px;
  }

  .kv__concept_meal {
    border-radius: 0 20px 0 20px;
    width: 180px;
  }

  .kv__concept_meal .kv__concept--title {
    padding: .2em 30px;
  }

  /* メニュー */
  .menu_img_list {
    gap: 10px;
    flex-wrap: wrap;
  }

  .menu_img_list figure {
    width: 80%;
    margin: auto;
  }

  .recommendation {
    gap: 20px;
  }

  .recommendation .recommendation_list {
    width: calc(100% / 2 - 20px);
  }

  .menu_img_list {
    margin-bottom: 80px;
  }

  /* .top-kv-pickup {
    width: 35%;
    bottom: -10em;
    left: 2em;
    } */
  .top-kv-pickup {
    width: 30%;
    /* bottom: -10em; */
    /* left: 2em; */
  }

  /* #top_intro .text {
        margin-top: 11em;
    } */


  /* 温浴施設 */
  .hot-bath_largebath,
  .hotbath_open-airbath,
  .hot-bath_carbonatedbath {
    flex-direction: column;
    width: 90%;
  }

  .hotbath_open-airbath {
    flex-direction: column-reverse;
  }

  .hot-bath_largebath .relaxation_img::after {
    right: -10%;
  }

  .hotbath_open-airbath .relaxation_img_heat::after {
    left: -10%;
  }

  .carbonatedbath_imgbox {
    flex-direction: column;
  }

  figure.relaxation_hot-bath_img {
    flex-direction: column;
    align-items: center;
  }

  a.relaxation_hotbath_img_txt {
    margin: 5px auto 20px;
  }

  .hotbath_ikoi_imgbox {
    gap: 20px;
    flex-direction: column;
  }

  .hot-bath_largebath,
  .hotbath_open-airbath,
  .hot-bath_carbonatedbath {
    margin: 20px auto 100px;
  }

  .hotbath_ikoi_txt {
    margin: 20px auto 30px;
  }

  /* kv */
  .contents .kv img {
    width: 115%;
    object-fit: cover;
    top: -10px;
  }

  .kv__main--img {
    height: 20vh;
    border-radius: 20px;
  }

  .contents .kv .kv__concept {
    border-top-right-radius: 20px;
  }

  .contents .kv .kv__concept {
    max-width: 100%;
    border-radius: 0 15px 0 15px;
  }

  .kv__concept_meal {
    width: auto;
  }

  .breadcrumbs {
    padding-left: 0;
  }

  /* トップ営業時間 */
  .business-hour .holiday-box {
    padding: .3em 1em;
  }

  .business-hour-box-sp .business-hour div:last-child {
    padding-left: 1em;
  }

  .business-hour-box-sp .business-hour .sp-next-holiday {
    padding: 2em 0.5em 2em 1em;
  }


  /* 問い合わせ */
  .cf7-q {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .cf7-a {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }

  .cf7-item {
    gap: 0;
  }

  .cf7-item .contact_txt {
    margin-left: 20px;
  }

  .event-detail-date-break2 {
    display: block;
    line-height: 1.2;
    margin-bottom: .6em;
    margin-top: .4em;
  }

  .event-detail-date-break {
    display: block;
  }

  .event-detail-date-break-range {
    display: block;
    padding-right: 1.5em;
  }


  .business-hour {
    color: #4D4012;
    background: #fffbf6d6;
  }

  .top-kv-ttl p {
    -webkit-text-stroke: 3px #7b692a;
  }


  /* kvぼかし */
  .contents .kv img {
    filter: blur(4px) brightness(130%);
  }

  .contents .kv .kv__main--img-training img {
    filter: blur(2px) brightness(120%) !important;
  }

  .contents .kv .kv__main--img-forest-therapy img {
    filter: blur(3px) brightness(105%) !important;
  }

  .contents .kv .kv__main--img-relaxation img {
    filter: blur(3px) brightness(110%) !important;
  }

  .contents .kv .kv__main--img-hot-bath img {
    filter: blur(3px) brightness(110%) !important;
  }

  .contents .kv .kv__main--img-bodycare img {
    filter: blur(0px) brightness(105%) !important;
  }




  /* footer */
  footer .snsicon_list a {
    width: 25px;
  }

  .footer svg {
    height: 30px;
  }

  .header image,
  .footer image {
    height: 100%;
  }

  .footer_icon {
    margin: 10px;
  }

  .footer-info-small-screen {
    padding: .1em 1.5em;
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer {
    padding: 10px;
  }

  .footer_icon p {
    line-height: 1.3;
    font-size: 14px;
    margin-top: .3em;
  }



  .reserved {
    padding-bottom: 10px;
  }

  .breadcrumbs {
    padding: 10px 10px 20px;
  }

  .contents .kv .kv__concept {
    padding: .2em 30px;
  }

  .info .kv__concept--title {
    font-size: 18px;
  }

  .access_map iframe {
    height: 300px;
  }

  .carbonatedbath_imgbox .relaxation_hot-bath_img {
    width: 90%;
    margin: auto;
  }

  .contents .kv-body-care img {
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    background: #88b929;
  }

  /* borderradius指定 */
  .relaxation_hot-bath_img img,
  .relaxation_heat_img img {
    border-radius: 20px;
  }

  .contents .top-kv img {
    border-radius: 25px;
  }
  .business-hour {
      border-radius: 25px;
  }

}

@media only screen and (max-width:500px) {

  /* トピックス詳細 */
  .topics-detail-box .pagenavi {
    /* justify-content: center; */
    flex-wrap: wrap;
  }

  /* 2025/06/05_追加 */
  .topics-detail-box .pagenavi {
    justify-content: space-between;
  }

  /* ここまで */
  .topics-detail-box .pagenavi .to-archive {
    order: 3;
    width: 100%;
    text-align: center;
  }

  .topics-detail-box .pagenavi .next {
    order: 1;
  }

  .topics-detail-box .pagenavi .prev {
    order: 2;
  }

  .topics-detail-box .pagenavi {
    margin-bottom: 1em;
  }

  #topics-detail .topics-detail-box .ttl {
    padding: 1em 1em 1em 5em;
  }

  #topics-detail .topics-detail-category {
    height: 100px;
    width: 46px;
  }

  .topics-categories-box ul {
    justify-content: space-between;
  }

}


@media only screen and (max-width:550px) {

  /* top */
  .top-topics-list-item {
    width: 70%;
  }

  .lay-column3>* {
    width: 100%;
  }

  .facility-relaxation a,
  .facility-eat a,
  .facility-training a,
  .facility-therapy a {
    display: flex;
    align-items: flex-start;
    gap: 1em;
  }


  .facility-relaxation,
  .facility-eat,
  .facility-training,
  .facility-therapy {
    margin-top: 6em;
  }

  .facility-nav-items>li:nth-child(2) a,
  .facility-nav-items>li:nth-child(4) a {
    flex-direction: row-reverse;
  }

  .facility-nav-items>li:nth-child(3),
  .facility-nav-items>li:first-child {
    margin-right: 0;
  }

  .facility-relaxation a .img-wrap,
  .facility-eat a .img-wrap,
  .facility-training a .img-wrap,
  .facility-therapy a .img-wrap {
    width: 50%;
  }

  .lay-column3 .conts-txt {
    width: 50%;
  }

  .slick-dots button {
    width: 12px;
    height: 12px;
  }

  .facility-nav-items>li:nth-child(5) {
    width: 60%;
  }

  #facility {
    margin-top: 40px;
  }

  .facility-nav-items>li:nth-child(5) {
    top: -15%;
  }



  .footer {
    margin: 70px auto 10px;
  }

  .lay-column3 .conts-txt h3 {
    text-align: left;
    margin-bottom: 0.5em;
  }

  .lay-column3 .conts-txt {
    margin-top: 1em;
  }

  .contents {
    width: 100%;
    padding: 0 20px;
    padding-top: 100px;
  }

  .sp-header {
    height: 60px;
    padding: 0 20px 0;
  }

  .sp-header-logo a img {
    height: 35px;
    width: auto;
    top: -5px;
    position: relative;
  }

  .menu-btn {
    top: 10px;
    right: 15px;
    height: 40px;
    width: 40px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    height: 2px;
    width: 20px;
  }

  .contents {
    padding-top: 80px;
  }

  .topics-categories-all-btn a {
    width: 10em;
  }

  /* 食べる */
  .menu {
    gap: 40px;
    flex-wrap: wrap;
  }

  .menu .meal_season_menu,
  .menu .meal_recommendation_menu {
    width: 70%;
  }

  .recommendation_menu_ttl::before {
    width: 80px;
    right: -15px;
    bottom: 0;
  }

  /* kv */
  .top-kv-ttl {
    top: 3%;
    left: 1.4em;
    text-align: left;
  }

  .top-kv-ttl p {
    writing-mode: horizontal-tb;
  }

  /* 営業料金アクセス */
  .access_text {
    width: 80%;
    bottom: -150px;
  }

  .access_map {
    margin: 70px auto 150px;
  }

  .company-profile-box {
    width: 100%;
  }

  /* 会社概要 */
  .company-profile td.column-1 {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 2rem;
    padding: 3px 10px;
    display: block;
    background: #4d4012;
    color: #fff;
    border-radius: 10px;
  }

  .company-profile td.column-2 {
    position: relative;
    vertical-align: middle;
    padding: 10px 20px 20px;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .company-profile td.column-1,
  .company-profile td.column-2 {
    border-bottom: transparent;
  }

  .company-profile td.column-2::before {
    content: '';
    background-color: transparent;
  }

  #top-topics {
    margin-top: 100px;
  }

  .sp-header {
    height: 60px;
  }

  .sp-header-logo a img {
    height: 35px;
    margin-top: 0;
  }

  #top-topics {
    padding: 0 5.7142857143vw 50px;
  }

  #event-detail .event-detail-ttl {
    padding: .5em 1em;
  }
}

@media only screen and (max-width:500px) {
  .carbonatedbath_effect a {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .carbonatedbath_effect span {
    width: 40%;
  }

  .carbonatedbath_effect a {
    padding: 5px 0;
  }

  .carbonatedbath_effect {
    background-color: #f6e96b;
    padding: 0 .5em;
    border-radius: 10px;
  }

  .frame_insta {
    width: 80%;
  }

  .Instagram-flex {
    gap: 2em;
    padding: 70px 5.7142857143vw 0;
  }

  .sitemap-list {
    width: 100%;
    flex-direction: column;
  }

  .sp-menu-content .header_calender {
    width: 100%;
  }


}


@media only screen and (max-width:450px) {
  .top-kv-pickup {
    width: 35%;
    left: 1em;
  }

  .top-kv-pickup dl dt {
    white-space: nowrap;
  }

  .top-kv-pickup dl dd {
    width: 95%;
  }

  .top-kv-pickup dl {
    width: 90%;
  }

  /* メニュー */
  .recommendation {
    justify-content: center;
  }

  .recommendation .recommendation_list {
    width: 70%;
  }

  #recommendation_menu,
  #season_menu {
    margin: 50px auto 70px;
  }

  .menu_sec article.price {
    width: 90%;
  }

  .top_kv__concept {
    height: 150%;
  }




}

@media only screen and (max-width:450px) {
  .business-hour-box-sp .business-hour {
    width: 90%;
  }

  .menu_btn {
    margin: 4em 0;
  }

  .top_topics_btn {
    margin: 4em 0;
  }

  #top-contact .mail,
  #top-contact .tel {
    width: 85%;
  }

  #facility {
    margin-top: 50px;
  }

  .facility-nav-items>li:nth-child(5) {
    top: -17%;
  }

  .access_text {
    padding: 1em;
  }

  .menu-price-note {
    position: relative;
    top: -2em;
  }

  .sp-menu-list-wrapper {
    width: 100%;
  }

  .kv__main--img {
    border-radius: 15px;
  }

  .kv__concept_meal {
    border-radius: 0 15px 0 15px;
    width: auto;
  }

  .lay-column3 .conts-txt {
    margin-top: 0;
  }

  .top-kv-pickup dl dd {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.1;
  }

}

@media only screen and (max-width:390px) {
  .facility-nav-items>li:nth-child(5) {
    width: 80%;
  }

  .facility-sns {
    background-position: center 20px;
  }

  a.meal_menu_btn {
    padding: .6em 2em;
  }
}



@media only screen and (max-width:380px) {
  #sp-calender>button {
    padding: .3em 1em;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }

  .ttl_inner {
    padding: .5em;
  }
}

@media only screen and (max-width:370px) {
  .open_time_txt {
    line-height: 1.5;
  }
}

/* 2025.06.05_追加 */
/* #popupCalendar,
#popupCalendarSp {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 90%;
}

.popup-box .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.popup-trigger {
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
} */



@media only screen and (max-height:890px) {
  .fc-view.fc-month-view {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 110px;
  }
}

.fc-view {
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: #f6e96b !important;
}

.eo-fullcalendar .fc-event {
  cursor: pointer;
  color: #fff !important;
  font-size: 13px !important;
}

