/* 医院様専用のCSS */

@media screen and (max-width: 767px) {
    .reservation-wrap {
        justify-content: center;
        margin-bottom: 20px;
    }

    .reservation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.feature-content p {
    padding: 0 20px 20px 20px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .reservation-wrap {
        position: static;
        max-width: 537px;
        margin: 0 auto 20px auto;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .tel {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .reservation p {
        font-size: 18px;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
    .reservation {
        width: 190px;
        height: 50px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .reservation p {
        font-size: 27px;
        font-weight: 600;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .reservation {
        width: 280px;
        height: 72px;
        border-radius: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}