@charset "UTF-8";
/* ============================================================
   store-izakaya.css — 居酒屋・バーテーマ
   方向: 夜の店先。焦げ茶の暗い地に、提灯の灯(琥珀)と白木の札。
   シグネチャー: 写真に掛けた藍の暖簾と屋号 / 壁の短冊の品書き / 今日の黒板 / 下足札の席案内
   小料理(kappo)の「静かな和紙と縦書きの看板」とは逆に、にぎわいと気さくさを出す
   ============================================================ */
:root {
  --st-bg: #1d1511;          /* 夜の焦げ茶 */
  --st-surface: #271d17;
  --st-ink: #f4ead9;         /* 灯りに照らされた紙 */
  --st-muted: #c7b59c;
  --st-line: #4b3a2e;
  --st-accent: #f2a54a;      /* 提灯の灯 */
  --st-accent-ink: #22160e;
  --shu: #c2401f;            /* 朱(印・煙草の札) */
  --wood: #ecdcbc;           /* 白木 */
  --wood-2: #dcc49c;
  --wood-ink: #2b1d12;
  --wood-muted: #6b5136;
  --board: #1e2a24;          /* 黒板 */
  --chalk: #eef0e6;
  --chalk-yellow: #f3d98b;
  --noren: #22324f;          /* 藍の暖簾 */
  --st-font-display: "Zen Antique Soft", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --st-font-body: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --st-radius: 4px;
  --wrap: min(1160px, 100% - 32px);
}

.p-izakaya h1, .p-izakaya h2, .p-izakaya h3 { font-family: var(--st-font-display); font-weight: 400; line-height: 1.45; letter-spacing: 0.06em; }
.z-wrap { width: var(--wrap); margin-inline: auto; }
.z-section { padding-block: clamp(72px, 10vw, 128px); }
html { scroll-padding-top: 72px; }

/* 木目(白木の札に共通) */
.z-fuda__item, .z-geta__item, .z-plan {
  background:
    repeating-linear-gradient(92deg, rgba(120, 84, 44, 0.05) 0 3px, transparent 3px 11px),
    linear-gradient(180deg, var(--wood), var(--wood-2));
  color: var(--wood-ink);
}

/* ---- 見出し ---- */
.z-head { display: grid; gap: 12px; justify-items: start; }
.z-head--center { justify-items: center; text-align: center; }
.z-head__label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.2em; color: var(--st-accent);
}
.z-head__label::before { /* 小さな提灯の灯 */
  content: ""; width: 9px; height: 12px; border-radius: 45% / 50%;
  background: radial-gradient(circle at 50% 40%, #ffd08a, var(--st-accent) 55%, var(--shu));
  box-shadow: 0 0 10px 2px rgba(242, 165, 74, 0.45);
}
.z-head__title { font-size: clamp(28px, 4.2vw, 44px); }
.z-head__lead { color: var(--st-muted); max-width: 34em; }

/* ---- ヘッダー ---- */
.z-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(24, 17, 13, 0.94); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(242, 165, 74, 0.16);
}
.z-header__inner { width: var(--wrap); margin-inline: auto; min-height: 64px; display: flex; align-items: center; gap: 28px; }
.z-header__name {
  display: inline-flex; align-items: center; gap: 12px; min-width: 0;
  font-family: var(--st-font-display); font-size: 21px; letter-spacing: 0.1em; text-decoration: none;
}
.z-header__lamp {
  flex: none; width: 14px; height: 19px; border-radius: 45% / 50%;
  background: radial-gradient(circle at 50% 42%, #ffd08a, var(--st-accent) 50%, var(--shu));
  box-shadow: 0 0 14px 3px rgba(242, 140, 60, 0.45);
}
.z-header__nav { margin-left: auto; display: flex; gap: 22px; font-size: 15px; }
.z-header__nav a { text-decoration: none; color: var(--st-muted); }
.z-header__nav a:hover { color: var(--st-accent); }
.z-header__tel {
  flex: none; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 18px;
  background: var(--st-accent); color: var(--st-accent-ink); border-radius: var(--st-radius);
  font-weight: 700; letter-spacing: 0.06em; text-decoration: none;
}
.z-header__tel svg { width: 16px; height: 16px; }
.z-header__tel:hover { background: #ffbb66; }

/* ---- ヒーロー: 写真に藍の暖簾を掛ける ---- */
.z-stage { position: relative; height: clamp(460px, 80vh, 760px); overflow: hidden; background: #120c09; }
.z-stage__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.z-stage::after { /* 写真の下を夜の地に溶かす */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 13, 10, 0.25) 0%, transparent 30%, transparent 58%, var(--st-bg) 100%);
}
.z-noren {
  position: absolute; z-index: 1; top: 0; left: 50%; transform: translateX(-50%);
  width: min(980px, 100% - 32px); height: 40%;
  display: grid; place-items: center;
}
.z-noren::before { /* 竿 */
  content: ""; position: absolute; left: -12px; right: -12px; top: 0; height: 9px; z-index: 2;
  background: linear-gradient(180deg, #8a6a45, #5b4029); border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
}
.z-noren__panels { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.z-noren__panels i {
  display: block; transform-origin: 50% 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, #2a3c5d 0%, var(--noren) 70%, #1b2841 100%);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  animation: z-sway 7s ease-in-out infinite;
}
.z-noren__panels i:nth-child(2) { animation-delay: -1.4s; }
.z-noren__panels i:nth-child(3) { animation-delay: -2.8s; }
.z-noren__panels i:nth-child(4) { animation-delay: -4.2s; }
.z-noren__panels i:nth-child(5) { animation-delay: -5.6s; }
@keyframes z-sway {
  0%, 100% { transform: skewX(0deg) scaleY(1); }
  50% { transform: skewX(0.8deg) scaleY(1.012); }
}
.z-noren__name {
  position: relative; z-index: 1; padding-top: 9px; text-align: center;
  color: #f6eee0; font-size: clamp(56px, 8.4vw, 112px); letter-spacing: 0.14em; line-height: 1.1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.z-noren__name small {
  display: block; margin-bottom: 0.35em;
  font-size: max(15px, 0.2em); letter-spacing: 0.5em; color: #e8d2ac;
}
.z-noren__name.z-name--m { font-size: clamp(40px, 6vw, 80px); letter-spacing: 0.08em; }
.z-noren__name.z-name--l { font-size: clamp(30px, 4.4vw, 58px); letter-spacing: 0.04em; }
.z-noren__name.z-name--flat { font-size: clamp(28px, 4.2vw, 56px); letter-spacing: 0.04em; padding-inline: 16px; overflow-wrap: anywhere; }
.z-stage .img-note { z-index: 2; top: calc(40% + 14px); bottom: auto; }

.z-hero__body {
  position: relative; z-index: 1; margin-top: -96px; padding-bottom: clamp(48px, 7vw, 88px);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 32px clamp(32px, 5vw, 72px); align-items: end;
}
.z-hero__main { display: grid; gap: 14px; justify-items: start; }
.z-hero__catch { font-family: var(--st-font-display); font-size: clamp(26px, 3.2vw, 38px); line-height: 1.5; letter-spacing: 0.08em; }
.z-hero__main .open-status { color: var(--st-accent); font-size: 14px; }
.z-hero__place { font-size: 15px; color: var(--st-muted); }
.z-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.z-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 24px; border: 1px solid var(--st-accent); border-radius: var(--st-radius);
  background: var(--st-accent); color: var(--st-accent-ink);
  font-weight: 700; letter-spacing: 0.06em; text-decoration: none; transition: background 0.3s, color 0.3s;
}
.z-btn svg { width: 18px; height: 18px; }
.z-btn:hover { background: #ffbb66; border-color: #ffbb66; }
.z-btn--line { background: transparent; color: var(--st-ink); border-color: rgba(244, 234, 217, 0.4); }
.z-btn--line:hover { background: var(--st-ink); color: var(--st-bg); border-color: var(--st-ink); }

/* 木札(入る前の目安) */
.z-fuda { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 14px; }
.z-fuda__item {
  position: relative; display: grid; gap: 2px; align-content: start;
  padding: 22px 16px 14px; border-radius: 3px 3px 10px 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}
.z-fuda__item:nth-child(odd) { transform: rotate(-0.8deg); }
.z-fuda__item:nth-child(even) { transform: rotate(0.6deg); }
.z-fuda__item::before { /* 吊るす穴と紐 */
  content: ""; position: absolute; top: 8px; left: 50%; width: 8px; height: 8px; margin-left: -4px;
  border-radius: 50%; background: var(--st-bg); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6);
}
.z-fuda__k { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--wood-muted); }
.z-fuda__v { font-family: var(--st-font-display); font-weight: 400; font-size: 22px; line-height: 1.35; color: var(--wood-ink); text-decoration: none; }
a.z-fuda__v { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.z-fuda__sub { font-size: 13px; line-height: 1.5; color: var(--wood-muted); }
.z-fuda__item--dashed { background: transparent; color: var(--st-ink); border: 1.5px dashed rgba(236, 220, 188, 0.5); box-shadow: none; }
.z-fuda__item--dashed::before { background: rgba(236, 220, 188, 0.4); box-shadow: none; }
.z-fuda__item--dashed .z-fuda__k, .z-fuda__item--dashed .z-fuda__sub { color: var(--st-muted); }
.z-fuda__item--dashed .z-fuda__v { color: var(--st-accent); font-size: 18px; }

/* 今夜の一言(お知らせ) */
.z-today { background: #2b1f18; border-block: 1px solid var(--st-line); }
.z-today__inner { padding: 16px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; font-size: 16px; }
.z-today__label {
  padding: 3px 14px; border-radius: 999px; background: var(--shu); color: #fff;
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em;
}

/* ---- 今日の黒板 ---- */
.z-board-sec { padding-bottom: clamp(56px, 8vw, 96px); }
.z-board {
  position: relative; max-width: 880px; margin-inline: auto;
  padding: clamp(28px, 5vw, 56px) clamp(22px, 5vw, 64px) clamp(32px, 5vw, 56px);
  color: var(--chalk);
  background:
    radial-gradient(ellipse at 20% 15%, rgba(255, 255, 255, 0.07), transparent 45%),
    radial-gradient(ellipse at 85% 80%, rgba(255, 255, 255, 0.05), transparent 50%),
    var(--board);
  border: 12px solid #5b3e27;
  border-image: linear-gradient(160deg, #6f4d31, #4a321f 60%, #6a4a2f) 1;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.55), 0 18px 40px rgba(0, 0, 0, 0.45);
  transform: rotate(-0.4deg);
}
.z-board__head { text-align: center; }
.z-board__label { display: inline-block; font-size: 14px; letter-spacing: 0.3em; color: #f2b8a8; border-bottom: 2px solid rgba(242, 184, 168, 0.6); padding-bottom: 2px; }
.z-board__title { margin-top: 10px; font-size: clamp(32px, 5vw, 48px); color: var(--chalk); text-shadow: 0 0 1px rgba(238, 240, 230, 0.6); }
.z-board__list { list-style: none; padding: 0; margin-top: clamp(20px, 3vw, 32px); }
.z-board__list li {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 16px; align-items: baseline;
  padding: 14px 0; border-bottom: 1px dashed rgba(238, 240, 230, 0.28);
}
.z-board__name { font-family: var(--st-font-display); font-size: clamp(20px, 2.4vw, 25px); letter-spacing: 0.06em; }
.z-board__price { font-family: var(--st-font-display); font-size: clamp(19px, 2.2vw, 23px); color: var(--chalk-yellow); white-space: nowrap; }
.z-board__note { grid-column: 1 / -1; font-size: 14px; color: rgba(238, 240, 230, 0.78); }
.z-board__foot { margin-top: 18px; font-size: 14px; color: rgba(238, 240, 230, 0.78); text-align: center; }
.z-board__chalk { /* 黒板の下の桟とチョーク */
  position: absolute; left: 12%; bottom: -12px; width: 64px; height: 9px; border-radius: 3px;
  background: linear-gradient(180deg, #fbfbf4, #d9dccd); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* ---- 品書き(壁の短冊) ---- */
.z-menu {
  background:
    repeating-linear-gradient(90deg, transparent 0 96px, rgba(0, 0, 0, 0.18) 96px 98px),
    linear-gradient(180deg, #2a1f18, #231a14);
  border-block: 1px solid var(--st-line);
}
.z-wall { margin-top: clamp(32px, 5vw, 56px); display: grid; gap: clamp(48px, 6vw, 72px); }
/* 短冊の分類は右から左へ並べる(壁の品書きの読み順) */
.z-wall__boards { display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: flex-start; gap: 44px clamp(32px, 4vw, 56px); }
.z-wall__boards .z-wall__group { flex: 0 1 auto; max-width: 100%; min-width: 0; }
.z-wall__tables { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 40px clamp(28px, 4vw, 56px); }
.z-wall__cat {
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
  font-size: 22px; color: var(--st-accent);
}
.z-wall__cat::after { content: ""; flex: 1; height: 1px; background: rgba(242, 165, 74, 0.3); }
.z-tanzaku {
  list-style: none; padding: 0;
  display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: flex-start; gap: 18px 12px;
}
.z-tanzaku__item {
  width: 66px; padding: 16px 4px 12px;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 12px;
  background: linear-gradient(180deg, #f7eedb, #efe2c6);
  border-top: 5px solid var(--shu);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  color: var(--wood-ink);
}
.z-tanzaku__item:nth-child(3n) { transform: rotate(-1deg); }
.z-tanzaku__item:nth-child(3n + 1) { transform: rotate(0.7deg); }
.z-tanzaku__text { writing-mode: vertical-rl; display: flex; gap: 4px; }
.z-tanzaku__name { font-family: var(--st-font-display); font-size: 21px; letter-spacing: 0.1em; line-height: 1.2; }
.z-tanzaku__note { font-size: 13px; line-height: 1.3; letter-spacing: 0.04em; color: var(--wood-muted); }
.z-tanzaku__price { font-size: 14px; font-weight: 700; line-height: 1.3; color: #a3301a; text-align: center; overflow-wrap: anywhere; }

.z-drinks { list-style: none; padding: 0; }
.z-drinks li { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; padding: 11px 0; border-bottom: 1px dotted rgba(236, 220, 188, 0.28); font-size: 16px; }
.z-drinks__name { min-width: 0; }
.z-drinks__name small { display: block; font-size: 13px; color: var(--st-muted); }
.z-drinks__price { margin-left: auto; font-weight: 700; color: var(--wood); text-align: right; }
.z-wall__source { font-size: 13px; color: var(--st-muted); }
.z-wall__source a { color: var(--st-accent); }
.z-menu__note { margin-top: 32px; font-size: 15px; color: var(--st-muted); }

.z-dishes { margin-top: clamp(48px, 7vw, 80px); display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.z-dishes figure { position: relative; overflow: hidden; border-radius: var(--st-radius); }
.z-dishes figure:first-child { grid-row: span 2; }
.z-dishes img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.2s var(--st-ease); }
.z-dishes figure:hover img { transform: scale(1.04); }
.z-dishes figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 10px;
  background: linear-gradient(180deg, transparent, rgba(15, 10, 7, 0.82));
  font-size: 14px; color: #f4ead9;
}

/* ---- 席と入りやすさ(下足札) ---- */
.z-seats__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.z-geta { list-style: none; padding: 0; margin-top: 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(104px, 1fr)); gap: 14px; }
.z-geta__item {
  position: relative; display: grid; gap: 4px; justify-items: center; align-content: start; text-align: center;
  padding: 26px 10px 16px; border-radius: 10px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 6px 14px rgba(0, 0, 0, 0.35);
}
.z-geta__item::before {
  content: ""; position: absolute; top: 10px; left: 50%; width: 9px; height: 9px; margin-left: -4.5px;
  border-radius: 50%; background: var(--st-bg); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6);
}
.z-geta__name { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; color: var(--wood-muted); }
.z-geta__num { font-family: var(--st-font-display); font-weight: 400; font-size: clamp(38px, 4.6vw, 52px); line-height: 1.1; color: var(--wood-ink); overflow-wrap: anywhere; }
.z-geta__num small { font-size: 16px; margin-left: 2px; }
.z-geta__text { font-size: 13px; line-height: 1.55; color: var(--wood-muted); }
.z-tags { list-style: none; padding: 0; margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.z-tags li { padding: 6px 16px; border: 1px solid rgba(242, 165, 74, 0.5); border-radius: 999px; font-size: 14px; }
.z-tags .z-tags__smoke { background: var(--shu); border-color: var(--shu); color: #fff; font-weight: 700; }
.z-seats__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--st-radius); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45); }

/* ---- 宴会・飲み放題(白木の板と朱の印) ---- */
.z-courses { background: #231a15; border-block: 1px solid var(--st-line); }
.z-plans { margin-top: clamp(40px, 5vw, 60px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 32px 20px; align-items: start; }
.z-plan { position: relative; display: grid; gap: 10px; padding: 32px 26px 28px; border-radius: 6px; box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.1), 0 14px 30px rgba(0, 0, 0, 0.4); }
.z-plan__stamp { /* 朱の角印(縦書き) */
  position: absolute; top: -14px; right: 18px; padding: 10px 7px;
  writing-mode: vertical-rl; text-orientation: upright;
  border-radius: 4px; background: var(--shu); color: #fff;
  outline: 1.5px solid rgba(255, 255, 255, 0.6); outline-offset: -5px;
  font-family: var(--st-font-display); font-size: 15px; line-height: 1; letter-spacing: 0.12em;
  transform: rotate(4deg); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.z-plan__name { font-size: 24px; color: var(--wood-ink); padding-right: 44px; }
.z-plan__price { font-family: var(--st-font-display); font-size: 38px; line-height: 1.1; color: #a3301a; }
.z-plan__price small { margin-left: 8px; font-family: var(--st-font-body); font-size: 13px; color: var(--wood-muted); }
.z-plan__spec { display: flex; flex-wrap: wrap; gap: 6px; }
.z-plan__spec span { padding: 3px 10px; border: 1px solid rgba(43, 29, 18, 0.35); border-radius: 3px; font-size: 13px; font-weight: 700; }
.z-plan__text { padding-top: 12px; border-top: 1px dashed rgba(43, 29, 18, 0.3); font-size: 15px; line-height: 1.8; }
.z-courses__note { margin-top: 28px; text-align: center; font-size: 15px; color: var(--st-muted); }

/* ---- 大将のこと ---- */
.z-person__grid { display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.z-person__photo { position: relative; }
.z-person__photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--st-radius); }
.z-person__photo::after { /* 提灯の灯が当たったような縁 */
  content: ""; position: absolute; inset: -10px; z-index: -1; border-radius: 8px;
  background: radial-gradient(circle at 30% 20%, rgba(242, 165, 74, 0.35), transparent 60%);
}
.z-person__name { margin-top: 20px; font-family: var(--st-font-display); font-size: 26px; letter-spacing: 0.12em; }
.z-person__name small { margin-right: 12px; font-family: var(--st-font-body); font-size: 14px; font-weight: 700; color: var(--st-accent); letter-spacing: 0.1em; }
.z-person__name span { margin-left: 12px; font-family: var(--st-font-body); font-size: 13px; color: var(--st-muted); letter-spacing: 0.06em; }
.z-person__text { margin-top: 18px; display: grid; gap: 1.1em; }

/* ---- お客さまの声(伝票) ---- */
.z-voices { margin-top: clamp(32px, 4vw, 48px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.z-voice {
  position: relative; display: grid; gap: 10px; align-content: start; padding: 28px 22px 22px;
  background: #f3ead8; color: var(--wood-ink); border-radius: 2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.z-voice::before { /* 伝票のミシン目 */
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px;
  background: radial-gradient(circle at 6px 0, var(--st-bg) 3.5px, transparent 4px) 0 0 / 12px 8px repeat-x;
}
.z-voice__head { font-family: var(--st-font-display); font-size: 19px; line-height: 1.55; }
.z-voice__who { font-size: 13px; color: var(--wood-muted); }
.z-voices-note { margin-top: 16px; font-size: 13px; color: var(--st-muted); }

/* ---- ご予約(提灯の灯りの帯) ---- */
.z-reserve {
  position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(242, 140, 60, 0.26), transparent 70%), #17100c;
  border-top: 1px solid rgba(242, 165, 74, 0.2);
}
.z-reserve__inner { position: relative; display: grid; justify-items: center; gap: 14px; }
.z-reserve__lamp {
  width: 54px; height: 72px; border-radius: 45% / 50%; margin-bottom: 8px; position: relative;
  background:
    repeating-linear-gradient(180deg, transparent 0 8px, rgba(120, 30, 10, 0.25) 8px 9px),
    radial-gradient(circle at 50% 42%, #ffe0a8, #f2a54a 45%, var(--shu) 85%);
  box-shadow: 0 0 60px 18px rgba(242, 140, 60, 0.35);
  animation: z-flicker 5s ease-in-out infinite;
}
.z-reserve__lamp::before, .z-reserve__lamp::after {
  content: ""; position: absolute; left: 50%; width: 30px; height: 7px; margin-left: -15px; background: #1a120d; border-radius: 2px;
}
.z-reserve__lamp::before { top: -3px; }
.z-reserve__lamp::after { bottom: -3px; }
@keyframes z-flicker {
  0%, 100% { box-shadow: 0 0 60px 18px rgba(242, 140, 60, 0.35); }
  45% { box-shadow: 0 0 52px 14px rgba(242, 140, 60, 0.28); }
  55% { box-shadow: 0 0 66px 20px rgba(242, 140, 60, 0.4); }
}
.z-reserve h2 { font-size: clamp(30px, 4.4vw, 46px); }
.z-reserve__text { max-width: 34em; color: var(--st-muted); }
.z-reserve__tel {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 10px;
  font-family: var(--st-font-display); font-size: clamp(36px, 6vw, 60px); letter-spacing: 0.06em;
  color: var(--st-accent); text-decoration: none; text-shadow: 0 0 24px rgba(242, 140, 60, 0.35);
}
.z-reserve__tel svg { width: 0.7em; height: 0.7em; }
.z-reserve__hours { font-size: 15px; color: var(--st-muted); }
.z-reserve__web { margin-top: 6px; }
.z-reserve__notes { list-style: none; padding: 0; margin-top: 16px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.z-reserve__notes li { padding: 6px 16px; border: 1px solid rgba(244, 234, 217, 0.25); border-radius: 999px; font-size: 14px; }
.z-reserve--photo {
  display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(32px, 5vw, 72px);
  padding-inline: max(16px, (100% - 1160px) / 2); text-align: left;
}
.z-reserve--photo .z-reserve__inner { width: auto; margin: 0; justify-items: start; }
.z-reserve__photo { position: relative; }
.z-reserve__photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--st-radius); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5); }
.z-reserve--photo .z-reserve__notes { justify-content: flex-start; }

/* ---- 問い合わせフォーム(明るい紙の上に) ---- */
.z-form__body { margin-top: clamp(32px, 4vw, 48px); }
.p-izakaya .st-form {
  --st-ink: #22160e; --st-muted: #6b5136; --st-line: #d3bf9f; --st-surface: #f4ebdb;
  background: var(--st-surface); color: var(--st-ink); border-color: var(--st-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
.p-izakaya .st-form a { color: #8a3a12; }

/* ---- 営業案内・アクセス ---- */
.z-week { list-style: none; padding: 0; margin-top: 36px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.z-week li { display: grid; gap: 2px; justify-items: center; padding: 14px 6px; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: var(--st-radius); text-align: center; }
.z-week b { font-family: var(--st-font-display); font-weight: 400; font-size: 22px; color: var(--st-accent); }
.z-week span { font-size: 14px; line-height: 1.5; }
.z-week li.is-off { background: transparent; border-style: dashed; color: var(--st-muted); }
.z-week li.is-off b { color: var(--st-muted); }
.z-week__note { margin-top: 12px; font-size: 14px; color: var(--st-muted); }
.z-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); margin-top: 40px; }
.z-info__table { display: grid; grid-template-columns: 7em minmax(0, 1fr); border-top: 1px solid var(--st-line); align-self: start; }
.z-info__table dt, .z-info__table dd { padding: 15px 0; border-bottom: 1px solid var(--st-line); }
.z-info__table dt { color: var(--st-muted); font-size: 14px; }
.z-info__table a { color: var(--st-accent); }
.z-info__table small { color: var(--st-muted); }
.p-izakaya .st-map { border-radius: var(--st-radius); }

.z-faq { max-width: 800px; margin: clamp(48px, 6vw, 72px) auto 0; }
.z-faq__title { font-size: 24px; margin-bottom: 8px; }
.z-faq details { border-bottom: 1px solid var(--st-line); }
.z-faq summary { position: relative; padding: 18px 40px 18px 34px; font-weight: 700; }
.z-faq summary::before { content: "問"; position: absolute; left: 0; top: 18px; font-family: var(--st-font-display); font-weight: 400; color: var(--st-accent); }
.z-faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 24px; color: var(--st-accent); transition: transform 0.3s;
}
.z-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.z-faq details p { padding: 0 0 20px 34px; color: var(--st-muted); }

/* ---- 受け取り前: 店のこと・品書きの枠 ---- */
.z-place .z-wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 32px clamp(32px, 6vw, 88px); align-items: end; }
.z-place .z-geta { margin-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.z-place .z-geta__num { font-size: clamp(24px, 3vw, 32px); }
.p-izakaya .ph { background: rgba(39, 29, 23, 0.7); border-color: rgba(236, 220, 188, 0.35); }
.p-izakaya .ph__slot { background: linear-gradient(180deg, #f7eedb, #efe2c6); border: 0; border-top: 5px solid var(--shu); color: var(--wood-ink); border-radius: 0; }
.p-izakaya .ph__slot span { color: var(--wood-muted); }

/* ---- フッター・下のバー ---- */
.z-footer { background: #130d0a; color: var(--st-muted); padding: 56px 0 40px; font-size: 14px; border-top: 1px solid var(--st-line); }
.z-footer__name { font-family: var(--st-font-display); font-size: 24px; color: var(--st-ink); letter-spacing: 0.12em; }
.z-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.p-izakaya .call-bar { background: rgba(24, 17, 13, 0.94); box-shadow: 0 -1px 0 var(--st-line); }
.p-izakaya .call-bar a { background: var(--st-accent); color: var(--st-accent-ink); }
.p-izakaya .call-bar a + a { background: transparent; color: var(--st-ink); border: 1px solid rgba(244, 234, 217, 0.35); }
.p-izakaya .nr__list a:hover .nr__name { color: var(--st-accent); }

/* ---- 動きを止める ---- */
@media (prefers-reduced-motion: reduce) {
  .z-noren__panels i, .z-reserve__lamp { animation: none; }
}
html.is-motion-off .z-noren__panels i, html.is-motion-off .z-reserve__lamp { animation: none; }

/* ---- 画面の幅ごと ---- */
@media (max-width: 1023px) {
  .z-header__nav { display: none; }
  .z-header__tel { margin-left: auto; }
  .z-hero__body { grid-template-columns: 1fr; margin-top: -72px; }
  .z-seats__grid, .z-info__grid, .z-place .z-wrap { grid-template-columns: 1fr; }
  .z-person__grid { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .z-header__inner { gap: 12px; min-height: 58px; }
  .z-header__name {
    font-size: 18px; letter-spacing: 0.06em; line-height: 1.35;
    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  }
  .z-header__lamp { display: none; }
  .z-header__tel { padding: 8px 14px; font-size: 15px; }
  .z-stage { height: auto; aspect-ratio: 4 / 5; }
  .z-noren { width: 100%; height: 42%; }
  .z-stage .img-note { top: calc(42% + 10px); }
  .z-noren::before { left: 0; right: 0; }
  .z-noren__panels { grid-template-columns: repeat(3, 1fr); gap: 3px; }
  .z-noren__panels i:nth-child(n + 4) { display: none; }
  .z-noren__name { font-size: clamp(48px, 15vw, 64px); }
  .z-noren__name.z-name--m { font-size: clamp(34px, 10vw, 44px); }
  .z-noren__name.z-name--l { font-size: clamp(24px, 7vw, 32px); }
  .z-noren__name.z-name--flat { font-size: clamp(24px, 7.4vw, 34px); }
  .z-hero__body { margin-top: -56px; gap: 28px; }
  .z-hero__actions { width: 100%; }
  .z-hero__actions .z-btn { flex: 1 1 100%; }
  .z-fuda { grid-template-columns: 1fr 1fr; }
  .z-fuda__v { font-size: 20px; }
  .z-board { border-width: 9px; }
  .z-tanzaku { gap: 16px 7px; }
  .z-tanzaku__item { width: 52px; padding-inline: 2px; }
  .z-tanzaku__name { font-size: 19px; letter-spacing: 0.06em; }
  .z-tanzaku__note { font-size: 13px; }
  .z-tanzaku__price { font-size: 13px; }
  .z-dishes { grid-template-columns: 1fr 1fr; }
  .z-dishes figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .z-person__grid { grid-template-columns: 1fr; }
  .z-person__photo { max-width: 280px; }
  .z-reserve--photo { grid-template-columns: 1fr; text-align: center; }
  .z-reserve--photo .z-reserve__inner { justify-items: center; }
  .z-reserve--photo .z-reserve__notes { justify-content: center; }
  .z-reserve__photo img { aspect-ratio: 4 / 3; object-position: 50% 40%; }
  .z-reserve__tel { font-size: clamp(32px, 9vw, 40px); }
  .z-week { grid-template-columns: 1fr 1fr; gap: 6px; }
  .z-week li { grid-template-columns: 3em 1fr; justify-items: start; align-items: center; padding: 8px 14px; text-align: left; }
  .z-week b { font-size: 19px; }
  .z-info__table { grid-template-columns: 5.5em minmax(0, 1fr); }
}
