@charset "utf-8";
@import url("normalize.css");
.wrapper{
    background: #FFF;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #292929;
    /* background: rgba(0,0,0,0.7); */
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
} 
.reservation_wrap{
    width: 100%;
    background: #f7f7f7;
    position: relative;
    padding-bottom: 60px;
}
.reservation_box{
    max-width: 1346px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #a8a169;
    padding: 40px;
    position: relative;
}
.reservation_wrap h2{
    margin: 0 auto;
    padding-left: 20px;
    margin-top: 155px;
    margin-bottom: 5px;
    max-width: 1346px;
    width: 100%;   
    font-size: 20px;
    color: #6d6d6d;
}
.reservation_wrap h2 strong{
    color: #9f996f;
    font-weight: bold;
}
.topright{
    background: url(../images/reservation_box_righttop.png) no-repeat;
    background-size: 337px 89px;
    width: 337px;
    height: 89px;
    position: absolute;
    top: -88px;
    right: 26px;
}
.hr{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #afaa85;
    padding-bottom: 10px;
}
.select{
    font-size: 20px;
    position: relative;
    width: 277px;
    margin: 0 0 0 auto;
    height: 40px;
    display: block;
}
.select select {
    color: #4a4a4a;
    width: 172px;
    background: #ffffff;
    border: 1px solid #6a6a6a;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding: 0 8px;
    font-weight: bold;
    margin-left: 13px;
    height: 40px;
} 
.select select:focus {
    border: 1px solid #6a6a6a;
    outline: none;
}
.select .pic {
    font-size: 0;
    top: 1px;
    right: 7px;
    width: 38px;
    height: 38px;
    position: absolute;
    pointer-events: none;
    text-align: center;
    background: url(../images/select_btn.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.content{
    width: 100%;
    min-height: 10vh;
    position: relative;
}
.case_all{
    margin: 30px auto 0;
    padding: 0;
}
.case_all li{
    min-width: 200px;
    width: 16%;
    margin-right: .6%;
    padding: 16px 16px;
    display: inline-block;
    background: #f0f0f0;
    border: 1px solid #e4e4e4;
    margin-bottom: 14px;
    vertical-align: top;
    position: relative;
}
.case_all li.selected{
    background: #ffffff;
}
.case_all li .case_txt{
    font-size: 17px;
    color: #676767;
    text-align: center;
    padding-top: 6px;
    height: 38px;    
}
.case_all li input{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}
.case_all li .case_pic {
    width: 100%;
}
.case_all li .case_pic img{
    width: 100%;
}
.confirm_btn{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.confirm_btn button{
    width: 129px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #404040;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.confirm_btn button:hover{
    background: #1b1b1b;
}
.reservation_form_wrap{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.reservation_form_box{
    max-width: 869px;
    box-sizing: content-box;
    width: 90%;
    background: #f7f7f7;
    padding:100px 220px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.title{
    width: 100%;
    position: relative;
}
.title h3{
    color: #535353;
    font-size: 42px;
    border-bottom: 1px solid #afaa85;
}
.close_btn_black{
    position: absolute;
    top: 80px;
    right: 80px;
    background: url(../images/close_btn_black.png) no-repeat;
    background-size: 38px 39px;
    width: 38px;
    height: 39px;
    cursor: pointer;
    z-index: 1;
}
.sent_btn{
    width: 100%;
    text-align: right;
    padding-top: 15px;
}
.sent_btn .link_btn{
    width: 129px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #404040;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.sent_btn .link_btn:hover{
    background: #1b1b1b;
}
.sent_btn .link_btn.reset{
    margin-right: 14px;
}
.reservation_form_box_righttop{
    background: url(../images/reservation_box_form_righttop.png) no-repeat;
    background-size: 227px 97px;
    width: 227px;
    height: 97px;
    position: absolute;
    top: -48px;
    right: 0px;    
}
.reservation_form_box h6{
    font-weight: normal;
    color: #545454;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reservation_form_box .input_txt {
    width: 100%;
    margin-bottom: 13px;
    padding: 8px;
    color: #656565;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    vertical-align: middle;
}
.reservation_form_box .input_txt.name ,.reservation_form_box .input_txt.tel {
    display: inline-block;
    width: calc( 100% - 80px );
}
.name_box , .telephone_box{
    width: 50%;
    display: inline-block;
}
.name_box{
    padding-right: 20px;
}
.name_box label ,.telephone_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.email_box , .content_box{
    width: 100%;
    display: inline-block;
}
.reservation_form_box .input_txt.email {
    display: inline-block;
    width: calc( 100% - 80px );
}
.email_box label , .content_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.content_box label{
vertical-align: top;
}    
.reservation_form_box .input_txt.content {
    display: inline-block;
    width: calc( 100% - 80px );
}
.reservation_form_box .check_privacy{
    padding-top: 0px;
    padding-left: 80px;
}
.reservation_form_box  .openTxtBtn , .reservation_form_box  .checklabel{
    font-size: 18px;
    color: #616161;
    cursor: pointer;
}
.reservation_form_box  .openTxtBtn {
text-decoration: underline;
}
.reservation_form_box  .checklabel{
    margin-right: 20px;
}
.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba( 0, 0, 0, 0.95);
    z-index: 11111;
}
.close_box {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}
.closeBtn {
    height: 50px;
    position: absolute;
    right: 20px;
    top: 70px;
}
.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    height: 100vh;
}
.infoBox {
    width: 100%;
    height: calc( 100% - 150px);
    padding: 50px 14px;
    position: absolute;
    left: 0px;
    top: 130px;
    overflow: auto;
    line-height: 20px;
    color: #FFF;
    text-align: left;
}
.infoBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.infoBox p {
    font-size: 16px;
    line-height: 120%;
}
@media screen and (max-width: 1590px) {
.reservation_box {
    max-width: 90%;
    width: 90%;
}
.reservation_wrap h2 {
    max-width: 90%;
    width: 90%;
}
.case_all li {
    min-width: auto;
    width: 24%;
    margin-right: .6%;
}
.reservation_form_box{
    padding:100px 100px;
}
.close_btn_black{
    top: 36px;
    right: 36px;
}
}
@media screen and (max-width: 1366px) {
.reservation_form_box{
    padding:100px 50px;
    box-sizing: border-box;
}
.close_btn_black {
    top: 20px;
    right: 20px;
}
.reservation_form_box_righttop {
    background-size: 113px 49px;
    width: 113px;
    height: 49px;
    top: 0px;
}
}
@media screen and (max-width: 1300px) {
 
}
 @media all and (-ms-high-contrast:none){
.reservation_form_wrap{
    overflow: hidden;
}

 }
@media screen and (max-width: 1024px) {
.topright {
    background: url(../images/reservation_box_righttop.png) no-repeat;
    background-size: 230px auto;
    width: 230px;
    height: 62px;
    top: -60px;
    right: 26px;
}
.reservation_wrap h2 {
    margin-top: 100px;
}
.reservation_box {
    padding: 40px 20px;
}
.reservation_form_box_righttop {
    display: none;
}
}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.name_box, .telephone_box {
width: 100%;
}
.name_box {
    padding-right: 0px;
}
.reservation_form_box {
    padding: 70px 30px;
    width: 94%;
}
}
@media screen and (max-width: 690px) {
.topright {
    display: none;
}
.reservation_wrap h2 {
    margin-top: 50px;
    padding-left: 0px;
    font-size: 18px;
}
.case_all li {
    width: 32%;
    margin-right: .8%;
}
.reservation_box {
    padding: 40px 10px;
    max-width: 92%;
    width: 92%;
}
}
@media screen and (max-width: 510px) { 
.case_all li {
    width: 48%;
    margin-right:2%;
}
.reservation_form_box .check_privacy {
    padding-top: 0px;
    padding-left: 0px;
}
.reservation_form_box .openTxtBtn {
    text-decoration: underline;
    display: block;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.reservation_form_box .checklabel {
    margin-right: 00px;
    text-align: left;
    display: block;
}
.infoBox h3 {
    font-size: 20px;
}
.name_box label, .telephone_box label ,.email_box label, .content_box label {
    width: 100%;    
    padding-bottom: 5px;
}
.reservation_form_box .input_txt.name, .reservation_form_box .input_txt.tel,.reservation_form_box .input_txt.email {
    width: 100%;
}
.reservation_form_box .input_txt.content {
    width: 100%;
}
}
@media screen and (max-width: 420px) { 
.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
}
@media screen and (max-width: 321px) {
.reservation_form_box {
    padding: 70px 10px;
    width: 94%;
}
.sent_btn .link_btn {
    width: 120px;
}
}