@charset "utf-8";

div.parallax {
	height: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.iphone div.parallax,
.ipad div.parallax,
.ipod div.parallax {
	height: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.parallax_img1 {
	padding-top: 200px;
	padding-bottom: 70px;
	background: url(../img/contents.jpg);
}

h1 {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.flow {
	max-width: 1120px;
	margin: 0 auto;
}

.flow h2 {
	font-size: 1.735em;
	margin-bottom: 20px;
	color: #0b5838;
}

.flow > p {
	font-size: 0.94em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.flow > ul:after {
	content: "";
	display: block;
	clear: both;
}

.flow > ul > li {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.flow > ul > li:nth-child(1) {
	margin-bottom: 4%;
}

.flow > ul > li:nth-child(2) {
	margin-right: 0;
	margin-bottom: 4%;
}

.flow > ul > li:nth-child(3) {
}

.flow > ul > li:nth-child(4) {
	margin-right: 0;
}

.flow > ul > li > dl:after {
	content: "";
	display: block;
	clear: both;
}

.flow > ul > li > dl > dt {
	width: 35%;
	float: left;
}

.flow > ul > li > dl > dt > img {
	border: 3px solid #fff;
}


.flow > ul > li > dl > dd {
	padding-left: 40%;
	font-size: 0.94em;
	line-height: 1.5;
}

.photo {
	width: 100%;
	margin-top: 20px;
}

.photo ul:after {
	content: "";
	display: block;
	clear: both;
}

.photo ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.photo ul li:nth-child(2n) {
	margin-right: 0;
}

.maintenance {
	max-width: 800px;
	margin: 0 auto;
}

.maintenance h2 {
	text-align: center;
	font-size: 1.875em;
	color: #E44700;
	margin-bottom: 30px;
}

.maintenance p {
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.maintenance .txt01 {
	text-align: center;
	font-size: 1.25em;
	color: #0b5838;
}



/* ---------------------------------------------
	960px 以下
--------------------------------------------- */
@media only screen and (max-width: 960px) {

	.parallax_img1 {
		padding-bottom: 60px;
	}
	
	h1 {
		font-size: 1.875em;
	}

}

/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	div.parallax {
		height: auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 100% auto;	
	}
	
	.parallax_img1 {
		padding-bottom: 60px;
	}
	
	.flow h2 {
		font-size: 1.5em;
	}
	
}

/* ---------------------------------------------
	767px 以下
--------------------------------------------- */
@media only screen and (max-width: 767px) {

	.parallax_img1 {
		padding-top: 110px;
		padding-bottom: 50px;
	}
	
	.flow h2 {
		font-size: 1.375em;
		margin-bottom: 10px;
	}
	
	.flow > ul > li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.flow > ul > li:nth-child(1) {
		margin-bottom: 20px;
	}
	
	.flow > ul > li:nth-child(2) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.flow > ul > li:nth-child(3) {
		margin-bottom: 20px;
	}
	
	.flow > ul > li:nth-child(4) {
		margin-right: 0;
	}
	
	.flow > ul > li > dl > dd {
		padding-left: 38%;
	}

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	div.parallax {
		height: auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: auto 500px;	
	}

	.parallax_img1 {
		padding-top: 100px;
		padding-bottom: 36px;
	}

	h1 {
		font-size: 1.5em;
	}
	
	.flow > ul > li > dl > dd {
		padding-left: 38%;
		font-size: 0.88em;
		line-height: 1.4;
	}
	
	.maintenance h2 {
		font-size: 1.5em;
	}
	
	.maintenance p {
		font-size: 0.94em;
		line-height: 1.6;
	}
	
	.maintenance .txt01 {
		font-size: 1.12em;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.parallax_img1 {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	
	.flow h2 {
		margin-bottom: 10px;
		font-size: 1.25em;
	}
	
	.flow > p {
		font-size: 0.88em;
	}
	
	.flow > ul > li:nth-child(1) {
		margin-bottom: 25px;
	}
	
	.flow > ul > li:nth-child(2) {
		margin-bottom: 25px;
	}
	
	.flow > ul > li:nth-child(3) {
		margin-bottom: 25px;
	}

	.maintenance h2 {
		font-size: 1.25em;
	}
	
	.maintenance p {
		font-size: 0.88em;
		line-height: 1.4;
	}
	
	.maintenance .txt01 {
		font-size: 1.00em;
	}

}





