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

/*******
  header
*******/
.header{

	background:  url("main_bg.jpg");
	background-repeat: no-repeat,repeat;
	background-position: top center,center;
	background-size: 1366px 580px;
	height: 580px;
	padding-top: 90px;
	box-sizing: border-box;
	background-color: #ffffff;
	top: -75px;
	position: relative;
	margin-bottom: -90px;
}
@media screen and (max-width:786px){
	.header{
		height: auto;
		padding-bottom: 70px;
			
		background:  url("main_bg.jpg");
		background-repeat: no-repeat,repeat;
		background-position: top center,center;
		background-size:cover;
	}
}
@media screen and (max-width:600px){
	.header{
		background: url("sp_main_bg.jpg") bottom center;
		background-size:cover;
		height: auto;
		padding-top: 80px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width:400px){
	.header{

		height: auto;
	
	}
}






