html,
body {
    overflow-y: auto !important;
    overflow-x: visible !important;
    height: auto !important;
    min-height: 100% !important;
}

body.test-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.test-page-root {
    overflow: visible !important;
    height: auto !important;
    min-height: 100vh;
}

.test-page-root .tp-header {
    overflow: visible !important;
}


:root {
    --tp-main: #8b5a52;
    --tp-bg: #f8f6f4;
    --tp-text: #332b28;
    --tp-sub: #7a6a65;
    --tp-line: #e7ddd7;
    --tp-white: #ffffff;
}


body.test-body {
    margin: 0;
    background: var(--tp-bg);
}

.test-page-root,
.test-page-root .tp-header,
.test-page-root .tp-header *,
.test-page-root .tp-nav,
.test-page-root .tp-nav *,
.test-page-root .tp-clinic-card,
.test-page-root .tp-clinic-card * {
    box-sizing: border-box;
}

.test-page-root,
.test-page-root .tp-header,
.test-page-root .tp-header__inner,
.test-page-root .tp-nav,
.test-page-root .tp-nav .rd-navbar-nav {
    overflow: visible !important;
}

.test-page-root .tp-header ul,
.test-page-root .tp-header li,
.test-page-root .tp-header p,
.test-page-root .tp-header a,
.test-page-root .tp-header img,
.test-page-root .tp-header button,
.test-page-root .tp-header span,
.test-page-root .tp-header div {
    margin: 0;
    padding: 0;
}

.test-page-root .tp-header ul,
.test-page-root .tp-header .list-unstyled {
    list-style: none;
}

.test-page-root .tp-header li::before,
.test-page-root .tp-header li::after {
    content: none !important;
    display: none !important;
}

.test-page-root .tp-header .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.test-page-root .tp-header .col-lg-4 {
    width: 33.3333%;
    padding: 0 14px;
}

.test-page-root .tp-header .offset-lg-top-25 {
    margin-top: 0 !important;
}

.test-page-root .tp-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid var(--tp-line);
}

.test-page-root .tp-header__inner {
    width: min(1280px, calc(100% - 16px)) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.test-page-root .tp-header__catch {
    width: 100%;
    background: #503f3c;
}

.test-page-root .tp-header__catch p {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 4px 0;
    color: #fff !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
}

.test-page-root .tp-header__top {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 24px 0 !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
}

.test-page-root .tp-header__top::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: var(--tp-line);
}

.test-page-root .tp-header__logo {
    display: inline-block;
    line-height: 0;
}

.test-page-root .tp-header__logo img {
    display: block;
    width: 220px;
    height: auto;
}

.test-page-root .tp-header__toggle {
    display: none;
}

.test-page-root .tp-header__clinics {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    align-items: stretch !important;
    margin: 8px 0 !important;
}

.test-page-root .tp-clinic-card {
    min-width: 270px !important;
    padding: 8px 18px !important;
    border: 1px solid var(--tp-line);
    border-radius: 0;
    background: #ffffff;
}

.test-page-root .tp-clinic-card a {
    text-decoration: none;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
}

.test-page-root .tp-clinic-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.test-page-root .tp-clinic-card__name {
    display: block;
    color: var(--tp-main) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: nowrap;
}

.test-page-root .tp-clinic-card__access {
    display: block;
    color: var(--tp-sub) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    white-space: nowrap;
}

.test-page-root .tp-clinic-card__tel {
    display: block;
    color: var(--tp-text) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.01em;
}

.test-page-root .tp-nav {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 30;
    overflow: visible !important;
}

.test-page-root .tp-nav .rd-navbar-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    list-style: none !important;
    position: relative !important;
    float: none !important;
    left: auto !important;
    right: auto !important;
    text-align: center !important;
    overflow: visible !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    list-style: none !important;
    float: none !important;
    overflow: visible !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li>a {
    display: block !important;
    padding: 18px 16px !important;
    color: var(--tp-text) !important;
    text-decoration: none !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
    text-align: center !important;
    transition: color .25s ease, background .25s ease;
}

.test-page-root .tp-nav .rd-navbar-nav>li>a:hover {
    color: var(--tp-main) !important;
    background: #faf7f5 !important;
}

.test-page-root .tp-nav .rd-navbar-label,
.test-page-root .tp-nav .label-custom,
.test-page-root .tp-nav .label-danger,
.test-page-root .tp-nav .label-xs-custom,
.test-page-root .tp-nav .label-rounded-custom,
.test-page-root .tp-nav .label {
    display: none !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li>a>span {
    display: inline !important;
    color: inherit !important;
    background: none !important;
    border: 0 !important;
    font: inherit !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li:has(.rd-navbar-megamenu)>a {
    padding-right: 28px !important;
    position: relative !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li:has(.rd-navbar-megamenu)>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--tp-main);
    border-bottom: 1.5px solid var(--tp-main);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s ease;
}

.test-page-root .tp-nav .rd-navbar-nav>li:has(.rd-navbar-megamenu):hover>a::after {
    transform: translateY(-35%) rotate(225deg);
}

.test-page-root .tp-nav .rd-navbar-nav>li>.rd-navbar-megamenu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(1180px, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    padding: 28px 24px !important;
    background: #ffffff !important;
    border: 1px solid var(--tp-line) !important;
    border-top: 0 !important;
    display: none !important;
    z-index: 100 !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04) !important;
    text-align: left !important;
    overflow: visible !important;
}

.test-page-root .tp-nav .rd-navbar-nav>li:hover>.rd-navbar-megamenu {
    display: block !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu .col-lg-4 {
    width: 33.3333% !important;
    padding: 0 16px !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu .list-unstyled {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu li {
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu li:last-child {
    margin-bottom: 0 !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu a {
    display: block !important;
    color: var(--tp-text) !important;
    text-decoration: none !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    white-space: normal !important;
}

.test-page-root .tp-nav .rd-navbar-megamenu a:hover {
    color: var(--tp-main) !important;
}

@media (max-width: 1200px) {
    .test-page-root .tp-nav .rd-navbar-nav {
        flex-wrap: wrap !important;
        padding: 0 16px !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>a {
        padding: 16px 12px !important;
        font-size: 15px !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>.rd-navbar-megamenu {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        padding: 24px 18px !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .row {
        flex-wrap: wrap !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .col-lg-4 {
        width: 50% !important;
        padding: 0 10px !important;
        margin-bottom: 12px !important;
    }
}

@media (max-width: 767px) {
    .test-page-root .tp-header__catch {
        padding: 8px 12px;
    }

    .test-page-root .tp-header__catch p {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        font-size: 11px !important;
    }

    .test-page-root .tp-header__top {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 0 20px !important;
    }

    .test-page-root .tp-header__logo img {
        width: 170px;
    }

    .test-page-root .tp-header__toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        border: none;
        border-radius: 0;
        background: #ffffff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

    .test-page-root .tp-header__toggle span {
        width: 18px;
        height: 2px;
        background: var(--tp-main);
    }

    .test-page-root .tp-header__clinics {
        display: none !important;
    }

    .test-page-root .tp-nav {
        display: none;
    }

    .test-page-root .tp-header.is-open .tp-nav {
        display: block;
    }

    .test-page-root .tp-nav .rd-navbar-nav {
        width: 100% !important;
        max-width: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 16px !important;
        text-align: left !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li {
        width: 100%;
        border-bottom: 1px solid var(--tp-line);
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>a {
        width: 100%;
        text-align: left !important;
        padding: 14px 0 !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>.rd-navbar-megamenu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        padding: 14px 0 6px !important;
        border: 0 !important;
        border-top: 1px solid var(--tp-line) !important;
        box-shadow: none !important;
        display: block !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .row {
        flex-wrap: wrap !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .col-lg-4 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
}



@media (max-width: 767px) {
    .test-page-root .tp-header__catch {
        padding: 8px 12px;
    }

    .test-page-root .tp-header__catch p {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }

    .test-page-root .tp-header__top {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 18px 0 !important;
        width: 100% !important;
    }

    .test-page-root .tp-header__logo {
        flex: 0 0 auto;
    }

    .test-page-root .tp-header__logo img {
        width: 170px;
        height: auto;
    }

    .test-page-root .tp-header__toggle {
        display: inline-flex !important;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        margin-left: auto !important;
        border: none;
        border-radius: 0;
        background: #ffffff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

    .test-page-root .tp-header__toggle span {
        width: 18px;
        height: 2px;
        background: var(--tp-main);
    }

    .test-page-root .tp-header__clinics {
        display: none !important;
    }

    .test-page-root .tp-nav {
        display: none;
    }

    .test-page-root .tp-header.is-open .tp-nav {
        display: block;
    }

    .test-page-root .tp-nav .rd-navbar-nav {
        width: 100% !important;
        max-width: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 16px !important;
        text-align: left !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li {
        width: 100%;
        border-bottom: 1px solid var(--tp-line);
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>a {
        width: 100%;
        text-align: left !important;
        padding: 14px 0 !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>.rd-navbar-megamenu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        padding: 14px 0 6px !important;
        border: 0 !important;
        border-top: 1px solid var(--tp-line) !important;
        box-shadow: none !important;
        display: block !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .row {
        flex-wrap: wrap !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .col-lg-4 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
}


@media (max-width: 767px) {
    .test-page-root .tp-nav {
        display: none;
        max-height: calc(100vh - 140px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }

    .test-page-root .tp-header.is-open .tp-nav {
        display: block;
    }

    .test-page-root .tp-nav .rd-navbar-nav {
        width: 100% !important;
        max-width: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 16px 24px !important;
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .test-page-root .tp-header {
        overflow: visible !important;
    }
}

/* ==========================
   繝上Φ繝舌�繧ｬ繝ｼ 竊� ﾃ� 螟牙ｽ｢
========================== */

/* 繝吶�繧ｹ */
.test-page-root .tp-header__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--tp-main);
    transition: all 0.3s ease;
}

/* 髢九＞縺溘→縺� */
.test-page-root .tp-header.is-open .tp-header__toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.test-page-root .tp-header.is-open .tp-header__toggle span:nth-child(2) {
    opacity: 0;
}

.test-page-root .tp-header.is-open .tp-header__toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}



/* 繝輔ャ繧ｿ繝ｼ */

.tf-footer,
.tf-footer * {
    box-sizing: border-box;
}

.tf-footer {
    background: #e7ddd7;
    color: #332b28;
    padding-top: 88px;
    border-top: 1px solid #e7ddd7;
}

.tf-footer__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tf-footer__main {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 56px;
    align-items: start;
    padding-bottom: 64px;
}

.tf-footer__locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.tf-footer__location {
    background: #fff;
    border: 1px solid #e7ddd7;
    padding: 28px 28px 24px;
}

.tf-footer__title {
    margin: 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #332b28;
}

.tf-footer__line {
    width: 100%;
    height: 1px;
    background: #e7ddd7;
    margin: 16px 0 18px;
}

.tf-footer__text {
    margin: 0 0 20px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 14px;
    line-height: 2;
    color: #6f625d;
}

.tf-footer__text a {
    color: #6f625d;
    text-decoration: none;
}

.tf-footer__map iframe {
    display: block;
    width: 100%;
    filter: grayscale(100%);
}

.tf-footer__side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tf-footer__sns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tf-footer__sns-link {
    width: 42px;
    height: 42px;
    border: 1px solid #d8ccc6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8b5a52;
    text-decoration: none;
    transition: all .25s ease;
    background: #fff;
}

.tf-footer__sns-link:hover {
    background: #8b5a52;
    color: #fff;
    border-color: #8b5a52;
}

.tf-footer__brand-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tf-footer__brand {
    border: 1px solid #e7ddd7;
    background: #fff;
    padding: 18px;
}

.tf-footer__brand a,
.tf-footer__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.tf-footer__bottom {
    background: #503f3c;
    padding: 16px 0;
}

.tf-footer__bottom-inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tf-footer__bottom p {
    margin: 0;
    color: #fff;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 12px;
    line-height: 1.8;
}

.tf-footer__bottom a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .tf-footer__main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tf-footer__side {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .tf-footer {
        padding-top: 56px;
    }

    .tf-footer__inner,
    .tf-footer__bottom-inner {
        width: calc(100% - 32px);
    }

    .tf-footer__main {
        padding-bottom: 40px;
    }

    .tf-footer__locations {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tf-footer__location {
        padding: 22px 18px 18px;
    }

    .tf-footer__title {
        font-size: 20px;
    }

    .tf-footer__text {
        font-size: 13px;
    }

    .tf-footer__sns-link {
        width: 40px;
        height: 40px;
    }

    .tf-footer__bottom {
        padding: 6px 0;
    }

    .tf-footer__bottom p {
        font-size: 10px !important;
        line-height: 1.7;

    }
}

.tf-footer__sns-link {
    width: 44px;
    height: 44px;
    border: 1px solid #d8ccc6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8b5a52;
    text-decoration: none;
    background: transparent;
    transition: all .25s ease;
    background-color: #fff;
}

.tf-footer__sns-link:hover {
    background: #8b5a52;
    border-color: #8b5a52;
}

.tf-footer__sns-link .fa {
    font-size: 16px;
    color: currentColor;
}

.tf-footer__sns-link--tiktok img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: opacity .25s ease, filter .25s ease;
    filter: brightness(0) saturate(100%) invert(36%) sepia(15%) saturate(600%) hue-rotate(340deg);
    /* 竊� #8b5a52 縺ｫ蟇�○繧玖牡螟画鋤 */
}

.tf-footer__sns-link--tiktok:hover img {
    opacity: 1;
    filter: grayscale(100%) brightness(0) invert(1);
}


@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .test-page-root .tp-header {
        position: sticky;
        top: 0;
    }

    .test-page-root .tp-nav {
        display: none;
        width: 100%;
        max-height: calc(100vh - 110px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }

    .test-page-root .tp-header.is-open .tp-nav {
        display: block;
    }

    .test-page-root .tp-nav .rd-navbar-nav {
        width: 100% !important;
        max-width: none !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 16px 24px !important;
        text-align: left !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li {
        width: 100%;
        border-bottom: 1px solid var(--tp-line);
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>a {
        width: 100%;
        text-align: left !important;
        padding: 14px 0 !important;
    }

    .test-page-root .tp-nav .rd-navbar-nav>li>.rd-navbar-megamenu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        padding: 14px 0 6px !important;
        border: 0 !important;
        border-top: 1px solid var(--tp-line) !important;
        box-shadow: none !important;
        display: block !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .row {
        flex-wrap: wrap !important;
    }

    .test-page-root .tp-nav .rd-navbar-megamenu .col-lg-4 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* 繝医ャ繝励さ繝ｳ繝�Φ繝� */

.kv {
    position: relative;
    background: #f8f6f4;
}

.kv-slider-new {
    position: relative;
    overflow: hidden;
}

.kv-slide {
    min-height: 680px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.kv-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(51, 43, 40, 0.28) 0%, rgba(51, 43, 40, 0.12) 36%, rgba(51, 43, 40, 0.04) 100%);
}

.kv-content {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    color: #fff;
}

.kv-content h2 {
    margin: 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #fff;
}

.kv-content p {
    margin: 20px 0 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.95);
}

.kv-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 56px;
    margin-top: 28px;
    padding: 14px 28px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.8);
    color: #8b5a52;
    text-decoration: none;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    transition: all .3s ease;
}

.kv-content a:hover {
    background: #8b5a52;
    border-color: #8b5a52;
    color: #fff;
}

.kv-pagination {
    bottom: 24px !important;
}

.kv-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.kv-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 767px) {
    .kv-slide {
        min-height: 520px;
        align-items: flex-end;
        background-position: center center;
    }

    .kv-slide--custom {
        background-image: url('https://m-c-d.jp/wp-content/uploads/2025/11/slide_sp.png') !important;
    }

    .kv-content {
        width: calc(100% - 32px);
        margin-bottom: 30px !important;

    }

    .kv-content h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .kv-content p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.8;
    }

    .kv-content a {
        min-width: 220px;
        min-height: 48px;
        margin-top: 20px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .kv-pagination {
        bottom: 18px !important;
    }
}


/* ==========================
   院情報
========================== */

.clinic-info {
    padding: 56px 0 64px;
}

.clinic-info__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.clinic-info__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* カード */
.clinic-card {

    background: #fff;

    border: 1px solid #e7ddd7;

}

/* ヘッダー帯 */
.clinic-card__head {
    margin: 0;
}

/* タイトル帯 */
.clinic-card__title {
    margin: 0;
    padding: 14px 18px;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    background: #8b5a52;
    /* ブランドカラー */
    font-family: "Yu Mincho", serif;
    letter-spacing: 0.08em;

    background: linear-gradient(90deg, #8b5a52, #a06d64);
}


/* ==========================
   余白調整（これ追加）
========================== */

/* タイトル帯 */
.clinic-card__title {
    margin: 0;
    padding: 14px 18px;
    background: #8b5a52;
    color: #fff;
}

/* 表エリア */
.clinic-card__schedule {
    padding: 18px 22px 10px;
}

/* 補足 */
.clinic-time__note {
    margin-top: 8px;
    font-size: 13px;
    color: #6e6966;
}

/* 下テキスト */
.clinic-card__body {
    padding: 6px 22px 20px;
}


/* カード */
.clinic-card {
    background: #fff;
    border: 1px solid #e7ddd7;
    overflow: hidden;
    /* ←これ重要 */
}

/* タイトル帯 */
.clinic-card__title {
    margin: 0;
    padding: 14px 22px;
    background: #8b5a52;
    color: #fff;
    font-size: 20px;
}

/* 中身だけ余白 */
.clinic-card__inner {
    padding: 20px 22px;
}

/* ==========================
   診療表
========================== */

.clinic-card__schedule {
    margin-bottom: 16px;
    overflow-x: auto;
}

.clinic-time {
    display: grid;
    min-width: 100%;
    grid-template-columns: 120px repeat(7, 1fr);
    border-top: 1px solid #8f8a86;
    border-left: 1px solid #8f8a86;
    background: #fff;
}

.clinic-time__corner,
.clinic-time__day,
.clinic-time__label,
.clinic-time__cell {
    border-right: 1px solid #8f8a86;
    border-bottom: 1px solid #8f8a86;
    background: #fff;
}

.clinic-time__corner,
.clinic-time__day {
    min-height: 35px;
}

.clinic-time__day {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6e6966;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.clinic-time__label {
    min-height: 57px;
    padding: 0px 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    color: #6e6966;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 1.5rem;
}

.clinic-time__label span {
    font-size: 18px;
}

.clinic-time__label small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
}

.clinic-time__cell {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #7a7672;
}

.clinic-time__cell--star {
    font-size: 15px;
}

.clinic-time__cell--off {
    font-size: 13px;
}

/* ==========================
   テキスト部分
========================== */

.clinic-card__list {
    margin: 0;
}

.clinic-card__row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #eee3dd;
}

.clinic-card__row:first-child {
    border-top: 0;
}

.clinic-card__row dt {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #8b5a52;
    font-weight: 700;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.clinic-card__row dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #5f514c;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 無駄改行削除 */
.clinic-card__row dd br+br {
    display: none;
}

/* リンク */
.clinic-card__row a {
    color: #8b5a52;
    text-decoration: none;
    transition: .25s ease;
}

.clinic-card__row a:hover {
    color: #503f3c;
}


/* ==========================
   SP
========================== */

@media (max-width: 767px) {

    .clinic-info {
        padding: 40px 0 48px;
    }

    .clinic-info__inner {
        width: calc(100% - 24px);
    }

    .clinic-info__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .clinic-card {
        padding: 0;
        overflow: hidden;
    }

    .clinic-card__title {
        padding: 10px 16px;
        font-size: 17px;
        line-height: 1.4;
    }

    .clinic-card__schedule {
        padding: 14px 14px 8px;
        margin-bottom: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .clinic-time {
        min-width: 430px;
        grid-template-columns: 86px repeat(7, 1fr);
    }

    .clinic-time__corner,
    .clinic-time__day {
        min-height: 32px;
    }

    .clinic-time__day {
        font-size: 12px;
    }

    .clinic-time__label {
        min-height: 50px;
        padding: 4px 6px;
        line-height: 1.3;
    }

    .clinic-time__label span {
        font-size: 14px;
    }

    .clinic-time__label small {
        font-size: 9px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .clinic-time__cell {
        min-height: 50px;
        font-size: 13px;
    }

    .clinic-time__cell--star {
        font-size: 13px;
    }

    .clinic-time__cell--off {
        font-size: 12px;
    }

    .clinic-time__note {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.5;
    }

    .clinic-card__body {
        padding: 6px 14px 16px;
    }

    .clinic-card__row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    .clinic-card__row dt {
        font-size: 13px;
        line-height: 1.6;
    }

    .clinic-card__row dd {
        font-size: 12px;
        line-height: 1.75;
    }
}



html.lt-ie-10 *+[class*='cell-'],
*+[class*='cell-'],
html.lt-ie-10 *+.range-sm,
*+.range-sm {
    margin-top: 0 !important;
}

/* ==========================
   症状やお悩みから探す
========================== */

.symptom-search {
    padding: 80px 0;
    background: #fff;
}

.symptom-search__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.symptom-search__head {
    text-align: center;
    margin-bottom: 36px;
}

.symptom-search__label {
    margin: 0 0 8px;
    color: #8b5a52;
    font-family: var(--tp-font-sans);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.symptom-search__title {
    margin: 0;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.symptom-search__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.symptom-search__item {
    min-height: 64px;
    padding: 14px 18px;
    border: 1px solid #e7ddd7;
    background: #fdfcfa;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 15px;
    font-weight: 600;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    transition: all .25s ease;
}

.symptom-search__item:hover {
    background: #8b5a52;
    border-color: #8b5a52;
    color: #fff;
}

.symptom-search__item.is-ranking {
    background: #fff;
    border-color: #d8ccc6;
}

.symptom-search__item.is-ranking:hover {
    background: #8b5a52;
    color: #fff;
}

.symptom-search__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 24px;
    padding: 0 8px;
    background: #8b5a52;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.symptom-search__item:hover .symptom-search__rank {
    background: #fff;
    color: #8b5a52;
}

@media (max-width: 767px) {
    .symptom-search {
        padding: 48px 0;
    }

    .symptom-search__inner {
        width: calc(100% - 32px);
    }

    .symptom-search__head {
        margin-bottom: 24px;
    }

    .symptom-search__title {
        font-size: 24px;
    }

    .symptom-search__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px !important;
        margin-top: 60px;
    }

    .symptom-search__item {
        min-height: 56px;
        padding: 12px 10px;
        font-size: 14px;
        gap: 6px;
    }

    .symptom-search__rank {
        min-width: 36px;
        height: 22px;
        font-size: 11px;
    }

    .symptom-search__item.is-ranking::before {
        width: 40px !important;
    }
}

/* ランキング用 */
.symptom-search__item.is-ranking {
    position: relative;
}

/* 共通アイコン */
.symptom-search__item.is-ranking::before {
    content: "";
    width: 57px;
    height: 57px;
    position: absolute;
    top: -13px;
    left: -13px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 1位 */
.symptom-search__item.is-rank1::before {
    background-image: url("https://m-c-d.jp/wp-content/uploads/2025/04/no01-02.png");
}

/* 2位 */
.symptom-search__item.is-rank2::before {
    background-image: url("https://m-c-d.jp/wp-content/uploads/2025/04/no02.png");
}

/* 3位 */
.symptom-search__item.is-rank3::before {
    background-image: url("https://m-c-d.jp/wp-content/uploads/2025/04/no03.png");
}



.main_ttl {
    position: relative;
    padding-top: 40px;
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.08em;
    color: #2f2323;
    text-align: center;
}

@media screen and (max-width: 896px) {
    .main_ttl {
        font-size: 26px;
    }
}

.main_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #8b5a52;
}

.main_ttl span {
    display: block;
    margin-top: 10px;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.12em;
    color: #8f8f8f;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-transform: uppercase;
}


/* ==========================
   施術から探す
========================== */

.treatment-search {
    padding: 72px 0;
    background: #f8f6f4;
}

.treatment-search__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.treatment-search__head {
    text-align: center;
    margin-bottom: 36px;
}

.treatment-search__label {
    margin: 0 0 8px;
    color: #8b5a52;
    font-family: var(--tp-font-sans);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.treatment-search__title {
    margin: 0;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.treatment-search__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.treatment-search__item {
    min-height: 64px;
    padding: 14px 18px;
    border: 1px solid #e7ddd7;
    background: #fff;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .25s ease;
}

.treatment-search__item:hover {
    background: #8b5a52;
    border-color: #8b5a52;
    color: #fff;
}

@media (max-width: 767px) {
    .treatment-search {
        padding: 48px 0;
    }

    .treatment-search__inner {
        width: calc(100% - 32px);
    }

    .treatment-search__head {
        margin-bottom: 24px;
    }

    .treatment-search__title {
        font-size: 24px;
    }

    .treatment-search__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .treatment-search__item {
        min-height: 54px;
        padding: 11px 8px;
        font-size: 13px;
    }
}

/* ==========================
   施術から探す
========================== */

.treatment-search {
    padding: 72px 0;
    background: #f8f6f4;
}

.treatment-search__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.treatment-search__head {
    text-align: center;
    margin-bottom: 36px;
}

.treatment-search__label {
    margin: 0 0 8px;
    color: #8b5a52;
    font-family: var(--tp-font-sans);
    font-size: 12px;
    letter-spacing: 0.16em;
}

.treatment-search__title {
    margin: 0;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.treatment-search__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.treatment-search__item {
    min-height: 64px;
    padding: 14px 18px;
    border: 1px solid #e7ddd7;
    background: #fff;
    color: #332b28;
    font-family: var(--tp-font-serif);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .25s ease;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.treatment-search__item:hover {
    background: #8b5a52;
    border-color: #8b5a52;
    color: #fff;
}

@media (max-width: 767px) {
    .treatment-search {
        padding: 48px 0;
    }

    .treatment-search__inner {
        width: calc(100% - 32px);
    }

    .treatment-search__head {
        margin-bottom: 24px;
    }

    .treatment-search__title {
        font-size: 24px;
    }

    .treatment-search__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .treatment-search__item {
        min-height: 54px;
        padding: 11px 8px;
        font-size: 13px;
    }
}


@media (max-width: 767px) {

    .tf-footer__brand-list {
        flex-direction: row;
        gap: 10px;
    }

    .tf-footer__brand {
        flex: 1;
        padding: 3px;
    }

    .tf-footer__brand img {
        width: 100%;
        height: auto;
    }

    html {
        margin-top: 0 !important;
    }
}


.clinic-card__head {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: #8b5a52;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.clinic-card__title {
    display: block;
    margin: 0;
    padding: 14px 22px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    letter-spacing: 0.08em;
}

.clinic-card__icon {
    width: 10px;
    height: 10px;
    margin-right: 22px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s ease;
}

.clinic-card__content {
    display: none;
}

.clinic-card.is-open .clinic-card__content {
    display: block;
}

.clinic-card.is-open .clinic-card__icon {
    transform: rotate(225deg);
}

@media (min-width: 768px) {
    .clinic-card:hover .clinic-card__content {
        display: block;
    }

    .clinic-card:hover .clinic-card__icon {
        transform: rotate(225deg);
    }
}


/* ==========================
   院情報アコーディオン制御
========================== */

/* 共通：中身は閉じる */
.clinic-card__content {
    display: none !important;
}

/* クリックで開く */
.clinic-card.is-open .clinic-card__content {
    display: block !important;
}

/* 矢印 */
.clinic-card__icon {
    width: 10px;
    height: 10px;
    margin-right: 22px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s ease;
}

.clinic-card.is-open .clinic-card__icon {
    transform: rotate(225deg);
}

/* PCだけホバーでも開く */
@media (min-width: 768px) {
    .clinic-card:hover .clinic-card__content {
        display: block !important;
    }

    .clinic-card:hover .clinic-card__icon {
        transform: rotate(225deg);
    }
}

/* SPはホバー無効。クリックだけ */
@media (max-width: 767px) {
    .clinic-card__content {
        display: none !important;
    }

    .clinic-card.is-open .clinic-card__content {
        display: block !important;
    }
}

/* ==========================
   PC：常に開く & 矢印消す
========================== */
@media (min-width: 768px) {

    /* 中身は常に表示 */
    .clinic-card__content {
        display: block !important;
    }

    /* 矢印削除 */
    .clinic-card__icon {
        display: none !important;
    }

    /* クリックカーソルも不要なら消す */
    .clinic-card__head {
        cursor: default;
    }
}