/* Tokyo Wine Shop Navi — 全ページ共通UI（ヘッダー＋ハンバーガーメニュー） */
.tpn-hidden{display:none!important}

.tpn-appbar{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;
  height:52px;padding:0 8px 0 14px;background:rgba(250,246,239,.94);backdrop-filter:blur(8px);
  border-bottom:1px solid #ECE3D4;max-width:680px;margin:0 auto;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",sans-serif}
.tpn-appbar .brand{display:flex;align-items:center;font-size:1rem;font-weight:800;color:#2B2B2B;text-decoration:none}
.tpn-appbar .brand .logo{width:28px;height:28px;margin-right:6px;border-radius:7px;display:block}
.tpn-appbar .brand b{color:#7B1E3B;font-weight:800}
.tpn-appbar .burger{width:42px;height:42px;border:none;background:none;cursor:pointer;
  display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 9px}
.tpn-appbar .burger span{display:block;height:2.5px;border-radius:2px;background:#2B2B2B}

.tpn-menu-bg{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:70}
.tpn-menu{position:fixed;top:0;right:0;bottom:0;z-index:71;width:76%;max-width:300px;background:#fff;
  box-shadow:-4px 0 24px rgba(0,0,0,.14);display:flex;flex-direction:column;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Noto Sans JP",sans-serif}
.tpn-menu .mhead{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;
  border-bottom:1px solid #ECE3D4;font-weight:800;font-size:1.05rem}
.tpn-menu .mhead button{border:none;background:none;font-size:1.25rem;cursor:pointer}
.tpn-menu a{padding:15px 18px;text-decoration:none;color:#2B2B2B;font-weight:700;font-size:.98rem;border-bottom:1px solid #ECE3D4}
.tpn-menu a:active{background:#FAF6EF}

/* ワイン版：EC バッジ / 酒類の注意書き（全ページ共通で読み込み） */
.badges .b-ec{display:inline-block;font-style:normal;font-size:.72rem;font-weight:700;
  color:#7B1E3B;background:#F3E7EC;border:1px solid #E3C9D2;border-radius:999px;padding:1px 7px;margin:2px 4px 0 0}
.tpn-legal-note{max-width:680px;margin:18px auto 8px;padding:10px 14px;font-size:.78rem;line-height:1.6;
  color:#7A5;color:#8a6b74;background:#FAF3F5;border:1px solid #EBD9DF;border-radius:10px}
