@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	position: relative;
	font-family: "Noto Sans","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
	font-size:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #a2dbf2;
	text-decoration: none;
}
a:hover {
	color:#0068b7;
}
::selection{
	background-color:#b1cff0;
}
::-moz-selection{
	background-color:#b1cff0;
}

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



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

	header

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

header {
	width:100%;
	height:80px;/* navのtopと同じ値にする */
	margin-bottom:60px;/* navのheightと同じ値にする */
	background-color: #fff;
}
header .inner{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	width:1200px;
	box-sizing:border-box;
	margin:auto;
	padding-top:30px;
	color: #7a95ab;
	font-size: 13px;
}

.header_tel img{
	position: relative;
	top: 6px;
  right: 8px;
	width: 247px;
	height: 20px;
}
/* ロゴ */
.nav_wrap h1 a img{
	width: 360px;
	height: 61px;
}


/*予約ボタン*/
/*.header_reserv img {
    position: relative;
    top: -11px;
    right: -94px;
    width: 204px;
}*/
.header_inner_wrap {
  display: flex;
  justify-content: space-between;
width: 590px;
}
.header_reserv {
	display: flex;
	gap:10px;
}
.header_reserv a {
	font-family: "Noto Sans","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
 font-weight: 700;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
}
.header_reserv a i {
	padding-right: 0.5em;
}
.header_reserv a:hover {
	opacity: 0.7;
}
.yoyaku_btn {
  display: block;
  background: #599CD3;
  width: 150px;
}
.line_btn {
  display: block;
  background: #4cc764;
  width: 150px;
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: none;
	z-index: 10000;
}
.modal_content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
}
.modal_h3 {
	font-size: 28px;
	color: #0167b8;
	font-weight: 700;
}
.modal_tit_en {
	position: relative;
	font-size: 15px;
  color: #8db4d2;
	font-family: "futura-pt",sans-serif;
	
}
.modal_tit_en::before {
	position: relative;
  content: "-";
	left: -10px;
}
.modal_tit_en::after {
	position: relative;
  content: "-";
	right: -10px;
}

.js-modal-close {
  position: absolute;
  top: -32px;
  right: -10px;
  font-size: 30px;
}
.js-modal-close i {
	color: #35546b;
}
.modal_content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_01.png);
  position: absolute;
  top: 0;
  left: 0;
	border-radius: 10px;
}
/*============================================================================

	nav

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

.nav_wrap {
	position: absolute;
	top:80px;/* headerのheightと同じ値にする */
	width:100%;
	height:80px;/* headerのmargin-bottomと同じ値にする */
	background-color:rgba(255,255,255,1);
	z-index:9999;
}
.nav_inner{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	width: 1200px;
	margin: auto;
}


nav ul{
	height: inherit;
	margin:10px auto 0;
	text-align:center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 0 16px;
	vertical-align:middle;
	font-size:16px;
	text-align:center;
	font-family: "こぶりなゴシック W3 JIS2004";
	color: #333333;
}

nav li a span.en{
	display: block;
	padding-top: 5px;
	text-align: center;
	color: #8bb7d9;
	font-size: 12px;
	font-family: "はるひ学園"
}
nav li a span:hover{
	color: #333333;
}

nav li.active2 a{
	color: #2375B2;
}
nav li a span:last-child{
	position:relative;
}

/* 間のボーダー */
nav li a::after{
  content: "";
  position: absolute;
  left: -1px;
	top:7px;
	bottom:0;
	margin:auto;
	width: 1px;
	height: 39px;
	background-color: #c5e0f5;
}
nav li:first-child a::after{
}

nav li:last-child a::before{
	content: "";
  position: absolute;
  left: 93px;
	right: 0px;
	top:7px;
	bottom:0;
	margin:auto;
	width: 1px;
	height: 39px;
	background-color: #c5e0f5;
}

/* ホバーのボーダー */
nav li a span::before{
  position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:60%;
	height:2px;
	margin:auto;
	background-color: #8bb7d9;
	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:150%;
	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 .cllinic_slidebtm div{
	width:100%;
}
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: rgba(125, 171, 221, 0.5);
	color: #fff;
}

/* 矢印 */
.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;
	background-color:rgba(255,255,255,0.8);
}

.fixed h1{
	padding-top:7px;
}



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 320px;
	background-image:url(../images/mainvisual_under.png);
	background-color: #fff;
	background-position:center ;
	background-repeat:no-repeat;
}
#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;
	bottom: 107px;
	right: 0px;
	background: url(../images/mainvisual_open_bg.png);
	width: 194px;
	height: 194px;
	font-family:"秀英丸ゴシック L";
	font-size: 16px;
	color: #fff;
	transition: ease-in 0.2s;
}
.mainvisual_catch::after{
	position: absolute;
	top:36px;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
	background: url(../images/mainvisual_open_icon.png) no-repeat;
	height: 63px;
	width: 62px;
	content: "";
	transition: ease-in 0.2s;
}

.mainvisual_catch p{
	position:absolute;
	right: 0;
	left: 0;
	top:100px;
	font-size: 23px;
	text-align: center;
	text-shadow: -1.176px -1.618px 0px rgba(83, 104, 163, 0.36);
}
.mainvisual_catch p:last-child{
	top:132px;
	font-size: 20px;
}

.mainvisual_catch:hover{
	color: #dee5ec96;
	transition: ease-in 0.2s;
}

.mainvisual_catch:hover::after{
	opacity: 0.7;
	transition: ease-in 0.2s;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-top: 60px;
	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-weight:bold;
	font-size: 27px;
	color: #0167b8;
	font-family:"秀英角ゴシック銀 L";
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #8db4d2;
	font-family: "はるひ学園";
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
	position: relative;
	content:"-";
}
.mainvisual_headline p::before{
	left:-0.5em;
}
.mainvisual_headline p::after{
	right:-0.5em;
}

/* 背景変更用 */
#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;
}



.top_news_flame{
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	height: 40px;
	width: 1000px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.8);
	line-height: 40px;
}

.news_tit{
	width: 150px;
	height: 40px;
	padding-left: 44px;
	background-color: #a1c6ee;
	border-radius: 6px 0 0 6px;
	color: #ffffff;
	font-size: 16px;
	font-family: "こぶりなゴシック W3 JIS2004";
	box-sizing: border-box;
}

.top_news_flame p{
	position: absolute;
	top:0px;
	right: 20px;
	color: #a2dbf2;
	font-size: 14px;
	font-family: "FOT-筑紫A丸ゴシック";
}

.top_news_flame p:hover{
	opacity: 0.7;
}
.cityterrace_beauty{
	position: absolute;
	bottom: 90px;
	left: 100px;
	width: 380px;
}
.cityterrace_beauty img{
	width: 100%;
}
/*==================================================================

	#contents

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

main{
	display:block;
}
#container{
	padding-top:100px;
	padding-bottom: 100px;
}

#contents{
	position:relative;
	margin:0 auto;
	padding-top:70px;
	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%;
}


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

	.grid

============================================================================*/
.grid{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.stripe_wrap{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	max-width: 1522px;
	height: 100%;
	margin: auto;
}

.stripe{
	background-color: rgba(207,207,207,0.30);
	height: 100%;
	width: 1px;
}





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

	$footer

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

footer {
	position:relative;
	width:100%;
}

.footer_info {
	padding: 72px 0 80px;
	background-color: #35546b;
}
.footer_info .inner{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	width:1066px;
	margin: auto;
}

.footer_left{
	padding-bottom: 16px;
	padding-right: 13px;
	border-right: 1px solid #6e7f91;
}

.footer_info_overview{
	padding-top: 32px;
	color: #fff;
	display: flex;
  align-items: center;
}

.footer_info_overview dt{
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-right: 20px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.footer_info_overview:nth-child(2){
	padding-top: 7px;
}

.footer_info_overview a{
	color: #ffffff;
	font-size: 25px;
	font-family: "はるひ学園"
}
.footer_info_overview dd{
	display: inline-block;
}

.schedule{
	width: 450px;
	padding-top: 27px;
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	float:right;
	width:506px;
	font-size:14px;
	margin-top:4px;
}
.schedule table{
	width:100%;
	border-radius: 5px;
	background-color: #253b4b;
	color: #fff;
}
.schedule table tr:first-child td{
	color: #fff;
	padding: 16px 13px 8px 13px;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "ヒラギノUD角ゴ W6 JIS2004"
}
.schedule_note li{
	display:inline-block;
}

.schedule_note span{
	padding: 0px 16px;
}

.footer_right iframe{
	width: 480px;
	height: 320px;
	border-radius: 10px;
	border: none;
}
.footer_right{
	margin-top: 16px;
	padding-left: 65px;
}
.footer_yoyaku{
	display: none;
	background-color: #f0f4f7;
	padding: 60px 0 80px;
}
.footer_yoyaku .inner{
	display: flex;
	display: -ms-flex;
	justify-content: center;
	justify-content: -ms-center;
	width:1090px;
	margin: auto;
/*	padding: 72px 0 80px;*/
}
.footer_yoyaku inner{
	margin: 15px 3px;
	/*width: 500px;*/	
}
#haisha-yoyaku-richReserve,#haisha-yoyaku-commentWidget{
	width: 100%;
}

div.footer_voice{
	margin-right: 40px;
	padding-bottom: 16px;
	padding-right: 40px;
	border-right: 1px solid #0068b7;
}
div.footer_calendar{
	margin: auto;
}

/* フッターのロゴ */

.footer_logo {
	padding-top: 45px;
	text-align: center;
}
.footer_logo img{
	width: 256px;
	height: 152px;
}
/* フッターのナビ */

.footer_navi{
}
.footer_navi .inner{
	width:1080px;
	margin:0 auto;
	padding:60px 0 40px;
}
.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	z-index:9999;
}
.footer_navi ul{
	width:1080px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 18px;
	vertical-align:middle;
	line-height: 1.6;
	color: #333333;
	font-size: 16px;
	text-align:center;
	font-family: "こぶりなゴシック W3 JIS2004";
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#1F2774;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}


/* ホバーのボーダー */
.footer_navi ul li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -10px;
	width:60%;
	height:2px;
	margin:auto;
	background-color: #8bb7d9;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
.footer_navi ul li a:hover span::before,
.footer_navi ul li.active2 a span::before{
	transform: scaleX(1);
}
/* ページトップ */
.pagetop,
.pagetop img{
width:80px;
height:80px;
}
.pagetop{
	position:relative;
	margin:20px auto 20px;
	text-align:center;
	cursor:pointer;
	
}
.pagetop 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{
	margin-bottom:45px;
	text-align: center;
	font-family: "はるひ学園";
	letter-spacing: 0.095em;
}
.copy small{
	color: #8bb7d9;
	font-size: 14px;
}











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

	タイトル

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

/*パターン1*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #99bde2;
	font-weight: 500;
	font-size: 58px;
	font-family: "futura-pt",sans-serif;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 */
h3.tit01::before{
/*	position: absolute;
	width: 200px;
	height: 62px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit01_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";*/
}
/* 飾りの英語 */
h3.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 0.3em;
	color: #888888;
	font-size:18px;
	font-weight: 600;
	z-index:2;
}
h3.tit01 span::before{
	margin-left:20px;
	margin-right:20px;
	content:"/";
	font-weight: 600;
	/*letter-spacing: ;*/
}

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}
/*パターン1*/
h3.tit03 {
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #99bde2;
	font-weight: 500;
	font-size: 58px;
	font-family: "futura-pt",sans-serif;
	text-align: center;
}

/* アイコンの余白 */
h3.tit03 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit03 span{
	display:inline-block;
	position:relative;
	letter-spacing: 0.3em;
	color: #888888;
	font-size:18px;
	font-weight: 600;
	z-index:2;
}
h3.tit03 span::before{
	margin-left:20px;
	margin-right:20px;
	content:"/";
	font-weight: 600;
	/*letter-spacing: ;*/
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #35546b;
	font-size: 24px;
	text-align:left;
	font-weight: 600;
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit02 {
	letter-spacing: 0.15em;
  background: #35546b;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}
h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #0167b8;
	font-size: 18px;
	font-weight: bold;
}


h5.tit01 span{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #333333;
	font-size: 16px;
}



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

	共通

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

/*院長略歴*/
.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: 8px 4px 8px 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: #E0D0BF;
	border: 1px solid #E0D0BF;
	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:#f1f4f8;
}
.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: '';
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	background-color: #8db4d2;
	color: #fff;
	text-align:center;
	font-weight:bold;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(120,148,177,1.00) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.btn01 a i{
	margin-right:10px;
	color:#fff;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover {
  background-position: -100% 0;
  color: #fff;
}

/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #00408f;
	color:#00408f;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#00408f;
	color:#fff;
}


.btn02_list li{
	float: left;
	margin: 0 20px 70px 0;
}


/*ボタン クリニック特徴*/
.btn03 {
    margin: 0 0 50px 0px;
}

.btn03 li a {
    display: inline-block;
	float:left;
    width: 200px;
    margin: 0 16px 20px 0;
	padding:10px 0 8px;
	color:#fff;
    text-align: center;
	letter-spacing: 0.3em;
    background: #8db4d2;
	border-radius: 5px;
}

.btn03 li a:hover{
	background:#00408f;}


/* 画像を右寄せ　※画像サイズは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;
}

.img_fl{
	display:block;
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fl 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:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}

.tb01 tr:last-child td{
	padding-bottom: 16px;
}

.tb01 th{
	padding:10px 22px 8px 22px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

}
.tb01 td{
	padding:9px 11px 8px 3px;
}


/*医院概要*/
.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: #e2e2e2;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #f1f4f8;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}



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

	アンカーリンンク

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

/* 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){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}



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

	.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{
	width:15%;
	padding:0 3%;
	background-color:#99bde2;
	letter-spacing: 0.1em;
	color: #fff;
	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: "futura-pt",sans-serif;
	font-size:38px;
	font-weight:normal;
	color:#fff;
}
.layout01 dd{
	padding:3%;
	background-color: #fff;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	float:left;
	margin-right:2%;
	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: url(../images/bg_01.png);
	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{
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color: #0167b8;
	font-family:"秀英角ゴシック銀 L";
	font-size:30px;
	font-weight: normal;
}




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

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background: url(../images/bg_01.png);
	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{
	font-size:18px;
	font-weight:bold;
	color: #888888;
}
.layout04 dd h5 span{
	margin-right:10px;
	color: #99bde2;
	font-family: "futura-pt",sans-serif;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f1f4f8;
	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;
    font-size: 14px;
}
.layout06 dl:before{
	position:absolute;
	left:0;
	width:100%;
	border-top: 1px solid #dde2e8;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #dde2e8;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	width:400px;
	padding:0 3%;
	background-color:#f1f4f8;
	letter-spacing: 0.1em;
	color: #666;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-size:38px;
	font-weight:normal;
	color:#0167b8;
	font-family: "futura-pt",sans-serif;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
	background-color: #fff;
}
.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{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#f1f4f8;
}
.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;
	color: #35546b;
}
.layout07 dl dt em{
	display: block;
	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

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

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:100px;
}

.flex_box{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;

}
.text {
	position:relative;
	margin-bottom:70px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



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

	.top_doctor

==================================================================*/
.top_doctor{
	position: relative;
	padding-bottom: 200px;
	background: url(../images/top_doctor_img_bg.png) no-repeat;
	background-position:81.5% 0px;
}
.top_doctor h3.tit01{
	margin-top: 55px;
}
.top_doctor .text{
	position:relative;
	width: 650px;
	margin-left: 30px;
	border-radius: 10px;
	padding:45px 52px 22px 28px; 
	background-color: rgba(255, 255, 255, 0.5);
	line-height: 2.3;
	box-sizing: border-box;
}

.doctor_name{
	text-align: right;
}

.doctor_name span{
	padding-left: 35px;
}
.top_doctor_img{
	float:right;
	color:#1F2774;
	line-height: 1.4;
	font-weight:bold;
}
.top_doctor_img dt{
	margin-bottom:7px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:16px;
}
.top_doctor_img dd span{
	display:block;
	letter-spacing:2px;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	color:#C3AF97;
}

.top_doctor .btn01{
	float:right;
	width:240px;
}
.top_doctor .btn01 a{
	display:block;
}

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

	.top_feature

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

.top_feature{
	background: url(../images/top_feature_bg.png);
	height: 1257px;
	margin-top: -117px;
}

.top_feature .box2{
	padding-top: 230px;
}

.top_feature h3.tit01{
	padding: 9px 44px 9px 64px;
}
.top_tit{
	display: flex;
	display: -ms-flex;
	flex-direction: row-reverse;
	flex-direction: -ms-row-reverse;
}

.tit_text{
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
	line-height: 2.4
}

.top_feature_box{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
	padding-top: 56px;
	transition: ease-in-out 0.3s;
}

.top_feature_box:last-child{
	width: 930px;
	margin: auto;
	padding-top: 98px;
}

.top_feature_box dl dt{
	width: 280px;
	height: 180px;
	overflow: hidden;
	transition: ease-in-out 0.3s;
}

.top_feature_box dl dt img{
	transition: ease-in-out 0.3s;
}

.top_feature_box dl:hover dt img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: ease-in-out 0.3s;
}

.top_feature_box dd{
	position: relative;
	padding-top: 16px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	font-family: "秀英角ゴシック銀 L";
}

.top_feature_box dd::after{
	position: absolute;
	top:60px;
	right: 0;
	left: 0;
	margin: auto;
	width: 70px;
	height: 2px;
	background-color: #b3c0ce;
	content: "";
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(120,148,177,1.00) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

.top_feature_box dl:hover dd::after{
	background-position: -100% 0;
}
/*==================================================================

	.top_medical

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

.top_medical{
	padding-top: 23px;
}

.top_medical h3.tit01{
	padding: 9px 49px 9px 62px;
}

.top_medical .top_tit{
	flex-direction: row;
	flex-direction: -ms-row;
}

.top_medical .tit_text{
	text-align: left;
	margin-left: 48px;
}

.top_medical_list{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
	padding-top: 56px;
}

.top_medical_list:last-child{
	padding-top: 70px;
}

.top_medical_list dt{
	position: relative;
}

.top_medical_list dt span{
	position: absolute;
	top: -18px;
  left: -15px;
}

.top_medical_list a:nth-child(5) dt span{
	position: absolute;
	top: -25px;
  left: -15px;
}

.top_medical_list dl:hover span{
	animation: bound 2s linear infinite;
}

.sp_top_medical_list{
		display: none;
	}

@-webkit-keyframes bound {
 0% {
transform: translate(0, -3px);
}
 50% {
transform: translate(0, 0px);
}
 70% {
transform: translate(0, -5px);
}
 90% {
transform: translate(0, -2px);
}
 100% {
transform: translate(0, 0);
}
}


.top_medical_list dd{
	position: relative;
	padding-top: 16px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	font-family: "秀英角ゴシック銀 L";
}

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

	.top_medical3

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

.top_medical3{
}
.top_medical3 .text p{
	text-align:center;
}
.top_medical3_list{
}
.top_medical3_list li{
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical3_list li:last-child{
	margin-right:0;
}
.top_medical3_list a{
}
.top_medical3_list img{
	width:100%;
}







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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
}

.top_medical4_list{
	width:980px;
	margin:0 auto;
}
.top_medical4_list dl{
	position:relative;
	float:left;
	width: 270px;
    margin-right:85px;
	margin-bottom:112px;
	text-align:center;
}
.top_medical4_list dl:nth-child(3n){
	margin-right:0;
}
.top_medical4_list a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical4_list dt img{
	width:100%;
	border-radius:100%;
}
.top_medical4_list dd h4{

	position:absolute;
	left:-6px;
	top:0;
		font-size:21px;
}
.top_medical4_list dd p{
		position:absolute;
	left:-6px;
	bottom:0;
	font-size:14.5px;
}





















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

	$doctor

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

.doctor_tit{
	display: inline-block;
	margin-top: 55px;
	padding: 9px 35px 9px 54px;
	border-radius: 5px;
	background-color: rgba(125, 171, 221, 0.8);
	color: #ffffff;
	font-size: 67px;
	font-family: "futura-pt",sans-serif;
	font-weight: 500;
}

.doctor_greet .text{
	float:left;
	width:400px;
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}

.doctor_carr{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;

}
.doctor_carr_sec1{
	width: 48%;
	padding: 40px 40px;
	background: url(../images/bg_01.png);
	font-size:14px;
	box-sizing: border-box;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}
.doctor_carr_sec1 table{
	width:100%;
}

.doctor_carr h4.tit01{
	font-size: 22px;
	color: #0167b8;
	font-family: "秀英角ゴシック銀 L";
}


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

	.news

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

.top_news{
	font-size:14.5px;
}

.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#0068b7;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #888888;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:40px;
	overflow: hidden;
}

.news_text ul{
	padding-left: 26px;
}

.news_text ul:hover{
	text-decoration: underline;
	text-decoration-color: #8bb7d9;
}

.news_text ul:hover a{
	text-decoration-color: #8bb7d9;
}

.news_text ul a{
	color: #0068b7;
}

.news_text ul a span{
	color: #888888;
	padding-right: 20px;
}


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

	$access

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

.access_guide{
	margin-bottom:20px;
	color: #35546b;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
	color: #99bde2;
}

.access_map dd iframe{
	border: none;
	height: 560px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.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;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}

.access_list {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}
.access_list dl {
  width: 33.2%;
  margin-bottom: 30px;
}
.access_list dd {
  width: 94%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.advice_box{
	margin-top: 100px;
	align-items: center;
}

.advice_box p{
	margin-left: 40px;
}


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

	$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;
}
.clinic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div{
	display:table;
	position: absolute;
	margin-top:-60px;
	margin-left:20px;
	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;
	color:#002A64;
}
.clinic_slides2 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -100px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.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_sec1{
	position:relative;
	font-size:14.5px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	width: 68%;
}
.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-weight:bold;
	color: #35546b;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
	font-size:14px;
}

.clinic_sec1 .schedule li{
	border-bottom:none;
}

.clinic_sec1 .schedule_note{
	color: #666666;
}





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

	$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;
}





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

	$feature

==================================================================*/
.machine_box{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	padding: 40px 0 70px;
	border-bottom: 2px solid #D8E1EA;
}

.machine_box:last-child{
	border: none;
}

h4.machine_tit{
	display: inline-block;
	border-radius: 5px;
	padding: 13px 34px 5px 34px;
	margin-bottom: 40px;
	background-color: rgba(125, 171, 221, 0.8);
  color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.2em
}

.machine_box:nth-child(even) h4.machine_tit{
	background-color: rgba(68, 123, 156, 0.8);
}

.machine_txt{
	width: 65%;
}
.point_box_wrap{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
}
.point_box {
	position: relative;
	width: 48.5%;
	margin: 20px 0;
	padding: 26px 30px;
	border: solid 3px #8db4d2;
	border-radius: 8px;
	box-sizing: border-box;
	background: #FFF;
}

.point_box:last-child{
	width: 100%;
}
.point_box .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #0167b8;
	font-weight: bold;
}
.point_box p {
	margin: 0; 
	padding: 0;
}

.achievement_box{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
	align-content: flex-start;
}

.achievement_box2{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	flex-wrap: -ms-wrap;
	align-content: flex-start;
}

.achievement_box2 div{
	margin-right: 20px;
}

.achievement_box div{
	margin-bottom: 20px;
}

#feature01,#feature02,#feature03,#feature04,#feature05,#feature06,#feature07,#feature01_a,#feature01_b{
	padding-top: 100px;
  margin-top: -100px;
}

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

	$first

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

.first_01 li{
	float: left;
	margin: 15px 30px 30px 0;
}

.first_box{
	position:relative;
	padding-bottom: 50px;
	margin-bottom:50px;
	border-bottom: 2px solid #D8E1EA;
}

.first_box p {
	margin-bottom:1em;
}

.first_box:last-child{
	border: none;
	margin-bottom:0;
}
/*==================================================================

	$LINE

==================================================================*/
.line_flow_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
gap: 30px;
	text-align: center;
	margin: 50px 0;
}

.line_flow_box dl {
  width: 30%;
}
.line_flow_box dl dt img {
  height: 380px;
}
.line_flow_box dl dd {
	width: 85%;
	margin: 0 auto;
}
.line_icon_cox {
	background: url(../images/bg_01.png);
	padding: 30px;
	text-align: center;
}
.line_icon_cox img {
	display: inline-block;
	padding: 20px;
}

