:root{--blue: #5bade1;--blue-dark: #3c90c6;--blue-light: #ebf5fb;--blue-bg: #f1f7fc;--blue-border: #d7e8f6;--blue-link: #106ab5;--cyan: #57c2e7;--text: #333333;--text-light: #666666;--text-muted: #999999;--white: #ffffff;--border: #e8edf2;--footer-bg: #2d3748}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Zen Maru Gothic,Noto Sans JP,sans-serif;color:var(--text);background:var(--white);line-height:1.8;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.v5-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.v5-reveal.is-visible{opacity:1;transform:translateY(0)}.v5-header{position:relative;background:var(--white)}.v5-header-top{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.v5-logo a{display:flex;align-items:center;gap:10px}.v5-logo img{height:40px;width:auto}.v5-logo-text{display:flex;flex-direction:column}.v5-logo-name{font-weight:700;font-size:1.15rem;letter-spacing:.04em;color:var(--text)}.v5-logo-sub{font-size:.65rem;color:var(--text-muted);letter-spacing:.08em}.v5-header-right{display:flex;align-items:center;gap:16px}.v5-header-tel{font-size:1.2rem;font-weight:700;color:var(--text);letter-spacing:.02em}.v5-btn-reserve{display:inline-flex;align-items:center;gap:6px;background:var(--blue);color:var(--white);font-size:.85rem;font-weight:700;padding:10px 24px;border-radius:6px;transition:background .2s}.v5-btn-reserve:hover{background:var(--blue-dark)}.v5-header-sub{display:flex;gap:20px;justify-content:flex-end;padding:0 24px;max-width:1100px;margin:0 auto}.v5-header-sub a{font-size:.75rem;color:var(--text-light);padding:4px 0;transition:color .2s}.v5-header-sub a:hover{color:var(--blue)}.v5-gnav{background:var(--white);border-bottom:1px solid var(--border)}.v5-gnav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center}.v5-gnav a{display:block;padding:14px 32px;color:var(--text);font-size:.88rem;font-weight:500;letter-spacing:.04em;transition:color .2s;position:relative}.v5-gnav a:hover{color:var(--blue)}.v5-gnav a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:var(--blue);transform:translate(-50%);transition:width .3s}.v5-gnav a:hover:after{width:60%}.v5-sp-header{display:none;position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);box-shadow:0 1px 8px #0000000f;padding:10px 16px;align-items:center;justify-content:space-between}.v5-sp-header .v5-logo-name{font-size:.95rem}.v5-sp-hamburger{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:5px}.v5-sp-hamburger span{display:block;width:22px;height:2px;background:var(--text);transition:.3s}.v5-sp-menu{position:fixed;inset:0;z-index:200;background:var(--white);display:none;flex-direction:column;overflow-y:auto;padding:60px 24px 24px}.v5-sp-menu.is-open{display:flex}.v5-sp-menu-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.8rem;color:var(--text-light);cursor:pointer}.v5-sp-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--border);font-size:.95rem;font-weight:500;color:var(--text)}.v5-sp-menu-cta{margin-top:24px;display:flex;flex-direction:column;gap:10px}.v5-sp-menu-cta .v5-btn-reserve{justify-content:center;padding:14px;border-radius:8px;font-size:1rem}.v5-sp-menu-cta .v5-btn-tel{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-weight:700;color:var(--text)}@media(max-width:768px){.v5-header,.v5-gnav{display:none}.v5-sp-header{display:flex}}.v5-hero{position:relative;padding:20px 24px;max-width:1200px;margin:0 auto}.v5-hero-image-area{position:relative;overflow:hidden;border-radius:24px;height:500px}.v5-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease}.v5-hero-slide.is-active{opacity:1;animation:v5-kenburns 8s ease forwards}@keyframes v5-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.v5-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000000d,#0000002e);border-radius:24px}.v5-hero-text-area{position:absolute;top:0;left:0;bottom:0;z-index:3;display:flex;align-items:center;padding-left:48px}.v5-hero-lead-wrap{writing-mode:vertical-rl;text-orientation:mixed;display:flex;gap:16px}.v5-hero-lead{display:none;font-size:1.7rem;font-weight:700;color:var(--white);line-height:2;letter-spacing:.14em;text-shadow:0 2px 12px rgba(0,0,0,.3)}.v5-hero-lead.is-active{display:block}@media(max-width:768px){.v5-hero{padding:12px;margin-top:52px}.v5-hero-image-area{height:320px;border-radius:16px}.v5-hero-text-area{padding-left:20px}.v5-hero-lead-wrap{writing-mode:horizontal-tb;text-orientation:initial;gap:0}.v5-hero-text-area{inset:auto auto 0 0;align-items:flex-end;padding:16px 20px}.v5-hero-lead{font-size:1.2rem;line-height:1.6;letter-spacing:.04em;white-space:pre-line}}.v5-news{padding:48px 24px}.v5-news-inner{max-width:1000px;margin:0 auto;display:flex;align-items:flex-start;gap:40px}.v5-news-title-area{flex-shrink:0}.v5-news-title-area h2{font-size:1.3rem;font-weight:700;margin-bottom:8px;color:var(--text)}.v5-news-more{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:var(--blue);border:1px solid var(--blue);border-radius:4px;padding:4px 14px;transition:.2s}.v5-news-more:hover{background:var(--blue);color:var(--white)}.v5-news-list{flex:1}.v5-news-item{display:flex;align-items:baseline;gap:16px;padding:10px 0;border-bottom:1px solid var(--border)}.v5-news-date{font-size:.8rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.v5-news-text{font-size:.9rem;color:var(--text)}.v5-news-text a{transition:color .2s}.v5-news-text a:hover{color:var(--blue)}@media(max-width:768px){.v5-news-inner{flex-direction:column;gap:16px}.v5-news-title-area{display:flex;align-items:center;justify-content:space-between;width:100%}}.v5-section{padding:64px 24px}.v5-section.is-blue{background:var(--blue-bg)}.v5-section-inner{max-width:1000px;margin:0 auto}.v5-section-title{text-align:center;margin-bottom:48px}.v5-section-title h2{font-size:1.5rem;font-weight:700;color:var(--text);display:inline-block;position:relative;padding-bottom:16px}.v5-section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:3px;background:var(--blue);border-radius:2px}@media(max-width:768px){.v5-section{padding:48px 16px}.v5-section-title{margin-bottom:32px}.v5-section-title h2{font-size:1.3rem}}.v5-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:800px;margin:0 auto}.v5-service-item{text-align:center;transition:transform .3s}.v5-service-item:hover{transform:translateY(-4px)}.v5-service-item a{display:block}.v5-service-icon{width:100px;height:100px;border-radius:50%;background:var(--blue-light);border:2px solid var(--blue-border);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;transition:.3s}.v5-service-item:hover .v5-service-icon{background:var(--blue);border-color:var(--blue)}.v5-service-icon svg{width:40px;height:40px;stroke:var(--blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.v5-service-item:hover .v5-service-icon svg{stroke:var(--white)}.v5-service-name{font-size:.95rem;font-weight:700;color:var(--text)}@media(max-width:640px){.v5-services-grid{grid-template-columns:repeat(3,1fr);gap:20px}.v5-service-icon{width:76px;height:76px}.v5-service-icon svg{width:30px;height:30px}.v5-service-name{font-size:.8rem}}.v5-feature{display:flex;gap:48px;align-items:center}.v5-feature-image{flex:0 0 45%;border-radius:12px;overflow:hidden}.v5-feature-image img{width:100%;height:360px;object-fit:cover}.v5-feature-body{flex:1}.v5-feature-body h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:16px;line-height:1.5}.v5-feature-body>p{font-size:.95rem;color:var(--text-light);margin-bottom:28px;line-height:1.9}.v5-feature-points{display:flex;gap:20px}.v5-feature-point{text-align:center;flex:1}.v5-feature-point-icon{width:64px;height:64px;border-radius:50%;background:var(--blue-light);border:2px solid var(--blue-border);display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.v5-feature-point-icon svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.5}.v5-feature-point p{font-size:.8rem;font-weight:700;color:var(--text)}.v5-feature-btns{margin-top:28px;display:flex;flex-direction:column;gap:10px}.v5-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 28px;border:1px solid var(--blue);color:var(--blue);border-radius:6px;font-size:.88rem;font-weight:500;transition:.2s;max-width:320px}.v5-btn-outline:hover{background:var(--blue);color:var(--white)}@media(max-width:768px){.v5-feature{flex-direction:column;gap:24px}.v5-feature-image{flex:none;width:100%}.v5-feature-image img{height:220px}.v5-feature-body h2{font-size:1.25rem}.v5-feature-points{gap:12px}.v5-feature-point-icon{width:52px;height:52px}}.v5-message{position:relative;overflow:hidden}.v5-message-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:48px;padding:64px 24px}.v5-message-text{flex:1}.v5-message-bubble{display:inline-block;background:var(--white);border-radius:20px;padding:10px 20px;font-size:.95rem;color:var(--text);margin-bottom:12px;box-shadow:0 2px 8px #0000000f;position:relative}.v5-message-bubble:after{content:"";position:absolute;bottom:-8px;left:30px;width:16px;height:16px;background:var(--white);transform:rotate(45deg);box-shadow:2px 2px 4px #0000000a}.v5-message-label{font-size:.7rem;color:var(--blue);letter-spacing:.15em;margin-bottom:4px;font-weight:500}.v5-message-text h2{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:var(--text)}.v5-message-text p{font-size:.92rem;color:var(--text-light);line-height:2}.v5-message-photo{flex:0 0 280px}.v5-message-photo img{width:280px;height:360px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #5bade126}.v5-message-btn{margin-top:24px}@media(max-width:768px){.v5-message-inner{flex-direction:column-reverse;gap:24px;padding:48px 16px}.v5-message-photo{flex:none}.v5-message-photo img{width:200px;height:260px;margin:0 auto}.v5-message-text{text-align:center}.v5-message-text h2{font-size:1.25rem}}.v5-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.v5-blog-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:.3s}.v5-blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #5bade11f}.v5-blog-card-image{height:140px;overflow:hidden}.v5-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.v5-blog-card:hover .v5-blog-card-image img{transform:scale(1.05)}.v5-blog-card-body{padding:14px}.v5-blog-card-cat{display:inline-block;font-size:.68rem;padding:2px 10px;border-radius:3px;background:var(--blue-light);color:var(--blue);margin-bottom:8px;font-weight:500}.v5-blog-card-title{font-size:.85rem;font-weight:700;color:var(--text);line-height:1.5}.v5-blog-more{text-align:center;margin-top:32px}@media(max-width:768px){.v5-blog-grid{grid-template-columns:repeat(2,1fr);gap:16px}.v5-blog-card-image{height:110px}}.v5-info{display:flex;gap:48px}.v5-info-left,.v5-info-right{flex:1}.v5-info-logo{margin-bottom:16px}.v5-info-logo-name{font-size:1.15rem;font-weight:700;color:var(--text)}.v5-info-logo-sub{font-size:.65rem;color:var(--text-muted);letter-spacing:.08em}.v5-info-address{font-size:.88rem;color:var(--text-light);margin-bottom:8px;line-height:1.7}.v5-info-tel{font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:4px}.v5-info-tel-note{font-size:.75rem;color:var(--text-muted);margin-bottom:20px}.v5-schedule{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:20px}.v5-schedule th,.v5-schedule td{padding:10px 8px;text-align:center;border-bottom:1px solid var(--blue-border)}.v5-schedule thead th{background:var(--blue-light);font-weight:700;color:var(--text);font-size:.8rem}.v5-schedule thead th:first-child{text-align:left;padding-left:12px}.v5-schedule thead th.is-holiday{color:#d44}.v5-schedule tbody th{text-align:left;padding-left:12px;font-weight:500;font-size:.8rem;color:var(--text-light);white-space:nowrap}.v5-schedule .is-on{color:var(--blue);font-weight:700}.v5-schedule .is-off{color:#ccc}.v5-info-reserve-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--blue);color:var(--white);border-radius:8px;font-size:.95rem;font-weight:700;transition:background .2s;margin-bottom:16px}.v5-info-reserve-btn:hover{background:var(--blue-dark)}.v5-info-notes{font-size:.78rem;color:var(--text-light);line-height:1.8}.v5-info-notes b{color:var(--text)}.v5-info-map{width:100%;height:300px;border-radius:10px;overflow:hidden;background:var(--blue-light);margin-bottom:12px}.v5-info-map iframe{width:100%;height:100%;border:none}@media(max-width:768px){.v5-info{flex-direction:column;gap:32px}}.v5-footer{background:var(--footer-bg);color:#ffffffb3;padding:48px 24px}.v5-footer-inner{max-width:1000px;margin:0 auto}.v5-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:32px}.v5-footer-nav-title{font-size:.85rem;font-weight:700;color:var(--white);margin-bottom:12px}.v5-footer-nav a{display:block;font-size:.78rem;padding:3px 0;transition:color .2s}.v5-footer-nav a:hover{color:var(--white)}.v5-footer-copy{text-align:center;font-size:.7rem;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#fff6}@media(max-width:768px){.v5-footer-nav{grid-template-columns:1fr;gap:24px}}.v5-mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--white);box-shadow:0 -2px 12px #00000014}.v5-mobile-bar-inner{display:flex}.v5-mobile-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;font-size:.85rem;font-weight:700}.v5-mobile-bar .v5-bar-tel{color:var(--text);background:var(--white);border-top:2px solid var(--blue)}.v5-mobile-bar .v5-bar-reserve{color:var(--white);background:var(--blue)}@media(max-width:768px){.v5-mobile-bar{display:block}body{padding-bottom:56px}}.v5-chatbot-trigger{position:fixed;bottom:24px;right:24px;z-index:80;background:var(--blue);color:var(--white);border:none;border-radius:28px;padding:12px 24px;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #5bade159;display:flex;align-items:center;gap:8px;transition:.3s;font-family:inherit}.v5-chatbot-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 28px #5bade173}.v5-chatbot-panel{position:fixed;bottom:80px;right:24px;z-index:81;width:360px;max-height:520px;background:var(--white);border-radius:16px;box-shadow:0 12px 48px #00000026;display:none;flex-direction:column;overflow:hidden}.v5-chatbot-panel.is-open{display:flex}.v5-chatbot-header{background:var(--blue);color:var(--white);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.v5-chatbot-header-title{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:8px}.v5-chatbot-header-title .dot{width:8px;height:8px;border-radius:50%;background:#4ade80}.v5-chatbot-close{background:none;border:none;color:var(--white);font-size:1.3rem;cursor:pointer;line-height:1}.v5-chatbot-body{flex:1;padding:20px;overflow-y:auto;background:#f8fbfd}.v5-chatbot-msg{display:flex;gap:10px;margin-bottom:16px}.v5-chatbot-avatar{width:32px;height:32px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.v5-chatbot-avatar svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:1.5}.v5-chatbot-bubble{background:var(--white);border-radius:12px;padding:12px 16px;font-size:.85rem;line-height:1.7;box-shadow:0 1px 4px #0000000f;color:var(--text)}.v5-chatbot-suggestions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.v5-chatbot-suggestions button{background:var(--white);border:1px solid var(--blue-border);border-radius:8px;padding:10px 16px;font-size:.82rem;color:var(--blue-link);cursor:pointer;text-align:left;transition:.2s;font-family:inherit}.v5-chatbot-suggestions button:hover{background:var(--blue-light);border-color:var(--blue)}.v5-chatbot-input{display:flex;border-top:1px solid var(--border);padding:12px}.v5-chatbot-input input{flex:1;border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-size:.85rem;outline:none;font-family:inherit}.v5-chatbot-input input:focus{border-color:var(--blue)}.v5-chatbot-input button{background:var(--blue);border:none;color:var(--white);border-radius:8px;padding:10px 16px;margin-left:8px;cursor:pointer;font-family:inherit;font-weight:700;font-size:.82rem}@media(max-width:768px){.v5-chatbot-trigger{bottom:68px;right:12px;padding:10px 18px;font-size:.82rem}.v5-chatbot-panel{right:8px;left:8px;bottom:68px;width:auto;max-height:70vh}}.v5-wave{position:relative;height:60px;overflow:hidden;margin-top:-1px}.v5-wave svg{position:absolute;bottom:0;width:100%;height:100%}.v5-wave.is-to-blue svg{fill:var(--blue-bg)}.v5-wave.is-to-white svg{fill:var(--white)}.v5-skip-nav{position:absolute;top:-100%;left:16px;background:var(--blue);color:var(--white);padding:8px 20px;border-radius:0 0 8px 8px;font-size:.85rem;font-weight:700;z-index:999;transition:top .2s}.v5-skip-nav:focus{top:0}.v5-a11y-bar{display:flex;align-items:center;gap:4px;margin-left:12px}.v5-a11y-bar span{font-size:.7rem;color:var(--text-muted);margin-right:2px}.v5-fontsize-btn{background:none;border:1px solid var(--border);border-radius:4px;cursor:pointer;color:var(--text);font-family:inherit;line-height:1;transition:.2s;display:flex;align-items:center;justify-content:center}.v5-fontsize-btn:hover,.v5-fontsize-btn.is-active{background:var(--blue);color:var(--white);border-color:var(--blue)}.v5-fontsize-btn[data-size=small]{width:26px;height:26px;font-size:.7rem}.v5-fontsize-btn[data-size=medium]{width:28px;height:28px;font-size:.8rem}.v5-fontsize-btn[data-size=large]{width:30px;height:30px;font-size:.9rem}html.v5-fs-small{font-size:14px}html.v5-fs-medium{font-size:16px}html.v5-fs-large{font-size:18px}.v5-seasonal{background:var(--blue-light);border:1px solid var(--blue-border);border-radius:10px;padding:14px 20px;display:flex;align-items:center;gap:14px;max-width:1000px;margin:0 auto}.v5-seasonal-icon{font-size:1.6rem;flex-shrink:0;line-height:1}.v5-seasonal-body{flex:1}.v5-seasonal-title{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:2px}.v5-seasonal-text{font-size:.8rem;color:var(--text-light);line-height:1.6}.v5-seasonal-link{font-size:.78rem;color:var(--blue-link);font-weight:500;white-space:nowrap;flex-shrink:0}.v5-seasonal-link:hover{text-decoration:underline}@media(max-width:768px){.v5-seasonal{margin:0 12px}}.v5-symptoms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:800px;margin:0 auto}.v5-symptom-card{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:14px 16px;transition:.2s;cursor:pointer}.v5-symptom-card:hover{border-color:var(--blue);background:var(--blue-light);transform:translateY(-2px);box-shadow:0 4px 12px #5bade11a}.v5-symptom-icon{width:36px;height:36px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s}.v5-symptom-card:hover .v5-symptom-icon{background:var(--blue)}.v5-symptom-icon svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}.v5-symptom-card:hover .v5-symptom-icon svg{stroke:var(--white)}.v5-symptom-text{font-size:.85rem;font-weight:500;color:var(--text);line-height:1.4}.v5-symptom-dept{font-size:.68rem;color:var(--blue);margin-top:2px}.v5-symptoms-note{text-align:center;margin-top:20px;font-size:.85rem;color:var(--text-light)}.v5-symptoms-note strong{color:var(--text)}@media(max-width:768px){.v5-symptoms-grid{grid-template-columns:repeat(2,1fr);gap:10px}.v5-symptom-card{padding:12px}.v5-symptom-text{font-size:.8rem}}.v5-visit-guide{display:flex;gap:16px;justify-content:center;margin-top:24px}.v5-visit-card{display:flex;align-items:center;gap:12px;background:var(--white);border:2px solid var(--border);border-radius:12px;padding:16px 28px;transition:.2s;min-width:220px}.v5-visit-card:hover{border-color:var(--blue);box-shadow:0 4px 16px #5bade11f}.v5-visit-card-icon{width:44px;height:44px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.v5-visit-card-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:2}.v5-visit-card-label{font-size:.95rem;font-weight:700;color:var(--text)}.v5-visit-card-sub{font-size:.72rem;color:var(--text-muted)}@media(max-width:768px){.v5-visit-guide{flex-direction:column;align-items:center}}
