@charset "utf-8";

.carousel-indicators .active {
    background: none;
}

.menuSlider .carousel-indicators {
    position: static;
    width: 100%;

}

.menuSlider .carousel-item,
.menuSlider .indicator {
    width: 100%;
}

.menuSlider .carousel-indicators {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.menuWr::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 65%;
    background: url(/system_panel/uploads/images/cmn_bg02.jpg) no-repeat center /cover;
    z-index: -1;
}

.menuSlider .indicator,
.menuSlider .menuSliderImg {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 108/65;
    overflow: hidden;
}

.menuSlider .indicator img,
.menuSlider .menuSliderImg img {
    object-fit: cover;
    width: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .menuSlider .carousel-indicators {
        grid-template-columns: repeat(2, 1fr);
        width: 36%;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .menuSlider .carousel-indicators {
        gap: 25px;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */