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



body {
/*    background-image: url(../images/design.png);
    background-repeat: no-repeat;
    background-position: top -926px center;*/
    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: 2;
    letter-spacing: 0.05em;
    text-align: justify;
}
a {
	color: #1F2774;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-color: #fff;
    z-index: 9999999;
}
header .inner{
	position:relative;
	/*width:1200px;*/
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
/* ロゴ */
header h1 {
    position: absolute;
    top: 27px;
    left: 2.5%;
    width: 189px;
    height: 36px;
    z-index: 999999;
}



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

	nav

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

nav {
  /*position: fixed;*/
	width:100%;
	height:80px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
}
nav ul {
    /* width: 1200px; */
    height: inherit;
    margin: 0 auto;
    text-align: right;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
	top: 20px;
}

/*nav li:last-child {
	top: 0;
}*/

nav li a {
    display: table;
    /*padding: 0 10px;*/
	padding: 0 20px;
    color: #333333;
    vertical-align: middle;
    line-height: 82px;
	/*line-height: 115px;*/
    font-size: 14px;
    /*font-weight: 500;*/
	font-weight: 700;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
    letter-spacing: 1.5px;
}

/*nav li:last-child a {
    margin-left: 30px;
    padding: 0 15px 0 20px;
	line-height: 82px;
    background-color: #ee7700;
    color: #fff;
}

nav li:last-child a:hover {
    color: #fff;
}
nav li:last-child a:before {
    position: absolute;
    top: -6px;
    left: -2px;
    width: 32px;
    height: 88px;
    background-image: url(../images/contact_before.png);
    background-repeat: no-repeat;
    content: "";
}
nav.fixed li:last-child a {
  background-color: rgba(238,119,0,0.7);
}
nav.fixed li:last-child a:before {
  opacity: 0.7;
}*/
nav li a:hover,
nav li.active2 a{
	color:#333;
}
nav li a span{
	position:relative;
}


/* ホバーのボーダー */
nav li a span::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #1754a7;
    transition: 0.15s ease-out;
    transform: scaleX(0);
    content: "";
    z-index: 1;
}
/*nav li:last-child a span::before{
	display:none;
}*/
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}


/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:150%;
	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;
  */
}



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

	#mainvisual

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

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

#mainvisual {
    display: block;
    position: relative;
    /*height: 400px;*/
	height: 330px;
    background-image: url(../images/main01.png);
    background-color: #f0f0f0;
    /*background-position: center;*/
	background-position: center 43.5%;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch {
    position: absolute;
    top: 170px;
    right: 130px;
	width: 257px;
	height: 465px;
}
.mainvisual_catch img{
	width: auto;
	height: auto;
}
.mainvisual_catch h2 img{
	display: none;
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 10px rgba(255,255,255,0.7);
}
h2.tit01 span {
    display: block;
    position: relative;
    letter-spacing: 4.5px;
    color: #ee7700;
    font-size: 29px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}

/* h2 tit02 */
h2.tit02:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    /*width: 114px;*/
	width: 185px;
    height: 4px;
    margin: auto;
    background-color: #ee7700;
    content: "";
}
/* アイコンの余白 */
h2.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h2.tit02 span {
    display: block;
    position: relative;
    letter-spacing: 4.5px;
    color: #ee7700;
    font-size: 29px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}

.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position:absolute;
	top: 150px;
	right: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
    display: table-cell;
    /*padding-top: 88px;*/
	padding-top: 68px;
    letter-spacing: 0.15em;
    vertical-align: middle;
    text-align: center;
    text-shadow:#fff 1px 1px 20px, #fff -1px 1px 20px,
    #fff 1px -1px 20px, #fff -1px -1px 20px;
}
.mainvisual_headline h2 {
    font-weight: bold;
    font-size: 33px;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 6px;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #C0AB9A;
}
.mainvisual_headline .tit_small {
	font-size: 30px!important;
}

/* 飾りの英語の棒 */
.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/main04.jpg) ;
	background-position: center 26%;
	background-size: cover;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}

#mainvisual.home_main{
	height: 600px;
}
#mainvisual.main_home01{
	background-image:url(../images/main_home01.png);
	background-position: center;
	background-size: cover;
}
#mainvisual.main_home02{
	background-image:url(../images/main_home02.png);
	background-position: center;
	background-size: cover;
}
#mainvisual.home_main .mainvisual_headline h2 {
	position: relative;
	color: #0068b7;
	z-index: 1;
}
#mainvisual.home_main .mainvisual_headline h2:before {
	background:url(../images/home_h2.png) no-repeat;
	width: 411px;
	height: 251px;
	position: absolute;
	top:-182px;
	bottom:auto;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: -1;
}
#mainvisual.main_home02 .mainvisual_headline h2:before {
	display: none;
}
#mainvisual.home_main .mainvisual_headline h2:after{
	background: #0068b7;
	width: 200px;
	height: 2px;
	position: absolute;
	top:-5px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
} 
#mainvisual.main_home02 .mainvisual_headline h2:after {
	top:auto;
	bottom:70px;
	width: 260px;
	height: 3px;
}

#mainvisual.home_main .home_bnr{
	position: absolute;
	bottom:60px;
	right: 60px;
}
#mainvisual.home_main .home_bnr2{
	position: absolute;
	bottom:250px;
	right: 60px;
}

#mainvisual.home_main .blog_bnr{
	position: absolute;
	bottom:60px;
	right: 270px;
  opacity: 0.9;
}
#mainvisual.home_main .blog_bnr2{
	position: absolute;
	bottom:250px;
	right: 270px;
  opacity: 0.9;
  z-index: 1;
}



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

	#contents

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

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

#contents{
	position:relative;
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



#contents_left{
	float:left;
	width:720px;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}
.right_medical h3 a{
	display:block;
	padding:7px 0;
	background-color:#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_info {
    text-align: center;
}
.footer_info .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 51px 0 38px;
}


.footer_info_list {
    display: inline-block;
    margin-bottom: 39px;
    text-align: center;
}
.footer_info_list li {
    float: left;
    margin-right: 18px;
}
.footer_info_list li a {
    color: #555555;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 14px;
    font-weight: 400;
}
.footer_info_list li a img {
	vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 3px;
}




/* フッターのナビ */

.footer_navi {
    padding-top: 45px;
    padding-bottom: 47px;
    background-color: #efefef;
}
.footer_navi .inner {
    width: 1118px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.footer_navi ul {
	position:relative;
}
.footer_navi ul li {
    position: relative;
    margin-bottom: 18px;
}
.footer_navi ul li a{
	display: table-cell;
	vertical-align:middle;
	color:#555555;
	line-height: 1.6;
	font-size:12px;
	font-weight:400;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#1F2774;
}
.footer_navi_tit {
    margin-bottom: 0 !important;
}
.footer_navi_tit a {
    padding-bottom: 16px;
    color: #0054a7 !important;
    font-size: 14px !important;
}

.footer_navi01,
.footer_navi02,
.footer_navi03,
.footer_navi04,
.footer_navi05,
.footer_navi06,
.footer_navi07{
    float: left;
    margin-right: 83px;
}
.footer_navi07 {
    width: 140px;
    margin-right: 0 !important;
}



/* ページトップ */
.pagetop,
.pagetop img{
	width:51px;
	height:51px;
}
.pagetop {
    position: absolute;
    bottom: 2%;
    right: 3.7%;
    cursor: pointer;
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy{
	margin-bottom:45px;
	text-align: center;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.2em;
}











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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
    position: relative;
    margin-bottom: 78px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #555555;
    font-size: 28px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
}
h3.tit01:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 114px;
    height: 4px;
    margin: auto;
    background-color: #ee7700;
    content: "";
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit01 span {
    display: block;
    position: relative;
    letter-spacing: 4.5px;
    color: #ee7700;
    font-size: 29px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}





/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #ee7700;
	font-size: 18px;
	font-weight:500;
	line-height: 1.4;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	text-align: center;
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span {
    display: block;
    position: relative;
    letter-spacing: 2.5px;
    color: #555555;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
}



/*中央寄せ*/
h3.tit03 {
    position: relative;
    /*margin-bottom: 78px;*/
	margin-bottom: 52px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #555555;
    /*font-size: 28px;*/
	font-size: 24px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
}
h3.tit03:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 114px;
    height: 4px;
    margin: auto;
    background-color: #ee7700;
    content: "";
}
/* アイコンの余白 */
h3.tit03 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit03 span {
    display: block;
    position: relative;
    letter-spacing: 4.5px;
    color: #ee7700;
    /*font-size: 29px;*/
	font-size: 15px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}




h4.tit01 {
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #ee7700;
    font-size: 21.5px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
}
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: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #0054a7 ;
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
}
h4.tit02 span{
	display: block;
	color: #555;
	font-size: 22px;
	margin-bottom: 7px;
}
h4.tit02 em{
	display: block;
	color: #ee7700;
	font-size: 29px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
}

h4.tit03 {
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #ee7700;
    font-size: 21.5px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: left;
}


h5.tit01{
	position: relative;
	margin-bottom: 5px;
	letter-spacing:0.1em;
	color: #555;
	font-size: 17px;
	font-weight: bold;
}

h5.tit02{
	margin: 5px 0;
	color: #555;
	font-weight: bold;
}





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

	共通

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

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

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

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


/* list09 */
.list09{
    width: 100%;
    position: relative;
}
.list09 li{
    text-align: left;
    padding-left: 23%;
}
.list09 li::before{
    position: absolute;
    left: 21%;
    content: "●";
}
.list09:nth-last-child(1){
    margin-bottom: 20px;
}

/*ボタン ゴースト*/
.btn01 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.btn01 a {
    display: inline-block;
    position: relative;
    /*padding: 14px 59px;*/
	padding: 14px 45px;
    line-height: 1;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    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:#666666;
}
.btn01 a:hover i{
	color:#fff;
}

.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: 8px 56px;
    border: 1px solid #ee8125;
    background-color: #ee8125;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    transition: ease-in-out 0.2s;
}
.btn02 a i{
	margin-right:7px;
}

.btn02 a:hover{
	background-color:#fff;
	color:#ee8125;
}

.btn03 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.btn03 a {
    display: inline-block;
    position: relative;
    padding: 14px 59px;
    line-height: 1;
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    transition: ease-in-out 0.1s;
}

.btn03 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}

.btn03 a:hover{
	color:#fff;
	background-color:#666666;
}

.btn03 a:hover i{
	color:#fff;
}

.btn03 a:hover::after{
	left:0;
	top:0;
}

/*ボタン 白抜き*/
.btn04{
}

.btn04 a {
    display: inline-block;
    padding: 8px 56px;
    border: 1px solid #ee8125;
    background-color: #ee8125;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    transition: ease-in-out 0.2s;
}

.btn04 a i{
	margin-right:7px;
}

.btn04 a:hover{
	background-color:#fff;
	color:#ee8125;
}

.btn05 {
    position: relative;
	margin: -90px 0 100px 352px;
    /*margin-bottom: 10px;*/
    /*text-align: center;*/
}

.btn05 a {
    display: inline-block;
    position: relative;
    padding: 14px 59px;
    line-height: 1;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    transition: ease-in-out 0.1s;
}
.btn05 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}

.btn05 a:hover{
	color:#fff;
	background-color:#666666;
}

.btn05 a:hover i{
	color:#fff;
}

.btn05 a:hover::after{
	left:0;
	top:0;
}
/*.btn05_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn05_arrow img{
	opacity:1 !important;
}
.btn05_arrow,
.btn05_arrow img{
	width: 18px;
	height: 13px;
}
.btn05 a:hover .btn05_arrow{
	left:4px;
}*/


.btn06 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.btn06 a {
    display: inline-block;
    position: relative;
    /*padding: 14px 59px;*/
	padding: 14px 45px;
    line-height: 1;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    transition: ease-in-out 0.1s;
}
.btn06 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn06 a:hover{
	color:#fff;
	background-color:#666666;
}
.btn06 a:hover i{
	color:#fff;
}

.btn06 a:hover::after{
	left:0;
	top:0;
}

.btn06_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}

.btn06_arrow img{
	opacity:1 !important;
}

.btn06_arrow,
.btn06_arrow img{
	width: 18px;
	height: 13px;
}

.btn06 a:hover .btn06_arrow{
	left:4px;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
    display: block;
    position: relative;
    float: right;
    margin-left: 75px;
    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;
}

.num{
	color: #0068b7;
	font-size: 27px;
	line-height: 1;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
	margin-right: 10px;	
}

.step01 dl{
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.step01 dl:after{
	width: 0;
	height: 0;
	position: absolute;
	bottom:-28px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #cccccc transparent transparent transparent;
	content: "";
}
.step01 dl:last-child:after{
	display: none;
}
.step01 dl dt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.step01 dl dt em{
	color: #ee7700;
	font-size: 32px;
	line-height: 1;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
	margin-right: 10px;
}

.sec1{
	 display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	margin-bottom: 20px;
}
.sec1 dl{
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 30px 40px;
	
}
.sec1 dl dt{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.sec2{
	 display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	margin-bottom: 20px;
}
.sec2 dl{
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 30px 40px;
	
}
.sec2 dl dt{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
}
.sec2 dl dt img{
	margin-bottom: 10px;
}
.sec2 dl dd{
	font-size: 14px;
	line-height: 1.5;
}
.sec2 dl dd img{
	max-width: 100%;
}
.sec2 dl dd p{
	margin-bottom: 6px;
}
.sec2 dl dd h5.tit01{
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
}

.sec3 {
	border: 1px solid #ee7700;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sec3 dt{
    position: relative;
    margin-bottom: 10px;
	padding: 10px 40px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #fff;
	background: #ee7700;
    font-size: 19px;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.sec3 dd span{
	font-weight: bold;
	color: #6084D4;
    font-size: 18px;
}

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

	table

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

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

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


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

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
	margin-bottom: 20px;
}
.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: left;
}

.tb03.center_tb th {
	text-align: center;
}
.tb03.center_tb td {
	text-align: center;
}



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

	アンカーリンンク

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

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



.ank02{
	width: 1200px;
	margin:-70px auto 50px;
}
.ank02 li{
	display:table;
	position:relative;
	float:left;
	width:15%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank02 li:nth-child(1),
.ank02 li:nth-child(7),
.ank02 li:nth-child(13){
	margin-left:0;
}
.ank02 li a{
	display: table-cell;
	padding:12px 5px 12px;
	border: 1px solid #666666;
	font-size:16px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank02 li a:hover{
	background-color:#f19c9f;
	border: 1px solid #f19c9f;
	color:#fff;
}



/* 4個並び */
.ank03{
	width: 1200px;
	margin:0 auto 80px;
}
.ank03 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank03 li:nth-child(1),
.ank03 li:nth-child(5),
.ank03 li:nth-child(9){
	margin-left:0;
}
.ank03 li a{
	display: table-cell;
	padding:12px 5px 12px;
	border: 1px solid #666666;
	font-size:16px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank03 li a:hover{
	background-color:#ee7700;
	border: 1px solid #ee7700;
	color:#fff;
}




/* 7個並び */
.ank04{
	width: 1200px;
	margin:0 auto 80px;
}
.ank04 li{
	display:table;
	position:relative;
	float:left;
	width:13%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank04 li:nth-child(1),
.ank04 li:nth-child(8){
	margin-left:0;
}
.ank04 li a{
	display: table-cell;
	padding:12px 5px 12px;
	border: 1px solid #666666;
	font-size:16px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank04 li a:hover{
	background-color:#ee7700;
	border: 1px solid #ee7700;
	color:#fff;
}


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

	.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{
	margin-bottom:100px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}

/* 追加　*/
.box1_flex {
	position:relative;
	display: flex;
	width:1200px;
	margin:0 auto 100px;
}

.box1_flex .text {
	position:relative;
	margin-bottom:50px;
}
.box1_flex .text p {
	margin-bottom:1em;
}
.box1_flex .text:last-child{
	margin-bottom:0;
}

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

	.top_recruit

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

.top_recruit {
    height: 559px;
    margin-bottom: 171px;
    padding-top: 104px;
    background-image: url(../images/recruit_bg.png);
    background-repeat: no-repeat;
    background-position: top -40px center;
    background-size: cover;
    box-sizing: border-box;
}
.top_recruit .box1 {
	margin-bottom:0;
}
.top_recruit .text {
    position: relative;
    width: 828px;
    height: 347px;
    margin: auto;
    padding: 50px 0 0 0;
	background:rgba(255,255,255,0.7);
	border: 1px solid #fff;
   /* background-image: url(../images/recruit_text_bg.png);
    background-repeat: no-repeat;
    background-position: top center;*/
    text-align: center;
    box-sizing: border-box;
}
.top_recruit .text:after {
	background: url(../images/top_recruit_text.png) no-repeat;
	width: 198px;
	height: 73px;
	position:absolute;
  bottom: 29px;
  right: -98px;
	content: "";
}
.top_recruit h3 {
	position:relative;
    margin-bottom: 52px;
}
/*.top_recruit h3:before {
	position:absolute;
	top:0;
	right:0;
	width:325px;
	height:116px;
	background-image:url(../images/recruit_catch.png);
	background-repeat:no-repeat;
	*//*content:"";*/
/*}*/
.top_recruit p {
    margin-bottom: 19px;
	text-align: center;
    letter-spacing: 1.7px;
}






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

	.top_about

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

.top_about {
    margin-bottom: 286px !important;
}
.top_about .text{
}
.top_about .text p {
}
.top_about .text .btn01 a,
.top_greeting .text .btn01 a {
    padding: 14px 47px;
}
.top_about .img_box_left_img:before {
    position: absolute;
    bottom: -165px;
    left: -518px;
    width: 461px;
    height: 314px;
    background-image: url(../images/about_img02.png);
    background-repeat: no-repeat;
    content: "";
}



.img_box_left,
.img_box_right{
    position: relative;
    min-height: 398px;
    /*margin-bottom: 200px;*/
	margin: 200px 0 200px 0;
}
.img_box_left .text,
.img_box_right .text{
    position: relative;
    float: left;
    width: 45%;
    padding-top: 22px;
}
.img_box_right .text {
    float: right;
}
.img_box_left .text p {
    padding: 0 79px 17px 81px !important;
    line-height: 1.7;
    letter-spacing: 2px;
}
.img_box_right .text p {
    padding: 0 76px 17px 84px !important;
    line-height: 1.7;
    letter-spacing: 2px;
}
.img_box_left .text:before,
.img_box_right .text:before {
    position: absolute;
    top: -60px;
    left: -1px;
    width: 541px;
    height: 458px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #eaeaea;
    content: "";
    z-index: -3;
}
.img_box_right .text:before {
    right: -1px;
	left:inherit;
}

.img_box_left_img {
    position: absolute;
    right: -49px;
    z-index: -5;
}
.img_box_right_img{
    position: absolute;
    left: -49px;
    z-index: -5;
}


.mb110{
	margin-bottom:110px !important;
}





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

	$top_service

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

.top_service {
    margin-bottom: 111px;
    padding-top: 120px;
    background-image: url(../images/service00.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.top_service h3.tit01 {
    margin-bottom: 105px;
	font-weight: 700;
}

.top_service_list{
}
.top_service_list a {
    float: left;
    width: 50%;
    padding: 85px 0 48px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.top_service_list a:nth-child(1){
	background-image:url(../images/service01.png);
}
.top_service_list a:nth-child(2){
	background-image:url(../images/service02.png);
}
.top_service_list a:nth-child(3){
	background-image:url(../images/service03.png);
}
.top_service_list a:nth-child(4){
	background-image:url(../images/service04.png);
}


.top_service_list a dt {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-shadow: 0 0 10px #333;
    letter-spacing: 2px;
}
.top_service_list a dt span {
    display: block;
    margin-bottom: 11px;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 4.5px;
    line-height: 1;
}
.top_service_list a dd{
}
.top_service_list a dd div {
    display: table;
    margin: 23px auto 0;
    padding: 8px 45px 8px;
    /*background-color: rgba(99, 99, 99, 0.34);*/
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    transition: ease-in-out 0.1s;
}
.top_service_list a:hover dd div {
    /*background-color: rgb(99, 99, 99);*/
	color: rgba(255, 150, 0, 1);
	border: 1px solid rgba(255, 150, 0, 1);
	background: #fff;
}

.top_service_list dl {
	margin: 0 auto;
	background-color: rgba(255, 150, 0, 0.85);
	width: 50%;
	padding: 3% 1% 3%;
}

.top_service_list dl:hover{
	background:rgba(255, 255, 255, 0.7);
	color: #333;
	transition: ease-in-out 0.3s;
}

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

	$top_shop

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

.top_shop{
	height:434px;
	background-image:url(../images/shop_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.top_shop .box1 {
    margin-bottom: 0;
    /*padding-top: 89px;*/
	padding-top: 80px;
}

/*.top_shop .text {
    width: 472px;
    margin: auto;
    padding: 30px 0 51px;
    background-color: rgba(255, 150, 0, 0.85);
    color: #fff;
}*/
.top_shop .text h3{
    margin-bottom: 6px;
    color: #fff;
	text-shadow: 0 0 10px #333;
}
.top_shop .text h3 span{
	display: block;
	color:#fff;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 4.5px;
	line-height: 1;
	text-shadow: 0 0 10px #333;
}
/*.top_shop .text .btn01 a{
    padding: 14px 49px;
    border: 1px solid #ffffff;
    color: #ffffff;
}*/

.top_shop .text a{
	display: block;
	position: relative;
	width: 472px;
	margin:0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding: 50px 0 50px 0;	
	background:rgba(255, 150, 0, 0.85);
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}
.top_shop .text a:hover{
	background:rgba(255, 255, 255, 0.7);
	color: #333;
}

.top_shop .text a:after{
	display: block;
	content: "MORE";
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-align: center;
	border: 1px solid #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin:0 auto 0;
	font-size: 15px;
	transition: ease-in-out 0.2s;
}
.top_shop .text a:hover:after{
	color: rgba(255, 150, 0, 1);
	border: 1px solid rgba(255, 150, 0, 1);
	background: #fff;
}



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

	$top_bnr

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

.top_bnr{
	height:auto;
	background-image:url(../images/bnr_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.top_bnr .box1{
	margin-bottom:0;
}
.bnt_list {
    /*padding-top: 79px;*/
	padding: 70px 0 70px 0;
	display: -webkit-flex;
    display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnt_list li{
  width: 376px;
  border: solid 3px #fff;
}

.bnt_list2 {
    padding-top: 79px;
	display: -webkit-flex;
  display: flex;
	width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bnt_list2 li{
  width: 376px;
  /*border: solid 3px #fff;*/
  border: solid 2px #E37410;	
}

.bnt_list_fc {
  width: 100% !important;
  text-align: center;
  height: 170px;
  margin:35px 0 70px;
  background: url(../images/fc_bnr_bg.png) no-repeat;
  border: solid 3px #fff;
}
.bnt_list li.bnt_list_fc a {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.28);
}.bnt_list li.bnt_list_fc a:hover {
  opacity: 0.8;
}
/*.bnt_list li:nth-child(1) {
	width: 50%;
	 height: 196px;
	background:url(../images/fc_bg.png) no-repeat;
	    margin-right: 2%;
}*/
/*.bnt_list li:nth-child(2) {
	margin-bottom: 1%;
}*/
/*.bnt_list li {
    float: left;
    width: 40%;
    height: 92px;
    text-align: center;
}*/
/*.bnt_list li:last-child {
	margin-right:0;
}
.bnt_list li:nth-child(2) a dd {
	padding-left: 0;
}


*/

.bnt_list li.bnt_list_fc a dl {
	position: relative;
    display: table-cell;
    vertical-align: middle;
}
.bnt_list li.bnt_list_fc a dl {
	padding-top: 21px;
}
.bnt_list li.bnt_list_fc a dt {
    height: 45px;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
	left: 140px;
  
}
.bnt_list li.bnt_list_fc a dt {
	position: static;
	padding-left: 0;
	  margin-bottom: 10px;
}

.bnt_list li.bnt_list_fc a dd {
    color: #555555;
    font-size: 18px;
    font-family: 'Open Sans', "Noto Sans Japanese", sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
	padding-left: 30px;
}
.bnt_list li.bnt_list_fc a dd {
	padding-left: 0;
}







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

	$company

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

.philosophy h5 {
    font-family: 'Noto Sans JP',   sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}
.philosophy h5 em {
    font-size: 30px;
    color: #ee7700;
}


.philosophy_inner ul{
	width:480px;
	margin:0 auto 30px;
}
.philosophy_inner ul li{
	font-size:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:20px;
	border-bottom:1px dashed #e6a462;
}
.philosophy_inner ul li em {
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #ee7700;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.6;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.philosophy_inner p{
	text-align:center;
}



.philosophy_img{
}
.philosophy_img li{
	position:absolute;
}
.philosophy_img li:nth-child(1) {
    top: 0px;
    left: -92px;
    transform: rotate(-7deg);
}
.philosophy_img li:nth-child(2) {
    top: 205px;
    left: 3px;
    transform: rotate(6deg);
}
.philosophy_img li:nth-child(3) {
    top: 320px;
    right: -47px;
    transform: rotate(6deg);
}
.philosophy_img li:nth-child(4) {
    top: 500px;
    right: 38px;
    transform: rotate(-6deg);
}





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

	.greeting

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

.greeting {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url(../images/greeting.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.greeting .text {
    width: 805px;
    margin-bottom: 80px;
    padding: 57px 60px 46px;
    background-color: rgba(255, 255, 255, 0.78);
    box-sizing: border-box;
    font-size: 15.5px;
    letter-spacing: 0.1px;
}





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

	.shop

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

.shop_list {
    flex-wrap: wrap;
    display: flex;
}
.shop_list li {
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
}
.shop_list li:nth-child(3n){
    margin-right: 0;
}
.shop_list dl{
	width: 100%;
	display: table;
	position: relative;
}
.shop_list dl:after{
	display: block;
	clear: both;
	content: "";
}
.shop_list dt {
	display: table-cell;
	width: 26%;
    margin-bottom: 17px;
    /*padding-bottom: 7px;*/
    border-right: 1px solid #bdbdbd;
    font-size: 16px;
    font-weight: bold;
	vertical-align: middle;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.shop_list dd {
	display: table-cell;
    line-height: 1.6;
	vertical-align: middle;
}
.shop_list .tel2 {
	display: table-cell;
    line-height: 1.6;
	vertical-align: middle;
	padding-right: 24px;
}
.shop_list dd.ad {
	width: 40%;
	text-align: left;
	padding:0 0 0 4%;
/*	padding: 0 0 3% 3.5%;*/
	box-sizing: border-box;
	font-size: 13px;
}
.shop_list dd.open {
	text-indent: -30em;
	text-align: left;
	padding: 30px 0 0 80px;
	
}
.shop_list dd.close {
	text-indent: -15em;
	text-align: left;
	padding: 30px 0 0 50px;
	
}
.shop_list dd.more {
/*
	float: right;
	padding-right: 15px;
*/

}
.shop_list dd .btn01 {
    /*margin-top: 17px;*/
	margin: 0;
	
}

.shop_list dd .btn06 {
	margin-right: 25px;
	
}

.shop_map{
	position: relative;
	width: 700px;
	height: 445px;
	margin: -140px auto 80px;
}

.shop_map ul li a{
	position: absolute;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(1) a{
   top: 229px;
   left: 143px;
}
.shop_map ul li:nth-child(1) a:after{
	content: "静岡";
	color: #fff;
	position: absolute;
	top:96px;
	left: 82px;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(2) a{
    top: 224px;
    left: 359px;
}
.shop_map ul li:nth-child(2) a:after{
	content: "神奈川";
	color: #fff;
	position: absolute;
	top:30px;
	left: 40px;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(3) a{
    top: 183px;
    left: 360px;
}
.shop_map ul li:nth-child(3) a:after{
	content: "東京";
	color: #fff;
	position: absolute;
	top:20px;
	left: 50px;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(4) a{
    top: 118px;
    left: 326px;
}
.shop_map ul li:nth-child(4) a:after{
	content: "埼玉";
	color: #fff;
	position: absolute;
	top:30px;
	left: 70px;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(5) a{
    top: 155px;
    left: 473px;
}
.shop_map ul li:nth-child(5) a:after{
	content: "千葉";
	color: #fff;
	position: absolute;
	top:100px;
	left: 50px;
	transition: ease-in-out 0.2s;
}
.shop_map ul li:nth-child(6) a{
    top: 4px;
    left: 464px;
}
.shop_map ul li:nth-child(6) a:after{
	content: "茨城";
	color: #fff;
	position: absolute;
	top:100px;
	left: 80px;
	transition: ease-in-out 0.2s;
}

.shop_map ul li a:hover{
	opacity: 0.3;
}
.shop_map ul li a:hover:after{
	color: #000 !important;
	font-weight: bold;
}

.gmap iframe{
width: 100%;
height: 360px;
} 

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

	.news

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

.top_news {
    margin-bottom: 120px;
    font-size: 15px;
}
.top_news_flame {
    width: 980px;
    margin: 55px auto 0;
}
.news_text {
    /*margin-bottom: 97px;*/
	margin-bottom: 57px;
}
.news_text p {
	margin-bottom:10px;
}
.news_text strong{
    margin-right: 40px;
}
.news_text a{
	color:#333;
}
.news_text li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 19px;
    padding-bottom: 20px;
}

/* タイトル */
.news_text p strong{
}
/* 日付 */
.date{
	margin-right:40px;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
    height: 250px;
}


.info {
    display: inline-block;
    width: 120px;
    margin-right: 35px;
    padding: 1px 0 1px;
    background-color: #94bce6;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.new{
    display: inline-block;
    width: 120px;
    margin-right: 35px;
    padding: 1px 0 1px;
    background-color: #f4ad65;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.event {
    display: inline-block;
    width: 120px;
    margin-right: 35px;
    padding: 1px 0 1px;
    background-color:#94DBBC;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

#news_data dt{
	margin-bottom: 11px;
}
#news_data dd {
    border-bottom: 1px solid #efefef;
    margin-bottom: 39px;
    padding-bottom: 40px;
}

#news_data a {
  position: relative;
  padding-left: 1.2em;
  color: #EE7702 !important;
  text-decoration: underline !important;
}
#news_data a::before {
  position: absolute;
  top: -5px;
  left:0;
  content: "▶︎";
  font-size: 0.9em;
}
#news_data a:hover {
  opacity: 0.7;
}



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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgb(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%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 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_sec1 {
    position: relative;
    width: 610px;
    margin: 40px;
}
.company_sec {
    width: 710px;
    margin: 40px auto;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:bold;
}
.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 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

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



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

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





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

	$qa

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

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:0px;
	left:0;
	margin-right:7px;
	line-height: 1;
	color: #555;
    font-size: 31px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:0;
	left:0;
	margin-right:7px;
	line-height: 1;
	color: #ee7700;
    font-size: 31px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
	content:"A.";
}



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

	$about

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


.concept_text p{
	line-height: 2.2;

}


.features_list {
	position: relative;
	background: rgba(240,233,225,1.00);
	border-radius: 20px;
	padding: 40px 50px 30px;
	z-index: 1;
}
.features_list  ul li{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}
.features_list  ul li em{
	display: block;
    color: #ee7700;
    font-size: 29px;
    font-family: "house-script",sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
	margin-right: 10px;
	line-height: 1.4;
	border-bottom: 1px solid #ee7700;
	margin-bottom: 10px;
	padding-left: 10px;
}



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

	$home

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

.photo_list ul li{
	float: left;
	width: 300px;
	padding: 1%;
	box-sizing: border-box;
}
.photo_list ul li img{
	width: 100%;
}

.price_list li{
	float: left;
}

.price_list li:nth-child(2n){
	float: right;
}

.home_access{
	float: left;


}


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

	$work

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

.works_img li{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}


.care_list ul li{
	position: relative;
	float: left;
	width: 49%;
	height: 400px;
	text-align: center;	
	margin-bottom: 30px;
	padding: 70px 0;
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}

.care_list ul li:nth-child(1){
	float: none;
	width: 100%;
}
.care_list ul li:nth-child(3),.care_list ul li:nth-child(5),.care_list ul li:nth-child(7){
	float: right;
}
.care_list ul li a{
	display: block;
	position: relative;
	width: 70%;
	height: 100%;
	margin:0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding-top: 50px;
	background:rgba(255, 150, 0, 0.85);
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}
.care_list ul li a:hover{
	background:rgba(255, 255, 255, 0.7);
	color: #333;
}
.care_list ul li a span{
	display: block;
	font-size: 19px;
  font-family: "house-script",sans-serif;
	letter-spacing: 2px;
    font-weight: 400;
	transition: ease-in-out 0.2s;
}
.care_list ul li a:hover span{
	color: rgba(255, 150, 0, 1);
}
.care_list ul li a:after{
	display: block;
	content: "MORE";
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	border: 1px solid #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin:30px auto 0;
	font-size: 15px;
	transition: ease-in-out 0.2s;
}
.care_list ul li a:hover:after{
	color: rgba(255, 150, 0, 1);
	border: 1px solid rgba(255, 150, 0, 1);
	background: #fff;
}
.care_list ul li:nth-child(1){
	background: url(../images/care_bnr01.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(2){
	background: url(../images/care_bnr02.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(3){
	background: url(../images/care_bnr03.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(4){
	background: url(../images/care_bnr04.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(5){
	background: url(../images/care_bnr05.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(6){
	background: url(../images/care_bnr06.png) no-repeat;
	background-size: cover;
}
.care_list ul li:nth-child(7){
	background: url(../images/care_bnr07.png) no-repeat;
	background-size: cover;
}

.clinic_sec1.work_access{
	width: 500px;
	float: left;
	margin: 0;
	padding-top: 40px;
}


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

	$fc

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

.fc_list ul li{
	position: relative;
	float: left;
	width: 49%;
	height: 400px;
	text-align: center;	
	margin-bottom: 30px;
	padding: 70px 0;
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}

.fc_list ul li:nth-child(3),.fc_list ul li:nth-child(4),.fc_list ul li:nth-child(5){
	position: relative;
	float: left;
	width: 32%;
	height: 400px;
	text-align: center;	
	margin-bottom: 30px;
	padding: 70px 0;
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}

.fc_list ul li:nth-child(3),.fc_list ul li:nth-child(4){
	margin-right: 24px;
}

/*.fc_list ul li:nth-child(1),.fc_list ul li:nth-child(2){
	clear: both;
	float: none;
	width: 100%;
}*/

/*.fc_list ul li:nth-child(4),.fc_list ul li:nth-child(6){
	float: right;
}*/

.fc_list ul li:nth-child(2){
	float: right;
}

.fc_list ul li:nth-child(6){
	clear: both;
	float: none;
	width: 100%;
}

.fc_list ul li a{
	display: block;
	position: relative;
	width: 70%;
	height: 100%;
	margin:0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding-top: 50px;
	background:rgba(255, 150, 0, 0.85);
	box-sizing: border-box;
	transition: ease-in-out 0.3s;
}
.fc_list ul li a:hover{
	background:rgba(255, 255, 255, 0.7);
	color: #333;
}
.fc_list ul li a span{
	display: block;
	font-size: 19px;
  font-family: "house-script",sans-serif;
	letter-spacing: 2px;
    font-weight: 400;
	transition: ease-in-out 0.2s;
}
.fc_list ul li a:hover span{
	color: rgba(255, 150, 0, 1);
}
.fc_list ul li a:after{
	display: block;
	content: "MORE";
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	border: 1px solid #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin:30px auto 0;
	font-size: 15px;
	transition: ease-in-out 0.2s;
}
.fc_list ul li a:hover:after{
	color: rgba(255, 150, 0, 1);
	border: 1px solid rgba(255, 150, 0, 1);
	background: #fff;
}
.fc_list ul li:nth-child(1){
	background: url(../images/fc_bnr02.png) no-repeat;
	background-size: cover;
}
.fc_list ul li:nth-child(2){
	background: url(../images/fc_bnr03.png) no-repeat;
	background-size: cover;
}
.fc_list ul li:nth-child(3){
	background: url(../images/fc_bnr04.png) no-repeat;
	background-size: cover;
}
.fc_list ul li:nth-child(4){
	background: url(../images/fc_bnr05.png) no-repeat;
	background-size: cover;
}
.fc_list ul li:nth-child(5){
	background: url(../images/fc_bnr06.png) no-repeat;
	background-size: cover;
}
.fc_list ul li:nth-child(6){
	background: url(../images/care_bnr07.png) no-repeat;
	background-size: cover;
}
/*
.fc_list ul li:nth-child(7){
	background: url(../images/care_bnr08.png) no-repeat;
	background-size: cover;
}
*/


/* fc_news */
.fc_top_news{
    position: relative;
    float: none;
    margin: 0 auto;
    width: 1200px;
    height: 500px;
    text-align: center;
    margin-bottom: 30px;
    padding: 120px 0;
    box-sizing: border-box;
    transition: ease-in-out 0.3s;
    background: rgba(255, 150, 0, 0.0);
	background-size: cover;
    overflow-y: hidden;
}
.fc_top_news li{
    border-bottom: 1px solid #efefef;
    margin-bottom: 19px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}
.fc_news{
    content: "";
    background-color: rgba(255,255,255,0.66);
    height: auto;
    width: 70%;
    top: -180px;
    padding-top: 30px;
    padding-bottom: 30px;
   
}
.news_fc_btn{
    position: absolute;
    bottom: 60px;
    /*left: 42%;*/
	left: 44%;
}
.fc_news_text strong{
    margin-right: 40px;
}
h3.fc_news_title span{
    font-size: 19px !important;
}
h3.fc_news_title::before{
    content: "";
    display: none;
}
h3.fc_news_title{
    padding-top: 60px;
    font-size: 22px;
    margin-bottom: 40px;
}



/* fc_news ここまで　*/




.tfc_op_news_flame {
    width: 600px;
    margin: 55px auto 0;
}

.voice{
	border: 1px solid #ccc;
	padding: 50px 70px;
}
.voice dt{
	font-size: 24px;
	color: #ee7700;
	font-weight: 600;
	margin-bottom: 20px;
}
.voice_img{
	margin-left: 30px;
	padding-left: 30px;
	background: #fff;
}
.voice_img dt{
	text-align: right;
}
.voice_img dd{
	color: #555;
	font-size: 13px;
	text-align: right;
}
.voice h4{
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
	margin-top: 30px;
}

.house_list{
	 display: -webkit-flex;
  display: flex;
   -webkit-justify-content:flex-start;
  justify-content:flex-start;
	margin-bottom: 20px;
}
.house_list dl{
	border: 1px solid #ccc;
	width: 24%;
	margin-right: 12px;
	box-sizing: border-box;
}
.house_list dl dt{
	background: #ccc;
	font-size: 13px;
	font-weight: 600;
	padding:5px 20px;
}
.house_list dl dd{
	padding:15px 20px;
	font-size: 14px;
}
.house_list dl dd table{
	width: 100%;
}
.house_list dl dd tr{
	border-bottom: dotted #ccc 1px;
}
.house_list dl dd tr:last-child{
	border-bottom: none;
}
.house_list dl dd th{
	width: 30%;
	padding: 8px 0 8px 0;
	vertical-align: top;
}
.house_list dl dd tr:first-child td{
	color: #6084D4;
}
.house_list dl dd td{
	font-weight: 600;
	line-height: 1.2;
	padding: 8px 0;
	text-align: left;
}
.house_list_2{
 
}

/* fc01 */
.fc02_img01{
    display: block;
    width: 70%;
    margin: 0 auto;
}

span.color_orage{
    display: block;
    color: #ee7700;
}
.before_circle::before{
    content: "●";
}
/*==================================================================

	mail form

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

form label{
	display: block;
}

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

	blog_top

==================================================================*/
.blog_link {
  display: flex;
  justify-content: center;
}
.blog_link li{
	width: 376px;
  padding-right: 25px;
}
.blog_link li:last-child {
  padding-right: 0;
}
.blog_link li a{
	display: block;
	position: relative;
	border: 2px solid #1754a7;
	text-align: center;
	color: #1754a7;
	font-size: 20px;
	padding-top: 80px;
	font-weight: bold;
	height: 150px;
	box-sizing: border-box;
}
.blog_link li a:before{
	background: url(../images/icon_usagi.svg) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top:30px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
}
.blog_link li a:hover{
	background:  #1754a7;
	color: #fff;
}
	

.blog_link li:nth-child(even){
	float: right;
}

.blog_group_home_list,
.blog_sns_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blog_group_home_list li,
.blog_sns_list li{
  padding-right: 25px;
}
.blog_group_home_list li:last-child,
.blog_sns_list li:last-child {
  padding-right: 0;
}
.blog_sns_list li a {
  border: solid 2px #E37410;
  display: block;
}
/*==================================================================

	custom

==================================================================*/
.flexslider {
	width: 450px;
	float: right;
}
.clinic_sec1 {
	float: left;
}
#about02 .clinic_sec1 {
	float: none;
}
.flex-control-nav {
	position: static !important;
	margin-top: 20px !important;
}
.layout07_original{
    width: 100%;
    margin: 0 auto;
}
.layout07_original dl{
    position: relative;
    width: 80%;
    margin: 25px auto;
    float: none;
    border: #fbb87547;
    background-color: #fbb87547;
}
.layout07_original dl::after{
    content: "";
    border-top: 25px solid #fbb87547;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -45px;
    left: 48%;
}
.layout07_original dl:nth-last-child(1)::after{
    display: none;
}
.layout07_original dl:nth-child(3n) {
    margin: auto;
}

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

	利用者の声

==================================================================*/
.voice_whole{
    position: relative;
    background: url(../images/voice_usagi.svg) no-repeat;
    background-position: -100px 300px;
    padding: 0;
}
.voice_whole_bg{
    position: relative;
    height: 100%;
    width: 96.5%;
    padding: 50px 20px;
    background: rgba(255,255,255,0.8);
}
h4.voice_h4{
    border: none;
    font-size: 20px;
}
.voice_p{
    color: #ee7700;
    text-align: right;
    font-weight: bold;
    width: 90%;
}
.voice_flex{
    display: flex;
    justify-content: space-between;
}
.voice_span{
    background-color: #fde269;
}
.voice_02_01{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.voice_comment{
    display: block;
    width: 30%;
    position: absolute;
    top: 360px;
    left: 10px;
}
.voice_comment_text{
    position: absolute;
    top: 425px;
    left: 70px;
    font-size: 11px;
}
.voice_flex_left{
    width: 60%;
}
.voice_flex_right{
    width: 100%;
}
.voice_day{
    margin-top: 70px;
}

/*固定バナー*/
/*.register{
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  position: fixed;
  right: 0;
  top: 15vh;
  width: 55px;
  height: 180px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #f4ad25;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: 16px;
  background: #e70;	
  box-sizing: border-box;
  letter-spacing: 0.08em;
  z-index: 9999999;
}*/

/*.register a {
  color: #fff;
  letter-spacing: 1.5px;	
}*/

.register a {
   display: flex;
   display: -ms-flex;
   justify-content: center;
   justify-content: -ms-center;
   align-items: center;
   align-items: -ms-center;
   position: fixed;
   right: 0;
   top: 15vh;
   width: 55px;
   height: 180px;
   border-bottom-left-radius: 5px;
   border-top-left-radius: 5px;
   background-color: #e70;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   color: #ffffff;
   font-size: 16px;
   box-sizing: border-box;
   letter-spacing: 0.08em;
   z-index: 9999999;
}

.register a:hover{
  opacity: 0.8; 
}

.header_info img {
  width: 2%;
}



.introduction_list{
	display:flex;
	justify-content:space-between;
}
/*.introduction_list a{
	display:block;
	float:left;
	width:24%;
	margin-right:1.3%;
	margin-bottom:0;
	text-align:center;
    height: auto;
}
.introduction_list a:last-child{
	margin-right:0;
}*/

.introduction_list dl{
	width:100%;
	position:relative;
	/*height:660px;*/
    height: calc(100% - 95px);
	margin: 0 15px -95px 0;
    /*margin-bottom: -95px;
	margin-right: 1.3%;*/
}
.introduction_list dl dt{
	/*margin-bottom:7px;*/
}
.introduction_list dl dt img{
	width:100%;
	height:auto;
}
.introduction_list dl dd{
max-width: 280px;
width: auto;
margin: 0 auto;
position: relative;
top: -53px;	
padding: 40px 20px 25px;
text-align: left;
background: #fff;
box-shadow: 0 0 3px #8c8c8c;
/*border: 1px solid #E70;*/
/*background: #A48B78 url(../images/introduction_bg.png) bottom right no-repeat;
}
.introduction_list a:nth-of-type(2n) dl dd{
background: #41210F url(../images/introduction_bg.png) bottom right no-repeat;*/
}

.introduction_list dl dd img {
	width: 100%;
	margin-top: -10px;
}

.introduction_list dl dd h4{
	font-size:22px;
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#ee7700;
	font-weight:500;
	text-align: center;
	margin: 5px 0 15px;
}

/*.introduction_list dl dd h4 span{
	font-size:14px;
    font-family: kings-caslon-display,serif;
    font-weight: 400;
    font-style: normal;
	color:#e4d7cd;
	display:block;
}*/

.introduction_list dl dd p{
	margin-top: -10px;
	font-size:16px;
	color: #333333;
	text-align:justify;
	line-height: 1.8;
}

/*ボタン ゴースト*/
.introduction_list .btn01 {
    position: relative;
    /*margin-bottom: 10px;*/
	margin: 15px 0 10px 0;
    text-align: center;
}
.introduction_list .btn01 a {
    display: inline-block;
    position: relative;
    /*padding: 14px 59px;*/
	padding: 14px 45px;
    line-height: 1;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    transition: ease-in-out 0.1s;
}
.introduction_list .btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.introduction_list .btn01 a:hover{
	color:#fff;
	background-color:#666666;
}
.introduction_list .btn01 a:hover i{
	color:#fff;
}

.introduction_list .btn01 a:hover::after{
	left:0;
	top:0;
}

.introduction_list .btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}

.introduction_list .btn01_arrow img{
	opacity:1 !important;
}

.introduction_list .btn01_arrow,
.introduction_list .btn01_arrow img{
	width: 18px;
	height: 13px;
}

.introduction_list .btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン ゴースト2*/
.introduction_list .btn02 {
    position: relative;
    /*margin-bottom: 10px;*/
	margin: 15px 0 10px 0;
    text-align: center;
}
.introduction_list .btn02 p {
    display: inline-block;
    position: relative;
    /*padding: 14px 59px;*/
	padding: 14px 45px;
    line-height: 1;
    border: 1px solid #666666;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    transition: ease-in-out 0.1s;
}
.introduction_list .btn02 p i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.introduction_list .btn02 p:hover{
	color:#fff;
	background-color:#666666;
}
.introduction_list .btn02 a:hover i{
	color:#fff;
}

.introduction_list .btn02 p:hover::after{
	left:0;
	top:0;
}

.introduction_list .btn02_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}

.introduction_list .btn02_arrow img{
	opacity:1 !important;
}

.introduction_list .btn02_arrow,
.introduction_list .btn02_arrow img{
	width: 18px;
	height: 13px;
}

.introduction_list .btn02 p:hover .btn02_arrow{
	left:4px;
}

.introduction_list .list_link:hover {
	opacity: 0.8;
}

/* 採用情報・フランチャイズ制度 */
.header_bnr {
	position: absolute;
	top: 0;
	right: 312px;
}
.header_bnr::after {
	display: block;
	clear: both;
	content: "";
}
.header_bnr li {
	display: table;
	float: left;
	width: 151px;
	height: 38px;
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	text-align: center;
}
.header_bnr li:first-child {
	background: #ee7700;
	margin-right: 1px;
}
.header_bnr li:nth-child(2) {
	background: #0054a7;
	margin-right: 1px;
}

.header_bnr li a {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

.header_bnr li:hover {
	opacity: 0.8;
}

/* SNS */
.header_bnr2 {
	position: absolute;
	top: 3px;
	right: 90px;
}
.header_bnr2::after {
	display: block;
	clear: both;
	content: "";
}
.header_bnr2 li {
	display: table;
	float: left;
	width: 50px;
	height: 38px;
	font-size: 14px;
	text-align: center;
}

.header_bnr2 li a {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

.header_bnr2 img {
	width: 60%;
}

.header_bnr2 li:hover {
	opacity: 0.8;
}

/* SHOP */
.text_space {
	padding-left: 69px;
}
.text_space2 {
	padding-left: 193px;
}
.shop_img {
	text-align: center;
}
.shop_img img {
	width: 50%;
}

.icon_space {
	padding-right: 100px;
}
.icon_space img {
	width: 21%;
	padding-right: 1%;
}

.icon_space2 {
	padding-right: 55px;
}
.icon_space2 img {
	width: 21%;
	padding: 1%;
}

.icon_space3 {
	padding-right: 2px;
}
.icon_space3 img {
	width: 22%;
	padding: 1%;
}

.icon_space4 {
	padding-right: 55px;
}
.icon_space4 img {
	width: 19%;
	padding: 1%;
}

.icon_space5 {
	padding-right: 100px;
}
.icon_space5 img {
	width: 19%;
	padding-right: 1%;
}
.icon_space6 {
	padding-right: 100px;
}
.icon_space6 img {
	width: 22%;
	padding-right: 1%;
}

.dd_space {
	padding-left: 30px;
}
.shop_service img {
	width: 10%;
	padding: 1%;
}
.pay img {
	width: 20%;
	padding: 1%;
}

.shoplist_map {
	margin: 45px 0 0 0;
	float: right;
	width: 450px;
}

.top_space {
	margin-top:-100px;
}