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

	#main

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

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

	box-sizing: border-box;
	background-image: none;
	position: relative;
	top: 10px;

}
/* #main .inner{
}
 */

body.home .footer_map {
	display: block;
}
body.home #contents {
	padding-top:70px
}
@media screen and (max-width:640px) {
	/* スマホ */
body.home #main {
	/*margin-top:33px;*/
	height: 80vh;
	background: url(https://nagisa-dental.jp/wp-content/themes/hero-cms/images/slider01_04.png);
	background-size: cover;
	padding-top: 0;
}
.flexslider{
	height:auto !important;
}
body.home{
		background-image:none;
}
body.home #contents {

}
}
