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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	color:#333;
	font-size:16px;
	font-weight:500;
	line-height:1.9;
	letter-spacing:0.05em;
	text-align:justify;
	/*background: url("../images/design.jpg") top center no-repeat;
	opacity: 0.4;*/
}
a {
	color: #512532;
	text-decoration: none;
}
a:hover {
	color:#ca93a3 ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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


.sp_inline{
  display: none;
}

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

	header

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

header {
	width:100%;
	height:90px;/* navのtopと同じ値にする */
	/*margin-bottom:80px; navのheightと同じ値にする 
	background-color:rgba(0,0,0,0.5);*/
	position: absolute;
    z-index: 9998;
}
header .inner{
	position:relative;
	width:100%;
	display: block;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:0;
}
/* ロゴ */
header .header_logo{
position: absolute;
    top: 40px;
    left: 100px;
	z-index: 1;
}
header .header_logo img{
	/*width:238px;*/
	height:57px;
}

.header_box{
width: 100%;
    display: flex;
    align-items: center;
    height: 90px;
	position: fixed;
}

.header_box .btn02:nth-child(2) {
    position: absolute;
    /*right: 440px;*/
	right: 245px;
	top: 22px;
	display: none;
}

.header_box .btn02:nth-child(3) {
    position: absolute;
    right: 245px;
	top: 22px;
}

.header_box .btn02:nth-child(2) a,
.header_box .btn02:nth-child(3) a{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: 500;
    transition: ease-in-out 0.2s;
    border-radius: 25px;
	background-color: transparent;
}

.header_box .btn02:nth-child(2) a:hover,
.header_box .btn02:nth-child(3) a:hover{
    background-color: #fff;
    color: #333 !important;
}

/* 住所 */
.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
}
.header_info_ad{
}

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

.header_mpcloud_links{
	display: flex;
	float: right;
	margin-left: 20px;
	width: 200px;
}
.header_mpcloud_links a{
	display: block;
	padding: 10px;
	min-width: 100px;
	background-color: rgba(31,39,116,1);
	color: #fff;
	text-align: center;
	border:1px solid #fff;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.header_mpcloud_links a:hover{
	background-color: rgba(31,39,116,0.8);
}

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

	nav

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

.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 230px;
    height: 90px;
    background-color: transparent;
}
.menu-trigger:hover {
    cursor: pointer;
}
.menu-trigger::before {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
    color: #fff;
    content: "MENU";
	letter-spacing: 0.5em;
}

.menu-trigger.open {
    background-color: transparent/*#21b5c1*/;
}
.menu-trigger.open::before {
    /*content: "CLOSE";*/
	display: none;
}
.menu-trigger span {
  position: absolute;
  left: 25px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 33px;
}
.menu-trigger span:nth-of-type(2) {
  top: 43px;
}
.menu-trigger span:nth-of-type(3) {
  top: 53px;
}
.menu-trigger.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  background-color: #7b7b7b;
}
.menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
  background-color: #7b7b7b;
}
.menu-trigger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  background-color: #7b7b7b;
}

.main_menu_wrap {
    position: fixed;
    z-index: 9998;
    top: -100%;
    width: 100%;
    height: 100%;
    /*transform: translateX(-100%);*/
    transition: all 0.7s;
}
.main_menu_wrap.open {
    display: block;
	top: 0;
    transform: translateX(0%);
}
.main_menu {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.menu_concept_wrap {
    height: 100%;
    min-height: 800px;
    width: 30%;
    background:url("../images/nav_bg.png");
    text-align: right;
}
.menu_concept {
    display: inline-block;
    width: 276px;
    margin-right: 165px;
    margin-top: 100px;
    text-align: center;
}
.menu_concept_text {
    display: inline-block;
    margin-top: 40px;
    -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-family: FOT-筑紫明朝 Pr6 R;
    font-size: 36px;
    text-align: left;
    line-height: 2.1;
    letter-spacing: 0.15em;
    color: #fff;
}
.menu_concept_tel span {
    display: block;
    margin-top: 30px;
    color: #21b5c1;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: FOT-筑紫明朝 Pr6 R;
    line-height: 32px;
    background-color: #fff;
}
.menu_concept_btn {
    display: block;
    margin-top: 30px;
}
.menu_concept_btn img {
    opacity: 1;
	transition:0.2s ease-in-out;
}
.menu_concept_btn:hover img {
    opacity: 0.7;
}
nav {
height: 100%;
    min-height: 800px;
    width: 70%;
    background-color: #fff;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
nav ul {
    margin-top: 120px;
    margin-left: 172px;
}
nav ul li {
	position: relative;
    padding-bottom: 35px;
				padding-left: 70px;
}
nav li a {
	position: relative;
    display: inline-block;
    line-height: 1;
	font-size: 14px;
    color: #666;
}
nav li a:hover {
	color: #512532 !important;
}
nav li a span {
    display: block;
    margin-bottom: 5px;
    font-family: 'Libre Baskerville', serif;
    font-size: 27px;
    color: #0eadcd;
    letter-spacing: 0.1em;
    line-height: 1;
}


.nav_box_inside span{
display: inline-block;
    margin: 0;
    font-family: "GJ Kyoukasho ICA Regular", serif;
    font-size: 14px;
    color: #fff;
				position: relative;
}
    


/* ホバーのボーダー */
nav .nav_box_inside a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -11px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #fff;
	transition: 0.2s ease-out;
	transform: scale(0, 1);
    transform-origin: left top;
	content: "";
	z-index: 1;
}
nav a span:hover::before,
nav a span::before{
	transform: scale(1, 1);
}

/* ホバーで出てくるメニュー */
nav ul li div {
	position: absolute;
    z-index: 2;
	display: none;
	width: 250px;
    padding: 37% 25px 73%;
    top: -232px;
    left: -300px;
    height: auto;
    background: #321e24;
}

nav ul li div p {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 0 0;
    color: #837176;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2em;
}

nav ul li div a {
	position:relative;
	display:inline-block;
	float: none;
    width: 100%;
    box-sizing: border-box;
	padding: 13px 0 !important;
	line-height:1.4;
	text-align:left;
	font-size:14px !important;
    color: #fff;
    background-color: #321e24;
	transition:0.2s ease-in-out;
}
_:-ms-input-placeholder, :root nav ul li div a {
    width: 100%;
}
nav ul li div a:hover {
color: #fff !important;
}
nav ul li div a::after/*,
nav ul li div a::before*/{
	display:none;
}
/*nav ul li div a:hover {
	background-color: rgba(33, 181, 193, 0.7);
    color: #fff;
}*/
/*nav ul li div::before {
    position: absolute;
    top: -15px;
    left: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 15px 7px;
    border-color: transparent transparent #fff transparent;
    content: "";
}*/

nav .nav_box:nth-child(1) {
    padding: 30px 0 0 0;
	min-width: 430px;
}

nav .nav_box:nth-child(1) .nav_box_logo{
    margin: 0 0 80px;
				padding-left: 70px;
}

nav .nav_box:nth-child(1) ul{
    margin: 0 0 60px;
}

nav .nav_box:nth-child(1) ul li:last-child{
    padding: 0 0 0 70px;
}

nav .nav_box:nth-child(1) ul a{
    font-size: 18px;
	font-family: "GJ Kyoukasho ICA Regular", serif;
    letter-spacing: 0.2em;
}

nav .nav_box:nth-child(1) ul + div{
    padding-left: 70px;
}

.nav_box_tel{
    font-family: brandon-grotesque, sans-serif;
font-style: normal;
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
}
.nav_box_tel span{
font-size: 18px;
    display: inline-block;
}
.nav_box_tel a{
color: #512532 !important;
}

.nav_box_tel + div{
display: flex;
    width: 375px;
	justify-content: space-between;
}

.nav_box_tel + div .btn02 a {
    border: 1px solid #512532;
    color: #512532 !important;
	    transition: ease-in-out 0.2s;
		white-space: nowrap;
	margin-right: 10px;
}

.nav_box_tel + div .btn02 a:hover {
    background-color: #512532;
    border: 1px solid #512532;
    color: #fff !important;
}

nav .nav_box:nth-child(2){
    width: 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	background: #321e24;
}
nav .nav_box:nth-child(2) p{
    display: block;
    width: 100%;
    margin: 0 0 40px;
	padding: 0 0 0 50px;
	color: #837176;
	font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
letter-spacing: 0.2em;
}
nav .nav_box:nth-child(2) ul{
margin: 0;
display: block;
width: 100%;
padding: 0 0 0 50px;
}
nav .nav_box:nth-child(2) ul li{
padding: 0;
    margin: 0 0 25px;
}
nav .nav_box:nth-child(2) ul li:last-child{
margin: 0 0 0;
}
nav .nav_box:nth-child(2) ul li a{
color: #fff;
font-family: "GJ Kyoukasho ICA Regular", serif;
}
nav .nav_box:nth-child(2) ul li a:hover{
color: #fff !important;
}

/*.nav_for_ie{
display: none;
}*/

/* IEハック 
_:-ms-input-placeholder, :root .nav_for_ie {
  display: block;
}
_:-ms-input-placeholder, :root .nav_for_ie a{
  width: 31%;
		font-size: 15px !important;
}
_:-ms-input-placeholder, :root .nav_for_other{
		display: none;
}*/


/* 矢印 */
.nav_arrow{
}
.nav_arrow img {
	display:block;
	position:absolute;
	top:0;
	right:8%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}

.navlogo {
display: block;
    position: relative;
    float: left;
    width: 300px;
    top: 0;
    left: 100px;
}

/* スクロールで追加されるクラス 
.fixed{
	position:fixed;
	top:0;
	left:0;
}*/



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 370px;
	background-image:url(../images/mainvisual_slide1.jpg);
	background-color:#f0f0f0;
	background-position:center ;
	background-repeat:no-repeat;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h1{
	position:relative;
}

/* キャッチフレーズ */
.mainvisual_catch{
position: absolute;
    bottom: 185px;
    right: 40px;
}
.mainvisual_catch h1{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_catch h2{
font-family: "Kaimin Sora Regular", "serif";
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.2em;
}
.mainvisual_catch h2 + p{
font-family: adobe-garamond-pro, serif;
font-weight: 400;
font-style: normal;
	color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.33em;
}
.mainvisual_open{
	position:absolute;
	top: 150px;
	right: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}
/* 新規開院 */
.main_open {
    width: 100%;
    max-width: 380px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    background: #333;
    opacity: 0.9;
    align-content: center;
    justify-content: center;
    padding: 30px 20px;
    box-sizing: border-box;
    font-family: "游明朝", "Yu Mincho", "serif";
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2) inset;
    z-index: 0;
}
.main_open::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(120, 120, 120, 0.1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    z-index: -1;
}
.main_open p.main_opentext {
    font-size: 150%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.3;
}
.main_open p.main_opentext span {
    display: block;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.12em;
}
.main_open p.main_opentext span em{
    font-size: 110%;
}
.main_open p.main_opentext span strong{
    font-size: 110%;
}
.main_open .small {
    margin-top: 5px;
    font-size: 95%!important;
}
/* 各種保険取り扱い */
.insurance {
    max-width: 250px;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #a6a7a8;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 110%;
    letter-spacing: 0.3em;
}
/* インスタグラム */
.main_insta {
   max-width: 300px;
}
.main_insta a {
  display: flex;
    justify-content: space-around;
    align-items: center;
  font-size: 44px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  box-shadow: 5px 5px 6px 0px rgba(100, 100, 100, 0.4);
  border: 1px solid #333;
  color: #333;
}
@media print, screen and (min-width: 641px) {
    .main_insta a {
    /* pc only */
    transition: opacity .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    max-width: 250px;
    position: absolute;
    left: 30px;
    bottom: 20px;
  }
  .main_insta a:hover {
    opacity: .7;
  }
}
.main_insta a img {
    display: block;
}
.main_insta a span {
    display: block;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h1{
	font-size: 30px;
	font-family: "Kaimin Sora Regular", "serif";
    color: #ffffff;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.1em;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
}

/* 飾りの英語の棒 */
.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;
}


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

	$top_lead

============================================================================*/
.top_lead{
  text-align: center;
  /*padding: 100px 0;*/
  font-size: 18px;
  line-height: 3.2;
/*  border: 1px solid black;*/
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
/*  background-color: rgba(71,71,71,0.7);
  background-color: #512532d1;*/
  color: #fff;
  margin-bottom: 50px;
  border-radius: 3px;
}
.top_lead a{
  display: block;
    width: 100%;
    height: 400px;
    position: relative;
	overflow: hidden;
}
.top_lead a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/med_pic6.png") center no-repeat;
  background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	z-index: -1;
}
.top_lead a:hover:after{
    opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.top_lead a dl{
position: absolute;
    right: 40px;
    bottom: 45px;
	text-align: right;
	color: #fff;
}

.top_lead a dt{
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	font-family: "Kaimin Sora Regular", "serif";
	letter-spacing: 0.6em;
}

.top_lead a dd h3{
font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    font-family: "Kaimin Sora Regular", "serif";
    letter-spacing: 0.25em;
}

.top_lead a dd h3 + p{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
	color: #e1ad3f;
	font-size: 13px;
	line-height: 35px;
	letter-spacing: 0.25em;
	padding: 0 7px 0 0;
}

.top_lead a dd div {
display: flex;
    justify-content: flex-end;
    position: relative;
	margin: 10px 5px 0 0;
}

.top_lead a dd span{
border: solid 1px #fff;
background: #fff;
    color: #333;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    width: 105px;
    display: block;
    text-align: center;
    line-height: 2;
}

.top_lead a:hover dd span{
border: solid 1px #fff;
background-color: transparent;
    color: #fff;
}


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

	#contents

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

main{
	display:block;
}
#container{
	padding-top:45px;
	padding-bottom:65px;
}

#contents{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 0;
}
#contents2{
	position:relative;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 0;
}
#contents::after,
#contents2::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%;
}

#contents_right_link{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
#contents_right_link .right_medical p:first-child{
font-family: source-han-serif-japanese, serif;
    font-style: normal;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 2;
    padding: 12px 0 12px;
    border-top: solid 2px #cb2a66;
}

#contents_right_link .right_medical p:first-child span{
    display: block;
    font-size: 15px;
font-family: adobe-garamond-pro, serif;
font-weight: 400;
    font-style: normal;
    color: #cb2a66;
}
/*.right_medical p:first-child a{
font-family: Yrsa;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 46px;
    display: table-cell;
    vertical-align: middle;
}*/
#contents_right_link .right_medical h3{
	text-align:center;
}
#contents_right_link .right_medical h3 a{
	display:block;
	padding:0 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
#contents_right_link .right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
#contents_right_link .right_medical ul{
	/*padding:10px;
	background-color:#f0f0f0;*/
	margin-bottom: 75px;
	    padding: 0;
    background-color: #fff;
}
#contents_right_link .right_medical li{
	margin-bottom:0;
	padding: 0;
}
#contents_right_link .right_medical li:nth-child(odd){
	background-color : #ffe9ee ;
}
#contents_right_link .right_medical li:nth-child(even){
	background-color : #fff2f5 ;
}
#contents_right_link .right_medical li:last-child{
	margin-bottom:0;
}
#contents_right_link .right_medical img{
	width:100%;
}

#contents_right_link .right_medical ul li a{
font-family: source-han-serif-japanese, serif;
    font-style: normal;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    width: 250px;
    display: block;
    padding: 0 0 0 30px;
}

#contents_right_link .right_medical ul li a:hover {
	color:#fff;
	background:#bf2e64;
	transition: 0.2s  ease-out;
}

.caution-box1{
display: block;
text-align: center;
font-weight: 600;
font-size: 18px;
background: #000;
color: #fff;
padding: 30px;
}


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

	$footer

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

footer {
	position:relative;
	width:100%;
	/*background:url("../images/footer_bg.jpg") center no-repeat;*/
    background:#333;
	background-size: cover;
}


/* フッターの医院概要 */
.footer_info{
	/*background-color:#f0f0f0;*/
}
.footer_info .inner{
	max-width:1200px;
	width: auto;
	margin:0 auto;
	padding:90px 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_box{
width: 42%;
}

.footer_info_overview{
	float:left;
	width:50%;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
	/*width: 239px;*/
	height: 57px;
	margin: 0px 0 90px;
}
.footer_info_overview dt{
	margin-bottom:20px;
}
.footer_info_overview dd{
	margin-bottom:12px;
	font-size:13.5px;
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
}
.footer_info_overview_tel{
display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #a6a7a8;
    color: #fff;
	height: 100px;
	margin: 0 0 25px;
}
.footer_info_overview_tel span{
	display: block;
    position: relative;
    left: -10px;
    top: 5px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.footer_info_overview_tel a{
	color: #fff;
	display: flex;
	align-items: center;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 500;
	font-style: normal;
/*	font-size: 30px;*/
	font-size: 27px;
	letter-spacing: 0.1em;
	padding-left: 55px;
	border-left: 1px solid #787c80;
}

.footer_info_overview_tel + ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
.footer_info_overview_tel + ul li{
	display: flex;
	align-items: center;
	height: 60px;
}
.footer_info_overview_tel + ul li .btn02 a{
	width: 240px;
	padding: 11px 20px 7px;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 1px #acaeaf;
	color: #fff !important;
}
.footer_info_overview_tel + ul li .btn02 a:hover{
	background-color: rgba(255, 255, 255, 0.7);
	color: #000 !important;
}

.footer_info_overview_tel + ul li:nth-child(1) a{/*child(2)に*/
	display: flex;
	align-items: center;
	color: #fff;
}
.footer_info_overview_tel + ul li:nth-child(1) a div {/*child(2)に*/
	display: flex;
	width: 51px;
	height: 51px;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 1px #acaeaf;
	border-radius: 50%;
	margin: 0 15px 0 0;
	transition: ease-in-out 0.2s;
}
.footer_info_overview_tel + ul li:nth-child(1) a:hover div{
	background-color: rgba(255, 255, 255, 0.7);
	color: #000 !important;
}

.footer_info_overview_tel + ul + div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.footer_info_overview_tel + ul + div p:first-child{
	width: 26%;
}

.footer_info_overview_tel + ul + div p:last-child{
	width: 56%;
	padding: 0 0 0 9%;
	line-height: 1.6;
	border-left: 1px solid #787c80;
}
.footer_info .main_insta a {
    position: inherit;
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: flex-end;*/
    justify-content: flex-start;
    flex-direction: column;
}
.footer_info_sche .schedule{
	width: 550px;
	color: #fff;
    margin-bottom: 30px;
}
.schedule table{
	width:100%;
}
.schedule table tr:first-child td{
	font-weight:bold;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	margin-left:15px;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;
	color: #fff;
}
#clinic .schedule_note li:nth-child(1),
#clinic .schedule_note li:nth-child(3){
	color: #333;
}
.schedule_note li:nth-child(2){
	color: #d4a43d;
	font-weight: 600;
}
.schedule_note li:nth-child(3){
	display: block;
}

/* フッターのナビ */

.footer_navi{
width: 100%;
}
.footer_navi .inner{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	z-index:1;
}
.footer_navi ul{
	width:1200px;
	height:inherit;
	margin: 0 auto 55px;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
	float: left;
}
.footer_navi ul li:nth-child(1) {
margin-right: 63px;
margin-bottom: 15px;
}
.footer_navi ul li:nth-child(2) {
margin-right: 63px;
margin-bottom: 15px;
}
.footer_navi ul li:nth-child(3) {
margin-right: 63px;
margin-bottom: 15px;
}
.footer_navi ul li:nth-child(4) {
margin-bottom: 15px;
}
.footer_navi ul li:nth-child(5) {
margin-left: 112px;
margin-right: 62px;
margin-bottom: 15px;
}
.footer_navi ul li:nth-child(6) {
margin-right: 137px;
margin-bottom: 15px;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0;
	vertical-align:middle;
	line-height: 1.6;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #fff;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#fff;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}

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

/* ホバーのボーダー */
.footer_navi ul li a::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -5px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #fff;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
.footer_navi ul li a:hover::before,
.footer_navi ul li.active2 a::before{
	transform: scaleX(1);
}
/* ページトップ */
.pagetop,
.pagetop img{
	width:50px;
	height:50px;
}
.pagetop{
position: fixed;
right: 50px;
bottom: 90px;
width: 50px;
height: 50px;
text-align: center;
cursor: pointer;
z-index: 9999;
opacity:0.9;
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	/*transform: rotateY(180deg);*/
	transition:0.3s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	/*transform: rotateY(180deg);*/
	transform: translate(0,-20px);
}

/* コピーライト */
.copy{
	padding-bottom:45px;
	text-align: center;
	color: #5f5f5f;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.1em;
}











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

	タイトル

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

/*中央寄せ*/
h2.tit01,
h3.tit01 {
	position: relative;
	margin-bottom: 55px;
	/*padding:14px ;*/
	letter-spacing: 0.15em;
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;
	color: #000;
	font-size: 60px;
	line-height: 1;
	z-index: 1;
}
/* アイコンの余白 
h3.tit01 i{
	margin-right:7px;
}*/
/* 背景画像 
h3.tit01::before{
	position: absolute;
	width: 200px;
	height: 62px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit01_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}*/
/* 飾りの英語 */
h2.tit01 span,
h3.tit01 span{
display: block;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 2;
    font-family: "Kaimin Sora Regular", "serif";
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 115px;
}
/*h3.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	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:"/";
}*/

h3.tit03 {
	/*padding: 0.2em 0 0.2em 1.4em;*/
    position: relative;
    margin-bottom: 20px;
    padding: 14px 14px 14px 0;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #333;
    font-size: 28px;
    text-align: left;
	font-family: "Kaimin Sora Bold", "serif";
}

/*h3.tit03::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ffa3a3;
    box-shadow: 0 0.6em 0 #93e099, 0.6em 0 0 #8adaf9, 0.6em 0.6em 0 #efc378;
    content: "";
}*/

h3.tit04 {
	/*padding: 0.2em 0 0.2em 1.4em;*/
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #1F2774;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    border-left: 5px solid #82c79a;
}

h3.tit04::before {
    position: absolute;
    left: -5px;
    bottom: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #39588e;
}

h3.tit05 {
display: block;
    margin-bottom: 20px;
    padding: 8px 0 6px;
    line-height: 1.8;
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
	
	/*display: block;
    margin-bottom: 20px;
    padding: 8px 0 6px 14px;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: #333;
    color: #fff;
    border-left: 5px solid #e1ad3f;*/
}

h3.tit06 {
      position: relative;
    background: #f4f4f4;
    padding: 7px 5px 7px 70px;
    font-size: 20px;
    color: #474747;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
    line-height: 2;
}

h3.tit06:before {
  font-family: "Font Awesome";
  content: "\f067";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 55px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

h3.tit07,
h4.tit01 {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	font-size: 20px;
	font-weight:600;
	text-align:left;
	color: #e1ad3f;
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit02 {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	font-size: 20px;
	font-weight:600;
	text-align:left;
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	font-size: 17px;
	font-weight: 600;
}

h5.tit01 span {
    display: inline-block;
    padding: 6px 8px 5px;
    border: solid 1px;
}



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

	共通

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

/*院長略歴*/
.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: #e1ad3f;
	border: 1px solid #e1ad3f;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}



ol.list03-ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list03-ol li {
	font-size: 16px;
	line-height: 1.5;
    position: relative;
    margin-bottom: 13px;
    padding-left: 30px;
}
ol.list03-ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e1ad3f;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}



/*さんかく*/
.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 #00408f;
	text-align:center;
	color:#00408f;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#00408f;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#00408f;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
    display: inline-block;
    padding: 5px 20px 3px;
    color: #333 !important;
    background: #fff;
    border-radius: 25px;
    line-height: 2;
	transition: ease-in-out 0.2s;
	text-align: center;
	font-weight: 600;
	border:#333 solid 1px;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#333;
	border: 1px solid #333;
	color:#fff !important;
}


/*ボタン　縦影アリ*/
.btn03{
}

.btn03 a{
	text-decoration : none;
	display : inline-block;
	color : #fff;
	border-radius: 4px;
	background: #a5cd95;
	box-shadow: 0px 5px 0 #74aa5f;
	padding : 16px;
	transition: 0.2s all ease 0s;
}
.btn03 a:hover{
	/*box-shadow: none;*/
	transform: translate3d(0, 3px, 0);
	box-shadow: 0px 1px 0 #74aa5f;
}




/*ボタン　左からスライド*/
.btn04{
}
.btn04 a{
	position: relative;
	display:inline-block;
	padding:8px 20px;
	border:1px solid #00408f;
	background: #00408f;
	color:#fff;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
	border-radius: 25px;
	overflow: hidden;
}
.btn04 a i{
	margin-right:7px;
}

.btn04 a span{
	z-index: 2;
	position: relative;
}
.btn04 a:hover{
	/*background-color:#00408f;*/
	color:#000;
}

.btn04 a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #e5e5e5;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn04 a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}



/*ボタン　真ん中からスライド*/
.btn05{
}
.btn05 a{
	position: relative;
	display:inline-block;
	padding:8px 20px;
	color:#fff;
	background: #00408f;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn05 a i{
	margin-right:7px;
}
.btn05 a:hover{
	color:#fff;
}
.btn05 a span{
	z-index: 2;
	position: relative;
}
.btn05 a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #333;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn05 a:hover::before {
  transform: scale(1, 1);
}





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




/* 色ベタ横スライドと文字表示 */


.rensyu{
    margin-bottom: 120px;
}
 
.rensyuflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-container{
    overflow: hidden;
    position: relative;
}
 
.img-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease; 
    z-index: 0;
}
 
.img-container:before{
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
 
.text-container{
    opacity: 0;
    padding:0 60px;
    transition: all .8s .5s ease;
	position: absolute;
    width: 50%;
    right: 0;
}
 
.text-container__title{
    color: #333;
    font-size: 60px;
    font-weight: 700;
}
 
/*アニメーションするプロパティを設定します*/
.img-container.active img{
    opacity: 1;
}
 
.img-container.active:before{
    transform: translateX(100%);        
}
 
.text-container.active{
    opacity: 1;
}

*[id*="ank"], *[id*="nw"] {
  margin-top: -95px;
  padding-top: 95px;
}


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

	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 #ccc;
	vertical-align: middle;
}
.tb01 tr:nth-child(2) td,.tb01 tr:nth-child(2) th{
	border:none;
}
.tb01 th:first-child{
    line-height: 20px;
}
.tb01 th{
	padding:10px 22px 8px 15px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

}
.tb01 td{
	padding:10px 13px 8px 13px;
}
.tb01 td:last-child{
	padding:10px 7px 8px 13px;
}
.tb01 tr:nth-child(2) td,
.tb01 tr:nth-child(3) td{
	color: #d4a43d;
}


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

.tb04 {
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
}
.tb04 td, .tb04 th {
	padding: 12px 20px;
	border: 1px solid #000;
}
.tb04 th:first-child {
	width: 40%;
}
.tb04 th {
	font-weight: bold;
	text-align: center;
	background-color: #F7F7F7;
	width: 25%;
}
.tb04 td {
	background-color: #ffffff;
	text-align: left;
}

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

	アンカーリンンク

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

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



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

	.layout

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

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

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

.layout01 dt{
	width:200px;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	font-size:18px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
    font-family: adobe-garamond-pro, serif;
	font-size:38px;
	font-weight:normal;
	color:#e1ad3f;
}
.layout01 dd{
		padding:3%;
}




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




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#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 h4{
	font-size:18px;
	font-weight:600;
}
.layout03 dd h4 em{
	margin-right:10px;
	color: #e1ad3f;
	font-family: adobe-garamond-pro, 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{
	font-size:18px;
	font-weight:bold;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#e1ad3f;
	font-family: adobe-garamond-pro, 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:15px;
}
.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 h4 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout05 dd h4{
	font-size:16px;
	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:last-child {
padding-bottom: 0;
}
.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;
	font-size:18px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	    font-family: adobe-garamond-pro, serif;
	font-size:38px;
	font-weight:normal;
	color: #e1ad3f;
}
.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 h4{
	font-size:15px;
	font-weight:600;
}
.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;
	display: flex;
    justify-content: space-between;
}
.layout08 dl{
position: relative;
float: left;
width: 22.6%;
margin-right: 1.1%;
margin-bottom: 25px;
padding: 3%;
/*border-radius: 10px;*/
background-color: #F7F7F7;
}
.layout08 dl:nth-child(3){
    margin-right: 0;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 3px solid #e1ad3f;
    border-right: 3px solid #e1ad3f;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3)::before{
    display: none;
}
.staff .layout08 dl {
width: 44%;
}
.staff .layout08 dl::before {
display: none !important;
}
.staff .layout08 dl dt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.staff .layout08 dl img {
	width: 80%;
	height: 80%;
}
.layout08 dl:nth-child(2n){
	margin-right:0;
}
/*.layout08 dl:nth-child(3n){
	margin-right:0;
}*/

.layout08 dl dt{
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:25px;
font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
	color: #e1ad3f;
}
.layout08 dl dd{
	line-height:1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08_2{
	overflow:hidden;
	display: flex;
    justify-content: center;
}
.layout08_2 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
/*border-radius: 10px;*/
	background-color:#F7F7F7;
}
.layout08_2 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 3px solid #e1ad3f;
    border-right: 3px solid #e1ad3f;
    content: "";
    bottom: 0;
    margin: auto;
}
.staff .layout08_2 dl {
width: 44%;
}
.staff .layout08_2 dl::before {
display: none !important;
}
.staff .layout08_2 dl dt {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.staff .layout08_2 dl img {
	width: 80%;
	height: 80%;
}
.layout08_2 dl:nth-child(2n){
	margin-right:0;
}
/*.layout08 dl:nth-child(3n){
	margin-right:0;
}*/

.layout08_2 dl dt{
	margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.layout08_2 dl dt em{
	margin-right:8px;
	font-size:25px;
font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
	color: #e1ad3f;
}
.layout08_2 dl dd{
	line-height:1.5;
}



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

	box

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

.box1{
	position:relative;
	width:1200px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:250px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text2 {
	position:relative;
	margin-bottom:250px;
}
.text p,
.text2 p{
	margin-bottom:1em;
}
.text p:last-child,
.text2 p:last-child,
.text:last-child,
.text2:last-child{
	margin-bottom:0;
}





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

	.top_map

==================================================================*/
.top_map{
padding: 155px 0 0;
}
.top_map div{
	max-width: 1200px;
	width: auto;
	height: 500px;
	padding: 0;
	margin: 0 auto 60px;
    border: none;
    position: relative;
    overflow: hidden;
}
.top_map div iframe,
.access_map dd div.map iframe{
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}
.top_map ul {
    display: flex;
    justify-content: space-around;
    max-width: 1035px;
    width: auto;
    margin: 0 auto;
}
.top_map li:first-child {
padding: 15px 0 0;
}
.top_map li i{
font-size: 23px;
display: inline-block;
margin: 0 20px 0 0;
}
.top_map li span{
font-size: 27px;
}




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

	.top_doctor

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

.top_doctor{
position:relative;
margin-bottom: 310px;
}

.top_doctor h2,
.top_doctor h3{
margin-top: 115px;
/*margin-bottom: 100px;*/
margin-bottom: 130px;
padding-left: 50px;
text-align: left;
}

.top_doctor #nw1 + .box1 h2{
padding-left: 0;
text-align: center;
}

.top_doctor h2.tit05,
.top_doctor h3.tit05{
margin-top: 115px;
margin-bottom: 20px;
padding-left: 0px;
text-align: left;
}


.top_doctor_img_doctor2::before {
    background:url("../images/doctor.jpg") top center no-repeat !important;
}

.top_doctor::after {
position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 28%);
    height: 125vh;
    background-color: #f8f8f8;
    content: "";
    z-index: -2;
}

.top_doctor .box2{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	margin-left: 45px;
	margin-bottom: 0;
    max-width:1300px;
    margin:auto;
}
.top_doctor .box2::before {
position: absolute;
    top: 150px;
    right: -10px;
    /*width: calc(100% - 42%);*/
    width: calc(100% - 62%);
    height: 70vh;
    background:url("../images/doctor.jpg") top center no-repeat;
	background-size: cover;
    content: "";
    z-index: 2;
}

.top_doctor .box2 .btn02 {
text-align:right;
}

.top_doctor .box2 .btn02 a{
width: 130px;
border: #fff solid 1px;
}

.top_doctor .box2 .btn02 a:hover {
    background-color:transparent;
    border: 1px solid #fff;
    color: #fff !important;
}

.top_doctor .text{
position: relative;
    /*width: calc(100% - 73%);*/
    width: calc(100% - 50%);
    left: 0;
    padding: 80px;
    padding-right: 100px;
	line-height: 2.45;
	color: #fff;
}

.top_doctor .text::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 34%);
    height: 100%;
    background:url("../images/greeting02.jpg") top center no-repeat;
	background-size: cover;
    content: "";
    z-index: -1;
}

.top_doctor .text p:nth-child(1){
margin-bottom: 35px;
}

.top_doctor .text p:nth-child(2){
font-family: "Kaimin Sora Regular", "serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.top_doctor .text p:nth-child(2) span{
	font-size: 25px;
	margin: 0 0 0 20px;
}

.top_doctor .text p:nth-child(2) span em{
	margin: 0 15px 0;
	font-size: 20px;
}
.top_doctor .text p:nth-child(3){
font-family: "Kaimin Sora Regular", "serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.top_doctor_img{
	float:right;
	color:#1F2774;
	line-height: 1.4;
	font-weight:bold;
}
.top_doctor_img dt{
	margin-bottom:7px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:16px;
}
.top_doctor_img dd span{
	display:block;
	letter-spacing:2px;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	color:#C3AF97;
}

.top_doctor .btn01{
	float:right;
	width:240px;
}
.top_doctor .btn01 a{
	display:block;
}

/*ドクター写真一時的非表示ここから*/
/*.top_doctor::before {
    display: none;
}
.top_doctor .box2 {
    width: 1200px;
    margin: 0 auto;
}
.top_doctor .text {
    width: auto;
}
.top_doctor .text::after {
    width: 100%;
}
.top_doctor_img_doctor2::before {
    display: none;
}  */
    
/*ドクター写真一時的非表示ここまで*/ 





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

	.top_staff

==================================================================*/
.top_staff{
position:relative;
margin-bottom: 140px;
}

.top_staff h3{
position: absolute;
    left: 50%;
    right: 0;
    top: 260px;
    bottom: auto;
    width: 300px;
    transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

.top_staff h3 span{
color: #fff;
}

.top_staff p{
font-weight: 600;
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 370px;
    transform: translateY(-50%) translateX(-50%);
	color: #fff;
	z-index: 2;
}

.top_staff .box2 {
position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

.top_staff .box2 a{
display: flex;
height: 600px;
}

.top_staff .box2 a div{
width: 50%;
}

.top_staff .box2 a div span{
position: relative;
display: block;
width: 100%;
height: 100%;
/*height: 50%;*/
overflow: hidden;
text-align: center;
background: rgba(0, 0, 0, 0.4);
}

.top_staff .box2 a div span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/staff05.png") center no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
}

.top_staff .box2 a div span:nth-child(2){
position: relative;
background: rgba(0, 0, 0, 0.4);
}

.top_staff .box2 a div span:nth-child(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/staff02.png") center no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
}

/*.top_staff .box2 a div span img{
width: auto;
height: 100%;
}*/

.top_staff .box2 a div + span{
position: relative;
display: block;
width: 50%;
background: rgba(0, 0, 0, 0.4);
}

.top_staff .box2 a div + span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/staff06.png") center no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
}

.top_staff .box2 a:hover div span,
.top_staff .box2 a:hover div span:nth-child(2),
.top_staff .box2 a:hover div + span {
background: rgba(0, 0, 0, 0.0);
transition: ease-in-out 0.3s;
}

.top_staff a:hover h3,
.top_staff a:hover h3 span,
.top_staff a:hover p{
transition: ease-in-out 0.3s;
	/*color: #333;*/
}


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

	.top_medical

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

.top_medical{
/*margin-bottom: 150px;*/
margin-bottom: 50px;
}

.top_medical .box2 {
padding-left: 45px;
padding-right: 45px;
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap;
	flex-direction: row;
    margin-bottom: 50px;
}

.top_medical .box2 a{
    width: 50%;
    height: 600px;
    position: relative;
	overflow: hidden;
}

.top_medical .box2 a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/med_pic1.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	z-index: -1;
}
/*
.top_medical .box2 a:last-child::after{
	content: none;
}
*/
/*.top_medical .box2 a:nth-child(1){
	background: url("../images/med_pic1.png") center no-repeat;
	background-size: cover;
}*/
.top_medical .box2 a:nth-child(2):after{
	background: url("../images/med_pic2.png") center no-repeat;
	background-size: cover;
}
.top_medical .box2 a:nth-child(3):after{
	background: url("../images/med_pic3.png") center no-repeat;
	background-size: cover;
}
.top_medical .box2 a:nth-child(4):after{
	background: url("../images/med_pic4.png") center no-repeat;
	background-size: cover;
}
.top_medical .box2 a:nth-child(5):after{
	background: url("../images/med_pic5.jpg") center no-repeat;
	background-size: cover;
}
.top_medical .box2 a:hover:after,
.top_medical .box2 a:nth-child(2):hover:after,
.top_medical .box2 a:nth-child(3):hover:after,
.top_medical .box2 a:nth-child(4):hover:after,
.top_medical .box2 a:nth-child(5):hover:after{
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top_medical .box2 a dl{
position: absolute;
    right: 40px;
    bottom: 45px;
	text-align: right;
	color: #fff;
}

.top_medical .box2 a dt{
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	font-family: "Kaimin Sora Regular", "serif";
	letter-spacing: 0.6em;
}

.top_medical .box2 a dd h3{
font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    font-family: "Kaimin Sora Regular", "serif";
    letter-spacing: 0.25em;
}

.top_medical .box2 a dd h3 + p{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
	color: #e1ad3f;
	font-size: 13px;
	line-height: 35px;
	letter-spacing: 0.25em;
	padding: 0 7px 0 0;
}

.top_medical .box2 a dd div {
display: flex;
    justify-content: flex-end;
    position: relative;
	margin: 10px 5px 0 0;
}

.top_medical .box2 a dd span{
border: solid 1px #fff;
background: #fff;
    color: #333;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    width: 105px;
    display: block;
    text-align: center;
    line-height: 2;
}

.top_medical .box2 a:hover dd span{
border: solid 1px #fff;
background-color: transparent;
    color: #fff;
}








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

	.top_medical2_news_set

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

.top_medical2_news_set{
background: url("../images/set.jpg") center no-repeat;
background-size: cover;
}





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

	.top_medical2

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

.top_medical2 h3{
	padding-left: 45px;
	margin-bottom: 0;
	color: #fff;
}

.top_medical2 .box2 {
    padding-left: 45px;
    padding-right: 45px;
	margin-bottom: 0;
	height: 450px;
    position: relative;
    display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	background-color: rgba(0, 0, 0, 0.7);
}

.top_medical2 .text p{
	text-align:center;
}
.top_medical2 .top_medical_list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 71.5%;
	padding-right: 35px;
	flex-wrap: wrap;
}
.top_medical2 .top_medical_list a{
	display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /*width: 144px;
    height: 144px;*/
	width: 114px;
    height: 114px;
	margin: 0.5% 1% 0.5% 0;
    text-align: center;
    border: solid 3px #e1ad3f;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    transition: ease-in-out 0.2s;   
}
.top_medical2 .top_medical_list a:hover{
	border: solid 3px #705f3e;
	background-color:  #e1ad3f;
}
.top_medical2 .top_medical_list dl{
	width:100%;
}
.top_medical2 .top_medical_list dl dt{
	/*margin-bottom:7px;*/
}
.top_medical2 .top_medical_list dl dd{
	font-family: "Kaimin Sora Regular", "serif";
    color: #ffffff;
    /*font-size: 19px;
    font-weight: 400;
    line-height: 1.5;*/
    padding: 10px 0 0;
	font-size: 16px;
	letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
}



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

	.top_medical3

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

.top_medical3{
}
.top_medical3 .text p{
	text-align:center;
}
.top_medical3_list{
}
.top_medical3_list li{
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical3_list li:last-child{
	margin-right:0;
}
.top_medical3_list a{
}
.top_medical3_list img{
	width:100%;
}







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

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




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

	medical03

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

.medical03_flexbox{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.medical03_flexbox img{
  width: 95%;
}














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

	$doctor

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

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

.doctor_carr{
	display:flex;
	flex-wrap:wrap;
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	width: 40%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:#f7f7f7;
	font-size:14px;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}
.doctor_carr_sec1 table{
	width:100%;
}



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

	.news

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

.top_news{
	font-size:14.5px;
}

.top_news .box2 {
padding-bottom: 55px;
    padding-left: 45px;
    padding-right: 45px;
	padding-top: 55px;
    margin-bottom: 0;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	background-color: rgba(0, 0, 0, 0.4);
}

.top_news h3 {
    padding-left: 45px;
	margin-right: 280px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
	font-size: 40px
}

.top_news_flame{
    width: 55%;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#321e24;
}
/* 日付 */
.date{
	margin-right:0;
	color: #ca93a3;
	display: block;
}
/* お知らせのブロックのボーダー */
.news_text .line{
margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e5e5e5;
}
/* お知らせの高さ */
.scroll_area{
	height:170px;
}
.scroll_area li {
    display: flex;
    width: 100%;
    color: #fff;
}
.scroll_area li a{
background-color: transparent;
    padding: 29px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	color: #fff;
	letter-spacing: 0.2em;
	    transition: ease-in-out 0.2s;
}
.scroll_area li a:hover{
background-color: rgba(0, 0, 0, 0.5);
}
.scroll_area li a .date{
	margin-right:20px;
	color: #fff;
	display: inline-block;
}


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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
	font-weight: 600;
}
.access_map dt i{
	margin-right:7px;
	color: #512532;
}
.access_map dd{
position: relative;
display: flex;
justify-content: space-between;
}

.access_info{
	border: 4px solid rgb(237, 237, 237);
    padding: 25px 30px 5px;
    width: 33%;
}

.access_map dd div.map{
    width: 57%;
    height: auto;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
}


.access .btn02{
	text-align:center;
	margin-bottom:50px;
}

.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike,.access_far{

	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt,.access_far dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:600;
	color: #512532;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd,.access_far dd{
	font-size:14.5px;
}
.access_far dd .bold {
    display: contents;
    border-bottom: 1px solid #512532;
    font-size: 16px;
    font-weight: 600;
    color: #512532;
}


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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
height: 510px;
}
.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:600;
}

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



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

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

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



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

}

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



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

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

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

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

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

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

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


/* 医院概要 */

.clinic_sec1{
	position:relative;
}
.clinic_sec1 ul{
	margin-bottom:30px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:600;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#f2f7fa;
	color:#1F2774;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}





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

	$facilities

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



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

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




/* 機器紹介2 */
.facilities_equip2{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip2 dl{
	width: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{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip3 dl{
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

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





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

	$qa

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

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#262E7C;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}

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

	schedule（MPCLOUD）

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

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 99999;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: #eee;
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
}
.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}

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

	.breadcrumb（ぱんくず）

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

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

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