/* =========================================================
   小料理 おとや — washoku_kappou
   2026-05-09 朝倉
   コンセプト：夜・大人・和の余白系（cafe_natural の昼・女性・ナチュラル対極）
   配色：墨黒 / 生成り / 朱赤（判子1点） / 金茶（暖簾アクセント）
   フォント：Shippori Mincho B1 / Noto Serif JP / Cormorant Garamond italic
   クリシェ封印：朱赤の多用 × 金箔 × 大筆文字 × 提灯絵文字 × 純白背景 × ハードシャドウ
   ========================================================= */

:root {
  --c-sumi: #1c1c1c;          /* 墨黒（メイン） */
  --c-sumi-soft: #2a2826;     /* 墨黒淡 */
  --c-sumi-line: #3a3633;     /* 墨黒罫線 */
  --c-shu: #a83232;           /* 朱赤（判子1点だけ） */
  --c-kinari: #f5efe0;        /* 生成り（サブ／文字色） */
  --c-kinari-warm: #ede6d4;   /* 生成り温色 */
  --c-kinari-deep: #d8cfba;   /* 生成り濃 */
  --c-kincha: #b8893d;        /* 金茶（暖簾色・副） */
  --c-kincha-deep: #966f2f;   /* 金茶濃 */
  --c-line: #5a5247;          /* 墨地用罫線 */
  --c-line-soft: #cdc3ad;     /* 生成地用罫線 */

  --font-mincho-h: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --font-mincho-b: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --font-en: "Cormorant Garamond", "Noto Serif JP", serif;

  --container: 1080px;
  --radius: 2px; /* 直線基調、丸み最小 */
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-mincho-b);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.95; /* 夜の落ち着き、行間広め */
  color: var(--c-kinari);
  background-color: var(--c-sumi);
  /* 墨地に和紙の粒子感をうっすら */
  background-image:
    radial-gradient(circle at 25% 20%, rgba(184, 137, 61, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 75% 80%, rgba(168, 50, 50, 0.025) 0%, transparent 40%),
    repeating-linear-gradient(
      113deg,
      transparent 0,
      transparent 2px,
      rgba(245, 239, 224, 0.012) 2px,
      rgba(245, 239, 224, 0.012) 3px
    );
  -webkit-font-smoothing: antialiased;
  padding-bottom: 90px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-kincha); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--c-kincha-deep); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.muted { color: rgba(245, 239, 224, 0.62); font-weight: 400; font-size: 0.92em; }

/* ===== サンプル告知バナー ===== */
.demo-banner {
  background: var(--c-sumi-soft);
  border-bottom: 1px solid var(--c-line);
  color: var(--c-kinari);
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  font-family: var(--font-mincho-b);
  letter-spacing: 0.04em;
}
.demo-banner strong {
  display: inline-block;
  font-family: var(--font-mincho-h);
  font-weight: 600;
  color: var(--c-kincha);
  margin-right: 12px;
}
.demo-banner span { color: rgba(245, 239, 224, 0.7); }

/* ===== 下部固定 CTA（モバイル） ===== */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: flex;
  background: #0e0e0e;
  border-top: 1px solid var(--c-kincha-deep);
}
.sticky-cta__tel,
.sticky-cta__line {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  text-align: center;
  font-family: var(--font-mincho-b);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
}
.sticky-cta__tel {
  color: var(--c-kinari);
  border-right: 1px solid rgba(184, 137, 61, 0.3);
}
.sticky-cta__tel:hover { color: var(--c-kincha); }
.sticky-cta__label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--c-kincha);
  margin-bottom: 2px;
  font-family: var(--font-mincho-h);
}
.sticky-cta__number {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.sticky-cta__line {
  color: var(--c-kinari);
  background: transparent;
  font-family: var(--font-mincho-h);
  font-weight: 500;
}
.sticky-cta__line:hover { color: var(--c-kincha); }

/* ===== セクション共通 ===== */
section { padding: 96px 0; position: relative; }

.section-eyebrow {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--c-kincha);
  margin: 0 0 8px;
  text-transform: lowercase;
}

.section-title {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--c-kinari);
  letter-spacing: 0.06em;
}
.section-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--c-kincha);
  margin-top: 18px;
}

.section-lead {
  font-size: 15px;
  color: rgba(245, 239, 224, 0.78);
  margin: 0 0 48px;
  max-width: 640px;
  line-height: 2.0;
}

/* ===== ヒーロー（暖簾風） ===== */
.hero {
  position: relative;
  padding: 80px 0 96px;
  overflow: hidden;
  border-bottom: 1px solid var(--c-line);
}

/* 暖簾の縦帯（金茶のグラデーション帯3本、上から下へ垂れる感じ） */
.hero__noren {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  gap: 4px;
  opacity: 0.55;
  z-index: 0;
}
.hero__noren-band {
  width: 90px;
  height: 220px;
  background: linear-gradient(
    to bottom,
    rgba(184, 137, 61, 0.7) 0%,
    rgba(184, 137, 61, 0.45) 40%,
    rgba(184, 137, 61, 0.15) 80%,
    transparent 100%
  );
  border-left: 1px solid rgba(184, 137, 61, 0.35);
  border-right: 1px solid rgba(184, 137, 61, 0.35);
}
.hero__noren-band--1 { transform: translateY(-20px); height: 240px; }
.hero__noren-band--2 { transform: translateY(0); height: 260px; }
.hero__noren-band--3 { transform: translateY(-10px); height: 230px; }

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: 60px 24px 0;
  text-align: center;
}

.hero__eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: rgba(245, 239, 224, 0.72);
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mincho-b);
}
.hero__eyebrow-en {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--c-kincha);
}
.hero__eyebrow-sep { color: var(--c-kincha-deep); }

.hero__title {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  margin: 0 0 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.hero__title-main {
  display: block;
  font-size: 44px;
  color: var(--c-kinari);
  margin-bottom: 18px;
}
.hero__title-sub {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: rgba(245, 239, 224, 0.85);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.hero__sub {
  font-size: 15px;
  line-height: 2.0;
  color: rgba(245, 239, 224, 0.78);
  max-width: 580px;
  margin: 0 auto 40px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 36px;
}

/* ===== ボタン共通（フラット、ハードシャドウ封印） ===== */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 28px;
  text-decoration: none;
  font-family: var(--font-mincho-h);
  border: 1px solid var(--c-kincha);
  border-radius: var(--radius);
  transition: background-color 0.25s, color 0.25s;
  min-width: 240px;
}
.btn__label {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  font-weight: 500;
}
.btn__big {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.btn__small {
  font-size: 11px;
  letter-spacing: 0.06em;
  font-family: var(--font-mincho-b);
  font-weight: 400;
  opacity: 0.78;
  margin-top: 4px;
}
.btn--phone {
  background: transparent;
  color: var(--c-kinari);
}
.btn--phone:hover {
  background: var(--c-kincha);
  color: var(--c-sumi);
}
.btn--line {
  background: var(--c-kincha);
  color: var(--c-sumi);
  border-color: var(--c-kincha);
}
.btn--line:hover {
  background: var(--c-kincha-deep);
  color: var(--c-sumi);
}

.hero__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  font-family: var(--font-mincho-b);
  font-size: 13px;
  color: rgba(245, 239, 224, 0.72);
}
.hero__chips li {
  position: relative;
  padding-left: 16px;
}
.hero__chips li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--c-kincha);
}

/* 朱の判子（控えめ、1点だけ） */
.hero__hanko {
  position: absolute;
  top: 90px;
  right: calc((100% - var(--container)) / 2 + 40px);
  width: 56px;
  height: 56px;
  background: var(--c-shu);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mincho-h);
  font-weight: 700;
  font-size: 28px;
  color: var(--c-kinari);
  letter-spacing: 0;
  transform: rotate(-4deg);
  box-shadow: inset 0 0 0 2px rgba(245, 239, 224, 0.85);
  z-index: 2;
  /* 印影風のかすれ */
  opacity: 0.92;
}

/* ===== 本日のおすすめ（生成り背景セクション） ===== */
.today {
  background: var(--c-kinari);
  color: var(--c-sumi);
  border-bottom: 1px solid var(--c-line-soft);
  /* 生成り側のテクスチャ */
  background-image:
    radial-gradient(circle at 30% 30%, rgba(184, 137, 61, 0.05) 0%, transparent 50%),
    repeating-linear-gradient(
      113deg,
      transparent 0,
      transparent 2px,
      rgba(28, 28, 28, 0.012) 2px,
      rgba(28, 28, 28, 0.012) 3px
    );
}
.today .section-eyebrow { color: var(--c-kincha-deep); }
.today .section-title { color: var(--c-sumi); }
.today .section-title::after { background: var(--c-kincha-deep); }
.today .section-lead { color: rgba(28, 28, 28, 0.7); }
.today .muted { color: rgba(28, 28, 28, 0.55); }

.today__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px 32px;
  margin-bottom: 32px;
}

.today-card {
  /* 縦罫線でお品書き感 */
  border-left: 2px solid var(--c-kincha-deep);
  padding: 4px 0 4px 22px;
}
.today-card__date {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--c-kincha-deep);
  margin: 0 0 8px;
}
.today-card__name {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--c-sumi);
  margin: 0 0 12px;
  line-height: 1.5;
}
.today-card__desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(28, 28, 28, 0.78);
  margin: 0 0 14px;
}
.today-card__price {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(28, 28, 28, 0.6);
  border-top: 1px solid var(--c-line-soft);
  padding-top: 10px;
  margin: 0;
  font-family: var(--font-mincho-b);
}

.today__note {
  font-size: 13px;
  color: rgba(28, 28, 28, 0.68);
  line-height: 1.85;
  margin: 0;
  padding: 16px 20px;
  background: rgba(184, 137, 61, 0.08);
  border-left: 2px solid var(--c-kincha);
}
.today__note strong { color: var(--c-sumi); font-weight: 600; }

/* ===== お品書き ===== */
.menu {
  background: var(--c-sumi);
}

.menu__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 40px;
}

.menu-col {
  border-left: 1px solid var(--c-line);
  padding-left: 28px;
}
.menu-col__heading {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 22px;
  color: var(--c-kinari);
  margin: 0 0 6px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.menu-col__num {
  font-family: var(--font-mincho-h);
  font-weight: 700;
  font-size: 32px;
  color: var(--c-kincha);
  letter-spacing: 0;
}
.menu-col__lead {
  font-size: 13px;
  color: rgba(245, 239, 224, 0.62);
  margin: 0 0 24px;
  letter-spacing: 0.06em;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-list li {
  padding: 16px 0;
  border-bottom: 1px dashed var(--c-line);
}
.menu-list li:last-child { border-bottom: none; }
.menu-list__name {
  display: block;
  font-family: var(--font-mincho-h);
  font-weight: 500;
  font-size: 17px;
  color: var(--c-kinari);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.menu-list__desc {
  display: block;
  font-size: 13px;
  color: rgba(245, 239, 224, 0.65);
  line-height: 1.8;
}

.menu__price-note {
  font-size: 13px;
  color: rgba(245, 239, 224, 0.62);
  line-height: 1.85;
  margin: 0 0 36px;
  padding: 14px 20px;
  border-left: 2px solid var(--c-kincha);
  background: rgba(184, 137, 61, 0.06);
}

/* アレルギー注意 */
.allergy {
  background: var(--c-sumi-soft);
  border: 1px solid var(--c-line);
  padding: 28px 32px;
  margin-top: 24px;
}
.allergy__heading {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 18px;
  color: var(--c-kincha);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.06em;
}
.allergy__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--c-kincha);
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: var(--c-kincha);
}
.allergy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: rgba(245, 239, 224, 0.82);
}
.allergy .muted { color: rgba(245, 239, 224, 0.55); display: inline-block; margin-top: 8px; font-size: 13px; }

/* ===== お飲み物（生成り背景） ===== */
.drinks {
  background: var(--c-kinari);
  color: var(--c-sumi);
  border-bottom: 1px solid var(--c-line-soft);
}
.drinks .section-eyebrow { color: var(--c-kincha-deep); }
.drinks .section-title { color: var(--c-sumi); }
.drinks .section-title::after { background: var(--c-kincha-deep); }
.drinks .section-lead { color: rgba(28, 28, 28, 0.7); }
.drinks .muted { color: rgba(28, 28, 28, 0.55); }

.drinks__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  margin-bottom: 32px;
}

.drink-card {
  border-left: 2px solid var(--c-kincha-deep);
  padding: 4px 0 4px 24px;
}
.drink-card__name {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 20px;
  color: var(--c-sumi);
  margin: 0 0 14px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  letter-spacing: 0.06em;
}
.drink-card__num {
  font-family: var(--font-mincho-h);
  font-weight: 700;
  font-size: 28px;
  color: var(--c-kincha-deep);
}
.drink-card__desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(28, 28, 28, 0.75);
  margin: 0 0 14px;
}
.drink-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.drink-card__list li {
  padding: 8px 0 8px 16px;
  font-size: 14px;
  color: rgba(28, 28, 28, 0.85);
  border-bottom: 1px dashed var(--c-line-soft);
  position: relative;
  font-family: var(--font-mincho-b);
}
.drink-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  background: var(--c-kincha-deep);
}
.drink-card__list li:last-child { border-bottom: none; }
.drink-card__caveat { font-size: 12px; line-height: 1.7; margin-top: 8px; }

.drinks__legal {
  font-size: 13px;
  color: rgba(28, 28, 28, 0.7);
  line-height: 1.95;
  margin: 0;
  padding: 16px 20px;
  border: 1px solid var(--c-line-soft);
  background: rgba(28, 28, 28, 0.03);
}
.drinks__legal strong { color: var(--c-shu); font-weight: 600; }

/* ===== 店内 ===== */
.space {
  background: var(--c-sumi);
}

.space__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.space-card {
  background: var(--c-sumi-soft);
  border: 1px solid var(--c-line);
}
.space-card__photo {
  width: 100%;
  height: 220px;
  filter: contrast(0.95);
}
.space-card__photo--counter {
  background:
    linear-gradient(135deg, rgba(28, 28, 28, 0.85) 0%, rgba(58, 54, 51, 0.4) 50%, rgba(184, 137, 61, 0.25) 100%),
    linear-gradient(180deg, #2a2826 0%, #1c1c1c 60%, #0e0e0e 100%);
  position: relative;
}
.space-card__photo--counter::after {
  /* カウンターの木目風 */
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(184, 137, 61, 0.12) 0,
      rgba(184, 137, 61, 0.12) 1px,
      transparent 1px,
      transparent 14px
    ),
    linear-gradient(180deg, transparent 0%, rgba(184, 137, 61, 0.18) 100%);
}
.space-card__photo--table {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(184, 137, 61, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, #2a2826 0%, #1c1c1c 70%, #0e0e0e 100%);
  position: relative;
}
.space-card__photo--table::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 80px;
  background: rgba(245, 239, 224, 0.06);
  border: 1px solid rgba(184, 137, 61, 0.3);
}

.space-card h3 {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 20px;
  color: var(--c-kinari);
  margin: 24px 28px 10px;
  letter-spacing: 0.06em;
}
.space-card p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(245, 239, 224, 0.78);
  margin: 0 28px 24px;
}

.space__notes {
  list-style: none;
  padding: 22px 28px;
  margin: 0;
  background: var(--c-sumi-soft);
  border-left: 2px solid var(--c-kincha);
}
.space__notes li {
  padding: 8px 0 8px 18px;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(245, 239, 224, 0.82);
  position: relative;
  font-family: var(--font-mincho-b);
}
.space__notes li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--c-kincha);
  font-weight: 700;
}
.space__notes li strong { color: var(--c-kincha); font-weight: 600; }

/* ===== アクセス ===== */
.access {
  background: var(--c-kinari);
  color: var(--c-sumi);
  border-bottom: 1px solid var(--c-line-soft);
}
.access .section-eyebrow { color: var(--c-kincha-deep); }
.access .section-title { color: var(--c-sumi); }
.access .section-title::after { background: var(--c-kincha-deep); }
.access .section-lead { color: rgba(28, 28, 28, 0.7); }
.access .muted { color: rgba(28, 28, 28, 0.55); }

.access__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}

.access__map {
  background: var(--c-sumi);
  height: 360px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-line-soft);
}
.access__map-inner {
  position: absolute;
  inset: 0;
  background:
    /* 道路風グリッド */
    linear-gradient(90deg, transparent 0%, transparent 48%, rgba(245, 239, 224, 0.1) 48%, rgba(245, 239, 224, 0.1) 52%, transparent 52%, transparent 100%),
    linear-gradient(0deg, transparent 0%, transparent 48%, rgba(245, 239, 224, 0.1) 48%, rgba(245, 239, 224, 0.1) 52%, transparent 52%, transparent 100%),
    linear-gradient(135deg, rgba(184, 137, 61, 0.08) 0%, transparent 60%);
}
.access__map-pin {
  position: absolute;
  top: 38%;
  left: 56%;
  font-size: 28px;
  color: var(--c-shu);
  text-shadow: 0 0 12px rgba(168, 50, 50, 0.6);
  font-family: var(--font-mincho-h);
}
.access__map-label {
  position: absolute;
  top: 30%;
  left: 56%;
  transform: translateX(-50%);
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-kinari);
  background: rgba(28, 28, 28, 0.85);
  border: 1px solid var(--c-kincha);
  padding: 4px 10px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.access__map-station {
  position: absolute;
  top: 70%;
  left: 18%;
  font-family: var(--font-mincho-h);
  font-weight: 500;
  font-size: 13px;
  color: rgba(245, 239, 224, 0.75);
  background: rgba(28, 28, 28, 0.7);
  padding: 4px 10px;
  letter-spacing: 0.06em;
}
.access__map-shoten {
  position: absolute;
  top: 50%;
  left: 30%;
  font-family: var(--font-en);
  font-style: italic;
  font-size: 13px;
  color: var(--c-kincha);
  letter-spacing: 0.08em;
}

.info-list {
  margin: 0;
  padding: 0;
}
.info-list__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--c-line-soft);
}
.info-list__row:last-child { border-bottom: none; }
.info-list__row dt {
  font-family: var(--font-mincho-h);
  font-weight: 500;
  font-size: 14px;
  color: var(--c-kincha-deep);
  letter-spacing: 0.08em;
}
.info-list__row dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(28, 28, 28, 0.85);
  font-family: var(--font-mincho-b);
}

/* ===== ご予約 ===== */
.contact {
  background: var(--c-sumi);
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
}

.contact-card {
  background: var(--c-sumi-soft);
  border: 1px solid var(--c-line);
  padding: 36px 32px;
}
.contact-card__heading {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 16px;
  color: var(--c-kincha);
  margin: 0 0 16px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 12px;
}
.contact-card__big {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: var(--c-kinari);
  display: block;
  margin: 0 0 12px;
  text-decoration: none;
}
.contact-card__big:hover { color: var(--c-kincha); }
.contact-card__caveat { margin: 0; font-size: 13px; }

.contact-form { margin: 0; }
.form-row {
  display: block;
  margin-bottom: 18px;
}
.form-row__label {
  display: block;
  font-family: var(--font-mincho-h);
  font-weight: 500;
  font-size: 13px;
  color: var(--c-kincha);
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 10px 14px;
  background: var(--c-sumi);
  border: 1px solid var(--c-line);
  color: var(--c-kinari);
  font-family: var(--font-mincho-b);
  font-size: 14px;
  border-radius: var(--radius);
  resize: vertical;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--c-kincha);
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(245, 239, 224, 0.35);
}
.btn--submit {
  width: 100%;
  background: var(--c-kincha);
  color: var(--c-sumi);
  border: 1px solid var(--c-kincha);
  padding: 14px 24px;
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.12em;
  cursor: pointer;
  border-radius: var(--radius);
  transition: background-color 0.2s;
  min-width: auto;
}
.btn--submit:hover { background: var(--c-kincha-deep); }
.form-row__privacy { margin-top: 14px; font-size: 12px; line-height: 1.7; }

/* ===== フッター ===== */
.footer {
  background: #0e0e0e;
  border-top: 1px solid var(--c-line);
  padding: 56px 0 32px;
}
.footer__brand {
  text-align: center;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 28px;
}
.footer__name {
  font-family: var(--font-mincho-h);
  font-weight: 600;
  font-size: 22px;
  color: var(--c-kinari);
  letter-spacing: 0.12em;
  margin: 0 0 8px;
}
.footer__tagline {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--c-kincha);
  margin: 0;
}

.footer__legal {
  margin: 0 0 32px;
  padding: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.footer__legal-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--c-line);
}
.footer__legal-row:last-child { border-bottom: none; }
.footer__legal-row dt {
  font-family: var(--font-mincho-h);
  font-weight: 500;
  font-size: 13px;
  color: var(--c-kincha);
  letter-spacing: 0.08em;
}
.footer__legal-row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 239, 224, 0.78);
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: var(--font-mincho-b);
}

/* ===== reveal-on-scroll ===== */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== レスポンシブ ===== */
@media (max-width: 880px) {
  section { padding: 72px 0; }
  .section-title { font-size: 26px; }
  .hero { padding: 48px 0 72px; }
  .hero__inner { padding-top: 40px; }
  .hero__title-main { font-size: 34px; }
  .hero__title-sub { font-size: 18px; }
  .hero__noren-band { width: 60px; height: 180px; }
  .hero__noren-band--1, .hero__noren-band--2, .hero__noren-band--3 { height: 200px; }
  .hero__hanko {
    width: 48px; height: 48px;
    font-size: 24px;
    top: 70px;
    right: 20px;
  }
  .menu__columns { grid-template-columns: 1fr; gap: 40px; }
  .space__grid { grid-template-columns: 1fr; }
  .access__grid { grid-template-columns: 1fr; }
  .access__map { height: 280px; }
  .contact__grid { grid-template-columns: 1fr; }
  .info-list__row { grid-template-columns: 90px 1fr; gap: 14px; }
  .footer__legal-row { grid-template-columns: 130px 1fr; gap: 12px; }
  .btn { min-width: 100%; padding: 14px 20px; }
  .btn__big { font-size: 22px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; line-height: 1.85; }
  .hero__title-main { font-size: 28px; }
  .section-title { font-size: 22px; }
  .footer__legal-row { grid-template-columns: 1fr; gap: 4px; }
  .footer__legal-row dt { color: var(--c-kincha); }
  .info-list__row { grid-template-columns: 1fr; gap: 4px; }
  .info-list__row dt { color: var(--c-kincha-deep); }
}
