.contact_box{
	width: 950px;
	height: auto;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	transition: .8s;
	margin-top: 2em;
	transition: .8s;
}
.contact_box2{
	width: 900px;
	height: auto;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
}
.contact_box img{
	display: block;
	margin-bottom:1em;	
}
#form_wapper{
	width: 950px;
	margin: 0;
	padding: 0;
}
#form_wapper iframe{
	width: 950px;
	height: 470px;
}
#form_box{
	margin-top: 1em;
}
.erro{
	color: #BE0003;
	font-weight: bold;
}
.kakunin{
	font-weight: bold;
}
#form_box input, #form_box textarea{
	width: 42%;
	border: 1px solid #000000;
	margin-bottom: 1em;
	border-radius: 5px;
	font-size: 0.875em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#form_box textarea{
	width: 42%;
	height: 70px;
	overflow-y: auto;
}
#form_box #button{
	width: 20% !important;
	background-color: #000000;
	color: #FFFFFF;
}

.contact_img{
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	transition: .8s;
}
/*--------------------------------------------------------*/
/*--　サムネイル画像　拡大フェードイン表示
/*--------------------------------------------------------*/

.p_title_txt{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.p_title_txt_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.contact_box{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.contact_box_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.contact_img{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px); 
}
.contact_img_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
