@charset "UTF-8";

#lv_outer {
    background: url(/common/upload_data/yuukihomejp/image/20250326151758.jpg) no-repeat 50% 0;
    background-size: cover;
    z-index: -2;
}
#lv_outer:after {
    content: '';
    background-color: rgba( 255,255,255,0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media (min-width: 1170px) and (max-width: 1232px) {
    .widget_shop01 dt {
        width: 170px !important;
    }
}
@media (min-width: 769px) {
.widget_shop01 .inner_item_img, .widget_shop01 .inner_item_txt {
    width: auto !important;
    float: none;
}


.shop-map-wrapper {
    display: flex;
    width: 100% !important;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    padding: 70px 0;
    max-width: 1200px;
}

    .shop-map-wrapper > .widget_shop01 {
        flex: 1;
        margin: 0;
    }
}
@media (max-width: 800px) {
.widget_shop01 .inner_item_img img {
    max-width: 95%;
}
}

@media (max-width: 768px) {
.widget_shop01 .inner_item_img img {
    max-width: 95%;
}
.shop-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
   padding:0  0 50px 0;
}

    .shop-map-wrapper > .widget_shop01 {
        width: 100%;
    }
}