@charset "UTF-8";

#shoplist {
    padding-top: 20vh;
    padding-bottom: 0
}

.soplist-title p {
    font-family:"游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px !important;
    text-align: center !important;
    font-weight: bold;
}

.shoplist-s-title  p{
        font-weight: 300;
        font-family:"游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        margin-top: 20px;
        font-weight: 300;
        text-align: center !important;
        margin-top: 20px !important;
}


.shoplist-container {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.shoplist-c-ttl {
    font-size: 16px;
    background-color: #eee;
    padding: 1%;
    margin-top: 50px;
    margin-top: 50px !important;
}

.shoplist-card {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    margin-top: 5%;
    align-items: center;
}

.shoplist-card img {
width: 35%;
}

.shop-address {
    padding-right: 2%;
    padding-left: 0;
    position: relative;
    width: 30%;
    max-width: 500px;
}

.shop-insta-icon {
width: 40px;
height: 40px;
background: url(https://john.itembox.design/item/img/common/icon/icon-ig.png);
position: absolute;
background-size: contain;
top: -50%;
right: 0;
}

.kyoto-insta-icon {
top: -5%;
}

.acd-check{
    display: none;
}

.acd-label {
    display: none;
}

.shoplist-map {
    border: 1px solid #eee;
    width: 25%;
    height: 250px;
    max-height: 100%;
    margin: 1% 1% 1% 0;
}

@media screen and (max-width:600px) {

    .shoplist-c-ttl {
        padding: 3%;
        margin-bottom: 10%;
    }

    .shoplist-card {
    flex-direction: column;
    margin-bottom: 15%;
    padding-bottom: 5%;
    }

    .shoplist-card img {
        width: 100%;
    }

    .shop-address {
        width: 90%;
        margin-top: 3%;
        margin-bottom: 5%;
    }

    .shop-insta-icon {
    top: 0;
    }

    .shoplist-map {
    width: 90%;
    height: auto;
    border: none;
    }


    .acd-label{
        background: #333;
        color: #fff;
        cursor: pointer;
        display: block;
        margin-bottom: 1px;
        padding: 10px;
        position: relative;
        text-align: center;
    }

    .acd-label:after{
        background: #333;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .acd-content{
        display: block;
        height: 0px;
        opacity: 0;
        padding: 0 10px;
        transition: .5s;
        visibility: hidden;
    }
    .acd-check:checked + .acd-label:after{
        content: 'close';
        background-color: #333;
    }
    .acd-check:checked + .acd-label + .acd-content{
        height: auto;
        opacity: 1;
        padding: 10px;
        margin-top: 20px;
        height: 230px;
        visibility: visible;
    }
    .acd-content p{
      margin:0;
    }

    p.des{
      padding:5% 0;
    }

}

    .kv-block {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .lgy-bg {
        padding-top: 0
    }

    /* .shoplist-container {
        max-width: 1500px !important;
    } */

    .shoplist-container {
        margin-bottom: 150px;
    }

    .soplist-title p {
        font-size: 16px !important;
        text-align: center !important;
        font-weight: bold;
    }

    .shoplist-s-title p {
        text-align: center !important;
        margin-top: 20px !important;
    }

    /* .shoplist-s-title {
        margin-top: 20px;
    } */

    .shoplist-c-ttl {
        margin-top: 50px !important;
    }

    @media screen and (min-width:600px) {
        .acd-content {
            height: 100%;
        }
    }
