/*
Theme Name: うなよし
Theme URI: https://unayoshi.example.com
Author: うなよし
Description: うなぎ専門店「うなよし」公式サイト用シングルページ型WordPressテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: unayoshi
*/

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --color-bg: #f5f0e8;
  --color-bg-section: #faf7f2;
  --color-bg-alt: #ede8de;
  --color-gold: #b28850;
  --color-gold-light: #cab38a;
  --color-text: #2a2218;
  --color-text-muted: #5a4e3a;
  --color-border: #d4c9b0;
  --font-serif: 'Shippori Mincho', 'Noto Serif JP', '游明朝', 'YuMincho', serif;
  --font-sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --section-pad: clamp(60px, 10vw, 120px);
  --max-width: 1100px;
}

html { scroll-behavior: smooth; font-size: 16px; }

/* 竹・松の和柄背景SVG */
@keyframes sway { 0%,100%{transform:rotate(-1deg)} 50%{transform:rotate(1deg)} }

body {
  background-color: var(--color-bg);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='400'%3E%3Cg opacity='0.055' stroke='%23b28850' fill='none'%3E%3C!-- 竹の幹 --%3E%3Cline x1='40' y1='0' x2='40' y2='400' stroke-width='3'/%3E%3Cline x1='140' y1='0' x2='140' y2='400' stroke-width='2.5'/%3E%3Cline x1='240' y1='0' x2='240' y2='400' stroke-width='3'/%3E%3C!-- 竹の節 --%3E%3Cellipse cx='40' cy='60' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='40' cy='120' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='40' cy='180' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='40' cy='240' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='40' cy='300' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='40' cy='360' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='140' cy='80' rx='3.5' ry='1.8' stroke-width='1.5'/%3E%3Cellipse cx='140' cy='150' rx='3.5' ry='1.8' stroke-width='1.5'/%3E%3Cellipse cx='140' cy='220' rx='3.5' ry='1.8' stroke-width='1.5'/%3E%3Cellipse cx='140' cy='290' rx='3.5' ry='1.8' stroke-width='1.5'/%3E%3Cellipse cx='140' cy='360' rx='3.5' ry='1.8' stroke-width='1.5'/%3E%3Cellipse cx='240' cy='60' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='240' cy='130' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='240' cy='200' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='240' cy='270' rx='4' ry='2' stroke-width='1.5'/%3E%3Cellipse cx='240' cy='340' rx='4' ry='2' stroke-width='1.5'/%3E%3C!-- 竹の葉（左） --%3E%3Cpath d='M40 90 Q20 75 10 60' stroke-width='1.2'/%3E%3Cpath d='M40 90 Q15 85 5 78' stroke-width='1.2'/%3E%3Cpath d='M40 210 Q18 195 8 180' stroke-width='1.2'/%3E%3Cpath d='M40 210 Q14 205 4 198' stroke-width='1.2'/%3E%3Cpath d='M40 330 Q20 315 10 300' stroke-width='1.2'/%3E%3C!-- 竹の葉（右） --%3E%3Cpath d='M140 110 Q165 95 175 80' stroke-width='1.2'/%3E%3Cpath d='M140 110 Q168 105 178 98' stroke-width='1.2'/%3E%3Cpath d='M140 260 Q162 245 172 230' stroke-width='1.2'/%3E%3Cpath d='M140 260 Q165 255 175 248' stroke-width='1.2'/%3E%3Cpath d='M240 90 Q262 75 272 60' stroke-width='1.2'/%3E%3Cpath d='M240 90 Q265 85 275 78' stroke-width='1.2'/%3E%3Cpath d='M240 220 Q218 205 208 190' stroke-width='1.2'/%3E%3Cpath d='M240 220 Q215 215 205 208' stroke-width='1.2'/%3E%3C!-- 松の枝（右上） --%3E%3Cpath d='M260 20 Q280 35 295 30' stroke-width='1.5'/%3E%3Cpath d='M260 20 Q275 50 285 55' stroke-width='1.5'/%3E%3Cpath d='M260 20 Q245 45 235 50' stroke-width='1.5'/%3E%3C!-- 松の葉束 --%3E%3Cpath d='M295 30 Q300 22 298 18' stroke-width='0.8'/%3E%3Cpath d='M295 30 Q302 28 303 24' stroke-width='0.8'/%3E%3Cpath d='M295 30 Q301 34 300 38' stroke-width='0.8'/%3E%3Cpath d='M285 55 Q290 47 288 43' stroke-width='0.8'/%3E%3Cpath d='M285 55 Q292 53 293 49' stroke-width='0.8'/%3E%3Cpath d='M285 55 Q291 59 290 63' stroke-width='0.8'/%3E%3Cpath d='M235 50 Q230 42 232 38' stroke-width='0.8'/%3E%3Cpath d='M235 50 Q228 48 227 44' stroke-width='0.8'/%3E%3Cpath d='M235 50 Q229 54 230 58' stroke-width='0.8'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='400'%3E%3Cg opacity='0.04' stroke='%23b28850' fill='none'%3E%3C!-- 松の幹（左下） --%3E%3Cpath d='M30 400 Q35 350 50 300 Q60 260 55 220' stroke-width='2'/%3E%3Cpath d='M55 220 Q80 200 110 195' stroke-width='1.8'/%3E%3Cpath d='M55 220 Q40 190 30 170' stroke-width='1.8'/%3E%3Cpath d='M55 220 Q70 240 90 250' stroke-width='1.5'/%3E%3C!-- 松の葉束 --%3E%3Cpath d='M110 195 Q118 185 116 178' stroke-width='0.9'/%3E%3Cpath d='M110 195 Q120 192 122 185' stroke-width='0.9'/%3E%3Cpath d='M110 195 Q118 202 116 208' stroke-width='0.9'/%3E%3Cpath d='M110 195 Q105 186 103 180' stroke-width='0.9'/%3E%3Cpath d='M30 170 Q22 160 24 153' stroke-width='0.9'/%3E%3Cpath d='M30 170 Q20 167 18 160' stroke-width='0.9'/%3E%3Cpath d='M30 170 Q22 177 20 183' stroke-width='0.9'/%3E%3Cpath d='M90 250 Q98 240 96 233' stroke-width='0.9'/%3E%3Cpath d='M90 250 Q100 247 102 240' stroke-width='0.9'/%3E%3Cpath d='M90 250 Q98 257 96 263' stroke-width='0.9'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 300px 400px, 300px 400px;
  background-position: 0 0, 150px 200px;
  color: var(--color-text);
  font-family: var(--font-serif);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== Typography ===== */
.section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 0.4em;
}

.section-subtitle {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.section-subtitle::before,
.section-subtitle::after {
  content: '—';
  margin: 0 0.8em;
  color: var(--color-gold);
}

/* ===== Layout ===== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

section { padding: var(--section-pad) 0; }

/* ===== Scroll Animation ===== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}

.slide-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}

.stagger-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* ===== Header ===== */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s ease;
}

#site-header.scrolled {
  background: rgba(245, 240, 232, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}

.site-logo {
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  color: var(--color-text);
}

.site-nav { display: flex; gap: 2rem; }

.site-nav a {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--color-text);
  transition: color 0.3s;
}

.site-nav a:hover { color: var(--color-gold); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color-text);
  transition: transform 0.3s, opacity 0.3s;
}

/* ===== Hero ===== */
#hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
  transform: scale(1.05);
  animation: kenburns 8s ease-in-out infinite alternate;
}

.hero-slide.active { opacity: 1; }

@keyframes kenburns {
  from { transform: scale(1.05); }
  to   { transform: scale(1.0); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.hero-en {
  font-family: var(--font-sans);
  font-size: clamp(0.65rem, 1.5vw, 0.8rem);
  letter-spacing: 0.5em;
  color: var(--color-gold);
  margin-bottom: 1.2rem;
}

.hero-title {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

.hero-tagline {
  font-size: clamp(0.85rem, 2vw, 1rem);
  letter-spacing: 0.3em;
  color: var(--color-text-muted);
  margin-bottom: 2.5rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  border: 1px solid var(--color-gold);
  padding: 14px 36px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  transition: background 0.3s, color 0.3s;
}

.hero-cta:hover {
  background: var(--color-gold);
  color: var(--color-bg);
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--color-text-muted);
}

.hero-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--color-gold), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== Divider ===== */
.gold-divider {
  width: 60px;
  height: 1px;
  background: var(--color-gold);
  margin: 0 auto 3rem;
}

/* ===== Concept ===== */
#concept {
  background: var(--color-bg-alt);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' opacity='0.05'%3E%3Cpath d='M100 10 Q110 50 100 100 Q90 150 100 190' fill='none' stroke='%23b28850' stroke-width='1'/%3E%3Cpath d='M80 30 Q100 40 120 30' fill='none' stroke='%23b28850' stroke-width='0.8'/%3E%3Cpath d='M75 55 Q100 68 125 55' fill='none' stroke='%23b28850' stroke-width='0.8'/%3E%3Cpath d='M78 80 Q100 93 122 80' fill='none' stroke='%23b28850' stroke-width='0.8'/%3E%3C/svg%3E");
}

.concept-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.concept-image {
  position: relative;
  overflow: hidden;
}

.concept-image::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid var(--color-gold);
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.concept-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.concept-image:hover img { transform: scale(1.03); }

.concept-text h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.concept-text p {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--color-text);
  line-height: 2;
  margin-bottom: 1.2em;
}

.concept-signature {
  margin-top: 2rem;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  opacity: 0.7;
}

/* ===== Brand ===== */
#brand { background: var(--color-bg-section); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }

.brand-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.brand-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.brand-badge {
  display: inline-block;
  border: 1px solid var(--color-gold);
  padding: 4px 16px;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
}

.brand-text h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.brand-text p {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--color-text);
  line-height: 2;
  margin-bottom: 1.2em;
}

/* ===== Selected ===== */
#selected { background: var(--color-bg-alt); }

.selected-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.selected-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.selected-text h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.selected-text p {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--color-text);
  line-height: 2;
  margin-bottom: 1.2em;
}

/* ===== Menu ===== */
#menu { background: var(--color-bg-section); border-top: 1px solid var(--color-border); }

.menu-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.menu-cat-btn {
  background: none;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  padding: 8px 20px;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s;
}

.menu-cat-btn:hover,
.menu-cat-btn.active {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.menu-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.menu-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
}

.menu-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.menu-card-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.menu-card-body { padding: 1.2rem 1.4rem; }

.menu-card-name {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.menu-card-desc {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 0.8rem;
}

.menu-card-price {
  font-size: 1rem;
  color: var(--color-gold);
  letter-spacing: 0.05em;
}

.menu-card-sizes {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.menu-card-size-item {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--color-text-muted);
  display: flex;
  justify-content: space-between;
}

/* ===== Takeout ===== */
#takeout { background: var(--color-bg-alt); border-top: 1px solid var(--color-border); }

.takeout-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.takeout-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.takeout-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
}

.takeout-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.takeout-card-img-placeholder {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.75rem;
}

.takeout-card-body { padding: 1rem 1.2rem; }

.takeout-card-name {
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}

.takeout-card-desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.takeout-card-price {
  font-size: 0.95rem;
  color: var(--color-gold);
}

/* ===== Reservation ===== */
#reservation {
  background: var(--color-bg-alt);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' opacity='0.05'%3E%3Crect x='20' y='20' width='120' height='120' fill='none' stroke='%23b28850' stroke-width='0.5'/%3E%3Crect x='35' y='35' width='90' height='90' fill='none' stroke='%23b28850' stroke-width='0.5'/%3E%3C/svg%3E");
  border-top: 1px solid var(--color-border);
}

.reservation-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.reservation-phone {
  font-size: clamp(2rem, 6vw, 3.5rem);
  letter-spacing: 0.1em;
  color: var(--color-gold);
  margin: 1.5rem 0;
}

.reservation-phone a { color: inherit; }

.reservation-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.reservation-info-item {
  text-align: center;
}

.reservation-info-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  margin-bottom: 0.4rem;
}

.reservation-info-value {
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--color-text);
}

.reservation-note {
  margin-top: 2rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  color: var(--color-text);
  line-height: 1.8;
}

/* ===== Access ===== */
#access { background: var(--color-bg-section); border-top: 1px solid var(--color-border); }

.access-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.access-info { }

.access-info-item {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
}

.access-info-item:first-child { border-top: 1px solid var(--color-border); }

.access-info-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  min-width: 80px;
  padding-top: 2px;
}

.access-info-value {
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.8;
}

.access-map {
  position: relative;
  overflow: hidden;
}

.access-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(10%);
}

/* ===== Payment ===== */
#payment { background: var(--color-bg-alt); border-top: 1px solid var(--color-border); }

.payment-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.payment-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.5rem 2rem;
  border: 1px solid var(--color-border);
  min-width: 140px;
  transition: border-color 0.3s;
}

.payment-method:hover { border-color: var(--color-gold); }

.payment-method-icon {
  font-size: 2rem;
  line-height: 1;
}

.payment-method-name {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--color-text);
}

/* ===== Fixed Phone Button ===== */
#fixed-phone {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--color-gold);
  padding: 0;
  text-align: center;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
}

#fixed-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 20px;
  min-height: 56px;
}

#fixed-phone .phone-icon { font-size: 1.3rem; }

/* ===== Footer ===== */
#site-footer {
  background: #2a2218;
  border-top: 1px solid var(--color-gold);
  padding: 40px 0 60px;
  text-align: center;
}

.footer-logo {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  color: var(--color-gold-light);
  margin-bottom: 1rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-nav a {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: #a09080;
  transition: color 0.3s;
}

.footer-nav a:hover { color: var(--color-gold-light); }

.footer-copy {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: #7a6e60;
  letter-spacing: 0.1em;
}

/* ===== Responsive — スマホ専用 ===== */
@media (max-width: 768px) {

  /* --- アニメーション：横移動を縦フェードに変換（横スクロール防止） --- */
  .slide-left, .slide-right { transform: translateY(24px); }

  /* --- 基本 --- */
  :root { --section-pad: 56px; }
  body { padding-bottom: 64px; font-size: 15px; }
  .container { padding: 0 20px; }

  /* --- ヘッダー --- */
  #site-header { padding: 14px 20px; }
  .site-logo a { font-size: 1.05rem; letter-spacing: 0.15em; }
  .site-nav { display: none; }
  .site-nav.open {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background-color: rgb(245, 240, 232) !important;
    background-image: none !important;
    background-blend-mode: normal !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2.8rem !important;
    z-index: 99999 !important;
    overflow: hidden !important;
  }
  .site-nav.open a {
    font-size: 1.15rem;
    letter-spacing: 0.25em;
    color: var(--color-text);
    padding: 8px 0;
  }
  .nav-toggle { display: flex; z-index: 101; }

  /* --- Hero --- */
  .hero-en { font-size: 0.6rem; letter-spacing: 0.3em; }
  .hero-title { font-size: clamp(2rem, 10vw, 3rem); letter-spacing: 0.12em; }
  .hero-tagline { font-size: 0.82rem; letter-spacing: 0.15em; margin-bottom: 2rem; }
  .hero-cta { padding: 14px 24px; font-size: 0.85rem; }

  /* --- セクション見出し --- */
  .section-title { font-size: clamp(1.3rem, 6vw, 1.8rem); letter-spacing: 0.15em; }
  .section-subtitle { font-size: 0.68rem; margin-bottom: 2rem; }

  /* --- Concept / Brand / Selected：縦積み --- */
  .concept-inner,
  .brand-inner,
  .selected-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .brand-inner .brand-image { order: -1; }
  .concept-image img { aspect-ratio: 16/9; }
  .brand-image img, .selected-image img { aspect-ratio: 16/9; }
  .concept-text h2, .brand-text h2, .selected-text h2 {
    font-size: 1.15rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
  .concept-text p, .brand-text p, .selected-text p {
    font-size: 0.88rem;
    line-height: 1.9;
  }
  .concept-signature { font-size: 0.95rem; }
  .brand-badge { font-size: 0.65rem; }

  /* --- メニューリスト --- */
  .menu-group { margin-bottom: 2rem; }
  .menu-group-title {
    font-size: 1rem;
    letter-spacing: 0.15em;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .menu-row {
    padding: 0.85rem 0;
    gap: 0.3rem;
    flex-wrap: nowrap;
  }
  .menu-row-name {
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    white-space: normal;
    max-width: 55%;
  }
  .menu-row-dots { min-width: 10px; }
  .menu-row-price { font-size: 0.88rem; }
  .menu-row-sizes {
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-end;
  }
  .menu-row-size { font-size: 0.82rem; }
  .menu-caution { font-size: 0.78rem; margin-bottom: 1.5rem; }
  .menu-note { font-size: 0.74rem; margin-top: 1.5rem; }

  /* --- 予約 --- */
  .reservation-phone { font-size: clamp(1.6rem, 7vw, 2.4rem); margin: 1rem 0; }
  .reservation-info { flex-direction: column; gap: 0.8rem; align-items: center; }
  .reservation-info-value { font-size: 0.85rem; }
  .reservation-note { font-size: 0.78rem; }

  /* --- アクセス --- */
  .access-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .access-info-item { padding: 0.9rem 0; gap: 0.8rem; }
  .access-info-label { min-width: 64px; font-size: 0.68rem; }
  .access-info-value { font-size: 0.82rem; line-height: 1.7; }
  .access-map iframe { height: 260px; }

  /* --- 支払い --- */
  .payment-methods { gap: 1rem; }
  .payment-method { padding: 1rem 1.2rem; min-width: 100px; }
  .payment-method-icon { font-size: 1.6rem; }
  .payment-method-name { font-size: 0.78rem; }

  /* --- フッター --- */
  #site-footer { padding: 32px 0 72px; }
  .footer-logo { font-size: 1.1rem; letter-spacing: 0.2em; }
  .footer-nav { gap: 0.8rem 1.2rem; }
  .footer-nav a { font-size: 0.72rem; }
  .footer-copy { font-size: 0.68rem; }

  /* --- 固定電話ボタン --- */
  #fixed-phone { display: block; }
  #fixed-phone a { font-size: 1rem; min-height: 56px; }
}

/* ===== Menu List Layout ===== */
.menu-group {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.menu-group-title {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-gold);
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--color-gold);
  margin-bottom: 0;
}

.menu-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
  max-width: 760px;
  margin: 0 auto;
}

.menu-row-name {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-row-dots {
  flex: 1;
  border-bottom: 1px dotted var(--color-border);
  margin: 0 0.5rem;
  min-width: 20px;
  position: relative;
  top: -0.3em;
}

.menu-row-price {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  color: var(--color-gold);
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-row-sizes {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.menu-row-size {
  font-size: clamp(0.82rem, 1.6vw, 0.92rem);
  color: var(--color-gold);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* ===== Menu Caution / Note ===== */
.menu-caution {
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: var(--color-text);
  letter-spacing: 0.05em;
}

.menu-caution-price {
  color: var(--color-gold);
  font-weight: 700;
}

.menu-note {
  text-align: center;
  margin-top: 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--color-text);
  letter-spacing: 0.05em;
}

/* ===== Parallax ===== */
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .parallax-bg { background-attachment: scroll; }
}

/* ===== Utility ===== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ===== Nav Active State ===== */
.site-nav a.current { color: var(--color-gold); border-bottom: 1px solid var(--color-gold); }

/* ===== Nav Toggle Open State ===== */
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ===== Smooth image load ===== */
img { transition: opacity 0.3s ease; }
img[loading="lazy"] { opacity: 0; }
img.loaded { opacity: 1; }

/* ===== Gold Divider ===== */
.gold-divider {
  width: 60px;
  height: 1px;
  background: var(--color-gold);
  margin: 0 auto 3rem;
}

/* ===== Print ===== */
@media print {
  #site-header, #fixed-phone, .hero-scroll, .hero-cta { display: none !important; }
  body { background: #fff; color: #000; padding-bottom: 0; }
  section { padding: 20px 0; }
  .section-title { color: #333; }
}

/* ===== Logo Image ===== */
.site-logo { display: flex; align-items: center; }

.header-logo-img {
  display: block;
  height: clamp(32px, 4vw, 48px);
  width: auto;
  max-width: 200px;
  object-fit: contain;
  /* 白背景ロゴを暗背景で見やすく反転 */
  filter: brightness(0) invert(1);
  transition: opacity 0.3s;
}

.header-logo-img:hover { opacity: 0.75; }

/* ===== Hero Logo & Emblem ===== */
.hero-emblem {
  margin-bottom: 1.2rem;
}

.hero-emblem-img {
  width: clamp(70px, 12vw, 110px);
  height: auto;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.5);
  padding: 6px;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 30px rgba(201,168,76,0.2);
  animation: emblemGlow 3s ease-in-out infinite alternate;
}

@keyframes emblemGlow {
  from { box-shadow: 0 0 20px rgba(201,168,76,0.15); }
  to   { box-shadow: 0 0 40px rgba(201,168,76,0.4); }
}

.hero-logo-wrap { margin-bottom: 1rem; }

.hero-logo-img {
  width: clamp(200px, 45vw, 420px);
  height: auto;
  /* 白ロゴを金色に変換 */
  filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(600%) hue-rotate(5deg) brightness(95%);
  drop-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

/* ===== Hero Actions (2ボタン) ===== */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 13px 28px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  text-decoration: none;
}

.hero-cta--phone {
  background: var(--color-gold);
  color: var(--color-bg);
  border: 1px solid var(--color-gold);
  font-weight: 700;
}

.hero-cta--phone:hover {
  background: var(--color-gold-light);
  border-color: var(--color-gold-light);
}

.hero-cta--menu {
  background: transparent;
  color: var(--color-gold);
  border: 1px solid var(--color-gold);
}

.hero-cta--menu:hover {
  background: var(--color-gold);
  color: var(--color-bg);
}

.hero-cta-icon { font-size: 1rem; }

/* ===== Footer Logo ===== */
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-logo-wrap { margin-bottom: 0.2rem; }

.footer-logo-img {
  width: clamp(140px, 25vw, 200px);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s;
}

.footer-logo-img:hover { opacity: 1; }

.footer-catch {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  text-align: center;
}

/* ===== Fixed Phone Logo ===== */
.fixed-phone-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* ===== Responsive: Logo ===== */
@media (max-width: 768px) {
  .header-logo-img {
    height: clamp(28px, 8vw, 40px);
    max-width: 160px;
  }

  .hero-emblem-img {
    width: clamp(60px, 16vw, 90px);
  }

  .hero-logo-img {
    width: clamp(180px, 70vw, 320px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-cta {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.9rem;
  }

  .footer-logo-img {
    width: clamp(120px, 40vw, 180px);
  }
}

/* レスポンシブ内の旧テキストロゴ指定を無効化 */
@media (max-width: 768px) {
  .site-logo a { font-size: inherit; letter-spacing: inherit; }
}

/* ===== ロゴ白背景透過修正 ===== */

/* ヘッダー：白背景を透過 + 金色化 */
.header-logo-img {
  filter: none !important;
  mix-blend-mode: screen;
  /* screen モードで白背景が消え、暗背景に溶け込む */
}

/* Hero logo1：白背景透過 + 金色フィルター */
.hero-logo-img {
  mix-blend-mode: screen;
  filter: sepia(1) saturate(3) hue-rotate(5deg) brightness(1.1) !important;
  width: clamp(220px, 50vw, 460px) !important;
}

/* Hero emblem：中央揃え強制 */
.hero-emblem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-emblem-img {
  /* logo2は黒背景なのでscreenで背景を消す */
  mix-blend-mode: screen;
  border: 1px solid rgba(201,168,76,0.6) !important;
  background: transparent !important;
}

/* Hero全体を完全中央揃え */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* フッターlogo1も同様に透過 */
.footer-logo-img {
  mix-blend-mode: screen !important;
  filter: none !important;
  opacity: 0.85 !important;
}

/* fixed-phone内のlogo2 */
.fixed-phone-logo {
  mix-blend-mode: screen;
  background: transparent;
}

/* ===== Hero レイアウト微調整 ===== */
.hero-en {
  text-align: center;
  width: 100%;
}

.hero-tagline {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-logo-img {
    width: clamp(180px, 72vw, 300px) !important;
  }
  .hero-emblem-img {
    width: clamp(64px, 18vw, 90px) !important;
  }
}

/* ===== 透明背景ロゴ（logo1.png）対応 ===== */
/* 新ロゴはRGBA透明背景なのでmix-blend-mode・filterは不要 */
.header-logo-img {
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1;
}

.hero-logo-img {
  mix-blend-mode: normal !important;
  filter: none !important;
  /* 白文字ロゴをそのまま表示 */
}

.footer-logo-img {
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 0.85;
}

/* ===== ヘッダー黒版ロゴ対応 ===== */
/* logo-header.pngは黒文字・透明背景なのでそのまま表示 */
.header-logo-img {
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1 !important;
  height: clamp(32px, 4.5vw, 52px);
  width: auto;
  max-width: 200px;
  object-fit: contain;
  transition: opacity 0.3s;
}

/* スクロール前（透明ヘッダー）：黒ロゴが見えるよう背景を薄く */
#site-header:not(.scrolled) {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(4px);
}

/* スクロール後（暗背景）：黒ロゴを白反転 */
#site-header.scrolled .header-logo-img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 768px) {
  .header-logo-img {
    height: clamp(28px, 8vw, 42px);
    max-width: 160px;
  }
}

/* ===== ヘッダーロゴ挙動修正 ===== */
/* スクロール前（Hero上）：白ロゴに反転 */
#site-header:not(.scrolled) .header-logo-img {
  filter: brightness(0) invert(1) !important;
}

/* スクロール前のヘッダー背景：透明 */
#site-header:not(.scrolled) {
  background: transparent !important;
  backdrop-filter: none !important;
}

/* スクロール後：黒ロゴをそのまま表示 */
#site-header.scrolled .header-logo-img {
  filter: none !important;
}

/* ===== 住所強調バナー ===== */
.access-address-banner {
  margin-bottom: 3rem;
  border: 2px solid var(--color-gold);
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);
  position: relative;
  overflow: hidden;
}

.access-address-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-gold);
}

.access-address-banner-inner {
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.access-address-alert {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.access-address-main {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.access-address-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.access-address-text {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
  line-height: 1.5;
}

.access-address-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  align-self: flex-start;
  padding: 8px 20px;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.access-address-map-btn:hover {
  background: var(--color-gold);
  color: var(--color-bg);
}

/* テーブル内の住所行も強調 */
.access-info-item--address {
  background: rgba(201,168,76,0.05);
  border-left: 3px solid var(--color-gold) !important;
  padding-left: 1rem;
}

.access-info-value--address {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--color-text) !important;
  letter-spacing: 0.05em;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .access-address-banner-inner {
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  }

  .access-address-text {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  .access-address-map-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== 和柄背景パターン ===== */

/* 竹パターン（ブランドうなぎ・店舗案内） */
.has-pattern-bamboo {
  position: relative;
}

.has-pattern-bamboo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/pattern-bamboo.png');
  background-size: 420px 420px;
  background-repeat: repeat;
  /* 白背景を透過させて暗背景に溶け込ませる */
  mix-blend-mode: screen;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

/* 松パターン（お品書き） */
.has-pattern-pine {
  position: relative;
}

.has-pattern-pine::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/pattern-pine.png');
  background-size: 480px 480px;
  background-repeat: repeat;
  mix-blend-mode: screen;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

/* パターンの上にコンテンツを重ねる */
.has-pattern-bamboo > .container,
.has-pattern-pine > .container,
.has-pattern-bamboo > *:not(::before),
.has-pattern-pine > *:not(::before) {
  position: relative;
  z-index: 1;
}

/* スマホでは少し小さく */
@media (max-width: 768px) {
  .has-pattern-bamboo::before {
    background-size: 280px 280px;
    opacity: 0.14;
  }
  .has-pattern-pine::before {
    background-size: 300px 300px;
    opacity: 0.14;
  }
}


/* ===== 和柄背景パターン（明るい背景対応・最終版） ===== */

/* 共通設定：セクション自体にbackground-imageを直接適用 */
/* mix-blend-mode: multiplyで白背景が消え、ベージュ背景に模様だけ残る */

#brand.has-pattern-bamboo {
  background-image: url('assets/images/pattern-bamboo.png') !important;
  background-size: 380px 380px !important;
  background-repeat: repeat !important;
  background-blend-mode: multiply !important;
}

#menu.has-pattern-pine {
  background-image: url('assets/images/pattern-pine.png') !important;
  background-size: 420px 420px !important;
  background-repeat: repeat !important;
  background-blend-mode: multiply !important;
}

#access.has-pattern-bamboo {
  background-image: url('assets/images/pattern-bamboo.png') !important;
  background-size: 380px 380px !important;
  background-repeat: repeat !important;
  background-blend-mode: multiply !important;
}

/* ::beforeは不要なので無効化 */
.has-pattern-bamboo::before,
.has-pattern-pine::before {
  display: none !important;
}

@media (max-width: 768px) {
  #brand.has-pattern-bamboo,
  #access.has-pattern-bamboo {
    background-size: 240px 240px !important;
  }
  #menu.has-pattern-pine {
    background-size: 260px 260px !important;
  }
}

/* ===== メニューカード サイズ別価格 重なり修正 ===== */
.menu-card-sizes {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-card-size-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  flex-wrap: wrap;
}

.menu-card-size-item span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-all;
}

.menu-card-size-item span:last-child {
  flex-shrink: 0;
  white-space: nowrap;
}

/* スマホ：カード名・説明・価格のはみ出し防止 */
@media (max-width: 768px) {
  .menu-card-name {
    font-size: 0.95rem;
    line-height: 1.5;
    word-break: break-all;
  }

  .menu-card-desc {
    font-size: 0.78rem;
    line-height: 1.6;
    word-break: break-all;
  }

  .menu-card-price {
    font-size: 0.95rem;
  }

  .menu-card-size-item {
    font-size: 0.75rem;
    flex-direction: column;
    gap: 1px;
  }

  .menu-card-size-item span:last-child {
    padding-left: 0.5em;
  }

  .menu-card-body {
    padding: 1rem;
  }

  /* テイクアウトカードも同様 */
  .takeout-card-name {
    font-size: 0.9rem;
    word-break: break-all;
    line-height: 1.5;
  }

  .takeout-card-desc {
    font-size: 0.75rem;
    word-break: break-all;
  }
}

/* ===== 言語スイッチャー ===== */
#lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 1rem;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 1px solid transparent;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 3px;
  transition: border-color 0.2s, background 0.2s;
  font-family: var(--font-sans);
  line-height: 1;
}

.lang-flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-label {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  transition: color 0.2s;
}

.lang-btn:hover {
  border-color: var(--color-gold);
}

.lang-btn:hover .lang-label {
  color: var(--color-gold);
}

.lang-btn.active {
  border-color: var(--color-gold);
  background: rgba(201,168,76,0.1);
}

.lang-btn.active .lang-label {
  color: var(--color-gold);
  font-weight: 700;
}

/* スクロール前（透明ヘッダー）では白文字 */
#site-header:not(.scrolled) .lang-label {
  color: rgba(255,255,255,0.7);
}

#site-header:not(.scrolled) .lang-btn.active .lang-label {
  color: var(--color-gold);
}

/* スマホ：ハンバーガーメニュー内に収める */
@media (max-width: 768px) {
  #lang-switcher {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    justify-content: center;
    background: rgba(20,20,18,0.95);
    padding: 8px 0;
    gap: 4px;
    z-index: 201;
    border-top: 1px solid var(--color-border);
  }

  .lang-btn {
    padding: 6px 10px;
  }

  .lang-label {
    font-size: 0.72rem;
    color: var(--color-text-muted) !important;
  }

  .lang-btn.active .lang-label {
    color: var(--color-gold) !important;
  }
}

/* fixed-phoneの電話番号表示 */
.fixed-phone-number {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ===== スマホメニュー 閉じるボタン ===== */
.nav-close {
  display: none;
}

@media (max-width: 768px) {
  .nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid var(--color-border);
    color: var(--color-text);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 2px;
    transition: border-color 0.2s, color 0.2s;
  }

  .nav-close:hover {
    border-color: var(--color-gold);
    color: var(--color-gold);
  }
}
