:root {
  --pink: #ffa29e;
  --pink-light: #fff1ef;
  --coral: #d26259;
  --coral-dark: #a94640;
  --green: #afdb5e;
  --green-dark: #608b2a;
  --cream: #fffaf5;
  --ink: #3f3532;
  --muted: #756761;
  --line: #efdcd5;
  --white: #fff;
  --shadow: 0 24px 60px rgba(99, 65, 55, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; }
svg .fill { fill: currentColor; stroke: none; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(239, 220, 213, .72); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--coral); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 45% 52% 42%; background: var(--pink-light); font-size: 25px; transform: rotate(-6deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy small { font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.brand-copy strong { margin-top: 3px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 27px; letter-spacing: .08em; }
.brand-flower { margin-left: -4px; font-size: 20px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.desktop-nav a { text-decoration: none; transition: color .2s ease; }
.desktop-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta, .mobile-cta { color: #fff; background: linear-gradient(135deg, var(--pink), var(--coral)); box-shadow: 0 10px 26px rgba(210,98,89,.22); }
.nav-cta { padding: 12px 20px; border-radius: 999px; }
.mobile-cta { display: none; padding: 9px 14px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 900; }

.hero { position: relative; overflow: hidden; padding: 72px 0 70px; background: linear-gradient(135deg, #fff8f5 0%, #fff 54%, #f8fce9 100%); }
.hero-blob { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-blob-one { width: 360px; height: 360px; top: -200px; left: -90px; background: rgba(255,162,158,.18); }
.hero-blob-two { width: 300px; height: 300px; right: 2%; bottom: -210px; background: rgba(175,219,94,.18); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.kicker span { width: 28px; height: 2px; background: var(--pink); }
.hero h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(46px, 5.2vw, 74px); font-weight: 700; line-height: 1.22; letter-spacing: .02em; }
.hero h1 em { position: relative; color: #ec6864; font-style: normal; }
.hero h1 em::after { position: absolute; left: 2%; right: 0; bottom: -5px; height: 9px; border-radius: 50%; background: rgba(255,162,158,.32); content: ""; transform: rotate(-1deg); }
.hero-lead { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 16px; font-weight: 500; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #8f55bd, #ef6b82 60%, #eea34b); box-shadow: 0 12px 28px rgba(188,79,118,.25); }
.button-secondary { border: 1px solid #ebc5bd; background: #fff; box-shadow: 0 10px 25px rgba(91,64,56,.08); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 23px; color: #665953; font-size: 12px; font-weight: 800; }
.hero-notes span { display: inline-flex; align-items: center; gap: 5px; }
.hero-notes b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-dark); font-size: 11px; }
.hero-visual { position: relative; min-height: 550px; }
.hero-photo-card { position: absolute; inset: 0 30px 26px 22px; overflow: hidden; border: 9px solid #fff; border-radius: 42% 26% 40% 27% / 31% 36% 30% 44%; background: #eee; box-shadow: var(--shadow); }
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.mini-photo { position: absolute; right: -6px; bottom: -3px; z-index: 2; width: 142px; height: 142px; overflow: hidden; border: 7px solid #fff; border-radius: 50%; box-shadow: 0 14px 32px rgba(82,58,52,.18); }
.mini-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; left: -10px; bottom: 35px; z-index: 3; display: grid; padding: 13px 19px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; color: #fff; background: rgba(166,72,66,.89); box-shadow: 0 12px 28px rgba(88,55,48,.18); backdrop-filter: blur(8px); transform: rotate(-3deg); }
.hero-stamp span { font-size: 10px; letter-spacing: .14em; }
.hero-stamp strong { font-family: "Yu Mincho", serif; font-size: 21px; }
.floating-flower { position: absolute; top: 15px; right: 12px; z-index: 4; font-size: 48px; filter: drop-shadow(0 8px 12px rgba(106,63,55,.18)); transform: rotate(13deg); }

.trust-strip { border-block: 1px solid #f0e4de; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; gap: 15px; min-height: 112px; padding: 22px 30px; border-right: 1px dashed #e8cec7; }
.trust-item:last-child { border-right: 0; }
.trust-item > span { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-light); font-size: 23px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-family: "Yu Mincho", serif; font-size: 20px; }
.trust-item small { margin-top: 2px; color: var(--muted); font-size: 11px; }

.section { padding: 100px 0; }
.about { position: relative; overflow: hidden; }
.about::after { position: absolute; right: -110px; bottom: -180px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,162,158,.11); content: ""; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: 78px; align-items: center; }
.profile-card { position: relative; width: min(430px, 100%); margin-inline: auto; }
.profile-frame { overflow: hidden; aspect-ratio: 1 / 1.08; border: 9px solid #fff; border-radius: 48% 42% 44% 38% / 40% 49% 37% 45%; box-shadow: var(--shadow); }
.profile-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.profile-label { position: absolute; right: -24px; bottom: 8px; display: grid; min-width: 200px; padding: 14px 20px; border-radius: 16px; color: #fff; background: var(--coral); box-shadow: 0 12px 28px rgba(157,67,61,.23); }
.profile-label small { font-size: 10px; }
.profile-label strong { font-family: "Yu Mincho", serif; font-size: 22px; letter-spacing: .1em; }
.section-label { margin: 0 0 12px; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.about-copy h2, .center-copy h2 { margin: 0 0 22px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.35; }
.about-copy h2 span { color: var(--coral); }
.about-copy > p { color: var(--muted); }
.about-copy .about-lead { color: var(--ink); font-size: 18px; font-weight: 800; }
.message-card { display: flex; align-items: center; gap: 16px; margin-top: 26px; padding: 18px 22px; border: 1px solid #dce9bf; border-radius: 18px; background: #fbfdec; }
.message-card > span { font-size: 31px; }
.message-card p { margin: 0; color: var(--muted); font-size: 13px; }
.message-card strong { color: var(--green-dark); font-size: 19px; }
.menu-section { background: var(--cream); }
.center-copy { text-align: center; }
.center-copy > p:last-child { margin-inline: auto; color: var(--muted); }
.mobile-break { display: none; }
.section-heading { max-width: 780px; margin: 0 auto 44px; }
.section-heading > p:last-child { max-width: 660px; }
.compact-heading { margin-bottom: 32px; }
.compact-heading h2 { font-size: clamp(31px, 3.8vw, 46px); }

.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { position: relative; min-height: 285px; padding: 30px 20px 24px; border: 1px solid #ebddd6; border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(89,62,54,.06); text-align: center; }
.price-card.featured { border: 2px solid var(--pink); background: linear-gradient(180deg, #fff7f6, #fff); box-shadow: 0 18px 38px rgba(210,98,89,.12); transform: translateY(-8px); }
.price-card.green { border-color: #d5e5b4; }
.price-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; background: var(--pink-light); font-size: 24px; }
.green .price-icon { background: #f0f7df; }
.popular-label { position: absolute; top: -15px; left: 50%; padding: 6px 19px; border-radius: 999px; color: #fff; background: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .08em; transform: translateX(-50%); white-space: nowrap; }
.price-card .time { margin: 0; color: var(--coral); font-size: 17px; font-weight: 900; }
.price-card.green .time { color: var(--green-dark); }
.price-card .time span { margin-left: 3px; font-size: 13px; }
.price-card .price { display: flex; align-items: baseline; justify-content: center; gap: 3px; margin: 8px 0 12px; color: var(--ink); line-height: 1.1; }
.price-card .price strong { font-family: "Yu Mincho", serif; font-size: 36px; }
.price-card .price span { font-size: 14px; font-weight: 900; }
.price-card > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.scope-note { max-width: 860px; display: flex; align-items: flex-start; gap: 15px; margin: 30px auto 0; padding: 18px 22px; border: 1px solid #edb7ad; border-radius: 18px; background: #fff8f6; }
.scope-note .scope-icon { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; margin-top: 3px; border-radius: 50%; color: #fff; background: var(--coral); font-family: serif; font-weight: 900; }
.scope-note p { margin: 0; color: var(--muted); font-size: 13px; }
.scope-note strong { color: var(--coral-dark); font-size: 15px; }
.detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 30px; }
.detail-card { display: flex; align-items: center; gap: 20px; min-height: 170px; padding: 24px 26px; border-radius: 24px; }
.thick-nail { border: 1px solid #ecc987; background: #fff7e9; }
.reassurance { border: 1px solid #efbcb5; background: #fff5f3; }
.detail-card-icon { width: 62px; height: 62px; flex: 0 0 62px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.76); font-size: 31px; }
.detail-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.detail-card .detail-eyebrow { margin: 0 0 3px; color: #a06d1a; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.detail-card h3 { margin: 0; font-size: 19px; }
.detail-card h3 span { margin-left: 8px; color: var(--coral); white-space: nowrap; }
.reassurance h3 { color: var(--coral); }
.extra-menu { margin-top: 34px; text-align: center; }
.extra-menu > p { margin: 0 0 13px; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.extra-menu > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.extra-menu span { min-width: 150px; padding: 9px 15px; border: 1px solid #efc7c0; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 800; }

.concerns-section { padding-top: 82px; background: linear-gradient(180deg, #fff, #fbfdf5); }
.concern-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.concern-grid > div { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 14px 8px; border: 1px solid #dce8c2; border-radius: 20px; background: #fff; box-shadow: 0 10px 24px rgba(79,102,41,.05); text-align: center; }
.concern-grid span { font-size: 31px; }
.concern-grid strong { font-size: 12px; }
.medical-note { max-width: 830px; margin: 25px auto 0; color: var(--muted); font-size: 11px; text-align: center; }

.activities-section { position: relative; background: #fff; }
.activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.activity-card { position: relative; overflow: hidden; border: 1px solid #eadfd8; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.activity-copy { position: relative; padding: 32px 32px 24px; }
.activity-number { position: absolute; top: 18px; right: 25px; color: rgba(210,98,89,.13); font-family: "Yu Mincho", serif; font-size: 56px; font-weight: 800; line-height: 1; }
.activity-copy h3 { max-width: 85%; margin: 0 0 12px; font-family: "Yu Mincho", serif; font-size: 27px; line-height: 1.45; }
.activity-copy > p:last-of-type { margin: 0; color: var(--muted); font-size: 13px; }
.kids-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 13px 13px; }
.kids-collage img { width: 100%; height: 245px; object-fit: cover; border-radius: 17px; }
.lecture-card { border-color: #d7e6b8; }
.green-label { color: var(--green-dark); }
.lecture-photo { width: calc(100% - 26px); height: 333px; margin: 0 13px 13px; border-radius: 17px; object-fit: cover; object-position: center 38%; }
.school-card { grid-column: 1 / -1; min-height: 250px; display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; overflow: hidden; border-color: #efbbb4; background: linear-gradient(110deg, #fff3f1 0 36%, #fff 36%); }
.school-icon { display: grid; place-items: center; font-size: 94px; filter: drop-shadow(0 13px 18px rgba(91,62,56,.14)); }
.school-card .activity-copy { padding: 40px; }
.school-card .activity-copy > p:last-of-type { max-width: 680px; }
.school-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--coral); font-size: 13px; font-weight: 900; text-decoration: none; }
.school-card a span { font-size: 20px; }

.visit-section { padding-top: 45px; background: linear-gradient(180deg, #fff, #fffaf5); }
.visit-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: center; padding: 45px 50px; border: 1px solid #eadfd7; border-radius: 30px; background: #fff; box-shadow: 0 18px 45px rgba(91,62,56,.08); }
.visit-card h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: 33px; line-height: 1.45; }
.steps { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: center; gap: 15px; }
.steps li > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-family: "Yu Mincho", serif; font-size: 19px; font-weight: 900; }
.steps strong, .steps small { display: block; }
.steps strong { font-size: 15px; }
.steps small { margin-top: 1px; color: var(--muted); font-size: 11px; }

.contact-section { position: relative; overflow: hidden; padding: 76px 0 66px; color: #fff; background: linear-gradient(135deg, #d96862, #f3938a); }
.contact-decoration { position: absolute; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; }
.contact-dot-one { width: 380px; height: 380px; top: -250px; left: -80px; }
.contact-dot-two { width: 320px; height: 320px; right: -150px; bottom: -210px; }
.contact-inner { position: relative; z-index: 1; text-align: center; }
.contact-kicker { margin: 0 0 8px; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.contact-inner h2 { margin: 0 0 14px; font-family: "Yu Mincho", serif; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.35; }
.contact-inner > p:not(.contact-kicker) { margin: 0; opacity: .9; font-size: 14px; }
.contact-actions { max-width: 820px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px auto 0; }
.contact-button { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 13px; border-radius: 18px; box-shadow: 0 12px 30px rgba(115,53,49,.18); text-decoration: none; font-size: 17px; font-weight: 900; }
.contact-button svg { width: 28px; height: 28px; }
.contact-button span { display: grid; text-align: left; line-height: 1.25; }
.contact-button small { font-size: 10px; letter-spacing: .11em; }
.contact-button.instagram { background: linear-gradient(135deg, #8b4ab4, #e65e7e 58%, #eaa249); }
.contact-button.phone { color: var(--coral-dark); background: #fff; }
.contact-facts { max-width: 820px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px auto 0; }
.contact-facts span { padding: 10px; border: 1px solid rgba(255,255,255,.48); border-radius: 13px; background: rgba(255,255,255,.13); font-size: 12px; font-weight: 800; }

footer { padding: 42px 0 20px; background: #fff9f5; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: inline-flex; }
.footer-inner > div:first-child > p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; max-width: 570px; }
.footer-links a { color: var(--muted); font-size: 11px; font-weight: 700; text-decoration: none; }
.copyright { margin: 30px 0 0; padding-top: 17px; border-top: 1px solid #eee1db; color: #a39189; font-size: 9px; letter-spacing: .1em; text-align: center; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-cta { display: block; }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .kicker, .hero-actions, .hero-notes { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 510px; width: min(650px, 100%); margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px dashed #e8cec7; }
  .trust-item:last-child { border-bottom: 0; }
  .about-grid { gap: 55px; }
  .about-copy { text-align: center; }
  .message-card { text-align: left; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .detail-grid { grid-template-columns: 1fr; }
  .concern-grid { grid-template-columns: repeat(3, 1fr); }
  .activity-grid { grid-template-columns: 1fr; }
  .school-card { grid-column: auto; }
  .visit-card { grid-template-columns: 1fr; gap: 30px; }
  .visit-card > div:first-child { text-align: center; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 26px, 1160px); }
  html { scroll-padding-top: 70px; }
  .header-inner { height: 70px; }
  .brand-mark { width: 36px; height: 36px; font-size: 21px; }
  .brand-copy strong { font-size: 22px; }
  .brand-flower { display: none; }
  .hero { padding: 42px 0 48px; }
  .hero h1 { font-size: clamp(39px, 11.8vw, 52px); }
  .hero-lead { font-size: 15px; }
  .desktop-break { display: none; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-notes { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .hero-notes span:last-child { grid-column: 1 / -1; justify-self: center; }
  .hero-visual { min-height: 390px; margin-top: 8px; }
  .hero-photo-card { inset: 0 16px 20px 8px; border-width: 6px; }
  .mini-photo { width: 100px; height: 100px; right: 0; border-width: 5px; }
  .hero-stamp { left: 0; bottom: 25px; padding: 10px 14px; }
  .hero-stamp strong { font-size: 17px; }
  .floating-flower { top: 7px; right: 0; font-size: 39px; }
  .trust-item { min-height: 96px; padding: 18px 20px; }
  .section { padding: 72px 0; }
  .profile-card { width: min(310px, 84vw); }
  .profile-label { right: -9px; bottom: -12px; min-width: 170px; padding: 11px 15px; }
  .profile-label strong { font-size: 19px; }
  .about-copy .about-lead { font-size: 16px; }
  .message-card { align-items: flex-start; padding: 16px; }
  .message-card strong { font-size: 16px; }
  .mobile-break { display: block; }
  .section-heading { margin-bottom: 33px; }
  .price-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card { min-height: 0; padding: 25px 20px; }
  .scope-note { padding: 16px; }
  .detail-card { align-items: flex-start; padding: 20px 17px; }
  .detail-card-icon { width: 48px; height: 48px; flex-basis: 48px; font-size: 25px; }
  .detail-card h3 span { display: block; margin: 3px 0 0; }
  .extra-menu span { min-width: calc(50% - 6px); padding-inline: 8px; }
  .concern-grid { grid-template-columns: 1fr 1fr; }
  .concern-grid > div { min-height: 118px; }
  .activity-copy { padding: 26px 22px 20px; }
  .activity-copy h3 { font-size: 23px; }
  .kids-collage { grid-template-columns: 1fr; }
  .kids-collage img { height: 230px; }
  .lecture-photo { height: 250px; }
  .school-card { grid-template-columns: 1fr; background: linear-gradient(180deg, #fff3f1 0 34%, #fff 34%); }
  .school-icon { min-height: 180px; font-size: 76px; }
  .school-card .activity-copy { padding: 26px 22px; }
  .visit-section { padding-top: 25px; }
  .visit-card { padding: 28px 20px; border-radius: 24px; }
  .visit-card h2 { font-size: 27px; }
  .steps li { align-items: flex-start; }
  .contact-section { padding: 62px 0 52px; }
  .contact-actions, .contact-facts { grid-template-columns: 1fr; }
  .contact-button { min-height: 67px; }
  .footer-inner { display: block; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; margin-top: 26px; }
}
