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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0em;
	text-align:justify;
	background-color:#E7DB97;




}


a {
	color: #534741;
	text-decoration: none;
	transition:0.1s ease-in-out;
}
a:hover {
	color:#EBB35C ;
}
::selection{
	background-color:#FFFFDF;
	color:#534741;
}
::-moz-selection{
	background-color:#FFFFDF;
	color:#534741;
}

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



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

	header

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

header {
	position:absolute;
	width:100%;
	height:93px;
	z-index:2;
}
header .inner{
	position:relative;
	width:1200px;
	padding: 0 60px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
/* ロゴ */
header h1{
margin-top: 42px;
margin-left:30px;
/*margin-left: 7px;*/
}
header h1,
header svg{
/*width: 236px;
height: 38px;*/
width: 350px !important;
height: 56px !important;
}



/* 住所 */
.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
}
.header_info_ad{
}

/* ご予約・お問合せ */
.header_tel{
margin-top: 1px;
	margin-left: 41px;
	
}
.header_tel li{
		font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std ;
		font-weight:bold;
		font-size:22px;
			line-height: 1.4;
			letter-spacing:0.16em;
}


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

	p-resv

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

.p-resv{
	position:fixed;
	top:30px;
	right:0;
	width:110px;
	height:150px;
	z-index:9999;
}
.p-resv a{
	position:absolute;
	width:100%;
	height:100%;
}
.p-resv svg{
}
.p-resv svg .st0,
.p-resv p{
	transition:0.1s ease-in-out;
}
.p-resv:hover svg .st0{
	fill:#D4B965;
}
.p-resv p{
	position:absolute;
	bottom:15px;
	width:96%;
	padding-left:4%;
	line-height:16px;
	text-align:center;
	font-size:15.5px;
		font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
	font-weight:bold;
	color:#fff;
	font-feature-settings: "palt";
}

.p-resv:hover p{
/* 	color:#F7F5AF; */
}


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

	nav

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

.l-nav {
		position:absolute;
		top: 266px;
	width:100%;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
	font-weight:bold;

	z-index:3;
}
.l-nav  ul{
	display:block;
	width:1200px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
.l-nav li {
	align-content:center;
	display:inline-block;
	position:relative;
	width:112px;
	height:96px;
	background-color:#EDAE76;
border-radius: 12px;
margin-right:12px;
box-shadow: 0 4px 0 #EA9F5D;

}
.l-nav li:nth-child(2n){
	background-color:#E4DEAE;
	box-shadow: 0 4px 0 #B7AC6E;
}


.l-nav li a{
	position:relative;
	display: block;
	height:inherit;
	padding-left:  0;
	vertical-align:middle;
line-height: 1.15;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.06em;

}
.l-nav li {
	transition:0.1s ease-in-out;
}
.l-nav li:hover{
	background-color:#f4cca8;
	box-shadow: 0 4px 0 #efb078;
}
.l-nav li:nth-child(2n):hover{
	background-color:#FFF2CE;
	box-shadow: 0 4px 0 #cbc28c;
}
.l-nav li:hover a{
	color:inherit;
}



.l-nav li a span{
position:relative;
padding-top: 44px;
display: block;
}
.l-nav  li a em{
	font-size:17px;
}

.l-nav li i,
.l-nav li img{
		right: 0;
		top: 13px;
}

.l-nav li.l-nav-doctor a i,
.l-nav li.l-nav-doctor a img{
	position:absolute;
	left:0;

	width:24px;
	height:28px;
	margin:auto;
}
.l-nav li.l-nav-clinic a i,
.l-nav li.l-nav-clinic a img{
	position:absolute;

	left:0;
	width:24px;
	height:24px;
	margin:auto;
}
.l-nav li.l-nav-feature a i,
.l-nav li.l-nav-feature a img{
	position:absolute;
	left:0;
	width:24px;
	height:24px;
	margin:auto;
}
.l-nav li.l-nav-medical a i,
.l-nav li.l-nav-medical a img{
	position:absolute;
left: 2px;
width: 20px;
height: 24px;
margin: auto;

}
.l-nav li.l-nav-first a i,
.l-nav li.l-nav-first a img{
	position:absolute;
	left:3px;
	width:18px;
	height:24px;
	margin:auto;
}
.l-nav li.l-nav-access a i,
.l-nav li.l-nav-access a img{
	position:absolute;
			top: 19px;
	left:1px;
	width:24px;
	height:18px;
	margin:auto;
}

/* アイコン塗り */
.l-nav li a svg {
	fill:#534741;
	transition:0.1s ease-in-out;
}






/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	top:0;
	left:0;
}



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

	$.p-top-mainvisual

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

.p-top-mainvisual{
	display:block;
	position:relative;

	height: 746px;
	margin:auto;
	background-position:center ;
	background-repeat:no-repeat;
	overflow:hidden;
}
.p-top-mainvisual__inner::before{
	position:absolute;
	top:0;
	left:246px;
	width:1132px;
	height:704px;
	background-image:url(../images/top_meinvisual_bg01.png);
	content:"";
}
.p-top-mainvisual__inner::after{
	position:absolute;
	top: 23px;
	left: 17px;
	width:1036px;
	height:696px;
	background-image:url(../images/top_meinvisual_bg02.png);
	content:"";
	}
.p-top-mainvisual__inner{
	display:table;
	position:relative;
	height: inherit;
	max-width:1600px;
	min-width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
	top:-10px;
}
.p-top-mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.p-top-mainvisual__catch{
	position:absolute;
	top:80px;
	right: 209px;
	  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
		  	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
	
	    letter-spacing:0.16em;
		color:#534741;
}
.p-top-mainvisual__catch h2{
	line-height:45.16px;
	font-size:34px;
	font-weight:bold;
	background-image:url(../images/p-top-mainvisual__catch-bg01.svg);
background-position: left top 10px;
background-repeat: no-repeat;
background-size: 10.5px 158.5px;
padding-left: 28px;
margin-left: 16px;
}




.p-top-mainvisual__catch p{
	line-height:36px;
    font-size: 26px;
	font-weight:bold;
	z-index: 10;
	
}
.p-top-mainvisual__pre{
	position: absolute;
	right: 157px;
	bottom: 66px;
	z-index: 10;
}

.p-top-mainvisual__info1{
	position: absolute;
right: 360px;
bottom: 260px;
	z-index: 10;
}

.p-top-mainvisual__info2{
	position: absolute;
right: 480px;
bottom: 170px;
	z-index: 10;
}

.p-top-mainvisual__info3{
	position: absolute;
right: 500px;
bottom: 310px;
	z-index: 10;
}

.p-top-mainvisual__info4{
	position: absolute;
right: 600px;
bottom: 145px;
	z-index: 10;
}

.p-top-mainvisual__pre img{
	
}
.p-top-mainvisual__open{
position: absolute;
bottom: 40px;
left: 126px;
z-index: 10;
}
.p-top-mainvisual__open2{
position: absolute;
bottom: 0px;
left: 126px;
z-index: 1;
animation: fly 4.5s ease-in-out 0s alternate;
}

.p-top-mainvisual__img{
    position: absolute;
    left: 299px;
    /*top: -28px;*/
	height: 679px;
width: 1048px;
background-image:url(../images/top_meinvisual__img-01.png);
background-repeat:no-repeat;
background-position:top -28px;
}


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

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

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



.p-top-mainvisual__planet01{
	position:absolute;
	width:63px;
	height:63px;
	animation: cloud2 3s ease-in-out 0s infinite alternate;
	background-image:url(../images/top-mainvisual__planet01.svg);
	background-size:cover;
	top: 30px;
left: 330px;
}
.p-top-mainvisual__planet02{
	position:absolute;
	width:82px;
	height:82px;
	animation: cloud 4s ease-in-out 0s infinite alternate;
		background-image:url(../images/top-mainvisual__planet02.svg);
	background-size:cover;
	top: 125px;
left: 24px;
}

.p-top-mainvisual__planet03{
	position:absolute;
	width:70px;
	height:70px;
	animation: cloud2 3s ease-in-out 0s infinite alternate;
		background-image:url(../images/top-mainvisual__planet03.svg);
	background-size:cover;
	top: 565px;
left: 54px;
}

.p-top-mainvisual__planet04{
	position:absolute;
	width:68px;
	height:68px;
	animation: cloud 4s ease-in-out 0s infinite alternate;
		background-image:url(../images/top-mainvisual__planet04.svg);
	background-size:cover;
	top: 595px;
left: 501px;
}

.p-top-mainvisual__planet05{
	position:absolute;
	width:87px;
	height:87px;
	animation: cloud 3s ease-in-out 0s infinite alternate;
		background-image:url(../images/top-mainvisual__planet05.svg);
	background-size:cover;
	top: 625px;
left: 941px;
}

.p-top-mainvisual__planet06{
	position:absolute;
	width:87px;
	height:87px;
	animation: cloud 4.5s ease-in-out 0s infinite alternate;
		background-image:url(../images/top-mainvisual__planet05.svg);
	background-size:cover;
top: 645px;
left: 341px;
}







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

	.p-under-head

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

.p-under-head{
	position:relative;
	height:400px;
	margin-bottom:-10px;
	background-image:url(../images/under-head_bg02.svg),url(../images/under-head_bg01.png) ;
	background-position: center top 46px,center top;
	background-repeat: no-repeat,repeat-x;
	background-size:99px 99px,auto;
	background-color:#b7ad83;
	z-index:1;
}
.p-under-head::before{
	position:absolute;
	bottom:-20px;
	width:100%;
	height:40px;
	background-image:url(../images/bg03.png);
	background-repeat:repeat-x;
	content:"";
	z-index: 1;
}



.p-under-head__heading{
	position:relative;
	top:150px;
	font-size:34px;
	text-align:center;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
color:#fff;
}

.p-under-head__heading h2{
display: inline-block;
border-bottom: 2px dashed #fff;
padding-bottom: 2px;
}
.p-under-head__heading p{

margin-top: 0;
font-size:22px;
letter-spacing:0.08em;
}




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

	#contents

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

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

}

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



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







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

	$footer

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

.l-footer {
	position:relative;
	width:100%;
	padding-top:295px;

	z-index:1;
}
.l-footer::before{
	width:100%;
	height:295px;
	content:"";
	background-color:#E7DB97;
		background-image:url(../images/footer_bg01.png);
	background-repeat:repeat-x;
	background-position:top center;
	top:0;
	position:absolute;
	z-index:0;
}



/* フッターの医院概要 */
.l-footer__info{
	background-color:#E9EDE3;

}
.l-footer__inner{
	max-width:988px;
	width:auto;
	margin:0 auto;
	padding:45px 0 20px;
}

.l-footer__overview{
	float:left;
	max-width:387px;
	width:auto;
	text-align:center;
	font-size:17px;
}

.l-footer__overview em{
	font-size:15px;
}


.l-footer__overview dt{
	padding-bottom:11px;


}
.l-footer__overview dt svg{
	width:301px;
	height:48px;
}
.l-footer__overview dd{
	margin-bottom:12px;

}
.l-footer__overview-medical{
	padding-bottom: 15px;
		background-image:url(../images/border01.svg);
			background-repeat:repeat-x;
	background-position:bottom;
	background-size:8px 2px;
}
.l-footer__overview dd:last-child{
	margin-bottom:0;
}
.l-footer__overview-tel{
	/*padding-left:26px;*/



	font-size:26.5px !important;
	color: #534741;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
.l-footer__overview-tel::before{
	display: inline-block;
position: relative;
top: 4px;
margin-right: 5px;
	width:34px;
	height:28px;
	content:url(../images/footer_tel.svg);
	
}

/* 診療時間（医院案内、アクセス共通） */
.l-footer__schedule{
	float:right;
	max-width:570px;
	width:auto;
	font-size:17px;
	margin-top: -6px;

}


.schedule table{
	width:100%;

}
.schedule table tr:first-child td,
.schedule table tr:first-child th{
	font-weight:bold;
	color:#fff;
	background-color:#E2933B;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	text-align:right;
	font-size:14px;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;	
}


/* フッターのナビ */

.l-footer__navi{
		background-color:#E9EDE3;
}
.l-footer__navi .l-footer__inner{
	max-width:1200px;
	width:auto;
	margin:0 auto;
	padding:20px 0 40px;
}
.l-footer__navi ul{
}

.l-footer__navi ul {
	position:relative;
	width:100%;
	height:80px;

	z-index:9999;
}
.l-footer__navi ul{
	width:1200px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.l-footer__navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.l-footer__navi ul li a{
	display: table-cell;
	padding: 0 11px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:17px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
	font-weight:bold;
	text-align:center;
	letter-spacing: 0.1em;
}
.l-footer__navi ul li a:hover,
.l-footer__navi ul li.active2 a{

}
.l-footer__navi ul li a span{
	position:relative;
	padding:0 5px;
}

/* 間のボーダー */
.l-footer__navi ul li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px solid #534741;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
.l-footer__navi ul li:first-child a::after{
	display:none;
}

/* ホバーのボーダー */
.l-footer__navi ul li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -10px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #EBB35C;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
.l-footer__navi ul li a:hover span::before,
.l-footer__navi ul li.active2 a span::before{
	transform: scaleX(1);
}
.l-footer__map ,
.l-footer__map iframe{
	width:100%;
	height:400px;
}






/* コピーライト */
.l-copy{

	text-align: center;
	background-color:#E2933B;
	color:#fff;
}
.l-copy small{
	line-height:50px;
	font-size:16px;

}











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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
	position: relative;
	padding-bottom:28px;
	margin-bottom:28px;
	line-height: 1.4;
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight:bold;
font-size:32px;
letter-spacing: 0.06em;
color: #534741;
	text-align: center;
	background-image:url(../images/tit01_bg03.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:158.5px 10.5px;
}

/* 背景画像 */
h3.tit01::before{
	display:inline-block;
	position:relative;
	width: 37px;
	height: 57px;
bottom: -18px;
left: -15px;
	background-image:url(../images/tit01_bg01.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}
h3.tit01::after{
	display:inline-block;
	position: relative;
	width: 37px;
	height: 55px;
bottom: -16px;
right: -15px;
	background-image:url(../images/tit01_bg02.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}



/*中央寄せ*/
h3.tit02 {
	position: relative;
	padding-bottom:28px;
	margin-top: -30px;
	margin-bottom:28px;
	line-height: 1.4;
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight:bold;
font-size:32px;
letter-spacing: 0.06em;
color: #534741;
	text-align: center;
	background-image:url(../images/tit01_bg03.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:158.5px 10.5px;
}

/* 背景画像 */
h3.tit02::before{
	display:inline-block;
	position:relative;
	width: 105px;
	height: 94px;
bottom: -28px;
left:25px;
	background-image:url(../images/tit02_bg01.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}
h3.tit02::after{
	display:inline-block;
	position: relative;
	width: 85px;
	height: 89px;
bottom: -18px;
right: -5px;
	background-image:url(../images/tit02_bg02.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}





h3.tit03 {
position: relative;
padding-bottom: 23px;
margin-bottom: 17px;
line-height: 1.4;
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
font-size: 36px;
letter-spacing: 0.06em;
color: #534741;
text-align: left;
background-image: url(../images/tit01_bg03.svg);
background-repeat: no-repeat;
background-position: left 10px bottom;
background-size: 158.5px 10.5px;
margin-left: -6px;

}

/* 背景画像 */







.c-tit__container{
	position: relative;
	display:block;
		min-height:80px;
			margin-bottom: 18px;
}
.c-tit__bg{
	position:absolute;
	display:table;
	height:100%;
	min-height: 80px;
}
h4.tit01 {
	display:table-cell;
	position: relative;

	padding-left:80px;

		background-image: url(../images/h4_titbg01.svg);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:68px 72px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #BB5730;
	font-size: 28px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
	text-align:left;
	vertical-align:middle;
}
h4.tit01::before {
	position:absolute;
	left:0;
	width:68px;
	height:72px;

	content:"";
}

h4.tit02 {
	display:table-cell;
	position: relative;

	padding-left:80px;

		background-image: url(../images/h4_titbg02.svg);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:74px 74px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #BB5730;
	font-size: 28px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
	text-align:left;
	vertical-align:middle;
}
h4.tit02::before {
	position:absolute;
	left:0;
	width:68px;
	height:72px;

	content:"";
}

h4.tit03 {
	display:table-cell;
	position: relative;

	padding-left:60px;

		background-image: url(../images/h4_titbg03.svg);
		background-repeat:no-repeat;
		background-position:left center;
		background-size:50px 70px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #BB5730;
	font-size: 28px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
	text-align:left;
	vertical-align:middle;
}
h4.tit03::before {
	position:absolute;
	left:0;
	width:68px;
	height:72px;

	content:"";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
		letter-spacing: 0.15em;
	color: #BB5730;
	font-size: 28px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
}

.c-text_strong{
		letter-spacing: 0.15em;
	color: #BB5730;
	font-size: 28px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
}





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

	共通

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

/*院長略歴*/
.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 0;
	border-width: 0 1px 1px;
}
.list02 th {
	margin: 0 0px 0px;


	vertical-align:top;
}
.list02 th,
.list02 td {
		padding: 6px 4px 6px 0;
border-bottom: 1px dotted #ACACAC;
}
/*まる*/
.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: 5px;
	height: 5px;
	background-color: #E2933B;
	border: 1px solid #E2933B;
	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: #e9ede3;
}
.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:#534741;
	text-align:center;

	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: 1% 3%;
	border-radius:12px;
	background-color:#EDAE76;
	color:#534741;
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;
box-shadow: 0 4px 0 #EA9F5D;
	transition:ease-in-out 0.1s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#F4CCA8;
	box-shadow: 0 4px 0 #efb078;

}


/* 画像を右寄せ　※画像サイズは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: #534741;
	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 tr th:first-child{
	border-top-left-radius:6px;
		border-bottom-left-radius:6px;
}
.tb01 tr td:last-child{
	border-top-right-radius:6px;
		border-bottom-right-radius:6px;
}
.tb01 th{

	line-height:1;
	white-space:nowrap;
	font-weight:bold;


}
.tb01 tr:first-child th{
		text-align:center;
}
.tb01 td{
padding: 8px 13px 8px 13px;

}
.tb01 tr:first-child th,
.tb01 tr:first-child td{


			padding:5px 13px 5px 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:12%;
	padding:0 3%;

	letter-spacing: 0.1em;
	color: #534741;
	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: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;
	font-size:38px;

	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
		font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;
font-size:18px;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02,
.layout02-2{
}
.layout02::after,
.layout02-2::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-2 dl{
	width:40.2%;
	float:left;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#fff;
}
.layout02 dl:nth-child(even),
.layout02-2 dl:nth-child(even){
	margin-right:0;
}
.layout02 dl dt{
    margin-bottom: 13px;
    font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
.layout02-2 dl dt {
	display:none;
}
/* 数字 */
.layout02 dl dt em,
.layout02-2 dl dt em {
    margin-right: 10px;
    color: #f49d3a;
    font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
    font-weight: bold;
    font-size: 30px;
}
.layout02 dl dd,
.layout02-2 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.layout02 dl dd img,
.layout02-2 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.layout02 dl dd p,
.layout02-2 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: #534741;
	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: #534741;
	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: #534741;
	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,
.layout09{
	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;
}
.layout09 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#fff;
	height:400px;
}
.layout08 dl::before,
.layout09 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #f49d3a;
    border-right: 2px solid #f49d3a;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n),
.layout09 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt,
.layout09 dl dt {
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #e7db97;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.layout08 dl dt img,
.layout09 dl dt img{
	width:100%;
}
.layout08 dl dt em,
.layout09 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd,
.layout09 dl dd{
	line-height:1.5;
}
.layout08 dl dd h5,
.layout09 dl dd h5 {
    margin-bottom: 3px;
    font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
    font-weight: bold;
    font-size: 18px;
}





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

	box

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

.box1{
	position:relative;
	width:1200px;
	margin:0 auto 100px;
}
.box2{
		position:relative;
	width:760px;
	margin:0 auto 100px;
	}
.box3{
		position:relative;

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




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

	.p-top-info

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

.p-top-info{
	margin-top: -72px;
	padding-bottom: 50px;
		background-image:url(../images/bg02.png);
	background-repeat:repeat-x;
	background-position:bottom ;
}
.p-top-info .box1{
	margin-bottom:0;
}

.p-top-info__btn{
	display: inline-block;
position: absolute;
right: 180px;
top: 40px;
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
font-size: 20px;
}


.p-top-info h3.tit01 {
	background-image:none;
	padding-bottom:0;
	margin-bottom:23px;
	font-size:30px;
	color:#603813;
}





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

	.p-top-doctor

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

.p-top-doctor {
	position: relative;
    padding-top: 80px;
	margin-top: -65px;


	background-color:#E7DB97;
}


.p-top-doctor::after{
	width:100%;
	height:40px;
	position:absolute;
	bottom:-12px;
	background-image:url(../images/bg01.png);
	background-repeat:repeat-x;
	content:"";
	z-index: 1;
	
}
.p-top-doctor .box1{
	display:flex;
	flex-direction:row-reverse;
	margin-bottom:0;
	padding: 0 116px 56px;
	box-sizing: border-box;

}
.p-top-doctor__text{
	position:relative;
	align-content:space-between;
	width:524px;
	line-height:2;
}
.p-top-doctor__text::before{
	position:absolute;
right: -19px;

top: -114px;
	width:206px;
	height:203px;
	background-image:url(../images/p-top-doctor__bg03.svg);
	background-size:cover;
	content:"";
	z-index:2;
}
.p-top-doctor__img{
	position: relative;
left: -40px;
top: 22px;
	width:460px;
	height:585px;
		align-content:space-between;
		background-image: url(../images/p-top-doctor__bg01.svg);
		background-size:cover;
		text-align: center;

}


.p-top-doctor__img img{
	margin-top: 4px;
}





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

	.p-top-feature

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

.p-top-feature{
	position:relative;
	padding-top: 41px;
	padding-bottom: 203px;
background-image: url(../images/top-feature_bg03.png),url(../images/top-feature_bg02.png);
background-repeat: no-repeat;
background-position:top 165px center, center top;
background-size: 501px 501px,auto,;
}
.p-top-feature .box1{
	margin-bottom:0;
}
.p-top-feature__title{
	position:relative;
	margin-bottom: 57px;
	padding-top: 70px;
	background-image: url(../images/top-feature__title_bg01.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:820px 98px;
}
.p-top-feature__title::before{
	position:absolute;
top: -90px;

left: 45px;
	width:326px;
	height:210px;


		background-image: url(../images/top-feature__title_bg02.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	content:"";
	z-index: 2;
}

.p-top-feature__title::after{
		position:absolute;
top: -170px;

right: 0;
	width:280px;
	height:370px;


		background-image: url(../images/top-feature__title_bg03.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	content:"";
	z-index: 2;
}
.p-top-feature__title::after{
    animation: cloud2 3s ease-in-out 0s infinite alternate;


}



.p-top-feature__title h3{
	line-height: 1.4;

font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 36px;


color: #534741;
text-align:center;
}

.p-top-feature .tit04 em{
	display:block;
	margin-top: 5px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 24px;


color: #EBB35C;
text-align:center;
	
}

.p-top-feature-block ul{
	display:flex;
	align-content:space-between;
	max-width: 980px;
	width:auto;
margin: 0 auto;
}

.p-top-feature-block li{
	position:relative;
	width:180px;
	height:260px;
	margin-right:20px;
	border:5px dashed #EDE7C5;
	border-radius:21px;
	text-align:center;
		font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;
	color:#fff;
}
.p-top-feature-block li:last-child{
	margin-right:0;
}
.p-top-feature-block__img{


	margin-bottom:10px;

}
.p-top-feature-block__text{
	position: absolute;
	left: 0;
right: 0;
bottom: 26px;
	font-size:21px;
	letter-spacing:-0.02em;
	line-height:25.25px;
	z-index:2;
}
.p-top-feature-block__text-moniter{
		font-size:20px;
	letter-spacing:-0.02em;
		line-height:23.25px;
		font-feature-settings : "palt";
}

.p-top-feature-block li:nth-child(1){
	background-color:#B47B4F;
}
.p-top-feature-block li:nth-child(2){
	background-color:#D4B965;
}

.p-top-feature-block li:nth-child(3){
	background-color:#BB5730;
}

.p-top-feature-block li:nth-child(4){
	background-color:#5C7886;
}

.p-top-feature-block li:nth-child(5){
	background-color:#7C6769;
}
.p-top-feature-block li::before{
	font-size:30px;
}
.p-top-feature-block li:nth-child(1)::before{
	content:"01";
}
.p-top-feature-block li:nth-child(2)::before{
	content:"02";
}
.p-top-feature-block li:nth-child(3)::before{
	content:"03";
}
.p-top-feature-block li:nth-child(4)::before{
	content:"04";
}
.p-top-feature-block li:nth-child(5)::before{
	content:"05";
}








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

	.p-top-medical

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



.p-top-medical{
	position:relative;
	padding-top: 53px;
	padding-bottom: 18px;
	background-color:#E7DB97;
}
.p-top-medical::before{
	position:absolute;
	top:-20px;
	width:100%;
	height:40px;
	background-image:url(../images/bg01.png);
	content:"";
}
.p-top-medical .box1{
	margin-bottom:0;
}
.p-top-medical__title{
	position:relative;
	margin-bottom: 38px;
	padding-top: 70px;
	background-image: url(../images/top-medical__title_bg01.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:820px 98px;

}
.p-top-medical__title::before{
	position:absolute;
top: -103px;
left: 0;
right: 0;
margin: auto;
	max-width:1040px;
	width:auto;
	height:306px;


		background-image: url(../images/top-medical__title_bg02.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	content:"";
	z-index: 2;
}
.p-top-medical__title h3{
	margin-top: 7px;
	line-height: 1.4;

font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 36px;


	color:#603813;
	text-align:center;
}

.p-top-medical__title h3 em{
	display:block;
	margin-top: 5px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 24px;


color: #FFFFAE;
text-align:center;
	
}

.p-top-medical-block ul{
	display:flex;
	max-width:696px;
	width:auto;
/* 	flex-direction:row; */
	flex-wrap:wrap;
	margin:auto;
}

.p-top-medical-block li{
	position:relative;
	width:232px;
height: 226px;
margin-bottom: 16px;
	text-align:center;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
color: #534741;
	background-size:150px 150px;
	background-repeat:no-repeat;
	background-position:top center;
}
.p-top-medical-block__dent{
	background-image:url(../images/top-medical-block__dent.svg);

}
.p-top-medical-block__pedi{
	background-image:url(../images/top-medical-block__pedi.svg);

}
.p-top-medical-block__orth{
	background-image:url(../images/top-medical-block__orth.svg);

}
.p-top-medical-block__surge{
	background-image:url(../images/top-medical-block__surge.svg);

}
.p-top-medical-block__cosme{
	background-image:url(../images/top-medical-block__cosme.svg);

}
.p-top-medical-block__prev{
	background-image:url(../images/top-medical-block__prev.svg);

}
.p-top-medical-block__imp{
	background-image:url(../images/top-medical-block__imp.svg);
	
}
.p-top-medical-block__dentu{
	background-image:url(../images/top-medical-block__dentu.svg);
	
}


.p-top-medical-block li:last-child{
	margin-right:0;
}

.p-top-medical-block__headline{
	position: absolute;
left: 0;
right: 0;
bottom: 59px;
	
}
.p-top-medical-block__headline h4{
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.02em;
    line-height: 1;
}
.p-top-medical-block__headline em{
	font-size:17px;
}

.p-top-medical-block__btn{
	position:absolute;
	width:135px;
	bottom: 26px;
left: 0;
right: 0;
margin: auto;

	color:#FFFFAE;
	background-color:#E2933B;
	border-radius:12px;
	transition:0.1s ease-in-out;

}
.p-top-medical-block__btn a{
	position: relative;
display: block;
padding: 0 19px 1px 9px;
line-height: 24px;
		color:#F7F5AF;
		font-size:17px;
		  font-feature-settings : "palt";
		  letter-spacing:0.02em;
}
.p-top-medical-block__btn a::after{
	position: absolute;

top: 0;
bottom: 0;
right: 10px;
margin: auto;
	width:4px;
	height:8px;
	background-image:url(../images/arrow01.svg);
	background-size:cover;
	content:"";
}
.p-top-medical-block__btn:hover{
	background-color:#D4B965;
}




















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

	$doctor

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


.p-top-doctor .box1.doctor_carr{
/* 	display: block; */
flex-direction:row;

}

.p-top-doctor__img::before{
	position:absolute;
	top: 390px;
right: 60px;
	width:178px;
	height:85px;
		background-image: url(../images/doctor__bg04.svg);
		background-size:cover;
		content:"";
}









.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
 	width: 28%;
	margin-right: 4%; 
	padding: 4% 5%;
	background-color:#E9EDE3;
	line-height:1.55;

}
.doctor_carr_sec1:first-child{

	width: 69%; 
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,
.doctor_carr .tb02 th{

}
.doctor_carr th{
	width:28%;
}
.doctor_carr_sec1 table{
	width:100%;
}





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

	.p-feature

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

.p-feature{
	position:relative;
	padding-top: 41px;
	padding-bottom: 203px;
/* background-image: url(../images/top-feature_bg03.png),url(../images/top-feature_bg02.png);
background-repeat: no-repeat;
background-position:top 165px center, center top;
background-size: 501px 501px,auto,; */
/* background-color:#F4F6F1; */
}
.p-feature{
	padding-top:71px;
	background-position: top 195px center, center top;
}

.p-feature::after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -12px;
    background-image: url(../images/bg01.png);
    background-repeat: repeat-x;
    content: "";
    z-index: 1;
}


.p-feature .box1{
	margin-bottom:0;
}
.p-feature__title{
	position:relative;
	margin-bottom: 57px;
	padding-top: 70px;
	background-image: url(../images/top-feature__title_bg01.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:820px 98px;
}
.p-feature__title::before{
	position:absolute;
top: -170px;

left: 45px;
	width:1150px;
	height:370px;


		background-image: url(../images/feature__title_bg02.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	content:"";
	z-index: 2;
}
.p-feature__title h3{
	line-height: 1.4;

font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 36px;


color: #534741;
text-align:center;
}

.p-feature .tit04 em{
	display:block;
	margin-top: 5px;
	font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;

font-size: 24px;


color: #EBB35C;
text-align:center;
	
}

.p-feature-block ul{


	width: 820px;
margin: 0 auto;
}

.p-feature-block li{
	display: flex;
	position:relative;
	
margin-bottom: 20px;
padding: 4% 6%;
	border:5px dashed #EDE7C5;
	border-radius:21px;

		font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;

font-weight: bold;
	color:#fff;
}
.p-feature-block li:last-child{
	margin-right:0;
}
.p-feature-block__img{

    width: 120px;


	margin-bottom:10px;
	margin-right:4%;
	text-align: center;

}
.p-feature-block__text{
display: table;

position: absolute;

left: 197px;

right: 0;

width: 563px;

letter-spacing: -0.02em;

line-height: 25.25px;

z-index: 2;

height: 100%;

top: 0;
}



.p-feature-block__text p{
		font-family: FOT-筑紫A丸ゴシック Std R,FOT-筑紫A丸ゴシック Std;
font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.p-feature-block__text{
position: relative;
left:0;
 }
}
.p-feature-block__text div{
	display:table-cell;
	vertical-align:middle;
}
.p-feature-block__text h4{

font-size: 24px;
font-weight: bold;
margin-bottom: 12px;
}
.p-feature-block__text p{
		font-size:16px;
		line-height: 22.25px;
}


.p-feature-block__text-moniter{
		font-size:20px;
	letter-spacing:-0.02em;
		line-height:23.25px;
		font-feature-settings : "palt";
}

.p-feature-block li:nth-child(1){
	background-color:#B47B4F;
}
.p-feature-block li:nth-child(2){
	background-color:#D4B965;
}

.p-feature-block li:nth-child(3){
	background-color:#BB5730;
}

.p-feature-block li:nth-child(4){
	background-color:#5C7886;
}

.p-feature-block li:nth-child(5){
	background-color:#7C6769;
}
.p-feature-block li::before{
	position:absolute;
	left: 198px;

top: 18px;
	font-size:30px;
}
.p-feature-block li:nth-child(1) h4::before{
	content:"01 ";
}
.p-feature-block li:nth-child(2) h4::before{
	content:"02 ";
}
.p-feature-block li:nth-child(3) h4::before{
	content:"03 ";
}
.p-feature-block li:nth-child(4) h4::before{
	content:"04 ";
}
.p-feature-block li:nth-child(5) h4::before{
	content:"05 ";
}












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

	.news

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

.top_news{
	font-size:14.5px;
}
.top_news_flame{
	padding:35px 33px;
	border:15px solid #F0F0F0;
}
.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:#1F2774;
}
/* 日付 */
.date{
	margin-right:10px;
	/*color: #C0AB92;*/
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:200px;
}



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

	$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%;*/
	width:12.3%;
}
.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;
	background-color:#E9EDE3;
	padding: 4% 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-weight:bold;
	color: #534741;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.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{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#262E7C;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}





/*-----------------------------------------

indexにブログ新着表示

------------------------------------------*/


.blog_load{
	text-align:center;
	overflow:hidden;
}
.blog_information{
	display:none;
	/*width:100%;*/
	width:150px;
	height:231px;
	margin-right:22px;
	margin-left:22px;
	text-align:center;
	vertical-align: top;
}
.blog_information a{
	display:block;
		margin-right: 25px;
		width:150px;
}
.blog_information a dt{
	position:relative;
	border-radius: 10px;
	width:150px;
	height:150px;
	overflow:hidden;
	background-image:url(https://earthshika.jp/images/blogimg.png); /*サムネが無い時に表示される画像*/
	background-position:center center;
}
.blog_information a dt:nth-of-type(5n){
	margin-left: 0;
}
.blog_information a dt img{
	position:absolute;
	width:auto;
	height:auto;
	max-width:150px;
	max-height:150px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.blog_information a dd p{
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
font-size: 18px;
text-align:center;
display:block;
margin:0;
}
.blog_information a dd h4{
font-family: FOT-筑紫A丸ゴシック Std B,FOT-筑紫A丸ゴシック Std;
font-weight: bold;
font-size:16px;
line-height: 1.4;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}














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

	.breadcrumb（ぱんくずリスト）

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

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

	margin-bottom: 15px;
}

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

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

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

	ブログ

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


/* ------------------ メイン ----------------------- */
#contents_left {
float: left;
width: 70%;
}



/* ------------------ サイドバー ------------------- */
.side_area {
float: right;
width: 25%;
margin-top: 49px;
}

.side_area .box {
	margin-bottom: 40px;
}
.side_area h3{
font-size: 21px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: solid 3px #f08300; /*サイド見出しの下線*/
}
.side_area h3 i{
margin-right:12px;
vertical-align:middle;
color:#f08300;
}
.side_area li {
margin-bottom: 10px;
}


.side_area li a {
display: block;
padding: 0px 0 0px 10px;
transition: all .3s;	
}
.side_area li a:hover {
}
.side_area li a:hover i {

}


/*ブログボックス*/


.blog_box {
	border-top: 4px solid #f08300; /*記事ボックスの上の色*/
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-color: #fff;
}

.blog_box a,
.side_area li a,
.breadcrumbs a{
	color:#00408f;
	text-decoration: none;
transition: all .3s;
}
.blog_box a:hover,
.side_area li a:hover,
.breadcrumbs a:hover{
    color: #cc7700;
}
.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: #504c43;
	padding: 20px 20px 6px;
}
.blog_content {
	margin: 20px 25px;
}
.blog_content p {
	margin-bottom: 1em;
}
.blog_btn {
	display: inline-block;
  margin: 20px 0 0 10px;
	padding: 8px 25px;
	background-color: #f9db3e; /*ボタンの色*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;
	border-radius: 4px;
	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: #D8B707; /*ホバー時のボタンの色*/
}
.blog_btn a {
	color: #fff!important;
}
.blog_btn a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
	color: #fff!important;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -12px;
	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 {
}
.blog_btn:hover span::after {
	right: -16px;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #f08300;
}
/* 日付・カテゴリ */

.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 #004c36;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #004c36;
	text-decoration: none;
}
.blog_category li a {
	color: #004c36!important;
	display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
/* ページャー */

.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: #FDF5E1;
	color: #004c36;
	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: #FDF5E1;
	color: #004c36;
}
.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);
}




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

	ブログ エディター用

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


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


/*リスト設定*/
.blog_content > div ul,
.blog_content > div ol{
	list-style-type: none;
	margin-top:20px;
}
.blog_content > div ul ul,
.blog_content > div ul ol,
.blog_content > div ol ul,
.blog_content > div ol ol{margin-top:0;}
.blog_content > div ol{counter-reset:number;}
.blog_content > div ul li:before{
	content:"・";
	position:absolute;
	left:0;
}
.blog_content > div ol li:before{
	counter-increment: number;
	content: counter(number)".";
	position:absolute;
	left:0;
}
.blog_content > div ul li,
.blog_content > div ol li{
	position:relative;
	line-height:1.5;
	padding: 10px 0 0 25px;

}


/*整形済みテキスト*/
.blog_content > div pre{
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:400;
	margin-top:20px;
	padding:20px;
	background-color: #F2F2F2;
	color:#7F7F7F;
	overflow:auto;
}

/*引用*/
.blog_content > div blockquote{
	position:relative;
	color:#3F3F3F;
	margin-top:20px;
	padding:20px 20px 20px 70px;
	background-color: #F2F2F2;
}
.blog_content > div blockquote::before{
	position:absolute;
	top:20px;
	left:20px;
	font-family: "icomoon";
	content: "\e909";
	font-size:3rem;
	color:#D9D9D9;
}
.blog_content > div blockquote *:first-child{margin-top:0;}

/*ライン*/
.blog_content > div hr{
	margin-top:40px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
}

.blog_content > div *:first-child{margin-top:0;}

/*テーブル*/
.blog_content > div table {
    margin-top:20px;
    width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1){background: #F2F2F2;}
.blog_content > div table th{
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
/*==================================================================

	見出しタグ修正

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

.blog_box h1{font-size: 32px;}
.blog_box h2{font-size: 24px; font-weight:600;}
.blog_box h3{font-size: 18px;}
.blog_box h4{font-size: 16px;}
.blog_box h5{font-size: 12px;}
.blog_box h6{font-size: 10px;}