@charset "utf-8";
/* CSS Document */

/*メイン部分*/


#top_img {
	width:950px;
	height:234px;
	padding-top:130px;
	box-sizing:border-box;
	background-image:url(../images/contact/contact_top.jpg);
/*	background-color:#F63;*/
}

#title_area {
	width:545px;
	height:75px;
	margin:0 0 0 320px;
	box-sizing:border-box;
	position:relative;
/*	background-color:#099;*/
}


#title_textarea {
	position:absolute;
	top:0;
	left:20px;
}

#page_title {
	width:250px;
	color:#fff;
	font-family:"Trajan Pro","ＭＳ ゴシック","ＭＳ Ｐ明朝";
/*	font-size:48px; */
	padding:17px 20px 0px 5px;
	filter:drop-shadow(0px 0px 5px rgb(0, 0, 0));
	float:left;
/*	background-color:#CCC;*/
}

#page_title img {
	width:100%;
}

#page_subtitle {
	color:#fff;
	font-size:33px;
	margin-top:13px;
	box-sizing:border-box;
	padding:0 20px;
	filter:drop-shadow(0px 0px 5px rgb(0, 0, 0)); 
	float:left;
	border-left:2px solid #fff;
/*	background-color:#606;*/
}

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}


/*お問い合わせ部分*/

#ct_text {
	width:340px;
	height:122px;
	margin:20px 305px 0 305px;
	padding-top:20px;
/*	background-color:#CF0;*/
}

#ct_text h2 {
	margin-bottom:20px;
	text-align:center;
/*	background-color:#f3f3f3;*/
}

#ct_text p {
	text-align:center;
}


#ct_area {
/*	width:786px;
	height:670px;*/
	margin:20px 82px 20px 82px;
	padding:40px;
	box-sizing:border-box;
	border-radius:10px;
	background-color:#f3f3f3;
}


textarea {
	resize: none;
	width:270px;
	overflow-y:scroll;
}

form p {
	margin-top:0;
	margin-bottom:10px;
}

input[type="text"] {
	width:200px;
}

form p:first-child {
	margin-top:30px;
}



input[type="tel"] {
	width:200px;
}

input[type="email"] {
	width:250px;
}

form p:nth-last-child(2) {
	margin-bottom:10px;
}



input[name="ct_btn"] {
	width:55px;
	height:35px;
	font-size:17px;
	color:#fff;
	outline:none;
	border:none;
	background-color:#71c9c8;
	border-radius:10px;
}

input[name="ct_btn"]:hover {
	background-color:#4a6c8a;
}
