/*
Theme Name: Sazanami
Theme URI: https://sazanami.3care.jp/
Description: 手もみ処さざ波 公式テーマ - 琉球式リラクゼーションサロン
Author: Brachio Design
Version: 1.1.0
Text Domain: sazanami
*/

/* ========== CSS Variables ========== */
:root {
    --color-primary: #003990;
    --color-primary-light: #1a5bb8;
    --color-primary-lighter: #3d7dd4;
    --color-bg-light: #f7f8fa;
    --color-bg-mid: #eaecf0;
    --color-bg-warm: #dfe2e8;
    --color-accent: #c4756e;
    --color-white: #fefefe;
    --color-text: #1a1a2e;
    --color-text-light: #4a4a5a;
    --font-display: 'Shippori Mincho', serif;
    --font-body: 'Noto Serif JP', serif;
    --transition-base: 0.3s ease;
    --shadow-soft: 0 4px 30px rgba(0, 57, 144, 0.06);
    --shadow-medium: 0 8px 40px rgba(0, 57, 144, 0.12);
}

/* ========== Reset & Base ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
body { font-family: var(--font-body); font-weight: 300; color: var(--color-text); background-color: var(--color-bg-light); line-height: 1.8; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition-base); }
button { font-family: inherit; cursor: pointer; }

/* ========== Accessibility ========== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--color-primary-light); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }

/* ========== Wave Background ========== */
.wave-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.08; pointer-events: none; }
.wave-bg::before, .wave-bg::after { content: ''; position: absolute; width: 200%; height: 200%; background: radial-gradient(ellipse at center, var(--color-primary-lighter) 0%, transparent 70%); animation: wave 25s ease-in-out infinite; }
.wave-bg::before { top: -50%; left: -50%; }
.wave-bg::after { bottom: -50%; right: -50%; animation-delay: -12s; opacity: 0.6; }
@keyframes wave { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 25% { transform: translate(2%, 2%) rotate(1deg); } 50% { transform: translate(0, 3%) rotate(0deg); } 75% { transform: translate(-2%, 2%) rotate(-1deg); } }

/* ========== Header ========== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; background: linear-gradient(to bottom, rgba(247, 248, 250, 0.98), rgba(247, 248, 250, 0.92)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: all 0.4s ease; }
.site-header.scrolled { padding: 0.7rem 2rem; box-shadow: 0 2px 30px rgba(0, 57, 144, 0.1); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.site-logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--color-primary); letter-spacing: 0.1em; }
.site-logo span { display: block; font-size: 0.6rem; font-weight: 400; letter-spacing: 0.2em; color: var(--color-primary-light); margin-top: 2px; }
.nav-menu { display: flex; gap: 2.5rem; list-style: none; }
.nav-menu a { font-size: 0.85rem; color: var(--color-text); letter-spacing: 0.08em; position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--color-primary-light); transition: width 0.3s ease; }
.nav-menu a:hover { color: var(--color-primary-light); }
.nav-menu a:hover::after { width: 100%; }
.nav-cta { background: var(--color-primary); color: var(--color-white) !important; padding: 0.6rem 1.5rem; border-radius: 3px; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--color-primary-light); transform: translateY(-1px); }
.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 5px; cursor: pointer; }
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--color-primary); transition: all 0.3s ease; }

/* ========== Hero ========== */
.hero { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; position: relative; padding: 120px 2rem 80px; overflow: hidden; }
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
.hero-slide.active { opacity: 1; }
.hero-slider[data-effect="slide"] .hero-slide { opacity: 1; transform: translateX(100%); transition: transform 1s ease-in-out; }
.hero-slider[data-effect="slide"] .hero-slide.active { transform: translateX(0); }
.hero-slider[data-effect="slide"] .hero-slide.prev { transform: translateX(-100%); }
.hero-bg-image { position: absolute; inset: 0; background: url('images/hero-bg.jpg') center center / cover no-repeat; z-index: 0; }
.hero-bg-video { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-bg-video iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.78vh; transform: translate(-50%, -50%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 57, 144, 0.7) 0%, rgba(0, 57, 144, 0.4) 50%, rgba(0, 57, 144, 0.6) 100%); z-index: 1; }
.hero-waves { position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; overflow: hidden; z-index: 3; }
.hero-waves svg { position: absolute; bottom: 0; left: 0; width: 200%; height: 100%; }
.hero-wave { animation: waveMove 8s ease-in-out infinite; }
.hero-wave:nth-child(1) { animation-delay: 0s; opacity: 0.9; }
.hero-wave:nth-child(2) { animation-delay: -2s; opacity: 0.7; }
.hero-wave:nth-child(3) { animation-delay: -4s; opacity: 0.5; }
@keyframes waveMove { 0%, 100% { transform: translateX(0) translateY(0); } 50% { transform: translateX(-25%) translateY(5px); } }
.hero-content { max-width: 900px; text-align: center; position: relative; z-index: 2; color: var(--color-white); }
.hero-subtitle { font-family: var(--font-display); font-size: 0.9rem; letter-spacing: 0.3em; color: rgba(255, 255, 255, 0.9); margin-bottom: 1.5rem; animation: fadeInUp 1s ease-out 0.2s both; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 500; color: var(--color-white); line-height: 1.5; margin-bottom: 2rem; letter-spacing: 0.08em; animation: fadeInUp 1s ease-out 0.4s both; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.hero-description { font-size: 1rem; line-height: 2.2; color: rgba(255, 255, 255, 0.9); max-width: 600px; margin: 0 auto 3rem; animation: fadeInUp 1s ease-out 0.6s both; }
.hero-cta { display: inline-flex; gap: 1rem; flex-wrap: wrap; justify-content: center; animation: fadeInUp 1s ease-out 0.8s both; }
.hero-cta .btn-primary { background: var(--color-white); color: var(--color-primary); }
.hero-cta .btn-primary:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.hero-cta .btn-secondary { background: transparent; color: var(--color-white); border: 1px solid var(--color-white); }
.hero-cta .btn-secondary:hover { background: var(--color-white); color: var(--color-primary); }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ========== Buttons ========== */
.btn { display: inline-block; padding: 1rem 2.5rem; font-family: var(--font-body); font-size: 0.9rem; font-weight: 400; letter-spacing: 0.12em; border-radius: 3px; transition: all 0.4s ease; border: none; text-align: center; cursor: pointer; }
.btn-primary { background: var(--color-primary); color: var(--color-white); }
.btn-primary:hover { background: var(--color-primary-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 57, 144, 0.25); }
.btn-secondary { background: transparent; color: var(--color-primary); border: 1px solid var(--color-primary); }
.btn-secondary:hover { background: var(--color-primary); color: var(--color-white); }
.btn-light { background: rgba(255, 255, 255, 0.15); color: var(--color-white); border: 1px solid rgba(255, 255, 255, 0.3); padding: 0.7rem 1.2rem; font-size: 0.8rem; width: 100%; }
.btn-light:hover { background: var(--color-white); color: var(--color-primary); }
.btn-hotpepper { background: #ff6b6b; color: var(--color-white); }
.btn-hotpepper:hover { background: #ff5252; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3); }
.btn-tel { display: inline-flex; align-items: center; gap: 0.5rem; }

/* ========== Section Common ========== */
.section-header { text-align: center; margin-bottom: 4rem; }
.section-label { font-size: 0.75rem; letter-spacing: 0.3em; color: var(--color-primary-light); margin-bottom: 0.8rem; display: block; }
.section-title { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 500; color: var(--color-primary); letter-spacing: 0.08em; }

/* ========== Notice ========== */
.notice-section { padding: 0; }
.notice-container { max-width: 1000px; margin: 0 auto; padding: 1.5rem 2rem; }
.notice-box { background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 1rem 1.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.notice-label { background: #ffc107; color: #856404; font-size: 0.75rem; font-weight: 600; padding: 0.25rem 0.75rem; border-radius: 4px; white-space: nowrap; }
.notice-content { flex: 1; font-size: 0.9rem; line-height: 1.8; color: #856404; }

/* ========== Campaign ========== */
.campaign { padding: 60px 2rem; background: var(--color-white); }
.campaign-container { max-width: 1100px; margin: 0 auto; }

/* タブナビゲーション */
.campaign-tabs { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.campaign-tab { padding: 0.8rem 1.5rem; border: 2px solid var(--color-primary); background: var(--color-white); color: var(--color-primary); border-radius: 30px; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.3s ease; }
.campaign-tab:hover { background: var(--color-bg-light); }
.campaign-tab.active { background: var(--color-primary); color: var(--color-white); }

/* パネル */
.campaign-panel { display: none; }
.campaign-panel.active { display: block; }

/* グリッド */
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

/* カード */
.campaign-card { background: var(--color-white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-soft); transition: all 0.4s ease; border: 1px solid var(--color-bg-mid); }
.campaign-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }

/* バッジ（青ベース） */
.campaign-badge { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%); color: var(--color-white); padding: 1.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; }
.campaign-badge::after { content: ''; position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: linear-gradient(135deg, transparent 50%, rgba(212, 175, 55, 0.3) 50%); }
.campaign-badge-label { font-size: 0.7rem; letter-spacing: 0.1em; opacity: 0.9; margin-bottom: 0.3rem; padding: 0.2rem 0.6rem; background: rgba(255,255,255,0.15); border-radius: 3px; }
.campaign-badge-value { font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; line-height: 1; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.campaign-badge-unit { font-size: 0.85rem; margin-top: 0.2rem; }

/* ゴールドアクセントバッジ */
.campaign-badge--gold { background: linear-gradient(135deg, #b8860b 0%, #daa520 50%, #f4d03f 100%); }
.campaign-badge--gold::after { background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,0.2) 50%); }

/* カードボディ */
.campaign-body { padding: 1.2rem; }
.campaign-title { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; line-height: 1.4; }
.campaign-desc { font-size: 0.8rem; color: var(--color-text-light); line-height: 1.6; }
.campaign-original { text-decoration: line-through; color: #999; font-size: 0.75rem; }
.campaign-period { font-size: 0.75rem; color: var(--color-text-light); opacity: 0.8; }

/* ========== News ========== */
.news { padding: 60px 2rem; background: var(--color-bg-light); }
.news-container { max-width: 900px; margin: 0 auto; }
.news-list { list-style: none; margin-bottom: 2rem; }
.news-item { display: flex; align-items: center; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid var(--color-bg-mid); }
.news-item:last-child { border-bottom: none; }
.news-date { font-size: 0.85rem; color: var(--color-text-light); min-width: 90px; }
.news-category { font-size: 0.7rem; background: var(--color-primary); color: var(--color-white); padding: 0.2rem 0.8rem; border-radius: 20px; }
.news-title a { font-size: 0.95rem; color: var(--color-text); }
.news-title a:hover { color: var(--color-primary); }
.news-more { text-align: center; }

/* ========== Five Senses ========== */
.five-senses { padding: 80px 2rem; background: var(--color-primary); text-align: center; color: var(--color-white); }
.five-senses-title { font-family: var(--font-display); font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 500; color: var(--color-white); margin-bottom: 3rem; letter-spacing: 0.15em; }
.five-senses-title span { display: block; font-size: 0.7rem; letter-spacing: 0.3em; color: rgba(255,255,255,0.7); margin-top: 0.8rem; }
.senses-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; max-width: 1000px; margin: 0 auto; }
.sense-item { position: relative; padding: 3rem 1rem; }
.sense-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.sense-circle::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 130px; height: 130px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.3); }
.sense-circle::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, 0.2); animation: rotateSense 30s linear infinite; }
@keyframes rotateSense { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.sense-inner { position: relative; z-index: 2; }
.sense-label { font-family: var(--font-display); font-size: 1.5rem; color: var(--color-white); margin-bottom: 0.8rem; }
.sense-text { font-size: 0.8rem; color: rgba(255,255,255,0.85); line-height: 1.7; }

/* ========== Concept ========== */
.concept { padding: 100px 2rem; background: linear-gradient(180deg, var(--color-bg-light) 0%, var(--color-white) 100%); }
.concept-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.concept-card { text-align: center; padding: 0; background: var(--color-white); border-radius: 6px; box-shadow: var(--shadow-soft); transition: all 0.4s ease; overflow: hidden; }
.concept-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-medium); }
.concept-img { width: 100%; height: 200px; background: var(--color-bg-mid); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.concept-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.concept-card:hover .concept-img img { transform: scale(1.05); }
.concept-img-placeholder { color: var(--color-text-light); font-size: 0.85rem; }
.concept-content { padding: 1.5rem 2rem 2rem; }
.concept-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; letter-spacing: 0.08em; }
.concept-card p { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.9; }

/* ========== Menu ========== */
.menu { padding: 100px 2rem; background: linear-gradient(180deg, var(--color-white) 0%, var(--color-bg-mid) 50%, var(--color-bg-light) 100%); }
.menu-container { max-width: 1000px; margin: 0 auto; }
.menu-category { margin-bottom: 4rem; }
.menu-category:last-child { margin-bottom: 0; }
.menu-category-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--color-primary); text-align: center; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--color-bg-warm); letter-spacing: 0.12em; }
.menu-category-desc { text-align: center; font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 1.5rem; line-height: 1.8; }
.menu-badge { display: inline-block; background: var(--color-accent); color: var(--color-white); font-size: 0.7rem; padding: 0.2rem 0.6rem; border-radius: 3px; margin-left: 0.8rem; vertical-align: middle; font-weight: 400; letter-spacing: 0.05em; }
.menu-times { text-align: center; font-size: 0.95rem; color: var(--color-primary); font-weight: 500; letter-spacing: 0.05em; }

/* Menu Card Grid */
.menu-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.menu-card { background: var(--color-white); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; box-shadow: var(--shadow-soft); transition: all 0.4s ease; position: relative; border: 1px solid var(--color-bg-mid); }
.menu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); border-color: var(--color-primary-lighter); }
.menu-card-badge { position: absolute; top: 1rem; right: 1rem; background: var(--color-accent); color: var(--color-white); font-size: 0.7rem; padding: 0.3rem 0.8rem; border-radius: 20px; font-weight: 500; }
.menu-card-icon { width: 64px; height: 64px; margin: 0 auto 1.2rem; color: var(--color-primary); }
.menu-card-icon svg { width: 100%; height: 100%; }
.menu-card-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--color-primary); margin-bottom: 0.8rem; letter-spacing: 0.05em; }
.menu-card-desc { font-size: 0.85rem; color: var(--color-text-light); line-height: 1.7; margin-bottom: 1.2rem; }
.menu-card-times { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.menu-card-times span { background: var(--color-bg-light); color: var(--color-primary); padding: 0.4rem 0.8rem; border-radius: 20px; font-size: 0.8rem; font-weight: 500; transition: all 0.3s ease; }
.menu-card:hover .menu-card-times span { background: var(--color-primary-lighter); }

.menu-items { display: grid; gap: 1.5rem; }
.menu-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 1.5rem 2rem; background: var(--color-white); border-radius: 6px; box-shadow: 0 2px 15px rgba(0, 57, 144, 0.04); transition: all 0.3s ease; }
.menu-item:hover { box-shadow: 0 4px 25px rgba(0, 57, 144, 0.08); transform: translateY(-2px); }
.menu-item-info h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; letter-spacing: 0.05em; }
.menu-item-info p { font-size: 0.85rem; color: var(--color-text-light); line-height: 1.7; }
.menu-item-price { text-align: right; white-space: nowrap; margin-left: 2rem; }
.menu-item-price .price { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--color-accent); }
.menu-item-price .price-note { font-size: 0.75rem; color: var(--color-text-light); display: block; margin-top: 0.3rem; }
.menu-note { text-align: center; font-size: 0.85rem; color: var(--color-text-light); margin-top: 2rem; padding: 1.5rem; background: rgba(0, 57, 144, 0.03); border-radius: 6px; line-height: 1.8; }

/* ========== Flow ========== */
.flow { padding: 100px 2rem; background: var(--color-white); }
.flow-container { max-width: 700px; margin: 0 auto; }
.flow-list { display: flex; flex-direction: column; gap: 0; }
.flow-item { display: flex; gap: 1.5rem; position: relative; padding-bottom: 2rem; }
.flow-item:last-child { padding-bottom: 0; }
.flow-number { width: 50px; height: 50px; background: var(--color-primary); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; flex-shrink: 0; position: relative; z-index: 2; }
.flow-line { position: absolute; left: 25px; top: 50px; width: 2px; height: calc(100% - 50px); background: var(--color-bg-warm); z-index: 1; }
.flow-content { flex: 1; padding-top: 0.5rem; }
.flow-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; letter-spacing: 0.05em; }
.flow-text { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.8; }

/* ========== Voice ========== */
.voice { padding: 100px 2rem; background: linear-gradient(180deg, var(--color-bg-light) 0%, var(--color-white) 100%); }
.voice-container { max-width: 1000px; margin: 0 auto; position: relative; }
.voice-slider { overflow: hidden; position: relative; }
.voice-track { display: flex; transition: transform 0.5s ease; }
.voice-slide { min-width: 100%; padding: 0 1rem; box-sizing: border-box; }
.voice-card { background: var(--color-white); border-radius: 12px; padding: 0; box-shadow: var(--shadow-soft); display: flex; overflow: hidden; }
.voice-card-simple { background: var(--color-white); border-radius: 12px; padding: 2rem; box-shadow: var(--shadow-soft); text-align: center; max-width: 600px; margin: 0 auto; }
.voice-card-simple .voice-rating { margin-bottom: 1rem; }
.voice-card-simple .voice-text { font-size: 0.95rem; line-height: 1.9; color: var(--color-text); margin-bottom: 1.5rem; text-align: left; }
.voice-card-simple .voice-author { font-size: 0.85rem; color: var(--color-text-light); font-weight: 500; }
.section-subtitle { font-size: 0.8rem; color: var(--color-text-light); margin-top: 0.5rem; letter-spacing: 0.05em; }
.voice-content { flex: 1; padding: 2.5rem; }
.voice-image { width: 280px; flex-shrink: 0; background: var(--color-bg-mid); display: flex; align-items: center; justify-content: center; }
.voice-image img { width: 100%; height: 100%; object-fit: cover; }
.voice-image-placeholder { color: var(--color-text-light); font-size: 0.85rem; }
.voice-rating { display: flex; gap: 2px; margin-bottom: 1rem; }
.voice-rating span { color: #ffc107; font-size: 1.2rem; }
.voice-text { font-size: 0.95rem; line-height: 2; color: var(--color-text); margin-bottom: 1.5rem; }
.voice-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--color-bg-mid); }
.voice-author { font-size: 0.85rem; color: var(--color-primary); font-weight: 500; }
.voice-tag { font-size: 0.75rem; color: var(--color-text-light); background: var(--color-bg-light); padding: 0.3rem 0.8rem; border-radius: 20px; }
.voice-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; background: var(--color-white); border: 1px solid var(--color-bg-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; z-index: 10; }
.voice-nav:hover { background: var(--color-primary); border-color: var(--color-primary); }
.voice-nav:hover svg { stroke: var(--color-white); }
.voice-nav svg { width: 20px; height: 20px; stroke: var(--color-primary); stroke-width: 2; fill: none; }
.voice-prev { left: -20px; }
.voice-next { right: -20px; }
.voice-dots { display: flex; justify-content: center; gap: 10px; margin-top: 2rem; }
.voice-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--color-bg-warm); cursor: pointer; transition: all 0.3s ease; }
.voice-dot.active { background: var(--color-primary); transform: scale(1.2); }

/* ========== FAQ ========== */
.faq { padding: 100px 2rem; background: var(--color-white); }
.faq-container { max-width: 900px; margin: 0 auto; }
.faq-item { margin-bottom: 1rem; border: 1px solid var(--color-bg-mid); border-radius: 8px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: var(--color-primary-lighter); }
.faq-question { width: 100%; padding: 1.3rem 1.8rem; background: var(--color-bg-light); border: none; text-align: left; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-size: 0.95rem; font-weight: 400; color: var(--color-primary); transition: all 0.3s ease; line-height: 1.6; cursor: pointer; }
.faq-question:hover { background: var(--color-bg-mid); }
.faq-question span:first-child { flex: 1; padding-right: 1.5rem; }
.faq-icon { width: 24px; height: 24px; position: relative; flex-shrink: 0; margin-left: auto; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--color-primary-light); transition: transform 0.3s ease; }
.faq-icon::before { width: 12px; height: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::after { width: 2px; height: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-item.active .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 1.3rem 1.8rem; font-size: 0.92rem; color: var(--color-text-light); line-height: 1.9; background: var(--color-white); }

/* ========== Shops ========== */
.shops { padding: 100px 2rem; background: var(--color-primary); color: var(--color-white); position: relative; }
.shops::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.03'/%3E%3C/svg%3E") repeat; background-size: 200px; pointer-events: none; }
.shops .section-label { color: var(--color-primary-lighter); }
.shops .section-title { color: var(--color-white); }
.shops-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; z-index: 1; }
.shop-card { background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.4s ease; overflow: hidden; }
.shop-card:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-5px); }
.shop-image { height: 180px; background: rgba(255, 255, 255, 0.05); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.shop-card:hover .shop-image img { transform: scale(1.05); }
.shop-image-placeholder { font-size: 0.85rem; opacity: 0.5; }
.shop-content { padding: 1.5rem 2rem 2rem; }
.shop-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; margin-bottom: 1.2rem; letter-spacing: 0.08em; }
.shop-info { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 1.5rem; }
.shop-info-item { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.85rem; opacity: 0.9; }
.shop-info-item svg { flex-shrink: 0; margin-top: 2px; }
.shop-info-item a:hover { text-decoration: underline; }

/* ========== LINE CTA ========== */
.line-cta { padding: 80px 2rem; background: var(--color-bg-light); position: relative; overflow: hidden; }
.line-cta::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0, 57, 144, 0.05) 0%, transparent 70%); pointer-events: none; }
.line-cta-container { max-width: 800px; margin: 0 auto; background: var(--color-white); border-radius: 16px; padding: 3rem; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; position: relative; z-index: 1; box-shadow: var(--shadow-soft); border: 1px solid var(--color-bg-mid); }
.line-cta-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(6, 199, 85, 0.1); color: #059c46; padding: 0.4rem 1rem; border-radius: 30px; font-size: 0.8rem; font-weight: 500; margin-bottom: 1rem; }
.line-cta-badge svg { width: 18px; height: 18px; fill: #06C755; }
.line-cta-title { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 1.6rem); font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; line-height: 1.6; letter-spacing: 0.05em; }
.line-cta-title span { color: #059c46; }
.line-cta-desc { font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 1.5rem; line-height: 1.8; }
.line-cta-benefits { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.5rem; }
.line-cta-benefit { display: flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: var(--color-text); }
.line-cta-benefit svg { width: 16px; height: 16px; flex-shrink: 0; stroke: #06C755; }
.line-cta-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: #06C755; color: var(--color-white); padding: 0.9rem 2rem; border-radius: 8px; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; }
.line-cta-btn:hover { background: #05a548; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3); }
.line-cta-btn svg { width: 22px; height: 22px; fill: var(--color-white); }
.line-cta-qr { text-align: center; }
.line-cta-qr-image { width: 130px; height: 130px; background: var(--color-bg-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.8rem; border-radius: 8px; border: 1px solid var(--color-bg-mid); font-size: 0.8rem; color: var(--color-text-light); }
.line-cta-qr-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.line-cta-qr-text { font-size: 0.7rem; color: var(--color-text-light); }

/* ========== Reserve CTA ========== */
.reserve-cta { padding: 100px 2rem; background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg-mid) 100%); text-align: center; }
.reserve-cta-container { max-width: 700px; margin: 0 auto; }
.reserve-cta-title { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 500; color: var(--color-primary); margin-bottom: 1.5rem; letter-spacing: 0.08em; }
.reserve-cta-desc { font-size: 1rem; color: var(--color-text-light); margin-bottom: 2.5rem; line-height: 2; }
.reserve-cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.reserve-cta-note { font-size: 0.85rem; color: var(--color-text-light); }

/* ========== Footer ========== */
.site-footer { background: var(--color-primary); color: var(--color-white); padding: 60px 2rem 30px; position: relative; }
.footer-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; z-index: 0; }
.footer-overlay { position: absolute; inset: 0; background: var(--color-primary); opacity: 0.9; z-index: 1; }
.footer-content { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; position: relative; z-index: 2; }
.footer-brand .site-logo { color: var(--color-white); margin-bottom: 1rem; display: inline-block; }
.footer-brand .site-logo span { color: var(--color-primary-lighter); }
.footer-brand p { font-size: 0.85rem; opacity: 0.8; line-height: 1.9; }
.footer-section h4 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 500; margin-bottom: 1.5rem; letter-spacing: 0.08em; }
.footer-section ul { list-style: none; }
.footer-section li { margin-bottom: 0.7rem; }
.footer-section a { font-size: 0.85rem; opacity: 0.8; }
.footer-section a:hover { opacity: 1; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.8rem; opacity: 0.6; position: relative; z-index: 2; }

/* ========== Page Top Button ========== */
.pagetop { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.4s ease; z-index: 99; box-shadow: 0 4px 20px rgba(0, 57, 144, 0.3); }
.pagetop.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.pagetop:hover { background: var(--color-primary-light); transform: translateY(-3px); }
.pagetop svg { width: 20px; height: 20px; stroke: var(--color-white); stroke-width: 2.5; fill: none; }

/* ========== PC Fixed Reserve Button ========== */
.fixed-reserve { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 98; opacity: 0; visibility: hidden; transition: all 0.4s ease; display: flex; flex-direction: column; gap: 0; }
.fixed-reserve.visible { opacity: 1; visibility: visible; }
.fixed-reserve-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%); color: var(--color-white); padding: 1.2rem 0.6rem; border-radius: 8px 0 0 0; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.15em; box-shadow: -4px 0 20px rgba(238, 90, 90, 0.3); transition: all 0.3s ease; text-align: center; text-decoration: none; }
.fixed-reserve-btn:hover { padding-left: 0.3rem; background: linear-gradient(135deg, #ff5252 0%, #e04545 100%); }
.fixed-reserve-btn svg { width: 20px; height: 20px; stroke: var(--color-white); fill: none; stroke-width: 2; flex-shrink: 0; }
.fixed-reserve-btn span { writing-mode: vertical-rl; text-orientation: mixed; }
.fixed-reserve-btn--secondary { background: linear-gradient(135deg, var(--color-primary) 0%, #001d4a 100%); border-radius: 0 0 0 8px; box-shadow: -4px 0 20px rgba(0, 57, 144, 0.3); }
.fixed-reserve-btn--secondary:hover { background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%); }
@media (max-width: 768px) { .fixed-reserve { display: none; } }

/* ========== Mobile Fixed CTA - 2-row layout ========== */
.mobile-fixed-cta { display: none; }
@media (max-width: 768px) {
    .mobile-fixed-cta { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 98; background: var(--color-white); border-top: 1px solid var(--color-bg-mid); box-shadow: 0 -4px 20px rgba(0,0,0,0.1); padding: 0.4rem 0.8rem 0.5rem; }
    .mobile-fixed-cta-row { display: flex; gap: 0.4rem; }
    .mobile-fixed-cta-row:first-child { margin-bottom: 0.4rem; }
    .mobile-fixed-btn-sub { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.4rem 0.5rem; border-radius: 6px; background: var(--color-bg-light); font-size: 0.65rem; color: var(--color-text); text-decoration: none; }
    .mobile-fixed-btn-sub svg { width: 14px; height: 14px; flex-shrink: 0; }
    .mobile-fixed-btn-sub--line { background: #06C755; color: var(--color-white); }
    .mobile-fixed-btn-sub--line svg { fill: var(--color-white); }
    .mobile-fixed-btn-sub--reserve { background: var(--color-primary-lighter); color: var(--color-primary); }
    .mobile-fixed-btn-sub--reserve svg { stroke: var(--color-primary); }
    .mobile-fixed-btn-main { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.6rem 1rem; border-radius: 6px; font-size: 0.8rem; font-weight: 600; text-decoration: none; }
    .mobile-fixed-btn-main svg { width: 16px; height: 16px; flex-shrink: 0; }
    .mobile-fixed-btn-main--shops { background: var(--color-bg-light); color: var(--color-primary); border: 1px solid var(--color-primary); }
    .mobile-fixed-btn-main--shops svg { stroke: var(--color-primary); }
    .mobile-fixed-btn-main--reserve { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%); color: var(--color-white); }
    .mobile-fixed-btn-main--reserve svg { stroke: var(--color-white); }
    body { padding-bottom: 95px; }
    .menu-card-grid { grid-template-columns: 1fr; }
}

/* ========== Animations ========== */
.fade-in { opacity: 0; transform: translateY(25px); transition: all 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
    .shops-grid { grid-template-columns: 1fr; max-width: 450px; }
    .voice-prev { left: 5px; }
    .voice-next { right: 5px; }
    .senses-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .nav-menu { display: none; }
    .mobile-menu-btn { display: flex; }
    .concept-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .concept-img { height: 180px; }
    .footer-content { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
    .campaign-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .campaign-tabs { gap: 0.3rem; }
    .campaign-tab { padding: 0.6rem 1rem; font-size: 0.8rem; }
    .line-cta-container { grid-template-columns: 1fr; text-align: center; gap: 2rem; padding: 2rem; }
    .line-cta-benefits { justify-content: center; }
    .line-cta-qr { max-width: 180px; margin: 0 auto; }
}

@media (max-width: 600px) {
    .site-header { padding: 0.8rem 1.5rem; }
    .hero { padding: 100px 1.5rem 60px; }
    .hero h1 { font-size: 1.8rem; }
    .hero-cta { flex-direction: column; width: 100%; }
    .hero-cta .btn { width: 100%; }
    .menu-item { flex-direction: column; gap: 1rem; padding: 1.2rem 1.5rem; }
    .menu-item-price { text-align: left; margin-left: 0; }
    .pagetop { bottom: 20px; right: 20px; width: 45px; height: 45px; }
    .faq-question { padding: 1rem 1.2rem; font-size: 0.9rem; }
    .faq-answer-inner { padding: 1rem 1.2rem; }
    .section-header { margin-bottom: 3rem; }
    .concept, .menu, .faq, .shops, .voice, .flow { padding: 70px 1.5rem; }
    .voice-card { flex-direction: column-reverse; }
    .voice-content { padding: 1.5rem; }
    .voice-image { width: 100%; height: 180px; }
    .voice-text { font-size: 0.9rem; }
    .voice-nav { width: 38px; height: 38px; }
    .voice-prev { left: 0; }
    .voice-next { right: 0; }
    .five-senses { padding: 60px 1.5rem; }
    .senses-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
    .sense-item { padding: 2rem 0.5rem; }
    .sense-item:last-child { grid-column: span 2; }
    .sense-label { font-size: 1.2rem; }
    .sense-text { font-size: 0.75rem; }
    .sense-circle::before { width: 110px !important; height: 110px !important; }
    .sense-circle::after { width: 125px !important; height: 125px !important; }
    .news { padding: 50px 1.5rem; }
    .news-item { flex-direction: column; gap: 0.5rem; }
    .news-date { min-width: auto; }
    .flow-item { gap: 1rem; }
    .flow-number { width: 40px; height: 40px; font-size: 1rem; }
    .flow-line { left: 20px; top: 40px; height: calc(100% - 40px); }
    .flow-title { font-size: 1rem; }
    .flow-text { font-size: 0.85rem; }
    .campaign { padding: 40px 1.5rem; }
    .campaign-grid { grid-template-columns: 1fr; }
    .campaign-tabs { flex-direction: column; align-items: stretch; }
    .campaign-tab { text-align: center; border-radius: 8px; }
    .line-cta { padding: 50px 1.5rem; }
    .line-cta-container { padding: 1.5rem; }
    .line-cta-title { font-size: 1.2rem; }
    .line-cta-benefits { flex-direction: column; align-items: center; gap: 0.4rem; }
    .line-cta-btn { width: 100%; justify-content: center; }
    .line-cta-qr-image { width: 110px; height: 110px; }
    .reserve-cta-buttons { flex-direction: column; width: 100%; }
    .reserve-cta-buttons .btn { width: 100%; }
}

/* ========== Page Hero (下層ページ用) ========== */
.page-hero { min-height: 50vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 140px 2rem 80px; overflow: hidden; background: var(--color-primary); }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 57, 144, 0.75) 0%, rgba(0, 57, 144, 0.5) 100%); }
.page-hero-content { position: relative; z-index: 2; text-align: center; color: var(--color-white); }
.page-hero-label { font-size: 0.8rem; letter-spacing: 0.3em; opacity: 0.9; margin-bottom: 1rem; display: block; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; letter-spacing: 0.15em; margin-bottom: 1rem; }
.page-hero-description { font-size: 1rem; line-height: 2; opacity: 0.9; max-width: 600px; margin: 0 auto; }

/* ========== Breadcrumb ========== */
.breadcrumb { padding: 1.5rem 2rem; background: var(--color-white); }
.breadcrumb-list { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8rem; color: var(--color-text-light); }
.breadcrumb-list li::after { content: '/'; margin-left: 0.5rem; opacity: 0.5; }
.breadcrumb-list li:last-child::after { display: none; }
.breadcrumb-list a:hover { color: var(--color-primary); }

/* ========== Section for Pages ========== */
.section { padding: 80px 2rem; }
.section--white { background: var(--color-white); }
.section--light { background: var(--color-bg-light); }
.container { max-width: 1100px; margin: 0 auto; }
.container--narrow { max-width: 800px; margin: 0 auto; }

/* ========== Page Content ========== */
.page-content { font-size: 1rem; line-height: 2.2; }
.page-content h2 { font-family: var(--font-display); font-size: 1.4rem; color: var(--color-primary); margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--color-bg-mid); }
.page-content h3 { font-family: var(--font-display); font-size: 1.2rem; color: var(--color-primary); margin: 2rem 0 1rem; }
.page-content p { margin-bottom: 1.5rem; }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.page-content li { margin-bottom: 0.5rem; }

/* ========== Company Table ========== */
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--color-bg-mid); font-size: 0.95rem; }
.company-table th { width: 150px; color: var(--color-primary); font-weight: 500; white-space: nowrap; background: var(--color-bg-light); }

/* ========== Contact Form ========== */
.contact-form-wrap { background: var(--color-bg-light); padding: 2rem; border-radius: 12px; }
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea { width: 100%; padding: 1rem; border: 1px solid var(--color-bg-mid); border-radius: 8px; font-family: inherit; font-size: 1rem; transition: border-color 0.3s; }
.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus { border-color: var(--color-primary); outline: none; }
.contact-form-wrap input[type="submit"] { background: var(--color-primary); color: var(--color-white); border: none; padding: 1rem 3rem; border-radius: 50px; cursor: pointer; transition: all 0.3s; display: block; margin: 2rem auto 0; max-width: 300px; width: 100%; }
.contact-form-wrap input[type="submit"]:hover { background: var(--color-primary-light); transform: translateY(-2px); }

/* ========== Shop Tabs (メニューページ用) ========== */
.shop-tabs { display: flex; justify-content: center; gap: 0; background: var(--color-white); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-soft); max-width: 600px; margin: 0 auto 2rem; }
.shop-tab { flex: 1; padding: 1rem; background: var(--color-white); border: none; cursor: pointer; transition: all 0.3s; text-align: center; }
.shop-tab__name { display: block; font-family: var(--font-display); font-size: 1rem; color: var(--color-text-light); }
.shop-tab__area { display: block; font-size: 0.7rem; color: var(--color-text-light); opacity: 0.7; margin-top: 2px; }
.shop-tab:hover .shop-tab__name { color: var(--color-primary); }
.shop-tab.active { background: linear-gradient(180deg, rgba(0, 57, 144, 0.03) 0%, rgba(0, 57, 144, 0.08) 100%); }
.shop-tab.active .shop-tab__name { color: var(--color-primary); }

/* ========== Voice Page ========== */
.voice-filter { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.voice-filter__btn { padding: 0.7rem 1.5rem; background: var(--color-bg-light); border: 1px solid var(--color-bg-mid); border-radius: 30px; font-size: 0.85rem; cursor: pointer; transition: all 0.3s; }
.voice-filter__btn:hover, .voice-filter__btn.active { background: var(--color-primary); color: var(--color-white); border-color: var(--color-primary); }
.voice-list { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.voice-item { background: var(--color-bg-light); padding: 2rem; border-radius: 12px; }
.voice-item__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.voice-item__rating { color: #f5a623; }
.voice-item__shop { background: var(--color-primary); color: var(--color-white); padding: 0.2rem 0.8rem; border-radius: 20px; font-size: 0.75rem; }
.voice-item__text { font-size: 0.95rem; line-height: 1.9; margin-bottom: 1rem; }
.voice-item__footer { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--color-text-light); }

/* ========== Top Therapist ========== */
.therapist { padding: 80px 2rem; background: linear-gradient(180deg, var(--color-white) 0%, var(--color-bg-light) 100%); }
.therapist-container { max-width: 1100px; margin: 0 auto; }
.therapist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.therapist-card { background: var(--color-white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-soft); transition: all 0.4s ease; }
.therapist-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 57, 144, 0.12); }
.therapist-header { background: var(--color-primary); color: var(--color-white); padding: 1rem 1.5rem; text-align: center; }
.therapist-header h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 500; letter-spacing: 0.05em; margin: 0; }
.therapist-header span { font-size: 0.75rem; opacity: 0.8; display: block; margin-top: 0.3rem; }
.therapist-body { padding: 1.5rem; text-align: center; }
.therapist-image { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 1rem; background: var(--color-bg-mid); overflow: hidden; border: 3px solid var(--color-primary-lighter); }
.therapist-image img { width: 100%; height: 100%; object-fit: cover; }
.therapist-image-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 0.8rem; color: var(--color-text-light); }
.therapist-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.therapist-stats { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1rem; }
.therapist-stat { text-align: center; }
.therapist-stat-value { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--color-accent); }
.therapist-stat-label { font-size: 0.7rem; color: var(--color-text-light); }
.therapist-comment { font-size: 0.85rem; color: var(--color-text-light); line-height: 1.7; }

@media (max-width: 1024px) {
    .therapist-grid { grid-template-columns: 1fr; max-width: 350px; margin: 0 auto; }
}

@media (min-width: 600px) {
    .voice-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .shop-tabs { flex-direction: column; }
    .company-table th { width: 120px; }
}

/* ========== Concept Page Styles ========== */
/* Lead Section */
.lead-section { text-align: center; }
.lead-text { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 400; color: var(--color-primary); line-height: 2.2; letter-spacing: 0.08em; }
.lead-description { font-size: 1rem; line-height: 2.2; color: var(--color-text); margin-top: 2rem; }

/* Two Column */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }
.two-col__image { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-medium); }
.two-col__image img { width: 100%; height: auto; }
.two-col__content { }
.two-col__title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1.5rem; letter-spacing: 0.08em; line-height: 1.6; }
.two-col__text { font-size: 0.95rem; line-height: 2; color: var(--color-text-light); }
.two-col__text p { margin-bottom: 1.5rem; }
.two-col__text p:last-child { margin-bottom: 0; }

/* Technique Points */
.technique-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 4rem; }
.technique-point { background: var(--color-white); padding: 2rem; border-radius: 12px; box-shadow: var(--shadow-soft); }
.technique-point h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.8rem; letter-spacing: 0.05em; }
.technique-point p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }

/* Space Features */
.space-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }
.space-feature { background: var(--color-bg-light); padding: 2rem; border-radius: 12px; text-align: center; }
.space-feature h4 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; }
.space-feature p { font-size: 0.9rem; line-height: 1.8; color: var(--color-text-light); }
.space-message { text-align: center; margin-top: 3rem; font-size: 1.05rem; line-height: 2; color: var(--color-primary); font-style: italic; }

/* Guarantee Box */
.guarantee-box { max-width: 800px; margin: 0 auto; text-align: center; }
.guarantee-box__header { margin-bottom: 2rem; }
.guarantee-box__header h2 { font-family: var(--font-display); font-size: 1.5rem; color: var(--color-white); margin-bottom: 0.5rem; }
.guarantee-box__header p { color: rgba(255,255,255,0.8); }
.guarantee-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; text-align: left; }
.guarantee-item { display: flex; gap: 1rem; align-items: flex-start; background: var(--color-white); padding: 1.5rem; border-radius: 12px; }
.guarantee-item__icon { width: 50px; height: 50px; background: rgba(0, 57, 144, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.guarantee-item__icon svg { width: 24px; height: 24px; stroke: var(--color-primary); fill: none; stroke-width: 2; }
.guarantee-item__text h4 { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 0.5rem; }
.guarantee-item__text p { font-size: 0.85rem; line-height: 1.7; color: var(--color-text-light); }
.guarantee-note { margin-top: 1.5rem; font-size: 0.9rem; color: rgba(255,255,255,0.9); }
.block-content svg, .wp-block-group svg { max-width: 24px; max-height: 24px; }

/* Catchphrase Section */
.catchphrase-section { text-align: center; }
.catchphrase { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; color: var(--color-primary); letter-spacing: 0.15em; margin-bottom: 2rem; line-height: 1.6; }
.catchphrase-sub { font-size: 1.05rem; line-height: 2.2; color: var(--color-text-light); }

/* Message Box */
.message-box { text-align: center; padding: 3rem; }
.message-box__lead { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 400; line-height: 2.2; margin-bottom: 2rem; opacity: 0.95; letter-spacing: 0.08em; color: var(--color-white); }
.message-box__text { font-size: 0.95rem; line-height: 2.2; opacity: 0.85; margin-bottom: 1.5rem; color: var(--color-white); }
.message-box__signature { font-family: var(--font-display); font-size: 1.1rem; margin-top: 2rem; letter-spacing: 0.15em; opacity: 0.9; color: var(--color-white); }

/* Features Grid */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.feature-card { background: var(--color-bg-light); border-radius: 12px; padding: 2.5rem 2rem; text-align: center; transition: all 0.4s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.feature-card__icon { width: 60px; height: 60px; margin: 0 auto 1.5rem; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feature-card__icon svg { width: 28px; height: 28px; stroke: var(--color-white); fill: none; stroke-width: 1.5; }
.feature-card__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--color-primary); margin-bottom: 1rem; letter-spacing: 0.05em; line-height: 1.6; }
.feature-card__text { font-size: 0.9rem; line-height: 1.9; color: var(--color-text-light); }

/* Concept Page Responsive */
@media (max-width: 1024px) {
    .two-col { grid-template-columns: 1fr; gap: 2rem; }
    .two-col--reverse { direction: ltr; }
    .technique-points { grid-template-columns: 1fr; }
    .space-features { grid-template-columns: 1fr; }
    .guarantee-items { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
}

/* ========== Menu Page Styles ========== */
.menu-description { text-align: center; font-size: 1rem; color: var(--color-text-light); margin-bottom: 2rem; }
.menu-table-wrap { max-width: 700px; margin: 0 auto; }
.menu-table { width: 100%; border-collapse: collapse; background: var(--color-white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-soft); }
.menu-table th, .menu-table td { padding: 1rem 1.5rem; text-align: left; border-bottom: 1px solid var(--color-bg-mid); }
.menu-table th { background: var(--color-primary); color: var(--color-white); font-weight: 500; }
.menu-table tr:last-child td { border-bottom: none; }
.menu-table td:first-child { font-weight: 500; color: var(--color-primary); }
.menu-table td:last-child { font-family: var(--font-display); font-weight: 600; color: var(--color-accent); text-align: right; }
.menu-notes { background: var(--color-bg-light); padding: 2rem; border-radius: 12px; }
.menu-notes h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--color-primary); margin-bottom: 1rem; }
.menu-notes ul { list-style: none; }
.menu-notes li { position: relative; padding-left: 1.5rem; margin-bottom: 0.8rem; font-size: 0.9rem; color: var(--color-text-light); }
.menu-notes li::before { content: '•'; position: absolute; left: 0; color: var(--color-accent); }

/* ========== Contact Page Styles ========== */
.contact-lead { text-align: center; font-size: 1.1rem; line-height: 2; margin-bottom: 3rem; }
.contact-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.contact-method { background: var(--color-bg-light); padding: 3rem 2rem; border-radius: 16px; text-align: center; }
.contact-method__icon { width: 60px; height: 60px; margin: 0 auto 1.5rem; background: var(--color-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-method__icon svg { width: 28px; height: 28px; stroke: var(--color-white); fill: none; }
.contact-method__icon--line { background: #06C755; }
.contact-method__icon--line svg { fill: var(--color-white); stroke: none; }
.contact-method__title { font-family: var(--font-display); font-size: 1.1rem; color: var(--color-primary); margin-bottom: 1rem; }
.contact-method__number { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; margin-bottom: 0.5rem; }
.contact-method__number a { color: var(--color-primary); }
.contact-method__note { font-size: 0.85rem; color: var(--color-text-light); }
.btn-line { display: inline-block; background: #06C755; color: var(--color-white); padding: 0.8rem 2rem; border-radius: 30px; font-weight: 500; margin-bottom: 0.5rem; }
.contact-shops { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.contact-shop { background: var(--color-white); padding: 2rem; border-radius: 12px; text-align: center; box-shadow: var(--shadow-soft); }
.contact-shop h4 { font-family: var(--font-display); font-size: 1.2rem; color: var(--color-primary); margin-bottom: 1rem; }
.contact-shop__address { font-size: 0.85rem; color: var(--color-text-light); margin-bottom: 0.5rem; }
.contact-shop__tel { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; }
.contact-shop__tel a { color: var(--color-primary); }
.contact-shop__hours { font-size: 0.8rem; color: var(--color-text-light); }

/* ========== Privacy Page Styles ========== */
.privacy-content h2 { font-family: var(--font-display); font-size: 1.5rem; color: var(--color-primary); margin: 2rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--color-primary); }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--color-primary); margin: 1.5rem 0 0.8rem; }
.privacy-content p { font-size: 0.95rem; line-height: 2; margin-bottom: 1rem; }
.privacy-content ul { margin: 1rem 0 1rem 1.5rem; }
.privacy-content li { font-size: 0.95rem; line-height: 1.8; margin-bottom: 0.5rem; }
.privacy-date { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--color-bg-mid); font-size: 0.85rem; color: var(--color-text-light); }

/* Contact/Menu Page Responsive */
@media (max-width: 768px) {
    .contact-methods { grid-template-columns: 1fr; }
    .contact-shops { grid-template-columns: 1fr; }
}
