﻿:root{--green-dark: #b84070;--green-primary: #d4688e;--green-mid: #e694b4;--green-light: #f0b8cf;--green-pale: #fad8e6;--cream: #fef9fb;--cream-dark: #fdf0f6;--brown-light: #f0b8cf;--text-dark: #3d2030;--text-mid: #6b4a58;--text-light: #9d8090;--white: #ffffff}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:"Noto Sans JP",sans-serif;color:var(--text-dark);background:var(--white);font-size:15px;line-height:1.7}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1080px;margin:0 auto;padding:0 40px}.top-bar{background:var(--white);border-bottom:1px solid #e8e8e8;padding:5px 24px;display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:12px}.top-bar-phone-wrap{display:flex;align-items:center;gap:8px;flex-shrink:0}.top-bar-label{display:none}.top-bar-phone{display:flex;align-items:center;gap:4px;font-size:18px;font-weight:700;color:var(--text-dark);letter-spacing:.02em;white-space:nowrap;flex-shrink:0;padding-right:4px}.top-bar-phone svg{width:15px;height:15px;color:var(--green-mid);flex-shrink:0}.top-bar-hours{color:var(--text-light);font-size:10px;white-space:nowrap;flex-shrink:0}.top-bar-line{display:flex;align-items:center;gap:6px;background:#06c755;color:#fff;padding:6px 12px;border-radius:4px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.top-bar-line-sub{font-size:9px;font-weight:400;opacity:.9}.top-bar-insta{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#555;flex-shrink:0}.header{background:var(--white);padding:10px 32px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px rgba(0,0,0,.06);position:sticky;top:0;z-index:100;gap:16px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon{width:42px;height:42px}.logo-text h1{font-family:"Noto Serif JP",serif;font-size:15px;font-weight:600;color:var(--green-dark);letter-spacing:.04em;white-space:nowrap}.logo-text p{font-size:9px;color:var(--green-light);letter-spacing:.08em;margin-top:1px;white-space:nowrap}.nav ul{display:flex;list-style:none;gap:0}.nav ul li a{display:flex;flex-direction:column;align-items:center;padding:5px 10px;font-size:12px;font-weight:500;color:var(--text-dark);border-radius:4px;transition:color .2s,background .2s;gap:2px;white-space:nowrap}.nav ul li a .en{font-size:8px;color:var(--green-light);letter-spacing:.06em;text-transform:uppercase}.nav ul li a:hover{color:var(--green-primary);background:var(--cream)}.nav ul li.active a{color:var(--green-primary)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;flex-shrink:0;transition:background .2s}.hamburger:hover{background:var(--cream)}.hamburger-line{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transform-origin:center;transition:transform .25s,opacity .25s}.hamburger--open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99}.nav-overlay--visible{display:block}@media(max-width: 767px){.top-bar{padding:5px 12px;gap:8px}.top-bar-phone-wrap{flex-direction:column;align-items:flex-start;gap:1px}.top-bar-phone{font-size:14px}}@media(max-width: 959px){.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--white);z-index:100;box-shadow:-4px 0 20px rgba(0,0,0,.1);overflow-y:auto;transition:right .3s ease;padding:80px 0 40px}.nav--open{right:0}.nav ul{flex-direction:column;gap:0}.nav ul li a{flex-direction:row;justify-content:flex-start;gap:12px;padding:16px 28px;font-size:14px;border-radius:0;border-bottom:1px solid #f0f0f0}.nav ul li a .en{font-size:10px;color:var(--text-light)}}footer{background:linear-gradient(160deg, #c86a92 0%, #a04870 100%);color:hsla(0,0%,100%,.85);padding:56px 0 24px;overflow:hidden}.footer-inner{display:grid;grid-template-columns:260px 1fr 220px;gap:32px;margin-bottom:40px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo-text h3{font-family:"Noto Serif JP",serif;font-size:16px;color:#fff}.footer-logo-text p{font-size:9px;color:hsla(0,0%,100%,.5);letter-spacing:.1em}.footer-address{font-size:12px;color:hsla(0,0%,100%,.65);line-height:2}.footer-nav{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}.footer-nav-col h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:12px;white-space:nowrap}.footer-nav-col ul{list-style:none}.footer-nav-col ul li{font-size:12px;color:hsla(0,0%,100%,.65);margin-bottom:8px;white-space:nowrap}.footer-nav-col ul li a:hover{color:#fff}.footer-contact{text-align:right}.footer-contact-phone{font-size:20px;font-weight:700;color:#fff;letter-spacing:.03em;margin-bottom:4px;white-space:nowrap}.footer-contact-hours{font-size:11px;color:hsla(0,0%,100%,.6);margin-bottom:16px}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.15);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:hsla(0,0%,100%,.45)}.footer-bottom a{color:hsla(0,0%,100%,.45)}.footer-bottom a:hover{color:hsla(0,0%,100%,.8)}@media(max-width: 899px){.footer-inner{grid-template-columns:1fr 1fr;grid-template-areas:"info contact" "nav  nav";gap:28px 24px;margin-bottom:28px}.footer-inner>div:nth-child(1){grid-area:info}.footer-nav{grid-area:nav}.footer-contact{grid-area:contact;text-align:left}.footer-contact-phone{font-size:18px}}@media(max-width: 599px){.footer-inner{grid-template-columns:1fr;grid-template-areas:"info" "contact" "nav"}.footer-bottom{flex-direction:column;align-items:center;gap:10px;text-align:center}}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 14px rgba(200,96,144,.22);color:#fff;padding:14px 40px;border-radius:4px;font-size:15px;font-weight:500;letter-spacing:.05em;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;white-space:nowrap}.btn-primary:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 6px 22px rgba(200,96,144,.36);transform:translateY(-2px)}.btn-center{text-align:center}.btn-outline{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--green-primary);color:var(--green-primary);padding:10px 28px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;background:rgba(0,0,0,0);transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease;width:fit-content}.btn-outline:hover{background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 4px 14px rgba(200,96,144,.22);transform:translateY(-1px)}.btn-green-lg{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 14px rgba(200,96,144,.22);color:#fff;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:600;margin-bottom:12px;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;width:100%}.btn-green-lg:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 6px 22px rgba(200,96,144,.36);transform:translateY(-2px)}.btn-line-lg{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg, #1bdd6a 0%, #06c755 100%);box-shadow:0 4px 14px rgba(6,199,85,.28);color:#fff;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:600;margin-bottom:12px;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;width:100%}.btn-line-lg:hover{background:linear-gradient(135deg, #06c755 0%, #05a847 100%);box-shadow:0 6px 20px rgba(6,199,85,.4);transform:translateY(-2px)}.btn-cta-white{display:flex;align-items:center;gap:10px;background:#fff;color:var(--green-primary);padding:16px 32px;border-radius:6px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer;flex-shrink:0;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:box-shadow .25s ease,transform .2s ease}.btn-cta-white:hover{box-shadow:0 8px 24px rgba(0,0,0,.18);transform:translateY(-2px)}.btn-cta-green{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 14px rgba(200,96,144,.22);color:#fff;padding:18px 36px;border-radius:6px;font-size:15px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .2s ease}.btn-cta-green:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 6px 22px rgba(200,96,144,.36);transform:translateY(-2px)}.btn-cta-green svg{width:20px;height:20px}.btn-more{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--green-light);color:var(--text-mid);padding:13px 48px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;margin:0 auto;width:fit-content;transition:border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease;background:var(--white)}.btn-more:hover{border-color:var(--green-primary);color:var(--green-primary);box-shadow:0 3px 12px rgba(196,75,126,.14);transform:translateY(-1px)}.btn-web-reserve{display:flex;align-items:center;gap:10px;background:#fff;color:var(--green-primary);padding:16px 32px;border-radius:6px;font-size:15px;font-weight:700;white-space:nowrap;flex-shrink:0;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:box-shadow .25s ease,transform .2s ease}.btn-web-reserve:hover{box-shadow:0 8px 24px rgba(0,0,0,.18);transform:translateY(-2px)}.btn-line{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg, #1bdd6a 0%, #06c755 100%);color:#fff;padding:12px 24px;border-radius:4px;font-size:13px;font-weight:600;width:100%;cursor:pointer;transition:background .25s ease,transform .2s ease}.btn-line:hover{background:linear-gradient(135deg, #06c755 0%, #05a847 100%);transform:translateY(-1px)}.btn-line-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 14px rgba(200,96,144,.22);color:#fff;padding:18px 48px;border-radius:8px;font-size:16px;font-weight:700;letter-spacing:.04em;transition:background .25s ease,box-shadow .25s ease,transform .2s ease}.btn-line-cta:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 6px 22px rgba(200,96,144,.36);transform:translateY(-2px)}.btn-line-cta svg{width:22px;height:22px;flex-shrink:0}.btn-booking{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 14px rgba(200,96,144,.22);color:#fff;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:700;width:100%;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;margin-bottom:20px}.btn-booking:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 6px 22px rgba(200,96,144,.36);transform:translateY(-2px)}@media(prefers-reduced-motion: reduce){.btn-primary,.btn-outline,.btn-green-lg,.btn-line-lg,.btn-cta-white,.btn-cta-green,.btn-more,.btn-web-reserve,.btn-line,.btn-line-cta,.btn-booking{transition:none}.btn-primary:hover,.btn-outline:hover,.btn-green-lg:hover,.btn-line-lg:hover,.btn-cta-white:hover,.btn-cta-green:hover,.btn-more:hover,.btn-web-reserve:hover,.btn-line:hover,.btn-line-cta:hover,.btn-booking:hover{transform:none}}.section-title{text-align:center;margin-bottom:48px}.section-title h2{font-family:"Noto Serif JP",serif;font-size:26px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.section-ornament{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.section-ornament::before,.section-ornament::after{content:"";display:block;width:40px;height:1px;background:var(--green-light)}.ornament-diamond{width:8px;height:8px;background:var(--green-light);transform:rotate(45deg)}.hero{position:relative;width:100%;overflow:hidden}.hero picture{position:absolute;inset:0;display:block}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero--home{height:560px}.hero--home .hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse 55% 80% at 28% 50%, rgba(20, 36, 12, 0.8) 0%, rgba(20, 36, 12, 0.45) 40%, transparent 68%);pointer-events:none}.hero--home .hero__content{position:absolute;inset:0;z-index:1;display:flex;align-items:center;padding:0 80px}.hero--page{height:340px}.hero--page .hero__overlay{display:none}.hero--page .hero__content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;background:radial-gradient(ellipse 55% 65% at 50% 50%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 78%)}.hero--plain{height:240px;background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-primary) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px}.hero__en-label{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--green-light);display:block}.hero--page .hero__en-label::after,.hero--plain .hero__en-label::after{content:"";display:block;width:36px;height:1px;background:var(--green-light);margin:10px auto 0}.hero__catch{font-family:"Noto Serif JP",serif;font-size:48px;font-weight:600;color:#fff;line-height:1.5;letter-spacing:.04em;margin-bottom:20px}.hero__title{font-family:"Noto Serif JP",serif;font-size:36px;font-weight:600;color:#fff;letter-spacing:.1em;line-height:1.3}.hero__sub{font-size:14px;color:hsla(0,0%,100%,.78);line-height:1.9;margin-bottom:36px}.hero__cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero__btn-line{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #e096b8 0%, #c86090 100%);box-shadow:0 4px 16px rgba(200,96,144,.3);color:#fff;padding:14px 30px;border-radius:30px;font-size:14px;font-weight:500;text-decoration:none;transition:background .25s ease,box-shadow .25s ease,transform .2s ease;white-space:nowrap}.hero__btn-line:hover{background:linear-gradient(135deg, #c86090 0%, #b05080 100%);box-shadow:0 8px 24px rgba(200,96,144,.42);transform:translateY(-3px)}.hero__btn-menu{display:inline-flex;align-items:center;color:#fff;padding:13px 28px;border-radius:30px;border:1.5px solid hsla(0,0%,100%,.55);font-size:14px;text-decoration:none;transition:border-color .2s ease,background-color .2s ease;white-space:nowrap}.hero__btn-menu:hover{border-color:hsla(0,0%,100%,.9);background-color:hsla(0,0%,100%,.08)}@media(max-width: 767px){.hero--home{height:400px}.hero--home .hero__content{padding:0 28px}.hero__catch{font-size:30px;margin-bottom:14px}.hero__sub{font-size:12px;margin-bottom:24px}.hero__cta{flex-direction:column;align-items:flex-start;gap:10px}.hero--page{height:400px}.hero__title{font-size:26px}.hero--plain{height:400px}.hero__en-label{font-size:10px}}.page-title-section{text-align:center;padding:48px 40px 40px;background:var(--white)}.page-title-section p{font-size:14px;color:var(--text-mid);line-height:2;max-width:560px;margin:0 auto}@media(max-width: 767px){.page-title-section{padding:36px 24px 28px}.page-title-section p{font-size:13px}}.cta-bottom{background:var(--cream);padding:72px 0;overflow:hidden;position:relative}.cta-bottom-inner{max-width:1080px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 200px;align-items:center;gap:40px}.cta-text h2{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:600;color:var(--green-dark);margin-bottom:16px;line-height:1.7}.cta-text p{font-size:14px;color:var(--text-mid);line-height:2}.cta-deco{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.cta-bottom-inner{grid-template-columns:1fr 130px;gap:20px;padding:0 24px}.cta-deco svg{width:120px;height:auto}}section{padding:72px 0}.trouble{background:var(--cream)}.trouble-icons{display:flex;justify-content:center;gap:32px;margin-bottom:32px;flex-wrap:wrap}.trouble-item{display:flex;flex-direction:column;align-items:center;gap:10px;width:110px}.trouble-icon{width:72px;height:72px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.trouble-icon svg{width:40px;height:40px;opacity:.7}.trouble-item p{font-size:12px;text-align:center;color:var(--text-mid);font-weight:500}.trouble-note{text-align:center;font-style:italic;color:var(--text-mid);font-size:14px;margin-bottom:36px}.about{background:var(--white);padding:0}.about-inner{display:grid;grid-template-columns:1fr 1fr;min-height:460px}.about-photos{display:grid;grid-template-columns:1fr 1fr;gap:0}.about-photo{aspect-ratio:1;overflow:hidden}.photo-placeholder{width:100%;height:100%;object-fit:cover}.about-photo-1{background:#e8c0cc}.about-photo-2{background:#d4a0b8}.about-text{padding:60px 60px;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.about-label{font-size:11px;color:var(--green-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.about-text h2{font-family:"Noto Serif JP",serif;font-size:28px;font-weight:600;color:var(--green-dark);line-height:1.6;margin-bottom:24px}.about-text p{font-size:14px;color:var(--text-mid);line-height:1.9;margin-bottom:32px}.testimonials{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:36px}.testimonial-card{background:var(--cream);border-radius:8px;padding:28px 24px}.testimonial-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.testimonial-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:22px}.avatar-1{background:#f0c4cc}.avatar-2{background:#d8c0d8}.avatar-3{background:#e8c8d4}.testimonial-meta h4{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:3px}.testimonial-meta p{font-size:11px;color:var(--text-light)}.testimonial-card p.body{font-size:13px;color:var(--text-mid);line-height:1.85}.testimonial-note{text-align:center;font-size:11px;color:var(--text-light);margin-top:12px}.features-bar{background:linear-gradient(135deg, #fdf3f7 0%, #f8e8f2 100%);padding:68px 0;border-top:1px solid rgba(212,104,142,.12);border-bottom:1px solid rgba(212,104,142,.12)}.features-bar .features-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:0}.features-bar .feature-item{display:flex;flex-direction:column;align-items:center;gap:20px;padding:16px 32px;border-right:1px solid rgba(212,104,142,.15);color:var(--green-dark);text-align:center}.features-bar .feature-item:last-child{border-right:none}.features-bar .feature-icon{width:80px;height:80px;border:1.5px solid rgba(212,104,142,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.features-bar .feature-icon svg{width:34px;height:34px}.features-bar .feature-item h3{font-size:16px;font-weight:600;letter-spacing:.06em;margin-bottom:4px;color:var(--green-dark)}.features-bar .feature-item p{font-size:12px;color:var(--text-mid);line-height:1.8}.access{background:var(--cream)}.access-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}.access-info h3{font-family:"Noto Serif JP",serif;font-size:20px;font-weight:600;margin-bottom:20px;color:var(--green-dark)}.access-detail{font-size:13px;color:var(--text-mid);line-height:2;margin-bottom:24px}.access-detail p{display:flex;gap:8px;align-items:flex-start}.access-detail p svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--green-light)}.access-map-placeholder{background:#eedde5;width:100%;height:280px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text-light);overflow:hidden;position:relative}.access-photo{background:#d8b4c4;width:100%;height:280px;border-radius:6px;overflow:hidden}.access-contact{background:var(--white);border-radius:8px;padding:28px}.access-contact h4{font-size:13px;color:var(--text-light);margin-bottom:4px}.contact-phone{font-size:24px;font-weight:700;color:var(--text-dark);letter-spacing:.03em;margin-bottom:6px;white-space:nowrap}.contact-hours{font-size:11px;color:var(--text-light);margin-bottom:20px}.contact-insta{text-align:center;font-size:12px;color:var(--text-light);margin-top:8px}.womens-care{background:var(--white)}.womens-care-lead{text-align:center;font-family:"Noto Serif JP",serif;font-size:18px;color:var(--text-dark);line-height:2.1;margin-bottom:56px;letter-spacing:.04em}.womens-care-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.womens-care-card{background:var(--cream);border-radius:12px;padding:40px 28px 36px;text-align:center;transition:box-shadow .25s ease,transform .2s ease}.womens-care-card:hover{box-shadow:0 8px 28px rgba(200,96,144,.12);transform:translateY(-3px)}.womens-care-icon{width:72px;height:72px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;border:1.5px solid var(--green-pale)}.womens-care-icon svg{width:34px;height:34px;color:var(--green-primary)}.womens-care-card h3{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:14px;letter-spacing:.05em}.womens-care-card p{font-size:13px;color:var(--text-mid);line-height:1.95;text-align:left}.logo-story{background:var(--cream-dark)}.logo-story-inner{display:grid;grid-template-columns:200px 1fr;gap:64px;align-items:center}.logo-story-icon{display:flex;align-items:center;justify-content:center}.logo-story-img{width:180px;height:180px;object-fit:contain;border-radius:50%;box-shadow:0 8px 32px rgba(200,96,144,.18)}.logo-story-sub{font-size:11px;color:var(--green-light);letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:12px}.logo-story-title{font-family:"Noto Serif JP",serif;font-size:28px;font-weight:600;color:var(--text-dark);margin-bottom:24px}.logo-story-text .logo-story-en{font-family:"Noto Serif JP",serif;font-size:22px;color:var(--green-primary);font-weight:600;letter-spacing:.1em;margin-bottom:20px}.logo-story-en span{margin:0 8px;color:var(--text-light)}.logo-story-text p{font-size:14px;color:var(--text-mid);line-height:2.1;margin-bottom:16px}.logo-story-text em{color:var(--green-dark);font-style:normal;font-weight:600}.map-svg{width:100%;height:100%}.leaf-divider{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.leaf-divider svg{width:24px;height:24px;opacity:.5}@media(max-width: 959px){.trouble-icons{display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center;gap:24px}.trouble-item{width:auto}}@media(max-width: 767px){.features-bar{padding:48px 0}.features-bar .features-grid{grid-template-columns:repeat(2, 1fr)}.features-bar .feature-item{padding:24px 20px;gap:16px;border-right:none;border-bottom:1px solid rgba(212,104,142,.15)}.features-bar .feature-item:nth-child(odd){border-right:1px solid rgba(212,104,142,.15)}.features-bar .feature-item:last-child,.features-bar .feature-item:nth-last-child(2){border-bottom:none}.features-bar .feature-icon{width:64px;height:64px}.features-bar .feature-icon svg{width:28px;height:28px}.features-bar .feature-item h3{font-size:14px}.womens-care-grid{grid-template-columns:1fr;gap:16px}.womens-care-lead{font-size:15px;margin-bottom:36px}.logo-story-inner{grid-template-columns:1fr;gap:32px;text-align:center}.logo-story-img{width:140px;height:140px}.logo-story-text p{text-align:left}.logo-story-title{font-size:22px}.testimonials-grid{grid-template-columns:1fr;gap:16px}.about-inner{grid-template-columns:1fr}.about-text{padding:40px 24px}.access-inner{grid-template-columns:1fr 1fr;grid-template-areas:"photo contact" "info  contact";gap:24px;align-items:start}.access-inner>div:nth-child(1){grid-area:info}.access-inner>div:nth-child(2){grid-area:photo}.access-inner>div:nth-child(3){grid-area:contact}.access-map-placeholder,.access-photo{height:180px}}@media(max-width: 530px){.access-inner{gap:14px}.access-contact{padding:20px 14px}.contact-phone{font-size:20px}}@media(max-width: 499px){.access-inner{grid-template-columns:1fr;grid-template-areas:none;gap:20px}.access-inner>div:nth-child(1),.access-inner>div:nth-child(2),.access-inner>div:nth-child(3){grid-area:auto}.access-inner>div:nth-child(2){order:-1}}.concept-section{padding:80px 0;background:var(--cream)}.concept-inner{display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:center}.concept-sub{font-size:11px;color:var(--green-light);letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;display:block}.concept-text h2{font-family:"Noto Serif JP",serif;font-size:24px;font-weight:600;color:var(--text-dark);line-height:1.6;margin-bottom:28px}.concept-text p{font-size:14px;color:var(--text-mid);line-height:2.1;margin-bottom:14px}.concept-text p:last-child{margin-bottom:0}.concept-photo{border-radius:8px;overflow:hidden;height:360px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.values-section{padding:80px 0;background:var(--white)}.values-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.value-card{background:var(--cream);border-radius:12px;padding:40px 32px;text-align:center;transition:box-shadow .2s}.value-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08)}.value-icon{width:72px;height:72px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.value-icon svg{width:36px;height:36px}.value-card h3{font-family:"Noto Serif JP",serif;font-size:17px;font-weight:600;color:var(--text-dark);margin-bottom:14px}.value-card p{font-size:13px;color:var(--text-mid);line-height:1.9}.greeting-section{padding:80px 0;background:var(--cream)}.greeting-inner{display:grid;grid-template-columns:320px 1fr;gap:60px;align-items:start}.greeting-photo{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}.greeting-sub{font-size:11px;color:var(--green-light);letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px;display:block}.greeting-text h2{font-family:"Noto Serif JP",serif;font-size:28px;font-weight:600;color:var(--text-dark);margin-bottom:28px}.greeting-text p{font-size:14px;color:var(--text-mid);line-height:2.2;margin-bottom:18px}.greeting-text p:last-of-type{margin-bottom:28px}.greeting-signature{text-align:right;border-top:1px solid var(--green-pale);padding-top:20px}.greeting-signature .clinic-name{font-family:"Noto Serif JP",serif;font-size:15px;color:var(--green-dark);margin-bottom:6px}.greeting-signature .director{font-size:16px;font-weight:600;color:var(--text-dark)}.greeting-signature .director-label{font-size:11px;color:var(--text-light);margin-right:6px}.overview-section{padding:72px 0;background:var(--white)}.overview-inner{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:start}.overview-icon-col{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:12px}.overview-icon{width:72px;height:72px;border-radius:50%;background:var(--cream);border:1px solid var(--green-pale);display:flex;align-items:center;justify-content:center}.overview-icon svg{width:36px;height:36px}.overview-icon-label{font-size:13px;font-weight:600;color:var(--green-dark);letter-spacing:.04em}.overview-table{width:100%;border-collapse:collapse}.overview-table tr{border-bottom:1px solid #eaeaea}.overview-table tr:first-child{border-top:1px solid #eaeaea}.overview-table th{padding:18px 20px;font-size:13px;font-weight:600;color:var(--text-dark);background:var(--cream);width:160px;vertical-align:top;white-space:nowrap;text-align:left}.overview-table td{padding:18px 20px;font-size:14px;color:var(--text-mid);line-height:1.8;vertical-align:top}.overview-table td .highlight{color:var(--green-primary);font-weight:600}.map-embed{border-radius:6px;overflow:hidden;margin-top:8px}.bottom-cta{background:var(--green-primary);padding:36px 0}.bottom-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.bottom-cta-text{display:flex;align-items:center;gap:16px}.bottom-cta-text svg{width:32px;height:32px;opacity:.8;color:#fff;flex-shrink:0}.bottom-cta-text p{font-size:15px;color:var(--cream);line-height:1.6}.bottom-cta .btn-cta-white{margin-bottom:4px}@media(max-width: 767px){.concept-inner{grid-template-columns:1fr;gap:28px}.concept-photo{height:220px}.values-grid{grid-template-columns:1fr;gap:16px}.greeting-inner{grid-template-columns:1fr;gap:28px}.overview-inner{grid-template-columns:1fr}.overview-icon-col{display:none}.overview-table th{padding:12px 10px;font-size:12px;width:90px}.overview-table td{padding:12px 10px;font-size:13px}.bottom-cta-inner{flex-direction:column;align-items:flex-start;gap:20px}}.about-treatment{padding:72px 0;background:var(--cream)}.about-treatment-inner{display:grid;grid-template-columns:380px 1fr;gap:56px;align-items:center}.treatment-photo{border-radius:8px;overflow:hidden;height:300px}.treatment-text h2{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:600;color:var(--text-dark);margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid var(--green-pale)}.treatment-text p{font-size:14px;color:var(--text-mid);line-height:2;margin-bottom:14px}.treatment-text p:last-child{margin-bottom:0}.price-section{padding:80px 0;background:var(--white)}.price-table{width:100%;border-collapse:collapse;margin-bottom:16px}.price-table thead tr{background:var(--green-primary);color:#fff}.price-table thead th{padding:14px 18px;font-size:13px;font-weight:600;text-align:left;letter-spacing:.03em}.price-table thead th:nth-child(2),.price-table thead th:nth-child(3){text-align:center}.price-table tbody tr{border-bottom:1px solid #e8e8e8}.price-table tbody tr:hover{background:var(--cream)}.price-table tbody td{padding:18px 18px;font-size:14px;vertical-align:top}.price-table tbody td:nth-child(2){text-align:center;color:var(--text-mid);font-size:13px}.price-table tbody td:nth-child(3){text-align:center}.price-amount{font-size:20px;font-weight:700;color:var(--text-dark)}.price-sub{font-size:11px;color:var(--text-light);margin-top:4px;line-height:1.5}.price-rec{font-size:12px;color:var(--text-mid);line-height:1.7}.course-name{font-weight:600;font-size:14px;color:var(--text-dark);margin-bottom:4px}.course-tag{display:inline-block;background:var(--cream);color:var(--green-primary);font-size:10px;padding:2px 8px;border-radius:3px;margin-top:4px;border:1px solid var(--green-pale)}.price-notes{font-size:12px;color:var(--text-light);line-height:2}.features-section{padding:72px 0;background:var(--cream)}.features-section .features-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}.features-section .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:28px 16px;background:var(--white);border-radius:10px}.features-section .feature-icon{width:60px;height:60px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center}.features-section .feature-icon svg{width:30px;height:30px}.features-section .feature-item h3{font-size:13px;font-weight:600;color:var(--text-dark);line-height:1.5}.features-section .feature-item p{font-size:11px;color:var(--text-light);line-height:1.7}.info-section{padding:48px 0;background:var(--white)}.info-box{border:2px solid var(--green-pale);border-radius:10px;padding:36px 40px;background:var(--cream)}.info-box h3{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:20px;display:flex;align-items:center;gap:10px}.info-box h3::before{content:"";display:block;width:4px;height:20px;background:var(--green-primary);border-radius:2px}.info-list{list-style:none}.info-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-mid);padding:8px 0;line-height:1.7}.info-list li::before{content:"✓";color:var(--green-primary);font-weight:700;flex-shrink:0;margin-top:2px}.bottom-cta{background:var(--cream);padding:48px 0;border-top:1px solid #e8e8e8}.bottom-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-left h4{font-size:13px;color:var(--text-light);margin-bottom:6px}.cta-phone{font-size:28px;font-weight:700;color:var(--text-dark);letter-spacing:.03em;display:flex;align-items:center;gap:8px;white-space:nowrap}.cta-phone svg{width:20px;height:20px;color:var(--green-mid)}.cta-hours{font-size:12px;color:var(--text-light);margin-top:4px}@media(max-width: 767px){.about-treatment-inner{grid-template-columns:1fr}.treatment-photo{height:220px}.price-table tbody td{padding:12px 10px;font-size:12px}.price-table thead th{padding:10px 10px;font-size:11px}.course-name{font-size:12px}.price-amount{font-size:15px}.price-sub{font-size:10px}.price-rec{font-size:11px}.features-section .features-grid{grid-template-columns:repeat(6, 1fr);gap:12px}.features-section .feature-item{grid-column:span 2;padding:20px 12px}.features-section .feature-item:nth-child(4){grid-column:2/span 2}.features-section .feature-item:nth-child(5){grid-column:4/span 2}}.hero__overlay{position:absolute;top:50%;right:80px;transform:translateY(-50%);background:hsla(0,0%,100%,.85);border-radius:8px;padding:20px 28px;text-align:center;backdrop-filter:blur(4px)}.hero__overlay-name{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:700;color:var(--green-dark);letter-spacing:.08em;line-height:1.4}.hero__overlay-en{font-size:9px;color:var(--green-light);letter-spacing:.12em;text-transform:uppercase;margin-top:4px}.page-title-section{padding:64px 40px 48px;background:rgba(0,0,0,0)}.cat-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:56px}.cat-tab{display:flex;align-items:center;gap:7px;padding:10px 20px;border-radius:24px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #ddd;color:var(--text-mid);background:var(--white);transition:border-color .2s,color .2s,background .2s}.cat-tab svg{width:16px;height:16px;flex-shrink:0}.cat-tab:hover{border-color:var(--green-light);color:var(--green-primary)}.cat-tab.active{background:var(--green-primary);color:#fff;border-color:var(--green-primary)}.cat-tab.active svg{color:#fff}.faq-section{padding:0 0 80px;background:var(--white)}.faq-category{margin-bottom:56px}.faq-category-title{display:flex;align-items:center;gap:10px;font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:24px;padding-bottom:14px;border-bottom:2px solid var(--green-pale)}.faq-category-title svg{width:20px;height:20px;color:var(--green-primary);flex-shrink:0}.faq-category-title .title-line{width:24px;height:2px;background:var(--green-pale);margin-left:4px}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #eaeaea}.faq-item:first-child{border-top:1px solid #eaeaea}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;gap:20px;user-select:none}.faq-q-left{display:flex;align-items:flex-start;gap:14px}.faq-q-badge{width:28px;height:28px;border-radius:50%;background:var(--green-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:1px}.faq-q-text{font-size:15px;font-weight:500;color:var(--text-dark);line-height:1.6}.faq-toggle{width:28px;height:28px;border:1px solid var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0;transition:transform .25s,background .25s,border-color .25s}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--green-primary);color:#fff;border-color:var(--green-primary)}.faq-answer{display:none;padding:0 0 24px 42px}.faq-answer-inner{background:var(--cream);border-radius:8px;padding:20px 24px;font-size:14px;color:var(--text-mid);line-height:1.95}.faq-answer-inner .a-badge{display:inline-block;background:var(--green-light);color:#fff;font-size:11px;font-weight:700;padding:2px 10px;border-radius:3px;margin-bottom:10px;letter-spacing:.06em}.faq-item.open .faq-answer{display:block}.line-cta-section{background:var(--cream);padding:64px 0;position:relative;overflow:hidden}.line-cta-section::before{content:"";position:absolute;bottom:-20px;left:-40px;width:280px;height:280px;background:url("images/deco-leaf.webp") no-repeat center/contain;opacity:.18;pointer-events:none}.line-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:48px;position:relative;z-index:1}.line-cta-content{flex:1}.line-cta-label{font-size:12px;color:var(--text-mid);margin-bottom:12px;letter-spacing:.04em}.line-cta-heading{font-family:"Noto Serif JP",serif;font-size:26px;font-weight:700;color:var(--text-dark);margin-bottom:24px;line-height:1.4;letter-spacing:.03em}.line-cta-features{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:32px}.line-cta-feature{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-mid);font-weight:500}.line-cta-feature::before{content:"";display:block;width:18px;height:18px;background:url("images/icon-checkmark.webp") no-repeat center/contain;flex-shrink:0}.line-cta-visual{flex-shrink:0;width:220px;display:flex;align-items:center;justify-content:center}.line-cta-phone-mock{width:120px;height:200px;background:var(--green-dark);border-radius:20px;position:relative;box-shadow:0 12px 40px rgba(58,74,32,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.line-cta-phone-mock::before{content:"";position:absolute;top:8px;width:40px;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px}.line-cta-phone-mock .mock-line-icon{width:48px;height:48px;background:#06c755;border-radius:12px;display:flex;align-items:center;justify-content:center}.line-cta-phone-mock .mock-label{font-size:10px;color:hsla(0,0%,100%,.7);letter-spacing:.06em}.consult-section{padding:72px 0;background:var(--cream)}.consult-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.consult-photo{border-radius:8px;overflow:hidden;height:340px}.consult-text .sub-label{font-size:12px;color:var(--green-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;display:block}.consult-text h2{font-family:"Noto Serif JP",serif;font-size:24px;font-weight:600;color:var(--text-dark);margin-bottom:24px;line-height:1.6}.consult-text p{font-size:14px;color:var(--text-mid);line-height:2}.flow-section{padding:80px 0;background:var(--white)}.flow-section .section-title{margin-bottom:52px}.flow-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:16px;margin-bottom:24px}.flow-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.flow-item:not(:last-child)::after{content:"›";position:absolute;right:-12px;top:20px;color:var(--green-light);font-size:20px}.flow-num{width:36px;height:36px;border-radius:50%;background:var(--green-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:12px;flex-shrink:0}.flow-icon{width:64px;height:64px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.flow-icon svg{width:32px;height:32px}.flow-item h3{font-size:12px;font-weight:600;color:var(--text-dark);margin-bottom:6px;line-height:1.4}.flow-item p{font-size:10px;color:var(--text-light);line-height:1.6}.flow-note{text-align:center;font-size:12px;color:var(--text-light);margin-top:8px}.items-section{padding:72px 0;background:var(--cream)}.items-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.item-card{background:var(--white);border-radius:10px;padding:36px 36px}.item-card-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.item-icon-circle{width:48px;height:48px;border-radius:50%;background:var(--cream);border:1px solid var(--green-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon-circle svg{width:24px;height:24px}.item-card h3{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:var(--text-dark)}.item-list{list-style:none}.item-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-mid);padding:8px 0;border-bottom:1px solid #eee;line-height:1.6}.item-list li:last-child{border-bottom:none}.item-list li::before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--green-light);margin-top:8px;flex-shrink:0}.item-card .note{font-size:11px;color:var(--text-light);margin-top:14px}.faq-section{padding:80px 0;background:var(--white)}.faq-inner{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #e8e8e8}.faq-item:first-child{border-top:1px solid #e8e8e8}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;gap:16px}.faq-q-text{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:var(--text-dark)}.faq-q-badge{width:24px;height:24px;border-radius:50%;background:var(--green-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.faq-toggle{width:24px;height:24px;border:1px solid var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0;transition:transform .2s,background .2s,color .2s}.faq-answer{display:none;padding:0 0 20px 36px;font-size:13px;color:var(--text-mid);line-height:1.9}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--green-primary);color:#fff}.faq-contact{background:var(--cream);border-radius:10px;padding:32px 28px}.faq-contact p{font-size:13px;color:var(--text-mid);line-height:1.8;margin-bottom:20px}.faq-contact .phone-large{font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:6px;display:flex;align-items:center;gap:6px;white-space:nowrap}.faq-contact .hours{font-size:11px;color:var(--text-light);margin-bottom:20px}@media(max-width: 767px){.consult-inner{grid-template-columns:1fr;gap:28px}.consult-photo{height:220px}.flow-grid{grid-template-columns:repeat(3, 1fr);gap:20px 8px}.flow-item:not(:last-child)::after{display:none}.items-grid{grid-template-columns:1fr;gap:20px}.faq-inner{grid-template-columns:1fr;gap:28px}.faq-contact{display:flex;flex-direction:column;align-items:center;text-align:center}.faq-contact .phone-large{justify-content:center}.faq-contact .btn-primary{margin-bottom:12px}.faq-contact .btn-line{width:auto;min-width:200px}}.person-photo{width:100%;height:100%}.notice-box{background:#f0f4e8;border:1px solid var(--green-pale);border-radius:6px;padding:14px 20px;margin:0 0 36px;display:flex;align-items:flex-start;gap:10px}.notice-icon{width:20px;height:20px;border-radius:50%;background:var(--green-light);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:2px}.notice-box p{font-size:12px;color:var(--text-mid);line-height:1.7}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.filter-tab{padding:8px 18px;border-radius:24px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #ddd;color:var(--text-mid);background:var(--white);transition:border-color .2s,color .2s,background .2s}.filter-tab:hover{border-color:var(--green-light);color:var(--green-primary)}.filter-tab.active{background:var(--green-primary);color:#fff;border-color:var(--green-primary)}.voice-section{padding:0 0 80px;background:var(--white)}.voice-inner{padding-top:0}.cards-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:40px}.voice-card{border:1px solid #eaeaea;border-radius:10px;overflow:hidden;background:var(--white);transition:box-shadow .2s}.voice-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.09)}.voice-card-photo{width:100%;overflow:hidden;position:relative}.voice-card-tag{position:absolute;top:12px;left:12px;background:var(--green-primary);color:#fff;font-size:10px;font-weight:600;padding:3px 10px;border-radius:3px;letter-spacing:.04em}.voice-card-body{padding:20px 20px 24px}.voice-card-body h3{font-family:"Noto Serif JP",serif;font-size:16px;font-weight:600;color:var(--text-dark);line-height:1.5;margin-bottom:12px}.voice-card-body p{font-size:13px;color:var(--text-mid);line-height:1.9;margin-bottom:16px}.voice-card-meta{font-size:11px;color:var(--text-light);display:flex;align-items:center;gap:6px}.voice-card-meta::before{content:"";display:block;width:16px;height:1px;background:var(--green-pale)}.bottom-cta{background:var(--cream);padding:72px 0 0}.bottom-cta-title{text-align:center;margin-bottom:48px}.bottom-cta-title h2{font-family:"Noto Serif JP",serif;font-size:22px;font-weight:600;color:var(--text-dark);margin-bottom:6px;line-height:1.6}.bottom-cta-title p{font-size:13px;color:var(--text-mid)}.cta-icons-row{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:0}.cta-icon-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;background:var(--white);border-radius:10px;text-align:center}.cta-icon-circle{width:60px;height:60px;border-radius:50%;background:var(--cream);border:1px solid var(--green-pale);display:flex;align-items:center;justify-content:center}.cta-icon-circle svg{width:28px;height:28px}.cta-icon-item h4{font-size:13px;font-weight:600;color:var(--text-dark);line-height:1.5}.cta-icon-item p{font-size:11px;color:var(--text-light);line-height:1.7}.booking-bar{background:var(--green-primary);margin-top:40px;padding:28px 40px}.booking-bar-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.booking-phone-wrap{display:flex;align-items:center;gap:20px}.booking-divider{width:1px;height:48px;background:hsla(0,0%,100%,.3);flex-shrink:0}.booking-phone-info{color:#fff}.booking-phone-info .label{font-size:11px;opacity:.8;margin-bottom:4px}.booking-phone-num{font-size:26px;font-weight:700;letter-spacing:.03em;white-space:nowrap;display:flex;align-items:center;gap:8px}.booking-phone-num svg{width:18px;height:18px;opacity:.8}.booking-phone-info .hours{font-size:10px;opacity:.7;margin-top:2px}@media(max-width: 767px){.cards-grid{grid-template-columns:1fr;gap:16px}.cta-icons-row{grid-template-columns:1fr;gap:16px}.booking-bar{padding:28px 20px}.booking-bar-inner{flex-direction:column;align-items:stretch;gap:20px}.booking-bar .btn-web-reserve{width:100%;justify-content:center}.booking-phone-wrap{flex-direction:column;align-items:flex-start;gap:8px}.booking-divider{display:none}.booking-phone-num{font-size:22px}}.page-title-section{padding:64px 40px 48px;background:rgba(0,0,0,0)}.page-title-section .deco-icon{margin:0 auto 16px;display:flex;justify-content:center}.map-section{padding:0 0 72px}.map-inner{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.map-frame{width:100%;height:380px;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0}.map-frame iframe{width:100%;height:100%;border:0;display:block}.clinic-info-card{background:var(--white);border:1px solid #e8e8e8;border-radius:12px;padding:32px 28px}.clinic-info-heading{display:flex;align-items:center;gap:10px;font-family:"Noto Serif JP",serif;font-size:17px;font-weight:700;color:var(--green-dark);margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--green-pale)}.clinic-info-heading img{width:24px;height:24px}.clinic-info-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.clinic-info-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-mid);line-height:1.7}.clinic-info-list li .info-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px}.first-visit-box{background:var(--cream);border-radius:8px;padding:18px 20px}.first-visit-box h4{font-size:13px;font-weight:700;color:var(--green-dark);margin-bottom:10px;display:flex;align-items:center;gap:7px}.first-visit-box p{font-size:12px;color:var(--text-mid);line-height:1.9}.hours-section{padding:0 0 72px}.hours-inner{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}.hours-title{display:flex;align-items:center;gap:10px;font-family:"Noto Serif JP",serif;font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:28px}.hours-title img{width:24px;height:24px}.hours-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:16px}.hours-table th{background:var(--green-primary);color:#fff;padding:10px 14px;text-align:center;font-weight:600;font-size:12px}.hours-table th:first-child{text-align:left;width:120px}.hours-table td{padding:10px 14px;text-align:center;border-bottom:1px solid #eaeaea;color:var(--text-mid)}.hours-table td:first-child{text-align:left;font-weight:500;color:var(--text-dark)}.hours-table tr:nth-child(even) td{background:#f9f9f6}.hours-table .sun-holiday{color:#c0392b}.mark-open{color:var(--green-primary);font-weight:700}.mark-close{color:var(--text-light)}.mark-partial{color:#e67e22;font-weight:700}.hours-notes{font-size:12px;color:var(--text-mid);line-height:1.9}.hours-notes li{margin-bottom:4px;list-style:none;display:flex;align-items:flex-start;gap:6px}.hours-notes li::before{content:"※";color:var(--green-primary);flex-shrink:0}.booking-card{background:var(--white);border:1px solid #e8e8e8;border-radius:12px;padding:28px 24px}.booking-card h3{font-family:"Noto Serif JP",serif;font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:12px}.booking-card p{font-size:12px;color:var(--text-mid);line-height:1.9;margin-bottom:20px}.booking-tel-label{font-size:11px;color:var(--text-light);margin-bottom:6px}.booking-tel{font-size:22px;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:7px;letter-spacing:.02em}.booking-tel svg{width:18px;height:18px;color:var(--green-mid)}.booking-tel-hours{font-size:11px;color:var(--text-light);margin-top:4px}.parking-section{background:var(--cream);padding:72px 0}.parking-inner{display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:center}.parking-heading{display:flex;align-items:center;justify-content:center;gap:16px;font-family:"Noto Serif JP",serif;font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:20px}.parking-heading::before,.parking-heading::after{content:"—";color:var(--green-pale);font-size:16px}.parking-text{font-size:14px;color:var(--text-mid);line-height:2}.parking-photo{width:100%;height:240px;border-radius:12px;overflow:hidden}.parking-photo img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 767px){.page-title-section{padding:40px 20px 32px}.map-inner{grid-template-columns:1fr;gap:24px}.map-frame{height:240px}.hours-inner{grid-template-columns:1fr;gap:24px}.hours-inner>div:first-child{overflow-x:auto;-webkit-overflow-scrolling:touch}.parking-inner{grid-template-columns:1fr;gap:20px}.parking-photo{height:200px}}.legal-section{padding:72px 0 96px;background:var(--white)}.legal-content{max-width:800px;margin:0 auto;padding:0 40px}.legal-block{margin-bottom:48px}.legal-block h2{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:600;color:var(--green-dark);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--green-pale)}.legal-block p{font-size:14px;color:var(--text-mid);line-height:2;margin-bottom:12px}.legal-block ul{list-style:none;margin-bottom:12px}.legal-block ul li{font-size:14px;color:var(--text-mid);line-height:2;padding-left:20px;position:relative}.legal-block ul li::before{content:"・";position:absolute;left:0;color:var(--green-light)}.legal-updated{font-size:12px;color:var(--text-light);text-align:right;margin-bottom:40px}/*# sourceMappingURL=style.css.map */
