@charset "UTF-8";

/* イベントページ /event/55987.htmlの修正 */
@media screen and (max-width: 750px) {
    ul.reserve-shop li {
        margin-left: 0;
        
    } 
}
@media screen and (min-width: 751px) {
    .reserve-showroom {
        width: 100%;
    }
    
    .reserve-showroom .reserve-shop > li {
        width: calc(50% - 2.7777777778vw);
    }
    .reserve-shop-image {
        aspect-ratio: 3 / 2;
    }
}
