.general-map {
    text-align: center;
}

.general-map img {
    height: 50vh;
}

.shop-list {
    display:flex;
    flex-wrap: wrap;
}

.shop-cell {
    margin: auto;
    margin-top: 30px;
    border: solid;
    width: 200px;
    height: 267px;
    background-color: rgb(228, 227, 227);
}

.shop-content {
    margin: 10px;
    text-align: center;
}

.shop-name{
    white-space: nowrap;
    font-weight: bold;
    text-decoration: underline;
}

.shop-content img {
    position: relative;
    width: 180px;
    height: 180px;
    bottom: 0;
}
@media screen and (max-width:980px){
    .general-map img {
        height: auto;
        width: 50vw;
    }
}

@media screen and (max-width:700px){
    .general-map img {
        height: auto;
        width: 85vw;
    }
}