@charset "UTF-8";

/*料金表*/
.menu_table {
    padding: 2rem 0;
}
.menu_table table {
    width: 100% !important;
    min-width: 300px;
}
.menu_table table .red {
    color: #f00;
}
.menu_table table th,
.menu_table table td{
    font-size: 1.55rem;
    text-align: center;
}