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

@font-face {
  font-family: '鉄瓶ゴシック';
  src: url('../font/07TetsubinGothic.woff') format('woff');
  font-display: swap;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
	font-size:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #804e21;
	text-decoration: none;
}
a:hover {
	color:#f4ad25;
}
::selection{
	background-color:#f7ecd7;
}
::-moz-selection{
	background-color:#f7ecd7;
}

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

@media all and (-ms-high-contrast: none){
  body{
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px){
  html,body{
    overflow-x: hidden;
  }
}

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

	header

============================================================================*/
header {
	width:100%;
}
header .inner{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
	position:relative;
	width:1200px;
	margin:auto;
  padding: 30px 37px 0 66px;
  box-sizing: border-box;
}

.header_info{
  color: #895b32;
  font-size: 14px;
}

.header_info .tel{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.header_info .tel a{
  color: #895b32;
}
.header_info .tel span{
  font-size: 17px;
}

.header_btn{
  display: flex;
	display: -ms-flex;
  padding-top: 4px;
}
.header_btn div{
  position: relative;
  width: 168px;
	height: 46px;
  margin-left: 10px;
	border-radius: 10px;
	background-color: rgba(244,173,37,1);
  box-sizing: border-box;
  transition:ease-in-out 0.2s ;
}

.header_btn div:hover{
  background-color: rgba(198,138,22,1.00);
  transition:ease-in-out 0.2s ;
}

.header_btn div::after{
  position: absolute;
  right: 10px;
  top: 18px;
  width: 7px;
	height: 12px;
  background: url(../images/arrow02.png) no-repeat;
  content: "";
}

.header_btn div span img{
  position: absolute;
  left: 12px;
  top: 8px;
  width: 30px;
  height: 30px;
}

.header_btn div a{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  
  width: 100%;
  height: 100%;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  font-family: "UDタイポス58";
  box-sizing: border-box;
}


.header_btn div:last-child{
  background-color: #a4c436;
  transition:ease-in-out 0.2s ;
}

.header_btn div:last-child:hover{
  background-color: #819C24;
  transition:ease-in-out 0.2s ;
}

.header_btn div:last-child span img{
  left: 10px;
  top: 6px;
  width: 36px;
  height: 35px;
}



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

	nav

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

nav {
	width:100%;
	z-index:9999;
}
nav ul{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items:center;
  align-items: -ms-center;

	width:1200px;
	margin: 0px auto 0;
  padding: 0px 36px 0 65px;
	text-align:center;
  box-sizing: border-box;
}
nav li {
	display:inline-block ;
	position:relative;
}
nav li a{
	display: table;
	padding: 0 40px;
	font-size:15px;
	text-align:center;
}
nav li a:hover,
nav li.active2 a{
	color:#1F2774;
}
nav li .icon{
  display: block;
  margin: -8px auto 2px;
  transition: ease-in-out 0.2s;
}

nav li:hover .icon{
  transform: translateY(-6px);
}

nav li:hover span.ja{
  color: rgba(244,173,37,1);
} 
nav li:first-child .icon{
  width: 30px;
  height: 40px;
  background: url(../images/nav01_icon.png) no-repeat;
}

nav li:nth-child(2) .icon{
  width: 38px;
  height: 38px;
  background: url(../images/nav02_icon.png) no-repeat;
}

nav li:nth-child(3) .icon{
  width: 46px;
  height: 41px;
  background: url(../images/nav03_icon.png) no-repeat;
}

nav li:nth-child(5) .icon{
  width: 48px;
  height: 43px;
  background: url(../images/nav04_icon.png) no-repeat;
}

nav li:nth-child(6) .icon{
  width: 37px;
  height: 29px;
   margin: -2px auto 4px;
  background: url(../images/nav05_icon.png) no-repeat;
}

nav li:nth-child(7) .icon{
  width: 52px;
  height: 40px;
  background: url(../images/nav06_icon.png) no-repeat;
}
nav li a span.ja{
  color: #804e21;
	font-size: 14px;
  letter-spacing: 0.00em;
  font-family: "UDタイポス58";
  transition: ease-in-out 0.2s;
}

nav li a span.en{
  display: block;
  line-height: 1;
}

nav li a span.en img{
  display: block;
  margin: auto;
}

nav li.logo {
  margin-top: 0px;
  z-index: 1;
}
nav li h1 img{
  width: 110px;
	height: 110px;
}

/* 間のボーダー */
nav li a::after{
  content: "";
  position: absolute;
  left: -1px;
	top:0;
	bottom:0;
  width: 3px;
	height: 66px;
	background: url(../images/nav_line.png) no-repeat;
}

nav li:last-child a::before{
  content: "";
  position: absolute;
  right: -1px;
	top:0;
	bottom:0;
  width: 3px;
	height: 66px;
	background: url(../images/nav_line.png) no-repeat;
}

nav li:nth-child(4) a::after{
  top: auto;
  bottom: 25px;
}


/* ホバーで出てくるメニュー */
nav ul li div {
	position: absolute;
	display:none;
	width:150%;
	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: #F0F0F0;
}

/* 矢印 */
.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;
  padding-top: 12px;
  background: rgba(255,255,255,0.9);
}

.fixed h1 img{
  width: 90px;
  height: 90px;
}

.fixed h1{
  margin-top: 0px;
  padding-bottom: 12px;
}

/*固定バナー*/
.fix_banner{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  
  position: fixed;
  right: 0;
  top: 32vh;
  width: 62px;
	height: 277px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background-color: #f4ad25;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
	font-size: 20px;
  font-family: "UDタイポス58";
  box-sizing: border-box;
  letter-spacing: 0.08em;
  z-index: 3;
}

.fix_banner a{
  color: #fff;
}

.fix_banner span{
  padding-bottom: 14px;
  padding-left: 8px;
}
.fix_banner img{
  width: 29px;
  height: 40px;
}

.fix_banner:hover{
  background-color: #CE921E; 
}


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

	#mainvisual

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

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
.mainvisual_wrap{
  background:url(../images/under_mainvisual.png) no-repeat center bottom,url(../images/mainvisual_wrap_bg.png) no-repeat center bottom;
  height: 460px;
}
#mainvisual{
	display:block;
	position:relative;
	height: calc(460px - 194px);
}

#mainvisual::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 27px;
    width: 100%;
    background: url(../images/line_bg01.png) repeat-x;
}
#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;
  right: 0;
  left: 0;
	top:187px;
  text-align: center;
  z-index: 1;
}

.mainvisual_open01{
	position:absolute;
	top: 334px;
  right: 254px;
  z-index: 1;
}

.mainvisual_open02{
	position:absolute;
	top: 530px;
  right: 323px;
  z-index: 1;
}

/*top_news*/

.top_news{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  align-items: center;
  align-items: -ms-center;
  
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 120px;
  border-radius: 20px;
	background-color: #fff;
}

/* お知らせの高さ */
.scroll_area{
	height:120px;
  padding: 0 3% 0 4%;
}

.top_news h3{
  width: 19.5%;
  padding: 2.5% 0px;
  border-right: 3px solid #804e21;
  text-align: center;
  color: #804e21;
	font-size: 28px;
	font-weight: 700;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.14em;
}
.top_news h3 span img{
  width: 128px;
  height: 62px;
}

.top_news_flame{
  width: 80.5%;
}

.news_text .ticker li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 840px;
}
.news_text .ticker a{
  color: #000000;
}
.news_text span{
  padding-right: 20px;
  font-size: 16px;
	font-weight: 500;
	color: #d08f42;
  line-height: 1;
}
.news_text .line span{
  padding-right: 0px;
}

.ticker li {
  margin-bottom: 20px;
}

/*MV*/

#slick{
  position: absolute;
  top:-22px;
  width: 100%;
  overflow: hidden;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.73);
  transform-origin: 100% 50%;
}  
.slick-current {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.slick-current + .slick-slide {
  transform-origin: 0 50%;
}
/* 下層ページの見出し */
.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-size: 48px;
	color: #fff;
  font-family: "DSきりぎりす","DS-kirigirisu";
  text-shadow: #483f2f 0 0 5px;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-shadow: #483f2f 0 0 5px;
}

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

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






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

	#contents

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

main{
	display:block;
}
#container{
}

#contents{
	position:relative;
	width:1080px;
	margin:0 auto;
}

#contents section:last-child{
  padding-bottom: 160px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



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







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

	$footer

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

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

footer::before{
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  width: 100%;
  height: 27px;
  margin: auto;
  background: url(../images/line_bg02.png) repeat-x;
}

.footer_top{
  position: relative;
  background: url(../images/footer_bg.png) center center no-repeat;
  background-color: #8a5b32;
  padding-top: 115px;
  padding-bottom: 133px;
}

.footer_top_inner{
  position: relative;
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  
  width: 1040px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
  z-index: 2;
}

.footer_logo{
  position: absolute;
  right: 0;
  top: -70px;
  left: 0;
  text-align: center;
  z-index: 1;
}

.footer_logo img{
  width: 184px;
	height: 184px;
}

.google_map,.footer_info{
  width: 50%;
  height: 560px;
}

.googlemap_inner{
  position: relative;
  height:100%;
  border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
  overflow: hidden;
}

.googlemap_btn{
  bottom: 30px;
  right: -180px;
  position: absolute;
  position: absolute;
}

.googlemap_btn a{
  display: block;
}
.googlemap_btn img{
  width: 50%;
}

.google_map::before{
  content: "";
  position: absolute;
  top: -130px;
  left: -80px;
  width: 314px;
	height: 256px;
  background: url(../images/footer_left_top.png) no-repeat;
  z-index: -1;
}

.google_map::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 313px;
	height: 247px;
  background: url(../images/footer_left_bottom.png) no-repeat;
  z-index: -1;
}
.google_map iframe{
  border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
  border: none;
}

.footer_info{
  padding: 62px 68px 0;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.footer_info::before{
  content: "";
  position: absolute;
  top: -130px;
  right: -80px;
  width: 314px;
	height: 256px;
  background: url(../images/footer_right_top.png) no-repeat;
  z-index: -1;
}

.footer_info::after{
  content: "";
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 313px;
	height: 247px;
  background: url(../images/footer_right_bottom.png) no-repeat;
  z-index: -1;
}



.fotter_tit{
  margin-bottom: 6px;
  border-bottom: 1px solid #d49c31;
  padding-bottom: 14px;
  color: #804e21;
	font-size: 19px;
  font-family: "鉄瓶ゴシック";
  letter-spacing: 0.02em;
  text-align: center;
}

.footer_info .fotter_tit:nth-child(2){
  padding-bottom: 7px;
  margin-bottom: 23px;
}


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


/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	float:right;
	width:506px;
	font-size:14px;
	margin-top:4px;
}
.schedule table{
	width:100%;
  border: 1px solid #d49c31;
  font-size: 13px;
}
.schedule table tr:first-child td{
  color: #fff;
  font-size: 13px;
  background: #d49c31;
  padding:3px 8px 3px 8px;
  text-align: center;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	font-size: 14px;
  margin-bottom: 9px;
}
.schedule_note li{
	letter-spacing: 0.2em;
}
.schedule_note li:first-child {
  margin-bottom: 7px;
}

.schedule_note li:first-child span{
  color: #d49c31;
  padding-right: 6px;
}

.schedule_note li:last-child span{
  color: #804e21;
  margin-left: -10px;
}

.footer_info dl{
  display: flex;
	display: -ms-flex;
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.footer_info dl dt{
  width: 21%;
}

.footer_tel a{
  color: #d49c31;
	font-size: 24px;
	font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
}

.footer_tel span img{
  position: relative;
  top: -6px;
   width: 16px;
	height: 18px;
  margin-right: 12px;
}
.footer_tel .footer_tel_text {
    display: block;
}
.footer_parking{
  border: 2px solid #d49c31;
  margin-top: 13px;
  padding: 1px 0;
  border-radius: 3px;
  color: #d49c31;
	font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* フッターのナビ */

.footer_navi{
  position: relative;
}
.footer_navi {
	width:100%;
	z-index:9999;
  padding-top: 50px;
  padding-bottom: 42px;
}
.footer_navi ul{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items:center;
  align-items: -ms-center;

	width:1200px;
	margin: 0px auto 0;
  padding: 0px 36px 0 65px;
	text-align:center;
  box-sizing: border-box;
}
.footer_navi li {
	display:inline-block ;
	position:relative;
}
.footer_navi li a{
	display: table;
	padding: 0 43px;
	font-size:15px;
	text-align:center;
}
.footer_navi li a:hover,
.footer_navi li.active2 a{
	color:#1F2774;
}
.footer_navi li .icon{
  display: block;
  margin: -8px auto 2px;
}
.footer_navi li:first-child .icon{
  width: 30px;
  height: 40px;
  background: url(../images/nav01_icon.png) no-repeat;
}

.footer_navi li:nth-child(2) .icon{
  width: 38px;
  height: 38px;
  background: url(../images/nav02_icon.png) no-repeat;
}

.footer_navi li:nth-child(3) .icon{
  width: 46px;
  height: 41px;
  background: url(../images/nav03_icon.png) no-repeat;
}

.footer_navi li:nth-child(4) .icon{
  width: 48px;
  height: 43px;
  background: url(../images/nav04_icon.png) no-repeat;
}

.footer_navi li:nth-child(5) .icon{
  width: 37px;
  height: 29px;
   margin: -2px auto 4px;
  background: url(../images/nav05_icon.png) no-repeat;
}

.footer_navi li:nth-child(6) .icon{
  width: 52px;
  height: 40px;
  background: url(../images/nav06_icon.png) no-repeat;
}
.footer_navi li a span.ja{
  color: #804e21;
	font-size: 14px;
  letter-spacing: 0.00em;
  font-family: "UDタイポス58";
}

.footer_navi li a span.en{
  display: block;
  line-height: 1;
}

.footer_navi li a span.en img{
  display: block;
  margin: auto;
}

/* 間のボーダー */
.footer_navi li a::after{
  content: "";
  position: absolute;
  left: -1px;
	top:0;
	bottom:0;
  width: 3px;
	height: 66px;
	background: url(../images/nav_line.png) no-repeat;
}

.footer_navi li:last-child a::before{
  content: "";
  position: absolute;
  right: -1px;
	top:0;
	bottom:0;
  width: 3px;
	height: 66px;
	background: url(../images/nav_line.png) no-repeat;
}

/* ページトップ */
.pagetop img{
	width: 62px;
	height: 106px;
}
.pagetop{
	position:absolute;
  bottom: -23px;
  right: 0;
  left: 0;
  width: 62px;
	height: 106px;
	margin: auto;
	cursor:pointer;
  z-index: 1;
	
}
.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{
	margin-bottom:45px;
	text-align: center;
}
.copy small{
	line-height:1;
	color: #804e21;
	font-size: 15px;
	font-style: italic;
  letter-spacing: 0.12em;
  font-family: 'Lato', sans-serif;
}











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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
  position: relative;
	margin-bottom: 50px;
  padding-top: 28px;
	letter-spacing: 0.00em;
	line-height: 1.3;
	color: #804e21;
	font-size: 35px;
  font-family: "DSきりぎりす";
  font-family: "DSきりぎりす","DS-kirigirisu";
	text-align: center;
}

h3.tit01::before{
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  margin:auto;
  width: 53px;
	height: 26px;
  background: url(../images/logo_tit.svg) no-repeat;
}

/* 飾りの英語 */
h3.tit01 span{
	display:block;
	position:relative;
	letter-spacing: 0.0em;
	font-family: 'Playfair Display', serif;
	font-size: 54px;
	font-weight: 700;
	z-index:2;
}

h3.tit01 span::before{
  position: absolute;
  width: 87px;
	height: 79px;
  top: -27px;
  margin-left: -88px;
	background: url(../images/h3_tit01_left.svg) no-repeat;
	content:"";
}

h3.tit01 span::after{
  position: absolute;
  width: 87px;
	height: 79px;
  top: -27px;
  margin-left: -3px;
	background: url(../images/h3_tit01_right.svg) no-repeat;
	content:"";
}

/*しろ*/
h3.tit02 {
  position: relative;
	margin-bottom: 50px;
  padding-top: 28px;
	letter-spacing: 0.00em;
	line-height: 1.3;
	color: #fff;
	font-size: 35px;
  font-family: "DSきりぎりす";
  font-family: "DSきりぎりす","DS-kirigirisu";
	text-align: center;
}

h3.tit02::before{
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  margin:auto;
  width: 53px;
	height: 26px;
  background: url(../images/logo_tit02.svg) no-repeat;
}

/* 飾りの英語 */
h3.tit02 span{
	display:block;
	position:relative;
	letter-spacing: 0.0em;
	font-family: 'Playfair Display', serif;
	font-size: 54px;
	font-weight: 700;
	z-index:2;
}

h3.tit02 span::before{
  position: absolute;
  width: 87px;
	height: 79px;
  top: -27px;
  margin-left: -88px;
	background: url(../images/h3_tit02_left.svg) no-repeat;
	content:"";
}

h3.tit02 span::after{
  position: absolute;
  width: 87px;
	height: 79px;
  top: -27px;
  margin-left: -3px;
	background: url(../images/h3_tit02_right.svg) no-repeat;
	content:"";
}

h4.tit01 {
  display: inline-block;
	position: relative;
	margin-bottom: 18px;
  background:linear-gradient(transparent 70%, #ecd331 0%);
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #804e21;
  font-family: "DSきりぎりす","DS-kirigirisu","漢字タイポス415";
	font-size: 27px;
  letter-spacing: 0.0em;
	text-align:left;
}

h4.tit04 {
  display: inline-block;
	position: relative;
	margin-bottom: 18px;
  background:linear-gradient(transparent 70%, #ecd331 0%);
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #fff;
  font-family: "DSきりぎりす","DS-kirigirisu","漢字タイポス415";
	font-size: 27px;
  letter-spacing: 0.0em;
	text-align:left;
}


h4.tit02 {
	position: relative;
	color: #804e21;
	font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.02em;
  font-family: "鉄瓶ゴシック";
}

h4.tit03 {
  display: inline;
	position: relative;
	margin-bottom: 18px;
  background:linear-gradient(transparent 70%, #ecd331 0%);
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #804e21;
  font-family: "DSきりぎりす","DS-kirigirisu";
	font-size: 27px;
  letter-spacing: 0.0em;
	text-align:left;
}


h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #804e21;
	font-size: 18px;
	font-family: "鉄瓶ゴシック";
}

h5.tit02{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #fff
	font-size: 18px;
	font-family: "鉄瓶ゴシック";
}





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

	共通

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

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

.list01 li{
  padding: 6px 0;
}
.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: 12px 4px 12px 0;
	border-bottom: 1px dashed #8a5b32;
}

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

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

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

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

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

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

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


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
  position: relative;
	display:inline-block;
	padding: 12px 45px 12px 40px;
	border-radius: 10px;
	background-color: rgba(128, 78, 33, 0.92);
	color:#fff;
	font-family: "UDタイポス58";
  letter-spacing: 0.12em;
	transition:ease-in-out 0.2s ;
}

.btn02 a::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 14px;
  background: url(../images/btn_arrow.png) no-repeat;
  width: 5px;
	height: 9px;
  transition:ease-in-out 0.2s ;
}

.btn02 a:hover{
	background-color: rgba(96,53,14,0.92);
}

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

/*ボタン 背景オレンジ 文字白抜き*/
.btn04{
	display: flex;
    flex-wrap: wrap;
}
.btn04 a{
  position: relative;
	display:inline-block;
	padding: 12px 40px;
	border-radius: 10px;
	background-color: #DB8D00;
	color:#fff;
	font-family: "UDタイポス58";
  letter-spacing: 0.12em;
	transition:ease-in-out 0.2s ;
	margin: 0.5em;
}
/*.btn04 a::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 14px;
  background: url(../images/btn_arrow.png) no-repeat;
  width: 5px;
	height: 9px;
  transition:ease-in-out 0.2s ;
}*/
.btn04 a:hover{
	background-color: #FFFFFF;
	color: #DB8D00;
}
/*.btn04 a:hover::after{
  right: 8px;
	color: #DB8D00;
}*/

.btn04 a:nth-child(2){
	background-color: #009500;
}
.btn04 a:nth-child(2):hover{
	background-color: #FFFFFF;
	color: #009500;
}
.btn04 a:nth-child(3){
	background-color: #d5ca07;
}
.btn04 a:nth-child(3):hover{
	background-color: #FFFFFF;
	color: #d5ca07;
}

/* 画像を右寄せ　※画像サイズは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;
}


/*リンクなし*/

.no_link{
  pointer-events: none;
  opacity: 0.5;
}








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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:5px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #d49c31;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th:first-child{
	background: #804e21;
}
.tb01 th{
	padding:6px 18px 0px 18px;
	line-height:1;
	white-space:nowrap;
	text-align:center;
  color: #fff;

}
.tb01 td{
	padding:7px 10px 6px 10px;
  color: #d49c31;
  font-size: 16px;
  text-align: center;
}


/*医院概要*/
.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: 6px;
	border-collapse: separate;
	background-color: #a4c336;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	width: 18%;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #fff;
	background-color: #8a5b32;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
}
.tb03_red th {
	background-color: #d06431;
}

.tb04{
	border-spacing: 0;
	text-align: center;
	margin: 20px auto;
}
.tb04 td,.tb04 th{
	border:#d1c5bb 1px solid;
	line-height:1.4;
	/*font-size:15px;*/
	vertical-align:top;
}
.tb04 th{
	padding:8px;
	white-space:nowrap;
	text-align:center;
	font-weight: normal;
	color:#333;
	background-color:#f9d694;
}
.tb04 td{
	padding:8px 0;
	padding-right:0 !important;
	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;
}


#medical01,#medical02,#medical03,#medical04,#medical05,#medical06,#medical07,#medical08,#medical09,#dermatology,#childhood,#skinsurgery{
  margin-top: -160px;
  padding-top: 160px;
}

.anchor {
  margin-top: -160px;
  padding-top: 160px;
}

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

	.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:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	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:#C3AF97;
}
.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:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




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

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout04 dt,
.layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.layout04 dt img{
	width:100%;
}
.layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.layout04 dd h5{
	color: #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:#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:1200px;
	margin:0 auto 100px;
}
.box2{
  padding-top: 120px;
	padding-bottom: 100px;
}

.box_bg1{
  padding-top: 120px;
  padding-bottom: 100px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #a4c436;
  color: #fff;
}

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

.flex_box02{
  display: flex;
	display: -ms-flex;
}

.flex_box03{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}


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

	.top_content

==================================================================*/
.top_concept{
  position:relative;
  padding-top: 247px;
  padding-bottom: 130px;
  background: url(../images/concept_bg.png) no-repeat center bottom;
  background-size: cover;
  background-color: #804e21;
}

.top_concept::before{
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/concept_bg_owl.png) no-repeat;
  width: 686px;
  height: 682px;
}

.top_concept .box1{
  padding-top: 33px;
  padding-bottom: 112px;
  background: #fff;
}

.top_concept h3.tit01::before{
  display: none;
}

.owl_wing_left{
  position: absolute;
  top: -115px;
  left: 230px;
}

.owl_wing_right{
  position: absolute;
  top: -108px;
  right: 234px;
}

.top_concept .box1::before{
  position: absolute;
  top: 60px;
  left: 40px;
  width: 156px;
	height: 263px;
  background: url(../images/concept_bg_left.png) no-repeat;
  content: "";
}

.top_concept .box1::after{
  position: absolute;
  top: 60px;
  right: 40px;
  width: 156px;
	height: 263px;
  background: url(../images/concept_bg_right.png) no-repeat;
  content: "";
}

.top_concept .text{
  position: relative;
  right: 15px;
  width: 805px;
  margin: auto;
}

.top_concept .text .en_tit{
  position: absolute;
  top: 43px;
  right: 52px;
}

.concep_box{
  display: flex;
	display: -ms-flex;
  margin-top: 82px;
  padding-left: 63px;
}
.concep_img{
  width: 283px;
	height: 272px;
}

.concep_description{
  margin-left: 40px;
  margin-top: -3px;
}
.concep_description dl{
  display: flex;
	display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  margin-bottom: 13px;
  font-size: 18px;
}

.concep_description dl dt{
  margin-right: 34px;
  color: #f6a867;
  line-height: 1;
	font-size: 50px;
  font-family: "DSきりぎりす","DS-kirigirisu";
}
.concep_description dl dd {
  letter-spacing: 0.0em;
  line-height: 2.1;
}

.concep_description dl dd span{
  color: #f6a867;
	font-size: 22px;
	font-weight: 700;
}

.concep_description dl:nth-child(2) dt,.concep_description dl:nth-child(2) dd span{
  color: #e5708c;
}

.concep_description dl:nth-child(3) dt{
  margin-top: -6px;
}
.concep_description dl:nth-child(3) dd{
  line-height: 1.8;
}
.concep_description dl:nth-child(3) dt,.concep_description dl:nth-child(3) dd span{
  color: #a4c436;
}


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

	.top_content

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

.top_content{
  padding-top: 125px;
  padding-bottom: 140px;
}

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

.medical_nav{
  width: 260px;
  padding-top: 6px;
}

h3.medical_nav_tit{
  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;
  
  width: 258px;
	height: 114px;
  margin-bottom: 12px;
  background: url(../images/medical_nav_tit_bg.svg) no-repeat;
}
.medical_nav_tit span{
  margin-top: -14px;
  margin-bottom: 8px;
}
.medical_nav_tit span img{
  display: block;
  width: 31px;
  height: 42px;
  margin: auto;
}

.medical_nav dl{
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  
  position: relative;
  width: 260px;
	height: 90px;
  margin-bottom: 10px;
	border-radius: 10px;
  background-color: rgba(128, 78, 33, 0.8);
}

.medical_nav dl:hover{
  opacity: 0.8;
}

.medical_nav dl::after{
  position: absolute;
  right: 15px;
  width: 9px;
	height: 15px;
  background: url(../images/arrow03.png) no-repeat;
  transition:ease-in-out 0.2s ;
  content: "";
}

.medical_nav dl:hover::after{
  right: 8px;
  transition:ease-in-out 0.2s ;
}

.medical_nav dl dt{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  
  width: 76px;
	height: 76px;
  margin: 0 17px;
	border-radius: 50%;
	background-color: #804e21;
}

.medical_nav dl dt img{
  width: 38px;
	height: 39px;
}
.medical_nav dl dd{
  color: #ffffff;
}
.medical_nav dl dd h4{
	font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}
.medical_nav dl dd span{
  display: block;
  font-size: 12px;
	font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/*2番目*/
.medical_nav a:nth-child(3) dl{
  background-color: rgba(214, 106, 129, 0.8);
}
.medical_nav a:nth-child(3) dl dt{
  background-color: rgba(218, 72, 101, 0.43);
}
.medical_nav a:nth-child(3) dl dt img{
  width: 32px;
	height: 30px;
}

/*3番目*/
.medical_nav a:nth-child(4) dl{
  background-color: #3da5a0;
}
.medical_nav a:nth-child(4) dl dt{
  background-color: #398b84;
}
.medical_nav a:nth-child(4) dl dt img{
  width: 35px;
	height: 39px;
}

/*4番目*/
.medical_nav a:nth-child(5) dl{
  background-color: #9bc248;
  background-color: #efd202;
  margin-bottom: 40px;
}
.medical_nav a:nth-child(5) dl dt{
  background-color: #5b8426;
  background-color: #bfa804;
}
.medical_nav a:nth-child(5) dl dt img{
  width: 38px;
	height: 39px;
}

/*5番目*/
.medical_nav a:nth-child(6) dl{
  background-color: #ffffff;
  border: 1px solid #e0d7bc;
}

.medical_nav a:nth-child(6) dl::before{
  position: absolute;
  top: -20px;
  width: 100%;
  height: 1px;
  background-color: #e0d7bc;
  content: "";
}
.medical_nav a:nth-child(6) dl dt{
  background-color: #d06431;
}
.medical_nav a:nth-child(6) dl dt img{
  width: 40px;
	height: 40px;
}

.medical_nav a:nth-child(6) dl dd{
  color: #d06431;
}

.medical_nav a:nth-child(6) dl::after{
  background: url(../images/arrow04.png) no-repeat;
}

/*top_doctor*/

.top_doctor{
  width: 880px;
}

.top_doctor h3.tit01{
  margin-bottom: 40px;
}

.top_doctor h4.tit02{
  letter-spacing: 0.07em;
  margin-bottom: 61px;
}

.top_doctor .text{
  line-height: 2.25;
  letter-spacing: 0.02em;
  font-feature-settings : "palt";
}

.top_doctor .text p{
  margin-bottom: 10px;
  text-indent: 1em;
}

.top_doctor .text_left{
  width: 521px;
}

.top_doctor .text_left .flex_box01{
  margin-top: 26px;
}

.top_doctor .text_left p:nth-child(1){
  text-indent: 1em;
  margin-bottom: 0;
}

.top_doctor .text_left .btn02 a{
  padding: 5px 45px 5px 40px;
}
.top_doctor .text_left .btn02 a::after{
  top: 18px;
}

.doctor_name{
  color: #8a5b32;
	font-size: 18px;
  font-family: "UDタイポス58";
  text-align: right;
  letter-spacing: 0.12em;
  line-height: 1.38;
}

.doctor_career{
  width: 300px;
  margin-top: 82px;
}
.doctor_career dt{
  margin-bottom: 14px;
  border-radius: 10px;
	background-color: #d58731;
  text-align: center;
  color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}

.doctor_career dd{
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.8;
}

.doctor_career:nth-child(2) dd{
  margin-bottom: 10px;
}

.doctor_career ul li{
  display: inline-block;
}

.doctor_career:nth-child(2) dd ul li:nth-child(2){
  margin-right: 37px;
}


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

	.top_medical

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

.top_medical{
}
.top_medical .text p{
	text-align:center;
}
.top_medical_list{
}
.top_medical_list a{
	display:block;
	float:left;
	width:22.6%;
	margin-right:3.2%;
	margin-bottom:20px;
	text-align:center;
}
.top_medical_list a:nth-child(4n){
	margin-right:0;
}
.top_medical_list dl{
	width:100%;
}
.top_medical_list dl dt{
	margin-bottom:7px;
}
.top_medical_list dl dd{
	font-weight:bold;
}



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

	.top_problem

==================================================================*/
.top_problem::before{
  content: "";
  position: absolute;
  top: -27px;
  height: 27px;
  width: 100%;
  background: url(../images/line_bg01.png) repeat-x;
}
.top_problem{
  position: relative;
  padding-top: 125px;
  padding-bottom: 376px;
  background: url(../images/problem_bg_bottom.png) center bottom no-repeat;
  background-color: #a4c436;
}

.top_problem::after{
  content: "";
  position: absolute;
  background: url(../images/lin)
}

.top_problem h3.tit02{
  margin-bottom: 82px;
}

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

.top_problem_list_box{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  width: 31.2%;
  margin-bottom: 72px;
}

.top_problem_list img{
  width: 118px;
  height: 118px;
}

.top_problem .no_link{
  transition:0.2s ease-in-out;
  opacity: 0.5;
}

.btn03{
  width: 88px;
  height: 26px;
  margin: 8px auto 0;
  border:2px solid #fff;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 0.0em;
  font-size: 15px;
  
}

.btn03:hover{
  background: #f4ad25;
}

.btn03 a{
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 8px 0 0;
}

.btn03 a::after{
  content: "";
  right: 9px;
  position: absolute;
  background: url(../images/arrow02.png) no-repeat;
  width: 7px;
  height: 12px;
  transition:0.2s ease-in-out;
}

.btn03:hover a::after{
  right: 5px;
}

.top_problem_list_box .right_box{
  width: 240px;
  margin-top: -10px;
}

.top_problem_list_box .right_box h4.tit03{
  color: #fff;
}

.top_problem_list_box .right_box p{
  margin-top: 8px;
  color: #fff;
  letter-spacing: 0.0em;
}




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

	.top_features

==================================================================*/
.top_features{
  padding-top: 100px;
  padding-bottom: 75px;
}

.top_features h3.tit01{
  letter-spacing: -0.06em;
  margin-bottom: 80px;
}

.top_features_list{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}
.top_features_list dl{
  width: 31.5%;
  margin-bottom: 40px;
}

.top_features_list dt{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  
  position: relative;
  width: 258px;
	height: 114px;
  margin: auto;
  padding-top: 36px;
  background: url(../images/features_tit_bg01.svg) no-repeat;
  color: #ffffff;
  text-align: center;
	font-size: 28px;
  line-height: 1;
  font-family: "DSきりぎりす","DS-kirigirisu";
  box-sizing: border-box;
}

.top_features_list dd{
  margin-top: -64px;
}

.top_features_list dd p{
  margin-top: 30px;
  letter-spacing: 0.02em;
}

.top_features_list dl:nth-child(2) dt{
  margin-top: 70px;
  padding-top: 26px;
  background: url(../images/features_tit_bg02.svg) no-repeat;
}

.top_features_list dl:nth-child(3) dt{
  padding-top: 26px;
  background: url(../images/features_tit_bg03.svg) no-repeat;
}

.top_features_list dl:nth-child(4) dt{
  background: url(../images/features_tit_bg04.svg) no-repeat;
}

.top_features_list dl:nth-child(5) dt{
  margin-top: 70px;
  background: url(../images/features_tit_bg05.svg) no-repeat;
}

.top_features_list dl:nth-child(6) dt{
  background: url(../images/features_tit_bg06.svg) no-repeat;
}






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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
}

.top_medical4_list{
	width:980px;
	margin:0 auto;
}
.top_medical4_list dl{
	position:relative;
	float:left;
	width: 270px;
    margin-right:85px;
	margin-bottom:112px;
	text-align:center;
}
.top_medical4_list dl:nth-child(3n){
	margin-right:0;
}
.top_medical4_list a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical4_list dt img{
	width:100%;
	border-radius:100%;
}
.top_medical4_list dd h4{

	position:absolute;
	left:-6px;
	top:0;
		font-size:21px;
}
.top_medical4_list dd p{
		position:absolute;
	left:-6px;
	bottom:0;
	font-size:14.5px;
}





















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

	$doctor

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

.doctor_img{
  margin-left: 50px;
}

.doctor_img img{
  border-radius: 16px;
}

.doctor_img dt{
  margin-bottom: 20px;
}

.doctor_greet .text{
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 0;
  text-indent: 1em;
}

.doctor_greet .text p.no_mb{
  margin-bottom: 0;
}

.doctor_greet .doctor_name{
  padding-top: 40px;
}

.doctor_carr h4.tit01{
	margin-bottom:7px;
}

.doctor_carr{
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
}
.doctor_carr h4.tit01{
	margin-bottom:14px;
}
.doctor_carr_sec1{
	width: 46%;
	padding: 32px 30px;
  border-radius: 18px;
	background-color:#f7f7f7;
	font-size:14px;
	box-sizing: border-box;
}



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

	.news

==================================================================*/
.news_text_wrap{
  background: #fff;
  border-radius: 18px;
  padding: 6%;
  color: #333;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
/* 日付 */
.date{
	margin-right:10px;
	color: #C0AB92;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}

.news_img{
width: 70%;
}


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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}


.access_map dd iframe{
  border:none;
  width: 51%;
  height: 651px;
}

.access_img{
	width: 47%;
  display: flex;
  flex-direction: column;
}

.access_img img{
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

.access_img img:first-child{
  margin-bottom: 22px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}



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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
  padding-bottom: 16px;
}
.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:#7f4f21;
}

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



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

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

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



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

}

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



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

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

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

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

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

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

.flexslider .flex-control-thumbs img{
  border: 5px solid #fff;
}




/* 医院概要 */

.clinic_sec1{
	position:relative;
  width: 70%;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom: 1px solid rgba(128, 78, 33, 0.3);
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:bold;
	color: #d58731;
}
.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 .schedule li:first-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.clinic_tel_text {
    display: inline-block;
}




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

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


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

	$その他

==================================================================*/
.row2 div{
  width: 46%;
}

.row2 h5{
  text-align: center;
}
.row2 .img{
  margin: 0 auto 20px;
  text-align: center;
}

.recruit_text{
  padding: 3% 4%;
  background:#fff;
  border-radius: 18px;
  color: #333333;
}

.recruit_text dl{
  display: flex;
	display: -ms-flex;
  
  padding: 12px 0;
  border-bottom: 1px dashed #8a5b32;
}
.recruit_text dt{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;

  width: 12%;
  padding: 3px 0;
  margin-right: 2%;
  border-radius: 3px;
  background: #d58731;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.recruit_text dd{
  height: 100%;
}

.recruit_large {
	font-size: 1.12em;
}

.recruit_strong {
	color: #804e21;
	font-weight: bold;
}

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

	$qa

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



.qa1 dl dt{
background: url(../images/qa01.png) no-repeat top left;
padding-left: 64px;
min-height: 55px;
margin-bottom: 12px;
letter-spacing: 0.1em;
color: #804e21;
font-size: 18px;
font-family: "鉄瓶ゴシック";
line-height:2.4;
}

.qa1 dl dd{
	color:#333;
	background: #fff;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 50px;

}

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

	$cosme

==================================================================*/
.cosme_note{
	color: #c50000;;
}
.doc_cosme_img2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 50px;
}
.doc_cosme_img2 div:first-child{
	width: 55%;
}

.doc_cosme_img2 div:last-child{
	width: 37%;
}
.doc_cosme_img2 p{
	text-align: center;
}
.doc_cosme_img2 img{
	width: 100%;
	margin-top: 20px;
}