@charset "utf-8";

/* 追加メニュー専用。既存の写真メニュー・ヘッダー・フッターには適用しない。 */
.hm-menu-nav {
  display: flex;
  gap: 8px;
  margin: 12px var(--content-space-l) 40px;
  padding-bottom: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: #8b701e #222;
}
.hm-menu-nav a {
  display: inline-flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid #66551d;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  filter: none;
}
.hm-menu-nav a span {color: var(--primary-color);}
.hm-menu-nav a:hover,
.hm-menu-nav a:focus-visible {background: var(--primary-color); color: #171717;}
.hm-menu-nav a:hover span,
.hm-menu-nav a:focus-visible span {color: inherit;}
.hm-menu-nav a:focus-visible,
.hm-order-guide a:focus-visible {outline: 2px solid #fff; outline-offset: -4px;}

.hm-menu-section {
  margin-block: clamp(48px, 7vw, 104px);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.9;
  scroll-margin-top: 24px;
}
#a-la-carte,
#takeout-bento {scroll-margin-top: 20px;}
.hm-menu-section h2,
.hm-menu-section h3,
.hm-menu-section p,
.hm-menu-section dl,
.hm-menu-section ul {margin: 0;}
.hm-menu-section ul {padding: 0; list-style: none;}
.hm-menu-section h2 {
  font-size: clamp(23px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .015em;
  word-break: normal;
  overflow-wrap: anywhere;
}
.hm-menu-section h3 {font-size: clamp(18px, 1.5vw, 23px); line-height: 1.6;}
.hm-menu-section .hm-phrase {display: inline-block; max-width: 100%; font: inherit; letter-spacing: inherit; vertical-align: top;}
.hm-menu-section small {font-size: 12px;}
.hm-menu-section .hm-eyebrow,
.hm-menu-section .hm-card-label {
  margin-bottom: 8px;
  color: var(--primary-color);
  font-family: var(--accent-font), sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .18em;
}
.hm-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 32px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid #695722;
}
.hm-section-heading > div {min-width: 0;}
.hm-section-heading .hm-heading-note {
  color: #cbc6b8;
  font-size: 12px;
  flex-shrink: 0;
}
.hm-menu-section .hm-section-lead {margin-bottom: 28px; color: #d7d4ce;}
.hm-menu-section .hm-note,
.hm-menu-section .hm-notes,
.hm-menu-section .hm-tax-note {color: #c2bfb6; font-size: 12px; line-height: 1.9;}
.hm-menu-section .hm-note {margin-top: 14px;}
.hm-menu-section .hm-notes {margin-top: 20px;}
.hm-notes li {position: relative; padding-left: 1.25em; margin-top: 6px;}
.hm-notes li::before {content: "※"; position: absolute; left: 0;}
.hm-menu-section .hm-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 16px 0 4px;
  color: var(--primary-color);
  line-height: 1.2;
  white-space: nowrap;
}
.hm-price strong {
  font-family: var(--accent-font), sans-serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 600;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.hm-price > span {font-size: 12px; font-weight: 500;}
.hm-two-grid,
.hm-three-grid,
.hm-course-grid {display: grid; gap: 20px;}
.hm-two-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
.hm-three-grid,
.hm-course-grid {grid-template-columns: repeat(3, minmax(0, 1fr));}
.hm-card {
  min-width: 0;
  padding: clamp(20px, 2.3vw, 34px);
  border: 1px solid #4b4329;
  border-top: 3px solid var(--primary-color);
  background: #191919;
}
.hm-card h3 {color: #fff;}
.hm-card .hm-serving {margin-top: 10px; color: #cbc6b8; font-size: 13px;}

/* ハラミ4種盛：集合写真を1点だけ使用 */
.hm-harami {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}
.hm-harami-photo {min-width: 0;}
.hm-harami-photo img {display: block; width: 100%; height: auto;}
.hm-harami-photo figcaption {margin-top: 12px; color: #c2bfb6; font-size: 12px;}
.hm-harami-copy {min-width: 0;}
.hm-harami-copy h2 {font-size: clamp(32px, 3.4vw, 50px);}
.hm-menu-section .hm-lead {margin-top: 16px; color: #d7d4ce;}
.hm-menu-section .hm-harami-types {margin-top: 24px;}
.hm-harami-types > div {display: grid; grid-template-columns: 6em 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid #474336;}
.hm-harami-types dt {color: var(--primary-color); font-weight: 700;}
.hm-harami-types dd {min-width: 0; font-size: 13px;}

/* コース内容は画像化せず、読みやすいテキストで掲載 */
.hm-course-card h3 {min-height: 3.2em;}
.hm-course-card .hm-course-items {margin-top: 24px; border-top: 1px solid #4b4329;}
.hm-course-items li {padding: 9px 0; border-bottom: 1px solid #353329;}
.hm-course-items small {display: block; color: #c2bfb6; line-height: 1.6;}
.hm-course-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: clamp(20px, 2.3vw, 34px);
  border: 1px solid #786327;
  background: #2c281c;
}
.hm-course-option h3 {margin-bottom: 10px;}
.hm-course-option small {display: inline-block;}
.hm-price-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #4b4329;
}
.hm-price-list dt {min-width: 0;}
.hm-price-list dt small {display: block; color: #c2bfb6;}
.hm-price-list dd {flex: 0 0 auto; color: var(--primary-color); font-weight: 700; font-size: 18px; white-space: nowrap;}
.hm-price-list dd span {font-size: 11px; font-weight: 400;}
.hm-course-option .hm-price-list > div:first-child {padding-top: 0;}
.hm-course-option .hm-price-list > div:last-child {padding-bottom: 0; border-bottom: none;}

/* 単品飲み放題 */
.hm-drink-grid {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 36px;}
.hm-drink-category {min-width: 0; border-top: 2px solid #786327; padding-top: 16px;}
.hm-drink-category h3 {margin-bottom: 12px; color: var(--primary-color); font-size: 18px;}
.hm-drink-category li {padding-block: 3px;}
.hm-shochu-list > div {display: flex; gap: 16px; padding-block: 3px;}
.hm-shochu-list dt {color: #bcb6a6;}
.hm-shochu-list dd {min-width: 0;}

/* テイクアウトは店内単品と異なる価格のため専用セクションにまとめる */
.hm-set-detail {margin-top: 24px; padding: clamp(20px, 2.3vw, 34px); background: #191919;}
.hm-set-detail h3 {font-size: 17px; margin-bottom: 12px; color: #eadcb1;}
.hm-set-detail .hm-price-list {margin-top: 12px;}
.hm-set-detail .hm-price-list > div:last-child {border-bottom: none; padding-bottom: 0;}
.hm-pack-offer {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #806719; background: #191919;}
.hm-pack-offer > div {min-width: 0; padding: clamp(22px, 3vw, 40px);}
.hm-pack-offer > div > p:first-child {font-size: 18px; font-weight: 700;}
.hm-pack-offer .hm-price strong {font-size: clamp(38px, 4.2vw, 60px);}
.hm-pack-offer .hm-pack-value {background: var(--primary-color); color: #171717;}
.hm-pack-value .hm-price {color: #171717;}
.hm-pack-value .hm-pack-usual {font-size: 12px; margin-top: 10px;}
.hm-menu-section .hm-pack-items {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin-top: 24px;}
.hm-pack-items li {display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 14px 0; border-bottom: 1px solid #4b4329;}
.hm-pack-items small {color: #bcb6a6; flex-shrink: 0;}
.hm-menu-section .hm-reservation-note {display: inline-block; background: var(--primary-color); color: #171717; padding: 4px 12px; margin-top: 14px; font-size: 13px; font-weight: 700;}
.hm-party-card .hm-price {margin-bottom: 20px;}
.hm-party-card .hm-price-list {margin-top: 12px;}
.hm-side-menu {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px;}
.hm-order-guide {margin-top: 36px; padding: 26px 16px; text-align: center; background: #191919; border: 1px solid #4b4329;}
.hm-order-guide > p:first-child {font-size: 13px;}
.hm-order-guide a {display: inline-flex; align-items: center; gap: 16px; padding: 8px 0; color: var(--primary-color); font-family: var(--accent-font), sans-serif; font-size: clamp(25px, 3vw, 36px); filter: none;}
.hm-order-guide a span {font-size: 20px;}
.hm-order-guide a:hover {color: #fff;}

@media (max-width: 1100px) {
  .hm-section-heading {display: block;}
  .hm-section-heading .hm-heading-note {margin-top: 12px;}
  .hm-course-grid {grid-template-columns: 1fr;}
  .hm-course-card h3 {min-height: 0;}
  .hm-course-card .hm-course-items {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px;}
  .hm-course-option {grid-template-columns: 1fr;}
  .hm-bbq-grid {gap: 12px;}
  .hm-bbq-grid .hm-card {padding: 22px 16px;}
  .hm-bbq-grid .hm-price {gap: 5px;}
  .hm-bbq-grid .hm-price strong {font-size: 34px;}
  .hm-bbq-grid .hm-price > span {font-size: 11px;}
  .hm-harami {grid-template-columns: 1fr;}
  .hm-harami-photo {max-width: 640px;}
  .hm-drink-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width: 800px) {
  .hm-menu-nav {margin-inline: 16px; margin-bottom: 24px;}
  .hm-menu-nav a {flex-grow: 0; gap: 16px; padding-inline: 14px;}
  .hm-menu-section {padding-inline: 16px;}
  .hm-menu-section h2 {font-size: 23px;}
  .hm-section-heading {padding-bottom: 18px; margin-bottom: 20px;}
  .hm-harami-copy h2 {font-size: 32px;}
  .hm-harami-types > div {grid-template-columns: 5em 1fr; gap: 10px;}
  .hm-two-grid,
  .hm-three-grid {grid-template-columns: 1fr; gap: 16px;}
  .hm-bbq-grid .hm-card {padding: 24px;}
  .hm-bbq-grid .hm-price strong {font-size: 42px;}
  .hm-course-card .hm-course-items {grid-template-columns: 1fr;}
  .hm-price-list dd {font-size: 17px;}
  .hm-price-list dd span {display: block; text-align: right; line-height: 1.5;}
  .hm-drink-grid {grid-template-columns: 1fr; gap: 24px;}
  .hm-pack-offer {grid-template-columns: 1fr;}
  .hm-menu-section .hm-pack-items,
  .hm-side-menu {grid-template-columns: 1fr;}
}
