.line-reserve{
    color: #fff;
    background-color: #7B131C;
    text-align: center;
    font-weight: 800;
}
h4.fupoint{
    text-align: right;
    font-size: larger;
}
h4.fupoint a{
    color: #242424;
    text-decoration: none;
    border-bottom: solid #c5a23e;
}
.submit-form{
    margin-top: 5rem;
    background: #fff;
    padding: 2rem;
}
.submit-form form{
    margin: 0 auto;
}
.reserve_header{
    padding: 8px 5px;
    font-weight: bold;
    background: #C80E0F;
    color: #fff;
    font-size: 1rem;
}
.reserve_box{
    padding: 10px 5px;
    font-size: 1rem;
}
.reserve-option{
    display: flex;
    margin-bottom: 5px;
}
.reserve-option .option-price{
    padding: 1rem;
    background: #838383;
    border: solid 1px #838383;
    color: #fff;
    align-self: center;
    min-width: 200px;
}
.reserve-option .option-vals{
    padding: 1rem;
    border: solid 1px #C80E0F;
    flex-grow: 1;
}
.reserve-option .option-vals label{
    margin-right: 10px;
}
.reserve-option .option-vals input{
    scale: 1.2;
    margin-right: 5px;
}
.reserve_btn_box{
    margin: 1em 0;
}
.reserve_btn_box input{
    background: #B39444;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    width: 40%;
}
.input-address{
    width: 80%;
}
.tarea-comment{
    width: 100%;
}
.reserve_confirm_btn{
    background: #B39444;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    width: 20%;
}
#reservedTimeCheckMsg{
    display: none;
    color: #ff0000;
}
@media screen and (max-width: 768px) {
    .submit-form{
        padding: 0.5rem;
    }
    .reserve-option{
        flex-wrap: wrap;
    }
    .reserve-option .option-price{
        width: 100%;
        padding: 0.5em;
    }
    .reserve_btn_box input{
        width: 100%;
    }
    .spn-address{
        display: block;
    }
    .input-address{
        width: 100%;
    }
    .reserve_note{
        font-size: .9em;
    }
}