:root {
  --ink: #111111;
  --text: #333333;
  --muted: #666666;
  --line: rgba(17, 17, 17, 0.10);
  --white: #ffffff;
  --bg: #fffaf4;
  --bg-soft: #fff2e2;
  --orange: #ff8700;
  --orange-dark: #d96b00;
  --orange-pale: #fff0dc;
  --shadow-card: 0 18px 45px rgba(17, 17, 17, 0.08);
  --shadow-card-hover: 0 26px 60px rgba(17, 17, 17, 0.12);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(255, 135, 0, 0.15), transparent 28rem), linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #ffffff 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-container { max-width: 880px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 10px 14px; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.88); border-bottom: 1px solid rgba(17, 17, 17, 0.06); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 28px; }
.site-logo { display: inline-flex; align-items: center; flex: 0 0 auto; width: 190px; max-width: 42vw; }
.site-logo img { display: block; width: 100%; height: auto; }
.global-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; color: var(--muted); font-size: 14px; font-weight: 700; }
.global-nav a { padding: 9px 12px; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.global-nav a:hover { color: var(--orange-dark); background: rgba(255, 135, 0, .10); }
.global-nav .nav-contact { color: #fff; background: var(--ink); }
.global-nav .nav-contact:hover { color: #fff; background: var(--orange); transform: translateY(-1px); }
.hero-section { position: relative; overflow: hidden; padding: 104px 0 82px; }
.hero-section::before { position: absolute; right: -130px; top: 44px; width: 390px; height: 390px; content: ""; border-radius: 50%; background: rgba(255, 135, 0, .16); filter: blur(4px); }
.hero-section::after { position: absolute; left: -80px; bottom: -110px; width: 260px; height: 260px; content: ""; border-radius: 50%; background: rgba(255, 135, 0, .18); filter: blur(4px); }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { max-width: 860px; }
.eyebrow, .section-label, .service-category { margin-bottom: 12px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); line-height: 1.28; }
.hero-section h1 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 66px); font-weight: 850; letter-spacing: -.055em; line-height: 1.14; }
.hero-lead { max-width: 760px; margin-bottom: 32px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 18px 36px rgba(255, 135, 0, .28); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(255, 135, 0, .34); }
.button-outline { color: var(--orange-dark); background: rgba(255,255,255,.86); border-color: rgba(255,135,0,.26); }
.button-outline:hover { background: #fff; transform: translateY(-2px); }
.section { padding: 84px 0; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head h2, .split-layout h2, .contact-card h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 46px); font-weight: 850; letter-spacing: -.045em; }
.split-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; align-items: start; }
.section-text { padding: 30px; border: 1px solid rgba(255,135,0,.16); border-radius: var(--radius-lg); background: rgba(255,255,255,.78); box-shadow: var(--shadow-card); }
.section-text p:last-child, .section-head p:last-child, .contact-card p:last-of-type { margin-bottom: 0; }
.business-section { background: linear-gradient(180deg, rgba(255,240,220,.52), rgba(255,255,255,0)); }
.business-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.business-card { min-height: 250px; padding: 28px; border: 1px solid rgba(17,17,17,.08); border-radius: var(--radius-lg); background: rgba(255,255,255,.84); box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.business-card:hover { transform: translateY(-3px); border-color: rgba(255,135,0,.28); box-shadow: var(--shadow-card-hover); }
.business-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; color: var(--orange-dark); background: var(--orange-pale); font-size: 12px; font-weight: 850; }
.business-card h3 { margin-bottom: 14px; font-size: 21px; letter-spacing: -.025em; }
.business-card p { margin-bottom: 0; }
.business-card-accent { color: #fff; background: linear-gradient(135deg, var(--ink), #2a2018); }
.business-card-accent h3, .business-card-accent p { color: #fff; }
.business-card-accent .business-number { color: #fff; background: rgba(255,135,0,.94); }
.services-section { background: #fffaf5; }
.services-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); gap: 30px; align-items: end; max-width: none; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: start; padding: 26px; min-height: 264px; border: 1px solid rgba(17,17,17,.08); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: rgba(255,135,0,.28); box-shadow: var(--shadow-card-hover); }
.service-logo { display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; overflow: hidden; border: 1px solid rgba(17,17,17,.06); border-radius: 20px; background: #fff; }
.service-logo img { display: block; width: 150px; height: 150px; object-fit: contain; }
.service-content { min-width: 0; }
.service-content h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.03em; }
.service-content p { margin-bottom: 18px; }
.service-category { margin-bottom: 8px; letter-spacing: .08em; text-transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 850; }
.text-link::after { content: "→"; transform: translateX(0); transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.service-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.contact-section { padding-bottom: 100px; }
.contact-card { padding: clamp(32px,5vw,58px); border-radius: 36px; color: #fff; background: radial-gradient(circle at right top, rgba(255,135,0,.35), transparent 24rem), linear-gradient(135deg, #151515, #33251a); box-shadow: 0 28px 70px rgba(17,17,17,.24); }
.contact-card h2, .contact-card p { color: #fff; }
.contact-card .section-label { color: #ffb35b; }
.contact-card .button { margin-top: 24px; }
.site-footer { padding: 54px 0 24px; color: rgba(255,255,255,.82); background: #111; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 42px; align-items: start; }
.footer-logo { display: inline-flex; width: 190px; max-width: 70vw; padding: 10px 12px; border-radius: 16px; background: #fff; }
.footer-logo img { display: block; width: 100%; height: auto; }
.footer-about p { max-width: 460px; margin-top: 18px; color: rgba(255,255,255,.72); }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; font-size: 14px; font-weight: 700; }
.footer-nav a:hover { color: #ffb35b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
/* Sub pages */
.subpage-hero { position: relative; overflow: hidden; padding: 84px 0 58px; background: radial-gradient(circle at right top, rgba(255,135,0,.16), transparent 25rem), linear-gradient(180deg, rgba(255,250,244,.92), rgba(255,255,255,.74)); }
.subpage-hero::after { position: absolute; right: -80px; bottom: -120px; width: 260px; height: 260px; content: ""; border-radius: 50%; background: rgba(255,135,0,.16); }
.breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumb a { color: var(--orange-dark); }
.breadcrumb-separator { color: rgba(17,17,17,.25); }
.subpage-hero h1 { position: relative; z-index: 1; margin-bottom: 18px; font-size: clamp(38px,5vw,58px); font-weight: 850; letter-spacing: -.05em; }
.subpage-lead { position: relative; z-index: 1; max-width: 760px; margin-bottom: 0; font-size: 18px; }
.page-section { background: #fffaf5; }
.page-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 34px; align-items: start; }
.page-side-nav { position: sticky; top: 104px; display: grid; gap: 8px; padding: 22px; border: 1px solid rgba(17,17,17,.08); border-radius: var(--radius-md); background: rgba(255,255,255,.9); box-shadow: var(--shadow-card); }
.side-nav-title { margin: 0 0 8px; color: var(--orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.page-side-nav a { padding: 9px 10px; border-radius: 12px; color: var(--muted); font-size: 14px; font-weight: 750; }
.page-side-nav a:hover { color: var(--orange-dark); background: var(--orange-pale); }
.page-content { display: grid; gap: 20px; min-width: 0; }
.content-card, .intro-card, .form-card, .link-card { padding: clamp(24px,4vw,38px); border: 1px solid rgba(17,17,17,.08); border-radius: var(--radius-lg); background: rgba(255,255,255,.94); box-shadow: var(--shadow-card); }
.content-card h2, .form-card h2, .link-card h2 { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; font-size: clamp(23px,3vw,32px); font-weight: 850; letter-spacing: -.035em; }
.content-card h2::before, .form-card h2::before, .link-card h2::before { flex: 0 0 auto; width: 12px; height: 12px; content: ""; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,135,0,.12); }
.content-card h3 { margin: 24px 0 10px; font-size: 22px; }
.content-card p:last-child, .intro-card p:last-child { margin-bottom: 0; }
.content-card a:not(.button), .intro-card a:not(.button) { color: var(--orange-dark); font-weight: 800; }
.info-list { display: grid; gap: 0; margin: 0; }
.info-list div { display: grid; grid-template-columns: 9em minmax(0,1fr); gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.info-list div:last-child { border-bottom: 0; }
.info-list dt { color: var(--ink); font-weight: 850; }
.info-list dd { margin: 0; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { position: absolute; top: .68em; left: 4px; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,135,0,.12); }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.pill-list li { padding: 8px 13px; border-radius: 999px; color: var(--orange-dark); background: var(--orange-pale); font-weight: 750; }
.timeline { margin: 0; }
.timeline div { position: relative; display: grid; grid-template-columns: 9em minmax(0,1fr); gap: 20px; padding: 18px 0 18px 24px; border-left: 2px solid rgba(255,135,0,.22); }
.timeline div::before { position: absolute; left: -7px; top: 27px; width: 12px; height: 12px; content: ""; border-radius: 50%; background: var(--orange); }
.timeline dt { color: var(--ink); font-weight: 850; }
.timeline dd { margin: 0; color: var(--muted); }
.link-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 24px; }
.link-card { position: relative; min-height: 260px; transition: transform .2s ease, box-shadow .2s ease; }
.link-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.link-card span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 50%; color: var(--orange-dark); background: var(--orange-pale); font-size: 12px; font-weight: 850; }
.shop-hero-card { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 24px; align-items: center; }
.notice-box { margin: 18px 0; padding: 18px 20px; border-radius: var(--radius-sm); background: var(--orange-pale); color: var(--muted); }
.status-label { display: inline-flex; margin-bottom: 18px; padding: 6px 12px; border-radius: 999px; color: var(--orange-dark); background: var(--orange-pale); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.center-card { text-align: center; }
.center-actions { justify-content: center; }
.form-card { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-card label, .form-card fieldset { display: grid; gap: 8px; margin: 0; color: var(--ink); font-weight: 850; }
.form-card label span { color: var(--orange-dark); font-size: 12px; }
.form-card input[type="text"], .form-card input[type="email"], .form-card input[type="tel"], .form-card textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(17,17,17,.14); border-radius: 14px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card textarea:focus { outline: 3px solid rgba(255,135,0,.20); border-color: var(--orange); }
.form-card fieldset { padding: 18px; border: 1px solid rgba(17,17,17,.10); border-radius: var(--radius-md); }
.form-card legend { padding: 0 8px; color: var(--ink); font-weight: 850; }
.birth-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.checkbox-grid label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 700; }
.form-actions { display: flex; justify-content: center; padding-top: 10px; }
@media (max-width: 920px) {
  .header-inner { min-height: auto; padding: 14px 0; align-items: flex-start; flex-direction: column; }
  .site-logo { width: 170px; }
  .global-nav { justify-content: flex-start; }
  .hero-section { padding: 72px 0 58px; }
  .section { padding: 64px 0; }
  .split-layout, .services-head, .footer-grid, .page-grid { grid-template-columns: 1fr; }
  .page-side-nav { position: static; }
  .business-grid, .service-grid, .link-card-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-logo { width: 150px; }
  .global-nav { gap: 4px; font-size: 13px; }
  .global-nav a { padding: 7px 9px; }
  .hero-section h1 { font-size: 36px; }
  .hero-lead, .subpage-lead { font-size: 16px; }
  .business-card, .service-card, .section-text, .content-card, .form-card, .intro-card, .link-card { padding: 22px; border-radius: 22px; }
  .service-card, .shop-hero-card { grid-template-columns: 1fr; gap: 18px; }
  .service-logo { width: 150px; height: 150px; }
  .subpage-hero { padding: 58px 0 44px; }
  .info-list div, .timeline div, .form-grid, .birth-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .timeline div { padding-left: 20px; }
  .contact-section { padding-bottom: 72px; }
}


.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
