@charset "UTF-8";

/*** plan_form
*********************************************************************************/
.plan_form form {
	width: 755px;
	display: -webkit-flex;
	display: flex;
	padding: 0;
}
.plan_form .boxWrapper .box {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.plan_form .boxWrapper:first-of-type .box { height: 30px; }
.plan_form .boxWrapper:nth-of-type(2) .box { height: 24px; }
.plan_form .boxWrapper:nth-of-type(2) {
	width: 538px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.plan_form .boxWrapper .box h3 { margin: 0 10px 0 0; }
.plan_form .boxWrapper .box h3 img { vertical-align: middle; }

.plan_form .check_in {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.plan_form .check_in .box { width: 238px; }
.plan_form .guests .box { width: 220px; }
.plan_form .type .box { width: 224px; }
.plan_form .price .box { width: 340px; }
.plan_form .search_btn { width: 117px; }
