@charset "utf-8";


/* トップページ */

#ph01{
	background: url(images/ph01.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	color: white;
	height: 500px;
	overflow: hidden;
	padding: 0;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ph02{
	background: url(images/ph02.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	color: white;
	height: 500px;
	overflow: hidden;
	padding: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ph03{
	background: url(images/ph03.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	color: white;
	height: 500px;
	overflow: hidden;
	padding: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ph04{
	background: url(images/ph04.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	color: white;
	height: 500px;
	overflow: hidden;
	padding: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* テキスト */
.story{
	margin: 0 auto;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
}

.story .float-left, .story .float-right{
	padding: 150px 0 0 0;
	position: relative;
	width: 520px;	
}
.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
	color: #333;
}
.story .p01{
	font-size: 50px;
	margin-bottom: 40px;
	font-weight: bolder;
}
.story .p02{
	font-size: 26px;
}


@media only screen and (max-width: 480px) {

#ph01{
	height: 300px;
	margin-top: 30px;
}
#ph02{
	height: 300px;
	margin-top: 30px;
}

/* テキスト */
.story{
	margin: 0 auto;
	min-width: 100%;
	overflow: auto;
	width: 100%;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: auto;	
}
.float-left{
	float: none;	
	margin: 0 10px 0 10px;
}

.float-right{
	float: none;
	margin: 0 10px 0 10px;
	color: #333;
}
.story .p01{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.story .p02{
	font-size: 15px;
}

}
