/* 案内図とgooglemap ---------------------------------------------- */
.multi-shop-map .multi-shop-map-block {
    background-color: #fff;
    margin: 0 auto;
}

.multi-shop-map .multi-shop-map-tabs-block {
    border-radius: 6cqw 6cqw 0 0;
    overflow: hidden;
}

.multi-shop-map .multi-shop-map-item {
    width: 50%;
    background-color: var(--theme-color);
    text-align: center;
    color: #f2f2f2;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 3cqw 0;
}

.multi-shop-map input[name="multi-shop-map-item"] {
    display: none;
}

.multi-shop-map .multi-shop-map-tab-content {
    display: none;
    clear: both;
    overflow: hidden;
}

.multi-shop-map
    .multi-shop-map-tabs-block:has(#shop-guide-map:checked)
    ~ #shop-guide-map-content,
.multi-shop-map
    .multi-shop-map-tabs-block:has(#shop-google-map:checked)
    ~ #shop-google-map-content {
    display: block;
    background: #f2f2f2;
    height: 84.4cqw;
}

.multi-shop-map .multi-shop-map-block input:checked + .multi-shop-map-item {
    background-color: #f2f2f2;
    color: var(--theme-color);
}

/* 案内図 */
.multi-shop-map #shop-guide-map-content img {
    display: block;
    margin: 3cqw auto;
    width: 94%;
    height: auto;
}

/* google map */
.multi-shop-map #shop-google-map-content {
    position: relative;
}

.multi-shop-map .shop-root-block {
    display: flex;
    position: absolute;
    z-index: 10;
    top: 4%;
    left: 4%;
    background: #fff;
    padding: 1cqw;
}

.multi-shop-map #shop-google-map-content #map-frame {
    aspect-ratio: 1 / 1;
    height: auto !important;
}

.multi-shop-map .shop-root-switch {
    display: block;
    width: 3.4em;
    background-image: var(--shop-root-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 0%;
}

.multi-shop-map .shop-root-switch.is-drive {
    background-position-x: 115%;
}

@media (max-width: 767px) {
    .multi-shop-map {
        width: 90%;
    }
}
