/* =========================================================
   KYABEL YOKOCHO GROUP (SITE 39)
   地域密着スナックグループ・グループ横丁案内型・暗(夜紺)
   夜紺 #1a2238 ／ 行灯ベージュ #f0dfb8 ／ 朱 #c9432f ＋店舗別アクセント6色
   display=Yuji Syuku（少量）／ 本文=Noto Sans JP
   シグネチャ=「夜の横丁案内」抽象地図⇔一覧の切替。行灯=柔らかい面光（点滅なし）。
   ========================================================= */

/* ---------- tokens ---------- */
:root {
  --navy: #1a2238;         /* 夜紺（背景） */
  --navy-d: #10151f;       /* 深い夜紺 */
  --navy-panel: #222a45;   /* カード面 */
  --navy-panel-2: #2a3252; /* 面2 */
  --andon: #f0dfb8;        /* 行灯ベージュ（面光・見出し） */
  --andon-soft: #d9caa4;   /* 行灯くすみ */
  --vermilion: #c9432f;    /* 朱（主アクセント・CTA） */
  --vermilion-l: #e2694f;  /* 朱・明（テキスト/ホバー・夜紺で4.5:1） */
  --text: #ece3cf;         /* 本文クリーム（夜紺で高コントラスト） */
  --muted: #b6b09c;        /* 補足（夜紺で4.5:1確保） */
  --line: rgba(240,223,184,.16);
  --line-strong: rgba(240,223,184,.28);

  --st-accent: #8f7bb0;    /* 選択店アクセント（JSで更新） */
  --st-text: #c8bce0;      /* 選択店テキスト明色 */

  --wrap: 1120px;
  --topbar-h: 56px;
  --mcta-h: 62px;

  --display: "Yuji Syuku", "Noto Serif JP", serif;
  --sans: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  background: var(--navy);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--mcta-h) + env(safe-area-inset-bottom));
}
@media (min-width: 768px) { body { padding-bottom: 0; } }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
:focus-visible { outline: 2px solid var(--andon); outline-offset: 3px; border-radius: 2px; }
body.is-locked { overflow: hidden; }

/* ---------- skip link ---------- */
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 300;
  background: var(--andon); color: var(--navy-d);
  padding: 10px 16px; font-size: 14px; font-weight: 700; border-radius: 3px;
  transform: translateY(-160%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: 12px 22px;
  font-size: 15px; font-weight: 700; letter-spacing: .03em;
  border: 1px solid transparent; border-radius: 4px;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s, transform .12s;
  text-align: center; line-height: 1.3;
}
.btn:active { transform: translateY(1px); }
.btn--sm { min-height: 44px; padding: 9px 16px; font-size: 14px; }
.btn--vermilion { background: var(--vermilion); color: #fff5ee; border-color: var(--vermilion); }
.btn--vermilion:hover { background: #b63a28; border-color: #b63a28; }
.btn--ghost-light { background: transparent; color: var(--andon); border-color: var(--line-strong); }
.btn--ghost-light:hover { border-color: var(--andon); background: rgba(240,223,184,.07); }

/* ============================================================
   モバイルヘッダー（topbar）
   ============================================================ */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  height: calc(var(--topbar-h) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  background: rgba(16,21,31,.92);
  backdrop-filter: saturate(120%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  height: var(--topbar-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px; max-width: var(--wrap); margin: 0 auto;
}
.topbar__toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; }
.topbar__toggle span { display: block; width: 22px; height: 2px; background: var(--andon); transition: transform .3s, opacity .3s; }
.topbar__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.topbar__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.topbar__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.topbar__logo { font-family: var(--display); font-size: 22px; letter-spacing: .12em; color: var(--andon); }
.topbar__reserve {
  min-height: 40px; display: inline-flex; align-items: center; padding: 0 16px;
  font-size: 14px; font-weight: 700; border-radius: 4px;
  background: var(--vermilion); color: #fff5ee;
}
@media (min-width: 768px) { .topbar { display: none; } }

/* ---------- drawer ---------- */
.drawer-overlay {
  position: fixed; inset: 0; z-index: 190; background: rgba(8,10,16,.6);
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.drawer-overlay[aria-hidden="false"] { opacity: 1; visibility: visible; }
.drawer { position: fixed; inset: 0 auto 0 0; z-index: 200; visibility: hidden; }
.drawer[aria-hidden="false"] { visibility: visible; }
.drawer__panel {
  position: absolute; top: 0; left: 0; bottom: 0; width: min(86vw, 340px);
  background: var(--navy-d); border-right: 1px solid var(--line);
  padding: calc(env(safe-area-inset-top) + 18px) 22px 28px;
  transform: translateX(-100%); transition: transform .32s var(--ease);
  overflow-y: auto;
}
.drawer[aria-hidden="false"] .drawer__panel { transform: translateX(0); }
@media (prefers-reduced-motion: reduce) { .drawer__panel { transition: none; } }
.drawer__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.drawer__brand { font-family: var(--display); font-size: 24px; color: var(--andon); letter-spacing: .1em; line-height: 1.3; }
.drawer__brand span { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: .18em; color: var(--muted); margin-top: 4px; }
.drawer__close { width: 44px; height: 44px; font-size: 26px; color: var(--andon); display: grid; place-content: center; }
.drawer__nav { list-style: none; }
.drawer__nav li { border-bottom: 1px solid var(--line); }
.drawer__nav a { display: flex; align-items: baseline; gap: 12px; padding: 14px 4px; min-height: 48px; }
.drawer__nav .en { font-size: 12px; letter-spacing: .14em; color: var(--vermilion-l); width: 74px; flex: none; font-weight: 700; }
.drawer__nav .ja { font-size: 16px; color: var(--text); }
.drawer__note { margin-top: 20px; font-size: 14px; line-height: 1.7; color: var(--muted); }

/* ============================================================
   PCヘッダー
   ============================================================ */
.siteheader { display: none; }
@media (min-width: 768px) {
  .siteheader {
    display: block; position: sticky; top: 0; z-index: 110;
    background: rgba(16,21,31,.88); backdrop-filter: saturate(120%) blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .siteheader__inner {
    max-width: var(--wrap); margin: 0 auto; padding: 12px 24px;
    display: flex; align-items: center; gap: 24px;
  }
  .siteheader__logo { font-family: var(--display); font-size: 24px; letter-spacing: .1em; color: var(--andon); line-height: 1.2; }
  .siteheader__logo span { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .2em; color: var(--muted); }
  .siteheader__nav { display: flex; gap: 20px; margin-left: auto; }
  .siteheader__nav a { font-size: 15px; color: var(--text); padding: 6px 0; border-bottom: 2px solid transparent; transition: border-color .2s, color .2s; }
  .siteheader__nav a:hover { color: var(--andon); border-color: var(--vermilion); }
  .siteheader__cta { flex: none; }
}
@media (min-width: 1024px) { .siteheader__nav { gap: 26px; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: calc(var(--topbar-h) + 40px) 20px 44px; overflow: hidden; }
@media (min-width: 768px) { .hero { padding: 68px 24px 60px; } }
.hero__art { position: absolute; inset: 0; z-index: 0; }
.hero__art .ph { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; }
.hero__art .ph img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero__glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 108%, rgba(201,67,47,.34), transparent 60%),
    linear-gradient(180deg, rgba(16,21,31,.72), rgba(26,34,56,.55) 40%, var(--navy) 96%);
}
.hero__intro { position: relative; z-index: 1; max-width: var(--wrap); margin: 0 auto; text-align: center; }
.hero__eyebrow {
  display: inline-block; font-size: 14px; letter-spacing: .16em; color: var(--andon);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 16px; margin-bottom: 20px;
}
.hero__title {
  font-family: var(--display); font-weight: 400; color: var(--andon);
  font-size: clamp(34px, 9vw, 68px); line-height: 1.28; letter-spacing: .04em;
  text-shadow: 0 2px 24px rgba(8,10,16,.5);
}
.hero__copy { margin: 20px auto 0; max-width: 620px; font-size: 16px; line-height: 1.85; color: var(--text); }
.hero__cta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__meta { margin-top: 22px; font-size: 14px; letter-spacing: .04em; color: var(--muted); }

/* ============================================================
   セクション共通
   ============================================================ */
.sec { max-width: var(--wrap); margin: 0 auto; padding: 52px 20px; }
@media (min-width: 768px) { .sec { padding: 72px 24px; } }
.sec + .sec { border-top: 1px solid var(--line); }
.sec-head { margin-bottom: 30px; }
.sec-head__en {
  display: block; font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--vermilion-l); font-weight: 700; margin-bottom: 8px;
}
.sec-head__ja { font-family: var(--display); font-weight: 400; font-size: clamp(24px, 5vw, 34px); color: var(--andon); letter-spacing: .05em; line-height: 1.3; }
.sec-head__lead { margin-top: 12px; font-size: 16px; line-height: 1.8; color: var(--text); max-width: 720px; }
.count-line { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.note { margin-top: 16px; font-size: 14px; line-height: 1.7; color: var(--muted); }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ---------- placeholder ---------- */
.ph { position: relative; overflow: hidden; background: var(--navy-panel); border: 1px solid var(--line); border-radius: 8px; }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph[data-ratio="16x9"] { aspect-ratio: 16 / 9; }
.ph[data-ratio="3x2"] { aspect-ratio: 3 / 2; }
.ph[data-ratio="4x5"] { aspect-ratio: 4 / 5; }
.ph__label { position: absolute; left: 8px; bottom: 6px; font-size: 11px; letter-spacing: .12em; color: var(--andon); opacity: .0; }
.ph.is-broken { display: grid; place-content: center; }
.ph.is-broken .ph__label { position: static; opacity: .7; font-size: 13px; padding: 24px; text-align: center; }

/* ============================================================
   夜の横丁案内（シグネチャ）
   ============================================================ */
.sec--guide { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-d) 100%); }
.guide-controls { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
.guide-facets { display: flex; flex-wrap: wrap; gap: 8px; }
.facet-tab {
  min-height: 44px; padding: 8px 16px; font-size: 15px; font-weight: 700; border-radius: 999px;
  border: 1px solid var(--line-strong); color: var(--muted); transition: all .2s;
}
.facet-tab[aria-selected="true"] { background: var(--andon); color: var(--navy-d); border-color: var(--andon); }
.facet-tab:hover { color: var(--andon); }
.facet-tab[aria-selected="true"]:hover { color: var(--navy-d); }
.guide-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  min-height: 44px; padding: 7px 14px; font-size: 14px; font-weight: 500; border-radius: 6px;
  border: 1px solid var(--line); color: var(--text); background: var(--navy-panel);
  display: inline-flex; align-items: center; gap: 7px; transition: all .2s;
}
.chip[aria-pressed="true"] { border-color: var(--vermilion); color: var(--andon); background: rgba(201,67,47,.16); }
.chip:hover { border-color: var(--line-strong); }
.chip__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--st-accent); flex: none; }
.guide-view { display: flex; gap: 8px; margin-left: auto; }
@media (max-width: 520px) { .guide-view { margin-left: 0; } }
.view-btn {
  min-height: 44px; padding: 8px 16px; font-size: 14px; font-weight: 700; border-radius: 6px;
  border: 1px solid var(--line-strong); color: var(--muted); transition: all .2s;
}
.view-btn.is-active { background: var(--navy-panel-2); color: var(--andon); border-color: var(--st-accent); }

/* --- 地図ビュー --- */
.guide-map {
  position: relative; margin-top: 8px; border: 1px solid var(--line-strong); border-radius: 12px;
  overflow: hidden; height: 360px; background: var(--navy-d);
}
@media (min-width: 768px) { .guide-map { height: 460px; } }
.guide-map__scene {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 40% at 50% 96%, rgba(201,67,47,.22), transparent 70%),
    radial-gradient(40% 60% at 12% 20%, rgba(143,123,176,.12), transparent 70%),
    radial-gradient(40% 60% at 88% 24%, rgba(209,111,146,.12), transparent 70%),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(240,223,184,.04) 38px 39px),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-d) 100%);
}
.guide-map__scene::after {
  content: ""; position: absolute; left: 50%; bottom: -6%; transform: translateX(-50%);
  width: 62%; height: 120%; clip-path: polygon(38% 100%, 62% 100%, 54% 0, 46% 0);
  background: linear-gradient(180deg, rgba(240,223,184,.09), transparent 70%);
}
.guide-map__nodes { position: absolute; inset: 0; }
.lantern {
  position: absolute; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 6px; min-width: 44px; min-height: 44px;
}
.lantern__glow {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 84px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,223,184,.55), rgba(240,223,184,.12) 45%, transparent 70%);
  transition: opacity .3s, transform .3s; pointer-events: none;
}
.lantern__body {
  position: relative; width: 30px; height: 40px; border-radius: 40% 40% 42% 42% / 50%;
  background: linear-gradient(180deg, #fbf0d2, var(--andon));
  border: 2px solid var(--st-accent);
  box-shadow: 0 0 18px rgba(240,223,184,.5), inset 0 0 8px rgba(201,67,47,.18);
}
.lantern__body::before, .lantern__body::after {
  content: ""; position: absolute; left: 3px; right: 3px; height: 2px; background: rgba(201,67,47,.4);
}
.lantern__body::before { top: 12px; }
.lantern__body::after { bottom: 12px; }
.lantern__name {
  font-size: 14px; font-weight: 700; color: var(--navy-d); letter-spacing: .02em; white-space: nowrap;
  background: var(--andon); padding: 3px 9px; border-radius: 5px; box-shadow: 0 2px 8px rgba(8,10,16,.4);
}
.lantern:hover .lantern__glow, .lantern:focus-visible .lantern__glow { opacity: 1; transform: translateX(-50%) scale(1.15); }
.lantern.is-selected .lantern__body { box-shadow: 0 0 26px rgba(240,223,184,.75), inset 0 0 8px rgba(201,67,47,.3); border-color: var(--andon); }
.lantern.is-selected .lantern__name { background: var(--vermilion); color: #fff5ee; }
.lantern.is-dim { opacity: .32; filter: saturate(.6); }
.lantern.is-dim .lantern__glow { opacity: .3; }
.guide-map__hint {
  position: absolute; left: 12px; bottom: 10px; font-size: 14px; color: var(--text);
  background: rgba(16,21,31,.6); padding: 4px 10px; border-radius: 5px;
}

/* --- 一覧ビュー --- */
.guide-list { margin-top: 8px; display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .guide-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .guide-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.store-card {
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--navy-panel);
  display: flex; flex-direction: column; transition: border-color .2s, transform .2s;
}
.store-card:hover { border-color: var(--st-accent); transform: translateY(-2px); }
.store-card.is-selected { border-color: var(--vermilion); box-shadow: 0 0 0 1px var(--vermilion) inset; }
.store-card__media .ph { border: 0; border-radius: 0; }
.store-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; }
.store-card__area { font-size: 13px; letter-spacing: .1em; color: var(--st-text); font-weight: 700; }
.store-card__name { font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--andon); letter-spacing: .04em; }
.store-card__mama { font-size: 14px; color: var(--muted); }
.store-card__concept { font-size: 15px; line-height: 1.75; color: var(--text); }
.store-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tagline { font-size: 13px; padding: 3px 9px; border-radius: 4px; border: 1px solid var(--line-strong); color: var(--muted); }
.tagline--on { color: var(--st-text); border-color: var(--st-accent); }
.store-card__meta { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-top: 2px; }
.store-card__meta > div { display: flex; gap: 8px; font-size: 14px; }
.store-card__meta dt { color: var(--muted); flex: none; }
.store-card__meta dd { color: var(--text); }
.store-card__actions { margin-top: auto; padding-top: 6px; display: flex; flex-wrap: wrap; gap: 8px; }

/* --- 選択中の店舗 --- */
.guide-empty { margin-top: 16px; padding: 20px; font-size: 15px; color: var(--muted); border: 1px dashed var(--line-strong); border-radius: 10px; text-align: center; }
.selected-store { margin-top: 22px; }
.selected-store__card {
  border: 1px solid var(--st-accent); border-radius: 12px; padding: 20px 20px 22px;
  background: linear-gradient(180deg, var(--navy-panel-2), var(--navy-panel));
}
.selected-store__head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.selected-store__flag { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: #fff5ee; background: var(--vermilion); padding: 3px 10px; border-radius: 999px; }
.selected-store__area { font-size: 14px; color: var(--st-text); font-weight: 700; }
.selected-store__name { font-family: var(--display); font-weight: 400; font-size: 26px; color: var(--andon); letter-spacing: .04em; }
.selected-store__mama { font-size: 15px; color: var(--st-text); margin-top: 4px; }
.selected-store__concept { font-size: 15px; line-height: 1.8; color: var(--text); margin-top: 10px; }
.selected-store__meta { margin-top: 14px; display: grid; gap: 8px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .selected-store__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.selected-store__meta > div { display: flex; gap: 10px; font-size: 15px; line-height: 1.6; }
.selected-store__meta dt { flex: none; width: 64px; color: var(--muted); }
.selected-store__meta dd { color: var(--text); }
.selected-store__meta a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }
.selected-store__actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }

/* ============================================================
   初めての方へ
   ============================================================ */
.first-steps { list-style: none; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 768px) { .first-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.first-step {
  display: flex; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--navy-panel);
}
.first-step__n {
  flex: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-content: center;
  font-family: var(--display); font-size: 22px; color: var(--navy-d); background: var(--andon);
}
.first-step__title { font-size: 18px; color: var(--andon); margin-bottom: 6px; }
.first-step__text { font-size: 15px; line-height: 1.75; color: var(--text); }

/* ============================================================
   料金
   ============================================================ */
.system-tables { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 768px) { .system-tables { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; } }
.sys-table { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--navy-panel); }
.sys-table__cap { font-size: 16px; color: var(--andon); padding: 12px 16px; background: var(--navy-panel-2); border-bottom: 1px solid var(--line); }
.sys-table table { width: 100%; border-collapse: collapse; }
.sys-table td { padding: 12px 16px; font-size: 15px; border-bottom: 1px solid var(--line); color: var(--text); }
.sys-table td:last-child { text-align: right; color: var(--andon); font-weight: 700; white-space: nowrap; }
.sys-table tr:last-child td { border-bottom: 0; }
.sys-notes { list-style: none; margin-top: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--navy-panel); }
.sys-notes li { font-size: 14px; line-height: 1.7; color: var(--muted); padding-left: 16px; position: relative; }
.sys-notes li + li { margin-top: 6px; }
.sys-notes li::before { content: "—"; position: absolute; left: 0; color: var(--st-accent); }
.sys-notes--rule li::before { content: "※"; color: var(--vermilion-l); }
@media (min-width: 768px) { .sys-notes { grid-column: 1 / -1; } }

/* ============================================================
   ママから選ぶ
   ============================================================ */
.mama-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 560px) { .mama-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .mama-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.mama-card {
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--navy-panel);
  display: flex; flex-direction: column; transition: border-color .2s;
}
.mama-card.is-selected { border-color: var(--vermilion); }
.mama-card:hover { border-color: var(--st-accent); }
.mama-card__media .ph { border: 0; border-radius: 0; }
.mama-card__body { padding: 16px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.mama-card__store { font-size: 14px; color: var(--st-text); font-weight: 700; letter-spacing: .04em; }
.mama-card__name { font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--andon); letter-spacing: .04em; }
.mama-card__kana { display: block; font-family: var(--sans); font-size: 14px; color: var(--muted); letter-spacing: .04em; margin-top: 2px; }
.mama-card__since { font-size: 14px; color: var(--st-text); }
.mama-card__msg { font-size: 15px; line-height: 1.75; color: var(--text); flex: 1; }
.mama-card .btn { margin-top: 4px; }

/* ============================================================
   カラオケ・ボトルキープ
   ============================================================ */
.karaoke-split { display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .karaoke-split { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: start; } }
.karaoke-media { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 900px) { .karaoke-media { grid-template-columns: minmax(0, 1fr); } }
.karaoke-list { list-style: none; display: grid; gap: 10px; }
.karaoke-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--navy-panel);
}
.karaoke-item__badge {
  flex: none; font-size: 13px; font-weight: 700; padding: 6px 10px; border-radius: 6px;
  border: 1px solid var(--line-strong); color: var(--muted); min-width: 78px; text-align: center;
}
.karaoke-item__badge.is-on { color: var(--navy-d); background: var(--st-accent); border-color: var(--st-accent); }
.karaoke-item__body { flex: 1; min-width: 0; }
.karaoke-item__name { font-size: 16px; color: var(--andon); font-weight: 700; }
.karaoke-item__note { font-size: 14px; color: var(--muted); }
.karaoke-item__pick {
  flex: none; min-height: 44px; padding: 8px 16px; font-size: 14px; font-weight: 700; border-radius: 6px;
  border: 1px solid var(--line-strong); color: var(--andon); transition: all .2s;
}
.karaoke-item__pick:hover { border-color: var(--st-accent); background: rgba(240,223,184,.06); }

/* ============================================================
   営業日カレンダー横断
   ============================================================ */
.calendar { display: grid; gap: 10px; }
.cal-day {
  border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; background: var(--navy-panel);
  display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) { .cal-day { grid-template-columns: 150px minmax(0, 1fr); align-items: center; } }
.cal-day.is-today { border-color: var(--vermilion); background: rgba(201,67,47,.1); }
.cal-day__date { display: flex; align-items: baseline; gap: 10px; }
.cal-day__md { font-size: 18px; font-weight: 700; color: var(--andon); }
.cal-day__dow { font-size: 14px; color: var(--muted); }
.cal-day__count { font-size: 13px; color: var(--st-text); margin-left: auto; }
@media (min-width: 768px) { .cal-day__count { margin-left: 0; } }
.cal-day__stores { display: flex; flex-wrap: wrap; gap: 6px; }
.cal-store {
  display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 5px 10px;
  font-size: 13px; border-radius: 6px; border: 1px solid var(--line); background: var(--navy-d); color: var(--text);
  transition: all .2s;
}
.cal-store__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--st-accent); flex: none; }
.cal-store__state { font-size: 12px; color: var(--muted); }
.cal-store.is-open { border-color: var(--st-accent); }
.cal-store.is-open .cal-store__state { color: var(--st-text); }
.cal-store.is-open:hover { background: var(--navy-panel-2); }
.cal-store.is-closed { opacity: .45; }
.cal-store.is-closed .cal-store__dot { background: var(--muted); }

/* ============================================================
   ママの便り
   ============================================================ */
.news-list { display: grid; gap: 12px; }
@media (min-width: 768px) { .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.news-item { border: 1px solid var(--line); border-left: 3px solid var(--st-accent, var(--vermilion)); border-radius: 8px; padding: 16px 18px; background: var(--navy-panel); }
.news-item__meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 8px; }
.news-item__date { font-size: 14px; color: var(--andon); font-weight: 700; }
.news-item__cat { font-size: 12px; color: var(--st-text); border: 1px solid var(--line-strong); border-radius: 4px; padding: 2px 8px; }
.news-item__store { font-size: 13px; color: var(--muted); margin-left: auto; }
.news-item__title { font-size: 17px; color: var(--andon); margin-bottom: 6px; line-height: 1.5; }
.news-item__text { font-size: 15px; line-height: 1.75; color: var(--text); }

/* ============================================================
   求人
   ============================================================ */
.recruit-facets { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.recruit-body { display: grid; gap: 16px; }
.recruit-subtitle { font-size: 17px; color: var(--andon); border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.recruit-merits { list-style: none; display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .recruit-merits { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.recruit-merits li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--navy-panel); }
.recruit-merits strong { display: block; font-size: 16px; color: var(--andon); margin-bottom: 4px; }
.recruit-merits span { font-size: 14px; line-height: 1.7; color: var(--text); }
.recruit-storenote__card { font-size: 15px; line-height: 1.8; color: var(--text); padding: 16px; border: 1px solid var(--st-accent); border-radius: 10px; background: var(--navy-panel); }
.recruit-storenote__card strong { color: var(--andon); font-size: 17px; }
.recruit-trial { font-size: 15px; line-height: 1.8; color: var(--st-text); padding: 14px 16px; border-left: 3px solid var(--vermilion); background: var(--navy-panel); border-radius: 0 8px 8px 0; }
.recruit-cta { margin-top: 4px; }

/* ============================================================
   フッター
   ============================================================ */
.site-footer { border-top: 1px solid var(--line-strong); background: var(--navy-d); padding: 40px 20px 44px; }
@media (min-width: 768px) { .site-footer { padding: 52px 24px 56px; } }
.site-footer > * { max-width: var(--wrap); margin-left: auto; margin-right: auto; }
.site-footer__logo { font-family: var(--display); font-size: 30px; color: var(--andon); letter-spacing: .08em; }
.site-footer__tag { font-size: 14px; color: var(--muted); margin-top: 4px; }
.site-footer__stores { margin-top: 24px; display: grid; gap: 8px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 560px) { .site-footer__stores { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .site-footer__stores { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.footer-store { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s; }
.footer-store:hover { border-color: var(--st-accent); }
.footer-store__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--st-accent); flex: none; }
.footer-store__name { font-size: 15px; color: var(--andon); }
.footer-store__area { font-size: 13px; color: var(--muted); margin-left: auto; }
.site-footer__nav { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.site-footer__nav a { font-size: 14px; letter-spacing: .08em; color: var(--text); padding: 4px 0; border-bottom: 1px solid transparent; }
.site-footer__nav a:hover { color: var(--andon); border-color: var(--vermilion); }
.site-footer__demo { margin-top: 24px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.site-footer__copy { margin-top: 10px; font-size: 14px; color: var(--muted); }

/* ============================================================
   モバイル固定CTA（SYSTEM / CALL / LINE）
   ============================================================ */
.mcta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  height: calc(var(--mcta-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(16,21,31,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line-strong);
}
.mcta__btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: var(--mcta-h); color: var(--text); }
.mcta__btn + .mcta__btn { border-left: 1px solid var(--line); }
.mcta__ic { font-size: 19px; color: var(--andon); line-height: 1; }
.mcta__t { font-size: 14px; letter-spacing: .06em; }
.mcta__btn:active { background: rgba(240,223,184,.06); }
@media (min-width: 768px) { .mcta { display: none; } }

/* ---------- page top ---------- */
.page-top {
  position: fixed; right: 16px; bottom: calc(var(--mcta-h) + 14px + env(safe-area-inset-bottom)); z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; background: var(--navy-panel-2); border: 1px solid var(--st-accent);
  color: var(--andon); font-size: 11px; font-weight: 700; letter-spacing: .08em;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.page-top.is-visible { opacity: 1; visibility: visible; }
@media (min-width: 768px) { .page-top { bottom: 24px; right: 24px; } }

/* ---------- modal ---------- */
.modal { position: fixed; inset: 0; z-index: 260; display: grid; place-items: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8,10,16,.7); }
.modal__panel {
  position: relative; width: min(92vw, 460px); background: var(--navy-panel);
  border: 1px solid var(--st-accent); border-radius: 12px; padding: 26px 24px 22px;
}
.modal__close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; font-size: 24px; color: var(--andon); display: grid; place-content: center; }
.modal__title { font-family: var(--display); font-weight: 400; font-size: 21px; color: var(--andon); margin-bottom: 10px; padding-right: 32px; }
.modal__body { font-size: 15px; line-height: 1.8; color: var(--text); }
.modal__actions { margin-top: 20px; display: flex; justify-content: flex-end; }

/* ============================================================
   下層ページ共通（V4-3）
   ============================================================ */
.crumbs { max-width: var(--wrap); margin: 0 auto; padding: 14px 20px 0; font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
@media (min-width: 768px) { .crumbs { padding: 18px 24px 0; } }
.crumbs a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }
.crumbs span[aria-hidden] { color: var(--line-strong); }

.page-hero { max-width: var(--wrap); margin: 0 auto; padding: 26px 20px 8px; }
@media (min-width: 768px) { .page-hero { padding: 34px 24px 8px; } }
.page-hero__eyebrow { display: block; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--vermilion-l); font-weight: 700; margin-bottom: 8px; }
.page-hero__eyebrow [data-crumb-store] { color: var(--st-text); text-transform: none; letter-spacing: .04em; }
.page-hero__title { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 6vw, 46px); color: var(--andon); letter-spacing: .05em; line-height: 1.3; }
.page-hero__lead { margin-top: 12px; font-size: 16px; line-height: 1.85; color: var(--text); max-width: 760px; }
.page-hero__lead a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }

/* SHOPS */
.shops-area + .shops-area { margin-top: 40px; }
.shops-area__head { margin-bottom: 16px; }
.shops-area__name { font-family: var(--display); font-weight: 400; font-size: 24px; color: var(--andon); letter-spacing: .05em; }
.shops-area__note { font-size: 15px; color: var(--muted); margin-top: 4px; }

/* SHOP DETAIL */
.shop-detail__hero { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); margin-bottom: 22px; }
@media (min-width: 768px) { .shop-detail__hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: center; } }
.shop-detail__media .ph { border-color: var(--st-accent); }
.shop-detail__area { font-size: 14px; font-weight: 700; letter-spacing: .06em; color: var(--st-text); }
.shop-detail__concept { font-size: 16px; line-height: 1.85; color: var(--text); margin-top: 8px; }
.shop-detail__actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.shop-detail__mama { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); padding: 18px; border: 1px solid var(--line); border-left: 3px solid var(--st-accent); border-radius: 12px; background: var(--navy-panel); margin-bottom: 22px; }
@media (min-width: 560px) { .shop-detail__mama { grid-template-columns: 160px minmax(0, 1fr); align-items: center; } }
.shop-detail__mama-media .ph { border: 0; }
.shop-detail__mama-name { font-family: var(--display); font-weight: 400; font-size: 24px; color: var(--andon); letter-spacing: .04em; }
.shop-detail__mama-name span { display: block; font-family: var(--sans); font-size: 14px; color: var(--muted); margin-top: 2px; }
.shop-detail__since { font-size: 14px; color: var(--st-text); margin-top: 6px; }
.shop-detail__msg { font-size: 15px; line-height: 1.8; color: var(--text); margin-top: 8px; }
.shop-detail__rows { display: grid; gap: 8px; grid-template-columns: minmax(0, 1fr); border: 1px solid var(--line); border-radius: 12px; padding: 18px; background: var(--navy-panel); margin-bottom: 22px; }
@media (min-width: 640px) { .shop-detail__rows { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.shop-detail__rows > div { display: flex; gap: 10px; font-size: 15px; line-height: 1.6; }
.shop-detail__rows dt { flex: none; width: 88px; color: var(--muted); }
.shop-detail__rows dd { color: var(--text); }
.shop-detail__rows a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }
.shop-detail__h2 { font-size: 18px; color: var(--andon); margin-bottom: 12px; }
.shop-detail__price { margin-bottom: 22px; }
.shop-detail__first { font-size: 16px; color: var(--text); padding: 12px 14px; border-left: 3px solid var(--st-accent); background: var(--navy-panel); border-radius: 0 8px 8px 0; }
.shop-detail__first strong { color: var(--andon); }
.shop-detail__cal { margin-bottom: 22px; }
.shop-detail__nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; }

/* SYSTEM (下層) */
.system-first { border: 1px solid var(--st-accent); border-radius: 12px; padding: 18px 20px; background: linear-gradient(180deg, var(--navy-panel-2), var(--navy-panel)); margin: 18px 0 20px; }
.system-first__label { font-size: 14px; color: var(--muted); }
.system-first__store { font-size: 16px; color: var(--st-text); margin-top: 4px; }
.system-first__store strong { color: var(--andon); font-size: 18px; }
.system-first__price { font-size: 20px; font-weight: 700; color: var(--andon); margin-top: 6px; }

/* ACCESS */
.access-list { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .access-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.access-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--navy-panel); transition: border-color .2s; }
.access-card.is-selected { border-color: var(--vermilion); box-shadow: 0 0 0 1px var(--vermilion) inset; }
.access-card__map { position: relative; aspect-ratio: 16 / 7; background: var(--navy-d); overflow: hidden; }
.access-card__map img { width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.access-card__pin { position: absolute; left: 12px; top: 12px; font-size: 13px; font-weight: 700; color: var(--navy-d); background: var(--st-accent); padding: 4px 10px; border-radius: 5px; }
.access-card__body { padding: 16px 18px 18px; }
.access-card__area { font-size: 14px; font-weight: 700; color: var(--st-text); }
.access-card__name { font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--andon); letter-spacing: .04em; margin-bottom: 8px; }
.access-card__rows { display: grid; gap: 6px; }
.access-card__rows > div { display: flex; gap: 10px; font-size: 15px; line-height: 1.6; }
.access-card__rows dt { flex: none; width: 52px; color: var(--muted); }
.access-card__rows dd { color: var(--text); }
.access-card__rows a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }
.access-card__actions { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }

/* calendar current-store marker */
.cal-store.is-current { box-shadow: 0 0 0 1px var(--vermilion) inset; }

/* FIRST CTA */
.first-cta { margin-top: 20px; padding: 18px 20px; border: 1px solid var(--st-accent); border-radius: 12px; background: var(--navy-panel); }
.first-cta__text { font-size: 15px; color: var(--text); }
.first-cta__text strong { color: var(--andon); }
.first-cta__btns { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }

/* PROSE（privacy / faq 等） */
.prose { margin-top: 24px; max-width: 760px; }
.prose h2 { font-size: 19px; color: var(--andon); margin: 24px 0 8px; }
.prose h3 { font-size: 16px; color: var(--st-text); margin: 16px 0 4px; }
.prose p { font-size: 15px; line-height: 1.85; color: var(--text); }
.prose a { color: var(--st-text); text-decoration: underline; text-underline-offset: 3px; }
.prose__note { margin-top: 20px; font-size: 14px; color: var(--muted); }

/* CONTACT FORM */
.contact-form { max-width: 760px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 640px) { .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { font-size: 15px; font-weight: 700; color: var(--text); }
.req { font-size: 12px; font-weight: 700; color: #fff5ee; background: var(--vermilion); padding: 2px 8px; border-radius: 4px; margin-left: 4px; }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; font-size: 16px; color: var(--text); background: var(--navy-d);
  border: 1px solid var(--line-strong); border-radius: 8px; padding: 12px 14px; min-height: 48px; width: 100%;
}
.form-field textarea { min-height: 110px; resize: vertical; line-height: 1.7; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--andon); outline-offset: 1px; border-color: var(--andon); }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; font-size: 15px; line-height: 1.6; color: var(--text); }
.form-check input { width: 22px; height: 22px; flex: none; margin-top: 2px; accent-color: var(--vermilion); }
.form-note { margin-top: 14px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.contact-form > .btn { margin-top: 18px; }
