
/* ===========================================
 * top
=========================================== */

.effect_contents{
    width: 100%;
    height: 860px;
    margin: 0 auto;
    background: url(../img/common/mv.jpg) ;
    background-position: center;
    /*画像のサイズを指定する*/
    -webkit-background-size: 100% 2516px;
     background-size:  100% 2516px;
     /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
     -webkit-animation: bgscroll 120s linear infinite;
     animation: bgscroll 120s linear infinite;

}
/*アニメーションの指定
background-position: x軸 , y軸;
今回は縦にスクロールする
背景画像のサイズ分移動させる
*/
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -2516px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 0 -2516px;}
}

#mv_text {
	padding-top: 125px;
	text-align: center;
}


#mv_tit {
	font-size: 5rem;
	color: #FFF;
	padding-bottom: 50px;
	letter-spacing: 0.1em;
	width: 800px;
    margin-left: auto;
	margin-right: auto;
}



#mv_body {
	line-height: 1.8;
	font-size: 1.8rem;
	color: #FFF;
}


#mv_news {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	top: -50px;
}

#mv_news_tit {
	text-align: center;
	height: 25px;
	width: 110px;
	border-right: 1px #878787 solid;
	float: left;
	font-weight: 900;
	font-size: 2.2rem;
	color: #00673a;
	line-height: 23px;
}

#mv_news_tit_body {
	width: 450px;
	float: left;
}

#mv_news_tit_body a{
	color: #333;
	display: block;
	box-sizing: ;
	width: 100%;
	padding-left: 25px;
	font-size: 1.6rem;
}


#main_message {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}

#main_message_tit {
	background-image: url(../img/top/house_icon.jpg);
	padding-top: 80px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 3rem;
	color: #00673a;
	font-weight: normal;
	
}


#main_message_body {
	font-size: 1.8rem;
	line-height: 1.8;
}

#news_contents {
	background-color: #f0ece1;
	padding-top: 60px;
	padding-bottom: 60px;
}


#news_contentsInner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#news_contentsInner_L {
	float: left;
	width: 510px;
}

#news_contentsInner_R {
	float: right;
	width: 510px;
}


.news_tit {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border: 1px #000 solid;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
}


.news_list {
	width: 100%;
	padding-bottom: 20px;
}

.news_list li{
	border-bottom: 1px #000 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_list li a{
	color: #333;
	font-size: 1.6rem;
}

.news_list li a span{
	display: block;
	font-size: 1.4rem;
	padding-bottom: 5px;
}


.news_btn {
	text-align: right;
	width: 100%;
}

.news_btn a{
	width: 160px;
	height: 40px;
	display: inline-block;
	color: #333;
	text-align: center;
	background-color: #FFF;
	line-height: 40px;
	font-size: 2rem;
}


#works_contnets {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}


.works_contnets_box {
	width: 337px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.works_contnets_box_body {
	width: 280px;
	height: 260px;
	background-color: #f0ece1;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -80px;
}

.works_contnets_box_body h2{
	font-size: 2.4rem;
	font-weight: normal;
	padding-bottom: 20px;
}

.works_contnets_box_body h2 span{
	font-size: 1.6rem;
	display: block;
}

.works_contnets_box_body p{
	display: block;
	padding-bottom: 20px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.8;
}



.works_btn {
	text-align: center;
	width: 100%;
}

.works_btn a{
	width: 160px;
	height: 40px;
	display: inline-block;
	color: #333;
	text-align: center;
	background-color: #FFF;
	line-height: 40px;
	font-size: 2rem;
}



#gallery_tit {
	width: 60px;
	text-align: center;
	color: #FFF;
	background-color: #00673a;
	line-height: 60px;
	width: 100%;
	font-size: 3rem;
	font-weight: normal;
	
}

#gallery_contents {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f0ece1;
}


.galleryInner_tit {
	width: 585px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	background-image: url(../img/top/house_icon_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}

.galleryInner_tit_R {
	width: 585px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	background-image: url(../img/top/house_icon_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}

.galleryInner_titbox {
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	border-left: 1px #00673a solid;
	border-right: 1px #00673a solid;
}

.galleryInner_titbox_tit {
	width: 100%;
	padding-top: 30px;
	font-size: 4rem;
	font-weight: normal;
}


.galleryInner_titbox_tit span{
	font-size: 2rem;
	display: block;
}




.gallery_list_contents {
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}


.galleryLeft {
	float: left;
}

.galleryRight {
	float: right;
}


.gallery_list_contents_img {
	width: 820px;
	height: 410px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery_list_contents_body {
	width: 480px;
	height: 300px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 0px;
}

.gallery_list_contents_body h4{
	font-size: 3rem;
	padding-bottom: 20px;
	font-weight: normal;
}


.gallery_list_contents_body p{
	display: block;
	padding-bottom: 20px;
	line-height: 1.8;
	font-size: 1.5rem;
}


.gallery_btn {
	text-align: right;
	width: 100%;
}

.gallery_btn a{
	width: 160px;
	height: 40px;
	display: inline-block;
	color: #333;
	text-align: center;
	background-color: #FFF;
	line-height: 40px;
	font-size: 2rem;
	border: 1px #000 solid;
}

.gallery_left_body {
	position: relative;
	top: 55px;
	left: -100px;
}

.gallery_right_body {
	position: relative;
	top: 55px;
	left: 100px;
}


.gallery_under_btn {
	text-align: center;
	padding-bottom: 130px;
}

.gallery_under_btn a{
	width: 580px;
	height: 60px;
	display: inline-block;
	background-color: #333333;
	color: #FFF;
	line-height: 60px;
	font-size: 2rem;
}


.gallery_under_btn_se {
	text-align: center;
	padding-bottom: 130px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}


.gallery_under_btn_se_g {
	width: 580px;
	height: 60px;
	display: inline-block;
	background-color: #333333;
	color: #FFF;
	line-height: 60px;
	font-size: 2rem;
	margin-bottom: 2px;
}

.gallery_under_btn_se_g span{
	display: block;
	background-image: url(../img/top/ac_bg_01.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;height: 100%;
}


.gallery_under_btn_se_gr {
	width: 580px;
	height: 60px;
	display: inline-block;
	background-color: #00673a;
	color: #FFF;
	line-height: 60px;
	font-size: 2rem;
	margin-bottom: 2px;
}




#instagram_contents {
	padding-top: 60px;
	padding-bottom: 60px;
}


#instagram_contents_tit {
	text-align: center;
	font-size: 3.6rem;
	padding-bottom: 40px;
	font-weight: normal;
}

#privilege_box_top {
	display: none;
}


@media screen and (max-width:640px){
	
	.effect_contents{
		width: 100%;
		height: 860px;
		margin: 0 auto;
		background: url(../img/common/mv_sp.png) ;
		background-position: center;
		/*画像のサイズを指定する*/
		-webkit-background-size: 100% 2580px;
		 background-size:  100% 2580px;
		 /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
		 -webkit-animation: bgscroll 50s linear infinite;
		 animation: bgscroll 50s linear infinite;

	}
	/*アニメーションの指定
	background-position: x軸 , y軸;
	今回は縦にスクロールする
	背景画像のサイズ分移動させる
	*/
	@-webkit-keyframes bgscroll {
	 0% {background-position: 0 0;}
	 100% {background-position: 0 2580px;}
	}

	@keyframes bgscroll {
	 0% {background-position: 0 0;}
	 100% {background-position: 0 -2580px;}
	}

	#mv_text {
		padding-top: 125px;
		text-align: center;
	}


	#mv_tit {
		font-size: 3.2rem;
		color: #FFF;
		padding-bottom: 50px;
		letter-spacing: 0.1em;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 80px;
	}

	#mv_body {
		line-height: 1.8;
		font-size: 1.6rem;
		color: #FFF;
	}


	#mv_news {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		box-sizing: border-box;
		padding: 15px;
		position: relative;
		top: -50px;
	}

	#mv_news_tit {
		text-align: center;
		height: 25px;
		width: 110px;
		border-right: 1px #878787 solid;
		float: left;
		font-weight: 900;
		font-size: 2.2rem;
		color: #00673a;
		line-height: 23px;
	}

	#mv_news_tit_body {
		width: 380px;
		float: left;
	}

	#mv_news_tit_body a{
		color: #333;
		display: block;
		box-sizing: ;
		width: 100%;
		padding-left: 25px;
		font-size: 1.6rem;
	}


	#main_message {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 80px;
	}

	#main_message_tit {
		background-image: url(../img/top/house_icon.jpg);
		padding-top: 80px;
		padding-bottom: 40px;
		background-repeat: no-repeat;
		background-position: center top;
		font-size: 3rem;
		color: #00673a;
		
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	#main_message_body {
		font-size: 1.8rem;
		line-height: 1.8;
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	#news_contents {
		background-color: #f0ece1;
		padding-top: 60px;
		padding-bottom: 60px;
	}


	#news_contentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	#news_contentsInner_L {
		float: none;
		width: 100%;
	}

	#news_contentsInner_R {
		float: none;
		width: 100%;
	}


	.news_tit {
		width: 100%;
		box-sizing: border-box;
		height: 50px;
		border: 1px #000 solid;
		font-size: 2.6rem;
		font-weight: 700;
		text-align: center;
		line-height: 50px;
	}


	.news_list {
		width: 100%;
		padding-bottom: 20px;
	}

	.news_list li{
		border-bottom: 1px #000 solid;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.news_list li a{
		color: #333;
		font-size: 1.6rem;
	}

	.news_list li a span{
		display: block;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}


	.news_btn {
		text-align: right;
		width: 100%;
		padding-bottom: 40px;
	}

	.news_btn a{
		width: 160px;
		height: 40px;
		display: inline-block;
		color: #333;
		text-align: center;
		background-color: #FFF;
		line-height: 40px;
		font-size: 2rem;
	}


	#works_contnets {
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
	}


	.works_contnets_box {
		width: 580px;;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.works_contnets_box img{
		width: 100%;
	}
	

	.works_contnets_box_body {
		width: 500px;
		height: auto;
		background-color: #f0ece1;
		box-sizing: border-box;
		padding: 25px;
		padding-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: -80px;
		padding-bottom: 30px;
	}

	.works_contnets_box_body h2{
		font-size: 2.4rem;
		font-weight: normal;
		padding-bottom: 20px;
	}

	.works_contnets_box_body h2 span{
		font-size: 1.6rem;
		display: block;
	}

	.works_contnets_box_body p{
		display: block;
		padding-bottom: 20px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.8;
	}



	.works_btn {
		text-align: center;
		width: 100%;
	}

	.works_btn a{
		width: 160px;
		height: 40px;
		display: inline-block;
		color: #333;
		text-align: center;
		background-color: #FFF;
		line-height: 40px;
		font-size: 2rem;
	}



	#gallery_tit {
		width: 60px;
		text-align: center;
		color: #FFF;
		background-color: #00673a;
		line-height: 60px;
		width: 100%;
		font-size: 3rem;

	}

	#gallery_contents {
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #f0ece1;
	}


	.galleryInner_tit {
		width: 585px;
		height: 160px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
		background-image: url(../img/top/house_icon_2.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		box-sizing: border-box;
		padding-top: 30px;
		text-align: center;
	}

	.galleryInner_tit_R {
		width: 585px;
		height: 160px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
		background-image: url(../img/top/house_icon_3.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		box-sizing: border-box;
		padding-top: 30px;
		text-align: center;
	}

	.galleryInner_titbox {
		width: 100%;
		box-sizing: border-box;
		height: 100px;
		border-left: 1px #00673a solid;
		border-right: 1px #00673a solid;
	}

	.galleryInner_titbox_tit {
		width: 100%;
		padding-top: 30px;
		font-size: 4rem;
		font-weight: normal;
	}


	.galleryInner_titbox_tit span{
		font-size: 2rem;
		display: block;
	}




	.gallery_list_contents {
		width: 100%;
		padding-bottom: 60px;
		overflow: hidden;
	}


	.galleryLeft {
		float: left;
	}

	.galleryRight {
		float: right;
	}


	.gallery_list_contents_img {
		width: 580px;;
		height: 410px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.gallery_list_contents_body {
		width: 580px;
		height: auto;
		background-color: #FFF;
		box-sizing: border-box;
		padding: 30px;
		padding-bottom: 30px;
	}

	.gallery_list_contents_body h4{
		font-size: 3rem;
		padding-bottom: 20px;
		font-weight: normal;
	}


	.gallery_list_contents_body p{
		display: block;
		padding-bottom: 20px;
		line-height: 1.8;
		font-size: 1.5rem;
	}


	.gallery_btn {
		text-align: right;
		width: 100%;
	}

	.gallery_btn a{
		width: 160px;
		height: 40px;
		display: inline-block;
		color: #333;
		text-align: center;
		background-color: #FFF;
		line-height: 40px;
		font-size: 2rem;
		border: 1px #000 solid;
	}

	.gallery_left_body {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.gallery_right_body {
		position: relative;
		top: 0px;
		left: 0px;
	}


	.gallery_under_btn {
		text-align: center;
		padding-bottom: 130px;
	}

	.gallery_under_btn a{
		width: 580px;
		height: 60px;
		display: inline-block;
		background-color: #333333;
		color: #FFF;
		line-height: 60px;
		font-size: 2rem;
	}


	#instagram_contents {
		padding-top: 60px;
		padding-bottom: 60px;
	}


	#instagram_contents_tit {
		text-align: center;
		font-size: 3.6rem;
		padding-bottom: 40px;
		font-weight: normal;
	}


}






