


/*====================================================*/
/* 店舗一覧 */
/*====================================================*/
.listSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listSwiper .swiper-slide {
    width: 60%;
}
.listSwiper .swiper-slide:nth-child(2n) {
    width: 40%;
}
.listSwiper .swiper-slide:nth-child(3n) {
    width: 20%;
}