.store_wrap {
    margin-top: 2rem;
}


.store_wrap .inner {
    width: 100%;
    max-width: 860px;
    margin: auto;
}

.tit_box {
    text-align: center;
    margin-bottom: 0.5rem;
}

.tit_box p{
    margin-bottom: 1.5rem;
    font-size: 25px;
    font-weight: 600;
}

.store_wrap .map_wrap {
    position: relative;
    margin-bottom: 0.5rem;
    width: 100%;
    padding-top: 70%;
}

.store_wrap .map_wrap .map_box {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}