/*=======================================================
Store
=======================================================*/

/* +++++++++++++++++++++++++++++++++++++++++ sec1 */
/* common.cssに設定 */
/* +++++++++++++++++++++++++++++++++++++++++ sec2 */

/* store-list */
#Store #sec2 {
    width: 100%;
    padding: 160px 0 0 0;
}

#Store #sec2 .store {
    margin-bottom: 0px;
    position: relative;
}

#Store #sec2 .store .content-wrap {
    padding: 0 10px 0px 10px;
    position: relative;
}

#Store #sec2 .store .store-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0 auto 60px auto;
    width: 100%;
    max-width: 1000px;
}

#Store #sec2 .store .store-list li {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 490 / 315;
    height: auto;
}

#Store #sec2 .store .store-list li a:hover {
    opacity: 0.7;
}

#Store #sec2 .store .store-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-position: center -50%;*/
    margin-top: -64px;
}

#Store #sec2 .store .store-list li .store-name {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1rem;
    color: #F0EEED;
    position: absolute;
    bottom: 0;
    height: 64px;
    background-color: #7E7977;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 20px;
}

#Store #sec2 .store .store-list li .store-name b {
    display: inline-block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1rem;
    width: 100%;
    margin: 0 0 -1.5rem 0;
    padding: 0;
}

#Store #sec2 .store .store-list li .store-name address {
    font-style: normal !important;
}

/*ボタン*/
#Store #sec2 .store .store-list li .btn-style7 {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 15px;
}

#Store #sec2 .store .store-list li:hover .btn-style7 {
    background-color: #2E2B2A;
    border: thin solid #2E2B2A;
    background-image: url(../images/common/icon_arrow_W.png);
    opacity: 1 !important;
}


@media (max-width: 768px) {
    #Store #sec2 {
        width: 100%;
        padding: 60px 0 0 0;
    }

    #Store #sec2 .store-list {
        margin-bottom: 0px;
        overflow: visible;
        position: relative;
    }

    #Store #sec2 .store .content-wrap {
        padding: 0 24px;
    }

    #Store #sec2 .store .catalog-bg {
        bottom: -170px;
        right: -300px;
        min-width: 600px;
    }

    #Store #sec2 .store .store-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
        margin-bottom: 0 !important;
    }
}

/*****/


/*=======================================================
single
=======================================================*/

#Store.single #sec1 {}

#Store.single #sec2 {
    padding-top: 100px !important;
}

#Store.single #sec1 .ttl-container {
    height: 200px !important;
}

#Store.single #sec2 .store-info .cover {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

#Store.single #sec2 .store-info .cover img {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


#Store.single #sec2 .store-info .content-group {
    padding-bottom: 60px;
}

#Store.single #sec2 .store-info .content-group h3 {
    font-size: 18px;
    padding-bottom: 0.8rem;
    font-weight: 500;
}

#Store.single #sec2 .store-info .content-group ul {
    list-style: none;
}

#Store.single #sec2 .store-info .content-group li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1em;
}

#Store.single #sec2 .store-info .content-group li,
#Store.single #sec2 .store-info .content-group li address {
    font-style: normal;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 21px;
}

#Store.single #sec2 .store-info .content-group ul li b {
    display: inline-block;
    width: 90px;
    /*font*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-indent: 0;
}

#Store.single #sec2 .store-info .content-group li span {
    flex: 1;
    padding-top: 4px;
}

#Store.single #sec2 .store-info .map {}

#Store.single #sec2 .store-info #map {
    width: 100%;
    height: 360px;
    display: block;
}

.acf-map {
    width: 100%;
    height: 220px;
    margin-bottom: 100px;
}

#Store.single #sec2 .store-info .btn-instagram {
    margin-top: 30px;
}

#Store.single #sec2 .store-info .btn-instagram a {
    color: #2E2B2A !important;
    background-color: transparent;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    border: solid thin #2E2B2A !important;
    align-items: center;
    border-radius: 100px;
    padding: 15px 40px 10px 40px;
    line-height: 0;

}

#Store.single #sec2 .store-info .btn-instagram a:hover {
    background-color: #2E2B2A !important;
    color: #F0EEED !important;
    border: solid thin #2E2B2A !important;
    opacity: 1;
}

#Store.single #sec2 .store-info .btn-instagram a span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*font*/
    font-family: 'REM', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
    line-height: normal;
}

#Store.single #sec2 .store-info .btn-instagram a span::before {
    content: '';
    display: inline-block;
    background-image: url(../images/common/icon_instagram_B.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}

#Store.single #sec2 .store-info .btn-instagram a:hover span::before {
    background-image: url(../images/common/icon_instagram_W.svg);
}


#Store.single #sec2 .store-info .gallery {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#Store.single #sec2 .store-info .gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 768px) {
    .acf-map {
        height: 360px;
    }
}

@media (max-width:767px) {

    #Store.single #sec2,
    #Store.single #sec2 .content-wrap {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0 !important;
    }

    #Store.single #sec2 .store-info .inner-content {
        box-sizing: border-box !important;
        padding: 0 20px !important;
    }

    #Store.single #sec2 .store-info .cover {
        width: 100%;
        height: 150px;
        overflow: hidden;
        position: relative;
        margin: 0 0 60px 0;
    }

    #Store.single #sec2 .store-info .cover img {
        width: 100%;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -80%);
        -webkit-transform: translate(-50%, -80%);
        -ms-transform: translate(-50%, -80%);
    }

    #Store.single #sec2 .store-info {
        display: block;
        padding: 0;
    }

    #Store.single #sec2 .store-info .content-group {
        padding-bottom: 60px;
    }

    #Store.single #sec2 .store-info .content-group li,
    #Store.single #sec2 .store-info .content-group li address {
        font-style: normal;
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 21px;
    }

    #Store.single #sec2 .store-info .content-group li:last-child {
        margin-bottom: 0;
    }

    #Store.single #sec2 .store-info .content-group li:last-child p {
        margin-bottom: 1em;
    }



    #Store.single #sec2 .store-info .content-group {
        padding-left: 20px;
        padding-right: 20px;
    }


    #Store.single #sec2 .store-info .content-group .map {
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

    #Store.single #sec2 .store-info #map {
        max-width: 100%;
        width: 100%;
        height: 220px;
        display: block;
        margin: 0;
        padding: 0;
    }

    #Store.single #sec2 .store-info .gallery {
        width: 100%;
        height: auto;
        aspect-ratio: 327 / 655;
        margin-top: -30px;
    }

    #Store.single #sec2 .store-info .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}