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

	#main

============================================================================*/
body.home #main {
	/*height: 830px;*/
	height: 700px;
	margin-top: 33px;
	box-sizing: border-box;
	background-image: none;
	position: relative;

}
#main .inner{
}


body.home .footer_map {
	display: block;
}
body.home #contents {
	padding-top:40px
}
@media screen and (max-width:640px) {
	/* スマホ */
body.home #main {
    height: 440px;
    margin-top: 55px;
    padding-top: 0;
    background-position: center bottom -1px;
    background-repeat: no-repeat;

}
.flexslider{
	height:auto !important;
}
	body.home{
			background-image:none;
	}
}
