/*
Theme Name: 阿波水炊き しあわせどり 本店
Theme URI:
Author: しあわせどり ウェブサイト制作
Description: 徳島市一番町の水炊き専門店「阿波水炊き しあわせどり 本店」専用のオリジナルテーマです。トップ／料理コンセプト／代表挨拶／メニュー表の4ページ構成。すべての文章と写真を管理画面から編集できます。
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: 制作者と店舗の間の契約に基づきます
Text Domain: shiawasedori
Tags: restaurant, japanese, responsive
*/

/* 阿波水炊き しあわせどり 本店 — サイトスタイル */

/* Google Fonts は functions.php で読み込んでいます */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #f6f1e7;
  color: #2b2420;
  font-family: 'Noto Sans JP', sans-serif;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: .75; }

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

.serif { font-family: 'Shippori Mincho', serif; }

@keyframes heroFadeIn { from { opacity: 0; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@keyframes heroTextFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(14px,2vw,22px) clamp(20px,4vw,56px);
  background: rgba(246,241,231,.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(43,36,32,.1);
}
.site-logo {
  white-space: nowrap;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: clamp(14px,1.6vw,20px);
  letter-spacing: .04em;
}
.site-logo span { font-size: .7em; margin-left: 8px; color: #9c3b2e; }
.site-nav {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: clamp(10px,2vw,32px);
  font-size: clamp(11px,1vw,14px);
}
.site-nav a { white-space: nowrap; }
.btn-reserve {
  background: #9c3b2e; color: #fff;
  padding: 9px 20px; border-radius: 2px; font-weight: 500;
}

/* Hero */
.hero { position: relative; height: clamp(460px,80vh,820px); }
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 15%;
  animation: heroFadeIn 1.6s ease-out both;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,16,14,.25), rgba(20,16,14,.35) 40%, rgba(20,16,14,.75));
}
.hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #f6f1e7; gap: 18px; padding: 0 24px;
  animation: heroTextFadeIn 1.2s ease-out .5s both;
}
.hero-eyebrow { font-size: clamp(11px,1vw,13px); letter-spacing: .35em; }
.hero-title { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(30px,5vw,58px); line-height: 1.4; }
.hero-sub { font-size: clamp(13px,1.1vw,16px); opacity: .9; max-width: 32em; line-height: 1.9; }
.btn-outline {
  margin-top: 8px; border: 1px solid #f6f1e7; padding: 13px 40px;
  font-size: 14px; letter-spacing: .1em; color: #f6f1e7;
}

/* Intro */
.intro { text-align: center; padding: clamp(60px,8vw,110px) 24px clamp(40px,5vw,60px); }
.intro-rule { width: 36px; height: 1px; background: #b08d57; margin: 0 auto 28px; }
.intro-lead {
  font-family: 'Shippori Mincho', serif; font-size: clamp(17px,1.6vw,24px);
  line-height: 2.1; max-width: 34em; margin: 0 auto; font-weight: 500;
}
.intro-body { margin: 24px auto 0; max-width: 32em; font-size: clamp(13px,1vw,14px); line-height: 2; color: #5a5048; }

/* Two photo */
.two-photo { display: flex; flex-wrap: wrap; gap: clamp(2px,.5vw,4px); padding: 0 clamp(2px,.5vw,4px); }
.two-photo img { flex: 1 1 320px; height: clamp(240px,32vw,420px); width: 100%; object-fit: cover; }

/* Menu highlight */
.menu-highlight { padding: clamp(70px,8vw,120px) clamp(20px,4vw,56px); }
.section-head { text-align: center; margin-bottom: clamp(36px,5vw,56px); }
.eyebrow { font-size: 11px; letter-spacing: .3em; color: #9c3b2e; margin-bottom: 10px; }
.section-title { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(22px,2.4vw,32px); }
.nabe-grid { display: flex; flex-wrap: wrap; gap: clamp(20px,2.5vw,32px); justify-content: center; }
.nabe-card { flex: 1 1 260px; max-width: 340px; background: #fff; border: 1px solid rgba(43,36,32,.1); }
.nabe-card img { height: 200px; width: 100%; object-fit: cover; }
.nabe-body { padding: 22px; }
.nabe-name { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: 17px; margin-bottom: 8px; }
.nabe-desc { font-size: 13px; color: #5a5048; line-height: 1.8; margin-bottom: 14px; }
.nabe-price { font-size: 15px; color: #9c3b2e; font-weight: 500; }
.nabe-price span { font-size: 11px; color: #8a7c66; }
.menu-cta { text-align: center; margin-top: clamp(36px,4vw,48px); }
.btn-line { border: 1px solid #2b2420; padding: 12px 36px; font-size: 13px; letter-spacing: .1em; display: inline-block; }

/* Reservation CTA band */
.cta-band { background: #2b2420; color: #f6f1e7; text-align: center; padding: clamp(50px,6vw,80px) 24px; }
.cta-title { font-family: 'Shippori Mincho', serif; font-size: clamp(20px,2vw,28px); font-weight: 700; margin-bottom: 14px; }
.cta-note { font-size: 13px; color: #c9beac; margin-bottom: 30px; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.btn-primary { background: #9c3b2e; color: #fff; padding: 15px 44px; font-size: 14px; letter-spacing: .08em; }
.btn-secondary { border: 1px solid #6b6156; color: #f6f1e7; padding: 15px 44px; font-size: 14px; letter-spacing: .08em; }

/* Access */
.access { padding: clamp(60px,7vw,100px) clamp(20px,4vw,56px); display: flex; flex-wrap: wrap; gap: clamp(30px,4vw,60px); }
.access-info { flex: 1 1 280px; }
.access-address { font-size: 14px; line-height: 2.2; color: #3a332e; }
.access-hours { margin-top: 28px; font-size: 14px; line-height: 2.2; }
.access-hours .label { font-weight: 500; margin-bottom: 6px; }
.access-open { color: #5a5048; }
.access-closed { color: #9c3b2e; }
.access-map { flex: 1 1 360px; min-height: 280px; overflow: hidden; border: 1px solid rgba(43,36,32,.12); }
.access-map iframe { border: 0; display: block; min-height: 280px; }

/* Footer */
.site-footer {
  border-top: 1px solid rgba(43,36,32,.1);
  padding: 28px clamp(20px,4vw,56px);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 12px; color: #8a7c66;
}
.footer-links { display: flex; gap: 20px; }

/* Menu page */
.menu-title { text-align: center; padding: clamp(50px,7vw,90px) 24px clamp(30px,4vw,50px); }
.menu-title .note { margin-top: 16px; font-size: 12px; color: #8a7c66; }
.menu-body { max-width: 820px; margin: 0 auto; padding: 0 clamp(20px,4vw,40px) 40px; display: flex; flex-direction: column; gap: 56px; }

.cat-title { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(18px,1.8vw,24px); display: flex; align-items: center; gap: 12px; margin: 0 0 18px; }
.cat-title::before { content: ''; width: 22px; height: 1px; background: #9c3b2e; }
.item-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed rgba(43,36,32,.15); font-size: 14px; }
.item-name { line-height: 1.6; }
.item-price { white-space: nowrap; color: #9c3b2e; font-weight: 500; }
.sub { font-size: 11px; color: #8a7c66; margin: 18px 0 8px; letter-spacing: .05em; }

.cat-banner-photo { position: relative; height: clamp(120px,18vw,180px); border-radius: 2px; overflow: hidden; margin-bottom: 22px; display: flex; }
.cat-banner-photo img { flex: 1; height: 100%; object-fit: cover; }
.cat-banner-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20,16,14,.7), rgba(20,16,14,.1) 55%);
  display: flex; align-items: flex-end;
}
.cat-banner-photo-title { padding: 16px 22px; color: #f6f1e7; font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(19px,1.9vw,25px); letter-spacing: .05em; }
.cat-banner-icon { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg,#2b2420,#4a3c33); border-radius: 2px; padding: 18px 22px; margin-bottom: 22px; }
.cat-icon-circle { flex: none; width: 44px; height: 44px; border: 1px solid rgba(246,241,231,.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cat-banner-icon-title { white-space: nowrap; color: #f6f1e7; font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(17px,1.7vw,22px); letter-spacing: .05em; }

/* ============================================
   代表挨拶ページ（v2）
   既存のカラー・書体をそのまま踏襲しています
   #f6f1e7 地 / #2b2420 文字 / #9c3b2e 朱 / #b08d57 金
   ============================================ */

/* ページ見出し（下層ページ共通） */
.page-head { text-align: center; padding: clamp(50px,7vw,90px) 24px clamp(28px,4vw,44px); }
.page-head .rule { width: 36px; height: 1px; background: #b08d57; margin: 22px auto 0; }

/* 挨拶本文 */
.greeting { padding: 0 clamp(20px,4vw,56px) clamp(60px,7vw,100px); }
.greeting-inner {
  max-width: 980px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: clamp(30px,4vw,56px); align-items: flex-start;
}
.greeting-photo { flex: 1 1 300px; max-width: 420px; }
.greeting-photo img { width: 100%; height: clamp(280px,34vw,440px); object-fit: cover; }
.greeting-photo .caption { margin-top: 10px; font-size: 11px; color: #8a7c66; letter-spacing: .05em; }
.greeting-text { flex: 1 1 380px; }
.greeting-lead {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(19px,2.1vw,28px); line-height: 2; margin: 0 0 28px;
}
.greeting-body { font-size: clamp(13px,1vw,14.5px); line-height: 2.2; color: #4a423b; }
.greeting-body p { margin: 0 0 20px; }
.greeting-sign {
  margin-top: 34px; padding-top: 22px;
  border-top: 1px solid rgba(43,36,32,.15);
  font-family: 'Shippori Mincho', serif; text-align: right; line-height: 1.9;
}
.greeting-sign .role { font-size: 12px; color: #8a7c66; letter-spacing: .12em; }
.greeting-sign .name { font-size: clamp(18px,1.8vw,22px); font-weight: 700; letter-spacing: .1em; }

/* 席のご紹介 */
.seats { background: #efe7d8; padding: clamp(60px,7vw,100px) clamp(20px,4vw,56px); }
.seats-inner { max-width: 1000px; margin: 0 auto; }

/* 総席数サマリー */
.seat-summary {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1px; background: rgba(43,36,32,.12);
  border: 1px solid rgba(43,36,32,.12);
  margin-bottom: clamp(30px,4vw,44px);
}
.seat-summary div { flex: 1 1 150px; background: #f6f1e7; padding: 22px 16px; text-align: center; }
.seat-summary .k { font-size: 11px; letter-spacing: .2em; color: #8a7c66; margin-bottom: 8px; }
.seat-summary .v { font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: clamp(20px,2.2vw,26px); }
.seat-summary .v span { font-size: .55em; margin-left: 3px; font-weight: 500; color: #9c3b2e; }

/* 席種カード */
.seat-grid { display: flex; flex-wrap: wrap; gap: clamp(20px,2.5vw,28px); }
.seat-card {
  flex: 1 1 280px; background: #fff;
  border: 1px solid rgba(43,36,32,.1); display: flex; flex-direction: column;
}
.seat-card img { width: 100%; height: 210px; object-fit: cover; }
/* ※ v3-4 で宴会席・貸切カードにも実写を入れたため、以下のプレースホルダー用スタイルは
   現在どこからも使われていません。写真が用意できないカードが出た場合の予備として残しています */
.seat-card-figure {
  height: 210px; background: linear-gradient(135deg,#2b2420,#4a3c33);
  display: flex; align-items: center; justify-content: center;
}
.seat-card-figure .mark {
  width: 74px; height: 74px; border: 1px solid rgba(246,241,231,.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #f6f1e7; font-family: 'Shippori Mincho', serif; font-size: 24px;
}
.seat-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.seat-name {
  font-family: 'Shippori Mincho', serif; font-weight: 700; font-size: 18px;
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
}
.seat-name::before { content: ''; width: 18px; height: 1px; background: #9c3b2e; flex: none; }
.seat-spec { font-size: 13px; color: #9c3b2e; font-weight: 500; margin-bottom: 12px; letter-spacing: .03em; }
.seat-desc { font-size: 13px; line-height: 2; color: #5a5048; margin: 0 0 16px; }
.seat-tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.seat-tags span {
  font-size: 11px; letter-spacing: .05em; color: #6b6156;
  border: 1px solid rgba(43,36,32,.18); padding: 5px 11px; border-radius: 2px;
}

/* 席についての補足 */
.seat-notes {
  margin-top: clamp(30px,4vw,44px); background: #f6f1e7;
  border-left: 2px solid #b08d57; padding: 24px clamp(20px,3vw,30px);
}
.seat-notes .label {
  font-size: 11px; letter-spacing: .2em; color: #9c3b2e; margin-bottom: 12px;
}
.seat-notes ul { margin: 0; padding-left: 1.2em; font-size: 13px; line-height: 2.1; color: #5a5048; }

/* フロア案内（席場所） */
.floor {
  margin-top: clamp(30px,4vw,44px);
  display: flex; flex-wrap: wrap; gap: clamp(20px,3vw,40px); align-items: center;
  background: #f6f1e7; border: 1px solid rgba(43,36,32,.12); padding: clamp(24px,3vw,36px);
}
.floor-text { flex: 1 1 260px; }
.floor-text .label { font-size: 11px; letter-spacing: .2em; color: #9c3b2e; margin-bottom: 12px; }
.floor-text p { margin: 0; font-size: 13px; line-height: 2.1; color: #5a5048; }
.floor-map { flex: 1 1 300px; }
.floor-map svg { width: 100%; height: auto; display: block; }

/* 代表ポートレート（切り抜き写真用の台紙） */
.greeting-photo .portrait {
  background: #fff;
  border: 1px solid rgba(43,36,32,.12);
  padding: clamp(10px,1.4vw,18px);
  display: flex; align-items: flex-end; justify-content: center;
}
.greeting-photo .portrait img {
  width: 100%; height: auto; max-height: clamp(300px,32vw,420px);
  object-fit: contain; object-position: bottom;
}

/* 店内ストリートビュー */
.streetview { margin-top: clamp(40px,5vw,64px); }
.streetview-head { text-align: center; margin-bottom: clamp(22px,3vw,32px); }
.streetview-note { margin: 12px 0 0; font-size: 13px; color: #5a5048; line-height: 1.9; }
.streetview-frame {
  border: 1px solid rgba(43,36,32,.12);
  background: #2b2420;
  overflow: hidden;
  height: clamp(320px,48vw,620px);
}
.streetview-frame iframe { width: 100%; height: 100%; border: 0; display: block; }


/* ============================================================
   レスポンシブ調整 / アクセシビリティ（2026-08 追記・v2対応）
   ※PC表示（1024px以上）の見た目は変更していません
   ============================================================ */

/* 横スクロール防止と、iOSでの意図しない文字拡大の抑止 */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
img { height: auto; }

/* 固定ヘッダー分だけアンカー位置を下げる */
#about, #access, #menu-highlight, #seats { scroll-margin-top: 96px; }

/* キーボード操作時のフォーカス可視化 */
a:focus-visible { outline: 2px solid #9c3b2e; outline-offset: 3px; }

/* 地図の高さを明示（親の高さが未確定でも潰れないように） */
.access-map { display: flex; min-height: 300px; }
.access-map iframe { flex: 1 1 auto; width: 100%; min-height: 300px; }

/* --- タブレット以下 (〜900px) --- */
@media (max-width: 900px) {
  .access { flex-direction: column; }
  .access-map { min-height: 320px; }
  /* ナビ項目が5つになったため、この幅から間隔を詰める */
  .site-nav { gap: 18px; }
}

/* --- スマートフォン (〜768px) --- */
@media (max-width: 768px) {
  /* ヘッダー：ロゴとナビ5項目が1行に収まらず横にはみ出すため2段組みに */
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
    padding: 12px 16px;
  }
  .site-logo { font-size: 15px; }
  .site-nav {
    width: 100%;
    justify-content: center;
    gap: 8px 14px;
    font-size: 12px;
  }
  .btn-reserve { padding: 8px 18px; }

  /* ヘッダーが2段になるためアンカー位置も調整 */
  #about, #access, #menu-highlight, #seats { scroll-margin-top: 112px; }

  /* ヒーロー：モバイルのアドレスバー伸縮に対応（svh） */
  .hero { height: clamp(440px, 78svh, 640px); }
  .hero-content { gap: 14px; }
  .hero-title { line-height: 1.5; }

  /* 鍋カード：横幅いっぱいの1カラムに */
  .nabe-card { flex: 1 1 100%; max-width: 460px; }
  .nabe-card img { height: 220px; }

  /* 予約ボタン：横並びだと窮屈なので縦積み＋全幅 */
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-secondary { padding: 16px 20px; text-align: center; }

  /* メニューページ：3枚並べると細長くなるため2枚に */
  .cat-banner-photo { height: 150px; }
  .cat-banner-photo img:nth-child(n+3) { display: none; }

  /* --- 代表挨拶ページ --- */
  .greeting-photo { max-width: 100%; margin: 0 auto; }
  .greeting-photo .portrait img { max-height: 340px; }
  .greeting-lead { margin-bottom: 22px; }
  .greeting-body { line-height: 2.1; }

  /* 席サマリー：4項目を2×2に */
  .seat-summary div { flex: 1 1 calc(50% - 1px); padding: 18px 10px; }
  .seat-card img, .seat-card-figure { height: 200px; }
  .seat-body { padding: 20px; }

  /* フロア図：文章の下に配置し、図を大きめに */
  .floor { flex-direction: column; align-items: stretch; }
  .floor-map { max-width: 460px; width: 100%; margin: 0 auto; }

  /* ストリートビュー：縦長になりすぎないよう固定高さ */
  .streetview-frame { height: 340px; }

  /* フッター：中央寄せの縦並び */
  .site-footer { flex-direction: column; align-items: center; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}

/* --- 小型スマートフォン (〜430px) --- */
@media (max-width: 430px) {
  .site-header { padding: 10px 12px; }
  .site-logo { font-size: 13px; letter-spacing: 0; }
  .site-logo span { margin-left: 5px; }
  .site-nav { gap: 8px 10px; font-size: 11px; }
  .btn-reserve { padding: 8px 14px; }
  .btn-outline { padding: 13px 28px; }
  .menu-body { padding-left: 16px; padding-right: 16px; }
  .item-row { font-size: 13px; }

  .greeting { padding-left: 16px; padding-right: 16px; }
  .seats { padding-left: 16px; padding-right: 16px; }
  .seat-summary .v { font-size: 19px; }
  .seat-notes { padding: 20px 16px; }
  .seat-notes ul { font-size: 12.5px; }
}

/* --- タッチ端末：hover時の半透明化が張り付くのを防止 --- */
@media (hover: none) {
  a:hover { opacity: 1; }
}

/* --- アニメーション低減設定への配慮 --- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img, .hero-content { animation: none; }
}

/* --- 印刷 --- */
@media print {
  .site-header, .cta-band, .access-map, .streetview { display: none; }
  body { background: #fff; }
}


/* ============================================================
   料理コンセプトページ（concept.html）
   既存のカラー・書体をそのまま踏襲しています
   #f6f1e7 地 / #2b2420 文字 / #9c3b2e 朱 / #b08d57 金
   ============================================================ */

/* --- ヒーロー（動画背景ループ） --- */
.cv-hero {
  position: relative;
  height: clamp(520px, 86vh, 880px);
  background: #14100e;
  overflow: hidden;
}
.cv-hero-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  opacity: .92;
}
.cv-hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 40%, rgba(20,16,14,.15), rgba(20,16,14,.6) 70%),
    linear-gradient(180deg, rgba(20,16,14,.5), rgba(20,16,14,.35) 35%, rgba(20,16,14,.85));
}
.cv-hero-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 20px; padding: 0 24px; text-align: center; color: #f6f1e7;
  animation: heroTextFadeIn 1.2s ease-out .35s both;
}
.cv-eyebrow-light { font-size: clamp(10px,1vw,12px); letter-spacing: .38em; color: #e2d6c0; }
.cv-hero-title {
  margin: 0;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(32px, 5.4vw, 66px); line-height: 1.45; letter-spacing: .04em;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.cv-hero-sub {
  margin: 0; font-size: clamp(12px,1.1vw,15px); letter-spacing: .08em;
  line-height: 1.9; opacity: .92;
}
.cv-scroll {
  position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
  width: 1px; height: 54px; background: rgba(246,241,231,.28); overflow: hidden;
}
.cv-scroll span {
  display: block; width: 100%; height: 40%;
  background: #b08d57; animation: cvScroll 2.4s ease-in-out infinite;
}
@keyframes cvScroll {
  0%   { transform: translateY(-100%); }
  60%  { transform: translateY(250%); }
  100% { transform: translateY(250%); }
}

/* --- リード --- */
.cv-lead { text-align: center; padding: clamp(64px,8vw,116px) 24px clamp(50px,6vw,80px); }
.cv-rule { width: 36px; height: 1px; background: #b08d57; margin: 0 auto 30px; }
.cv-lead-text {
  margin: 0 auto; max-width: 30em;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(19px, 2.3vw, 30px); line-height: 2.05; letter-spacing: .03em;
}
.cv-lead-body {
  margin: 26px auto 0; max-width: 40em;
  font-size: clamp(13px,1vw,14.5px); line-height: 2.2; color: #5a5048;
}

/* --- 見出し・本文の共通 --- */
.cv-h2 {
  margin: 0 0 24px;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(21px, 2.3vw, 31px); line-height: 1.7; letter-spacing: .04em;
}
.cv-body { font-size: clamp(13px,1vw,14.5px); line-height: 2.25; color: #4a423b; }
.cv-body p { margin: 0 0 20px; }
.cv-body p:last-child { margin-bottom: 0; }

/* --- 看板メニュー（濃色の帯） --- */
.cv-signature {
  display: flex; flex-wrap: wrap;
  background: #2b2420; color: #f6f1e7;
}
.cv-signature-photo { flex: 1 1 440px; margin: 0; min-width: 0; }
.cv-signature-photo img {
  width: 100%; height: 100%; min-height: clamp(320px,42vw,600px);
  object-fit: cover; display: block;
}
.cv-signature-text {
  flex: 1 1 440px; min-width: 0;
  padding: clamp(44px,5.5vw,88px) clamp(24px,4.5vw,72px);
  display: flex; flex-direction: column; justify-content: center;
}
.cv-signature-text .eyebrow { color: #c9a273; }
.cv-signature-text .cv-h2 { color: #f6f1e7; }
.cv-signature-text .cv-body { color: #d8cdbc; }
.cv-quote {
  margin: 0 0 26px; padding: 4px 0 4px 20px;
  border-left: 2px solid #b08d57;
  font-family: 'Shippori Mincho', serif; font-weight: 500;
  font-size: clamp(15px,1.4vw,19px); line-height: 2; color: #f0e6d5;
}
.cv-quote::before { content: '「'; }
.cv-quote::after  { content: '」'; }
.cv-signature-text .btn-line {
  align-self: flex-start; margin-top: 30px;
  border-color: rgba(246,241,231,.5); color: #f6f1e7;
}

/* --- 3つの要素 --- */
.cv-pillars { padding: clamp(64px,8vw,116px) clamp(20px,4vw,56px); }
.cv-pillars-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: clamp(28px,3.5vw,48px);
}
.cv-pillar { flex: 1 1 260px; min-width: 0; }
.cv-pillar-num {
  font-family: 'Shippori Mincho', serif; font-size: 13px; letter-spacing: .2em;
  color: #b08d57; padding-bottom: 14px; margin-bottom: 18px;
  border-bottom: 1px solid rgba(43,36,32,.15);
}
.cv-pillar-lead {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(23px,2.4vw,30px); letter-spacing: .06em; margin-bottom: 6px;
}
.cv-pillar-name { font-size: 12px; letter-spacing: .16em; color: #9c3b2e; margin-bottom: 16px; }
.cv-pillar-desc { margin: 0; font-size: 13px; line-height: 2.1; color: #5a5048; }

/* --- 写真＋テキストの2カラム --- */
.cv-split {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(30px,4vw,64px);
  max-width: 1140px; margin: 0 auto;
  padding: clamp(50px,6vw,90px) clamp(20px,4vw,56px);
}
.cv-split--reverse { flex-direction: row-reverse; }
.cv-split-photo { flex: 1 1 380px; margin: 0; min-width: 0; }
.cv-split-photo img {
  width: 100%; height: clamp(260px,32vw,420px);
  object-fit: cover; display: block;
  border: 1px solid rgba(43,36,32,.1);
}
.cv-split-photo--tall img { height: clamp(320px,42vw,560px); }
.cv-split-text { flex: 1 1 340px; min-width: 0; }
.cv-split-text .btn-line { margin-top: 28px; }

/* --- 個室 --- */
.cv-room { background: #efe7d8; padding: clamp(64px,8vw,116px) clamp(20px,4vw,56px); }
.cv-room-inner { max-width: 940px; margin: 0 auto; text-align: center; }
.cv-room-photo { margin: 0 0 30px; }
.cv-room-photo img {
  width: 100%; height: clamp(240px,36vw,480px);
  object-fit: cover; display: block; border: 1px solid rgba(43,36,32,.12);
}
.cv-room-text {
  margin: 0 auto; max-width: 34em;
  font-size: clamp(13px,1vw,14.5px); line-height: 2.25; color: #4a423b;
}
.cv-room-cta { margin-top: 32px; }

/* --- 締め（ロゴ） --- */
.cv-closing {
  background: #16110f; color: #f6f1e7; text-align: center;
  padding: clamp(60px,7vw,104px) 24px;
}
.cv-closing-logo {
  width: min(300px, 62vw); height: auto; margin: 0 auto 30px;
}
.cv-closing-text {
  margin: 0;
  font-family: 'Shippori Mincho', serif; font-weight: 500;
  font-size: clamp(16px,1.7vw,23px); line-height: 2.1; letter-spacing: .06em;
  color: #e8dcc8;
}


/* ============================================================
   concept.html のレスポンシブ調整
   ============================================================ */

@media (max-width: 900px) {
  .cv-signature-photo img { min-height: 300px; }
}

@media (max-width: 768px) {
  /* ヒーロー：モバイルのアドレスバー伸縮に対応 */
  .cv-hero { height: clamp(460px, 74svh, 620px); }
  .cv-hero-body { gap: 16px; }
  .cv-scroll { height: 40px; bottom: 24px; }

  /* 動画は読み込まれずポスター画像のみ表示されるため、
     縦位置を鍋の中心に寄せて見栄えを整える */
  .cv-hero-media { object-position: center 42%; }

  /* 看板メニュー：写真を上、テキストを下に */
  .cv-signature { flex-direction: column; }
  .cv-signature-photo img { min-height: 0; height: 260px; }
  .cv-signature-text { padding: 40px 20px 48px; }
  .cv-quote { font-size: 16px; padding-left: 16px; }

  /* 3つの要素：1カラムで縦積み。区切り線で読みやすく */
  .cv-pillars-inner { flex-direction: column; gap: 0; }
  .cv-pillar { padding: 28px 0; border-bottom: 1px solid rgba(43,36,32,.12); }
  .cv-pillar:last-child { border-bottom: 0; padding-bottom: 0; }
  .cv-pillar:first-child { padding-top: 0; }
  .cv-pillar-num { padding-bottom: 10px; margin-bottom: 14px; }

  /* 2カラム：写真を上、テキストを下に統一（--reverse も同じ順序に） */
  .cv-split, .cv-split--reverse { flex-direction: column; gap: 26px; }
  .cv-split-photo img,
  .cv-split-photo--tall img { height: 240px; }
  .cv-split-text .btn-line { margin-top: 22px; }

  /* 個室 */
  .cv-room-photo img { height: 220px; }

  /* 締め */
  .cv-closing-logo { width: 62vw; margin-bottom: 24px; }
}

@media (max-width: 430px) {
  .cv-lead { padding-left: 16px; padding-right: 16px; }
  .cv-pillars { padding-left: 16px; padding-right: 16px; }
  .cv-split, .cv-split--reverse { padding-left: 16px; padding-right: 16px; }
  .cv-room { padding-left: 16px; padding-right: 16px; }
  .cv-hero-title { font-size: 30px; }
  .cv-split-photo img,
  .cv-split-photo--tall img,
  .cv-signature-photo img { height: 210px; }
  .cv-room-photo img { height: 190px; }
}

/* アニメーション低減設定：スクロール表示と動画演出を止める */
@media (prefers-reduced-motion: reduce) {
  .cv-hero-body { animation: none; }
  .cv-scroll span { animation: none; }
}

/* 印刷 */
@media print {
  .cv-hero, .cv-scroll, .cv-closing { display: none; }
  .cv-signature { background: #fff; color: #000; }
}

/* --- 極小幅端末（〜360px / iPhone SE 第1世代など） ---
   ナビが5項目のままだと2行に折り返すため、間隔と余白をさらに詰める */
@media (max-width: 360px) {
  .site-header { padding: 10px 8px; }
  .site-nav { gap: 8px 8px; }
  .btn-reserve { padding: 8px 12px; }
  .cv-hero-title { font-size: 28px; }
  .cv-lead-text { font-size: 18px; }
}

/* ============================================================
   画像最適化にともなう調整（2026-08 追記）
   <picture> でWebPを優先配信するようにしたため、
   picture 要素自体はレイアウトから外し、中の <img> が
   これまでどおり flex アイテムとして振る舞うようにする
   ============================================================ */
picture { display: contents; }

/* メニュー表のカテゴリ写真：スマホで3枚目を隠す指定を
   <picture> 化後の構造に合わせて修正 */
@media (max-width: 768px) {
  .cat-banner-photo > picture:nth-child(n+3) { display: none; }
}

/* --- 各ページ共通のロゴ帯（ご予約の直前） --- */
.cv-closing--mark { padding: clamp(46px,5.5vw,78px) 24px; }
.cv-closing--mark .cv-closing-logo { width: min(240px, 52vw); margin-bottom: 0; }
@media (max-width: 768px) {
  .cv-closing--mark { padding: 44px 24px; }
  .cv-closing--mark .cv-closing-logo { width: 52vw; }
}

/* --- フロア図（外部SVGに変更・v3-5） --- */
.floor-map img { width: 100%; height: auto; display: block; }
.floor-note {
  margin: 10px 0 0; text-align: center;
  font-size: 11px; letter-spacing: .04em; color: #8a7c66;
}

/* ============================================================
   予約ボタンの点滅（v3-6）
   ご提供の参考動画にあわせ、周期1.1秒・最小不透明度35％の
   ゆるやかなフェードとしています。背景と枠線は点滅させず、
   文字だけをフェードさせることで、和の落ち着いた雰囲気を保ちます
   ============================================================ */
@keyframes ctaBlink {
  0%, 100%  { opacity: 1; }
  45%, 58%  { opacity: .35; }
}
.btn-label { display: inline-block; }
.is-blink .btn-label { animation: ctaBlink 1.1s ease-in-out infinite; }

/* 操作しようとしている間は点滅を止め、押しやすくする */
.is-blink:hover .btn-label,
.is-blink:focus-visible .btn-label { animation: none; opacity: 1; }

/* OSで「視差効果を減らす／アニメーションを減らす」を設定している場合は点滅させない
   （WCAG 2.3 光過敏性発作の予防に配慮） */
@media (prefers-reduced-motion: reduce) {
  .is-blink .btn-label { animation: none; opacity: 1; }
}

/* --- 予約ボタンが2つになったことへの調整 --- */
.cta-buttons { gap: 14px 16px; }
.cta-band .btn-primary { padding: 15px 34px; }

@media (max-width: 768px) {
  /* スマホでは3つとも全幅の縦積み。順序は 予約2つ → お店ページ */
  .cta-band .btn-primary,
  .cta-band .btn-secondary { padding: 16px 20px; }
}

/* ============================================================
   予約先の選択ポップアップ（v3-7）
   PC：カーソルを乗せると開く／スマホ：タップで開く
   ============================================================ */
.reserve-menu { position: relative; display: inline-block; }

/* トリガー（button 要素のため、リンクと同じ見た目に整える） */
.reserve-toggle {
  font-family: inherit; font-size: inherit; line-height: 1.5;
  display: inline-block; cursor: pointer; white-space: nowrap;
}
button.btn-reserve { border: 0; }
button.btn-outline { background: transparent; }

.reserve-pop {
  position: absolute; top: calc(100% + 12px); right: 0; z-index: 60;
  min-width: 216px;
  background: #fff;
  border: 1px solid rgba(43,36,32,.14);
  box-shadow: 0 14px 34px rgba(20,16,14,.20);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  text-align: left;
}
/* ボタンとポップアップの隙間でカーソルが外れないよう、透明の橋を渡す */
.reserve-pop::before {
  content: ''; position: absolute; left: 0; right: 0; top: -14px; height: 14px;
}
/* 吹き出しの三角 */
.reserve-pop::after {
  content: ''; position: absolute; right: 24px; top: -6px;
  width: 10px; height: 10px; background: #fff;
  border-left: 1px solid rgba(43,36,32,.14);
  border-top: 1px solid rgba(43,36,32,.14);
  transform: rotate(45deg);
}
.reserve-menu.is-open .reserve-pop,
.reserve-menu:focus-within .reserve-pop {
  opacity: 1; visibility: visible; transform: translateY(0);
}
/* マウスが使える環境だけホバーで開く（タッチ端末でホバーが residual に残るのを防ぐ） */
@media (hover: hover) and (pointer: fine) {
  .reserve-menu:hover .reserve-pop { opacity: 1; visibility: visible; transform: translateY(0); }
}

.reserve-pop a {
  display: block; padding: 15px 20px;
  border-bottom: 1px solid rgba(43,36,32,.08);
  transition: background .15s ease;
}
.reserve-pop a:last-child { border-bottom: 0; }
.reserve-pop a:hover,
.reserve-pop a:focus-visible { background: #f6f1e7; opacity: 1; }
.rp-name {
  display: block; color: #2b2420;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 14px; letter-spacing: .04em;
}
.rp-sub { display: block; margin-top: 3px; font-size: 11px; color: #8a7c66; letter-spacing: .06em; }

/* ポップアップが開いている間は文字の点滅を止める */
.reserve-menu.is-open .btn-label,
.reserve-menu:focus-within .btn-label { animation: none; opacity: 1; }

/* ヒーロー：ボタンの中央にぶら下げる */
.reserve-menu--hero .reserve-pop {
  left: 50%; right: auto; transform: translate(-50%, -6px);
}
.reserve-menu--hero.is-open .reserve-pop,
.reserve-menu--hero:focus-within .reserve-pop { transform: translate(-50%, 0); }
@media (hover: hover) and (pointer: fine) {
  .reserve-menu--hero:hover .reserve-pop { transform: translate(-50%, 0); }
}
.reserve-menu--hero .reserve-pop::after { left: 50%; right: auto; margin-left: -5px; }

/* --- スマートフォン --- */
@media (max-width: 768px) {
  .reserve-pop { min-width: 200px; top: calc(100% + 10px); }
  .reserve-pop a { padding: 16px 18px; }   /* タップ領域を確保 */
  /* 画面からはみ出さないよう、右端で止める */
  .site-nav .reserve-pop { right: 0; max-width: calc(100vw - 24px); }
}
@media (max-width: 430px) {
  .reserve-pop { min-width: 184px; }
  .rp-name { font-size: 13px; }
}

/* ============================================================
   ヘッダーロゴを画像に変更（v3-8）
   ============================================================ */
.site-header { padding: clamp(10px,1.2vw,14px) clamp(20px,4vw,56px); }
.site-logo {
  display: flex; align-items: center; gap: 9px;
  line-height: 1;
}
.site-logo img {
  height: clamp(36px, 4vw, 46px); width: auto;
}
.site-logo span {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: clamp(11px,1.1vw,13px); letter-spacing: .08em;
  color: #9c3b2e; margin-left: 0;
}
.site-logo:hover { opacity: .8; }

@media (max-width: 768px) {
  .site-logo img { height: 38px; }
  .site-logo span { font-size: 11px; }
  .site-logo { gap: 8px; }
}
@media (max-width: 430px) {
  .site-logo img { height: 34px; }
  .site-logo { gap: 6px; }
}

/* --- お品書きの分類見出し：丸の中に文字を入れる場合 --- */
.cat-icon-char {
  color: #f6f1e7;
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  font-size: 17px; line-height: 1;
}

/* ============================================================
   お知らせ（ヒーロー直下の帯・アコーディオン）
   ============================================================ */
.news-bar {
  background: #efe7d8;
  border-bottom: 1px solid rgba(43,36,32,.1);
}
.news-bar-inner {
  max-width: 1000px; margin: 0 auto;
  padding: 0 clamp(20px,4vw,56px);
}

/* --- 常に見えている1行 --- */
.news-head {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 0;
  font-size: clamp(12px,1vw,13.5px);
}
.news-label {
  flex: none;
  background: #9c3b2e; color: #fff;
  padding: 5px 14px; border-radius: 2px;
  font-size: 11px; letter-spacing: .12em; line-height: 1;
}
.news-date {
  flex: none;
  font-family: 'Shippori Mincho', serif;
  color: #8a7c66; letter-spacing: .06em;
}
.news-title {
  flex: 1 1 auto; min-width: 0;
  color: #3a332e; line-height: 1.7;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* --- 開閉ボタン --- */
.news-toggle {
  flex: none;
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; border: 0; cursor: pointer;
  padding: 6px 2px 6px 10px;
  font-family: inherit; font-size: 11px; letter-spacing: .08em;
  color: #5a5048;
}
.news-toggle:hover { color: #9c3b2e; }
.news-toggle:focus-visible { outline: 2px solid #9c3b2e; outline-offset: 3px; }
.news-toggle-text .is-open { display: none; }
.news-toggle[aria-expanded="true"] .is-closed { display: none; }
.news-toggle[aria-expanded="true"] .is-open  { display: inline; }

/* 下向きの矢印。開くと上を向く */
.news-arrow {
  width: 9px; height: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translate(-2px,-2px);
  transition: transform .25s ease;
}
.news-toggle[aria-expanded="true"] .news-arrow {
  transform: rotate(225deg) translate(-2px,-2px);
}

/* --- 開く部分 --- */
.news-panel {
  overflow: hidden;
  height: 0;
  transition: height .32s cubic-bezier(.4,0,.2,1);
}
.news-panel-inner {
  padding: 4px 0 22px;
  border-top: 1px solid rgba(43,36,32,.12);
}
.news-item {
  display: flex; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(43,36,32,.14);
  font-size: clamp(12px,1vw,13.5px);
}
.news-item:last-child { border-bottom: 0; padding-bottom: 0; }
.news-item--body { padding-top: 16px; }
.news-item-main { flex: 1 1 auto; min-width: 0; }
.news-item-title { color: #3a332e; line-height: 1.8; }
.news-body {
  margin-top: 6px;
  color: #5a5048; line-height: 2; font-size: .95em;
}
.news-body p { margin: 0 0 .8em; }
.news-body p:last-child { margin-bottom: 0; }

/* --- スマートフォン --- */
@media (max-width: 768px) {
  .news-bar-inner { padding: 0 16px; }
  .news-head {
    flex-wrap: wrap; gap: 8px 12px; padding: 14px 0;
  }
  /* 見出しは省略せず、2行まで折り返して見せる */
  .news-title {
    flex: 1 1 100%; order: 3;
    white-space: normal; overflow: visible; text-overflow: clip;
  }
  .news-toggle {
    order: 2; margin-left: auto; padding-right: 0;
  }
  .news-item { flex-direction: column; gap: 4px; }
  .news-item .news-date { font-size: 11px; }
}

/* --- アニメーション低減設定 --- */
@media (prefers-reduced-motion: reduce) {
  .news-panel { transition: none; }
  .news-arrow { transition: none; }
}

/* --- 印刷 --- */
@media print {
  .news-toggle { display: none; }
  .news-panel { height: auto !important; }
}

/* ============================================================
   Instagram
   ============================================================ */
.ig-section {
  background: #efe7d8;
  padding: clamp(60px,7vw,100px) clamp(20px,4vw,56px);
}
.ig-inner { max-width: 1000px; margin: 0 auto; }
.ig-lead {
  margin: 16px auto 0; max-width: 34em;
  font-size: clamp(13px,1vw,14px); line-height: 2; color: #5a5048;
}

/* --- フィード（プラグインの出力を包む枠） --- */
.ig-feed { margin-top: clamp(30px,4vw,44px); }

/* プラグイン側の角丸や影を打ち消し、サイトの直線的な雰囲気に揃える */
.ig-feed img { border-radius: 0 !important; }
.ig-feed a  { box-shadow: none !important; }

/* 「Instagramでフォロー」等、プラグインが出す独自ボタンは隠す
   （この下に、サイトのデザインに合わせたボタンを別途置いているため） */
.ig-feed #sbi_load,
.ig-feed .sbi_follow_btn,
.ig-feed .sbi_header_text { display: none !important; }

/* --- リンクボタン --- */
.ig-cta { margin-top: clamp(30px,4vw,42px); text-align: center; }
.ig-link {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid #2b2420; padding: 14px 32px;
  font-size: 13px; letter-spacing: .08em; color: #2b2420;
  transition: background .2s ease, color .2s ease;
}
.ig-link:hover {
  background: #2b2420; color: #f6f1e7; opacity: 1;
}
.ig-icon { flex: none; }
.ig-handle {
  font-family: 'Shippori Mincho', serif; font-weight: 700;
  letter-spacing: .06em;
}
.ig-btn-text {
  padding-left: 12px; border-left: 1px solid rgba(43,36,32,.25);
  font-size: 12px; color: #5a5048;
}
.ig-link:hover .ig-btn-text {
  border-left-color: rgba(246,241,231,.3); color: #d8cdbc;
}

/* --- ショートコード未設定のとき：帯を細くして主張を抑える --- */
.ig-section--link-only { padding: clamp(40px,5vw,64px) clamp(20px,4vw,56px); }
.ig-section--link-only .section-head { margin-bottom: 0; }

/* --- スマートフォン --- */
@media (max-width: 768px) {
  .ig-section { padding-left: 16px; padding-right: 16px; }
  .ig-link {
    display: flex; justify-content: center;
    padding: 15px 20px; gap: 10px;
  }
  .ig-btn-text { padding-left: 10px; font-size: 11px; }
}
@media (max-width: 430px) {
  /* 幅が足りないので、ボタン内の説明文は省いてアカウント名だけに */
  .ig-btn-text { display: none; }
}

/* ============================================================
   スマートフォンでの写真の見せ方（v1.3）

   【修正した不具合】
   .cv-split には align-items:center が指定されています。
   PCでは「左右の写真と文章を上下中央で揃える」という意味ですが、
   スマホで flex-direction:column に切り替わると、これが
   「横方向の中央揃え」として働きます。その結果、写真の枠が
   中身の幅に合わせて縮み、画面いっぱいに広がりませんでした。
   → align-items を stretch に戻して全幅にします。

   【あわせて大きく】
   高さを固定（240px等）していたため、縦長の料理写真が
   大きく切り取られていました。aspect-ratio に変えることで
   写真本来の比率のまま、幅いっぱいに表示します。
   ============================================================ */

@media (max-width: 768px) {

  /* 写真の枠を画面幅いっぱいに戻す */
  .cv-split,
  .cv-split--reverse { align-items: stretch; }

  /* 上下の余白を詰めて、写真をより大きく見せる */
  .cv-split { padding-top: 42px; padding-bottom: 42px; }

  /* --- 横位置の写真（素材・個室・看板メニュー）--- */
  .cv-split-photo img,
  .cv-room-photo img,
  .cv-signature-photo img {
    height: auto;
    aspect-ratio: 4 / 3;      /* 写真本来の比率と同じ。切り取られません */
    min-height: 0;
    object-fit: cover;
  }

  /* --- 縦位置の写真（コース全景）--- */
  .cv-split-photo--tall img {
    height: auto;
    aspect-ratio: 3 / 4;      /* 縦長のまま、幅いっぱいに */
  }

  /* --- トップページの鍋カード --- */
  .nabe-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  /* --- 代表挨拶ページの席カード --- */
  .seat-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .seat-card-figure { height: 200px; }   /* 予備のプレースホルダーは従来どおり */
}

@media (max-width: 430px) {
  /* 430px以下でも高さを固定していた指定を打ち消す */
  .cv-split-photo img,
  .cv-split-photo--tall img,
  .cv-signature-photo img,
  .cv-room-photo img {
    height: auto;
  }
  .cv-split { padding-top: 38px; padding-bottom: 38px; }
}
