/* BASIC css start */
#wrap{max-width: 1000px !IMPORTANT;}
#store-info {
    width:100%;
    font-size:0;
    border-bottom:1px solid #000;
}
#store-info h2 {
    font-size: var(--f-2);
    padding: 0 0 var(--p-1);
}

#store-info .map-box {
    width: 100%;
    border-top: 1px solid #000;
}

#store-info .map-box .top-text {
    width: 100%;
    display: flex;
    padding: var(--p-1) 0;
    cursor: pointer;

}
#store-info .map-box .top-text h2 {
    font-size: var(--f-1);
    padding: 0;
}
#store-info .map-box .top-text h2:nth-child(1) {
    width: 15%;
}
#store-info .map-box .top-text h2:nth-child(2) {
    width: 40%;
    text-align: left;
}

#store-info .map-box .top-text h2:nth-child(3) {
    width: 15%;
}

#store-info .map-box .top-text h2:nth-child(4) {
    margin: 0 0 0 auto;
}

#store-info .map-box .bottom-box {
    display:none;
    width: 100%;
    box-sizing: border-box;
    padding: var(--p-1) 0;
    border-top: 1px solid #000;
    overflow: hidden;
} 
#store-info .map-box .bottom-box ul {
    width: 100%;
    
}
#store-info .map-box .bottom-box ul li {
    width:100%;
}
#store-info .map-box .bottom-box ul li img {
    width:100%;
}




/* BASIC css end */

