@charset "utf-8";
.menu_head-sub {
    display: inline-block;
    padding: 4px 10px 3px;
    color: #fff;
    background-color: #000;
    font-size: 0.9rem;
    line-height: 1;
}
.menu_main {
    max-width: 1000px;
    margin: 0 auto;
}
.menu_area:not(:last-child) {
    padding-bottom: 60px;
}
.menu_head {
    font-size: 1.6rem;
    font-weight: normal;
}
.menu_table th,.menu_table td {
    padding: 10px 0;
}
.menu_table tr {
    border-bottom: solid 1px;
}
.menu_table tr:first-child {
    border-top: solid 1px;
}
.menu_table th {
    width: 30%;
    text-align: left;
    font-weight: normal;
}
.price {
    width: 26%;
    color: #e95293;
    padding: 10px;
}
.menu_text {
    padding-bottom: 1rem;
}
.menu_table {
    width: 100%;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px) {

 }

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
     

 }
/* ===================================================================================
 for SP max-width: 470px
 =================================================================================== */
 @media screen and (max-width: 470px) {
     .menu_table th,.menu_table td {
        display: block;
        padding: 0;
        padding-bottom: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    .menu_table th {
        padding-top: 10px;
    }
 }