@charset "utf-8";

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

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

.loopWr {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    gap: 15px;
}

.loopImgAr {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
    gap: 15px;
}

.loopImgBx {
    position: relative;
    width: 200px;
    aspect-ratio: 3/2;
    overflow: hidden;
}

.loopImgBx img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.shopMapPopImg {
    aspect-ratio: 1/1;
    border-radius: 100%;
    z-index: 5;
    transition: all .3s;
}

.shopMapPopImg:hover {
    box-shadow: rgba(238, 175, 3, 0.9) 0 0 7px;
}

.shopMapPopImg >a{
    display: block;
    width: 100%;
    height: 100%;
}

.shopMapPopImg img {
    opacity: 0;
}

.gjs-dashed .shopMapPopImg {
    position: static;
    width: 100%;
    aspect-ratio: unset;
    border-radius: 0;
}

.gjs-dashed .shopMapPopImg img {
    opacity: 1;
}



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

    .shopReadAr::before {
        width: 80%;
    }

    .shopReadBg::before {
        height: 100%;
        width: 80%;
    }

    .loopImgBx {
        width: 320px;
    }

}

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



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

    .loopWr {
        gap: 25px;
    }

    .loopImgAr {
        gap: 25px;
    }

    .loopImgBx {
        width: 480px;
    }

}

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

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

    .teppanReadTitIn02 {
        margin: 60px 60px 0 0 !important;
    }

    .teppanReadTit {
        line-height: 1.6em !important;
    }

    .shopReadTxtIn {
        line-height: 2.2em !important;
    }
}

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

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

    .shopMapImgBx {
        margin: -140px -30% 0 0 !important;
    }

    .chandoiDeco01 {
        right: 9% !important;
        bottom: 45px !important;
    }

}

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