@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:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:1.7px;
	text-align:justify;
  color: #595656;
}
a {
	color: #9c771d;
	text-decoration: none;
}
a:hover {
	color:#90c31f;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

body,
#mainvisual .inner,
header,
footer{
	min-width:1080px;
}



/*============================================================================

	header

============================================================================*/




/*============================================================================

	nav

============================================================================*/

nav {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
nav ul{
  display: flex;
  justify-content: space-between;
	width: 865px;
	height: inherit;
	text-align:center;
  margin-left: 15px;
}
nav li {
	
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	font-size:18px;
	font-weight:bold;
	text-align:center;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #533927;
  padding-top: 25px;
}
nav li a::before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  background: url(../images/nav_seed.png) top center no-repeat;
  margin: auto;
  width: 15px;
  height: 23px;
  content: "";
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;

}
nav li:nth-child(1) a::before {
  background: url(../images/h3_bg.png) top center no-repeat;
  width: 37px;
}
nav li a:hover {
  color: #533927 !important;
}
nav li a:hover::before {
  top: -19px;
}


nav li a:hover,
nav li.active2 a{
	color: #533927 !important;
}
nav li a span{
	position:relative;
}




nav > ul > li > a > i {
  display: block;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #90c31f;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 10px;
}

/* ホバーのボーダー */
nav li a span::before{
  position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:2px;
	margin:auto;
	background-color: #9c771d;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}

/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:300px;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
  z-index: 9;

}
nav ul li div::after {
  display: block;
  clear: both;
  float: none;
  content: "";
}
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:15px;
  color: #533927 !important;
  float: left;
  width: 150px;
  box-sizing: border-box;
}
nav ul li div a:nth-child(even) {
  border-left: solid 1px #f1f1f1;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}
nav ul li div a i{
    color: #533927 !important;
}
/* 矢印 */
.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%;
}
/* スクロールで追加されるクラス */
nav.fixed{
	position:fixed;
	top:0;
	left:0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  z-index: 99;
  padding-bottom: 15px;
}
/* IE対応 */
@media all and (-ms-high-contrast:none){
nav.fixed{
	position:fixed;
    width: 100%;
	top:0;
	left:0;
  right: 0;
  margin: auto;
    max-width: 1200px;
  margin-top: 20px;
  z-index: 99;
  padding-bottom: 15px;
}
}
nav.fixed::after {
  position: absolute;
  top: -20px;
  left: -50%;
  height: 120%;
  width: 300%;
  content: "";
  background: rgba(255,255,255,0.7);
  z-index: -1;
}
.nav_tel {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  margin-top: 35px;
  letter-spacing: 1.8px;
}
.nav_tel a {
  position: relative;
  color: #595656 !important;
  padding-left: 50px;
}
.nav_tel a::before {  
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../images/tel_ico_ham.png) center center no-repeat;
  width: 40px;
  height: 52px;
  content: "";
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.nav_tel a:hover::before {
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  top: -10px;
}

/*============================================================================

	#mainvisual

============================================================================*/
.mv_logo {
 position: absolute;
 top: 30px;
 left: 30px;
}
.mv_logo img {
  width: 220px;
  height: auto;
}

.mv_reserve{
    position: absolute;
    top: 50px;
    right: 10px;
}
.mv_reserve img{
    animation: fuwafuwa 4s infinite linear alternate; 
    z-index: 999; 
}
.mv_reserve a:hover{
    opacity: 0.7;
    transition: 0.5s;
}

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
	display:block;
	position:relative;
	height: 440px;
	background-image:url(../images/main01.png);
	background-color:#f0f0f0;
	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 h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	top:120px;
}
.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);
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position:absolute;
	top: 150px;
	right: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
	font-weight:bold;
	font-size: 27px;
	color: #595656;

}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #90c31f;
    text-align: center;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
}

/* 飾りの英語の棒 */
.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;
  overflow: hidden;
}
#container{
	padding-top:35px;
	padding-bottom: 60px;
}

#contents{
  position:relative;
  width: 95%;
  max-width: 1200px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 50px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



#contents_left{
	float:left;
	width:820px;
}
#contents_left .box2 {
  width: 100%;
}
#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:#9c771d;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
  border: solid 1px #9c771d;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.right_medical h3 a:hover{
	background-color:#fff;
	color:#9c771d;
  border: solid 1px #9c771d;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{
  
  border-bottom: solid 1px #9c771d;
}
.right_medical li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.1em;
}
.right_medical li a:hover::before {
  position: absolute;
  left: -4px;
  top: -3px;
  background: url(../images/haburashi_ico.svg) center center no-repeat;
  width: 32px;
  height: 45px;
  content: "";
}
.right_medical li:last-child{
	margin-bottom:0;
  border: none;
}
.right_medical img{
	width:100%;
}







/*============================================================================

	$footer

============================================================================*/
.footer_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 1200px;
  width: 1200px;
  margin: auto;
}
.footer_left {
  width: 560px;
}

.footer_info dt {
  float: left;
}
.footer_info {
  margin-bottom: 30px;
}
.footer_info dd.tel{
  padding-top: 30px;
  position: relative;
  left: -15px;
}
.footer_info dd {
  padding-left: 220px;
}
.footer_info dd.tel a {
  position: relative;
  color: #595656 !important;
  padding-left: 65px;
  font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 39px;
    line-height: 1;
    margin-top: 35px;
    letter-spacing: 1.8px;
}

.footer_info dd.tel a::before {
position: absolute;
  left: 0;
  top: -5px;
  background: url(../images/tel_ham.svg) center center no-repeat;
  width: 48px;
  height: 63px;
  content: "";
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.footer_info dd.add {
  margin-top: 48px;
  letter-spacing: 0;
}

.access_info dt {
  position: relative;
  font-size: 20px;
  color: #9c771d;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
  letter-spacing: 0;
}
.access_info dt::before {
  position: absolute;
  right: 0;
  top: 20px;
  width: 84%;
  height: 1px;
  background: #9c771d;
  content: ""; 
}
.access_info {
  border-bottom: solid 1px #9c771d;
  padding-bottom: 13px;
  margin-bottom: 35px;
}
.access_info dd {
  color: #9c771d;;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  letter-spacing: 0;
  padding-left: 48px;
  padding-top: 11px;
  position: relative;
  margin-bottom: 0 !important;
}
.access_info dd.access_train::before {
  position: absolute;
  left: 4px;
  top: 15px;
  background: url(../images/access_train_icon.svg) top center no-repeat;
  width: 20px;
  height: 24px;
  content: "";
}
.access_info dd.access_bus::before {
  position: absolute;
  left: 2px;
  top: 17px;
  background: url(../images/access_bus_ico.svg) top center no-repeat;
  width: 20px;
  height: 23px;
  content: "";
}





/* ページトップ */

.pagetop{
	position:fixed;
	right: 50px;
  bottom:70px;
	text-align:center;
	cursor:pointer;
  -webkit-animation:fuwafuwa 4s infinite linear alternate;
animation:fuwafuwa 4s infinite linear alternate;
z-index: 999;
	
}
.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{
  width: 100%;
	text-align: center;
  background: #9c771d;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 65px;
  
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:1px;
}






@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -40px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(7deg);}

}



@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -40px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(7deg);}

}




/*==================================================================

	タイトル

==================================================================*/

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.5px;
	line-height: 1.4;
	color: #533927;
	font-size: 26px;
	font-weight:bold;
	text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* 英語表記 */
h3.tit01 i{
	display: block;
  font-size: 14px;
  color: #90c31f;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  position: relative;
  top: 8px;
}
/* 背景画像 */
h3.tit01::before{
	position: absolute;
	width: 37px;
	height: 23px;
	top:-10px;
	right: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/h3_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:100%;
	content: "";
}


/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
	line-height: 1.4;
  padding-bottom: 7px;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #533927;
  padding-left: 60px;
  border-bottom: solid 3px #90c31f;
}

h4.tit01::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/greeting_seed02.png) no-repeat;
  width: 45px;
  height: 25px;
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #533927;
	font-size: 16px;
	font-weight: bold;
}





/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 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: #533927;
	border: 1px solid #533927;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}

/*さんかく*/
.list04{
margin-bottom: 27px;
padding: 35px 10px 25px 45px;
background-color:#f7eddd;
}
.list04 li{
position: relative;
float: left;
margin-right: 5%;
margin-bottom: 20px;
margin-left: 28px;
border-bottom: 1px dotted #cdcdcd;
list-style-type: none;
}
.list04 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: '';
}



/*やじるし*/
.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:#e7f2ce;
}
.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: #533927;
	border: 1px solid #533927;
	border-radius: 100%;
}

/* list06 60%のサイズ */
.list06_size_60{
    width: 60%;
}
/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#f7f7f7;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	color:#3D4AA5;
	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
    z-index: 1;
    position: relative;
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #9c771d;
	color:#fff;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
    background: #9c771d;
    border-radius: 30px;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#fff;
	color:#9c771d;;
}


/* 画像を右寄せ　※画像サイズは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;
}




/* アンカーリンク */
#link01,#link02,#link03,#link04{
    padding-top: 200px;
    margin-top: -200px;
}



/*==================================================================

	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個並び */
.ank{
	margin:0 auto 100px;
   position: relative;
    z-index: 1;
}
.ank li{
	display:table;
	position:relative;
	/*float:left;*/
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	/*margin-left:1.33%;*/
	line-height:1.4;
}
.ank li:nth-child(1),
.ank li:nth-child(5),
.ank li:nth-child(9){
	margin-left:0;
}
.ank li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #9c771d;
	font-weight:bold;
	font-size:15px;
	color:#9c771d;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank li a:hover{
	background-color:#9c771d;
	color:#fff;
}
.ank li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}

*[id*="ank0"] {
  margin-top: -170px !important;
  padding-top: 170px !important;
}

.flex_box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}






/*==================================================================

	.layout

==================================================================*/

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
	padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#533927;
	letter-spacing: 0.1em;
	color: #ffffff;
	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:#ffffff;
}
.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:#e7f2ce;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #533927;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#533927;
	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:#e7f2ce;
	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: #533927;
	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:#e7f2ce;
	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:#533927;
	letter-spacing: 0.1em;
	color: #fff;
	font-size:15px;
	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:#fff;
}
.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:#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;
}




/*==================================================================

	box

==================================================================*/

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 60px;
}
.box2{
	position:relative;
	width:1200px;
	margin:0 auto 60px;
}
.text {
	position:relative;
	margin-bottom:70px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor {
  position: relative;
  margin-bottom: 27px;
  padding-top: 60px;
}
.top_doctor::before {
  position: absolute;
  right: -130px;
  top: 30px;
  background: url(../images/turning_wheel.png) no-repeat;
  width: 495px;
  height: 553px;
  content: "";
}
.top_doctor h4 {
  color: #9c771d;
  font-size: 26px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 36px;
  
}
.top_doctor h4::before {
  position: absolute;
  left: -25px;
  top: -20px;
  background: url(../images/greeting_seed01.png) no-repeat;
  width: 45px;
  height: 26px;
  content: "";
}
.top_doctor h4::after {
  position: absolute;
  right: -25px;
  bottom: -10px;
  background: url(../images/greeting_seed02.png) no-repeat;
  width: 45px;
  height: 25px;
  content: "";
}
.top_doctor h4 span {
  display: block;
  font-size: 14px;
  color: #90c31f;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.8px;
  padding-top: 8px;
}
.top_doctor .box2 {  
  display: flex;
  justify-content: space-between;
  margin-top: 68px;

}

.top_doctor_img {
  position: relative;
  padding-top: 15px;
}
.top_doctor_img::before {
  position: absolute;
  top: -115px;
  left: 20px;
  background: url(../images/doctor_img_seed.png);
  width: 91px;
  height: 68px;
  content: "";
}
.top_doctor_greeting {
  width: 708px;
  margin-right: 30px;
  letter-spacing: 0;

}


.top_doctor_greeting div {
  line-height: 1.85;
}

.top_doctor_profile_btn {
  width: 180px;
  height: 45px;
}
.top_doctor_name_wrap {
  display: flex;
  margin-top: 25px;
}
.top_doctor_name {
  color: #90c31f;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 20px;
  line-height: 45px;
}
.under_doctor_name{
    margin-left: 180px;
    margin-right: 0;
}
.top_doctor_profile_btn a {
  display: block;
  line-height: 45px;
  color: #fff;
  background: #90c31f;
  border-radius: 22.5px;
  text-align: center;
}


/*==================================================================

	.top_point

==================================================================*/
.clinic .top_point {
  position: relative;
}
.clinic .box2 {
  margin-top: 90px;
  width: 90%;
  max-width: 980px;
}
.clinic .top_point::before {
  position: absolute;
  top: -20px;
  left: -50%;
  width: 200%;
  height: 102%;
  background: url(../images/st_bg.png); 
  content: "";
}

.top_point {
  padding-top: 80px;
  background: url(../images/st_bg.png);
  padding-bottom: 25px;
}

.top_point h3 span {
  display: block;
  font-size: 20px;
  padding-top: 4px;
  letter-spacing: 0;
}
.top_point h3 strong {
  color: #90c31f;
  font-size: 50px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;
  position: relative;
  top: 1px;
  left: 5px;
}
.top_point h3 i {
  margin-top: 10px;
}
.top_point_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1180px;
  margin: auto;
}
.top_point_list li:nth-child(1),
.top_point_list li:nth-child(2),
.top_point_list li:nth-child(3),
.top_point_list li:nth-child(4) {
  width: 100%;
}
.top_point_list li:nth-child(5),
.top_point_list li:nth-child(6),
.top_point_list li:nth-child(7) {
  width: 360px;
}

.top_point_list li {
  position: relative;
  margin-bottom: 20px;
}
.top_point_list li:first-child {
margin-top: 0;
}
.point_list_img_wrap {
  position: absolute;
  top: 30px;
  
  z-index: 1;
}
.top_point_list li:nth-child(odd) .point_list_img_wrap {
  left: 90px;
}
.top_point_list li:nth-child(even) .point_list_img_wrap {
  right: 80px;
}
.top_point_list_detail {
  position: relative;
  z-index: 2;
  width: 450px;
  height: 250px;
  margin-top: 110px;
}

.top_point_list li:nth-child(odd) .top_point_list_detail{
  margin-left: auto;
}
.top_point_list li:nth-child(even) .top_point_list_detail{
  margin-right: auto;
}


.point_list_num {
  position: absolute;
  top: -110px;
  font-size: 126px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: -5px;
  z-index: -1;
  width: 450px;
}

.point_list_li_mini .point_list_num02 { 
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  position: relative;
  width: 100%;
  text-align: center;
  position: relative;
  color: #533927;
  top: -5px;
}
.point_list_li_mini .point_list_num02::before {
  position: absolute;
  background: #533927;
  top: 12px;
  right: 0;
  width: 85px;
  height: 1px;
  z-index: 5;
  content: "";
}
.point_list_li_mini .point_list_num02 span {
  position: absolute;
  top: -50px;
  left: 8px;
  font-size: 80px;
}
.point_list_li_mini:nth-child(even) .point_list_num02 {
  color: #9e7a21;
}
.point_list_li_mini:nth-child(odd) .point_list_num02 span {
  color: #9e7a21;
	z-index: 10;
}
.point_list_li_mini:nth-child(even) .point_list_num02 span {
  color:  #533927;
  z-index: 10;
}
.point_list_li_mini:nth-child(even) .point_list_num02::before {
  background: #9e7a21;
}

.point_list_li_mini h4 {
  text-align: center;
  font-size: 20px !important;
}
.point_list_li_mini .top_point_list_detail_inner {
  width: 310px;
  height: 250px;
  margin: auto;
  position: relative;
  top: -25px;
  padding-top: 20px;
}






.top_point_list li:nth-child(odd) .point_list_num {
  text-align: left;
}
.top_point_list li:nth-child(even) .point_list_num {
  text-align: right;
  right: 10px;
}

.point_list_num span {
  font-weight: 700;
  
  font-size: 14px;
  letter-spacing: 2.4px;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.top_point_list li:nth-child(odd) .point_list_num {
  color: #9e7a21;
}
.top_point_list li:nth-child(even) .point_list_num {
  color: #533927;
}
.top_point_list li:nth-child(odd) .point_list_num span {
  color: #533927;
}
.top_point_list li:nth-child(even) .point_list_num span {
  color: #9e7a21;
}
.top_point_list_detail::before {
  position: absolute;
  
  top: -35px;
  width: 132px;
  height: 1px;
  
  content: "";
}
.top_point_list li:nth-child(odd) .top_point_list_detail::before {
  right: 0;
  background: #533927;
}
.top_point_list li:nth-child(even) .top_point_list_detail::before {
  left: 0;
  background: #9e7a21;
}



.top_point_list_detail_inner {
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
  height: inherit;
  padding: 30px 35px;
  box-sizing: border-box;
}
.top_point_list_detail_inner h4 {
  font-size: 22px;
  color: #90c31f;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
}
.top_point_list_detail_inner p {
  letter-spacing: 1px;
}
.top_point_more_btn {
  position: absolute;
  right: 27px;
  bottom: 13px;
  color: #90c31f;
  font-size: 14px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 60px;
}
.top_point_more_btn::after {
  position: absolute;
  right: 3px;
  top:3px;
  background: url(../images/more_arrow.png) center center no-repeat;
  width: 50px;
  height: 8px;
  content: "";
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:hover .top_point_more_btn::after {
  right: -10px;
}
a .top_point_list_detail_inner p {
  color: #3e3a3a;
}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {
  padding-top: 80px;
  background: url(../images/top_medical_bg.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.top_medical_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1190px;
  margin: auto;
  padding-top: 5px;
}
.top_medical_list li {


  margin-bottom: 28px;
}
.top_medical_list li a {
  display: block;
  width: 263px;
  height: 262px;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
    background: url(../images/top_medical_li_bg.png);
}
.top_medical_list li a:hover {
  top: -15px;
}
.top_medical_list li a h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #90c31f;
}
.top_medical_list li a p {
  color: #595656;
  padding-top: 90px;
  line-height: 1.6;
  position: relative;
}
.top_medical_list li p::before {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  content: "";
}
.top_medical_list li:nth-child(1) p::before {
  

  background: url(../images/top_medical_li_ico01.png) top center no-repeat;
}
.top_medical_list li:nth-child(2) p::before {
  background: url(../images/top_medical_li_ico02.png) top center no-repeat;
}
.top_medical_list li:nth-child(3) p::before {
  background: url(../images/top_medical_li_ico03.png) top center no-repeat;
}
.top_medical_list li:nth-child(4) p::before {
  background: url(../images/top_medical_li_ico04.png) top center no-repeat;
}
.top_medical_list li:nth-child(5) p::before {
  background: url(../images/top_medical_li_ico05.png) top center no-repeat;
}
.top_medical_list li:nth-child(6) p::before {
  background: url(../images/top_medical_li_ico06.png) top center no-repeat;
}
.top_medical_list li:nth-child(7) p::before {
  background: url(../images/top_medical_li_ico07.png) top center no-repeat;
}
.top_medical_list li:nth-child(8) p::before {
  background: url(../images/top_medical_li_ico08.png) top center no-repeat;
}


/*==================================================================

	$doctor

==================================================================*/



.doctor_carr{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.doctor_carr h4.tit01{
	padding-bottom:7px;
}
.doctor_carr_sec1{
	float:left;
	width: 49%;
	padding: 20px 30px;
	background-color:#ffffff;
	font-size:14px;
  box-sizing: border-box;
  border: dotted #90c31f;
 
  
}
.doctor_carr_sec1_none{
    border: none;
}
.doctor_carr_list01 {
 overflow: hidden;
margin-bottom: 50px;
}
.doctor_carr_list01 dt {
  float: left;
}
.doctor_carr_list01 dd {
  position: relative;
  clear: right;
  padding-left: 110px;
  padding-bottom: 15px;
}
.doctor_carr_list01 dd::after {
  position: absolute;
  bottom: 8px;
  width: 150%;
  height: 1px;
  background: #ccc;
  left: -30%;
  content: "";
}
.doctor_carr_list02 {
  margin-bottom: 10px;
}
.doctor_carr_list02 dt {
  font-weight: bold;
  
}
.doctor_flex{
    display: flex;
}
.doctor_flex div:nth-child(1){
    width: 51%;
}
.doctor_box2{
    margin-bottom: 150px;
}
/*==================================================================

	.news

==================================================================*/
.top_news {
  background: url(../images/st_bg.png) repeat;
}
.top_news h3.tit01 {
  position: relative;
  top: 70px;
  left: -15px;
  width: 150px;
  margin-bottom: 40px;
}
.top_news h3.tit01 i {
  top: 0;
}
.top_news .box1{
	display: flex;
  justify-content: space-between;
	margin:0 auto;
}
.top_news_flame{
  width: 80%;
  margin: 45px 0;
  position: relative;
  left: 6px;
}
.news_text{
}
.news_text p {
	margin-bottom:30px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:16px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#9C771E;
}

.news_kobetsu {
  display: flex;
}
/* 日付 */
.date{
	margin-right:10px;
  padding-right: 0px;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:170px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #9c771d !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #9c771d !important;
}

.top_news_more_btn {
  position: absolute;
  left: 30px;
  bottom: 70px;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  
  
}
.top_news_more_btn a {
  display: block;
  color: #fff;
  font-size: 14px;
  border-radius: 12.5px;
  
  background: #90c31f;
}
.top_news_more_btn a:hover {
  background: #9c771d;
}

/*==================================================================

	$first

==================================================================*/
.first h4.tit01 {
  overflow: hidden;
  padding-top: 10px;
}
.first h4.tit01::before {
  top: 10px;
}
.first h4.tit01::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  background: url(../images/seed_hum.svg) bottom center no-repeat;
  width: 40px;
  height: 60px;
  content: "";
}
.first_privacy {
  position: relative;
  margin-top: 140px;
}
.first_privacy .text {
  border: solid 2px #90c31f;
  padding: 20px;
  background: url(../images/st_bg.png);
}
/*==================================================================

	$access

==================================================================*/
.access_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.access_detail > div {
  width: 48%;
}

.access_detail > div iframe {
  width: 100% !important; 
}

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
  text-align: center;
  color: #9c771d;
  font-size: 1.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.access_map{
	
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access_map dd {
  position: relative;
}

.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_info02 {
  border: solid 3px #90c31f;
  padding: 32px;
  margin-top: 32px;
  box-sizing: border-box;
}
.access .btn02 {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.access_info02 i {
  color: #9C771C;
  padding-right: 5px;
  font-size: 1.1em;
}

/*==================================================================

	$clinic

==================================================================*/
.clinic_overview {
  position: relative;
  margin-top: 150px !important;
}
.clinic_overview::before {
  position: absolute;
  top: -60px;
  left: -50%;
  width: 200%;
  height: 120%;
  background: url(../images/st_bg.png);
  content: "";
}

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 10%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  color: #533927;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 li img {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
}




/*==================================================================

	$facilities

==================================================================*/



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
	float:left;
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





/*==================================================================

	$qa

==================================================================*/

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#262E7C;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}

/*==================================================================

	$recruit

==================================================================*/
.recruit_flex{
	display: flex;
/*	justify-content: space-between;*/
    justify-content: center;
	flex-wrap: wrap;
}
.recruit_flex .item .list03 li{
	margin: 0;
}
.recruit_flex .item{
width: 33.5%;
border:#fff0dd 5px solid;
border-radius: 8px;
box-sizing: border-box;
padding: 2% 3%;
background-color:#fdf9f4;
}
.recruit_flex h4{
	font-size: 120%;
	margin:  0 auto;
	border-bottom: dotted 3px #007FC4;
	display: table;
	margin-bottom: 10px;
}


/*==================================================================

	トップページバナー追加

==================================================================*/
.banner_area {
	text-align: center;
}
.btn_img {
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
.btn_img img{
	max-width: 100%;
}
@media screen and (max-width:640px) {
	.btn_img {
		width: 90%;
	}
}




