@charset "UTF-8";

/* =========================================
   スタジオ一覧専用 メインビジュアル (.studio-archive-mv)
========================================= */
.studio-archive-mv {
    width: 100%;
    margin-top: 180px;
}

/* PC版スタイル */
.studio-archive-mv .studio-archive-mv__main {
    width: 100%;
    aspect-ratio: 1920 / 640;
    background-image: url('../img/studio/studio-mv_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.studio-archive-mv .studio-archive-mv__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 0;
    padding-left: 8%;
    padding-right: 20px;
    box-sizing: border-box;
}

.studio-archive-mv .studio-archive-mv__title {
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}

.studio-archive-mv .studio-archive-mv__text-sub {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 65px;
}

.studio-archive-mv .studio-archive-mv__text {
    font-size: 28px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 0;
}

/* ノートPC・中画面レスポンシブ (769px 〜 1500px) */
@media screen and (max-width: 1500px) and (min-width: 769px) {
    .studio-archive-mv .studio-archive-mv__title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .studio-archive-mv .studio-archive-mv__text-sub {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .studio-archive-mv .studio-archive-mv__text {
        font-size: 16px;
        margin-bottom: 0;
    }
}

/* スマホ版スタイル (768px以下) */
@media screen and (max-width: 768px) {
    .studio-archive-mv {
        margin-top: 90px;
    }

    .studio-archive-mv .studio-archive-mv__main {
        position: relative;
        width: 100%;
        aspect-ratio: 750 / 800;
        background-image: url('../img/studio/studio-mv_sp.webp');
        /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/studio/studio-mv_sp.webp'); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .studio-archive-mv .studio-archive-mv__inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .studio-archive-mv .studio-archive-mv__title {
        font-size: 27px;
        line-height: 1.7;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }

    .studio-archive-mv .studio-archive-mv__text-sub {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.15em;
        margin-bottom: 30px;
    }

    .studio-archive-mv .studio-archive-mv__text {
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.15em;
        margin-bottom: 0;
    }
}

/* =========================================
   スタジオ詳細専用 メインビジュアル (.studio-single-mv)
========================================= */
.studio-single-mv {
    width: 100%;
    margin-top: 180px;
    position: relative;
}

/* PC版スタイル */
.studio-single-mv .studio-single-mv__main {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1000;
    background-image: url('../img/top/main-visual_pc.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-text-base);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.studio-single-mv .studio-single-mv__breadcrumb {
    position: absolute;
    top: 20px;
    left: 8%;
    z-index: 2;
    padding: 0;
}

.studio-single-mv .studio-single-mv__breadcrumb .c-breadcrumb {
    padding: 0;
    background: transparent;
}

.studio-single-mv .studio-single-mv__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 0;
    padding-left: 8%;
    padding-right: 20px;
    box-sizing: border-box;
}

.studio-single-mv .studio-single-mv__sub-title {
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.studio-single-mv .studio-single-mv__title {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.studio-single-mv .studio-single-mv__access {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.studio-single-mv .studio-single-mv__lead {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: 48px;
}

.studio-single-mv .c-btn-wrap {
    display: flex;
    justify-content: flex-start;
}

.studio-single-mv .c-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    background-color: #A64A4A;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: opacity 0.3s;
}

.studio-single-mv .c-btn:hover {
    opacity: 0.85;
}

.studio-single-mv .c-btn__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 5px;
    height: 8px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 50% 25%, 100% 0, 50% 100%);
    transform: translateY(-50%) rotate(-90deg);
}

.studio-single-mv .studio-single-mv__bar {
    width: 100%;
    height: 80px;
    background-color: color-mix(in srgb, var(--color-main) 68%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-single-mv .studio-single-mv__bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.studio-single-mv .studio-single-mv__tags {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.studio-single-mv .studio-single-mv__tag {
    width: 140px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 9999px;
    color: var(--color-main);
    font-size: 15px;
    letter-spacing: 0.10em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studio-single-mv .studio-single-mv__price {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.10em;
    margin-left: 10px;
}

/* ノートPC・中画面レスポンシブ (769px 〜 1500px) */
@media screen and (max-width: 1500px) and (min-width: 769px) {
    .studio-single-mv .studio-single-mv__sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .studio-single-mv .studio-single-mv__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .studio-single-mv .studio-single-mv__access {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .studio-single-mv .studio-single-mv__lead {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

/* スマホ版スタイル (768px以下) */
@media screen and (max-width: 768px) {
    .studio-single-mv {
        margin-top: 90px;
    }

    .studio-single-mv .studio-single-mv__main {
        position: relative;
        width: 100%;
        aspect-ratio: 750 / 1333;
        background-image: url('../img/top/main-visual_sp.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: flex-start;
        justify-content: center;
        padding-top: 45px;
        padding-bottom: 0;
    }

    .studio-single-mv .studio-single-mv__breadcrumb {
        top: 20px;
        left: 5%;
    }

    .studio-single-mv .studio-single-mv__inner {
        padding-left: 8%;
        padding-right: 8%;
    }

    .studio-single-mv .studio-single-mv__sub-title {
        font-size: 13px;
        margin-bottom: 14px;
        padding-top: 45px;
    }

    .studio-single-mv .studio-single-mv__title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .studio-single-mv .studio-single-mv__access {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .studio-single-mv .studio-single-mv__lead {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 32px;
    }

    .studio-single-mv .c-btn-wrap {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 8%;
        justify-content: center;
        margin-top: 0;
    }

    .studio-single-mv .c-btn {
        width: 100%;
        max-width: 320px;
    }

    .studio-single-mv .studio-single-mv__bar {
        height: 86px;
        padding: 0;
        background-color: color-mix(in srgb, var(--color-main) 68%, transparent);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .studio-single-mv .studio-single-mv__bar-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .studio-single-mv .studio-single-mv__tags {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .studio-single-mv .studio-single-mv__tag {
        width: 82px;
        height: 24px;
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .studio-single-mv .studio-single-mv__price {
        font-size: 19px;
        margin-left: 0;
    }
}
/* =========================================
   2. スタジオ一覧 アーカイブ (.p-studio-archive)
========================================= */
.p-studio-archive {
    position: relative;
    padding: 170px 0;
    width: 100%;
    /* background-color: var(--color-bg-1); */
}

.p-studio-archive__inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.p-studio-archive__filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.p-studio-archive__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid #BFA17A;
    background-color: #ffffff;
    color: var(--color-text-base);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
}

.p-studio-archive__tab.is-active {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #ffffff;
}

.p-studio-archive__group {
    display: none;
    margin-bottom: 80px;
}

.p-studio-archive__group.is-show {
    display: block;
}

.p-studio-archive__area-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 90px;
}

.p-studio-archive__area-en {
    font-size: 28px;
    color: var(--color-main);
    line-height: 1;
    margin-bottom: 25px;
    font-family: var(--font-en);
    font-weight: 300;
}

.p-studio-archive__area-jp {
    font-size: 32px;
    color: var(--color-text-base);
    line-height: 1;
    margin-bottom: 25px;
}

.p-studio-archive__area-line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #BFA17A;
}

.p-studio-archive__pref-block {
    margin-top: 60px;
}

.p-studio-archive__pref-title {
    font-size: 28px;
    margin-bottom: 25px;
}

.p-studio-archive__pref-list {
    margin-bottom: 40px;
}

.p-studio-archive__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

/* 店舗カード全体 */
.p-studio-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(74, 47, 43, 0.0392);
    display: flex;
    flex-direction: column;
}

.p-studio-card__img-link {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.p-studio-card__img-link:hover {
    opacity: 0.8;
}

.p-studio-card__img {
    width: 100%;
    height: 300px;
}

.p-studio-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-studio-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.p-studio-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.p-studio-card__tag {
    background-color: #F7EFEA;
    color: var(--color-main);
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 9999px;
    line-height: 1;
    display: inline-block;
}

.p-studio-card__name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.3;
}

.p-studio-card__name a {
    color: var(--color-text-base);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.p-studio-card__name a:hover {
    opacity: 0.6;
}

.p-studio-card__info {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.p-studio-card__info-item {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: var(--color-text-base);
}

.p-studio-card__icon {
    width: auto;
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}

.p-studio-card__btns {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.p-studio-card__btn {
    width: 50% !important;
    height: 48px;
    font-size: 14px;
    border-radius: 9999px;
}

@media screen and (max-width: 768px) {
    .p-studio-archive {
        padding: 80px  0 0;
    }

    .p-studio-archive__filter {
        gap: 8px;
    }

    .p-studio-archive__pref-block {
        /* margin-bottom: 100px; */
    }

    .p-studio-archive__pref-title {
        font-size: 20px;
    }

    .p-studio-archive__tab {
        width: 100px;
        height: 34px;
        font-size: 12px;
    }

    .p-studio-archive__area-header {
        padding-top: 60px;
    }

    .p-studio-archive__area-en {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .p-studio-archive__area-jp {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .p-studio-archive__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p-studio-card__img {
        height: 200px;
    }

    .p-studio-card__tags {
        margin-bottom: 20px;
    }

    .p-studio-card__tag {
        font-size: 12px;
    }

    .p-studio-card__name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .p-studio-card__info {
        gap: 5px;
    }

    .p-studio-card__info-item {
        font-size: 12px;
    }

    .p-studio-card__btns {
        flex-direction: column;
        gap: 8px;
    }

    .p-studio-card__btn {
        width: 100% !important;
    }
}


/* =========================================
   3. OUR PROMISE セクション (.p-studio-promise)
========================================= */
.p-studio-promise {
    background-color: var(--color-bg-1);
    padding-top: 170px;
    padding-bottom: 170px;
}

.p-studio-promise__inner {
    width: 90%;
    max-width: 1575px;
    margin: 0 auto;
}

.p-studio-promise__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

.p-studio-promise__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.p-studio-promise__num {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--color-main);
    font-family: var(--font-en);
    font-weight: 300;
}

.p-studio-promise__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.p-studio-promise__text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
}

.p-studio-promise__note {
    margin-top: -32px;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
}

.p-studio-promise__icon {
    width: 165px;
    height: 165px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    flex-shrink: 0;
}

.p-studio-promise__icon img {
    width: auto;
    height: auto;
    max-width: 45%;
    max-height: 45%;
    display: block;
}

@media screen and (max-width: 768px) {
    .p-studio-promise {
        padding: 80px 0;
    }

    .p-studio-promise__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .p-studio-promise__num {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .p-studio-promise__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .p-studio-promise__text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .p-studio-promise__note {
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .p-studio-promise__icon {
        width: 140px;
        height: 140px;
    }
    /* 1つ目のアイコン（promise-icon01.svg） */
    .p-studio-promise__item:nth-of-type(1) .p-studio-promise__icon img {
        max-width: 45%;
        max-height: 45%;
    }

    /* 2つ目のアイコン（promise-icon02.svg） */
    .p-studio-promise__item:nth-of-type(2) .p-studio-promise__icon img {
        max-width: 45%;
        max-height: 45%;
    }

    /* 3つ目のアイコン（promise-icon03.svg） */
    .p-studio-promise__item:nth-of-type(3) .p-studio-promise__icon img {
        max-width: 45%;
        max-height: 45%;
    }
}


/* =========================================
   4. スタジオ詳細パーツ設定
========================================= */
#single-studio .price,
#single-studio .voice {
    padding-bottom: 0;
}

.instructor {
    width: 100%;
    overflow: hidden;
}

.instructor__carousel-wrapper {
    width: 100%;
    position: relative;
}

.instructor__nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 5%;
    margin-bottom: 30px;
}

.instructor__nav-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--color-text-base);
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: opacity 0.3s;
}

.instructor__nav-btn:hover {
    opacity: 0.5;
}

.instructor__swiper {
    width: 100%;
    padding-left: 5% !important;
    overflow: visible;
}

.instructor__swiper .swiper-wrapper {
    display: flex;
    box-sizing: content-box;
}

.instructor__swiper .swiper-slide.instructor__card {
    width: 280px;
    max-width: 280px;
    flex-shrink: 0;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.instructor__img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #e0e0e0;
}

.instructor__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instructor__body {
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.instructor__name-en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: var(--color-text-base);
    margin-bottom: 10px;
}

.instructor__catch {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.instructor__desc {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-text-base);
}

@media screen and (max-width: 768px) {
    .instructor {
        /* padding-bottom: 130px; */
    }

    .instructor__swiper .swiper-slide.instructor__card {
        width: 220px;
        max-width: 220px;
    }

    .instructor__catch {
        font-size: 14px;
    }

    .instructor__desc {
        font-size: 12px;
    }
}


.gallery__container{
    width: 90%;
    max-width: 1575px;
    margin: 300px auto 0;
}
.studio-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 0;
    padding: 0;
}

.studio-gallery__item {
    width: 100%;
    aspect-ratio: 65 / 70; /* 画像本来の縦横比（650×700）に合わせて高さを確保 */
    overflow: hidden;
}

.studio-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 768px) {
    .gallery__container{
        margin: 100px auto 0;
    }
    .studio-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .studio-gallery__item {
        aspect-ratio: 1 / 1; /* スマホ表示時は正方形にしてすっきり高さを出す */
    }
}

/* =========================================
   STUDIO POINT セクション (.studio-point)
========================================= */
.studio-point {
    width: 100%;
    background-color: #FBF7F2;
    padding: 300px 0;
    position: relative; 
}

.studio-point__inner {
    width: 90%;
    max-width: 1575px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.studio-point__lead {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 100px;
}

.studio-point__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.studio-point__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 15% 60px;
}

.studio-point__card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.studio-point__num {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 24px;
    line-height: 1;
}

.studio-point__icon {
    width: 165px;
    height: 165px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.studio-point__icon img {
    width: auto;
    height: auto;
    max-width: 45%;
    max-height: 45%;
    display: block;
}

.studio-point__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.4;
}

.studio-point__text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
}

.studio-point__note {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0 auto;
    white-space: nowrap;
    width: 90%;
}

@media screen and (max-width: 768px) {
    .studio-point {
        padding: 100px 0;
    }

    .studio-point__lead {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .studio-point__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .studio-point__card {
        padding: 0 5% 30px;
    }

    .studio-point__card:not(:last-child)::after {
        top: auto;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .studio-point__num {
        position: static;
        font-size: 20px;
        align-self: flex-start;
        margin-bottom: 10px;
    }

    .studio-point__icon {
        width: 140px;
        height: 140px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .studio-point__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .studio-point__text {
        font-size: 14px;
    }

    .studio-point__note {
        right: 10px;
        bottom: 10px;
        font-size: 10px;
        white-space: normal;
    }
}

/* =========================================
   STUDIO ACCESS セクション (.studio-access)
========================================= */

.studio-access {
    width: 90%;
    max-width: 1575px;
    margin: 300px auto;
}

.studio-access__box {
    display: flex;
    gap: 80px;
    align-items: center;
}

.studio-access__map {
    flex: 1;
    width: 0;
    aspect-ratio: 4 / 3.5;
}

.studio-access__map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.studio-access__content {
    flex: 1;
    width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.studio-access__name {
    font-size: 18px;
    margin-bottom: 15px;
}

.studio-access__time {
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .studio-access__box {
        flex-direction: column;
        gap: 30px;
    }

    .studio-access__map {
        width: 100%;
        height: 350px;
        aspect-ratio: auto;
    }

    .studio-access__content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .studio-access{
        margin: 100px auto;
    }
    .studio-access__map {
        height: 280px;
    }

    .studio-access__name {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .studio-access__address,
    .studio-access__station,
    .studio-access__time {
        font-size: 14px;
    }
}
/* 料金 */
@media screen and (max-width: 768px) {
    #studio_price{
        padding: 80px 0;
    }
    #single-studio .faq{
        padding-top: 80px;
    }
}
