/* CSS Document */

@media screen and (max-width:640px) {
	
body{
	font-size: 14px;
}
body,
#mainvisual .inner,
header,
footer{
	min-width: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



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

	header

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

header,.header_warap {
	display:none;
}



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

	nav

============================================================================*/
.fixed{
	width: 100%;
}

.fixed li a {
  padding: 0;
}
.fixed li {
  display: block;
}
.sp_navi_btn_area {
  width: calc(100% - 62px);
  height: 62px;
  display: flex;
  gap: 0 5px;
  padding: 5px 0 5px 5px;
  position: absolute;
  z-index: 1;
}
.sp_navi_btn_area li {
  width: calc((100% - 10px) / 2);
  text-align: center;
}
.sp_navi_btn_area li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  font-size: 4vw;
  background: #e5a42c;
}

nav{
	display:none ;
}
.sp_navi {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	font-size:18px;
	font-weight:bold;
	z-index: 9998;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  overflow-x: hidden;
}
.sp_navi:not(.sp_navi-fixed) {
  height: 124px;
}
.sp_navi_fixed_area {
    z-index: 999;
}
.sp_navi .header_logo{
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2%;
  height: 62px;
  background: #fff;
}
.sp_navi .header_logo span,
.sp_navi .header_logo img{
	display:block;
	width: 320px;
	height: 56px;
  margin: auto;
  padding-top: 8px;
}


.sp_navi .header_logo img{
	z-index: 9999;
	position:relative;

}
.sp_navi dl{
	background-color: rgba(255,255,255,1.0);

}
.sp_navi dl dt {
  position: relative;
	height: 62px;
	font-weight:bold;
	padding: 0 4%;
	font-size:18px;
	display:block;
	color:#fff;
	line-height: 2;
}
.sp_navi dl dt i{
	  position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
	display:none;
}
.sp_navi ul{
	/*padding:4% 2% 4% 8%;*/

}
.sp_navi_list li {
	display: block;
	width: 100% ;
	float: left ;
	line-height:1.4;
	font-size:15px;
	font-weight:normal;
  text-align: center;
}
.sp_navi_list li i{
	margin-right: 4%;
	color: #ba9275;
	font-size: 11px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -6px;
}

.sp_navi_list i.fa-facebook-square,.sp_navi ul li i.fa-home{
	font-size:16px;
}

.sp_navi_list li a,
.sp_navi_parent > div {
  display: block;
  position: relative;
	vertical-align:middle;
	width:100%;
	height: 50px;
	color:#fff;
	text-decoration:none;
  font-size: 1.1em;
  background: #80b11f;
  border-bottom: solid 2px #fff;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  line-height: 50px;
}
.sp_navi_children li a {
  background: #a8c371 !important;
}

.sp_navi_parent > div::after {
  position: absolute;
  right: 17px;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
  position: absolute;
  right: 17px;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 1.0em;
}
.sp_navi_list li a::after {
  position: absolute;
  right: 20px;
  content: ">";
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height:62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #80b01e;
}
.sp_navi dt a i{
  position:relative;
  top:25px;
  font-size: 9px;
  font-style:normal;
  color: #FFF;
  font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
  position: relative;
  left: -2px;
  bottom: 6px;
}
.sp_navi dt a.active {
  background: #80b11f;
}

.sp_navi dt a.active i {
  color: #fff;
}
.sp_navi dt a.active span {
  background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}

.sp_under_nav {
  width: 100%;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  font-size: 4vw;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.sp_under_nav_inner {
  display: flex;
  gap: 0 5px;
}
.sp_under_nav li {
  width: calc((100% - 5px) / 2);
}
.sp_under_nav li a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  border-radius: 5px;
  background: #e5a42c;
  line-height: 1.4;
}
.sp_under_nav li i {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
}

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

	#mainvisual

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

#mainvisual{
	background-position: center ;
	background-attachment: scroll ;
	height:200px;
	margin-top:62px;
}
#mainvisual .inner{
	width: auto;
	height:inherit;
	padding-top: 0;
}
/* 下層ページヘッドライン */
#mainvisual h2{
	font-size:22px;
}
/* トップページキャッチフレーズ */
.mainvisual_catch{
	position: absolute;
	top: 138px;
  width: 83%;
  right: 0;
	text-align:center;
}
.main_catch h2{
	margin-bottom: 10px;
	font-size:22px;
}
.main_catch p{
	font-size: 15px;
}
.mainvisual_open{
	position: absolute;
	top:auto;
	bottom: -20px;
  right: 30px;
	width: 150px;
	margin: auto;
}
  
.mainvisual_bnr{
	position: absolute;
	/*left :5%;*/
	left: 0;
	/*width: 200px;*/
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding: 0 5px;
}
	.mainvisual_bnr img,
	.mainvisual_bnr a {
		width: 48%;
	}
	.mainvisual_bnr a img {
		width: unset;
	}
	
  .mainvisual_fix{
    position: relative;
  }
  
  
  .mainvisual_wrap{
    height: 200px;
  }
  
  .mainvisual_headline{
    padding-top: 60px;
  }








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

	#contents

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

.box1{
	width:auto;
	margin:0 6% 60px;
}
.box2{
	width:auto;
  padding: 40px 0 60px;
	margin:0 6% 0px;
}
	.box2.medical_top {
		padding: 40px 0 0;
	}
  
  .flex_box01{
    flex-wrap: wrap;
  }
  
  .box_bg1{
    padding: 40px 6% 60px;
  }
#contents{
	width:auto;
}
#contents_left{
	width:auto;
	float:none;
	margin-right:0;
}
#contents_right{
	width:auto;
	padding:0 6%;
	float:none;
}
.sp_title_h1{
  padding: 1%;
  font-size: 12px;
  color: #717071;
  text-align: center;
  background: #f1f5de;
}
.sp_text_h1{
  position: static;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  background: #ecf7d6;
}
  .text_box{
    padding: 6%;
  }

	.lp p{
		font-size: 18px;
	}





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

	footer

============================================================================*/
footer {
  padding-bottom: 62px;
}
.footer_inner{
  width: 88%;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  padding-top: 60px;
  }

.footer_navi{
	display:none;
}
  
  .footer_map,.footer_map iframe{
  height: 300px;
}
  
  .pagetop{
    top: -14px;
  }
  
  .footer_logo{
    margin: 0 auto 40px;
  }
  
  .footer_info{
    margin: 0 auto 40px;
  }
  
  .schedule_note{
    margin-left: 0;
    letter-spacing: 0.04em;
    font-size: 13px;
  }
  
  .tb01 tr:first-child, .tb01 tr:first-child td{
    padding: 2% 3%;
  }
  
  .schedule_note li:first-child{
    letter-spacing: 0.06em;
  }
  
  .tb01{
    margin-bottom: 6px;
  }

	.affiliations .inner {
		flex-flow: column;
        padding: 0 20px 40px;
	}
	.affiliations_list li {
		width: 100%;
	}
	.affiliations_title {
		margin-bottom: 20px;
	}

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

	$top

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

/*news*/
  
.top_news{
    width: auto;
  margin: 0 3%;
  padding: 2% 3%;
  }
  
  .top_news::after{
    top: auto;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: auto;
    width: 94%;
    height: 50px;
    background-size: contain;
  }
  
  .top_news_flame{
    padding-top: 2px;
    padding-left: 20px;
	overflow: hidden;  
  }
  
  .top_news_tit{
    width: 24%;
    padding: 0 2%;
    font-size: 14px;
    letter-spacing: 0;
  }
  .top_news_tit span{
    padding-bottom: 6px;
  }
  .top_news_tit span img{
    width: 26px;
  }
  
  .top_news_tit::after{
    top: 10px;
  }
  
  .top_news p{
    position: absolute;
    right: 3%;
  }
  .top_news p::after{
    bottom: 6px;
  }
  .ticker li span{
    display: block;
    padding-right: 0;
    
  }
  
  .date{
    display: block;
  }
  .news_text p strong{
    margin-left: 0;
  }
/*top_prc*/
.top_pcr_note {
	padding: 6%!important;
	margin-bottom: 20px!important;
}
  .top_bnr{
    display: block;
  }
  .top_bnr p{
    width: 100%;
  }
	
/*top_doctor*/
  .top_doctor{
	  padding-top: 30px/*50px*/;
    padding-bottom: 40px;
  }
  .top_doctor .box1{
    flex-wrap: wrap;
  }
  
  .doctor_left{
    margin-bottom: 40px;
    padding-top: 0;
    padding-right: 0;
  }
  
  .top_doctor h3{
    font-size: 18px;
    padding-bottom: 28px;
  }
  .top_doctor h3 br{
    display: none;
  }
  .top_doctor .text{
    padding-right: 0;
    line-height: 1.8;
  }
  
  .doctor_left .btn02{
    padding-top: 20px;
  }
  
  .doctor_name{
    margin-bottom: 20px;
  }
  
  .best_doctor .text{
    width: auto;
    padding: 0 6%;
  }
  
  .best_doctor h4{
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 10px
  }
  .best_doctor h4 span{
    font-size: 20px;
  }
  
  .best_doctor h4 span::after{
    width: 292px;
    bottom: -11px;
  }
  
  .doctor_right{
    padding-bottom: 30px;
  }
  
/*.top_medical*/
  .top_medical{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  
  .top_medical_list{
    flex-wrap: wrap;
  }
  
  .top_medical_list dl{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #e5e5e5; 
  }
  
  .top_medical_list dl:last-of-type{
    border: none;
    padding-left: 0px;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .top_medical_list dt{
    width: 154px;
    height: 154px;
  }
  
  .top_medical_list dt img{
    width: 48%;
  }
  
  .top_medical dd h4{
    font-size: 28px;
  }
  /*.top_medical dl:nth-child(3) dd p,.top_medical dl:nth-child(2) dd p{
    margin-bottom: 40px;
  }*/
  
  .top_medical dd p{
    width: auto;
  }
	.top_medical dd .btn02 {
		position: static;
		margin: 0 auto;
		padding: 0;
	}
  .top_medical2 h3.tit02{
    padding: 40px 0;
    margin-bottom: 0;
  }
  
  .top_medical2_list{
    flex-wrap: wrap;
  }
  
  .top_medical2_list dl{
    width: 100%;
  }
  
  .top_medical_list dl:nth-child(1){
    padding-right: 0;
  }
  
  .top_medical_list dl::after{
     display: none;
  }
  
  .top_medical2_list dl{
    height: 450px;
    padding-top: 20px;
  }
  
  .top_medical2_list dt{
    font-size: 24px;
  }
  
  .top_medical2_list dt span img{
    width: 70%;
  }
  .top_medical2_list dl::before,.top_medical2_list dl:last-child::before{
    background-position: center center;
  }
  
  .top_medical2,.top_feature{
    overflow: hidden;
  }
  
  
/*.top_feature*/
  .top_feature .box1{
    margin: 0;
  }
  .top_feature h3.tit01{
    font-size: 22px;
  }
  .top_feature_list .about::after{
    display: none;
  }
  
  .feature01,.feature02,.feature03,.feature04,.feature05{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  
  .top_feature_list .about{
    width: 88%;
    height: auto;
    margin-left: 3%;
    padding: 6%;
    margin: 60px auto 0;
  }
  
  .top_feature_list .about h4{
    font-size: 22px;
  }
  
  .top_feature_list .about p{
    width: auto;
    line-height: 1.8;
  }
  
  .top_feature_list .icon{
    position: absolute;
    top: -4px;
    right: 0;
  }
  
  .top_feature_list .bg{
    position: relative;
    left: auto;
    right: 0;
    width: 94%;
    margin-left: auto;
  }
  
  .top_feature_list .bg img{
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: 80% center;
  }
  .top_feature_list .feature02:nth-child(2) .about{
    margin-top: 80px;
  }
  .top_feature_list .feature02:nth-child(2) .bg{
    margin-right: auto;
    margin-left: 0;
  }
  .top_feature_list .feature02:nth-child(2) .bg img{
    object-position: 20% center;
  }
  
  .top_feature_list .feature01 .about h4{
    font-size: 18px;
  }
 .top_feature_list .feature04 .about{
    margin-top: 80px;
  }
  .top_feature_list .feature04 .bg{
    margin-right: auto;
    margin-left: 0;
  }
  .top_feature_list .feature04 .bg img{
    object-position: 20% center;
  }
  
  .top_feature_list .bg_color{
    top: 0;
    height: 250px;
  }
  
  .top_feature_list .about::before{
    display: none;
  }
  
/*  animation*/
  .fadeInLeft,.fadeInRight{
    animation: none!important;
  }

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

	$breadcrumb ぱんくず

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

.breadcrumb {
	width:92%;
	margin:-10px 4% 40px;
}
.breadcrumb li{
	display:inline-block;
}
/*==================================================================

  .youtube

==================================================================*/  
.video_wrap {
  max-width: 100%; /* ここに動画の横幅を指定 */
}
/*============================================================================

	$共通

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

#contents{
}
.box{
	width:auto;
	padding:0 6% 8%;
}
.text{
	float:none;
	width: auto;
	padding:0;
	border:none;
}
  
  h3.tit01{
    font-size: 26px;
    margin-bottom: 40px;
  }
 h3.tit02,
 h3.tit03,
 h3.tit04,
 h3.tit05 {
    width: 100%;
	box-sizing:border-box;
	font-size: 21px;
	margin-bottom:25px;
    text-align: center;
}
h4.tit02,
h4.tit04{
	font-size:19px;
}
  
  h4.tit01{
    padding-left: 60px;
    text-indent: -57px;
    font-size: 20px;
  }
  
  h4.tit01::before{
    top: 14px;
  }
h5.tit01{
	font-size:18px;
}
h3.tit02::before{
bottom:0;
left: 0;
right: 0;
margin: auto;
width: 40px;
height: 57px;
background-image: url(../images/tit02_bg.png);
background-repeat: no-repeat;
background-size: cover;
}
h3.tit04 span span::before{
	display:none;
}

.nowrap{
	white-space:normal;
}

/* リスト */
.list08,
	.list06{
	padding:6%;
}
.list09 li:not(:last-child) {
  margin-bottom: 20px;
}

.n_list{
padding:6%;
}
	.n_list ul li{
	margin-left: initial;
		}
/* テーブル */
.tb01{
	white-space:inherit;
}
.tb01 td, .tb01 th{

	padding:2% 3%;
}
.tb01 th{
width: 105px;
	font-size:12.5px;
}
.tb01 td{
		font-size:11px;
}
.tb03,.tb03 th{
	white-space:inherit;
}
.tb03.w075par{
	width:100%;
}
	.tb03.tb03_b tr:first-of-type {
		display: none;
	}
.tb03.tb03_b td {
	text-align: left;
}
.tb03.tb03_b td:first-child {
	background: #fdfaf3;
	font-weight: bold;
	text-align: center;
}
.tb03.tb03_b td:first-child::before {
	display: none;
}
.tb03.tb03_b td:before {
	display: block;
	content: attr(data-label);
	font-weight: bold;
	margin-right: 10px;
}
	.health_tb th,
	.health_tb td {
		text-align: center;
	}
	.health_tb .green {
		display: none;
	}
	.tb03.health_tb {
		text-align: center;
	}
	.tb03.health_tb.health_tb2 th {
		width: 100%;
	}
.tb04,
.tb04 th{
	white-space:normal;
}
.tb04 th{
	font-size:13px;
}
.tb04 td, .tb04 th{
	padding:2%;
}

/* ボタン */
.btn01 a{
	display:block;
}

/* アンカーリンク */
/*.ank01{
	width:88%;
	padding:0 6%;
}
.ank01 li{
	width: 49%;
	margin-bottom:3%;
	margin-left:0;
}
.ank01 li:nth-child(even){
	margin-left:2%;
}
.ank02 li{
	float:none;
	width:100%;
	height:auto !important;
	margin-bottom:3%;
	margin-left:0;
}

.ank01 li span{
	font-size:12.5px;
}*/
/* アンカーリンク */
  .ank02 {
    width: 100%;
  }

  .ank02 li {
    width: 100%;
  }

  .ank03 {
    width: 100%;
  }

  .ank03 li {
    width: 100%;
  }

  .ank04 {
    width: 100%;
  }

  .ank04 li {
    width: 100%;
  }

/* 画像右寄せ */
.img_fr{
	float:none;
	margin-left:0;
	text-align:center;
}
.img_fr img{
	margin-bottom:15px;
}





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

	$doctor

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

  .doctor{
    padding-top: 60px;
  }
  
  .doctor .doctor_name{
    padding-top: 20px;
  }

  .doctor_carr{
    flex-wrap: wrap;
  }
  .doctor_carr_sec1{
    width: 100%;
    margin-bottom: 40px;
    padding: 16px 24px;
  }
  
  .doctor_carr_sec1:last-child{
    margin-bottom: 0;
  }


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

	$clinic

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

/* 医院概要 */
.clinic_sec1 dt{
	width:30%;
}
.clinic_sec1 dd{
	width:70%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
}

/* 院内スライド */

.clinic_slides1 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides1 .flexslider li div{
	display:block;
	margin-top:5%;
	margin-left:0;
	text-align:center;
}
.clinic_slides1 .flexslider p{
	display:block;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position: relative;
	right: auto;
	width: auto;
  margin-top: 20px;
	top:auto;
	bottom: 7%;
	z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides1 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}



.clinic_slides2 {
	margin-bottom:90px;
}
.clinic_slides2 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides2 .flexslider li div{
	display:block;
	width:100%;
	margin-top:6%;
	margin-left:0;
	text-align:center;
}
.clinic_slides2 .flexslider p{
	display:block;
}
.clinic_slides2 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -17%;
	z-index: 2;
}
.clinic_slides2 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides2 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}




.clinic_slides3 {
	margin-bottom:120px;
}
.clinic_slides3 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides3 .flexslider li div{
	display:block;
	width:100%;
	margin-top:7%;
	margin-right:0;
	margin-left:0;
}
.clinic_slides3 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides3 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -17%;
	z-index: 2;
}
.clinic_slides3 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides3 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}



.clinic_slides4 {
	margin-bottom:120px;
}
.clinic_slides4 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides4 .flexslider li div{
	display:block;
	position: absolute;
	bottom: auto;
	width:100%;
	margin-top:8%;
	margin-right:0;
	margin-left:0;
}
.clinic_slides4 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides4 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides4 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -15%;
	z-index: 2;
}
.clinic_slides4 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides4 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}




.clinic_slides5 {
	margin-bottom:120px;
}
.clinic_slides5 .flexslider{
	float:none;
	width:100%;
}
.clinic_slides5 .flexslider li div{
	display:block;
	bottom:-19%;
	width:100%;
	margin-top:0px;
	margin-right:0;
	margin-left:0;
}
.clinic_slides5 .flexslider h4{
	display:block;
	width:100%;
	text-align:center;
	padding: 0;
}
.clinic_slides5 .flexslider p{
	display:block;
	text-align:center;
	padding: 0;
}
.clinic_slides5 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: -14%;
	z-index: 2;
}
.clinic_slides5 .flex-control-thumbs li {
    position: relative ;
    width: 14.3% ;
    margin: 0 0 4% 2% ;
}
.clinic_slides5 .flex-control-thumbs img{
	border: 3px solid #e0e0e0 ;
}
  .clinic_sec1 li:last-child dt,.clinic_sec1 li:last-child dd{
    width: 100%;
  }
  
  .clinic_sec1{
    width: 100%;
  }
  
  .clinic_img{
    margin: auto;
  }
  
  
  



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

	$facilities

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


.facilities_equip{
}
.facilities_equip dl{
	float:none;
	width:100%;
	padding:6% 10% 10%;
	box-sizing:border-box;
}
.facilities_equip_img{
	float:none;
	width:100%;
	margin-bottom:8%;
	margin-left:0;
	padding:0 10%;
	box-sizing:border-box;
}
.facilities_equip_img img{
	width:300px;
}


.facilities_equip2{
}
.facilities_equip2 dl,
.facilities_equip2 dl:nth-child(3n){
	width:90%;
	height:auto !important;
	margin:0 5% 30px;
}

.facilities_equip2 dl:nth-child(even){
	margin-right:0;
}




.facilities_equip3{
}
.facilities_equip3 dl{
	width:90%;
	height:auto !important;
	margin:0 5% 30px;
}

.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}
.facilities_equip3 dl,
.facilities_equip3 dl:nth-child(3n){
	width:90%;
	height:auto !important;
	margin:0 5% 30px;
}




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

	$access

============================================================================*/
.access_guide{
  padding: 6%;
  margin-bottom: 20px;
} 
.access_map dd iframe{
  height: 350px;
}
.access_map{
  margin-bottom: 20px;
}
.guide_box dl{
	width: 100%;
	margin-right: 0;
	padding: 5%;
}

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

	$first

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





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

	$medical

============================================================================*/
/*medical16*/
	.medical16_layout dl{
		width: 100%;
		align-items: inherit;
	}
	
	
	
  .medical .text:last-child{
    margin-bottom: 0;
  }

  .layout01 dt,.layout01 dd{
    width: auto;
    display: block;
  }
  
  .layout01 dt{
    padding: 3%;
  }
  
  .tb03 th,.tb03 td{
    width: 100%;
    display: block;
  }
  
  .layout03 dl{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 5%;
  }
  .layout03 dt,.layout03 dd{
    width: auto;
  }
  
  .layout03 dt{
    padding: 3%;
  }
  
  .list03 li:before,.list01 li:before{
    width: 5px;
    height: 5px;
  }

.medical12_textbox{
	padding:6%;
}
	
	.ibd_blog_bnr {
		padding: 40px 0 10px;
		margin: 0 6% 0px;
	}
/*============================================================================

	$news

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

	.anchor {
		margin-top: -118px!important;
		padding-top: 118px!important;
		/*margin-top: -65px!important;
		padding-top: 65px!important;*/
	}
/*============================================================================

	$breadcrumbs ぱんくず

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

.breadcrumbs {
    width: 92%;
    /*margin: -10px 4% 40px;*/
  margin: auto;
  padding: 1%;
}
.breadcrumbs li {
    display: inline-block;
}

}

@media screen and (max-width:320px) {
	
.main_open{
	position: absolute;
	top:auto;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
}

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

	.layout

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

.layout02 dl{
	float:none;
	width:auto;
	height:auto !important;
	margin-right:0;
	padding: 7%;
}
.layout03 dt,
.layout03 dd{
	display:block;
}
.layout03 dt,
.layout03 dd:nth-child(2),
.layout03 dd:nth-child(3){
		width:auto;
}
.layout03 dt{
	padding:2% 20% 2%;
}
.layout03 dt img{
	margin-top:10px;
}
.layout03 dt,
.layout03 dd{
	display:block;
}
.layout03 dd{
	padding:5% 6% 2%;
}
.layout03 dd h5{
	font-size:17px;
	text-align:center;
}
.layout03 dd h5 span{
	font-size:26px;
}



.layout04 dt,
.layout04 dd{
	display:block;
}
.layout04 dt,
.layout04 dd:nth-child(2),
.layout04 dd:nth-child(3){
		width:auto;
}
.layout04 dt{
	padding:0 15% 2%;
}



.layout05 dt,
.layout05 dd{
	display:block;
}
.layout05 dd{
	padding:5% 6% 2%;
}
.layout05 dd h5{
	font-size:17px;
}
.layout05 dd h5 span{
	font-size:26px;
}

.layout05 dt,
.layout05 dd:nth-child(2),
.layout05 dd:nth-child(3){
		width:auto;
}
.layout05 dt{
	padding:6% 15%
}
.layout05 dd:nth-child(3){
	border:none;
}



.layout06 dt,
.layout06 dd{
	display:block;
}
.layout06 dt{
	line-height:1.5;
	font-size:16px;
}
.layout06 dt em{
	display:block;
	margin-right:0;
	line-height:1;
}
.layout06 dd{
	padding:3% 6% 2%;
}
.layout06 dd h5{
	font-size:15px;
}
.layout06 dd h5 span{
	font-size:26px;
}

.layout06 dt,
.layout06 dd:nth-child(2),
.layout06 dd:nth-child(3){
		width:auto;
}
.layout06 dt{
	padding:6% 15%
}
.layout06 dd:nth-child(3){
	border-left: none;

}

.layout08 dl{
	float:none;
	width:auto;
	height:auto !important;
	margin-right:0;
	padding: 7%;
}
.layout08 dl::before{
	display:none;
}






}

/* iphone5 */
@media screen and (min-width:320px) and (max-width:374px){
  .tb01 tr:first-child, .tb01 tr:first-child td,.tb01 td, .tb01 th{
    padding: 1.5% 2%;
  }
  .footer_selftel dt{
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer_info ul{
    font-size: 12px;
    text-align: center;
  }
  
  .best_doctor h4 span::after{
    width: 240px;
  }
  
  .best_doctor h4 span{
    font-size: 16px;
  }
  
  .top_medical2_list dd{
    width: 80%;
    margin: auto;
  }
  
  .top_medical2_list dd br{
    display: none;
  }
  
  .top_medical2_list dd .btn01 {
    margin-top: 10px;
    margin-bottom: 50px;
}
  
  .top_medical2_list dl:last-child dd .btn01{
    margin-top: 10px;
  }
  
  .medical .text{
    margin-bottom: 50px;
  }
  
  .layout03 dt {
    padding: 4%;
}
  
  .layout03 dt img{
    margin-top: 0;
  }
  
  .access_map dt{
    font-size: 13px;
  }
}
/*============================================================================

	$スマホ横画面

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

@media (min-width: 600px) and (max-width: 800px)  {
/* style */

body,
header,
footer{
	min-width:1300px;
}	
  .top_feature{
    overflow: hidden;
  }
  
  .top_feature_list .bg_color{
    margin-right: calc(50% - 650px);
    padding-right: calc(650px - 50%);
  }
  
  .feature02 .bg_color,.feature04 .bg_color{
    margin-left: calc(50% - 650px);
    padding-left: calc(650px - 50%);
  }
  
  .top_news::after {
    top: 6px;
    width: 969px;
    bottom:-76px;
    right: 0;
    left: 0;
    margin: auto;
    height: 50px;
}
  
  .top_news_tit::after{
    top: 6px;
  }
  
  .box_w,.box_bg1{
    margin-right: calc(50% - 650px);
    margin-left: calc(50% - 650px);
    padding-right: calc(650px - 50%);
    padding-left: calc(650px - 50%);
  }
}
@media screen and (max-width:385px){
	.top_feature_list .about h4{
    font-size: 18px;
  }
}
/*トップページドクター紹介*/
@media screen and (max-width:640px){
	.doctor_specialist{
		padding-top: 0;
        padding-bottom: 40px;
	}
	.doctor_specialist .box1{
		display: block;
		padding: 6%;
	}
	.doctor_specialist .box1 .best_doctor{
		margin: auto;
	}
	.doctor_specialist .box1 .best_doctor .text,.doctor_specialist .box1:nth-child(2) .best_doctor .text{
		width: 100%;
	}
	.doctor_specialist .box1 .best_doctor h4{
		text-align: center;
	}
	.doctor_specialist .box1:nth-child(2) .best_doctor{
		margin:auto;
	}
	.doctor_specialist .box1:nth-child(2) .best_doctor h4 span::after{
		display: none;
	}
	.doctor_specialist .box1:nth-child(2) {
    margin-top: 30px;
}
}