/* === 基本設定・全体レイアウト === */
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'M PLUS Rounded 1c', 'HG創英丸ﾎﾟｯﾌﾟ体', 'Comic Sans MS', cursive, sans-serif;
}

/* ハンバーガーメニューの初期非表示・PC非表示 */
.hamburger {
  display: none;
}

.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* background: #fff; */
  /* border-bottom: 3px solid #e25c21; */
  width: auto;
  max-width: 98vw;   /* 画面端ピッタリを防ぐ */
  margin: 8px auto 4px auto;/* ← 上18px・左右自動・下0px で少し下げて中央寄せ */
  padding-left: 18px;   /* ← 左右余白（調整可） */
  padding-right: 18px;
  border-radius: 18px 18px 30px 30px; /* 丸みを少し大きくしても◎ */
  box-sizing: border-box;
  z-index: 99;
}

.global-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  font-size: 1.25em;
  color: #000;
  background: #e98d76;
  border-right: 3px solid #d34523;
  border-bottom: 3px solid #d34523;
  border-radius: 12px 12px 12px 12px;
  margin: 0 6px 0 0;
  padding: 18px 0 13px 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.14s;
}

.global-nav a:last-child {
  margin-right: 0;
}

.global-nav a:hover, .global-nav a:focus {
  background: linear-gradient(90deg, #ffd7c6 60%, #ffeddc 100%);
  color: #a0522d;
  box-shadow: 0 2px 16px 0 rgba(233, 145, 86, 0.14);
  transform: translateY(-2px);
}

/* 念のため：hover拡大を使いたい場合でも横溢れは切る */
.global-nav { overflow-x: hidden; } /* or hidden（clip推奨） */

.global-nav,
.global-nav.open {
  max-height: 95vh;
  overflow-y: auto;
}

.global-nav {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.menu-container {
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 24px;
}

/* === ヘッダー・見出し === */
.menu-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  white-space: normal;
  /* margin-bottom: 18px;
  font-size: 2.2em;
  font-weight: bold;
  color: #6d675b;
  letter-spacing: 0.08em; */
}

.heading-icon {
  height: 48px;
  width: auto;
}

h1 {
  font-weight: 700;
  color: #b22222;
}

/* === 飲み方・飲み比べセット（トップの横並びブロック）=== */
.sake-flex-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 26px;
}

.sake-drinkstyle-block {
  padding: 14px 22px;
  border-radius: 10px;
  min-width: 330px;
}

.sake-title {
  font-weight: bold;
  font-size: 1.07em;
}

.sake-icons-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 5px;
}

.sake-img-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1em;
}

.sake-img-label img {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0;
  border: none;
}

.sake-compare-block {
  padding: 14px 22px 6px 22px;
  border-radius: 10px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.sake-compare-block .sake-title {
  margin-right: 8px;
}

.sake-compare-block .sake-price {
  color: #b22222;
  font-weight: bold;
  font-size: 1.08em;
  margin-left: 5px;
}

.sake-compare-caption {
  font-size: 0.97em;
  color: #744a4a;
  margin-top: 3px;
  text-align: right;
  line-height: 1.4;
}

.sake-compare-img-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

/* .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
} */

.sake-sanshu-img {
  width: 100px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 6px;
}

/* === 今月の名酒ボックス === */
.sake-month-box {
  border: 2px solid #b2a075;
  border-radius: 8px;
  padding: 12px 1px;
  margin: 18px 0 16px 0;
}

h2 {
  font-weight: 700;
  font-size: 1.10em;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  /* font-size: 1.8em;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 0px; */
}

#sake-month-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sake-choko-img {
  width: 38px;
  height: 28px;
  object-fit: contain;
  margin-left: 2px;
}

/* === 今月の名酒テーブル === */
.sake-month-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 6px;
  margin-bottom: 2px;
  table-layout: fixed;
  text-align: left;
}

.sake-month-table td {
  padding: 7px 5px;
  vertical-align: middle;
}

.sake-month-table .sake-face-td {
  min-width: 58px;
  width: 112px;
  text-align: right;
  padding-right: 8px;
  vertical-align: middle;
}

.sake-month-table .sake-face,
.sake-month-table .sake-face-mini {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-left: 2px;
  margin-right: 0;
  border-radius: 0;
  border: none;
}

.sake-month-table .sake-main-col {
  width: auto;
}

.sake-month-table .sake-price-col-1 {
  text-align: center;
  width: 14%;
}

.sake-month-table .sake-price-col-2 {
  text-align: center;
  width: 14%;
}

.sake-month-table .sake-icon-col {
  text-align: center;
  width: 14%;
}

.sake-month-table .sake-icon-col img {
  width: 100px;
  height: 36px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* === 日本酒テーブル（全リスト）=== */
.sake-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto 28px auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(120,100,80,0.04);
  font-size: 1.04em;
  overflow: hidden;
}

.sake-table th,
.sake-table td {
  padding: 8px 6px;
  vertical-align: middle;
}

.sake-table th {
  color: #665a4a;
  font-weight: 700;
}

.sake-table th:nth-child(2),
.sake-table td:nth-child(2) {
  text-align: left;
}

.sake-face-td,
.sake-month-table .sake-face-td {
  min-width: 58px;
  width: 112px;
  text-align: right;
  padding-right: 8px;
  vertical-align: middle;
}

.sake-face,
.sake-face-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 0;
  border: none;
  margin-left: 2px;
  margin-right: 0;
}

.sake-icons-td {
  text-align: center;
  vertical-align: middle;
}

.sake-icons-td img {
  width: 100px;
  height: 36px;
  object-fit: contain;
}

.sake-table th,
.sake-table td {
  vertical-align: middle;
}

.sake-table th:nth-child(3),
.sake-table td:nth-child(3) {
  text-align: center;
}

.sake-table th:nth-child(4),
.sake-table td:nth-child(4) {
  text-align: center;
}

.sake-icons-td,
.sake-table th:last-child {
  width: 112px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.sake-icons-td img,
.sake-icon-col img {
  width: 100px;
  height: 36px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* === 汎用 === */
.sake-main-col .sake-label,
.sake-main-col .sake-desc,
.sake-table .sake-label,
.sake-table .sake-desc {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.sake-label {
  font-size: 0.9em;
}

.sake-desc {
  font-size: 0.8em;
}

.sake-label ruby rt {
  font-size: 0.7em;
  color: #a38c6b;
  font-weight: normal;
}

.sake-label ruby {
  ruby-align: center;
}

/* === 価格スタック === */
.sake-price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sake-price-label {
  font-size: 0.9em;
  color: #b22222;
  letter-spacing: 0.03em;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.0;
}

.sake-price {
  font-weight: bold;
  font-size: 1.05em;
  color: #b22222;
  margin-top: 0;
  line-height: 1.1;
}

.sake-label-mobile {
  display: none;
  font-size: 0.93em;
  color: #b22222;
  letter-spacing: 0.01em;
}

.breadcrumbs {
  margin-top: 10px;
}

.breadcrumbs ol{
  display:flex;
  list-style: none;
  padding: 10px 20px 10px 20px;
  white-space: normal;
  flex-wrap: wrap; 
  background: #fbd377;
  }

.breadcrumbs ol li{
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  border: none;
}

.breadcrumbs ol li:not(:last-child) {
 position: relative;
 padding-right: 50px;
}

.breadcrumbs ol li { position: relative; }  /* 配置の基準 */
.breadcrumbs ol li:not(:last-child)::after{
  content: ">";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0;
  right: 20px;
}

.breadcrumbs ol li a{
  text-decoration: none;
  font-family: inherit;
  cursor:pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.breadcrumbs ol li a:hover{
  opacity:.7;
}


/* === フッター === */
footer {
  /* font-family: 'M PLUS Rounded 1c', 'HG創英丸ﾎﾟｯﾌﾟ体', 'Comic Sans MS', cursive, sans-serif !important; */
  padding: 15px 0;
  border-top: 2px solid #ccc; /* ← 上部に薄めのグレーライン */      
  background: linear-gradient(to bottom, #ffffff, #aed4dd); /* 上→下のブルーグラデーション */
  color: #000; /* ナビと統一：黒文字 */
  text-align: center;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;  
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.footer-logo {
  height: 48px;
  flex-shrink: 0;
}

.footer-copy { 
  margin: 0;  
  font-size: 0.95em;
  white-space: normal;
}

.footer-sns-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.footer-sns-icons img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.sns-links {
  display: flex;
  gap: 10px;
}

.sns-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* パンくず＆フッターの a を“自分内はみ出し”から守る */
.breadcrumbs a,
.footer-copy a {
  display: inline-block;  /* 必要に応じて block にしてもOK */
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

    
#page-Top, .top-btn {
  display: none;                /* 初期は非表示 */
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 999;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 245, 0.96); /* ほんのりアイボリー */
  color: #c84a1c;
  font-weight: bold;
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  font-size: 0.8em;
  border: 2px solid #e25c21;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(128, 128, 128, 0.16);
  cursor: pointer;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  font-family: 'Yu Mincho', 'Hiragino Mincho Pro', serif;
  transition: box-shadow 0.2s, background 0.2s, transform 0.12s;
}

.top-btn { box-sizing: border-box; width: 40px; height: 40px; }

#page-Top .top-arrow {
  font-size: 1em;
  display: block;
  line-height: 1; 
  margin-top: 3px;
  font-family: inherit;
  /* letter-spacing: 0; */
}

#page-Top .top-text {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  margin-top: 5px;
  line-height: 1;
}

#page-Top:hover,
#page-Top:focus {
  background: #ffeedd;
  box-shadow: 0 8px 20px rgba(255, 209, 150, 0.6);  /* ← rgba推奨 */
  color: #a0522d;
  transform: translateY(-2px) scale(1.05);
  outline: none;
}

ul, p {
  line-height: 1.6;
}

/* 1) キーボード操作時だけ、はっきり見えるフォーカスリングを表示 */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff9900;   /* WCAG 2.2の推奨に沿いコントラストの高い色 */
  outline-offset: 3px;
  border-radius: 4px;
}

/* 2) マウス利用者向け：ホバー時は軽い視覚変化（下線など） */
a:hover {
  text-decoration: underline;   /* お好みで box-shadow にしてもOK */
}

/* 3) タップ（スマホ）でのフィードバック */
a:active,
button:active {
  transform: scale(0.98);       /* 軽い押下感、不要なら削除OK */
}

/* 4) iOS/Androidのタップ時ハイライトを見やすく */
:root {
  -webkit-tap-highlight-color: rgba(255,153,0,0.25);
}

/* 5) 小さなアイコンリンクも 44×44px 以上のタップ領域を確保 */
.sns-icons a,
.footer-sns-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 8px;
}
.sns-icons a:focus-visible img,
.footer-sns-icons a:focus-visible img {
  transform: scale(1.12);
  transition: transform 0.2s;
}

/* 6) 箇条書き内リンクなど、親要素ごとフォーカスを強調したい場合（任意） */
.menu-highlight li:focus-within {
  outline: 2px dashed #ff9900;
  outline-offset: 4px;
  border-radius: 6px;
}

/* 7) 動きに弱い方の配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

a:focus {
  outline: 2px solid #d2691e; /* フォールバック */
  outline-offset: 3px;
}

a:focus:not(:focus-visible) {
  outline: none; /* マウスクリックでは消す */
}

/* --- レスポンシブ --- */ 
@media (max-width: 427px) {  

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
  z-index: 110;
  border: 2px solid #e25c21;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
  transition: background 0.2s, box-shadow 0.2s;
   /* ↓追加: overflowをvisibleにしておくことで、はみ出し防止 */
  /* overflow: visible; */
  cursor: pointer;
  }
  
.hamburger span {
  /* display: block; */
  position: absolute;
  width: 28px;
  height: 3.5px;
  left: 11px;
  right: 11px;
  margin: 0 auto;
  border-radius: 2px;
  background: #c84a1c;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; } 
.hamburger span:nth-child(2) { top: 18px; } /* 23から変更 */
.hamburger span:nth-child(3) { top: 26px; } /* 32から変更 */

/* open時 */
.hamburger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger .menu-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 32px; /* 三本線との間隔調整、必要に応じて調整 */
  color: #d34523;
  font-weight:bold;
  font-size: 0.6em;
  font-family: 'Yu Mincho', serif;
  text-align: center;
  /* user-select: none;
  pointer-events: none; */
  transition: opacity 0.2s;
  opacity: 1;
}

/* メニュー展開(open)時は非表示 */
.hamburger.open .menu-label {
  opacity: 0;
  pointer-events: none;
}

/* close-labelを下に（絶対位置→相対位置＆マージン）*/
.hamburger .close-label {
  display: none;      /* blockから修正 */
  position: absolute; /* relativeから修正　追加：spanの下に通常配置 */
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 32px;   /* ×より下に下げる（必要に応じて調整） */
  /* margin: 0 auto; */
  border: none;
  background: none;
  color: #a0522d;  
  font-size: 0.7em; /* 0.92から修正 */
  font-family: 'Yu Mincho', serif;
  /* letter-spacing: 0.1em; */
  text-align: center;
  box-shadow: none;
  /* pointer-events: none; */ /* クリック無効（お好みで） */
  /* user-select: none; */
  /* line-height: 1.2; お好みで */
}

/* メニューを開いたときのみ表示 */
.hamburger.open .close-label {
  display: block;
}

.hamburger:hover,
.hamburger:focus {
  background: #fffbe6;        /* ホバー時ほんのり色変更 */
  box-shadow: 0 4px 18px #ffae3b77;
}

/* おまけ：タップエリアが分かりやすいように */
.hamburger:active {
  background: #ffeedd;
}
    
.global-nav {
  display: none;
  position: fixed;
  z-index: 108;
  flex-direction: column;
  align-items: stretch;
  width: 95vw;
  top: 0;
  left: 2.5vw;
  right: 2.5vw;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: #fffdfa;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.32s cubic-bezier(.6,0,.4,1);
  transform: translateY(-120%);
  }
.global-nav.open {
  display: flex;
  flex-direction: column; 
  transform: translateY(0);   /* 表示時は上から降りてくる */
  width: 92vw;        /* ← お好みで調整、90～95vwが一般的 */
  left: 4vw;
  right: 4vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.global-nav a {
  margin: 0;
  padding: 22px 0 18px 0;
  border-right: none;
  border-bottom: 1.5px solid #f5b292;
  border-radius: 0;
  background: transparent;
  color: #d34523;
  font-size: 1.14em;
  text-align: center;
}

.menu-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 20px;
  /* margin-right: 50px; */
  font-size: 1.4em;
  white-space: normal;
}

.heading-icon {
  height: 35px;
  width: auto;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: nowrap;  
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}

.footer-logo {
  height: 36px;
  flex-shrink: 0;
}
.footer-copy { 
  margin: 0;  
  font-size: 0.8em;
  white-space: normal;
}

.footer-sns-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 0px;
}

.footer-sns-icons img {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.footer-content { flex-wrap: wrap; }        /* 折り返し許可 */
.footer-copy { white-space: normal; }       /* 改行許可 */

.sns-links {
  display: flex;
  gap: 10px;
}

.sns-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
}
/* === モバイル対応・ブレイクポイント（600px以下） === */
@media (max-width: 600px) {

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
  z-index: 110;
  border: 2px solid #e25c21;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
  transition: background 0.2s, box-shadow 0.2s;
   /* ↓追加: overflowをvisibleにしておくことで、はみ出し防止 */
  /* overflow: visible; */
  cursor: pointer;
  }
  
.hamburger span {
  /* display: block; */
  position: absolute;
  width: 28px;
  height: 3.5px;
  left: 11px;
  right: 11px;
  margin: 0 auto;
  border-radius: 2px;
  background: #c84a1c;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; } 
.hamburger span:nth-child(2) { top: 18px; } /* 23から変更 */
.hamburger span:nth-child(3) { top: 26px; } /* 32から変更 */

/* open時 */
.hamburger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger .menu-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 32px; /* 三本線との間隔調整、必要に応じて調整 */
  color: #d34523;
  font-weight:bold;
  font-size: 0.6em;
  font-family: 'Yu Mincho', serif;
  text-align: center;
  /* user-select: none;
  pointer-events: none; */
  transition: opacity 0.2s;
  opacity: 1;
}

/* メニュー展開(open)時は非表示 */
.hamburger.open .menu-label {
  opacity: 0;
  pointer-events: none;
}

/* close-labelを下に（絶対位置→相対位置＆マージン）*/
.hamburger .close-label {
  display: none;      /* blockから修正 */
  position: absolute; /* relativeから修正　追加：spanの下に通常配置 */
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 32px;   /* ×より下に下げる（必要に応じて調整） */
  /* margin: 0 auto; */
  border: none;
  background: none;
  color: #a0522d;  
  font-size: 0.7em; /* 0.92から修正 */
  font-family: 'Yu Mincho', serif;
  /* letter-spacing: 0.1em; */
  text-align: center;
  box-shadow: none;
  /* pointer-events: none; */ /* クリック無効（お好みで） */
  /* user-select: none; */
  /* line-height: 1.2; お好みで */
}

/* メニューを開いたときのみ表示 */
.hamburger.open .close-label {
  display: block;
}

.hamburger:hover,
.hamburger:focus {
  background: #fffbe6;        /* ホバー時ほんのり色変更 */
  box-shadow: 0 4px 18px #ffae3b77;
}

/* おまけ：タップエリアが分かりやすいように */
.hamburger:active {
  background: #ffeedd;
}
    
.global-nav {
  display: none;
  position: fixed;
  z-index: 108;
  flex-direction: column;
  align-items: stretch;
  width: 95vw;
  top: 0;
  left: 2.5vw;
  right: 2.5vw;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: #fffdfa;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.32s cubic-bezier(.6,0,.4,1);
  transform: translateY(-120%);
  }
.global-nav.open {
  display: flex;
  flex-direction: column; 
  transform: translateY(0);   /* 表示時は上から降りてくる */
  width: 92vw;        /* ← お好みで調整、90～95vwが一般的 */
  left: 4vw;
  right: 4vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.global-nav a {
  margin: 0;
  padding: 22px 0 18px 0;
  border-right: none;
  border-bottom: 1.5px solid #f5b292;
  border-radius: 0;
  background: transparent;
  color: #d34523;
  font-size: 1.14em;
  text-align: center;
}

  .menu-container {
    padding: 0 1vw;
  }
.menu-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 20px;
  /* margin-right: 50px; */
  font-size: 1.4em;
  white-space: normal;
}
  .sake-flex-top {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .sake-drinkstyle-block,
  .sake-compare-block {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px 6px;
  }
  .sake-compare-block {
    min-width: unset;
    width: 100%;
    padding: 10px 6px 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .sake-compare-block > div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
  }
  .sake-compare-caption {
    margin-top: 8px;
    text-align: left;
    font-size: 0.97em;
  }
  .sake-compare-img-box {
    display: block;
    margin-top: 8px;
    width: 100%;
  }
  .sake-sanshu-img {
    width: 80px;
    height: 28px;
    margin-left: 0;
  }
  .sake-month-table tr,
  .sake-table tr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .sake-table tr {
    margin: 20px 0;
  }
  .sake-month-table .sake-main-col,
  .sake-table td:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: none;
    min-width: 0;
    flex: 1 1 60%;
    align-items: flex-start;
  }
  .sake-month-table .sake-face,
  .sake-table .sake-face,
  .sake-table .sake-face-img {
    width: 30px;
    height: 35px;
    margin: 0 2px 0 0;
    object-fit: contain;
  }
  .sake-month-table .sake-icon-col img,
  .sake-table .sake-icons-td img {
    width: 80px;
    height: 28px;
    margin-left: 0;
  }
  /* 個別：顔アイコンセル */
  .sake-face-td,
  .sake-month-table .sake-face-td {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    padding: 0 0 0 2vw !important;
    box-sizing: border-box;
  }
  /* 個別：今月の名酒の価格セル */
  .sake-month-table .sake-price-col-1 {
    display: inline-block;
    width: auto;
    padding-left: 76px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-month-table .sake-price-col-2 {
    display: inline-block;
    width: auto;
    padding-left: 20px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-month-table .sake-icon-col {
    display: block;
    width: 100%;
    padding-left: 76px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
  }
  /* 個別：日本酒リストテーブルの価格セル */
  .sake-table .sake-price-col-1 {
    display: inline-block;
    width: auto;
    padding-left: 76px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-table .sake-price-col-2 {
    display: inline-block;
    width: auto;
    padding-left: 20px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-table .sake-icons-td {
    display: block;
    width: 100%;
    padding-left: 76px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
  }
  .sake-face,
  .sake-face-img {
    width: 36px;
    height: 36px;
  }
  /* 今月の名酒：一合・二合を横並び（ラベルと値も横並び） */
  .sake-month-table .sake-price-col-1 .sake-price-stack,
  .sake-month-table .sake-price-col-2 .sake-price-stack {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
  }
  .sake-month-table .sake-price-col-1 .sake-price-label,
  .sake-month-table .sake-price-col-2 .sake-price-label {
    font-size: 0.95em;
    color: #b22222;
    font-weight: normal;
    margin-right: 5px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.01em;
    display: inline-block;
  }
  .sake-month-table .sake-price-col-1 .sake-price,
  .sake-month-table .sake-price-col-2 .sake-price {
    font-size: 1.05em;
    color: #b22222;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    text-align: left;
  }
  .sake-table .sake-price-col-1 .sake-label-mobile,
  .sake-table .sake-price-col-2 .sake-label-mobile {
    display: inline-block;
    font-size: 0.95em;
    color: #b22222;
    margin-right: 
  }
    /* テーブルtheadは隠す */
  .sake-table thead { display: none; }

.footer-content { flex-wrap: wrap; }        /* 折り返し許可 */
.footer-copy { white-space: normal; }       /* 改行許可 */
 }
    
@media (min-width: 601px) and (max-width: 768px) {

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 18px;
  z-index: 110;
  border: 2px solid #e25c21;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
  transition: background 0.2s, box-shadow 0.2s;
   /* ↓追加: overflowをvisibleにしておくことで、はみ出し防止 */
  /* overflow: visible; */
  cursor: pointer;
  }
  
.hamburger span {
  /* display: block; */
  position: absolute;
  width: 28px;
  height: 3.5px;
  left: 11px;
  right: 11px;
  margin: 0 auto;
  border-radius: 2px;
  background: #c84a1c;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; } 
.hamburger span:nth-child(2) { top: 18px; } /* 23から変更 */
.hamburger span:nth-child(3) { top: 26px; } /* 32から変更 */

/* open時 */
.hamburger.open span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger .menu-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 32px; /* 三本線との間隔調整、必要に応じて調整 */
  color: #d34523;
  font-weight:bold;
  font-size: 0.6em;
  font-family: 'Yu Mincho', serif;
  text-align: center;
  /* user-select: none;
  pointer-events: none; */
  transition: opacity 0.2s;
  opacity: 1;
}

/* メニュー展開(open)時は非表示 */
.hamburger.open .menu-label {
  opacity: 0;
  pointer-events: none;
}

/* close-labelを下に（絶対位置→相対位置＆マージン）*/
.hamburger .close-label {
  display: none;      /* blockから修正 */
  position: absolute; /* relativeから修正　追加：spanの下に通常配置 */
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 32px;   /* ×より下に下げる（必要に応じて調整） */
  /* margin: 0 auto; */
  border: none;
  background: none;
  color: #a0522d;  
  font-size: 0.7em; /* 0.92から修正 */
  font-family: 'Yu Mincho', serif;
  /* letter-spacing: 0.1em; */
  text-align: center;
  box-shadow: none;
  /* pointer-events: none; */ /* クリック無効（お好みで） */
  /* user-select: none; */
  /* line-height: 1.2; お好みで */
}

/* メニューを開いたときのみ表示 */
.hamburger.open .close-label {
  display: block;
}

.hamburger:hover,
.hamburger:focus {
  background: #fffbe6;        /* ホバー時ほんのり色変更 */
  box-shadow: 0 4px 18px #ffae3b77;
}

/* おまけ：タップエリアが分かりやすいように */
.hamburger:active {
  background: #ffeedd;
}
    
.global-nav {
  display: none;
  position: fixed;
  z-index: 108;
  flex-direction: column;
  align-items: stretch;
  width: 95vw;
  top: 0;
  left: 2.5vw;
  right: 2.5vw;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  background: #fffdfa;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: transform 0.32s cubic-bezier(.6,0,.4,1);
  transform: translateY(-120%);
  }
.global-nav.open {
  display: flex;
  flex-direction: column; 
  transform: translateY(0);   /* 表示時は上から降りてくる */
  width: 92vw;        /* ← お好みで調整、90～95vwが一般的 */
  left: 4vw;
  right: 4vw;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.global-nav a {
  margin: 0;
  padding: 22px 0 18px 0;
  border-right: none;
  border-bottom: 1.5px solid #f5b292;
  border-radius: 0;
  background: transparent;
  color: #d34523;
  font-size: 1.14em;
  text-align: center;
}
  .menu-container {
    padding: 0 1vw;
  }
.menu-heading {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 3px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 1.8em;
  white-space: nowrap;
}
  .sake-flex-top {
    display: flex !important;
 /* flex-direction: column !important; */
    gap: 8px;
    flex-wrap: nowrap;
  }
  .sake-drinkstyle-block,
  .sake-compare-block {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px 6px;
  }
  .sake-compare-block {
    min-width: unset;
    width: 100%;
    padding: 10px 6px 10px 6px;
    display: flex;
    flex-direction: column;
 /* align-items: stretch; */
  }
  .sake-compare-block > div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
  }
  .sake-compare-caption {
    margin-top: 8px;
    text-align: left;
    font-size: 0.97em;
  }
  .sake-compare-img-box {
    display: block;
    margin-top: 8px;
    margin-right: 12px;
    width: 100%;
    text-align:right;
  }
  .sake-sanshu-img {
    width: 80px;
    height: 28px;
    margin-left: 0;
  }
  .sake-month-table tr,
  .sake-table tr {
    display: flex;
    align-items: flex-start;
 /* flex-wrap: wrap; */
    width: 100%;
  }
  .sake-table tr {
    margin: 20px 0;
  }
  .sake-month-table .sake-main-col,
  .sake-table td:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: none;
    min-width: 0;
    flex: 1 1 60%;
    align-items: flex-start;
  }
  .sake-month-table .sake-face,
  .sake-table .sake-face,
  .sake-table .sake-face-img {
    width: 30px;
    height: 35px;
    margin: 0 2px 0 0;
    object-fit: contain;
  }
  .sake-month-table .sake-icon-col img,
  .sake-table .sake-icons-td img {
    width: 80px;
    height: 28px;
    margin-left: 0;
  }
  /* 個別：顔アイコンセル */
  .sake-face-td,
  .sake-month-table .sake-face-td {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 54px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    padding: 0 0 0 2vw !important;
    box-sizing: border-box;
  }
  /* 個別：今月の名酒の価格セル */
  .sake-month-table .sake-price-col-1 {
    display: inline-block;
    width: 20%;
  /* padding-left: 87px !important; */
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-month-table .sake-price-col-2 {
    display: inline-block;
    width: 20%;
    padding-left: 20px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-month-table .sake-icon-col {
    display: block;
    width: 20%;
  /* padding-left: 87px !important; */
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
  }
  /* 個別：日本酒リストテーブルの価格セル */
  .sake-table .sake-price-col-1 {
    display: inline-block;
    width: 20%;
  /* padding-left: 87px !important; */
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-table .sake-price-col-2 {
    display: inline-block;
    width: 20%;
    padding-left: 20px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .sake-table .sake-icons-td {
    display: block;
    width: 20%;
  /* padding-left: 87px !important; */
    padding-top: 2px;
    padding-bottom: 2px;
    background: none;
    text-align: left;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
  }
  .sake-face,
  .sake-face-img {
    width: 36px;
    height: 36px;
  }
  /* 今月の名酒：一合・二合を横並び（ラベルと値も横並び） */
  .sake-month-table .sake-price-col-1 .sake-price-stack,
  .sake-month-table .sake-price-col-2 .sake-price-stack {
    display: block;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
  }
  .sake-month-table .sake-price-col-1 .sake-price-label,
  .sake-month-table .sake-price-col-2 .sake-price-label {
    font-size: 0.95em;
    color: #b22222;
    font-weight: normal;
    margin-right: 5px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    display: block;
  }
  .sake-month-table .sake-price-col-1 .sake-price,
  .sake-month-table .sake-price-col-2 .sake-price {
    font-size: 1.05em;
    color: #b22222;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .sake-table .sake-price-col-1 .sake-label-mobile,
  .sake-table .sake-price-col-2 .sake-label-mobile {
    display: block;
    font-size: 0.95em;
    color: #b22222;
    margin-right: 
  }
    /* テーブルtheadは隠す */
  .sake-table thead { display: none; }
  
.footer-content { flex-wrap: wrap; }        /* 折り返し許可 */
.footer-copy { white-space: normal; }       /* 改行許可 */
 }
 
@media (min-width: 769px) and (max-width: 1024px){
   
.global-nav {
  font-size: 1em;
}
.global-nav a {
  font-size: 1em;
  padding: 12px 0;
}
}

  /* 横スクを許可して確認用 */
/* body {
  overflow-x: auto !important;
}

*:not(html):not(body) {
  outline: none;
} */