@charset "UTF-8";
/*
Theme Name: 宇和パークホテル
Theme URI: https://example.com/uwa-park-hotel
Author: Takafumi
Author URI: https://example.com
Description: 宇和パークホテル公式サイト用WordPressテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uwa-park-hotel
*/

/* ========================================
   CSS Variables
======================================== */
:root {
  --color-white: #ffffff;
  --color-black: #2a2a2a;
  --color-gray: #9c9795;
  --color-beige: #efede9;
  --color-line-gray: #a8a8a8;
  --color-pink: #c04085;
  --color-green: #67a200;
  --color-light-green: #a9d065;
  --color-light-gray: #F5F5F5;
  --font-mincho: "Shippori Mincho B1", "Shippori Mincho", serif;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-english: "Cormorant", serif;
  --font-zen: "Zen Old Mincho", serif;
  --section-padding-y: 120px;
  --section-padding-x: 100px;
}

/* ========================================
   Reset & Base
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-gothic);
  font-size: 16px;
  min-width: 1240px;
  line-height: 1.5;
  color: var(--color-black);
  background-color: var(--color-white);
}

br.sp {
  display: none !important;
}

br.pc {
  display: block !important;
}

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

/* ========================================
   Header
======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 36px;
}

.header__logo {
  display: block;
}

.header__logo img {
  height: 50px;
  width: auto;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  gap: 40px;
}

.header__menu a {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-black);
  transition: opacity 0.3s, color 0.3s;
}

.home .header__menu a {
  color: var(--color-white);
}

.header__menu a:hover {
  opacity: 0.7;
}

/* Header Logo Switching */
.header__logo-white {
  display: none;
}

.header__logo-color {
  display: block;
}

/* TOPページ・サウナページ: 初期状態はロゴ非表示・白文字 */
.home .header__logo-white,
.page-sauna .header__logo-white {
  display: none;
}

.home .header__logo-color,
.page-sauna .header__logo-color {
  display: none;
}

.page-sauna .header__menu a {
  color: var(--color-white);
}

/* スクロール時: カラーロゴ・黒文字に切り替え */
.header--scrolled {
  background: var(--color-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home .header--scrolled .header__logo-white,
.page-sauna .header--scrolled .header__logo-white {
  display: none;
}

.home .header--scrolled .header__logo-color,
.page-sauna .header--scrolled .header__logo-color {
  display: block;
}

.home .header--scrolled .header__menu a,
.page-sauna .header--scrolled .header__menu a {
  color: var(--color-black);
}

/* ========================================
   MV (メインビジュアル)
======================================== */
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mv__slider {
  position: absolute;
  inset: 0;
  height: 100vh;
  z-index: 0;
}

.mv__slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 42, 0.5);
  z-index: 1;
  pointer-events: none;
}

.mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 100vh;
}

.mv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.mv__slide.slick-active picture {
  animation: mv-zoom 5.5s ease-out forwards;
}

.mv__slide.mv__slide--zoomed picture {
  transform: scale(1.1);
}

.mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes mv-zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.mv__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding-top: 280px;
}

.mv__logo img {
  width: 384px;
  height: auto;
}

.mv__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mv__scroll-text {
  font-family: var(--font-gothic);
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: var(--color-white);
}

.mv__scroll-icon {
  width: 24px;
  height: 24px;
  border-left: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  transform: rotate(-45deg);
  animation: scroll-bounce 1.5s infinite;
}

/* サウナ混雑状況バッジ */
.mv__sauna-status {
  position: fixed;
  z-index: 7;
  bottom: 30px;
  right: 32px;
  width: 152px;
  height: 152px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.mv__sauna-status.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.mv__sauna-status-close {
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  background: var(--color-black);
  border-radius: 24px;
}

.mv__sauna-status-close::before,
.mv__sauna-status-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--color-white);
}

.mv__sauna-status-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mv__sauna-status-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mv__sauna-status-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mv__sauna-status-label {
  font-family: var(--font-gothic);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.mv__sauna-status-person {
  width: 41px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__sauna-status-person svg {
  width: 100%;
  height: auto;
}

.mv__sauna-status-value {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-green);
}

.mv__sauna-status-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* デフォルト（空き）- 二重丸 */
.mv__sauna-status-value--empty .mv__sauna-status-icon {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-green);
  border-radius: 50%;
  position: relative;
}

.mv__sauna-status-value--empty .mv__sauna-status-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border: 2px solid var(--color-green);
  border-radius: 50%;
}

/* やや混雑 - 丸アイコン */
.mv__sauna-status-value--moderate .mv__sauna-status-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33333 16.6667C7.18056 16.6667 6.09722 16.4478 5.08333 16.01C4.06945 15.5722 3.1875 14.9786 2.4375 14.2292C1.6875 13.4797 1.09389 12.5978 0.656668 11.5833C0.219446 10.5689 0.00055661 9.48556 1.05485e-06 8.33333C-0.000554501 7.18111 0.218334 6.09778 0.656668 5.08333C1.095 4.06889 1.68861 3.18694 2.4375 2.4375C3.18639 1.68806 4.06833 1.09444 5.08333 0.656667C6.09833 0.218889 7.18167 0 8.33333 0C9.485 0 10.5683 0.218889 11.5833 0.656667C12.5983 1.09444 13.4803 1.68806 14.2292 2.4375C14.9781 3.18694 15.5719 4.06889 16.0108 5.08333C16.4497 6.09778 16.6683 7.18111 16.6667 8.33333C16.665 9.48556 16.4461 10.5689 16.01 11.5833C15.5739 12.5978 14.9803 13.4797 14.2292 14.2292C13.4781 14.9786 12.5961 15.5725 11.5833 16.0108C10.5706 16.4492 9.48722 16.6678 8.33333 16.6667ZM8.33333 15C10.1944 15 11.7708 14.3542 13.0625 13.0625C14.3542 11.7708 15 10.1944 15 8.33333C15 6.47222 14.3542 4.89583 13.0625 3.60417C11.7708 2.3125 10.1944 1.66667 8.33333 1.66667C6.47222 1.66667 4.89583 2.3125 3.60417 3.60417C2.3125 4.89583 1.66667 6.47222 1.66667 8.33333C1.66667 10.1944 2.3125 11.7708 3.60417 13.0625C4.89583 14.3542 6.47222 15 8.33333 15Z' fill='%2367A200'/%3E%3C/svg%3E");
}

/* 混雑 - 三角形アイコン */
.mv__sauna-status-value--crowded .mv__sauna-status-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.49331 0.41663L17.4316 14.1666C17.5048 14.2933 17.5433 14.437 17.5433 14.5833C17.5433 14.7296 17.5048 14.8733 17.4316 15C17.3585 15.1266 17.2533 15.2318 17.1266 15.305C17 15.3781 16.8563 15.4166 16.71 15.4166H0.833312C0.687033 15.4166 0.543333 15.3781 0.416653 15.305C0.289973 15.2318 0.184778 15.1266 0.11164 15C0.0385024 14.8733 -9.29026e-07 14.7296 0 14.5833C9.29059e-07 14.437 0.0385062 14.2933 0.111646 14.1666L8.04998 0.41663C8.12312 0.289957 8.22832 0.184768 8.355 0.111635C8.48167 0.0385013 8.62537 0 8.77164 0C8.91792 0 9.06161 0.0385013 9.18829 0.111635C9.31497 0.184768 9.42017 0.289957 9.49331 0.41663ZM2.27665 13.75H15.2666L8.77164 2.49996L2.27665 13.75Z' fill='%2367A200'/%3E%3C/svg%3E");
}

/* 予約バー */
.mv__reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 180px;
  background: var(--color-black);
}

.mv__reservation-text {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

@keyframes scroll-bounce {

  0%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }

  50% {
    transform: translateY(4px) rotate(-45deg);
  }
}

/* ========================================
   Concept (コンセプト)
======================================== */
.concept {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.concept:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('./assets/images/concept-bg.jpg');
  opacity: .15;
}

.concept__bg {
  position: relative;
  height: 618px;
  overflow: hidden;
  text-align: right;
}

.concept__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  width: 100%;
  max-width: 996px;
  margin: 120px auto 160px;
  padding: 0 20px;
}

.concept__title {
  font-family: var(--font-mincho);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--color-black);
}

.concept__text {
  font-family: var(--font-gothic);
  font-size: 20px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.04em;
  color: var(--color-black);
}

/* ========================================
   Section Common
======================================== */
.section {
  padding: var(--section-padding-y) 0;
  overflow: hidden;
}

.section__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 var(--section-padding-x);
}

.section__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__header--center {
  align-items: center;
  text-align: center;
}

.section__label {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.section__title {
  font-family: var(--font-english);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.section__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section__lead {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.section__description {
  font-family: var(--font-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.section__text {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 451px;
}

.section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Room / Dining Section
======================================== */
.section--room,
.section--dining {
  padding-top: var(--section-padding-y);
  padding-bottom: 160px;
  background: var(--color-white);
}

.section--room .section__inner,
.section--dining .section__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: none;
  padding-right: 0;
  padding-left: calc((100% - 1340px) / 2 + var(--section-padding-x));
}

.section--room .section__text,
.section--dining .section__text {
  color: var(--color-black);
}

.section--room .section__image,
.section--dining .section__image {
  width: 650px;
  flex-shrink: 0;
}

.section--dining .section__inner {
  align-items: flex-start;
  gap: 50px;
}

/* ========================================
   Sauna Section
======================================== */
.section--sauna {
  padding: 0;
  background: var(--color-gray);
}

.section--sauna .section__inner {
  display: grid;
  grid-template-columns: 605px 1fr 205px;
  grid-template-rows: auto 1fr;
  min-height: 813px;
  max-width: none;
  padding: 0;
}

.section--sauna .section__text {
  grid-column: 2;
  grid-row: 1 / 3;
  padding-top: 120px;
  padding-left: 127px;
  width: 520px;
  color: var(--color-white);
}

.section--sauna .section__header {
  margin-bottom: 64px;
}

.section--sauna .section__body {
  gap: 48px;
}

.section--sauna .section__lead {
  margin-bottom: 24px;
}

.section--sauna .section__image--left {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 605px;
  height: 454px;
  margin-top: 224px;
}

.section--sauna .section__image--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--sauna .section__image--sub {
  grid-column: 3;
  grid-row: 1;
  width: 205px;
  height: 308px;
}

.section--sauna .section__image--sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Access Section
======================================== */
.section--access {
  padding: var(--section-padding-y) 205px 160px;
  background: var(--color-gray);
}

.section--access .section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 1030px;
  padding: 0;
}

.section--access .section__header {
  gap: 16px;
  color: var(--color-white);
}

.access__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1030px;
}

.access__map {
  width: 100%;
  height: 515px;
}

.access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.access__address {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
}

.access__address-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.access__directions {
  flex: 1;
  max-width: 597px;
  border: 1px solid var(--color-white);
  border-radius: 3px;
  overflow: hidden;
}

.access__directions-title {
  padding: 8px 24px;
  background: var(--color-white);
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-gray);
}

.access__directions-body {
  padding: 12px 12px 24px;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
}

.access__directions-body p {
  margin-bottom: 0;
}

.access__directions-body a {
  text-decoration: underline;
}

.access__directions-body a:hover {
  text-decoration: none;
}

/* ========================================
   News Section
======================================== */
.section--news {
  padding: var(--section-padding-y) var(--section-padding-x) 160px;
  background: var(--color-white);
}

.category-bar {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 48px;

  .category-bar__label {
    color: var(--color-gray);
    margin-bottom: 16px;
  }

  .category-tabs {
    display: flex;
    gap: 16px;

    a {
      border: 1px solid var(--color-gray);
      padding: 8px 24px;
      border-radius: 3px;
      font-family: var(--font-mincho);
      color: var(--color-gray);

      @media screen and (max-width:768px) {
        padding: 8px 14px;
      }

      &.is-active {
        background: var(--color-gray);
        color: var(--color-white);
      }
    }
  }
}

.section--news .section__inner {
  display: flex;
  gap: 23px;
  align-items: flex-start;
  max-width: none;
  padding: 0;
}

.section--news .section__header {
  flex-shrink: 0;
  width: 398px;
  color: var(--color-black);
}

.news__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}

.news__list {
  width: 819px;
}

.news__item {
  border-top: 1px solid var(--color-line-gray);
}

.news__item:last-child {
  border-bottom: 1px solid var(--color-line-gray);
}

.news__link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px 8px;
  transition: opacity 0.3s;
}

.news__link:hover {
  opacity: 0.7;
}

.news__date {
  flex-shrink: 0;
  width: 90px;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
}

.news__title {
  flex: 1;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
}

.news__arrow {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  position: relative;
}

.news__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 5px;
  background: url('./assets/images/arrow-black.svg') no-repeat center center/20px;
}

.news__more {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 2px 0;
  transition: opacity 0.3s;
}

.news__more:hover {
  opacity: 0.7;
}

.news__more-text {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-black);
}

.news__more-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.news__more-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cg%20clip-path%3D%22url(%23a)%22%3E%20%3Cpath%20stroke%3D%22%232a2a2a%22%20stroke-width%3D%22.72%22%20d%3D%22M0%2012.335h22.203%22%2F%3E%20%3Cpath%20fill%3D%22%232a2a2a%22%20d%3D%22m24.67%2012.335-6.168%202.67v-5.34z%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22a%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24.67v24.67H0z%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E') no-repeat center center;
  ;
}

/* ========================================
   Footer
======================================== */
.footer {
  padding: 72px 95px 40px;
  background: var(--color-beige);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  flex-shrink: 0;
}

.footer__logo img {
  display: block;
  width: 349px;
  height: auto;
  max-width: none;
}

.footer__logo a {
  display: block;
  transition: opacity 0.3s;
}

.footer__logo a:hover {
  opacity: 0.7;
}

.footer__nav {
  display: flex;
  gap: 48px;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 48px;
}

.footer__menu a {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-black);
  transition: opacity 0.3s;
}

.footer__menu a:hover {
  opacity: 0.7;
}

.footer__copyright {
  margin-top: 80px;
  font-family: var(--font-zen);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-black);
  text-align: left;
}

/* ========================================
   Button Component
======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 400px;
  height: 80px;
  padding: 24px 120px;
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.btn--primary {
  background: var(--color-pink);
  color: var(--color-white);
  border: none;
  border-radius: 3px;
}

.btn--primary:hover {
  opacity: 0.8;
}

.btn--outline {
  background: transparent;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.btn--outline:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.btn--outline:hover .btn__icon--arrow::before {
  border-color: var(--color-white);
}

.btn--white {
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn--white:hover {
  background: var(--color-white);
  color: var(--color-black);
}

.btn--white:hover .btn__icon--arrow::before {
  border-color: var(--color-black);
}

.btn--reservation {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.btn__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.btn__icon--calendar {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>') center / contain no-repeat;
}

.btn__icon--arrow {
  position: relative;
}

.btn__icon--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 5px;
  background: url('./assets/images/arrow-black.svg') no-repeat center center/20px;
}

.btn--primary .btn__icon--arrow::before,
.btn--white .btn__icon--arrow::before {
  background: url('./assets/images/arrow-white.svg') no-repeat center center/20px;
}

.btn__text {
  white-space: nowrap;
}

/* ========================================
   Utility
======================================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========================================
   Hamburger Button (SP)
======================================== */
.header__hamburger {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
}

.header__hamburger-line {
  display: block;
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--color-black);
  transform: translateX(-50%);
  transition: all 0.3s;
}

.header__hamburger-line:nth-child(1) {
  top: 8px;
}

.header__hamburger-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.header__hamburger-line:nth-child(3) {
  bottom: 8px;
}

/* TOPページ・サウナページ: ハンバーガーは白 */
.home .header__hamburger-line,
.page-sauna .header__hamburger-line {
  background: var(--color-white);
}

/* スクロール時: ハンバーガーは黒 */
.home .header--scrolled .header__hamburger-line,
.page-sauna .header--scrolled .header__hamburger-line {
  background: var(--color-black);
}

/* ハンバーガー開いた時のアニメーション */
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

/* メニューオープン時は常に黒 */
.header__hamburger.is-active .header__hamburger-line {
  background: var(--color-black);
}

/* ========================================
   Drawer Menu (SP) - Full Screen
======================================== */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--color-black);
  display: flex;
  flex-direction: column;
  padding: 60px 24px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

/* 閉じるボタン */
.drawer__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.drawer__close-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.drawer__close-icon::before,
.drawer__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--color-white);
}

.drawer__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__close-text {
  font-family: var(--font-english);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
}

/* ナビゲーション */
.drawer__nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}

.drawer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  width: 100%;
}

.drawer__menu li {
  list-style: none;
}

.drawer__menu a {
  display: block;
  font-family: var(--font-mincho);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-white);
  transition: opacity 0.3s;
}

.drawer__menu a:hover {
  opacity: 0.7;
}

/* フッター */
.drawer__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: auto;
  padding-top: 40px;
}

.btn--drawer {
  width: 100%;
  min-width: auto;
  height: 72px;
  padding: 16px 32px;
  font-size: 16px;
  border-radius: 8px;
}

.drawer__logo {
  margin-top: 8px;
}

.drawer__logo img {
  width: 200px;
  height: auto;
}

/* body スクロール防止 */
body.drawer-open {
  overflow: hidden;
}

/* ========================================
   Responsive (max-width: 768px)
======================================== */
@media screen and (max-width: 768px) {
  :root {
    --section-padding-y: 60px;
    --section-padding-x: 20px;
  }

  body {
    min-width: 100%;
  }

  br.sp {
    display: block !important;
  }

  br.pc {
    display: none !important;
  }

  .forSP {
    display: block !important;
  }

  .forPC {
    display: none !important;
  }

  .page-section.right-fix,
  .page-section.left-fix {
    padding: 0;

    .content-block__body {
      padding: 30px;
      position: static !important;

      .section__title {
        margin-bottom: 16px;
      }
    }
  }

  .content-block .col5,
  .content-block .col6 {
    flex-basis: auto !important;
  }

  /* Header */
  .header {
    height: 60px;
  }

  .header__inner {
    padding: 0 20px;
  }

  .header__logo img {
    height: 40px;
  }

  .header__menu {
    display: none;
  }

  .header__hamburger {
    display: block;
  }

  /* MV */
  .mv {
    height: auto;
    min-height: 100vh;
  }

  .mv__slide {
    height: 100lvh;
  }

  .mv__slide img {
    object-position: center;
  }

  .mv__content {
    padding-top: 180px;
    padding-bottom: 200px;
    gap: 40px;
  }

  .mv__logo img {
    width: 240px;
  }

  .mv__sauna-status {
    top: auto;
    bottom: 140px;
    right: 20px;
    width: 120px;
    height: 120px;

    @media screen and (max-width:768px) {
      bottom: 30px;
    }
  }

  .mv__sauna-status-close {
    top: 10px;
    right: 0;
  }

  .mv__sauna-status-inner {
    gap: 4px;
  }

  .mv__sauna-status-inner img {
    width: 60px;
    height: auto;
  }

  .mv__sauna-status-label {
    font-size: 10px;
  }

  .mv__sauna-status-value {
    font-size: 12px;
  }

  .mv__reservation {
    gap: 12px;
    flex-direction: column;
    padding: 10px 0 20px;
  }

  .mv__reservation-text {
    font-size: 16px;
  }

  /* Concept */
  .concept__bg {
    height: 40vw;
    margin-left: 0;

    img {
      width: 85%;
      height: auto;
    }
  }

  .concept__content {
    margin: 60px auto 80px;
    padding: 0 20px;
    gap: 24px;
  }

  .concept__title {
    font-size: 24px;
    line-height: 1.75;
  }

  .concept__text {
    font-size: 14px;
    line-height: 2.5;
  }

  /* Section Common */
  .section {
    padding: var(--section-padding-y) 0;
  }

  .section__inner {
    padding: 0 var(--section-padding-x);
  }

  .section__header {
    gap: 8px;
  }

  .section__title {
    font-size: 48px;
  }

  .section__text {
    width: 100%;
    gap: 32px;
  }


  .section--sauna .section__body,
  .section__body {
    gap: 24px;
  }

  .section--sauna .section__lead,
  .section__lead {
    font-size: 20px;
    margin-bottom: 0;
  }

  .section__description {
    font-size: 14px;
    line-height: 2;
  }

  /* Room / Dining Section */
  .section--room,
  .section--dining {
    padding-bottom: 60px;
  }

  .section--room .section__inner,
  .section--dining .section__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding-left: var(--section-padding-x);
    padding-right: var(--section-padding-x);
  }

  .section--room .section__image,
  .section--dining .section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 813 / 457;
  }

  .section--dining .section__inner {
    gap: 24px;
  }

  .section--sauna {
    position: relative;
  }

  /* Sauna Section */
  .section--sauna .section__inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .section--sauna .section__text {
    order: 2;
    width: 100%;
    padding: 40px 20px 60px;
  }

  .section--sauna .section__header {
    margin-bottom: 0;
  }

  .section--sauna .section__image--left {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 605 / 454;
    margin-top: 0;
  }

  .section--sauna .section__image--sub {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 126px;
    height: auto;
  }

  /* Access Section */
  .section--access {
    padding: var(--section-padding-y) var(--section-padding-x) 60px;
  }

  .section--access .section__inner {
    gap: 32px;
  }

  .access__content {
    width: 100%;
    gap: 24px;
  }

  .access__map {
    height: 300px;
  }

  .access__info {
    flex-direction: column;
    gap: 24px;
  }

  .access__address {
    gap: 12px;
    font-size: 14px;
  }

  .access__directions {
    max-width: 100%;
  }

  .access__directions-title {
    padding: 8px 16px;
    font-size: 14px;
  }

  .access__directions-body {
    padding: 12px 16px 20px;
    font-size: 14px;
  }

  /* News Section */
  .section--news {
    padding: var(--section-padding-y) var(--section-padding-x) 60px;
  }

  .section--news .section__inner {
    flex-direction: column;
    gap: 24px;
  }

  .section--news .section__header {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .news__content {
    width: 100%;
    gap: 24px;
  }

  .news__list {
    width: 100%;
  }

  .news__link {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0;
  }

  .news__date {
    width: 100%;
    font-size: 14px;
  }

  .news__title {
    width: calc(100% - 34px);
    font-size: 14px;
  }

  /* Footer */
  .footer {
    padding: 40px 20px;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer__logo img {
    width: 240px;
  }

  .footer__nav {
    gap: 32px;
  }

  .footer__menu {
    align-items: center;
    text-align: center;
  }

  .footer__menu a {
    font-size: 14px;
  }

  .footer__copyright {
    margin-top: 40px;
    text-align: center;
  }

  /* Button */
  .btn {
    min-width: 280px;
    width: 100%;
    max-width: 400px;
    height: 64px;
    padding: 16px 40px;
    font-size: 14px;
  }
}

/* ========================================
   Page Common Styles
======================================== */
.page-hero {
  position: relative;
  padding: 140px var(--section-padding-x) 110px;
  background: var(--color-beige);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./assets/images/concept-bg.jpg') center / cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.page-hero__title {
  position: relative;
  font-family: var(--font-english);
  font-size: 110px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-gray);
}

.page-section {
  padding: 80px var(--section-padding-x);
}

.page-section.left-fix {
  padding-left: 0;

  .section__title {
    margin-bottom: 60px;
  }

  &+.right-fix {
    margin-top: 60px;
  }

  .page-section__inner {
    margin-left: 0;

    .content-block__body {
      position: relative;
      top: -100px;
    }
  }
}

.page-section.right-fix {
  padding-right: 0;

  .section__title {
    margin-bottom: 60px;
  }

  &+.left-fix {
    margin-top: 60px;
  }

  .page-section__inner {
    margin-right: 0;

    .content-block__body {
      position: relative;
      top: -100px;
    }
  }
}

.page-section--beige {
  background: var(--color-beige);
}

.page-section--gray {
  background: var(--color-gray);
}

.page-section__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.page-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  text-align: center;
}

.page-section__label {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-black);
}

.page-section__title {
  font-family: var(--font-english);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
}

/* Content Block (Image + Text) */
.content-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 124px;
}

.content-block .col6 {
  flex-basis: 608px;
}

.content-block .col5 {
  flex-basis: 502px;
}

.content-block .col4 {
  flex-basis: 398px;
}

.content-block--reverse {
  flex-direction: row-reverse;
}

.content-block__image {
  flex-shrink: 0;
  width: 480px;
}

.content-block__image img {
  width: 100%;
  height: auto;
}

.content-block__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-block__title {
  font-family: var(--font-english);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-line-gray);
  padding-bottom: 20px;
  color: var(--color-black);
}

.content-block__subtitle {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray);
}

.content-block__text {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3;
  color: var(--color-black);
}

.content-block__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content-block__info-row {
  display: flex;
  gap: 16px;
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 1.5;
}

.content-block__info-row+.content-block__info-row {
  margin-top: 10px;
}

.content-block__info-label {
  flex-shrink: 0;
  width: 100px;
  color: var(--color-black);
}

.content-block__info-value {
  color: var(--color-black);
}

.content-block__info-value p+p {
  margin-top: 15px;
}

/* Info Table */
.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  padding: 16px;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid var(--color-line-gray);
}

.info-table th {
  width: 120px;
  font-weight: 500;
  color: var(--color-gray);
  background: var(--color-beige);
}

.info-table td {
  color: var(--color-black);
}

/* FAQ Accordion */
.faq-list {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid var(--color-line-gray);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--color-line-gray);
}

.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question__icon {
  flex-shrink: 0;
  font-family: var(--font-english);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-pink);
}

.faq-question__text {
  flex: 1;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-black);
}

.faq-question__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.faq-question__toggle::before,
.faq-question__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-black);
  transform: translate(-50%, -50%);
}

.faq-question__toggle::before {
  width: 16px;
  height: 2px;
}

.faq-question__toggle::after {
  width: 2px;
  height: 16px;
  transition: transform 0.3s;
}

.faq-item.is-open .faq-question__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 0 0 24px 48px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer__text {
  font-family: var(--font-gothic);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: var(--color-black);
}

/* Access Guide */
.access-map {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.access-map__image {
  flex-shrink: 0;
  width: 503px;
}

.access-map__image iframe {
  width: 100%;
  min-height: 320px;
}

.access-map__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.access-map__row {
  display: flex;
  gap: 24px;
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 1.5;
}

.access-map__label {
  flex-shrink: 0;
  width: 48px;
  color: var(--color-black);
}

.access-map__value {
  color: var(--color-black);
}

.access-guide {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.access-guide__title {
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 16px;
}

.access-guide__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.access-guide__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid var(--color-line-gray);
  border-radius: 4px;
  font-family: var(--font-gothic);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.access-guide__arrow {
  font-size: 20px;
  color: var(--color-line-gray);
}

/* Reservation Section */
.reservation-section {
  padding: 80px var(--section-padding-x);
  background: var(--color-beige);
}

.reservation-section__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.reservation-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

/* ========================================
   Single News Post
======================================== */
.single-news-page .page-section__inner {
  max-width: 800px;
  /* 記事の最大幅 */
}

.news-article__header {
  border-bottom: 1px solid var(--color-line-gray);
  margin-bottom: 40px;
  padding-bottom: 24px;
}

.news-article__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.news-article__date {
  font-size: 16px;
  font-family: var(--font-mincho);
}

.news-article__thumbnail {
  margin-bottom: 40px;

  img {
    width: 100%;
    height: auto;
  }
}

.news-article__categories a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  font-family: var(--font-mincho);
  font-size: 14px;
  color: var(--color-gray);
  padding: 8px 16px;
  border: 1px solid var(--color-gray);
}

.news-article__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  line-height: 1.5;
}

.news-article__content {
  line-height: 2;
}

.news-article__content>*:first-child {
  margin-top: 0;
}

.news-article__content h2 {
  font-size: 28px;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-line-gray);
}

.news-article__content h3 {
  font-size: 22px;
  margin: 30px 0 15px;
}

.news-article__content p {
  margin-bottom: 1.5em;
  line-height: 2.2;
}

.news-article__content ul,
.news-article__content ol {
  margin: 20px 0;
  padding-left: 1.5em;
}

.news-article__content ul {
  list-style: disc;
}

.news-article__content ol {
  list-style: decimal;
}

/* Post Navigation */
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
}

.post-navigation a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mincho);
}

.post-navigation a:hover {
  opacity: 0.7;
}

.post-navigation__archive-link a {
  border: 1px solid var(--color-black);
  padding: 24px 32px;
  transition: all 0.3s;
  min-width: 340px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}

.post-navigation__archive-link a:hover {
  background: var(--color-black);
  color: var(--color-white);
  opacity: 1;
}

.reservation-section__label {
  font-family: var(--font-gothic);
  font-size: 14px;
  color: var(--color-black);
}

.reservation-section__title {
  font-family: var(--font-english);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-black);
}

/* Cancel Policy */
.cancel-policy {
  padding: 60px var(--section-padding-x);
  background: var(--color-gray);
}

.cancel-policy__inner {
  max-width: 800px;
  margin: 0 auto;
}

/* ========================================
   News Archive
======================================== */
.page-hero__title .en {
  display: block;
  font-family: var(--font-english);
  font-size: 110px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-gray);
}

.page-hero__title .ja {
  display: block;
  font-family: var(--font-mincho);
  font-size: 16px;
  margin-top: 8px;
  color: var(--color-black);
}

.news-list-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

.news-archive-item__link {
  display: block;
  transition: opacity 0.3s;
}

.news-archive-item__link:hover {
  opacity: 0.7;
}

.news-archive-item__thumbnail {
  margin-bottom: 24px;
}

.news-archive-item__thumbnail img {
  width: 100%;
  height: 200px;
  /* 固定高さ */
  object-fit: cover;
}

.news-archive-item__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.news-archive-item__date {
  font-family: var(--font-mincho);
  font-size: 14px;
  color: var(--color-gray);
}

.news-archive-item__categories a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  font-family: var(--font-mincho);
  font-size: 12px;
  color: var(--color-gray);
}

.news-archive-item__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}

.news-archive-item__excerpt {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-black);
}

/* Pagination */
.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
}

.pagination .page-numbers {
  display: block;
  padding: 8px 16px;
  border: 1px solid var(--color-line-gray);
  border-radius: 3px;
  color: var(--color-black);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.pagination .page-numbers.current {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.pagination .prev,
.pagination .next {
  font-family: var(--font-mincho);
  font-size: 16px;
}

/* WP-PageNavi Pagination */
.wp-pagenavi {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  clear: both;
}

html body .wp-pagenavi a,
html body .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 60px;
  color: var(--color-black);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-mincho);

  transition: background-color 0.3s, color 0.3s;
}

html body .wp-pagenavi .nextpostslink {
  font-size: 0;
  background-image: url('./assets/images/arrow-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;

  &:hover {
    background-image: url('./assets/images/arrow-white.svg');
  }
}

html body .wp-pagenavi .previouspostslink {
  font-size: 0;
  background-image: url('./assets/images/arrow-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transform: scale(-1, 1);

  &:hover {
    background-image: url('./assets/images/arrow-white.svg');
  }
}

.wp-pagenavi a:hover {
  background-color: var(--color-gray);
  color: var(--color-white);
  border-color: var(--color-black);
}

.wp-pagenavi .current {
  background-color: var(--color-gray);
  color: var(--color-white);
  border-color: var(--color-black);
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .extend {
  border: none;
  padding: 8px 4px;
}

@media screen and (max-width: 768px) {
  .page-hero__title .en {
    font-size: 80px;
  }

  .page-hero__title .ja {
    font-size: 14px;
  }

  .news-list-archive {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .news-archive-item__link {
    display: flex;
    flex-direction: column;
  }

  .news-archive-item__thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .news-archive-item__thumbnail img {
    height: 160px;
  }

  .news-archive-item__title {
    font-size: 20px;
  }
}


.cancel-policy__title {
  font-family: var(--font-mincho);
  font-size: 40px;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 24px;

  @media screen and (max-width:768px) {}
}

.cancel-policy__text {
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 2;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 24px;
}


/* 全体（必要なら） */
.cancel-fee {
  display: grid;
  gap: 32px;
  max-width: 648px;
  margin: 0 auto;
}

.cancel-box {
  background: #fff;
  border-radius: 8px;
  padding: 16px 32px;
}

/* 見出し */
.cancel-title {
  margin: 0 0 18px;
  letter-spacing: .02em;
}

/* テーブル */
.cancel-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.cancel-table th,
.cancel-table td {
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
}

/* 行の罫線 */
.cancel-table tr:not(:last-child) th,
.cancel-table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

/* 左カラム */
.cancel-table th {
  width: 28%;
  font-weight: normal;
  text-align: left;
  padding-right: 24px;
  white-space: nowrap;
}

/* 右カラム：中央寄りに見せたいので左に余白を入れる */
.cancel-table td {
  width: 72%;
  text-align: left;
  padding-left: 40%;
  white-space: nowrap;
}

/* スマホ：2カラムが苦しいので折り返し */
@media (max-width: 600px) {
  .cancel-box {
    padding: 18px;
  }

  .cancel-table th,
  .cancel-table td {
    font-size: 16px;
    padding: 14px 0;
  }

  .cancel-table td {
    padding-left: 0;
    white-space: normal;
  }
}


.notes {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.notes__list {
  margin: 0;
  padding-left: 1.25em;
  list-style-type: disc;
}

.notes__list li {
  margin: 0 0 22px;
}

.notes__link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #1e73ff;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.notes__files {
  display: flex;
  gap: 32px;
  margin-top: 18px;

  @media screen and (max-width:768px) {
    flex-direction: column;
  }
}

.file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  /* 下線は付けない */
}

.file:hover .file__name {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.file__icon {
  display: inline-flex;
  opacity: .95;
}

.file__name {
  white-space: nowrap;
}



/* Banquet Section */
.banquet {
  &.left-fix {
    .content-block__body {
      position: static !important;
    }
  }

  .page-section__title {
    font-size: 40px;
  }

  .banquet-course__title,
  .banquet-price__title {
    font-size: 24px;
    font-family: var(--font-mincho);
    font-weight: bold;
    margin-bottom: 15px;
  }

  .banquet-hr {
    margin: 30px auto;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .banquet-price__dl {
    display: flex;
    gap: 30px;
  }

  .banquet-course__lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .banquet-menu {
    line-height: 2;
  }

  .banquet-note {
    background: var(--color-light-gray);
    line-height: 2.3;
    padding: 20px;
    margin: 30px 0 15px;

    .banquet-note__title {
      font-weight: 500;
    }
  }

  .banquet-foot__link {
    text-decoration: underline;
  }
}

.banquet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1072px;
  margin: 0 auto;
}

.banquet-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banquet-card__image img {
  width: 100%;
  height: auto;
}

.banquet-card__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-black);
}

.banquet-card__text {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-black);
}

/*restaurant cancel*/
.restaurant-cancel {
  padding-bottom: 160px;

  .cancel-policy__inner {
    max-width: 678px;
    margin: 0 auto;
  }

  .cancel-policy__text {
    text-align: left;
  }

  .cancel-policy__table-wrap {
    background: var(--color-light-gray);
    padding: 20px;
    margin-bottom: 20px;
  }

  .cancel-policy__table {
    border-collapse: collapse;
    width: 100%;

    th,
    td {
      padding: 10px 20px;
      text-align: left;
      border-bottom: 1px solid var(--color-line-gray);
    }

    th {
      font-weight: 500;
    }

    td {
      text-align: right;
    }

    tr:last-child td,
    tr:last-child th {
      border: none;
    }
  }

  .contact-dl {
    display: flex;
    gap: 16px;
    justify-content: flex-end;

    @media screen and (max-width:768px) {
      flex-direction: column;
    }

    a {
      text-decoration: underline;
      text-underline-offset: 6px;
    }
  }
}

/* Page Content */
.page-content {
  padding: 80px var(--section-padding-x);
}

.page-content__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.page-content__inner>*:first-child {
  margin-top: 0;
}

.page-content__inner>*:last-child {
  margin-bottom: 0;
}

/* WordPress Block Styles */
.page-content__inner h2 {
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  margin: 48px 0 24px;
}

.page-content__inner h3 {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  margin: 40px 0 16px;
}

.page-content__inner h4 {
  font-family: var(--font-mincho);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  margin: 32px 0 12px;
}

.page-content__inner p {
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 2;
  color: var(--color-black);
  margin: 0 0 24px;
}

.page-content__inner ul,
.page-content__inner ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.page-content__inner li {
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 2;
  color: var(--color-black);
  list-style: disc;
}

.page-content__inner ol li {
  list-style: decimal;
}

.page-content__inner a {
  color: var(--color-pink);
  text-decoration: underline;
}

.page-content__inner a:hover {
  text-decoration: none;
}

.page-content__inner img {
  max-width: 100%;
  height: auto;
}

.page-content__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
}

.page-content__inner th,
.page-content__inner td {
  padding: 12px 16px;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  border: 1px solid var(--color-line-gray);
}

.page-content__inner th {
  background: var(--color-beige);
  font-weight: 500;
}

/* Info Group (Access page) */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 800px;
  word-break: break-word;
  margin: 0 auto;
}

.info-group__title {
  font-family: var(--font-mincho);
  font-size: 32px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #A8A8A8;
}

.info-group__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-group__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-group__item+.info-group__item {
  margin-top: 20px;
}

.info-group__item dt {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
}

.info-group__item dd {
  font-family: var(--font-gothic);
  font-size: 14px;
  color: var(--color-pink);
}

.info-group__item dd a {
  color: var(--color-pink);
  text-decoration: underline;
}

.info-group__item dd a:hover {
  text-decoration: none;
}

/* Access Guide Additional */
.access-guide__route {
  margin-bottom: 24px;
}

.access-guide__route-label {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-black);
  margin-bottom: 12px;
}

.access-guide__note {
  font-family: var(--font-gothic);
  font-size: 14px;
  color: var(--color-gray);
  margin-top: 24px;
}

.access-guide__note a {
  color: var(--color-pink);
  text-decoration: underline;
}

/* Page Intro Text */
.page-intro-text {
  font-family: var(--font-gothic);
  font-size: 16px;
  line-height: 2.3;
  color: var(--color-black);
  text-align: center;
}

/* Facility Internet */
.facility-internet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.facility-internet__icon {
  color: var(--color-gray);
}

.facility-internet__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-black);
}

.facility-internet__text {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 2;
  color: var(--color-black);
}

/* Page Responsive */
@media screen and (max-width: 768px) {
  .page-content {
    padding: 40px 20px;
  }

  .page-content__inner h2 {
    font-size: 22px;
    margin: 32px 0 16px;
  }

  .page-content__inner h3 {
    font-size: 18px;
    margin: 24px 0 12px;
  }

  .page-content__inner p {
    font-size: 14px;
  }

  .page-hero {
    padding: 100px 20px 40px;
  }

  .page-hero__title {
    font-size: 40px;
  }

  .page-section {
    padding: 60px 20px;
  }

  .page-section__header {
    margin-bottom: 32px;
  }

  .page-section__title {
    font-size: 32px;
  }

  .content-block {
    flex-direction: column;
    gap: 24px;
  }

  .content-block--reverse {
    flex-direction: column;
  }

  .content-block__image {
    width: 100%;
  }

  .content-block__title {
    font-size: 24px;
  }

  .access-map {
    flex-direction: column;
    gap: 24px;
  }

  .access-map__image {
    width: 100%;
  }

  .access-guide__flow {
    flex-direction: column;
    align-items: stretch;
  }

  .access-guide__arrow {
    transform: rotate(90deg);
    align-self: center;
  }

  .faq-question {
    gap: 16px;
  }

  .faq-answer {
    padding-left: 40px;
  }

  .room-list {
    gap: 60px;
  }

  .room-card {
    flex-direction: column;
    gap: 24px;
  }

  .room-card:nth-child(even) {
    flex-direction: column;
  }

  .room-card__image {
    width: 100%;
  }

  .banquet-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reservation-section {
    padding: 60px 20px;
  }

  .reservation-section__title {
    font-size: 32px;
  }

  .cancel-policy {
    padding: 40px 20px;
  }
}

/* Restaurant */
.page-restaurant .section-intro {
  margin-bottom: 80px;

  @media screen and (max-width:768px) {
    margin-bottom: 0;
  }
}

.breakfast {
  .content-block__body {
    flex: 0 0 400px;

    .content-block__info {
      background: var(--color-light-gray);
      padding: 20px;

      .content-block__info-row {
        padding: 0;

        &:first-child {
          border-bottom: 1px solid var(--color-line-gray);
          padding-bottom: 20px;
        }
      }

      .content-block__info-label {
        width: 70px;
      }
    }
  }
}

.plan-info {
  .plan-title {
    font-size: 18px;
    font-family: var(--font-mincho);
    margin-bottom: 10px;
  }

  .plan-row {
    display: flex;
    gap: 20px;

    &+.plan-row {
      margin-top: 10px;
    }

    dt {
      font-weight: bold;
    }
  }

  .plan-hr {
    margin: 30px 0;
  }

  .plan-menu-item {
    background: var(--color-light-gray);
    padding: 20px;

    &.plan-menu-item {
      margin-top: 20px;
    }

    .plan-menu__title {
      font-weight: bold;
    }
  }
}


.bg--white {
  background: #fff !important;

  * {
    color: var(--color-black);
  }
}

/* ========================================
   Room Page - Card Style (Updated)
======================================== */
.room-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.room-card {
  display: flex;
  align-items: flex-start;
  gap: 130px;
}

.room-card--reverse {
  flex-direction: row-reverse;
}

.room-card__slider {
  flex-shrink: 0;
  width: 713px;
}

.room-card__image {
  flex-shrink: 0;
  width: 540px;
  margin: 0;
}

.room-card__image img {
  width: 100%;
  height: auto;
}

/* カード用スライダー */
.room-slider--card {
  position: relative;
}

.room-slider--card .room-slider__track {
  aspect-ratio: 540 / 360;
}

.room-slider--card .room-slider__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}

.room-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.room-card__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: 2px;
  border-bottom: 1px solid var(--color-line-gray);
  padding-bottom: 20px;
  margin-bottom: 8px;
}

.room-card__spec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room-card__spec-row {
  display: flex;
  gap: 32px;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.5;
}

.room-card__spec-row dt {
  flex-shrink: 0;
  width: 80px;
  color: var(--color-black);
}

.room-card__spec-row dd {
  color: var(--color-black);
}

.room-card__renewal {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-black);
}

.room-card__note {
  font-family: var(--font-gothic);
  font-size: 12px;
  color: var(--color-black);
  line-height: 1.75;
}

.room-card__detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 24px 24px;
  background: none;
  margin-top: 40px;
  border: 1px solid var(--color-black);
  font-family: var(--font-mincho);
  font-size: 14px;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
}

.room-card__detail-btn:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.room-card__detail-btn:hover .room-card__detail-arrow::before {
  border-color: var(--color-white);
}

.room-card__detail-arrow {
  position: relative;
  width: 16px;
  height: 16px;
}

.room-card__detail-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  transform: translate(-70%, -50%) rotate(45deg);
  transition: border-color 0.3s;
}

/* ========================================
   Room Modal
======================================== */
.room-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.room-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.room-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 42, 0.7);
}

.room-modal__container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  background: var(--color-white);
  overflow-y: auto;
}

.room-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: var(--color-beige);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-modal__close span {
  width: 24px;
  height: 24px;
}

.room-modal__close span::before,
.room-modal__close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--color-black);
}

.room-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.room-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.room-modal__content {
  padding: 48px 64px;
}

.room-modal__title {
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}

.room-modal__body {
  display: flex;
  gap: 48px;
}

.room-modal__slider {
  flex-shrink: 0;
  width: 400px;
}

.room-modal__info {
  flex: 1;
  padding-left: 48px;
}

.room-modal__section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-line-gray);

  &:first-child {
    border-top: 1px solid var(--color-line-gray);
    padding-top: 24px;
  }
}

.room-modal__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.room-modal__section-title {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 16px;
}

.room-modal__spec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room-modal__spec-row {
  display: flex;
  gap: 32px;
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 1.75;
}

.room-modal__spec-row:last-child {
  border-bottom: none;
}

.room-modal__spec-row dt {
  flex-shrink: 0;
  width: 80px;
  color: var(--color-black);
}

.room-modal__spec-row dd {
  color: var(--color-black);
}

.room-modal__subtitle {
  font-family: var(--font-gothic);
  font-size: 14px;
  color: var(--color-black);
  margin: 16px 0 8px;
}

.room-modal__subtitle:first-of-type {
  margin-top: 0;
}

.room-modal__list {
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: 2;
  color: var(--color-black);
}

.room-modal__list li {
  list-style: none;
}

/* ========================================
   Room Slider
======================================== */
.room-slider {
  position: relative;
}

.room-slider__track {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.room-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.room-slider__slide.is-active {
  opacity: 1;
}

.room-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-slider__arrow--prev {
  left: -40px;
}

.room-slider__arrow--next {
  right: -40px;
}

.room-slider__arrow span {
  position: static;
  width: 16px;
  height: 16px;
}

.room-slider__arrow--prev span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: translate(-30%, -50%) rotate(45deg);
}

.room-slider__arrow--next span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-black);
  border-top: 2px solid var(--color-black);
  transform: translate(-70%, -50%) rotate(45deg);
}

.room-slider__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.room-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-line-gray);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.room-slider__dot.is-active {
  background: var(--color-black);
}

/* ========================================
   Reservation Form
======================================== */
.reservation-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  background: var(--color-white);
  border-radius: 8px;
}

.reservation-form__row {
  display: flex;
  gap: 16px;
  width: 100%;
}

.reservation-form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reservation-form__field label {
  font-family: var(--font-gothic);
  font-size: 12px;
  color: var(--color-gray);
}

.reservation-form__field select {
  padding: 12px;
  border: 1px solid var(--color-line-gray);
  border-radius: 4px;
  font-family: var(--font-gothic);
  font-size: 14px;
  background: var(--color-white);
}

.reservation-form__note {
  font-family: var(--font-gothic);
  font-size: 14px;
  color: var(--color-pink);
  text-decoration: underline;
}

/* body scroll lock for modal */
body.modal-open {
  overflow: hidden;
}

/* ========================================
   Room Page Responsive
======================================== */
@media screen and (max-width: 768px) {
  .room-list {
    gap: 48px;
  }

  .room-card,
  .room-card--reverse {
    flex-direction: column;
    gap: 24px;
  }

  .room-card__slider,
  .room-card__image {
    width: 100%;
  }

  .room-card__title {
    font-size: 20px;
  }

  .room-card__detail-btn {
    width: 100%;
    justify-content: center;
  }

  .room-modal__container {
    width: 95%;
    max-height: 95vh;
  }

  .room-modal__content {
    padding: 24px;
  }

  .room-modal__title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .room-modal__body {
    flex-direction: column;
    gap: 32px;
  }

  .room-modal__slider {
    width: 100%;
  }

  .room-modal__info {
    border-left: none;
    padding-left: 0;
  }


  .room-slider__arrow--prev {
    left: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }

  .room-slider__arrow--next {
    right: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }

  .reservation-form__row {
    flex-wrap: wrap;
  }

  .reservation-form__field {
    min-width: calc(50% - 8px);
  }
}

/*contact*/

/* リード文 */
.form-lead {
  text-align: center;
  margin: 0 0 34px;
  color: #111;
}

/* 全体 */
.cf7-form {
  max-width: 980px;
  margin: 0 auto;
}

/* 1行：左ラベル / 右入力 */
.cf7-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 32px;
  align-items: center;
  margin: 0 0 24px;
}

/* textarea行は上揃え */
.cf7-row--textarea {
  align-items: start;
}

/* 左ラベル */
.cf7-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111;
  width: 200px;

  p {
    display: flex;
    gap: 10px;
  }
}

.cf7-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 3px;
  background: #B73D3F;
  /* 赤茶の必須バッジ */
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.page-contact .page-intro-text {
  margin-bottom: 40px;
}

.page-contact {
  @media screen and (max-width:768px) {
    .cf7-row {
      display: block;
    }

    .cf7-label {
      margin-bottom: 8px;
    }

    .wpcf7 .cf7-submit {
      max-width: 100% !important;
      width: 100%;

      .wpcf7-submit {
        width: 100%;
      }
    }
  }
}

.cf7-label__text {
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 600;
}

/* 入力欄（CF7が出す input/textarea を統一） */
.cf7-field .wpcf7-form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 4px;
  background: rgba(255, 255, 255, .35);
  padding: 18px 20px;
  font-size: 16px;
  outline: none;
}

/* プレースホルダ色 */
.cf7-field .wpcf7-form-control::placeholder {
  color: rgba(0, 0, 0, .45);
}

/* textareaの高さ */
.cf7-row--textarea textarea.wpcf7-form-control {
  min-height: 260px;
  resize: vertical;
}

/* 同意＋送信 */
.cf7-actions {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin-top: 34px;
}

/* checkbox */
.cf7-privacy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #111;
}

.cf7-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

/* ボタン */
.cf7-submit .wpcf7-submit {
  width: 460px;
  max-width: 100%;
  height: 74px;
  border: 0;
  border-radius: 3px;
  background: #C04085;
  /* 紫 */
  color: #fff;
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
}

.cf7-submit .wpcf7-submit:hover {
  filter: brightness(.95);
}


/* ========================================
   Sauna Page
======================================== */
.page-hero--sauna {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100lvh;
  padding: 0;
  background: url('./assets/images/sauna-bg.png') center / cover no-repeat;
  position: relative;

  @media screen and (max-width:768px) {
    img {
      max-width: 85%;
      display: block;
      margin: 0 auto;
    }
  }
}

.page-section--about {
  padding-right: 0;
  padding-left: 0;
  background: url('./assets/images/sauna-about-bg.png') center / cover no-repeat;

  .page-section__inner {
    margin-right: 0;

    @media screen and (max-width:768px) {
      padding: 0 20px;
    }
  }

  .concept-block {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;

    @media screen and (max-width:768px) {
      display: block;
    }

    .concept-block__image {
      max-width: 608px;

      img {
        width: 100%;
      }

      @media screen and (max-width:768px) {
        margin-top: 30px;

        img {
          width: 100%;
        }
      }
    }

    .concept-block__title {
      font-family: var(--font-mincho);
      color: var(--color-white);
      font-size: 40px;
      line-height: 1.5;
      font-weight: normal;
      margin-bottom: 60px;

      @media screen and (max-width:768px) {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
      }
    }

    .concept-block__text {
      color: var(--color-white);
      font-size: 18px;
      line-height: 2;

      @media screen and (max-width:768px) {
        font-size: 16px;
        text-align: center;
      }
    }
  }
}

.sauna-points {
  .section__header {
    margin-bottom: 72px;

    @media screen and (max-width:768px) {
      margin-bottom: 32px;
    }
  }

  .content-block {
    gap: 60px;

    @media screen and (max-width:768px) {
      gap: 24px;
    }
  }

  .content-block+.content-block {
    margin-top: 120px;

    @media screen and (max-width:768px) {
      margin-top: 40px;
    }
  }

  .content-block__image {
    width: 680px;

    @media screen and (max-width:768px) {
      width: 100%;
    }
  }

  .content-block__point {
    font-family: var(--font-mincho);
    display: flex;
    gap: 30px;
    align-items: center;

    &:after {
      content: "";
      display: block;
      height: 1px;
      width: 160px;
      background: var(--color-gray);
    }
  }

  .content-block__title {
    font-family: var(--font-mincho);
    line-height: 1.5;
    letter-spacing: 1px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;

    @media screen and (max-width:768px) {
      margin-bottom: 0;
    }
  }

  .content-block__text {
    font-size: 14px;
    letter-spacing: 2px;
  }
}


/* ========================================
   Gallery Slider (Sauna Page)
======================================== */
.gallery-slider {
  position: relative;
  overflow: hidden;
  padding: 0 80px;
  /* 両端のスライドを見切れたように見せるためのパディング */
}

.gallery-slider__track {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: transform 0.5s ease;
}

.gallery-slider__slide {
  flex: 0 0 70%;
  /* 中央のスライドの基本幅 */
  transform: scale(0.8);
  opacity: 0.5;
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-align: center;
}

.gallery-slider__slide.is-active {
  transform: scale(1);
  opacity: 1;
}

.gallery-slider__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-slider__slide p {
  margin-top: 16px;
  font-size: 14px;
  color: var(--color-black);
}

.gallery-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.gallery-slider__arrow {
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-black);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.gallery-slider__arrow:hover {
  background-color: var(--color-black);
}

.gallery-slider__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: var(--color-black);
  border-width: 2px 2px 0 0;
}

.gallery-slider__arrow:hover::before {
  border-color: var(--color-white);
}

.gallery-slider__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 55%;
}

.gallery-slider__arrow--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 45%;
}

/* ========================================
   Sauna Page - Slick Slider
======================================== */
.sauna-gallery-section {
  padding: 80px 0;
}

.sauna-gallery-section .page-section__inner {
  max-width: 100%;
  padding: 0;
}

.sauna-gallery-slider {
  opacity: 0;
  /* 初期化中のちらつき防止 */
  transition: opacity 0.5s;
}

.sauna-gallery-slider.slick-initialized {
  opacity: 1;
}

/* 各スライドのスタイル */
.sauna-gallery-slider .slick-slide {
  padding: 0 16px;
  /* スライド間の隙間 */
  height: auto;
}

.sauna-gallery-slider .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sauna-gallery-slider .slick-slide p {
  margin-top: 16px;
  font-size: 14px;
  min-height: 50px;

  @media screen and (max-width:768px) {
    font-size: 12px;
    min-height: 70px;
  }
}

/* 見切れ、中央揃え、サイズ統一のためのスタイル */
.sauna-gallery-slider .slick-track {
  display: flex;
  align-items: center;
  /* 高さを中央に揃える */
}

.sauna-gallery-slider .slick-slide {
  transform: scale(1);
  /* デフォルトの縮小をリセット */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sauna-gallery-slider .slick-center,
.sauna-gallery-slider .slick-slide.slick-current {
  opacity: 1;
  /* 中央の要素は不透明に */
  transform: scale(1);
  /* 強制的にスケールを1に */
}

/* centerModeのpaddingを調整して見切れ具合を制御 */
.sauna-gallery-slider .slick-list {
  padding: 0 25% !important;
}


/* Slick矢印のスタイル上書き */
.sauna-gallery-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--color-line-gray);
  z-index: 10;
}

.sauna-gallery-slider .slick-arrow:hover {
  background: #f0f0f0;
}

.sauna-gallery-slider .slick-prev {
  left: 22%;
  /* 位置調整 */
}

.sauna-gallery-slider .slick-next {
  right: 22%;
  /* 位置調整 */
}

.sauna-gallery-slider .slick-arrow::before {
  content: '';
  font-family: inherit;
  border-style: solid;
  border-color: var(--color-black);
  border-width: 2px 2px 0 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.sauna-gallery-slider .slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 55%;
}

.sauna-gallery-slider .slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 45%;
}

/* Slickドットのスタイル上書き */
.sauna-gallery-slider .slick-dots {
  bottom: -50px;
}

.sauna-gallery-slider .slick-dots li button::before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}

.sauna-gallery-slider .slick-dots li.slick-active button::before {
  color: var(--color-black);
}

@media screen and (max-width: 768px) {
  .sauna-gallery-slider .slick-list {
    padding: 0 15% !important;
  }

  .sauna-gallery-slider .slick-prev {
    left: 8%;
  }

  .sauna-gallery-slider .slick-next {
    right: 8%;
  }
}


.section-calendar {
  padding: 140px 0;

  @media screen and (max-width: 768px) {
    padding: 40px 20px;
  }

  .sauna-calendar__note {
    text-align: right;

    p+p {
      margin-top: 10px;
    }
  }

  .header-wrappter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 72px;

    @media screen and (max-width: 768px) {
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px;
    }
  }

  .sauna-calendar {
    margin-bottom: 64px;

    iframe {
      margin: 0 auto;
      display: block;

      @media screen and (max-width:768px) {
        width: 100%;
      }
    }
  }

  .section-link {
    text-align: center;
  }
}

.section-price {
  padding: 140px 0;

  @media screen and (max-width:768px) {
    padding: 40px 20px;
  }

  .header-wrappter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 72px;

    @media screen and (max-width: 768px) {
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px;
    }
  }

  .price-tables {
    .price-table__title {
      font-size: 24px;
      font-weight: normal;
      font-family: var(--font-mincho);
      margin-bottom: 16px;
    }

    /* 新しいテーブルスタイル */
    .table-scroller {
      @media screen and (max-width:768px) {
        overflow: scroll;
      }
    }

    table {
      width: 100%;

      @media screen and (max-width:768px) {
        width: 768px;
      }

      border-collapse: collapse;
      border-spacing: 0;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 32px;
    }

    table thead th {
      background: #67A200;
      color: var(--color-white);
      font-weight: 500;
      padding: 20px 16px;
      text-align: center;
      font-size: 18px;
      border-right: 1px solid #fff;

      &.ticket {
        border-bottom: 1px solid #fff;
      }

      &.p-narrow {
        padding: 8px 16px;
      }
    }

    table thead tr:first-child th:first-child {
      border-top-left-radius: 10px;
    }

    table thead tr:first-child th:last-child {
      border-top-right-radius: 10px;
    }

    table tbody th {
      background: #A9D065;
      color: var(--color-black);
      font-weight: 500;
      width: 260px;
      padding: 24px 16px;
      height: 120px;
      text-align: center;
      border: 1px solid var(--color-white);
      vertical-align: middle;

      @media screen and (max-width:768px) {
        width: 140px;
      }
    }

    table tbody th div {
      margin-bottom: 4px;
    }

    table tbody th div:last-child {
      margin-bottom: 0;
    }

    table tbody th small {
      font-size: 12px;
      font-weight: 400;
      display: block;
      margin-top: 8px;
      line-height: 1.5;
    }

    table tbody td {
      background: var(--color-white);
      padding: 24px 16px;
      text-align: center;
      border: 1px solid #C8D9B4;
      font-size: 24px;
      font-weight: 500;
    }

    table tbody tr:last-child th {
      border-bottom-left-radius: 10px;
    }

    table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 10px;
    }

    @media screen and (max-width: 768px) {
      table {
        font-size: 14px;
      }

      table thead th {
        padding: 12px 8px;
        font-size: 14px;
      }

      table tbody th {
        padding: 16px 8px;
        font-size: 14px;
      }

      table tbody th small {
        font-size: 10px;
      }

      table tbody td {
        padding: 16px 8px;
        font-size: 18px;
      }
    }
  }

  .price-note {
    margin-bottom: 32px;
    font-size: 14px;
    color: var(--color-gray);
  }

  .sauna-details {
    margin-top: 64px;
    border-top: 1px solid var(--color-line-gray);

    @media screen and (max-width:768px) {
      margin-top: 32px;
    }

    .sauna-details__row {
      display: flex;
      padding: 32px 0;
      border-bottom: 1px solid var(--color-line-gray);
      gap: 64px;

      @media screen and (max-width:768px) {
        flex-direction: column;
        padding: 16px 0;
        gap: 8px;
      }

      dt {
        width: 130px;
        text-align: center;

        @media screen and (max-width:768px) {
          text-align: left;
          font-weight: bold;
        }
      }

      dd {
        flex: 1;
        word-break: break-word;
      }
    }
  }
}


.section-direction {
  background: url('./assets/images/sauna-about-bg.png') center / cover no-repeat;
  color: var(--color-white);
  font-family: var(--font-mincho);
  padding: 140px 0;

  @media screen and (max-width:768px) {
    padding: 40px 20px;
  }

  .section__header {
    margin-bottom: 72px;
  }

  .direction-logos {
    display: flex;
    gap: 64px;
    padding: 0 72px;

    @media screen and (max-width:768px) {
      padding: 0 0;
      flex-direction: column;
    }

    .direction-logo-item {
      flex: 1;

      img {
        width: 100%;
      }

      .direction-logo-item__image {
        margin-bottom: 16px;
      }

      .direction-logo-item__name {
        font-weight: normal;
        font-size: 30px;
        margin-bottom: 24px;

        @media screen and (max-width:768px) {
          font-size: 24px;
          margin-bottom: 16px;
        }
      }

      .direction-logo-item__text {
        line-height: 2;
      }
    }
  }
}


.section-faq {
  padding: 140px 0;

  @media screen and (max-width:768px) {
    padding: 40px 20px;
  }

  .section__header {
    margin-bottom: 72px;
  }
}


.section--amenity {
  padding: 80px 0;
  color: #fff;

  .header-wrappter {
    max-width: 1240px;
    margin: 0 auto 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width:768px) {
      display: block;
      padding: 0 20px;
      margin-bottom: 48px;
    }

    .amenity-lead {
      line-height: 2.3;

      @media screen and (max-width:768px) {
        font-size: 13px;
        margin-top: 30px;
        line-height: 1.8;
      }
    }
  }

  .page-section__inner {
    max-width: 100%;
  }
}
