/* ================================================= *
 *       dish_option
 * ================================================= */
 #dining{
     margin-bottom: 0px;
}
.menu_details{
    margin-bottom: 120px;
}
.menu_list{
}
.menu_list li{
    height: 52px;
    margin: 0px auto;
    max-width: 960px;
}
.menu_other{
    height: 38px;
    margin: 0px auto;
    max-width: 960px;
    border-bottom: 1px solid;
}

.menu_border{
    border-bottom: 1px solid;
}
.name {
    float: left;
    text-align: center;
    margin-left: 80px;
    margin-top: 14px;
}
.name_add {
    float: left;
    text-align: center;
    margin-left: 80px;
    margin-bottom: 14px;
}
.price{
    float: right;
    text-align: center;
    margin-right: 80px;
    margin-top: 14px;
}
.price_add{
    float: right;
    text-align: center;
    margin-right: 80px;
    margin-bottom: 14px;
}
.dish_other_ttl{
    text-align: center;
    padding-top: 100px;
    }
#dining .dish_option {
    background-image: url(../img/dining/option_bg.jpg);
    height: 500px;
    margin-bottom: 5px;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1200px){
}


@media only screen and (max-width: 768px){
    #dining{
        margin-bottom: 80px;
        }
    .menu_details {
        margin: 0 auto;
        display: table;
    }
    .menu_list li{
        height: 30px;
        margin: 0px 0px;
    }
    .menu_other{
    height: 25px;
    }
    .name {
        margin-left: 0px;
        font-size: 80%;
        margin-top: 5px;
        padding-left: 10px;
    }
    .name_add {
        margin-left: 0px;
        font-size: 80%;
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .price{
        margin-right: 0px;
        font-size: 80%;
        margin-top: 5px;
        padding-right: 10px;
    }
     .price_add{
        margin-right: 0px;
        font-size: 80%;
        margin-bottom: 5px;
        padding-right: 10px;
    }
.dish_other_ttl{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    }
#dining .dish_option {
    position: relative;
    height: auto;
    margin-bottom: 0;
    background-image: none;
    background-color: inherit;
    }
.dish_other_ttl{
    padding-top: 25px;
    }
.dish_other_ttl img{
    height: 195px;
}
}