
@media (max-width:767px) {
    table.formTable td select{
        max-width:100%;
    }
    #tel_country{
        width: 100%;
    }
    table.formTable td input[type=text],
    table.formTable td input[type=tel],
    table.formTable td input[type=email],
    input,textarea{
        font-size: 16px;
    }
}
html, body {
    scroll-padding-top: 80px;
}
table.verticalTable,
.verticalTable tbody,
.verticalTable tr,
.verticalTable th,
.verticalTable td{
    display: block;
    width: 100% !important;
    border-bottom: none;
}
#atte_birth{
    display:block;
}
.have_passport_block,
.not_have_passport_block{
    display: block;
}
#reservation_notice.hide{
    display:none;
}
#reservation_enter.hide{
    display:none;
}
#reservation_notice_notnecessary.hide{
    display:none;
}
#reservation_notice_notnecessary{
    background-color:#FFFFFF;
    font-weight: bold;
    border: 5px solid #CCCCCC;
    padding:20px;
    text-align:left;
}
#reservation_notice_notnecessary h3{
    color: #FA9000;
    margin-top: 0;
    text-align: center;
    padding-bottom:5px;
    border-bottom: 1px dotted #CCCCCC;

}
#reservation_notice_notnecessary p{}
#reservation_notice{
    background-color: #F6F6F6;
    border: 1px solid #CCCCCC;
    padding: 50px 30px 40px;
    border-radius: 5px;
    text-align: center;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
}

#reservation_notice p{
    font-size:14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#reservation_notice em{
    font-style: normal;
}
#reservation_notice strong{
    color: #FA9000;
}
#reservation_notice ul{
    background-color: #FAFAFA;
    padding: 10px 40px;
    margin: 20px 0px;
    border-radius: 5px;
    text-align: left;
}
#reservation_notice li{
    font-weight:bold;
    font-size:16px;
}
#reservation_notice li:last-of-type{
    margin-bottom: 0;
}
#reservation_notice a{}
#reservation_notice button{
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    margin: 20px 20px;
    width: 200px;
    height: 80px;

    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;

    border-radius: 10px;
    background-color: #53AD36;
    background: linear-gradient(#ddfdd5 0%, #6bbf57 2.96%, #3c9d07 33%, #3b6219 100%);
    border: 1px solid #417c20;
    cursor:pointer;
    transition:all 0.3s;
}
#reservation_notice button:hover{
    background: linear-gradient(#ddfdd5 0%, #7bef87 2.96%, #5cad27 33%, #4bc229 100%);
    border: 1px solid #417c20;
}

@media (max-width:767px){
    #reservation_notice {
        padding: 30px 15px 30px;
    }
    #reservation_notice p{
        font-size:13px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    #reservation_notice button {
        font-size: 16px;
        margin: 0 4%;
        width: 35%;
    }
}
