@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:0.05em;
	text-align:justify;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
	width:100%;
	height:0px;/* navのtopと同じ値にする */
	margin-bottom:0px;/* navのheightと同じ値にする */
	background-color:rgba(255,255,255,0.5);
}
header .inner{
	position:relative;
	width:1080px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:38px;
}


/* WEB予約 */
.web{
	position: fixed;
	right: 0;
	top: 315px;
	z-index: 99999;
}
.web a img{
	width: 70px;
	height: auto;
}

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

	nav

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

.nav_height{
	height: 134px;
}
nav {
	position: relative;
	top:0px;/* headerのheightと同じ値にする */
	width:100%;
	height:134px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
}
nav ul{
	width:1200px;
	height: inherit;
	margin: 0 auto;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
nav li a{
	display: table;
	padding: 30px 8px 0;
	vertical-align:middle;
	line-height: 80px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size:15px;
	text-align:center;
}
nav li a:hover,
nav li.active2 a{
	color:#555;
}
nav li:nth-child(8){
	padding-right: 30px;
}
nav li:last-child{
	position: absolute;
	top: 0;
	background-color: #ffeee5;
	width: 297px;
	height: 134px;
}
nav li:first-child a{
	padding-left: 0px;
}
nav li:last-child a{
	padding-right: 0;
}
nav li a span{
	position:relative;
	bottom: -17px;
	left: -9px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
nav li:first-child a span{
	left: 0;
}
nav li a img{
	position: relative;
	top: -48px;
	left: 35px;
}
nav li:last-child a{
	position: relative;
	bottom: 31px;
	font-size: 32px;
	left: 15px;
    right: 0;
    margin: auto;
	font-family: goudy-old-style, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}
nav li:last-child img{
	position: relative;
	top: 50px;
	left: 24px;
}

/* ホバーで出てくるメニューを示すアイコン */
/*.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}
*/
/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:162px;
	/*width:160%;*/
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #ffeee5;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #ffeee5;
}

nav ul li div a.child_menu{
	padding-left: 45px!important;
}
nav ul li div a.child_menu::before{
	content: "";
  position: absolute;
  top: 22px;
  left: 28px;
  display: block;
  width: 10px;
  border-top: 1px solid;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}
/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	top:0;
	left:0;
	background-color: #fff;
}


/* fixed したときのnav */
nav.fixed{
	height: 62px;
}
nav.fixed ul li a img{
	display: none;
}
nav.fixed ul li a{
	padding: 0 20px;
}
nav.fixed li:last-child{
	height: 62px;
	bottom: 34px;
}
nav.fixed li:last-child img {
    position: relative;
    top: 20px;
    left: 20px;
}
nav.fixed li a span {
    bottom: 8px;
}
nav.fixed .menu a{
	padding: 15px 20px;
}

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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 240px;
	background-image:url(../images/mainvisual_slide01.png);
	background-position:center ;
	background-repeat:no-repeat;
	background-size: cover;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
}

/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	width: 436px;
	height: 530px;
	top:116px;
	left: 0;
	right: 0;
	margin: auto;
}
.mainvisual_catch img{
	margin: 0 auto;
}
.mainvisual_catch h2{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.bnr_implant{
	position: absolute;
    top: /*410px*//*200px*/180px;
    left: 0;
    width: 280px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.main_open{
	position:absolute;
	top: /*530px*/510px;
	left: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}

/* 診療時間 */
.time_width{
	min-width: 1200px;
	position: relative;
}
.time{
	position: absolute;
	left: 66%;
	left: 70%;
	top: /*515px*/475px;
	z-index: 100;
}
/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2{
	font-weight:bold;
	font-size: 27px;
	color: #555;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #f5904e;
}

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

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






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

	#contents

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

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

#contents{
	position:relative;
	width:1080px;
	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:#F5904E;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
.right_medical h3 a:hover{
	background-color:#F5904E;
	color:#ffeee5;
}
.right_medical ul{
	padding:10px;
	background-color:#ffeee5;
}
.right_medical li{
	position: relative;
	padding-left: 20px;
	
}
.right_medical li.has_child_menu{
  padding-left: 0;
}
.right_medical li.has_child::before{
	content: "";
	position: absolute;
	border-bottom: 1px dashed #F5904E;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.right_medical li::after{
	content: "";
	position: absolute;
	border-bottom: 1px dashed #F5904E;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
}
.right_medical li:nth-child(1)::after{
	border: none;
}

.right_medical li a{
	display: block;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
}
.right_medical li a.child_menu{
	display: flex;
  align-items: center;
  width: auto;
  padding-left: 28px;
  font-size: 14px;
}
.right_medical li a.child_menu::before{
	content: "";
  width: 10px;
  margin-right: 10px;
  border-top: 1px solid;
}

.right_medical img{
	width:100%;
}





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

	$footer

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

footer {
	position:relative;
	width:100%;
	top: 0px;
	background-color:#fff;
}


/* フッターの医院概要 */
.footer_info{
	background-color:#f8f3ef;
	padding-bottom: 24px;
}
.footer_info .inner{
	width:1200px;
	margin:0 auto;
	padding:75px 0 60px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic;
}

.footer_info_overview{
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
	width: 529px;
	height: 91px;
}
.footer_info_overview dt{
	margin-bottom:20px;
	margin-top: 15px;
}
.footer_info_overview dd{
	margin-bottom:12px;
	font-size:16px;
}
.footer_info_overview dd.adress{
	position: relative;
	top: 13px;
	left: 120px;
}
.footer_info_overview dd.adress::before{
	content: "住所";
	position: absolute;
	padding: 8px 32px;
	border: 1px solid #f5904e;
	left: -120px;
	top: 4px;
	color: #f5904e;
}
.footer_info_overview dd span{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #f5904e;
	
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
}
.footer_info_overview_tel{
	padding-left:26px;
	background-image:url(../images/header_tel.svg);
	background-size:15px;
	background-position:left 23px;
	background-repeat:no-repeat;
	font-size:26.5px !important;
	color:#1E2B68;
	font-family: 'Cardo', serif;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.footer_info_overview_tel span{
	display:block;
	position: relative;
    left: -27px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	float:right;
	width:506px;
	font-size:14px;
	margin-top:4px;
}
.schedule table{
	width:100%;
	background-color:#fff;
}
.schedule table tr:first-child td{
	font-weight:bold;
	color:#1F2774;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	margin-left:22px;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;	
}


/* フッターのナビ */

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


.footer_navi li:first-child a{
	padding-left: 0px;
}
.footer_navi li:last-child a{
	padding-right: 0;
}
.footer_navi li a span{
	position:relative;
	bottom: -17px;
	left: -6px;
}
.footer_navi li:first-child a span{
	left: 0;
}
.footer_navi li a img{
	position: relative;
	top: -25px;
	left: 42px;
}



















.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
}
.footer_navi ul{
	width:1080px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 3px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:15px;
	text-align:center;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#555;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}


.footer_navi ul li:first-child a::after{
	display:none;
}


/* ページトップ */
.pagetop,
.pagetop img{
	width:/*50px;*/70px;
	height:/*25px;*/70px
}
/*.pagetop{
	position:relative;
	margin:20px auto 20px;
	text-align:center;
	cursor:pointer;
	
}*/
.pagetop {
    position: fixed;
    right: 50px;
    bottom: 88px;
    width: /*52px;*/70px;
    height: /*52px;*/70px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.9;
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy{
	position: relative;
	text-align: center;
	background-color: #f6904e;
	padding: 15px 0;
	color: #fff;
	top: 0px;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.2em;
}









.footer_flex{
	display: flex;
	justify-content: space-between;
}
.footer_flex div{
	width: 50%;
}
.footer_tel_flex{
	box-sizing: border-box;
	display: flex;
	width: 600px !important;
	height: 90px;
	margin-top: 16px;
	margin-bottom: /*30px;*/20px;
	border: 1px solid #f6904e;
}
.footer_tel_flex p{
	font-size: 18px;
	width: 230px;
	text-align: center;
	padding-top: 30px;
	color: #f6904e;
	font-family: "FOT-筑紫A丸ゴシック Std M";
    background-color: #fff4ed;
}
.footer_tel_flex div{
	width: 70%;
	background-color: #fff;
	position: relative;	
}
.footer_tel_flex div img{
	position: absolute;
	top: 34px;
	left: 34px;
}
.footer_tel_flex div a{
	position: absolute;
	top: 15px;
	font-size: 36px;
	left: 66px;
	color: #555;
	font-family: goudy-old-style, serif;
	letter-spacing: 0.1em;
}
.footer_bnr {
	width: 100%!important;
	margin-bottom: 20px;
}
.footer_bnr img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.footer_flex div.btn02 {
	width: auto!important;
	margin: 20px auto;
	text-align: center;
}
.footer_flex div.btn02 a {
	padding: 10px 40px;
	display: inline-flex;
}
.footer_flex div.btn02 img {
	width: 30px;
	margin-right: 10px;
}
.footer_flex div.btn02 a:hover {
	opacity: 0.8;
	background: #f5904e;
	color: #fff;
}

/* 診療案内 */
.footer_medical{
	position: relative;
	top: 13px;
    left: 120px;
	font-size: 14px;
	width: 77% !important;
}
.footer_medical::before{
	content: "診療内容";
	position: absolute;
	padding: 8px 20px;
	border: 1px solid #f5904e;
	left: -120px;
	top: 2px;
	color: #f5904e;
	
}
/*==================================================================

	タイトル

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


/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #fff;
	font-size: 43px;
	text-align: center;
    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
black 1px -1px 0px, black -1px -1px 0px;
}
h3.tit01::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: -30px;
    top: 30px;
}
h3.tit01::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: -30px;
    top: 30px;
}
/* 文字色 */
span.orange{
    color: #fbb289;
    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
black 1px -1px 0px, black -1px -1px 0px;
    font-size: 43px;
}
span.blue{
    color: #95afc4;
    text-shadow: black 1px 1px 0px, black -1px 1px 0px,
black 1px -1px 0px, black -1px -1px 0px;
    font-size: 43px;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}



/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #555;
	font-size: 26px;
	font-weight:bold;
	line-height: 1.4;
	text-align: center;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
h3.tit02::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 37%;
    top: 20px;
}
h3.tit02::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 37%;
    top: 20px;
}


/* 文字数が多い場合 */
h3.tit02_width::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 25%;
    top: 20px;
}
h3.tit02_width::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 26%;
    top: 20px;
}



/* 文字数が中くらいの場合 */
h3.tit02_width_02::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 29%;
    top: 20px;
}
h3.tit02_width_02::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 29%;
    top: 20px;
}


/* 文字数が中と大の間くらいの場合 */
h3.tit02_width_03::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 30%;
    top: 20px;
}
h3.tit02_width_03::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 30%;
    top: 20px;
}

/* 文字数がすごく多い場合 */
h3.tit02_width_04::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 4%;
    top: 20px;
}
h3.tit02_width_04::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 5%;
    top: 20px;
}

/* 2行になる場合 */
h3.tit02_width_05::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 18%;
    top: 36px;
}
h3.tit02_width_05::after{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 18%;
    top: 36px;
}


/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display: block;
	position:relative;
	letter-spacing: 2.5px;
	color: #f5904e;
	font-size:18px;
	font-weight: 400;
	z-index:2;
	font-family: 'Source Sans Pro', sans-serif;
}


h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #555;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #f5904e;
	font-size: 16px;
	font-weight: bold;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}



.layout03 dd h5 {
    font-size: 16px;
}

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

	共通

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

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 li {
	margin: 0;
	padding: 14px 3px 0px;
}


/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #555;
	border: 3px solid #555;
	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:#ffeee5;
}
.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: '';
}


/* 数字 & 背景 */
.list09{
	padding:35px 15px 25px 45px;
	background-color:#f7f7f7;
}

.list09:after {
	display: block;
	clear: both;
	content: "";
}


.list09 li{
	position:relative;
	/*float:left;*/
	/*margin-bottom:15px;*/
	margin-bottom: 30px;
	padding-left:0.9em;
	padding-right:5%;
	
}

/* ふきだし */
.list10 li {
	background: #fbdbca;
	padding: 20px 30px;
	width: 60%;
	margin-bottom: 20px;
	border-radius: 20px;
	position: relative;
	font-weight: bold;
}
.list10 li:nth-child(odd) {
	float: left;
}
.list10 li:nth-child(even) {
	float: right;
}
.list10 li:before,
.list10 li:after {
	position: absolute;
	content: "";
}
.list10 li:before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fbdbca; 
	bottom: -15px;
}
.list10 li:nth-child(odd):before  {
	left: 80px;
}
.list10 li:nth-child(even):before  {
	right: 80px;
}
.list10 li:after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fbdbca; 
	bottom: -40px;
}
.list10 li:nth-child(odd):after  {
	left: 100px;
}
.list10 li:nth-child(even):after  {
	right: 100px;
}

/*数字*/
.list11 {
  padding: 25px;
	padding: 15px 0 10px;
  counter-reset: section;
}
.list11 li {
  display: flex;
	flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
  padding-left: 45px;
  padding-bottom: 8px;
}
.list11 li::before {
  display: inline;
  counter-increment: section;
  content: counter(section);
  font-size: 100%;
  font-weight: 700;
  color: #ED9EB8;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 11px;
  margin-right: 10px;
	position: absolute;
	top: -1px;
	left: 0;
}
.list11 span {
	font-weight: bold;
	display: block;
}

/*まる（シンプル）*/
.list12 li{
	position: relative;
	padding-left: 15px;
}
.list12 li:before{
	position:absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content:"・";
}


/*チャット風吹き出し*/
.balloon-chat {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
/* 左の吹き出し */
.balloon-chat.left { 
  flex-direction: row;
}
/* 右の吹き出し */
.balloon-chat.right { 
  flex-direction: row-reverse;
}
/* 吹き出しの入力部分 */
.chatting {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  padding: 10px 20px;
  background: #ccffcc;
  text-align: left;
  border-radius: 12px;
}
/* 吹き出しの三角部分 */
.chatting::after {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  top: 18px; /* 三角部分の高さ */
}
.left .chatting {
  background: #fbdbca;
}
.left .chatting::after {
  left: -15px; /* 左側の三角部分の位置 */
  border-top-color: #fbdbca;
}
.right .chatting {
  background: #ffffff;
} 
.right .chatting::after {
  right: -15px; /* 右側の三角部分の位置 */
  border-top-color: #ffffff;
}
.chat-text {
  margin-bottom: 0!important;
}
/* アイコン*/
.icon-img-wrap {
  margin: 0;
}
/* アイコンの枠*/
.icon-img-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #333300;
}
/* アイコンの大きさ */
.icon-img {
  width: 50px;
}
.left .icon-img {
  width: 80px;
}
/* アイコンの名前 */
.icon-name {
  width: 80px;
  padding-top: 3px;
  font-size: 12px;
  text-align: center;
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #f5904e!important;
	color:#f5904e;
	text-align:center;
	color:#f5904e;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
	text-decoration: none!important;
	line-height: 1.5;
}
.btn01 a i{
	margin-right:10px;
	color:#f5904e;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#f5904e;
}
.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:3px 20px;
	border:1px solid #f5904e;
    border-radius: 30px;
	color:#fff;
	transition:ease-in-out 0.2s ;
    background-color:#f5904e;
	text-decoration: none!important;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#fff;
	color:#f5904e;
}


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





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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:10px 22px 8px 22px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

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


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#ddd 1px dotted;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:8px 24px 8px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
	color:#333;
}
.tb02 td{
	padding:8px 0;
	padding-right:0 !important;
	text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:none;
}

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	/*white-space: nowrap;*/
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}



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

	アンカーリンンク

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

/* 4個並び */
.ank01{
	margin:0 auto 100px;
}
.ank01 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}

.ank02 {
padding: 20px 20px 40px 20px;;
  border: solid 1px #f6904e;
	max-width: 500px;
	box-sizing: border-box;
	margin: 0 auto 100px auto;
}
.ank02 ul {
	counter-reset:list;
	text-align: left;
	margin: 0 auto;
  padding-left: 80px;
}
.ank02 ul li {
	position:relative;
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: bold;
  font-size:14px;
  line-height: 29px;
}
.ank02 ul li:before{
  counter-increment: list;
  content: counter(list)".";
  position: absolute;
  left: -10px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #f5904e;
  line-height:26px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ank02 p {
	text-align: center;
}
/*==================================================================

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

.layout01 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#ffeee5;
	letter-spacing: 0.1em;
	color: #555;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#f5904e;
}
.layout01 dd{
		padding:3%;
}




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




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#ffeee5;
	padding:2%;
	box-sizing: border-box;
}
.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: #555;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#f5904e;
	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:#ffeee5;
	padding:2%;
	width: 100%;
}
.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: #555;
	font-size:18px;
	font-weight:bold;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#f5904e;
	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:#ffeee5;
	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 #f5904e;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f5904e;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#ffeee5;
	letter-spacing: 0.1em;
	color: #555;
	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:#f5904e;
}
.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 #f5904e;
}

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


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

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

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}

.layout09 {
	background-color: #ffeee5;
	padding: 20px;
}


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

	box

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

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:100px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic;
}
.text:last-child{
	margin-bottom:0;
}
.text a {
	position: relative;
	z-index: 1;
}

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

	modal

==================================================================*/
.under_fixed_area {
    display: flex;
	justify-content: flex-end;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
	width: 100%;
	height: 75px;
}
.chatbot_btn {
    position: relative;
    width: 270px;
    background: #F19CC1;
	border: 2px solid #F8F3EF;
	border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 19px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
	line-height: 1.1;
    z-index: 10;
    padding: 0;
	cursor: pointer;
    transition: 0.3s;
}
.chatbot_btn p {
	margin-bottom: 5px;
	font-size: 16px;
}
.chatbot_btn div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.chatbot_btn .chatbot_btn_txt {
    font-family: "FOT-筑紫A丸ゴシック Std M";
	font-weight: bold;
	letter-spacing: 1.3px;
}
.chatbot_btn_icon {
	margin-right: 10px;
}
.contact_btn {
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
    width: 260px;
    background: #fff;
	border: 2px solid #F5904E;
	border-radius: 10px 10px 0 0;
    color: #F5904E;
    font-size: 19px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
	font-weight: bold;
	letter-spacing: 1.3px;
    z-index: 10;
    transition: 0.3s;
}
.chatbot_btn:hover,
.contact_btn:hover {
	opacity: 0.85;
}
a.contact_btn:hover {
	color: #F5904E;
}
.modal {
	display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}
.modal_content {
    background-color: #FFF4ED;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    text-align: center;
    color: #F5904E;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
}
.js-modal-close i {
    color: #707070;
    background: #fff;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 300px;
    border: 2px solid #707070;
}
.modal_content_tit {
    padding: 30px 30px 0 30px;
	font-size: 27px;
  line-height: 1.5;
}
.modal_content_tit h3 {
	border-bottom: 2px solid #F39800;
	padding-bottom: 15px;
	font-family: "FOT-筑紫A丸ゴシック Std";
	font-weight: bold;
}
.modal_content_body {
    padding: 20px 30px 30px 30px;
}
.modal_content_body p{
	color: #333333;
	font-family: "FOT-筑紫A丸ゴシック Std M";
	font-size: 18px;
	line-height: 1.3;
}
.modal_content ul {
    padding-top: 20px;
    width: 334px;
    margin: 0 auto;
}
.modal_content ul li {
	position: relative;
}
.modal_content ul li:not(:last-child) {
    padding-bottom: 20px;
}
.modal_content ul li a {
    color: #fff;
	display: block;
    background: #F5904E;
    width: 334px;
    border-radius: 5px;
	text-align: left;
    transition: 0.3s;
	font-size: 21px;
	padding: 7px 7px 7px 25px;
	box-sizing: border-box;
}
.popup_icon {
    margin-right: 20px;
}
.popup_icon img {
    width: 33px;
}
.modal_content ul li a::after {
    content: url("../images/popup_arrow.png");
    position: absolute;
    right: 22px;
	top: 10px;
    transition: 0.3s;
}
.modal_content ul li a:hover {
    opacity: 0.8;
}
.modal_content ul li a:hover::after {
    right: 5px;
}

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

	top

==================================================================*/
.top_slide{
	margin-top: -100px;
}
.top_slide li{
	position: relative;
	z-index: 2;
    margin-left: 15px;
}

.google_map{
    height: 505px;
}
/*==================================================================

	.top_information
s
==================================================================*/
.top_information{
    width: 800px;
    margin: 45px auto 35px;
    padding: 25px 50px 30px;
    background: #fff;
    border: 2px solid #F5904E;
    box-sizing: border-box;
}
.top_information_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: bold;
    text-align: center;
    color: #f5904e;
}
/*==================================================================

	.top_concept

==================================================================*/
.top_concept{
    background: url(../images/concept_bg.png) no-repeat;
    background-position: 98% 45%;
    position: relative;
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    top: 30px;
}

.doctor_img{
    position: absolute;
    top: 82px;
    left: 0;
}
/* concept01 */
.concept_01{
    position: absolute;
    right: 390px;
    top: 130px
}
.concept_01 div{
    position: absolute;
    top: 0px;
    left: 25px;
    color: #fff;
}
.concept_01 div p:nth-child(1){
    font-size: 60px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}
.concept_01 div p:nth-child(2){
    font-size: 18px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}


/* concept02 */
.concept_02{
    position: absolute;
    right: 80px;
    top: 115px
}
.concept_02 div{
    position: absolute;
    top: -5px;
    left: 25px;
    color: #fff;
}
.concept_02 div p:nth-child(1){
    font-size: 60px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}
.concept_02 div p:nth-child(2){
    font-size: 18px;
    text-align: center;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}



/* concept03 */
.concept_03{
    position: absolute;
    right: 480px;
    top: 385px
}
.concept_03 div{
    position: absolute;
    top: -12px;
    left: 45px;
    color: #fff;
}
.concept_03 div p:nth-child(1){
    font-size: 60px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}
.concept_03 div p:nth-child(2){
    font-size: 18px;
    text-align: center;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}



/* concept04 */
.concept_04{
    position: absolute;
    right: 160px;
    top: 365px
}
.concept_04 div{
    position: absolute;
    top: -5px;
    left: 35px;
    color: #fff;
}
.concept_04 div p:nth-child(1){
    font-size: 60px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
}
.concept_04 div p:nth-child(2){
    font-size: 18px;
    text-align: center;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor{
    position: relative;
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    background: url(../images/greeting_bg.png) no-repeat;
    background-position: 90% 52%
}
.top_doctor h3.tit01{
    width: 200px;
    margin: 0 auto;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_doctor h3 img{
    display: block;
    margin: 0 auto;
}
.top_doctor h3 p{
    text-shadow: none;
    color: #555;
    font-size: 18px;
    padding-top: 20px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor .text{
    font-size: 16px;
margin-top: 41px;
	width:520px;
    line-height: 2.4;
}
.top_doctor .btn02{
    position: absolute;
    bottom: 10px;
    right: 3px;
}
.top_doctor .btn02 a{
    padding: 4px 32px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor .doctor_p{
    margin-left: 120px;
    padding-top: 10px;
    font-size: 16px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor .doctor_p span{
    font-size: 28px;
}

.top_doctor_img{
    position: absolute;
    right: 0;
    top: 325px;
}

.top_doctor01{
    position: relative;
    width: 1200px;
    height: 695px;
    margin: 0 auto;
    background: url(../images/greeting_bg.png) no-repeat;
    background-position: 90% 52%;
	/*margin-bottom:150px;*/
	margin-bottom:250px;
}
.top_doctor01 h3.tit01{
    width: 200px;
    margin: 0 auto;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_doctor01 h3 img{
    display: block;
    margin: 0 auto;
}
.top_doctor01 h3 p{
    text-shadow: none;
    color: #555;
    font-size: 18px;
    padding-top: 20px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor01 .text{
    font-size: 16px;
margin-top: 41px;
	width:520px;
    line-height: 2.4;
}
.top_doctor01 .btn02{
    position: absolute;
    bottom: 10px;
    right: 3px;
}
.top_doctor01 .btn02 a{
    padding: 4px 32px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor01 .doctor_p{
    /*margin-left: 120px;*/
    padding-top: 10px;
    font-size: 16px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
	/*position: relative;
    right: 100px;*/
}
.top_doctor01 .doctor_p span{
    font-size: 28px;
}

.top_doctor_img01{
    float: right;
	position: relative;
    top: 130px;
}




.top_doctor02{
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: url(../images/greeting_bg.png) no-repeat;
    background-position: 90% 52%
}
.top_doctor02 h3.tit01{
    width: 200px;
    margin: 0 auto;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_doctor02 h3 img{
    display: block;
    margin: 0 auto;
}
.top_doctor02 h3 p{
    text-shadow: none;
    color: #555;
    font-size: 18px;
    padding-top: 20px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor02 .text{
    font-size: 16px;
margin-top: 41px;
	width:520px;
    line-height: 2.4;
}
.top_doctor02 .btn02{
    position: absolute;
    bottom: 10px;
    right: 3px;
}
.top_doctor02 .btn02 a{
    padding: 4px 32px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor02 .doctor_p{
    margin-left: 120px;
    padding-top: 10px;
    font-size: 16px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_doctor02 .doctor_p span{
    font-size: 28px;
}







/* 下層 */
.doctor{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}
.under_doctor{
    width: 1080px!important;
}

.under_doctor .doctor_p{
        margin-left: 0px;
}
/*==================================================================

	.top_feature

==================================================================*/
.full_size{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}
.full_size::after{
    position: absolute;
    content: "";
    background: url(../images/feature_bg_01.png) no-repeat 94% 0%;
    width: 514px;
    height: 446px;
    top: 60px;
    right: 60px;
    z-index: -1;
}
.top_feature{
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 115px 0;
}
.top_feature h3.tit01{
    width: 200px;
    margin: 0 auto;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_feature h3 img{
    display: block;
    margin: 0 auto;
}
.top_feature h3 p{
    text-shadow: none;
    color: #555;
    font-size: 18px;
    padding-top: 20px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
.feature_title{
    margin: 55px auto 38px;
    text-align: center;
    background-color: #eb9863;
    width: 280px;
    font-size: 26px;
    color: #fff;
    padding: 6px 0 9px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.feature_title_02{
    margin: 65px auto 45px;
    text-align: center;
    background-color: #7ebed6;
    width: 280px;
    font-size: 26px;
    color: #fff;
    padding: 6px 0 9px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.feature_title_03{
    margin: 65px auto 45px;
    text-align: center;
    background-color: #75bf70;
    width: 280px;
    font-size: 26px;
    color: #fff;
    padding: 6px 0 9px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.feature_title_a {
    display: block;
    width: 280px;
    margin: 0 auto;
}
.feature_title_a:hover{
    transition: 0.5s;
    opacity: 0.5;
}

.top_feature
.top_feature .text p{
	text-align:center;
}
.top_feature_list{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}
.top_feature_list a{
	display:block;
	width:32%;
	margin-right:6%;
	margin-bottom:20px;
	text-align:center;
}
.top_feature_list a:nth-child(3){
    margin-right: 0;
}
.top_feature_list dl{
    position: relative;
	width:100%;
}

.top_feature_list dl dd{
    position: absolute;
    font-size: 20px;
    color: #fff;
	bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}


.top_feature_list dl dd.one_line{
    bottom: 55px;
}

.top_feature_list dl dd.three_line{
    bottom: 25px!important;
}




/* 下層 */
.feature{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}

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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
    padding-bottom: 100px;
    background: url(../images/medical_bg.png) no-repeat;
	background-size: cover;
}

.top_medical4_list{
    display: flex;
    justify-content: /*space-between; space-around;*/flex-start;
	width:1000px;
	margin:28px auto 0;
}
.top_medical4_list a{
  display: block;
	width: 205px;
  height: 210px;
	text-align:center;
  margin-right: /*60px;*/30px;
}
.top_medical4_list a:nth-child(5){
    margin-right: 0;
}
.top_medical4_list dl:nth-child(3n){
	margin-right:0;
}
.top_medical4_list a{
    position: relative;
	display: block;
	/*height:100%;
	width:100%;*/
  height: 210px;
	width: 220px;
	top:0;
	left:0;
}

.top_medical4_list a dd h4{
	position:absolute;
	left:0;
    right: 0;
    margin: auto;
	bottom:48px;
    font-size:18px;
    color: #f5904e;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}

/* 2行の場合 */
.top_medical4_list a dd h4.two_line{
	position:absolute;
	left:0;
    right: 0;
    margin: auto;
	bottom:26px;
    font-size:18px;
    color: #f5904e;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_medical4_list dd p{
    position:absolute;
	left:-6px;
	bottom:0;
	font-size:14.5px;
}



.top_medical4 h3.tit01{
    width: 200px;
    margin: 0 auto;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_medical4 h3 img{
    display: block;
    margin: 20px auto 0;
}
.top_medical4 h3 p{
    text-shadow: none;
    color: #555;
    font-size: 18px;
    padding-top: 20px;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}


.top_medical4_list_02{
    width: 750px;
    margin: 46px auto 0;
}







/* 下層 */
.medical_index{
    background: url(../images/medical_bg.png) no-repeat;
    background-size: cover;
}
.under_medical4{
    background: none;
    padding: 0;
}



/* medical */
.medical{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}
/*==================================================================

	$medical03

==================================================================*/
.layout10 {
    position: relative;
}
.layout10 .flow_box {
    position: relative;
    display: flex;
    padding: 32px;
    background: #fff;
}
.layout10 .flow_box .layout10_box{
	width: 90%;
}
.layout10 .flow_box:nth-child(odd) {
    background: #f8f3ef;
}
.layout10 .flow_box:first-child::before {
    top: 32px;
    bottom: auto;
    height: calc(100% - 34px);
}
.layout10 .flow_box:nth-child(even) {
    background: #fff;
}
.layout10 .flow_box .number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 4%;
    background: #f5904e;
    border-radius: 50%;
    line-height: 1;
    color: #fff;
    font-size: 28px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    font-weight: 400;
}
.layout10 .flow_box:first-child::before {
    top: 32px;
    bottom: auto;
    height: calc(100% - 34px);
}
.layout10 .flow_box::before {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 55px;
    margin: auto;
    width: 2px;
    height: calc(100% - 2px);
    border-right: #c5c5c5 dotted 2px;
    box-sizing: border-box;
    content: "";
}
.layout10 .flow_box:last-of-type::before {
    top: 2px;
    bottom: auto;
    height: 80px;
}
.layout_tit {
    color: #f5904e;
    font-size: 18px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
    font-weight: bold;
    margin-bottom: 0;
}

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

	$medical06

==================================================================*/
.box2 figure {
	padding-bottom: 20px;
}
.medi06_bold{
	
	font-weight: bold;
	color:#ED9EB8;
	font-size: 17px;

}

.medi06_underline span{
	
	border-bottom: solid 2px #ED9EB8;
	
}

.ct_area{
	
	padding: 20px 15px;
    margin: 2em 0;
    border: solid 1px #f6904e;
	text-align: center;
	
}

.ct_area_p{
	
	font-weight: bold;
	font-size: 18px;
	color:#f6904e;
}



.strow_p{
	
	font-weight: bold;
	text-align: center;
	border:solid 1px #f6904e;
	margin:20px;
	padding: 15px 15px 5px;
	background-color:#ffffff; 
	
}

.list09 span{
	
	font-weight: bold;
	font-size: 16px;
	color:#ED9EB8;
	
	
}
.list09 .list06 {
	padding: 0;
}
.list09 h5{
	font-size: 18px;
	color: #ED9EB8;
	font-weight: bold;
}
.list09 h5 em{
	margin-right: 10px;
    color: #ED9EB8;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: normal;
}

/*インプラントページの料金表*/
.tb05 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
}
.tb05 td, .tb05 th {
	/*padding: 12px 36px;*/
	padding: 12px 10px;
}
.tb05 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background-color: #FAFAFA;
	/*font-size: 16px;*/
}
.tb05 th span {
	font-size: 13px;
}
.tb05 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}
.tb05.normal th,
.tb05.normal td {
	white-space: normal;
}
.tb05.invisa_go tr th:nth-child(2) {
	background: #EAF3FF;
	border: 2px solid #8AA1C8;
	border-bottom: 0;
}
.tb05.invisa_go tr td:nth-child(2) {
	background: #F7FAFF;
	border-right: 2px solid #8AA1C8;
	border-left: 2px solid #8AA1C8;
}
.tb05.invisa_go tr:last-child td:nth-child(2) {
	background: #F7FAFF;
	border-bottom: 2px solid #8AA1C8;
}

label{
	
}


.img_fr_double{
	
	display:flex;
	margin:20px auto;
	justify-content: center;
}

.img_fr_double img{
	
	margin:20px;
}

.img_center{
	
	display: block;
	text-align: center;
	margin:20px;
	
}
.img_center img{
	
	margin:20px;
	
}


.medi06_p_center{
	text-align:center;
	font-size: 17px;
}


/*スマホの時に見出しが上にくるテーブル*/


.tb06 td, .tb06 th {
	
	padding: 12px 10px;
}

.tb06{
	width:100%;
	border-spacing: 1px;
    border-collapse: separate;
    background-color: #f0f0f0;
    /*white-space: nowrap;*/
}

.tb06 th {
  font-weight: bold;
	/*white-space: nowrap;*/
	text-align: center;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
	width: 50%;
}
.tb06 td{
	text-align: center;
	color:#666666;
	background-color: #ffffff;
}



.medical06_box{
	padding: 20px 30px;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #ED9EB8;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 a {
	text-decoration: underline;
}

.medical06_box span{
	
	font-weight: bold;
	color:#ED9EB8;
	font-size: 18px;
}

h5.tit01.implant {
	font-size: 19.5px;
}
.parent {
	overflow: hidden;
}

/*medical11*/
.cancer_img img{
  width: 90%;
}
.implant_01_title {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
}
.implant_01_title span {
	font-size: 15px;
}
.layout10.medical06 .layout_tit {
	padding-left: 70px;
	margin-top: -40px;
}
.layout10.medical06 .layout10_text {
	padding-left: 70px;
}

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

	$medical12

==================================================================*/
p.p_accent {
	position: relative;
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 3px;
}
p.p_accent::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #555;
  border: 3px solid #555;
  border-radius: 100%;
  content: '';
}

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

	$medical12

==================================================================*/
.tb05 td.nest_table_wrap {
  padding: 0;
}
.nest_table {
  width: 100%;
}
.nest_table tr:not(:first-child) {
  border-top: solid 1px #f0f0f0;
}
.nest_table td {
  background: #F7FAFF;
}

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

	$medical14

==================================================================*/
.medical14 .flex_box {
  justify-content: flex-start;
}

.medical14 .flex_box img {
  max-width: 48%;
}

.medical14 .flex_box img:nth-of-type(even) {
  margin-left: 4%;
}

.medical14 h5.tit01 {
  font-size: 18px;
}


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

	$medical16

==================================================================*/
.medical16 .box2 figure {
  padding-bottom: 10px;
}


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

	$medical17

==================================================================*/
.calculation_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
}

.calculation_box * {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0!important;
}

.calculation_box p {
  min-width: 153px;
  max-width: 153px;
  padding: 15px 12px;
  background-color: #ffeee5;
  border-radius: 10px;
  border: solid 2px #ED9EB8;
  box-sizing: border-box;
}

.calculation_box span {
  margin: 0 10px;
}

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

	$doctor

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

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

.doctor_carr{
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	float:left;
	width: 43.5%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:#ffeee5;
	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%;
}



/*副院長先生*/




.doctor_carr_sec2{
	float:left;
	width: 43.5%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:#ffeee5;
	font-size:14px;
	/*bottom: 220px;*/
	position: relative;
    top: 275px;
}
.doctor_carr_sec2:last-child{
	margin-right:0;
}
.doctor_carr01 .tb02 td,.doctor_carr01 .tb02 th{
	font-size:14px;
}
.doctor_carr_sec2 table{
	width:100%;
}




/*スタッフ*/

.staff_img_box{
	display: flex;
	justify-content: space-between;
	/*margin:20px;*/
	width: 1080px;
	flex-wrap: wrap;
}

.staff_img_box div{
	width: 32%;
  margin-bottom: 20px;
}
.staff_img_box div img{
  width: 100%;
  margin-bottom: 10px;
}

.staff_name{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.staff_img_box div.staff_carr {
  width: 100%;
  background: #ffeee5;
  padding: 20px 30px;
  box-sizing: border-box;
}
.doctor_carr_sec2 h4.tit01:last-of-type {
	margin-bottom: 0;
	padding-top: 30px;
}

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

	.news

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

.top_news{
	font-size:16px;
}
.top_news_flame{
	padding: 20px 0 20px 80px;
    box-sizing: border-box;
}
.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:#f5904e;
}
.top_news .day{
	margin-right: 40px;
}
.top_news a{
	color: #7b4d2f;
}
.top_news strong{
	max-width: 650px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 日付 */
.date{
	margin-right:10px;
	color: #C0AB92;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:200px;
}




.top_news {
    position: relative;
    /*background-color: #e3eece;*/
    overflow: hidden;
}
/*.top_news::after{
    position: absolute;
    content: "";
    background-color: #ffeee5;
    width: 25%;
    height: 280px;
    top: 15px;
    right: 0;
    z-index: -1;
}*/
.top_news .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.top_news_tit {
    padding: 15px 0 30px 30px;
    margin-right: 70px;
}
.top_news_flame {
	width: 100%;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    margin-top: 15px;
     background-color: #ffeee5;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    padding-top: 47px;
}
.top_news h3{
    text-align: center;
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_news .inner img{
    position: absolute;
    left: 7.5%;
    top: 100px;
}
.top_news .inner p{
    text-align: left;
    padding-top: 10px;
    /*font-family: "FOT-筑紫A丸ゴシック Std M";*/
}

.top_news .inner p.sub_title{
    text-align: center;
    padding-top: 10px;
    font-family: "FOT-筑紫A丸ゴシック Std M";
}
.top_news .inner a.btn{
    font-size: 16px;
    margin: 30px 0px 0 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #f5904e;
    border-radius: 15px;
    padding: 0px 35px;
    color: #f5904e;
	font-family: "游ゴシック体", "Yu Gothic";
}



.news_data li a{
    display: block;
    display: flex;
}
.news_data{
    display: none;
}
.news_data:nth-child(1),.news_data:nth-child(2),.news_data:nth-child(3){
    display: block;
}







/* 下層 */
.news{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}
/*==================================================================

	$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(245, 144, 78);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}







/* 下層 */
.access{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}
/*==================================================================

	$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:#f5904e;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下） */

.clinic_slides2{
	padding-bottom:100px;
}
.clinic_slides2 .flexslider{
	position:relative;
}
.clinic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div{
	display:table;
	position: absolute;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides2 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides2 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -100px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides2 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3{
}
.clinic_slides3 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides3 .flexslider li div{
	display:table;
	position:absolute;
	width:94%;
	height:80px;
	margin-top:-95px;
	margin-right:3%;
	margin-left:3%;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides3 .flexslider h4,.clinic_slides3 .flexslider p{
	display:table-cell;
	padding:8px 15px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
}
.clinic_slides3 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides3 .flexslider p{

}

.clinic_slides3 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 4% 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides4{
	padding-bottom:100px;
}
.clinic_slides4 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides4 .flexslider li div{
	display:table;
	position: absolute;
	bottom:-80px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides4 .flexslider h4,.clinic_slides4 .flexslider p{
		display:table-cell;
	padding:8px 10px;
	box-sizing:border-box;
	vertical-align:middle;
}
.clinic_slides4 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides4 .flexslider p{
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides5{
	padding-bottom:100px;
}
.clinic_slides5 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides5 .flexslider li div{
	position: absolute;
	bottom:-80px;
	width: 100%;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}

.clinic_slides5 .flexslider h4{
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
	text-align:center;
}




/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #ffeee5;
}
.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: #f5904e;
}
.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;
	
}


/* 施設基準 */
.clinic_info_dl {
	background: rgba(255, 238, 229, 0.4);
	padding: 40px 30px 30px;
}
.clinic_info_dl dt {
	font-weight: bold;
	font-size: 130%;
	background: url("../images/check.svg") no-repeat left center / 20px;
	padding-left: 25px;
	color: #555;
	font-family: "FOT-筑紫A丸ゴシック Std M";
}
.clinic_info_dl dd {
	margin-bottom: 10px;
	padding-left: 25px;
}
.clinic_info_dl .list03 {
	margin: 5px 0;
}
.clinic_info_dl .list03 li {
	margin-bottom: 0;
}
.waku {
	background: rgba(255, 238, 229, 0.4);
	padding: 20px;
}
.waku p:last-child {
	margin-bottom: 0;
}


/* 下層 */
.clinic{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}


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

	$feature

==================================================================*/
.box_color2{
	background: url(../images/box_bg.png) center top;
	background-repeat: repeat-y;
	background-size: contain;
	margin:0 auto 100px;
}

.box_inner{
	width:1080px;
	margin: auto;
}
.Character_box .character_box_small{
  margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	text-align: left;
}


.Character_box p:last-child{
	border: none;
}

#Character_box01,#Character_box02,#Character_box03{
  padding-top: 140px;
  margin-top: -140px;
}

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

.flex_box .flex_box_right{
    width: 650px;
    text-align: right;
}
.Character_img{
	margin-right: 40px;
}
.Character_box .character_box_small{
  margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	text-align: left;
}

.Character_box .character_box_small p{
	width: 63%;
	word-wrap: break-word;
}

.Character_box .character_box_small a{
	border-bottom: 1px solid #3e3a3a;
}
.feature_video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}
.feature_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.Character_box .character_box_small.no_border {
	border-bottom: 0;
	padding-bottom: 0;
}
.Character_box .character_box_small.border:before {
	position: absolute;
    border-top: 1px solid #DFDFDF;
    content: "";
    height: 20px;
    display: block;
    margin-top: 0;
	width: 100%;
    max-width: 650px;
    margin-bottom: 20px;
}
.Character_box .character_box_small.border .tit01 {
	margin-top: 20px;
}

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

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

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

	$first

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

.first{
    background: url(../images/feature_bg_02.png) no-repeat;
    background-size: cover;
}

/* h3横の綿毛 */
h3.first_tit02::before{
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    left: 32%;
    top: 20px;
}
h3.first_tit02::after {
    position: absolute;
    content: "";
    background: url(../images/icon_news_watage.png) no-repeat;
    height: 29px;
    width: 22px;
    right: 32%;
    top: 20px;
}

/* アンカーリンク */
#nw1,#nw2,#nw3{
    padding-top: 100px;
    margin-top: -100px;
}

#implant_01,#implant_02,#implant_03,#implant_04,#implant_05,#implant_06,#implant_07,#implant_08,#implant_09,#implant_10,#implant_11,#implant_12,#implant_13,#implant_14,#implant_15,#implant_16,#implant_17,#implant_18,#implant_19,#implant_20,#implant_21,#implant_04_2,#implant_04_5,implant_01_9 {
	padding-top: 100px;
    margin-top: -100px;
}
#link_01,#link_02,#link_03,#link_04,#link_05,#link_06,#link_07,#link_08,#link_09,#link_10,#link_11,#link_12,#link_13,#link_14,#link_15 {
    padding-top: 150px;
    margin-top: -150px;
}