@charset "UTF-8";
.main_img{
	background: url("../img/reserve_bg.png")no-repeat center top,#fff;
	background-size: cover,auto;
  width: 100%;
  height: 100vh;
  display: table;
}
@media screen and (min-width: 750px) {
.main_img{
	background: url("../img/reserve_bg.png")no-repeat center top,#fff;
	background-size: auto,auto;
	height: 100%;
}
}
.modal_wrap{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal_inner{
	max-width: 679px;
  width: 90.6%;
	height: auto;
	padding: 0% 0 8%;
  margin:0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
	 top: 50%;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	background: url("../img/popup_bg.png")no-repeat center top;
	background-size: cover;
}
@media screen and (min-width: 750px) {
.modal_inner{
  top: 5%;
  transform:translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
}
.modal_parts{
	position: relative;
	width: 100%;
	padding: 78% 0 0;
}
.modal_border{
	position: absolute;
	width: 100%;
	height: 100%;
	padding:7px;
	box-sizing: border-box;
}
.modal_border::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
.form_control{
  display: block;
  margin:10px auto;
  width: 80%;
  height: 25px;
}
.popup1{
	position: absolute;
	top: 27%;
	right: 8%;
	max-width: 125px;
	width: 17.4%;
	z-index: 2;
}
.popup2{
	position: absolute;
	bottom: 1%;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 563px;
	width: 78.41%;
	z-index: 2;
}
.popup_light1{
	position: absolute;
	max-width: 60px;
	width: 8.35%;
	top: 26%;
	left: 6%;
	z-index: 2;
}
.popup_light2{
	position: absolute;
	max-width: 100px;
	width: 13.3333%;
	bottom: 16%;
	left: 21%;
	z-index: 2;
}
.popup_light3{
	position: absolute;
	max-width: 64px;
	width:9.5%;
	bottom: 17%;
	right: 7%;
	z-index: 2;
}
.popup_bt{
	max-width: 608px;
	width: 84.68%;
	margin: 0 auto;
	z-index: 2;
}
.popup_bt a{
	display: block;
	transition: .2s;
	width: 100%;
	background: url("../img/popup_bt.png")no-repeat center center;
	background-size: cover;
	padding: 24.3421% 0 0;
}
.popup_bt a:hover{
	opacity: 1;
	background: url("../img/popup_bt_over.png")no-repeat center center;
	background-size: cover;
}
.popup_ribbon1{
	position: absolute;
	top: -1px;
	left: -1px;
	max-width: 115px;
	width: 16%;
}
.popup_ribbon2{
	position: absolute;
	bottom: -1px;
	right: -1px;
	max-width: 115px;
	width: 16%;
}
/*--------------------------
 acd-label::after none
----------------------------*/

.acd-check + .acd-label::after,
.acd-check:checked + .acd-label::after {
	content: none;
}
footer {
	background: none;
	padding: 8% 0 0;
	line-height: 1;
	color: #b5b2a2;
	margin: 0px auto -6%;
	font-size: 10px;
	max-width: 90%;
	position: relative;
}
footer p {
	font-size: 10px;
}
@media (max-width: 768px) {
	footer {
		padding: 8% 0 0;
		margin: 0px auto -5%;
	}
	footer ul {
		margin: 0 auto;
	}
}