/* CSS Document */

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



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

	header

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

header,.nav_wrap {
	display:none;
}

.header_reserv{
    width: 100%;
    text-align: center;
}
	.header_reserv a {
		height: auto;
	}
.header_reserv img{
	display: block;
	width: 80%;
	margin: 0 auto 10px;
	right: 0;
	top: -15px;
}
.header_reserv a:nth-child(2) img{
	/*margin-bottom: 0;*/
}
	.modal_content {
		width: 80%;
	}
	
/*============================================================================

	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;
  background-color: rgba(125, 171, 221, 0.8);
  font-size: 4vw;
	font-family: "秀英角ゴシック銀 L";
}
.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_inner{
	display:none ;
}
.sp_navi {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
  height:100%;
	font-size:18px;
	font-weight:bold;
	z-index: 9999;
  height: 124px;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  overflow-x: hidden;
  margin-bottom: 30px;
}
.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: #FDF9F4;
}
.sp_navi h1 span,
.sp_navi h1 img{
	display:block;
	width: 260px;
	height: 56px;
  margin: auto;
  padding-top: 3px;
}
	

.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: #35536b;
  border-bottom: solid 2px #fff;
  font-family: "Rounded Mplus 1c";
  font-weight: 500;
  line-height: 50px;
}
.sp_navi_children li a {
  background: #406382 !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: #35536b;
}
.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: #35536b;
}

.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);
}


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

	#mainvisual

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

#mainvisual{
	background-position: center ;
	background-attachment: scroll ;
	height:200px;
	margin-top:62px;
}
#mainvisual .inner{
	width: auto;
	height:inherit;
}
	
	.mainvisual_headline{
		padding-top: 72px;
	}
	
	.mainvisual_catch{
		left: 20px;
		width: 110px;
		height: 110px;
		background-size: contain;
		bottom: 92px;
	}
	
	.mainvisual_catch::after{
		height: 38px;
		width: 38px;
		top: 28px;
		background-size: contain;
	}
	.mainvisual_catch img{
		width: 80%;
	}
	
	.mainvisual_catch p,.mainvisual_catch p:last-child{
		font-size: 14px;
	}
	.mainvisual_catch p{
		top: 68px;
	}
	
	.mainvisual_catch p:last-child {
    top: 102px;
}
	.top_news_flame{
		width: auto;
		width: 90%;
	}
	
	.news_tit{
		width: 30%;
		padding-left: 10px;
		font-size: 16px;
	}
	
	.news_text ul{
		padding-left: 8px;
	}
	
	.news_text ul a span{
		padding-right: 8px;
	}
	
	.scroll_area{
		width: 	180px;
	}
	
	.top_news_flame p{
		right: 8px;
	}









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

	#contents

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

.box1{
	width:auto;
	margin:0 6% 80px;
}
.box2{
	width:auto;
	margin:0 6% 80px;
}
#contents{
	width:auto;
}
#contents_left{
	width:auto;
	float:none;
	margin-right:0;
}
#contents_right{
	width:auto;
	padding:0 6%;
	float:none;
}







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

	fotter

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


.footer_info{
	padding:0 6%;
}
.footer_info .inner{
	width: auto;
}
.footer_info dl{
}
.footer_info dl dt{
	text-align: center;
}
.footer_info_logo,
.footer_info_logo img{
	width:222px;
	height:148px;
}
.footer_info dl dd{
	float:none;
	margin-left:0;
}
.footer_info_overview_tel{
	padding-bottom:20px;
}

.footer_info_sche{
	float:none;
	width:auto;
	font-size:13.5px;
}
.footer_info_sche p{
	margin:0;
}
.footer_navi{
	display:none;
}
	
.footer_yoyaku .inner{
	display: grid;
	width: 90%;
}
	
div.footer_calendar{
	margin: 0 auto;
	padding-right: 0;
	border-right: none;
}
div.footer_voice {
    padding-bottom: 16px;
    padding-right: 0; 
    border-right: none;
}
.copy{
	margin-top:35px;
	padding: 0 8px;
	font-size: 10px;
}
	
	.schedule table{
		
	}

.sp_bottom_fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 62px;
	gap: 8px;
	padding: 0 4px;
	box-sizing: border-box;
}
	.sp_bottom_fixed li {
  width: calc(100% / 2 - 8px);
}
	.sp_bottom_fixed li a {
  width: 100%;
		height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		font-size: 4vw;
    font-family: "秀英角ゴシック銀 L";
		font-weight: 700;
		color: #fff;
}
	.sp_bottom_line a {
		background: #4cc764;
	}
	.sp_bottom_yoyaku a {
		background: #599CD3;
	}
	.sp_bottom_fixed li a i {
		position: relative;
		font-size: 1.3em;
		left: -5px;
	}
/*============================================================================

	$top

============================================================================*/
	.tit_text{
		text-align: center;
	}
/*top_doctor*/
	
	.top_doctor .text{
		width: auto;
		margin-left: 0;
		padding:26px;
		line-height: 1.7;
		margin-bottom: 0px;
	}
	
	.top_doctor{
		padding-bottom: 0;
		background: url(../images/sp_top_doctor_img_bg.png) no-repeat center top;
	}
	
	.doctor_name span{
		padding-left: 0;
		display: block;
	}
	
	.sp_doctor_img{
		position: relative;
		margin-bottom: 28px;
	}
	
/*top_feature*/
	.top_feature{
		height: auto;
		background: url(../images/bg_01.png);
	}
	.top_feature_box a{
		width:48%
	}
	
	.top_feature_box dl{
		
	}
	
	.top_feature_box dl dt{
		width:auto;
		height: auto;
	}
	
	.top_feature_box dl{
		margin-bottom: 60px;
	}
	
	.top_feature_box:last-child{
		padding-top: 0;
	}
	.top_tit,.top_feature_box{
		flex-wrap: wrap;
	}
	.top_feature_box dd.rows2::after{
		top: 90px;
	}

	
	.top_feature_box dd.rows2::after{
		top: 90px;
	}
	
/*medical*/
	
	.sp_top_medical_list{
		display: flex;
		flex-wrap: wrap;
	}
	
	.top_medical_list a{
		width: 46%;
		margin-bottom: 50px;
	}
	
	
	.pc_top_medical_list{
		display: none;
	}
	
	
/*	footer*/
	.footer_info .inner{
		flex-wrap: wrap;
	}
	.top_feature_box:last-child,.footer_info_overview{
		width: auto;
	}
	.footer_right iframe{
		width: 100%;
		margin: auto;
		-webkit-border-radius: 10px;  
	}
	
	.footer_right{
		padding: 0;
		margin: 10px auto 40px;
	}
	.footer_left{
		border: none;
		padding: 0;
	}
	
	.schedule{
		width: auto;
	}
	
	.footer_info_overview dt{
		width: 66px;
	}


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

	$breadcrumb ぱんくず

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

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




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

	$共通

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

#contents{
	padding-bottom:70px;
}
.box{
	width:auto;
	padding:0 6% 8%;
}
	
.text{
	float:none;
	width: auto;
	padding:0;
	border:none;
}
 h3.tit01,
 h3.tit02,
 h3.tit03,
 h3.tit04,
 h3.tit05 {
    width: 100%;
	box-sizing:border-box;
	font-size: 21px;
	margin-bottom:25px;
    text-align: center;
}
h3.tit03 {
	left: 0;
}

h4.tit01,
h4.tit02,
h4.tit04{
	font-size:19px;
	text-align: center;
}
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{
	padding:6%;
}
/* テーブル */
.tb01{
	white-space:inherit;
}
.tb01 td, .tb01 th{

	padding:1% 1.5%;
}
.tb01 th{
	width: 88px;
	font-size:10px;
	text-align: center;
}
.tb01 td{
		font-size:11px;
}
.tb03,.tb03 th{
	white-space:inherit;
}
.tb03.w075par{
	width:100%;
}
	.tb03 th {
		width: 60%;
	}
.tb03 td, .tb03 th {
	padding: 4%;
	white-space: normal;
	font-size: inherit;
}

.tb04,
.tb04 th{
	white-space:normal;
}
.tb04 th{
	font-size:13px;
}
.tb04 td, .tb04 th{
	padding:2%;
}
	
	.schedule table tr:first-child td{
		padding: 8px;
	}

/* ボタン */
.btn01 a{
	display:block;
}
	
	.btn03 ul li a{
		 float: none;
	display:block;
		margin: 10px auto;
	}	

/* アンカーリンク */
.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;
}

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





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

	$doctor

============================================================================*/
	.doctor_carr{
		flex-wrap: wrap;
		margin-top: 60px;
	}
	
	.doctor_carr_sec1{
		width: 100%;
	}
	.doctor_carr_sec1:first-child{
		margin-bottom: 40px;
	}
	
	.doctor_tit{
		margin-bottom: 20px;
		left: -10px;
    width: 60%;
		padding: 5px 0px 8px;
    text-align: center;
    font-size: 37px;
    position: relative;
    box-sizing: border-box;
}
	
	.top_doctor{
		padding-bottom: 1px;
	}
	
	.doctor .text{
		margin-bottom: 0px;
	}
	



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

	$clinic

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

/* 医院概要 */
.clinic_sec1 dt{
	width:30%;
}
.clinic_sec1 dd{
	width:70%;
}
	
.clinic_sec1 li:last-child dd{
	width:100%;
	padding-top:16px;
}
	
	.clinic_sec1 .schedule{
		padding-top: 0;
	}
.clinic_sec1 .schedule .tb01{
	width:100%;
}

/* 院内スライド */
.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;
	padding-top: 60px;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position: absolute;
	right: auto;
	width: auto;
	top:auto;
	bottom: 8%;
	z-index: 2;
}
.clinic_slides1 .flex-control-thumbs li {
    position: relative ;
    width: 22.5% ;
    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 .flex_box{
		flex-wrap: wrap;
	}
	
	.clinic_sec1{
		width: 100%;
	}
	
	
	.clinic_img{
		margin: auto;
	}
/*============================================================================

	$feature

============================================================================*/
	.machine_box{
		flex-wrap: wrap;
	}
	
	.machine_box:nth-child(odd){
		flex-direction: column-reverse;
	}
	
	.machine_box:last-child{
		flex-direction: column;
	}
	
	
	.machine_txt{
		width: auto;
	}

	.point_box_wrap{
		flex-wrap: wrap;
	}

	.point_box{
		width: auto;
	}
	
	.layout07{
		flex-wrap: wrap;
	}
	.layout07 dl{
		width: auto;
	}
	
	h4.machine_tit{
		letter-spacing: 0;
	}

	.achievement_box div,.achievement_box2 div{
		margin: 0 auto 16px;
		width: 46%;
	}

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

	$access

============================================================================*/
	.access_list{
		justify-content: space-between;
	}
	.access_list dl{
		width: 48%;
	}


	.advice_box{
	flex-wrap: wrap;
}
	
	.advice_box p{
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}

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

	$first

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

.first_01 li img{
	float: none;
	display: block;
	text-align: center;
}
/*============================================================================

	$LINE

============================================================================*/
	.line_flow_box dl {
		width: 100%;
	}
	.line_flow_box dl dt img {
		height: 350px;
	}
	.line_flow_box dl dd {
  width: 100%;
	}


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

	$medical

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

/*=================================
　.layout
=================================*/
.layout01 dl,
.layout01 dt,
.layout01 dd {
  display: block;
  width: auto;
}
.layout01 dt em {
  display: inline-block !important;
}
.layout01 dt{
	padding: 10px 0;
	line-height:1.5;
	font-size: 20px;
}
.layout02 dl {
   display: block;
  width: auto;
	padding: 20px;
	box-sizing: border-box;
	height: auto!important;
}
.layout02 dt,
.layout02 dd {
   display: block;
  width: auto;
	padding: 1% 5%;
}
.layout02 dl dt{
    margin-bottom: 0;
}
.layout02 dl dd p {
    margin-bottom: 1em;
}
.layout02 dl dd img {
    margin-bottom: 0;
}
.layout03 dl,
.layout03 dt,
.layout03 dd {
  display: block;
  width: auto;
	padding: 20px;
	box-sizing: border-box;
}
.layout03 dt {
  text-align: center;
}
.layout03 dt img {
  width: 70%;
}

	.layout04 dl,
.layout04 dt,
.layout04 dd {
  display: block;
  width: auto;
	padding: 20px;
	box-sizing: border-box;
}
.layout05 dl,
.layout05 dt,
.layout05 dd {
  display: block;
  width: auto!important;
}
	
	.layout05 dl{
		padding: 8%;
		box-sizing: border-box;
	}
.layout05 dt {
  text-align: center;
	margin-bottom: 20px;
}
.layout05 dt strong {
  display: block;
}
.layout05 dt img {
  width: 70%;
}
	
	.layout05 dd:nth-child(3){
		padding-top: 16px;
		border: none;
		border-top: 2px solid #c2c5ca;
	}

.layout06 dl,
.layout06 dt,
.layout06 dd {
  display: block;
  width: 100% !important;
}
.layout06 dt {
  margin-bottom: 15px;
}
.layout06 dd:nth-child(3) {
  border: none;
}
.layout06 dt {
  text-align: left;
}
.layout06 dt em {
  display: inline-block;
  padding: 10px 0;
}
	
.medical_order06 dl{
	padding: 5%;
}
	
}


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

	$news

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













@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 (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
	.top_doctor{
		background-size: cover;
	}
	
	.top_feature_box a:nth-child(2) dd{
		font-size: 16px;
	}
}

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

	$スマホ横画面

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

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

body,
#mainvisual .inner,
header,
footer{
	min-width:1300px;
}	
	header{
		margin-bottom: 80px;
	}
	.nav_wrap{
		background-color: rgba(255,255,255,1);
	}
	
}

