/*
Menu Page Styles for Beauty Clinic Theme
美容クリニックテーマ - 施術各詳細ページ専用スタイル
*/

.subtitle-explanation {
    padding: 40px 0;
}

.subtitle-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
}

.explanation-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 10px;
    font-weight: 500;
    color: #868686;
    line-height: 3.0;
    letter-spacing: 0.1em;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: left;
}

/* 施術の特徴セクション */
.treatment-features {
    padding-top: 50px;
    text-align: center;
}

.feature-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 700;
    color: #DCCC94;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.feature-description {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    line-height: 2.5;
    letter-spacing: 0.05em;
    max-width: 500px;
    margin: 0 auto 50px;
    text-align: center;
}

/* 効果バナー */
.effect-banners {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
}

.effect-banner {
    position: relative;
    height: 70px;
    background: url('../images/menu_detail_1.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.effect-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 204, 148, 0.4);
}

.banner-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 20px;
    font-weight: 700;
    color: #868686;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* 向いている方セクション */
.background-gray-area {
    margin: 0 calc(50% - 50vw);
}

.suitable-for {
    padding: 50px 7%;
    position: relative;
    background: #FCFCFC;
}

.suitable-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.suitable-list {
    list-style: none;
    margin: 0;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 7%;
}

.suitable-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.suitable-item:last-child {
    margin-bottom: 0;
}

.check-icon {
    width: 11px;
    height: 11px;
    background: linear-gradient(135deg, #868686 0%, #FFFFFF 100%);
    border-radius: 50%;
    flex-shrink: 0;
}

.item-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

/* 施術の流れセクション */
.treatment-flow {
    padding: 50px 7% 0 7%;
}

.flow-steps {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 7%;
}

.flow-step {
    margin-bottom: 30px;
}

.flow-step:last-child {
    margin-bottom: 0;
}

.step-content {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #DCCC94;
    border-radius: 29px;
    padding: 10px 25px;
    margin-bottom: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 204, 148, 0.2);
}

.step-number {
    width: 38px;
    height: 38px;
    background: #DCCC94;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-info {
    flex: 1;
    text-align: center;
}

.step-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 700;
    color: #868686;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.3;
}

.step-description {
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    padding: 0 20px;
}

/* 症例写真セクション */
.nav-arrow-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    margin: 40px 0;
}

.nav-arrow-area.hidden {
    display: none;
}

.case-photos {
    background: #FFFFFF;
    position: relative;
    padding: 40px 9% 0 9%;
}

.case-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 700;
    color: #DCCC94;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.no-cases-message {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin: 20px 0;
}

/* 写真表示エリア */
.case-detail-area {
    padding: 0 7%;
}
.photos-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.photo-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.photo-label {
    padding: 10px 23px;
    border-radius: 21px;
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #868686;
    color: #FFFFFF;
    flex-shrink: 0;
    min-width: 80px;
    text-align: center;
}

.photo-label.active {
    background: #DCCC94;
    color: #FFFFFF;
}

.photo-image {
    flex: 1;
    height: 120px;
    overflow: hidden;
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 症例詳細情報 */
.case-details {
    background: #DCCC94;
    padding: 14px;
    font-family: 'Shippori Mincho', serif;
    color: #FFFFFF;
}

.case-details-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.case-subject {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.case-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.info-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding-left: 10px;
}

/* FAQセクション */
.faq-section {
    background: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 0;
}

.faq-section .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
}

/* お問い合わせセクション */
.reservation-section .container {
    padding: 0;
}

.reservation-text {
    padding-left: 0;
}

/* 効果と持続期間セクション */
.duration-effect {
    padding: 60px 5%;
}

.duration-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 700;
    color: #DCCC94;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.duration-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.duration-card {
    background: #FFFFFF;
    border: 2px solid #DCCC94;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.duration-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 204, 148, 0.15);
}

.card-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
}

.card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #DCCC94;
}

.card-content {
    padding-top: 5px;
}

.card-content p {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 800;
    color: #868686;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0;
}

/* 施術料金セクション */
.treatment-pricing {
    padding: 60px 5%;
    background: #FFFFFF;
}

.pricing-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 700;
    color: #DCCC94;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.pricing-table-wrapper {
    overflow-x: auto;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}

.pricing-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-family: 'Shippori Mincho', serif;
    background: #FFFFFF;
}

.pricing-table thead th {
    background: #DCCC94;
    color: #FFFFFF;
    padding: 12px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: 1px solid #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 10;
}

.part-header {
    width: 40%;
    min-width: 180px;
}

.frequency-header {
    width: 15%;
    min-width: 80px;
}

.botox-header,
.allergan-header {
    width: 22.5%;
    min-width: 100px;
}

.pricing-table tbody td {
    padding: 10px 15px;
    text-align: left;
    color: #DCCC94;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    border: 1px solid #DCCC94;
    background: #FFFFFF;
    vertical-align: middle;
}

.pricing-table tbody td.part-name {
    background: #DCCC94;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
}

.pricing-table tbody td.price {
    text-align: right;
}

/* スクロール案内 */
.scroll-indicator {
    text-align: center;
    margin-top: 10px;
}

.scroll-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 10px;
    font-weight: 400;
    color: #868686;
    letter-spacing: 0.05em;
}

/* リスク・副作用セクション */
.risks-side-effects {
    padding: 60px 0;
    background: #868686;
    margin: 0 calc(50% - 50vw);
}

.risks-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.risks-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.risk-card {
    background: #FFFFFF;
    margin: 0 7%;
    padding: 18px 17px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #DCCC94;
}

.risk-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.risk-main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    font-weight: 700;
    color: #868686;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
}

.risk-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #868686;
}

.risk-sub-text {
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0;
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

    .subtitle-text {
        font-size: 24px;
    }
    
    .explanation-text {
        font-size: 16px;
        max-width: none; /* または max-width: 1000px; */
        width: 80%; /* 親要素の80%の幅 */
        margin: 0 auto;
    }

    .feature-title,
    .pricing-title,
    .risks-title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .treatment-features {
        padding-bottom: 90px;
    }

    .feature-description {
        font-size: 20px;
        max-width: none; /* または max-width: 1000px; */
        width: 80%; /* 親要素の80%の幅 */
        margin: 0 auto;
        padding-bottom: 50px;
    }
    
    .effect-banners {
        flex-direction: row;
        max-width: none;
        width: 100%;
        gap: 30px;
        justify-content: center;
        align-items: stretch;
    }
    
    .effect-banner {
        flex: 1;
        max-width: 280px;
        min-width: 200px;
    }

    .suitable-for {
        padding: 50px 0;
    }

    .suitable-list {
        max-width: none; /* または max-width: 1000px; */
        width: 80%; /* 親要素の80%の幅 */
        margin: 0 auto;
        padding-top: 30px;
    }

    .check-icon {
        width: 45px;
        height: 45px;
    }

    .item-text {
        font-size: 24px;
    }

    .suitable-item {
        margin-bottom: 35px;
    }

    .treatment-flow {
        padding-bottom: 120px;
    }

    .flow-steps {
        max-width: none; /* または max-width: 1000px; */
        width: 90%; /* 親要素の80%の幅 */
        margin: 0 auto;
    }

    .step-content {
        border-radius: 42px;
        padding: 15px 25px;
    }
    .step-number {
        font-size: 36px;
    }

    .step-title {
        font-size: 24px;
    }

    .step-description {
        font-size: 20px;
    }

    .case-photos {
        padding: 50px 12% 80px 12%;
    }
    
    .case-photos .container {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .case-detail-area {
        display: flex;
        gap: 30px;
        justify-content: center;
    }
    
    /* 左側：写真エリア */
    .photos-container {
        flex: 0 0 45%;
        max-width: 500px;
    }
    
    .photo-row {
        margin-bottom: 20px;
    }
    
    .photo-label {
        font-size: 16px;
    }

    .photo-row:last-child {
        margin-bottom: 0;
    }
    
    .photo-image {
        height: 200px;
    }
    
    /* 右側：詳細情報エリア */
    .case-details {
        flex: 1;
        max-width: 600px;
        margin-top: 0;
    }
    
    .case-details-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .case-subject {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .info-item {
        margin-bottom: 20px;
    }
    
    .info-label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .info-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .duration-cards {
        max-width: none; /* または max-width: 1000px; */
        width: 90%; /* 親要素の80%の幅 */
        margin: 0 auto;
    }

    .card-title {
        font-size: 20px;
    }

    .card-content p {
        font-size: 24px;
    }

    .pricing-table thead th,
    .pricing-table tbody td.part-name,
    .pricing-table tbody td {
        font-size: 16px;
    }

    .risks-cards {
        max-width: none; /* または max-width: 1000px; */
        width: 90%; /* 親要素の80%の幅 */
        margin: 0 auto;
    }
    
    .risk-main-title {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .risk-sub-text {
        font-size: 20px;
        padding: 5px;
    }

    .faq-section {
        padding: 100px 0;
    }
}

/* 症例件数表示のスタイル */
.case-count-display {
    text-align: center;
    margin-bottom: 30px;
}

.case-count-text {
    text-align: center;
    margin: 25px 0;
    font-size: 14px;
    color: #666;
}

/* ナビゲーションエリアのスタイル */
.nav-arrow-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    margin: 20px 0 30px 0;
    transition: opacity 0.3s ease;
}

.nav-arrow-area.hidden {
    display: none;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.nav-arrow.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.nav-arrow.disabled:hover {
    transform: none;
}

/* 症例スライダーのスタイル */
.case-slider {
    position: relative;
    overflow: hidden;
}

.case-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.case-slide.active {
    display: block;
}

.case-slide.active.fade-in {
    opacity: 1;
}

/* 症例が1件のみの場合の調整 */
.case-slider.single-case .nav-arrow-area {
    display: none;
}

/* PC版での調整 */
@media screen and (min-width: 960px) {
    .case-count-text {
        font-size: 20px;
        padding: 15px 30px;
    }
    
    .nav-arrow {
        width: 60px;
        height: 60px;
    }
}

.no-cases-content {
    max-width: 600px;
    margin: 0 auto;
}

.no-cases-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
}

.no-cases-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.no-cases-btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 160px;
    text-align: center;
}

.no-cases-btn:not(.primary) {
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
}

.no-cases-btn:not(.primary):hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

.no-cases-btn.primary {
    background: #DCCC94;
    color: #fff;
    border: 2px solid #DCCC94;
}

.no-cases-btn.primary:hover {
    background: #c9b67a;
    border-color: #c9b67a;
    color: #fff;
}

/* 参考症例エリア */
.default-case-reference {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: 40px;
}

.default-case-title {
    font-size: 18px;
    color: #888;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 500;
}

.default-case-reference .case-detail-area {
    opacity: 0.8;
    filter: grayscale(20%);
}


















/* 施術タイプブロック（3つの施術を区別） */
.treatment-type-block {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(220, 204, 148, 0.2);
}

.treatment-type-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.treatment-type-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    font-weight: 700;
    color: #DCCC94;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.treatment-type-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #DCCC94 50%, transparent 100%);
}

/* 施術の特徴セクション内の施術タイプブロック */
.treatment-features .treatment-type-block {
    padding-bottom: 50px;
}

/* 向いている方セクション内の施術タイプブロック */
.suitable-for .treatment-type-block {
    margin-bottom: 50px;
}

/* 施術の流れセクション内の施術タイプブロック */
.treatment-flow .treatment-type-block {
    margin-bottom: 50px;
}

/* 効果と持続期間セクション内の施術タイプブロック */
.duration-effect .treatment-type-block {
    margin-bottom: 50px;
}

/* リスク・副作用セクション内の施術タイプブロック */
.risks-side-effects .treatment-type-block {
    margin-bottom: 50px;
}

@media screen and (min-width: 960px) {
    /* PC用スタイル */
    
    .treatment-type-block {
        margin-bottom: 80px;
        padding-bottom: 60px;
    }
    
    .treatment-type-title {
        font-size: 28px;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    
    .treatment-type-title::after {
        width: 120px;
        height: 3px;
    }
    
    .treatment-features .treatment-type-block {
        padding-bottom: 70px;
    }
    
    .suitable-for .treatment-type-block {
        margin-bottom: 70px;
    }
    
    .treatment-flow .treatment-type-block {
        margin-bottom: 70px;
    }
    
    .duration-effect .treatment-type-block {
        margin-bottom: 70px;
    }
    
    .risks-side-effects .treatment-type-block {
        margin-bottom: 70px;
    }
}











/* FAQアコーディオンの動作用CSS */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px; /* 十分な高さを確保 */
}

.faq-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle-icon {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
}