@charset "UTF-8";
/* ============================================================================
   e.css — 案E：昭和レトロ・看板風

   赤×黄×白。レトロな角ゴシックを太く詰めて、暖簾と木札のモチーフ。
   余白を切り詰めた密度の高いレイアウトで、昔ながらの店先の賑わいを出す。

   他案との違い：案B（黒×赤）は暗くて洗練寄り、この案は明るく騒がしい。
   黄色を使うのはこの案だけ。
   ============================================================================ */

:root {
  --red:    #d8332a;
  --red-d:  #a3211a;
  --yellow: #f5c518;
  --cream:  #fdf6e3;
  --ink:    #2a211c;
  --sub:    #6f6157;
  --line:   #e3d5b8;

  --gothic: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;

  /* common.css の固定CTAへ流し込む配色 */
  --cta-bg: var(--red);
  --cta-fg: #fff;
  --cta-radius: 3px;
  --cta-weight: 800;
  --bar-bg: #2a211c;
  --bar-fg: #fdf6e3;
}

body {
  font-family: var(--gothic);
  font-size: 17px;
  line-height: 1.75;              /* 詰め気味。密度を上げる */
  color: var(--ink);
  background: var(--cream);
}

.wrap { width: 100%; max-width: 1040px; margin-inline: auto; padding-inline: 16px; }

.sec { padding-block: 44px; }
.sec--menu  { background: #fffdf5; }
.sec--party { background: #fffdf5; }
.sec--info  { padding-bottom: 0; }
@media (min-width: 768px) { .sec { padding-block: 64px; } }

/* ---- 見出し：赤地に白抜きの看板 ---- */
.ttl {
  text-align: center;
  margin-bottom: 38px;   /* 見出しと中身が近すぎたので少し広げる */
}
.ttl span {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: clamp(1.1rem, 4.6vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .18em;
  text-indent: .18em;
  padding: 8px 26px;
  border: 3px solid var(--ink);
  border-radius: 999px;              /* 角を丸めて柔らかく */
  box-shadow: 4px 4px 0 var(--ink);   /* レトロな影 */
}

/* ---- ヘッダー ---- */
.hdr {
  gap: 12px;
  padding-inline: 14px;
  background: var(--red);
  border-bottom: 4px solid var(--yellow);
  color: #fff;
}
.hdr__brand {
  font-size: 1.1rem; font-weight: 800; letter-spacing: .1em;
  text-decoration: none; white-space: nowrap; color: #fff;
}
.hdr__tel { display: none; }

@media (min-width: 768px) {
  .hdr { padding-inline: 24px; }
  .hdr__brand { font-size: 1.4rem; }
  .hdr__tel {
    display: block; margin-left: auto; text-align: right;
    text-decoration: none; color: #fff; line-height: 1.2; white-space: nowrap;
  }
  .hdr__tel b { display: block; font-size: 1.2rem; font-weight: 800; letter-spacing: .03em; }
  .hdr__tel small { font-size: .58rem; opacity: .9; }
  .hdr__reserve { border: 2px solid #fff; }
}

/* ---- ① ファーストビュー ---- */
.hero {
  position: relative;
  min-height: 60svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(30, 18, 12, .5);
}
/* 店名は白い木札の上に置く */
.hero__plate {
  position: relative; z-index: 1;
  background: var(--cream);
  border: 4px solid var(--ink);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--red);
  padding: 22px 26px;
  margin: 0 20px;
}
.hero__eyebrow {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-size: clamp(.82rem, 3.4vw, .95rem); font-weight: 800; letter-spacing: .14em;
  padding: 3px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.hero__name {
  font-size: clamp(2.4rem, 10.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.25;
  color: var(--red-d);
}
.hero__type {
  margin-top: 10px;
  font-size: clamp(.86rem, 3.6vw, 1rem);
  font-weight: 700;
  letter-spacing: .26em;
  text-indent: .32em;
  color: var(--sub);
}
@media (min-width: 768px) {
  .hero { min-height: 84svh; }
  .hero__plate { padding: 34px 56px; }
}

/* 暖簾風の帯（ヒーロー下端） */
.noren {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  display: flex; gap: 3px; height: 34px;
}
.noren span {
  flex: 1;
  background: var(--red);
  border-top: 3px solid var(--ink);
}

/* ---- ② おしながき：詰めたカード ---- */
.board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bd {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 16px;
  box-shadow: 3px 3px 0 var(--yellow);
  overflow: hidden;
}
.bd img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 3px solid var(--ink); }
.bd__b { padding: 8px 10px 12px; }
.bd__n { font-size: 0.95rem; font-weight: 800; letter-spacing: .02em; line-height: 1.4; }
.bd__p {
  font-size: 1.35rem; font-weight: 800; color: var(--red);
  line-height: 1.15; margin-top: 2px;
}
.bd__p small { font-size: .46em; font-weight: 700; }
.bd__d { font-size: .72rem; color: var(--sub); margin-top: 2px; line-height: 1.6; }

@media (min-width: 768px) {
  .board { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .bd__n { font-size: 1rem; }
  .bd__p { font-size: 1.7rem; }
}

/* ---- ③ お店について：札 ---- */
.fuda {
  max-width: 760px; margin-inline: auto;
  background: #fff;
  border: 3px dashed var(--red);
  border-radius: 18px;
  padding: 22px 20px;
  font-size: 0.99rem;
}
.fuda p + p { margin-top: .9em; }

/* ---- ④ ご宴会 ---- */
.plans { display: grid; gap: 12px; }
.plan {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--red);
  padding: 18px 16px;
  text-align: center;
}
.plan__n {
  display: inline-block;
  background: var(--ink); color: var(--yellow);
  font-size: 0.91rem; font-weight: 800; letter-spacing: .1em;
  padding: 3px 16px; margin-bottom: 8px;
  border-radius: 999px;
}
.plan__p { font-size: 1.9rem; font-weight: 800; color: var(--red); line-height: 1.1; }
.plan__p small { font-size: .42em; }
.plan__d { font-size: 0.85rem; color: var(--sub); margin-top: 6px; }
@media (min-width: 768px) {
  .plans { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

/* ---- ⑤ ご予約 ---- */
.reserve__lead { text-align: center; font-size: 0.97rem; margin-bottom: 22px; }
.reserve__btns { display: grid; gap: 12px; max-width: 460px; margin: 0 auto; }
.rbtn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 66px; text-decoration: none; font-weight: 800; line-height: 1.25;
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .1s, box-shadow .1s;
}
.rbtn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.rbtn small { font-size: .64rem; font-weight: 700; opacity: .9; margin-top: 2px; }
.rbtn--net { background: var(--red); color: #fff; }
.rbtn--tel { background: var(--yellow); color: var(--ink); }
@media (min-width: 600px) { .reserve__btns { grid-template-columns: 1fr 1fr; } }

/* ---- ⑥ 店舗情報 ---- */
.info {
  font-size: 0.92rem; max-width: 820px; margin-inline: auto;
  border: 3px solid var(--ink); border-radius: 16px; overflow: hidden;
  background: #fff;
}
.info th, .info td {
  padding: 11px 12px; text-align: left; vertical-align: top;
  border-bottom: 2px solid var(--line);
}
.info th {
  width: 6.5em; white-space: nowrap;
  background: #fff8e6; font-weight: 800; color: var(--sub);
}
.info a { color: var(--red); font-weight: 800; }

/* ---- ⑦ 地図 ---- */
.map { margin-top: 36px; line-height: 0; }
.map iframe { width: 100%; height: 320px; border: 0; display: block; }
@media (min-width: 768px) { .map iframe { height: 400px; } }

/* ---- フッター ---- */
.ftr {
  background: var(--ink); color: var(--cream);
  text-align: center; padding: 36px 18px; font-size: 0.85rem;
  border-top: 5px solid var(--ink);
}
.ftr__name {
  font-size: 1.3rem; font-weight: 800; letter-spacing: .1em;
  color: var(--yellow); margin-bottom: 8px;
}
.ftr p + p { margin-top: .5em; }
.ftr a { color: var(--yellow); }
.ftr__note { margin-top: 16px; opacity: .6; font-size: .66rem; line-height: 1.7; }

/* ---- Googleマップ周りの余白 ----
   地図の上には .map の margin-top、下には店舗情報セクションの下パディングが
   入っていて、地図だけが宙に浮いたように見えていた。
   上下とも詰めて、地図を帯として画面幅いっぱいに置く。
   #info はIDセレクタなので、前にある .sec の指定より確実に優先される。 */
#info { padding-bottom: 0; }
.map { margin-top: 18px; }   /* 地図の上に少しだけ余白を残す */
