
 
.store-name {
    font-size: 1.125em;
    margin: 0px auto;
}

.p-2 {
    margin-top: 20px;
    margin-bottom: 4px;
    width: fit-content;
}

.p-1 {
    margin-top: 20px;
    width: fit-content;
}
.img-map {
    text-align: center;
    width: 100%;
}

.img-map img {
    display: inline;
    width: 100%;
    max-width: 500px;
}
.a-map {
    width: fit-content;
    display: block;
    margin: auto;
    margin-bottom: 32px;
}

.comase-access {
    padding: 18px 20px 32px;
}

address {
    font-style: normal;
}

@media (min-width: 600px) {
    .flexbox-6 {
        display: flex;
        margin-top: 64px;
        align-items: center;
        justify-content: space-evenly;
    }


    .img-map {
        flex-basis: 40%;
        width: 40%;
    }
}