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

.mainImgWrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.mainImg{
	width: 100%;
	min-height: 600px;
	height: auto;
	background: url(../image/mainImg.jpg) no-repeat center bottom;
	background-size:cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	width: 100%;
min-height: 600px;	
	height: auto;
	background: url(../image/mainImg@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}



.mainTextArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

.mainTextArea h2{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 40px;
	font-weight:bold;
	
}
.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 16px;
}


#contentArea{
	width: 100%;
	margin: 0 auto;
}

.managementWrapper{
	width: 100%;
	padding: 0 20px;
	margin: 30px auto;
	box-sizing: border-box;
	
}

.managementWrapper h4{
	background: #f29720;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px;
	margin-bottom: 20px;
	text-align: center;
	
}

.managementWrapper p{
	text-align: center;
}

.management{
	margin-bottom: 30px;
	text-align: center;
	
}

.management img{
	margin: 25px 0;
	
}

.managementWrapper h5 span{
	background: red;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 400px;
}

.pcImg{
	display: block;
		
	}	
	
.spImg{
		display: none;
	}	


/*.balloon{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #009fe8;
	min-width: 280px;
	max-width: 100%;
	padding: 5px 0;
	margin: 30px 0;
	font-size: 24px;
	border-radius: 5px;
	
}
.balloon p{
	font-weight: bold;
}


.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #009fe8;
}
*/



.nextBtn{
	text-align: center;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
}

.nextBtn a:hover{
	color:#666;
	border-color:#666 ;
	text-decoration: underline;
}

/*==========================================
 ipad
===========================================*/

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

.mainTextArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

.mainTextArea h2{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 34px;
	font-weight:bold;
	
}
.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 16px;
}


#contentArea{
	width: 100%;
	margin: 0 auto;
}

.managementWrapper{
	width: 100%;
	padding: 0 20px;
	margin: 30px auto;
	box-sizing: border-box;
	
}

.managementWrapper h4{
	background: #f29720;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px;
	margin-bottom: 20px;
	text-align: center;
	
}

.managementWrapper p{
	text-align: center;
	font-size: 15px;
}

.management{
	margin-bottom: 30px;
	text-align: center;
	
}

.management img{
	margin: 25px 0;
	
}

.managementWrapper h5 span{
	background: red;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 400px;
}

.pcImg{
	display: none;
		
	}	
	
.spImg{
		display: block;
	}	
	
	

.nextBtn{
	text-align: center;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
}

.nextBtn a:hover{
	color:#34A785;
	border-color:#34A785 ;
	text-decoration: underline;
}
	
/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
	
.mainImg{
	width: 100%;
	min-height: 550px;
	height: auto;
	background: url(../image/mainImg-sp.jpg) no-repeat center bottom;
	background-size:cover;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	.mainImg{
	width: 100%;
min-height: 550px;	
	height: auto;
	background: url(../image/mainImg-sp@2x.jpg) no-repeat center bottom;
	background-size:cover;
}
}
	
.mainTextArea{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: block;
}

.mainTextArea h2{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 28px;
	font-weight:bold;
	
}
.mainTextArea p{
	text-shadow: 2px 2px 4px #fff;
	color: #000;
	font-size: 16px;
}


#contentArea{
	width: 100%;
	margin: 0 auto;
}

.managementWrapper{
	width: 100%;
	padding: 0 20px;
	margin: 30px auto;
	box-sizing: border-box;
	
}

.managementWrapper h4{
	background: #f29720;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px;
	margin-bottom: 20px;
	text-align: center;
	
}

.managementWrapper p{
	text-align: center;
	font-size: 15px;
}

.management{
	margin-bottom: 30px;
	text-align: center;
	
}

.management img{
	margin: 25px 0;
	
}

.managementWrapper h5 span{
	background: red;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 400px;
}

.pcImg{
	display: none;
		
	}	
	
.spImg{
		display: block;
	}	
	
.man2Img img{
	width: 200px;	
	height: auto;	
	}
	
	
.registerArea img{
	width: 300px;	
	height: auto;
	}



.nextBtn{
	text-align: center;
}

.nextBtn a{
	margin: 0 auto;
	border: 2px solid ;
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
}

.nextBtn a:hover{
	color:#34A785;
	border-color:#34A785 ;
	text-decoration: underline;
}	
	
}	