@charset "UTF-8";

/*--------------------料金表_ここから----------------------*/
#menu_table + section .inner_item_txt {
    overflow-x: scroll;
    overflow-x: auto;
}
#menu_table + section .inner_item_txt * {
    box-sizing: border-box;
}
#menu_table + section .inner_item_txt table {
    width: 100%;
}
#menu_table + section .inner_item_txt table th,
#menu_table + section .inner_item_txt table td {
    border: 1px solid var(--i_border_color);
    padding: 0.4rem;
    line-height: 1.5;
    white-space: nowrap;
}
#menu_table + section .inner_item_txt table th {
    background: var(--i_sub2_color);
}
#menu_table + section .inner_item_txt table td {
    text-align: center;
}
#menu_table + section .inner_item_txt table td.bg_gray {
    background: #eaeaea;
}
#menu_table + section .inner_item_txt table td.detail_text {
    text-align: left;
}
@media screen and (max-width: 700px) {
#menu_table + section .inner_item_txt table th,
#menu_table + section .inner_item_txt table td {
        font-size: 1.4rem;
}
}
/*--------------------料金表_ここまで----------------------*/