@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	min-height:3300px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

/*draver*/
header{
	max-with:1200px;
	height:auto;
	background-color:#dadada;
	margin-bottom:90px;	
}
p.logo{
	width:300px;
	margin-right:auto;
	margin-left:auto;
	font-size:36px;
	font-weight:bold;
	position:relative;
	margin-top:0px;
	color:#ffffff;	
}


main{
	background-color:#000;
	margin-top:50px;	
}

/*drawer*/

div.sec_a{
  padding: 25px 0 35px;
  background: #000;
  height: 150px;
  color:#fff;
  margin-bottom:5px;
}
section.sec_b{
  padding: 25px 15px 35px;
  background: #000;
  min-height: 300px;
  color:#fff;
  margin-bottom:5px;
  line-height:2;
  font-size: 15px;
}
/*section{
  padding: 25px 0 35px;
  background: #000;
  min-height: 250px;
  color:#fff;
  margin-bottom:5px;
}*/
section.sec2{
  padding: 25px 15px 35px;
  background: #000;
  min-height: 250px;
  color:#fff;
  margin-bottom:15px;
  line-height:2;
  font-size: 15px;
}
section.sec3{
  padding: 25px 15px 35px;
  background: #000;
  min-height: 250px;
  color:#fff;
  margin-bottom:15px;
  margin-top: 15px;
  line-height:2;
  font-size:15px;
}
p.lax{
	font-size:36px; 
	font-weight: bold;	
}
.parallax-container {
  height: 600px;
  width: 100%;
  margin-bottom:5px;
}
.parallax-container4 {
  position:relative;
  height: 586px;
  width: 100%;
  margin-bottom:50px;
}
/*img.ya{
	position:relative;
	top:500px;
	left:500px;
	z-index:100;
}*/
footer {
	margin:0px auto;
	position:relative;
	width: 100%;
	top: 2px;
	background: #000;
	color: #ddd;
	padding: 30px 0 30px;
	text-align: center;
}
footer a {
  color: #ddd;
  text-decoration: none;
}
footer a:hover {
  color: #eee;
  text-decoration: underline;
}

div.row{
	float:right;
	margin-top:-30px;
	margin-right:3%
	
}

@media screen and (max-width:750px){
	
	p.lax{
	font-size:120%; 
	font-weight: bold;
	margin-left:1%;	
}
	
	div.sec_a,section.sec_b,section.sec2,section.sec3{
		font-size:13px;
		line-height: 1.7;
		text-align: justify;
	}
	
	
}



