/* CSS Document */


@media screen and (max-width:640px) {

*, *: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;
}


html {
  margin-top: 0 !important;
}

body{
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #555555;
	font-size: 16px;
	font-weight: 500;
}
body,
#mainvisual,
header,
footer{
	min-width: 100%;
	font-weight: normal;
}

body.page #mainvisual .inner, body.archive #mainvisual .inner, body.single #mainvisual .inner, body.home #mainvisual .inner, body.error404 #mainvisual .inner {
max-width: 100%;
}

html #wpadminbar{
	display:none;
}
.admin-bar {
    /*margin-top: -34px !important;*/
}
body, #mainvisualvisual, header, footer {
  width: 100%;
  min-width: 100%;
}

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

	header

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

header {
	display:none;
}


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

	nav

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

.fixed li a {
  padding: 0;
}
.fixed li {
  display: block;
}
.sp_navi_btn_area {
  position: absolute;
  width: calc(100% - 66px);
  z-index: 1;
  margin-left: 4px;
}
.sp_navi_btn_area li {
  display: block;
  width: calc(100% / 2 ) !important;
  float: left;
  text-align: center;
}
.sp_navi_btn_area li a {
  display: block;
  color: #fff;
  height: 54px;
  line-height: 54px;
  margin: 4px;
  border-radius: 5px;
  font-family: "じゅん 34";
  font-size: 4vw;
  background: #f49758;
}
.sp_navi_btn_area li i {
  position: relative;
  font-size: 1.3em !important;
  top: 2px;
  left: -5px;
  color: #fff;
}
.sp_navi_btn_area li:nth-child(2) i {
  font-size: 1.6em !important;
}

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


.sp_navi h1 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: #96d3db;
  border-bottom: solid 2px #fff;
  font-family:"じゅん 34";
  font-weight: 700;
  line-height: 50px;
}
.sp_navi_children li a {
  background: #cfe8fe!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: #96d3db;
}
.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: #96d3db;
}

.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_only_area

============================================================================*/
.sp_only_area {
  border-bottom: solid 2px #f1f1f1;
  margin-bottom: 40px;
}
.sp_only_area .footer_sche_area {
  float: none;
  width: 100%;
  padding-top: 0 !important;
  margin-bottom: 10px;
}

.sp_only_area h3 {
  margin-bottom: 0;
	font-size: 3vw;
}





/*

.sp_navi_fixed_area {
    z-index: 999;
}
.sp_navi h1{

  position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;

    height: 62px;
  background: #FDF9F4;  
}
.sp_navi h1 span,
.sp_navi h1 img{
	display:block;
  margin: auto;
  padding-top: 22px;
}


.sp_navi h1 img{
  width: auto;
  height: 50px;
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_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_children li a {
  background: #f7bd95 !important;

}

.navi_parent > a::after {
  position: absolute;
  right: 17px;
  
  font-family: FontAwesome;
  font-weight: 900 !important;
  content: "\f067" !important;
  font-size: 1.0em !important;
}
.sp_navi_parent_active > a::after {
  position: absolute;
  right: 17px;
  font-family: FontAwesome;
  content: "\f068" !important;
  font-weight: 900 !important;
  font-size: 1.0em !important;
}
.nav_menu_list li {
  position: relative;
}
.nav_menu_list li a::after {
  position: absolute;
  top: 8px;
  right: 20px;
  content: ">";
}

/*ボタンの動き*/
#sp_nav_hamburger {
    display: block;
    width: 53px;
    height:53px;
    position: absolute;
    /*top:5px;*/
    right: 0px;
    z-index: 9999999;
    text-align: center;
    background-color: #B2DB3D;
}
#sp_nav_hamburger i{
  position:relative;
  top:35px;
  font-size: 9px;
  font-style:normal;
  color: #FFF;
  font-weight: 600;
}
#sp_nav_hamburger span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#sp_nav_hamburger span:nth-child(1) {
    top: 12px;
}
#sp_nav_hamburger span:nth-child(2) {
    margin-top: -7px;
    top: 50%;
}
#sp_nav_hamburger span:nth-child(3) {
    bottom: 23px;
}
#sp_nav_hamburger i {
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 6px;
  text-align: center;
}
#sp_nav_hamburger.active {
  background: #B2DB3D;
}

#sp_nav_hamburger.active i {
  color: #fff;
}
#sp_nav_hamburger.active span {
  background: #fff;
}
#sp_nav_hamburger.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_nav_hamburger.active span:nth-child(2) {
    opacity: 0;
}
#sp_nav_hamburger.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);
}


.schedule_note {
    font-size: 10px;
}


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

	#mainvisual

============================================================================*/
body.home #contents {
  padding-top: 30px !important;
}
body.home #mainvisual {
  height: 200px !important;
 
}
body.home  main {
   margin-top: 40px !important;
}

#mainvisual{
  position: relative;
	height:150px;
	/*margin-top: 36px;*/
	background-position: center ;
	background-attachment: scroll ;
  top: 124px;
}
#mainvisual .inner{
	width:100%;
	height:inherit;
	position:relative;
}
#mainvisual .inner + div {
  width: 100% !important;
  top: 0 !important;
}

/* 下層ページヘfッドライン */
#mainvisual h2{
	font-size:22px;
}
/* トップページキャッチフレーズ */
body.home .main_catch{
	top:0;
	left: 0;
	height: 200px;
	width: 87px;

}
body.home .main_catch h2 {
padding: 10px;
font-size: 14px !important;
line-height: 1.6;
}
	
	
body.home .main_catch h2::before{
	right: 7px;
	top: -26px;
}
.main_catch h2{
	margin-bottom: 0px;
	font-size:22px;

}
.main_catch h2 br{
	display: none;
}
.main_catch p{
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.8;
/*	text-align: left;*/
}
.main_open{
	position: absolute;
	display:inline-block;
	top:50px;
	right: 0;
	width:auto;
	margin: auto;
	padding: 0;
}
	.main_open img{
		display:block;
		width:75px;
		height:auto;
		margin:5px 8px 15px;
	}
.main_logo {
	top:58px;
	width:40vw;
	max-width: 200px;
}
.mainvisual_sche_area {
	display: none;
}

	.main_concept {
		display: none;
	}
	
.flexslider{
	width:100% !important;
	height:auto;
	top: 25px;
}


.bgswitcher_slides{
		display: none;
}

.main_headline {
    padding-top: 40px;
}
/*============================================================================

	#container

============================================================================*/
body.home main {
  display: flex;
  flex-wrap: wrap;
}
.mainvisual_wrap {
    position: relative;
    top: -30px;
}
.top_news {
  order: -1;
	padding: 20px!important;
}
.sp_only_area {
  order: -2;
}
	.sp_concept {
		text-align: center;
	}
	.sp_concept img {
		width: 100%;
		max-width: 300px;
		height: auto;
		margin-bottom: 20px;
	}
.top_news_date{
font-size: 10px;
}
.top_box{
	width:auto;
}
#container{
	width:100%;
  display: block;
  margin-top: 20px;
	padding-top: 120px;
}
body.home #container {
	padding-top: 80px!important;
}
main{
	width:100%;
	margin-right:0;
}
aside {
	width:100%;
	padding:70px 8% 8% 8%;
  max-width: 100%;
  background: #f3f3f3;
}
aside:before{
display: none;
}
.right_bnr{
	text-align:center;
}
.right_bnr li img{
	width:auto;
	max-width:100%;
}
.left_medical ul {
    padding-right: 8%;
}
aside .left_medical{

}
aside .left_medical h3 a {

}
aside .left_medical::after,
.left_medical li a::after,
.left_medical h3 a::after{
	display:none;
}
.left_medical h3 a i{
    left: 0;
	right: 0;
}
	.side_reservation_bnr{
		margin-bottom: 60px;
	}



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

	#fotter

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


.pagetop{
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -28px;
	bottom: auto;
}
.pagetop div{
	background-color:#45bdcf;
}
.pagetop div:hover{
	background-color:#fff;
}
.pagetop span::before,
.pagetop span::after{
	border-color:#fff;
}
.pagetop:hover span::before,
.pagetop:hover span::after{
	border-color:#45bdcf;
}

.footer_resv{
	display:block;
	position:fixed;
    height: 45px;
	padding-top:5px;
    background-color: #565656;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}
.footer_resv .header_tel{
	float:none;
	text-align:center;
}
.footer_resv .header_tel dt{
	font-size:12.5px;
	
}
.footer_resv .header_tel dd{
	font-size:19px;
}
.footer_resv .header_tel dd::before{
	    position: relative;
	display: inline-block;
	 left: -2px;
	    width: 16px;
    height: 16px;
	-webkit-filter: brightness(0) invert(100%);
     -moz-filter: brightness(0) invert(100%);
     -o-filter: brightness(0) invert(100%);
     -ms-filter: brightness(0) invert(100%);
     filter: brightness(0) invert(100%);
}
.footer_resv .header_tel dt,
.footer_resv .header_tel dd a{
	color:#fff;
}
.footer_info_left,
.footer_sche_area{
	float:none;
    width: auto;
    padding: 40px 0% 0;
}
.footer_info_left{
	text-align: center;
}

footer .left_clinic_box{
	width:auto;
}
.left_clinic dl,
.left_clinic_img{
	float:none;
	width:auto;
	margin-bottom:15px;
	text-align:center;
}
.left_clinic_img{
	max-width: none;
}
.left_clinic .schedule{
	padding:0;
}
.footer_map{
	width:100%;
}
.footer_map iframe{
	height:300px !important;
}
.footer_sche_area .schedule {
    padding: 4%;
}

/* --- アクセスの地図 --- */

.footer_map_area iframe {
	height: 320px;
}





.footer_info .inner{
	width:88%;
	padding: 40px 3%;
}
.footer_info dl{
	float:none;
	width:88%;
	padding:0 6%;
}
.footer_info dl dt{
	float:none;
	text-align: center;
	margin:0 auto 30px;
}

.footer_info_logo,
.footer_info_logo a,
.footer_info_logo img{
	width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.footer_info_logo {
	float:none;
	margin:0 auto 20px;
	text-align:center;
}
.footer_info dl dd{
	float:none;
	margin-left:0;
}
.footer_info_overview_tel{
	padding-bottom:20px;
}
.footer_info_sche_time .schedule{
	padding:6%;
}
.footer_info_sche_time .tb01{
	width:100%;
}
footer .schedule .tb01 {
  table-layout: fixed;
}
footer .schedule .tb01 tr:first-child td,
footer .schedule .tb01 tr:first-child th{
	font-weight:normal;
}
.footer_info_sche_time .tb01 tr:first-child td,
.footer_info_sche_time .tb01 tr:first-child th,
.footer_info_sche_time .tb01 th:first-child{
	padding:2% 3% 0 2%;
	font-weight:normal;
}
.footer_info_sche_time .tb01 th:first-child{
	text-align:left;
}


.footer_info_sche{
	float:none;
	width:100%;
	font-size:13.5px;
}
.footer_info_sche p{
	margin:0;
}
.footer_info_ad{
	float:none;
	width:auto;
	margin-top:20px;
	margin-right:0;
	text-align:left;
}
.footer_info_ad_note{
	display:inline-block;
}
.footer_navi{
	display:none;
}

.copy{
	margin-top:0;
}

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

	$top

============================================================================*/
h4.tit01::before {
	top:-7px;
}

h3.tit01_doctor {
	font-size: 24px;
}
h3.tit01_doctor span {
	font-size: 14px;
}
.top_greet_wrap{
	background: none;
	padding: 0;
}
.top_greet_text {
	width: 100%;
	margin-left: 0;
}
.top_doctor .text{
	width:auto;
}
.top_doctor_img{
	float:none!important;
	margin-left:0;
	text-align:center;
}
.top_doctor_img dt{
	margin-bottom: 17px;
	padding: 0 10%;
	text-align:center;
}
.top_doctor_img dd{
	text-align:center;
}
p.top_doctor_name{
    float: none;
	margin-bottom:40px;
}
.top_doctor_info {
padding-top: 12px;
}
.top_doctor_info .btn02{
	    float: none;
		width:auto;
}

.top_medical2_list a{
	width:46%;
	margin-right:8%;
}
.top_medical2_list a:nth-child(even) {
    margin-right: 0;
}
.top_medical3_list li{
	width:46%;
	margin-right:8%;
}
.top_medical3_list li:nth-child(even) {
    margin-right: 0;
}

.top_feature_area .top_feature_area_item{
margin-bottom: 24px;
    padding-bottom: 6px;
}
	.anchor {
		margin-top: -70px !important;
    padding-top: 70px !important;
	}
/*============================================================================

	$breadcrumb ぱんくず

============================================================================*/
#breadcrumb {
padding: 8px 20px;
    font-size: 11px;
    margin: 0 0 20px;
}
.breadcrumb {
	width:92%;
	margin:0 4% 40px;
}
.breadcrumb li{
	display:inline-block;
}




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

	$共通

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

#contents{
	padding-bottom:70px;
}
.box,
.box1,
.box2{
	width:100%;
	padding:0 6% 8%;
  margin-bottom:50px;
}

.text{
	float:none;
	width: auto;
	padding:0;
	border:none;
}
 h3.tit01,
 h3.tit02,
 h3.tit03,
 h3.tit04,
 h3.tit05,
 h3 {
    width: 100%;
	box-sizing:border-box;
	font-size: 21px;
	margin-bottom:15px;
    text-align: center;
}
h4.tit01,
h4.tit02,
h4.tit04,
h4 {
	font-size:16px;
}
h4.tit01 em,
h4 em {
	display: table-cell;
}
h5.tit01,
h5 {
	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;
}
.img_fr{
	float:none;
	text-align:center;
	margin-left:0;
	margin: auto;
	margin-bottom:15px !important;
}

/* リスト */
.list08{
	padding:6%;
}
/* テーブル */
.tb01{
  width: 100%;
  table-layout: fixed;
	white-space:inherit;
}
.tb01 td, .tb01 th{
	padding:2% 2%;
}
.tb01 th{
	width: 105px!important;
	font-size:12px;
}
.tb01 td{
		font-size:11px;
}
.tb03,.tb03 th{
	white-space:inherit;
}
.tb03.w075par{
	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;
}







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

	$doctor

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

/* ごあいさつ */
.doctor_greet{
}
.doctor_greet .text{
	float:none;
	width:auto;
}

/* 経歴、資格 */
.doctor_carr_sec1{
	float:none;
	width:auto;
	margin-right:0;
	margin-bottom:30px;
}

	.top_doctor_textarea .doctor_img{
		margin: auto;
	}

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

	$clinic

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

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

.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	font-weight:normal;
}
/* 院内スライド */
.clinic_slides1 {
	margin-bottom:20px;
}
.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: absolute;
	right: auto;
	width: auto;
	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 dt{ float:none; width:100%;}
.clinic_sec1 dd{ float:none; width:100%;}

.clinic_sec1{
	padding:0;
}
.clinic_sche_area .schedule .tb01 th,
.clinic_sche_area .schedule .tb01 td{
	padding: 3% 2%;
}



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

	$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

============================================================================*/
/* --- clinic ページと共通 --- */
.postcode {
	display: block;
	margin-right: 0;
}


.access_map dd iframe{
	width:100%;
}
	
.access_map{
	display: block;
	text-align: center;
}
	
.footer_map_area{
	height: auto;
}

.access_map img:last-child{
	margin-top: 40px;
	text-align: center;
}



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

	$first

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





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

	$medical

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




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

	$news

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





}




/* タブレット */
@media screen and (min-width:641px) and (max-width:1079px) {
.header_inner {
    width: 100%;
}
#container {
    width: 100%;
}
aside:before {
    width: 27.8%;
}




}






@media screen and (max-width:320px) {
	

.main_catch p{
	font-size:10px;
}

}
