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

	#main

============================================================================*/
#mainvisual {
    /*background: url("../images/mv_slide0101.jpg") no-repeat center /cover;*/
}
.nav_list00 {
    display: none !important;
}
.nav_list01 {
    display: block !important;
}
nav ul.nav_list_main li.nav01 a:hover {
    background: #49beea;
}
.greeting{
	background: url("../images/top_doctor_bg.jpg") no-repeat center center / cover fixed;
}
@media screen and (max-width:640px) {
    /* スマホ */
    #mainvisual {
		border-top-color: #49beea;
        /*height: 300px;
        background: url("../images/mv_slide0101_sp.jpg") no-repeat center /cover;
        border-top-color: #49beea;*/
    }
	.mainvisual_catch .main{
		font-size: 20px;
	}
	.mainvisual_catch .sub {
        font-size: 15px;
    }
    .sp_navi .page0 {
        display: none;
    }
    .sp_navi .page1 {
        display: block;
    }
    .nav_list01 {
        display: none !important;
    }
	.greeting{
		background: url(../images/top_doctor_bg.jpg) no-repeat center / cover;
	}
}