/**
 * Salon Single Page Styles
 * サロン詳細ページ専用スタイル
 *
 * @package Cocoon Child - RUFFREE
 * @since 1.0.0
 */




/* ===========================================
   1. BREADCRUMB
   パンくずリスト
   =========================================== */
.salon-breadcrumb {
    border-bottom: 1px solid rgba(66, 55, 47, 0.1);
}

.salon-breadcrumb .breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.salon-breadcrumb .breadcrumb-list li {
    list-style: none;
}

.salon-breadcrumb a {
    color: var(--base-3);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.salon-breadcrumb a:hover {
    opacity: 0.7;
}

.salon-breadcrumb .current {
    opacity: 0.7;
}

/* ===========================================
   1-2. PAGE NAVIGATION
   ページ内ナビゲーション
   =========================================== */
.salon-page-nav {
    border-bottom: 1px solid rgba(66, 55, 47, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.salon-page-nav .section-container {
    padding: 0;
}

.salon-page-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: max-content;
}

.salon-page-nav-list li {
    list-style: none;
}

.salon-page-nav-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 25px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.salon-page-nav-list a:hover {
    opacity: 0.7;
}

.salon-page-nav-list .nav-label-ja {
    font-size: 13px;
    font-weight: 500;
    color: var(--base-3);
    line-height: 1.4;
}

.salon-page-nav-list .nav-label-en {
    font-size: 10px;
    font-weight: 400;
    color: var(--base-3);
    opacity: 0.6;
    margin-top: 2px;
    letter-spacing: 0.05em;
}

.salon-page-nav-list .nav-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(66, 55, 47, 0.15);
    transform: rotate(15deg);
}

/* ページ内ナビ レスポンシブ */
@media screen and (max-width: 1024px) {
    .salon-page-nav-list {
        justify-content: flex-start;
        padding: 0 16px;
    }

    .salon-page-nav-list a {
        padding: 15px 18px;
    }

    .salon-page-nav-list .nav-label-ja {
        font-size: 12px;
    }

    .salon-page-nav-list .nav-label-en {
        font-size: 9px;
    }

    .salon-page-nav-list .nav-divider {
        height: 35px;
    }
}

@media screen and (max-width: 480px) {
    .salon-page-nav-list a {
        padding: 12px 14px;
    }

    .salon-page-nav-list .nav-label-ja {
        font-size: 11px;
    }

    .salon-page-nav-list .nav-divider {
        height: 30px;
    }
}

/* ===========================================
   2. HERO SECTION
   ヒーローセクション
   =========================================== */
#salon-single-hero {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.salon-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    z-index: 1;
}

.salon-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(244, 241, 230, 0.95) 0%, rgba(244, 241, 230, 0.85) 50%, rgba(244, 241, 230, 0) 100%);
    z-index: 2;
}

.salon-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    min-height: 550px;
}

.salon-hero-content .section-container {
    padding-top: 0;
    padding-bottom: 73px;
    padding-right: 16px;
    /* 1440px時に180px → 12.5vw、最小16px */
    padding-left: clamp(16px, 12.5vw, 180px);
}

.salon-hero-inner {
    max-width: 700px;
}

/* 最寄り駅 */
.salon-hero-station {
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

/* キャッチコピー */
.salon-hero-catch {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 35px;
}

.salon-hero-catch-bg {
    display: inline;
    background-color: var(--base-2);
    padding: 8px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* 店舗名タイトル */
.salon-hero-title {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 35px;
}

.salon-hero-title-bg {
    display: inline;
    background-color: var(--base-2);
    padding: 8px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* 実績バッジ */
.salon-hero-badges {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.salon-hero-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: var(--base-2);
    border: 1px solid var(--base-3);
    min-width: 160px;
    text-align: center;
}

.salon-hero-badge .badge-label {
    font-size: 12px;
    color: var(--base-3);
    margin-bottom: 5px;
}

.salon-hero-badge .badge-stars {
    color: var(--accent-1);
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.salon-hero-badge .badge-value {
    font-size: 14px;
    color: var(--base-3);
    line-height: 1.3;
}

.salon-hero-badge .badge-num {
    font-size: 28px;
    font-weight: 500;
    color: var(--accent-1);
}

.salon-hero-badge .badge-sub {
    font-size: 12px;
    display: block;
}

.salon-hero-badge .badge-note {
    font-size: 10px;
    color: var(--base-3);
    opacity: 0.7;
    margin-top: 5px;
}

/* ===========================================
   2-1. HERO RESPONSIVE
   ヒーローレスポンシブ
   =========================================== */
@media screen and (max-width: 834px) {
    #salon-single-hero {
        min-height: 450px;
    }

    .salon-hero-content {
        min-height: 450px;
    }

    .salon-hero-overlay {
        background: linear-gradient(90deg, rgba(244, 241, 230, 0.95) 0%, rgba(244, 241, 230, 0.9) 70%, rgba(244, 241, 230, 0.7) 100%);
    }

    .salon-hero-catch {
        font-size: 24px;
    }

    .salon-hero-title {
        font-size: 28px;
    }

    .salon-hero-badges {
        flex-wrap: wrap;
        gap: 10px;
    }

    .salon-hero-badge {
        min-width: calc(50% - 5px);
        padding: 12px 15px;
    }

    .salon-hero-badge .badge-num {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    #salon-single-hero {
        min-height: 400px;
    }

    .salon-hero-content {
        min-height: 400px;
    }

    .salon-hero-overlay {
        background: rgba(244, 241, 230, 0.9);
    }

    .salon-hero-station {
        font-size: 11px;
    }

    .salon-hero-catch {
        font-size: 20px;
    }

    .salon-hero-catch-bg,
    .salon-hero-title-bg {
        padding: 6px 10px;
    }

    .salon-hero-title {
        font-size: 22px;
    }

    .salon-hero-badges {
        flex-direction: column;
    }

    .salon-hero-badge {
        min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 10px;
        padding: 10px 15px;
    }

    .salon-hero-badge .badge-label {
        width: 100%;
        margin-bottom: 0;
    }

    .salon-hero-badge .badge-value {
        display: flex;
        align-items: baseline;
        gap: 3px;
    }

    .salon-hero-badge .badge-sub {
        display: inline;
    }

    .salon-hero-badge .badge-note {
        width: 100%;
        margin-top: 3px;
    }
}

/* ===========================================
   2. ABOUT SECTION
   ABOUTセクション
   =========================================== */
.salon-about-gallery {
    max-width: 900px;
    margin: 0 auto;
}

.salon-about-image {
    width: calc(33.333% - 10px);
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 6px;
}

.salon-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.salon-about-image:hover img {
    transform: scale(1.05);
}

/* ===========================================
   3. RESULTS SECTION
   施術実績セクション
   =========================================== */
.salon-results-gallery {
    max-width: 900px;
    margin: 0 auto;
}

.salon-result-image {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 6px;
}

.salon-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.salon-result-image:hover img {
    transform: scale(1.05);
}

/* ===========================================
   4. STAFF SECTION
   スタッフセクション
   =========================================== */
.salon-staff-card {
    width: 250px;
    text-align: center;
}

.salon-staff-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

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

.salon-staff-info {
    padding: 0 10px;
}

/* ===========================================
   5. GALLERY SECTION
   ギャラリーセクション
   =========================================== */
.salon-gallery {
/*     max-width: 900px; */
    margin: 0 auto;
}

.salon-gallery-image {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
}

.salon-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.salon-gallery-image:hover img {
    transform: scale(1.05);
}

/* ===========================================
   6. REVIEWS SECTION
   お客様の声セクション
   =========================================== */
.salon-review-card {
    background-color: var(--base-2);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(66, 55, 47, 0.06);
}

.salon-review-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

/* ===========================================
   7. INFO SECTION
   店舗情報セクション
   =========================================== */
.salon-info-card {
    padding: 30px;
    box-shadow: 0 2px 8px rgba(66, 55, 47, 0.06);
}

.salon-info-table {
    margin-top: 20px;
}

.salon-info-row {
    display: flex;
    border-bottom: 1px solid rgba(66, 55, 47, 0.1);
}

.salon-info-row:last-child {
    border-bottom: none;
}

.salon-info-label {
    width: 100px;
    min-width: 100px;
    padding: 12px 15px;
    background-color: var(--base-1);
    color: var(--base-3);
    flex-shrink: 0;
}

.salon-info-value {
    flex: 1;
    padding: 12px 15px;
    color: var(--base-3);
    margin: 0;
}
.salon-info-value a {
	color: inherit;
	transition: opacity 0.3s ease;
}
.salon-info-value a:hover {
	color: inherit;
	opacity: 0.5;
}

.salon-tel-link {
    color: var(--base-3);
    text-decoration: none;
    transition: color 0.25s ease;
}

.salon-tel-link:hover {
    color: var(--accent-1);
    text-decoration: underline;
}

/* SNS Links */
.salon-sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--base-1);
    transition: all 0.25s ease;
}

.salon-sns-link:hover {
    background-color: var(--accent-1);
}

.salon-sns-link:hover img {
    filter: brightness(0) invert(1);
}

/* ===========================================
   8. MAP SECTION
   マップセクション
   =========================================== */
.salon-map {
    border-radius: 8px;
    overflow: hidden;
}

.salon-map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* ===========================================
   9. FAQ SECTION
   FAQセクション
   =========================================== */
.salon-faq-item {
    background-color: var(--base-2);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(66, 55, 47, 0.06);
}

.salon-faq-question {
    background-color: var(--base-2);
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease;
    text-align: left;
}

.salon-faq-question:hover {
    background-color: rgba(159, 133, 64, 0.05);
}

.salon-faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.salon-faq-toggle {
    transition: transform 0.3s ease;
}

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

.salon-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: var(--base-1);
}

.salon-faq-item.active .salon-faq-answer {
    max-height: 500px;
}

/* ===========================================
   10. BUTTONS
   ボタン
   =========================================== */
.salon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 4px;
    font-family: var(--font-saw);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.25s ease;
    min-width: 180px;
    text-align: center;
}

.salon-btn-reserve {
    background-color: #C4544A;
    color: var(--base-2);
    border: 1px solid #C4544A;
}

.salon-btn-reserve:hover {
    background-color: #a8453d;
    border-color: #a8453d;
}

.salon-btn-detail {
    background-color: var(--base-2);
    color: var(--base-3);
    border: 1px solid var(--base-3);
}

.salon-btn-detail:hover {
    background-color: var(--base-3);
    color: var(--base-2);
}

/* ===========================================
   11. BACK LINK
   戻るリンク
   =========================================== */
.salon-back-link {
    text-decoration: none;
    transition: color 0.25s ease;
}

.salon-back-link:hover {
    color: var(--accent-1);
}

.salon-back-link span {
    margin-right: 5px;
}

/* ===========================================
   12. BORDER UTILITIES
   ボーダーユーティリティ
   =========================================== */
.border-b {
    border-bottom: 1px solid;
}

.border-t {
    border-top: 1px solid;
}

.border-base-1 {
    border-color: var(--base-1);
}

/* ===========================================
   13. RESPONSIVE - TABLET (max-width: 834px)
   =========================================== */
@media screen and (max-width: 834px) {
    #salon-single-hero {
        min-height: 200px;
    }

    .salon-about-image {
        width: calc(50% - 8px);
    }

    .salon-staff-card {
        width: 200px;
    }

    .salon-staff-photo {
        width: 140px;
        height: 140px;
    }

    .salon-review-card {
        padding: 20px;
    }

    .salon-review-photo {
        width: 60px;
        height: 60px;
    }

    .salon-info-card {
        padding: 20px;
    }

    .salon-info-row {
        flex-direction: column;
    }

    .salon-info-label {
        width: 100%;
        padding: 10px 12px;
    }

    .salon-info-value {
        padding: 10px 12px;
        background-color: var(--base-2);
    }

    .salon-map iframe {
        height: 300px;
    }

    .salon-btn {
        width: 100%;
        min-width: auto;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }
}

/* ===========================================
   14. RESPONSIVE - MOBILE (max-width: 480px)
   =========================================== */
@media screen and (max-width: 480px) {
    .salon-about-image {
        width: 100%;
    }

    .salon-staff-card {
        width: 100%;
        max-width: 250px;
    }

    .salon-review-card {
        padding: 15px;
    }

    .salon-faq-question {
        padding: 12px 15px;
    }

    .salon-faq-answer > div {
        padding: 12px 15px;
    }
}

/* ===========================================
   15. ANIMATION
   アニメーション
   =========================================== */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================================
   16. PRINT STYLES
   印刷用スタイル
   =========================================== */
@media print {
    .salon-hero-overlay {
        display: none;
    }

    .salon-faq-answer {
        max-height: none !important;
        display: block !important;
    }

    .salon-btn,
    .salon-back-link,
    #salon-cta {
        display: none;
    }

    .salon-map {
        page-break-inside: avoid;
    }
}


