/* ========================================
   HOTEL SEVEN - Main Stylesheet
   Monochrome / Chic & Stylish
   ======================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* === WEB予約 非公開スイッチ（この1ブロックを削除すれば予約ボタンが復活） === */
.header-reserve,
.header-reserve-pc,
.header-reserve-mobile,
.md-action-primary,
.vacancy-reserve-btn,
.fab-btn-primary { display: none !important; }
.md-action-primary,
.mobile-drawer-actions .md-action-primary { display: none !important; }
.mobile-fab { grid-template-columns: 1fr 1fr !important; }
.mobile-menu { margin-left: auto !important; }
/* === /WEB予約 非公開スイッチ === */

:root {
  /* モノクロ・シック&スタイリッシュ配色 */
  --primary: #0a0a0a;          /* 漆黒 */
  --primary-dark: #000000;     /* 純黒 */
  --primary-light: #f2f0ec;    /* ペールウォーム */
  --dark: #0a0a0a;
  --dark-bg: #0a0a0a;
  --dark-section: #0f0f0f;
  --white: #e8e5e1;
  --off-white: #f8f6f3;
  --gray-bg: #f2f0ec;
  --gray: #3a3a3a;             /* キャプション・年月日等(旧 #9a9690) */
  --gray-dark: #1a1a1a;        /* 本文と同等(旧 #4a4a4a) */
  --gray-light: #c8c4be;
  --text: #0a0a0a;             /* 本文(黒寄り) */
  --text-light: #2a2a2a;       /* サブテキスト(ほぼ黒) */
  --border: #d8d4ce;
  --accent-line: #a08858;
  /* ロゴ尻尾のレインボー差し色 */
  --c-pink:   #ff3d7f;
  --c-orange: #ff8a3d;
  --c-yellow: #ffd93d;
  --c-cyan:   #4dd0e1;
  --c-green:  #6bcb77;
  --c-purple: #a06cd5;
  --rainbow: linear-gradient(90deg, #ff3d7f 0%, #ff8a3d 20%, #ffd93d 40%, #6bcb77 60%, #4dd0e1 80%, #a06cd5 100%);
  --rainbow-v: linear-gradient(180deg, #ff3d7f 0%, #ff8a3d 20%, #ffd93d 40%, #6bcb77 60%, #4dd0e1 80%, #a06cd5 100%);
  --shadow: 0 2px 16px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 32px rgba(0,0,0,0.12);
  --font: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  --font-sans: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.95; font-size: 15px; -webkit-font-smoothing: antialiased; font-weight: 500; font-feature-settings: "palt"; }
body::before { content: ''; position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--rainbow); z-index: 2000; pointer-events: none; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ========== HEADER ========== */
header { position: fixed; top: 3px; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); height: 60px; border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; height: 100%; padding: 0 1.2rem; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img { height: 42px; width: auto; }
.logo-name { font-family: var(--font-sans); font-weight: 800; font-size: 15px; color: var(--text); letter-spacing: 0.18em; }
.header-reserve { font-family: var(--font-sans); background: var(--primary); color: #fff; font-size: 10px; font-weight: 700; padding: 7px 14px; border-radius: 2px; margin-left: 14px; display: flex; align-items: center; gap: 6px; white-space: nowrap; letter-spacing: 0.06em; transition: background 0.2s; }
.header-reserve:hover { background: #000; }
.header-reserve svg { width: 12px; height: 12px; }
.header-reserve-pc { font-family: var(--font-sans); display: inline-flex; align-items: center; gap: 6px; margin-left: 14px; padding: 7px 16px; background: var(--rainbow); background-size: 200% 100%; color: #fff !important; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; border-radius: 2px; transition: all 0.3s; white-space: nowrap; }
.header-reserve-pc:hover { background-position: 100% 0%; transform: translateY(-1px); }
.header-reserve-pc svg { width: 13px; height: 13px; }
.header-reserve-pc::after { display: none !important; }
.header-reserve-mobile { display: none; font-family: var(--font-sans); align-items: center; gap: 5px; padding: 6px 12px; background: var(--text); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.06em; border-radius: 2px; white-space: nowrap; margin-left: auto; }
.header-reserve-mobile svg { width: 12px; height: 12px; }
.header-reserve-mobile:hover { background: #000; }
.header-nav { display: flex; align-items: center; margin-left: auto; font-family: var(--font-sans); }
.header-nav a { color: var(--text); font-size: 12px; font-weight: 600; padding: 0 15px; height: 60px; display: flex; align-items: center; letter-spacing: 0.12em; transition: color 0.2s; white-space: nowrap; position: relative; }
.header-nav a:hover { color: var(--primary); }
.header-nav a::after { content: ''; position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--rainbow); transition: width 0.25s; border-radius: 2px; }
.header-nav a:hover::after { width: 65%; }
.header-tel { font-family: var(--font-sans); color: var(--text); font-size: 14px; font-weight: 800; margin-left: 14px; white-space: nowrap; letter-spacing: 0.04em; }
.mobile-menu { display: none; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.mobile-menu span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; }

/* ========== HERO ========== */
.hero { margin-top: 63px; position: relative; background: var(--dark); overflow: hidden; }
.hero-slider { position: relative; height: 560px; }
.hero-slide { position: absolute; inset: 0; display: flex; transition: opacity 1s; }
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide:not(.active) { opacity: 0; z-index: 0; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.55) 100%); }
.hero-center { text-align: center; color: #fff; }
.hero-logo-wrap { display: inline-flex; align-items: center; justify-content: center; width: 124px; height: 124px; background: rgba(255,255,255,0.96); border-radius: 50%; margin: 0 auto 20px; box-shadow: 0 8px 40px rgba(0,0,0,0.3); position: relative; }
.hero-logo { width: 86px; height: auto; }
/* カメレオンの舌 - ヒーロー用(口先から下→上へ巻き取り) */
.hero-tongue { position: absolute; top: 7%; left: 76%; width: 64px; height: 36px; overflow: visible; pointer-events: none; }
.hero-tongue .tongue-path { animation: tongueFlickPath 9s ease-in-out infinite; animation-delay: 2s; }
.hero-tongue .tongue-tip { opacity: 0; transform-origin: 64px 4px; animation: tongueFlickTip 9s ease-in-out infinite; animation-delay: 2s; }
@keyframes tongueFlickPath {
  0%, 100%       { stroke-dashoffset: 100; }
  4%, 7%         { stroke-dashoffset: 0; }
  10%            { stroke-dashoffset: 100; }
  /* 2回連続フリックでカメレオンらしく */
  14%, 17%       { stroke-dashoffset: 0; }
  20%            { stroke-dashoffset: 100; }
}
@keyframes tongueFlickTip {
  0%, 100%       { opacity: 0; transform: scale(0); }
  5%, 7%         { opacity: 1; transform: scale(1); }
  10%            { opacity: 0; transform: scale(0); }
  15%, 17%       { opacity: 1; transform: scale(1); }
  20%            { opacity: 0; transform: scale(0); }
}
.hero-center .h-name { font-family: var(--font-sans); font-weight: 200; font-size: 52px; letter-spacing: 0.22em; line-height: 1.1; text-shadow: 0 2px 20px rgba(0,0,0,0.7); }
.hero-center .h-name b { font-weight: 800; }
.hero-center .h-sub { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.3em; margin-top: 18px; opacity: 0.95; text-shadow: 0 1px 8px rgba(0,0,0,0.7); }
.hero-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: all 0.3s; border: none; padding: 0; }
.hero-dot.active { background: var(--rainbow); width: 32px; border-radius: 4px; }

/* ========== FRONT SLIDER (お知らせバナー) ========== */
.front-slider-section { background: var(--white); padding: 28px 1rem 16px; }
.front-slider { position: relative; max-width: 1000px; margin: 0 auto; aspect-ratio: 1000 / 180; overflow: hidden; border-radius: 4px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.front-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s ease; }
.front-slide.active { opacity: 1; z-index: 1; }
.front-slide-img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 矢印ナビ(バナーの下) */
.front-slider-nav { max-width: 1000px; margin: 14px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.front-arrow { width: 36px; height: 36px; border: 1px solid var(--border); background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text); transition: all 0.2s; padding: 0; }
.front-arrow:hover { background: var(--text); color: #fff; border-color: var(--text); }
.front-arrow svg { width: 16px; height: 16px; }
.front-slider-dots { display: flex; gap: 8px; align-items: center; }
.front-slider-dots .front-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-light); border: none; cursor: pointer; padding: 0; transition: all 0.25s; }
.front-slider-dots .front-dot.active { background: var(--text); width: 24px; border-radius: 4px; }

/* ========== VACANCY AREA (空室リアルタイム表示) ========== */
.vacancy-area { background: var(--white); padding: 22px 1rem 8px; }
.vacancy-card { max-width: 960px; margin: 0 auto; background: #fff; border: 1.5px solid var(--text); border-radius: 6px; box-shadow: 0 6px 24px rgba(0,0,0,0.08); overflow: hidden; position: relative; font-family: var(--font-sans); }
.vacancy-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rainbow); }
.vacancy-head { display: flex; align-items: center; gap: 10px; padding: 12px 22px; background: var(--off-white); border-bottom: 1px solid var(--border); }
.vacancy-dot { width: 10px; height: 10px; border-radius: 50%; background: #2e9e5a; box-shadow: 0 0 0 0 rgba(46,158,90,0.6); animation: vacancyPulse 2s infinite; flex-shrink: 0; }
@keyframes vacancyPulse { 0% { box-shadow: 0 0 0 0 rgba(46,158,90,0.6);} 70% { box-shadow: 0 0 0 10px rgba(46,158,90,0); } 100% { box-shadow: 0 0 0 0 rgba(46,158,90,0);} }
.vacancy-head-text { font-size: 13px; font-weight: 700; color: var(--text); letter-spacing: 0.08em; }
.vacancy-time-wrap { margin-left: auto; font-size: 11px; color: var(--text); display: flex; align-items: baseline; gap: 2px; }
.vacancy-time { font-family: var(--font); font-size: 15px; font-weight: 800; color: var(--text); }
.vacancy-timeunit { font-size: 10px; color: var(--text); }
.vacancy-body { display: flex; align-items: center; padding: 22px 26px; gap: 22px; flex-wrap: wrap; }
.vacancy-mark-box { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.vacancy-mark { font-family: var(--font); font-size: 68px; font-weight: 800; color: #2e7d5c; line-height: 1; letter-spacing: -0.02em; min-width: 60px; text-align: center; transition: color 0.3s; }
.vacancy-mark-detail { display: flex; flex-direction: column; gap: 4px; }
.vacancy-status-text { font-size: 20px; font-weight: 800; color: var(--text); letter-spacing: 0.06em; line-height: 1.2; }
.vacancy-mark-detail small { font-size: 11px; color: var(--text-light); font-weight: 500; letter-spacing: 0.04em; }
.vacancy-reserve-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--text); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; border-radius: 3px; transition: all 0.2s; flex-shrink: 0; }
.vacancy-reserve-btn:hover { background: #000; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
.vacancy-reserve-btn svg { width: 16px; height: 16px; }

/* 状態別カラー */
.vacancy-area.ok .vacancy-mark { color: #2e7d5c; }
.vacancy-area.ok .vacancy-dot { background: #2e7d5c; }
.vacancy-area.few .vacancy-mark { color: #c68a1a; }
.vacancy-area.few .vacancy-dot { background: #c68a1a; box-shadow: 0 0 0 0 rgba(198, 138, 26, 0.5); }
.vacancy-area.full .vacancy-mark { color: #c93545; }
.vacancy-area.full .vacancy-dot { background: #c93545; box-shadow: 0 0 0 0 rgba(201, 53, 69, 0.5); }

@media (max-width: 560px) {
  .vacancy-area { padding: 16px 0.8rem 4px; }
  .vacancy-body { padding: 18px; gap: 14px; }
  .vacancy-mark-box { gap: 12px; }
  .vacancy-mark { font-size: 54px; min-width: 54px; }
  .vacancy-status-text { font-size: 17px; }
  .vacancy-reserve-btn { width: 100%; justify-content: center; order: 10; }
}

/* ========== BANNER ========== */
.banner-area { background: var(--white); padding: 14px 1rem 22px; border-bottom: 1px solid var(--border); }
.banner-inner { max-width: 1000px; margin: 0 auto; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.banner-box { font-family: var(--font-sans); background: var(--white); border: 1px solid var(--text); border-radius: 2px; padding: 14px 22px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--text); transition: all 0.25s; letter-spacing: 0.04em; flex-wrap: nowrap; white-space: nowrap; }
.banner-box:hover { background: var(--text); color: #fff; }
.banner-box:hover .banner-badge { background: #fff; color: var(--text); }
.banner-badge { background: var(--text); color: #fff; font-size: 9px; padding: 3px 9px; border-radius: 1px; font-weight: 800; letter-spacing: 0.1em; transition: all 0.25s; flex-shrink: 0; }
.banner-text { white-space: nowrap; }
.banner-num { white-space: nowrap; font-weight: 800; padding-left: 8px; border-left: 1px solid currentColor; }

/* ========== FEATURE BAR ========== */
.feature-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 54px 1rem; }
.feature-bar-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feat-item { text-align: center; padding: 20px 18px; border-right: 1px solid var(--border); position: relative; color: inherit; text-decoration: none; cursor: pointer; transition: background 0.2s; }
.feat-item:hover { background: var(--off-white); }
.feat-item:last-child { border-right: none; }
.feat-num { font-size: 12px; font-weight: 300; color: var(--text); letter-spacing: 0.2em; margin-bottom: 12px; font-family: var(--font); }
.feat-num::before { content: ''; display: block; width: 28px; height: 2px; margin: 0 auto 10px; border-radius: 2px; }
.feat-item:nth-child(1) .feat-num::before { background: var(--c-pink); }
.feat-item:nth-child(2) .feat-num::before { background: var(--c-orange); }
.feat-item:nth-child(3) .feat-num::before { background: var(--c-cyan); }
.feat-item:nth-child(4) .feat-num::before { background: var(--c-green); }
.feat-label { font-family: var(--font-sans); font-size: 15px; font-weight: 700; color: var(--text); line-height: 1.6; letter-spacing: 0.06em; }
.feat-sub { font-family: var(--font-sans); font-size: 11px; color: var(--text); margin-top: 10px; font-weight: 500; letter-spacing: 0.08em; }
.feat-item.feat-highlight .feat-label { color: var(--text); }
.feat-item.feat-highlight { background: var(--off-white); }

/* ========== CONCEPT ========== */
.concept { background: var(--white); padding: 80px 1rem; }
.concept-inner { max-width: 960px; margin: 0 auto; }
.concept-images { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; margin-bottom: 40px; }
.concept-img { aspect-ratio: 4/3; overflow: hidden; }
.concept-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.concept-img:hover img { transform: scale(1.04); }
.concept-catch { text-align: center; font-size: 20px; font-weight: 400; color: var(--text); letter-spacing: 0.14em; line-height: 2.2; margin-bottom: 24px; }
.concept-catch b, .concept-catch strong { font-weight: 700; }
.concept-text { text-align: center; font-size: 15px; color: var(--text); line-height: 2.3; max-width: 720px; margin: 0 auto 30px; font-weight: 500; }
.more-btn { font-family: var(--font-sans); display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 220px; padding: 14px 28px; text-align: center; border: 1px solid var(--text); color: var(--text); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; transition: all 0.25s; background: transparent; cursor: pointer; }
.more-btn-wrap { display: flex; justify-content: center; margin-top: 30px; }
.more-btn:hover { background: var(--text); color: #fff; }
.concept .more-btn { display: block; }

/* ========== SECTION HEADER ========== */
.sec-head { text-align: center; margin-bottom: 46px; }
.sec-head .en { font-weight: 300; font-size: 38px; color: var(--text); letter-spacing: 0.18em; display: block; font-family: var(--font); }
.sec-head .ja { font-size: 12px; color: var(--text); letter-spacing: 0.24em; display: block; margin-top: 10px; font-weight: 500; }
.sec-head .line { width: 48px; height: 2px; background: var(--rainbow); margin: 16px auto 0; border-radius: 2px; }

/* ========== SCENE + ROOM ========== */
.scene-room { background: var(--off-white); padding: 80px 1rem; }
.sr-inner { max-width: 1100px; margin: 0 auto; }
.sr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.sr-block .sr-title { font-family: var(--font); font-weight: 300; font-size: 28px; letter-spacing: 0.18em; color: var(--text); margin-bottom: 4px; }
.sr-block .sr-ja { font-family: var(--font-sans); font-size: 10px; color: var(--text); margin-bottom: 18px; letter-spacing: 0.18em; font-weight: 500; }
.sr-card { background: var(--white); border-radius: 2px; overflow: hidden; box-shadow: var(--shadow); transition: box-shadow 0.3s; }
.sr-card:hover { box-shadow: var(--shadow-hover); }
.sr-card-img { height: 240px; position: relative; overflow: hidden; }
.sr-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.sr-card:hover .sr-card-img img { transform: scale(1.05); }
.sr-card-img .overlay-label { font-family: var(--font-sans); position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,0.7); backdrop-filter: blur(6px); color: #fff; font-size: 10px; padding: 5px 12px; border-radius: 1px; font-weight: 600; letter-spacing: 0.1em; }
.sr-card-body { padding: 24px 26px 4px; }
.sr-card-body p { font-size: 14px; color: var(--text); line-height: 2.1; font-weight: 500; }
.sr-card .more-btn { margin: 18px auto 22px; min-width: 180px; font-size: 10px; padding: 11px 20px; display: flex; }

/* ========== FEATURE SECTION ========== */
.feature-section { background: var(--white); padding: 80px 1rem; }
.feature-inner { max-width: 1100px; margin: 0 auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.f-card { text-align: center; padding: 38px 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); transition: background 0.25s; }
.f-card:hover { background: var(--off-white); }
.f-icon { width: 56px; height: 56px; border: 1px solid var(--text); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all 0.25s; }
.f-card:hover .f-icon { background: var(--text); }
.f-card:hover .f-icon svg { stroke: #fff; }
.f-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--text); stroke-width: 1.5; transition: stroke 0.25s; }
.f-en { font-weight: 700; font-size: 10px; letter-spacing: 0.2em; color: var(--gray); }
.f-name { font-size: 14px; font-weight: 700; color: var(--text); margin: 6px 0 10px; letter-spacing: 0.06em; }
.f-desc { font-size: 11px; color: var(--text-light); line-height: 2; font-weight: 400; }
.feature-extras { max-width: 780px; margin: 40px auto 0; border: 1px solid var(--border); border-radius: 2px; padding: 22px 28px; background: var(--off-white); }
.feature-extras-title { font-size: 11px; font-weight: 800; color: var(--text); margin-bottom: 10px; letter-spacing: 0.16em; }
.feature-extras ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.feature-extras li { font-size: 11px; color: var(--text-light); padding: 2px 0; font-weight: 400; }
.feature-extras li::before { content: "—"; color: var(--text); margin-right: 6px; }

/* ========== PRICE ========== */
.price-section { background: var(--off-white); padding: 80px 1rem; }
.price-inner { max-width: 1100px; margin: 0 auto; }
.price-block { margin-bottom: 48px; }
.price-block:last-of-type { margin-bottom: 16px; }
.price-block-head { text-align: center; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.price-block-head .pb-en { display: block; font-size: 26px; font-weight: 300; letter-spacing: 0.2em; color: var(--text); font-family: var(--font); }
.price-block-head .pb-ja { display: block; font-size: 13px; color: var(--text); margin-top: 8px; letter-spacing: 0.12em; font-weight: 500; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-grid.single { grid-template-columns: minmax(320px, 520px); justify-content: center; }
.p-card { background: var(--white); border: 1px solid var(--border); border-radius: 2px; padding: 30px 26px; text-align: center; position: relative; transition: all 0.3s; }
.p-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--text); }
.p-card.recommended { background: var(--text); color: #fff; border-color: var(--text); }
.p-card.recommended .p-name,
.p-card.recommended .p-sub,
.p-card.recommended .p-day,
.p-card.recommended .p-price { color: #fff; }
.p-card.recommended .p-row { border-color: rgba(255,255,255,0.12); }
.p-card.recommended .p-badge { background: #fff; color: var(--text); }
.p-card .p-badge { font-family: var(--font-sans); position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--rainbow); color: #fff; font-size: 10px; font-weight: 800; padding: 6px 22px; letter-spacing: 0.16em; border-radius: 2px; box-shadow: 0 2px 10px rgba(255, 61, 127, 0.3); }
.p-name { font-family: var(--font-sans); font-size: 19px; font-weight: 700; margin-bottom: 4px; color: var(--text); letter-spacing: 0.06em; }
.p-name small { font-family: var(--font-sans); font-size: 11px; font-weight: 500; color: var(--text); letter-spacing: 0.04em; display: block; margin-top: 4px; }
.p-time-badge { font-family: var(--font-sans); display: inline-block; padding: 4px 12px; border: 1px solid currentColor; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; margin: 6px 0 8px; background: transparent; }
.p-card.recommended .p-time-badge { color: #fff; border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.12); }
.p-sub { font-family: var(--font-sans); font-size: 11px; color: var(--text); margin-bottom: 14px; letter-spacing: 0.08em; font-weight: 500; }
.p-rows { margin-top: 18px; border-top: 1px solid var(--border); padding-top: 14px; }
.p-rows { text-align: center; }
.p-row { display: flex; justify-content: center; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--border); gap: 12px; }
.p-row:last-child { border-bottom: none; }
.p-day { font-family: var(--font-sans); font-size: 12px; color: var(--text); font-weight: 600; text-align: left; letter-spacing: 0.02em; }
.p-price { font-weight: 800; color: var(--text); font-size: 21px; letter-spacing: 0.02em; white-space: nowrap; margin-left: 10px; font-family: var(--font); }
.p-price small { font-size: 12px; font-weight: 500; color: var(--text); margin-left: 1px; }
.p-row.holiday .p-day { color: #9a2a2a; font-weight: 700; }
.p-card.recommended .p-row.holiday .p-day { color: #ffb0b0; }
/* タイプガイド */
.price-type-guide { display: flex; gap: 12px; justify-content: center; margin-bottom: 36px; flex-wrap: wrap; }
.ptg-item { padding: 10px 18px; border-radius: 4px; text-align: center; border: 2px solid; font-size: 14px; }
.ptg-item b { display: block; font-size: 15px; font-weight: 900; letter-spacing: 0.1em; }
.ptg-item small { font-size: 10px; color: var(--text); display: block; margin-top: 2px; }
.ptg-c { border-color: #4a9; background: #e8f6f0; }
.ptg-b { border-color: #38a; background: #e6f0fa; }
.ptg-a { border-color: #a64; background: #fef5e8; }
/* 料金表テーブル */
.price-table-wrap { overflow-x: auto; margin-bottom: 8px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 13px; font-family: var(--font-sans); }
.price-table th, .price-table td { padding: 10px 12px; border: 1px solid var(--border); text-align: center; font-weight: 600; }
.price-table thead th { background: var(--text); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; }
.price-table thead th.pt-c { background: #2a8a5a; }
.price-table thead th.pt-b { background: #2a6a9a; }
.price-table thead th.pt-a { background: #9a6a2a; }
.price-table .pt-plan { font-weight: 800; font-size: 14px; color: var(--text); background: var(--white); vertical-align: middle; white-space: nowrap; }
.price-table .pt-plan small { font-size: 10px; font-weight: 500; color: var(--text); }
.price-table .pt-day { font-size: 11px; color: var(--text); font-weight: 600; white-space: nowrap; text-align: left; background: var(--white); }
.price-table .pt-time-cell { font-size: 10px; line-height: 1.8; text-align: left; }
.price-table td:not(.pt-plan):not(.pt-day) { font-size: 14px; font-weight: 800; font-family: var(--font); white-space: nowrap; background: var(--white); }
.price-table tr.pt-holiday td:not(.pt-plan):not(.pt-day) { background: #fef5f5; }
.price-table tr.pt-holiday .pt-day { color: #9a2a2a; }
.price-block-note { font-size: 12px; color: #9a2a2a; font-weight: 600; text-align: center; margin-top: 8px; }
.price-note { font-family: var(--font-sans); text-align: center; margin-top: 20px; font-size: 12px; color: var(--text); font-weight: 500; line-height: 2; }
.price-tel-link { display: inline-block; margin-left: 10px; color: var(--text); font-weight: 800; border-bottom: 1px solid var(--text); padding-bottom: 2px; letter-spacing: 0.04em; }
.price-meta { max-width: 560px; margin: 36px auto 0; padding: 20px 26px; background: var(--white); border: 1px solid var(--border); font-family: var(--font-sans); }
.price-meta-row { font-size: 12px; color: var(--text); line-height: 2.1; display: flex; align-items: baseline; gap: 10px; font-weight: 500; }
.price-meta-row b { font-weight: 800; font-size: 13px; }
.meta-dot { color: var(--text); font-size: 7px; }

/* STAY 専用レイアウト(1料金で2チェックイン) */
.p-stay-times { margin-top: 18px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.p-stay-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 12px; font-family: var(--font-sans); }
.p-stay-label { font-weight: 700; color: var(--text); letter-spacing: 0.06em; }
.p-stay-time { color: var(--text); font-weight: 500; letter-spacing: 0.04em; }
.p-stay-price { margin-top: 20px; font-size: 38px; font-weight: 800; color: var(--text); letter-spacing: 0.02em; line-height: 1; font-family: var(--font); }
.p-stay-price small { font-size: 15px; font-weight: 500; color: var(--text); margin-left: 2px; }
.p-card.recommended .p-stay-label,
.p-card.recommended .p-stay-time,
.p-card.recommended .p-stay-price,
.p-card.recommended .p-stay-price small { color: #fff; }
.p-card.recommended .p-stay-times { border-color: rgba(255,255,255,0.2); }

/* ========== ROOMS SECTION ========== */
.rooms-section { background: var(--white); padding: 80px 0; }
.rooms-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.2rem; }
.rooms-lead { text-align: center; color: var(--text); font-size: 14px; margin: -18px 0 34px; line-height: 2.1; font-weight: 500; }
.rooms-tabs { display: flex; justify-content: center; gap: 0; flex-wrap: wrap; margin-bottom: 38px; border-bottom: 1px solid var(--border); }
.rooms-tab { background: transparent; border: none; border-bottom: 2px solid transparent; color: var(--text); font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; padding: 14px 28px; cursor: pointer; transition: all 0.2s; margin-bottom: -1px; opacity: 0.5; }
.rooms-tab { opacity: 0.5; }
.rooms-tab.active, .rooms-tab:hover { opacity: 1; }
.rooms-tab:hover { color: var(--text); }
.rooms-tab.active { color: var(--text); border-bottom-color: transparent; position: relative; }
.rooms-tab.active::after { content: ''; position: absolute; left: 14%; right: 14%; bottom: -1px; height: 2px; background: var(--rainbow); border-radius: 2px; }
.rooms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.room-card { background: var(--white); overflow: hidden; cursor: pointer; transition: transform 0.3s; position: relative; }
.room-card.hide { display: none; }
.room-card:hover { transform: translateY(-4px); }
.room-card:hover .room-card-img img { transform: scale(1.06); }
.room-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #eee; }
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.room-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35) 100%); pointer-events: none; }
.room-card-floor { font-family: var(--font-sans); position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,0.95); color: var(--text); font-size: 10px; font-weight: 800; padding: 5px 11px; letter-spacing: 0.1em; z-index: 2; border-left: 3px solid var(--c-pink); }
.room-card[data-floor="1"] .room-card-floor { border-left-color: var(--c-pink); }
.room-card[data-floor="2"] .room-card-floor { border-left-color: var(--c-cyan); }
.room-card[data-floor="3"] .room-card-floor { border-left-color: var(--c-orange); }
.room-card-count { font-family: var(--font-sans); position: absolute; bottom: 12px; right: 12px; color: #fff; font-size: 10px; display: flex; align-items: center; gap: 5px; z-index: 2; letter-spacing: 0.08em; font-weight: 600; }
.room-card-count svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.room-card-type { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; font-family: var(--font-sans); border-radius: 50%; z-index: 2; letter-spacing: 0; line-height: 1; }
.room-type-C { background: rgba(42,138,90,0.92); color: #fff; }
.room-type-B { background: rgba(42,106,154,0.92); color: #fff; }
.room-type-A { background: rgba(154,106,42,0.92); color: #fff; }
.room-card-body { padding: 12px 6px 6px; text-align: left; }
.room-card-no { font-size: 22px; font-weight: 300; color: var(--text); letter-spacing: 0.08em; font-family: var(--font); white-space: nowrap; }
.room-card-no b { font-weight: 700; }
.room-card-info { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.room-card-type-label { font-family: var(--font-sans); font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 3px; }
.room-card-type-label.room-type-C { background: #e8f6f0; color: #2a8a5a; }
.room-card-type-label.room-type-B { background: #e6f0fa; color: #2a6a9a; }
.room-card-type-label.room-type-A { background: #fef5e8; color: #9a6a2a; }
.room-card-price { font-family: var(--font); font-size: 13px; font-weight: 800; color: var(--text); letter-spacing: 0.02em; }
.room-card-label { font-family: var(--font-sans); font-size: 10px; color: var(--text); letter-spacing: 0.14em; font-weight: 600; white-space: nowrap; }

/* ========== LIGHTBOX ========== */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 2000; display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lb-content { width: 92%; max-width: 1100px; max-height: 92vh; display: flex; flex-direction: column; align-items: center; position: relative; }
.lb-title { color: #fff; font-size: 18px; font-weight: 300; letter-spacing: 0.2em; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.lb-floor { font-size: 13px; font-weight: 600; opacity: 0.7; }
.lb-type-badge { font-size: 12px; font-weight: 800; padding: 3px 12px; border-radius: 12px; letter-spacing: 0.06em; }
.lb-type-C { background: rgba(42,138,90,0.85); }
.lb-type-B { background: rgba(42,106,154,0.85); }
.lb-type-A { background: rgba(154,106,42,0.85); }
.lb-price { font-size: 14px; font-weight: 800; letter-spacing: 0.02em; }
.lb-amenities { width: 100%; font-size: 11px; font-weight: 500; opacity: 0.75; letter-spacing: 0.04em; }
.lb-stage { width: 100%; max-height: 65vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.lb-stage img { max-width: 100%; max-height: 65vh; object-fit: contain; display: block; }
.lb-counter { color: rgba(255,255,255,0.7); font-size: 11px; margin-top: 14px; letter-spacing: 0.2em; font-weight: 500; }
.lb-thumbs { display: flex; gap: 6px; margin-top: 14px; overflow-x: auto; max-width: 100%; padding: 4px; }
.lb-thumbs img { width: 64px; height: 48px; object-fit: cover; cursor: pointer; opacity: 0.4; border: 1px solid transparent; transition: opacity 0.2s, border-color 0.2s; flex-shrink: 0; }
.lb-thumbs img:hover { opacity: 0.8; }
.lb-thumbs img.active { opacity: 1; border-color: #fff; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #fff; cursor: pointer; font-family: inherit; z-index: 10; transition: all 0.2s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); }
.lb-close { top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; font-size: 24px; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 48px; height: 68px; font-size: 36px; line-height: 1; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }

/* ========== NEWS ========== */
.news { background: var(--off-white); padding: 80px 1rem; color: var(--text); }
.news-inner { max-width: 820px; margin: 0 auto; }
.news-item { border-bottom: 1px solid var(--border); padding: 18px 0; display: flex; gap: 22px; align-items: baseline; }
.news-item:last-of-type { border-bottom: 1px solid var(--border); }
.news-date { font-size: 13px; color: var(--text); flex-shrink: 0; font-weight: 700; letter-spacing: 0.1em; font-family: var(--font); }
.news-text { font-size: 14px; color: var(--text); line-height: 2; font-weight: 500; }
.news .more-btn { margin-top: 36px; }

/* ========== FAQ セクション(ホーム) ========== */
.faq-section { background: var(--off-white); padding: 60px 1rem 80px; }
.faq-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.faq-lead { font-size: 14px; color: var(--text); font-weight: 500; line-height: 2; margin-bottom: 20px; }

.news-item-link { cursor: pointer; transition: background 0.15s; }
.news-item-link:hover { background: rgba(0,0,0,0.03); }

/* ========== ACCESS ========== */
.access { background: var(--dark); padding: 80px 1rem; color: #fff; }
.access .sec-head .en { color: #fff; }
.access .sec-head .ja { color: rgba(255,255,255,0.45); }
.access .sec-head .line { background: #fff; }
.access-inner { max-width: 1000px; margin: 0 auto; }
.access-map { width: 100%; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 28px; border: 1px solid rgba(255,255,255,0.1); }
.access-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(30%); }
.access-info { text-align: center; margin-bottom: 28px; }
.access-addr { font-size: 16px; color: #fff; margin-bottom: 12px; font-weight: 600; letter-spacing: 0.04em; }
.access-detail { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 2.1; font-weight: 500; }
.access-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.access .more-btn, .access .map-btn { border-color: rgba(255,255,255,0.4); color: #fff; min-width: 200px; }
.access .more-btn:hover, .access .map-btn:hover { background: #fff; color: var(--text); border-color: #fff; }
.map-btn svg { width: 14px; height: 14px; }

/* ========== FOOTER ========== */
footer { background: var(--primary-dark); padding: 54px 1rem 22px; color: rgba(255,255,255,0.55); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px; }
.footer-logo-wrap { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: rgba(255,255,255,0.96); border-radius: 50%; }
.footer-logo-img { height: 40px; width: auto; }
.footer-logo .logo-name { font-family: var(--font-sans); font-size: 14px; color: #fff; letter-spacing: 0.2em; font-weight: 700; }
.footer-info { font-family: var(--font-sans); font-size: 12px; line-height: 2.2; margin-bottom: 24px; font-weight: 500; letter-spacing: 0.06em; color: rgba(255,255,255,0.75); }
.footer-nav { display: flex; justify-content: center; gap: 24px; list-style: none; flex-wrap: wrap; margin-bottom: 28px; font-family: var(--font-sans); }
.footer-nav a { font-size: 11px; color: rgba(255,255,255,0.75); transition: color 0.2s; font-weight: 500; letter-spacing: 0.1em; }
.footer-nav a:hover { color: #fff; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.12em; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }

/* ========== PAGE TOP (カメレオン + 舌) ========== */
.page-top { position: fixed; bottom: 26px; right: 26px; z-index: 100; width: 58px; height: 58px; background: #fff; border: 1px solid var(--border); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(0,0,0,0.18); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 0.4s, transform 0.4s, box-shadow 0.25s; padding: 0; }
.page-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.page-top:hover { box-shadow: 0 10px 32px rgba(0,0,0,0.25); }
.pt-logo { width: 36px; height: auto; display: block; transition: transform 0.25s; }
.page-top:hover .pt-logo { transform: scale(1.08); }
.pt-tongue { position: absolute; top: -46px; left: 50%; transform: translateX(-50%); width: 18px; height: 54px; overflow: visible; pointer-events: none; display: none; }
.pt-tongue .pt-tongue-path { transition: stroke-dashoffset 0.3s cubic-bezier(.6,.1,.4,1.4); }
.pt-tongue .pt-tongue-tip { opacity: 0; transform-origin: 9px 8px; transition: opacity 0.15s 0.22s, transform 0.25s 0.22s cubic-bezier(.6,.1,.4,1.6); }
.page-top:hover .pt-tongue-path { stroke-dashoffset: 0; }
.page-top:hover .pt-tongue-tip { opacity: 1; transform: scale(1); }
/* 初回表示時のワンショット・フリック */
.page-top.show.first-flick .pt-tongue-path { animation: ptFlickPath 1.1s cubic-bezier(.6,.1,.4,1.4); }
.page-top.show.first-flick .pt-tongue-tip { animation: ptFlickTip 1.1s ease; }
@keyframes ptFlickPath {
  0%   { stroke-dashoffset: 100; }
  35%  { stroke-dashoffset: 0; }
  65%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 100; }
}
@keyframes ptFlickTip {
  0%, 100% { opacity: 0; transform: scale(0); }
  35%, 65% { opacity: 1; transform: scale(1); }
}

/* ========== MOBILE DRAWER ========== */
.mobile-menu { display: none; background: none; border: none; cursor: pointer; padding: 10px; margin-left: 8px; width: 42px; height: 42px; position: relative; z-index: 1100; }
.mobile-menu span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px auto; transition: all 0.3s; transform-origin: center; }
.mobile-menu.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu.open span:nth-child(2) { opacity: 0; }
.mobile-menu.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-drawer { position: fixed; top: 0; right: 0; width: 82%; max-width: 380px; height: 100vh; background: var(--white); z-index: 1050; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -12px 0 40px rgba(0,0,0,0.3); visibility: hidden; overflow-y: auto; font-family: var(--font-sans); }
.mobile-drawer::before { content: ''; position: sticky; top: 0; left: 0; right: 0; height: 3px; background: var(--rainbow); display: block; z-index: 10; }
.mobile-drawer.open { transform: translateX(0); visibility: visible; }
.mobile-drawer-inner { padding: 20px 0 24px; display: flex; flex-direction: column; min-height: 100%; gap: 0; }

/* ヘッダー */
.mobile-drawer-head { padding: 0 24px 22px; border-bottom: 1px solid var(--border); position: relative; }
.drawer-close { position: absolute; top: 4px; right: 12px; width: 48px; height: 48px; background: #fff; border: 1.5px solid var(--border); color: var(--text); cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s; z-index: 10; -webkit-tap-highlight-color: transparent; touch-action: manipulation; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.drawer-close * { pointer-events: none; }
.drawer-close:active { background: var(--off-white); transform: scale(0.9); box-shadow: none; }
.mobile-drawer-brand { display: flex; align-items: center; gap: 12px; }
.mobile-drawer-logo { width: 50px; height: 50px; background: #fff; border-radius: 50%; padding: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); object-fit: contain; }
.mobile-drawer-brand-name { font-size: 15px; font-weight: 900; color: var(--text); letter-spacing: 0.14em; }
.mobile-drawer-brand-sub { font-size: 10px; color: var(--text-light); letter-spacing: 0.06em; margin-top: 2px; }

/* ナビ */
.mobile-drawer-nav { padding: 12px 0; border-bottom: 1px solid var(--border); }
.mobile-drawer-nav a { display: flex !important; align-items: center; gap: 14px; font-size: 14px; font-weight: 700; color: var(--text); padding: 14px 24px !important; border-bottom: none !important; letter-spacing: 0.06em; transition: background 0.15s; }
.mobile-drawer-nav a:hover, .mobile-drawer-nav a:active { background: var(--off-white); }
.mobile-drawer-nav .md-icon { font-size: 8px; color: var(--text); opacity: 0.35; flex-shrink: 0; }

/* アクションボタン */
.mobile-drawer-actions { padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.mobile-drawer-actions .md-action { display: flex !important; align-items: center; gap: 14px; padding: 14px 18px !important; background: #fff; border: 1px solid var(--border) !important; border-radius: 3px; font-size: 13px; font-weight: 700; color: var(--text); transition: all 0.2s; letter-spacing: 0.04em; }
.mobile-drawer-actions .md-action svg { width: 18px; height: 18px; flex-shrink: 0; }
.mobile-drawer-actions .md-action small { display: block; font-size: 10px; opacity: 0.6; font-weight: 500; margin-top: 2px; }
.mobile-drawer-actions .md-action:active { transform: scale(0.98); }
.mobile-drawer-actions .md-action.md-action-primary { background: var(--text); color: #fff; border-color: var(--text) !important; font-size: 14px; justify-content: center; display: none !important; /* WEB予約非公開スイッチ連動 */ }
.mobile-drawer-actions .md-action-primary small { color: rgba(255,255,255,0.7); }

.mobile-drawer-foot { margin-top: auto; padding: 22px 24px 8px; font-size: 10px; color: var(--text-light); line-height: 1.9; text-align: center; border-top: 1px dashed var(--border); letter-spacing: 0.04em; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.4); backdrop-filter: blur(2px); z-index: 1040; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }

/* ========== MOBILE FLOATING ACTION BAR (FAB) ========== */
.mobile-fab { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); display: none; grid-template-columns: 1fr 1fr 1.3fr; gap: 8px; box-shadow: 0 -4px 24px rgba(0,0,0,0.08); }
.fab-btn { font-family: var(--font-sans); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 10px 4px; background: var(--white); border: 1px solid var(--border); color: var(--text); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; transition: all 0.2s; text-align: center; }
.fab-btn:active { transform: scale(0.96); }
.fab-btn svg { width: 20px; height: 20px; stroke: currentColor; }
.fab-btn-primary { background: var(--text); color: #fff; border-color: var(--text); }
.fab-btn-primary:active { background: #000; }

/* ========== FADE ========== */
.fade-in { opacity: 0; transform: translateY(18px); transition: opacity 0.6s, transform 0.6s; }
.fade-in.vis { opacity: 1; transform: translateY(0); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .rooms-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  body { padding-bottom: 72px; /* for mobile fab */ }
  .header-nav, .header-tel { display: none; }
  .mobile-menu { display: block; }
  .mobile-fab { display: grid; }
  header { height: 56px; }
  .logo-img { height: 36px; }
  .logo-name { font-size: 13px; letter-spacing: 0.14em; }
  .header-reserve { display: none; }
  .header-reserve-mobile { display: inline-flex; }
  .hero { margin-top: 56px; }
  .hero-slider { height: 460px; }
  .hero-logo-wrap { width: 96px; height: 96px; margin-bottom: 16px; }
  .hero-logo { width: 66px; }
  .hero-tongue { width: 50px; height: 28px; top: 7%; left: 76%; }
  .hero-center .h-name { font-size: 36px; letter-spacing: 0.18em; }
  .hero-center .h-sub { font-size: 11px; letter-spacing: 0.2em; margin-top: 14px; padding: 0 1rem; }
  .feature-bar { padding: 40px 0.8rem; }
  .feature-bar-inner { grid-template-columns: 1fr 1fr; gap: 0; }
  .feat-item { padding: 18px 12px; border-bottom: 1px solid var(--border); }
  .feat-item:nth-child(2) { border-right: none; }
  .feat-item:nth-child(3), .feat-item:nth-child(4) { border-bottom: none; }
  .feat-label { font-size: 13px; }
  .feat-sub { font-size: 10px; }
  .concept { padding: 60px 1rem; }
  .concept-catch { font-size: 15px; line-height: 2; }
  .concept-text { font-size: 12px; line-height: 2.1; }
  .concept-images { grid-template-columns: 1fr; gap: 4px; }
  .scene-room { padding: 60px 1rem; }
  .sr-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-section { padding: 60px 1rem; }
  .price-block { margin-bottom: 36px; }
  .price-type-guide { gap: 6px; }
  .ptg-item { padding: 8px 12px; font-size: 12px; }
  .ptg-item b { font-size: 13px; }
  .price-table th, .price-table td { padding: 6px 6px; font-size: 11px; }
  .price-table td:not(.pt-plan):not(.pt-day) { font-size: 12px; }
  .rooms-section { padding: 60px 0; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .room-card-body { padding: 10px 4px 4px; }
  .room-card-no { font-size: 18px; }
  .room-card-type { width: 26px; height: 26px; font-size: 12px; }
  .room-card-info { gap: 4px; }
  .room-card-type-label { font-size: 10px; padding: 1px 6px; }
  .room-card-price { font-size: 11px; }
  .rooms-lead { font-size: 12px; padding: 0 1rem; }
  .lb-prev, .lb-next { width: 38px; height: 54px; font-size: 26px; }
  .lb-prev { left: 6px; } .lb-next { right: 6px; }
  .lb-close { top: 14px; right: 14px; width: 38px; height: 38px; font-size: 20px; }
  .lb-title { font-size: 14px; }
  .lb-thumbs img { width: 52px; height: 40px; }
  .news { padding: 60px 1rem; }
  .news-item { flex-direction: column; gap: 6px; padding: 16px 0; }
  .access { padding: 60px 1rem; }
  .access-buttons { flex-direction: column; align-items: center; }
  .access .more-btn, .access .map-btn { width: 100%; max-width: 300px; }
  footer { padding: 44px 1rem 16px; }
  .footer-nav { gap: 14px 18px; }
  .page-top { bottom: calc(80px + env(safe-area-inset-bottom)); right: 12px; width: 40px; height: 40px; font-size: 10px; }
  .sec-head { margin-bottom: 32px; }
  .sec-head .en { font-size: 26px; letter-spacing: 0.14em; }
  .sec-head .ja { font-size: 10px; }
}
@media (max-width: 560px) {
  .banner-inner { flex-direction: column; gap: 10px; }
  .banner-box { width: 100%; justify-content: center; padding: 14px 16px; font-size: 12px; gap: 8px; }
  .banner-num { padding-left: 8px; }
  .front-slider-section { padding: 18px 0.8rem 12px; }
  .front-arrow { width: 32px; height: 32px; }
  .front-slider-nav { gap: 14px; margin-top: 10px; }
  .hero-slider { height: 380px; }
  .hero-center .h-name { font-size: 28px; }
  .rooms-tab { font-size: 10px; padding: 12px 10px; letter-spacing: 0.06em; }
  .rooms-tabs { gap: 0; }
  .price-block-head .pb-en { font-size: 18px; letter-spacing: 0.16em; }
  .price-block-head .pb-ja { font-size: 10px; }
  .p-name { font-size: 16px; }
  .p-row { flex-direction: column; align-items: flex-start; gap: 2px; }
  .p-price { margin-left: 0; font-size: 17px; }
  .p-stay-price { font-size: 28px; }
  .feat-label { font-size: 12px; line-height: 1.5; }
  .fab-btn { font-size: 9px; padding: 8px 2px; }
  .fab-btn svg { width: 18px; height: 18px; }
}
