/* iPhone */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
    /* Code below */

    #reservation-mobile-btn a {
        color: #fff;
        font-size: 18px;
        max-width: 240px;
    }

    .time-schedule .timetable-title h3 {
        font-size: 2rem;
    }

    .time-schedule .office-time .day-schedule p {
        font-size: 1.1rem;
    }

    .time-schedule a.call-btn {
        font-size: 1.6rem;
    }

    #contact-wrapper input#btn_sent {
        max-width: 350px;
        font-size: 1.45rem;

    }

    footer ul li a {
        font-size: 1.1rem;
    }

    footer .address-footer a {
        font-size: 1.1rem;
    }

    .section-title h2 {
        font-size: 2.7rem !important;
    }

    .food-menu-block .menu-list .catalog-btn p {
    font-size: 1.17rem!important;
}

}