@charset "utf-8";


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

/* mv */
#contents figure.mv{
	height: 500px;
	background: url(images/mv.jpg) no-repeat center top;
	background-size: cover;
}
#contents figure.mv2{
	height: 500px;
	background: url(images/mv2.jpg) no-repeat center bottom;
	background-size: cover;
}
/* iframe */
#contents iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 80px;
}
#contents figure.map{
	clear: both;
	padding: 0 5%;
}
/* root */
#contents .root{
	clear: both;
	background: url(images/root-bg.png) repeat-x center 40px;
	margin-bottom: 50px;
	overflow: hidden;
}
#contents .root div{
	display: inline-block;
	width: 29%;
	max-width: 300px;
	vertical-align: top;
	margin-right: 70px;
	margin-bottom: 50px;
}
#contents .root div:nth-of-type(3){
	margin-right: 0;
}
#contents .root div:nth-of-type(4){
	clear: both;
	display: block;
	width:  100%;
	max-width: inherit;
	margin-right: 0;
	background: url(images/root-bg.png) repeat-x center 40px;
}
#contents .root div h4{
	margin-bottom: 20px;
}
#contents .root div ul li{
	text-align: left;
	padding-left: 1em;
	position: relative;
}
#contents .root div ul li:before{
	display: inline-block;
	content: "●";
	color: #1b1464;
	position: absolute;
	left: 0;
	top: 0;
}
#contents .root div:nth-of-type(4) dl{
	display: inline-block;
	width: 29%;
	max-width: 300px;
	text-align: left;
	vertical-align: top;
	margin-right: 70px;
	margin-bottom: 50px;
}
#contents .root div:nth-of-type(4) dl:last-of-type{
	margin-right: 0;
}
#contents .root div:nth-of-type(4) dl dt{
	color: #1b1464;
	padding-left: 1em;
	position: relative;
	margin-bottom: 5px;
}
#contents .root div:nth-of-type(4) dl dt:before{
	display: inline-block;
	content: "●";
	color: #1b1464;
	position: absolute;
	left: 0;
	top: 0;
}
#contents .root div:nth-of-type(4) p{
	clear: both;
	max-width: 1040px;
	padding-top: 70px;
	text-align: left;
	background: url(images/arrow.png) no-repeat center top;
	margin: 0 auto;
}
/* location */
#contents .location{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
#contents .location li{
	float: left;
	width: 25%;
	margin-bottom: 20px;
}
#contents .location li img{
	margin-bottom: 10px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 1070px){
	#contents .root div{
		margin-right: 2%;
	}
	#contents .root div:nth-of-type(4) dl{
		margin-right: 2%;
	}
	#contents .root div:nth-of-type(4) p{
		padding: 70px 3% 0;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	/* mv */
	#contents figure.mv,
	#contents figure.mv2{
		height: auto;
		background: none;
	}
	#contents figure.mv img,
	#contents figure.mv2 img{
		width: 100%;
		height: auto;
	}
	/* iframe */
	#contents iframe{
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	/* root */
	#contents .root{
		clear: both;
		background: none;
		margin-bottom: 30px;
		overflow: hidden;
	}
	#contents .root div{
		display: block;
		width:  100%;
		max-width: inherit;
		vertical-align: top;
		background: none!important;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents .root div h4{
		background: url(images/root-bg.png) repeat-x center;
		background-size: auto 70px;
		margin-bottom: 10px;
	}
	#contents .root div h4 img{
		width: 30%;
		max-width: 180px;
		height: auto;
	}
	#contents .root div ul{
		padding: 0 5%;
	}
	#contents .root div ul li{
		text-align: left;
		padding-left: 1em;
		position: relative;
	}
	#contents .root div ul li:before{
		display: inline-block;
		content: "●";
		color: #1b1464;
		position: absolute;
		left: 0;
		top: 0;
	}
	#contents .root div:nth-of-type(4) dl{
		display: block;
		width: 100%;
		max-width: inherit;
		text-align: left;
		vertical-align: top;
		padding: 0 5%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents .root div:nth-of-type(4) dl:last-of-type{
		margin-right: 0;
	}
	#contents .root div:nth-of-type(4) dl dt{
		color: #1b1464;
		padding-left: 1em;
		position: relative;
		margin-bottom: 5px;
	}
	#contents .root div:nth-of-type(4) dl dt:before{
		display: inline-block;
		content: "●";
		color: #1b1464;
		position: absolute;
		left: 0;
		top: 0;
	}
	#contents .root div:nth-of-type(4) p{
		clear: both;
		max-width: 1040px;
		padding: 40px 5% 0;
		text-align: left;
		background: url(images/arrow.png) no-repeat center top;
		background-size: 50px auto;
		margin: 0 auto;
	}
	/* location */
	#contents .location{
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#contents .location li{
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}
	#contents .location li img{
		margin-bottom: 5px;
	}
}










