@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	font-weight:400;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #fbac50;
	text-decoration: none;
}
a:hover {
	color:#8dca7d ;
}
::selection{
	background-color:#efe4c3;
}
::-moz-selection{
	background-color:#efe4c3;
}

body,
#mainvisual .inner,
header,
footer{
	min-width:1200px;
}

.anchor {
	display: block;
    margin-top: -100px;
    padding-top: 100px;
}
.colore_ore02{
  color: #fbac50;
}
/*============================================================================

	header

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

header {
	position: absolute;
	top:0;
	width:100%;
	height:93px;/* navのtopと同じ値にする */
	margin-bottom:80px;/* navのheightと同じ値にする */
	z-index: 99999;
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
/* ロゴ */
header h1{
	position:absolute;
	top:36px;
	z-index: 99999;
}
header h1,
header h1 img{
	width:548px;
	height:52px;
}

/* 住所 */
.header_info{
	float:right;
	text-align:right;
	padding-top: 24px;
}
.header_info li{
	float: left;
	/*line-height: 43px;*/
}
.header_info_ad{
	font-size: 13px;
	margin-right: 20px;
	letter-spacing: 2px;
}
.header_tel a{
	display: block;
	font-size: 25.37px;
	color: #fff;
	height: 43px;
	font-family: 'Josefin Sans', sans-serif;
  font-weight:700;
	background: #fbac50;
	position: relative;
	width: 289px;
	letter-spacing: 5px;
	text-align: center;
	padding-left: 30px;
	box-sizing: border-box;
}
.header_tel a:before{
	background: url(../images/header_tel.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top:-5px;
	bottom:0;
	left: 30px;
	margin: auto;
	content: "";
}
.header_tel a:hover{
	background: #8dca7d;
}




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

	nav

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

nav {
	position: absolute;
	top:90px;/* headerのheightと同じ値にする */
	width:100%;
	right: 30px;
	height:72px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
}
nav:after {
	background: #fff;
	border-radius: 20px;
	height: 100%;
	width: 680px;
	position: absolute;
	top:0;
	right: -30px;
	content: "";
	z-index: -1;
}
nav ul{
	height: inherit;
	text-align:right;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 13px 8px;
	vertical-align:middle;
	line-height: 1.7;
	font-size:17px;
	color: #333;
	letter-spacing: 1px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	text-align:center;
}
nav li:last-child a{
	padding-right: 0;
}
nav li a:hover,
nav li.active2 a{
	color:#333;
}
nav li a span{
	display: block;
	position:relative;
}
nav li a i{
	display: block;
	font-size: 11px;
	color: #a1cc7e;
	font-family: 'Roboto Mono', monospace;
  font-weight:500;
	font-style: normal;
}


/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:2px;
	margin:auto;
	background-color: #a1cc7e;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}

/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:200%;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #feecd7;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}
/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background: rgba(255,255,255,0.8);
}
.fixed ul{
	text-align: center;
}

.fixed::after{
	display: none;
}

.yoyaku img {
	position: fixed;
	right: -2px ;
	top: 180px;
	width: 70px;
}
.online img {
	position: fixed;
	right: -2px ;
	top: 480px;
	width: 70px;
}

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

	#mainvisual

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

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
	display:block;
	position:relative;
	height: 540px;
	background-image:url(../images/main01.png);
	background-size: cover;
	background-position:center ;
	background-repeat:no-repeat;
}
#mainvisual:before{
	background: url(../images/bg01.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 156px;
	position: absolute;
	bottom:0;
	content: "";
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	top:198px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.main_bnr{
	position: absolute;
	left: 0;
	bottom:121px;
}
.main_bnr li{
	margin-bottom: 10px;
}

.main_time{
	position: absolute;
	right: 10px;
	top: 400px;
	/*bottom:0;*/
	width: 427px;
	height: 340px/*287px*/;
	padding: 46px 20px;
	box-sizing: border-box;
	background: #fbfbfb;
	box-shadow: 5px 5px 0 rgba(255,239,220,0.5);
	font-size: 13px;
}
.main_time .tb01 td{
	font-size: 14px;
}
/*.main_time:before{
	background: url(../images/main_point.png) no-repeat;
	width: 287px;
	height: 75px;
	position: absolute;
	top:-49px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}*/


/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2{
	font-size: 32px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	color: #555;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:20px;
	color: #74bb62;
	font-family: 'Josefin Sans', sans-serif;
font-weight:700;
}



/* 背景変更用 */
#mainvisual.bg01{
	background-image:url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg02{
	background-image:url(../images/main_bg02.png) ;
	background-position: center 0%;
	background-size: cover;
	
}
#mainvisual.bg03{
	background-image:url(../images/main_bg03.png) ;
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg04{
	background-image:url(../images/main_bg04.png) ;
	background-position: center 0%;
	background-size: auto;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}






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

	#contents

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

main{
	display:block;
}
#container{
}

#contents{
	position:relative;
	width:1200px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



#contents_left{
	float:left;
	width:720px;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}
.right_medical h3 a{
	display:block;
	padding:7px 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
.right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{
	margin-bottom:15px;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}



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

	.breadcrumb（ぱんくずリスト）

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

.breadcrumbs {
	margin-bottom: 15px;
	font-size: 12px;
}
.breadcrumbs li:first-child {
	list-style: none;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
	padding-left: 0px;

	margin-bottom: 15px;
}

.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}

.breadcrumbs li:last-child:after {
    content: "";
}


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

	$slider

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


#loopSlide {
    margin: 0 auto;
    width: 100%;
     height: 307px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopSlide ul {
     height: 307px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopSlide ul li {
    width: 435px;
    height: 307px;
    float: left;
    display: inline;
    overflow: hidden;
}



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

	$footer

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

footer {
	position:relative;
	width:100%;
	background:#fbfbfb;
}


/* フッターの医院概要 */
.footer_info{
}
.footer_info .inner{
	position: relative;
	width:1200px;
	margin:0 auto;
	padding:60px 0 60px;
}

.footer_left{
	float: left;
	width: 560px;
}
.footer_right{
	float: right;
	width: 585px;
/*	padding-top: 25px;*/
	padding-top: 70px;
}
.footer_right h3{
	display: table;
	position: relative;
	margin: 0 auto 15px;
	font-size: 18px;
	padding: 0 15px;
	color: #8a7662;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	z-index: 1;
}
.footer_right h3:before{
	background: #e2e2e2;
	width: 100%;
	height: 11px;
	position: absolute;
	bottom:0;
	left: 0;
	margin: auto;
	content: "";
	z-index: -1;
	
}


.footer_clinic_info{
	padding-top: 45px;
	margin-bottom: 6px;
}
.footer_clinic_info ul li{
	border-bottom: 1px solid #bdac9b;
}
.footer_clinic_info ul li:last-child{
	border-bottom: none;
}
.footer_clinic_info dl dt{
	float: left;
	width: 120px;
	position: relative;
	color: #bdac9b;
	font-family: 'Roboto Mono', monospace;
font-weight:500;
	height: 56px;
	line-height: 56px;
	padding-left: 37px;
	box-sizing: border-box;
}
.footer_clinic_info dl dt:before{
	background: url(../images/access_icon.png) no-repeat ;
	width: 27px;
	height: 25px;
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	margin: auto;
	content: "";
}
.footer_clinic_info ul li:nth-child(2) dl dt:before{
	background: url(../images/tel_icon.png) no-repeat ;
	width: 26px;
	height: 26px;
}
.footer_clinic_info ul li:nth-child(3) dl dt:before{
	background: url(../images/fax_icon.png) no-repeat ;
	width: 22px;
	height: 26px;
}
.footer_clinic_info ul li:nth-child(4) dl dt:before{
	background: url(../images/medi_icon.png) no-repeat ;
	width: 21px;
	height: 25px;
}
.footer_clinic_info dl dd{
	height: 56px;
	line-height: 56px;
}
.footer_clinic_info ul li:nth-child(1) dl dd{
	line-height: 1.4;
	letter-spacing: 2px;
}
.footer_clinic_info ul li:nth-child(2) dl dt{
	height: 63px;
	line-height: 63px;
}
.footer_clinic_info ul li:nth-child(2) dl dd{
	height: 63px;
	line-height: 63px;
}
.footer_clinic_info dl dd a{
	font-size: 28px;
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
font-weight:700;
	letter-spacing: 4.5px;
}


.footer_logo,
.footer_logo img{
	width: 523px;
	height: 49px;
	margin: 0 auto;
}

.schedule table{
	width:100%;
}
.schedule_note li{
	text-align: right;
}




.pagetop{
	position:absolute;
	bottom:0;
	right: 0;
	cursor:pointer;
	
}
.pagetop_features img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy{
	text-align: center;
	/*padding-top: 60px;*/
}
.copy small{
	line-height:1;
	font-size:13px;
	color: #999999;
	letter-spacing:0.2em;
}



.tantouhyo{
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
	
}
.tantouhyo th.tit{
	width: 16%/*17%*/;
	border-left: 1px solid #fff;
}
.tantouhyo th{
	background: #caae8d;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
	border-right: 1px solid #fff;
}
.tantouhyo th.border_none{
	border-right:none;
}
.tantouhyo td{
	font-size: 14px;
	color: #4f422e;
	height: 68px;
	letter-spacing: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	/*padding: 20px 0;*/
}
.tantouhyo td.tdColor01{
	background: #e9b880;
	color: #fff;
}
.tantouhyo td.tdColor02{
	background: #cbce7b;
	color: #fff;
}
.tantouhyo td.tdColor03{
	background: #aada80;
	color: #fff;
}
.tantouhyo td.border_bottom{
	border-bottom: 1px solid #b0a188;
}
.tantouhyo td span{
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0;
}
th.week{
	width: 14%/*12%*/;
}








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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #555;
	font-size: 26px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	text-align: center;
}
/* 飾りの英語 */
h3.tit01 span{
	display:block;
	position:relative;
	letter-spacing: 2px;
	color: #fbac50;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
  font-weight:700;
	margin-top: 10px;
	z-index:2;
}


h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #b58921;
	font-size: 24px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	text-align:left;
}
h4.tit01 span{
	font-size: 16px;
}


h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #87c477;
	font-size: 19px;
font-family: "FOT-筑紫A丸ゴシック Std B";
}





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

	共通

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

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #fbac50;
	border: 1px solid #fbac50;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}

/*さんかく*/
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし*/
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/* まる & 背景 */
.list06{
	padding:35px 15px 25px 45px;
	background-color:#f7f7f7;
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
	
}
.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #DAC58B;
	border: 1px solid #DAC58B;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#f7f7f7;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}


/*----------注釈リスト----------*/
.list12 li{
  position: relative;
  margin-bottom: 5px;
  color: #746E6E;
  font-size: 98%;
  padding-left: 1em;
  text-indent: -1em;
}
.list12 li::before{
  content: "※";
  display: inline;
}

/*----------番号付き----------*/
.list13 {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}
.list13 li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}
.list13 li:last-of-type {
  margin: 0 0 0 30px;
}
.list13 li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: #74bb62;
  counter-increment: number;
  content: counter(number)".";
  font-weight: bold;
  left: -30px;
  position: absolute;
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	color:#3D4AA5;
	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:10px 25px;
	background: #f6ce96;
	color:#fff;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#87c477;
	color:#fff;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}









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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:5px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #d5d5d5;
	vertical-align: middle;
	padding: 1.5%;
}
.tb01 tr:first-child th,.tb01 tr:first-child td{
	background: #fbac50;
	color: #fff;
	border:none;
}
.tb01 th{
	line-height:1;
	white-space:nowrap;
	text-align:center;
	color: #555555;
}
.tb01 td{
	color: #74bb62;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#ddd 1px dotted;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:8px 24px 8px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
	color:#333;
}
.tb02 td{
	padding:8px 0;
	padding-right:0 !important;
	text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:none;
}

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #E7E3D9;
	white-space: pre-wrap;
	margin-bottom: 20px;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #fff6dc;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align:left;
}



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

	アンカーリンンク

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

/* 4個並び */
.ank01{
	margin:0 auto 100px;
}
.ank01 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9),
.ank01 li:nth-child(13),
.ank01 li:nth-child(17){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #a1cc7e;
	border-radius: 10px;
	font-weight:bold;
	color:#a1cc7e;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#a1cc7e;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}

.ank01.medical05_ank {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

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

	.layout

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

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
	padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	/*min-width:28%;*/
	width:28%;
	padding:0 3%;
	background-color:#e8f9e4;
	letter-spacing: 0.1em;
	color: #74bb62;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	float:left;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#F7F7F7;
}
.layout02 dl:nth-child(even){
	margin-right:0;
}
.layout02 dl dt{
	margin-bottom:10px;
	font-weight: bold;
	font-size:18px;
	line-height:1.3;
	text-align:center;
}
/* 数字 */
.layout02 dl dt em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout02 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.layout02 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.layout02 dl dd p{
	margin-bottom:0;
	text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout04 dt,
.layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.layout04 dt img{
	width:100%;
}
.layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.layout04 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.layout05 dt,
.layout05 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
		vertical-align:middle;
}
.layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.layout05 dd:nth-child(2){
	width:36.5%;
}
.layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

.layout05 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout05_text1{
}

.layout05_text1 ul{
	margin-bottom:15px;
}

.layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
	padding-bottom:20px;
}
.layout06 dl {
    display: table;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.layout06 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout06_text1{
}
.layout06_text1 ul{
	margin-bottom:15px;
}
.layout06_text1 ul li span{
	display:block;
}


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #33409A;
    border-right: 2px solid #33409A;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}


/*----------枠----------*/
.box_style01{
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 15px;
}
.box_style02{
	border: solid 3px #ff8327;
	padding: 20px;
	margin: 0 0 15px;
}
/*==================================================================

	box

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

.box1{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.box2{
	margin-bottom:100px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



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

	.top_doctor

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

.top_doctor{
	overflow: hidden;
	padding-top: 40px;
}
.top_doctor h3.tit01{
	padding-top: 65px;
	margin-bottom: 18px;
}
.top_doctor h3.tit01:before{
	background: url(../images/top_doctor_icon.png) no-repeat;
	width: 30px;
	height: 38px;
	position: absolute;
	top:18px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}

.top_doctor .text{
	float: left;
	width: 771px;
	padding-top: 82px;
	position: relative;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 1.8px;
	z-index: 1;
}
.top_doctor .text:before{
	background: url(../images/top_doctor_bg.png) no-repeat;
  background-size: cover;
	width: 1422px;
	/*height: 686px;*/
  height: /*795px;*/840px;
	position: absolute;
	top:0;
	right: -352px;
	content: "";
	z-index: -1;
}
.top_doctor .text h4.tit01{
	margin-bottom: 30px;
}

p.doctor_name{
	color: #79ac6b;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	text-align: right;
	font-size: 20px;
}
p.doctor_name span{
	font-size: 16px;
	margin-right: 20px;
}

.top_doctor_img{
	float: right;
	position: relative;
	width: 393px;
	z-index: 2;
}
.top_doctor_img li:nth-child(1){
	position: relative;
	top:-40px;
}
.top_doctor_img li:nth-child(2){
	position: relative;
	top:-10px;
	right: -144px;
}


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

	.top_medical

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

.top_medical{
	margin-top: 88px;
	padding-top: 60px;
	padding-bottom: 100px;
	background: #e8f9e4;
}
.top_medical h3.tit01{
	padding-top: 45px;
	margin-bottom: 22px;
}
.top_medical h3.tit01:before{
	background: url(../images/top_medical_icon.png) no-repeat;
	width: 40px;
	height: 29px;
	position: absolute;
	top:8px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}

.top_medical_list{
	display: flex;
/*	justify-content: space-between;*/
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.top_medical_list a{
	width: calc((100% - 40px) / 4);
	display: flex;
	justify-content: center;
}
.top_medical_list dl{
	position: relative;
}
.top_medical_list dl dt{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}
.top_medical_list dl dt img{
	width: 100%;
}
.top_medical_list dl dd{
	position: relative;
	background:#87c477;
	/*width: 299px;*/
	width: 86%;
	height: 180px;
	/*padding-top: 105px;*/
	padding: 80px 10px 10px;
	margin:-77px auto 20px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.4;
	transition: ease-in-out 0.3s;
}
.top_medical_list a:hover dl dd{
	background: #fbac50;
}
.top_medical_list dl dd:before{
	background: url(../images/top_medical_icon01.png) no-repeat;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}
.top_medical_list a:nth-child(2) dl dd:before{
	background: url(../images/top_medical_icon02.png) no-repeat;
}
.top_medical_list a:nth-child(3) dl dd:before{
	background: url(../images/top_medical_icon03.png) no-repeat;
}
.top_medical_list a:nth-child(4) dl dd:before{
	background: url(../images/top_medical_icon04.png) no-repeat;
}
.top_medical_list a:nth-child(5) dl dd:before{
	background: url(../images/top_medical_icon05.png) no-repeat;
}
.top_medical_list dl dd h4{
	display: table;
	font-size: 22px;
	position: relative;
	z-index: 1;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	padding: 0 10px;
	margin:0 auto 8px;
}
.top_medical_list dl dd h4:after{
	background: #c3d395;
	height: 9px;
	width: 100%;
	position: absolute;
	bottom:3px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	content: "";
}




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

	.top_features

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

.top_features{
	background:url(../images/top_features_bg.png) center no-repeat;
	background-size: cover;
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 100px;
	height: 900px;
}
.top_features h3.tit01{
	padding-top: 45px;
	margin-bottom: 8px;
}
.top_features h3.tit01:before{
	background: url(../images/top_features_icon.png) no-repeat;
	width: 42px;
	height: 34px;
	position: absolute;
	top:8px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}

.top_features_text{
	width: 1094px;
	margin: 0 auto 40px;
	text-align: center;
	color: #555555;
	letter-spacing: 2px;
	padding: 40px 0 50px;
	background: rgba(255,255,255,0.5);
}
.top_features_text h4{
	font-size: 24px;
	color: #fbac50;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	margin-bottom: 30px;
}

.top_features_list{
	width: 816px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between
}
.top_features_list_item{
	width: 30%;
}

.top_features_list dl{
	float: left;
	margin-right: 50px;
}
.top_features_list dl:nth-child(3){
	margin-right: 0;
}
.top_features_list dt{
	margin-bottom: 20px;
}
.top_features_list dd{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	font-size: 16px;
	padding-left: 83px;
	letter-spacing: 1.5px;
	text-align: left;
	height: 350px;
}
.top_features_list dd h4{
	display: table;
	font-size: 22px;
	color: #9f8d78;
	font-weight: 500;
	background: #fff;
	border-radius: 10px;
	padding-top: 40px;
	width: 47px;
	line-height: 47px;
	height: 267px;
	box-sizing: border-box;
	position: relative;
	margin-top: -80px;
	margin-left: 20px;
}
.top_features_list dd.last h4{
	padding-top: 25px!important;
}


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

	.top_vr

==================================================================*/
.top_vr {
	margin-top: 90px;
}
.top_vr iframe{
	width: 1200px;
	margin: 0 auto;
}


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

	$doctor

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

.doctor_greet .text{
	float:left;
	width:400px;
}

.doctor_carr{
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	float:left;
	width: 43%;
	padding: 20px 30px;
	background-color:#fff6dc;
	font-size:14px;
	border-radius: 20px;
}
.doctor_carr_sec1:last-child{
	float: right;
	margin-right:0;
}
.doctor_carr_sec2{
	float:left;
	width: 43%;
	padding: 20px 30px;
	background-color:#fff6dc;
	font-size:14px;
	border-radius: 20px;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}
.doctor_carr_sec1 table{
	width:100%;
}


.doctor_list{
	 display: -webkit-flex;
  display: flex;
	justify-content: center;
  /*-webkit-justify-content: space-between;
  justify-content: space-between;*/
	flex-wrap: wrap;
}
.doctor_carr02{
	width: 18%;/*26%←3つの時*/
	margin: 20px 0 30px 20px;
	/*margin-bottom: 30px;*/
	border: 2px solid #fff6dc;
	padding: 20px 30px;
	border-radius: 20px;
	font-size: 14px;
}





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

	.news

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

.top_news{
	
}
.top_news_left{
	float: left;
	padding-top: 60px;
}
.top_news h3{
	position: relative;
	color: #555;
	font-size: 26px;
	padding-top: 50px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	margin-bottom: 30px;
}
.top_news h3:before{
	background: url(../images/top_news_idon.png) no-repeat;
	width: 42px;
	height: 32px;
	position: absolute;
	top:15px;
	left: 0;
	content: "";
}
.top_news h3 span{
	display: block;
	color: #fbac50;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
font-weight:700;
}
.top_news_flame{
	float: right;
	margin-top: 30px;
	width: 880px;
	height: 263px;
	padding:55px 43px;
	background: #f5f5f5;
	border-radius: 20px;
	box-sizing: border-box;
}
.top_news_flame li{
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.top_news_flame li:last-child{
	border-bottom: none;
}
.top_news_flame li a{
	display: block;
	width: 732px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	box-sizing:border-box;
	color: #333;
	font-size: 16px; 
}
.top_news_flame li a:hover{
	color: #999;
}
.top_news_flame li a span{
	display: inline-block;
	width: 139px;
	height: 30px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	border-radius: 10px;
	color: #87c477;
	margin-right: 30px;
}
.top_news_flame li:nth-child(2) a span{
	color: #fbac50;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	color:#555;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #fbac50;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */




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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	color: #87c477;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	background: #fff6dc;
	padding: 45px 50px 25px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
	color: #b58921;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}



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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下） */

.clinic_slides2{
	padding-bottom:100px;
}
.clinic_slides2 .flexslider{
	position:relative;
	width: 70%;
	margin: 0 auto;
}
nic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div{
	display:table;
	position: relative;
	margin-top:-60px;
	margin-left:30px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides2 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
}
.clinic_slides2 .flex-control-thumbs {
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    bottom: -240px;
    width: 100%;
    right: 0px;
    left: 0px;
    padding: 0px 1%;
}
.clinic_slides2 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides2 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3{
}
.clinic_slides3 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides3 .flexslider li div{
	display:table;
	position:absolute;
	width:94%;
	height:80px;
	margin-top:-95px;
	margin-right:3%;
	margin-left:3%;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides3 .flexslider h4,.clinic_slides3 .flexslider p{
	display:table-cell;
	padding:8px 15px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
}
.clinic_slides3 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides3 .flexslider p{

}

.clinic_slides3 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 4% 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides4{
	padding-bottom:100px;
}
.clinic_slides4 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides4 .flexslider li div{
	display:table;
	position: absolute;
	bottom:-80px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides4 .flexslider h4,.clinic_slides4 .flexslider p{
		display:table-cell;
	padding:8px 10px;
	box-sizing:border-box;
	vertical-align:middle;
}
.clinic_slides4 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides4 .flexslider p{
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides5{
	padding-bottom:100px;
}
.clinic_slides5 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides5 .flexslider li div{
	position: absolute;
	bottom:-80px;
	width: 100%;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}

.clinic_slides5 .flexslider h4{
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
	text-align:center;
}




/* 医院概要 */

.clinic_img{
	float: right;
}

.clinic_sec1{
	float: left;
	width: 700px;
	position:relative;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-family: "FOT-筑紫A丸ゴシック Std B";
	color: #87c477;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
}

.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}

.clinic_vr{
	margin-top: 190px;
}



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

	$facilities

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



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
	float:left;
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





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

	$qa

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

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#262E7C;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}

.flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.flex div:nth-child(1){
	width:40%;
}
.flex div:nth-child(2){
	width:58%;
}
.flex div:nth-child(2) img{
	max-width: 350px;
	height:auto;
}
.flex img{
	border-radius:8px;
}

.img_flex ul.flex li{
	display:block;
	width:23%;
	text-align:center;
}
.img_flex img{
	width:100%;
}
