/* =============================================================================
   01. グローバル変数・リセット
   ============================================================================= */
/* 全画面にフィルムグレインを重ねて、印刷物のような質感を出す */
/* =============================================================================
   02. タイポグラフィ・ボタン基底
   ============================================================================= */
.section {
  padding: 100px clamp(32px, 6vw, 96px);
  position: relative;
}

.section-eyebrow {
  font-family: var(--ff-label);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 12px;
}

.section-heading {
  font-family: var(--ff-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.section-lead {
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-light);
  line-height: 2;
  max-width: 560px;
  margin-bottom: 48px;
}

/* プライマリボタン */
.btn-primary {
  display: inline-block;
  font-family: var(--ff-label);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: var(--coral);
  padding: 18px 44px;
  text-decoration: none;
  transition: transform .3s;
}
.btn-primary:hover { transform: translateY(-2px); }

/* ホワイトボタン */
.btn-white {
  display: inline-block;
  font-family: var(--ff-label);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--midnight);
  background: #fff;
  padding: 18px 44px;
  text-decoration: none;
  transition: transform .3s;
}
.btn-white:hover { transform: translateY(-2px); }
.btn-white.is-disabled { opacity: .45; cursor: not-allowed; pointer-events: none; }

/* LINEボタン */
/* =============================================================================
   03. ヘッダー・ナビゲーション
   ============================================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .4s, padding .4s, backdrop-filter .4s;
}

/* スクロール時に背景を付与 */
.site-header.is-scrolled {
  background: rgba(9, 23, 38, .85);
  backdrop-filter: blur(16px);
  padding: 14px 40px;
}

/* ロゴ */
.site-header-logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.site-header-logo-main {
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 8px;
  line-height: 1;
}

.site-header-logo-sub {
  font-family: var(--ff-label);
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 5px;
  text-transform: uppercase;
}

/* ナビ */
.site-header-nav-list {
  display: flex;
  gap: 36px;
  align-items: center;
  list-style: none;
}

.site-header-nav-list a {
  font-family: var(--ff-label);
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color .3s;
  position: relative;
}

.site-header-nav-list a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--coral);
  transition: width .3s;
}

.site-header-nav-list a:hover { color: #fff; }
.site-header-nav-list a:hover::after { width: 100%; }

.site-header-cta {
  font-family: var(--ff-label) !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  background: var(--coral);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 2px;
  text-decoration: none;
}
.site-header-cta::after { display: none !important; }

/* ハンバーガー */
.site-header-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.site-header-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: rgba(255, 255, 255, .8);
  transition: transform .3s, opacity .3s;
}

.site-header-hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.site-header-hamburger.is-open span:nth-child(2) { opacity: 0; }
.site-header-hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ドロワー */
.site-nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(9, 23, 38, .96);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.site-nav-drawer.is-open { display: flex; }

.site-nav-drawer a {
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  letter-spacing: 4px;
  transition: color .3s;
}

.site-nav-drawer a:hover { color: var(--coral-light); }

.site-nav-drawer-cta {
  margin-top: 16px;
  font-family: var(--ff-label) !important;
  font-size: 13px !important;
  letter-spacing: 3px !important;
  background: var(--coral);
  color: #fff !important;
  padding: 14px 40px;
  border-radius: 2px;
  text-decoration: none;
}

/* =============================================================================
   04. ヒーロー
   ============================================================================= */
/* 2026-04-23 刷新：単色グラデーションから大判の実写写真ビジュアルへ。
   ビーチ全景を大胆に配置し、上からダークグラデーションのオーバーレイで
   白文字の視認性を確保。高さも 540 → 640 に引き上げてヒーロー感を強化。 */
.hero-group {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 40px 100px;
  background: var(--midnight);
}

/* 背景写真：object-position で顔の向きを微調整する代わりに、
   background-image + background-size: cover で画面全体に敷き詰める */
.hero-group-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/scene-beach-sunset.jpg");
  background-size: cover;
  background-position: center 60%;
  /* 画像そのままだと文字が読みづらいので、上下から暗めのグラデを重ねる */
}

/* ::before：2層オーバーレイで本文の視認性を強化
   ① ラジアル：画面中央を集中的に暗くし、タイトルとテキストが乗る領域を確保
   ② リニア ：上下を全体的に暗くし、写真上部の明るさ・下部の装飾ノイズを抑える */
.hero-group-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 65% at 50% 55%, rgba(9, 23, 38, .55) 0%, transparent 72%),
    linear-gradient(180deg,
      rgba(9, 23, 38, .65) 0%,
      rgba(9, 23, 38, .45) 45%,
      rgba(9, 23, 38, .85) 100%);
}

.hero-group-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.hero-logo {
  display: block;
  width: clamp(240px, 36vw, 380px);
  height: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45));
}

.hero-group-badge {
  display: inline-block;
  font-family: var(--ff-label);
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--amber);
  /* 背景写真の上でも沈まないよう、ボーダー＋半透明の背景塗り */
  border: 1px solid rgba(240, 184, 96, .6);
  background: rgba(9, 23, 38, .28);
  backdrop-filter: blur(8px);
  padding: 8px 24px;
  margin-bottom: 28px;
}

.hero-group-title {
  font-family: var(--ff-display);
  font-size: clamp(40px, 5.5vw, 60px);
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .8s .3s forwards;
  /* 背景写真の上でも輪郭が潰れないよう、軽いドロップシャドウで縁取り効果を */
  text-shadow: 0 2px 20px rgba(0, 0, 0, .5);
}

.hero-group-title em { font-style: italic; color: var(--turquoise); }

.hero-group-desc {
  font-size: 16px;
  font-weight: 400;
  /* 視認性UP：.88 → 1.0（純白）、本文用の弱めの影も追加 */
  color: #fff;
  line-height: 2;
  margin-bottom: 0;
  opacity: 0;
  animation: fadeUp .8s .5s forwards;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .55);
}

/* =============================================================================
   05-A. スペックリボン
   ============================================================================= */
.spec-ribbon {
  background: var(--midnight);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 960px;
  margin: 0 auto;
}

.spec-cell {
  text-align: center;
  padding: 36px 16px;
  position: relative;
}

.spec-cell:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 20%;
  height: 60%;
  width: 1px;
  /* 視認性UP：.06 → .14 でセル境界を視認できる程度に */
  background: rgba(255, 255, 255, .14);
}

.spec-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border: 1px solid rgba(94, 196, 182, .3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-size: 20px;
  color: var(--turquoise);
}

.spec-val {
  font-family: var(--ff-number);
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4px;
}

.spec-lbl {
  font-family: var(--ff-label);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  /* 視認性UP：.35 → .65 まで上げてラベルを明確に読めるように */
  color: rgba(255, 255, 255, .65);
}

/* =============================================================================
   05-B. スペック表
   ============================================================================= */
.spec-section { background: var(--sand-light); }

.spec-table-wrap { max-width: 800px; margin: 0 auto; }

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr { border-bottom: 1px solid rgba(160, 152, 136, .12); }

.spec-table th {
  text-align: left;
  padding: 18px 0;
  width: 160px;
  vertical-align: top;
  font-family: var(--ff-label);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--stone);
  font-weight: 400;
}

.spec-table td {
  padding: 18px 0 18px 24px;
  font-size: 16px;
  color: var(--ink);
}

/* =============================================================================
   05-C. ギャラリー
   ============================================================================= */
.gallery-section { background: var(--cream); }

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

.gallery-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid rgba(160, 152, 136, .12);
  transition: transform .3s, box-shadow .3s;
}

.gallery-item:hover { transform: scale(1.02); box-shadow: 0 16px 40px rgba(9, 23, 38, .08); }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =============================================================================
   05-D. タイムライン
   ============================================================================= */
.timeline-section { background: var(--cream); }

.timeline-wrap {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
}

.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--coral), var(--teal), var(--stone-light));
}

.timeline-item {
  position: relative;
  padding: 0 0 48px;
}

.timeline-item:last-child { padding-bottom: 0; }

.timeline-dot {
  position: absolute;
  left: -56px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--teal);
}

.timeline-dot.is-active {
  border-color: var(--coral);
  background: var(--coral);
}

.timeline-dot.is-active::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(224, 120, 80, .3);
}

.timeline-time {
  font-family: var(--ff-number);
  font-size: 28px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}

.timeline-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}

.timeline-desc {
  font-size: 15px;
  font-weight: 400;
  color: var(--stone);
  line-height: 1.7;
}

.timeline-tag {
  display: inline-block;
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--teal);
  border: 1px solid rgba(61, 139, 158, .25);
  padding: 3px 12px;
  margin-top: 8px;
}

/* =============================================================================
   05-E. ランチメニュー
   ============================================================================= */
.lunch-section { background: var(--cream); }

.lunch-strip {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid rgba(160, 152, 136, .12);
  background: var(--sand-light);
}

.lunch-strip-item {
  flex: 1 1 25%;
  min-width: 140px;
  padding: 20px 12px;
  text-align: center;
  position: relative;
}

.lunch-strip-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 16%;
  height: 68%;
  width: 1px;
  background: rgba(160, 152, 136, .12);
}

.lunch-strip-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}

.lunch-strip-price {
  font-family: var(--ff-number);
  font-size: 22px;
  font-weight: 300;
  color: var(--coral);
}

.lunch-strip-note {
  font-size: 11px;
  color: var(--stone);
  margin-top: 4px;
}

.lunch-footer {
  max-width: 800px;
  margin: 12px auto 0;
  font-size: 13px;
  color: var(--stone);
  line-height: 1.8;
}

/* =============================================================================
   05-F. アクティビティ
   ============================================================================= */
.activity-section { background: var(--sand-light); }

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

.activity-card {
  background: var(--cream);
  border: 1px solid rgba(160, 152, 136, .12);
  text-align: center;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;            /* 画像hoverズームをカード外にはみ出させない */
  display: flex;
  flex-direction: column;
}

.activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(9, 23, 38, .08);
}

/* ---- カード上部のビジュアル枠 ---- */
.activity-card-image {
  position: relative;
  aspect-ratio: 4 / 3;         /* 揃ったグリッド感を担保 */
  overflow: hidden;
  background: rgba(160, 152, 136, .08);
}
.activity-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2,.9,.3,1);
}
.activity-card:hover .activity-card-image img {
  transform: scale(1.06);
}

/* ---- カード下部のテキスト枠 ---- */
.activity-card-body {
  padding: 24px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.activity-card-title {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
}

.activity-card-desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--stone);
  line-height: 1.8;
  flex: 1;                     /* 下のタグを揃える */
}

.activity-card-tag {
  display: inline-block;
  font-family: var(--ff-label);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--coral);
  border: 1px solid rgba(224, 120, 80, .25);
  padding: 3px 12px;
  margin-top: 14px;
}

/* 下部の注釈文（※で始まる備考） */
.activity-note {
  max-width: 960px;
  margin: 40px auto 0;
  padding: 20px 24px;
  background: var(--cream);
  border-left: 3px solid var(--coral);
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-light);
}
.activity-note strong {
  color: var(--ink);
  font-weight: 500;
}

/* =============================================================================
   05-G. メニュー・プラン（index.htmlと共通コンポーネント）
   ============================================================================= */
.menu-section {
  background: var(--sand-light);
  position: relative;
}
.menu-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at 100% 50%, rgba(224,120,80,.06) 0%, transparent 70%);
  pointer-events: none;
}
.menu-flex {
  display: flex;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.menu-left { flex: 1; min-width: 0; }
.menu-right {
  width: 360px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
}

/* メニュー1行（サムネ + 名前 + 価格） */
.menu-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(160,152,136,.15);
  transition: transform .3s;
}
.menu-item:hover { transform: translateX(8px); }
.menu-item:first-child { border-top: 1px solid rgba(160,152,136,.15); }
.menu-thumb {
  width: 80px;
  height: 80px;
  background: var(--sand);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.menu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-info {
  flex: 1 1 auto;
  min-width: 0;
  word-break: normal;
}
.menu-name {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-desc-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--stone);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-price {
  font-family: var(--ff-number);
  font-size: 28px;
  font-weight: 400;
  color: var(--coral);
  letter-spacing: 1px;
  flex-shrink: 0;
  white-space: nowrap;
}
.menu-price--quote { font-size: 18px; }

/* クリック可能であることの視覚的ヒント */
.menu-item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  transition: background-color .3s, box-shadow .3s, transform .3s;
}
.menu-item:hover {
  background-color: rgba(224, 120, 80, 0.06);
  box-shadow: 0 6px 20px rgba(44, 36, 24, 0.08);
  transform: translateY(-2px);
}
.menu-item:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
  border-radius: 8px;
}

/* 行末の常時表示ピルボタン「詳細を見る ›」 */
.menu-item::after {
  content: '詳細を見る ›';
  flex-shrink: 0;
  margin-left: 14px;
  align-self: center;
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 2px;
  color: #fff;
  background: var(--coral);
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(224, 120, 80, 0.30);
  transition: background-color .3s, transform .3s, box-shadow .3s;
}
/* ホバー/フォーカス時：コーラルを少し濃くするだけの控えめ表現 */
.menu-item:hover::after,
.menu-item:focus-visible::after {
  background-color: #c86640;
  transform: translateX(4px);
  box-shadow: 0 6px 14px rgba(224, 120, 80, 0.35);
}
.menu-thumb { overflow: hidden; }
.menu-thumb img { transition: transform .4s cubic-bezier(.2,.9,.3,1); }
.menu-item:hover .menu-thumb img { transform: scale(1.06); }

@media (max-width: 640px) {
  .menu-item::after {
    font-size: 10px;
    padding: 8px 14px;
    margin-left: 10px;
    letter-spacing: 1.5px;
  }
}

/* =============================================================================
   05-G2. メニュー詳細モーダル（<dialog>ベース）
   ============================================================================= */
.menu-modal {
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(13,30,50,.25);
  position: fixed;
  inset: 0;
  margin: auto;
}
.menu-modal::backdrop {
  background: rgba(13,30,50,.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.menu-modal[open] { animation: menuModalIn .28s cubic-bezier(.2,.9,.3,1.1); }
@keyframes menuModalIn {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
  to   { opacity: 1; transform: none; }
}
.menu-modal__close {
  position: absolute;
  top: 12px; right: 12px;
  width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(253,250,244,.92);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--ink);
  z-index: 2;
  transition: background .2s, transform .2s;
}
.menu-modal__close:hover { background: #fff; transform: rotate(90deg); }
.menu-modal__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100dvh - 48px);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

/* テンプレート側のパーツ */
.mm-hero {
  aspect-ratio: 16 / 9;
  background: var(--sand);
  overflow: hidden;
}
.mm-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================================================================
   Chrome iOS 対策：<picture> を親サイズに追従させる
   ---------------------------------------------------------------------------
   <picture> はデフォルト display:inline のため、Chrome iOS では子 <img> の
   intrinsic サイズと aspect-ratio 指定の親コンテナで循環参照が起き、
   画像がサムネサイズに縮小表示される不具合がある（Safari/Brave は吸収）。
   ============================================================================= */
.menu-thumb picture,
.mm-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-thumb img,
.mm-hero img {
  display: block;
}
.mm-inner { padding: 32px 32px 40px; }
.mm-eyebrow {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--coral);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mm-name {
  font-family: var(--ff-display);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.3;
}
.mm-price {
  font-family: var(--ff-number);
  font-size: 32px;
  color: var(--coral);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.mm-price small {
  font-family: var(--ff-body);
  font-size: 12px;
  color: var(--stone);
  margin-left: 10px;
  letter-spacing: 0;
}
.mm-lead {
  font-size: 15px;
  line-height: 1.9;
  color: var(--stone);
  margin-bottom: 8px;
}
.mm-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(160,152,136,.22);
}
.mm-section h4 {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--stone);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mm-list li {
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink);
  padding-left: 20px;
  position: relative;
}
.mm-list li::before {
  content: '';
  position: absolute;
  left: 4px; top: 13px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--coral);
}
.mm-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.mm-note {
  margin-top: 18px;
  font-size: 12px;
  color: var(--stone);
  line-height: 1.7;
}

@media (max-width: 640px) {
  .menu-modal {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    /* dvh + スティッキーCTA(72px)分を差し引き、被り防止 */
    max-height: calc(100dvh - 120px);
    margin: auto;
    border-radius: 14px;
  }
  .mm-inner { padding: 24px 20px 32px; }
  .mm-hero  { aspect-ratio: 4 / 3; }
  .mm-price { font-size: 28px; }
}

/* 右サイドの団体案内カード */
.menu-aside-card {
  background: var(--cream);
  border: 1px solid rgba(160,152,136,.12);
  padding: 40px 32px;
}
.menu-aside-eyebrow {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 12px;
}
.menu-aside-title {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.4;
}
.menu-aside-text {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-light);
  line-height: 1.9;
  margin-bottom: 24px;
}

/* menu-flex をタブレット以下で縦並びに */
@media (max-width: 960px) {
  .menu-flex { flex-direction: column; gap: 32px; }
  .menu-right { width: 100%; position: static; }
}

/* =============================================================================
   05-I. ケーススタディ
   ============================================================================= */
.case-section { background: var(--cream); }

.case-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
  background: var(--sand-light);
  border: 1px solid rgba(160, 152, 136, .1);
  overflow: hidden;
}

.case-img {
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-label);
  font-size: 10px;
  color: var(--stone);
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 240px;
}

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

.case-body { padding: 40px 40px 40px 0; }

.case-eyebrow {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 8px;
}

.case-title {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 16px;
}

.case-text {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-light);
  line-height: 2;
  margin-bottom: 20px;
}

.case-tags { display: flex; gap: 8px; flex-wrap: wrap; }

.case-tag {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 14px;
  background: rgba(61, 139, 158, .08);
  color: var(--teal);
}

/* =============================================================================
   05-J. 問い合わせCTA
   ============================================================================= */
.contact-cta {
  background: var(--deep-sea);
  text-align: center;
  padding: 100px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 500px at 30% 100%, rgba(94, 196, 182, .06) 0%, transparent 100%),
    radial-gradient(circle 400px at 70% 0%, rgba(240, 184, 96, .05) 0%, transparent 100%);
}

.contact-cta .section-eyebrow { color: var(--amber); text-align: center; }

.contact-cta .section-heading {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.contact-cta-desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, .45);
  margin-bottom: 40px;
}

.contact-cta-tel {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.contact-cta-hours {
  font-size: 14px;
  color: rgba(255, 255, 255, .35);
  margin-bottom: 32px;
}

.contact-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

/* =============================================================================
   05-K. FAQ（agency.htmlとデザイン統一）
   ============================================================================= */
.faq-section { background: var(--sand-light); }

.faq-list {
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(160, 152, 136, .2);
  border-left: 3px solid var(--coral);
  margin-bottom: 1rem;
  border-radius: 2px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.5rem 2rem;
  background: #fff;
  border: none;
  text-align: left;
  font-family: var(--ff-display);
  font-size: 1.1rem;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.faq-question:hover { background: var(--sand-light); }

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--coral);
}

/* aria-expanded はボタン側に付与されるため、.faq-question を起点に指定 */
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  animation: faq-fade-in .25s ease-out;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  padding: 0 2rem 1.75rem;
  color: var(--ink-light);
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

@keyframes faq-fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =============================================================================
   90. サイトフッター
   ============================================================================= */
/* =============================================================================
   91. ブレッドクラム
   ============================================================================= */
/* =============================================================================
   92. スクロール出現アニメーション
   ============================================================================= */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity   .8s cubic-bezier(.25, .1, .25, 1),
    transform .8s cubic-bezier(.25, .1, .25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =============================================================================
   99. レスポンシブ（max-width: 768px）
   ============================================================================= */
@media (max-width: 768px) {
  .section { padding: 80px 24px; }

  .site-header { padding: 16px 20px; }
  .site-header-nav-list { display: none; }
  .site-header-hamburger { display: flex; }

  /* SP：ヒーローは高さを抑えつつ、写真が潰れないよう background-position は center */
  .hero-group { min-height: 0; padding: 100px 20px 60px; background-position: center; }
  .hero-logo { width: clamp(180px, 55vw, 240px); margin: 0 auto 18px; }
  .hero-group-title { font-size: clamp(28px, 7vw, 40px) !important; }
  .hero-group-desc { font-size: 14px !important; }

  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-cell:nth-child(2)::after { display: none; }

  /* SP：施設スペック詳細テーブルを縦積み（ラベル上・値下） */
  .spec-table tr {
    display: block;
    padding: 14px 0;
  }
  .spec-table th {
    display: block;
    width: auto;
    padding: 0 0 4px;
    font-size: 11px;
    letter-spacing: 2.5px;
  }
  .spec-table td {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .lunch-strip { flex-direction: column; }
  .lunch-strip-item:not(:last-child)::after { right: auto; bottom: 0; left: 16%; width: 68%; height: 1px; top: auto; }

  .activity-grid { grid-template-columns: 1fr; max-width: 400px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* SP：メニューカードを縦積みレイアウトに（写真 top → 情報 → 価格）*/
  .menu-item {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin-bottom: 16px;
    border: 1px solid rgba(160,152,136,.2);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .menu-item:first-child { border-top: 1px solid rgba(160,152,136,.2); }
  .menu-item:hover { transform: none; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
  .menu-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }
  .menu-info { padding: 18px 20px 8px; }
  /* SPカードでは省略せず通常の折り返しを許可 */
  .menu-name {
    font-size: 20px;
    margin-bottom: 6px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .menu-desc-text {
    font-size: 13px;
    line-height: 1.7;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .menu-price {
    font-size: 22px;
    padding: 0 20px 10px;
    text-align: right;
  }
  /* SP：カード全体がモーダルを開くことを示すフッター行 */
  .menu-item::after {
    display: block !important;
    content: 'タップでプラン詳細を見る ›';
    font-family: var(--ff-label);
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--coral);
    background: var(--sand-light);
    padding: 10px 20px;
    margin: 0;
    border-radius: 0;
    text-align: center;
    border-top: 1px solid var(--sand);
    box-shadow: none;
    flex-shrink: 0;
  }
  /* SP：タップ時も暗転させず、コーラル背景＋白抜きで明るい反応 */
  .menu-item:hover::after,
  .menu-item:active::after,
  .menu-item:focus-visible::after {
    background: var(--coral) !important;
    background-color: var(--coral) !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .case-card { grid-template-columns: 1fr; }
  .case-body { padding: 24px; }

  .contact-cta-buttons { flex-direction: column; align-items: center; }

  /* SP：FAQのpadding/font縮小＋日本語の改行最適化 */
  .faq-question {
    padding: 16px 18px;
    font-size: 15px;
    gap: 12px;
    line-height: 1.5;
    word-break: auto-phrase;
    line-break: strict;
  }
  .faq-icon { font-size: 14px; flex-shrink: 0; }
  .faq-answer p { font-size: 14px; padding: 0 18px 16px; }
}

/* 320〜380px 極狭幅 */
@media (max-width: 380px) {
  .section, .hero-group { padding-left: 16px; padding-right: 16px; }
  .hero-group { padding-top: 84px; padding-bottom: 48px; }
  .hero-logo { width: 180px !important; margin: 0 auto 14px !important; }
  .hero-group-badge { font-size: 11px; letter-spacing: 3px; padding: 6px 16px; margin-bottom: 20px; }
  .hero-group-title { font-size: 26px !important; letter-spacing: 1px !important; margin-bottom: 14px; }
  .hero-group-desc { font-size: 13px !important; line-height: 1.8; }

  .spec-grid { grid-template-columns: 1fr !important; }
  .spec-cell { padding: 18px 8px; }
  .spec-cell::after { display: none; }

  .section-heading { font-size: 22px !important; }
  .section-eyebrow { font-size: 10px; letter-spacing: 3px; }

  /* 380px以下：カード内の余白とフォントを更に圧縮 */
  .menu-item { margin-bottom: 12px; }
  .menu-info { padding: 14px 16px 4px; }
  .menu-name { font-size: 18px; }
  .menu-desc-text { font-size: 12px; }
  .menu-price { font-size: 20px; padding: 0 16px 14px; }

  .btn-primary, .btn-dark, .btn-outline { font-size: 13px; padding: 12px 20px; width: 100%; }

  .contact-cta { padding: 48px 16px; }
  .contact-cta-tel { font-size: 18px; }
  .faq-question { padding: 14px 14px; font-size: 14px; gap: 10px; }
  .faq-icon { font-size: 12px; }
  .faq-answer p { font-size: 13px; padding: 0 14px 14px; }
}

@media print {
  .site-header,
  body::after,
  .site-nav-drawer,
.hero-group { padding-top: 40px; }
  .section { padding: 40px 32px; }
  .reveal { opacity: 1; transform: none; }
  .contact-cta { background: var(--sand-light) !important; }
  .contact-cta .section-heading,
  .contact-cta .section-eyebrow { color: var(--ink) !important; }
  .menu-item:hover { transform: none; box-shadow: none; }
  .btn-primary,
  .btn-white,  .spec-table { page-break-inside: avoid; }
}
