/* related section include
ranking (同じカテゴリのランキング),
related products (あなたにおすすめの関連商品),
recommended products (コーディネートにおすすめの商品)
at the bottom of products and category page*/
@import url("../components/arm-related-section.css?t=20240830135435");

@import url("../components/arm-navigation-component.css?t=20241204123103");

.showroom-list {
    min-height: 100vh;
}

.showroom-container {
    padding-top: 40px;
}

.showroom-thumbnail-list {
    display: none !important;
}

.showroom-main-image {
    margin-bottom: 10px;
    min-height: 235px;
}

.showroom-name-container {
    margin-bottom: 20px;
}

.showroom-postcode:before {
    content: "〒";
}

.showroom-address-container {
    margin-bottom: 10px;
    padding: 8px;
    background-color: var(--color__gray-F5F);
    font-size: var(--font-size__small);
}

.showroom-button-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.showroom-name-jp {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size__large);
    color: var(--color__gray-333);
    letter-spacing: 0.75px;
}

.showroom-name-en {
    font-family: var(--font-family__roboto);
    color: var(--color__gray-AAA);
    font-size: var(--font-size__extra-small);
}

.showroom-operating-hour,
.showroom-phone-number {
    font-family: var(--font-family__roboto);
}

.showroom-rest-day {
    color: var(--color__gray-777);
    margin-bottom: 10px;
}

.showroom-main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 230px;
}

.showroom-container:nth-of-type(1) {
    padding-top: 0;
}

.showroom-page {
    overflow: hidden;
}

.online-name-title {
    font-weight: 500;
    font-size: var(--font-size__extra-large);
}

.online-meeting .showroom-name-container {
    margin-bottom: 10px;
}

.online-meeting .showroom-desc-container {
    color: var(--color__gray-555);
    font-size: 14px;
    font-weight: 350;
    line-height: 1.4;
}

.online-meeting .showroom-desc-container span {
    display: block;
}

.online-meeting .showroom-desc-container span:first-child {
    margin-bottom: 6px;
}

.online-meeting .showroom-button-container a.btn-arm.btn-arm-sm.btn-arm-secondary {
    min-width: 136px;
}

.__related_category {
    display: none;
}

a.showroom-link:hover, a.showroom-link:link:hover, a.showroom-link[href]:hover
a.showroom-link, a.showroom-link:link, a.showroom-link:visited {
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    .showroom-thumbnail-list {
        display: flex !important;
    }

    .showroom-container {
        display: flex;
        min-height: 500px;
    }

    .showroom-container .showroom-main-image {
        width: 50%;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .showroom-name-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .showroom-right-container {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 47%;
    }

    .showroom-name-en {
        font-size: var(--font-base__size);
        font-weight: var(--font-weight-medium);
        letter-spacing: 0.75px;
    }

    .showroom-name-jp {
        font-size: 32px;
    }

    .showroom-button-container {
        margin-top: 20px;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .showroom-button-container a.btn-arm.btn-arm-sm {
        width: auto;
        padding: 10px 20px;
    }

    .showroom-thumbnail-container {
        margin-right: 20px;
        width: calc( (100% - 120px) / 7) !important;
        cursor: pointer;
    }

    .showroom-thumbnail-container:last-of-child {
        margin-right: 0;
    }

    .showroom-main-image img {
        min-height: 0;
        aspect-ratio: 50 / 33;
    }

    .showroom-main-image {
        margin-bottom: 5px;
        min-height: 100px;
    }

    .showroom-thumbnail-title {
        text-align: center;
        color: var(--color__gray-333);
    }

    .showroom-desc-container {
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.6;
    }

    .showroom-desc-container span:first-child {
        margin-bottom: 0;
    }

    .showroom-thumbnail-list-wrapper .swiper-custom-button-prev,
    .showroom-thumbnail-list-wrapper .swiper-custom-button-next {
        background: var(--color__white);
        border: 1px solid var(--color__gray-DDD);
        color: var(--color__gray-777);
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(((50vw / 5) - 80px) / 2);
        box-shadow: none;
        border-radius: 40px;
        padding: 9px 11px;
        z-index: 1;
        cursor: pointer;
    }

    .showroom-thumbnail-list-wrapper .swiper-custom-button-prev {
        left: -15px;
    }

    .showroom-thumbnail-list-wrapper .swiper-custom-button-next {
        right: -14px;
    }

    .showroom-thumbnail-list-wrapper {
        margin-bottom: 30px;
        position: relative;
        min-height: 150px;
    }

    .showroom-container:nth-of-type(1) {
        padding-top: 40px;
    }

    .showroom-list {
        border-top: 1px solid var(--color__grey);
    }

    .online-name-title {
        font-size: 32px;
    }

    .showroom-name-container {
        margin-bottom: 20px;
    }

    .showroom-thumbnail-list-wrapper .swiper-scrollbar {
        height: 4px;
        background-color: var(--color__gray-EBE);
        margin: 20px 25px 0;
        border-radius: 40px;
    }

    .showroom-thumbnail-list-wrapper .swiper-scrollbar-drag {
        height: 100%;
        background-color: var(--color__gray-555);
        border-radius: 40px;
    }
}