@charset "UTF-8";

/*** plan_form
*********************************************************************************/
.plan_form form {
	/*width: 755px;*/
	display: flex;
	padding: 0;
}
.plan_form .boxWrapper .box {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.plan_form .boxWrapper:nth-of-type(3)  {
	display: flex;
	align-items: center;
}
.plan_form .boxWrapper .box h3 { margin: 0 10px 0 0; }
.plan_form .boxWrapper .box h3 img { vertical-align: middle; }
.plan_form .check_in {
	display: flex;
	margin-right: 30px;
}
.plan_form .check_in .box:first-of-type { margin-right: 1em; }
.plan_form .boxWrapper:nth-of-type(2) { margin-right: 30px; }

/*.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; }*/
