/* 問い合わせフォーム */

.contactWrapper {
	margin: 0 auto;
	width: 60%;
}

.inputwrapper1 {
	float: left;
	width: 50%;
}

#main h4 {
	color: #fff;	
	font-size: 21px;
	margin-bottom: 42px;
	text-align: center;
}

#main input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #c2cfbe;
	font-size: 18px;
	margin-bottom: 0px;	
	outline: none;
	padding: 0 20px;	
	width: 98%;
}

#main .contact1 input,
#main .contact2 input {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
       -o-transition: all .3s;
			    transition: all .3s;
	background: transparent;
	border: 1px #666666 solid;
	box-shadow: none;
	color: #c2cfbe;
	height: 57px;
	margin-bottom: 0;	
	outline: none;
}

#main .contact1 input:focus,
#main .contact2 input:focus {
	border: #fff 1px solid;
	box-shadow: none;	
	outline: none;
}


#main .textarea {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
       -o-transition: all .3s;
			    transition: all .3s;
	background: transparent;
	border: 1px #666666 solid;
	border-radius: 0;
	box-shadow: none;
	color: #c2cfbe;
	display: inline-block;
	float: right;
	font-size: 18px;
	height: 215px;
	outline: none;	
	padding: 20px;	
	width: 98%;
}

#main .textarea:focus {
	border: #fff 1px solid;
	box-shadow: none;
	outline: none;	
}

#main .buttoncontact {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
       -o-transition: all .3s;
			    transition: all .3s;
	background: transparent;
	border: 1px #666666 solid;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	margin: 21px auto 0;
	outline: none;
	padding: 15px 40px;
	text-transform: uppercase;
	width: 100%;
}

#main .buttoncontact:hover {
	border: 1px solid #fff;
	color: #fff;
}

#main ::-webkit-input-placeholder {
	color: #fff;
}

#main ::-moz-placeholder {
	color: #fff;
}

#main :-ms-input-placeholder {
	color: #fff;
}

#main :input:-moz-placeholder {
	color: #fff;
}

#main img {
	left: 50%;
	margin-left: -25px;
	position: absolute;
}


#response {
	color: #fff;
	margin:0 auto;
	text-align:center;
}

.footerbottom h5 {
	color: #fff;
	font-size: 42px;
	font-style: italic;
	padding-top: 42px;
	text-align: center;
	
}


.contactForm {
	margin: 0 auto;
	width: 60%;
}
