:root {
    --cp-blue: #075ca8;
    --cp-blue-dark: #053b70;
    --cp-blue-light: #eaf5ff;
    --cp-yellow: #f5c842;
    --cp-green: #27a844;
    --cp-line: #2ebd59;
    --cp-orange: #ef8c1a;
    --cp-text: #17304a;
    --cp-muted: #617386;
    --cp-border: #d7e4ef;
    --cp-white: #fff;
}

.cp2026,
.cp2026 * {
    box-sizing: border-box;
}

.cp2026 {
    color: var(--cp-text);
    background: #fff;
    font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.75;
    overflow-x: clip;
}

.cp2026 img {
    display: block;
    width: 100%;
    height: auto;
}

.cp2026 a {
    text-decoration: none;
}

.cp2026-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.cp2026-container--narrow {
    width: min(920px, calc(100% - 40px));
}

.cp2026-section {
    padding: 88px 0;
}

.cp2026-heading {
    margin: 0 0 42px;
    text-align: center;
    color: var(--cp-blue-dark);
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.35;
    letter-spacing: .05em;
}

.cp2026-heading span {
    color: var(--cp-blue);
    background: linear-gradient(transparent 72%, rgba(245, 200, 66, .55) 0);
}

.cp2026-heading--left {
    text-align: left;
}

.cp2026-hero {
    padding: 48px 0 56px;
    background: linear-gradient(135deg, #fff 0%, #f5faff 100%);
    border-bottom: 1px solid var(--cp-border);
}

.cp2026-hero__inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
}

.cp2026-ribbon {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 22px;
    color: #fff;
    background: var(--cp-blue);
    font-weight: 700;
    letter-spacing: .08em;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

.cp2026-clinic-name {
    margin: 0 0 10px;
    color: var(--cp-blue-dark);
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 700;
    letter-spacing: .05em;
}

.cp2026-hero__title {
    margin: 0;
    color: var(--cp-blue);
    font-family: "Noto Serif JP", "Yu Mincho", serif;
    font-size: clamp(56px, 7vw, 90px);
    line-height: 1.05;
    letter-spacing: .03em;
}

.cp2026-hero__title span {
    margin-left: 12px;
    color: var(--cp-blue-dark);
    font-size: .38em;
}

.cp2026-hero__lead {
    margin: 20px 0 4px;
    color: var(--cp-blue-dark);
    font-size: clamp(23px, 3vw, 36px);
    font-weight: 800;
}

.cp2026-hero__text {
    margin: 0 0 24px;
    font-size: 16px;
}

.cp2026-offer {
    max-width: 540px;
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--cp-blue-dark);
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(5, 59, 112, .12);
}

.cp2026-offer__label,
.cp2026-offer__menu,
.cp2026-offer__period {
    margin: 0;
    text-align: center;
    font-weight: 800;
}

.cp2026-offer__label {
    padding: 6px 12px;
    color: var(--cp-blue-dark);
    background: var(--cp-yellow);
    letter-spacing: .14em;
}

.cp2026-offer__price {
    display: grid;
    grid-template-columns: 1fr auto 1.45fr;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    text-align: center;
}

.cp2026-offer__price span {
    font-size: 15px;
}

.cp2026-offer__price span strong {
    font-size: 28px;
}

.cp2026-offer__price b {
    font-size: 32px;
}

.cp2026-offer__price em {
    color: var(--cp-blue-dark);
    font-size: clamp(58px, 7vw, 86px);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.cp2026-offer__price em small {
    font-size: .4em;
}

.cp2026-offer__menu {
    padding: 8px;
    color: var(--cp-blue-dark);
    border-top: 1px solid var(--cp-border);
}

.cp2026-offer__period {
    padding: 10px;
    color: #fff;
    background: var(--cp-blue-dark);
    font-size: 20px;
}

.cp2026-hero__note {
    margin: 20px 0 0;
    font-size: 17px;
}

.cp2026-hero__note strong {
    color: var(--cp-blue);
    background: linear-gradient(transparent 72%, rgba(245, 200, 66, .55) 0);
}

.cp2026-hero__visual {
    position: relative;
}

.cp2026-hero__visual > img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(5, 59, 112, .15);
}

.cp2026-hero__badges {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    gap: 10px;
}

.cp2026-hero__badges span {
    padding: 10px 16px;
    color: var(--cp-blue-dark);
    background: #fff;
    border: 2px solid var(--cp-yellow);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    font-weight: 800;
}

.cp2026-cta {
    padding: 28px 0 34px;
    color: #fff;
    background: var(--cp-blue);
}

.cp2026-cta__heading {
    margin: 0 0 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.cp2026-cta__meta {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.cp2026-cta__meta span {
    padding: 5px 14px;
    color: var(--cp-blue-dark);
    background: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.cp2026-cta__grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 12px;
    align-items: stretch;
}

.cp2026-cta__phone,
.cp2026-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 78px;
    padding: 12px 16px;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 7px 0 rgba(0,0,0,.16);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.cp2026-btn img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.cp2026-cta__phone {
    flex-direction: column;
    color: #fff;
    background: var(--cp-blue-dark);
}

.cp2026-cta__phone small {
    font-size: 13px;
}

.cp2026-cta__phone strong {
    color: var(--cp-yellow);
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.2;
}

.cp2026-btn--phone { background: var(--cp-green); }
.cp2026-btn--line { background: var(--cp-line); }
.cp2026-btn--web { background: var(--cp-orange); }

.cp2026-cta__phone:hover,
.cp2026-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 4px 0 rgba(0,0,0,.16);
}

.cp2026-problems {
    background: #fff;
}

.cp2026-problems__image {
    margin: 0;
}

.cp2026-problems__image img {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(5, 59, 112, .12);
}

.cp2026-solution {
    background: var(--cp-blue-light);
}

.cp2026-solution__box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 42px;
    background: #fff;
    border: 1px solid var(--cp-border);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(5, 59, 112, .08);
}

.cp2026-solution__copy {
    min-width: 0;
}

.cp2026-solution__copy p {
    margin: 0 0 12px;
}

.cp2026-solution__message {
    margin-top: 26px;
    padding: 22px;
    text-align: center;
    border: 2px solid var(--cp-yellow);
    border-radius: 16px;
}

.cp2026-solution__message small {
    display: block;
    margin-bottom: 8px;
    color: var(--cp-muted);
    font-weight: 700;
}

.cp2026-solution__message strong {
    color: var(--cp-blue);
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
}

.cp2026-solution__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 10px;
}

.cp2026-solution__photos img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
}

.cp2026-features__grid,
.cp2026-flow__grid {
    display: grid;
    gap: 22px;
}

.cp2026-features__grid {
    grid-template-columns: repeat(3, 1fr);
}

.cp2026-feature-card {
    padding: 26px;
    text-align: center;
    border: 1px solid var(--cp-border);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(5, 59, 112, .08);
}

.cp2026-feature-card img {
    width: 132px;
    height: 132px;
    margin: 0 auto 20px;
    object-fit: cover;
    border-radius: 16px;
    border: 5px solid var(--cp-blue-light);
}

.cp2026-feature-card h3 {
    margin: 0 0 12px;
    color: var(--cp-blue-dark);
    font-size: 21px;
    line-height: 1.5;
}

.cp2026-feature-card p {
    margin: 0;
    color: var(--cp-muted);
}

.cp2026-effectplus__image {
    margin: 0;
}

.cp2026-effectplus__image img {
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(5, 59, 112, .12);
}

.cp2026-flow {
    background: #f8fbfe;
}

.cp2026-flow__grid {
    grid-template-columns: repeat(4, 1fr);
}

.cp2026-flow-card {
    position: relative;
    padding: 28px 20px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--cp-border);
    border-radius: 16px;
}

.cp2026-flow-card__number {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--cp-blue);
    border-radius: 8px;
    font-weight: 800;
}

.cp2026-flow-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 12px auto 20px;
    object-fit: cover;
    border-radius: 16px;
}

.cp2026-flow-card h3 {
    min-height: 58px;
    margin: 0 0 8px;
    color: var(--cp-blue-dark);
    font-size: 18px;
    line-height: 1.55;
}

.cp2026-flow-card p {
    margin: 0;
    color: var(--cp-muted);
    font-size: 14px;
}

.cp2026-faq__list {
    display: grid;
    gap: 12px;
}

.cp2026-faq details {
    overflow: hidden;
    border: 1px solid var(--cp-border);
    border-radius: 12px;
    background: #fff;
}

.cp2026-faq summary {
    position: relative;
    padding: 20px 60px 20px 24px;
    cursor: pointer;
    color: var(--cp-blue-dark);
    font-size: 18px;
    font-weight: 800;
    list-style: none;
}

.cp2026-faq summary::-webkit-details-marker { display: none; }

.cp2026-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: var(--cp-blue);
    font-size: 28px;
}

.cp2026-faq details[open] summary::after { content: "−"; }

.cp2026-faq details p {
    margin: 0;
    padding: 0 24px 20px;
    color: var(--cp-muted);
}

.cp2026-access {
    background: var(--cp-blue-light);
}

.cp2026-access__clinic {
    margin: 0 0 24px;
    text-align: center;
    color: var(--cp-blue-dark);
    font-size: 28px;
}

.cp2026-access__exterior {
    margin: 0 0 24px;
}

.cp2026-access__exterior img {
    max-height: 480px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(5, 59, 112, .12);
}

.cp2026-access__map {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(5, 59, 112, .1);
}

.cp2026-access__map iframe {
    display: block;
    width: 100%;
    height: 460px;
}

.cp2026-nap {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--cp-border);
    border-radius: 18px;
}

.cp2026-nap > div {
    display: grid;
    grid-template-columns: 150px 1fr;
    border-bottom: 1px solid var(--cp-border);
}

.cp2026-nap > div:last-child { border-bottom: 0; }

.cp2026-nap dt,
.cp2026-nap dd {
    margin: 0;
    padding: 18px 20px;
}

.cp2026-nap dt {
    color: var(--cp-blue-dark);
    background: #f7fbff;
    font-weight: 800;
}

.cp2026-nap dd a {
    color: var(--cp-blue);
    font-weight: 800;
}

.cp2026-cta--bottom {
    padding: 54px 0;
    background: var(--cp-blue-dark);
}

.cp2026-cta:not(.cp2026-cta--bottom) h2 {
    margin: 0 0 12px;
    color: var(--cp-yellow);
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(26px, 3.5vw, 42px);
}

.cp2026-cta:not(.cp2026-cta--bottom) h2 span {
    color: var(--cp-yellow);
    background: none;
}

.cp2026-cta__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 16px;
}

.cp2026-cta__price s {
    color: rgba(255,255,255,.7);
    font-size: 18px;
    font-weight: 700;
}

.cp2026-cta__price span {
    color: var(--cp-yellow);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    line-height: 1;
}

.cp2026-cta--bottom h2 {
    margin: 0 0 8px;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(30px, 4vw, 48px);
}

.cp2026-cta--bottom h2 span {
    color: var(--cp-yellow);
}

@media (max-width: 900px) {
    .cp2026-section { padding: 68px 0; }

    .cp2026-hero__inner,
    .cp2026-solution__box {
        grid-template-columns: 1fr;
    }

    .cp2026-hero__visual {
        order: -1;
    }

    .cp2026-hero__visual > img {
        aspect-ratio: 16 / 11;
    }

    .cp2026-cta__grid {
        grid-template-columns: 1fr 1fr;
    }

    .cp2026-cta__phone {
        grid-column: 1 / -1;
    }

    .cp2026-features__grid {
        grid-template-columns: 1fr;
    }

    .cp2026-feature-card {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 0 24px;
        align-items: center;
        text-align: left;
    }

    .cp2026-feature-card img {
        grid-row: 1 / 3;
        margin: 0;
    }

    .cp2026-flow__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .cp2026-container,
    .cp2026-container--narrow {
        width: min(100% - 28px, 1120px);
    }

    .cp2026-section { padding: 54px 0; }

    .cp2026-heading {
        margin-bottom: 28px;
        font-size: 30px;
    }

    .cp2026-hero {
        padding: 18px 0 36px;
    }

    .cp2026-hero__inner {
        gap: 28px;
    }

    .cp2026-hero__visual > img {
        aspect-ratio: 4 / 3;
    }

    .cp2026-hero__badges {
        top: 10px;
        right: 10px;
        gap: 6px;
    }

    .cp2026-hero__badges span {
        padding: 7px 10px;
        font-size: 12px;
    }

    .cp2026-hero__title {
        font-size: 52px;
    }

    .cp2026-hero__title span {
        display: block;
        margin: 8px 0 0;
    }

    .cp2026-offer__price {
        grid-template-columns: 1fr auto 1.35fr;
        padding: 14px 12px;
    }

    .cp2026-offer__price span strong { font-size: 22px; }
    .cp2026-offer__price em { font-size: 58px; }

    .cp2026-cta__grid,
    .cp2026-flow__grid {
        grid-template-columns: 1fr;
    }

    .cp2026-cta__phone {
        grid-column: auto;
    }

    .cp2026-cta__meta {
        flex-wrap: wrap;
    }

    .cp2026-solution__box {
        padding: 24px;
        gap: 28px;
    }

    .cp2026-solution__photos {
        grid-template-columns: 1fr;
    }

    .cp2026-solution__photos img {
        min-height: 240px;
        max-height: 360px;
    }

    .cp2026-feature-card {
        display: block;
        padding: 24px 18px;
        text-align: center;
    }

    .cp2026-feature-card img {
        width: 66vw;
        height: 66vw;
        max-width: 400px;
        max-height: 400px;
        margin: 0 auto 18px;
    }

    .cp2026-flow-card h3 {
        min-height: 0;
    }

    .cp2026-access__map iframe {
        height: 340px;
    }

    .cp2026-nap > div {
        grid-template-columns: 1fr;
    }

    .cp2026-nap dt {
        padding-bottom: 8px;
    }

    .cp2026-nap dd {
        padding-top: 8px;
    }
}

.cp2026 h2 span {
    font-size: 120%;
}

/* ---- 口コミランキング ---- */

.cp2026-reviews {
    margin-top: 32px;
}

.cp2026-reviews__heading {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: var(--cp-blue-dark);
    line-height: 1.5;
}

.cp2026-reviews__heading span {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 10px;
    background: var(--cp-blue);
    color: #fff;
    font-size: 14px;
    border-radius: 999px;
    vertical-align: middle;
}

.cp2026-reviews__hint {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--cp-muted);
    font-size: 12px;
}

.cp2026-reviews__hint span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--cp-muted);
    border-radius: 999px;
}

/* 右端フェード（次のカードが見えることをほのめかす） */
.cp2026-reviews__wrap {
    position: relative;
    min-width: 0;
}

.cp2026-reviews__wrap::after {
    display: none;
}

.cp2026-reviews__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.cp2026-review-card {
    width: auto;
    padding: 18px 16px 16px;
    background: var(--cp-blue-light);
    border: 1px solid var(--cp-border);
    border-radius: 16px;
}

.cp2026-review-card__rank {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
}

.cp2026-review-card__rank span {
    font-size: 22px;
}

.cp2026-review-card__rank small {
    font-size: 12px;
}

.rank--1 { background: #f5c842; color: #6b4800; }
.rank--2 { background: #c8d0d8; color: #3a4550; }
.rank--3 { background: #d4926a; color: #5c2e00; }

.cp2026-review-card__stars {
    margin-bottom: 10px;
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 2px;
}

.cp2026-review-card__body {
    margin: 0 0 12px;
    padding: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--cp-text);
}

.cp2026-review-card__source {
    margin: 0;
    font-size: 11px;
    color: var(--cp-muted);
}

@media (max-width: 640px) {
    .cp2026-reviews__wrap::after {
        display: block;
    }

    .cp2026-reviews__hint {
        display: flex;
    }

    .cp2026-reviews__track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: var(--cp-blue-light) transparent;
    }

    .cp2026-review-card {
        flex-shrink: 0;
        scroll-snap-align: start;
        width: 240px;
    }
}
