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



body {
	font-family: "ヒラギノ角ゴ 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: #333;
	text-decoration: none;
}
a:hover {
	color:#e6a42c;
}
::selection{
	background-color:rgba(230,164,44,0.65);
}
::-moz-selection{
	background-color:rgba(230,164,44,0.65);
}

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



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

	header

============================================================================*/
.mainvisual_fix{
  position: relative;
}
.header_warap{
	/*height:160px;*/
	/*height:190px;*/
	height:240px;
	background-color:rgba(255,255,255,0.7);
	position:fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 999999;
}
.header_warap.fixed {
	height: auto;
	
}
.header_warap.fixed .header_logo,
.header_warap.fixed .header_right li:first-of-type {
	display: none;
}
.header_warap.fixed header .inner,
.header_warap.fixed header .header_right{
	justify-content: flex-end;
	align-items: center;
}
.header_warap.fixed .header_right {
	padding-top: 0;
}
.header_warap.fixed header {
	padding-top: 10px;
}
.header_warap.fixed nav {
	/*padding-top: 20px;*/
	padding-top: 15px;
}
header {
	width:100%;
  padding-top: 17px;
}
header .inner{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  
	position:relative;
	width:1080px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
/* ロゴ */
header .header_logo{
}
header .header_logo,
header .header_logo img{
	width:272px;
	height:132px;
	/*height:71px;*/
}
/*headerのh1*/
.header_title_h1{
  position: absolute;
  /*top: -17px;*/
  top: 0;
  font-size: 12px;
  color: #717071;
  right: 0;
}
.header_text_h1{
  position: absolute;
right: 0;
top: -12px;
font-size: 12px;
}
.header_right{
  display: flex;
	display: -ms-flex;
  justify-content: flex-end;
  justify-content: -ms-flex-end;
  padding-top: 10px;
}

.header_right ul{
  margin-right: 30px;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 1.5;
}

.header_right ul .header_tel{
  padding-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}

.header_right ul .header_tel img{
  width: 222px;
  height: 22px;
}
.header_right ul .header_tel span img{
  width: 18px;
  height: 19px;
  padding-right: 10px;
}

.reservation_btn span img{
  width: 37px;
  height: 28px;
}

.reservation_btn span{
  padding-right:17px;
}

.reservation_btn{
  position: relative;
  /*margin-top: 5px;*/
  margin-top: 25px;
  /*height: 50px;*/
  height: auto;
  border-radius: 5px;
  transition:0.2s ease-in-out;
  background: #80b11f;
}
.reservation_btn02{
	background: #F8B62D;
	margin-top: 10px;
	line-height: 1.2;
}

.reservation_btn:hover{
  background: #75A21C;
}
.reservation_btn02:hover{
  background: #d9960b;
}

.reservation_btn:hover::after{
  right: 12px;
}

.reservation_btn::after{
  position: absolute;
  top: 21px;
  right: 18px;
  content: "";
  background: url(../images/arrow02.svg) no-repeat;
  width: 7px;
  height: 10px;
  transition:0.2s ease-in-out;
}
.reservation_btn a{
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  width: inherit;
  height: inherit;
	/*padding: 0 34px 0 17px;*/
	padding: 5px 34px 5px 17px;
  box-sizing: border-box;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.25em;
}

.reservation_btn02_note{
	display: contents;
}

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

	nav

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

nav {
	width:100%;
	z-index:9999;
  /*padding-top: 32px;*/
  padding-top: 15px;
}
nav ul{
	width:1080px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 0 35px 14px;
	font-size:15px;  
	text-align:center;
  letter-spacing: 0.08em;
}
nav li a:hover,
nav li.active2 a{
	color:#D9920F;
}
nav li a span{
	position:relative;
}

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

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

/* 矢印 */
.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;
	right: 0;
	background: rgba(255,255,255,0.7);
	z-index: 999999;
}
.fixed .header_text_h1{
  display: none;
}


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

	#mainvisual

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

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

.mainvisual_wrap{
  height: 400px;
  background: url(../images/mainvisual_under.png) no-repeat center center;
  background-size: cover;
}

#mainvisual{
	display:block;
	position:relative;
	height: 240px;
	background-position:center ;
	background-repeat:no-repeat;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
	margin: 0 auto;
	padding-top: 190px;/*padding-top: 160px;*/
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
  right: 8px;
  left: 0;
  /*top:108px;*/
	/*top: 268px;*/
	top: 420px;
  width: 382px;
  height: 67px;
  margin: auto;
  animation:  mv_fadein 2s 1.5s ease-in-out both;
}

.mainvisual_open{
	position:absolute;
	bottom: 80px;
    right: 5px;
    width: 600px;
	/*top: 68px;
  right: 5px;
  width: 253px;*/
  /*height: 253px;*/
 /* animation:  mv_fadein 2s 2s ease-in-out both;*/
}
.mainvisual_open img{
	width:100%;
}

.mainvisual_bnr{
	position:absolute;
	bottom: 80px;
  left: 5px;
  /*animation:  mv_fadein 2s 2s ease-in-out both;*/
}
.mainvisual_bnr img{
	width:100%;
}

/*お知らせ*/
.top_news{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;

  position: absolute;
  right: 0;
  left: 0;
  bottom: -75px;
  height: 122px;
  width: 1000px;
  margin: auto;
  padding: 10px 37px 10px 30px;
  background: #fff;
  box-sizing: border-box;
}

.top_news::after{
  position: absolute;
  top: -9px;
  background: url(../images/top_new_shadow.png) no-repeat;
  width: 969px;
  height: 146px;
  z-index: -1;
  content: "";
}

.top_news_tit{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  flex-direction: column;
  flex-direction: -ms-column;
  align-items: center;
  align-items: -ms-center;
  
  position: relative;
  padding-right: 25px;
  width: 11.5%;
  font-size: 17px;
  color: #e6a42c;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}

.top_news_tit::after{
  position: absolute;
  right: -2px;
  height: 94px;
  width: 1px;
  background: url(../images/top_news_line.png);
  background-repeat: repeat-y;
  content: "";
}
.top_news_tit span{
  display: block;
  margin-top: 14px;
  padding-bottom: 12px;
  text-align: center;
}
.top_news_tit span img{
  width: 43px;
  height: 26px;
}

.top_news{
	font-size:14.5px;
}
.top_news_flame{
  height: 74px;
  width: 78.5%;
  margin-top: 15px;
  padding-left: 30px;
  box-sizing: border-box;
}

.ticker li{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ticker li span{
  padding-right: 40px;
}

.top_news p{
  position: relative;
  padding: 70px 20px 0 0;
  font-size: 14px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  transition:0.2s ease-in-out;
}

.top_news p a{
  color: #e6a42c;
}

.top_news p::after{
  position: absolute;
  bottom: 15px;
  right: 1px;
  background: url(../images/arrow3.svg) no-repeat;
  width: 6px;
  height: 10px;
  content: "";
  transition:0.2s ease-in-out;
  
}
.top_news p:hover a{
  color: #C68D26;
}
.top_news p:hover::after{
  right: -5px;
}


/* 下層ページの見出し */
.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.4);
}
.mainvisual_headline h2{
	font-size: 32px;
	color: #fff;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;

}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #fff;
}

/* 飾りの英語の棒 */
.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;
  border-bottom: 1px solid #eceae7;
}
#container{
}

#contents{
	position:relative;
	width:1080px;
	margin:0 auto;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



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

.lp{
	position: relative;
    z-index: 1;
}
.lp p{
	font-size: 20px;
	font-weight: bold;
	
}
.lp p a{
	color: #e5a42c;
	text-decoration: underline;
}
.lp p a:hover{
	opacity: 0.6;
}



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

	$footer

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

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

.footer_inner{
  position: relative;
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  width: 1080px;
  margin: 66px auto 57px;
}

/* フッターの医院概要 */

.footer_logo img{
  width: 190px;
  height: 145px;
  margin-bottom: 50px;
}

.copy{
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.16em;
  font-family: "fot-tsukuardgothic-std",sans-serif;
}

.footer_info{
  color: #717071;
  letter-spacing: 0.12em;
}
.footer_tel{
  text-align: center;
  margin-bottom: 26px;
}
.footer_tel dt{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.footer_tel span{
  display: inline-block;
  padding-right: 10px;
}
.footer_tel img{
  width: 244px;
  height: 25px;
}
.footer_tel span img{
  width: 21px;
  height: 22px;
}

.footer_selftel{
  text-align: center;
  margin-bottom: 20px;
}

.footer_selftel dt{
  font-size: 13px;
}

.footer_selftel dd{
  font-size: 24px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: 0.18em;
}

.footer_selftel dd a{
  color: #717071;
}

.footer_info .reservation_btn{
  /*margin: 0 auto 26px;*/
  margin: 0 auto 16px;
	/*height: 50px;*/
	height: auto;
	line-height: 1.5;
	padding: 5px 0;
}
.footer_info .reservation_btn02{
	height: auto;
	line-height: 1.5;
	padding: 5px 0;
}
.footer_info .reservation_btn02_note{
	display: contents;
}
.footer_info .reservation_btn02_note span{
	display: contents;
	font-size: 125%;
}
/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width:450px;
  margin-top: -12px;
	font-size:14px;
}

.schedule table{
	width:100%;
  font-size: 16px;
  color: #717071;
}
.schedule table tr:first-child td{
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
  margin-left: 16px;
  letter-spacing: 0.12em;
	font-size: 15px;
}

.schedule_note li:first-child{
  letter-spacing: 0.2em;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;	
}
.language ul{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
	margin-top: 10px;
}
.language li a {
    width: 96px;/*width: 83px;*/
    text-align: center;
	padding: 7px 25px 6px 20px;
}
.language li a::after{
	top: 15px;
}
.la_back a{
	 background: #a8c371 !important;
}
.footer_map{
  height: 545px;
}
.footer_map iframe{
  width: 100%;
  height: 545px;
  border: none;
  
}
/* ページトップ */
.pagetop,
.pagetop img{
	width:33px;
	height:48px;
}
.pagetop{
	position:absolute;
	top: -84px;
  right: 4px;;
	text-align:center;
	cursor:pointer;
	
}
.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);
}


/*連携病院*/
.affiliations .inner {
	display: flex;
    justify-content: space-between;
	max-width: 1080px;
    margin: 66px auto 57px;
}
.affiliations_title {
	width: 160px;
    flex-shrink: 0;
}
.affiliations_title span {
    display: block;
    color: #e5a42c;
    font-size: 200%;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
}
.affiliations_title h2 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 180%;
    letter-spacing: 0.12em;
	color: #737373;
}
.affiliations_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    width: 100%;
    max-width: 982px;
}
.affiliations_list li {
	width: calc((100% / 3) - (40px / 3));
}
.affiliations_list a {
    display: block;
    width: 100%;
    height: 100%;
}
.affiliations_list a span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
	background-color: #fdfaf3;
    border: 1px solid #f3f3f1;
    text-align: center;
    pointer-events: none;
	transition: 0.2s ease-in-out;
	box-sizing: border-box;
}



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

	タイトル

==================================================================*/
h2.tit01{	
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #737373;
	font-size: 29px;
	font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	text-align: center;
}

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 60px;
	padding:14px ;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #737373;
	font-size: 29px;
	font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	text-align: center;
}

/* 背景画像 */
h3.tit01::after{
	position: relative;
  display: block;
	width: 74px;
	height: 8px;
	right: 0;
	left:0;
  bottom: -13px;
	margin: auto ;
	background: url(../images/h3tit_line.svg) no-repeat;
	content: "";
}


/*白色*/
h3.tit02 {
	position: relative;
	margin-bottom: 60px;
	padding:14px ;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #fff;
	font-size: 29px;
	font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	text-align: center;
}


h4.tit01 {
	position: relative;
	margin-bottom: 24px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #80b11f;
	font-size: 24px;
	font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	text-align:left;
}

h4.tit01::before{
  position: relative;
  top: 8px;
  display: inline-block;
  width: 55px;
  height: 48px;
  padding-right: 12px;
  background: url(../images/h3_logo_icon.svg) no-repeat;
	content: "";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #e5a42c;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}





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

	共通

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

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

.list01 li{
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
}

.list01 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #80b11f;
  border: 1px solid #80b11f;
  border-radius: 100%;
  content: '';
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

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

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 a{
	text-decoration: underline;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #80b01e;
	border: 1px solid #80b01e;
	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:#fdfaf3;
}
.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: #F3A723;
	border: 1px solid #F3A723;
	border-radius: 100%;
}
.text .list06 {
	margin-bottom: 1em;
}
.text .list06:last-child {
	margin-bottom: 0;
}
/*まる & 枠 */
.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:#fdfaf3;
}
.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: '';
}
.list08 li a{
  color: #a85b23;
}
.list08 li a:hover{
  color: #e6a42c;
}

.list09 {
  counter-reset: section;
}
/*----------番号（四角の背景色付き）----------*/
ol.circle {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}
ol.circle li {
  margin-bottom: 12px;
  list-style-type: none;
}
ol.circle li:before {
  display: inline-block;
  margin-right: 5px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: unset;
  background: #e6a42c;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}
@media print, screen and (min-width: 641px) {/* pc only */
  .list09 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.list09 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.text .list09 p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .list09 li {
    width: calc((100% - 60px) / 4);
  }
}
.list09 .list09_tit {
  display: flex;
  align-items: baseline;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: .1em;
}
.list09 .list09_tit:not(:last-child,li) {
  margin-bottom: 15px;
}
.list09 .list09_tit::before {
  display: block;
  counter-increment: section;
  content: counter(section);
  font-size: 111%;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  min-width: 2em;
  width: 2em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #e5a42c;
  margin-right: 10px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}

/*リストナンバー*/

.n_list{
	background-color: #fdfaf3;
padding: 30px 10px 10px 10px;
	margin-bottom: 30px;
}
.n_list ul {
  list-style-type: none;
  border: none;
  counter-reset: number;

 
}
.n_list ul li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2.5em;
	margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 28px;

}
.n_list ul li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F3A723;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}
.n_list:after {
    display: block;
    clear: both;
    content: "";
}





/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:14px 30px 12px;
	line-height:1;
	border:1px solid #fff;
  border-radius: 5px;
	text-align:center;
	color:#fff;
	transition:ease-in-out 0.1s ;
}

.btn01 a:hover{
	color:#fff;
	background-color:rgba(229,164,72,0.8);
}

.btn01 a::after{
	display:inline-block;
	position:absolute;
	top: 16px;
  right: 17px;
	width: 7px;
	height:11px;
	background: url(../images/arrow02.svg)no-repeat;
	transition:0.2s ease-in-out;
	content:"";
}
.btn01 a:hover::after{
  right: 12px;
}
.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;
  position: relative;
	padding:12px 35px 12px 20px;
  background: #80b11f;
  border-radius: 3px;
	color:#fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	transition:ease-in-out 0.2s;
}

.btn02 a::after{
  position: absolute;
  top: 21px;
  right: 17px;
  content: "";
  width: 6px;
  height: 10px;
  transition:ease-in-out 0.2s;
  background: url(../images/arrow02.svg) no-repeat;
}

.btn02 a:hover{
	background: #76A31D;
	color:#fff;
}

.btn02 a:hover::after{
  right: 10px;
}


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









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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:16px;
	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{
}
.tb01 tr:first-child,.tb01 tr:first-child td{
	padding: 12px 12px 12px 0px;
}
.tb01 th{
	padding:12px 12px 12px 10px;
	line-height:1;
	white-space:nowrap;
	text-align:center;

}
.tb01 td{
	padding:14px 12px 15px 12px;
}

.tb01 td span{
  color: #d8ad2b;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#80b11f 1px dashed;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:12px 24px 12px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
}
.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%;
  margin-bottom: 20px;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
  color: #717071;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	white-space: nowrap;
	text-align: left;
  font-weight: bold;
	background-color: #f7f7f7;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
}
.tb03.center,
.tb03.center th,
.tb03.center tr {
	text-align: center;
}
.health_tb .ore {
	background-color: #ffefd9;
	color: #e6a42c;
	text-align: center;
}
.health_tb .green {
	background-color: #f1f5de;
	text-align: center;
}
.tb03.health_tb.health_tb2 th {
	width: 60%;
}
.tb03.health_tb.health_tb2 td {
	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;
}*/
/* 共通CSS */
[class^=ank0] {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  gap: 0 20px;
}

[class^=ank0] li {
  margin-bottom: 1em;
}

[class^=ank0] li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px 23px;
  border: 1px solid #e5a42c;
  background-color: #e5a42c;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.2s ease-in-out;
  position: relative;
  box-sizing: border-box;
}

[class^=ank0] li a:hover {
  background-color: #fff;
  color: #e5a42c;
}
[class^=ank0] li a:hover::after {
  background-color: #e5a42c;
}

[class^=ank0] li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-color: #fff;
  -webkit-clip-path: polygon(1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 1px, 50% 100%, 0 1px);
          clip-path: polygon(1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 1px, 50% 100%, 0 1px);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transition: background-color 0.2s ease-in-out;
}

/* 2個並び */
.ank02 li {
  width: 48%;
}

/* 3個並び */
.ank03 li {
  width: 32%;
}

/* 4個並び */
.ank04 li {
  width: 23%;
}


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

	.layout

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

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

.layout01{
	padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	width:26%;
	padding:0 3%;
	background-color:#fdfaf3;
	letter-spacing: 0.1em;
	font-size:18px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
  display: block;
  line-height: 1;
	margin:0 8px;
	font-family: 'Lusitana', serif;
  font-weight: 700;
	font-size:30px;
  color: #e5a42c;
}
.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{
  position: relative;
  display: flex;
	display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  width: 100%;
  box-sizing: border-box;
	margin-bottom:50px;
	background-color:#f1f5de;
	padding:2%;
}

.layout03 dl::before {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -28px;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid #e6a448;
  border-right: 2px solid #e6a448;
  content: "";
  margin: auto;
}

.layout03 dl:last-child::before{
  display: none;
}
.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: 0px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.woman_layout_flow .layout03 dd {
	width: 100%;
}
.layout03 dd h5{
	color: #80b01e;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#e5a42c;
	font-family: 'Lusitana', serif;
  /*font-weight: 700;*/
	font-size:30px;
	font-weight: normal;
}




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

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



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

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

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

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

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


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

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

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


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
	position:relative;
	float: left;
	width: 24.6%;
	margin-right: 4.1%;
	margin-bottom:25px;
	padding: 3%;
	border-radius: 10px;
	background-color:rgba(141, 107, 65, 0.3);
}
.layout08 dl:last-child::before {
	display: none;
}
.layout08 dl::before {
    position: absolute;
    right: -25px;
    top: 0;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #8d6b41;
    border-right: 2px solid #8d6b41;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

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



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

	box

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

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	padding-top: 80px;
  padding-bottom: 100px;
}
.box2.medical_top {
	padding-bottom: 20px;
}

.box_w{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

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

.box_bg1{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  padding-bottom: 120px;
  background: #fdfaf3;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}

.text_box{
  background: #ecf0f3;
  padding: 3%;
  border-radius: 12px;
  margin-bottom: 50px;
}
/*==================================================================

	.top_pcr

==================================================================*/
.top_pcr{
  padding-top:  137px;
  background: #fdfaf3;
}
.top_pcr_note {
  padding: 3%;
  background: #f1f5de;
  letter-spacing: 0.12em;
}
.top_pcr_note p:last-of-type{
	margin-top: 2em;
	text-align: right;
}
.top_bnr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_bnr p{
  width: 49%;
}
.top_bnr p img{
  width: 100%;
}
.top_bnr p a:hover{
  opacity: 0.8;
}
/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor{
  /*padding-top:  137px;*/
	padding-top: 117px;
  background: #fdfaf3;
}
.top_doctor .box1{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
}

.doctor_left{
  padding-top: 81px;
  padding-right: 30px;
}

.top_doctor h3{
  padding-bottom: 39px;
  font-size: 22px;
  color: #80b11f;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

.top_doctor .text{
  margin-bottom: 0;
  padding-right: 74px;
  line-height: 2.19;
  letter-spacing: 0.16em;
}

.top_doctor .text p{
  margin-bottom: 0;
}

.doctor_name{
  text-align: right;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2em;
}

.doctor_name span{
  font-size: 17px;
  padding-right: 13px;
}

.top_doctor_carr{
  padding-top: 3px;
  padding-left: 24px;
  color: #80b11f;
  font-size: 14px;
}

.top_doctor_carr li{
  position: relative;
  padding-bottom: 4px;
}

.top_doctor_carr li::before{
  position: absolute;
  content: "";
  left: -18px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #80b11f;
  border-radius: 50%;
}

.doctor_left .btn02{
  padding-right: 76px;
  text-align: right;
  padding-top: 4px;
}


.doctor_right{
  background: #fff;
  padding-bottom: 70px;
}

.best_doctor{
  margin: -98px auto 0;
  font-feature-settings : "palt";

}

.best_doctor_img{
  text-align: center;
  margin-left: 5px;
  margin-bottom: 23px;
}

.best_doctor h4{
  margin-bottom: 5px;
  color: #364084;
  text-align: center;
}

.best_doctor h4 span{
  position: relative;
  font-family: 'Lusitana', serif;
  font-size: 21px;
  letter-spacing: 0.07em;
}

.best_doctor h4 span::after{
  position: absolute;
  right: 0;
  left: 0;
  left: 8px;
  bottom: -4px;
  width: 305px;
  height: 1px;
  margin: auto;
  background: #364084;
  content: "";
}

.best_doctor .text{
  width: 312px;
  margin: auto;
  padding-top: 20px;
  padding-right: 0;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.2em;
  word-break: break-all;
}

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

	.top_medical

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

.top_medical{
  padding-top: 100px;
  padding-bottom: 141px;
}

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

.top_medical_list dl{
  position: relative;
  width: 338px;
  box-sizing: border-box;
	padding-bottom: 30px;
}

.top_medical_list dl::after{
  position: absolute;
  content: "";
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background: url(../images/medical_line.png) repeat-y;
}

.top_medical_list dl:last-child::after{
  display: none;
}

.top_medical_list dt{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  width: 184px;
  height: 184px;
  margin: 15px auto 30px;
  background: #eeebde;
  border-radius: 50%;
}

.top_medical_list dt img{
  width: 90px;
  height: 102px;
}

.top_medical dd h4{
  margin-bottom: 14px;
  text-align: center;
  font-size: 28px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #80b11f;
  line-height: 1;
}

.top_medical dd p{
  width: 70%;
  margin: 0 auto 28px;
  line-height: 2;
}

.top_medical dd .btn02{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
}

.top_medical dd .btn02 a{
  padding: 7px 40px 6px 25px;
}


/*.top_medical_list dl:nth-child(1){
  padding-right: 54px;
}

.top_medical dl:nth-child(1) dd p,.top_medical dl:nth-child(3) dd p{
  width: 100%;
  
}

.top_medical_list dl:nth-child(2),
.top_medical_list dl:nth-child(3){
  width: 402px;
}

.top_medical dl:nth-child(2) dd p,
.top_medical dl:nth-child(3) dd p{
  margin-bottom: 59px;
}

.top_medical_list dl:nth-child(3){
  width: 333px;
  padding-left: 50px;
}

.top_medical dl:nth-child(3) dd p{
  margin-bottom: 88px;
}*/

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

	.top_medical2

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

.top_medical2 h3{
  position: relative;
  padding-top: 73px;
  padding-bottom: 78px;
  background: #E6A448;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}

.top_medical2 h3::after{
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 6px;
  background: url(../images/line_bg01.png) repeat-x;
  content: "";
}
.top_medical2_list{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  align-items: center;
  align-items: -ms-center;
}
.top_medical2_list dl{
  position: relative;
  width: 50%;
  height: 540px;
  overflow: hidden;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  flex-direction: -ms-column;
/*
  justify-content: center;
  justify-content: -ms-center;
*/
  align-items: center;
  align-items: -ms-center;
  
  padding-top: 60px;
  box-sizing: border-box;
}

.top_medical2_list dl:hover::before{
  transform: scale(1.1,1.1);
  transition: ease-in-out 0.3s;
}

.top_medical2_list dl::before{
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top_medical2_img01.png) no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: ease-in-out 0.3s;
}
.top_medical2_list dl:last-child::before{
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top_medical2_img02.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.top_medical2_list dt{
  position: relative;
  margin-bottom: 65px;
  text-align: center;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1;
}

.top_medical2_list dt::after{
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -36px;
  width: 73px;
  height: 8px;
  background: url(../images/top_medicaltit_line.svg) no-repeat;
  content: "";
}

.top_medical2_list dt span{
  display: block;
  margin: 0 auto 20px;
  margin-left: 30px;
}
.top_medical2_list dt span img{
  width: 102px;
  height: 109px;
}

.top_medical2_list dd{
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 2.1;
  z-index: 0;
}

.top_medical2_list dd .btn01{
  margin-top: 30px;
  text-align: center;
}
.top_medical2_list dl:last-child dd .btn01{
  margin-top: 60px;
  text-align: center;
}
/*==================================================================

	$manga

==================================================================*/
body.manga{
  background: #f9f9f9;
}
.flexslider {
  max-width: 600px;
}
.flex-viewport {
  height: inherit;
}
.flex-direction-nav a:before {
  line-height: 1;
}
.flex-control-nav {
  display: none;
}
.slides li.tit {
  text-align: center;
  font-size: 35px;
  width: 90vw;
}
.slides li.tit p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 94%;
  width: 90%;
  margin: auto;
  border: solid 4px #ccc;
  box-sizing: border-box;
  margin-top: 4%;
  text-align: center;
  background: #f1f1f1;
}
.prev_lib {
  font-size: 23px;
  line-height: 1;
  margin-left: 20px;  
  position: absolute;
  bottom: 0;
  left: -10px;
  
}
.prev_lib a {
  display: inline-block;
  background: #e6a42c;
  color: #fff;
 border-radius: 5px 5px 0 0;
  padding: 16px 10px;
  text-align: center;
  box-sizing: border-box;
  height: 65px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
}
.prev_lib .navi_btn {
  padding: 3px 10px;
  vertical-align: bottom;
  background: #76A31D;
   border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  height: 65px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
}
.prev_lib .navi_btn i{
  font-size: .8em;
}
.prev_lib .navi_btn span{
  line-height: 1.5;
  font-weight: 400;
  font-size: .9em;
}
.prev_lib .navi_btn .navi_btn_note{
  padding-bottom: 8px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}
.manga .flexslider {
  margin: auto;
}
.manga .flexslider .slides li img{
  width: 100%;
}
.manga .flexslider .slides li .btn02{
  padding-bottom: 50px;
}
/*.manga .flexslider .slides {
  display: flex !important;
}
.manga .flexslider .slides > li {
  float: none !important;
}
.manga .flex-direction-nav .flex-prev {
  left: auto !important;
  right:  0 !important;
}
.manga .flex-direction-nav .flex-next {
  right: auto !important;
  left:  0 !important;
}
.manga .flexslider:hover .flex-direction-nav .flex-prev {
  text-align: right;
}*/


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

	.top_feature

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

.top_feature{
  padding-top: 64px;
  margin-bottom: 120px;
}

.top_feature h3.tit01{
  margin-bottom: 60px;
}

.top_feature h3.tit01 span img{
  display: block;
  width: 104px;
  height: 90px;
  margin: 0 auto 20px;
  padding-left: 36px;
}

.feature01,.feature02,.feature03,.feature04,.feature05{
  position: relative;
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  /*margin-bottom: 95px;*/
	margin-bottom: 70px;
  padding-bottom: 132px;
}

.top_feature_list .about{
  position: relative;
  width: 536px;
  /*width: 466px;*/
  /*height: 371px;*/
  height: 467px;
  padding: 55px 0 0 75px;
  /*padding: 63px 0 0 78px;*/
  background: rgba(255,255,255,1);
  box-sizing: border-box;
}

.top_feature_list .about::before{
  position: absolute;
  right: -20px;
  top: 164px;
  width: 40px;
  height: 36px;
  background: url(../images/top_feature_about_after.svg) no-repeat;
  content: "";
}

.top_feature_list .about::after{
  /*position: absolute;
  bottom: -17px;
  left: 34px;
  width:441px;
  height: 69px;
  background: url(../images/top_feature_about_before.png) no-repeat;
  content: "";
  z-index: -1;*/
}

.top_feature_list .about p{
  width: 82%;
  line-height: 2.35;
  letter-spacing: 0.12em;
}

.top_feature_list .about h4{
  margin-bottom: 14px;
  font-size: 29px;
  color: #80b11f;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.top_feature_list .icon{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  height: 94px;
  padding: 20px 31px 0 0;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #80b11f;
}

.top_feature_list .icon span{
  width: 93px;
  margin-top: -12px;
  padding-left: 18px;
  
}

.top_feature_list .bg{
  position: absolute;
  top: 46px;
  left: 40px;
  z-index: -2;
}

.top_feature_list .bg_color{
  position: absolute;
  right: 0;
  width: 50%;
  height: calc(100% - 142px/*46px*/);
  margin-top: 46px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  /*background: #f6edd8;*/
  background: #ecf0f3;
  z-index: -3;
}


.feature02{
  flex-direction:row-reverse;
  flex-direction:-ms-row-reverse;
  margin-bottom: 111px;
  padding-bottom: 44px;
}

.feature02 .about{
  width: 538px;
  height: 467px;
  padding: 55px 0 0 75px;
}

.top_feature_list .feature02 .about::before{
  left: -27px;
  top: 210px;
  transform: scale(-1, 1);
  background: url(../images/top_feature_about_after.svg) no-repeat;
}

.feature02 .icon{
  padding: 28px 31px 0 0;
}
.feature02 .icon span{
  width: 107px;
  height: 96px;
}

.feature02 .bg{
  top: 54px;
  right: 45px;
  left: auto;
}

.feature02 .bg_color{
  left: 0;
  height: calc(100% - 54px);
  margin-top: 54px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  /*background: #ecf0f3;*/
  background: #f6ebea;
}

.feature03{
  /*margin-bottom: 0;*/
  padding-bottom: 55px;
}
.feature03 .about{
  /*width: 466px;
  height: 441px;*/
  width: 564px;
  height: 448px;
  padding-top: 50px;
}

.feature03 .about::before{
  top: 200px;
}

.feature03 .icon{
  padding:  12px 20px 0 0;
}
.feature03 .icon span{
  width: 105px;
  height: 95px;
}

.feature03 .bg{
  top: 39px;
}

.feature03 .bg_color{
  /*height: calc(100% - 39px);*/
  height: calc(100% - 56px);
  margin-top: 39px;
  /*background: #f6ebea;*/
  background: #f6edd8;
}
.feature04{
  flex-direction:row-reverse;
  flex-direction:-ms-row-reverse;
  margin-bottom: 111px;
  padding-bottom: 44px;
}

.feature04 .about{
  width: 570px;
  height: 475px;
  padding: 55px 0 0 75px;
}

.top_feature_list .feature04 .about::before{
  left: -27px;
  top: 210px;
  transform: scale(-1, 1);
  background: url(../images/top_feature_about_after.svg) no-repeat;
}

.feature04 .icon{
  padding: 28px 31px 0 0;
}
.feature04 .icon span{
  width: 107px;
  height: 96px;
}

.feature04 .bg{
  top: 54px;
  right: 45px;
  left: auto;
}

.feature04 .bg_color{
  left: 0;
  height: calc(100% - 60px);
  margin-top: 54px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background: #ecf0f3;
}

.feature05{
  /*margin-bottom: 0;
  padding-bottom: 55px;*/
}
.feature05 .about{
  width: 538px;
  height: 371px;
  padding-top: 50px;
}

.feature05 .about::before{
  top: 200px;
}

.feature05 .icon{
  padding:  12px 20px 0 0;
}
.feature05 .icon span{
  width: 105px;
  height: 95px;
}

.feature05 .bg{
  top: 39px;
}

.feature05 .bg_color{
  height: calc(100% - 46px);
  margin-top: 39px;
  background: #f6edd8;
}







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

	.slide

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

#slide{
  border-top: 1px solid #eceae7;
}










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

	$doctor

==================================================================*/
.doctor{
  padding-bottom: 80px;
}
.doctor .doctor_left{
  padding-top: 0;
}

.doctor_carr{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
}
.doctor_carr h4.tit01{
	margin-bottom:32px;
}
.doctor_carr_sec1{
	width: 48%;
	padding: 32px 30px;
	background-color:hsla(80, 61%, 57%, 0.18);
	font-size:14px;
	box-sizing: border-box;
}


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

	.news

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

.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	color:#80b11f;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #e6a448;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px dashed #dcc8ad;
}
/* お知らせの高さ */
.scroll_area{
	height:200px;
}



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

	$access

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

.access .flex_box01{
  margin-bottom: 50px/*80px*/;
}
.access_guide{
  padding: 3%;
  background: #fdfaf3;
  letter-spacing: 0.12em;
}

.illust_map img{
  border: solid 3px #f3a723;
}

.access_guide_tit{
  margin-bottom: 8px;
  font-size: 22px;
  font-family: "fot-tsukuardgothic-std",sans-serif;
  font-weight: 700;
  color: #e6a42c;
}

.access_guide_tit i{
  padding-right: 8px;
}

.access_guide span{
  font-weight: bold;
  color: #80b11f;
}
.access_map{
	margin-bottom:30px/*60px*/;
}
.access_map dt{
	margin-bottom:10px;
}

.access_map dd iframe{
  width: 100%;
  height: 70vh;
  border: none;
}
.access_map dt i{
	margin-right:7px;
  font-size: 18px;
  color: #80b11f;
}
.access .btn02{
	text-align:center;
}
.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}
.guide_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.guide_box dl{
	width: 28%;
	background-color: #f1f5de/*#fdfaf3*/;
	padding: 2%;
	margin: 0 20px 20px 0;
}
.guide_box dl:nth-child(3n){
	margin-right: 0;
}
.guide_box dl dt{
	margin-bottom: 15px;
}
.guide_box dl dd{
	position: relative;
	line-height: 1.8;
	padding-left: 2.3em;
	word-break: break-all;
}
.guide_box dl dd em{ 
	position: absolute;
	left: 0;
	display: inline-block;
	width: 1.8em;
	background: #f3a723;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
}


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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
  padding-bottom: 200px;
}
.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:#80b11f;
}

.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: 20%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 52%;
	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 dashed #c3b493;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	color: #e6a42c;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}

.clinic_sec1{
  width: 70%;
}


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

	$medical

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

.medical .btn02{
  padding-top: 20px;
}

.medical .text{
  margin-bottom: 100px;
}

#medical01{
  margin-top: -100px;
  padding-top: 100px;
}
.medical13_mt{
	margin-top:30px;
}
/*medical16*/
/*medical16*/
/*.medical16_layout dl{
	width: 28%;
    padding: 2% 1.2%;
}*/

.ibd_blog_bnr {
	text-align: center;
	padding: 30px 0 40px;
}
.ibd_blog_bnr a {
	transition: 0.2s ease-in-out;
}
.ibd_blog_bnr a:hover {
	opacity: 0.8;
}
/*==================================================================

	$facilities

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



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
	float:left;
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





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

	$qa

==================================================================*/
.qa1 dl{
  margin-bottom:25px;
  padding-bottom:25px;
  border-bottom:1px solid #ededed;
}
.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: 'Lusitana', serif;
  font-weight: 700;
  font-size:28px;
  color:#80b11f;
  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: 'Lusitana', serif;
  font-weight: 700;
  font-size:28px;
  color: #e5a42c;
  content:"A.";
}

.doctors_bnr {
	text-align: center;
	margin-top: 40px;
}

.doctors_bnr a:hover {
	opacity: 0.8;
}

.doctors_bnr img {
	width: 80%;
}
.doctors,.box2{
	padding-top: 20px;
}
.doctors h3{
	padding-bottom: 10px;
}
.doctor_right.doctors{
	padding-top: 0;
    padding-bottom: 30px;
}
.anchor {
	/*margin-top: -150px!important;
	padding-top: 150px!important;*/
	margin-top: -220px!important;
	padding-top: 220px!important;
}
/*==================================================================

	medical12

==================================================================*/
.medical12_textbox{
	margin-bottom: 30px;
    padding: 35px 10px 20px 45px;
    background-color: #fdfaf3;
}
/*==================================================================

  .breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  margin: 0 auto;
  margin: 10px auto 30px;
  font-size: 14px;
}
.breadcrumbs:last-child {
  margin: 0 auto;
}
.breadcrumbs i {
  /*margin-left: 35px;*/
  margin-right: 5px;
}
.breadcrumbs a{
  color: #e6a42c;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
 content: ">";
  padding-left: 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li:last-child a{
  color:#d04634 !important;
}
/*==================================================================

  .youtube

==================================================================*/
/* 動画全体の横幅を指定するためのdiv */
.video_wrap {
  max-width: 70%; /* ここに動画の横幅を指定 */
}
.video_wrap.center{
  margin: 0 auto;
}
/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.credit{
    text-align: center;
}
.credit p{
	margin-top: 15px;
    margin-left: 16px;
    letter-spacing: 0.12em;
    font-size: 15px;
}
/*トップページドクター紹介*/
.doctor_specialist{
	background: #fdfaf3;
	padding-top: 50px;
	padding-bottom: 117px;
}
.doctor_specialist .box1{
	display: flex;
	justify-content: center;
	background: #fff;
    padding: 70px;
}
.doctor_specialist .box1 .best_doctor{
	margin: 50px 0px 50px 50px;
}
.doctor_specialist .box1 .best_doctor h4{
	text-align: left;
}
.doctor_specialist .box1 .best_doctor .text{
	width: 590px;
}
.doctor_specialist .box1:first-child .best_doctor_img img{
	border: solid 0.5px #c6c6c6
}
.doctor_specialist .box1:nth-child(2){
	margin-top:50px;
}
.doctor_specialist .box1:nth-child(2) .best_doctor{
	margin: 0 30px 0 0;
}
.doctor_specialist .box1:nth-child(2) .best_doctor h4 span{
	font-size: 17px;
}
.doctor_specialist .box1:nth-child(2) .best_doctor h4 span::after{
	width: 340px;
}
.doctor_specialist .box1:nth-child(2) .best_doctor h4 span:nth-child(2)::after{
	display: none;
}
.doctor_specialist .box1:nth-child(2) .best_doctor .text{
	width: 507px;
	margin: 0;
}
.faq_wrap dl {
	margin-bottom: 10px;
}
.faq_wrap dl dd {
    padding: 15px;
}
.faq_wrap dl dt {
    position: relative;
    margin: 0;
    padding: 15px;
    background-color: #f7f7f7;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s;
}
.faq_wrap dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #e0e0e0;
    transition: all .3s ease-in-out;
}
.faq_wrap dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #e0e0e0;
    transition: all .2s ease-in-out;
}
.faq_wrap dl dt.open::before {
    transform: rotate(180deg);
}
.faq_wrap dl dt .faq_q {
    position: relative;
    padding: 0 35px 0 38px;
}
.faq_wrap dl dt .faq_q:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    line-height: 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #e5a42c;
    content: "Q.";
}
.faq_wrap dl dd .faq_a {
    position: relative;
    padding: 0 0 0 35px;
}
.faq_wrap dl dd .faq_a:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    line-height: 1;
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-size: 25px;
	color: #80b11f;
    content: "A.";
}
.nutrition_intro {
	color: #737373;
    font-size: 20px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    text-align: center;
}