/* STORES
------------------------------------------------*/
.storesBl {
    padding: 68px 0 110px;
}

.stores_desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 39px;
}

.stores_desc+.stores_dl {
    margin-top: 27px;
}

.stores_dl+.stores_dl {
    margin-top: 28px;
}

.stores_dl>dt {
    position: relative;
    padding: .25em .7em;
    cursor: pointer;
    transition: all 0.3s;
    background: #E0B97B;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
}

.stores_dl>dt:hover {
    opacity: 0.7;
}

.stores_dl>dt::before {
    content: '';
    display: block;
    width: 28px;
    height: 15px;
    background: url(../img/arrow_top_white.svg) no-repeat center / contain;
    position: absolute;
    right: 30px;
    top: 19px;
    transition: all .3s;
    transform: rotate(180deg);
}

.stores_dl>dt.open::before {
    transform: rotate(0deg);
}

.stores_dl>dd {
    display: none;
    position: relative;
}

.stores_dl_ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.stores_dl_ul li+li {
    border-top: 1px solid #E0B97B;
}

.stores_dl_ul_shop {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}

.stores_dl_ul_dl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    display: flex;
}

.stores_dl_ul_dl+.stores_dl_ul_dl {
    margin-top: 3px;
}

.stores_dl_ul_shop+.stores_dl_ul_dl {
    margin-top: 5px;
}

.stores_dl_ul_dl>dt {
    box-sizing: border-box;
}

.stores_dl_ul_dl.address>dt {
    width: 3em;
    min-width: 3em;
}

.stores_dl_ul_dl.tel>dt {
    width: 5em;
    min-width: 5em;
}

.stores_dl_ul_dl>dd {
    box-sizing: border-box;
}

.stores_dl_ul_dl.address>dd {
    width: calc(100% - 3em);
}

.stores_dl_ul_dl.tel>dd {
    width: calc(100% - 5em);
}

.stores_dl_ul_imgwrap {
    width: 205px;
    margin-right: 5px;
}


@media screen and (max-width: 767px) {
    .storesBl {
        padding: calc((100 / 828)* 100vw) 0 calc((132 / 828)* 100vw);
    }

    .stores_desc {
        font-size: calc((28 / 828)* 100vw);
        line-height: 1.28;
        margin-top: calc((50 / 828)* 100vw);
    }

    .stores_dl {
        padding: 0 calc((30 / 828)* 100vw);
    }

    .stores_desc+.stores_dl {
        margin-top: calc((53 / 828)* 100vw);
    }

    .stores_dl+.stores_dl {
        margin-top: calc((36 / 828)* 100vw);
    }

    .stores_dl>dt {
        padding: .25em .7em;
        font-size: calc((36 / 828)* 100vw);
    }

    .stores_dl>dt:hover {
        opacity: 1;
    }

    .stores_dl>dt::before {
        width: calc((36 / 828)* 100vw);
        height: calc((72 / 828)* 100vw);
        right: calc((30 / 828)* 100vw);
        top: calc((0 / 828)* 100vw);
    }

    .stores_dl_ul_shop {
        font-size: calc((27 / 828)* 100vw);
    }

    .stores_dl_ul li {
        padding: calc((20 / 828)* 100vw) 0;
    }

    .stores_dl_ul_dl {
        font-size: calc((24 / 828)* 100vw);
    }

    .stores_dl_ul_shop+.stores_dl_ul_dl {
        margin-top: calc((10 / 828)* 100vw);
    }

    .stores_dl_ul_imgwrap {
        width: 33%;
        margin-left: 3%;
    }

}
