/* ========================================
   Studio & Access Page
======================================== */

/* Studio Hero */
.studio-hero {
    padding: 0 clamp(20px, 5vw, 40px);
}

.studio-hero-container {
    max-width: 1120px;
    margin: 0 auto;
}

.studio-hero-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 1120 / 542;
    object-fit: cover;
}

.studio-hero-placeholder {
    width: 100%;
    aspect-ratio: 1120 / 542;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-hero-placeholder span {
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 1.6;
}

/* Studio Section */
.studio-section,
.access-section,
.shop-info-section {
    padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 40px);
}

.studio-container,
.access-container,
.shop-info-container {
    max-width: 1120px;
    margin: 0 auto;
}

.studio-section-title {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1vw, 12px);
    font-size: clamp(22px, 3vw, 31px);
    font-weight: 700;
    line-height: 1.6;
    color: #30403E;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.studio-section-title-slash {
    display: inline-block;
    width: 31px;
    height: 20px;
    background: url('../images/slash.svg') no-repeat center center;
    background-size: contain;
}

/* Studio Description */
.studio-description {
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    color: #5BA699;
    margin-bottom: clamp(24px, 4vw, 40px);
}

/* Studio Gallery */
.studio-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.studio-gallery-item {
    width: 100%;
    aspect-ratio: 352 / 240;
    overflow: hidden;
}

.studio-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studio-gallery-placeholder {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-gallery-placeholder span {
    font-size: 14px;
    color: #888;
    text-align: center;
    line-height: 1.6;
}

/* Access Map */

#access {
    scroll-margin-top: 100px;
}

.access-map {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: clamp(300px, 50vw, 620px);
    overflow: hidden;
}

.access-map iframe {
    width: 100%;
    height: 100%;
}

.access-info {
    margin-top: clamp(20px, 3vw, 32px);
}

.access-info-address {
    font-size: clamp(12px, 1.25vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    color: #30403E;
    margin: 0 0 clamp(12px, 1.5vw, 20px);
}

.access-transport-group {
    margin-bottom: clamp(16px, 2vw, 24px);
}

.access-transport-group:last-child {
    margin-bottom: 0;
}

.access-transport-line {
    font-size: clamp(11px, 1.11vw, 16px);
    font-weight: 700;
    line-height: 1.6;
    color: #5BA699;
    margin: 0 0 4px;
}

.access-transport-station {
    font-size: clamp(11px, 1.11vw, 16px);
    font-weight: 700;
    line-height: 1.6;
    color: #5BA699;
    margin: 0 0 6px;
}

.access-transport-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.access-transport-list li {
    font-size: clamp(11px, 1.11vw, 16px);
    font-weight: 400;
    line-height: 1.6;
    color: #30403E;
    padding-left: 1em;
    position: relative;
}

.access-transport-list li::before {
    content: '・';
    position: absolute;
    left: 0;
}

/* Shop Info */
.shop-info-list {
    margin-top: clamp(30px, 5vw, 50px);
    border-top: 1px solid #9B9B9B;
}

.shop-info-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #9B9B9B;
}

.shop-info-label {
    flex-shrink: 0;
    padding: 4px 12px;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    color: #FFFDF6;
    background: #65BAA9;
    border-radius: 4px;
    min-width: clamp(60px, 8vw, 80px);
    text-align: center;
}

.shop-info-value {
    flex: 1;
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    color: color-mix(in srgb, #A19E99, #000000 20%);
    padding-top: 4px;
    margin-left: clamp(20px, 8vw, 80px);
}

.shop-info-value a {
    color: #5BA699;
    text-decoration: none;
}

.shop-info-value a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .studio-section,
    .access-section,
    .shop-info-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .studio-hero {
        padding: 0;
    }

    .studio-hero-container {
        max-width: 100%;
    }

    .studio-hero-container img,
    .studio-hero-placeholder {
        aspect-ratio: unset;
        height: clamp(200px, 73.4vw, 276px);
    }

    .studio-section-title {
        font-size: clamp(18px, 6.65vw, 25px);
        font-weight: 700;
        line-height: 1.6;
    }

    .studio-description {
        font-size: clamp(12px, 4.26vw, 16px);
        font-weight: 500;
        line-height: 1.6;
    }

    .studio-gallery {
        grid-template-columns: repeat(2, clamp(100px, 43.62vw, 164px));
        justify-content: center;
        gap: clamp(4px, 2.13vw, 8px);
    }

    .studio-gallery-item {
        width: clamp(100px, 43.62vw, 164px);
        height: clamp(100px, 43.62vw, 164px);
        aspect-ratio: 1 / 1;
    }

    .access-map {
        height: clamp(200px, 55vw, 300px);
    }

    .access-info p {
        font-size: clamp(12px, 4.26vw, 16px);
        word-break: keep-all;
    }

    .access-transport-list li {
        font-size: clamp(12px, 4.26vw, 16px);
    }

    .shop-info-row {
        gap: 16px;
    }

    .shop-info-label {
        font-size: clamp(12px, 4.26vw, 16px);
        height: clamp(22px, 7.45vw, 28px);
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shop-info-value {
        font-size: clamp(12px, 4.26vw, 16px);
        margin-left: 0;
        color: color-mix(in srgb, #A19E99, #000000 20%);
    }
}

@media (max-width: 480px) {
    .shop-info-row {
        flex-direction: column;
        gap: 8px;
    }

    .shop-info-label {
        align-self: flex-start;
    }

    .shop-info-value {
        padding-top: 0;
    }
}

