/*//////////////////////////////////////////////////////////////////////////////

style.css
	
//////////////////////////////////////////////////////////////////////////////*/

/* mainArea */
#mainArea{
	background: #000;
}
#mainArea .backgroundArea{
	background: url(../img/main.jpg) no-repeat center;
	background-size: cover;
	max-width: 1280px;
	height: 330px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#mainArea .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainArea .inner h2{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#mainArea .inner p{
	font-weight: normal;
	margin-top: 10px;
}

/* introArea */
#introArea{
	margin-top: 60px;
}
#introArea h3{
	font-size: 24px;	
}
#introArea h3 span{
	font-size: 15px;
}
#introArea p{
	margin-top: 20px;
	line-height: 1.6;
}
/* pointArea */
#pointArea{
	background: #000;
	margin-top: 60px;
}
#pointArea .section{
	background: url(../img/point_photo.jpg) no-repeat center center;
	overflow: hidden;
	padding: 30px 0 80px 0;
}
#pointArea .left{
	float: left;
	width: 350px;
}
#pointArea .right{
	float: right;
	width: 350px;
}
#pointArea h4{
	font-size: 17px;
	color: #7ad2ed;
	margin-top: 50px;
}
#pointArea p{
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
}

/* pointArea2 */
#pointArea2{
	background: url(../img/point2_bg.jpg) no-repeat bottom center;
	padding: 70px 0 200px 0;
}
#pointArea2 .section{
	overflow: hidden;
	margin-bottom: 40px;
}
#pointArea2 h4{
	line-height: 1.4;
	background: #418dbb;
	padding: 6px 10px 5px 10px;
	font-size: 16px;
	color:#fff;
}
#pointArea2 p{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	padding: 0 10px;
	margin-bottom: 30px;
}
.ttl{
	font-size: 20px !important;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

/*-------------------------------------------

Responsive Style

-------------------------------------------*/
@media only screen and (max-width: 768px) {
	/* pointArea */
	#pointArea{
		background: #000;
		margin-top: 60px;
	}
	#pointArea .section{
		width: 100%;
		background: url(../img/point_photo_sp.jpg) no-repeat top center;
		overflow: hidden;
		padding: 30px 0 60px 0;
	}
	#pointArea .left,
	#pointArea .right{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#pointArea h4{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	/* 共通 ----------------------- */
	#contents{
		padding: 0px 0 30px 0;
	}
	#contents h3{
		font-size: 18px;
		line-height: 1.2;
	}
	
	/* mainArea */
	#mainArea .backgroundArea{
		height: 150px;
	}
	#mainArea .inner h2{
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 28px;
	}
	#mainArea .inner h3{
		font-weight: normal;
		margin-top: 5px;
	}
	
	/* pointArea2 */
	#pointArea2{
		background: url(../img/point2_bg.jpg) no-repeat bottom center;
		background-size: 800px 130px;
		padding: 70px 0 100px 0;
	}
	#pointArea2 .section{
		overflow: hidden;
		margin-bottom: 30px;
	}
	#pointArea2 p{
		margin-bottom: 0;
	}
}