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

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

	background:  url("main_bg.webp");
	background-repeat: no-repeat,repeat;
	background-position: top center,center;
	background-size: 1700px 630px;
	height: 630px;
	padding-top: 25px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;

}
@media screen and (max-width:786px){
	.header{
		height: auto;
		padding-bottom: 70px;
			
		background:  url("main_bg.webp");
		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.webp") bottom center;
		background-size:cover;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width:400px){
	.header{
		height: auto;
	
	}
}




.header .mainLogo{
	width: 130px;

	display: block;
	margin-bottom: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
@media screen and (max-width:1120px){
	.header .mainLogo{
		left: 20px;
	}
}
@media screen and (max-width:820px){
	.header .mainLogo{
		position: relative;
		margin-bottom: 0px;
		width: 100px;
		
	}
}



.header .mainLogo img{
	max-width: 100%;
}

