.map-page-wr {
    padding-top: 250px;
}

.map-page-wr h1,
.map-page-wr h2 {
    padding: 0 15px;
}


.map-page-wr h2 {
    font-size: 22px;
    color: #2285c4;
}

#map1352 + .stores-list .stores-list-item:first-child .stores-list-item-prop:first-child {
    color: #2285c4;
}

#map, .map_container {
    min-height: 550px;
    width: 100%;
    margin-bottom: 50px;
}

.stores-list-item {
    margin-bottom: 50px;
    display: block;
}

.stores-list-item-prop-box {
    display: flex;
    flex-wrap: wrap;
}

.stores-list-item-name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.stores-list-item-prop {
    width: calc(25% - 30px);
    margin-right: 30px;
}

.stores-list-item-prop span {
    font-weight: bold;
}

.stores-list-item-detail-text {
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .stores-list-item-prop {
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .stores-list-item-prop {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
