/* ==================================
common
===================================*/
html {
    font-size: 62.5%;
}

/* 余白リセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 全体の基本 */
body {
    font-family: Noto Serif JP, serif;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
}

body,
html {
    overflow-x: hidden;
}

/* PCでは改行しない */
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
}

/* ヘッダー */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    background-color: #fff;
    padding: 0 2%;
}

.site-title {
    display: flex;
    align-items: center;
    gap: 10px
}

.site-title .logo {
    margin-top: 14px;
    height: 100px;
    width: auto;
}

.site-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #555;
}

.header-cta {
    text-align: center;
}

.header-top p {
    font-weight: 700;
    margin-bottom: 5px;
    color: #555;
    font-size: 1.4rem;
}

.header-buttons {
    display: flex;
    gap: 24px;
}

.header-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 65px;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.header-beauty-btn {
    border: 1px solid #8F3556;
    background: #fff;
}

.header-beauty-btn img.beauty-icon {
    width: 160px;
    height: auto;
    padding: 10px;
}

.header-line-btn {
    background: #00B900;
    font-family: "Noto Sans JP";
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.header-line-btn .line-flex {
    display: flex;
    align-items: center;
}

.line-icon {
    width: 26px;
    height: auto;
}

/* ===== ホバー時の共通効果 ===== */
.header-buttons a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* 追従ボタン */
.floating-buttons {
    position: fixed;
    right: 0;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.floating-buttons a {
    display: block;
    padding: 30px 10px;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    transition: all 0.3s ease;
}

/* TOPへ戻るボタン */
.floating-buttons .btn-to-top {
    background: #3F3228;
    color: #fff;
}

/* 予約するボタン */
.floating-buttons .btn-reserve {
    background: #8F3556;
    color: #fff;
}

.floating-buttons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ */
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 3%;
    }

    .site-title {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .site-title .logo {
        height: 50px;
        width: auto;
        margin-top: 0;
    }

    .site-title h1 {
        font-size: 1.4rem;
        margin: 0;
    }

    .header-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .header-top p {
        display: none;
    }

    .header-buttons {
        display: none;
    }

    /* 追従ボタン */
    .floating-buttons a {
        padding: 16px 10px;
        font-size: 1.6rem;
    }
}

/*====================================================================
main-visual
====================================================================*/
.main-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-bar {
    background-color: #B09369;
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP";
    color: #fff;
    font-weight: 500;
    letter-spacing: 2.7px;
}

.fv-background {
    display: flex;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.fv-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #F5F1EC;
    z-index: 1;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.fv-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fv-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 36%;
    left: 8%;
    transform: translateY(-50%);
    width: 40%;
    z-index: 2;
}

.fv-text h2 {
    color: #856E4C;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 4.8px;
    text-align: center;
}

.fv-arrow {
    display: block;
    margin: 3px auto 12px;
    width: 320px;
    height: auto;
}

.pain-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fv-text .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #3F3228;
    color: #fff;
    font-size: 3rem;
    margin-right: 6px;
    font-weight: bold;
}

.fv-text .normal-text {
    font-size: 3rem;
    color: #3F3228;
    vertical-align: center;
    font-weight: 600;
    letter-spacing: 5px;
}

.fv-text .main-text {
    width: 50em;
    font-size: 6.4rem;
    color: #3F3228;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 12px;
    margin-top: -14px;
    text-align: center;
}

.fv-text .copy-section {
    width: 50em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}

.fv-text .copy-section .copy-text {
    position: relative;
    display: inline-block;
    padding: 16px 32px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.fv-text .copy-section .copy-text::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #B09369;
    transform: skew(-15deg);
    z-index: -1;
    filter: drop-shadow(4px 4px 4px rgba(107, 107, 107, 0.25));
}

.copy-text p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.8px;
    margin: 0;
}

.copy-text p:nth-child(2) {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 4.16px;
    margin: 4px 0 0;
}

.bullet-row {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 24px;
    align-items: center;
    z-index: 3;
}

.bullet-box {
    position: relative;
    width: 320px;
    height: 100px;
}

.bullet-box .gold-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.bullet-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 100%;
    box-sizing: border-box;
}

.bullet-box.first .bullet-text {
    justify-content: flex-start;
    text-align: left;
}

.bullet-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.bullet-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bullet-line {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.bullet-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3F3228;
    line-height: 1.2;
}

.bullet-middle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3F3228;
    line-height: 1.2;
}

.bullet-small {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3F3228;
    line-height: 1.2;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .top-bar {
        font-size: 1rem;
        padding: 3px 10px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.4;
        height: auto;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        background-color: #F5F1EC;
    }

    .fv-background {
        position: relative;
        width: 100%;
        height: 560px;
        overflow: hidden;
        background-color: #F5F1EC;
    }

    .fv-text {
        top: 32%;
        left: -14%;
        transform: translateY(-50%);
        width: 90%;
        text-align: left;
        z-index: 2;
    }

    .fv-text h2 {
        font-size: 1.8rem;
        letter-spacing: 3px;
        line-height: 1.3;
    }

    .fv-arrow {
        margin: 3px auto 8px;
        width: 200px;
        height: auto;
    }

    .fv-text .circle {
        width: 34px;
        height: 34px;
        font-size: 1.8rem;
        margin-right: 4px;
    }

    .fv-text .normal-text {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .fv-text .main-text {
        font-size: 4rem;
        letter-spacing: 8px;
        margin-top: 0;
        margin-left: 1rem;
    }

    .fv-text .copy-section {
        margin-top: 24px;
    }

    .fv-text .copy-section .copy-text {
        padding: 10px 16px 8px;
        left: 8%;
    }

    .copy-text p:nth-child(1) {
        font-size: 1.4rem;
        text-align: left;
        margin-left: 2px;
        font-weight: 500;
    }

    .copy-text p:nth-child(2) {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: left;
        margin: 0 0;
    }

    .bullet-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-sizing: border-box;
        bottom: 4vh;
        left: 34vw;
    }

    .bullet-box {
        display: flex;
        align-items: center;
        background: linear-gradient(152deg, #DDCC92 31.03%, #F3EBCF 55.02%, #DDCC92 82.47%);
        box-sizing: border-box;
        width: 230px;
        height: 56px;
        border-radius: 50px;
    }

    .bullet-box .gold-frame {
        display: none;
    }

    .bullet-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bullet-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .bullet-text {
        display: flex;
        align-items: baseline;
        line-height: 1.4;
        white-space: nowrap;
    }

    .bullet-line {
        display: flex;
        align-items: baseline;
        white-space: nowrap;
        gap: 4px;
    }

    .bullet-large {
        font-size: 1.4rem;
    }

    .bullet-middle {
        font-size: 1.4rem;
    }

    .bullet-small {
        font-size: 1.2rem;
    }
}

/*====================================================================
concerns セクション 
====================================================================*/
.section-concerns {
    text-align: center;
    position: relative;
    background-color: #F5F1EC;
    padding-top: 80px;
    padding-bottom: 90px;
}

/* ---------- カテゴリー1 ---------- */
.concern-block.block1 h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    background: url("images/speechbubble.png") no-repeat center;
    width: 770px;
    height: 185px;
    padding: 16px 0;
    text-align: center;
}

.concern-block.block1 h2 .line1 {
    font-size: 2.6rem;
    display: block;
    font-size: 30px;
    letter-spacing: 4px;
}

.concern-block.block1 h2 .line2 {
    display: block;
    font-size: 3rem;
    letter-spacing: 4px;
}

.highlight {
    font-size: 0;
}

.highlight .char {
    position: relative;
    display: inline-block;
    font-size: 3.6rem;
}

.highlight .char .dot {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #A23E48;
    border-radius: 50%;
}

.concerns-list {
    display: flex;
    justify-content: center;
    gap: 66px;
    margin-top: 50px;
}

.concern-item {
    position: relative;
    background-color: #fff;
    padding: 16px;
    text-align: center;
    flex: 1;
    max-width: 162px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.25);
}

.concern-item .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: auto;
}

.concern-item .title {
    color: #3F3228;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
    margin-top: 30px;
    font-family: "Noto Sans JP";
}

.concern-item .concern-img {
    width: auto;
    height: 72px;
    margin-bottom: 23px;
}

/* ---------- block1 スマホ対応 ---------- */
@media (max-width: 1024px) {
    .section-concerns {
        padding-top: 0;
        padding-bottom: 45PX;
    }

    .concern-block.block1 h2 {
        width: 100%;
        height: 130px;
        background-size: auto 100%;
        background-position: center top;
        padding-top: 16px;
        padding-bottom: 8px;
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .concern-block.block1 h2 .line1 {
        font-size: 1.8rem;
        letter-spacing: 1.6px;
        line-height: 1;
    }

    .concern-block.block1 h2 .line2 {
        font-size: 2rem;
        letter-spacing: 1.8px;
        line-height: 0.8;
    }

    .highlight .char {
        font-size: 2.2rem;
    }

    .highlight .char .dot {
        top: -12px;
        width: 6px;
        height: 6px;
    }

    .concerns-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-top: 30px;
    }

    .concern-item {
        flex: 0 0 27%;
        max-width: 150px;
        padding: 8px;
        border-radius: 16px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .concern-item .icon {
        width: 34px;
    }

    .concern-item .title {
        font-size: 1.4rem;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .concern-item .concern-img {
        height: 60px;
        margin-bottom: 3px;
    }
}

/* ---------- カテゴリー2 ---------- */
.concern-block.block2 {
    margin: 90px auto 0;
    box-sizing: border-box;
}

.block-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.block-header .category-icon {
    width: 130px;
    height: auto;
    display: block;
}

.concerns-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 16px;
}

.concerns-title .text1 {
    font-size: 3rem;
    color: #3F3228;
    font-weight: 600;
    letter-spacing: 3.6px;
}

.concerns-title .text2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #3F3228;
    letter-spacing: 4.32px;
}

.concerns-title .text3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #3F3228;
    letter-spacing: 4.32px;
}

.concerns-title .text3 .dot {
    position: relative;
    display: inline-block;
    color: #A23E48;
    letter-spacing: 4.32px;
}

.concerns-title .text3 .dot::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #A23E48;
    border-radius: 50%;
}

.content-block {
    width: 1006px;
    margin: 45px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.content-block .content-text {
    flex: 1;
}

.content-text h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #3F3228;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 3.64px;
}

.content-text .red-text {
    color: #A23E48;
    font-weight: bold;
    display: inline;
}

.divider {
    width: 480px;
    height: 1px;
    background-color: #3F3228;
    margin: 13px 0 30px;
}

.content-text p {
    margin-bottom: 12px;
    text-align: left;
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
    line-height: 1.8;
}

.underline {
    background: linear-gradient(transparent 60%, rgba(211, 184, 94, 0.5) 0%);
    display: inline;
}

.content-block .content-image {
    flex: 0 0 410px;
}

.content-block .content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.arrow-icon {
    margin: 30px 0;
}

.arrow-icon img {
    width: 60px;
    height: auto;
}

.highlight-box {
    width: 1006px;
    margin: 0 auto;
    padding: 20px 30px;
    background: linear-gradient(178deg, #FDEDE0 1.32%, #B09369 98.63%);
    box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.25);
    text-align: center;
}

.highlight-box p {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
}

.highlight-box .lg {
    color: var(--text-color, #3F3228);
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 4.5px;
}

.highlight-box .sm {
    color: var(--text-color, #3F3228);
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 3.6px;
}

.content-block--vertical {
    width: 1006px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 30px 10% 0;
    background-color: #F5F1EC;
}

.content-block--vertical p {
    text-align: left;
    line-height: 1.8;
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
}

.content-block--vertical .highlight-red {
    color: #A23E48;
    font-weight: bold;
}

.content-block--vertical strong {
    font-weight: bold;
}

.content-block--vertical img {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
}

.treatment-box {
    padding: 45px 7.5% 0;
    background-color: #F5F1EC;
    box-sizing: border-box;
}

.treatment-inner {
    background: #fff;
    padding: 45px 8% 30px;
    box-sizing: border-box;
    text-align: left;
    width: 1006px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.treatment-inner h3 {
    display: inline-block;
    background-color: #A23E48;
    padding: 9px 20px 2px;
    margin-bottom: 30px;
    text-align: left;
}

.treatment-inner .title-large {
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff;
    font-size: 38px;
    letter-spacing: 5.7px;
}

.treatment-inner .title-small {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-left: 6px;
    letter-spacing: 4.8px;
}

.treatment-inner p {
    font-family: "Noto Sans JP";
    color: #333;
    letter-spacing: 2.4px;
    text-align: left;
    line-height: 1.8;
}

.treatment-inner strong {
    font-weight: 700;
}

.treatment-content {
    display: flex;
    margin-top: 45px;
    gap: 36px;
}

.treatment-title {
    color: #3F3228;
    padding-top: 10px;
    padding-left: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.treatment-title p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin: 0;
    line-height: 0;
}

.treatment-title img {
    display: block;
    width: 230px;
    height: auto;
    margin: 0;
}

.treatment-list {
    flex: 1;
}

.treatment-list ul {
    padding-left: 20px;
    list-style: none;
}

.treatment-list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-left: 60px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    letter-spacing: 2.4px;
}

.treatment-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-image: url('images/ei_check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.treatment-list li {
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.treatment-list .highlight-red {
    color: #A23E48;
    font-weight: 700;
}

/* レスポンシブ */
@media (max-width: 1024px) {
    .concern-block.block2 {
        margin: 45px auto 0;
    }

    .block-header {
        flex-direction: column;
        gap: 10px;
    }

    .block-header .category-icon {
        width: 80px;
    }

    .concerns-title {
        margin-left: 0;
    }

    .concerns-title .text1 {
        font-size: 1.8rem;
    }

    .concerns-title .text2 {
        font-size: 2rem;
    }

    .concerns-title .text3 {
        font-size: 2.4rem;
    }

    .concerns-title .text3 .dot::before {
        top: -6px;
        left: 45%;
        width: 6px;
        height: 6px;
    }

    .concerns-title .text1,
    .concerns-title .text2,
    .concerns-title .text3 {
        line-height: 1.4;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .concern-block.block2 .content-block {
        flex-direction: column;
        gap: 20px;
        padding: 20px 5%;
        width: 100%;
        box-sizing: border-box;
    }

    .concern-block.block2 .content-text h3 {
        font-size: 2rem;
        line-height: 1.4;
        letter-spacing: 2px;
    }

    .divider {
        width: 100%;
        margin: 12px auto 20px;
    }

    .concern-block.block2 .content-text p {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 2;
        text-align: justify;
    }

    .concern-block.block2 .content-block:nth-child(3) {
        display: flex;
        flex-direction: column;
    }

    .concern-block.block2 .content-block:nth-child(3) .content-text {
        order: 0;
    }

    .concern-block.block2 .content-block:nth-child(3) .content-image {
        order: 1;
        width: 100%;
    }

    .content-block {
        margin-top: 20px;
    }

    .content-block .content-image {
        flex: 0;
    }

    .content-block .content-image img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .arrow-icon img {
        width: 30px;
    }

    .highlight-box {
        width: 100%;
        padding: 24px 5%;
        margin: 0 auto;
    }

    .highlight-box p {
        font-size: 1.4rem;
    }

    .highlight-box .lg {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 2px;
        display: inline-block;
        white-space: nowrap;
    }

    .highlight-box .sm {
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 1px;
        display: inline-block;
        white-space: nowrap;
    }

    .content-block--vertical p {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: justify;
    }

    .treatment-inner {
        width: 100%;
        padding: 30px 5% 20px;
    }

    .treatment-inner h3 {
        padding: 6px 12px 2px;
        display: block;
    }

    .treatment-inner .title-large {
        font-size: 2rem;
        letter-spacing: 2px;
        display: inline-block;
    }

    .treatment-inner .title-small {
        font-size: 1.4rem;
        letter-spacing: 1.2px;
        margin-left: 0;
        display: inline-block;
    }

    .treatment-inner p {
        font-size: 1.4rem;
        letter-spacing: 2px;
        text-align: justify;
    }

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

    .treatment-title {
        padding-left: 0;
    }

    .treatment-title p {
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 2.4px;
    }

    .treatment-title img {
        width: 100%;
        max-width: 200px;
        margin-top: 0;
    }

    .treatment-list {
        padding-left: 0;
        flex: none;
    }

    .treatment-list ul {
        padding-left: 0;
        list-style: none;
    }

    .treatment-list li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 40px;
        list-style: none;
        font-size: 1.4rem;
        line-height: 1.5;
        display: block;
    }

    .treatment-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background-image: url('images/ei_check.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .treatment-list li span {
        display: inline;
    }
}

/*====================================================================
.featuresセクション 
====================================================================*/
.section-features {
    padding-bottom: 90px;
    background-color: #F5F1EC;
    padding: 0 6% 90px;
}

.features-inner {
    margin: 0 auto;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.features-subtitle {
    font-size: 3rem;
    font-weight: 500;
    color: #B09369;
    font-family: 'Crimson Text', serif;
    letter-spacing: 3px;
    padding-top: 60px;
    line-height: 1;
}

.features-title {
    font-size: 3.2rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
    letter-spacing: 4.8px;
}

.features-title .num-highlight {
    color: #A23E48;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 7.5px;
}

.features-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #B09369;
    margin: 45px auto;
}

.features-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
    padding: 0 5% 90px;
    box-sizing: border-box;
}

.feature-card {
    flex: 1;
    width: 230px;
    height: auto;
}

.feature-card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.feature-card h4 {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #3F3228;
    background: var(--grade, linear-gradient(152deg, #DDCC92 31.03%, #F3EBCF 55.02%, #DDCC92 82.47%));
    border-radius: 0 0 10px 10px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-align: center;
}

.feature-card-text {
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
    text-align: left;
    padding: 14px 2% 0;
}

/* =========================-slider========================== */
.features-slider {
    margin: 90px auto 0;
    width: 100%;
}

.features-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* レスポンシブ */
@media (max-width: 1024px) {
    .features-subtitle {
        font-size: 2rem;
        padding-top: 30px;
    }

    .features-title {
        font-size: 2.4rem;
        letter-spacing: 3px;
        line-height: 1.5;
        margin-top: 8px;
    }

    .features-title .num-highlight {
        font-size: 3rem;
        letter-spacing: 5px;
    }

    .features-title::after {
        width: 30px;
        margin: 30px auto;
    }

    .features-box {
        flex-direction: column;
        gap: 40px;
        padding: 0 0 60px;
        align-items: center;
    }

    .feature-card {
        width: 90%;
        max-width: 350px;
    }

    .feature-card img {
        height: 180px;
    }

    .feature-card h4 {
        font-size: 1.6rem;
        height: auto;
        padding: 15px 10px;
        line-height: 1.4;
    }

    .feature-card-text {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 10px 5%;
    }

    .features-slider {
        margin: 60px auto 0;
    }
}

/*====================================================================
aboutセクション 
====================================================================*/
.section-about {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    background-color: rgba(176, 147, 105, 0.6);
}

.section-about::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("images/about_img_7491.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.section-about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.8);
    z-index: 1;
}

.about-inner {
    position: relative;
    width: 1066px;
    z-index: 1;
}

.about-box {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    gap: 90px;
    align-items: center;
    padding: 45px;
}

.about-card img {
    width: 338px;
    height: 360px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
    z-index: 2;
}

.director-info p {
    margin: 0 38px;
    text-align: center;
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
}

.name .person {
    font-size: 2rem;
    letter-spacing: 2.8px;
    margin-left: 20px;
}

.director-info .name {
    border-bottom: 1px dotted #B09369;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.about-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text h3 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 4.8px;
    padding-left: 20px;
}

.about-text h3::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dotted #B09369;
    margin-top: 18px;
}

.about-text p {
    margin-top: 30px;
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
    padding: 0 5%;
    text-align: justify;
}

/* レスポンシブ */
/* ====== About セクション スマホ版 ====== */
@media screen and (max-width: 768px) {
    .section-about {
        padding: 40px 5%;
    }

    .section-about::after,
    .section-about::before {
        display: none;
    }

    .about-inner {
        width: 100%;
    }

    .about-box {
        flex-direction: column;
        gap: 30px;
        padding: 45px 5%;
    }

    .about-text {
        order: 1;
        margin-bottom: 20px;
    }

    .about-card {
        order: 2;
    }

    .about-card img {
        width: 100%;
        height: 50%;
        margin-bottom: 16px;
    }

    .director-info p {
        margin: 0 auto 8px;
        text-align: center;
        line-height: 1.4;
    }

    .name .person {
        font-size: 1.6rem;
        margin-left: 10px;
    }

    .name .title {
        font-size: 1.4rem;
    }

    .career,
    .qualification {
        font-size: 1.4rem;
    }

    .about-text h3 {
        font-size: 2.4rem;
        letter-spacing: 3px;
        padding-left: 0;
        text-align: center;
    }

    .about-text h3::after {
        width: 300px;
        margin: 12px auto;
        border-bottom: 1px dotted #B09369;
    }

    .about-text p {
        font-size: 1.5rem;
        padding: 0 0;
        text-align: left;
    }
}

/*====================================================================
voiceセクション 
====================================================================*/
.voice {
    width: 100%;
    margin: 0 auto;
}

.voice-header {
    background-color: #D3B85E;
    text-align: center;
}

.voice-subtitle {
    font-size: 3rem;
    font-family: "Crimson Text";
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
    opacity: 0.7;
    padding-top: 30px;
}

.voice-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 5.7px;
    line-height: 1;
    padding-bottom: 34px;
}

.voice-text-bg {
    background-color: rgba(211, 184, 94, 0.3);
    text-align: center;
    padding: 45px 8% 90px;
}

.voice-text {
    text-align: center;
}

.voice-text p {
    color: #3F3228;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
}

.voice-cards {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 45px;
}

.voice-card {
    background-color: #fff;
    flex: 1;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: "Noto Sans JP";
}

.rating {
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-top: 30px;
}

.rating::after {
    content: '★★★★★';
    color: #d4a017;
    margin-left: 4px;
}

.voice-cards .voice-card:nth-of-type(3) .rating::after {
    content: '★★★★☆';
}

.card-title {
    font-size: 2rem;
    color: #856E4C;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-top: 23px;
}

.voice-card img {
    width: 124px;
    height: auto;
    margin-top: 23px;
}

.card-name {
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 8px;
}

.card-name::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #d4a017;
    margin: 23px auto;
}

.card-text {
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-align: left;
    max-height: 70px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    padding: 0 20px;
}

.card-text.expanded {
    max-height: 600px;
}

.card-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.card-text.expanded::after {
    display: none;
}

.more-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 6px;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
    margin-top: 23px;
    margin-bottom: 30px;
}

.btn-text {
    letter-spacing: 2.4px;
}

.more-btn .btn-icon {
    color: #d4a017;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.more-btn:hover {
    font-weight: 600;
    border-bottom-width: 2px;
}

.more-btn:hover .btn-icon {
    transform: rotate(90deg) scale(1.2);
}

/* レスポンシブ */
@media (max-width: 1024px) {
    .voice-cards {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }

    .voice-card {
        width: 90%;
        max-width: 400px;
    }

    .voice-subtitle {
        font-size: 2rem;
        padding-top: 20px;
    }

    .voice-text-bg {
        padding: 30px 4% 60px;
    }

    .voice-title {
        font-size: 2.6rem;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }

    .voice-text {
        max-width: 310px;
        margin: 0 auto;
        text-align: left;
        /* テキスト自体は左寄せ */
    }

    .voice-text p {
        font-size: 1.4rem;
        letter-spacing: 1.2px;
    }

    .rating {
        margin-top: 20px;
    }

    .card-title {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .card-text {
        font-size: 1.4rem;
        line-height: 22px;
    }

    .more-btn {
        font-size: 1.4rem;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

/*====================================================================
processセクション 
====================================================================*/
.section-process {
    width: 100%;
    padding-bottom: 60px;
    background-color: #F5F1EC;
}

.process-subtitle {
    font-size: 3rem;
    font-family: "Crimson Text";
    font-weight: 500;
    letter-spacing: 3px;
    color: #B09369;
    opacity: 0.7;
    text-align: center;
    padding-top: 60px;
}

.process-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 5.7px;
    line-height: 1;
    text-align: center;
}

.process-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #B09369;
    margin: 45px auto;
}

.process-text {
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 60px;
}

.process-card {
    width: 1006px;
    height: 330px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
}

.process-step {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3F3228;
    background: var(--copper, linear-gradient(178deg, #FDEDE0 1.32%, #B09369 98.63%));
    text-align: center;
    font-weight: 500;
    letter-spacing: 3.6px;
    padding: 10px 20px;
}

.process-card-text {
    width: 60%;
    margin-top: 90PX;
}

.process-card-text h3 {
    margin-bottom: 10px;
    font-size: 3rem;
    color: #3f3228;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 30px;
}

.process-card-text p {
    font-family: "Noto Sans JP";
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    padding: 16px 60px 60px 30px;
    align-items: flex-end;
}

.process-card-image {
    width: 40%;
}

.process-card-image img {
    width: 100%;
    height: 266px;
    object-fit: cover;
}

.process-arrow {
    text-align: center;
    margin-bottom: 30px;
}

.process-arrow img {
    max-width: 100%;
    height: auto;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .section-process {
        padding: 10px 5% 45px;
    }

    .process-subtitle {
        font-size: 2rem;
        padding-top: 30px;
    }

    .process-title {
        font-size: 2.6rem;
        letter-spacing: 3px;
    }

    .process-title::after {
        margin: 30px auto;
        width: 30px;
    }

    .process-text {
        font-size: 1.4rem;
        padding-bottom: 40px;
        letter-spacing: 1px;
    }

    .process-card {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-bottom: 40px;
    }

    .process-step {
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
        font-size: 1.6rem;
        padding: 6px 12px;
    }

    .process-card-text {
        width: 100%;
        margin-top: 0;
    }

    .process-card-text h3 {
        font-size: 2rem;
        padding-left: 0;
    }

    .process-card-text p {
        font-size: 1.4rem;
        padding: 12px 0 20px 0;
    }

    .process-card-image {
        width: 100%;
        margin-top: 12px;
    }

    .process-card-image img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }

    .flow-arrow {
        text-align: center;
        margin: 20px 0;
        position: relative;
        z-index: 10;
    }

    .flow-arrow img {
        width: 50px;
        height: auto;
        display: inline-block;
    }
}

/*====================================================================
questionセクション 
====================================================================*/
.section-question {
    background-color: #fff;
    padding: 60px 20px;
}

.question-header {
    text-align: center;
}

.question-subtitle {
    font-size: 3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    letter-spacing: 3px;
    color: #B09369;
    opacity: 0.7;
}

.question-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 5.7px;
    line-height: 1.2;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.question-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #B09369;
    margin: 45px auto 15px;
}

.faq-item {
    max-width: 1006px;
    margin: 0 auto;
    border-bottom: 1px dashed #3f3228;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 18px;
}

.question-number {
    font-size: 4rem;
    color: #D3B85E;
    margin-right: 20px;
}

.question-text {
    flex: 1;
    font-size: 1.8rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 8px;
}

.toggle {
    font-size: 3rem;
    color: #D3B85E;
    margin-left: 15px;
    cursor: pointer;
    font-family: "Noto Sans JP";
    font-weight: 700;
    letter-spacing: 4.5px;
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 0 0 30px 55px;
    color: #3f3228;
    font-family: noto sans jp;
    letter-spacing: 2px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .toggle {
    transform: rotate(45deg);
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .section-question {
        padding: 45px 5%;
    }

    .question-subtitle {
        font-size: 2rem;
    }

    .question-title {
        font-size: 2.6rem;
    }

    .question-title::after {
        width: 30px;
        margin: 30px auto 10px;
    }

    .faq-question {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .question-number {
        font-size: 2.4rem;
        margin-right: 10px;
    }

    .question-text {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
        padding-top: 2px;
    }

    .toggle {
        font-size: 2.4rem;
        margin-left: 10px;
    }

    .faq-answer {
        font-size: 1.4rem;
        padding: 0 0 20px 35px;
        letter-spacing: 1.2px;
    }
}

/*====================================================================
informationセクション
====================================================================*/
.section-information {
    background-color: #F5F1EC;
    padding: 60px 20px 30px;
}

.information-header {
    text-align: center;
}

.information-subtitle {
    font-size: 3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    letter-spacing: 3px;
    color: #B09369;
    opacity: 0.7;
}

.information-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 5.7px;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.information-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #B09369;
    margin: 45px auto;
}

.information-content {
    max-width: 525px;
    margin: 0 auto;
    text-align: left;
}

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

.information-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.information-item .dt {
    min-width: 120px;
    font-family: "Noto Sans JP";
    font-size: 2rem;
}

.dd-wrapper .dd {
    margin: 2px 0;
}

.information-item .dd {
    display: block;
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    letter-spacing: 3px;
}

.information-item .dd:nth-of-type(2) {
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    letter-spacing: 2.4px;
}

.business-hours-calendar {
    width: 600px;
    margin: 45px auto 60px;
    text-align: center;
}

.business-hours-calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

.business-hours-calendar th,
.business-hours-calendar td {
    border-left: 1px solid #3f3228;
    border-bottom: 1px solid #3f3228;
    padding: 10px 16px;
    text-align: center;
    color: #3F3228;
    font-family: "Noto Sans JP";
}

.business-hours-calendar th {
    letter-spacing: 1.6px;
    font-weight: 400;
}

.business-hours-calendar td {
    letter-spacing: 2.1px;
}

.business-hours-calendar th:first-child,
.business-hours-calendar td:first-child {
    border-left: none;
}

.business-hours-calendar th:last-child,
.business-hours-calendar td:last-child {
    border-right: none;
}

.business-hours-calendar tr:first-child th,
.business-hours-calendar tr:first-child td {
    border-top: none;
}

.business-hours-calendar tr:last-child td {
    border-bottom: none;
}

.information-map {
    font-family: "Noto Sans JP";
    display: flex;
    margin: 50px auto;
    align-items: flex-start;
    background-color: #FFF;
    align-items: stretch;
    gap: 20px;
}

.info-left {
    flex: 1;
    padding: 30px;
}

.info-right {
    flex: 1;
}

.info-right iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.info-address {
    font-style: normal;
    letter-spacing: 2.7px;
}

.map-btn {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 260px;
    border-radius: 20px;
    border: 1px solid #B09369;
    background-color: #fff;
    color: #B09369;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 2.7px;
    padding: 16px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.map-btn:hover {
    background-color: #B09369;
    color: #fff;
    border-color: #B09369;
}

.info-access {
    font-weight: 500;
    letter-spacing: 2.7px;
}

.highlight-station {
    color: #A23E48;
    font-weight: 700;
}

.info-directions {
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 1.4rem;
}

.info-parking {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #3F3228;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-icon {
    color: #A23E48;
    width: 22px;
    height: 22px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .section-information {
        padding: 45px 5% 10px;
    }

    .information-subtitle {
        font-size: 2rem;
    }

    .information-title {
        font-size: 2.6rem;
    }

    .information-title::after {
        width: 30px;
        height: 3px;
        margin: 30px auto;
    }

    .information-item {
        gap: 8px;
    }

    .information-item .dt {
        font-size: 1.4rem;
        min-width: 80px;
    }

    .information-item .dd {
        font-size: 1.4rem;
        letter-spacing: 2.4px;
    }

    .information-item .dd:nth-of-type(2) {
        font-size: 1.4rem;
        letter-spacing: 1.4px;
    }

    .business-hours-calendar {
        width: 100%;
        margin: 30px auto;
        overflow-x: auto;
    }

    .business-hours-calendar table {
        min-width: 500px;
        font-size: 1.4rem;
    }

    .business-hours-calendar th,
    .business-hours-calendar td {
        font-size: 1.4rem;
    }

    .business-hours-calendar th {
        letter-spacing: 1.2px;
    }

    .business-hours-calendar td {
        letter-spacing: 2.1px;
    }

    .information-map {
        flex-direction: column;
    }

    .info-left {
        padding: 20px;
    }

    .map-btn {
        width: 100%;
        max-width: 300px;
    }

    .info-address {
        font-size: 1.4rem;
    }

    .info-access {
        font-size: 1.4rem;
    }

    .info-right iframe {
        height: 300px;
        margin-bottom: -10px;
    }

    .info-directions {
        font-size: 1.2rem;
        letter-spacing: 1.5px;
    }
}

/*====================================================================
campaign-menuセクション
====================================================================*/
.section-campaign {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #D3B85E;
    padding: 40px 0;
}

.campaign-container {
    position: relative;
    display: flex;
    max-width: 1200px;
    background: #fff;
    border-radius: 10px;
    overflow: visible;
}

/* ───── リボン ───── */
.cp_ribbon02 {
    width: 150px;
    height: 148px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    left: -8px;
}

.cp_ribbon02 .left_ribbon {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
    top: 30px;
    left: -36px;
    width: 174px;
    padding: 8px 0;
    transform: rotate(-45deg);
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #3f3228;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cp_ribbon02 .left_ribbon::before,
.cp_ribbon02 .left_ribbon::after {
    position: absolute;
    bottom: -4px;
    content: '';
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #827750 transparent transparent transparent;
}

.cp_ribbon02 .left_ribbon:before {
    left: 0;
}

.cp_ribbon02 .left_ribbon:after {
    right: 0;
}

.cp_card {
    position: relative;
    /*リボンをかけたいコンテンツボックスにセット*/
    width: 300px;
    height: 300px;
    background: #ffffff;
    margin: auto;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*リボンの部分*/
.cp_ribbon03 {
    width: 114px;
    height: 105px;
    overflow: hidden;
    position: absolute;
    bottom: -4px;
    right: -6px;
}

.cp_ribbon03 .right_ribbon {
    position: relative;
    bottom: -46px;
    right: 0px;
    width: 150px;
    height: 36px;
    transform: rotate(-45deg);
    color: #ffffff;
    background-color: #3f3228;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cp_ribbon03 .right_ribbon::before,
.cp_ribbon03 .right_ribbon::after {
    position: absolute;
    top: -4px;
    content: '';
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: transparent transparent transparent #827750;
}

.cp_ribbon03 .right_ribbon:before {
    left: 0;
}

.cp_ribbon03 .right_ribbon:after {
    right: 2px;
    border-width: 0 4px 4px 4px;
    border-color: transparent #827750 #827750 transparent;
}


.campaign-left img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.campaign-right {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-name {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid #3f3228;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 14px 16px;
}

.course-name .small {
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: 4px;
}

.course-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    flex-wrap: wrap;
}

.first-time {
    background: linear-gradient(152deg, #DDCC92 31.03%, #F3EBCF 55.02%, #DDCC92 82.47%);
    color: #3F3228;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

.first-time .highlight {
    font-weight: 700;
    color: #3F3228;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    /* padding: 16px 0 8px; */
}

.price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.normal-price {
    font-size: 2rem;
    color: #3F3228;
    font-weight: 700;
    letter-spacing: 2.4px;
}

.special-price {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.price-main {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    color: #D43131;
}

.price-sub {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.price-sub .tax {
    color: #3f3228;
    font-weight: 700;
    letter-spacing: 2.7px;
    padding-top: 30px;
}

.price-sub .yen {
    font-size: 3rem;
    font-weight: 700;
    color: #3f3228;
}

.time {
    color: #D43131;
    font-weight: 700;
    margin: 16px 0;
    text-align: right;
}

.time-note {
    color: #3F3228;
    font-weight: 700;
    font-size: 1.4rem;
}

.note {
    color: #3F3228;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}


/* レスポンシブ*/
@media screen and (max-width: 1024px) {
    .campaign-container {
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        border-radius: 20px;
    }

    .cp_ribbon02 .left_ribbon {
        font-size: 1.6rem;
        width: 172px;
    }

    .campaign-left,
    .campaign-right {
        width: 100%;
        padding: 0;
    }

    .campaign-right {
        margin-top: 16px;
    }

    .campaign-left img {
        max-width: 100%;
        height: auto;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .course-name {
        font-size: 2rem;
        padding: 14px 3%;
        margin: 0 5%;
    }

    .course-name .small {
        font-size: 1.6rem;
    }

    .course-box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-right: 0;
        margin-top: 16px;
    }

    .first-time {
        width: 120px;
        height: 120px;
        font-size: 1.8rem;
    }

    .first-time .highlight {
        font-size: 3rem;
    }

    .price-box {
        display: flex;
        flex-direction: column;
        align-items: right;
        gap: 8px;
    }

    .normal-price {
        font-size: 1.4rem;
    }

    .price-main {
        font-size: 5rem;
    }

    .price-sub .tax {
        font-size: 0.8rem;
        padding-top: 18px;
    }

    .price-sub .yen {
        font-size: 2rem;
    }

    .time {
        text-align: center;
        font-size: 1.4rem;
        margin: 8px 0;
    }

    .time-note {
        font-size: 1.2rem;
    }

    .note {
        line-height: 1.5;
        font-size: 1.2rem;
    }
}

/*====================================================================
reservationセクション
====================================================================*/
.reservation-form {
    background-color: #FFF;
    padding: 90px 20px;
    text-align: center;
}

.reservation-header {
    text-align: center;
}

.reservation-subtitle {
    font-size: 3rem;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    letter-spacing: 3px;
    color: #B09369;
    opacity: 0.7;
}

.reservation-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #3F3228;
    letter-spacing: 5.7px;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.reservation-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #B09369;
    margin: 45px auto;
}

.reservation-text {
    font-family: "Noto Sans JP";
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.reservation-text .text-accent {
    color: #A23E48;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reservation-form a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reservation-form a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.beauty-btn {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #8F3556;
    background: #FFF;
    gap: 0;
    height: 138px;
}

.beauty-icon {
    width: auto;
    height: 90%;
    object-fit: contain;
    padding: 20px 40px;
    flex-shrink: 0;
}

.beauty-text {
    background-color: #8F3556;
    color: #FFFFFF;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    padding: 0;
}

.beauty-line {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP";
    line-height: 1.2;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}

.line-btn {
    background: #00B900;
    color: #fff;
    font-family: "Noto Sans JP";
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 20px;
}

.line-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.line-action {
    font-size: 3rem;
    letter-spacing: 4.5px;
    font-weight: 700;
}

.line-flex {
    display: inline-flex;
    align-items: baseline;
    color: #fff;
}

.line-icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.line-strong {
    font-size: 3.8rem;
    letter-spacing: 5.7px;
    font-weight: 700;
}

.tel-btn {
    background: #3F3228;
    color: #fff;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Sans JP";
    gap: 16px;
    padding: 20px;
}

.tel-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 3.8px;
    margin: 0;
    line-height: 1.1;
}

.tel-number {
    font-size: 3.6rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 3.8px;
    margin: 0;
    line-height: 0.5;
}

.tel-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    vertical-align: middle;
}

.tel-note {
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin: 0;
    line-height: 1.1;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .reservation-form {
        padding: 30px 10%;
    }

    .reservation-subtitle {
        font-size: 2rem;
    }

    .reservation-title {
        font-size: 2.6rem;
        letter-spacing: 3px;
    }

    .reservation-title::after {
        width: 30px;
        height: 3px;
        margin: 30px auto;
    }

    .reservation-text {
        font-size: 1.4rem;
        letter-spacing: 2px;
        text-align: left;
    }

    .beauty-btn {
        height: 100px;
        gap: 10px;
    }

    .beauty-icon {
        width: 50%;
        flex-shrink: 0;
        height: 100%;
        padding: 0 10px 0 20px;
    }

    .beauty-text .beauty-line {
        font-size: 1.4rem;
        line-height: 1.1;
    }

    .beauty-text {
        width: 50%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #8F3556;
        border-radius: 0 10px 10px 0;
        padding: 0;
    }

    .beauty-line {
        margin: 0;
    }

    .line-text {
        font-size: 1.4rem;
    }

    .line-action {
        font-size: 1.6rem;
    }

    .line-flex {
        display: inline-flex;
        gap: 0;
    }

    .line-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .line-strong {
        font-size: 2.4rem;
        line-height: 0;
    }

    .tel-text {
        font-size: 1.4rem;
    }

    .tel-btn {
        flex-direction: column;
        padding: 16px;
        gap: 8px;
    }

    .tel-number {
        font-size: 2.4rem;
        justify-content: center;
    }

    .tel-icon {
        width: 24px;
        height: 24px;
    }

    .tel-note {
        font-size: 1rem;
    }
}

/*====================================================================
footer
====================================================================*/
.site-footer {
    background-color: #3f3228;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    padding: 50px 15% 30px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
}

.footer-left {
    flex: 1;
    min-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 15px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer-store-name {
    font-family: Noto Serif JP, serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 3.3px;
}

.footer-address,
.footer-access {
    font-size: 1.4rem;
    font-style: normal;
    margin-bottom: 30px;
    letter-spacing: 2.4px;
}

.footer-address .map-link {
    margin-left: 10px;
    color: #B09369;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.4rem;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: inherit;
}

.map-icon {
    width: 16px;
    height: 16px;
}

.footer-right {
    flex: 1;
    min-width: 300px;
}

.footer-hours-calendar table {
    width: 400px;
    border-collapse: collapse;
    border: none;
    margin: 20PX 0 40PX;
    color: #fff;
}

.footer-hours-calendar th,
.footer-hours-calendar td {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 8px;
    text-align: center;
    font-size: 1.2rem;
}

.footer-hours-calendar th:first-child,
.footer-hours-calendar td:first-child {
    border-left: none;
}

.site-footer .business-hours,
.site-footer .business-holidays {
    margin: 0 0 20px 0;
    color: #FFF;
}

.footer-business-hours .business-hours,
.footer-business-holidays .business-holidays {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    letter-spacing: 2.7px;
}

.footer-business-hours .dt,
.footer-business-holidays .dt {
    min-width: 120px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
}

.dd-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-business-hours .dd,
.footer-business-holidays .dd {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 2.4px;
}

.footer-hours-calendar thead th {
    border-top: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2rem;
    opacity: 0.7;
    letter-spacing: 1.8px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .site-footer {
        padding: 30px 5%;
    }

    .footer-logo img {
        width: 80px;
        height: 80px;
    }

    .footer-store-name {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .footer-top {
        gap: 0;
    }

    .footer-address,
    .footer-access {
        line-height: 1.6;
        letter-spacing: 1.6px;
    }

    .footer-right {
        flex: 1;
        min-width: 300px;
    }

    .footer-hours-calendar table {
        width: 320px;
    }

    .footer-business-hours dt,
    .footer-business-holidays dt {
        min-width: 90px;
        line-height: 1.4;
        letter-spacing: 1.6px;
    }

    .footer-business-hours dd,
    .footer-business-holidays dd {
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 1.6px;
    }

    .sp-br {
        display: inline;
    }

    .footer-bottom {
        margin-top: 30px;
    }
}