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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color:#3e3a3a;
	font-size:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	/*background: url("../images/design03.png") no-repeat top center;*/
}
a {
	color: #68be83;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
	width:100%;
	height:240px;/* navのtopと同じ値にする */
	margin-bottom:0px;/* navのheightと同じ値にする */
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:95px;
}
/* ロゴ */
header .header_logo{
	position:absolute;
	top:42px;
	z-index: 10000;
	width:152px;
	height:auto;
}


/* 住所 */
.header_info{
	position: absolute;
	/*margin-right:40px;*/
	text-align:right;
	right: 229px;
    top: 93px;
	font-size: 15px;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #fff;
}
.header_info li{
}
.header_info_ad{
	font-family: '03SmartFontUI', sans-serif;
}

/* ご予約・お問合せ */
.header_tel{
	text-align:right;
	line-height: 1.4;
	margin-left: auto;
}
.header_tel dt{
	font-weight:bold;
	font-size:13px;
}
.header_tel dd{
	position:relative;
	padding-left:25px;
	font-size:24.7px;
	letter-spacing:0.1em;
}
.header_tel dd:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
	height:21.8px;
	margin:auto;
	background-image:url(../images/header_tel.svg);
	background-repeat:no-repeat;
	content:"";
}
.header_tel dd a{
	color:#1F2774;
}



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

	nav

============================================================================*/
/* トップのナビ */
/*nav#top_nav{
	position: relative;
    top: 0px;
    width: 100%;
    height: 40px;
    z-index: 9999;
}*/


/* 下層のナビ */
nav {
	position: relative;
    top: 0px;
    width: 100%;
    height: 40px;
    /*background-color: rgba(255,255,255,1.0);*/
    z-index: 9999;
	padding-top: 25px;
}
nav ul{
	width: 940px/*910px*/;
    height: 40px;
    text-align: right;
    margin-left: auto;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 0 17px;
	vertical-align:middle;
	line-height: 1.6;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size:15px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight:bold;
	text-align:center;
	font-family: 'GenJyuuGothic-Medium', sans-serif;
}
nav li:last-child a{
	padding-right: 0;
}

nav li a span{
	display: block;
	position:relative;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Metropolis', sans-serif;
}
nav li a:hover, nav li a:hover span{
	color: #666;
}

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

/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: 0px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #fff;
	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 ul li div {
	position: absolute;
	display:none;
	width:150%;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.8);
	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 #fff;
	line-height:1.4;
	text-align:left;
	font-size:13px;
    color: #333;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	color: #666;
}

/* 矢印 */
.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 !important;
	top:0 !important;
	left: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 15px;
}
.fixed a{
	color: #333;
}
.fixed a span{
    color: #333;
}
.fixed ul{
	margin: 0 auto;
}


#nav_li{
	display: none;
}
.nav_block{
	display: inline-block !important;
}

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

	#mainvisual

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

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

.main_wrap{
	position: relative;
	height: 440px;
	background: url("../images/mainvisual_slide05.png") no-repeat;
	width: 100%;
	background-size: cover;
}

#mainvisual{
	display:block;
	position:relative;
	height: 180px;
    top: 0px;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h1{
	position:relative;
}
/* キャッチフレーズ */
/*.mainvisual_catch{
	position:absolute;
	top: 83px;
    right: 252px;
}*/
.mainvisual_catch h1{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}

/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	right: 180px/*252px*/;
	top: 83px;
	width: 100px;
	height: 360px;
}



.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position: absolute;
    top: 224px;
    width: 312px;
    left: -38px;
}
.mainvisual_bnr{
	position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    bottom: 300px;
    /*width: 630px;*/
    right: 0;
	z-index: 999;
}
.mainvisual_bnr a:hover{
	opacity: .8;
}
@media screen and (min-width:641px) and (max-width:1199px) {
	.mainvisual_open{
    left: 0px;
}
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h1{
	font-weight:bold;
	font-size: 27px;
	color: #68be83;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #68be83;
}

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

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





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

	#contents

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

main{
	display:block;
}
#container{
	
}

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



#contents_left{
	float:left;
	width:860px;
}
#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: url(../images/greeting_flower_left.png) no-repeat 90% bottom;
	background-size: 30%;
	background-color:#fff;
	border: 1px solid #333;
	border-radius: 15px;
}
.right_medical li a{
	display: block;
	padding: 10px;
}
.right_medical li a:hover{
	background-color: #e5e5e5;
	color: #333;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}







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

	$footer

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

footer {
	position:relative;
	width:100%;
}
.footer_info{
	background-color: #efefef;
}



/* フッターの医院概要 */
.footer_info .inner{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 150px 0 70px;
}
.footer_left{
	position: relative;
	width: 53%;
}
.footer_right{
	position: relative;
	width: 47%;
}

.footer_left h2,.footer_right h2{
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #68be83;
	text-align: left;
	font-family: 'Metropolis', sans-serif;
}
.footer_tel{
	padding-top: 10px;
}
.footer_adress{
	padding-top: 27px;
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #333;
	line-height: 2.0;
}
.footer_medical{
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 2.0;
	color: #333;
	padding-top: 4px;
}










/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width:506px;
	font-size:16px;
	margin-top:20px;
}
.schedule table{
	width:100%;
}
footer .schedule table{
	width:90%;
}
.schedule table tr:first-child td{
	color:#333;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	margin-left: -8px !important;
	margin-top: 19px !important;
}
.schedule_note li{
	display:block;
	font-size: 14px;	
}
.schedule_note li span img{
	vertical-align: middle;	
	margin-right: 10px;
}
.schedule_note_time{
	width: 130px;
	display: flex !important;
    justify-content: space-between;
    align-items: center;
}


.footer_car{
	margin-top: 22px;
	position: relative;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #68be83;
	padding: 10px 0 10px 47px;
	background-color: #fff;
	width: 175px;
	box-sizing: border-box;
}
.footer_car::before{
	position: absolute;
	content: "";
	background: url("../images/icon_car.png") no-repeat;
	width: 23px;
	height: 19px;
	left: 13px;
	top: 14px;
}
.footer_info iframe{
	width: 100%;
	height: 425px;
}






/* フッターのナビ */

.footer_navi{
}
.footer_navi .inner{
	position: relative;
	width:1200px;
	margin:0 auto;
	padding:80px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_nav_left{
	width: 20%;
}
.footer_nav_right{
	width: 80%;
}
.footer_logo{
	width: 152px;
	height: auto;
	left: 0;
}





.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	z-index:9999;
}
.footer_navi ul{
	width:900px;
	height:inherit;
	margin-top: 2px;
	margin-left: auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 19px;
	vertical-align:middle;
	line-height: 2.2;
	font-size:15px;
	letter-spacing:0.1em;
	text-align:center;
	color: #333333;
	font-family: 'GenJyuuGothic-Medium', sans-serif;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#1F2774;
}
.footer_navi ul li a span{
	position:relative;
	display: block;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #61b27b;
	line-height: 1.00;
    font-family: 'Metropolis', sans-serif;
}

/* 間のボーダー */
.footer_navi ul li a::after{
    content: "";
    position: absolute;
    left: -1px;
		width:0;
		height:17px;
		top:-8px;
		bottom:0;
		margin:auto;
		border-right:1px solid #333;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}

.footer_navi ul li:last-child a::before{
	  /* content: "";
    position: absolute;
    right: -1px;
		width:0;
		height:17px;
		top:-8px;
		bottom:0;
		margin:auto;
		border-right:1px solid #333;
    font-weight: 100;
    color: #666;
    font-size: 13px;*/
	display: none;
}

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






/* 住所など */
.footer_nav_adress{
	text-align: right;
	padding-top: 10px;
}
.footer_nav_tel{
	text-align: right;
	padding-top: 11px;
}





/* ページトップ */
.pagetop{
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 13px 0 24px;
    margin-top: -6px;
    background-color: #61b27b;
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}




/* ページトップ */
.pagetop_side{
	position: fixed;
	right: 10px;
	bottom: 80px/*50px*/;
	width: 50px;
	height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #61b27b;
	z-index: 9999;
	
}
.pagetop_side img{
	display:inline-block;
	position:relative;
	transition:0.5s ease-in-out;
}
.pagetop_side:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}




/* コピーライト */
.copy{
	margin-top:20px;
	text-align: right;
}
.copy small{
	line-height:1;
	font-size:14px;
	letter-spacing:0.1em;
	color: #68be83;
	font-family: 'Open Sans', sans-serif;
}



.google_map{
	position: relative;
	width: 100%;
	height: 431px;
}
.google_map .btn02{
	width: 1200px;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: right;
    right: 0;
    margin: auto;
}

.google_map .btn02 a{
	font-family: "FP-ヒラギノ角ゴ ProN W3" , sans-serif;
	font-size: 14px;
}



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

	タイトル

==================================================================*/
h2.tit01{
    position: relative;
	margin-bottom: 30px;
	padding-top: 80px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #555555;
	font-size: 18px;
	text-align: center;
	font-family: '03SmartFontUI', sans-serif;
}
h2.tit01 span{
	display: block;
	font-size: 25px;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	font-family: adrianna,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h2.tit01::before{
	position: absolute;
	content: "";
	background: url("../images/icon_title_feature.png") no-repeat;
	width: 82px;
	height: 66px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 */
h3.tit01::before{
	position: absolute;
	width: 51px;
	height: 55px;
	top:0;
	right: 0;
	left:0;
	margin: auto ;
	background:url(../images/icon_sub_tit_medical_01.png) no-repeat;
	content: "";
}


/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #68be83;
	font-size: 24px;
	text-align: left;
	font-family: '03SmartFontUI', sans-serif;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 40px;
	top:-10px;
	left:0;
	background:url(../images/news_right.png) no-repeat;
	background-size: contain;
	content: "";
	z-index: 1;
}
h3.tit02::after{
	position: absolute;
	content: "";
	background: url(../images/line_green.png) repeat-x;
  width: 100%;
	height: 11px;
	bottom: 0;
	left: 0;
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #ee7961;
	font-size: 20px;
	font-weight:bold;
	text-align:left;
	font-family: '03SmartFontUI', sans-serif;
}


h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #1F2774;
	font-size: 16px;
	font-weight: bold;
}





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

	共通

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

/*院長略歴*/
.list01 {
	margin: 0 0 15px !important;
	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 #333;
}

.medical_list02{
    width: 55%;
}

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

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

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

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

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

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

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


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding: 8px 21px;
	border:1px solid #68be83;
	background-color: #68be83;
	color:#fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	transition:ease-in-out 0.2s ;
	font-family: adrianna,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#fff;
	color:#68be83;
}


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

.img_flex li{
	width: 31%;
}

.img_flex li img{
	width:100%;
}

#medical_link01,
#access_link01 {
  margin-top: -80px;
  padding-top: 80px;
}

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

	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 #83c899;
	vertical-align: middle;
	font-size: 16px;
}

.tb01 th:first-child{
	
}
.tb01 th{
	padding: 7px 0px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.12em;
	width: 111px;
}
.tb01 tr:nth-child(2) th,.tb01 tr:nth-child(2) td{
	padding: 12px 0;
}
.tb01 tr:nth-child(3) th,.tb01 tr:nth-child(3) td{
	padding: 12px 0;
}
.tb01 tr:nth-child(2) td,.tb01 tr:nth-child(3) td{
	color: #83c899;
}
.tb01 td{
	padding:7px 0;
	text-align: center;
	color: #333;
}
.tb01 td img{
	vertical-align: middle;
}

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

.tb03.recruit td {
	text-align: left;
}
.tb03.medical01 th{
	background: #fff;
}
.tb03.medical01 th img{
	width: 200px;
}
.tb03 td h5{
	font-weight: bold;
	text-align: left;
	color: #666;
	font-size: 16px;
}

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

	アンカーリンンク

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

/* 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 #68be83;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #68be83;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	width:210px;
	padding:0 3%;
	background-color:#efefef;
	letter-spacing: 0.1em;
	color: #68be83;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
}




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




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#efefef;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 2%;
    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: #68be83;
	font-size:20px;
	/*font-weight:bold;*/
	font-family: '03SmartFontUI', sans-serif;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




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

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



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

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

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

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

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


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

}
.layout06 dt{
	width: 350px;
	padding:0 3%;
	background-color:#efefef;
	letter-spacing: 0.1em;
	color: #68be83;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
    font-family: '03SmartFontUI', sans-serif;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: 'Metropolis', sans-serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:60%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

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


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

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

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dd{
	line-height:1.5;
}

.layout10 {
  padding-bottom: 20px;
}
.layout10 dl {
  padding: 2%;
}
.layout10 dt, .layout10 dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.layout10 dt {
  width: 70%;
}
.layout10 dd {
  width: 30%;
  padding-left: 20px;
}
.layout10 dd img {
  width: 100%;
}
/*==================================================================

	box

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

.box1{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.box2{
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.box3{
	position:relative;
	width:1200px;
	padding-bottom: 80px;
	margin:0 auto;
}

.box3.recruit{
	width:1000px;
}

.box4{
	position:relative;
	width:100%;
	margin:0 auto 60px;
}
.text {
	position:relative;
	margin-bottom:80px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}


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

	.top_feature

==================================================================*/
.top_feature{
	position: relative;
	padding-top: 200px;
	padding-bottom: 112px;
}
.top_feature_flex{
	padding-top: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_feature_box{
	display: block;
	margin-bottom: 80px;
}
.top_feature_box:hover{
	transform: scale(1.03);
}
.top_feature_box .comment{
    /*text-align: center;*/
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.15;
	color: #555555;
	padding-top: 20px;
	width: 360px;
}
.top_feature_box .comment span{
	position: relative;
    margin-bottom: 30px;
    padding-top: 80px;
    letter-spacing: 0.1em;
    line-height: 1.0;
    color: #555555;
    font-size: 18px;
    text-align: center;
    font-family: '03SmartFontUI', sans-serif;
}
.top_feature_box h3.tit02{
	    font-size: 20px;
    color: #555555;
    margin-bottom: 0px;
	margin-top: 20px;
}




/* 下層 */
.under_feature{
	padding-top: 0;
}
.under_feature_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
    border: 1px solid #333;
    padding: 20px;
    box-sizing: border-box;
}
.under_feature_box .under_feature_img{
    width: 30%;
}
.under_feature_box .comment{
    width: 65%;
    padding-top: 40px;
}
.under_feature .top_feature_box:hover{
	transform: scale(1.0);
}

.anchor{
	padding-top: 100px;
	margin-top: -100px;
}
.top_doctor_img{
	float: right;
	width: 280px;
}
.top_doctor_img dd{
	font-size: 22px;
	font-family: '03SmartFontUI', sans-serif
}



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

	.top_doctor

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

.top_doctor{
	position: relative;
	padding-top: 220px;
	padding-bottom: 182px;
}
.top_doctor h2::before{
	background: url("../images/icon_title_greeting.png") no-repeat;
	width: 153px;
	height: 89px;
	top: -22px;
}
.doctor_img{
	position: absolute;
	background: url("../images/greeting_img.png") no-repeat;
	width: 1200px;
	height: 500px;
	left: 0;
	right: 0;
	margin: auto;
	top: 228px;
	z-index: -1;
}
.doctor_img::before{
	position: absolute;
	content: "";
	background: url("../images/greeting_tanpopo.png") no-repeat;
	width: 293px;
	height: 123px;
	top: 44px;
	right: 252px;
}
.top_doctor_flex{
	margin-top: 574px;
	height: 455px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_doctor_flex_box{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}
.top_doctor_flex .top_doctor_flex_box:nth-child(1){
	padding-left: 26px;
}
.top_doctor_flex .top_doctor_flex_box:nth-child(2){
	padding-right: 86px;
}
.doctor_name{
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #555555;
	background-color: #fff;
	width: 200px;
	margin: 0 auto;
	font-family: '03SmartFontUI', sans-serif;
}
.top_doctor_flex .top_doctor_flex_box:nth-child(2) .doctor_name{
	width: 230px;
}
.top_doctor_flex .top_doctor_flex_box .doctor_comment{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	padding-top: 70px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #333333;
	line-height: 2.0;
	text-align: left;
	font-family: '03SmartFontUI', sans-serif;
	width: 240px;
	height: 260px;
}
.top_doctor_flex .top_doctor_flex_box:nth-child(2) .doctor_comment{
	padding-left: 0;
}

/* Firefox */
@-moz-document url-prefix() {
    .top_doctor_flex .top_doctor_flex_box .doctor_comment {
        padding-left: 0px;
    }
	.top_doctor_flex .top_doctor_flex_box:nth-child(2) .doctor_comment{
	padding-left: 0px;
}
}
/* Edge 1 */
@supports (-ms-ime-align: auto) {
	.top_doctor_flex .top_doctor_flex_box .doctor_comment {
        padding-left: 170px;
    }
	.top_doctor_flex .top_doctor_flex_box:nth-child(2) .doctor_comment{
	padding-left: 150px;
}
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .top_doctor_flex .top_doctor_flex_box .doctor_comment {
        padding-left: 170px;
    }
_:-ms-lang(x)::-ms-backdrop, .top_doctor_flex .top_doctor_flex_box:nth-child(2) .doctor_comment{
	padding-left: 150px;
}



.top_doctor .btn01{
	width: 94px;
	margin: 56px auto 0;
}

.top_doctor .btn01 a{
	display:block;
	padding: 11px 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #333333;
	border: 1px solid #333;
	font-family: 'Metropolis', sans-serif;
}
.top_doctor .btn01 a:hover{
	background-color: #333333;
	color: #fff;
}
.top_doctor_flex .top_doctor_flex_box:nth-child(1) .btn01{
	margin-left: 254px;
}






/* 下の写真 */
.top_doctor_under_photo{
	position: relative;
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_doctor_under_photo .under_photo_box:nth-child(1){
	width: 29.5%;
	padding-top: 70px;
	box-sizing: border-box;
}
.top_doctor_under_photo .under_photo_box:nth-child(2){
	width: 40%;
}
.top_doctor_under_photo::before{
	position: absolute;
	content: "";
	background: url("../images/greeting_flower_left.png") no-repeat;
	width: 103px;
	height: 235px;
	left: 0;
	top: 196px;
}
.top_doctor_under_photo::after{
	position: absolute;
	content: "";
	background: url("../images/greeting_flower_right.png") no-repeat;
	width: 96px;
	height: 116px;
	right: 3px;
	top: -96px;
}
/*==================================================================

	.top_medical

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

.top_medical{
	position: relative;
	padding-top: 210px;
	padding-bottom: 133px;
	background: url("../images/medical_bg_tanpopo.png") no-repeat center 20%;
	background-color: #e0e0e0;
}
.top_medical h2::before{
	background: url("../images/icon_title_medical.png") no-repeat;
	width: 193px;
	height: 79px;
	top: -17px;
}


.top_medical h3.tit01{
	  padding-top: 100px;
    box-sizing: border-box;
	font-family: '03SmartFontUI', sans-serif;
}
.top_medical h3.tit01::before {
    position: absolute;
    width: 51px;
    height: 55px;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/icon_sub_tit_medical_01.png) no-repeat;
    content: "";
		z-index: 1;
}
.top_medical .box2{
	margin-top: 90px;
	padding-bottom: 90px;
	background-color: #ddba4f;
}
.medical_box2_02{
	margin-top: 0 !important;
	background-color: #61b27b !important;
	padding-bottom: 90px !important;
}
.medical_box2_02 h3.tit01{
	padding-top: 95px;
}
.medical_box2_02 h3.tit01::before {
    position: absolute;
    width: 41px;
    height: 32px;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/icon_sub_tit_medical_02.png) no-repeat;
    content: "";
		z-index: 1;
}





.top_medical_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 98px;
}
.top_medical h3{
	width: 22%;
}
.top_medical h3::after{
	position: absolute;
	content: "";
	height: 136px;
	width: 1px;
	right: 0;
	top: 24px;
	background-color: #fff;
}
.top_medical_flex h4{
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	padding-top: 78px;
	font-family: '03SmartFontUI', sans-serif;
}
.medical_flex{
	position: relative;
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 68px;
    padding-top: 37px;
}
.medical_flex ul li{
	position: relative;
	display: inline;
	padding-left: 10px;
}
.medical_flex ul li::before{
	position: absolute;
	content: "・";
	font-size: 15px;
	left: -3px;
}
.medical_flex .medical_flex_box{
	display: block;
	text-align: center;
	position: relative;
	width: 15%/*17%*/;
}
.medical_flex .medical_flex_box:hover{
    transform: scale(1.05);
}
.medical_flex .comment{
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top: 14px;
}
.medical_flex .comment a{
	color: #fff;
}
.medical_flex .comment a:hover{
	color: #333;
}
.medical_flex .medical_img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/* 保険診療 */
.medical_flex a:nth-child(1) .medical_img{
	top: 6px;
}
.medical_flex a:nth-child(2) .medical_img{
	
}
.medical_flex a:nth-child(3) .medical_img{
	top: 6px;
}
.medical_flex a:nth-child(4) .medical_img{
	top: 8px;
}



/* 自由診療 */
.medical_box2_02 .medical_flex a:nth-child(1) .medical_img{
	top: 29px;
}
.medical_box2_02 .medical_flex a:nth-child(2) .medical_img{
	top: 16px;
}
.medical_box2_02 .medical_flex a:nth-child(3) .medical_img{
	top: 16px;
}
.medical_box2_02 .medical_flex div:nth-child(4) .medical_img{
	top: 8px;
}
.medical_box2_02 .medical_flex a:nth-child(5) .medical_img{
	top: 11px;
}
.medical_box2_02 .medical_flex a:nth-child(6) .medical_img{
	top: 12px;
}

.sec_top_medical_flex {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    gap: 30px 0;
}
.sec_top_medical_flex .item {
    position: relative;
    z-index: 0;
    width: 300px;
}
.sec_top_medical_flex .item:hover {
    transform: scale(1.03);
}
/*.sec_top_medical_flex .item a:hover .btn02 {
    color: #fff;
	background: #68be83;
}
.sec_top_medical_flex .item:nth-of-type(2) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(4) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(5) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(7) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(9) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(10) a:hover .btn02,.sec_top_medical_flex .item:nth-of-type(12) a:hover .btn02{
	color: #fff;
	background: #83c0ea;
}*/
.sec_top_medical_flex .item a::after {
    content: "";
    position: absolute;
    z-index: -1;
	top: 80px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    width: calc(100% - 25px);
    min-height: 340px;
    background: #fff;
    border-radius: 10px;
	
}
.sec_top_medical_flex .item a .item_img {
    max-width: 150px;
    margin: 0 auto 8px;
}
p.top_medical_menu_en_title {
    display: block;
    color: #8eb4b4;
    font-family: var(--clu);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
.sec_top_medical_flex .item a h3 {
    text-align: center;
    padding: 15px 0;
    margin: 10px auto 0;
    color: #555555;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.11em;
	width: 100%;
	font-family: '03SmartFontUI', sans-serif;
}
.sec_top_medical_flex .item .btn02 {
    display: block;
    position: relative;
    text-align: center;
    font-family: adrianna,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 5px 0px 5px 0;
    max-width: 127px;
    width: 100%;
    margin: 10px auto 40px;
    pointer-events: none;
    transition: 0.2s;
    /*background-color: #68be83;*/
    color: #68be83;
	border: 1px solid;
}
.sec_top_medical_flex .item:nth-of-type(2) a .btn02,.sec_top_medical_flex .item:nth-of-type(4) a .btn02,.sec_top_medical_flex .item:nth-of-type(5) a .btn02,.sec_top_medical_flex .item:nth-of-type(7) a .btn02,.sec_top_medical_flex .item:nth-of-type(10) a .btn02,.sec_top_medical_flex .item:nth-of-type(12) a .btn02{
	 border: 1px solid #83c0ea;
	color: #83c0ea;
}
.sec_top_medical_flex .item a .item_img img {
    width: 100%;
    height: auto;
}
.sec_top_medical_flex::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50px;
    right: -50px;
    width: calc(100% + 100px);
    height: 100%;
    margin: auto;
    /*background: #fff;
    box-shadow: 0 0 10px rgba(8,63,66,0.1);*/
}
/*.sec_top_medical_flex .item:nth-of-type(4n)::before, .sec_top_medical_flex .item:last-of-type::before {
    border-right: 1px solid #e1dcd6;
}*/
.sec_top_medical_flex ul{
    padding: 10px 32px;
    color: #555555;
}
.sec_top_medical_flex .list03  li{
    line-height: 1.5;
	font-size: 14px;
	padding-left: 28px;
	background: url(../images/check_green.png) left top calc((1.8em - 17px) / 2)/20px auto no-repeat;
}
.sec_top_medical_flex .item:nth-of-type(2) .list03 li,.sec_top_medical_flex .item:nth-of-type(4) .list03 li,.sec_top_medical_flex .item:nth-of-type(5) .list03 li,.sec_top_medical_flex .item:nth-of-type(7) .list03 li,.sec_top_medical_flex .item:nth-of-type(10) .list03 li,.sec_top_medical_flex .item:nth-of-type(12) .list03 li{
	background: url(../images/check_blue.png) left top calc((1.8em - 17px) / 2)/20px auto no-repeat;
}
.sec_top_medical_flex .list03 li:before{
	display: none;
}
.sec_top_medical_flex .item a h3:after{
	position: relative;
	display: block;
    width: 203px;
    height: 5px;
    margin: 0 auto 21px;
    background: url(../images/tit_deco06.png) no-repeat;
    content: "";
}


/* 下層 */
.under_medical{
	background: none;
	padding-top: 0px;
}
.under_medical h3.tit02 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.under_medical h3.tit02::after {
    position: absolute;
    content: "";
    background: url(../images/line_green.png) repeat-x;
    width: 100%;
    height: 11px;
    top: 32px;
    left: 0;
}
.under_medical .text{
    border: 1px solid #68be83;
    padding: 30px;
    box-sizing: border-box;
}

.medical_graph img{
    width: 100%;
}
/*==================================================================

	$doctor

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

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

.doctor_carr{
	display:flex;
	flex-wrap:wrap;
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	width: 44.1%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:#efefef;
	font-size:14px;
}
.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%;
}


.staff_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.staff_flex li{
	margin-bottom: 10px;
	text-align: center;
}
.staff_flex img{
	width: 90%;
}
.staff_flex span{
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 20px;
	font-family: '03SmartFontUI', sans-serif;
}
/*==================================================================

	.news

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

.top_news{
	font-size:16px;
	position: relative;
	padding-top: 130px;
	padding-bottom: 160px;
	/*background: url("../images/news_bg_tanpopo.png") no-repeat 20% center;*/
	background: url("../images/news_bg_tanpopo.png") no-repeat 50% 30%;
	background-color: #e0e0e0;
}
.top_news::before{
	position: absolute;
	content: "";
	background: url("../images/news_line.png") repeat-x;
	width: 100%;
	height: 11px;
	top: 0;
}
.top_news::after{
	position: absolute;
	content: "";
	background: url("../images/news_line.png") repeat-x;
	width: 100%;
	height: 11px;
	bottom: 0;
}

.top_news h2{
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #555555;
	line-height: 1.0;
	padding-bottom: 46px;
	font-family: adrianna,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top_news .box1{
	position: relative;
	padding: 78px 210px 60px;
	background-color: #fff;
	border-radius: 15px;
	box-sizing: border-box;
}
.top_news .box1::before{
	position: absolute;
	content: "";
	background: url("../images/news_left.png") no-repeat;
	width: 96px;
	height: 116px;
	left: 45px;
	top: 36px;
}
.top_news .box1::after{
	position: absolute;
	content: "";
	background: url("../images/news_right.png") no-repeat;
	width: 92px;
	height: 84px;
	right: 30px;
	top: 44px;
}
.top_news .btn02{
	margin-top: 11px;
	text-align: center;
}
.top_news_flame{
	height: 224px;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* news.phpのタイトル */
.news_text p span.news_title{
	font-size: 16px;
	color: #C0AB92;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}


.top_news li{
	display: none;
}
.top_news li:nth-child(1),.top_news li:nth-child(2),.top_news li:nth-child(3){
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
  	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.top_news li:nth-child(1){
	padding-top: 0;
}
/* index.phpの日付 */
.date_news{
	margin-right:36px;
	color: #68be83;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: adrianna,sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* index.phpのタイトル */
.news_title{
	font-size: 16px;
	color: #333;
}

/* お知らせのブロックのボーダー */
.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_map dd{
    text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.access_map dd div{
    width: 48%/*50%*/;
	margin-bottom: 20px;
    /*border: 3px solid #555;*/
}
.access_map dd div img{
    width: 100%;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid #68be83;
	padding: 25px 30px 5px;
	margin-bottom: 20px;
  background-color: #fff5bd;
}
.access_info:nth-child(2n){
  background-color: #edfdf2;
}
.mb100{
	margin-bottom: 100px;
}
.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;
}
.flex_route{
	margin-top: 20px;
	display: flex;
	justify-content: left;
	gap: 1%;
	background: #fff;
	padding: 1%;
	margin-right: 37%;
}
.flex_route li{
	width: 50%;
}
.flex_route li img{
	width: 100%;
}
.layout03 dt.access {
    padding: 1%;
}
.layout03 dt.access img {
    padding-bottom: 0;
}
/*==================================================================

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

/* 院内スライド6 */
.clinic_slides6 .flexslider li div{
	position:absolute;
	bottom:0;
	margin:10px;
	padding:10px 20px;
	background:rgba(255,255,255,0.8);
}
.clinic_slides6 .flex-control-thumbs li{
	width:calc(100% / 5 - 5px);
	margin:0;
	padding:6px 6px 0 0;
}
.flex-control-thumbs li:nth-child(5n){
	padding-right:0;
}


/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.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: #1F2774;
}
.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{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip2 dl{
	width:30%;
	margin-bottom:30px;
	margin-right:3%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}


/* 機器紹介名前 */
.facilities_equip2 dt{
    font-size: 20px;
    font-family: '03SmartFontUI', sans-serif;
    padding: 10px;
    box-sizing: border-box;
}
.facilities_equip2 dd img{
	width:100%;
}
.facilities_equip2 dd:last-child{
	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;
}
.facilities_equip2 h3{
	font-size: 20px;
	font-family: '03SmartFontUI', sans-serif;
}


/* 機器紹介3 */
.facilities_equip3{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip3 dl{
	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.";
}
/*============================================================================

	blog署名

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

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


}
#profile_box .txt_small{
    display: block;
    font-size: 0.6em;
}
#profile_box ul li{
    font-size: 0.8em;
}
.profile-under-article-left{
    float: left;
    text-align: center;
    margin-right: 20px;
        max-width: 40%;
    }
.profile-under-article-left img{
    width: 100%;
    height: auto;
}
.profile-under-article-title{
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6a5945;
}
.profile-under-article-title i{
	margin-right: 5px;
}
.profile-under-article-right-profurl a {
    display: inline-block;
    width: 220px;
    height: auto;
    border-radius: 5px;
    background-color: #69bd83;
    border: 1px solid #69bd83;
	padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.1s ease-in-out;
}
.profile-under-article-name {
    margin-top: 13px;
}
.profile-under-article-right-profurl{
    margin-top: 20px;
}
.gf {
    color: #69bd83;
}
/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	max-width: 1150px;
    width: auto;
	margin: 0 auto 30px;
	font-size: 14px;
	z-index: 998;
}

.breadcrumbs:last-child {
	margin: 0 auto;
}

.breadcrumbs i {
	/*margin-left: 35px;*/
	margin-right: 5px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li:last-child a{
	color:#d04634 !important;
}





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

	.under_main

==================================================================*/
.under_main{
    /*background: url(../images/bg001.png);*/
}

.top_news .footer_info{
	background: none;
}
.top_news .schedule_note li{
	padding: 0;
	border-bottom: none;
}
.top_feature .btn02{
	    display: block;
    position: relative;
    text-align: center;
    font-family: adrianna, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 5px 0px 5px 0;
    max-width: 127px;
    width: 100%;
    margin: 10px auto 40px;
    pointer-events: none;
    transition: 0.2s;
    color: #fff;
    border: 1px solid #68be83;
    background-color: #68be83;
}
.fixed_bnr{
	position: fixed;
    z-index: 999;
    top: 240px;
    right:0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 60px;
    height: fit-content;
}