/*============================================================================

	#main

============================================================================*/

/* body.home{
			background-image:url(../images/main_bg.png);
			    background-repeat: no-repeat;
    background-position: center -844px;
} */

.header_wrap{
/*	height: 100vh*/	
}
body.home #main {
	height: 75vh;
	box-sizing: border-box;
	background-image: none;
	position: relative;
	top: 10px;

}
#mainvisual > div:nth-child(2){
background-position: 0px 90%;
}

body.home .footer_map {
	display: block;
}
body.home #contents {
	padding-top:70px
}

body, #main, footer {
	overflow-x: hidden;
}

@media screen and (max-width:640px) {
	/* スマホ */
body.home #main {
	/*margin-top:33px;*/
	height: 80vh;
	background-size: cover;
	padding-top: 0;
}
.flexslider{
	height:auto !important;
}
body.home{
	background-image:none;
}
body.home #contents {

}

body, #main, header, footer {
	overflow-x: visible;
}
	
}
