:root {
  --bg: #f7f3ec;
  --surface: #ffffff;
  --surface-2: #f1ece4;
  --ink: #202722;
  --muted: #72756f;
  --line: #ddd8cf;
  --brand: #9a7958;
  --brand-dark: #27372f;
  --brand-soft: #eee4d7;
  --sand: #c7ae8d;
  --accent: #b87850;
  --ok: #3c7555;
  --warn: #a46d27;
  --danger: #8d514d;
  --shadow: 0 24px 70px rgba(31,39,34,.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif; color:var(--ink); background:var(--bg); line-height:1.65; }
a { color:inherit; text-decoration:none; }
button, input, select, textarea { font:inherit; }
button { cursor:pointer; }
img { max-width:100%; display:block; }
.container { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; background:var(--brand-soft); color:var(--brand-dark); font-size:.78rem; font-weight:800; letter-spacing:.05em; }
.section { padding:88px 0; }
.section.compact { padding:58px 0; }
.section-title { font-size:clamp(2rem, 4vw, 3.5rem); line-height:1.18; margin:12px 0 16px; letter-spacing:-.03em; }
.section-lead { color:var(--muted); max-width:760px; font-size:1.04rem; }
.muted { color:var(--muted); }
.grid { display:grid; gap:22px; }
.grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 8px 28px rgba(38,49,43,.05); }
.card h3 { margin:0 0 8px; font-size:1.25rem; }
.pill { display:inline-flex; padding:6px 10px; border-radius:999px; background:var(--surface-2); font-size:.82rem; font-weight:700; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:48px; padding:12px 18px; border-radius:999px; border:1px solid transparent; font-weight:800; transition:.2s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:var(--brand-dark); color:#fff; }
.btn-secondary { background:#fff; border-color:var(--line); }
.btn-soft { background:var(--brand-soft); color:var(--brand-dark); }
.btn-line { background:#06c755; color:#fff; }
.btn-block { width:100%; }
.header { position:sticky; top:0; z-index:40; backdrop-filter:blur(14px); background:rgba(251,250,246,.88); border-bottom:1px solid rgba(223,228,221,.9); }
.header-inner { height:74px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-.02em; }
.brand-mark { width:38px; height:38px; border-radius:14px 14px 18px 18px; background:linear-gradient(145deg,var(--brand),var(--brand-dark)); color:white; display:grid; place-items:center; font-size:1.1rem; box-shadow:0 8px 20px rgba(54,76,64,.25); }
.nav { display:flex; align-items:center; gap:22px; font-size:.92rem; font-weight:700; }
.nav a:hover { color:var(--brand); }
.menu-toggle { display:none; border:1px solid var(--line); background:white; border-radius:14px; width:44px; height:44px; }
.hero { padding:58px 0 38px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:54px; }
.hero-copy h1 { font-size:clamp(2.8rem,6vw,5.7rem); line-height:.98; letter-spacing:-.055em; margin:16px 0 22px; }
.hero-copy p { font-size:1.08rem; color:var(--muted); max-width:640px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin:28px 0 18px; }
.hero-meta { display:flex; flex-wrap:wrap; gap:10px 16px; font-size:.84rem; color:var(--muted); font-weight:700; }
.hero-visual { min-height:610px; position:relative; border-radius:42px; overflow:hidden; background:linear-gradient(135deg,#d9e2da,#f1e6d6); box-shadow:var(--shadow); }
.hero-visual::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(38,49,43,.03),rgba(38,49,43,.18)); }
.hero-photo { width:100%; height:100%; min-height:610px; object-fit:cover; }
.hero-badge { position:absolute; left:22px; top:22px; background:rgba(255,255,255,.9); backdrop-filter:blur(10px); border-radius:18px; padding:12px 15px; font-weight:800; box-shadow:0 10px 30px rgba(0,0,0,.08); }
.today-card { position:absolute; left:22px; right:22px; bottom:22px; background:rgba(255,255,255,.94); backdrop-filter:blur(12px); border-radius:24px; padding:18px; box-shadow:0 12px 40px rgba(38,49,43,.16); }
.today-head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:12px; }
.today-list { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.today-item { background:var(--bg); border-radius:16px; padding:12px; }
.today-item strong { display:block; font-size:.9rem; }
.status { display:inline-flex; align-items:center; gap:6px; margin-top:4px; font-weight:900; font-size:.9rem; }
.status.ok { color:var(--ok); }
.status.warn { color:var(--warn); }
.status.full { color:var(--danger); }
.booking-cards .card { min-height:220px; display:flex; flex-direction:column; justify-content:space-between; }
.icon-box { width:52px; height:52px; border-radius:18px; display:grid; place-items:center; background:var(--brand-soft); font-size:1.4rem; margin-bottom:24px; }
.price { font-weight:900; font-size:1.4rem; }
.gallery { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:16px; }
.gallery img { width:100%; height:300px; object-fit:cover; border-radius:26px; }
.gallery img:first-child { height:616px; grid-row:span 2; }
.phone-shell { width:min(360px,100%); margin:auto; padding:14px; border-radius:38px; background:#1d2722; box-shadow:var(--shadow); }
.phone-screen { background:#f3f5f3; min-height:600px; border-radius:28px; overflow:hidden; }
.phone-top { padding:18px; background:#fff; border-bottom:1px solid #e5e9e5; font-weight:800; }
.chat { padding:18px; display:flex; flex-direction:column; gap:14px; }
.bubble { max-width:82%; padding:11px 13px; border-radius:16px; font-size:.9rem; box-shadow:0 3px 10px rgba(0,0,0,.04); }
.bubble.shop { background:#fff; }
.bubble.user { align-self:flex-end; background:#bceaa6; }
.phone-menu { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:18px; background:#d9ded9; }
.phone-menu div { background:white; min-height:82px; display:grid; place-items:center; text-align:center; font-size:.78rem; font-weight:800; padding:8px; }
.pet-card { display:flex; align-items:center; gap:18px; }
.pet-avatar { width:82px; height:82px; border-radius:24px; object-fit:cover; }
.feature-list { display:grid; gap:10px; margin:18px 0 0; }
.feature-row { display:flex; gap:12px; align-items:flex-start; }
.feature-row::before { content:"✓"; width:26px; height:26px; border-radius:50%; display:grid; place-items:center; flex:0 0 auto; background:var(--brand-soft); color:var(--brand-dark); font-weight:900; }
.owner-panel { background:var(--brand-dark); color:white; border-radius:34px; padding:34px; }
.owner-panel .muted { color:rgba(255,255,255,.68); }
.owner-panel .btn-secondary { color:var(--brand-dark); background:#fff; border-color:rgba(255,255,255,.9); }
.owner-panel .btn-secondary:hover { color:var(--brand-dark); background:#f7faf7; }
.owner-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:24px; }
.stat { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.14); border-radius:18px; padding:18px; }
.stat strong { display:block; font-size:1.8rem; }
.faq details { border-bottom:1px solid var(--line); padding:18px 0; }
.faq summary { font-weight:800; cursor:pointer; }
.footer { background:#243129; color:#fff; padding:46px 0 100px; }
.footer .muted { color:rgba(255,255,255,.62); }
.floating { position:fixed; right:20px; bottom:20px; z-index:55; }
.float-main { border:0; box-shadow:0 12px 34px rgba(54,76,64,.28); }
.float-menu { position:absolute; right:0; bottom:62px; width:260px; display:none; gap:8px; padding:10px; border-radius:20px; background:white; border:1px solid var(--line); box-shadow:var(--shadow); }
.float-menu.open { display:grid; }
.float-menu a { padding:11px 12px; border-radius:14px; font-weight:800; background:var(--bg); }
.mobile-booking-bar { display:none; }
/* booking */
.booking-page { min-height:100vh; background:#f6f5f0; }
.booking-header { background:white; border-bottom:1px solid var(--line); }
.booking-header .container { min-height:72px; display:flex; align-items:center; justify-content:space-between; }
.booking-wrap { padding:38px 0 90px; }
.booking-shell { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:24px; align-items:start; }
.booking-main, .booking-summary { background:white; border:1px solid var(--line); border-radius:28px; padding:26px; }
.booking-summary { position:sticky; top:96px; }
.steps { display:flex; gap:8px; margin:0 0 26px; overflow:auto; padding-bottom:5px; }
.step-chip { white-space:nowrap; padding:8px 12px; border-radius:999px; background:#eef1ec; color:#7b827d; font-size:.8rem; font-weight:800; }
.step-chip.active { background:var(--brand-dark); color:#fff; }
.step-panel { display:none; }
.step-panel.active { display:block; }
.choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.choice { border:1px solid var(--line); border-radius:20px; padding:18px; background:#fff; text-align:left; }
.choice.selected { border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft); }
.choice strong { display:block; margin-bottom:4px; }
.option-list { display:grid; gap:10px; }
.option-row { display:flex; justify-content:space-between; gap:16px; padding:13px 14px; border:1px solid var(--line); border-radius:16px; }
.option-row label { display:flex; gap:10px; align-items:center; }
.calendar-table { width:100%; border-collapse:separate; border-spacing:7px; }
.calendar-table th { font-size:.78rem; color:var(--muted); padding:7px; }
.calendar-table td { text-align:center; }
.slot-btn { width:100%; border:1px solid var(--line); background:#fff; border-radius:12px; padding:10px 5px; font-size:.82rem; font-weight:800; }
.slot-btn:hover:not(:disabled) { border-color:var(--brand); background:var(--brand-soft); }
.slot-btn.selected { background:var(--brand-dark); color:#fff; border-color:var(--brand-dark); }
.slot-btn:disabled { color:#a7ada8; background:#f2f3f1; cursor:not-allowed; }
.mobile-slots { display:none; }
.date-tabs { display:flex; gap:8px; overflow:auto; margin-bottom:14px; }
.date-tab { border:1px solid var(--line); background:white; border-radius:14px; padding:10px 14px; white-space:nowrap; font-weight:800; }
.date-tab.selected { background:var(--brand-dark); color:#fff; }
.time-list { display:grid; gap:10px; }
.time-btn { border:1px solid var(--line); background:white; border-radius:16px; padding:14px; display:flex; justify-content:space-between; align-items:center; font-weight:800; }
.time-btn.selected { background:var(--brand-dark); color:#fff; }
.time-btn:disabled { background:#f1f2ef; color:#9aa09b; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.field { display:grid; gap:6px; }
.field.full { grid-column:1/-1; }
.field label { font-size:.86rem; font-weight:800; }
.field input, .field select, .field textarea { width:100%; border:1px solid var(--line); border-radius:14px; padding:12px 13px; background:white; }
.field textarea { min-height:110px; resize:vertical; }
.actions { display:flex; justify-content:space-between; gap:12px; margin-top:26px; }
.summary-list { display:grid; gap:12px; }
.summary-line { display:flex; justify-content:space-between; gap:16px; padding-bottom:10px; border-bottom:1px solid var(--line); font-size:.9rem; }
.summary-line strong { text-align:right; }
.notice { padding:14px; border-radius:16px; background:var(--brand-soft); color:var(--brand-dark); font-size:.88rem; }
.complete { text-align:center; padding:20px 0; }
.complete-icon { width:72px; height:72px; border-radius:50%; background:var(--brand-soft); display:grid; place-items:center; margin:0 auto 16px; font-size:2rem; }
@media (max-width: 940px) {
  .nav { display:none; position:absolute; left:20px; right:20px; top:68px; background:white; border:1px solid var(--line); border-radius:20px; padding:16px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid, .booking-shell { grid-template-columns:1fr; }
  .hero-visual, .hero-photo { min-height:520px; }
  .grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .owner-stats { grid-template-columns:repeat(2,1fr); }
  .booking-summary { position:static; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1180px); }
  .section { padding:66px 0; }
  .hero { padding-top:32px; }
  .hero-copy h1 { font-size:clamp(2.5rem,14vw,4.4rem); }
  .hero-actions .btn { width:100%; }
  .hero-visual, .hero-photo { min-height:470px; }
  .hero-visual { border-radius:30px; }
  .today-card { left:12px; right:12px; bottom:12px; padding:14px; }
  .today-list { grid-template-columns:1fr; gap:7px; }
  .today-item { display:flex; justify-content:space-between; align-items:center; gap:12px; }
  .today-item .status { margin:0; }
  .grid-2,.grid-3,.grid-4,.choice-grid,.form-grid { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr 1fr; }
  .gallery img, .gallery img:first-child { height:220px; grid-row:auto; }
  .gallery img:first-child { grid-column:1/-1; height:320px; }
  .owner-stats { grid-template-columns:1fr 1fr; }
  .floating { display:none; }
  .mobile-booking-bar { display:grid; grid-template-columns:1fr 1fr; gap:8px; position:fixed; left:0; right:0; bottom:0; z-index:60; padding:9px 12px calc(9px + env(safe-area-inset-bottom)); background:rgba(255,255,255,.96); border-top:1px solid var(--line); backdrop-filter:blur(12px); }
  .mobile-booking-bar .btn { min-height:44px; font-size:.84rem; padding:10px 8px; }
  .desktop-calendar { display:none; }
  .mobile-slots { display:block; }
  .booking-main,.booking-summary { padding:18px; border-radius:22px; }
  .booking-wrap { padding-top:20px; }
  .actions { position:sticky; bottom:0; margin:24px -18px -18px; padding:12px 18px calc(12px + env(safe-area-inset-bottom)); background:rgba(255,255,255,.97); border-top:1px solid var(--line); }
  .actions .btn { flex:1; }
  .field.full { grid-column:auto; }
}

/* V1.0.3 / SYSTEM SYNC POLISH */
.staff-card{text-align:center}.staff-avatar{width:68px;height:68px;margin:0 auto 14px;border-radius:22px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:900;font-size:1.35rem}.demo-disabled{pointer-events:none;opacity:.65}.hero-meta #systemSyncDetail{width:100%;color:var(--brand-dark);font-weight:800}.owner-stats .stat strong{font-size:1.35rem}.card [data-live-menu-price]{min-height:1.5em}


/* DPRO PET SALON BUSINESS CLASS V1.0 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap');
.business-site{font-family:'DM Sans','Noto Sans JP',sans-serif;background:#f7f3ec;color:#202722;overflow-x:hidden}.business-site h1,.business-site h2,.business-site .serif{font-family:'Noto Serif JP',serif}.biz-topline{height:34px;display:flex;align-items:center;justify-content:center;background:#26352e;color:#f8f5ef;font-size:.72rem;letter-spacing:.14em}.biz-header{position:sticky;top:0;z-index:80;background:rgba(247,243,236,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(221,216,207,.8)}.biz-header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.biz-logo{display:flex;align-items:center;gap:12px}.biz-logo-mark{width:42px;height:42px;border:1px solid #9a7958;border-radius:50%;display:grid;place-items:center;font-family:'Noto Serif JP';font-size:1.15rem}.biz-logo-text strong{display:block;font-family:'Noto Serif JP';letter-spacing:.08em}.biz-logo-text small{display:block;font-size:.62rem;letter-spacing:.18em;color:#8a8177;margin-top:2px}.biz-nav{display:flex;align-items:center;gap:22px;font-size:.82rem;font-weight:700}.biz-nav>a:not(.btn){position:relative;padding:10px 0}.biz-nav>a:not(.btn)::after{content:'';position:absolute;left:0;right:100%;bottom:4px;height:1px;background:#9a7958;transition:.25s}.biz-nav>a:hover::after,.biz-nav>a.active::after{right:0}.biz-menu-toggle{display:none;border:1px solid var(--line);background:#fff;width:46px;height:46px;border-radius:50%}.biz-hero{position:relative;min-height:calc(100vh - 118px);display:grid;align-items:end;color:#fff;background:#1f2a24;overflow:hidden}.biz-hero-media{position:absolute;inset:0}.biz-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 43%;filter:saturate(.82) contrast(1.02)}.biz-hero-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,30,25,.72) 0%,rgba(21,30,25,.35) 48%,rgba(21,30,25,.1) 100%),linear-gradient(0deg,rgba(19,28,23,.72),transparent 55%)}.biz-hero-inner{position:relative;z-index:2;padding:110px 0 72px}.biz-kicker{font-size:.74rem;letter-spacing:.26em;text-transform:uppercase;color:#e6d5c0;font-weight:700}.biz-hero h1{font-size:clamp(3rem,6.6vw,7rem);line-height:1.08;letter-spacing:-.04em;max-width:950px;margin:18px 0 22px}.biz-hero-lead{max-width:650px;font-size:1.08rem;line-height:1.9;color:rgba(255,255,255,.86)}.biz-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.biz-btn-light{background:#fff;color:#25352d}.biz-btn-glass{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.biz-hero-live{margin-top:50px;display:grid;grid-template-columns:1.2fr repeat(3,.7fr);max-width:900px;border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28)}.biz-hero-live>div{padding:18px 18px 18px 0}.biz-hero-live>div+div{padding-left:20px;border-left:1px solid rgba(255,255,255,.22)}.biz-live-label{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:#d8c8b4}.biz-live-value{display:block;margin-top:7px;font-weight:700;font-size:.92rem}.biz-section{padding:112px 0}.biz-section.white{background:#fff}.biz-section.dark{background:#25342d;color:#fff}.biz-section.sand{background:#eee5d9}.biz-section-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:42px;align-items:start;margin-bottom:52px}.biz-section-head .label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#9a7958;font-weight:700;padding-top:9px}.biz-section-head h2{font-size:clamp(2.2rem,4vw,4.5rem);line-height:1.25;letter-spacing:-.035em;margin:0}.biz-section-head p{color:var(--muted);max-width:700px}.biz-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.biz-editorial-photo{min-height:640px;border-radius:4px;overflow:hidden}.biz-editorial-photo img{width:100%;height:100%;object-fit:cover}.biz-editorial-copy{padding:58px;background:#fff;display:flex;flex-direction:column;justify-content:center}.biz-editorial-copy h3{font-family:'Noto Serif JP';font-size:2.4rem;line-height:1.4;margin:0 0 20px}.biz-editorial-copy p{color:var(--muted);line-height:2}.biz-service-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.biz-service-card{position:relative;overflow:hidden;min-height:460px;background:#1e2923;color:#fff;border-radius:4px}.biz-service-card:nth-child(1){grid-column:span 7}.biz-service-card:nth-child(2){grid-column:span 5}.biz-service-card:nth-child(3){grid-column:span 5}.biz-service-card:nth-child(4){grid-column:span 7}.biz-service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s ease}.biz-service-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,31,26,.8),rgba(22,31,26,.08) 60%)}.biz-service-card:hover img{transform:scale(1.035)}.biz-service-content{position:absolute;left:30px;right:30px;bottom:28px;z-index:2}.biz-service-content .num{font-size:.68rem;letter-spacing:.2em;color:#ead9c4}.biz-service-content h3{font-family:'Noto Serif JP';font-size:2rem;margin:7px 0}.biz-service-content p{margin:0;color:rgba(255,255,255,.82)}.biz-price{font-family:'Noto Serif JP';font-size:1.1rem;margin-top:12px;font-weight:700}.biz-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:12px}.biz-gallery figure{margin:0;overflow:hidden;position:relative}.biz-gallery figure:nth-child(1){grid-column:span 2;grid-row:span 2}.biz-gallery figure:nth-child(4){grid-column:span 2}.biz-gallery img{width:100%;height:100%;object-fit:cover;transition:.6s}.biz-gallery figure:hover img{transform:scale(1.04)}.biz-hotel-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.biz-hotel-photo{min-height:610px}.biz-hotel-photo img{width:100%;height:610px;object-fit:cover}.biz-live-panel{background:#fff;color:#202722;padding:42px;box-shadow:var(--shadow);margin-left:-110px;position:relative}.biz-live-panel .sync{display:inline-flex;gap:8px;align-items:center;font-size:.72rem;font-weight:700;color:#3e7457}.biz-live-panel .sync::before{content:'';width:7px;height:7px;border-radius:50%;background:#4b8b67;box-shadow:0 0 0 5px #e8f1eb}.biz-live-panel h3{font-family:'Noto Serif JP';font-size:2rem;margin:16px 0 8px}.biz-live-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.biz-live-box{background:#f7f3ec;padding:16px}.biz-live-box small{display:block;color:#8b847b;font-size:.68rem}.biz-live-box strong{display:block;margin-top:8px}.biz-staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.biz-staff{background:#fff}.biz-staff img{width:100%;height:410px;object-fit:cover}.biz-staff-copy{padding:22px}.biz-staff-copy small{font-size:.68rem;letter-spacing:.16em;color:#9a7958}.biz-staff-copy h3{font-family:'Noto Serif JP';margin:6px 0}.biz-system-reveal{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.biz-system-reveal h2{font-size:clamp(2.5rem,4.8vw,5.3rem);line-height:1.2;margin:14px 0 20px}.biz-system-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.biz-system-card{padding:22px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}.biz-system-card strong{display:block;font-size:1.05rem}.biz-system-card span{display:block;margin-top:8px;color:rgba(255,255,255,.62);font-size:.82rem}.biz-page-hero{padding:110px 0 72px;background:#25342d;color:#fff}.biz-page-hero .breadcrumbs{font-size:.72rem;color:rgba(255,255,255,.62);letter-spacing:.08em}.biz-page-hero h1{font-size:clamp(3rem,6vw,6.5rem);margin:20px 0 16px;line-height:1.1}.biz-page-hero p{max-width:680px;color:rgba(255,255,255,.72);font-size:1.05rem}.biz-content{padding:90px 0 120px}.biz-prose{max-width:820px;margin:auto}.biz-prose h2{font-family:'Noto Serif JP';font-size:2rem;margin:60px 0 16px}.biz-prose p{color:var(--muted);line-height:2}.biz-menu-list{display:grid;gap:16px}.biz-menu-row{display:grid;grid-template-columns:1fr auto;gap:30px;padding:26px 0;border-bottom:1px solid var(--line)}.biz-menu-row h3{font-family:'Noto Serif JP';font-size:1.35rem;margin:0 0 6px}.biz-menu-row p{margin:0;color:var(--muted)}.biz-menu-row .price{font-family:'Noto Serif JP';white-space:nowrap}.biz-faq details{border-bottom:1px solid var(--line);padding:22px 0}.biz-faq summary{font-family:'Noto Serif JP';font-weight:700;cursor:pointer}.biz-faq details p{color:var(--muted)}.biz-footer{background:#18221d;color:#fff;padding:72px 0 110px}.biz-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.6fr);gap:30px}.biz-footer h3{font-family:'Noto Serif JP';font-size:1.5rem;margin:0}.biz-footer small,.biz-footer p,.biz-footer a{color:rgba(255,255,255,.62);font-size:.8rem}.biz-footer a{display:block;margin:8px 0}.biz-footer .footer-brand{font-size:.72rem;letter-spacing:.18em;color:#d8c8b4;margin-bottom:10px}.reveal{opacity:0;transform:translateY(20px);transition:.7s cubic-bezier(.2,.7,.2,1)}.reveal.show{opacity:1;transform:none}.biz-compare-hero{padding:88px 0 58px;text-align:center}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.compare-card{background:#fff;border:1px solid var(--line);padding:24px;box-shadow:0 14px 44px rgba(31,39,34,.08)}.compare-frame{height:430px;border:1px solid var(--line);overflow:hidden;background:#f3f1ec;margin:18px 0}.compare-frame iframe{width:1440px;height:900px;transform:scale(.46);transform-origin:top left;border:0;pointer-events:none}.compare-card.business{border-color:#9a7958;box-shadow:0 20px 60px rgba(154,121,88,.18)}.compare-table{width:100%;border-collapse:collapse;margin-top:48px;background:#fff}.compare-table th,.compare-table td{padding:16px;border-bottom:1px solid var(--line);text-align:center}.compare-table th:first-child,.compare-table td:first-child{text-align:left}.compare-table th{font-family:'Noto Serif JP'}.compare-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eee4d7;color:#6c543d;font-size:.72rem;font-weight:800}.business-booking-note{padding:10px 16px;background:#eee4d7;color:#5e4937;font-size:.78rem;text-align:center;font-weight:700}
@media(max-width:980px){.biz-nav{display:none;position:absolute;left:20px;right:20px;top:82px;background:#fff;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.biz-nav.open{display:flex}.biz-menu-toggle{display:block}.biz-section-head,.biz-editorial,.biz-hotel-grid,.biz-system-reveal{grid-template-columns:1fr}.biz-editorial-photo{min-height:480px}.biz-live-panel{margin:0}.biz-service-card:nth-child(n){grid-column:span 6}.biz-staff-grid{grid-template-columns:1fr 1fr}.biz-footer-grid{grid-template-columns:1fr 1fr}.compare-grid{grid-template-columns:1fr}.compare-frame iframe{transform:scale(.52)}}
@media(max-width:680px){.biz-topline{font-size:.6rem;letter-spacing:.08em}.biz-header-inner{height:70px}.biz-logo-mark{width:36px;height:36px}.biz-logo-text small{display:none}.biz-hero{min-height:780px}.biz-hero-inner{padding:82px 0 42px}.biz-hero h1{font-size:clamp(3rem,16vw,5rem)}.biz-hero-actions .btn{width:100%}.biz-hero-live{grid-template-columns:1fr 1fr}.biz-hero-live>div{padding:14px}.biz-hero-live>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.18)}.biz-section{padding:78px 0}.biz-section-head{gap:14px;margin-bottom:34px}.biz-editorial-copy{padding:30px}.biz-editorial-copy h3{font-size:1.8rem}.biz-service-grid{display:grid;grid-template-columns:1fr}.biz-service-card:nth-child(n){grid-column:auto;min-height:380px}.biz-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.biz-gallery figure:nth-child(n){grid-column:auto;grid-row:auto}.biz-gallery figure:nth-child(1){grid-column:1/-1;height:320px}.biz-hotel-photo,.biz-hotel-photo img{height:420px;min-height:420px}.biz-live-panel{padding:28px}.biz-live-boxes{grid-template-columns:1fr}.biz-staff-grid{grid-template-columns:1fr}.biz-system-cards{grid-template-columns:1fr}.biz-footer-grid{grid-template-columns:1fr}.biz-page-hero{padding:78px 0 54px}.biz-content{padding:60px 0 90px}.compare-frame{height:270px}.compare-frame iframe{transform:scale(.3)}.compare-table{font-size:.78rem}.compare-table th,.compare-table td{padding:11px 7px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.biz-service-card img,.biz-gallery img{transition:none}}

/* BUSINESS CLASS V1.0.1 visual polish */
.biz-hero-media img{object-position:center 48%;filter:saturate(.72) contrast(1.04) brightness(.88)}
.biz-gallery img{filter:saturate(.72) contrast(.96) brightness(.98)}
.biz-staff img{filter:saturate(.72) contrast(.98);object-position:center 42%}
.compare-sales-callout{margin:0 auto 34px;max-width:980px;padding:22px 26px;border:1px solid #d9c6ad;background:#f4ede3;display:flex;justify-content:space-between;gap:24px;align-items:center}
.compare-sales-callout strong{font-family:'Noto Serif JP',serif;font-size:1.08rem;line-height:1.7;max-width:560px}.compare-sales-callout span{color:#756b61;line-height:1.8;max-width:360px}
.compare-final-cta{margin-top:54px;padding:52px;background:#25342d;color:#fff;text-align:center}.compare-final-cta h2{font-size:clamp(2rem,4vw,4rem);margin:14px 0}.compare-final-cta p{max-width:760px;margin:0 auto 28px;color:rgba(255,255,255,.7);line-height:1.9}.compare-final-cta>div{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
@media(max-width:760px){.compare-sales-callout{display:block}.compare-sales-callout span{display:block;margin-top:12px}.compare-final-cta{padding:34px 20px}}


/* BUSINESS V1.0.1 VISUAL POLISH */
.biz-gallery figure{position:relative;overflow:hidden}
.biz-gallery figcaption{position:absolute;left:14px;right:14px;bottom:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(20,18,16,.54);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800;letter-spacing:.12em;text-align:center}
.biz-gallery img{filter:saturate(.82) contrast(1.03)}
.biz-staff img{filter:saturate(.82) contrast(1.025)}


/* BUSINESS V1.0.2 JAPANESE UI FIX */
.business-site .biz-section-head h2{
  text-wrap:balance;
  line-break:strict;
}

.business-site .biz-jp-philosophy-title{
  font-size:clamp(2.25rem,3.15vw,3.45rem)!important;
  line-height:1.36!important;
  letter-spacing:-.025em!important;
  text-wrap:initial!important;
}

.business-site .biz-jp-philosophy-title .biz-jp-line{
  display:block;
  white-space:nowrap;
}

.business-site .btn-secondary{
  color:#25352d;
}

.business-site .compare-final-cta .btn-secondary{
  background:#fff!important;
  border-color:#fff!important;
  color:#25352d!important;
}

.business-site .compare-final-cta .btn-primary{
  background:#25352d!important;
  border-color:rgba(255,255,255,.24)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.business-site .compare-final-cta h2{
  text-wrap:balance;
  line-break:strict;
}

@media(max-width:980px){
  .business-site .biz-jp-philosophy-title{
    font-size:clamp(2.2rem,5.2vw,3rem)!important;
  }
  .business-site .biz-jp-philosophy-title .biz-jp-line{
    white-space:normal;
  }
}

@media(max-width:680px){
  .business-site .biz-jp-philosophy-title{
    font-size:2rem!important;
    line-height:1.42!important;
    letter-spacing:-.02em!important;
  }
  .business-site .biz-jp-philosophy-title .biz-jp-line{
    display:block;
    white-space:normal;
    word-break:normal;
    overflow-wrap:break-word;
  }
  .business-site .compare-final-cta h2{
    font-size:2rem!important;
    line-height:1.4!important;
  }
}


/* BUSINESS V1.0.3 ALL PAGE JAPANESE WRAP QA */
.business-site h1,
.business-site h2,
.business-site h3{
  line-break:strict;
  word-break:normal;
  overflow-wrap:normal;
}

.business-site .biz-jp-lock-line{
  display:block;
  white-space:nowrap;
}

.business-site .biz-editorial-copy .biz-jp-editorial-safe{
  font-size:clamp(1.85rem,2.45vw,2.2rem)!important;
  line-height:1.48!important;
  letter-spacing:-.025em!important;
}

.business-site .biz-live-panel .biz-jp-hotel-safe{
  font-size:clamp(1.75rem,2.2vw,2rem)!important;
  line-height:1.48!important;
}

.business-site .biz-system-reveal .biz-jp-system-safe{
  font-size:clamp(2.2rem,3.7vw,3.75rem)!important;
  line-height:1.28!important;
  letter-spacing:-.035em!important;
}

.business-site .biz-page-hero h1{
  font-size:clamp(2.8rem,5vw,5.4rem)!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
}

.business-site .biz-prose h2{
  line-height:1.45!important;
}

.booking-page h1,
.booking-page h2,
.booking-page h3,
body:not(.business-site) .section-title{
  line-break:strict;
  word-break:normal;
  overflow-wrap:break-word;
}

@media(max-width:980px){
  .business-site .biz-jp-lock-line{
    white-space:normal;
  }
  .business-site .biz-editorial-copy .biz-jp-editorial-safe{
    font-size:clamp(1.85rem,4.2vw,2.25rem)!important;
  }
  .business-site .biz-system-reveal .biz-jp-system-safe{
    font-size:clamp(2.2rem,5.3vw,3.2rem)!important;
  }
}

@media(max-width:680px){
  .business-site .biz-page-hero h1{
    font-size:clamp(2.35rem,11vw,3.35rem)!important;
    line-height:1.2!important;
  }
  .business-site .biz-editorial-copy .biz-jp-editorial-safe,
  .business-site .biz-live-panel .biz-jp-hotel-safe{
    font-size:1.8rem!important;
    line-height:1.5!important;
  }
  .business-site .biz-system-reveal .biz-jp-system-safe{
    font-size:2.25rem!important;
    line-height:1.35!important;
  }
}
