@charset "UTF-8";

dd.open {
    cursor: pointer;
}
.resv_box {
    display: none;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}
.resv_win {
    height: 100vh;
    width: 100%;
    background: black;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
}
 
.rev_content{
    background: #fff;
    width: 50%;
    position: relative;
}
.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rev_header {
    width: 100%;
    border-bottom: 1px solid #9B9B9B;
    padding: 10px 20px;
    text-align: center;
    color: #60BDCC;
	position: relative;
	margin: 0 auto 20px;
}
.rev_header h3 {
    font-weight: bold;
    font-size: 1.1em;
}
.rev_header button#close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 1.4em;
    font-weight: bold;
}
.rev_detail {
    background: #ffffff;
    padding: 0 20px 20px;
}
ul.tablist {
    display: flex;
    justify-content: center;
}
ul.tablist li {
    border: solid 1px #60BDCC;
    width: 30%;
    text-align: center;
    color: #60BDCC;
    font-weight: bold;
    cursor: pointer;
}
ul.tablist li.active {
    background: #60BDCC;
    color: #ffffff;
}
.rev_contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px auto;
    padding: 5px 0;
}
.calendarbox {
    width: 48%;
}

.timesbox {
    width: 48%;
}
.table-bordered th {
    height: 30px;
    text-align: center;
}
table.table.table-bordered {
    width: 100%;
}
.table-bordered td {
    height: 40px;
    font-size: 1.1em;
    text-align: center;
}
.table-bordered .today .c1 {
    color: orange;
}
table.table.table-bordered span.c1.active {
    background: #ededed;
}
.table-bordered th:nth-of-type(1), .table-bordered td:nth-of-type(1) {
    color: red;
}
.table-bordered th:nth-of-type(7), .table-bordered td:nth-of-type(7) {
    color: blue;
}
table-bordered td {
    height: 40px;
    font-size: 1.1em;
    text-align: center;
}
.calendarbox h3 a {
    color: #333333;
    width: 30%;
}
.calendarbox h3 {
    text-align: center;
    position: relative;
    background: #F5F5F5;
    border: solid 1px #B9B9B9;
    color: #60BDCC;
    font-weight: bold;
}
table.table.table-bordered {
    width: 100%;
    border: solid 1px #BBBBBB;
    border-top: none;
    font-size: 0.8em;
}
.timesbox .txt1 {
    font-size: 0.8em;
    font-weight: bold;
}
.timesbox .time_date ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timesbox .time_date ul li:first-child, .timesbox .time_date ul li:last-child {
    width: 100%;
    text-align: center;
}
.timesbox .time_date ul li select {
    border: solid 1px #B9B9B9;
    background: #F5F5F5 url(../img/room/sel_arrow.png) no-repeat 95% center/11%;
    padding: 1px 11px;
    text-align: left;
    width: 100%;
}
.time_date {
    margin: 0 auto 10px;
}
ul.infolist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.9em;
}
ul.infolist li {
    width: 50%;
}

ul.infolist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.8em;
    flex-wrap: wrap;
}
p.txt2 {
    font-size: 0.7em;
}
span.c1 {
    color: #60BDCC;
}
span.c2 {
    color: #EEB90B;
}
p.btn_rev {
    background: #A3A3A3;
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: 30px auto 0;
    font-size: 0.9em;
    padding: 10px 0;
    cursor: pointer;
}
table.table.table-bordered span {
    display: block;
}
table.table.table-bordered span {
    display: block;
    cursor: pointer;
}
.rev_contents {
	display:none;
}
.rev_contents.active {
	display:flex;
}
p.txt3 {
    color: #60BDCC;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 10px;
}
.txt4 {
    font-size: 0.8em;
}
p.txt5 {
    color: #60BDCC;
    font-size: 1.4em;
    font-weight: bold;
}
p.txt_t {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
}
.box_check {
    line-height: 2em;
    margin: 0 0 30px;
}
p.check_btn {
    width: 30%;
    background: #60BDCC;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
}
table.table_c input {
	border: solid 1px #a29898;
    padding: 5px;
    width: 80%;
}
.form-table__img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.form-table__img {
    width: 40%;
	margin: 0 0 20px;
}
table.table_c td {
    padding: 0 0 10px;
}
table.table_c input.short {
    width: 20%;
}
.reserve-buttons .back, .reserve-buttons .confirm {
    cursor: pointer;
}