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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#4b3921;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	background: url("../images/body_bg.png") top left repeat;
}
main {
	display: block;
	overflow: hidden;
}
a {
	color: #1F2774;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
	position: absolute;
	top: 0px;
	width:100%;
	height:93px;/* navのtopと同じ値にする */
	margin-bottom:80px;/* navのheightと同じ値にする */
	z-index: 1;
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:38px;
}
header .inner p {
	margin-top: 5px;
}



/* 住所 */
.header_info{
	text-align:left;
}
.header_info_ad{
	color: #fff;
	letter-spacing: 0.15em;
}

/* ご予約・お問合せ */
.header_tel{
	position: relative;
	text-align:left;
	font-size: 30px;
	letter-spacing: 0.3em;
	line-height: 1.4;
}
.header_tel li::before {
	content: "";
    position: absolute;
    left: 0;
	width:18px;
	height:25px;
	top:5px;
	bottom:0;
	background-image: url("../images/tel_ico.png")
}
.header_tel a {
	margin-left: 30px;
	color: #fff;
	
}




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

	nav

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

nav {
	position: absolute;
	top:160px;
	width:100%;
	height:320px;
	background: url("../images/nav_bg.png") top center no-repeat;
	z-index:9999;
}
nav h1,
h1 img {
	position: relative;
	top: -60px;
	width: 261px;
	height: 159px;
}
nav ul{
	position: relative;
    top: 220px;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
	color: #4b3921;
	font-family: "kozuka-mincho-pro", serif;
	font-size: 16px;
	letter-spacing: 0.2em;
}
nav li:nth-child(1) a::before {
	position: absolute;
    width: 47px;
    height: 43px;
    top: -115px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav1_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li:nth-child(2) a::before {
	position: absolute;
    width: 42px;
    height: 50px;
    top: -125px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav2_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li:nth-child(3) a::before {
	position: absolute;
    width: 50px;
    height: 40px;
    top: -115px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav3_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li:nth-child(5) a::before {
	position: absolute;
    width: 44px;
    height: 50px;
    top: -125px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav4_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li:nth-child(6) a::before {
	position: absolute;
    width: 42px;
    height: 47px;
    top: -120px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav5_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li:nth-child(7) a::before {
	position: absolute;
    width: 31px;
    height: 44px;
    top: -120px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/nav6_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
nav li a{
	display: table;
	padding: 0 20px;
	vertical-align:middle;
	line-height: 60px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	color: #4b3921;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
nav li a:hover,
nav li.active2 a{
	color: #4b3921;
}
nav li a span{
	position:relative;
}


/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #4b3921;
	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 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: #F0F0F0;
}

/* 矢印 */
.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;
}*/



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 430px;
	background-image:url(../images/top_mv.png);
	background-color:#f0f0f0;
	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{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 75px;
}
.mainvisual_catch h2{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position:absolute;
	top: 150px;
	right: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.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-weight:bold;
	font-size: 27px;
	color: #4b3921;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #126427;
}

/* 飾りの英語の棒 */
.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;
}






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

	#contents

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

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

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







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

	$footer

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

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


/* フッターの医院概要 */
.footer_info{
	background: url("../images/footer_bg.png") top left repeat-x;
}
.footer_info .inner{
	width:1200px;
	margin:0 auto;
	padding:55px 0 60px;
}
.footer_info .inner .flex {
	display: flex;
	justify-content: space-between;
}
.footer_info .inner .flex .left_col {
	width: 50%;
}
.footer_info .inner .flex .left_col .tel {
	font-family: "DS-soyokaze";
	font-size: 24px;
	letter-spacing: 0.2em;
}
.footer_info .inner .flex .left_col .tel a{
	color: #4b3921;
}
.footer_info .inner .flex .left_col .reserve_btn {
	position: relative;
	left: 20px;
	padding: 10px 0 0;
	width: 186px;
	height: 34px;
	background-color: #75c4de;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.footer_info .inner .flex .left_col .reserve_btn a {
	display: inline-block;
	padding-left: 25px;
	color: #fff;
}
.footer_info .inner .flex .left_col .reserve_btn a::before {
	position: absolute;
    width: 20px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 140px;
    left: 0;
    margin: auto;
    background-image: url(../images/reserve_deco02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
.footer_info .inner .flex .left_col dl {
	display: flex;
	margin-bottom: 25px;
}
.footer_info .inner .flex .left_col dt {
	margin-right: 25px;
	padding: 5px 0 0;
	width: 100px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	color: #4b3921;
	border: 2px dashed #aca69b;
}
.footer_info .inner .flex .left_col dd {
	padding-top: 3px;
}
.footer_info_overview{
	width:100%;
}

.footer_info .inner .flex .right_col {
	width: 50%;
}
.footer_info .inner .flex .right_col .tel a{
	color: #4b3921;
}
.footer_info .inner .flex .right_col .map_btn {
	position: relative;
	top: -70px;
	left: 20px;
	padding: 10px 0 0;
	width: 200px;
	height: 40px;
	background-color: #75c4de;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.footer_info .inner .flex .right_col .map_btn a {
	display: inline-block;
	padding-left: 25px;
	color: #fff;
}
.footer_info .inner .flex .right_col .map_btn a::before {
	position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 140px;
    left: 0;
    margin: auto;
    background-image: url(../images/gmap_deco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}



/* コピーライト */
.copy{
	text-align: center;
	padding-bottom: 90px;
}
.copy .f_logo {
	margin: 60px auto 45px;
	width: 261px;
	height: 159px;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.2em;
	
}











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

	タイトル

==================================================================*/
h3.news_tit {
	position: relative;
    top: 60px;
    left: 30px;
	width: 300px;
	color: #4b3921;
    font-family: "Kaimin Sora Regular";
    font-size: 28px;
	letter-spacing: 0.3em;
}
h3.news_tit::before {
	position: absolute;
    width: 102px;
    height: 22px;
    top: -70px;
    bottom: 0;
    right: 170px;
    left: 0;
    margin: auto;
    background-image: url(../images/news_deco.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}

/*ご挨拶タイトル*/
h3.gree_tit {
	position: relative;
	color: #4b3921;
    font-family: "Kaimin Sora Regular";
    font-size: 34px;
	letter-spacing: 0.3em;
}
h3.gree_tit::before {
	position: absolute;
    width: 140px;
    height: 27px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto 10px;
    background-image: url(../images/gree_ttl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
h3.gree_tit::after {
	position: absolute;
    width: 221px;
    height: 4px;
    top: 50px;
    bottom: 0;
    right: 10px;
    left: 0;
    margin: 10px auto 0;
    background-image: url(../images/gree_tit_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}

/*トラブルタイトル*/
h3.trouble_tit {
	position: relative;
	color: #4b3921;
    font-family: "Kaimin Sora Regular";
    font-size: 28px;
	letter-spacing: 0.1em;
	text-align: center;
}
h3.trouble_tit::before {
	position: absolute;
    width: 140px;
    height: 27px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto 10px;
    background-image: url(../images/trouble_ttl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}
h3.trouble_tit::after {
	position: absolute;
    width: 956px;
    height: 4px;
    top: 50px;
    bottom: 0;
    right: 10px;
    left: 0;
    margin: 10px auto 0;
    background-image: url(../images/trouble_tit_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    content: "";
}

/*特徴タイトル*/
h3.features_tit {
	position: relative;
	top: 70px;
}

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #4b3921;
	font-family: "Kaimin Sora Regular";
	font-size: 28px;
	font-weight:bold;
	text-shadow:2px 2px 1px #ffffff,0px 2px 1px #fff;
	text-align: center;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 */
h3.tit01::before{
	position: absolute;
	width: 100px;
	height: 63px;
	top:0;
	bottom: 0;
	right: 250px;
	left:0;
	margin: auto ;
	background-image:url(../images/h3_tit_deco.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}
h3.tit01::after{
	position: absolute;
	width: 96px;
	height: 56px;
	top:0;
	bottom: 0;
	right: 0;
	left: 250px;
	margin: auto ;
	background-image:url(../images/h3_tit_deco02.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: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

/* 左寄せ */
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:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	padding-left: 50px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-family: "Kaimin Sora Regular";
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
}
h4.tit01::before {
	position: absolute;
	width: 36px;
	height: 43px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url("../images/h4_tit_deco.png");
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
h4.tit02 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-family: "Kaimin Sora Regular";
	font-size: 22px;
	font-weight:bold;
	text-align:left;
}
h4.tit02 em {
	font-size: 28px;
	color: #f97d7d;
}


h5.tit01{
	display: inline;
	position: relative;
	padding: 0 30px;
	border-bottom: 2px dashed #ebaa7b;
	font-family: "Kaimin Sora Regular";
	font-size: 19.5px;
	letter-spacing: 0.15em;
	line-height: 2.0;
	font-weight:bold;
	text-align:left;
}
h5.tit02{
	color: #126427;
	font-size:18px;
	font-weight:bold;
}

h6.tit01 {
	position: relative;
	margin: 15px 0 0;
	color: #6bbc64;
	font-family: "Kaimin Sora Regular";
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 2.0;
	font-weight:bold;
	text-align:left;
}





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

	共通

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

/*院長略歴*/
.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: #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:#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: '';
}

/*ボタン ゴースト*/
.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: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;
}

/*ヘッダーボタン */
.btn03 {
	position: relative;
	font-family: "Kaimin Sora Regular";
	font-size: 19px;
}

.btn03 a {
	position:relative;
	display: inline-block;
	padding:24px 60px 7px 60px;
	background-image: url("../images/reserve_ico.png");
	background-repeat: no-repeat;
	background-position: top 67% left 7%;
	border: 2px dashed #68573f;
	color: #68573f;
	transition: ease-in-out 0.2s;
}

.btn03 a span{
	position:relative;
	z-index:2;
}
.btn03 a i {
	margin-right: 7px;
}
.btn03 a:hover {
	padding:18px 60px 13px 50px;
}
.btn03 a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#fcf4bd;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.btn03 a:hover::before{
	top:0;
	left:0;
}
.btn03 a::after{
position: absolute;
right: 10px;
top: 13px;
bottom: 0;
margin: auto;
width: 16px;
height: 13px;
background-image: url(../images/arrow.png);
transition: all 0.2s ease-in-out 0s;
content: "";
}
.btn03 a:hover::after{
	right:4px;
	top: 6px;
}

/*あいさつボタン */

.btn04 {
}
.btn04 a {
	position:relative;
	display: inline-block;
	padding:16px 60px 5px 60px;
	border: 2px dashed #4b3921;
	color: #4b3921;
	transition: ease-in-out 0.2s;
}
.btn04 a span{
	position:relative;
	z-index:2;
}
.btn04 a i {
	margin-right: 7px;
}
.btn04 a:hover {
	padding:6px 60px 13px 6px;
}
.btn04 a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#cbefff;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.btn04 a:hover::before{
	top:0;
	left:0;
}
.btn04 a::after{
	position: absolute;
	right: 10px;
	top: 13px;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 13px;
	background-image: url(../images/arrow.png);
	transition: all 0.2s ease-in-out 0s;
	content: "";
}
.btn04 a:hover::after{
	right:4px;
	top: 6px;
}

/*アクセスボタン */
.btn05 {
	position: relative;
    font-family: "Kaimin Sora Regular";
    font-size: 19px;
    width: 300px;
    margin: 0 auto;
}
.btn05 a {
	position:relative;
	display: inline-block;
	padding:24px 60px 7px 60px;
	border: 2px dashed #68573f;
	color: #68573f;
	transition: ease-in-out 0.2s;
}

.btn05 a span{
	position:relative;
	z-index:2;
}
.btn05 a i {
	margin-right: 7px;
}
.btn05 a:hover {
	padding:18px 60px 13px 50px;
}
.btn05 a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#fcf4bd;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.btn05 a:hover::before{
	top:0;
	left:0;
}
.btn05 a::after{
position: absolute;
right: 10px;
top: 13px;
bottom: 0;
margin: auto;
width: 16px;
height: 13px;
background-image: url(../images/arrow.png);
transition: all 0.2s ease-in-out 0s;
content: "";
}
.btn05 a:hover::after{
	right:4px;
	top: 6px;
}

/*診療項目 */
.medical_btn {
	position: relative;
    font-family: "Kaimin Sora Regular";
    font-size: 19px;
    width: 300px;
    margin: 50px auto;
}
.medical_btn a {
	position:relative;
	display: inline-block;
	padding:24px 60px 7px 60px;
	border: 2px dashed #68573f;
	color: #68573f;
	transition: ease-in-out 0.2s;
}

.medical_btn a span{
	position:relative;
	z-index:2;
}
.medical_btn a i {
	margin-right: 7px;
}
.medical_btn a:hover {
	padding:18px 60px 13px 50px;
}
.medical_btn a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#f7eee6;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.medical_btn a:hover::before{
	top:0;
	left:0;
}
.medical_btn a::after{
position: absolute;
right: 10px;
top: 13px;
bottom: 0;
margin: auto;
width: 16px;
height: 13px;
background-image: url(../images/arrow.png);
transition: all 0.2s ease-in-out 0s;
content: "";
}
.medical_btn a:hover::after{
	right:4px;
	top: 6px;
}

/* 問診票 */
.pdf_btn {
	position: relative;
    font-family: "Kaimin Sora Regular";
    font-size: 19px;
    width: 450px;
    margin: 50px auto;
}
.pdf_btn a {
	position:relative;
	display: inline-block;
	padding:24px 60px 7px 60px;
	border: 2px dashed #68573f;
	color: #68573f;
	transition: ease-in-out 0.2s;
}

.pdf_btn a span{
	position:relative;
	z-index:2;
}
.pdf_btn a i {
	margin-right: 7px;
}
.pdf_btn a:hover {
	padding:18px 60px 13px 50px;
}
.pdf_btn a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#f7eee6;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.pdf_btn a:hover::before{
	top:0;
	left:0;
}
.pdf_btn a::after{
position: absolute;
right: 10px;
top: 13px;
bottom: 0;
margin: auto;
width: 16px;
height: 13px;
background-image: url(../images/arrow.png);
transition: all 0.2s ease-in-out 0s;
content: "";
}
.pdf_btn a:hover::after{
	right:4px;
	top: 6px;
}


/* 画像を右寄せ　※画像サイズは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:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:10px 22px 8px 22px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

}
.tb01 td{
	padding:10px 13px 8px 13px;
}


/*医院概要*/
.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: #f0f0f0;
	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: #FAFAFA;
	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{
	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;
}
/* 数字 */
.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

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

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



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

	.top_greeting

==================================================================*/
.top_greeting {
	height: 768px;
	background: url("../images/gree_bg.png") top center repeat-x;
}
.top_greeting h3 {
	text-align: center;
	margin-bottom: 60px;
}
.top_greeting .box1 {
	margin: 0 auto;
	padding-top: 90px;
}
.top_greeting .box1 .flex {
	display: flex;
	justify-content: space-between;
}
.top_greeting .box1 .flex .left_col .txt {
	line-height: 2.5;
}
.top_greeting .box1 .flex .left_col dl {
	display: flex;
}
.top_greeting .box1 .flex .left_col dl dt {
	color: #3d2c16;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.top_greeting .box1 .flex .left_col dl dt span{
	color: #3d2c16;
	font-family: "Kaimin Sora Regular";
	font-size: 20px;
	letter-spacing: 0.2em;
}
.top_greeting .box1 .flex .left_col dl .btn04 {
	margin-left: 25px;
}
.top_greeting .box1 .flex .right_col{
	position: relative;
}
.top_greeting .box1 .flex .right_col ul li:nth-child(1){
	position: absolute;
	top: -150px;
	right: 80px;
}
.top_greeting .box1 .flex .right_col ul li:nth-child(2){
	position: absolute;
	top: 80px;
	right: 0;
}
.top_greeting .box1 .flex .right_col ul li:nth-child(3){
	position: absolute;
    top: 250px;
    right: 200px;
}


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

	.top_trouble

==================================================================*/
.top_trouble .box1 {
	padding: 100px 0 0;
}
/*.top_trouble .medical_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 30px auto;
	width: 220px;
	height: 44px;
	color: #ca7373;
	background-color: rgba(250,220,200,0.3);
	border-radius: 6px;
	font-family: "Kaimin Sora Regular";
	font-size: 25px;
	letter-spacing: 0.2em;
	text-align: center;
	transition: ease-in-out 0.2s;
}
.top_trouble .medical_btn a {
	display: inline-block;
	color: #ca7373;
}
.top_trouble .medical_btn:hover {
	background-color: rgba(250,220,200,0.8);
}*/

.top_trouble .flex {
	display: flex;
	justify-content: space-between;
}
.top_trouble .flex .left_col {
	width: 49%;
}
.case01 {
	position: relative;
}
.case01::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 286px;
	border-right: solid 2px #d3cec6;
	content: "";
}
.case01::after {
	position: absolute;
    right: 40px;
    top: 500px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case01 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case01 dt {
	position: relative;
	left: 50px;
	width: 400px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case01 dt span {
	background: url("../images/tr_bg01.png")top center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case01 dt::after {
	position: absolute;
	width: 83px;
	height: 100px;
	top:0;
	bottom: 0;
	left:300px;
	margin: auto ;
	background-image:url(../images/tr_deco01.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case01 dd {
	margin-top: 30px;
}
.case01 .t_list01 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case01 .t_list01 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case01 .t_list01 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #eaba9f;
	border: 1px solid #eaba9f;
	border-radius: 100%;
	content: '';
}

.case02 {
	position: relative;
	margin-top: 100px;
}
.case02::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 286px;
	border-right: solid 2px #d3cec6;
	content: "";
}
.case02::after {
	position: absolute;
    right: 40px;
    top: 390px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case02 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case02 dt {
	position: relative;
	left: 50px;
	width: 400px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case02 dt span {
	background: url("../images/tr_bg02.png")top center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case02 dt::after {
	position: absolute;
	width: 73px;
	height: 100px;
	top:0;
	bottom: 0;
	left:300px;
	margin: auto ;
	background-image:url(../images/tr_deco02.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case02 dd {
	margin-top: 30px;
}
.case02 .t_list02 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case02 .t_list02 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case02 .t_list02 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #b2d2a8;
	border: 1px solid #b2d2a8;
	border-radius: 100%;
	content: '';
}

.case03 {
	position: relative;
	margin-top: 40px;
}
.case03::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 286px;
	border-right: solid 2px #d3cec6;
	content: "";
}
.case03::after {
	position: absolute;
    right: 40px;
    top: 430px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case03 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case03 dt {
	position: relative;
	left: 50px;
	width: 405px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case03 dt span {
	background: url("../images/tr_bg03.png")top -15px center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case03 dt::after {
	position: absolute;
	width: 73px;
	height: 100px;
	top:0;
	bottom: 0;
	left:415px;
	margin: auto ;
	background-image:url(../images/tr_deco03.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case03 dd {
	margin-top: 30px;
}
.case03 .t_list03 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case03 .t_list03 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case03 .t_list03 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #ceb5ca;
	border: 1px solid #ceb5ca;
	border-radius: 100%;
	content: '';
}

.case04 {
	position: relative;
	margin-left: 50px;
}
.case04::after {
	position: absolute;
    right: 10px;
    top: 500px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case04 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case04 dt {
	position: relative;
	left: 50px;
	width: 400px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case04 dt span {
	background: url("../images/tr_bg04.png")top center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case04 dt::after {
	position: absolute;
	width: 110px;
	height: 101px;
	top:0;
	bottom: 0;
	left:300px;
	margin: auto ;
	background-image:url(../images/tr_deco04.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case04 dd {
	margin-top: 30px;
}
.case04 .t_list04 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case04 .t_list04 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case04 .t_list04 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #c4c734;
	border: 1px solid #c4c734;
	border-radius: 100%;
	content: '';
}

.case05 {
	position: relative;
	margin: 100px 0 0 50px;
}
.case05::after {
	position: absolute;
    right: 10px;
    top: 390px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case05 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case05 dt {
	position: relative;
	left: 50px;
	width: 400px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case05 dt span {
	background: url("../images/tr_bg05.png")top center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case05 dt::after {
	position: absolute;
	width: 82px;
	height: 101px;
	top:0;
	bottom: 0;
	left:300px;
	margin: auto ;
	background-image:url(../images/tr_deco05.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case05 dd {
	margin-top: 30px;
}
.case05 .t_list05 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case05 .t_list05 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case05 .t_list05 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #b1c2d3;
	border: 1px solid #b1c2d3;
	border-radius: 100%;
	content: '';
}

.case06 {
	position: relative;
	margin: 40px 0 0 50px;
}
.case06::after {
	position: absolute;
    right: 10px;
    top: 430px;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 2px;
    border-bottom: solid 2px #d3cec6;
    content: "";
}
.case06 dl {
	position: relative;
	padding: 30px;
	border-right: solid 1px #d3cec6;
	border-bottom: solid 1px #d3cec6;
}
.case06 dt {
	position: relative;
	left: 50px;
	width: 400px;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.case06 dt span {
	background: url("../images/tr_bg06.png")top -15px center no-repeat;
	background-size: cover;
	font-size: 50px;
}
.case06 dt::after {
	position: absolute;
	width: 74px;
	height: 100px;
	top:0;
	bottom: 0;
	left:365px;
	margin: auto ;
	background-image:url(../images/tr_deco06.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: 0;
	content: "";
}
.case06 dd {
	margin-top: 30px;
}
.case06 .t_list06 {
	margin: 0 0 25px;
	padding: 0 80px 0 0;
	border-width: 0 1px 1px;
}
.case06 .t_list06 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.case06 .t_list06 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #fbc8cb;
	border: 1px solid #fbc8cb;
	border-radius: 100%;
	content: '';
}
.top_trouble .flex .right_col {
	width: 49%;
}


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

	.top_features

==================================================================*/
.top_features {
	position: relative;
	background: url("../images/features_bg.png") top center no-repeat;
	padding-bottom: 200px;
}
.top_features .box1 {
	margin-bottom: 0;
}
.top_features .flex {
	display: flex;
	justify-content: space-between;
}
.features_list {
	position: relative;
}
.features_list li:nth-child(1) {
	position: relative;
    top: 155px;
    left: 35px;
}
.features_list li:nth-child(2) {
	position: relative;
    top: 115px;
    left: 360px;
}
/*
.features_list li:nth-child(3) {
	position: relative;
    top: -110px;
}
*/
.top_features .right_col {
	position: relative;
}
.top_features .caption {
	position: absolute;
	top: 285px;
	right: 250px;
	font-family: "Kaimin Sora Regular";
    font-size: 17px;
	line-height: 2.3;
	text-shadow:2px 0px 12px #ffffff,1px 1px 5px #fff;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


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

	.top_slide

==================================================================*/
.top_slide ul li {
	padding: 0 10px;
}





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

	$doctor

==================================================================*/
.greeting {
	padding-left: calc(50vw - 50%);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	margin-right: calc(50% - 50vw);
	height: /*900px*/1100px;
	background: url("../images/gree_bg.png") top center/cover repeat-x;
}
.greeting h3 {
	text-align: center;
	margin-bottom: 60px;
}
.greeting .box1 {
	margin: 0 auto;
	padding-top: 10px;
	width: 1080px;
}
.greeting .box1 .flex {
	display: flex;
	justify-content: space-between;
}
.greeting .box1 .flex .left_col {
	width: 60%;
}
.greeting .box1 .flex .left_col .txt {
	/*line-height: 2.5;*/
}

.greeting .box1 .flex .left_col .name {
	color: #3d2c16;
	font-family: "Kaimin Sora Regular";
	font-size: 30px;
	letter-spacing: 0.2em;
}
.greeting .box1 .flex .left_col .name span{
	color: #3d2c16;
	font-family: "Kaimin Sora Regular";
	font-size: 20px;
	letter-spacing: 0.2em;
}
.greeting .box1 .flex .right_col{
	position: relative;
}
.greeting .box1 .flex .right_col ul li:nth-child(1){
	position: absolute;
	top: -150px;
	right: 0;
}
.greeting .box1 .flex .right_col ul li:nth-child(2){
	position: absolute;
	top: 80px;
	right: -50px;
}
.greeting .box1 .flex .right_col ul li:nth-child(3){
	position: absolute;
    top: 250px;
    right: 230px;
}

.doctor_carr {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.doctor_carr_sec1{
	width: 40%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:rgba(254,248,216,0.7);
	border-radius: 6px;
	font-size:15px;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}


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

	$visit

==================================================================*/
.visit .box1 {
	width: 1080px;
}
.visit .t_list01 {
	width: 80%;
	margin: 0 auto 25px;
	border-width: 0 1px 1px;
	text-align: left;
}
.visit .t_list01 li {
	position: relative;
	margin: 0 0 25px 0;
	padding: 6px 4px 6px 20px;
	border-bottom: 2px dashed #d3cec6;
}
.visit .t_list01 li:before{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #eaba9f;
	border: 1px solid #eaba9f;
	border-radius: 100%;
	content: '';
}



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

	$medical

==================================================================*/
#sec01 p,
#sec02 p,
#sec03 p,
#sec04 p,
#sec05 p,
#sec06 p,
#sec07 p,
#sec08 p,
#sec09 p,
#sec10 p,
#sec11 p,
#sec12 p{
	font-weight: bold;
}

.pagelink {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.link_btn {
    display: block;
    position: relative;
    margin: 10px auto;
    width: 330px;
    height: 44px;
    color: #ca7373;
    background-color: rgba(250,220,200,0.3);
    border-radius: 6px;
    font-family: "Kaimin Sora Regular";
    font-size: 23px;
    letter-spacing: 0.2em;
    text-align: center;
	transition: ease-in-out 0.2s;
}
.link_btn:hover {
	background-color: rgba(250,220,200,0.8);
}
.link_btn a {
	display: block;
	color: #ca7373;
}

#sec01 .t_list01 li {
    position: relative;
	width: 70%;
    margin: 2px 0 0;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec01 .t_list01 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec02 .t_list02 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec02 .t_list02 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec03 .t_list03 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec03 .t_list03 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec04 .t_list04 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec04 .t_list04 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec05 .t_list05 li {
    position: relative;
    width: 70%;
    margin: 2px 0;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec05 .t_list05 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec06 .t_list06 li {
    position: relative;
	width: 78%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec06 .t_list06 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}

#sec07 .t_list07 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec07 .t_list07 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}
#sec08 .t_list08 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec08 .t_list08 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}
#sec09 .t_list09 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec09 .t_list09 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}
#sec10 .t_list10 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec10 .t_list10 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}
#sec11 .t_list11 li {
    position: relative;
	width: 70%;
    margin: 2px 0 ;
    padding: 5px 4px 0 20px;
    /*border-bottom: 2px dashed #d3cec6;*/
}
#sec11 .t_list11 li:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}


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

	.news

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

.top_news{
	position: absolute;
	top: 280px;
	left: 740px;
	font-size:14.5px;
	width: 460px;
}
.top_news .box1 {
	width: 460px;
	height: 172px;
	z-index: 999999;
}
.top_news_flame{
	padding: 30px 30px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 6px;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#4b3921;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #2da4cb;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:2px dashed #f1d583;
}
/* お知らせの高さ */
.scroll_area{
	height: 140px;
    padding-top: 30px;
}

/*お知らせ*/
.ticker {
	margin-top: 15px;
}
.n_ttl {
	border-bottom: dotted 1px #4b3921;
	margin-bottom: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n_ttl a {
	color: #333;
}
.n_ttl span {
	color: #2da4cb;
	padding-right: 30px;
}


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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.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;
}



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

	$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: 83%;
	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;
}




/* 医院概要 */
.info .flex {
	display: flex;
	justify-content: space-around;
}
.info .box1 {
	width: 1080px;
}

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
	width: 45%;
}
.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:30%;
	padding-left:2px;
	font-weight:bold;
	color: #1F2774;
}
.clinic_sec1 dd{
	float:left;
	width:70%;
}
.clinic_sec1 .schedule {
	width: 45%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#f2f7fa;
	color:#1F2774;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}





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

	$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{
	width: 80%;
	margin:0 auto 25px;
	padding-bottom:25px;
	border-bottom:2px dashed #d3cec6;
}
.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: "DS-soyokaze";
	font-weight:normal;
	font-size:28px;
	color:#794a7e;
	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: "DS-soyokaze";
	font-weight:normal;
	font-size:28px;
	color:#f97d7d;
	content:"A.";
}


