@charset "utf-8";

/*-----------------------------------------------------------
access01
-----------------------------------------------------------*/

.access01-jp-title-row {
    margin: -9.5% 0 0;
    gap: 30px;
}

.access01-list {
    gap: 10px;
}

.access01-icon-box {
    width: 40px;
}

.access01-btn-row {
    gap: 30px;
}

.access01-illust {
    display: none;
    width: 20%;
    bottom: 0;
    right: 1%;
    z-index: 1;
}

.access01-btn-row .com-rsv-btn:before {
    left: 30px;
}

.access01-img-box01 {
    aspect-ratio: 950 / 624;
}

/*-----------------------------------------------------------
地図
-----------------------------------------------------------*/

.map-text-block-row {
    gap: 20px;
}

/*-----------------------------------------------------------
店内レイアウト
-----------------------------------------------------------*/

.access-floor-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 4%;
}

.access-floor-group {
    gap: 20px;
}

.access-floor-item-tit-box {
    container-type: inline-size;
}

.access-floor-item-tit {
    /*font-size: 7.67cqi;*/
    font-size: 6.67cqi;
    font-family: var(--font-family02);
}

.access-floor-item-img-box {
    aspect-ratio: 700/481;
    overflow: hidden;
}

.access-floor-item-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*-----------------------------------------------------------
ギャラリー
-----------------------------------------------------------*/

.access02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: url(/system_panel/uploads/images/cmn_bg04.png)no-repeat center bottom / cover;
    z-index: 0;
    transform: rotate(180deg);
}

.gallery-contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}


.galleryCol a:hover {
    filter: brightness(1.1);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

    /*-----------------------------------------------------------
    access01
    -----------------------------------------------------------*/

    .access01-illust {
        display: block;
    }

    /*-----------------------------------------------------------
    店内レイアウト
    -----------------------------------------------------------*/

    .access-floor-group {
        flex-direction: row !important;
    }

}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /*-----------------------------------------------------------
access01
-----------------------------------------------------------*/

    .access01-jp-title-row {
        margin: -10.5% 0 0;
        gap: 15px;
    }

    .access01-illust {
        display: none;
    }


    /*-----------------------------------------------------------
ギャラリー
-----------------------------------------------------------*/

    .gallery-contents {
        grid-template-columns: repeat(4, 1fr);
    }


}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /*-----------------------------------------------------------
access01
-----------------------------------------------------------*/

    .access01-jp-title-row {
        margin: -8.5% 0 0;
        gap: 30px;
    }

    .access01-illust {
        display: block;
        bottom: 0;
        right: -8%;
    }

    /*-----------------------------------------------------------
店内レイアウト
-----------------------------------------------------------*/

    .access-floor-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 3%;
    }

}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /*-----------------------------------------------------------
access01
-----------------------------------------------------------*/

    .access01-jp-title-row {
        margin: -10.5% 0 0;
    }

    .access01-text-block01 {
        width: 33.95% !important;
    }

    .access01-img-box01 {
        width: 58.64% !important;
    }

    .access01-list {
        margin: 20px 0 0 0 !important;
        padding: 0 0 20px 0 !important;
    }

    .access01-illust {
        bottom: 0;
        right: -10%;
    }

    /*-----------------------------------------------------------
ギャラリー
-----------------------------------------------------------*/

    .gallery-contents {
        gap: 14px;
    }

    /*-----------------------------------------------------------
店内レイアウト
-----------------------------------------------------------*/

    .access-floor-grid {
        gap: 60px 5.6%;
    }

}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

    /*-----------------------------------------------------------
access01
-----------------------------------------------------------*/

    .access01-list {
        margin: 30px 0 0 0 !important;
        padding: 0 0 30px 0 !important;
    }

}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {}

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {}

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

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

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