@charset "UTF-8";
/* ============================================================================
   i.css — 案I：白レンガ・欧風バル

   白〜アイボリーの地に、白レンガのテクスチャ。ダークグリーンの差し色。
   細めのセリフ体。明るく開放的。ワインバル・欧風居酒屋向け。

   ※ この案も業態が洋風なので、HTML側の店名・メニュー・営業時間を
      居酒屋案とは別内容にしてある（サンプル食堂／15:00-23:00／ランチあり）。

   案H（ビストロ）との違い：
     H … 暗い緑と黒板、夜の店、店名は写真の「上」に重ねる
     I … 明るい白、レンガの質感、昼から開く店、店名は写真の「下」に置く
   ============================================================================ */

:root {
  --green:  #3d5c46;   /* 差し色のダークグリーン */
  --green-l:#6f8f74;
  --bg:     #fcfaf5;
  --bg2:    #f2eee4;
  --ink:    #2f2c26;
  --sub:    #837c70;
  --line:   #e2dcd0;

  --serif: Georgia, "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --sans:  "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;

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

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 2.05;
  color: var(--ink);
  /* 白レンガ風のテクスチャ。画像を足さずCSSだけで質感を出す */
  background-color: var(--bg);
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.030) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.030) 1px, transparent 1px);
  background-size: 84px 30px;
  background-position: 0 0, 0 0;
}

.wrap   { width: 100%; max-width: 1080px; margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 720px; }

.sec { padding-block: 68px; }
.sec--tint { background: var(--bg2); }
@media (min-width: 768px) { .sec { padding-block: 104px; } }

/* ---- 見出し ---- */
.ttl {
  text-align: center;
  margin-bottom: 44px;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 4.6vw, 1.7rem);
  font-weight: 400;
  letter-spacing: .14em;
  text-indent: .14em;
}
.ttl em {
  display: block;
  font-style: italic;
  font-size: .62em;
  letter-spacing: .06em;
  text-indent: 0;
  color: var(--green-l);
  margin-bottom: 6px;
}

/* ---- ヘッダー ---- */
.hdr {
  gap: 20px;
  padding-inline: 18px;
  background: rgba(252, 250, 245, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.hdr__brand {
  font-family: var(--serif);
  font-size: 1.05rem; letter-spacing: .16em;
  text-decoration: none; white-space: nowrap;
}
.hdr__nav { display: none; }
@media (min-width: 768px) {
  .hdr { padding-inline: 32px; gap: 28px; }
  .hdr__brand { font-size: 1.25rem; }
  .hdr__nav { display: flex; gap: 24px; margin-left: auto; font-size: 0.89rem; }
  .hdr__nav a {
    text-decoration: none; padding-block: 5px;
    border-bottom: 1px solid transparent; transition: border-color .2s;
  }
  .hdr__nav a:hover { border-bottom-color: var(--green); }
}

/* ---- ① ファーストビュー：写真は写真だけ。文字は下に置く ---- */
.hero {
  position: relative;
  min-height: 52svh;
  overflow: hidden;
}
.hero__bg { width: 100%; height: 100%; min-height: 52svh; object-fit: cover; }
@media (min-width: 768px) {
  .hero, .hero__bg { min-height: 72svh; }
}

.lead {
  text-align: center;
  padding: 40px 20px 8px;
}
.lead__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 8.6vw, 3rem);
  letter-spacing: .08em;
  text-indent: .08em;
  white-space: nowrap;
  line-height: 1.5;
}
.lead__type {
  margin-top: 8px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.98rem, 4.2vw, 1.2rem);
  letter-spacing: .16em;
  color: var(--green);
}
.lead__note {
  margin-top: 18px;
  font-size: clamp(1rem, 4.2vw, 1.1rem);
  letter-spacing: .06em;
  color: var(--sub);
}

/* ---- ② お店について ---- */
.prose { text-align: center; font-size: 1.00rem; }
.prose p + p { margin-top: 1.4em; }

/* ---- ③ メニュー：写真大きめの2列、価格は名前の右 ---- */
.dishes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 16px;
}
.d img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 2px;
}
.d h3 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 1.02rem; font-weight: 400; letter-spacing: .06em;
  line-height: 1.7;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 .7em;
}
.d h3 span {
  font-family: var(--sans);
  font-size: .8em;
  color: var(--green);
}
@media (min-width: 768px) {
  .dishes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 26px; }
  .d h3 { font-size: 1.02rem; }
}

/* ---- 全幅の帯写真 ---- */
.band { margin: 0; line-height: 0; }
.band img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
@media (min-width: 768px) { .band img { aspect-ratio: 21 / 9; } }

/* ---- ④ コース：3列のカード（案Hは罫線のみの縦積み） ---- */
.cols { display: grid; gap: 16px; }
.col {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
  padding: 26px 20px;
  text-align: center;
}
.col h3 {
  font-family: var(--serif);
  font-size: 1.02rem; font-weight: 400; letter-spacing: .1em;
}
.col__p {
  margin-top: 6px;
  font-family: var(--serif);
  font-size: 1.8rem; color: var(--green); line-height: 1.2;
}
.col__p small { font-size: .38em; color: var(--sub); }
.col__d { margin-top: 8px; font-size: 0.87rem; color: var(--sub); }
@media (min-width: 768px) { .cols { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

/* ---- ⑤ ご予約 ---- */
.reserve__lead { text-align: center; font-size: 0.97rem; margin-bottom: 30px; }
.reserve__btns { display: grid; gap: 14px; max-width: 460px; margin-inline: auto; }
.rbtn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 68px; border-radius: 2px;
  text-decoration: none; font-weight: 600; letter-spacing: .08em; line-height: 1.3;
  transition: opacity .2s;
}
.rbtn:hover { opacity: .85; }
.rbtn small { font-size: .64rem; font-weight: 400; opacity: .85; margin-top: 3px; }
.rbtn--net { background: var(--green); color: #fff; }
.rbtn--tel { border: 1px solid var(--ink); color: var(--ink); background: #fff; }
@media (min-width: 600px) { .reserve__btns { grid-template-columns: 1fr 1fr; } }

/* ---- ⑥ 店舗情報 ---- */
.dl {
  display: grid; grid-template-columns: 6.5em 1fr;
  font-size: 0.93rem;
  border-top: 1px solid var(--line);
}
.dl dt, .dl dd { padding: 15px 2px; border-bottom: 1px solid var(--line); }
.dl dt { color: var(--sub); letter-spacing: .06em; white-space: nowrap; }
.dl dd a { color: var(--green); font-weight: 600; }

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

/* ---- フッター ---- */
.ftr {
  background: var(--green); color: #fcfaf5;
  text-align: center; padding: 48px 20px; font-size: 0.85rem;
}
.ftr__name {
  font-family: var(--serif);
  font-size: 1.2rem; letter-spacing: .18em; text-indent: .18em; margin-bottom: 12px;
}
.ftr p + p { margin-top: .6em; }
.ftr a { color: #fcfaf5; }
.ftr__note { margin-top: 20px; opacity: .65; font-size: .68rem; line-height: 1.8; }

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