/*
Theme Name: ONON Real Estate
Theme URI: https://realonon.com/
Author: ONON Real Estate
Description: オノンリアルエステート株式会社専用のシンプルなWordPressテーマです。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: onon-real-estate
*/
:root {
  --navy: #0b2447;
  --navy-2: #102f5f;
  --gold: #d7ad45;
  --cream: #f7f1e3;
  --text: #1e293b;
  --muted: #64748b;
  --white: #ffffff;
  --line: #e2e8f0;
}
* { box-sizing: border-box; }
body { margin:0; font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","Meiryo",sans-serif; color:var(--text); line-height:1.8; background:var(--white); }
a { color: inherit; text-decoration: none; }
.container { width:min(1120px,calc(100% - 32px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:10; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:14px 0; }
.brand { display:flex; align-items:center; gap:12px; }
.logo-mark { width:58px; height:58px; display:grid; place-items:center; background:var(--navy); color:var(--white); font-weight:800; letter-spacing:.04em; border-radius:14px; font-size:14px; }
.brand h1 { font-size:18px; margin:0; line-height:1.3; }
.brand-en { margin:0 0 2px; color:var(--gold); font-size:12px; font-weight:700; letter-spacing:.08em; }
.nav { display:flex; align-items:center; gap:18px; font-size:14px; font-weight:700; }
.nav-contact { background:var(--navy); color:var(--white); padding:8px 14px; border-radius:999px; }
.hero { background:linear-gradient(135deg,var(--navy),var(--navy-2)); color:var(--white); padding:90px 0; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:40px; align-items:center; }
.eyebrow,.section-kicker { color:var(--gold); font-weight:800; letter-spacing:.14em; font-size:13px; margin:0 0 10px; }
.hero h2 { font-size:clamp(40px,6vw,72px); line-height:1.12; margin:0 0 24px; letter-spacing:.02em; }
.lead { font-size:18px; max-width:620px; color:#e5edf8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:12px 22px; border-radius:999px; font-weight:800; }
.button.primary { background:var(--gold); color:#1a1a1a; }
.button.secondary { border:1px solid rgba(255,255,255,.45); color:var(--white); }
.hero-card { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.22); border-radius:28px; padding:32px; box-shadow:0 24px 80px rgba(0,0,0,.22); }
.card-label { display:inline-block; background:var(--gold); color:#1a1a1a; padding:3px 12px; border-radius:999px; font-weight:800; font-size:13px; }
.hero-card h3 { font-size:32px; margin:16px 0 10px; }
.section { padding:78px 0; }
.section.alt { background:var(--cream); }
.section-title { font-size:clamp(28px,4vw,42px); line-height:1.25; margin:0 0 28px; color:var(--navy); }
.cards.three { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.info-card { background:var(--white); border:1px solid var(--line); border-radius:22px; padding:28px; box-shadow:0 14px 36px rgba(15,23,42,.06); }
.info-card h3 { margin:0 0 10px; color:var(--navy); font-size:24px; }
.info-card p { margin:0; color:var(--muted); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
.area-list { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.area-list li { background:var(--white); border-left:5px solid var(--gold); padding:14px 18px; border-radius:12px; font-weight:800; }
.fee-box,.contact-box { text-align:center; background:var(--white); border:1px solid var(--line); border-radius:28px; padding:42px 24px; box-shadow:0 18px 50px rgba(15,23,42,.07); }
.fee-main { font-size:22px; }
.fee-main strong { color:var(--navy); font-size:1.35em; }
.note { color:var(--muted); font-size:13px; }
.company-table { width:100%; border-collapse:collapse; background:var(--white); border-radius:18px; overflow:hidden; }
.company-table th,.company-table td { padding:16px 18px; border-bottom:1px solid var(--line); text-align:left; }
.company-table th { width:180px; color:var(--navy); background:#f8fafc; }
.contact-section { background:var(--navy); }
.contact-section .section-title,.contact-section p { color:var(--white); }
.contact-section .note { color:#cbd5e1; }
.footer { background:#08172d; color:#cbd5e1; padding:22px 0; font-size:13px; }
@media (max-width:860px) {
  .header-inner { align-items:flex-start; flex-direction:column; }
  .nav { overflow-x:auto; width:100%; padding-bottom:4px; gap:14px; white-space:nowrap; }
  .hero { padding:64px 0; }
  .hero-grid,.split,.cards.three { grid-template-columns:1fr; }
  .brand h1 { font-size:16px; }
  .company-table th,.company-table td { display:block; width:100%; }
  .company-table th { padding-bottom:4px; }
  .company-table td { padding-top:4px; }
}
