@charset "UTF-8";
/* --------------------------------------------------contact*/
#contact_form{
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
	font-size: 11px;
	overflow: hidden;
	
	
}

.contact_box{
	overflow: hidden;
	padding-top: 30px;
}

#contact_form label{
	width: 30%;
	float: left;
	padding-top: 20px;
}

input,
textarea,
select{
	display: block;
    margin: 5px 0 10px;
    padding: 12px 20px;
    width: 70%;
	float: left;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
select {
    padding-right: 46px;
    background: #fff url(../images/arrow.png) no-repeat right 10px center / 12px auto;
	position: relative;
}

input.age{
	width: 40%;
	
}

.toshi{
	margin-top: 20px;
	margin-left: 5px;
	font-size: 14px;
	display: block;
	float: left;
	width: calc(30% - 5px);
	height: 42px;
}

.numberpeople select{
	width: 100px;
	color: #222;
	font-size: 14px;
	display: inline-block;
}
.n_p{
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-bottom;
	
}
.required{
	background-color: #f15a24;
	color: #fff;
	padding: 5px 5px;
	margin-right: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	border-radius: 2px;
	
}

.norequired{
	background-color: #BFBF93;
	color: #fff;
	padding: 5px 5px;
	margin-right: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	border-radius: 2px;
	
}

.con_en{
	font-family: 'Josefin Sans', sans-serif;
	display: inline-block;
	margin: 10px 0 5px 10px;
	color: #ccc;
	
}


#contact_form input[type="submit"]{
	display: block;
    margin: 100px auto 0;
    width: 90%;
	max-width: 700px;
    height: 50px;
    box-sizing: border-box;
    background: #f7931e;
    border: 1px solid #f7931e;
    font-size: 16px;
	float: none;
    color: #fff;
    letter-spacing: .05em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}



.thanks_outer{
	font-size: 13px;
	color: #222;
	text-align: center;
	line-height: 2.0;
	margin: 0 0 50px;
}

@media only screen and (max-width: 680px) {
	
	#contact_form label{
	width: 100%;
	float: none;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
	input,
textarea,
select{
    margin: 10px 0 20px;
    width: 100%;
	float: none;
    
}
	
	.toshi{
		display: inline-block;
		float: none;
	}
	input.age{
	width: 40%;
		display: inline-block;
	
}
	
}