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

	#mainvisual

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

#mainvisual{
	position: relative;
	height:800px;
	/*background: url(../images/mainvisual.png) no-repeat top center;*/
}
.flexslider {
	position: relative;
}
#mainvisual .flex-control-nav {
	display: none;
}

#mainvisual .inner {
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	height: inherit;
	width:1200px;
	margin: auto;
	background-repeat:no-repeat;
}

/* MV 診療時間　*/
#mainvisual .mv_shce {
	position: absolute;
	top: 550px;
	right: 0;
	width: 430px;
	height: 220px;
	padding: 20px 16px;
	border: 1px solid #d6e8bc;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
	text-align: center;
}
.mv_shce .tb01 {
	margin-bottom: 18px;
}
.mv_shce .tb01 th {
	width: 30%;
	padding: 15px 8px 10px 5px;
	font-size: 13px;
}
.mv_shce .tb01 td {
	padding: 8px 10px 6px 10px;
}
.mv_shce .schedule_note li {
	font-size: 13px;
}

/* MV お知らせ　*/
.mv_info{
  position: absolute;
  top: 280px;
  right: 0;
  width: 430px;
  height: 250px;
  padding: 10px 16px 12px;
	border: 1px solid #d6e8bc;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}

.mv_info h3{
	margin-bottom:7px;
	color: #347a4d;
	font-size:20px
}
.mv_info h3::first-letter {
	color: #54b332;
	font-size: 28px;
  margin-left: -2px;
}

.mv_info h4{
color: #F18B32;
font-size: 16px;
font-weight: bold;
}
/* お知らせスクロール部分の高さ */
.scroll_area{
	height:160px;
}

.line{
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px #c5c5c5 dotted;
}

@media screen and (max-width:640px) {
/* スマホ */
#mainvisual{
	height:520px;
}

#mainvisual .inner {
	width: 100%;
}
#mainvisual .mv_shce {
	display: none;
}

  
  
  /* MV お知らせ　*/
.mv_info{
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
width: 100%;
  height: auto;
  padding: 20px 16px;
	border: 1px solid #d6e8bc;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
}


.mv_info h3{
	margin-bottom:7px;
	color: #347a4d;
	font-size:17px
}
.mv_info h3::first-letter {
	color: #54b332;
	font-size: 28px;
  margin-left: -2px;
}
  
}