
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 15px;
}
body, #mainvisual .inner, #mainvisual_invisa .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 {
    display: none;
}
/*============================================================================

	nav

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

.fixed {
    position: fixed;
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}
.sp_navi_btn_area {
    position: absolute;
    /*width: 98%;*/
    width: 100%;
    z-index: 1;
    /*margin-left: 4px;*/
	background-color: #fff;
}
.sp_navi_btn_area li {
    display: block;
    /*width: calc(100% / 2 ) !important;*/
    float: left;
    text-align: center;
}
    .sp_navi_btn_area li:nth-child(-n+2) {
     width: calc(100% / 3 ) !important;  
    }
    .sp_navi_btn_area li:nth-child(n+3):nth-child(-n+4) {
    width: calc(100% / 6 ) !important;
}
.sp_navi_btn_area li a {
    display: block;
    color: #FFF;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 4vw;
    background: #C0AB9A;
    font-weight: 400;
}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 5px;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
    .sp_navi_btn_area li:nth-of-type(n+3):nth-of-type(-n+4) i {
        margin-right: 0;
        font-size: 8.5vw;
    }
    .sp_navi_btn_area li:nth-of-type(n+3) a {
        background: linear-gradient(135deg, rgb(131, 58, 180, 0.8), rgb(253, 29, 29, 0.8), rgb(252, 176, 69, 0.8));
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp_navi_btn_area li:nth-of-type(n+4) a {
        background: rgb(6, 199, 85, 1);
    }
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 99999 !important;
    height: 63px;
    /*overflow-y: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*overflow-x: hidden;*/
   /* margin-bottom: 30px;*/
}
.sp_navi_fixed_area {
    z-index: 9999;
	position: fixed;
    bottom: 62px;
    left: 0;
    width: 100%;
	
}
	

	
.sp_navi .header_logo {
    position: relative!important;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 63px;
    background: #fff;
}
.sp_navi .header_logo span {
    display: block;
    margin: auto;
 /*   padding-top: 5px;*/
}
.sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
}
.sp_navi .header_logo img {
    /*width: 256px;*/
    /*height: 55px;*/
	/*width: 100%;*/
	height: auto;
    z-index: 9999;
    position: relative;
	width: calc(70% - 55px);
	margin-left: 14%;
}
.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;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
}
.sp_navi ul {
/*  padding: 4% 2% 4% 8%;*/
  height: calc(100% - 60px);
  overflow-y: scroll;
}
.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: #38240d;
    border-bottom: solid 1px #FFF;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 500;
    line-height: 50px;
}
	.sp_navi_list li a.txt_2 {
    font-size: 12.4px;
}
.sp_navi_children li a {
    background: #ac8353 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    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: 0;
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #38240d;
}
.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: #38240d;
}
.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*/ /*300px*/ 540px;
    margin-top: 62px;
    /*margin-top: 124px;*/
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
#mainvisual h1 /*,#mainvisual p*/{
	margin-top: 50px;	
}
	
#mainvisual span p{
	margin-top: 0;
	    font-size: 15px;
}
#mainvisual_invisa {
	/*background-image:url("../images/mainvisual_slide_invisa03.jpg");*/
	/*background-image:url("../images/invisa_sp03.png");*/
	background-image:url("../images/mainvisual_slide_invisa2025_sp.jpg");
    background-position: center;
    background-attachment: scroll;
    height: /*200px*/ /*300px*/ /*170px*/ /*540px*/ /*772px*/520px;
    margin-top: 62px;
    /*margin-top: 124px;*/
}
#mainvisual_invisa .inner {
    width: auto;
    height: inherit;
}
#mainvisual_invisa h1 /*,#mainvisual p*/{
	margin-top: 50px;	
}
	
#mainvisual_invisa span p{
	margin-top: 0;
	    font-size: 15px;
}
	
/* 下層ページヘッドライン */
#mainvisual p {
    font-size: 22px;
}
#mainvisual_invisa p.tit01 {
	position: absolute;
	top: 72px;
    left: 0;
    font-size: 16px;
	font-weight: bold;
	width: 100%;
    padding: 0 4px;
    transform: translate(0, 0);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
	#mainvisual_invisa p.tit01 span {
		color: #8d6b41;
		font-size: 18px;
		letter-spacing: 0.2em;
		
	}
#mainvisual_invisa p.tit02 {
	position: absolute;
	top: 176px;
	left: 0;
    font-size: 12px;
	width: 100%;
    padding: 0 4px;
    transform: translate(0, 0);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#mainvisual_invisa p.tit03 {
	position: absolute;
	top: 15px;
	left: 0;
    font-size: 8px;
	width: 100%;
    padding: 0 4px;
    transform: translate(0, 0);
	letter-spacing: 0.2em;
	line-height: 1.6;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

.invisa_top_text {
	position: absolute;
	top: 729px;
	right: 0;
    left: 0;
    margin: 0 auto;
	transform: translate(0, 0);
	width: 360px;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	/*width: 95%;*/
    /*padding-left: 1.3%;
    padding-right: 1.3%;*/
}	
.invisa_top_text ul {	
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 0 6%;
}	
.invisa_top_text ul li {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
	width: 29%;
}	
/* トップページキャッチフレーズ */
.main_catch {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}
.main_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.main_catch p {
    font-size: 15px;
}
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
}
.mainvisual_catch h2 img {
	width: 100%;	
}
/*============================================================================

	#contents

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

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

#contents_right_link {
	padding: 5%;
	float: none;
	width: 100%;
}

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

	footer

============================================================================*/
.footer_info .inner {
    width: 88%;
    /*padding: 40px 6%;*/
	/*padding: 0 6%;*/
	padding: 0;
}
.footer_info dl {
    float: none;
    width: 88%;
    /*padding: 0 6%;*/
	padding: 0;
}
.footer_info dl dt {
    float: none;
    text-align: center;
    margin: 0 auto 30px;
}
.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: 100%;
    font-size: 13.5px;
}
.footer_info_sche p {
    margin: 0;
}
.footer_info_overview {
	margin: 0;
	width: 100%;	
}
.footer_navi ul li{
	/*padding-left: 0px;	
	width: auto;*/
	padding-left: 10px;
	width: 42%;
    margin: auto;
}
	.footer_navi ul li:last-child p a {
		padding:0;
	}
.footer_map {
	/*height: 320px;*/
	/*height: 500px;*/
	height: 580px;
}
	.footer_map iframe {
		    height: 460px;
	}
	.footer_note {
		width: 88%;
	}
.footer_bnr {
    position: inherit;
    width: 88%;
}
    .footer_bnr_inner {
        width: 100%;
        text-align: center;
				justify-content: center;
    }
	
	.footer_bnr a{
		width: 100%;
	}
	
	.footer_bnr a img{
		width: 100%;
		min-height: unset;
		max-width: 300px;
	}
.footer_navi ul li:last-child p:first-of-type{
	display: none;
}
.copy {
    margin: -10px 0 0;
/*	padding: 1%;*/
	padding: 1% 0 22%;
	color: #fff;
	background-color: #38240d;
}
	
/* 診療時間（医院案内、アクセス共通） */
.schedule_note li {
	text-align: left;
}
.schedule table th{
	padding: 10px 24px 8px 0px;
}
.schedule table tr:first-child td{
	font-weight:600;
	padding: 10px 13px 10px 0px;
	color: #333;
}
.schedule table td:last-child{
	padding-right: 20px !important;
}
.schedule table tr:nth-of-type(2) th{
    padding: 18px 24px 7px 0px;
}
.schedule table tr:nth-of-type(2) td{
	padding: 18px 13px 7px 0px;
	color: #c6a270;
}
.schedule table tr:nth-of-type(3) th{
    padding: 7px 24px 18px 0px;
}
.schedule table tr:nth-of-type(3) td{
	padding: 7px 13px 18px 0px;
}
.footer_medicaldoc {
	width: 88%;
    /*margin-top: 150px;*/
    /*margin-top: 100px;*/
	margin-top: 50px;
    /*padding: 20px;*/
	padding: 20px 0 50px;
}
.footer_medicaldoc .footer_medicaldoc_inner {
		    display: block;
	}

.mainvisual_medicaldoc{
	position: inherit;
	width: auto;
	background: #eee;
    border: inherit;
    padding-top: 35px;
}
.mainvisual_medicaldoc h2{
	margin-top: 20px;
}
.mainvisual_medicaldoc p{
	text-align: center;
}
	.mainvisual_medicaldoc p a img {
		/*width: 220px;*/
        max-width: 320px;
        width: 100%;
	}

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

	$top

============================================================================*/
/* 院長挨拶 */
.top_doctor {
	padding: 350px 0 0;	
	height:auto;
	z-index:2;
}
.top_doctor .text {
	padding: 0 6% 0;
	top: 410px;
    width: auto;
	float: none;
	left: 0;
}
.top_doctor_img {
	padding: 0 6% 0;
	top: 100px;
	right: 0;
    float: none;
    margin-left: 0;
}
.top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
}
.top_doctor_img dd {
    text-align: center;
}
.top_doctor h3 {
	padding: 0 4% 0;
	top: -60px;
	font-size: 20px;
	line-height: 34px;
	text-align: left!important;
}
.top_doctor h3::before {
	top: -60px;
	width: 85%;
	height: 102px;
	left: 0;
	right: 0;
	background-size:contain;
}	
.top_doctor_img img {
  margin-bottom: 0;
}
.top_doctor::after {
    background-image: none;
}
.dr_name {
	padding: 1%;
	background: #c0ab9a;
	margin-top: 0;
	font-size: 15px;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	text-align: center;
}	
	.top_video .box1 {
		    margin-bottom: 140px;
	}
.top_video .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.top_video .youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.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_medical4_list {
    width: auto;
    margin: 0 8%;
}
.top_medical4_list dl {
    float: none;
    width: auto;
    margin-right: 0;
}

/* ホテルライクな空間で癒しのひと時を */
.top_hotellike{
	margin-bottom: 100px;
}
.top_hotellike h3 + div img {
	border: 1px solid #dbc8ae;	
}
.top_hotellike h3 {
	top: -40px;
}
.top_hotellike h3::before {
	top: -15px;
	width: 100%;
	left: 0;
	right: 0;
	width: 85%;
	height: 90px;
}
.top_hotellike h3 + div {
	padding: 50px 4% 0;
	display: block;
	margin: 0;
}
.braces {
	padding: 0 4% 0;
	width: 100%;
}
.braces_txt {
	background-color: #f1ede7;
	margin-bottom: 150px;
}
.braces_txt p {
	padding: 5%;	
}
.braces_txt .btn02 {
	padding-bottom: 30px;
	text-align: center;
}
.braces img {
	margin-bottom: 20px;
	border: 1px solid #dbc8ae;	
}
.top_hotellike h3 + div img:first-child {
    margin: 0 0 15px 0;
	border: 1px solid #dbc8ae;
}
.top_hotellike h3 + div img:last-child{
    margin: 0 0 0 0;
	border: 1px solid #dbc8ae;
}
.kasou_hotellike h3 + div + div img:first-child {
    margin: 0 0 15px 0;
	border: 1px solid #dbc8ae;
}
.kasou_hotellike h3 + div + div img:last-child{
    margin: 0 0 0 0;
	border: 1px solid #dbc8ae;
}
.top_hotellike .top_medical_list {
	margin-top: 25px;
	display: block;	
}
.top_hotellike .top_medical_list img {
	border: 1px solid #dbc8ae;
}
.top_hotellike .top_medical_list a {
	padding: 0 4% 0;
	margin-bottom: 65px;
	margin-right: 0!important;
}
.top_hotellike .top_medical_list a:nth-child(1) {
	margin-top: 0;
}
.top_hotellike .top_medical_list a:nth-child(1) dd {
	bottom: 12px;
}
.top_hotellike .top_medical_list a:nth-child(2) {
	margin-top: -50px;
}
.top_hotellike .top_medical_list a:nth-child(2) dd {
	bottom: 13px;
}
.top_hotellike .top_medical_list a:nth-child(3) {
	margin-top: -52px;
}
.top_hotellike .top_medical_list a:nth-child(3) dd {
	bottom: -15px;
}
.top_hotellike .top_medical_list a:nth-child(4) {
	margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(4) dd {
	bottom: -15px;
}
.top_hotellike .top_medical_list a:nth-child(5) {
	margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(5) dd {
	bottom: -15px;
}
.top_hotellike .top_medical_list a:nth-child(6) {
	margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(6) dd {
	bottom: -15px;
}
.top_hotellike .top_medical_list dl dd {
	padding: 5%;
	bottom: 12px;
	border: 1px solid #dbc8ae;
}
.top_hotellike .top_medical_list dl dd::after {
	display: none;	
}
.top_medical_list h3 {
	position: relative;
	margin: 40px 0 63px;
	top: 0;
	left: 0;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222222;
	font-size: 21px;
	font-weight: 600;
	line-height: 50px;
	padding: 0;
    text-align: center;
	letter-spacing: 0;
	width: 100%;
	box-sizing: border-box;
}
.feature_text {
	padding: 0 4% 30px;
    width: 100%;
}
.top_medical_list h3::before{
    position: absolute;
    width: 654px;
    height: 187px;
    top: -10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
	width: 70%;
	height: 60px;
    background-image:url("../images/bg_feature.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}
/* 診療のご案内 */
.top_medical {
	padding: 82px 0 20px;	
}
.top_medical .box1 {
	width: 100%;	
}
.top_medical h3.tit01 {
	margin-top: -40px;
}
.top_medical h3::before {
	top: -150px;
	width: 90%;
	height: 76px;
}
.top_medical .top_medical_list {
	padding: 0 4% 0;
}
.top_medical .top_medical_list a {
	width: 165px;
	height: 260px;
}
.feature_text p::before {
	    top: -15px;
    left: 0;
    right: 0;
   width: 70%;
    height: 60px;
}
/*============================================================================

	$breadcrumb ぱんくず

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

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

	$共通

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

#contents {
    padding-bottom: 70px;
}
.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
.waku{
	padding: 20px;	
}
.mainvisual_headline h2{
	line-height: 1.3;	
}
.mainvisual_headline h2 span {
  font-size: 16px;
}

	
h3.tit01, h3.tit02, h3.tit03, h3.tit04, h3.tit05 {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}
h4.tit01, h4.tit02, h4.tit04 {
    font-size: 19px;
}
h4.tit02 {
    font-size: 15px;
}
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: 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.price th,.tb03.price td{
	display: block;
	width: auto;
}
.tb03.price tr:first-child{
	display: none;
}
.tb03.price td:first-of-type{
	color: #666;
    background-color: #FAFAFA;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.tb03.price.ver02 td:nth-child(2){
	padding-bottom: 0;
}
.tb03.price.ver02 td.ver03{
	padding-bottom: 10px;
}
.tb03.price.ver02 td:nth-child(3){
	padding-top: 5px;
}
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
.medical08.tb03{
	width: auto;
	white-space: inherit;
}
.medical08.tb03 th, .medical08.tb03 td{
	display: block;
}
.medical08.ver02.tb03 th,.medical08.ver02.tb03 td{
	display: revert;
}
.medical08.ver02.tb03 th:nth-child(2),
.medical08.ver02.tb03 th:last-child{
	width: 37%;	
}
	
/* ボタン */
.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;
}
[class^="ank0"] li a {
    width: 90%;
    padding: 3% 10%;
}
[class^="ank0"] li i{
	bottom: 0px;	
}
/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
}
	
/* 各下層ページ */
#medical .box1 {
	width: auto;
}
/* medical03 */
.fl_sp {
	float: none!important;
}
.child_list dt {
	width: auto;
}
/* right_medical */
#contents_right_link .right_medical ul li a{
	width: inherit;
}
/*============================================================================

	$doctor

============================================================================*/
#contents #doctor .top_doctor {
	margin-top: 0;	
}
#contents #doctor .top_doctor .box1 {
	width: auto!important;	
	padding-top:60px;
}
#contents #doctor .top_doctor .text {
	position:static!important;
	padding: 0 6% 0;
	margin-bottom:0;
	/*top: 525px;*/
	/*top: 635px;*/
    width: auto;
	float: none;
	/*left: 0;*/
}
#contents #doctor .top_doctor_img {
	position:static;
	padding: 0 6% 0;
	/*top: 112px;
	right: 0;*/
    float: none;
    margin-left: 0;
	text-align:center;
	margin-bottom: 20px;
}
#contents #doctor .top_doctor_img dt {
    margin-bottom: 17px;
    padding: 0 10%;
    text-align: center;
}
#contents #doctor .top_doctor_img dd {
    text-align: center;
}
#contents #doctor .top_doctor .doctor_carr h3{
	margin-bottom:20px;
}
#contents #doctor .top_doctor h3 {
	position:relative;
	top: 0;
	font-size: 20px;
	line-height: 34px;
	text-align: left!important;
}
#contents #doctor .top_doctor h3::before {
	top: -60px;
	width: 85%;
	height: 102px;
	left: 0;
	right: 0;
  	background-size:contain;
}	
#contents #doctor .top_doctor::after {
    background-image: none;
}
#contents #doctor .top_doctor .btn02 {
	margin-top: 370px;	
}
#contents #doctor .dr_name {
	font-size: 15px;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	text-align: center;
	max-width:380px;
	margin:0 auto;
}	
#contents #doctor .carr_txt02 {
	margin-bottom: 0;	
}	
#contents .top_doctor_img img {
  margin-bottom: 0;
}
#contents #doctor .top_doctor .text.carr_txt01 {
  margin-bottom: 40px;
}
/* ごあいさつ */
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
	.top_doctor .box1, #doctor .box1{
		display:flex;
		flex-direction:column;
	}
	.top_doctor h3,#doctor h3{
		order:0;
		position:static;
	}
	.top_doctor .text,#doctor .text{
		order:2;
		position:static!important;
	}
	.top_doctor .top_doctor_img,#doctor .top_doctor_img{
		order:1;
		position:static;
	}
	.top_doctor .btn02{
		order:3;
		text-align:center;
	}
	.bnr_doctors,
	.bnr_doctorsfilm{
		margin-top: 20px;
	}
	.top_doctor .text p:first-child{
		margin-bottom:0;
	}
    .pc_center {
        text-align: left;
    }
/*============================================================================

	$clinic

============================================================================*/
#clinic .box1 {
	width: auto;	
}
/* 医院概要 */
.clinic_sec1 dt {
    width: 30%;
}
.clinic_sec1 dd {
    width: 70%;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}
	
.bnr_box{
	display:block;
}
.bnr_box p{
	margin-bottom: 10px;
}
	
/* 院内スライド */
.clinic_slides1 {
    margin-bottom: 70px;
}
.clinic_slides1 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides1 .flexslider li div {
    display: block;
    margin-top: -14%;
    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: -33%;
    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: 0px;
}
.clinic_slides2 .flexslider {
    float: none;
    width: 100%;
}
.clinic_slides2 .flexslider li div {
    display: block;
    width: 100%;
    margin-top: -14%;
    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: -30%;
    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;
}
	
/* アクセス */
.access_map dd {
	display: block;	
}
.access_map dd .gmap {
	padding-top: 10px;
	width: 100%;
	height: 78%;
}
.access .btn02 {
	margin-top: -150px;	
}
.access_info {
	margin-top: -10px;	
}
#clinic .layout08 dl {
	width: 100%;	
}
#clinic .layout08 dl::before {
	display: none;
}
#clinic .layout08 dt, #clinic .layout08 dd {
	padding: 3%;	
}
	
/* 初診の方へ */

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

	$feature

============================================================================*/
#feature .top_hotellike {
	/*margin-top: 150px;	*/
}
#feature .box1 {
	width: auto;
}
#feature .top_hotellike h3 {
	top: -65px;	
}
#feature .top_medical_list h3 {
	top: -10px;	
	margin: 40px 0 72px;
}
#feature .top_hotellike h3 + div{
	display: block;
	padding: 20px 4% 0;
}
#feature .kasou_hotellike h3 + div + div {
	display: block;
	padding: 20px 4% 0;
}
#feature .top_hotellike .top_medical_list a:nth-child(2) {
    margin-top: -65px!important;
}
/*============================================================================

	$facilities

============================================================================*/
.facilities_equip {
}
.facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    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

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





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

	$first

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





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

	$medical

============================================================================*/
.layout01 dl,.layout01 dt{
	display: block;	
}
	
.layout01 dt {
	width: auto;
    line-height: 1.5;
    font-size: 18px;
	padding: 3% 0;
}
.layout01 dt em {
    display: block;
    margin: 0;
    font-size: 25px;
    text-align: center;
}
.layout01.child_list dt img{
	width: auto;
	margin: auto;
    display: block;
}
/*medical05*/
.jintai_img img {
	width: 100%;
}
	
/*medical09*/
.medical09 .box2 .tit08_s{
	font-size: 21px;
}
.medical09 .box2 .tit08_s span{
	padding-right: 28px;
}	
.medical09 .box2.box3:first-of-type{
	margin-bottom: 60px;
}
.medical09 .box2.box3:last-of-type{
	margin-bottom: 0;
}
.medical09 video,video{
  max-width: 100%;
	height: auto;
}

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

	$recruit

============================================================================*/
	.rec_tit01{
		line-height: 2;
	}
	.rec_tit02{
		line-height: 2;
	}
	.rec_box .tb03 td,
	.rec_box .tb03 th{
		padding: 10px;
	}
	.rec_box h4.tit01 {
		font-size: 16px;
	}
/*============================================================================

	$news

============================================================================*/
#news .box1 {
	width: auto;	
}
.top_news h3 {
	padding: 0;
	font-size: 16px;
	top: 35px;
	color: #111;
	width: 100%;
	z-index:2;
}
.top_news .box1 {
	width: auto;
}
.top_news h3::before {
	top: -8px;
	right: 0;
	left: 0;
	background-image: url(../images/bg_topics_sp.png);
	width: 120px;
	height: 57px;
	opacity: 0.2;
}
.top_news h3::after {
	width: 100%;
	left: 0;
}
.top_news h3::after {
	background-color: transparent;
	display:none;
}
.top_news .btn02 {
	bottom: -75px;
	left: 0;
	right: 0;
	margin: auto;
}
.top_news_flame {
	width: 100%;
	height: 380px;	
}
.footer_info .inner {
	display: block;	
}
.footer_map {
	width: 100%;	
}
.footer_gmap {
    margin-top: 50px;
}
.scroll_area {
	top: 100px;
	padding: 0 1% 0;
	width: 100%;
	right: 0;
}
.news_text .fw {
	font-weight: 600;	
}
.news_text {
	z-index: 1;	
}
.scroll_area li a {
	white-space: normal;
}
.scroll_area li a .date {
    display: block;
}
.scroll_area a span:first-child {
	padding: 0;	
}

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

	$pagetop

============================================================================*/
.pagetop {
	right: 10px;
	bottom: 70px/*150px*/;
}
body.fixed [data-haicha-root] {
  display: none!important;
}
/*============================================================================

	.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;
}
.layout03 dd h4 {
    font-size: 17px;
    text-align: center;
}
.layout03 dd h4 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;
}
.layout10_box .tb03 td,.tb03 th {
  padding: 5% 2%;
  display: block;
  text-align: center;
}
	.tb03.medical_tb th {
		padding: 12px 36px;
	}
.layout10_text.layout10_inner{
  width: 117%;
  position: relative;
  left: -50px;
}
.layout10 .flow_box .layout10_box p img {
  width: auto;
}
.layout10 .flow_box .number{
	height: 40px;
	}
.layout10 .flow_box:last-child::before{
	height: 60px;
	}
.tb03_2 th{
	display: table-cell;
}
	.layout11_image02 {
		flex-wrap: wrap;
	}
	.layout11_image02 span {
        width: 100%;
    }
	.layout11_image02 span p {
		margin: 5px 0;
	}
	.layout11_image02 span:last-child {
        margin-top: 40px;
	}
	.layout11_image02 span:last-child::before {
        top: -28px;
        bottom: auto;
        left: 0;
        right: 0;
        justify-content: center;
        content: "\f078";
    }
	.layout11_text02 dl dt {
		margin-bottom: 0;
	}
	.layout11_text02 dl dd {
		margin-bottom: 6px;
	}
	.layout11_text02 dl dt,
	.layout11_text02 dl dd {
		margin-left: 0;
        width: 100%;
	}
	
}

@media screen and (max-width:320px) {
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 50%;
    margin: auto;
}
/*#contents #doctor .top_doctor {
    margin-top: 120px;
}
#contents #doctor .top_doctor h3 {
    top: -50px;
    font-size: 18px;
}
#contents #doctor .top_doctor h3::before {
    top: -42px;
    width: 83%;
    height: 85px;
    left: 0;
    right: 0;
}
#contents #doctor .top_doctor_img {
    top: 95px;
}
#contents #doctor .dr_name {
    font-size: 13px;
}
#contents #doctor .top_doctor .text {
/*    top: 450px;*/
/*	top: 520px;
}
#contents #doctor .carr_txt02 .list03 {
    margin-top: -30px;
    margin-bottom: 25px;
}
.top_doctor h3 {
	top: -70px;
}
.top_doctor h3::before {
    top: -40px;
    width: 75%;
    height: 77px;
}
.top_doctor_img {
	top: 120px;	
}
.top_doctor .btn02 {
    margin-top: 420px;
}*/
.top_hotellike h3{
	top: -30px;
    font-size: 18px;
}
.top_hotellike h3::before {
	top: -20px;
    width: 80%;
    height: 70px;
}
.top_medical_list h3 {
		
}
.top_medical_list h3::before {
	top: -15px;
    width: 70%;
    height: 52px;
}
.top_hotellike h3 + div {
	padding: 30px 4% 0;	
}
.top_hotellike .top_medical_list {
	margin-top: 20px;	
}
.top_medical .top_medical_list a {
    width: 135px;
    height: 260px;

}
.top_hotellike .top_medical_list a:nth-child(2) {
    margin-top: -85px;
	margin-bottom: 40px;
}
.top_hotellike .top_medical_list a:nth-child(3) {
    margin-top: -75px;
}
.top_hotellike .top_medical_list a:nth-child(4) {
    margin-top: -75px;
}
.top_hotellike .top_medical_list a:nth-child(5) {
    margin-top: -75px;
}
.top_hotellike .top_medical_list a:nth-child(6) {
    margin-top: -75px;
	margin-bottom: 0;
}
.top_hotellike .top_medical_list a:nth-child(1) dd {
    bottom: 54px;
}
.top_hotellike .top_medical_list a:nth-child(2) dd {
    bottom: 55px;
}
.top_hotellike .top_medical_list a:nth-child(3) dd {
    bottom: 27px;
}
.top_hotellike .top_medical_list a:nth-child(4) dd {
    bottom: 27px;
}
.top_hotellike .top_medical_list a:nth-child(5) dd {
    bottom: 27px;
}
.top_hotellike .top_medical_list a:nth-child(6) dd {
    bottom: -1px;
}
.clinic_slides2 {
    margin-bottom: 0px
}
.schedule table th{
	padding: 10px 13px 8px 0px;
}
.schedule table tr:first-child td{
	font-weight:600;
	padding: 10px 13px 10px 0px;
	color: #333;
}
.schedule table td:last-child{
	padding-right: 20px !important;
}
.schedule table tr:nth-of-type(2) th{
    padding: 18px 3px 7px 0px;
}
.schedule table tr:nth-of-type(2) td{
	padding: 18px 3px 7px 0px;
	color: #c6a270;
}
.schedule table tr:nth-of-type(3) th{
    padding: 7px 3px 18px 0px;
}
.schedule table tr:nth-of-type(3) td{
	padding: 7px 3px 18px 0px;
}
.access .btn02 {
    margin-top: -185px;
}
/*============================================================================

	.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;
}
.layout03 dd h4 {
    font-size: 17px;
    text-align: center;
}
.layout03 dd h4 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;
}
}

/* iPhone 6/7/8 Plus */
@media screen and (min-width:414px) and (max-width:736px) {
#contents {
    padding-bottom: 0;
}
#container {
    padding-bottom: 50px;
}
/*.top_doctor h3::before {
	width: 77%;
}
.top_doctor .text {
	top: 430px;
}
.top_doctor .btn02 {
    margin-top: 330px;
}*/
.top_hotellike {
	margin-bottom: 0;
}
.top_hotellike h3::before {
    width: 77%;
}
.top_medical_list h3::before {
	width: 64%;	
}
.top_hotellike {
    margin-bottom: 80px;
}
.top_hotellike .top_medical_list a:nth-child(2) dd {
    bottom: -17px;
}
.top_hotellike .top_medical_list a:nth-child(3) {
    margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(3) dd {
    bottom: -45px;
}
.top_hotellike .top_medical_list a:nth-child(4) {
    margin-top: 0;
}
.top_hotellike .top_medical_list a:nth-child(4) dd {
    bottom: -17px;
}
.top_hotellike .top_medical_list a:nth-child(5) {
    margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(5) dd {
    bottom: -17px;
}
.top_hotellike .top_medical_list a:nth-child(6) {
    margin-top: -25px;
}
.top_hotellike .top_medical_list a:nth-child(6) dd {
    bottom: -45px;
}
#contents #doctor .top_doctor h3::before {
    width: 77%;
}
#contents #doctor .top_doctor .text {
    /*top: 565px;*/
	/*top: 675px;*/
}
#contents #doctor .carr_txt02 .list03 {
    margin-bottom: 200px;
}
.top_medical .top_medical_list a {
    width: 180px;
    height: 260px;
}
.top_medical .top_medical_list a dl dd h4 {
    font-size: 20px;
}
.top_medical h3::before {
    width: 85%;
    height: 78px;
}
.clinic_slides1 .flexslider li div {
    margin-top: -12%;
}
.clinic_slides2 .flexslider li div {
    margin-top: -12%;
}
.access .btn02 {
    margin-top: -113px;
}
.layout06 dl {
	width: 100%;	
}
	#mainvisual_invisa {
		height: 580px;
	}
}