/* ============================================================
   ブランド共通スタイル。**読むのは 蔵部 と標準テンプレート 7 ブランド**
   （酢重・川上庵・松原庵・銀座真田・breaditbe・東蔵・松乃下）。たき澤は読まない。

   2026-08-14 に public/takizawa/css/takizawa.css から複製して分離した。分離時点では
   内容が完全に同一。以後、このファイルの変更は たき澤 に影響しない。

   ブランド差は `.tz-theme-<brand>` / `.tz-standard-template` クラスと CSS 変数で出し分ける。
   たき澤にも入れたい修正がある場合は、takizawa.css へ別途同じ変更を入れる。
   ============================================================ */
/* ============================================================
     元サイトのレイアウトを完全踏襲。寸法・配置・余白そのまま。
     アニメーションのみ追加：fadehover, slide fade, smooth-scroll, hamburger
     ============================================================ */
  :root {
    --tz-mincho: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Shippori Mincho","HG明朝E","ＭＳ 明朝",serif;
    /* 英字装飾用（"NEWS" "SHOPS" "MENU" 等のラベル） */
    --tz-en-serif: "Cormorant Garamond","Times New Roman",Times,serif;
    /* 本文の英数字（日付・電話番号等） */
    --tz-en-sans: Arial,Helvetica,sans-serif;
    /* 後方互換：site-original の .gothic クラス用 */
    --tz-gothic: var(--tz-en-sans);
  }
  *, *::before, *::after { box-sizing: border-box; }
  /* 元サイトと同じ：全要素に明朝指定 */
  * { font-family: var(--tz-mincho); }
  .gothic { font-family: var(--tz-gothic); }
  html { overflow-y: scroll; scroll-behavior: smooth; }
  body {
    color: #fdfbfb;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background-color: #635442;
    font-family: var(--tz-mincho);
    -webkit-text-size-adjust: 100%;
  }
  a, a:link, a:visited { color: #fdfbfb; text-decoration: underline; outline: 0; }
  a:hover { text-decoration: none; color: #fdfbfb; }

  /* 中間幅対応：1000pxを上限にしつつビューポート内に収める */
  .midbox { width: 100%; max-width: 1080px; margin: 0 auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
  .midbox p { line-height: 180%; }
  .floatl { float: left; }
  .floatr { float: right; }
  .center { text-align: center; }
  .dummy { clear: both; font-size: 1px; line-height: 1px; }
  /* 元サイト準拠：images/btn_pagetop.png を使ったシンプルなボタン */
  .pagetop { clear: both; text-align: right; }
  .pagetop a { display: inline-block; transition: opacity 0.2s; }
  .pagetop a:hover { opacity: 0.7; }
  .pagetop img { display: inline-block; vertical-align: middle; border: 0; }
  .pt30 { padding-top: 30px; }
  .pt50 { padding-top: 50px; }
  img { border: 0; vertical-align: middle; }
  ul, dl { margin: 0; padding: 0; list-style: none; }
  li { list-style: none; }
  p { margin: 0; padding: 0; line-height: 140%; }
  h2, h3, h4 { margin: 0; padding: 0; font-weight: normal; }

  .font14 { font-size: 14px; }
  .font18 { font-size: 18px; }
  .ls170 { line-height: 1.7em !important; }
  .ls180 { line-height: 1.8em !important; }
  .text180 { line-height: 180%; }
  .mt10 { margin-top: 10px; }
  .mt20 { margin-top: 20px; }
  .mt60 { margin-top: 60px; }
  .mb20 { margin-bottom: 20px; }
  .mr20 { margin-right: 20px; }
  .pt50 { padding-top: 50px; }

  /* 追従ヘッダー(#fxmenubox h:78px)のかぶり防止 — アンカー遷移時のオフセット */
  html { scroll-padding-top: 80px; }

  /* ===== HEADER ===== */
  #headarea {
    background-image: url(/washoku/img/bg.gif);
    background-repeat: repeat-y;
    background-position: center;
    height: 16px;
    text-indent: -9999px;
  }

  /* ===== Fix menu (PC) ===== */
  #wrap { position: relative; }
  #fxmenubox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 78px;
    color: #fff;
    background-color: #040000;
    z-index: 99;
    padding: 14px 0 11px;
  }
  #fxmenubox.shown { display: block; animation: fxFadeIn 0.4s ease forwards; }
  @keyframes fxFadeIn { from { opacity: 0; } to { opacity: 1; } }
  /* 常時表示（非トップページ）はフェードインさせない（初回描画のぬるっと回避） */
  #fxmenubox.is-static.shown { animation: none; }
  /* 非トップページはデスクトップの固定ヘッダー(78px)分だけ上部に余白を確保。
     ドロワー表示時はフローティングのハンバーガーなので余白不要。 */
  @media (min-width: 481px) {
    #wrap:not(.toppage):not(.tz-theme-suju):not(.tz-theme-kawakamian):not(.tz-theme-matsubara-an):not(.tz-theme-ginza-sanada):not(.tz-theme-azumagura):not(.tz-theme-matsunoshita) { padding-top: 78px; }
  }
  @media (min-width: 901px) {
    #wrap:not(.toppage) { padding-top: 78px; }
  }
  #fxmenu { width: 100%; max-width: 946px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  /* 項目数が多いブランドで固定ヘッダーの高さいっぱいに広げる（川上庵の調整・Issue #241 A-1） */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) #fxmenu { height: 100%; }
  #fxmenu .fxmenu-brand {
    width: var(--standard-fixed-nav-logo-width, 146px);
    height: var(--standard-fixed-nav-logo-height, 43px);
    margin: 0;
    flex: 0 0 auto;
  }
  #fxmenu .fxmenu-brand a {
    display: block;
    width: var(--standard-fixed-nav-logo-width, 146px);
    height: var(--standard-fixed-nav-logo-height, 43px);
  }
  #fxmenu .fxmenu-brand a.fover {
    text-indent: -9999px;
  }
  #fxmenu .fxmenu-brand a img {
    display: block;
    width: 100%; height: 100%;
    object-fit: contain;
  }
  #fxmenu ul {
    padding: 0; margin: 0;
    list-style: none;
    display: flex; align-items: center; gap: clamp(28px, 4vw, 60px);
    flex: 1 1 auto; justify-content: flex-end;
  }
  #fxmenu li { margin: 0; }
  #fxmenu .menu li a {
    display: block;
    height: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: opacity 0.2s;
    font-family: var(--tz-mincho);
  }
  /* 項目数が多いブランドで固定ヘッダーの 1 行に収める（Issue #241 A-2 / A-3）。
     たき澤は項目 3 つで収まるため本番の 13px / 0.12em のまま。 */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) #fxmenu li { flex: 0 0 auto; }
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) #fxmenu .menu li a {
    font-size: clamp(10px, 1.1vw, 13px);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  #fxmenu .menu li a:hover { opacity: 0.7; }
  .fover a:hover, a.fover:hover, img.fover:hover { opacity: 0.7; }

  /* hamburger (mobile) */
  .btn-fxmenu { display: none; }

  /* ===== SLIDER ===== */
  #slidebox {
    width: 100%;
    position: relative;
    clear: both;
    text-align: center;
    background-color: #696969;
  }
  #slider {
    width: 100%;
    height: auto;
    max-height: 800px;
    background-color: #696969;
    overflow: hidden;
    position: relative;
  }
  #slider img {
    width: 100%;
    height: auto;
    display: block;
  }
  #onitem {
    position: absolute;
    inset: 0;
    width: 100%;
    box-shadow: inset 0 7px 7px -7px rgba(0,0,0,.5);
    z-index: 9;
    /* hero(slider) 全体に被せて flex-column。nav=上段 / logo=残り高さに広げる。
       これでロゴ高さが hero 高さに連動し、幅を縮めても hero と一緒に縮むため
       NEWS バナー (.tz-hero-news, margin-top:-54px) と被らない（位置の微調整に依存しない） */
    display: flex;
    flex-direction: column;
    pointer-events: none; /* 透明オーバーレイがスライダー操作を奪わないように */
  }
  #onitem ul {
    margin: 0 auto;
    padding: clamp(14px, 2.5vw, 32px) clamp(10px, 1.5vw, 20px) clamp(28px, 4vw, 56px);
    list-style: none;
    display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2.5vw, 48px);
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;        /* flex-column 内で nav は上段に固定 */
    pointer-events: auto;  /* リンクはクリック可能に戻す */
  }
  #onitem li { margin: 0; min-width: 0; }
  #onitem .menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: clamp(10px, 1.1vw, 13px);
    letter-spacing: 0.06em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    font-family: var(--tz-mincho);
    transition: opacity 0.2s;
    padding: 4px 2px;
    white-space: nowrap;
  }
  #onitem .menu li a:hover { opacity: 0.75; }
  #onitem #logo {
    flex: 1 1 auto;        /* hero の残り高さ（nav を除いた分）に広がる */
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* NEWS バナー（hero 下端に -54px で食い込む）の高さ分を下に確保し被りを防ぐ */
    padding-bottom: 72px;
    pointer-events: none;
  }
  #onitem #logo img {
    width: auto;
    height: auto;
    /* #logo（= hero 高さ − nav − バナー確保分）に連動。巨大画面用に上限のみ固定 */
    max-height: min(100%, 520px);
    max-width: 70vw;
  }

  /* ===== ヒーロー下のお知らせバナー（最新1件） ===== */
  /* NEWS バーはヒーロー画像内に absolute 固定（#slidebox が relative 基準）。
     位置を動かしても下のコンセプト等のフローに影響しない（修正依頼3 B-1）。 */
  .tz-hero-news {
    position: absolute; z-index: 9;
    bottom: 10px; left: 0; right: 0;
    max-width: 720px; margin: 0 auto;
    padding: 0 16px;
    pointer-events: none;
  }
  .tz-hero-news a {
    pointer-events: auto;
    display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
    padding: 14px 24px;
    background: rgba(15, 13, 11, 0.78);
    border: 1px solid rgba(201, 168, 106, 0.4);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    color: #fdfbfb !important; text-decoration: none !important;
    font-family: var(--tz-mincho);
    transition: background 0.15s ease, border-color 0.15s ease;
  }
  .tz-hero-news a:hover {
    background: rgba(15, 13, 11, 0.92);
    border-color: rgba(201, 168, 106, 0.7);
  }
  .tz-hero-news__label {
    font-family: var(--tz-gothic);
    font-size: 10px; letter-spacing: 0.3em; color: var(--std-hero-news-label);
    padding-right: 14px; border-right: 1px solid rgba(255,255,255,0.25);
    white-space: nowrap;
  }
  .tz-hero-news__date {
    font-family: var(--tz-gothic);
    font-size: 11px; letter-spacing: 0.1em; color: #c6c6c5;
    white-space: nowrap;
  }
  .tz-hero-news__title {
    font-size: 13px; letter-spacing: 0.05em;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    max-width: 320px;
  }
  .tz-hero-news__arrow { font-size: 12px; opacity: 0.7; }
  @media (max-width: 600px) {
    .tz-hero-news {
      position: absolute;
      bottom: 24px; left: 12px; right: 12px;
      margin: 0;
      max-width: none;
      padding: 0;
      z-index: 12;
    }
    .tz-hero-news a {
      padding: 10px 12px;
      gap: 8px;
      flex-wrap: nowrap;
      width: 100%;
      box-sizing: border-box;
    }
    .tz-hero-news__title {
      max-width: none;
      flex: 1 1 auto;
      min-width: 0;
      font-size: 11px;
    }
    .tz-hero-news__label { padding-right: 6px; font-size: 9px; letter-spacing: 0.2em; }
    .tz-hero-news__date { font-size: 10px; }
    .tz-hero-news__arrow { font-size: 11px; flex: 0 0 auto; }
  }
  .disp_pc { display: block; }
  .disp_mobile { display: none; }

  /* ===== CONCEPT ===== */
  .midbox.concept-mid { margin-top: 88px; }
  #concept {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;             /* ブロック間の余白 */
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .concept-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
    gap: 48px;
    align-items: stretch;
  }
  /* サイト設定「枠を付ける」が ON のセクション。
     枠 2px / padding 30px / 内容幅 800px。他のコンセプトより一回り小さいブロックとして見せる。
     枠色はテーマ変数、未定義なら本文色に追従。 */
  .concept-row--framed {
    /* 幅は他のコンセプトセクションと揃える（2026-08-10 実機確認で「上のコンテンツと同じ幅に」と指示） */
    padding: 30px;
    gap: 30px;
    border: 2px solid var(--standard-concept-frame-border, currentColor);
    box-sizing: border-box;
  }
  .concept-row__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .concept-row__image {
    min-width: 0;
    display: flex;
    align-items: stretch;
  }
  .concept-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .concept-row__body {
    margin-top: 28px;      /* タイトル(h2.hl02)と本文の間隔 */
    /* 既定 16px（元 14px の font14 クラスを override）。
       サイト設定「コンセプト本文の文字サイズ（px）」が入っていれば WashokuConcept が変数を出力して上書きする */
    font-size: var(--standard-concept-body-font-size, 16px);
    line-height: 1.95;
  }
  .hl02 {
    font-size: 25px;
    font-weight: normal;
    border-left: 9px solid var(--std-section-bar);
    padding-left: 14px;
    line-height: 1.4;
    margin: 0;
  }
  .bimg { display: block; max-width: 100%; height: auto; }
  .concept2 { margin-top: 0; }

  /* ===== TOP BANNERS (cms-poc reusable top CTA banners) ===== */
  /* バナーは 587x160 の枠に固定し、複数本あるときは縦に積む。
     以前は inline-block + 高さだけ 160px 固定だったため、2 本目を足すと横並びになり、
     しかも画像の比率しだいで幅がばらばらになっていた。 */
  .tz-top-banners { margin: 60px auto 0; display: flex; flex-direction: column; align-items: center; gap: 24px; }
  .tz-top-banner { display: block; width: 587px; max-width: 100%; transition: opacity 0.2s; }
  /* 現行サイトのバナーは共通の .fover と同じ hover（opacity 0.7）が付いている（実測 2026-08-14） */
  .tz-top-banner:hover { opacity: 0.7; }
  .tz-top-banner picture { display: block; }
  .tz-top-banner img { display: block; width: 100%; height: 160px; object-fit: cover; }
  @media (max-width: 600px) {
    .tz-top-banners { margin-top: 30px; padding: 0 16px; gap: 16px; }
    .tz-top-banner { width: 100%; max-width: 480px; }
    /* SP は幅いっぱいに伸ばすので、高さは枠の比率（587:160）から決める */
    .tz-top-banner img { height: auto; aspect-ratio: 587 / 160; }
  }

  /* ===== SHOPLIST (cms-poc tz-shopslist) ===== */
  .tz-shopslist { max-width: 1080px; margin: 0 auto; padding: 80px 20px; }
  .tz-shopslist__title { text-align: center; margin-bottom: 48px; }
  .tz-shopslist__title h2 { font-size: 26px; letter-spacing: 0.15em; margin: 0; font-family: var(--tz-mincho); font-weight: normal; }
  .tz-shopslist__title .en { display: block; color: #c6c6c5; font-size: 12px; letter-spacing: 0.3em; font-family: var(--tz-en-serif); margin-top: 6px; }
  .tz-shopslist__cards { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
  /* 店舗をエリア見出しで区切るブランドは、行間を広げて群を見分けやすくする（Issue #241 A-4） */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__cards { gap: 44px 32px; }
  .tz-shopslist__group-title {
    grid-column: 1 / -1;
    margin: 48px 0 -4px;
    color: #a5a6a6;
    font-family: var(--tz-mincho);
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .tz-shopslist__group-title:first-child { margin-top: 0; }
  .tz-shopslist__cards:has(.tz-shopslist__card:only-child) { grid-template-columns: minmax(0, 360px); justify-content: center; }
  /* 店舗が 1 件のときのカード幅。たき澤は本番の 360px（Issue #241 の未確定分） */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__cards:has(.tz-shopslist__card:only-child) { grid-template-columns: minmax(0, 500px); }
  .tz-shopslist__cards.tz-shops-fixed-grid,
  .tz-shopslist__cards.tz-shops-fixed-grid:has(.tz-shopslist__card:only-child) { grid-template-columns: repeat(2, minmax(0, 500px)); justify-content: center; }
  @media (max-width: 760px) {
    .tz-shopslist__cards.tz-shops-fixed-grid,
    .tz-shopslist__cards.tz-shops-fixed-grid:has(.tz-shopslist__card:only-child) { grid-template-columns: minmax(0, 500px); }
  }
  .tz-shopslist__card a, .tz-shopslist__inactive-inner { display: block; color: inherit !important; text-decoration: none !important; }
  .tz-shopslist__card .tz-reservation-cta {
    display: block;
    width: min(240px, calc(100% - 32px));
    margin: 20px auto 0;
    padding: 11px 16px;
    border: 1px solid var(--std-accent);
    text-align: center;
    letter-spacing: 0.12em;
    box-sizing: border-box;
  }
  /* 川上庵風: hover で画像のみ少し暗くなる。transform / scale は使わない */
  .tz-shopslist__thumb { position: relative; aspect-ratio: 3/2; overflow: hidden; background: #2a241b; }
  .tz-shopslist__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: filter 0.15s ease, opacity 0.15s ease; }
  .tz-shopslist__card a:hover .tz-shopslist__thumb img { filter: brightness(0.7); }
  .tz-shopslist__body { padding: 24px 4px 0; text-align: center; }
  /* 「長野」「その他」のエリア表示は店舗名より少し小さい程度に拡大 */
  .tz-shopslist__area { display: block; font-size: 20px; letter-spacing: 0.15em; color: var(--std-accent); font-family: var(--tz-mincho); margin-bottom: 12px; }
  /* エリア見出しで区切るブランドは、カード内を詰めて群のまとまりを出す（Issue #241 A-5 / A-6） */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__body { padding: 20px 4px 0; }
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__area { margin-bottom: 8px; }
  .tz-shopslist__name { font-size: 24px; margin: 0; letter-spacing: 0.05em; font-family: var(--tz-mincho); font-weight: normal; }
  .tz-shopslist__card--inactive .tz-shopslist__inactive-inner { opacity: 0.55; cursor: not-allowed; pointer-events: none; }
  .tz-shopslist__badge {
    position: absolute; top: 14px; left: 14px;
    background: var(--std-card-background); color: var(--std-accent);
    font-family: var(--tz-en-serif); font-size: 10px; letter-spacing: 0.3em;
    padding: 6px 12px; border: 1px solid var(--std-badge-border);
  }

  /* ===== NEWS TOPICS (cms-poc tz-newstopics) ===== */
  .tz-newstopics { max-width: 1080px; margin: 0 auto; padding: 80px 20px; }
  .tz-newstopics__title { text-align: center; margin-bottom: 36px; }
  .tz-newstopics__title h2 { font-size: 26px; letter-spacing: 0.15em; margin: 0; font-family: var(--tz-mincho); font-weight: normal; }
  .tz-newstopics__title .en { display: block; color: #c6c6c5; font-size: 12px; letter-spacing: 0.3em; font-family: var(--tz-en-serif); margin-top: 6px; }
  .tz-newstopics__list { margin: 0; padding: 0; }
  .tz-newstopics__row { display: block; padding: 22px 8px; border-top: 1px solid var(--std-row-border); color: inherit !important; text-decoration: none !important; transition: background 0.3s ease; }
  .tz-newstopics__row:last-of-type { border-bottom: 1px solid var(--std-row-border); }
  .tz-newstopics__row:hover { background: var(--std-row-hover); }
  .tz-newstopics__row dt { display: flex; flex-wrap: wrap; gap: 18px; align-items: baseline; margin: 0; }
  .tz-newstopics__row dt time { font-family: var(--tz-gothic); font-size: 13px; letter-spacing: 0.1em; color: #c6c6c5; flex: 0 0 auto; }
  .tz-newstopics__heading { font-size: 16px; letter-spacing: 0.05em; }
  .tz-newstopics__row dd { margin: 8px 0 0; font-size: 13px; line-height: 1.7; color: #ebe7e1; padding-left: 0; }
  .tz-newstopics__more { text-align: right; margin-top: 24px; }
  .tz-newstopics__more a { color: var(--std-link) !important; letter-spacing: 0.1em; font-size: 13px; text-decoration: none !important; transition: opacity 0.3s ease; }
  .tz-newstopics__more a:hover { opacity: 0.7; }

  /* ===== SHOP DETAIL (cms-poc tz-shop-wrap) ===== */
  .tz-shop-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px 80px; }
  /* カルーセルは全幅。基準ブラウザ幅 1920px で 3:1 の画像がちょうど収まる高さ(1920÷3=640px)を
     max-height に設定する。→ 1920 より広げると高さ固定で画像が上下切れて拡大(cover)、
     狭めると aspect-ratio で縦も一緒に縮む。画像は 3:1 でアップする運用前提（cover なので比率が合えば切れない）。 */
  .tz-shop__hero {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 3 / 1;
    max-height: 640px;
    background-color: #696969;
  }
  @media (max-width: 600px) {
    .tz-shop__hero { aspect-ratio: 3 / 2; max-height: none; }
  }
  /* breadcrumb は店舗詳細・メニュー画面では非表示 (パワポ Slide 5/6 準拠)。
     カルーセル直下のスペースは title-block で確保する */
  .tz-shop-wrap > .title-block { padding: 88px 0 32px; }
  .tz-shop__intro {
    max-width: 820px;
    margin: 0 auto 40px;
    font-family: var(--tz-mincho);
  }
  .tz-shop__intro p {
    margin: 0 0 1.2em;
    font-size: 15px;
    line-height: 1.95;
    color: #fdfbfb;
  }
  .tz-shop__intro p:last-child { margin-bottom: 0; }
  /* 情報ブロック + マップを 1:1 で配置する。
     メニューリンクと補足は情報ブロック内の項目として扱い、左端と縦余白を揃える。 */
  .tz-shop__info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "info map"
      "menu menu";
    column-gap: 48px;
    row-gap: 36px;
    max-width: 1080px;
    margin: 0 auto 36px;
  }
  .tz-shop__info { grid-area: info; align-self: start; }
  /* メニューリンクを情報欄と地図の下に 1 行で置く配置（menuLinkPlacement="below-columns"） */
  .tz-shop__info-grid > .tz-shop__menu-link {
    grid-area: menu;
    max-width: 320px;
    width: 100%;
    margin: 12px 0 0;
  }
  /* メニューリンクを情報欄の中の項目として置くブランドは 1 行グリッドにする
     （menuLinkPlacement="info-block"。Issue #241 A-13 / A-14） */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shop__info-grid {
    grid-template-areas: "info map";
    row-gap: normal;
  }
  .tz-shop__info .tz-shop__menu-link {
    max-width: 320px;
    width: 100%;
    margin: 28px 0 0;
  }
  .tz-shop__info > .menu-supplement {
    max-width: none;
    margin: 18px 0 0;
  }
  .menu-supplement {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
  .menu-supplement__text { margin: 0; line-height: 1.9; }
  .tz-shop__info p.tz-shop__email {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .tz-shop__email-note { margin: 0 0 18px; line-height: 1.9; }
  .tz-shop__reservation-link {
    max-width: 320px;
    width: 100%;
    margin: 8px 0 18px;
  }
  .tz-shop__reservation-link .tz-reservation-cta {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: 1px solid var(--std-accent);
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.12em;
    box-sizing: border-box;
  }
  .tz-shop__map {
    grid-area: map;
    width: 100%;
    max-width: 483px;
    aspect-ratio: 1 / 1;
    background: #1a1a1a;
    margin: 0 auto;        /* 左右中央寄せ (grid セルが半分幅なので、左右に余白が生まれる) */
    align-self: end;       /* 下寄せ */
    box-sizing: border-box;
  }
  .tz-shop__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  @media (max-width: 700px) {
    .tz-shop__info-grid {
      display: flex;
      flex-direction: column;
      gap: 28px;
      align-items: stretch;
    }
    .tz-shop__info { order: 1; }
    .tz-shop__info-grid > .tz-shop__menu-link { order: 2; margin: 0; max-width: none; width: 100%; }
    .tz-shop__reservation-link { margin: 8px 0 18px; max-width: none; width: 100%; }
    .tz-shop__map {
      order: 3;
      max-width: none;
      margin: 0;
      align-self: stretch;
    }
    /* 予約ボタンなどを地図より前に置くブランドは、地図を最後に回す（Issue #241 A-15） */
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shop__map { order: 5; }
  }
  .tz-shop__info { margin: 0; }
  .tz-shop__info-heading { margin: 18px 0 6px; font-size: 16px; font-weight: normal; letter-spacing: 0.05em; color: var(--std-store-heading); font-family: var(--tz-mincho); }
  .tz-shop__info-heading:first-child { margin-top: 0; }
  .tz-shop__info p { margin: 0 0 8px; font-size: 14px; line-height: 1.85; }
  .tz-shop__info p.tel { font-size: 22px; font-weight: bold; letter-spacing: 1px; }
  .tz-shop__info p.tel a {
    color: #fdfbfb !important;
    text-decoration: underline !important;
    display: inline-block;
  }
  .tz-shop__info a { color: #fdfbfb !important; text-decoration: underline; }
  .tz-auto-link { overflow-wrap: anywhere; word-break: break-word; }
  #fxmenu .menu .tz-nav__reservation a,
  #onitem .menu .tz-nav__reservation a {
    height: auto;
    padding: 7px 10px;
    border: 1px solid var(--std-accent);
    line-height: 1.2;
  }
  .tz-shop__menu-btn { text-align: center; margin: 36px 0 10px; }
  .tz-shop__menu-btn img { max-width: 100%; height: auto; }
  .tz-shop__note { font-size: 13px; line-height: 1.85; color: #c6c6c5; text-align: center; max-width: 600px; margin: 8px auto 0; }
  .tz-shop__back { text-align: center; margin-top: 56px; padding-top: 32px; }
  .tz-shop__back a {
    display: inline-block; padding: 12px 36px;
    border: 1px solid #c6c6c5; color: #fdfbfb !important;
    text-decoration: none !important; letter-spacing: 0.1em; font-size: 13px;
    white-space: nowrap;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .tz-shop__back a:hover { background: #3a3226; transform: translateY(-1px); }

  /* ===== Generic title (shop detail / news article) ===== */
  .title-block {
    text-align: center;
    padding: 72px 0 40px;
  }
  .title-block .label {
    font-family: var(--tz-en-serif);
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #c6c6c5;
    display: block;
    margin-bottom: 8px;
  }
  /* タイトルは通常 h1。ページの主題が別にあるときは p になる（.title-block__title） */
  .title-block h1,
  .title-block .title-block__title {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0.1em;
  }

  /* ===== FOOTER ===== */
  #footbox {
    background-image: url(/washoku/img/bg2.gif);
    background-repeat: repeat-y;
    background-position: center;
    box-shadow: 0 8px 12px -8px #222 inset;
    color: #fff;
    position: relative;
    padding: 0 0 90px;
    margin-top: 0;
  }
  #footbox .midbox { margin-top: 88px; }
  #foot { position: relative; display: flex; flex-wrap: wrap; gap: 24px; }
  #f_left { float: none; flex: 1 1 380px; min-width: 0; width: auto; padding-left: 10px; box-sizing: border-box; }
  #f_right {
    float: none;
    flex: 1 1 360px; min-width: 0; width: auto;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    right: 0; bottom: 0;
    padding: 0;
  }
  #smenu02 { float: none; flex: 1 1 auto; width: auto; max-width: 460px; margin-top: 60px; padding: 0; }
  #smenu02 li { line-height: 100%; margin-bottom: 28px !important; }
  #smenu02 a {
    font-size: 14px;
    color: #fdfdfd;
    font-family: var(--tz-mincho);
    text-decoration: none;
    transition: color 0.2s, text-decoration 0.2s;
  }
  #smenu02 a:hover { color: #adadad; text-decoration: underline; }
  .footmenu1 {
    border-left: 4px solid #c6c6c5;
    vertical-align: middle;
    padding-left: 14px;
  }
  .copy {
    font-size: 14px;
    line-height: 100%;
    padding-top: 30px;
  }

  /* ===== Standard brand tablet navigation drawer (481–900px) ===== */
  @media screen and (min-width: 481px) and (max-width: 900px) {
    .tz-standard-template #onitem ul { display: none; }
    .tz-standard-template #fxmenubox {
      display: block !important;
      position: static;
      top: auto; left: auto;
      width: auto; height: auto;
      background: transparent;
      padding: 0;
    }
    .tz-standard-template #fxmenubox.shown { animation: none; }
    .tz-standard-template #fxmenu {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100vh;
      background: rgba(20, 16, 11, 0.96);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      flex-direction: column;
      gap: 0;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      z-index: 100;
      overflow-y: auto;
      box-sizing: border-box;
    }
    .tz-standard-template #fxmenu__legacy_drop {
      display: none;
      z-index: 10;
      width: 100%;
      height: 100vh;
      opacity: 0;
      background-color: #2f2405;
      transition: all 0.3s ease-in-out;
      visibility: hidden;
    }
    .tz-standard-template #fxmenu.active { opacity: 1; visibility: visible; }
    .tz-standard-template #fxmenu .fxmenu-brand { display: none; }
    .tz-standard-template #fxmenu ul {
      float: none; width: 100%;
      max-width: 320px;
      margin: 24px auto 32px;
      padding: 0 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 0;
      list-style: none;
      box-sizing: border-box;
    }
    .tz-standard-template #fxmenu li {
      float: none; height: auto; margin-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .tz-standard-template #fxmenu li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .tz-standard-template #fxmenu .menu li a {
      display: block;
      height: auto;
      padding: 22px 8px;
      font-size: 16px;
      font-family: var(--tz-mincho);
      letter-spacing: 0.12em;
      color: #fff !important;
      text-shadow: none;
      position: relative;
      transition: opacity 0.2s, padding 0.2s;
    }
    .tz-standard-template #fxmenu .menu li a::after {
      content: "›";
      position: absolute;
      right: 8px; top: 50%;
      transform: translateY(-50%);
      color: var(--std-mobile-arrow);
      font-size: 18px;
      opacity: 0.6;
    }
    .tz-standard-template #fxmenu .menu li a:active { opacity: 0.6; padding-left: 14px; }
    .tz-standard-template .btn-fxmenu {
      display: inline-block;
      position: fixed;
      top: 22px; right: 18px;
      width: 44px; height: 44px;
      z-index: 110;
      cursor: pointer;
      background: rgba(20, 16, 11, 0.55);
      border: 0;
      border-radius: 50%;
      padding: 11px 9px;
      box-sizing: border-box;
      transition: background .3s;
    }
    .tz-standard-template .btn-fxmenu.active { background: transparent; }
    .tz-standard-template .btn-fxmenu span {
      display: inline-block;
      position: absolute;
      left: 9px;
      width: 26px;
      height: 2px;
      background-color: var(--std-nav-text);
      transition: all .4s;
      box-sizing: border-box;
      border-radius: 1px;
    }
    .tz-standard-template .btn-fxmenu span:nth-of-type(1) { top: 14px; }
    .tz-standard-template .btn-fxmenu span:nth-of-type(2) { top: 21px; }
    .tz-standard-template .btn-fxmenu span:nth-of-type(3) { top: 28px; }
    .tz-standard-template .btn-fxmenu.active span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
    .tz-standard-template .btn-fxmenu.active span:nth-of-type(2) { opacity: 0; }
    .tz-standard-template .btn-fxmenu.active span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
    .tz-standard-template #fxmenu { background-color: var(--std-nav); }
    .tz-standard-template .btn-fxmenu { background-color: var(--std-nav); }
    .tz-standard-template .btn-fxmenu.active { background-color: transparent; }
  }

  /* ===== Shared mobile navigation drawer (≤480px) ===== */
  @media screen and (max-width: 480px) {
    html { scroll-padding-top: 0; }
    #onitem ul { display: none; }
    #fxmenubox {
      display: block !important;
      position: static;
      top: auto; left: auto;
      width: auto; height: auto;
      background: transparent;
      padding: 0;
    }
    #fxmenubox.shown { animation: none; }
    #fxmenu {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100vh;
      background: rgba(20, 16, 11, 0.96);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      flex-direction: column;
      gap: 0;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      z-index: 100;
      overflow-y: auto;
      box-sizing: border-box;
    }
    #fxmenu__legacy_drop {
      display: none;
      z-index: 10;
      width: 100%;
      height: 100vh;
      opacity: 0;
      background-color: #2f2405;
      transition: all 0.3s ease-in-out;
      visibility: hidden;
    }
    #fxmenu.active { opacity: 1; visibility: visible; }
    #fxmenu .fxmenu-brand { display: none; }
    #fxmenu ul {
      float: none; width: 100%;
      max-width: 320px;
      margin: 24px auto 32px;
      padding: 0 24px;
      display: flex;
      flex-direction: column;
      /* PC 用 ul の `justify-content: flex-end` を打ち消す (column 方向で下寄せ→上寄せに) */
      justify-content: flex-start;
      gap: 0;
      list-style: none;
      box-sizing: border-box;
    }
    #fxmenu li {
      float: none; height: auto; margin-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    #fxmenu li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.12); }
    #fxmenu .menu li a {
      display: block;
      height: auto;
      padding: 22px 8px;
      font-size: 16px;
      font-family: var(--tz-mincho);
      letter-spacing: 0.12em;
      color: #fff !important;
      text-shadow: none;
      position: relative;
      transition: opacity 0.2s, padding 0.2s;
    }
    #fxmenu .menu li a::after {
      content: "›";
      position: absolute;
      right: 8px; top: 50%;
      transform: translateY(-50%);
      color: var(--std-mobile-arrow);
      font-size: 18px;
      opacity: 0.6;
    }
    #fxmenu .menu li a:active { opacity: 0.6; padding-left: 14px; }
    .btn-fxmenu {
      display: inline-block;
      position: fixed;
      top: 22px; right: 18px;
      width: 44px; height: 44px;
      z-index: 110;
      cursor: pointer;
      background: rgba(20, 16, 11, 0.55);
      border: 0;
      border-radius: 50%;
      padding: 11px 9px;
      box-sizing: border-box;
      transition: background .3s;
    }
    .btn-fxmenu.active { background: transparent; }
    .btn-fxmenu span {
      display: inline-block;
      position: absolute;
      left: 9px;
      width: 26px;
      height: 2px;
      background-color: #fff;
      transition: all .4s;
      box-sizing: border-box;
      border-radius: 1px;
    }
    .btn-fxmenu span:nth-of-type(1) { top: 14px; }
    .btn-fxmenu span:nth-of-type(2) { top: 21px; }
    .btn-fxmenu span:nth-of-type(3) { top: 28px; }
    .btn-fxmenu.active span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
    .btn-fxmenu.active span:nth-of-type(2) { opacity: 0; }
    .btn-fxmenu.active span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  }

  /* ===== Mobile layout (≤480px) — 元サイトのsp.css踏襲 ===== */
  @media screen and (max-width: 480px) {
    .disp_pc { display: none; }
    .disp_mobile { display: block; }
    body { font-size: 15px; max-width: 100%; overflow-x: hidden; }
    .floatl, .floatr { float: none; }
    .midbox { width: auto; }

    /* slider */
    #onitem {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      background-color: #4f4435;
      height: 0;
    }
    #onitem #logo { margin-top: 0; }
    #logo-mobile {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
      width: auto;
      pointer-events: none;
    }
    #logo-mobile img {
      width: auto;
      height: 70vh;
      max-height: 560px;
      max-width: 70vw;
    }
    #slider, #slider img {
      width: 100% !important;
      height: 100vh;
      min-height: 100vh;
      object-fit: cover;
    }

    /* concept */
    /* margin-top にすると Hero 画像 (tz-hero-news バナーで上に被さるレイアウト) の
       下に潜り込んで見えるため、margin 0 + padding-top で内側余白として確保する */
    #concept {
      margin-top: 0;
      /* PC と同じ 16px に揃え、SP 左右余白を 16px 統一の標準値に収める */
      padding: 24px 16px 0;
      gap: 24px;            /* SP ではブロック間隔をさらに圧縮 */
    }
    .concept-row {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .concept-row--framed {
      padding: 20px;
      gap: 20px;
    }
    .concept-row__text { padding: 0; }
    .concept-row__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* shoplist */
    #shoplist { padding-top: 35px; }
    #shoplist .title { margin-bottom: 0; }
    #slistbox {
      width: 358px;
      margin: 0 auto;
      text-align: center;
    }
    #slistbox p { margin: 0 auto; text-align: center; }
    .slistl {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
      float: none;
    }
    .slistr {
      float: none;
      width: 100%;
    }
    .slistr img { width: 100%; height: auto; }
    .tz-shop__info p.tel a:active {
      color: var(--std-mobile-tel-active) !important;
    }

    /* news */
    #news { padding-top: 35px; }
    #topics {
      width: auto;
      margin: 0 5%;
    }
    #topics dl { width: auto; padding-right: 0; }

    /* footer */
    #footbox {
      background-image: none;
      background-color: #514e4d;
      padding-bottom: 35px;
    }
    #footbox .midbox { margin-top: 50px; }
    #f_right, #f_left {
      float: none;
      width: auto;
      padding: 0 5%;
    }
    #f_right { position: static; }
    #f_left {
      padding-top: 43px;
      padding-bottom: 37px;
      background-color: #2f2405;
    }
    #smenu02 { float: none; width: auto; margin-top: 0; }
    .copy { font-size: 12px; }
  }

  /* ===== Page switcher chrome (preview-only) ===== */
  .preview-nav {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(4,0,0,0.92);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 6px;
    border-radius: 999px;
    display: flex;
    gap: 4px;
    backdrop-filter: blur(8px);
    font-family: var(--tz-gothic);
  }
  .preview-nav button {
    background: transparent;
    border: 0;
    color: #c6c6c5;
    font-size: 12px;
    letter-spacing: 0.15em;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .preview-nav button:hover { color: #fdfbfb; }
  .preview-nav button.active { background: #fdfbfb; color: #2a241b; }

  /* ===== BREADCRUMB (shared) ===== */
  .tz-breadcrumb { font-size: 13px; letter-spacing: 0.05em; margin-bottom: 32px; color: #c6c6c5; }
  .tz-breadcrumb a { color: #fdfbfb !important; text-decoration: none; transition: opacity 0.3s ease; }
  .tz-breadcrumb a:hover { opacity: 0.7; }
  .tz-breadcrumb .sep { margin: 0 10px; color: #7d7c7c; }

  /* ===== NEWS LIST PAGE (cms-poc tz-news-*) ===== */
  .tz-news-wrap { max-width: 1080px; margin: 0 auto; padding: 40px 20px 80px; }
  .tz-news-toggle { display: flex; gap: 0; justify-content: flex-end; margin-bottom: 24px; }
  .tz-news-toggle__btn {
    padding: 10px 22px; font-size: 12px; letter-spacing: 0.18em;
    color: #c6c6c5 !important; background: transparent;
    border: 1px solid #7d7c7c; text-decoration: none !important;
    transition: all 0.2s ease;
  }
  .tz-news-toggle__btn + .tz-news-toggle__btn { border-left: none; }
  .tz-news-toggle__btn:hover { background: #3a3226; color: #fdfbfb !important; }
  .tz-news-toggle__btn.is-active { background: #fdfbfb; color: #2a241b !important; border-color: #fdfbfb; }

  .tz-news-titlebar {
    background: #3a3226; padding: 32px 30px;
    border-top: 1px solid #7d7c7c; border-bottom: 1px solid #7d7c7c;
    text-align: center; margin-bottom: 36px;
  }
  .tz-news-titlebar__heading { color: #fdfbfb !important; font-size: 26px; letter-spacing: 0.15em; margin: 0; font-family: var(--tz-mincho); font-weight: normal; }
  .tz-news-titlebar .en { display: block; color: #c6c6c5; font-size: 12px; letter-spacing: 0.3em; font-family: var(--tz-en-serif); margin-top: 6px; }

  .tz-news-list { list-style: none; padding: 0; margin: 0; }
  .tz-news-card { border-top: 1px solid #7d7c7c; }
  .tz-news-card:last-child { border-bottom: 1px solid #7d7c7c; }
  .tz-news-card__link { display: flex; gap: 28px; padding: 28px 10px; color: inherit !important; text-decoration: none !important; transition: opacity 0.3s ease, background 0.3s ease; }
  .tz-news-card__link:hover { opacity: 0.85; background: var(--std-card-hover); }
  .tz-news-card__thumb { flex: 0 0 240px; width: 240px; height: 160px; background: #2a241b; overflow: hidden; }
  .tz-news-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .tz-news-card__thumb--empty { width: 100%; height: 100%; background: #2a241b; }
  .tz-news-card__body { flex: 1; min-width: 0; }
  .tz-news-card__date { display: block; font-family: var(--tz-gothic); font-size: 13px; letter-spacing: 0.1em; color: #c6c6c5; margin-bottom: 6px; }
  .tz-news-card__title { font-size: 19px; line-height: 1.55; margin: 0 0 10px; padding-left: 10px; border-left: 4px solid #7d7c7c; font-weight: normal; }
  .tz-news-card__excerpt { font-size: 14px; line-height: 1.8; color: #ebe7e1; margin: 0; }
  @media (max-width: 700px) {
    .tz-news-card__link { flex-direction: column; padding: 20px 10px; gap: 14px; }
    .tz-news-card__thumb { flex: none; width: 100%; height: auto; aspect-ratio: 16/10; }
  }

  .tz-news-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; justify-content: center; }
  .tz-news-grid__card { max-width: 360px; width: 100%; }
  .tz-news-grid__link { display: block; color: inherit !important; text-decoration: none !important; }
  .tz-news-grid__thumb { aspect-ratio: 3/2; background: #2a241b; overflow: hidden; }
  /* 店舗一覧カード (.tz-shopslist) と同じ挙動に統一: hover は画像が少し暗くなるだけ。
     transform: scale / translateY によるヌルっと拡大は廃止する。 */
  .tz-news-grid__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: filter 0.15s ease, opacity 0.15s ease; }
  .tz-news-grid__link:hover .tz-news-grid__thumb img { filter: brightness(0.7); }
  .tz-news-grid__thumb--empty { width: 100%; height: 100%; background: #2a241b; }
  .tz-news-grid__body { padding: 16px 4px 0; }
  .tz-news-grid__date { display: block; font-family: var(--tz-gothic); font-size: 12px; letter-spacing: 0.1em; color: #c6c6c5; margin-bottom: 6px; }
  .tz-news-grid__title { font-size: 16px; line-height: 1.55; margin: 0 0 8px; padding-left: 8px; border-left: 3px solid #7d7c7c; font-weight: normal; }
  /* 抜粋本文は非表示（修正依頼3 H） */
  .tz-news-grid__excerpt { display: none; }
  .tz-news-empty { color: #c6c6c5; text-align: center; padding: 40px 0; }
  .tz-news-back { margin-top: 40px; }
  .tz-news-back a { color: #fdfbfb !important; text-decoration: none; }
  .tz-news-back a:hover { opacity: 0.7; }

  .tz-pager { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 56px; flex-wrap: wrap; }
  .tz-pager__btn {
    padding: 12px 28px; border: 1px solid #c6c6c5; color: #fdfbfb !important;
    text-decoration: none !important; letter-spacing: 0.1em; font-size: 13px;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .tz-pager__btn:hover { background: #3a3226; transform: translateY(-1px); }
  .tz-pager__btn.is-disabled { opacity: 0.35; pointer-events: none; }
  .tz-pager__status { font-size: 14px; letter-spacing: 0.1em; color: #ebe7e1; font-family: var(--tz-gothic); }
  .tz-pager__total { font-size: 12px; color: #c6c6c5; margin-left: 8px; letter-spacing: 0.05em; }
  @media (max-width: 600px) {
    .tz-pager { gap: 10px; }
    .tz-pager__btn { padding: 10px 18px; font-size: 12px; flex: 1 1 auto; text-align: center; }
    .tz-pager__status { width: 100%; text-align: center; order: -1; }
  }

  /* ===== NEWS ARTICLE PAGE ===== */
  .tz-article-wrap { max-width: 1080px; margin: 0 auto; padding: 40px 20px 80px; }
  .tz-article { max-width: 960px; margin: 0; padding: 0; }
  .tz-article__meta { font-family: var(--tz-gothic); font-size: 13px; letter-spacing: 0.1em; color: #c6c6c5; margin: 0 0 12px; }
  .tz-article__title { font-size: 26px; line-height: 1.5; margin: 0 0 18px; letter-spacing: 0.05em; padding-left: 14px; border-left: 5px solid var(--std-heading-bar); font-weight: normal; }
  @media (max-width: 600px) { .tz-article__title { font-size: 20px; } }
  .tz-article__lead { font-size: 16px; line-height: 1.9; margin: 0 0 28px; color: #ebe7e1; }
  .tz-article__hero { margin: 0; text-align: center; }
  /* 画像領域は 3:2 固定・object-fit cover（split では親セル420px、単独カバーでは本文幅基準）。
     画面縮小時は max-width:100% で親に収める（修正依頼3 J）。 */
  .tz-article__hero img { width: 100%; max-width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; margin: 0 auto; }
  .tz-article__hero figcaption { font-size: 12px; color: #c6c6c5; margin-top: 10px; }
  /* カバー画像ありの記事は 左:本文 / 右:画像 の 2 カラム */
  .tz-article__split {
    display: grid;
    grid-template-columns: 1fr 420px;  /* 本文可変・画像領域は 420px(3:2) 固定 */
    gap: 36px;
    margin-top: 28px;
    align-items: start;
  }
  @media (max-width: 600px) {
    .tz-article__split {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
  .tz-article__body { font-size: 15px; line-height: 2; }
  /* 移行済みのお知らせ本文は、同一段落内の <br> をテキスト中の改行として保持している。 */
  .tz-article__body p { margin: 0 0 1.4em; }
  /* 記事本文に入れた改行をそのまま出すブランド（Issue #241 A 追加分）。
     たき澤は本番どおり、改行は段落の切れ目でだけ効かせる。 */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-article__body p { white-space: pre-line; }
  .tz-article__inline-figure { margin: 32px 0; text-align: center; }
  .tz-article__inline-figure img { max-width: 110%; height: auto; display: block; margin: 0 auto; }
  .tz-article__inline-figure figcaption { font-size: 12px; color: #c6c6c5; margin-top: 10px; }
  /* お知らせ詳細・店舗メニュー・店舗詳細で共有する戻る導線。 */
  .tz-return-nav { margin-top: 48px; padding-top: 6px; }
  .tz-return-link {
    display: inline-block;
    padding: 12px 36px;
    background: var(--standard-return-background, #3a3226);
    border: 1px solid var(--standard-return-border, #c6c6c5);
    color: var(--standard-return-text, #fdfbfb) !important;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    font-size: 13px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }
  .tz-return-link:hover {
    background: color-mix(in srgb, var(--standard-return-background, #3a3226) 80%, #000);
    border-color: color-mix(in srgb, var(--standard-return-border, #c6c6c5) 80%, #000);
    color: color-mix(in srgb, var(--standard-return-text, #fdfbfb) 80%, #000) !important;
  }
  .tz-return-link:focus-visible {
    outline: 2px solid var(--standard-return-border, #c6c6c5);
    outline-offset: 3px;
  }

  /* ===== SHOP DETAIL — menu cards ===== */
  .tz-shop__menu-section { max-width: 680px; margin: 64px auto 40px; padding: 0; }
  .tz-menu-titlebar {
    background: #3a3226; padding: 22px 24px;
    border-top: 1px solid #7d7c7c; border-bottom: 1px solid #7d7c7c;
    text-align: center; margin-bottom: 24px;
    display: flex; align-items: baseline; justify-content: center; gap: 14px;
  }
  .tz-menu-titlebar h2 { color: #fdfbfb; font-size: 22px; letter-spacing: 0.18em; margin: 0; font-family: var(--tz-mincho); font-weight: normal; }
  .tz-menu-titlebar .en { color: #c6c6c5; font-size: 12px; letter-spacing: 0.3em; font-family: var(--tz-en-serif); }
  .tz-menu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 680px; margin: 0 auto 20px; }
  .tz-menu-cards--single { grid-template-columns: 1fr; max-width: 280px; }
  .tz-menu-cards--single .tz-menu-card { padding: 14px 20px; }
  .tz-menu-cards--single .tz-menu-card__label { font-size: 14px; letter-spacing: 0.08em; }
  .tz-menu-cards--single .tz-menu-card__sub { font-size: 10px; letter-spacing: 0.2em; margin-top: 2px; }
  .tz-menu-cards--single .tz-menu-card__hint { font-size: 12px; }
  .tz-shop__menu-link { margin: 28px auto 16px; }
  .tz-menu-card {
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 26px; border: 1px solid #7d7c7c;
    color: #fdfbfb !important; text-decoration: none !important;
    background: rgba(58,50,38,0.25); transition: all 0.3s ease;
  }
  .tz-menu-card:hover { background: rgba(58,50,38,0.5); border-color: #c6c6c5; }
  .tz-menu-card__label { font-size: 17px; letter-spacing: 0.1em; font-family: var(--tz-mincho); }
  .tz-menu-card__sub { font-size: 11px; letter-spacing: 0.25em; color: #c6c6c5; margin-top: 4px; font-family: var(--tz-en-serif); }
  .tz-menu-card__hint { font-size: 13px; color: #c6c6c5; letter-spacing: 0.1em; }
  .tz-menu-note { font-size: 13px; color: #ebe7e1; letter-spacing: 0.05em; text-align: center; max-width: 680px; margin: 0 auto 36px; line-height: 1.9; }
  @media (max-width: 600px) {
    .tz-menu-cards { grid-template-columns: 1fr; }
    .tz-menu-titlebar h2 { font-size: 20px; }
    .tz-menu-card__label { font-size: 16px; }
  }

  /* ===== SHOP DETAIL — structured menu (CMS 入力) ===== */
  .tz-menu-tabs {
    display: flex; justify-content: center; flex-wrap: wrap;
    max-width: 680px; margin: 0 auto 28px;
    border-bottom: 1px solid var(--std-border);
  }
  .tz-menu-tab {
    background: transparent; border: 0; cursor: pointer;
    font-family: var(--tz-mincho); color: var(--std-muted);
    font-size: 15px; letter-spacing: 0.12em;
    padding: 12px 26px; margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .tz-menu-tab:hover { color: var(--std-text); }
  .tz-menu-tab.is-active {
    color: var(--std-accent);
    border-bottom-color: var(--std-accent);
  }
  .tz-menu-main { max-width: 680px; margin: 0 auto 36px; }
  .tz-menu-main__lead,
  .tz-menu-main__footer {
    font-size: 13px; color: var(--std-menu-lead); line-height: 1.9; letter-spacing: 0.05em;
    text-align: center; margin: 0 auto 18px; max-width: 600px;
    white-space: pre-wrap;
  }
  /* リードを左揃えにするブランド（Issue #241 A 追加分）。たき澤は本番どおり中央揃え。 */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-main__lead { text-align: left; }
  .tz-menu-main__footer { margin: 12px auto 0; }
  .tz-menu-sub { margin: 0 0 56px; }
  .tz-menu-sub__title {
    font-family: var(--tz-mincho); color: var(--std-accent); font-size: 15px;
    letter-spacing: 0.12em; font-weight: normal;
    margin: 32px 0 14px; padding-left: 10px; border-left: 2px solid var(--std-accent);
  }
  .tz-menu-sub__lead { font-size: 12px; color: var(--std-muted); margin: 6px 0 12px; line-height: 1.7; }
  .tz-menu-items { list-style: none; padding: 0; margin: 0; }
  .tz-menu-item {
    padding: 9px 0; border-bottom: 1px solid color-mix(in srgb, var(--std-border) 40%, transparent);
  }
  .tz-menu-item:last-child { border-bottom: none; }
  .tz-menu-item__head {
    display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: baseline;
  }
  .tz-menu-item__main { min-width: 0; }
  .tz-menu-item__name {
    display: block;
    font-family: var(--tz-mincho); color: var(--std-text); font-size: 15px;
    letter-spacing: 0.05em; line-height: 1.6;
    overflow-wrap: anywhere;
  }
  .tz-menu-item__note {
    font-size: 12px; color: var(--std-muted); margin: 4px 0 0; line-height: 1.5;
    letter-spacing: 0.03em;
  }
  /* 品名・注記に入れた改行をそのまま出すブランド（Issue #241 A 追加分）。
     たき澤は本番どおり改行を折り返しに任せる。 */
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-item__name,
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-item__note,
  :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-sub__lead { white-space: pre-wrap; }
  .tz-menu-item__prices {
    display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
    font-family: var(--tz-mincho); color: var(--std-text);
  }
  .tz-menu-item__price { font-size: 14px; letter-spacing: 0.03em; white-space: nowrap; }
  .tz-menu-item__price-label {
    color: var(--std-muted); margin-right: 6px; font-size: 12px; letter-spacing: 0.05em;
  }
  .tz-menu-item__price-tax {
    color: var(--std-muted); font-size: 11px; margin-left: 4px; letter-spacing: 0.03em;
  }
  .tz-menu__footer-note {
    font-size: 12px; color: var(--std-muted); line-height: 1.9; letter-spacing: 0.05em;
    text-align: right; max-width: 680px; margin: 32px auto 16px;
    white-space: pre-wrap;
    /* padding-right を 0 にして text-align: right の文字右端を border-top の右端と揃える */
    padding: 16px 0 0; border-top: 1px solid var(--std-border);
    white-space: pre-wrap;
  }
  @media (max-width: 600px) {
    .tz-menu-tabs {
      gap: 0; margin-bottom: 22px;
      flex-wrap: nowrap; overflow-x: auto;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
    }
    .tz-menu-tabs::-webkit-scrollbar { display: none; }
    .tz-menu-tab {
      font-size: 13px; padding: 10px 16px; letter-spacing: 0.08em;
      white-space: nowrap; flex-shrink: 0;
    }
    /* タブ名が長いブランドは横スクロールではなく折り返す（Issue #241 A-18） */
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-tabs {
      flex-wrap: wrap; overflow-x: visible;
      justify-content: center;
    }
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-menu-tab {
      white-space: normal; flex: 1 1 auto;
      overflow-wrap: anywhere;
    }
    .tz-menu-main { padding: 0; }
    .tz-menu-main__lead,
    .tz-menu-main__footer { padding: 0; }
    .tz-menu-sub { margin-bottom: 40px; }
    .tz-menu-sub__title { font-size: 14px; margin: 18px 0 10px; }
    .tz-menu-items { padding: 0 4px; }
    .tz-menu-item { padding: 14px 0; }
    .tz-menu-item__head { gap: 10px; }
    .tz-menu-item__name { font-size: 14px; }
    .tz-menu-item__price { font-size: 12px; letter-spacing: 0; }
    .tz-menu-item__price-label { font-size: 11px; margin-right: 4px; }
    .tz-menu-item__price-tax { font-size: 10px; margin-left: 2px; }
    .tz-menu-item__note { font-size: 11px; }
    .tz-menu__footer-note { font-size: 11px; padding: 16px 0 0; }
  }

  /* ==========================================================================
     MOBILE RESPONSIVE — new pages (NEWS list/article, SHOP list/detail)
     ========================================================================== */
  @media (max-width: 600px) {
    /* SHOPLIST (TOP内) */
    .tz-shopslist { padding: 48px 16px; }
    .tz-shopslist__title { margin-bottom: 28px; }
    .tz-shopslist__title h2 { font-size: 22px; }
    .tz-shopslist__cards { grid-template-columns: 1fr; gap: 24px; }
    .tz-shopslist__body { padding: 18px 4px 0; }
    .tz-shopslist__name { font-size: 22px; }
    /* エリア見出しで区切るブランドの SP 調整（Issue #241 A-7 / A-8）。
       たき澤は区切りが無いので本番の値のまま。 */
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__cards { gap: 36px; }
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__body { padding: 16px 4px 0; }
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shopslist__area { margin-bottom: 6px; }

    /* NEWS TOPICS (TOP内) */
    .tz-newstopics { padding: 48px 16px; }
    .tz-newstopics__title { margin-bottom: 24px; }
    .tz-newstopics__title h2 { font-size: 22px; }
    .tz-newstopics__row { padding: 18px 4px; }
    .tz-newstopics__row dt { gap: 8px; flex-direction: column; align-items: flex-start; }
    .tz-newstopics__row dt time { font-size: 12px; }
    .tz-newstopics__heading { font-size: 15px; line-height: 1.55; }
    .tz-newstopics__row dd { font-size: 12px; margin-top: 6px; }

    /* SHOP DETAIL */
    .tz-shop-wrap { padding: 28px 16px 56px; }
    /* Hero 画像→「SHOP / MENU」ラベルまでの上下余白をトップページ (Hero→content 24px) と
       揃える。SP のみ Hero margin-bottom 0 + Hero 直後の wrap padding-top 24 + title-block
       padding-top 0 で合計 24px に詰める。PC は title-block padding-top 88px のまま余裕を残す。 */
    .tz-shop__hero { margin-bottom: 0; }
    .tz-shop__hero + .tz-shop-wrap { padding-top: 24px; }
    .tz-shop__hero + .tz-shop-wrap > .title-block { padding-top: 0; }
    .tz-shop__info { margin-bottom: 28px; }
    /* メニューリンクを情報欄の中に置くブランドは、情報欄の下余白を持たせない
       （リンクが情報欄の一部として続くため。Issue #241 A-16） */
    :where(#wrap.tz-standard-template, #wrap.tz-theme-kurabu) .tz-shop__info { margin-bottom: 0; }
    .tz-shop__info-heading { font-size: 15px; margin: 16px 0 4px; }
    .tz-shop__info p { font-size: 14px; }
    .tz-shop__info p.tel,
    .tz-shop__info p.tz-shop__email { font-size: 19px; }
    .tz-shop__menu-section { margin: 40px auto 28px; }
    .tz-shop__back { margin-top: 40px; padding-top: 24px; }
    .tz-shop__back a { padding: 10px 28px; font-size: 13px; }

    /* Generic title (shop / article) */
    .gen-title { font-size: 22px; }

    /* NEWS LIST PAGE */
    .tz-news-wrap { padding: 28px 16px 56px; }
    .tz-news-toggle { justify-content: stretch; margin-bottom: 18px; }
    .tz-news-toggle__btn { flex: 1; padding: 10px 0; text-align: center; font-size: 11px; }
    .tz-news-titlebar { padding: 22px 16px; margin-bottom: 24px; }
    .tz-news-titlebar__heading { font-size: 22px; }
    .tz-news-card__link { padding: 18px 4px; gap: 12px; }
    .tz-news-card__title { font-size: 16px; padding-left: 8px; border-left-width: 3px; }
    .tz-news-card__excerpt { font-size: 13px; line-height: 1.7; }
    .tz-news-card__date { font-size: 12px; }
    .tz-news-grid { grid-template-columns: 1fr; gap: 22px; }
    .tz-news-grid__title { font-size: 15px; }
    .tz-news-grid__excerpt { font-size: 12px; }

    /* ARTICLE PAGE */
    .tz-article-wrap { padding: 28px 16px 56px; }
    .tz-article { padding: 0; }
    .tz-article__lead { font-size: 15px; line-height: 1.85; margin-bottom: 22px; }
    .tz-article__hero { margin: 24px 0; }
    .tz-article__body { font-size: 14px; line-height: 1.95; }
    .tz-article__inline-figure { margin: 24px 0; }
    .tz-return-nav { margin-top: 36px; padding-top: 20px; }
    .tz-return-link { padding: 10px 28px; font-size: 13px; }

    /* BREADCRUMB */
    .tz-breadcrumb { font-size: 12px; margin-bottom: 20px; word-break: break-all; }

    /* PREVIEW NAV (開発用ページ切り替え) */
    .preview-nav { padding: 8px 12px !important; gap: 6px !important; flex-wrap: wrap; }
    .preview-nav button { font-size: 11px !important; padding: 6px 10px !important; }
  }

  /* ===== CAROUSEL (Hero / ShopDetail 共用 / クロスフェード + タッチスワイプ) ===== */
  .tz-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0a0907;
    touch-action: pan-y;
  }
  /* Hero 用：旧ベタ画像 slide01.jpg (1200x624) と同比率の固定枠。max-height 800px は旧 #slider 踏襲 */
  .tz-hero-slider {
    aspect-ratio: 1200 / 624;
    max-height: 800px;
    background-color: #696969;
  }
  @media (max-width: 600px) {
    .tz-hero-slider {
      aspect-ratio: auto;
      height: 100vh;
      max-height: none;
    }
  }
  .tz-carousel__track {
    position: absolute;
    inset: 0;
  }
  .tz-carousel__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    /* GPU 合成レイヤ化（ブラウザが各スライドを別レイヤで描画 → 透明度変化が滑らか） */
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
    /* シンプルなクロスフェード。ease で中央通過を速めて半透明重なり時間を短縮 */
    transition: opacity 2.5s ease;
  }
  .tz-carousel__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .tz-carousel__dots {
    position: absolute;
    /* Hero の下に被さる NEWS バナー (margin-top: -54px / height ~52px) を避けるため上に逃がす */
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* 沢村 (b-sawamura.com/shop/28/) 実測: ドット 10px + gap 16px = 中心間隔 26px に揃える */
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
  }
  .tz-carousel__dot {
    /* 沢村実測: 10x10px の円、白塗り + 薄グレー枠 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgb(228, 227, 227);
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease;
    box-shadow: none;
  }
  .tz-carousel__dot:hover { background: rgb(228, 227, 227); }
  /* Takizawa uses its own fallback; standard brands supply their current-site color. */
  .tz-carousel__dot.is-active { background: var(--std-carousel-active); }

  @media (prefers-reduced-motion: reduce) {
    .tz-carousel__slide { transition: none; }
  }
  @media (max-width: 600px) {
    .tz-carousel__dots { bottom: 70px; gap: 16px; }
    .tz-carousel__dot { width: 10px; height: 10px; border-width: 1px; }
  }
  /* ShopDetail のカルーセルは下に NEWS バーが無いので、ドット位置を画像内下部に戻す */
  .tz-shop__hero .tz-carousel__dots { bottom: 14px; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ===== Standard brand theme colors (from public/originals/* CSS) ===== */

#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) {
  min-height: 100vh;
  background-color: var(--std-bg);
  color: var(--std-text);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) a,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) a:link,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) a:visited {
  color: var(--std-link);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-auto-link {
  color: var(--std-link) !important;
  text-decoration: underline !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tz-standard-template .tz-breadcrumb {
  color: var(--std-muted);
}
.tz-standard-template .tz-breadcrumb a {
  color: var(--std-link) !important;
}
.tz-standard-template .tz-breadcrumb .sep {
  color: var(--std-muted);
}
/* 予約ボタンは 9 ブランドとも同じ見た目（#e3ab00）。ブランドごとの出し分けはしない。
   蔵部とたき澤はテーマ変数の経路が違うので、セレクタを明示して同じ規則へ載せる。 */
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita, .tz-theme-kurabu, .tz-theme-takizawa) .tz-reservation-cta,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita, .tz-theme-kurabu, .tz-theme-takizawa) .tz-nav__reservation a {
  background: #e3ab00;
  border-color: #e3ab00;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita, .tz-theme-kurabu, .tz-theme-takizawa) .tz-reservation-cta:hover,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita, .tz-theme-kurabu, .tz-theme-takizawa) .tz-nav__reservation a:hover {
  background: #c89500;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #fxmenubox,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #fxmenu {
  background-color: var(--std-nav);
  color: var(--std-nav-text);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #onitem .menu li a,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #fxmenu .menu li a,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #footbox a,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-news a {
  color: var(--std-nav-text) !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #slidebox,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #slider,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-slider,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-carousel,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shopslist__thumb,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card__thumb,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card__thumb--empty,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-grid__thumb,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-grid__thumb--empty {
  background-color: var(--std-thumb);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #concept,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .concept-row__body,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shopslist,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-newstopics,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop-wrap,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-wrap,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article-wrap,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-main {
  color: var(--std-text);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__intro p,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-pager__status,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article__lead {
  color: var(--std-text);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__info a:not(.tz-reservation-cta),
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-back a {
  color: var(--std-link) !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shopslist__area,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__info h4,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-tab.is-active,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-sub__title,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-news__label {
  color: var(--std-accent);
  border-color: var(--std-accent);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article__title {
  color: var(--std-text);
  border-left-color: var(--std-accent);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-grid__title,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card__title {
  border-left-color: var(--std-border);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shopslist__title .en,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-newstopics__title .en,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-titlebar .en,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-titlebar .en,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article__meta,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article__hero figcaption,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-article__inline-figure figcaption,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-news__date,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-grid__date,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card__date,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-card__sub,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-card__hint,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-sub__lead,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-item__note,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-item__price-label,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-item__price-tax,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu__footer-note,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-note,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card__excerpt,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-empty,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-newstopics__row dd,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .title-block .label,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__note,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-pager__total {
  color: var(--std-muted);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-titlebar,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-titlebar {
  background: var(--std-panel);
  border-color: var(--std-border);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-titlebar__heading,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-titlebar h2 {
  color: var(--std-panel-text) !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-titlebar .en,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-titlebar .en {
  color: var(--std-panel-text);
  opacity: 0.75;
}

#wrap:is(.tz-theme-matsubara-an, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .pagetop img {
  filter: brightness(0);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-card:last-child,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-tabs,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-item,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu__footer-note,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__back {
  border-color: var(--std-border);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-card,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-pager__btn,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-back a,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__back a {
  background: var(--std-card-bg);
  border-color: var(--std-border);
  color: var(--std-button-text) !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-menu-card:hover,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-pager__btn:hover,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-back a:hover,
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-shop__back a:hover {
  background: var(--std-card-hover);
  border-color: color-mix(in srgb, var(--std-border) 80%, #000);
  color: color-mix(in srgb, var(--std-button-text) 80%, #000) !important;
  opacity: 1;
  transform: none;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-back a {
  display: inline-block;
  padding: 12px 36px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  font-size: 13px;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-toggle__btn {
  color: var(--std-muted) !important;
  border-color: var(--std-border);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-toggle__btn:hover {
  background: var(--std-card-hover);
  color: var(--std-button-text) !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-news-toggle__btn.is-active {
  background: var(--std-panel-text);
  border-color: var(--std-panel-text);
  color: var(--std-panel) !important;
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-news a {
  background: var(--std-hero-news-bg);
  border-color: var(--std-accent);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .tz-hero-news a:hover {
  background: var(--std-hero-news-hover);
  border-color: var(--std-accent);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #headarea {
  background-image: none;
  background: linear-gradient(
    to right,
    var(--standard-theme-top-band-left) 50%,
    var(--standard-theme-top-band-right) 50%
  );
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #footbox {
  background-image: none;
  background: linear-gradient(
    to right,
    var(--standard-theme-footer-band-left) 50%,
    var(--standard-theme-footer-band-right) 50%
  );
  color: var(--std-nav-text);
}
#wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .copy {
  color: var(--std-nav-text);
}
@media (max-width: 480px) {
  #wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #fxmenu {
    background-color: var(--std-nav);
  }
  #wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .btn-fxmenu {
    background: var(--std-hamburger-bg);
  }
  #wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) .btn-fxmenu span {
    background-color: var(--std-nav-text);
  }
}

/* ===== Standard template purpose colors =====
   Values are supplied by standardThemeStyle(). Keep this block semantic so a
   color from one legacy brand cannot leak into another brand's UI purpose. */
.tz-standard-template {
  --std-link-hover: var(--standard-theme-link-hover);
  --std-heading-bar: var(--standard-theme-heading-bar);
  --std-store-heading: var(--standard-theme-store-heading);
  --std-store-link: var(--standard-theme-store-link);
  --std-dark-panel-muted: var(--standard-theme-dark-panel-muted);
  --std-dark-panel-label: var(--standard-theme-dark-panel-label);
  --std-hero-news-text: var(--standard-theme-hero-news-text);
  --std-hero-news-date: var(--standard-theme-hero-news-date);
  --std-hero-news-label: var(--standard-theme-hero-news-label);
  --std-top-news-heading: var(--standard-theme-top-news-heading);
  --std-top-news-date: var(--standard-theme-top-news-date);
  --std-store-list-area: var(--standard-theme-store-list-area);
  --std-menu-accent: var(--standard-theme-menu-accent);
  --std-interactive-border: var(--standard-theme-interactive-border);
  --std-carousel-active: var(--standard-theme-carousel-active);
  --std-mobile-arrow: var(--standard-theme-mobile-arrow);
  --std-mobile-tel-active: var(--standard-theme-mobile-tel-active);
  --std-footer-divider: var(--standard-theme-footer-divider);
  --std-hero-logo-top: var(--standard-theme-hero-logo-top);
  /* 用途を分けた変数。標準テンプレートでは元の 1 色に揃える（見た目は変わらない）。
     たき澤は本番で用途ごとに色が違うので、ブランド CSS 側で別々の値を入れる。 */
  --std-section-bar: var(--std-heading-bar);
  --std-menu-lead: var(--std-muted);
  --std-badge-border: var(--std-border);
  --std-row-border: var(--std-border);
  --std-row-hover: var(--std-card-hover);
}
#wrap.tz-standard-template .tz-auto-link:hover {
  color: var(--std-link-hover) !important;
  text-decoration: none !important;
}
#wrap.tz-standard-template .concept-row__body a:hover,
#wrap.tz-standard-template .tz-article__body a:hover {
  color: var(--std-link-hover) !important;
  text-decoration: none !important;
}
.tz-standard-template .hl02 {
  border-left-color: var(--std-heading-bar);
}
.tz-standard-template .tz-shop__info-heading {
  color: var(--std-store-heading);
  font-weight: 800;
  font-size: 18px;
}
.tz-standard-template .tz-shop__info h4 {
  color: var(--std-store-heading);
  font-weight: 800;
  font-size: 18px;
}
#wrap.tz-standard-template .tz-shop__info a:not(.tz-reservation-cta) {
  color: var(--std-store-link) !important;
}
#wrap.tz-standard-template .tz-shop__info a:not(.tz-reservation-cta):hover {
  color: var(--std-link-hover) !important;
}
.tz-standard-template .tz-news-titlebar .en,
.tz-standard-template .tz-menu-titlebar .en {
  color: var(--std-dark-panel-muted);
}
.tz-standard-template .tz-news-titlebar__heading,
.tz-standard-template .tz-menu-titlebar h2 {
  color: var(--std-dark-panel-label) !important;
}
.tz-standard-template .tz-hero-news a {
  color: var(--std-hero-news-text) !important;
  border-color: var(--std-hero-news-label) !important;
}
.tz-standard-template .tz-hero-news a:hover {
  color: var(--std-hero-news-text) !important;
  border-color: var(--std-hero-news-label) !important;
}
.tz-standard-template .tz-hero-news__date {
  color: var(--std-hero-news-date) !important;
}
.tz-standard-template .tz-hero-news__label {
  color: var(--std-hero-news-label) !important;
  border-color: var(--std-hero-news-label);
}
.tz-standard-template .tz-newstopics__heading {
  color: var(--std-top-news-heading);
}
.tz-standard-template .tz-newstopics__row dt time {
  color: var(--std-top-news-date);
}
#wrap.tz-standard-template .tz-shopslist__area,
#wrap.tz-standard-template .tz-shopslist__badge {
  color: var(--std-store-list-area);
}
#wrap.tz-standard-template .tz-menu-tab.is-active,
#wrap.tz-standard-template .tz-menu-sub__title {
  color: var(--std-menu-accent);
  border-color: var(--std-menu-accent);
}
.tz-standard-template .tz-menu-card:hover,
.tz-standard-template .tz-pager__btn:hover,
.tz-standard-template .tz-news-back a:hover,
.tz-standard-template .tz-shop__back a:hover {
  border-color: color-mix(in srgb, var(--std-border) 80%, #000);
  color: color-mix(in srgb, var(--std-button-text) 80%, #000) !important;
}
.tz-standard-template .tz-article__title,
.tz-standard-template .tz-news-grid__title,
.tz-standard-template .tz-news-card__title {
  border-left-color: var(--std-heading-bar) !important;
}
.tz-standard-template .tz-carousel__dot.is-active {
  background: var(--std-carousel-active);
}
.tz-standard-template .footmenu1 {
  border-left-color: var(--std-footer-divider);
}
@media (max-width: 900px) {
  .tz-standard-template #fxmenu .menu li a::after {
    color: var(--std-mobile-arrow);
  }
  }
@media (max-width: 480px) {
  .tz-standard-template .tz-shop__info p.tel a:active {
    color: var(--std-mobile-tel-active) !important;
  }
}

/* On phones the two legacy half-width footer bands become two full-width rows.
   Keeping the desktop horizontal gradient behind stacked content caused a split
   background and side overflow once the footer navigation wrapped. */
/* 蔵部は共通テンプレート（tz-standard-template）に乗っていないが、SP フッターの扱いは
   同じにする。乗っていなかったため旧サイト由来の直書き色（#514e4d / #2f2405）が残り、
   PC のグレー 2 トーンと色が食い違っていた。 */
@media screen and (max-width: 480px) {
  #wrap.tz-standard-template #footbox,
  #wrap.tz-theme-kurabu #footbox {
    background: var(--standard-theme-footer-band-right);
  }
  #wrap.tz-standard-template #footbox .midbox,
  #wrap.tz-theme-kurabu #footbox .midbox {
    padding-left: 0;
    padding-right: 0;
  }
  #wrap.tz-standard-template #foot,
  #wrap.tz-theme-kurabu #foot {
    display: block;
    gap: 0;
  }
  #wrap.tz-standard-template #f_left,
  #wrap.tz-standard-template #f_right,
  #wrap.tz-theme-kurabu #f_left,
  #wrap.tz-theme-kurabu #f_right {
    width: 100%;
    max-width: none;
  }
  /* 現行サイトの SP はコピーライトが右寄せ（実測: 蔵部・酢重とも text-align: right、
     テキスト右端が画面右から 5%）。中央寄せにすると現行とズレる */
  #wrap.tz-standard-template #f_right,
  #wrap.tz-theme-kurabu #f_right {
    padding-left: max(20px, 5%);
    padding-right: max(20px, 5%);
    text-align: right;
  }
  #wrap.tz-standard-template #foot .dummy,
  #wrap.tz-theme-kurabu #foot .dummy {
    display: none;
  }
}
@media (min-width: 481px) {
  #wrap.tz-standard-template #onitem #logo {
    position: absolute;
    top: var(--standard-hero-logo-desktop-top);
    left: 0;
    right: 0;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    flex: none;
  }
  #wrap.tz-standard-template #onitem #logo img {
    width: auto;
    height: auto;
    max-width: min(70vw, var(--standard-hero-logo-desktop-max-width));
    max-height: var(--standard-hero-logo-desktop-max-height);
  }
}
@media (max-width: 480px) {
  #wrap.tz-standard-template #logo-mobile {
    top: var(--standard-hero-logo-mobile-top);
  }
  #wrap.tz-standard-template #logo-mobile img {
    width: auto;
    height: auto;
    max-width: var(--standard-hero-logo-mobile-max-width);
    max-height: var(--standard-hero-logo-mobile-max-height);
  }
}
/* SP でフッターの左右 2 バンドを縦に積むとき、現行サイトはどのブランドも
   「フッター全体 = PC の右の色 / メニューブロック(#f_left) = PC の左の色」の 2 段になる
   （酢重・川上庵・松原庵・東蔵・松乃下の現行 CSS と実サイトで実測・2026-08-14）。
   ここは band-right を当てており #footbox と同色＝2 段にならなかったので band-left に直す。 */
@media (max-width: 480px) {
  #wrap:is(.tz-theme-suju, .tz-theme-kawakamian, .tz-theme-matsubara-an, .tz-theme-ginza-sanada, .tz-theme-breaditbe, .tz-theme-azumagura, .tz-theme-matsunoshita) #f_left {
    background-color: var(--std-footer);
  }
  /* 蔵部の現行 SP は #514e4d / #2f2405 で、これは酢重の PC 左右の色そのもの
     （旧サイト制作時のコピー残り）。蔵部自身の PC 左右の色に揃える */
  }

/* ===== Standard reservation navigation ===== */
.tz-nav__reservation-dropdown {
  position: relative;
}
.tz-nav__reservation-dropdown > button {
  display: block;
  min-height: 32px;
  padding: 7px 16px;
  border: 1px solid #e3ab00;
  border-radius: 6px;
  background: #e3ab00;
  color: #fff;
  font: inherit;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}
.tz-nav__reservation-dropdown > button:hover,
.tz-nav__reservation-dropdown > button:focus-visible {
  background: #c89500;
  border-color: #c89500;
}
.tz-nav__reservation-menu {
  display: none;
}
.tz-nav__reservation-dropdown.is-open > .tz-nav__reservation-menu,
.tz-nav__reservation-dropdown:hover > .tz-nav__reservation-menu {
  display: flex;
}
#onitem .menu .tz-nav__reservation-menu,
#fxmenu .menu .tz-nav__reservation-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 30;
  width: max-content;
  min-width: 220px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  background: #e3ab00;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
#onitem .menu .tz-nav__reservation-dropdown.is-open > .tz-nav__reservation-menu,
#onitem .menu .tz-nav__reservation-dropdown:hover > .tz-nav__reservation-menu,
#fxmenu .menu .tz-nav__reservation-dropdown.is-open > .tz-nav__reservation-menu,
#fxmenu .menu .tz-nav__reservation-dropdown:hover > .tz-nav__reservation-menu {
  display: flex;
}
#onitem .menu .tz-nav__reservation-menu li,
#fxmenu .menu .tz-nav__reservation-menu li {
  width: 100%;
  border: 0;
}
#wrap.tz-standard-template #onitem .menu .tz-nav__reservation-menu a,
#wrap.tz-standard-template #fxmenu .menu .tz-nav__reservation-menu a {
  display: block;
  height: auto;
  padding: 11px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff !important;
  font-size: clamp(10px, 1.1vw, 13px);
  text-align: left;
  white-space: nowrap;
}
#wrap.tz-standard-template #onitem .menu .tz-nav__reservation-menu a:hover,
#wrap.tz-standard-template #fxmenu .menu .tz-nav__reservation-menu a:hover {
  background: #c89500;
  color: #fff !important;
  opacity: 1;
}

/* 店舗一覧と店舗詳細で予約ボタンの大きさと余白を揃える。
   9 ブランドとも同じデザインにするので、テーマ経路の違う蔵部とたき澤も同じ規則へ載せる。 */
.tz-standard-template .tz-shopslist__card .tz-reservation-cta,
.tz-standard-template .tz-shop__reservation-link,
#wrap.tz-theme-kurabu .tz-shopslist__card .tz-reservation-cta,
#wrap.tz-theme-kurabu .tz-shop__reservation-link,
#wrap.tz-theme-takizawa .tz-shopslist__card .tz-reservation-cta,
#wrap.tz-theme-takizawa .tz-shop__reservation-link {
  width: min(240px, calc(100% - 32px));
  max-width: 240px;
}
.tz-standard-template .tz-shop__reservation-link .tz-reservation-cta,
#wrap.tz-theme-kurabu .tz-shop__reservation-link .tz-reservation-cta,
#wrap.tz-theme-takizawa .tz-shop__reservation-link .tz-reservation-cta {
  padding: 11px 16px;
}

@media (max-width: 900px) {
  .tz-standard-template #fxmenu .menu .tz-nav__reservation-dropdown > button {
    width: 100%;
    padding: 18px 12px;
    border: 0;
    border-radius: 6px;
    text-align: left;
    font-size: 16px;
  }
  .tz-standard-template #fxmenu .menu .tz-nav__reservation-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0 0 10px 14px;
    background: transparent;
    box-shadow: none;
  }
  .tz-standard-template #fxmenu .menu .tz-nav__reservation-menu li,
  .tz-standard-template #fxmenu .menu .tz-nav__reservation-menu li:first-child {
    border: 0;
  }
  #wrap.tz-standard-template #fxmenu .menu .tz-nav__reservation-menu a {
    padding: 13px 10px;
    font-size: 14px;
  }
  #wrap.tz-standard-template #fxmenu .menu .tz-nav__reservation-menu a::after {
    content: none;
  }
}
