@charset "utf-8";
/* CSS Document */
html{
/* 		background-image:url(images/bg02.png); */
		background-position: center -1500px;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #555555;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: justify;
	position: relative;
	top: 0;
	word-wrap:break-word;
	background-color:#fff;
}
a {
	color: #7FAF26;
	text-decoration: none;
}
a:hover {
	color: #F4A269;
}
::selection {
	background-color: #99C1DA;
}
::-moz-selection {
 background-color:#99C1DA;
}
strong{
	
	
font-weight:bold;
}
body, #main, header, footer {
	min-width: 1080px;
}
/*============================================================================

	header

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

header {
	width: 100%;
	height: 85px;
	margin-bottom: 72px;
}
header .inner {
	position: relative;
	width: 1080px;
	height: inherit;
	box-sizing: border-box;
	margin: auto;
	padding-top: 27px;
}
/* ロゴ */
header h1 {
	position: absolute;
	top: 10px;
}
header h1, header h1 img {
width: 355px;
height: 88px;
}
/* 住所 */
.header_info {
	float: right;
	margin-right: 44px;
	padding-top: 4px;
	text-align: right;
}
.header_info li {
	margin-bottom: 11px;
	color: #666666;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 1;
	width:480px;
}
.header_info_ad span{
	/*display: inline-block;*/
}
.header_info li strong {
/* 	color: #7FAF26; */
}
.header_info li strong span{
/* 	color: #F4A269; */
}
/* ご予約・お問合せ */

.header_tel {
	float: right;
	text-align: right;
	line-height: 1.3;
}
.header_tel dt {
	padding-bottom: 4px;
	font-size: 14px;
	letter-spacing: 1.3px;
	font-weight:bold;
}
.header_tel dd {
	position: relative;
	margin-right: -2px;
	padding-left: 25px;
	font-size: 26px;
	font-family: "lemonde-courrier",serif;
	letter-spacing: 3.8px;
}

.header_tel dd a {
	color: #4a9ca9;
}
.header_resv {
	float: right;
}
/*============================================================================

	nav

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

nav {
	position: absolute;
	top: 85px;
	width: 100%;
	height: 84px;
	z-index: 999999;
}
nav ul {
	display: table;
	width: 1080px;
	height: inherit;
	margin: 0 auto;
	text-align: center;

}
nav li {
	display: table-cell;
	position: relative;
	height: inherit;
}
nav li a {
	position:relative;
	display: table;
	padding:24px 25.5px 40px;
	vertical-align: middle;
	color: #555555;
	font-size: 15px;
	font-family: "秀英角ゴシック銀 L";
	text-align: center;
	font-weight:bold;
	letter-spacing: 3px;
		z-index:2;
}
nav li a {
}
nav li a:hover,
nav li.active2 a,
nav li:hover i {
	color: #555555;
}
nav li a span {
	display: table-cell;
	position: relative;
	line-height: 1;
	vertical-align: middle;
}
nav li i {
	display: block;
	position:relative;
	top: -35px;
	left: -2px;
	margin-top: 2px;
	color: #555;
	font-family:"lemonde-courrier",serif;
	font-style: normal;
	letter-spacing: 2px;
	line-height:1;
	font-size: 12px;
	z-index:1;
}
/* 間のボーダー */

/* ホバーのボーダー */
nav li a span::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 100%;
	height: 1px;
	margin: auto;
	background-color: #555555;
	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: 14px;
	color: #555555 !important;
}
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;
}
.admin-bar .fixed{
	top:30px;
}
nav.fixed {
	background-color:rgba(255,255,255,0.8);
	transition:0.2s ease-in-out background-color;
}
main{
	display:block;
	overflow:hidden;
}



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

	#main

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


body.home::before {
	width: 100%;
	height: 412px;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
}




/* 3枚スライダーの時のボタンの色 */
.slider_prev, .slider_next {
	background-color:#7FAF26;
}

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

#main {
	display: block;
	position: relative;
	top:10px;
	height: 240px;
	background-image: url(images/main_under.png);
	background-repeat: no-repeat;
}
#main .inner {

 	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: inherit;
	width: 1080px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
body.page #main h2, body.single #main h2, body.archive #main h2, body.home #main h2, body.error404 #main h2 .information #main .inner h2{
	position: relative;
}

.bgswitcher_slides{
	height:inherit;
  background-size: cover!important;
}


/* キャッチフレーズ */
body.home .main_catch {
	position: absolute;
	top: 310px;
	left: 10px;
	z-index: 999;
  
}
body.home .main_catch h2 {
	margin-bottom: 20px;
	padding:30px 25px 30px 30px;
	background-color:rgba(255,255,255,0.80);
	font-size: 24px;
/*	text-shadow: 0 0 14px rgb(255, 255, 255);*/
	font-family: "ヒラギノ明朝 W3 JIS2004";
	letter-spacing: 0.18em;
  line-height: 1.9em;
	color: #464646;
}

body.home .main_catch p {
	display: block;

}
.main_open {
	position: absolute;
	top: 150px;
	right: 0;
	width: 250px;
}
.main_open img {
	width: 100%;
}
/* 下層ページの見出し */
.main_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);
}
.main_headline h2 {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-family:"秀英角ゴシック銀 L";
	}

.main_headline p {
	display: inline-block;
	font-size: 15px;
	color: #4a9ca9;
	font-family:"lemonde-courrier",serif;

}
/* 飾りの英語の棒 */
.main_headline p::before, .main_headline p::after {
	position: relative;
	content: "-";
}
.main_headline p::before {
	left: -0.5em;
}
.main_headline p::after {
	right: -0.5em;
}
/* 背景変更用 */
main.bg01::before{
	background-image: url(images/main_bg01.png);
	background-position: center 0%;
	background-size: contain;
}
main.bg02 {
	background-image: url(images/main_bg02.png);
	background-position: center 0%;
	background-size: cover;
}
main.bg03 {
	background-image: url(images/main_bg03.png);
	background-position: center 0%;
	background-size: cover;
}
main.bg04 {
	background-image: url(images/main_bg04.png);
	background-position: center 0%;
	background-size: auto;
}
main.bg05 {
	background-image: url(images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}








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

	.contents

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

#container {
	padding-bottom: 100px;
}
#contents {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-top: 105px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}
#contents_left {
	float: left;
	width: 702px;
}
#contents_right {
	float: right;
	width: 300px;
	color: #666666;
	font-size: 18px;
	line-height: 1.6;
	margin-top:-19px;
}
#contents_right .left_medical {
    margin-bottom: 80px;
	position: relative;
    border-radius: 5px;
	font-family: "FOT-ニューセザンヌ Pro DB";
}
#contents_right .left_medical::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 500%;
    height: 100%;
    background-color: #F3F4F4;
    z-index: -2;
}
.left_medical ul{
	padding-bottom: 15px;
}
.left_medical ul li{
}
.right_bnr {
	margin-bottom: 30px;
}
.right_bnr li {
	margin-bottom: 35px;
	
}

.right_bnr li img {
	width: 100%;
	height: auto;
}
.left_medical h3 {
	text-align: center;
	margin-bottom:20px;
}
.left_medical h3 a {
	position:relative;
	display: block;
	padding: 26px 0 20px;
	/* background-color: #F4A269; */
	color: #555;
	font-size: 21px;
	font-weight: bold;
	transition: 0.1s ease-in-out;
	letter-spacing:0.15em;
}
.left_medical h3 a::before{
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	background-image: url(images/right_h3_bg02.svg);
	content: "";
	height: 17px;
	width: 17px;
	margin: auto;
}
.left_medical h3 a::after{
	position:absolute;
	width:500%;
	height:100%;
	top:0;
	left:0;
	background-color:#F3F4F4;
	transition: all 0.1s ease-in-out 0s;
	content:"";
	z-index: -1;
}
.left_medical h3 a:hover::after{
	background-color:#808080;
}
.left_medical h3 a span {
	display: block;
	font-family: 'Economica', sans-serif;
	font-size: 10px;
}
.left_medical h3 a:hover {
 	color: #fff; 
	background-color: #808080;
}
.left_medical h3 a i{
    position: absolute;
    left: 0;
    top: -36px;
    margin-right: 10px;
    width: 24px;
    height: 28px;
    right: 0;
    margin: auto;
}
.left_medical ul {
}
.left_medical li {

}
.left_medical li:last-child {
	border-bottom: 0;
}
.left_medical li a {
	position:relative;
	box-sizing: border-box;
	color: #666666;
	display: table;
	font-size: 16px;
	line-height: 1;
	padding:18px 0 26px 60px;
	font-family:"秀英角ゴシック銀 L";
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
}
.left_medical li a span{
	position: relative;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 4px;
}
.left_medical li a span::before{
	content: "";
	position: absolute;
	border: 1px solid #ccc;
	width: 5px;
	margin: auto;
	top: 1px;
	bottom: 0;
	left: -25px;
	border-radius: 100%;
	height: 5px;
	background-color: #ccc;
}
.left_medical li a::after{
	position:absolute;
	width:500%;
	height:100%;
	top:0;
	left:0;
	background-color:#F3F4F4;
	transition: all 0.1s ease-in-out 0s;
	content:"";
	z-index: -1;
}
.left_medical li a:hover::after{
	background-color:#808080;
}
.left_medical li a::before {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:30px;
	height:10px;
	background-image: url(images/arrow01.svg);
	transition: all 0.1s ease-in-out 0s;
	content: "";
}
.left_medical li a:hover::before{
	right:-5px;
}
.left_medical li a:hover {
	color:#fff;
	background-color:#808080;
}
.left_clinic {
/*     padding-bottom: 29px;
 */}

.left_clinic h3 span {
	display: block;
	margin-top: 7px;
	font-family: 'Economica', sans-serif;
	font-size: 10px;
}
.left_clinic_img {
	float: left;
	max-width: 258px;
}
.left_clinic_img img {
	width: 100%;
	height: auto;
}
.left_clinic dl {
	width: 228px;
	float: left;
	padding: 2% 5% 2%;
}
.left_clinic dt {
	margin-bottom: 17px;
}
.left_clinic dt img {
	width: 100%;
    max-height: 70px;
}
.left_clinic dd {
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.4;
}
.left_clinic_tel {
	color: #F4A269;
	font-size: 16px !important;

	letter-spacing: 1.8px !important;
}
.left_clinic_tel em{
	font-size: 14px !important;
}
.schedule_note {
	padding-left: 5px;
	letter-spacing: 1.3px;
	text-align: left;
	color: #565656;
}
.left_clinic .btn01 {
	font-size: 13px;
	width: 258px;
	height: 50px;
	margin: 0 auto;
}
.left_clinic .btn01 a {
	width: 100%;
	box-sizing: border-box;
}
/*============================================================================

	footer

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

footer {
	position: relative;
	width: 100%;
}
.footer_resv{
	display:none;
}
.footer_medical{
	line-height: 1.5;
margin-bottom: 15px;
}
.footer_access {
	border-top: 1px solid #f1e7e9;
	display: none;
	background-color:#7FAF26;
}
footer .left_clinic {
	float: left;
	width: 50%;
}

footer .left_clinic_box {
	float: right;
	width: 540px;
	min-height: 410px;
		padding: 65px 0;
}
.footer_map {
	display:none;
	width: 100%;
	height: 300px;
}
.footer_map iframe,.footer_map .googlemap{
	width: inherit;
	height: inherit;
}
.googlemap iframe {
	pointer-events:none;
}
.pointer_auto{
	pointer-events:auto;
}
/* フッターのナビ */
.footer_navi {
}
.footer_navi .inner {
	width: 1080px;
	margin: 0 auto;
}
.footer_navi ul {
	position: relative;
	width: 100%;
	height: 84px;
	text-align: center;
}
.footer_navi ul li {
	display: inline-block;
	position: relative;
	height: inherit;
}
.footer_navi ul li a {
	display: table;
	padding: 29px 48px;
	vertical-align: middle;
	color: #555555;
	font-size: 16px;	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
	letter-spacing: 4px;
}
.footer_navi li a span {
	display: table-cell;
	position: relative;
	line-height: 1;
	vertical-align: middle;
}
.footer_navi li a span i {
	display: block;
	margin-top: 2px;
	color: #7FAF26;
	font-size: 13px;
	font-family: 'Economica', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
}
.footer_info_sche_time .schedule {
	padding: 0 24px 11px 30px;
}
.footer_info_sche_time .tb01 {
	font-size: 13px;
}
.footer_info_sche_time .tb01 tr:last-child {
	border-bottom: 1px solid #565656;
}
.footer_info_sche_time .tb01 th {
	padding: 4px 3px 10px 22px;
	line-height: 1;
	letter-spacing: 1px;
}
.footer_info_sche_time .tb01 tr:first-child td, .footer_info_sche_time .tb01 tr:first-child th {
	padding: 11px 14px 0px 4.5px;
	text-align: center;
}
.footer_info_sche_time .tb01 td {
	padding: 7px 9px 6px 0px;
	text-align: center;
}
.footer_info_sche_time .tb01 th:first-child {
	padding: 13px 2px 10px 0px;
	letter-spacing: 1.4px;
}
.footer_info_sche_time .tb01 td, .footer_info_sche_time .tb01 th {
	border-bottom: none;
}
.footer_info_sche_time .schedule_note {
	padding-left: 0;

	letter-spacing: 1.3px;
	text-align: left;
}
.footer_info {
	background-color: #404040;
	color: #fff;

/* 	display:none; */
}

.footer_info .inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 67px 0 53px;
}
.footer_info_left{
	width:45%;
	float:left;
}
.footer_info_right{
	width:50%;
	float:right;
}


.footer_info_logo {
	margin-bottom: 25px;
}
.footer_info_logo li {
	margin-left: -3px;
	margin-bottom: 18px;
	letter-spacing: -0.3px;
}
.footer_info_logo li span {
	font-weight: normal;
}
.footer_info_logo, .footer_info_logo img {
     width: 291px;
     height: 65px;
	 max-height: 80px;
}
.footer_info_sche {
	float: right;
	width: 377px;
	background-color: #f1e7e9;
}
.footer_info_sche_tel {
	padding-left: 26px;
	background-image: url(images/header_tel.svg);
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 24.7px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.1em;
}
.footer_info_sche_time {
	text-align: right;
}
.footer_info_ad {
	margin-right: 42px;
	letter-spacing: 1.8px;
}
.footer_info_ad li{
	/*display:inline-block;*/
}
.footer_info_ad i{
	margin: 0 3px;
	color: #fff;
}
.footer_info_ad span{
	/*display: inline-block;*/
	/*margin-right:15px;*/
}
.left_clinic_ad span{
	display: inline-block;
}
.footer_info_access {
	padding-bottom: 19px;
	letter-spacing: 1px;
	border-bottom: 1px solid #bbb;
}
.footer_info_access p{
/* 	display: inline-block; */
}

li.footer_info_ad_note {
	display:block;
	margin: 15px 0 0 -3px;	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 19px;
	line-height: 1;
}
.footer_info_ad_note span a{
	display: block;
	position: relative;
	color: #fff; 
	letter-spacing: 3.8px;
	font-size: 26px;
  font-family: "lemonde-courrier",serif;
}
.footer_info_ad_note span:before {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 21px;
	height: 21px;
/*	background-image: url(images/tel.png);*/
	background-repeat: no-repeat;
	content: "";
}
.footer_info_ad_note em{
	font-size: 15px;
}
.footer_sche_area{
	float:right;
	width:50%;
}
.footer_sche_area .schedule{
	padding: 20px 30px;
	background-color:#fff;
}
footer .schedule .tb01{
	width:100%;
/* 	background-color:#fff;
 */	font-size: 14px;
}
footer .schedule .tb01 tr:first-child td,
footer .schedule .tb01 tr:first-child th{
	font-weight:bold;

}

/* ページトップ */
/* ページトップ */
.pagetop{
	position: fixed;
	right:60px;
	bottom:100px;
	width:60px;
	height:60px;
	border:1px solid #4a9ca9;
	border-radius:100%;
	text-align:center;
	cursor:pointer;
	z-index:999;
}
.pagetop div{
	position:relative;
	width:100%;
	height:100%;
	border-radius:100%;
	transition:0.2s ease-in-out;
}
.pagetop div:hover{
	background-color:#4a9ca9;
}
.pagetop span::before{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:10px;
	height:10px;
	margin:auto;
	border-left:1px solid #4a9ca9;
	transform:rotate(45deg);
	transition:0.2s ease-in-out;
	content:"";
}
.pagetop span::after{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:10px;
	height:10px;
	margin:auto;
	border-top:1px solid #4a9ca9;
	transform:rotate(45deg);
	transition:0.2s ease-in-out;
	content:"";
}
.pagetop:hover span::before{
	border-left:1px solid #fff;
}
.pagetop:hover span::after{
	border-top:1px solid #fff;
}
.pagetop img{
	display:inline-block;
	position: absolute;
	top:22px;
	left:0;
	right:0;
	margin: auto;
	transition:0.5s ease-in-out;
}


/* コピーライト */
.copy {
	text-align: center;
}
.copy small {
	line-height: 41px;

	font-size: 12px;
	letter-spacing: 0em;
}
/*==================================================================

	タイトル

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

/*中央寄せ*/
h3.tit01,
h3 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 14px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-size: 26px;
	font-family: "秀英角ゴシック銀 L";
	text-align: center;
	font-weight:bold;
/*  background-image: url(images/tit01_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35px 5px; */
}
/* アイコンの余白 */
h3.tit01 i {
	margin-right: 7px;
}
/* 飾りの英語 */
h3.tit01 span{
	display: block;
	position: relative;
	padding-top: 5px;
  font-size: 14px;
	font-family: "lemonde-courrier",serif;
	font-weight: normal;
	letter-spacing: 0.2em;
	z-index: 2;
}
h3.tit01 p{
	display:inline;
}

h3.tit01:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 1px;
    width: 46px;
    height: 2px;
    margin: auto;
    background-color: #757575;
    content: "";
}

.top_features h3, .top_news h3{
	margin-bottom: 22px;
}

.top_features h3:after, .top_news h3:after{
	display: none;
}

h2.tit01:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 1px;
    width: 54px;
    height: 1px;
    margin: auto;
    background-color: #94aac8;
    content: "";
}

/* ドクタータイトル */
h3.tit01_doctor{
	display: block;
	position: relative;
	margin-bottom: 12px;
	padding-top: 10px;
	letter-spacing: 0.2em;
	font-size: 28px;
	text-align: left;
	font-family: "ヒラギノ明朝 W3 JIS2004";
}

h3.tit01_doctor span{
	display: inline-block;
	position: relative;
	top:-2px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #757575;
	letter-spacing: 0.2em;
	font-size: 22px;
	z-index: 2;
}

h3.tit01 p{
	display:inline;
}
/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 6px;
	padding: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;

	font-size: 21px;font-family: "FOT-ニューセザンヌ Pro DB";font-weight:bold;
    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: #7FAF26;
	font-size: 14.5px;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	z-index: 2;
}
h3.tit02 span::before {
	margin-left: 15px;
	margin-right: 15px;
	content: "/";
}
/*中央寄せ 飾り無し*/
h3.tit03 {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;

	font-size: 23px;font-family: "FOT-ニューセザンヌ Pro DB";text-align: center;
	font-weight:bold;
    background-image: url(images/tit01_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35px 5px;
}
/* アイコンの余白 */
h3.tit03 i {
	margin-right: 7px;
}

/*中央寄せ*/
h3.tit04 {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;

	font-size: 23px;font-family: "FOT-ニューセザンヌ Pro DB";text-align: center;
	font-weight:bold;
	background-image: url(images/tit01_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35px 5px;
}
/* アイコンの余白 */
h3.tit04 i {
	margin-right: 7px;
}
/* 飾りの英語 */
h3.tit04 span {
	display: block;
	position: relative;
	letter-spacing: 0px;
	color: #9b6775;
	font-size: 10px;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	z-index: 2;
}
h3.tit04::before{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 30px;
    top: 8px;
    bottom: 0;
    left: -14px;
    right: 0;
    margin: auto;
    background-image: url(images/tit01_bg_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
}
h3.tit04::after{
    position: relative;
    display: inline-block;
    width: 23px;
    height: 32px;
    top: 8px;
    bottom: 0;
    right: -15px;
    margin: auto;
    background-image: url(images/tit01_bg_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
}
/* h3.tit01::before{
    position: absolute;
    width: 41px;
    height: 5px;
    top: 0;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/tit01_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
} */



h4.tit02 {
	position: relative;
	display:inline-block;
	margin-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: normal;
	font-size: 18px;
	font-family: "秀英角ゴシック銀 B";
	text-align: left;
/* 	background: -moz-linear-gradient(transparent 60%, #EBEDDB 60%);
	background: -webkit-linear-gradient(transparent 60%, #EBEDDB 60%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0.6, #EBEDDB));
	background: -o-linear-gradient(transparent 60%, #EBEDDB 60%);
	background: linear-gradient(transparent 60%, #EBEDDB 60%); */
}

h4.tit02::before{
	display: none;
}


h4.tit01 {
	position: relative;
	display:inline-block;
	margin-bottom: 18px;
	padding-bottom: 2px;
	padding-left: 24px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-size: 18px;
	font-family:"秀英角ゴシック銀 L";
	text-align: left;	
}
h4.tit01::before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #555;
	border: 1px solid #555;
	border-radius: 100%;
}


h5,
h4{
	position: relative;
	display:inline-block;
	margin-bottom: 18px;
	padding-bottom: 2px;
	padding-left: 24px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-size: 18px;
	font-family:"秀英角ゴシック銀 L";
	text-align: left;	
}

h4::before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #555;
	border: 1px solid #555;
	border-radius: 100%;
}

h5.tit01 {
	position: relative;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	color: #5d5029;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
h5.tit01 span {
	margin-right: 8px;
	font-size: 30px;
}
/*==================================================================

	共通

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

/*院長略歴*/
.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;
	list-style-type: none;
}
/*まる*/
.list03 {
}
.list03 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	list-style-type: none;
}
.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;
}
.list03 li span {
	display: block;
	font-weight: bold;
}
/*さんかく*/
.list04 li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	color: #223a70;
	list-style-type: none;
}
.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;
	padding-left: 15px;
	line-height: 1;
	list-style-type: none;
}
.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 45px 25px;
	background-color: #f7f7f7;
}
.list06 li {
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding-left: 0.9em;
	padding-right: 5%;
	list-style-type: none;
}
.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 #555;
	padding: 30px;
	font-size: 14.5px;
}
.list07 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 0.9em;
	list-style-type: none;
}
.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: #4a9ca9;
	border: 1px solid #4a9ca9;
	border-radius: 100%;
}
.list07 li i {
	margin-right: 8px;
}
/*チェック*/

.list08 {
	margin-bottom: 27px;
	padding: 35px 10px 25px 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;
	list-style-type: none;
}
.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: '';
}
/*番号付き*/

ol.list09 {
	margin: 0;
	padding: 0;
	counter-reset: number; /* 名前を付けたカウンターをリセット */
	list-style: none; /* olが数字を付けることをキャンセル */
}
ol.list09 li {
	margin-bottom: 8px;
	list-style-type: none;
}
ol.list09 li:before {
	margin-right: 8px;
	padding: 2px 8px;
	background: #FAF6F6;
	border-radius: 2%;
	border: 1px solid #EF8593;
	color: #EF8593;
	counter-increment: number;
	content: counter(number);
}
/*ボタン ゴースト*/
.btn01 {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
}
.btn01 a {
	display: inline-block;
	position: relative;
	padding: 20px 20px 20px 20px;
	border:1px solid #7FAF26;
	line-height: 1;
	letter-spacing: 0.5px;
	background-color: #7FAF26;
	color: #fff;
	font-weight:bold;
text-align: center;
	transition: ease-in-out 0.1s;
}
.btn01 a i {
	color: #7FAF26;
	transition: ease-in-out 0.1s;
}
.btn01 a:hover {
	color: #7FAF26;
	background-color:#fff;
}
.btn01 a:hover i {
	color: #fff;
}
.btn01 a:before {
	position: absolute;
	top: 17px;
	left: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: "";
		transition: 0.2s ease-in, 0.22s ease-out;
}
.btn01 a:hover:before {
	border-left: 6px solid #7FAF26;
}
.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 {
	position:relative;
	display: inline-block;
	padding:24px 60px 7px 30px;
	border: 1px solid #565656;
	color: #fff; 
	transition: ease-in-out 0.2s;
}
.btn02 a span{
	position:relative;
	z-index:2;
}
.btn02 a i {
	margin-right: 7px;
}
.btn02 a:hover {
	padding:18px 60px 13px 30px;
}
.btn02 a::before{
	position:absolute;
	width:100%;
	height:100%;
	top:14px;
	left:10px;
	background-color:#404040;
	transition: ease-in-out 0.2s;
	content:"";
	z-index:-1;
}
.btn02 a:hover::before{
	top:0;
	left:0;
}
.btn02 a::after{
position: absolute;
right: 10px;
top: 13px;
bottom: 0;
margin: auto;
width: 30px;
height: 10px;
background-image: url(images/arrow01.svg);
transition: all 0.2s ease-in-out 0s;
content: "";
}
.btn02 a:hover::after{
	right:4px;
	top: 6px;
}



/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
	display: block;
	position: relative;
	float: left;
	margin-right: 37px;
	margin-bottom: 20px !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: #7FAF26;
	text-align: left;
}
/*==================================================================

	table

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

.nowrap {
	white-space: nowrap;
}
/*サイドの診療時間*/

.schedule {
	padding: 0px 17px 6px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.left_clinic .schedule {
	padding: 0px 30px 6px 0;
}
.tb01 {
	margin-bottom: 8px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	font-size:15px;
	color: #565656;
}
.tb01 td, .tb01 th {
	vertical-align: middle;
}
/* .tb01 tr:last-child td, .tb01 tr:last-child th {
	border: none;
} */
.tb01 th:first-child {
	text-align: right;
	letter-spacing: 1px;
}
.tb01 th {
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	color: #565656;
}
.tb01 td {

	text-align: center;
}
.tb01 th,.tb01 td{
	padding: 10px 14px ;
}
.tb01 tr{
border-bottom: 1px solid #dedede;
}
.tb01 tr:first-child {
	border-bottom: none;
}
.tb01 tr:last-child td {
}
.left_clinic .schedule .tb01 {
	width: 100%;
	margin-bottom: 18px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #f8f8f8;
	white-space: nowrap;
	font-size: 12px;
	color: #F4A269;
}
.left_clinic .schedule .tb01 tr:first-child th, .left_clinic .schedule .tb01 tr:first-child td {
	background-color: #F1E7E9;
	text-align: left;
}
.left_clinic .schedule .tb01 tr:first-child td {
	padding: 8px 4px 7px 4px;
}
.left_clinic .schedule .tb01 th, .left_clinic .schedule .tb01 td {
	padding: 8px 4px 7px 4px;
	text-align: left;
}
.left_clinic .schedule .tb01 th {
	padding: 8px 4px 7px 14px;
}
.schedule_note {


}


/*医院概要*/
.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;
}
/*==================================================================

	box

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

.box {
	margin-bottom: 150px;
}
.box1,
.box2 {
/* 	background-color: #fff;
 */}
.box1 {
	margin-bottom: 150px;
/* 	padding: 4% 6% 5.5%; */
}
.box2 {
	margin-bottom: 150px;
/* 	padding: 4% 6% 5.5%; */
}
.box3 {
	padding: 4% 0 5.5%;  /* 初診の方へ:プライバシーポリシー */
}
.text {
	position: relative;
	margin-bottom: 50px;
}
.text p {
	margin-bottom: 1.5em;
}
.text:last-child {
	margin-bottom: 0;
}
.text2 {
	border: 3px solid #f0f0f0;
	padding: 5%;
}
.text2 p:last-child {
	margin-bottom: 0;
}



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

	.top_doctor

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

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

.top_doctor_img {
	float: right;
	margin-right: 50px;
	margin-left: 37px;
	color: #7FAF26;
	line-height: 1.4;
	font-weight: bold;
}

.top_doctor_textarea .doctor_img{
	margin-right: 50px;
	margin-left: 37px;
}

.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: 'Economica', sans-serif;
	font-weight: 400;
	color: #C3AF97;
}
.top_doctor_info{
	padding-top: 42px;
}
.top_doctor_info .btn02 {
	float: right;
	width: 290px;
	position:relative;
}
.top_doctor_info .btn02 a {
	display: block;
}
.top_doctor_name{
	position:relative;
	float:left;
	font-size: 16px;
	line-height: 1.35;
	font-family: "ヒラギノ明朝 W3 JIS2004";
}
.top_doctor_name span{
	display:block;
	padding-top: 10px;
	font-size: 18px;
}
.top_doctor_name em{
	margin-right:15px;
}


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

	.top_medical

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

.top_medical {
}
.top_medical_list {
}
.top_medical_list a {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.top_medical_list a:nth-child(3) {
	margin-right: 0;
}
.top_medical_list dl {
	width: 100%;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.top_medical_list dl dt {
	margin-bottom: 12px;
}
.top_medical_list dl dt img {
	width: 100%;
}
.top_medical_list dl dd {
	padding: 0 10px;
}
.top_medical_list dl dd h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.top_medical_list dl dd h3::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -8px;
	width: 15px;
	height: 0;
	margin: auto;
	border-bottom: 1px solid #7FAF26;
	content: "";
}
.top_medical_list dl dd p {
	font-size: 14px;
}


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

	.top_features

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

.box1.top_features{
/* 	padding: 4% 6% 5%;
 */}
.top_features h4.tit02 {
	margin-bottom: 5px;
}
.top_feature_area{


/* 	padding-left:15px; */
}
.top_feature_area div{
	position:relative;
	margin-left: 55px;
	padding-left:15px;
	margin-bottom:34px;
	border-left: 1px dotted #dadada;
}
.top_feature_area div:before{
	position:absolute;
	top:24px;
	left:-56px;
	font-size:36px;
/* 	color:#7FAF26; */
letter-spacing: 0.1em;
	line-height:1;
}
.top_feature_area div:nth-child(1):before{
	content:"01";
}
.top_feature_area div:nth-child(2):before{
	content:"02";
}
.top_feature_area div:nth-child(3):before{
	content:"03";
}
.top_feature_area div:nth-child(4):before{
	content:"04";
}
.top_feature_area div:nth-child(5):before{
	content:"05";
}
.top_feature_area div:nth-child(6):before{
	content:"06";
}
.top_feature_area div p{
	line-height:1.5;
}
.top_feature_area div::after{
	position: absolute;
	top: 6px;
	left: -55px;
	font-size: 11px;
	color: #4a9ca9;
	line-height: 1;
	letter-spacing: 0.16em;
  content: "POINT";
	font-family: "lemonde-courrier",serif;
}



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

	$doctor

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

.doctor_img img{
	width: auto;
	height: auto;
	max-width: 288px;
	max-height: 392px;
}
.doctor_greet .text {
	float: left;
	width: 400px;
}
.doctor_carr {
	margin-top: -100px;
}
.doctor_carr h4.tit01 {

}
.doctor_carr_sec1 {
	height:auto !important;
	margin-bottom: 40px;
	padding: 30px 50px 50px;
	background-color: #f7f7f7;
}
.doctor_carr_sec1 div p{
margin-bottom: 0.9em;
line-height: 1.6;
}
.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%;
}
/*==================================================================

	.news

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

.top_news {
/* 	border: 1px solid #f0f0f0;
 */}
.top_news_flame {
	padding: 1px 0 0 5px;
	overflow:hidden;
}
.news_text {
}
.news_text p {
	margin-bottom: -2px;
	line-height: 1.8;
}
/* タイトル */
.news_tit {
	display: block;
	margin-left: 0;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #4a9ca9;
}
/* 日付 */
.top_news_date {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #ababab;
}

/* お知らせのブロックのボーダー */
.news_text .line {
	margin-bottom: 11px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dfdfdf;
	color: #555555;
	line-height: 2;
	letter-spacing: 0.4px;
}
/* お知らせスクロール部分の高さ */
.scroll_area {
	height: 298px;
}
.scroll_area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff; background-color: #404040;
	filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
}

.scroll_area .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #fff; background-color: #404040;
	filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
}

.scroll_area .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroll_area .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: #404040;
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}

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

	$access

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

.access_guide {
	margin-bottom: 20px;
	font-weight: bold;
}
.box.access_address{
	margin-bottom:25px;
}
/* --- clinicページと共通 --- */
.postcode {
	margin-right: 1em;
}
.access_address iframe{
	width: 100%;
	
}
.access_address i {
	margin-right: 7px;
	color: #4a9ca9;
}
.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 25px;
	margin-bottom: 20px;
} */
.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;
}


.footer_map_area {
	margin-bottom: 20px;
	height: 500px;
}


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

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

/* 	padding: 5% 6% 8.5%;
 */}
.clinic_sec1 ul {
	margin-bottom: 15px;
}
.clinic_sec1 li {
	padding: 8px 0;
	border-bottom: 1px solid #E5E6EF;
}
.clinic_sec1 li:first-child {
	padding: 0 0 8px 0;
}
.clinic_sec1 li:last-child {
	border: none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-left: 2px;
	font-family:"秀英角ゴシック銀 B";
	color: #555555;
}
.clinic_sec1 dd {
	float: left;
	width: 75%;
}
.clinic_sec1 .schedule {
	padding: 0;
}
.clinic_sec1 .schedule .tb01 {
	width: 100%;

}
.tb01 tr:first-child th,
.tb01 tr:first-child td {
	background-color:#F3F4F4;

	font-weight: bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child {
}
.clinic_sec1 .schedule li {
	border-bottom: none;
	padding:0;
}
.tb01 th:first-child{
	text-align: left;
}
.clinic_sche_area .schedule .tb01{
	background-color:#fff;
}

.clinic_sche_area .schedule .tb01 th,
.clinic_sche_area .schedule .tb01 td {
    padding: 13px 17px;
}



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

	$facilities

==================================================================*/
.bgcolor01{
	background-color: #FAF9F3;
}
/* 機器紹介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;
}
/*==================================================================

	$medical

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


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

.medical_order01 {
	margin-bottom: 20px;
}
dl.medical_order01 {
	display: table;
	position: relative;
	top: 5px;
	width: 100%;
	margin-bottom: 5px;
}
dl.medical_order01:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
dl.medical_order01:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.medical_order01 dt, .medical_order01 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order01 dt {
	width: 29%;
	padding: 0 3%;
	background-color: #f1ede4;
	letter-spacing: 0.1em;
	color: #5d5029;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.medical_order01 dt em {
	margin-right: 8px;
	font-family: 'Economica', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.medical_order01 dd {
	padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.medical_order02 {
}
.medical_order02:after {
	display: block;
	clear: both;
	content: "";
}
.medical_order02 dl {
	width: 40.2%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
	padding: 3% 3.9% 4%;
	background-color: #F7F7F7;
}
.medical_order02 dl:nth-child(even) {
	margin-right: 0;
}
.medical_order02 dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
/* 数字 */
.medical_order02 dl dt em {
	margin-right: 10px;
	color: #BDA087;
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight: normal;
}
.medical_order02 dl dd {
	line-height: 1.6;
	font-size: 14.5px;
	text-align: center;
}
.medical_order02 dl dd img {
	width: 160px;
	margin-bottom: 15px;
}
.medical_order02 dl dd p {
	margin-bottom: 0;
	text-align: justify;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.medical_order03 {
	padding-bottom: 20px;
}
.medical_order03 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.medical_order03 dt, .medical_order03 dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}
.medical_order03 dt {
	width: 25%;
	background-color: #fff;
}
.medical_order03 dt img {
	width: 100%;
}
.medical_order03 dd {
	width: 75%;
	padding: 1% 3%;
}
.medical_order03 dd h5 {
	color: #7FAF26;
	font-size: 18px;
	font-weight: bold;
}
.medical_order03 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.medical_order04 {
	padding-bottom: 20px;
}
.medical_order04 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.medical_order04 dt, .medical_order04 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order04 dt {
	width: 27%;
	padding-right: 2%;
	vertical-align: middle;
}
.medical_order04 dt img {
	width: 100%;
}
.medical_order04 dd {
	width: 73%;
	padding: 3%;
	background-color: #fff;
	vertical-align: middle;
}
.medical_order04 dd h5 {
	color: #7FAF26;
	font-size: 18px;
	font-weight: bold;
}
.medical_order04 dd h5 span {
	margin-right: 10px;
	color: #BDA087;
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.medical_order05 {
	padding-bottom: 20px;
}
.medical_order05 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
	font-size: 14px;
}
.medical_order05 dt, .medical_order05 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order05 dt {
	width: 25%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.medical_order05 dt img {
	width: 100%;
}
.medical_order05 dd {
	padding: 1% 3%;
	vertical-align: top;
}
.medical_order05 dd:nth-child(2) {
	width: 40%;
}
.medical_order05 dd:nth-child(3) {
	width: 35%;
	border-left: 1px solid #e2e2e2;
}
.medical_order05 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: 'Economica', sans-serif;
	font-size: 30px;
	font-weight: normal;
}
.medical_order05 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.medical_order05_text1 {
}
.medical_order05_text1 ul {
	margin-bottom: 15px;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.medical_order06 {
	padding-bottom: 20px;
}
.medical_order06 dl {
	display: table;
	position: relative;
	top: 5px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #f1ede4;
}
.medical_order06 dl:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.medical_order06 dt, .medical_order06 dd {
	box-sizing: border-box;
}
.medical_order06 dt {
	padding: 0 3%;
	background-color: #f1ede4;
	letter-spacing: 0.1em;
	color: #5d5029;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.medical_order06 dt em {
	margin-right: 8px;
	font-family: 'Economica', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.medical_order06 dd {
	padding: 3%;
}


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

	$お問い合わせフォーム

==================================================================*/
.wpcf7-form p {
	margin-bottom: 5px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit {
	padding: 8px 20px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	background: #F79552;
	color: #fff;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.15em;
}




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

	$qa

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

.qa1 {
}
dl.qa1 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #c1c1c1;
}
dl.qa1 dt {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
}
dl.qa1 dt:before {
	position: absolute;
	top: -5px;
	left: 0;
	margin-right: 7px;
	line-height: 1;
	font-family: 'Economica', sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #F4A269;
	content: "Q.";
}
dl.qa1 dd {
	position: relative;
	padding-left: 40px;
}
dl.qa1 dd:before {
	position: absolute;
	top: -5px;
	left: 0;
	margin-right: 7px;
	line-height: 1;
	font-family: 'Economica', sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #7FAF26;
	content: "A.";
}
/*==================================================================

	ブログ エディター用

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


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/* ディフォルト設定 */





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

	.breadcrumb（ぱんくずリスト）

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

.breadcrumbs {
	margin-bottom: 15px;
	font-size: 12px;
}
.breadcrumbs li:first-child {
	list-style: none;
}
.breadcrumbs a {
	color: #69C;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #69C;
	text-decoration: underline;
}
.breadcrumbs li {
    position: relative;
    display: table;
    float: left;
    margin-right: 20px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.breadcrumbs li:after {
    position: absolute;
    right: -10px;
    top: 5px;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
}
.breadcrumbs li:last-child:after {
	content:initial;
}



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

	ブログ

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


.blog_box {

    border-top: 3px solid #7FAF26;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.blog_tit {
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #333;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dotted #ccc;
}
.blog_content {
	margin: 20px 25px;
}
.blog_content p {
	margin-bottom: 1em;
}
.blog_btn {
	display: inline-block;
	margin-top:15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;

	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0!important;
	transition-property: all;
	transition: 0.3s linear;
}
.blog_btn:hover {
	background-color: #fff;
}
.blog_btn a {
	display:block;
		padding: 8px 25px;
		border:1px solid #7FAF26;
			border-radius: 4px;
				background-color: #7FAF26;
	color: #fff!important;
		transition: all .3s;
}
.blog_btn a:hover {
		background-color: #fff;
	color: #7FAF26!important;
	text-decoration: none;
	
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -7px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.blog_btn:hover span {
	padding: 0 .5em;
}
.blog_btn:hover span::after {
	right: 0;
	opacity: 0;
}
.blog_btn .fa {
	display: inline-block;
	margin-right: 5px;
	color: #7FAF26;
}
/* 日付・カテゴリ */

.blog_class li {
	display: inline-block;
	margin-right: 15px;
}
.blog_class {
	margin-bottom: 10px;
}
/* カテゴリ */

.blog_category {
	clear: both;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #7FAF26;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #7FAF26;
	text-decoration: none;
}
.blog_category li a {
    color: #7FAF26 !important;
    display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
.fa-calendar{
    color: #7FAF26;
    padding-right: 5px;
}


/* ページャー */

.pager {
	display: block;
	font-size: 15px;
	padding: 9px 8px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center!important;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.current {
    background: #E6FFFA;
    color: #7FAF26;
    padding: 6px 12px;
    display: inline;
    border-radius: 16px;
    margin: 5px;
}
.pager a {
	margin: 5px;
	display: inline;
	text-decoration: none;
	padding: 6px 12px;
	margin-right: 6px;
	border-radius: 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #eee;
	color: #999;
}
.pager a:hover {
    background: #6EC8DA;
    color: #FFFFFF;
}
.pager a:active {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}


/* 前後の記事ボタン */
.blog_next li{
	width:49%;
}
.blog_next li:nth-child(1){
	float:left;
}
.blog_next li:nth-child(2){
	float:right;
}
.blog_next li a{
	word-break: break-all;
	text-align:left;
}


/* タグ */
.blog_tag{
}
.blog_tag a{
		display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #7FAF26;
		padding: 6px 12px 6px 10px;
	transition: all .3s;

	
	
		color: #fff;
	background: #7FAF26;
}
.blog_tag  a:hover {
		color: #7FAF26;
	background: #fff;
	text-decoration: none;
}




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

	ブログ_月別アーカイブ

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

.monthly_archive{
	float: right;
width: 300px;
	margin-bottom:80px;
}





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

	診療案内

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

.medical_layout05{
	padding-bottom:20px;
}
.medical_layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.medical_layout05 dt,
.medical_layout05 dd{
	display:table-cell;
	box-sizing:border-box;

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

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

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

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

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


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

	$その他

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

.text .idea_tit{
	margin-bottom: 20px;
	font-size: 26px;
	font-family: "lemonde-courrier",serif;
}
