@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;

}
.parallax {
  width: 100%;
	min-height: 360px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
	text-align: center;
	padding: 60px;
}
.content {
  min-height: 500px;
  width: 100%;
	padding: 60px;
	background-color: #fff;
	text-align: center;
}
.parallax.bg-01 {
	background-image: url("../../img/para_set/01.jpg");
}
.parallax.bg-02 {
	background-image: url("../../img/para_set/02.jpg");
}
.parallax.bg-03 {
	background-image: url("../../img/para_set/03.jpg");
}