@charset "utf-8";





@media only screen and (max-width: 480px) {





/*======================================

	h3
	
========================================*/

.h3-contact{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	text-indent: 0em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*======================================

	contact-head
	
========================================*/


#contact-head{
	margin: 15px auto 21px auto;
}

.contact-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:30px;
	letter-spacing: 0em;
	text-indent: 0.5em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	}
	
.contact-head-p{
	width: 90%;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	text-align: left;
	margin: 15px auto 0 auto;
}








/*======================================

	contact-access
	
========================================*/

#contact-middle{
	background: #fff;
	padding: 45px 0 60px 0;
}


#contact-access{
	margin: 0px auto 0 auto ;
}

.contact-form-wrapper{
	width: 100%;
	margin: 0 auto;
}



}/*//end  max-width: 480px ///////////////////////*/






@media only screen and (min-width: 481px) {


/*======================================

	h3
	
========================================*/

.h3-contact{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	text-indent: 0em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*======================================

	contact-head
	
========================================*/


#contact-head{
	margin: 36px auto 0 auto;
}

.contact-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:54px;
	letter-spacing: 0.15em;
	text-indent: 0.75em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	}
	
.contact-head-p{
	width: 800px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	margin: 15px auto 0 auto;
}


.contact-head-photo{
	margin: 30px 0 30px 0;
	position: relative;
	height: 400px;
}

.contact-main-photo{
	width: 100%;
	height: 400px;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	border-radius: 10px;
}







/*======================================

	contact-access
	
========================================*/

#contact-middle{
	background: #fff;
	padding: 45px 0 60px 0;
}


#contact-access{
	margin: 0px auto 0 auto ;
}

.contact-form-wrapper{
	width: 800px;
	margin: 0 auto;
}

}/*//end  min-width: 481px ///////////////////////*/











