@media (min-width: 768px) {
    .shop-wrapper{
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    .shop-wrapper{
        flex-direction: column;
    }
}
.shop-wrapper {
    display: flex;
    align-content: center;
    justify-content: left;
}

.shop {
    margin-left: 45px;
    margin-right: 45px;
}

.shop-map {
    margin-bottom: 15px;
}

.shop-address {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.shop-icon-size {
    max-width: 15px;
    max-height: 15px;
}

.shop-icon-size > img {
    max-width: 15px;
    max-height: 15px;
}

.shop-icon {
    margin-right: 10px;
}

.shop-timetable {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.shop-phone {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.shop-name {
    margin-bottom: 5px;
}
