img {
    width: 100%;
}

.member-store-list {
    position: relative;
    overflow: hidden;
}

.member-store-list::before {
    content: " ";
    background-image: url('../img/member-store-list/bg02.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 25px;
    width: 150px;
    height: 133px;
    position: absolute;
    left: -50px;
}

.member-store-list::after {
    content: " ";
    background-image: url('../img/member-store-list/bg03.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 110px;
    width: 121px;
    height: 108px;
    position: absolute;
    left: auto;
    right: -45px
}



.member-store-list__ttl .ttl__icon {
    margin-top: 50px;
    position: relative;
}

.member-store-list__ttl .ttl__icon::before {
    content: " ";
    background-image: url('../img/member-store-list/bg01.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    top: 0;
    width: calc(230px/3);
    height: calc(229px/3);
    position: absolute;
    right: 100px;
}

.serch-pc {
    display: none;
}

.form__input.quantity {
    position: relative;
    width: 100%;
    background-color: #F7F7F7;
    border-radius: 2px;
    padding: 1.5px;
    height: 40px;

    /* max-width: 205px; */
    border: 1px solid #707070;
    border-radius: 5px;
}

.quantity select {
    width: calc(100% - 10px);
    /* height: 15px; */
    /* margin: 5px; */
    /* padding: 0 15px; */
    border: 0;
    text-align: left;
    font-size: 16px;
    background: #F7F7F7;
    height: 100%;

    cursor: pointer;
    padding: 0 20px;
}

.quantity::before {
    content: '›';
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    transform: rotate(90deg);
    font-size: 40px;
    color: #5D5D5D;
}

select {
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.form-group select {
    position: relative;
}

.member-store-list__bg {
    margin-top: 60px;
    background-color: #E7F0F8;
    padding: 40px 0 1px;
}

.member-store-list__info {
    margin: 0 auto;
    margin-top: 40px;
    width: calc(310/345*100%);
}

.member-store-list__info li {
    margin-bottom: 60px;
}

.member-store-list__info li a{
    color: #000;
}

.member-store-list__info__img {}

.member-store-list__info__txtatea {
    margin-top: 10px;
}

.member-store-list__info__name {
    margin-bottom: 5px;
}

.member-store-list__info__txt {
    font-size: 14px;
    line-height: calc(24/14)
}

@media screen and (min-width: 768px) {
    .serch-pc {
        display: block;
    }

    .serch-sp {
        display: none;
    }

    .serch__btn__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .serch__btn__list li {
        width: calc((100 - 9.6)/5*1%);
        height: 47px;
        border: 1px solid #707070;
        border-radius: 10px;
        font-size: 20px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        background-color: #fff;
        transition: all .5s;
        transition-property: background-color,border-color;
        margin-bottom:24px;

    }
    .serch__btn__list li:hover{
        background-color:#EA531B ;
        border-color: #EA531B;

    }
    .serch__btn__list li:hover>a{
        color: #fff;
    }

    .serch__btn__list li:not(:nth-child(5n)) {
        margin-right: 2.4%;
    }

    .serch__btn__list li:last-child {
        margin-right: 2.4%;
    }

    .serch__btn__list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #000;
    }

    .serch__btn__list li.active{
        background-color:#EA531B ;
        border-color: #EA531B;
    }
    .serch__btn__list li.active a{
        color: #fff;
    }





   
   
    
    .member-store-list::before {
        content: " ";
        background-image: url('../img/member-store-list/bg02.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 25px;
        width: 150px;
        height: 133px;
        position: absolute;
        left: -50px;
        display: none;
    }
    
    .member-store-list::after {
        content: " ";
        background-image: url('../img/member-store-list/bg03.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 110px;
        width: 121px;
        height: 108px;
        position: absolute;
        left: auto;
        right: -45px;
        display:none;
    }
    
    
    
    .member-store-list__ttl .ttl__icon {
        margin-top: 50px;
        position: relative;
    }
    
    .member-store-list__ttl .ttl__icon::before {
        content: " ";
        background-image: url('../img/member-store-list/bg01.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 13px;
        width: 230px;
        height:229px;
        position: absolute;
        right: 298px;
        z-index: 1;
    }
    .member-store-list__ttl .ttl__icon::after {
        content: " ";
        background-image: url('../img/member-store-list/bg02.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 0;
        width: 300px;
        height:267px;
        position: absolute;
        right: 420px;
    }

    .member-store-list__ttl .ttl__under{
        position: relative;
    }
    .member-store-list__ttl .ttl__under::after {
        content: " ";
        background-image: url('../img/member-store-list/bg03.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: -143px;
        width: 300px;
        height:267px;
        position: absolute;
        left:394px;
    }


    @media screen and (max-width: 1070px){
        .member-store-list__ttl .ttl__icon::before {
            content: " ";
            background-image: url('../img/member-store-list/bg01.png');
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            top: 13px;
            width: calc(230px/1.5);
            height:calc(229px/1.5);
            position: absolute;
            right: 240px;
            z-index: 1;
        }
        .member-store-list__ttl .ttl__icon::after {
            content: " ";
            background-image: url('../img/member-store-list/bg02.png');
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            top: 0;
            width: calc(300px/1.5);
            height:calc(267px/1.5);
            position: absolute;
            right: 320px;
        }
    
       
        .member-store-list__ttl .ttl__under::after {
            content: " ";
            background-image: url('../img/member-store-list/bg03.png');
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            top: -143px;
            width: calc(300px/1.5);
            height:calc(267px/1.5);
            position: absolute;
            left:294px;
        }
    }


    
    
  
    
    .member-store-list__bg {
        padding: 60px 0 1px;
    }
    
    .member-store-list__info {
        margin: 0 auto;
        margin-top: 60px;
        width:auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .member-store-list__info li {
        margin-bottom: 60px;
        width: calc((100 - 9)/3*1%);
    }

    .member-store-list__info li:not(:nth-child(3n)){
        margin-right: 4.5%;
    }
    
    .member-store-list__info__img {}
    
    .member-store-list__info__txtatea {
        margin-top: 10px;
    }
    
    .member-store-list__info__name {
        margin-bottom: 5px;
    }
    
    .member-store-list__info__txt {
        font-size: 14px;
        line-height: calc(24/14)
    }
}