b {
    font-weight: bold;
}

.flex-all {
    display: flex;
}
.col-48 {
    width: 48%;
}

.headerTels {
    font-size: 1.4rem;
    color: #fff;
    p {
        line-height: 1.6;
    }
}

.Map--box {
    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 292/163;
    }
    p {
        margin-top: 10px;
        b {
            color: #ec6d88;
        }
    }
}

@media only screen and (max-width: 1400px) {
    #common-footer {
        font-size: .85vw;
    }
}

@media only screen and (max-width: 640px) {
    .col-sm-1 {
        width: 100%;
    }
    .headerTels {
        margin-bottom: 20px;
      font-size: 2rem;
    }
    .headerContact a {
        font-size: 2rem;
    }
    #common-footer {
        font-size: inherit;
    }
}