.bg-box-wide-wrap .layout-wrap{display:flex;}
.bg-box-wide-wrap .layout-wrap .layout-box{margin:0 4rem 0 0;width:calc(50% - 20px);}
.bg-box-wide-wrap .layout-wrap .layout-box:last-of-type{margin:0;}
.bg-box-wide-wrap .layout-wrap .layout-box .bg-box-white{margin:0 0 3rem;}
.bg-box-wide-wrap .layout-wrap .layout-box .seating-type{font-size:2.4rem;font-weight:var(--font-weight-bold);color:var(--text-color11);}

@media screen and (max-width:1024.98px){
	.bg-box-wide-wrap .layout-wrap{flex-wrap:wrap;}
	.bg-box-wide-wrap .layout-wrap .layout-box{margin:0 0 4rem;width:100%;}        
	.bg-box-wide-wrap .layout-wrap .layout-box .seating-type{font-size: 1.9rem;line-height: 2.7rem;}
}