@charset "UTF-8";
/* top.css */




/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


	
/*------------ TOP  ------------*/	


#background_top {
	width: 100%;
	background-color: #eff2df;
	background-image: url("../../images/bg_top.jpg");
	background-size: contain;
	background-repeat:  no-repeat;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:1;
}

	
	
	

	
.font_top01 {
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	width: 90%;
	font-size: 5.3em;
	line-height: 1.4em;
	color: #323232;
	text-align: left;
	padding: 54% 0 0 27%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_top02 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.8em;
	letter-spacing: 0.09em;
	color: #212121;
	width: 90%;
	line-height: 1.9em;
	text-align: left;
	padding: 5% 0 0 27%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_top03 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.8em;
	letter-spacing: 0.09em;
	color: #ffffff;
	width: 90%;
	line-height: 1.9em;
	text-align: left;
	padding: 25% 0 0 7%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
.pad_logo02 {
	text-align: left;
	width: 65%;
	padding: 1% 0 1% 7%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
.font_top04 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.8em;
	letter-spacing: 0.09em;
	color: #ffffff;
	width: 90%;
	line-height: 1.9em;
	text-align: left;
	padding: 1% 0 4% 7%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	

	

	
.pad_ipad {
	width: 86%;
	text-align: center;
	padding: 0 0 2% 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	

	
}
 









 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/
	
#background_top {
	width: 100%;
	background-color: #eff2df;
	background-image: url("../../images/bg_top_sp.jpg");
	background-repeat:  no-repeat;
	background-size:contain;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	overflow-x: hidden;
	z-index:1;
}
	

	
.font_top01 {
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	width: 90%;
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #323232;
	text-align: left;
	padding: 64% 0 0 13%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_top02 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.87rem;
	letter-spacing: 0.02rem;
	color: #212121;
	width: 89%;
	line-height: 1.35rem;
	text-align: left;
	padding: 7% 0 0 13%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_top03 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.85rem;
	letter-spacing: 0.02rem;
	color: #ffffff;
	width: 90%;
	line-height: 1.4rem;
	text-align: left;
	padding: 39% 0 0 6%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
.pad_logo02 {
	text-align: left;
	width: 75%;
	padding: 1% 0 1% 5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
.font_top04 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.9rem;
	letter-spacing: 0.02rem;
	color: #ffffff;
	width: 90%;
	line-height: 1.4rem;
	text-align: left;
	padding: 1% 0 3% 6%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
	

.pad_ipad {
	width: 92%;
	text-align: center;
	padding: 0 0 0% 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
}






