/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    line-height: 1.6;
    color: #333333;
    background-color: #adadaf;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 共通箇所 */
    /* =========================
       パンくず（右上、透明背景）
       ========================= */


/* Header Styles - Figma準拠 */
.header {
    width: 100vw;
    height: auto;
    background: #212121;
    position: fixed;
    margin: 0px auto 30px;
    top: 0;
    max-width: 100%;
    padding: 15px 0px 30px 0px;
    z-index: 100;
}

#top .header {
    margin-bottom: 0px;
}

.header-container {
    max-width: 1400px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header-top {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.navigation {
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    gap: 60px;
    align-items: center;
}

.nav-link {
    
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.21;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #573F30;
}

.header-bottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.site-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.21;
    margin-bottom: 10px;
}

.site-title {
    
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.21;
}

/* Hero Section - Figma準拠 */
.hero-section {
    width: 100%;
    height: 700px;
    background-color: #D9D9D9;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.hero-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.hero-images {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-images div{
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-images img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.image-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 907px;
    height: 734px;
    overflow: hidden;
}

.image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-side-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 493px;
    height: 390px;
    overflow: hidden;
}

.image-side-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-side-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 493px;
    height: 344px;
    overflow: hidden;
}

.image-side-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info Section - Figma準拠 */
.info-section {
    background-color: #573F30;
    width: 100%;
    height: 1306px;
    position: relative;
}

.info-container {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.info-content {
    display: flex;
    width: 100%;
    gap: 150px;
    align-items: flex-start;
}

.info-title-container {
    flex-shrink: 0;
}

.info-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-title {
    
    font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem);
    position: absolute;
    top: 100px;
    color: #fff;
    right: 190px;
    font-weight: 400;
    height: 700px;
    line-height: 1.08;
    margin-bottom: 60px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    letter-spacing: 0.1em;
}

.title-line {
    display: block;
    margin-bottom: 80px;
}

.title-line:last-child {
    margin-bottom: 0;
}

.info-description {
    font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
    margin-bottom: 80px;
    max-width: 702px;
    position: absolute;
    bottom: 250px;
    left: 60px;
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
}

.contact-item {
    
    font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
    color:#fff;
}

/* Responsive Design */

@media (max-width: 1024px) {
    .header {
        height: auto;
        padding: 30px 0;
    }
    
    /* .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    } */
    
    .header-top,
    .header-bottom {
        position: static;
        transform: none;
    }
    
    .nav-menu {
        gap: 40px;
    }
    
    /* .hero-section {
        height: auto;
        padding: 40px 0;
    }
     */
    /* .hero-images {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 20px;
        position: static;
    }
    
    .image-main {
        width: 100%;
        height: 400px;
    } */
    
    .image-grid {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 20px;
    }
    
    .image-small.top,
    .image-small.bottom {
        width: calc(50% - 10px);
        height: 250px;
    }
    
    .info-container {
        display: flex;
        flex-direction: column;
        gap: 60px;
        padding: 0 40px;
    }
    
    .info-title {
        font-size: 44px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        height: auto;
        margin-bottom: 40px;
        right: auto;
        left: 50px;
    }
    
    .title-line {
        margin-bottom: 20px;
    }
    
    .info-description,
    .contact-item {
        font-size: 20px;
    }
}



@media (max-width: 599px) {
    .header {
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 12px 0 20px 0;
    }
    
    .header-container {
        padding: 0 20px;
    }
    
    .site-subtitle {
        font-size: 12px;
        margin-bottom: 8px;
        color: #fff;
        font-weight: 400;
    }
    
    .site-title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.8px;
        color: #fff;
    }
    
    .header-content {
        align-items: center;
        justify-content: space-between;
    }
    
    /* デスクトップナビゲーションを非表示 */
    .desktop-nav {
        display: none;
    }
    
    /* ハンバーガーメニューボタンを表示 */
    .hamburger-btn {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .hamburger-btn:hover {
        transform: scale(1.05);
    }
    
    .hamburger-line {
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
    }
    
    .hero-section {
        height: 100svh;
        padding: 0;
    }
    
    /* .hero-container {
        padding: 0 10px;
    } */
    
    .image-main {
        height: 300px;
    }
    
    .image-small.top,
    .image-small.bottom {
        height: 150px;
    }
    
    .info-container {
        padding: 40px 15px;
        gap: 30px;
    }
    
    .info-content {
        gap: 30px;
    }
    
.info-title {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: left;
        left: 10px;
        top: auto;
        bottom: 120vw;
    }
    
    .title-line {
        margin-bottom: 10px;
    }
    
    .info-description, .contact-item {
        font-size: 14px;
        left: 10px;
        bottom: 95vw;
    }

    .contact-info {
        left: 10px;
        bottom: 70vw;
        gap: 10px;
    }


}

/* Private Salon Section - Figma準拠 */
.private-salon-section {
    width: 100%;
    height: 1356px;
    background-color: #adadaf;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.private-salon-container {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* ブラウン背景を画面右端まで確実に延長 */
.private-salon-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #212121;
    z-index: 1;
}

/* Right side brown background */
.private-salon-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 968px;
    height: 100%;
    background-color: #212121;
}

/* ブラウン背景を確実に右端まで届かせる */
.private-salon-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    background-color: #573F30;
}

/* Left side content */

.private-salon-left {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 10;
}
.private-salon-header {
    margin-bottom: 87px;
}

.private-salon-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 109px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-bottom: 49px;
    position: relative;
    z-index: 11;
    width: 805px;
    overflow: hidden;
}

/* タイトルのオーバーレイ効果 - 白色テキスト */
.private-salon-title::after {
    content: 'PRIVATE SALON';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%);
    z-index: 12;
}

.private-salon-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.625;
    color: #fff;
    position: relative;
    z-index: 11;
    width: 384px;
    overflow: hidden;
}

/* サブタイトルのオーバーレイ効果 - 白色テキスト */
.private-salon-subtitle::after {
    content: '本当のプライベートサロン';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%);
    z-index: 12;
}

.private-salon-text {
    width: 543px;
    margin-bottom: 40px;
    position: relative;
    z-index: 11;
}

.private-salon-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

/* 各段落のオーバーレイ効果 - 白色テキスト */
/* .private-salon-text p:nth-child(1)::after {
    content: '心地よいジャズが流れる、洗練された空間で過ごすひととき。';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    z-index: 12;
}

.private-salon-text p:nth-child(2)::after {
    content: '当サロンは、美容師歴30年以上のスタイリストが、上質な時間とスタイルを提供します。';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    clip-path: polygon(87% 0, 100% 0, 100% 100%, 87% 100%);
    z-index: 12;
}

.private-salon-text p:nth-child(3)::after {
    content: '会話を楽しみながら、時には無言のままリラックスするのも自由。決まった流れに縛られず、自分のペースで過ごせる"大人の隠れ家"です。日常のスイッチをオフにするための場所として、ぜひお立ち寄りください。';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    clip-path: polygon(85% 0, 100% 0, 100% 100%, 85% 100%);
    z-index: 12;
} */

.private-salon-text p:last-child {
    margin-bottom: 0;
}

/* CTA Button */


.salon-about-btn {
    display: inline-block;
    width: 292px;
    height: 56px;
    background-color: #212121;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.salon-about-btn::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 234px;
    width: 164px;
    height: 1px;
    background-color: #FFFFFF;
}

.salon-about-btn:hover {
    background-color: #FFFFFF;
    color: #212121;
    border: 1px solid #212121;
}

.salon-about-btn:hover::after {
    background-color: #212121;
}

/* Main Image */
.private-salon-image-main {
    position: absolute;
    top: 316px;
    right: 0;
    width: 605px;
    height: 616px;
    z-index: 5;
    overflow: hidden;
}

.private-salon-image-main img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Small Image */
.private-salon-image-small {
    position: absolute;
    bottom: 83px;
    left: 0;
    width: 444px;
    height: 452px;
    z-index: 5;
    overflow: hidden;
}

.private-salon-image-small img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Decorative Frames */
.private-salon-frame-main {
    position: absolute;
    top: 339px;
    right: 25px;
    width: 605px;
    height: 574px;
    border: 1px solid #FFFFFF;
    z-index: 6;
}

.private-salon-frame-small {
    position: absolute;
    bottom: 104px;
    left: 20px;
    width: 444px;
    height: 451px;
    border: 1px solid #FFFFFF;
    z-index: 6;
}

/* Responsive Design for Private Salon */
@media (max-width: 1440px) {
    .private-salon-right {
        width: calc(69% + 20px);
    }
    
    .private-salon-left {
        left: 60px;
    }
    
    .private-salon-image-main {
        width: 550px;
        height: 560px;
    }
    
    .private-salon-frame-main {
        width: 550px;
        height: 520px;
    }
}

@media (max-width: 1024px) {
    .private-salon-section {
        height: auto;
        padding: 50px 0;
        background-color: #212121;
    }
    
    .private-salon-frame-main {
        width: 479px;
        height: 403px;
        top: 712px;
        display: none;
    }

    .private-salon-image-small {
        position: relative;
        top: -220px;
    }

    .private-salon-frame-small {
        position: absolute;
        bottom: 291px;
        left: 8px;
        width: 474px;
        height: 300px;
        border: 1px solid #FFFFFF;
        z-index: 6;
        display: none;
    }
    
    .private-salon-container {
        display: flex;
        flex-direction: column;
        position: static;
        padding: 0 20px;
    }
    
    .private-salon-right {
        display: none;
    }
    
    .private-salon-left {
        position: static;
        padding: 0;
        margin-bottom: 60px;
        order: 1;
    }
    
    .private-salon-title {
        font-size: 72px;
        margin-bottom: 30px;
        width: auto;
        text-align: center;
    }
    
    /* タブレット以下ではオーバーレイ効果を無効化 */
    .private-salon-title::after,
    .private-salon-subtitle::after {
        display: none;
    }
    
    .private-salon-subtitle {
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
        margin: auto;
    }
    
    .private-salon-header {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .private-salon-text {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
        text-align: center;
    }
    
    .private-salon-cta {
        position: static;
        margin: 0 auto;
        text-align: center;
    }
    
    /* 画像のグリッドレイアウト */
    .private-salon-images {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        order: 2;
    }
    
    .private-salon-image-main, .private-salon-image-small {
        position: static;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .private-salon-image-main {
        grid-column: 2 / -1;
        height: auto;
    }
    
    /* .private-salon-frame-main,
    .private-salon-frame-small {
        display: none;
    } */
}



@media (max-width: 599px) {
    .private-salon-section {
        padding: 40px 0;
    }
    
    .private-salon-container {
        padding: 0 10px;
    }
    
    .private-salon-title {
        font-size: 36px;
    }
    
    .private-salon-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .private-salon-header {
        margin-bottom: 30px;
    }
    
    .private-salon-text p br {
        display: none;
    }
    
    .private-salon-text p {
        font-size: 13px;
        line-height: 1.7;
    }
    
    /* スマホでは画像をさらに小さく */
    .private-salon-images {
        gap: 10px;
        margin-top: 30px;
    }
    
    .private-salon-image-main {
        height: 200px;
    }
    
    .private-salon-image-small {
        height: 200px;
    }
    
    .salon-about-btn {
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        max-width: 260px;
    }
    
    .salon-about-btn::after {
        display: none;
    }
}

/* TOPページ　GALLERY箇所 */
/* Gallery Section - Figmaレイアウト準拠 */
.gallery-section {
    width: 100vw;
    background-color: #D9D9D9;
    padding: 0;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.gallery-container {
    width: 100vw;
    height: 695px;
    position: relative;
    max-width: none;
}

/* Figmaレイアウトに近いグリッド表示 */
.gallery-grid {
    display: grid;
    grid-template-columns: 208px 398px 398px 398px 208px;
    grid-template-rows: 372px 323px;
    gap: 0;
    height: 100%;
    width: 100vw;
    max-width: none;
    min-width: 100vw;
}

/* 各画像アイテムの配置 */
.gallery-item {
    position: relative;
    overflow: hidden;
    background-color: #D9D9D9;
}

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

/* ホバー効果 */
.gallery-item:hover img {
    transform: scale(1.05);
}

/* 個別アイテムの配置（Figma準拠） */
.gallery-item-1 {
    grid-column: 7 / 5;
    grid-row: 1 / 3;
}

.gallery-item-2 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.gallery-item-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.gallery-item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.gallery-item-5 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.gallery-item-6 {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

/* レスポンシブ対応 */
@media (max-width: 1440px) {
    .gallery-container {
        height: 500px;
    }
    
    .gallery-grid {
        grid-template-columns: 150px 300px 300px 300px 150px;
        grid-template-rows: 250px 250px;
        width: 100vw;
        max-width: none;
        min-width: 100vw;
    }
}

@media (max-width: 1024px) {
    .gallery-container {
        height: 400px;
    }
    
    .gallery-grid {
        grid-template-columns: 120px 240px 240px 240px 120px;
        grid-template-rows: 200px 200px;
        width: 100vw;
        max-width: none;
        min-width: 100vw;
    }
}


@media (max-width: 599px) {
    .gallery-container {
        padding: 0;
        width: 100vw;
        height: 300px;
        overflow: hidden;
    }
    
    .gallery-grid {
        display: flex;
        width: calc(300px * 12); /* 6枚 + 6枚複製 = 12枚 */
        height: 100%;
        animation: autoSlide 18s linear infinite; /* 3秒 × 6枚 */
        gap: 0;
        padding: 0;
        max-width: none;
        min-width: unset;
    }
    
    .gallery-item {
        flex: 0 0 300px; /* 幅300px固定 */
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6 {
        grid-column: unset;
        grid-row: unset;
    }
}

@keyframes autoSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-300px * 6)); /* 元の6枚分移動 */
    }
}

/* アニメーション効果 */
.gallery-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 1;
}

.gallery-item:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    z-index: 0;
    object-fit: cover;
    height: 100% !important;
}

/* ローディング状態 */
.gallery-item.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* アクセシビリティ */
.gallery-item:focus {
    outline: 3px solid #007bff;
    outline-offset: 2px;
}

/* 高解像度ディスプレイ対応 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gallery-item img {
        height: 100% !important;
        object-fit: cover;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ==============================
   MENU セクション
============================== */
.menu-section{width:100%;padding:80px 0 100px;}

/* コンテナ */
.menu-container{max-width:1200px;margin:0 auto;padding:0 20px;}

/* ---- 見出し + 横線 ---- */
.menu-heading{
  margin-bottom:60px;
  position: relative;
  margin-left: calc(-50vw + 50%);
  padding-left: 330px;
}
.menu-title{
  display:inline-block;
  font-family:'Cormorant Garamond',serif;
  font-size:109px;
  font-weight:400;
  letter-spacing:0.1em;
  line-height:1.21;
  color:#333341;
}
.menu-line {
  position: absolute;
  top: 75px;
  left: 0;
  width: 300px;
  height: 1px;
  background: #333341;
}

/* ---- 茶色背景ラッパー ---- */
.menu-bg{
  position:relative;
  padding:0px 20px 80px;
  border-radius:20px;
}
/* 背景を画面幅いっぱいに伸ばす */
.menu-bg::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100vw;
    height: 80%;
    transform: translateX(-50%);
    background: #212121;
    border-radius: 0px;
    z-index: -1;
}

/* ---- カードグリッド ---- */
.menu-wrapper{width:100%;}
.menu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.menu-grid>:nth-child(4){grid-column:1;}
.menu-grid>:nth-child(5){grid-column:2;}

/* ---- カード ---- */
.menu-card-wrapper{transition:margin-bottom .4s ease;}
.menu-card-wrapper.active{margin-bottom:50px;}
.menu-card{
  background:#fff;
  border-radius:20px;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
  overflow:visible;
  transition:.3s;
}
.menu-card-inner{border-radius:20px;overflow:hidden;}
.menu-card-image{width:100%;height:220px;background:#f0f0f0;overflow:hidden;}
.menu-card-image img{width:100%;height:100% !important ;object-fit:cover;}
.menu-card-content{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 30px;background:#fff;
}
.menu-label{font-size:16px;font-weight:500;letter-spacing:.02em;}

/* + ボタン */
.menu-toggle{
  background:#212121;border:none;border-radius:50%;
  width:30px;height:30px;display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:.3s;
}
.menu-toggle:hover{transform:scale(1.1);background:#212121;}
.plus-icon{position:relative;width:16px;height:16px;}
.line-h,.line-v{position:absolute;background:#fff;transition:.3s;}
.line-h{width:16px;height:2px;left:0;top:50%;transform:translateY(-50%);}
.line-v{width:2px;height:16px;left:50%;top:0;transform:translateX(-50%);}
.menu-toggle.active .line-v{opacity:0;transform:translateX(-50%) rotate(90deg);}
.menu-toggle.active .line-h{transform:translateY(-50%) rotate(180deg);}

/* ---- アコーディオン ---- */
.menu-accordion{
  background:#fff;border-radius:0 0 20px 20px;margin-top:-1px;
  max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);
  box-shadow:0 8px 20px rgba(0,0,0,.1);
}
.menu-card-wrapper.active .menu-accordion{max-height:500px;}
.menu-details{padding:20px 30px 30px;}
.menu-details ul{list-style:none;}
.menu-details li{
  display:flex;justify-content:space-between;align-items:center;
  padding:10px 0;border-bottom:1px dashed #e0e0e0;font-size:14px;
}
.menu-details li:last-child{border-bottom:none;}
.menu-details span{color:#1a5490;font-weight:600;}

/* ---- フッターリンク + 横線 ---- */
.menu-footer{display:flex;
    align-items:center;
    margin-top:40px;
    position: relative;
}
.menu-list-link {
    display: inline-block;
    width: 292px;
    height: 56px;
    background-color: #212121;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.menu-list-link::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 234px;
    width: 164px;
    height: 1px;
    background-color: #FFFFFF;
}

.menu-list-link:hover{background:#f0f0f0;}
.menu-footer-line {
    width: 120px;
    flex: 0 0 120px;
    height: 1px;
    bottom: 50%;
    left: 180px;
    position: absolute;
    background: #3f3d48;
    z-index: 8;
}

/* ==============================
   レスポンシブ
============================== */
@media(max-width:1024px){
    .menu-title{font-size:72px;padding-left:0px;}

    .menu-line {
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);

    }
}

@media(max-width:768px){
  .menu-title{font-size:60px;padding-left:0px;}
  .menu-title::before{width:80px;}
  .menu-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
  .menu-card-image{height:180px;}
  .menu-label{font-size:14px;}
  .menu-toggle{width:26px;height:26px;}
  .plus-icon{width:14px;height:14px;}
  .line-h{width:14px;}
  .line-v{height:14px;}
  .menu-details{padding:15px 20px 20px;}
  .menu-details li{font-size:13px;padding:8px 0;}
  .menu-footer-line{flex-basis:80px;}
}
@media (max-width: 599px) {
  .menu-title{font-size:40px;padding-left:80px;}
  .menu-title::before{width:60px;}
  .menu-grid{grid-template-columns:1fr;gap:15px;}
  .menu-footer-line{flex-basis:60px;}
}

@media (max-width: 599px) {
    .menu-line {
    width: 100px;
}
}

.owner-message-section {
    width: 100vw;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.owner-message-container {
    width: 100vw;
    height: auto;
    position: relative;
    margin-bottom: 100px;
}

.owner-message-content {
    position: revert;
    padding: 80px 0px 100px;
    top: 110px;
    left: 110px;
    right: 0px;
    height: auto;
    background: #212121;
    border-radius: 0;
}

/* Header */
.owner-message-header {
    position: relative;
    padding: 0px;
    text-align: right;
    padding-right: 330px;
}

.owner-message-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.21;
    margin: 0;
    letter-spacing: 0.02em;
    display: inline-block;
}

.owner-message-line {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 300px;
    height: 1px;
    z-index: 1;
    background: #ffffff;
}

/* Main Content */
.owner-message-main {
    position: relative;
    margin-top: 70px;
}

.owner-photo {
    position: relative;
    width: 1144px;
    height: 685px;
    margin-left: 0;
    overflow: hidden;
    max-width: calc(100% - 200px);
}

.owner-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Message Text Overlay */
.owner-message-text {
    position: absolute;
    top: 111px;
    right: 0;
    width: min(889px, 60%);
    height: 574px;
    background: rgb(33 33 33 / 65%);
    padding: 121px 99px 80px 99px;
    box-sizing: border-box;
}

.message-content {
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 46px;
}

.message-content p {
    margin: 0 0 32px 0;
    color:#fff;
}

.message-content p:last-child {
    margin-bottom: 0;
}

/* Owner Name */
.owner-name {
    width: 242px;
    height: 46px;
}

.owner-name img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* レスポンシブ対応 */
/* @media (max-width: 1440px) {
    .owner-message-container {
        height: auto;
        min-height: 800px;
    }
    
    .owner-message-content {
        position: relative;
        top: 0;
        left: 40px;
        right: 40px;
        height: auto;
        min-height: 700px;
    }
    
    .owner-message-title {
        font-size: 80px;
    }
    
    .owner-photo {
        width: 100%;
        height: 500px;
        max-width: none;
    }
    
    .owner-message-text {
        position: relative;
        top: -200px;
        right: 0;
        width: 70%;
        margin-left: auto;
        height: auto;
        padding: 60px 40px;
    }
} */

@media (max-width: 1024px) {
    .owner-message-container {
        margin-bottom: 50px;
    }
    
    .owner-message-content {
        left: 20px;
        right: 20px;
        padding: 50px 0px;
    }
    
    .owner-message-header {
        padding: 0px 0px 0 0px;
    }
    
.owner-message-line{
    right: 0px;
}

    .owner-message-title {
        font-size: 72px;
        padding-right: 340px;
    }
    
    .owner-message-line {
        width: 300px;
        top: 50%;
        right: 0px;
    }
    
    .owner-photo {
        height: 400px;
    }
    
    .owner-message-text {
        position: relative;
        top: auto;
        width: 90%;
        padding: 40px 30px;
        height: auto;
    }
    
    .message-content {
        font-size: 14px;
        line-height: 1.8em;
    }
}


@media (max-width: 599px) {
    .owner-message-content {
        left: 10px;
        right: 10px;
    }
    
    .owner-message-title {
        font-size: 36px;
    }
    
    .owner-message-line {
        width: 100px;
        top: 45px;
    }
    
    .owner-photo {
        height: 250px;
    }
    
    .owner-message-text {
        top: -80px;
        width: 100%;
        padding: 25px 15px;
    }
    
    .message-content {
        font-size: 12px;
        line-height: 1.6em;
    }
    
    .owner-name {
        width: 150px;
        height: 28px;
    }
}

.faq-section {
    width: 100vw;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 100px;
}

.faq-container {
    width: 100vw;
    height: 841px;
    position: relative;
}

/* Header */
.faq-header {
    position: absolute;
    top: 24px;
    left: 349px;
    z-index: 10;
}

.faq-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110px;
    font-weight: 400;
    color: #333341;
    line-height: 1.21;
    margin: 0;
    letter-spacing: 0.02em;
}

.faq-title-line {
    position: absolute;
    top: 76px;
    left: -349px;
    width: 300px;
    height: 1px;
    background: #777777;
}

/* Main Content */
.faq-content {
    position: absolute;
    top: 0;
    left: 1px;
    right: 35px;
    bottom: 0;
    background: #ffffff;
    display: flex;
    padding-bottom: 50px;
}

/* Left Side - Question Buttons */
.faq-questions {
    width: 590px;
    padding: 226px 0 0px 110px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    position: relative;
}

.faq-question-btn {
    width: 411px;
    height: 100px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 1つ目と3つ目の質問（茶色背景） */
.faq-question-btn:nth-child(1),
.faq-question-btn:nth-child(3) {
    background: #212121;
    transform: translateX(0);
}

.faq-question-btn:nth-child(1) span,
.faq-question-btn:nth-child(3) span {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.36;
}

/* 2つ目と4つ目の質問（白背景・右にずれる） */
.faq-question-btn:nth-child(2),
.faq-question-btn:nth-child(4) {
    background: #ffffff;
    transform: translateX(70px);
}

.faq-question-btn:nth-child(2) span,
.faq-question-btn:nth-child(4) span {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    line-height: 1.36;
}

/* ホバー効果 */
.faq-question-btn:nth-child(1):hover,
.faq-question-btn:nth-child(3):hover {
    transform: translateX(10px);
}

.faq-question-btn:nth-child(2):hover,
.faq-question-btn:nth-child(4):hover {
    transform: translateX(80px);
}

/* Right Side - All Q&A Content */
.faq-answers {
    flex: 1;
    padding: 223px 50px 50px 50px;
    position: relative;
    overflow-y: auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.qa-label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    margin-right: 35px;
    flex-shrink: 0;
    margin-top: -3px;
    line-height: unset;
}

.question-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.36;
    flex: 1;
}


/* .faq-toggle {
    position: absolute;
    right: 0;
    top: -3px;
    width: 38px;
    height: 38px;
    background: #0d3769;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-toggle:hover {
    transform: scale(1.05);
} */


.faq-toggle{
    background:#212121;border:none;border-radius:50%;
    width:30px;height:30px;display:flex;align-items:center;justify-content:center;
    cursor:pointer;transition:.3s;
  }
  .faq-toggle:hover{transform:scale(1.1);background:#212121;}
  .plus-icon{position:relative;width:16px;height:16px;}
  .line-h,.line-v{position:absolute;background:#fff;transition:.3s;}
  .line-h{width:16px;height:2px;left:0;top:50%;transform:translateY(-50%);}
  .line-v{width:2px;height:16px;left:50%;top:0;transform:translateX(-50%);}
  .faq-toggle.active .line-v{opacity:0;transform:translateX(-50%) rotate(90deg);}
  .faq-toggle.active .line-h{transform:translateY(-50%) rotate(180deg);}


.toggle-icon {
    position: relative;
    width: 21px;
    height: 21px;
}

.line-h, .line-v {
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease;
}

.line-h {
    width: 21px;
    height: 1px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.line-v {
    width: 1px;
    height: 21px;
    left: 50%;
    top: 0x;
    transform: translateX(-50%);
}

.faq-answer.open + .faq-question .faq-toggle .line-v,
.faq-answer.open ~ .faq-question .faq-toggle .line-v {
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
}

.faq-answer {
    display: none;
    margin-top: 0;
    padding-left: 0;
    animation: slideDown 0.3s ease;
}

.faq-answer.open {
    display: flex;
    align-items: flex-start;
}

.faq-answer .qa-label {
    margin-top: 0;
}

.answer-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.36;
}

.answer-text p {
    margin: 0;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .faq-section {
        margin-bottom: 50px;
        padding-top: 50px;
        background-color: #fff;
    }
    
    .faq-container {
        height: auto;
        min-height: 600px;
        position: relative;
    }
    
    .faq-header {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        padding: 0 20px 40px;
        z-index: 10;
        display: inline-block;
    }
    
    .faq-title {
        font-size: 72px;
        padding-left: 320px;
    }
    
    .faq-title-line {
        position: absolute;
        top: 35%;
        left: 0;
        width: 300px;
        height: 1px;
        background: #777777;
    }
    
    .faq-content {
        position: relative;
        flex-direction: column;
        right: 0;
        padding: 20px;
        border-radius: 20px;
        margin: 0 20px;
    }
    
    .faq-questions {
        width: 100%;
        padding: 20px 0;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
    
    .faq-question-btn {
        width: 100%;
        max-width: 400px;
        height: 70px;
        background: #212121 !important;
        transform: none !important;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    }
    
    .faq-question-btn:nth-child(1),
    .faq-question-btn:nth-child(2),
    .faq-question-btn:nth-child(3),
    .faq-question-btn:nth-child(4) {
        width: 100%;
        max-width: 400px;
        height: 70px;
        background: #212121 !important;
        transform: none !important;
    }
    
    .faq-question-btn:nth-child(1) span,
    .faq-question-btn:nth-child(2) span,
    .faq-question-btn:nth-child(3) span,
    .faq-question-btn:nth-child(4) span {
        font-size: 16px;
        color: #ffffff !important;
    }
    
    .faq-question-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    }
    
    .faq-answers {
        padding: 20px 0;
        margin-top: 20px;
    }
    
    .faq-item {
        padding: 15px 0;
    }
    
    .qa-label {
        font-size: 20px;
    }
    
    .question-text, .answer-text {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* アクセス情報セクション - タブレット対応 */
    .access-info-section {
        flex-direction: column;
        padding: 40px 30px;
        gap: 40px;
    }
    
    .access-info {
        text-align: center;
        max-width: 100%;
    }
    
    .store-name {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .store-address p,
    .store-contact p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .phone-number {
        font-size: 18px;
        font-weight: 600;
    }
    
    .access-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .btn-google-map,
    .btn-access-page {
        width: 100%;
        height: 50px;
        font-size: 14px;
    }
    
    .access-image {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .salon-exterior {
        height: 300px;
    }
    
    /* フッター - タブレット対応 */
    .footer-container {
        height: 180px;
        padding: 0 30px;
    }
    
    .footer-content {
        max-width: 100%;
    }
    
    .footer-logo {
        top: 40px;
    }
    
    .footer-brand {
        font-size: 18px;
    }
    
    .footer-nav {
        top: 90px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-nav-link {
        font-size: 14px;
        padding: 5px 10px;
    }
    
    .footer-copyright {
        top: 140px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
}

/* PC時（1025px以上）の調整 */
@media (min-width: 1025px) {
    .faq-section {
        width: 100vw;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-bottom: 100px;
    }

    .faq-container {
        width: 100vw;
        height: 841px;
        position: relative;
    }

    .faq-header {
        position: absolute;
        top: 24px;
        left: 349px;
        z-index: 10;
    }

    .faq-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 110px;
        font-weight: 400;
        color: #333341;
        line-height: 1.21;
        margin: 0;
        letter-spacing: 0.02em;
    }

    .faq-title-line {
        position: absolute;
        top: 76px;
        left: -349px;
        width: 300px;
        height: 1px;
        background: #777777;
    }

    .faq-content {
        position: absolute;
        top: 0;
        left: 1px;
        right: 35px;
        bottom: 0;
        background: #ffffff;
        display: flex;
        padding-bottom: 50px;
    }

    .faq-questions {
        width: 590px;
        padding: 226px 0 0px 110px;
        display: flex;
        flex-direction: column;
        gap: 70px;
        position: relative;
    }

    .faq-answers {
        flex: 1;
        padding: 223px 50px 50px 50px;
        position: relative;
        overflow-y: auto;
    }
}

/* @media (max-width: 1024px) {
    .faq-title {
        font-size: 64px;
    }
    
    .faq-title-line {
        width: 200px;
    }
    
    .faq-questions {
        flex-direction: column;
        align-items: center;
    }
    
    .faq-question-btn:nth-child(1),
    .faq-question-btn:nth-child(2),
    .faq-question-btn:nth-child(3),
    .faq-question-btn:nth-child(4) {
        width: 280px;
        height: 70px;
    }
}


@media (max-width: 599px) {
    .faq-title {
        font-size: 42px;
    }
    
    .faq-title-line {
        width: 120px;
        top: 42px;
    }
    
    .faq-content {
        margin: 0 10px;
        padding: 10px;
    }
    
    .faq-question-btn {
        height: 50px;
    }
    
    .faq-question-btn:nth-child(1),
    .faq-question-btn:nth-child(2),
    .faq-question-btn:nth-child(3),
    .faq-question-btn:nth-child(4) {
        height: 50px;
    }
    
    .faq-question-btn:nth-child(1) span,
    .faq-question-btn:nth-child(2) span,
    .faq-question-btn:nth-child(3) span,
    .faq-question-btn:nth-child(4) span {
        font-size: 12px;
    }
    
    .qa-label {
        font-size: 16px;
    }
    
    .question-text, .answer-text {
        font-size: 13px;
    }
    
    .answer-text {
        margin-left: 20px;
    }
}

/* 統合された599px以下のメディアクエリ */
@media (max-width: 599px) {
    /* ヘッダーセクション */
    .header {
        padding: 10px 0 18px 0;
        background-color: transparent ;
    }
    
    .header-container {
        padding: 0 15px;
    }

    
    .nav-link {
        font-size: 14px;
    }

    /* ヒーローセクション */
    .image-main {
        height: 300px;
    }
    
    .image-small.top,
    .image-small.bottom {
        height: 150px;
    }
    
    /* .hero-container {
        padding: 40px 15px;
        gap: 30px;
    } */
    
    .info-content {
        gap: 30px;
    }
    
    .info-title {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: left;
        left: 10px;
        top: auto;
        bottom: 120vw;
    }
    
    .title-line {
        margin-bottom: 10px;
    }
    
    .info-description, .contact-item {
        font-size: 14px;
        left: 10px;
        bottom: 95vw;
    }

    .contact-info {
        left: 10px;
        bottom: 70vw;
        gap: 10px;
    }

    /* プライベートサロンセクション */

    .private-salon-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .private-salon-section {
        padding: 40px 0;
    }
    
    .private-salon-container {
        padding: 0 10px;
    }
    
    .private-salon-content {
        left: 10px;
        right: 10px;
    }
    
    .private-salon-header {
        padding: 20px 15px 0 15px;
    }
    
    .private-salon-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .private-salon-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
        width: auto;
    }
    
    .private-salon-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    /* ギャラリーセクション */
    .gallery-container {
        padding: 0;
        width: 100vw;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 150px);
        gap: 8px;
        width: 100vw;
        max-width: none;
        min-width: 100vw;
        padding: 0 10px;
    }
    
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6 {
        grid-column: 1 / 2;
    }
    
    .gallery-item-1 { grid-row: 1 / 2; }
    .gallery-item-2 { grid-row: 2 / 3; }
    .gallery-item-3 { grid-row: 3 / 4; }
    .gallery-item-4 { grid-row: 4 / 5; }
    .gallery-item-5 { grid-row: 5 / 6; }
    .gallery-item-6 { grid-row: 6 / 7; }

    .menu-section {
        width: 100%;
        padding: 50px 0 0px;
    }

    /* メニューセクション */
    .menu-container {
        padding: 0 15px;
    }
    
    .menu-heading {
        padding-left: 60px;
    }
    
    .menu-title {
        font-size: clamp(40px, 8vw, 110px);
        padding-left: 80px;
    }
    
    .menu-line {
        width: 100px;
    }
    
    .menu-bg {
        padding: 0px 15px 60px;
    }
    
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
    
    .menu-card-content {
        padding: 15px 20px;
    }
    
    .menu-details {
        padding: 15px 20px 20px;
    }
    
    .menu-footer-line {
        flex-basis: 60px;
    }

    /* オーナーメッセージセクション */
    .owner-message-container {
        margin-bottom: 40px;
    }
    
    .owner-message-content {
        left: 8px;
        right: 8px;
    }
    
    .owner-message-header {
        padding: 0px 15px 0 15px;
    }
    
    .owner-message-title {
        font-size: clamp(40px, 8vw, 110px);
        padding-right: 130px;
    }
    
     .owner-message-line {
        width: 100px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }
    
    .owner-photo {
        height: 220px;
        max-width: calc(100% - 0px);
    }
    
    .owner-message-text {
        top: 0px;
        padding: 20px 12px;
    }
    
    .message-content {
        font-size: 11px;
        line-height: 1.5em;
    }
    
    .owner-name {
        width: 130px;
        height: 24px;
    }

    /* FAQセクション */
    .faq-section {
        padding-top: 30px;
        margin-bottom: 50px;
    }
    
     .faq-title {
        font-size: clamp(40px, 8vw, 110px);
        padding-left: 125px;
    }
    
    .faq-title-line {
        width: 100px;
        top: 30%;
        transform: translateY(-50%);
    }

        .faq-header {
        display: inline-block;
       
    }
    
    .faq-content {
        margin: 0 8px;
        padding: 8px;
    }
    
    .faq-questions {
        padding: 0px 0;
        gap: 12px;
    }
    
    .faq-question-btn {
        height: 45px;
    }
    
    .faq-question-btn:nth-child(1),
    .faq-question-btn:nth-child(2),
    .faq-question-btn:nth-child(3),
    .faq-question-btn:nth-child(4) {
        height: 45px;
    }
    
    .faq-question-btn:nth-child(1) span,
    .faq-question-btn:nth-child(2) span,
    .faq-question-btn:nth-child(3) span,
    .faq-question-btn:nth-child(4) span {
        font-size: 11px;
    }
    
    .faq-answers {
        padding: 15px 0;
        margin-top: 15px;
    }
    
    .faq-item {
        padding: 12px 0;
    }
    
    .qa-label {
        font-size: 15px;
        margin-right: 15px;
    }
    
    .question-text, .answer-text {
        font-size: 12px;
    }
    
    .answer-text {
        margin-left: 15px;
    }
    
    .faq-toggle {
        width: 28px;
        height: 28px;
    }

    .faq-toggle .line-h{
        left: 0px;
    }

    .faq-toggle .line-v {
        top: 0px;
    }
    
    .toggle-icon {
        width: 16px;
        height: 16px;
    }
    
    .line-h {
        width: 16px;
    }
    
    .line-v {
        height: 16px;
    }

    /* アクセスセクション */
    .access-container {
        padding: 0 0px;
        margin-bottom: 50px !important;
    }
    
    .access-info-section {
        padding: 20px 10px;
    }
    
    .access-title {
        font-size: 36px;
    }
    
    .access-map {
        height: 200px;
        margin-bottom: 20px;
    }
    
    .store-name,
    .store-address p,
    .store-contact p {
        font-size: 13px;
    }
    
    .phone-number {
        font-size: 16px;
    }
    
    .btn-google-map,
    .btn-access-page {
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
    }

    /* フッターセクション */
    .footer-container {
        height: 140px;
    }
    
    .footer-logo {
        top: 20px;
    }
    
    .footer-brand {
        font-size: 14px;
    }
    
    .footer-nav {
        top: 50px;
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-nav-link {
        font-size: 12px;
    }
    
    .footer-copyright {
        top: 110px;
    }
    
    .footer-copyright p {
        font-size: 10px;
    }
}

.access-section {
    width: 100vw;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 50px;
}

/* Header */
.access-header {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: 330px;
    width: fit-content;
}

.access-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110px;
    font-weight: 400;
    color: #333341;
    line-height: 1.21;
    margin: 0;
    letter-spacing: 0.02em;
}

.access-title-line {
    position: absolute;
    bottom: 50%;
    right: -330px;
    width: 300px;
    height: 1px;
    background: #777777;
}

.access-container {
    width: 96%;
    max-width: 1400px;
    height: auto;
    position: relative;
    margin-bottom: 100px;
    margin: auto;
}

/* Map Image */
.access-map {
    width: 100%;
    height: 457px;
    overflow: hidden;
    margin-bottom: 82px;
}

.access-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Info & Image Section */
.access-info-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 64px;
    gap: 116px;
}

/* Left: Store Info */
.access-info {
    width: 503px;
    flex-shrink: 0;
}

.store-info {
    margin-bottom: 44px;
}

.store-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.6875;
    margin: 0 0 16px 0;
}

.store-address {
    margin-bottom: 16px;
}

.store-address p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.6875;
    margin: 0 0 8px 0;
}

.store-contact p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.6875;
    margin: 0 0 4px 0;
}

.phone-number {
    font-weight: 600 !important;
}

/* Buttons */
.access-buttons {
    display: flex;
    gap: 30px;
}

.btn-google-map,
.btn-access-page {
    width: 240px;
    height: 45px;
    border: none;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
}

.btn-google-map {
    background: #212121;
    color: #ffffff;
}

.btn-google-map:hover {
    background: #fff;
    color: #212121;
    transform: translateY(-2px);
    border: 1px solid #212121;
}

.btn-access-page {
    background: #fff;
    color: #212121;
    border: 1px solid #212121;
}

.btn-access-page:hover {
    background: #212121;
    color: #fff;
    transform: translateY(-2px);
}

/* Right: Salon Exterior */
.access-image {
    width: 716px;
    height: 443px;
    flex-shrink: 0;
}

.salon-exterior {
    width: 100%;
    height: 100%;
    background: #d9d9d9;
    overflow: hidden;
    border-radius: 0;
}

.salon-exterior img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-26px, -56px) scale(1.08);
}

/* レスポンシブ対応 */
@media (max-width: 1440px) {
    .access-container {
        height: auto;
        /* min-height: 900px; */
    }
    
    .access-header {
        padding: 40px 20px 40px 20px;
        text-align: center;
    }
    
    .access-title {
        font-size: 80px;
    }
    
    .access-title-line {
        position: relative;
        top: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
    
    .access-map {
        height: 350px;
        margin-bottom: 60px;
    }
    
    .access-info-section {
        padding: 0 40px;
        gap: 40px;
        align-items: center;
    }
    
    .access-info {
        width: 100%;
        max-width: 600px;
    }
    
    .access-image {
        width: 100%;
        height: 350px;
    }
    
    .salon-exterior img {
        transform: none;
    }
}

@media (max-width: 1024px) {
    .access-title {
        font-size: 64px;
    }
    
    .access-map {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .access-info-section {
        padding: 0 30px;
    }
    
    .access-image {
        height: 300px;
    }
    
    .access-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-google-map,
    .btn-access-page {
        width: 100%;
        max-width: 300px;
    }
}


@media (max-width: 599px) {
    .access-title {
        font-size: 36px;
    }
    
    .access-map {
        height: 200px;
    }
    
    .access-info-section {
        padding: 0 0px;
    }
    
    .store-name,
    .store-address p,
    .store-contact p {
        font-size: 13px;
    }
    
    .access-image {
        height: 200px;
    }
    
    .access-buttons {
        gap: 10px;
    }
    
    .btn-google-map,
    .btn-access-page {
        height: 56px;
        font-size: 13px;
    }
}

.footer-section {
    width: 100vw;
    background: #212121;
    padding: 0;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.footer-container {
    width: 100vw;
    height: 207px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content {
    width: 1400px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    margin-bottom: 30px;
    /* position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%); */
}

.footer-brand {
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.footer-nav {
    /* position: absolute;
    top: 109px;
    left: 50%; */
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-nav-link {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}



.footer-nav-link:hover {
    opacity: 0.7;
}

.footer-copyright {
    /* position: absolute;
    top: 161px;
    left: 50%;
    transform: translateX(-50%); */
}

.footer-copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .footer-content {
        width: 100%;
        max-width: 1400px;
        padding: 0 20px;
    }
    
    .footer-nav {
        gap: 32px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        height: auto;
        padding: 30px 0px;
    }
    
    .footer-logo {
        top: 30px;
    }
    
    .footer-nav {
        top: 80px;
        gap: 24px;
    }
    
    .footer-nav-link {
        font-size: 14px;
    }
    
    .footer-copyright {
        top: 130px;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
}


@media (max-width: 599px) {
    /* .footer-container {
        height: 140px;
    } */
    
    .footer-logo {
        top: 20px;
    }
    
    .footer-brand {
        font-size: 14px;
    }
    
    .footer-nav {
        top: 50px;
        gap: 8px;
    }
    
    .footer-nav-link {
        font-size: 12px;
    }
    
    .footer-copyright {
        top: 100px;
    }
    
    .footer-copyright p {
        font-size: 10px;
    }
}

/* ===============================================
   MENU LIST PAGE STYLES - menu-list.html only
   =============================================== */

    :root{
      --page-max: 1200px;   /* 中央の最大幅 */
      --gutter:   60px;     /* 画面左右の余白（=基準線） */
      --blk:      #181818;  /* 黒ボックス色 */
    }
    @media (max-width:1024px){ :root{ --gutter:40px; } }
    @media (max-width:599px){  :root{ --gutter:20px; } }

    .l-container{
      width:min(var(--page-max), calc(100% - 2*var(--gutter)));
      margin-inline:auto;     /* これで左右余白を統一（MVもCUTも同じ基準線） */
}   

/* Menu Hero Section */
.menu-hero-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 80px;
}

.menu-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-hero-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 72px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 8px;
}

/* Menu Detail Section */
.menu-detail-section {
    padding: 0 0 80px 0;
}

.menu-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Service Section */
.service-section {
    margin-bottom: 120px;
}

.service-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.service-content.reverse {
    flex-direction: row-reverse;
}

.service-info {
    flex: 1;
    padding: 40px;
}

.service-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 600;
    color: #573F30;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

.service-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 400;
}

.service-description {
    color: #333333;
    line-height: 1.8;
}

.service-description p {
    margin-bottom: 20px;
    font-size: 14px;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Price Table */
.price-table {
    background-color: #333333;
    padding: 40px;
    display: flex;
    gap: 80px;
    justify-content: center;
}

.price-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 280px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-item:last-child {
    border-bottom: none;
}

.price-service {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.price-amount {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

/* Responsive Styles for Menu List Page */
@media (max-width: 1024px) {
    .menu-hero-title {
        font-size: 56px;
        letter-spacing: 6px;
    }
    
    .service-content {
        gap: 40px;
    }
    
    .service-title {
        font-size: 40px;
        letter-spacing: 3px;
    }
    
    .price-table {
        gap: 40px;
        padding: 30px;
    }
}


@media (max-width: 599px) {
    .menu-hero-section {
        height: 250px;
        margin-bottom: 40px;
    }
    
    .menu-hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .menu-detail-container {
        padding: 0 16px;
    }
    
    .service-info {
        padding: 16px;
    }
    
    .service-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .service-description p {
        font-size: 13px;
    }
    
    .service-image img {
        height: 200px;
    }
    
    .price-table {
        padding: 16px;
    }
    
    .price-service,
    .price-amount {
        font-size: 13px;
    }
    
    .service-section {
        margin-bottom: 60px;
    }
}

/* ===============================================
   MENU PAGE SPECIFIC STYLES
   =============================================== */

 /* Menu Hero Section - 添付画像のスタイルに合わせて調整 */
.menu-hero-section {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin-top: 0;
}

.menu-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 80px;
}

.menu-hero-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-hero-image img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            object-position: center;
        }

        /* オーバーレイとタイトル - 添付画像のスタイルを再現 */
        .menu-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            padding-left: 10%;
        }

 .menu-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 8vw, 84px);
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    left: 60px;
    bottom: 90px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1;
}


        /* レスポンシブ対応 - 既存のブレークポイントに合わせる */
        @media (max-width: 1024px) {        
            .menu-hero-overlay {
                padding-left: 5%;
            }
            
            .menu-hero-title {
                font-size: clamp(60px, 10vw, 120px);
                letter-spacing: 0.15em;
            }
        }


        @media (max-width: 599px) {

            .nav-menu {
                gap: 15px;
            }
            
            .nav-link {
                font-size: 12px;
            }
            
            .menu-hero-section {
                height: 60vh;
            }
            
            .menu-hero-overlay {
                padding-left: 20px;
            }
            
            .menu-hero-title {
                font-size: clamp(36px, 10vw, 60px);
                letter-spacing: 0.08em;
            }

            .menu-list-link::after {
    bottom: 50%;
    left: auto;
    right: -40%;
    transform: translateX(-50%);
    width: 104px;
}
        }


/* Menu Detail Section */
   /* サービスセクション全体 */
.service-section {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto 50px;
}

        /* サービスコンテンツ（上部） */
        .service-content {
            display: flex;
            align-items: stretch;
            gap: 0;
            margin-bottom: 50px;
            background-color: #adadaf;
        }

        /* 左右反転用 */
        .service-content.reverse {
            flex-direction: row-reverse;
        }

        /* サービス情報（左側） */
 .service-info {
    flex: 1;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #adadaf;
}

        .service-info.pl-0{
            padding-left: 0;
        }

        /* サービスタイトル（英語） */
.service-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 8vw, 110px);
    font-weight: 300;
    color: #212121;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

        /* サービスサブタイトル（日本語） */
        .service-subtitle {
            font-family: "游明朝", YuMincho, serif;
            font-size: clamp(18px, 2.5vw, 24px);
            font-weight: 400;
            color: #212121;
            line-height: 1.5;
            margin-bottom: 40px;
        }

        /* サービス説明文 */
        /* .service-description {
            max-width: 500px;
        } */

        .service-description p {
            font-family: "游明朝", YuMincho, serif;
            font-size: clamp(14px, 1.5vw, 16px);
            font-weight: 400;
            color: #212121;
            line-height: 2;
            margin-bottom: 20px;
            letter-spacing: 0.05em;
        }

        .service-description p:last-child {
            margin-bottom: 0;
        }

        /* サービス画像（右側） */
        .service-image {
            flex: 0 0 50%;
            height: 600px;
            overflow: hidden;
            position: relative;
        }

        .service-image img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            object-position: center;
        }

        /* 価格表 */
   .price-table {
    background-color: #212121;
    padding: 60px 60px;
    display: flex;
    gap: 100px;
    justify-content: flex-start;
    margin-top: 0;
}

.price-table.js-fe {
    justify-content: flex-end;
}

        /* 価格カラム */
        .price-column {
            display: flex;
            flex-direction: column;
            gap: 30px;
            min-width: 280px;
        }

        /* 価格アイテム */
        .price-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 0 20px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .price-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        /* サービス名 */
        .price-service {
            font-family: "游明朝", YuMincho, serif;
            font-size: clamp(14px, 1.5vw, 16px);
            font-weight: 400;
            color: #ffffff;
            letter-spacing: 0.05em;
        }

        /* 価格 */
        .price-amount {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: clamp(16px, 1.8vw, 18px);
            font-weight: 400;
            color: #ffffff;
            letter-spacing: 0.05em;
        }

        /* レスポンシブ対応 */
        @media (max-width: 1024px) {
            .service-content {
                flex-direction: column;
            }

            .service-content.reverse {
                flex-direction: column;
            }

         .service-info {
        padding: 0px 40px 60px 0px;
        text-align: center;
        align-items: center;
    }

            .service-image {
                flex: 1;
                height: 400px;
            }

            .price-table {
                padding: 50px 40px;
                gap: 80px;
            }

            .price-column {
                min-width: 240px;
            }
        }



        @media (max-width: 599px) {
            .service-info {
                padding: 30px 20px;
            }

       .service-title {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: auto;
    }

            .service-subtitle {
                font-size: 16px;
                margin-bottom: 20px;
                 margin-left: 0;
        margin-right: auto;
            }

            .service-description p {
                font-size: 13px;
                line-height: 1.8;
                margin-bottom: 15px;
                text-align: left;

            }

            .service-image {
                height: 250px;
            }

            .price-table {
                padding: 30px 20px;
                gap: 30px;
                flex-direction: column;
            }

            .price-column {
                gap: 15px;
                min-width: auto;
            }

            .price-item {
                padding-bottom: 12px;
            }

            .price-service {
                font-size: 13px;
            }

            .price-amount {
                font-size: 14px;
            }
        }

        /* デモ用の複数セクション */
        .demo-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* .section-spacing {
            margin-bottom: 0;
        } */

         /* パンくずリスト */
     .breadcrumb {
    max-width: 1440px;
    margin: 0px auto 30px;
}

        .breadcrumb-list {
            display: flex;
            align-items: center;
            justify-content: end;
            list-style: none;
            gap: 20px;
        }

        .breadcrumb-item {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.05em;
            color: #212121;
            text-transform: uppercase;
        }

        .breadcrumb-link {
            color: #212121;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .breadcrumb-link:hover {
            opacity: 0.6;
        }

        /* セパレーター */
        .breadcrumb-separator {
            color: #212121;
            font-weight: 300;
        }

    @media (max-width: 1024px) {
   .breadcrumb-list {
    padding: 0 24px;
    max-width: 1000px;
}

.menu-hero-section {
    height: 550px;
}

.service-image img {
    aspect-ratio: 2 / 1;
}
}

@media (max-width: 599px) {
.breadcrumb {
    margin: 90px auto 30px;
}

.menu-hero-container {
    margin-left: 0px;
}

.menu-hero-title{
left: 10px;
}
   }
@media (min-width: 600px) {
   .hamburger-overlay{
    display: none;
   }
}

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

/* ===================================
   ABOUT SALON PAGE STYLES
   =================================== */

/* Breadcrumb Styles */

/* About Hero Section */


/* Concept Section */
       /* コンセプトセクション */
       .concept-section {
        width: 100%;
                 margin-bottom: 100px;
        background-color: #adadaf;
        overflow: hidden;
    }

    .concept-container {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }

    .concept-layout {
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 0;
        align-items: flex-start;
        min-height: 600px;
        position: relative;
    }

    /* 左側 - 画像 */
    .concept-image {
        position: relative;
        width: 400px;
        height: 600px;
        overflow: hidden;
    }

    @media (min-width: 1401px) {
        .concept-image {
            /* margin-left: calc(-50vw + 700px); */
        }
    }

    .concept-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* 中央 - コンテンツ */
    .concept-content {
        padding: 0 200px 0 80px; /* 右側にタイトル分の余白を確保 */
    }

    /* 右端 - 縦書きタイトル */
    .concept-title-vertical {
        position: absolute;
        right: 0px;
        /* top: 50%;
        transform: translateY(-50%); */
        height: auto;
        z-index: 10;
    }

    .concept-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(40px, 8vw, 110px);
        font-weight: 300;
        line-height: normal;
        color: #212121;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        line-height: 1;
        margin: 0;
    }

    /* コンテンツ部分の調整 */
    .concept-subtitle {
        font-family: "游明朝", YuMincho, serif;
        font-size: clamp(28px, 3vw, 36px);
        font-weight: 500;
        color: #212121;
        line-height: 1.6;
        margin-bottom: 50px;
        letter-spacing: 0.08em;
    }

    .concept-text {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .concept-text p {
        font-family: "游明朝", YuMincho, serif;
        font-size: clamp(14px, 1.5vw, 16px);
        font-weight: 400;
        color: #212121;
        line-height: 2;
        letter-spacing: 0.05em;
    }

    /* レスポンシブ対応 */
    @media (max-width: 1024px) {
        .concept-section {
            padding: 80px 0;
        }

        .concept-container {
            padding: 0px;
        }

        .concept-layout {
            grid-template-columns: 1fr;
            grid-template-rows: auto auto auto;
            gap: 50px;
            text-align: center;
        }

        .concept-image {
            max-width: 100%;
            width: 100%;
            height: 400px;
            margin: 0 auto;
            margin-left: 0;
        }

        .concept-title-vertical {
            position: static;
            height: auto;
            margin: 20px 0;
            padding-right: 0;
            justify-content: center;
            transform: none;
            right: auto;
            top: auto;
        }

        .concept-title {
            writing-mode: horizontal-tb;
            text-orientation: mixed;
            font-size: clamp(60px, 8vw, 80px);
        }

        .concept-content {
            padding: 0;
            max-width: 700px;
            margin: 0 auto;
        }

        .concept-subtitle {
            text-align: center;
            margin-bottom: 40px;
            font-size: clamp(26px, 3.5vw, 32px);
        }

        .concept-text {
            text-align: left;
            gap: 25px;
        }

        .concept-text p {
            font-size: 15px;
            line-height: 1.9;
        }

        .concept-text p br {
            display: none;
        }
    }

    @media (max-width: 599px) {
        .concept-section {
            padding: 40px 0;
        }

        .concept-container {
            padding: 0 15px;
        }

        .concept-layout {
            gap: 30px;
        }

        .concept-image {
            height: 250px;
        }

        .concept-title {
            font-size: 40px;
            letter-spacing: 0.2em;
        }

        .concept-subtitle {
            font-size: 20px;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .concept-text {
            gap: 15px;
        }

        .concept-text p {
            font-size: 13px;
            line-height: 1.7;
        }
    }

    #aboutsalon 
/* Owner Section */
        /* オーナーセクション */
        #aboutsalon .owner-section {
            width: 100%;
            padding: 0;
            position: relative;
            overflow: hidden;
        }

        #aboutsalon .owner-container {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            position: relative;
        }

        #aboutsalon .owner-layout {
            display: grid;
            grid-template-rows: auto 1fr;
        }

        /* タイトル部分（上半分） */
        #aboutsalon .owner-title-wrapper {
            background-color: #adadaf;
            padding: 0px 0px 60px 50px;
            position: relative;
        }

        #aboutsalon .owner-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(40px, 8vw, 110px);
            font-weight: 300;
            color: #212121;
            line-height: normal;
            letter-spacing: 0.1em;
            text-align: left;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* コンテンツ部分（下半分） */
        #aboutsalon .owner-content-wrapper {
            background-color: #212121;
            position: relative;
            padding: 50px;
        }

        #aboutsalon .owner-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        /* オーナー写真 */
        #aboutsalon .owner-photo {
            position: absolute;
            right: 80px;
            top: -150px;
            width: 500px;
            height: 600px;
            overflow: hidden;
            z-index: 10;
        }

        #aboutsalon .owner-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        /* オーナー情報 */
        #aboutsalon .owner-info {
            padding: 0px 80px 0px 0px;
            color: #ffffff;
            max-width: 600px;
        }

        /* オーナー名（画像の代わりにテキストで実装） */
        #aboutsalon .owner-name-text {
            font-family: "游明朝", YuMincho, serif;
            font-size: clamp(36px, 4vw, 48px);
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 40px;
            letter-spacing: 0.2em;
        }

        /* 説明文 */
        .owner-description {
            margin-bottom: 60px;
        }

        .owner-description p {
            font-size: clamp(14px, 1.5vw, 16px);
            line-height: 2;
            color: #ffffff;
            letter-spacing: 0.05em;
        }

        /* 経歴 */
        #aboutsalon .owner-career {
            margin-top: 60px;
        }

        #aboutsalon .career-title {
            font-size: clamp(18px, 2vw, 20px);
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 25px;
            letter-spacing: 0.1em;
        }

        #aboutsalon .career-list {
            list-style: none;
            padding: 0;
        }

        #aboutsalon .career-list li {
            font-size: clamp(13px, 1.4vw, 15px);
            line-height: 2;
            color: #ffffff;
            margin-bottom: 10px;
            letter-spacing: 0.05em;
        }

        /* レスポンシブ対応 */
        @media (max-width: 1024px) {
            #aboutsalon .owner-title-wrapper {
                padding: 0px 0 0px;
            }

            #aboutsalon .owner-title {
                padding-left: 40px;
                font-size: clamp(60px, 8vw, 100px);
            }

            #aboutsalon .owner-content {
                grid-template-columns: 1fr;
            }

            #aboutsalon .owner-photo {
                position: relative;
                right: auto;
                top: auto;
                width: 100%;
                max-width: 400px;
                height: 400px;
                margin: -80px auto 40px;
            }

            #aboutsalon .owner-info {
                padding: 0 40px 60px;
                max-width: 100%;
                text-align: center;
            }

            #aboutsalon .owner-name-text {
                text-align: left;
            }

            #aboutsalon .owner-description p {
                text-align: left;
                max-width: 600px;
                margin: 0 auto;
            }

            #aboutsalon .owner-career {
                text-align: left;
                max-width: 600px;
                margin: 60px auto 0;
            }
        }

        @media (max-width: 599px) {
            #aboutsalon .owner-layout {
                min-height: auto;
            }

            #aboutsalon .owner-title-wrapper {
                padding: 0px 0 30px;
            }

            #aboutsalon .owner-title {
                padding-left: 20px;
                font-size: 48px;
            }

            #aboutsalon .owner-photo {
                width: 90%;
                max-width: 300px;
                height: 300px;
                margin: -60px auto 30px;
            }

            #aboutsalon .owner-info {
                padding: 0 20px 40px;
            }

            #aboutsalon .owner-name-text {
                font-size: 28px;
                margin-bottom: 30px;
            }

            #aboutsalon .owner-description p {
                font-size: 13px;
                line-height: 1.8;
            }

            #aboutsalon .owner-description p br {
                display: none;
            }

            #aboutsalon .owner-career {
                margin-top: 40px;
            }

            #aboutsalon .career-title {
                font-size: 16px;
                margin-bottom: 15px;
            }

            #aboutsalon .career-list li {
                font-size: 12px;
                line-height: 1.8;
                                 margin-bottom: 8px;
            }
        }

       


/* Gallery Section */
        /* ギャラリーセクション */
        #aboutsalon .gallery-section {
        width: 100%;
        padding: 100px 0;
        background-color: #adadaf;
        position: relative;
        overflow: hidden;
    }

    #aboutsalon .gallery-container {
        max-width: 1400px;
        width: 96%;
        margin: 0 auto;
        height: auto;
    }

    /* タイトル */
    #aboutsalon .gallery-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(40px, 8vw, 110px);
        font-weight: 300;
        color: #212121;
        letter-spacing: 0.1em;
        text-align: right;
        margin-bottom: 80px;
        padding-right: 0px;
        line-height: normal;
    }

    /* スライダーラッパー */
    #aboutsalon .gallery-slider-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 60px;
    }

    /* スライダーコンテナ */
    #aboutsalon .gallery-slider {
        display: flex;
        transition: transform 0.6s ease-in-out;
    }

    /* ギャラリーアイテム */
    #aboutsalon .gallery-item-about {
        flex: 0 0 calc(33.333% - 20px);
        margin: 0 10px;
        height: 400px;
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    #aboutsalon .gallery-item-about img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

    #aboutsalon .gallery-item-about:hover img {
        transform: scale(1.05);
    }

    /* ナビゲーションボタン */
    #aboutsalon .gallery-navigation {
        display: flex;
        justify-content: end;
        gap: 20px;
    }

    #aboutsalon .gallery-nav-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #212121;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        position: relative;
    }

    #aboutsalon .gallery-nav-btn:hover {
        background-color: #333;
        transform: scale(1.1);
    }

    #aboutsalon .gallery-nav-btn::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    #aboutsalon .gallery-nav-btn.prev::before {
        transform: rotate(45deg);
        margin-left: 4px;
    }

    #aboutsalon .gallery-nav-btn.next::before {
        transform: rotate(-135deg);
        margin-right: 4px;
    }

    /* インジケーター */
    #aboutsalon .gallery-indicators {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }

    #aboutsalon .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #666;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    #aboutsalon .indicator.active {
        background-color: #212121;
    }

    /* レスポンシブ対応 */
    @media (max-width: 1024px) {
.header-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    max-width: 1000px;
}

.site-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.21;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    max-width: 1000px;
}
        
        #aboutsalon .gallery-section {
            padding: 80px 0;
        }

        #aboutsalon .gallery-title {
            font-size: clamp(60px, 8vw, 100px);
            margin-bottom: 60px;
            padding-right: 20px;
        }

        #aboutsalon .gallery-item-about {
            height: 350px;
            flex: 0 0 calc(50% - 20px);
        }

        #aboutsalon .gallery-slider-wrapper {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 599px) {
        .site-subtitle {
            font-size: 11px;
            margin-bottom: 6px;
            padding: 0px;
        }
        
        .site-title {
            font-size: 18px;
            padding: 0px;
        }

        .header-content{
            padding: 0px;
        }
        
        #aboutsalon .gallery-section {
            padding: 60px 0;
        }

        #aboutsalon .gallery-container {
            padding: 0 0px;
        }

        #aboutsalon .gallery-title {
            font-size: 48px;
            margin-bottom: 40px;
            text-align: center;
            padding-right: 0;
        }

        #aboutsalon .gallery-item-about {
            height: 250px;
            flex: 0 0 calc(100% - 20px);
        }

        #aboutsalon .gallery-nav-btn {
            width: 40px;
            height: 40px;
        }

        #aboutsalon .gallery-navigation {
            gap: 15px;
        }
    }


/* About Access Section */
#aboutsalon .about-access-section {
    padding: 0px 0px;
    position: relative;
}

#aboutsalon .about-access-container {
    max-width: 1400px;
    margin: 0 auto 100px;
    position: relative;
}

#aboutsalon .access-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110px;
    font-weight: 400;
    color: #343441;
    line-height: normal;
}

#aboutsalon .access-transport-info {
    display: flex;
    gap: 132px;
    margin-top: 50px;
    padding: 0;
    justify-content: center;
}

#aboutsalon .transport-info {
    text-align: center;
}

#aboutsalon .transport-icon {
    width: 47px;
    height: 47px;
    margin: 0 auto 12px;
}

#aboutsalon .transport-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#aboutsalon .transport-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    color: #333341;
    line-height: 1.21;
    margin-bottom: 25px;
}

#aboutsalon .transport-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1.36;
    margin-bottom: 5px;
}

#aboutsalon .transport-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333341;
    line-height: 1.36;
    text-decoration: underline;
}

#aboutsalon .transport-link:hover {
    color: #000000;
}

#aboutsalon .access-map-about {
    width: 100%;
    height: auto;
    margin: 100px auto 0;
}

#aboutsalon .access-map-about img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* Responsive Design for About Page */
@media (max-width: 1024px) {
   
    #aboutsalon .about-hero-title {
        font-size: 60px;
        left: 100px;
    }
    
    #aboutsalon .concept-section {
        padding: 0px 40px;
    }
    
    #aboutsalon .concept-layout {
        flex-direction: column;
        min-height: auto;
    }
    
    #aboutsalon .concept-image {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    #aboutsalon .concept-image img{
        height: 100% !important;
        aspect-ratio: 2/1;
    }
    
    #aboutsalon .concept-title-vertical {
        position: static;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        text-align: center;
        margin-bottom: 0px;
    }
    
    #aboutsalon .concept-title {
        font-size: 80px;
        text-align: left;
    }
    
    #aboutsalon .concept-content {
        position: static;
        max-width: 100%;
        text-align: left;
    }
    
    #aboutsalon .concept-subtitle {
        font-size: 40px;
        margin-bottom: 50px;
        text-align: left;
    }
    
    #aboutsalon .owner-section {
        padding: 0px 40px;
    }
    
    #aboutsalon .owner-title {
        position: static;
        text-align: left;
        margin-bottom: 50px;
        font-size: 80px;
        padding-left: 0;
    }
    
    #aboutsalon .owner-content {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        gap: 50px;
    }
    
    #aboutsalon .owner-photo {
        width: 400px;
        height: 500px;
        margin: 0;
    }
    
    #aboutsalon .owner-info {
        padding: 0;
        text-align: center;
        max-width: 600px;
    }
    
    #aboutsalon .gallery-title {
        position: static;
        text-align: center;
        margin-bottom: 50px;
        font-size: 80px;
        text-align: left;
    }
    
    #aboutsalon .gallery-grid-about {
        flex-direction: column;
        align-items: center;
        padding: 0 40px;
        margin-top: 0;
    }
    
    #aboutsalon .gallery-nav {
        justify-content: center;
        padding: 0;
    }

    #aboutsalon .about-access-container {
        max-width: 1400px;
        padding: 0 40px;
        margin: auto;
        position: relative;
    }
    
    #aboutsalon .access-title {
        position: static;
        text-align: center;
        margin-bottom: 50px;
        line-height: normal;
        font-size: 80px;
        text-align: left;
    }
    
    /* .access-transport-info {
        flex-direction: column;
        gap: 50px;
        padding: 0 40px;
        margin-top: 0;
    } */
    
    #aboutsalon .access-map-about {
        width: 100%;
        height: 300px;
        margin: 50px auto 30px;
    }
}

@media (max-width: 599px) {
    #aboutsalon .about-hero-section {
        height: 400px;
    }
    
    #aboutsalon .about-hero-title {
        font-size: 40px;
        left: 50px;
    }

    #aboutsalon .concept-section {
        margin-bottom: 50px;
    }
    
    #aboutsalon .concept-section {
        padding: 0px 0px;
    }

    #aboutsalon .concept-container {
        padding: 0;
        width: 96%;
        margin: auto;
    }
    
    #aboutsalon .concept-title {
        font-size: clamp(40px, 8vw, 110px);
    }
    
    #aboutsalon .concept-subtitle {
        font-size: 28px;
    }
    
    #aboutsalon .concept-text {
        font-size: 14px;
    }
    
    
    #aboutsalon .owner-section {
        padding: 0px;
    }
    

    #aboutsalon .owner-title-wrapper{
        width: 96%;
        margin: auto;
    }

    #aboutsalon .owner-title {
        font-size: clamp(40px, 8vw, 110px);
        margin-bottom: 0px;
    }

    #aboutsalon .owner-content-wrapper {
        background-color: #212121;
        position: relative;
        padding: 50px 25px;
    }
    
    #aboutsalon .owner-photo {
        width: 300px;
        height: 400px;
    }
    
    #aboutsalon .owner-description,
    #aboutsalon .career-list li,
    #aboutsalon .transport-text,
    #aboutsalon .transport-link {
        font-size: 14px;
    }
    
    #aboutsalon .career-title {
        font-size: 18px;
    }
    
    #aboutsalon .about-gallery-section {
        padding: 80px 20px;
    }

    
    #aboutsalon .gallery-title,
    #aboutsalon .access-title {
        font-size: clamp(40px, 8vw, 110px);
    }
    
    #aboutsalon .gallery-item-about {
        width: 100%;
        max-width: 300px;
        height: 240px;
    }
    
    #aboutsalon .access-transport-info {
        gap: 50px;
        flex-direction: column;
        margin-top: 50px;
    }

    #aboutsalon .about-access-container {
        padding: 0px;
         width: 96%;
    }

    #aboutsalon .transport-title {
        font-size: 20px;
    }
    
    #aboutsalon .access-map-about {
        height: 250px;
    }
    }

/* =================================
   プレミアムレスポンシブデザイン & ハンバーガーメニュー
   「すごい！」と思ってもらえるレベルの調整
   responsive.cssから統合
   ================================= */

/* ブレイクポイント定義
   Mobile: 0-767px
   Tablet: 768-1023px
   Desktop: 1024px以上
   Large Desktop: 1440px以上
*/

/* 共通調整 */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* =================================
   ハンバーガーメニュー
   ================================= */

.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
    transition: transform 0.3s ease;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background-color: #333333;
    margin: 2px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* モバイルメニューオーバーレイ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* モバイルメニュー */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F6F4 100%);
    z-index: 999;
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E5DCD3;
    background: #E5DCD3;
}

.mobile-menu-logo {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.mobile-menu-close {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #333333;
    transition: all 0.3s ease;
}

.mobile-menu-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-menu {
    flex: 1;
    padding: 40px 0;
}

.mobile-nav-menu li {
    margin: 0;
}

.mobile-nav-link {
    display: block;
    padding: 16px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #F5F5F5;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: #E5DCD3;
    color: #573F30;
    padding-left: 30px;
}

.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid #E5DCD3;
    background: #F9F9F9;
}

.mobile-menu-contact,
.mobile-menu-hours {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666666;
    margin: 4px 0;
}

@media (min-width: 1025px) {
    #menu .line-h{
        left: -2px;
    }

    #menu .line-v{
        top: -2px;
    }
}

/* =================================
   統一ブレイクポイント適用
   ================================= */

   @media (min-width: 1025px) {
    .header-content {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        position: relative !important;
    }
   }
/* Desktop (1024px以上) - デフォルト */
/* @media (min-width: 1025px) {
    .header-content {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        position: relative !important;
    }

    .site-title {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .desktop-nav {
        display: flex !important;
        position: absolute !important;
        right: 0 !important;
    }
} */

/* Large Desktop (1440px以上) */
/* @media (min-width: 1440px) {
    .header-container {
        max-width: 1440px;
    }
    
    .nav-menu {
        gap: 80px;
    }
    
    .nav-link {
        font-size: 18px;
    }
} */

/* 重複設定削除 - responsive.css統合時の不具合修正完了 */