@charset "UTF-8";

body {
    background-color: #FFFDFB;
    color: #555;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --fs-h1: 18px;
    --fs-h2: 22px;
    --fs-h3: 20px;
    --fs-body: 15px;
    --fs-note: 13px;

}

@media (min-width: 768px) {
    body {
        line-height: 1.65;
        letter-spacing: 0.02em;
    }

    :root {
        --fs-h1: 20px;
        --fs-h2: 24px;
        --fs-h3: 22px;
        --fs-body: 16px;
    }
}

h1 {
    font-size: var(--fs-h1);
    text-align: center;
    color: #867664;
}

h2 {
    font-size: var(--fs-h2);
    text-align: center;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    background-color: #6B8198;
    position: relative;
    padding: 10px;
    color: #fff;
    z-index: 1;
    letter-spacing: 0.08em;
    padding: 14px;
}

h2::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px;
    border-style: solid;
    border-color: #6B8198 transparent transparent transparent;
    z-index: 2;
}

h3 {
    font-size: var(--fs-h3);
    text-align: center;
}

p {
    font-size: var(--fs-body);
}

.small {
    font-size: var(--fs-small);
}

/* FVここから============================================================================= */

.fv img {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
    background-color: #f5f2ed;
}

.h1-none {
    display: none;
}

/* FVここまで============================================================================= */
/* CTAボタンここから======================================================================= */

.cta-section {
    padding: 50px 20px;
    background-color: #f5f2ed;
    text-align: center;
}

.cta-inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.cta-lead {
    font-size: 1rem;
    color: #c5a059;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.cta-main-copy {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #444;
}

.cta-main-copy span {
    background: linear-gradient(transparent 70%, #f1e6d2 70%);
    font-weight: bold;
}

.cta-box {
    margin-top: 40px;
}

.cta-sub-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

/* ボタンのデザイン */
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c5a059;
    color: #fff;
    text-decoration: none;
    padding: 22px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3);
    max-width: 450px;
    margin: 0 auto;
}

.cta-btn:hover {
    background: #b08e4a;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(197, 160, 89, 0.4);
}

.btn-arrow {
    margin-left: 15px;
    font-size: 1rem;
}

.cta-note {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
}

/* スマホ対応 */
@media (max-width: 767px) {
    .cta-inner {
        padding: 40px 20px;
    }

    .cta-main-copy {
        font-size: 1.4rem;
    }

    .cta-btn {
        font-size: 1rem;
        padding: 18px 20px;
    }
}

@media (min-width: 767px) {
    .cta-section {
        padding: 90px 0;
    }
}

/* こんなお悩みありませんか？ここから======================================================== */
.trouble-body {
    background-color: #FCF6EF;
    padding: 50px 30px;
}

.trouble-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.trouble-list {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 30px;
    max-width: 1000px;
    font-size: 18px;
    list-style: none;
    /* デフォルトの点を消す */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);

}

.trouble-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.trouble-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 25px;
    height: 25px;
    background-image: url("../images/check-img.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.risk-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    margin: 30px auto;
    border-radius: 30px;
    max-width: 500px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);

}

.risk-label {
    background-color: #7FC8E3;
    padding: 7px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 140px;
    margin-bottom: 10px;
}

.inflammation-container {
    border: solid #C5A059 2px;
    padding: 20px;
    border-radius: 30px;
    max-width: 900px;
    margin-top: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);

}

.inflammation-name {
    margin-bottom: 20px;
    color: #48698f;
    font-weight: bold;
    font-size: 24px;
}

.arrow-text {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

/* 矢印CSS */
.arrow-down-wide {
    position: relative;
    width: 200px;
    height: 10px;
    background: #C5A059;
    border-radius: 10px 10px 0 0;
    margin: 10px auto 70px;
}

.arrow-down-wide::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid #C5A059;
}

.arrow-round {
    width: 60px;
    height: 40px;
    background: #000;
    margin: 20px auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    border-radius: 8px;
}

.arrow-wrap {
    padding-top: 10px 0;
}

.arrow-wrap3 {
    padding: 30px 0 0 0;
}

@media (min-width: 768px) {
    .trouble-body {
        background-color: #FCF6EF;
        padding: 100px 0;
    }

    .risk-container-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
        gap: 30px;
    }

    .inflammation-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 30px;
        margin: 50px auto;

    }

    .trouble-img {
        max-width: 230px;
        max-width: 250px;
    }

    .trouble-list-wrap {
        display: flex;
        gap: 50px;
        max-width: 900px;
        margin: 0 auto;
    }

    .trouble-list {
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }
}

/* こんなお悩みありませんか？ここまで======================================================== */

/* 粉瘤とは？ここから========================================================================= */
.about-body {
    background-color: #FAFAFA;
    padding: 50px 30px;
}

.about-img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .about-body {
        padding: 80px 0;
    }

    .about-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
        gap: 30px;
    }
}

/* 粉瘤とは？ここまで========================================================================= */

/* 治療法ここから============================================================================= */
.treatment-body {
    background-color: #F5F7FA;
    padding: 50px 30px;
}

.treatment-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.punch-img {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.surgical-img {
    width: 100%;
    max-width: 500px;
    padding: 0;
}

.treatment-subtitle {
    color: #5D7B9D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.treatment-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--accent-gold);
}

.punch-wrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.surgical-wrap {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.treatment-bottom {
    border: solid #C5A059 2px;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    max-width: 900px;
    margin: 0px auto;
    margin-top: 30px;
    font-size: 18px;
}

.treatment-strong {
    color: #c5a059;
    background: linear-gradient(transparent 70%, #f1e6d2 70%);
}

@media (min-width: 768px) {
    .treatment-body {
        padding: 80px 30px;
    }

    .treatment-flex {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        max-width: 1000px;
        margin: 0 auto;
        gap: 30px;
    }

    .punch-wrap {
        padding: 40px;
    }

    .surgical-wrap {
        padding: 40px;
    }

    .treatment-bottom {
        font-size: 24px;
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    br .br-none {
        display: none;
    }
}

/* 治療法ここまで============================================================================= */

/* 施術の違いここから========================================================================= */
.difference-body {
    background-color: #FCF6EF;
    padding: 50px 30px;
}

.difference-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.difference-punch-wrap {
    background-color: rgb(255, 255, 255, 0.6);
    padding: 30px 30px;
    border-radius: 30px;
    border: solid #C5A059 1px;
    max-width: 520px;
}

.difference-surgical-wrap {
    background-color: rgb(255, 255, 255, 0.6);
    padding: 30px 35px;
    border-radius: 30px;
    border: solid #C5A059 1px;
    max-width: 520px;
}

.difference-subtitle {
    color: #5D7B9D;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.difference-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--accent-gold);
}


.features {
    margin: 20px 0;
}

.difference-heading {
    text-align: left;
    position: relative;
    padding-left: 18px;
    font-size: 18px;
}

.difference-heading::before {
    content: "";
    position: absolute;
    left: 0;

    top: 50%;
    transform: translateY(-50%);

    width: 4px;
    height: 25px;

    background: #bda37a;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .difference-wrap {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin: 0 auto;
        max-width: 1050px;
    }

    .difference-body {
        padding: 80px 0;
    }
}

.doctor-selection-box {
    max-width: 900px;
    margin: 20px auto;
}

.advice-container {
    background: #fdfbf8;
    /* ごく薄いベージュ */
    border: 1px solid #e0d8cc;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* 医師の写真部分 */
.doctor-visual {
    flex: 0 0 180px;
    text-align: center;
}

.doctor-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-name {
    color: #c5a059;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* テキスト部分 */
.advice-title {
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.advice-content p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.advice-content strong {
    color: #c5a059;
    background: linear-gradient(transparent 70%, #f1e6d2 70%);
    font-size: 18px;
}

.advice-point {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.sub-text {
    font-size: 0.85rem !important;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

/* スマホ対応 */
@media (max-width: 767px) {
    .advice-container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .doctor-visual {
        flex: 0 0 auto;
        margin-bottom: 20px;
    }
}

/* 施術の違いここまで========================================================================= */

.reason-body {
    background-color: #F5F7FA;
    padding: 50px 30px;
}

/* 選ばれる理由ここから======================================================================= */
.reason-number {
    font-size: 30px;
    font-weight: bold;
    color: #C5A059;
    padding-right: 20px;
}

.reason-inner {
    margin-bottom: 30px;

}

.reason-subtitle {
    position: relative;
    display: inline-block;
    color: #48698f;
    font-weight: bold;
}

.reason-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    min-width: 320px;
    height: 2px;
    background-color: #C5A059;
}

.reason-img {
    width: 100%;
    border-radius: 50px;
    padding: 20px 0;
    max-width: 400px;
}

@media (min-width: 768px) {
    .reason-number {
        font-size: 34px;
    }

    .reson-container {
        display: flex;
        gap: 30px;
        max-width: 900px;
        align-items: center;
    }

    .reason-subtitle::after {
        min-width: 900px;
    }

    .reason-inner {
        max-width: 1000px;
        margin: 50px auto;
    }

    .reason-wrap {
        max-width: 900px;
        margin: 0 auto;
    }
}
.reason-body {
    background: #FAF8F5;
    padding: 60px 30px;
}

.reason-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

/* カード */
.reason-inner {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* タイトル */
.reason-subtitle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;

    color: #48698f;
    font-weight: 700;
    font-size: 24px;

    margin-bottom: 25px;
    padding-bottom: 14px;
}

.reason-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    max-width: 180px;
    height: 2px;

    background: linear-gradient(to right, #C5A059, transparent);
}

/* 番号 */
.reason-number {
    font-size: 38px;
    font-weight: 700;
    color: rgba(212, 175, 55, 0.85);
    line-height: 1;
    font-family: serif;
}

/* レイアウト */
.reson-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* 画像 */
.reason-img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

/* 本文 */
.reason-inner p {
    line-height: 2;
    color: #555;
    font-size: 15px;
}

/* PC */
@media (min-width: 768px) {

    .reason-body {
        padding: 100px 30px;
    }

    .reason-inner {
        padding: 45px;
        margin-bottom: 50px;
    }

    .reson-container {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .reason-img {
        width: 42%;
        max-width: 380px;
        flex-shrink: 0;
    }

    .reason-inner p {
        flex: 1;
        font-size: 16px;
    }

    .reason-subtitle {
        font-size: 28px;
    }

    .reason-number {
        font-size: 48px;
    }
}





/* 施術の流れここから ===========================================================*/


:root {
    --main-beige: #f5f2ed;
    --accent-gold: #c5a059;
    --text-color: #333;
    --bg-white: #ffffff;
}

.flow-body {
    padding: 50px 30px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

/* Flow Grid Layout */
.flow-grid {
    display: grid;
    gap: 40px;
}

/* Step Item */
.flow-item {
    position: relative;
    background: var(--main-beige);
    padding: 40px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Step Number Decor */
.step-num {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(197, 160, 89, 0.2);
    /* ゴールドの透過 */
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

.flow-lead {
    font-size: 1.25rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.flow-lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--accent-gold);
}

.flow-text {
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: left;
}

@media (min-width: 768px) {
    .flow-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .flow-item:not(:last-child)::after {
        content: "▶";
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--accent-gold);
    }

    .flow-body {
        padding: 120px 0;
    }
}

/* 施術の流れここまで=========================================================== */
/* 料金表ここから=============================================================== */
.price-body {
    background-color: #FAFAFA;
}

.price-wrap {
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
    padding: 60px 20px;
}

.price-title {
    font-size: 22px;
    margin-bottom: 8px;

}

.price-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.price-sub {
    text-align: left;
    position: relative;
    padding-left: 18px;
}

.price-sub::before {
    content: "";
    position: absolute;
    left: 0;

    top: 50%;
    transform: translateY(-50%);

    width: 4px;
    height: 25px;

    background: #bda37a;
    border-radius: 2px;
}

.price-table {
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 40px;
}

.price-table thead th {
    background: #b7a88a;
    color: #fff;
    padding: 14px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
}

.price-table td {
    padding: 16px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

/* 点線の縦区切り */
.price-table td:not(:last-child),
.price-table th:not(:last-child) {
    border-right: 1px dashed #ccc;
}

/* セパレーター行 */
.price-table .separator td {
    height: 10px;
    background: #f7f5f2;
    border: none;
}

/* 金額強調 */
.price-table td:nth-child(3),
.price-table td:nth-child(4) {
    font-weight: 500;
}

@media (min-width: 768px) {
    .price-body {
        padding: 50px 0;
    }
}

/* 料金表ここまで=================================================================================== */

/* よくある質問ここから============================================================================= */
.faq {
    background: #EEF2F5;;
    position: relative;
}

.faq-body {
    max-width: 700px;
    margin-top: 50px;
    padding: 30px 20px 50px;
}

.faq-item {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #f8f8f8;
}

/* 質問 */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question .qa {
    font-weight: bold;
    color: #BFA57B;
    margin-right: 10px;
}

.faq-question .text {
    flex: 1;
    font-size: 16px;
}

.faq-question .icon {
    width: 14px;
    height: 14px;
    position: relative;
}

.faq-question .icon::before,
.faq-question .icon::after {
    content: "";
    position: absolute;
    background: #b99b7d;
}

.faq-question .icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faq-question .icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    border-top: 2px solid #eee;
}

/* 開いたとき */
.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 10px 20px 20px;
}

/* −表示（縦棒消す） */
.faq-item.open .icon::after {
    display: none;
}

.faq-answer .qa {
    font-weight: bold;
    color: #b99b7d;
    margin-right: 8px;
}

.faq-answer p {
    display: inline;
    font-size: 15px;
    line-height: 1.6;
}

/* 開いた時 */
.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 10px 20px 20px;
}

/* ＋を−に */
.faq-item.active .icon::after {
    display: none;
}

@media (min-width: 768px) {

    .faq-body {
        max-width: 900px;
        padding: 100px 0;
        margin: 0 auto;
    }
}

/* 医師の紹介ここから===================================================================================== */
.doctor-body {
    padding: 50px 30px;
}

.doctor-img {
    width: 300px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 30px;
}

.doctor-message {
    color: #48698f;
    font-size: 18px;
    margin-bottom: 20px;
}

.career-title {
    color: #48698f;
    font-size: 22px;
}

.doctor-comment {
    margin: 20px auto;
}

@media (min-width: 768px) {
    .doctor-body {
        max-width: 900px;
        margin: 0 auto;
        padding: 100px 0;
    }

    .dictor-flex {
        display: flex;
        gap: 50px;
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
    }
}

/* 医師の紹介ここまで======================================================================================= */

/* クリニックの紹介ここから================================================================================== */
.introduction-section {
    background-color: #f4f0e9;
}

.introduction-body {
    padding: 30px;
}

.introduction-wrap {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 20px auto;
    max-width: 500px;
}

.introduction-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 270px;
    height: auto;
    border-radius: 10px;
}

.introduction-subtitle {
    font-size: 20px;
    color: #1E2D3D;
}

.introductionSwiper {
    padding: 20px 10px 40px;
}

.swiper-slide {
    height: auto;
    text-align: center;
    margin: 20px 0;
}

.introduction-wrap {
    height: 100%;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 16px;
}

.introductionSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #D6C7B8;
}

.introductionSwiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #48698f;
}

.introductionSwiper .introduction-wrap {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: scale(0.92);
    opacity: 0.85;
}

/* 中央スライド */
.introductionSwiper .swiper-slide-active .introduction-wrap {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 14px 36px rgba(87, 106, 133, 0.25);
}

.introductionwiper .swiper-slide-prev .introduction-wrap,
.introductionSwiper .swiper-slide-next .introduction-wrap {
    filter: grayscale(10%);
}

.num {
    font-size: 32px;
    color: #C8A559;
}

@media (min-width: 768px) {
    .introduction-body {
        padding: 100px 0;
    }
}

/* クリニックの紹介ここまで ===================================================================================*/

/* アクセス================================================================================================== */
.accessWrap {
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

.addressInner {
    max-width: 500px;
    margin: 0 auto;
}

.addressName {
    font-size: 18px;
    text-align: left;
    margin-left: 2rem;
}

address {
    font-size: 14px;
    text-align: left;
    margin-left: 2rem;
}

.accessButton {
    display: inline-block;
    background-color: #867664;
    padding: 5px 35px;
    margin: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

.accessButton:hover {
    opacity: 0.7;
}

.accessText {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* footer全体設定ここから================================================================================================= */
.footer-body {
    padding: 50px 20px;
}

.footer-section {
    background-color: #f4f0e9;
}

/* .footer-titleWrap{
    padding: 10px 10px 20px 10px;
    margin: 20px 10px !important;
    border: 5px solid #D6C7B8;
    background-color: #fafafa;
    border-radius: 10px;
} */
.footer-article {
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    max-width: 400px;
    margin: 20px auto;
    overflow: hidden;
}

.footer-title {
    background-color: #867664;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    text-align: center;
}

.footer-subtitle {
    text-align: center;
    font-size: 20px;
    color: #1E2D3D;
    border-radius: 20px 20px 0 0;
}

/* footer全体設定ここまで================================================================================================= */

/* 診療時間表ここから================================================================================================ */
table {
    font-size: 13px;
    text-align: center;
    color: #323232;
    margin: 0 auto;
}

.timetableInner {
    max-width: 500px;
    margin: 0 auto;
}

.timetableWrap {
    margin: 30px auto;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
}

.tableLeft {
    background-color: #baaea0;
    padding: 10px;
    text-align: center;
}

.tableTop {
    background-color: #dcd2c7;
    padding: 10px;
}

td {
    padding: 10px;
    border: solid 1px #b4a593;
}

.schedule_table th,
.schedule_table td {
    border: 1px solid #B8B0A8;
}

.timetableWrap>p {
    text-align: center;
}

.timetableText {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.timetableInner {
    padding: 0 10px;
}

.timetableInner table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background-color: #fff;
}

.timetableInner th,
.timetableInner td {
    border: 1px solid #B8B0A8;
    padding: 10px 8px;
    font-size: 14px;
}

/* 曜日（上段） */
.timetableInner .tableTop {
    background-color: #E8DED2;
    font-weight: 600;
    text-align: center;
}

/* 診療時間（左列） */
.timetableInner .tableLeft {
    background-color: #D6CABB;
    font-weight: 600;
    white-space: nowrap;
}

@media (min-width: 768px) {

    .footerWrap {
        display: flex;
        justify-content: center;
        width: 1200px;
    }

    .accessWrap {
        max-width: 600px;
    }

    .timetableInner {
        max-width: 600px;
        width: 100%;
    }

    .footerWrap {
        display: flex;
        align-items: center;
        max-width: 1200px;
        /* 固定幅 */
        margin: 0 auto;
    }

    .footer-article {
        border-radius: 10px 10px 10px 10px;
        max-width: 1200px;
        margin: 70px auto;
    }

    .timetableWrap,
    .accessWrap {
        flex: 1;
        min-width: 0;
        /* 地図側が暴れる時の保険 */
    }

    .footerWrap {
        margin: 20px auto;
    }

    .fixed-cta {
        width: 40%;
        left: auto;
        right: 5%;
    }
}

/* 診療時間表ここまで=========================================================================================== */
/* snsアイコン設定ここから====================================================================================== */
.snsIcon {
    text-align: center;
    background-color: #f4f0e9;
}

.sns {
    transition: filter 0.3s ease, transform 0.3s ease;
    margin-bottom: 120px;
}

.sns:hover {
    opacity: 0.7;
    color: #867664;
}

/* snsアイコン設定ここまで====================================================================================== */
/* 下部固定CTAここから========================================================================================= */
.fixed-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    gap: 10px;
}

.cta_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* =========================
   下部固定CTA全体
========================= */
.fixed-bottom-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

/* =========================
   電話予約ボタン
========================= */
.cta-tel {
    background-color: #C9A227;
    color: #fff;
    border: 2px solid #867664;
    border-radius: 50px;
    padding: 16px 20px;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* 電話アイコン */
.cta-tel::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../images/tell-img.png");
}

/* ホバー：軽く振動 */
.cta-tel:hover {
    animation: ring 0.6s ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.cta-tel::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
}

.cta-tel:hover::after {
    animation: ripple 0.6s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* =========================
   WEB予約ボタン
========================= */
.cta-web {
    background-color: #235ca1;
    color: #fff;
    border-radius: 50px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

/* 矢印 */
.cta-web span {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* 光が流れる */
.cta-web::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
}

.cta-web:hover::after {
    animation: shine 0.6s ease;
}

@keyframes shine {
    to {
        left: 120%;
    }
}

/* 矢印が前進 */
.cta-web:hover span {
    transform: translateX(6px);
}

.cta-web:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.cta_button:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    filter: brightness(1.08);
    transition: none;
}

.web-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-image: url("../images/callender-img.png");
}

/* 院選択メニュー（初期状態） */
.tel_menu {
    position: absolute;
    bottom: 50px;
    /* ボタンの下から */
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);

    transform: scaleY(0);
    /* 高さ0から */
    transform-origin: bottom;
    /* 下から上に伸びる */
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 998;
    overflow: hidden;
}

.tel_menu.show {
    transform: scaleY(1);
    opacity: 1;
}

.tel_menu a {
    display: block;
    padding: 15px;
    text-align: center;
    color: #867664;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.web-btn {
    padding: 5px 10px;
    text-align: center;
}

.fixed-bottom-cta {
    justify-content: center;
}

.cta_button a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

@media (min-width: 768px) {

    .fixed-bottom-cta {
        justify-content: center;
    }

    .web-btn {
        padding: 10px 40px;
        font-size: 18px;
    }

    .web-btn:hover {
        filter: brightness(1.1);
    }

    .cta-tel {
        font-size: 18px;
        padding: 23px 40px;
    }
}

/* 下部固定CTAここまで============================================================================================== */

/* 本文アニメーション */
.animation {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.animation.show {
    opacity: 1;
    transform: translateY(0);
}


.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}