@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

article{
	overflow: hidden;
}
#contents{
	padding-bottom: 60px;
}
/* mv */
#contents figure.mv{
	height: 600px;
	background: url(images/img1.jpg) no-repeat center top;
	background-size: cover;
}
/* read */
#contents div.read{
	padding: 30px 3%;
	background: #e6e6e6;
}
#contents div.read p{
	margin: 0 auto;
}
/* photo */
#contents ul.photo2,
#contents ul.photo3{
	clear: both;
	overflow: hidden;
}
#contents ul.photo2 li{
	float: left;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 20px;
}
#contents ul.photo2 li:nth-child(2n){
	margin-right: 0;
}
#contents ul.photo3 li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
}
#contents ul.photo3 li:nth-child(3n){
	margin-right: 0;
}
#contents ul.photo2 li img,
#contents ul.photo3 li img{
	margin-bottom: 10px;
}
#contents .img8{
	max-width: 1140px;
	padding: 0 3%;
	margin-right: auto;
	margin-left: auto;
}
#contents .img8-1{
	float: left;
	width: 52.11538461538462%;
	position: relative;
}
#contents .img8-1 span{
	position: absolute;
	width: 5.351%;
	width: 11.25461254612546%;
}
#contents .img8 .view1{
	left: 19%;
	top: .1%;
}
#contents .img8 .view2{
	left: 35.5%;
	top: 21%;
}
#contents .img8 .view3{
	left: 7.3%;
	top: 25%;
}
#contents .img8 .view4{
	left: 35.5%;
	top: 49%;
}
#contents .img8 .view5{
	left: 24%;
	top: 71%;
}
#contents .img8-2{
	float: left;
	width: 47.88461538461538%;
}
#contents .photo3-2{
	text-align: left;
	clear: both;
	overflow: hidden;
}
#contents .photo3-2 figure{
	float: left;
	width: 32.5%;
	margin: 0 1.25% 40px 0;
}
#contents .photo3-2 figure:nth-child(3n){
	margin-right: 0;
}
#contents .photo3-2 figure figcaption{
	padding: 15px 20px;
	background: #E6E6E6;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	/* mv */
	#contents figure.mv{
		height: auto;
		background: none;
		overflow: hidden;
	}
	#contents figure.mv img{
		width: 130%;
		margin-left: -15%;
		height: auto;
	}
	/* read */
	#contents div.read{
		padding: 15px 3%;
		background: #e6e6e6;
	}
	#contents div.read p{
		max-width: 1040px;
		margin: 0 auto;
		text-align: left;
	}
	/* photo */
	#contents ul.photo2,
	#contents ul.photo3{
		clear: both;
		overflow: hidden;
	}
	#contents ul.photo2 li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents ul.photo2 li:nth-child(2n){
		margin-right: 0;
	}
	#contents ul.photo3 li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents ul.photo3 li:nth-child(3n){
		margin-right: 0;
	}
	#contents ul.photo2 li img,
	#contents ul.photo3 li img{
		margin-bottom: 5px;
	}
	#contents .photo3-2 figure{
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#contents .photo3-2 figure figcaption{
		padding: 10px 3%;
		background: #E6E6E6;
	}
	#contents .img8-1,
	#contents .img8-2{
		float: none!important;
		width: auto!important;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	#contents .img8-1 img{
		width: 100%;
		height: auto;
	}
	#contents .img8-2 img{
		width: 100%;
		height: auto;
		margin-top: -30%;
	}
}










