    @charset "UTF-8";

/*　========================= 
No-reservations Sectionを削除しました。
========================= */
/* === No-reservations Section === */
/* .no-reservations {
    margin-top: var(--spacing-md);
}

.no-reservations__title {
    font-size: var(--font-size-heading-jp-sp);
    font-weight: var(--font-weight-heading-jp);
    font-family: var(--font-family-heading-jp);
    text-align: center;
}

.no-reservations__content {
    display: flex;
    flex-direction: column;
    margin-top: var(--spacing-sm);
} */

/* No-reservations Section pc 1024px~ */
/* @media (min-width: 1024px){
    .no-reservations {
        margin-top: var(--spacing-xl);
    }

    .no-reservations__title {
        font-size: var(--font-size-heading-jp-pc);
    }

    .no-reservations__content {
        flex-direction: row-reverse;
        gap: 40px;
        margin-top: var(--spacing-lg);
    }

    .no-reservations__image-area {
        flex: 1 1 0;
        max-width: 583px;
    }

    .no-reservations__text {
        flex: 1 1 0;
        min-width: 0;
    }
} */

/*　========================= 
top.cssの内容をこちらに移行しました。
========================= */
/* === About Section === */
.about {
    margin-top: var(--spacing-md);
}

.section__heading--about {
    align-items: start;
}

.section__heading--about .section__heading-en {
    font-size: var(--font-size-34);
}

.section__heading--about .section__heading-jp {
    font-size: var(--font-size-20);
}

.about__content {
    margin-top: var(--spacing-xs);
    align-items: center;
}

.about__content--commitment .about__image-area {
    max-width: 600px;
    margin: 0 auto;
}

.about__content--commitment .about__image-area img {
    aspect-ratio: 8 / 5;
    object-fit: cover;
    object-position: center;
}

.about__text {
    margin-top: var(--spacing-xs);
}

/* About pc 1024px~ */
@media (min-width: 1024px){
    .about {
        margin-top: var(--spacing-lg);
    }

    .section__heading--about .section__heading-en {
        font-size: var(--font-size-40);
    }

    .section__heading--about .section__heading-jp {
        font-size: var(--font-size-24);
    }

    .about__content {
        display: flex;
        gap: 40px;
        margin-top: var(--spacing-sm);
    }

    .about__content--commitment .about__image-area {
        flex: 1 1 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .about__body {
        flex: 1 1 0;
        min-width: 0;
        margin-top: 60px;
    }

    .about__content--commitment .about__body {
        margin-top: 0;
    }
}
/* ========================= 
ここまで移行箇所です
========================= */

/* === Shop-infomation Section === */
.shop-infomation {
    margin-top: 50px;
}

.shop-infomation__content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.shop-infomation__map {
    width: 100%;
    height: auto;
    aspect-ratio: 586 / 552;
}

.shop-infomation__title {
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-medium);
    font-family: var(--font-family-heading-jp);
}

.shop-infomation__meta {
    margin-top: var(--spacing-sm);
}

.shop-infomation__meta-item {
    display: flex;
    gap: 24px;
    padding: 10px;
    border-bottom: solid 1px var(--gray-200); 
}

.shop-infomation__meta-label {
    flex: 0 0 100px;
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-medium);
}

.shop-infomation__meta-info {
    flex: 1;
    max-width: auto;
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-medium);
}

/* Shop-infomation Section pc 1024px~ */
@media (min-width: 1024px){
    .shop-infomation {
        margin-top: var(--spacing-xl);
    }

    .shop-infomation__content {
        flex-direction: row-reverse;
        align-items: center;
        gap: 80px;
    }

    .shop-infomation__map-area {
        flex: 1 1 0;
        max-width: 586px;
    }

    .shop-infomation__body {
        flex: 1 1 0;
        min-width: 0;
    }

    .shop-infomation__title {
        font-size: var(--font-size-30);
    }

    .shop-infomation__meta {
        margin-top: var(--spacing-sm);
    }
}

@media (max-width: 767px){
    .no-reservations__title {
        font-size: 16px;
    }
}

