
#mainvisual {
	height: 750px;
	/*background-color: unset;
	background-image: unset;*/
    background: url("../images/mainvisual_slide1.png") no-repeat center center;
    background-size: cover;
}
.mainvisual_wrap {
	height: 850px;
	display: block;
}


#mainvisualsp{
	display: none;
}

@media screen and (max-width:900px) {
#wrapper, html, body, #main{
	min-height:500px;
}

ol.mainvisual_link img {
    width: 80%;
		height: auto;
}

ol.mainvisual_link img.m_a {
    width: 100%;
		height: auto;
}

 #mainvisualsp .mainvisual_link li a.m_a {
height: auto;
}
#mainvisual{
display: none;
}

#mainvisualsp {
	height: 80vh;
    /*margin-bottom: 180px; コロナボタン復活後に戻す*/
    margin-bottom: 30px;
    background: url("../images/mainvisual_slide1_sp.png") no-repeat center center;
    background-size: cover;
		top: 70px;
		display: block;
		position: relative;
}
#mainvisualsp::before {
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 10px;
}
.mainvisual_wrap{
	height: 480px;
}
#main,
#main .inner{
	width:100%;
	min-width:100%;
}
#main{
	background-size: auto 100% !important;
}
#main h1, #main h1 img {
    width: 168px;
    height: 102px;
}
#main h1 {
	top: 144px;
	padding:0;
}
#main h2 {
	top: 258px;
	padding: 0 12%;
}

.top_greet .text {
	width:88%;
	padding:0 6%;
}
.top_greet_img {
	position:relative !important;
	right:0;
	top:0;
	bottom:0;
	width: 210px;
	height: auto;
	margin:0 auto 30px !important;
}
.top_greet_doctor {
	float:none;
	margin-bottom:20px;
}
.top_greet_doctor dd span {
	margin-right:0;
}
.top_greet .btn01 {
	float:none;
	margin:auto;
}

}
