*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas{display:block;max-width:100%}svg{display:inline-block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}body{font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#191c1d;background-color:#f8fafb}.l-topbar{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:#1e293b}.l-topbar__inner{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%;max-width:80rem;margin-inline:auto;padding:1rem 1.5rem}.l-topbar__burger{order:1}.l-topbar__logo{order:2}.l-topbar__actions{order:3}.l-topbar__nav{order:4}@media(min-width: 768px){.l-topbar__logo{order:1}.l-topbar__nav{order:2}.l-topbar__actions{order:3}}.l-topbar__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer}@media(min-width: 768px){.l-topbar__burger{display:none}}.l-topbar__burger-line{display:block;width:100%;height:2px;background-color:#fff;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.l-topbar__burger[aria-expanded=true] .l-topbar__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.l-topbar__burger[aria-expanded=true] .l-topbar__burger-line:nth-child(2){opacity:0}.l-topbar__burger[aria-expanded=true] .l-topbar__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.l-topbar__logo{flex:1;text-align:center}.l-topbar__logo img{display:inline-block}@media(min-width: 768px){.l-topbar__logo{flex:none;text-align:left}}.l-topbar__nav{display:none;width:100%;flex-direction:column;padding:.5rem 0}.l-topbar__nav.is-open{display:flex}@media(min-width: 768px){.l-topbar__nav{display:flex;width:auto;flex:1;flex-direction:row;justify-content:center;gap:2rem;padding:0}}.l-topbar__link{display:block;padding:.75rem 0;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:600;color:#cbd5e1;transition:color .2s ease}.l-topbar__link:hover{color:#fff}@media(min-width: 768px){.l-topbar__link{display:inline;padding:0}}.l-topbar__link.is-current{color:#fff}@media(min-width: 768px){.l-topbar__link.is-current{padding-bottom:.25rem;border-bottom:2px solid #fff}}.l-topbar__fav-btn.c-button{display:none}@media(min-width: 768px){.l-topbar__fav-btn.c-button{display:inline-flex}}.l-topbar__fav-link{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem}.l-topbar__fav-link>.c-icon{font-size:.875rem}@media(min-width: 768px){.l-topbar__fav-link{display:none}}.l-topbar__fav-count{margin-left:.25rem;font-weight:700;color:inherit}.l-topbar__actions{display:flex;align-items:center;gap:1rem}.l-topbar.is-search-open .l-topbar__actions{display:none}.l-topbar__search{display:none;position:absolute;inset:0;align-items:center;padding:0 1.5rem;background-color:#1e293b}.l-topbar.is-search-open .l-topbar__search{display:flex}.l-topbar__search-form{display:flex;align-items:center;gap:.75rem;width:100%}.l-topbar__search-icon{color:#94a3b8;font-size:1.25rem;flex-shrink:0}.l-topbar__search-input{flex:1;padding:.5rem 0;font-family:"Noto Sans JP",sans-serif;font-size:1rem;color:#fff;background:rgba(0,0,0,0);border:none;outline:none}.l-topbar__search-input::placeholder{color:#64748b}.l-topbar__search-close{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;color:#94a3b8;font-size:1.25rem;background:none;border:none;cursor:pointer;transition:color .2s ease}.l-topbar__search-close:hover{color:#fff}.l-topbar.is-search-open .l-topbar__burger,.l-topbar.is-search-open .l-topbar__logo,.l-topbar.is-search-open .l-topbar__nav{display:none}.l-main{max-width:80rem;margin-inline:auto;padding:6rem 1.5rem 5rem}.l-area-cta{margin-bottom:5rem;padding:6rem 1.5rem;background-color:#f2f4f5;text-align:center}.l-area-cta__inner{max-width:56rem;margin-inline:auto}.l-area-cta__title{margin-bottom:3rem;font-family:"Noto Sans JP",sans-serif;font-size:2rem;font-weight:700;color:#1e3041}.l-area-cta__title>.c-icon{width:1.2em;height:1.2em;vertical-align:-0.15em;margin-right:.15em}.l-area-cta__grid{display:grid;grid-template-columns:1fr;gap:.25rem}@media(min-width: 768px){.l-area-cta__grid{grid-template-columns:repeat(3, 1fr)}}.l-area-cta__item{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#191c1d;background-color:#fff;transition:background-color .3s ease,color .3s ease}.l-area-cta__item:hover{color:#fff;background-color:#1e3041}.l-area-cta__more{display:flex;align-items:center;justify-content:center;gap:.25rem;width:fit-content;margin:1.5rem auto 0;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:600;color:#1e3041;transition:color .2s ease,gap .2s ease}.l-area-cta__more:hover{color:#344659;gap:.5rem}.l-area-cta__more-icon{font-size:1rem}.l-footer{width:100%;padding:3rem 1.5rem;background-color:#0f172a;border-top:1px solid #1e293b}.l-footer__inner{max-width:80rem;margin-inline:auto}.l-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.l-footer__grid{grid-template-columns:1fr 1fr}}.l-footer__brand-tagline{max-width:24rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#64748b}.l-footer__copy{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#cbd5e1}.l-back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:40;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:#fff;background-color:#1e3041;border:none;border-radius:.125rem;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .2s ease}.l-back-to-top.is-visible{opacity:1;visibility:visible}.l-back-to-top:hover{transform:translateY(-2px);background-color:#344659}.l-back-to-top>.c-icon{font-size:1.5rem}.l-footer__aside{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}@media(min-width: 768px){.l-footer__aside{align-items:flex-end}}.l-footer__nav{display:flex;flex-wrap:wrap;gap:.75rem 2rem}@media(min-width: 768px){.l-footer__nav{justify-content:flex-end}}.l-footer__link{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;transition:color .2s ease}.l-footer__link:hover{color:#cbd5e1}.c-icon{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:middle;fill:currentColor}.c-icon--sm{font-size:.875rem}.c-icon--lg{font-size:1.5rem}.c-breadcrumb{margin-bottom:2rem;padding-top:1.5rem}.c-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:#73787b}.c-breadcrumb__item{display:flex;align-items:center}.c-breadcrumb__item:not(:last-child)::after{content:">";margin-left:.5rem;color:#c3c7ca}.c-breadcrumb__item[aria-current=page]{color:#191c1d;font-weight:500}.c-breadcrumb__link{color:#73787b;transition:color .2s ease}.c-breadcrumb__link:hover{color:#1e3041}.c-area-tile{display:block;padding:2rem;color:#191c1d;background-color:#eceeef;border-radius:.125rem;transition:background-color .2s ease,transform .2s ease}.c-area-tile:hover{background-color:#e6e8e9;transform:translateY(-2px)}.c-area-tile__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1rem}.c-area-tile__name{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;color:#1e3041}.c-area-tile__count{font-family:"Noto Sans JP",sans-serif;font-size:10px;font-weight:600;letter-spacing:.1em;color:#73787b}.c-area-tile__desc{font-size:.875rem;line-height:1.6;color:#48626e}.c-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Noto Sans JP",sans-serif;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.c-button:disabled{opacity:.4;cursor:not-allowed}.c-button--on-chrome{padding:.5rem 1.5rem;font-size:.75rem;color:#0f172a;background-color:#fff;border-radius:.125rem}.c-button--on-chrome:hover{transform:translateY(-1px)}.c-button--primary{padding:.75rem 1rem;font-size:.875rem;color:#fff;background-color:#1e3041;border-radius:.125rem}.c-button--primary:hover{background-color:#344659}.c-button--primary-container{padding:.5rem 1rem;font-size:10px;color:#a1b4ca;background-color:#344659}.c-button--primary-container:hover{color:#fff;background-color:#1e3041}.c-button--on-primary-container{width:100%;padding:.5rem 0;font-size:10px;color:#1e3041;background-color:#fff}.c-button--on-primary-container:hover{background-color:#f8fafb}.c-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;font-size:1.5rem;color:inherit;background-color:rgba(0,0,0,0);border-radius:.75rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.c-icon-btn--on-chrome{color:#fff}.c-icon-btn--on-chrome:hover{background-color:#334155}.c-icon-btn--glass{font-size:.875rem;color:#fff;background-color:hsla(0,0%,100%,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.c-icon-btn--glass:hover{background-color:hsla(0,0%,100%,.4)}.c-badge{display:inline-block;padding:.25rem .75rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.1em;color:#fff;background-color:rgba(30,48,65,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.c-badge--tertiary{background-color:#314853}.c-chip{display:inline-block;padding:.125rem .5rem;font-family:"Noto Sans JP",sans-serif;font-size:9px;font-weight:700;line-height:1.6;text-transform:uppercase;letter-spacing:-0.05em;color:#73787b;border:1px solid rgba(195,199,202,.3);border-radius:.75rem}.c-chip--filled{color:#1e3041;background-color:#eceeef;border-color:rgba(0,0,0,0)}.c-clinic-card{position:relative;overflow:hidden;background-color:#fff;border:1px solid rgba(195,199,202,.1);border-radius:.125rem;transition:box-shadow .3s ease}.c-clinic-card:hover{box-shadow:0 8px 32px rgba(30,48,65,.08)}.c-clinic-card__media{position:relative;height:16rem;overflow:hidden}.c-clinic-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.c-clinic-card:hover .c-clinic-card__image{transform:scale(1.05)}.c-clinic-card__badge-slot{position:absolute;top:1rem;left:1rem;display:flex;flex-wrap:wrap;gap:.5rem;max-width:calc(100% - 4rem)}.c-clinic-card__fav-slot{position:absolute;top:1rem;right:1rem;z-index:2}.c-clinic-card__body{padding:1.5rem}.c-clinic-card__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.c-clinic-card__title{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;color:#1e3041;transition:color .3s ease}.c-clinic-card:hover .c-clinic-card__title{color:#344659}.c-clinic-card__link{color:inherit;text-decoration:none}.c-clinic-card__link::before{content:"";position:absolute;inset:0;z-index:1}.c-clinic-card__link:focus-visible{outline:none}.c-clinic-card__link:focus-visible::before{outline:2px solid #1e3041;outline-offset:-4px}.c-clinic-card__rating{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.c-clinic-card__rating-star{font-size:.875rem;color:#48626e}.c-clinic-card__rating-value{font-size:.875rem;font-weight:700;color:#1e3041}.c-clinic-card__location{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;color:#48626e}.c-clinic-card__location-icon{font-size:.875rem}.c-clinic-card__catch{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.c-clinic-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.c-clinic-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(195,199,202,.1)}.c-clinic-card__price-label{display:block;margin-bottom:.125rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.c-clinic-card__price{font-family:"Noto Sans JP",sans-serif;font-weight:700;color:#1e3041}.c-clinic-card__price-suffix{font-size:.75rem;font-weight:400}.c-compact-card{display:block;flex-shrink:0;width:10rem;overflow:hidden;color:#191c1d;background-color:#fff;border-radius:.125rem;transition:box-shadow .3s ease}.c-compact-card:hover{box-shadow:0 8px 32px rgba(30,48,65,.08)}.c-compact-card__media{aspect-ratio:3/2;overflow:hidden}.c-compact-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.c-compact-card:hover .c-compact-card__image{transform:scale(1.05)}.c-compact-card__body{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.c-compact-card__name{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;line-height:1.3;color:#1e3041}.c-compact-card__area{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;color:#73787b}.c-store-list-card{position:relative;display:flex;flex-direction:column;overflow:hidden;background-color:#fff;border-radius:.125rem;transition:box-shadow .3s ease}@media(min-width: 768px){.c-store-list-card{flex-direction:row}}.c-store-list-card:hover{box-shadow:0 8px 32px rgba(30,48,65,.08)}.c-store-list-card__media{position:relative;flex-shrink:0;aspect-ratio:16/9;overflow:hidden}@media(min-width: 768px){.c-store-list-card__media{width:18rem;aspect-ratio:3/2;align-self:flex-start}}.c-store-list-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.c-store-list-card:hover .c-store-list-card__image{transform:scale(1.05)}.c-store-list-card__badge-stack{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.25rem;max-width:calc(100% - 1.5rem)}.c-store-list-card__badge{display:inline-block;padding:.125rem .625rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;color:#fff;background-color:rgba(30,48,65,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.c-store-list-card__rank{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.125rem;min-width:2rem;height:2rem;padding:0 .5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;line-height:1;color:#fff;background-color:#73787b;border-radius:.75rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.c-store-list-card__rank--gold{background-color:gold;color:#5a4a00}.c-store-list-card__rank--silver{background-color:silver;color:#3a3a3a}.c-store-list-card__rank--bronze{background-color:#cd7f32;color:#fff}.c-store-list-card__rank-icon{font-size:.875rem}.c-store-list-card__body{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem}.c-store-list-card__head{display:flex;align-items:center;gap:.5rem}.c-store-list-card__title{flex:1;min-width:0;font-family:"Noto Sans JP",sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;color:#1e3041}.c-store-list-card__link{color:inherit;transition:color .2s ease}.c-store-list-card__link::before{content:"";position:absolute;inset:0;z-index:1}.c-store-list-card__link:hover{color:#344659}.c-store-list-card__rating{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.c-store-list-card__rating-star{font-size:1.25rem;color:#48626e}.c-store-list-card__rating-value{font-size:1.25rem;font-weight:700;color:#1e3041}.c-store-list-card__rating-count{font-size:.875rem;color:#73787b}.c-store-list-card__location{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#48626e}.c-store-list-card__location-icon{font-size:.875rem}.c-store-list-card__desc{font-size:.875rem;line-height:1.6;color:#191c1d}.c-store-list-card__meta{display:flex;flex-wrap:wrap;gap:.375rem}.c-store-list-card__tags{display:flex;flex-wrap:wrap;gap:.375rem}.c-store-list-card__footer{margin-top:auto;padding-top:.5rem;display:flex;align-items:baseline;justify-content:space-between}.c-store-list-card__price-label{display:block;margin-bottom:.125rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.c-store-list-card__price{font-family:"Noto Sans JP",sans-serif;font-weight:700;color:#1e3041}.c-store-list-card__price-suffix{font-size:.75rem;font-weight:400}.c-store-list-card__fav{position:absolute;top:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:.875rem;color:#fff;background-color:hsla(0,0%,100%,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.c-store-list-card__fav:hover{background-color:hsla(0,0%,100%,.4)}@media(min-width: 768px){.c-store-list-card__fav{color:#73787b;background-color:#eceeef;backdrop-filter:none;-webkit-backdrop-filter:none}.c-store-list-card__fav:hover{background-color:#e6e8e9}}.c-filter-bar{display:grid;grid-template-columns:1fr;gap:.25rem;padding:.25rem;background-color:#fff;border:1px solid rgba(195,199,202,.15);border-radius:.25rem}@media(min-width: 768px){.c-filter-bar{grid-template-columns:repeat(4, 1fr)}}.c-filter-bar__field{display:flex;align-items:center;padding:.75rem 1rem}@media(min-width: 768px){.c-filter-bar__field{border-right:1px solid rgba(195,199,202,.1)}}.c-filter-bar__field-icon{margin-right:.75rem;color:#73787b;font-size:1.25rem}.c-filter-bar__field-body{flex:1}.c-filter-bar__label{display:block;margin-bottom:.125rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.c-filter-bar__select{width:100%;padding:0;font-size:.875rem;font-weight:500;color:#1e3041;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.c-filter-bar__select:focus{outline:none;box-shadow:none}.c-filter-bar .c-button--primary{margin:.25rem}.c-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:4rem}.c-pagination__btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#73787b;background-color:rgba(0,0,0,0);border:1px solid rgba(195,199,202,.2);cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.c-pagination__btn:hover{color:#1e3041;border-color:#1e3041}.c-pagination__btn.is-current{color:#fff;background-color:#1e3041;border-color:#1e3041}[data-fav-toggle] .c-fav-icon-filled{display:none}[data-fav-toggle][aria-pressed=true] .c-fav-icon-empty{display:none}[data-fav-toggle][aria-pressed=true] .c-fav-icon-filled{display:inline-block}.c-store-list-card__fav[aria-pressed=true]{background-color:#fff}.c-store-list-card__fav[aria-pressed=true] .c-fav-icon-filled{color:#e4405f}.c-icon-btn--glass[aria-pressed=true]{background-color:#fff}.c-icon-btn--glass[aria-pressed=true] .c-fav-icon-filled{color:#e4405f}.p-store-detail__fav .p-store-detail__fav-text-pressed{display:none}.p-store-detail__fav[aria-pressed=true] .p-store-detail__fav-text-default{display:none}.p-store-detail__fav[aria-pressed=true] .p-store-detail__fav-text-pressed{display:inline}.p-store-detail__fav[aria-pressed=true] .c-fav-icon-filled{color:#e4405f}.c-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;max-width:calc(100vw - 3rem);padding:.75rem 1.25rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#fff;background-color:#1e3041;border-radius:.125rem;box-shadow:0 8px 24px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.c-toast.is-visible{opacity:1;transform:translateY(0)}body.p-store-detail .c-toast{bottom:calc(5rem + env(safe-area-inset-bottom) + .5rem)}@media(min-width: 768px){body.p-store-detail .c-toast{bottom:1.5rem}}.c-star-rating{display:inline-flex;flex-direction:row-reverse;gap:.125rem}.c-star-rating__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.c-star-rating__label{cursor:pointer;color:#c3c7ca;transition:color .15s ease}.c-star-rating__label>.c-icon{font-size:2rem;display:block}.c-star-rating__label:hover{color:#f59e0b}.c-star-rating__input:checked~.c-star-rating__label{color:#f59e0b}.c-star-rating__label:hover~.c-star-rating__label{color:#f59e0b}.c-star-rating__input:focus-visible+.c-star-rating__label{outline:2px solid #1e3041;outline-offset:2px;border-radius:.125rem}.c-ad{display:flex;justify-content:center;margin:1rem 0}.c-ad__link{display:inline-block;max-width:100%;line-height:0}.c-ad__image{display:block;width:100%;max-width:728px;height:auto}.f-filter-sidebar{width:100%}@media(min-width: 1024px){.f-filter-sidebar{width:18rem;flex-shrink:0}}.f-filter-sidebar__form{position:static;display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.f-filter-sidebar__form{position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow-y:auto}}.f-filter-sidebar__section{display:flex;flex-direction:column}.f-filter-sidebar__section-title{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e3041}.f-filter-sidebar__checks{display:flex;flex-direction:column;gap:.5rem}.f-filter-sidebar__check{display:flex;align-items:center;gap:.75rem;cursor:pointer}.f-filter-sidebar__check-input{width:1rem;height:1rem;border-radius:.125rem;accent-color:#1e3041;cursor:pointer}.f-filter-sidebar__check-label{font-size:.875rem;color:#48626e;transition:color .2s ease}.f-filter-sidebar__check:hover .f-filter-sidebar__check-label{color:#1e3041}.f-filter-sidebar__check-input:checked~.f-filter-sidebar__check-label{color:#1e3041;font-weight:600}.f-filter-sidebar__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg, #1e3041, #344659);border:none;border-radius:.125rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.f-filter-sidebar__submit:hover{transform:translateY(-1px);background:#344659}.f-clinic-list{flex:1}.f-clinic-list__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.f-clinic-list__count{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.f-clinic-list__sort{display:flex;align-items:center;gap:.5rem}.f-clinic-list__sort-label{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.f-clinic-list__sort-select{padding:0;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e3041;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.f-clinic-list__sort-select:focus{outline:none}.f-clinic-list__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.f-clinic-list__grid{grid-template-columns:repeat(2, 1fr)}}.p-home__hero{margin-bottom:4rem}.p-home__hero-title{padding-top:3rem;margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-home__hero-desc{max-width:42rem;margin-bottom:2rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-home__search{max-width:56rem;padding:1.5rem;background-color:#fff;border-radius:.25rem;box-shadow:0 8px 32px rgba(30,48,65,.08)}.p-home__search-title{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e3041}.p-home__search-fields{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width: 768px){.p-home__search-fields{grid-template-columns:1fr 1fr 1fr auto;gap:.75rem}}.p-home__search-field{display:flex;align-items:center;padding:.75rem 1rem;background-color:#f2f4f5;border-radius:.125rem}.p-home__search-field-icon{margin-right:.75rem;font-size:1.25rem;color:#73787b}.p-home__search-field-body{flex:1;min-width:0}.p-home__search-field-label{display:block;margin-bottom:.125rem;font-family:"Noto Sans JP",sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.p-home__search-field-select{width:100%;padding:0;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#1e3041;background:rgba(0,0,0,0);border:none;cursor:pointer}.p-home__search-field-select:focus{outline:none}.p-home__search-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;min-height:3rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg, #1e3041, #344659);border:none;border-radius:.125rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.p-home__search-submit:hover{transform:translateY(-1px);background:#344659}.p-home__section{margin-top:5rem}.p-home__section-title{margin-bottom:2rem;font-family:"Noto Sans JP",sans-serif;font-size:2rem;font-weight:600;line-height:1.2;letter-spacing:-0.025em;color:#191c1d}.p-home__areamap-desc{max-width:68ch;margin-bottom:1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.p-home__areamap{position:relative;max-width:960px;margin:0 auto 2rem;aspect-ratio:3/2;overflow:hidden;border-radius:.125rem;background-color:#f2f4f5}.p-home__areamap-image{display:block;width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none}.p-home__areamap-link{position:absolute;border-radius:.125rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.p-home__areamap-link:hover,.p-home__areamap-link:focus-visible{background-color:rgba(30,48,65,.18);box-shadow:0 0 0 2px #1e3041 inset;outline:none}.p-home__areamap-link--higashi{left:60%;top:5%;width:38%;height:55%}.p-home__areamap-link--nishi{left:5%;top:10%;width:38%;height:55%}.p-home__areamap-link--minami{left:29%;top:74%;width:28%;height:25%}.p-home__areamap-cta{text-align:center;margin:0}.p-home__recommend-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.p-home__recommend-grid{grid-template-columns:repeat(3, 1fr)}}.p-home__section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.p-home__section-header .p-home__section-title{margin-bottom:0}.p-home__section-more{display:inline-flex;align-items:center;gap:.25rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e3041;text-decoration:none;white-space:nowrap}.p-home__section-more:hover{color:#344659}.p-home__news-list{display:flex;flex-direction:column}.p-home__news-item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 0;color:#191c1d;transition:background-color .2s ease}@media(min-width: 768px){.p-home__news-item{flex-direction:row;align-items:baseline;gap:2rem}}a.p-home__news-item:hover{background-color:#f2f4f5}a.p-home__news-item:hover .p-home__news-title{color:#1e3041}.p-home__news-date{flex-shrink:0;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#73787b}.p-home__news-title{font-size:.875rem;font-weight:500;line-height:1.6;transition:color .2s ease}.p-home__news-empty{padding:2rem 0;font-size:.875rem;color:#73787b}.p-home__review-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.p-home__review-list{grid-template-columns:repeat(3, 1fr)}}.p-home__review-item{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;color:#191c1d;background-color:#fff;border-radius:.125rem;transition:box-shadow .3s ease}.p-home__review-item:hover{box-shadow:0 8px 32px rgba(30,48,65,.08)}.p-home__review-rating{display:flex;gap:.125rem;color:#48626e;font-size:.875rem}.p-home__review-excerpt{flex:1;font-size:.875rem;font-weight:500;line-height:1.6}.p-home__review-meta{display:flex;flex-direction:column;gap:.25rem;margin-top:auto;padding-top:.75rem}.p-home__review-nickname{font-family:"Noto Sans JP",sans-serif;font-size:10px;color:#73787b}.p-home__review-store{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:600;color:#1e3041}.p-home__review-date{font-family:"Noto Sans JP",sans-serif;font-size:10px;color:#73787b}.p-home__recent-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.p-home__recent-scroll::-webkit-scrollbar{display:none}.p-home__recent-scroll>*{scroll-snap-align:start}.p-home__prose{max-width:68ch;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d}.p-area__hero{margin-bottom:3rem}.p-area__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-area__lead{max-width:42rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-area__section{margin-top:5rem}.p-area__section-title{margin-bottom:2rem;font-family:"Noto Sans JP",sans-serif;font-size:2rem;font-weight:600;line-height:1.2;letter-spacing:-0.025em;color:#191c1d}.p-area__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.p-area__grid{grid-template-columns:repeat(3, 1fr)}}.p-area__guide-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.p-area__guide-list li{padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;background-color:#f2f4f5;border-radius:.125rem}.p-area__guide-list strong{font-weight:700;color:#1e3041}.p-area__guide-note{max-width:68ch;font-size:.875rem;line-height:1.6;color:#48626e}.p-area-detail__hero{margin-bottom:3rem}.p-area-detail__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-area-detail__lead{max-width:42rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-area-detail__results{margin-bottom:4rem}.p-area-detail__results-head{margin-bottom:1.5rem}.p-area-detail__results-count{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.p-area-detail__results-list{display:flex;flex-direction:column;gap:1.25rem}.p-area-detail__refine{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center;background-color:#f2f4f5;border-radius:.125rem}.p-area-detail__refine-title{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;color:#1e3041}.p-area-detail__refine-text{max-width:36rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.p-store-detail__hero{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width: 768px){.p-store-detail__hero{grid-template-columns:1fr 1fr;align-items:center}}.p-store-detail__hero-media{aspect-ratio:3/2;overflow:hidden;border-radius:.125rem;background-color:#f2f4f5;max-width:480px;width:100%}.p-store-detail__hero-image-link{display:block;width:100%;height:100%;transition:opacity .15s ease}.p-store-detail__hero-image-link:hover,.p-store-detail__hero-image-link:focus-visible{opacity:.92}.p-store-detail__hero-image{width:100%;height:100%;object-fit:cover;display:block}.p-store-detail__hero-body{display:flex;flex-direction:column;gap:1rem}.p-store-detail__hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}.p-store-detail__title{font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-store-detail__catch{font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#48626e}.p-store-detail__rating{display:inline-flex;align-items:center;gap:.375rem}.p-store-detail__rating-star{color:#f59e0b;font-size:1.25rem}.p-store-detail__rating-value{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;color:#1e3041}.p-store-detail__rating-count{font-size:.875rem;color:#73787b}.p-store-detail__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.p-store-detail__girls-cta{margin-bottom:3rem}.p-store-detail__girls-cta-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem 1.25rem;padding:2rem 1.75rem;background:linear-gradient(135deg, #1e3041, #344659);color:#fff;border-radius:.125rem;text-decoration:none;box-shadow:0 8px 32px rgba(30,48,65,.08);transition:transform .2s ease,box-shadow .2s ease}.p-store-detail__girls-cta-link:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(30,48,65,.15)}.p-store-detail__girls-cta-link:focus-visible{outline:3px solid #fff;outline-offset:2px}.p-store-detail__girls-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:hsla(0,0%,100%,.15);border-radius:50%;font-size:1.5rem;flex-shrink:0}.p-store-detail__girls-cta-body{display:flex;flex-direction:column;gap:.25rem}.p-store-detail__girls-cta-title{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em}.p-store-detail__girls-cta-desc{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#a1b4ca;line-height:1.6}.p-store-detail__girls-cta-action{display:inline-flex;align-items:center;gap:.375rem;padding:1.25rem;background-color:#fff;color:#1e3041;font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;border-radius:.125rem;white-space:nowrap;flex-shrink:0}.p-store-detail__girls-cta-arrow{font-size:1rem}@media(max-width: 640px){.p-store-detail__girls-cta-link{grid-template-columns:auto 1fr;grid-template-areas:"icon body" "action action"}.p-store-detail__girls-cta-icon{grid-area:icon}.p-store-detail__girls-cta-body{grid-area:body}.p-store-detail__girls-cta-action{grid-area:action;justify-content:center;margin-top:.5rem}}.p-store-detail__tabs{position:sticky;top:5.25rem;z-index:40;margin-bottom:2rem;background-color:#f8fafb;border-bottom:1px solid #c3c7ca}.p-store-detail__tabs-list{display:grid;grid-template-columns:repeat(3, 1fr);list-style:none;margin:0;padding:0}.p-store-detail__tabs-item{display:flex}.p-store-detail__tabs-link{flex:1;display:flex;align-items:center;justify-content:center;padding:.875rem .5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#73787b;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.p-store-detail__tabs-link:hover{color:#1e3041}.p-store-detail__tabs-link.is-active{color:#1e3041;border-bottom-color:#1e3041}.p-store-detail__quickinfo{padding:1.5rem;background-color:#f2f4f5;border-radius:.125rem}.p-store-detail__quickinfo-list{display:grid;grid-template-columns:1fr;gap:1rem;margin:0}@media(min-width: 768px){.p-store-detail__quickinfo-list{grid-template-columns:repeat(3, 1fr)}}.p-store-detail__quickinfo-item{margin:0}.p-store-detail__quickinfo-label{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b;margin-bottom:.25rem}.p-store-detail__quickinfo-value{font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:500;color:#191c1d;margin:0}.p-store-detail__quickinfo-link{color:#1e3041;text-decoration:none}.p-store-detail__quickinfo-link:hover{text-decoration:underline}.p-store-detail__section{margin-bottom:3rem}.p-store-detail__section-title{margin-bottom:1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-0.025em;color:#191c1d}.p-store-detail__prose{max-width:68ch;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#48626e}.p-store-detail__section-desc{max-width:68ch;margin-top:-0.75rem;margin-bottom:1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#73787b}.p-store-detail__courses{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.p-store-detail__courses{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))}}.p-store-detail__course{padding:1.25rem;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem}.p-store-detail__course-name{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;color:#1e3041}.p-store-detail__course-meta{display:flex;gap:1rem;align-items:baseline;margin-bottom:.75rem}.p-store-detail__course-time{font-size:.875rem;color:#73787b}.p-store-detail__course-price{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:700;color:#191c1d}.p-store-detail__course-desc{font-size:.875rem;line-height:1.6;color:#48626e}.p-store-detail__sticky-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));background:#48626e;color:#fff;font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 -4px 12px rgba(30,48,65,.15);transition:background .2s ease}.p-store-detail__sticky-cta:hover,.p-store-detail__sticky-cta:active{background:#344659}@media(min-width: 768px){.p-store-detail__sticky-cta{display:none}}body.p-store-detail{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}@media(min-width: 768px){body.p-store-detail{padding-bottom:0}}body.p-store-detail .l-back-to-top{bottom:calc(5rem + env(safe-area-inset-bottom))}@media(min-width: 768px){body.p-store-detail .l-back-to-top{bottom:2rem}}.p-store-detail__map{max-width:480px;width:100%;aspect-ratio:3/2;margin-bottom:.75rem;overflow:hidden;border-radius:.125rem;border:1px solid #c3c7ca;background-color:#f2f4f5}.p-store-detail__map-frame{display:block;width:100%;height:100%;border:0}.p-store-detail__map-more{display:inline-flex;align-items:center;gap:.25rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#1e3041;text-decoration:underline}.p-store-detail__map-more:hover{color:#344659}.p-store-detail__info-list{margin:0;padding:0;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem;overflow:hidden}.p-store-detail__info-item{display:grid;grid-template-columns:1fr;gap:.25rem;padding:1rem 1.25rem;border-bottom:1px solid #c3c7ca}.p-store-detail__info-item:last-child{border-bottom:none}@media(min-width: 768px){.p-store-detail__info-item{grid-template-columns:140px 1fr;gap:1rem;align-items:baseline;padding:1.25rem 1.5rem}}.p-store-detail__info-label{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:600;color:#73787b;margin:0}.p-store-detail__info-value{font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d;margin:0}.p-store-detail__info-link{color:#1e3041;text-decoration:underline}.p-store-detail__info-link:hover{color:#344659}.p-store-detail__external-list{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width: 768px){.p-store-detail__external-list{grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))}}.p-store-detail__external-item{list-style:none}.p-store-detail__external-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem;text-decoration:none;color:#191c1d;transition:background-color .15s,border-color .15s}.p-store-detail__external-link:hover{background-color:#f2f4f5;border-color:#1e3041}.p-store-detail__external-name{flex:1;font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:500}.p-store-detail__external-arrow{color:#73787b;font-size:1.125rem}.p-store-detail__reviews-placeholder{padding:2.5rem 2rem;text-align:center;background-color:#f2f4f5;border-radius:.125rem;color:#48626e}.p-store-detail__reviews-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem}.p-store-detail__reviews-all{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#73787b;text-decoration:underline;cursor:not-allowed}.p-store-detail__related-list{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.p-store-detail__related-list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.p-store-detail__related-list{grid-template-columns:repeat(3, 1fr)}}.p-store-detail__related-list .c-compact-card{width:100%;max-width:480px}.p-store-map__map-section{margin-bottom:3rem}.p-store-map__map{width:100%;height:70vh;min-height:360px;overflow:hidden;border-radius:.125rem;border:1px solid #c3c7ca;background-color:#f2f4f5}.p-store-map__map-frame{display:block;width:100%;height:100%;border:0}.p-store-map__info-list{margin-top:1.5rem}.p-store-map__back{display:flex;justify-content:center;margin-top:2rem}.p-store-map__back-link{display:inline-flex;align-items:center;gap:.25rem;padding:.75rem 1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#191c1d;background-color:rgba(0,0,0,0);border:1px solid #c3c7ca;border-radius:.125rem;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.p-store-map__back-link:hover{color:#1e3041;background-color:#f2f4f5;border-color:#1e3041}.p-store-review__section{margin-bottom:4rem}.p-store-review__summary{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;background-color:#f2f4f5;border-radius:.125rem}.p-store-review__summary-rating{display:inline-flex;align-items:baseline;gap:.375rem}.p-store-review__summary-star{font-size:1.25rem;color:#f59e0b}.p-store-review__summary-value{font-family:"Noto Sans JP",sans-serif;font-size:1.75rem;font-weight:700;color:#1e3041;line-height:1}.p-store-review__summary-out{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#73787b}.p-store-review__summary-count{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;color:#48626e}.p-store-review__notice{margin-bottom:1.5rem;padding:1rem 1.25rem;background-color:rgba(30,48,65,.08);border:1px solid rgba(30,48,65,.3);border-radius:.125rem;color:#1e3041}.p-store-review__post-cta{margin-bottom:1.5rem}.p-store-review__post-toggle[aria-expanded=true]{display:none}.p-store-review__form-wrap{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem}.p-store-review__form{max-width:42rem}.p-store-review__form-note{margin-top:1rem;font-size:.875rem;color:#73787b}.p-store-review__empty{padding:3rem 1.5rem;text-align:center;font-size:1rem;color:#48626e;background-color:#f2f4f5;border-radius:.125rem}.p-store-review__list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.p-store-review__item{list-style:none}.p-store-review__card{padding:1.25rem 1.5rem;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem}.p-store-review__card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem}.p-store-review__card-rating{display:inline-flex;gap:.0625rem}.p-store-review__card-star{font-size:1rem;color:#c3c7ca}.p-store-review__card-star--filled{color:#f59e0b}.p-store-review__card-meta{display:inline-flex;align-items:baseline;gap:.75rem}.p-store-review__card-nickname{margin:0;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#1e3041}.p-store-review__card-date{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;color:#73787b}.p-store-review__card-comment{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#191c1d;white-space:pre-wrap}.p-review__hero{margin-bottom:2.5rem}.p-review__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-review__lead{max-width:42rem;margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-review__count{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#48626e}.p-review__list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.p-review__store-link{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.75rem;text-decoration:none;color:#1e3041;transition:color .2s ease}.p-review__store-link:hover{color:#344659;text-decoration:underline;text-underline-offset:.2em}.p-review__store-area{display:inline-block;padding:.0625rem .5rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:500;color:#a1b4ca;background-color:#344659;border-radius:.125rem}.p-review__store-name{margin:0;font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;line-height:1.2}.p-review__empty{max-width:42rem;margin:0 auto 3rem;padding:3rem 1.5rem;text-align:center;background-color:#f2f4f5;border-radius:.125rem;color:#48626e}.p-store-all__hero{margin-bottom:3rem}.p-store-all__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-store-all__lead{max-width:68ch;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-store-all__results{margin-bottom:4rem}.p-store-all__results-count{margin-bottom:1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.p-store-all__results-list{display:flex;flex-direction:column;gap:1.25rem}.p-store-all__empty{padding:4rem 2rem;font-size:1rem;text-align:center;color:#48626e;background-color:#f2f4f5;border-radius:.125rem}.p-store-all__faq{padding:2.5rem 2rem;background-color:#f2f4f5;border-radius:.125rem}.p-store-all__faq-title{margin-bottom:2rem;font-family:"Noto Sans JP",sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;color:#1e3041;text-align:center}.p-store-all__faq-list{display:flex;flex-direction:column;gap:1.5rem;max-width:68ch;margin:0 auto}.p-store-all__faq-item{padding-bottom:1.5rem;border-bottom:1px solid #c3c7ca}.p-store-all__faq-item:last-child{padding-bottom:0;border-bottom:none}.p-store-all__faq-question{margin-bottom:.75rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;line-height:1.2;color:#1e3041}.p-store-all__faq-answer{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.p-search__hero{margin-bottom:3rem}.p-search__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-search__lead{font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-search__layout{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.p-search__layout{flex-direction:row;gap:3rem}}.p-search__results{flex:1;min-width:0}.p-search__results-title{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-search__results-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.p-search__results-count{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b;margin:0}.p-search__sort{display:flex;align-items:center;gap:.5rem}.p-search__sort-label{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#73787b}.p-search__sort-select{padding:.375rem 2rem .375rem .625rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#1e3041;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem;cursor:pointer}.p-search__sort-select:focus{outline:none;border-color:#1e3041}.p-search__results-list{display:flex;flex-direction:column;gap:1.25rem}.p-search__empty{padding:4rem 2rem;font-size:1rem;text-align:center;color:#48626e;background-color:#f2f4f5;border-radius:.125rem}.p-search__empty-guide{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem;text-align:center;background-color:#f2f4f5;border-radius:.125rem}.p-search__empty-icon{margin-bottom:1.5rem;font-size:3rem;color:#73787b}.p-search__empty-title{margin-bottom:.75rem;font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;color:#1e3041}.p-search__empty-text{max-width:32rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.p-search__empty-link{color:#1e3041;font-weight:600;text-decoration:underline;transition:color .2s ease}.p-search__empty-link:hover{color:#344659}.p-search-name__hero{margin-bottom:2.5rem}.p-search-name__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041;word-break:break-word}.p-search-name__count{font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#48626e}.p-search-name__lead{max-width:42rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-search-name__list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3rem}.p-search-name__empty{max-width:42rem;margin-bottom:3rem;padding:3rem 1.5rem;text-align:center;background-color:#f2f4f5;border-radius:.125rem}.p-search-name__empty>p{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#48626e}.p-search-name__empty>p:last-child{margin-bottom:0}.p-search-name__empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.p-news__hero{margin-bottom:3rem}.p-news__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-news__lead{max-width:68ch;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-news__results{margin-bottom:4rem}.p-news__list{display:flex;flex-direction:column}.p-news__item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 0;color:#191c1d;transition:background-color .2s ease}@media(min-width: 768px){.p-news__item{flex-direction:row;align-items:baseline;gap:2rem}}a.p-news__item:hover{background-color:#f2f4f5}a.p-news__item:hover .p-news__item-title{color:#1e3041}.p-news__date{flex-shrink:0;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#73787b}.p-news__item-title{font-size:.875rem;font-weight:500;line-height:1.6;transition:color .2s ease}.p-news__empty{padding:4rem 2rem;font-size:1rem;text-align:center;color:#48626e;background-color:#f2f4f5;border-radius:.125rem}.p-favorite__hero{margin-bottom:3rem}.p-favorite__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-favorite__lead{max-width:42rem;font-family:"Noto Sans JP",sans-serif;line-height:1.6;color:#48626e}.p-favorite__results{margin-bottom:4rem}.p-favorite__list{display:flex;flex-direction:column;gap:1.25rem}.p-favorite__empty{padding:4rem 2rem;font-size:1rem;text-align:center;color:#48626e;background-color:#f2f4f5;border-radius:.125rem}.p-static__hero{margin-bottom:3rem}.p-static__title{margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#1e3041}.p-static__updated{margin-bottom:1.25rem;font-family:"Noto Sans JP",sans-serif;font-size:.75rem;letter-spacing:.1em;color:#73787b}.p-static__lead{max-width:68ch;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#48626e}.p-static__articles{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:4rem}.p-static__article-title{margin-bottom:.75rem;font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;color:#1e3041}.p-static__prose{max-width:68ch;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d}.p-static__prose+.p-static__prose{margin-top:.75rem}.p-static__link{color:#1e3041;text-decoration:underline;text-underline-offset:.2em}.p-static__link:hover{color:#344659}.p-static__list{max-width:68ch;margin:.75rem 0 0;padding-left:1.5rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d;list-style:disc}.p-static__list li{margin-bottom:.5rem}.p-static__list li:last-child{margin-bottom:0}ol.p-static__list{list-style:decimal}.p-static__list--nested{margin-top:.5rem;font-size:.875rem;color:#48626e;list-style:circle}.p-static__list--nested li{margin-bottom:.25rem}.p-static__required-mark{display:inline-block;margin-left:.25rem;padding:.0625rem .375rem;font-size:.75rem;font-weight:700;color:#fff;background-color:#d9534f;border-radius:2px;vertical-align:middle}.p-static__optional-mark{display:inline-block;margin-left:.25rem;padding:.0625rem .375rem;font-size:.75rem;font-weight:500;color:#73787b;background-color:#eceeef;border-radius:2px;vertical-align:middle}.p-contact__form{max-width:42rem;margin-bottom:4rem}.p-contact__progress{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;color:#48626e}.p-contact__progress [data-contact-progress-current]{font-weight:700;color:#1e3041}.p-contact__field{margin-bottom:1.5rem}.p-contact__field--checkbox{margin-top:2rem}.p-contact__label{display:block;margin-bottom:.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#1e3041}.p-contact__field-note{margin-left:.25rem;font-size:.75rem;font-weight:400;color:#73787b}.p-contact__input,.p-contact__textarea{display:block;width:100%;padding:.75rem 1rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem;transition:border-color .2s ease,box-shadow .2s ease}.p-contact__input:focus,.p-contact__textarea:focus{outline:none;border-color:#1e3041;box-shadow:0 0 0 3px rgba(30,48,65,.15)}.p-contact__input[aria-invalid=true],.p-contact__textarea[aria-invalid=true]{border-color:#d9534f}.p-contact__textarea{resize:vertical;min-height:8rem}.p-contact__field-error{margin-top:.5rem;font-size:.875rem;color:#d9534f}.p-contact__check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#191c1d}.p-contact__check-input{flex-shrink:0;margin-top:.25rem;width:1.125rem;height:1.125rem;cursor:pointer}.p-contact__check-label{flex:1}.p-contact__submit-row{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}@media(min-width: 768px){.p-contact__submit-row{flex-direction:row;justify-content:flex-end}}.p-contact__submit{min-width:12rem}.p-contact__error-summary{max-width:42rem;margin-bottom:1.5rem;padding:1rem 1.25rem;background-color:rgba(217,83,79,.08);border:1px solid rgba(217,83,79,.3);border-radius:.125rem}.p-contact__error-summary-title{font-family:"Noto Sans JP",sans-serif;font-weight:700;color:#d9534f}.p-contact__error-summary-list{margin:.5rem 0 0;padding-left:1.5rem;list-style:disc;font-size:.875rem;color:#191c1d}.p-contact__error-summary-list li{margin-bottom:.25rem}.p-contact__sent{max-width:42rem;margin-bottom:4rem}.p-contact__sent-message{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d}.p-contact__sent-actions{margin-top:2rem}.p-link__site-info{max-width:42rem;margin-bottom:3rem;padding:1.25rem 1.5rem;background-color:#f2f4f5;border-radius:.125rem}.p-link__site-info-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid #c3c7ca}.p-link__site-info-item:first-child{padding-top:0}.p-link__site-info-item:last-child{padding-bottom:0;border-bottom:none}@media(min-width: 768px){.p-link__site-info-item{flex-direction:row;gap:1.5rem}}.p-link__site-info-label{flex-shrink:0;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:700;color:#1e3041}@media(min-width: 768px){.p-link__site-info-label{width:6rem}}.p-link__site-info-value{flex:1;margin:0;font-family:"Noto Sans JP",sans-serif;font-size:1rem;line-height:1.6;color:#191c1d;word-break:break-all}.p-link__section{margin-bottom:3rem}.p-link__section-title{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;color:#1e3041}.p-link__banner{margin-top:1.5rem;padding:1.25rem 1.5rem;background-color:#fff;border:1px solid #c3c7ca;border-radius:.125rem}.p-link__banner-size{margin-bottom:.75rem;font-family:"Noto Sans JP",sans-serif;font-size:1rem;font-weight:700;color:#1e3041}.p-link__banner-preview{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:1rem;background-color:#eceeef;border-radius:.125rem}.p-link__banner-preview img{display:block;max-width:100%;height:auto}.p-link__code-block{display:flex;flex-direction:column;gap:.5rem}.p-link__code-label{font-family:"Noto Sans JP",sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#73787b}.p-link__code-textarea{display:block;width:100%;padding:.625rem .75rem;font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;font-size:.75rem;line-height:1.5;color:#191c1d;background-color:#f2f4f5;border:1px solid #c3c7ca;border-radius:.125rem;resize:vertical}.p-link__code-textarea:focus{outline:none;border-color:#1e3041;box-shadow:0 0 0 3px rgba(30,48,65,.15)}.p-link__copy-btn{align-self:flex-start;min-width:8rem}.p-link__copy-btn.is-copied{background-color:#1e3041;color:#fff}.p-link__copy-btn.is-copied:hover{transform:none}.p-not-found__body{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center}.p-not-found__code{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:5rem;font-weight:700;line-height:1;color:#c3c7ca;letter-spacing:-0.025em}.p-not-found__title{margin-bottom:1rem;font-family:"Noto Sans JP",sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;color:#1e3041}.p-not-found__text{max-width:36rem;margin-bottom:2.5rem;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;line-height:1.6;color:#48626e}.p-not-found__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}