#container{
    padding:0;
    width: 100%;
    max-width: 100%;
}
.sub-top{
    background-image: url(/data/board_bg/pc_reservation.jpg);
}

.reservation-wrap{
    padding:130px 0 220px;
}
.reservation-wrap .inner{
    width: 1760px;
}
.reservation-step{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap:140px;
}
.reservation-step li+li .img::before{
    position: absolute;
    left:-70px;
    top:50%;
    transform: translate(-50%,-50%);
    content:'';
    width: 15px;
    aspect-ratio: 21 / 39;
    background: transparent url(/img/step_arr.png) no-repeat center center / cover;
}
.reservation-step .img{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #af9873;
}
.reservation-step li:nth-child(1) .img img{
    width: 28%;
}
.reservation-step li:nth-child(2) .img img{
    width: 25%;
}
.reservation-step li:nth-child(3) .img img{
    width: 28%;
}
.reservation-step p{
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.15em;
    color:#000;
    text-align: center;
    margin-top: 0.9em;
}
.reservation-form{
    margin-top: 140px;
}
.reservation-form form{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:4%;
}
.reservation-form .form-left{
    width: 42%;
}
#res-datepicker .ui-datepicker{
    padding:0;
    width: auto;
    box-sizing: border-box;
    border:0;
    font-family: inherit;
}
#res-datepicker .ui-datepicker-header{
    border:0;
    background: none !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    padding:0;
    margin-bottom: 35px;
}
#res-datepicker .ui-datepicker .ui-datepicker-title{
    margin:0 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.05em;
    color:#000;
}
#res-datepicker .ui-datepicker .ui-datepicker-prev, 
#res-datepicker .ui-datepicker .ui-datepicker-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
#res-datepicker .ui-datepicker .ui-datepicker-prev, 
#res-datepicker .ui-datepicker .ui-datepicker-next,
#res-datepicker .ui-datepicker .ui-datepicker-prev span, 
#res-datepicker .ui-datepicker .ui-datepicker-next span{
    position: static;
    margin:0;
}
#res-datepicker .ui-datepicker table{
    margin:0;
    border:1px solid #bebebe;
    box-sizing: border-box;
}
#res-datepicker .ui-datepicker th{
    text-align: center;
    color:#fff;
    background-color: #af9873 !important;
    font-weight: 500;
    font-size: 20px;
    padding:5px;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1;
    height: 60px;
}
#res-datepicker .ui-datepicker th+th,
#res-datepicker .ui-datepicker td+td{
    border-left: 1px solid #bebebe;
}
#res-datepicker .ui-datepicker tr+tr td{
    border-top: 1px solid #bebebe;
}
#res-datepicker .ui-datepicker td{
    vertical-align: middle;
    text-align: center;
    padding:0;
}
#res-datepicker .ui-datepicker td span,
#res-datepicker .ui-datepicker td a{
    padding: 1.21em 0.5em;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
    border:0;
    background: none !important;
}

#res-datepicker .ui-datepicker td.saturday-highlight>*{
    color:#4f80e4 !important
}
#res-datepicker .ui-datepicker td.sunday-highlight>*{
    color:#ff7373 !important
}
#res-datepicker .ui-datepicker td.ui-state-disabled>*{
    color:#bebebe !important
}
#res-datepicker .ui-datepicker td .ui-state-active{
    background: #af9873 !important;
    color:#fff !important;
}

.reservation-form .form-right{
    width: 54%;
    padding-top: 67px;
}
.reservation-form .form-right table{
    border-top: 2px solid #af9873;
    border-bottom: 2px solid #af9873;
    width: 100%;
    table-layout: fixed;
}
.reservation-form .form-right table tr+tr th,
.reservation-form .form-right table tr+tr td{
    border-top: 1px solid #ccc;
}
.reservation-form .form-right table tr th{
    background-color: #f8f7f5;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.05em;
    vertical-align: middle;
    color:#000;
    padding:20px 15px;
    max-width: 226px;
    min-width: 160px;
    width: 25%;
}
.reservation-form .form-right table tr td{
    font-size: 18px;
    letter-spacing: -0.05em;
    vertical-align: middle;
    color:#000;
    padding:15px 30px;
}
.reservation-form .form-right table tr td select,
.reservation-form .form-right table tr td input[type=text],
.reservation-form .form-right table tr td textarea{
    display: block;
    max-width: 100%;
    width: 80%;
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    height: 40px;
}
.reservation-form .form-right table tr td select{
    height: 50px;
    padding:0 16px;
    box-sizing: border-box;
    max-width: 100%;
}
.reservation-form .form-right table tr td input[type=text]{
    height: 50px;
    padding:0 16px;
    box-sizing: border-box;
    max-width: 100%;
}
.reservation-form .form-right table tr td textarea{
    resize: none;
    padding:16px;
    line-height: 1.45em;
    height: 200px;
}
.reservation-form  .agree{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.reservation-form  .agree input{
    width: 20px;
    height: 20px;
    padding:0;
    margin:0;
}
.reservation-form  .agree label{
    cursor: pointer;
    font-size: 17px;
    letter-spacing: -0.04em;
    margin-left: 7px;
    color:#757575;
}
.reservation-form  .agree button{
    border:0;
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    letter-spacing: -0.04em;
    color:#757575;
    margin-left: 2px;
}
.reservation-form  .btn-submit{
    display: block;
    margin:30px auto 0;
    color:#fff;
    background-color: #af9873;
    border:0;
    cursor: pointer;
    width: 400px;
    height: 70px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.modal-mask{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0,0,0,0.6);
}
.term-modal{
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    z-index: 20000;
    width: 960px;
    max-width: 94%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    
}
.term-modal .modal-inner{
    padding:30px;
    background-color: #fff;
}
.term-modal div.term{
    overflow: auto;
    height: 500px;
    padding:40px;
    box-sizing: border-box;
    border:1px solid #e6e1d8;
    background: #f8f7f5;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: -0.05em;
    color:#212121;
}
.term-modal .btn-close{
    text-align: center;
    border:0;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.05em;
    background: #af9873;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
}

@media all and (max-width:1280px){
    .reservation-wrap{
        padding:120px 0;
    }
    .reservation-form{
        margin-top: 100px;
    }
    .reservation-step .img{
        width: 100px;
        height: 100px;
    }
    .reservation-step p{
        font-size: 18px;
    }
    #res-datepicker .ui-datepicker .ui-datepicker-title{
        font-size: 25px;
    }
}
@media all and (max-width:1024px){
    .reservation-wrap{
        padding:90px 0;
    }
}
@media all and (max-width:768px){
    .reservation-wrap{
        padding:60px 0 65px;
    }
    .reservation-form{
        margin-top: 57px;
    }
    .reservation-form form{
        flex-direction: column;
    }
    .reservation-form .form-left{
        width: 100%;
    }
    .reservation-form .form-right{
        width: 100%;
    }
    .reservation-step{
        gap:5%;
    }
    .reservation-step li{
        width: 30%;
        position: relative;
    }
    .reservation-step .img{
        width: 84px;
        height: 84px;
        position: static;
    }
    .reservation-step p{
        font-size: 17px;
        margin-top: 16px;
    }
    .reservation-step li+li .img::before{
        width: 11px;
        left:-28px
    }
    #res-datepicker .ui-datepicker .ui-datepicker-title{
        font-size: 21px;
        margin:0 10px;
    }
    #res-datepicker .ui-datepicker-header{
        margin-bottom: 21px;
    }
    #res-datepicker .ui-datepicker th{
        font-size: 12px;
        height: 37px;
    }
    #res-datepicker .ui-datepicker td span, #res-datepicker .ui-datepicker td a{
        font-size: 12px;
        height: auto;
        font-weight: 700;
    }
    .reservation-form .form-right{
        padding-top: 32px;
    }
    .reservation-form .form-right table tr th{
        padding:14px ;
        font-size: 16px;
        width: 100px;
        box-sizing: border-box;
    }
    .reservation-form .form-right table tr td{
        width: auto;
        padding:10px 0 10px 21px;
    }
    .reservation-form .form-right table tr td select, .reservation-form .form-right table tr td input[type=text], .reservation-form .form-right table tr td textarea{
        width: 100%;
    }
    .reservation-form .form-right table tr td select, .reservation-form .form-right table tr td input[type=text]{
        height: 30px;
        font-size: 12px;
        padding:0 10px;
    }
    .reservation-form .form-right table tr td textarea{
        padding:10px;
        font-size: 12px;
        height: 110px;
    }
    .reservation-form .agree label{
        font-size: 11px;
    }
    .reservation-form .agree button{
        font-size: 11px;
    }
    .reservation-form .btn-submit{
        margin-top: 20px;
        font-size: 16px;
        width: 263px;
        height: 51px;
    }
       .term-modal .modal-inner{
        padding:20px;
    }
    .term-modal div.term{
        height: 355px;
        padding:15px;
        font-size: 13px;
    }
    .term-modal .btn-close{
        font-size: 16px;
        height: 43px;
    }
}
@media all and (max-width:419px){
    .reservation-step{
        gap:35px
    }
    .reservation-step .img{
        width: 70px;
        height: 70px;
        margin:0 auto;
    }
    .reservation-step li+li .img::before{
        left: calc(-94vw * 0.05);
        width: 9px;
        top: 27px;
        transform: translate(-50%,0);
    }
    .reservation-step p{
        font-size: 15px;
    }
}