@charset "utf-8";
/* CSS Document */
.reservation-form button,
.reservation-form input,
.reservation-form select,
.reservation-form textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.pc-reserv { display: block;}
.sp-reserv { display: none;}

.reservation-form div dl + .sp { display: none;}

.reservation-form {
	width: 100%;
	background-color: #746350!important;
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #FFF;
}

.reservation-form div.form-in {
	max-width: 1920px;
	margin: 0 auto;
	padding: 30px 40px;
}

.reservation-form div dl dt {
	font-size: 38px;
	font-family:"Avenir Light";
	margin: 0 0 40px 0;
	text-align: center;
}

.reservation-form div dl dd {
	font-size: 14px;
	width: 1150px;
	min-width: 1150px;
	margin: 0 auto;
}

/*-------------------------------------------------------------------------*/

.reservation-form div.adjust {
	margin: 0 0 20px;
	display: inline-block;
}

.reservation-form input[type=text] {
	border: 1px solid #FFF;
	width: 55px;
    padding: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.reservation-form input[type="checkbox"] {
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.reservation-form label.check-style {
	position: relative;
    display: inline-block;
}

.reservation-form label.check-style:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #FFF;
	cursor: pointer;
}

.reservation-form label.check-style input[type="checkbox"] + span {
    position: relative;
    padding: 0 5px 0 26px;
	display: inline-block;
}

.reservation-form label.check-style input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 2px #616161 solid;
    border-radius: 5px;
	cursor: pointer;
}

.reservation-form label.check-style input[type="checkbox"]:checked + span::after {
	z-index: 1;
    /* margin: -8px 10px; */
    width: 10px;
    height: 21px;
    border: 2px solid #FFF;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

#dk0-select-deco {
	width: 228px;
	margin: 0 10px 0 0;
}
#dk1 {
	width: 55px;
}
#dk2 {
	width: 55px;
}
#dk3 {
	width: 55px;
}

#dk1,#dk2,#dk3 {
	margin: 0 5px 0 0;
}


.reservation-form button {
	border: 1px solid #FFF;
	padding: 7px 32px;
	cursor: pointer;
	background: #962f2f;
	color: #FFF;
	margin: 0 0 0 10px;
}

.reservation-form button:hover {
	background: #FFF;
	color: #a77d4b;
}

.reservation-form span a {
	/*font-size: 12px;*/
	padding: 0 0 0 10px;
	position: relative;
	color: #FFF;
	margin: 0 0 0 20px;
}
.reservation-form span a:before {
	content: "";
    border: solid transparent;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
    margin: 0 0 0 0;
    z-index: 101;
    position: absolute;
    left: 0;
    top: 31%;
	-ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.reservation-form p a {
	font-size: 12px;
	padding: 0 0 0 10px;
	position: relative;
	color: #FFF;
}
.reservation-form p a:before {
	content: "";
    border: solid transparent;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
    margin: 0 0 0 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 31%;
	-ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}


.dd-container {
	width: 275px;
	display: inline-block;
	vertical-align: middle;
}

.reservation-form span {
	display: inline-block;
}

.sp-reservation {
	display: none;
}

.calender-wr {
	position: relative;
}

#calid {
	position: absolute;
	right:0;
	z-index: 106;
}

#calid_screen, .mod-search-panel #calid2_screen {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border-right: 3px solid rgba(0, 0, 0, .1);
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #fff;
}

#calid_screen table td,
.mod-search-panel #calid2_screen table td {
    padding: 6px 4px !important;
    border: none !important;
}

.adjust-center {
	text-align: center;
}

#sp-select-deco option:first-of-type {
	color: #FFF!important;
}
.dk-selected {
    background-color: #746350!important;
}
@media screen and (max-width:1385px) {
	.reservation-form div.form-in {
		max-width: 1920px;
		margin: 0 auto;
		padding: 30px 20px 30px 40px;
	}
}

@media screen and (max-width:1130px) {
	.reservation-form div dl dt {
	    font-size: 3.5vw;
	}
	
	.reservation-form input[type=text] {
		border: 1px solid #FFF;
		width: 48px;
		padding: 5px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
	
}

@media screen and (max-width:1057px) {
	.reservation-form div dl dd {
		font-size: 14px;
		width: inherit; 
		min-width: inherit; 
		margin: 0 auto;
	}

}

@media screen and (max-width:1000px) {
	.pc-reserv { display: none;}

	.sp-reserv {
		display: block;
		margin-left: 4%;
	}
	
	.reservation-form div.form-in {
		max-width: 1920px;
		margin: 0 auto;
		padding: 20px 20px;
	}
	
	.reservation-form div dl dd {
		display: table-cell;
		font-size: 14px;
		vertical-align: middle;
		padding: 0;
		width: 100%;
	}
	
	.dk-select,
	.dk-select-multi {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		line-height: 1.5em;
		width: 100% !important;
		cursor: pointer;
		}
	
	.reservation-form div dl dt {
		display: table-cell;
		width: inherit;
		font-size: 20px;
		font-family: "Avenir Light";
		vertical-align: middle;
		/* padding: 0 4% 0 0; */
	}
	
	.sp-reserv select {
		border: 1px solid #FFF;
		width: 100%;
		padding: 5px 0;
        padding-inline: 5px;
		background-color: #746350!important;
		border-radius: 0%;
	}

	.reservation-form div dl + .sp {
		display: block;
	}
}