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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	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 left no-repeat;
	opacity: 0.7;*/
}
a {
	color: #8d6b41;
	text-decoration: none;
	transition:0.2s ease-in-out;
}
a:hover {
	color:#38240d ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
position: relative;
	width:100%;
	height:130px;/* navのtopと同じ値にする */
	/*margin-bottom:80px; navのheightと同じ値にする */
	background-color:rgba(255,255,255,0.5);
}
header .inner{
	position:relative;
	width:1340px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:20px;
}
/* ロゴ */
header .header_logo{
	position: absolute;
    top: 57px;
    left: 30px;
    z-index: 9999;
}
header .header_logo,
header .header_logo img{
	width:265px;
	height:60px;
}

/* 住所 */
.header_info{
    position: absolute;
    top: 34px;
    /*right: 480px;*/
	right: 450px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.header_info li{
}
.header_info_ad{
}
.header_copy{
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}

.header_copy.twoline{
	top:10px;
}

/* ご予約・お問合せ */
.header_tel{
position: absolute;
    top: 29px;
    right: 247px;
    line-height: 1.4;
    font-family: 'Cardo', serif;
    font-size: 26px;
    font-weight: 700;
}
/*.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:before{
	position: absolute;
    top: -2px;
    bottom: 0;
    left: -20px;
    width: 13px;
    height: 21px;
    margin: auto;
	background-image:url(../images/mobile-alt-solid.png);
	background-repeat:no-repeat;
	content:"";
}
.header_tel a{
color: #8d6b41;
}
.web_yoyaku{
position: absolute;
top: 20px;
right: 0;
}
.fixed_web_yoyaku_btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: translateY(-50%);
}

.fixed_web_yoyaku_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding-left: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    background: #C0AB9A;
    color: #fff;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 1.2em;
    line-height: 1;
    writing-mode: vertical-rl;
    transition: opacity 0.2s, width 0.2s;
}

.fixed_web_yoyaku_btn a:first-of-type {
    height: 175px;
    gap: 5px;
}

.fixed_web_yoyaku_btn a:first-of-type i {
    font-size: 25px;
}

.fixed_web_yoyaku_btn a.sns {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_web_yoyaku_btn a.insta {
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.8), rgba(253, 29, 29, 0.8), rgba(252, 176, 69, 0.8));
}

.fixed_web_yoyaku_btn a.line {
    background: rgba(6, 199, 85, 0.8);
}

.fixed_web_yoyaku_btn a:hover {
    width: 80px;
}

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

	nav

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

nav {
	position: absolute;
	top:60px;/* headerのheightと同じ値にする */
	width:100%;
	height:70px;/* headerのmargin-bottomと同じ値にする */
	background-color:rgba(255,255,255,0.8);
	z-index:9998;
}
nav ul{
	display: flex;
	justify-content: flex-end;
	width:1340px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	/*padding: 0 39px;*/
	/*padding: 0 29px;*/
	/*padding: 0 25px;*/
	padding: 0 18px;
	vertical-align:middle;
	line-height: 70px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size:15px;
	text-align:center;
	font-weight: 500;
	color: #222222;
}
nav li:last-child a{
	padding: 0 0 0 39px;
}
nav li a:hover,
nav li.active2 a{
	color:#222;
}
nav li a span{
	position:relative;
}

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

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

/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

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

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: #f9ead7;
}

/* 矢印 */
.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;
}
nav.fixed ul{
justify-content: center;
}



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 300px;
	background-image:url("../images/mainvisual_slide1.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1340px;
	margin: 0 auto;
	background-repeat:no-repeat;
	z-index: 3;
}
#mainvisual p{
	position:relative;
}
.mainvisual_invisa_bg {	
    background-color: #f2f3ed;
}
#mainvisual_invisa{
	display:block;
	position:relative;
	height: 900px;
	/*background-image:url("../images/mainvisual_slide_invisa02.jpg");*/
	background-image:url("../images/mainvisual_slide_invisa2025.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-width: 1920px;
    margin: auto;
}
#mainvisual_invisa .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1340px;
	margin: 0 auto;
	background-repeat:no-repeat;
	z-index: 3;
}
#mainvisual_invisa p{
	position:relative;
}
#mainvisual_invisa h2 {
	margin-top: 50px;
}

/* 下層ページの見出し */
.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 p,.mainvisual_headline  h2{
font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #222222;
	font-size: 30px;
	letter-spacing: 0.15em;
}
.mainvisual_headline span p {
	display:inline-block;
	font-size:15px;
	color: #8d6b41;
	font-family: 'Cardo', serif;
    font-weight: 400;
}

/* 飾りの英語の棒 */
.mainvisual_headline span p::before,
.mainvisual_headline span p::after{
	position: relative;
	content:"-";
}
.mainvisual_headline span p::before{
	left:-0.5em;
}
.mainvisual_headline span p::after{
	right:-0.5em;
}
/*新宿の矯正歯科おすすめしたい10医院*/
.mainvisual_medicaldoc{
	position: absolute;
    top: 18px;
    /*top: 50px;*/
    /*left: 200px;*/
	right: 0;
	height: auto;
	z-index: 20;
	background: #fff;
    padding: 1%;
	border: 4px solid rgba(141,107,63,0.6);
}
.mainvisual_medicaldoc h2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: 'Cardo', serif;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #8d6b41;
    font-weight: bold;
}
.mainvisual_medicaldoc p{
	margin-bottom: 10px;
}
.mainvisual_medicaldoc p:last-of-type{
	margin-bottom: 0;
}
.mainvisual_medicaldoc p a img {
	width: 190px;
}
/* 背景変更用 
#mainvisual.bg01{
	background-image:url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg02{
	background-image:url(../images/main_bg02.png) ;
	background-position: center 0%;
	background-size: cover;
	
}
#mainvisual.bg03{
	background-image:url(../images/main_bg03.png) ;
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg04{
	background-image:url(../images/main_bg04.png) ;
	background-position: center 0%;
	background-size: auto;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}*/






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

	#contents

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

main{
	display:block;
}
#container{
position:relative;
	padding-top:0;
	padding-bottom: 85px;
}

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



#contents_left{
	float:left;
	width:790px;
}
#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: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "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 #8d6b41;
}

#contents_right_link .right_medical p:first-child span{
    display: block;
    font-size: 15px;
    font-style: normal;
	color: #8d6b41;
    font-family: 'Cardo', serif;
    font-weight: 400;
}
/*.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 : #f7e7d0 ;
}
#contents_right_link .right_medical li:nth-child(even){
	background-color : #fff2e0;
}
#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: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "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.txt_2 {
    font-size: 13px;
	line-height: 30px;
}

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




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

	$footer

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

footer {
	position:relative;
	width:100%;
	background-color:#fff;
}


/* フッターの医院概要 */
.footer_info{
}
.footer_info .inner{
	width:1110px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	padding:0;
}

.footer_info_overview{
	width:455px;
	margin: 0 0 0 20px;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
	width: 222px;
    height: 143px;
    display: block;
    margin: 0 auto 30px;
}

.footer_info_overview dl {
    display: flex;
    justify-content: space-between;
	padding: 18px 0;
	border-top: dotted 1px #d9d9d9;
	border-bottom: dotted 1px #d9d9d9;
}
.footer_info_overview dl:nth-child(2) dt {
    letter-spacing: 0.5em;
}
.footer_info_overview dl:nth-child(3) {
	border-top: none !important;
	padding: 11px 0;
}
.footer_info_overview dt {
    width: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 40px;
}

.footer_info_overview dd {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 26px;
	width: 72%;
}
.footer_note {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0;
}
/*.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 dl:nth-child(3) a{
	color: #a58a65;
	font-family: 'Cardo', serif;
	font-weight: 700;
	font-size: 22px;
}
.footer_info_overview_tel span{
	display:block;
	position: relative;
    left: -27px;
	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_sche{
	font-size:15px;
	margin-top:23px;
}
.schedule table{
	width:100%;
}
.schedule table th{
	font-weight:600;
	padding: 10px 24px 8px 24px;
	text-align: center;
}
.schedule table tr:first-child td{
	font-weight:600;
	padding: 10px 13px 10px 13px;
	color: #333;
}
.schedule table td:last-child{
	padding-right: 20px !important;
}
.schedule table tr:nth-of-type(2) th{
    padding: 18px 24px 7px 24px;
}
.schedule table tr:nth-of-type(2) td{
	padding: 18px 13px 7px 13px;
	color: #c6a270;
}
.schedule table tr:nth-of-type(3) th{
    padding: 7px 24px 18px 24px;
}
.schedule table tr:nth-of-type(3) td{
	padding: 7px 13px 18px 13px;
	color: #c6a270;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{

}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
}
.schedule_note li{
	display:block;
	text-align: center;
}
.schedule_note li span{
color: #c6a270;
}

.footer_map{
width: 550px;
height: 510px;
margin: 15px 0 0;
}
.access .access_map dd{
width: 100%;
height: 400px;
}
.footer_map iframe,
.access .access_map dd iframe{
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}
.footer_map_box {
	margin-bottom: 10px;
	border-radius: 7px;
	background-color: #e3e9ff;
}
.footer_map p {
	padding: 1%;
	color: #333;
	text-align: center;
	font-size: 14px;
}

/* フッターの記事掲載バナー */
.footer_medicaldoc {
	position: static;
    width: 1110px;
    margin: 60px auto;
}
.footer_medicaldoc .footer_medicaldoc_inner {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer_medicaldoc h2 {
	font-size: 20px;
}
.mainvisual_medicaldoc .footer_medicaldoc_inner p a img {
	width: 230px;
}
.footer_medicaldoc {
	display: block;
}

/* フッターのナビ */

.footer_navi{
}
.footer_navi ul{
    display: flex;
    padding: 82px 0 80px;
    background: url(../images/medical_bg.png)center no-repeat;
    background-size: auto;
    background-size: cover;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
    width: 30%;
	padding-left: 200px;
}
.footer_navi ul li p a{
	font-weight: bold;
	color: #fff;
	line-height: 2.0;
	padding: 0;
	vertical-align: middle;
}
.footer_navi ul li:last-child{
	width: auto;
	text-align: left;
}
.footer_navi ul li:last-child p{
	color: #fff;
}
.footer_navi ul li:last-child p a{
	padding: 0 29px;
}
.footer_navi ul li p a:hover,
.footer_navi ul li.active2 a{
	opacity: 0.7;
	transition: 0.2s ease-in-out;
}

/* 間のボーダー */
/*.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 span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -10px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	-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 span::before,
.footer_navi ul li.active2 a span::before{
	transform: scaleX(1);
}
/*.footer_medicaldoc {
	display: none;
}*/
.footer_bnr {
    position: static;
    width: 1110px;
    margin: 60px auto;
}

.footer_bnr_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.footer_bnr a{
	display: block;
	width: calc((100% - 100px) / 3);
}

.footer_bnr a img{
	width: 100%;
	height: 100%;
}

/* ページトップ */
.pagetop,
.pagetop img{
	width:52px;
	height:52px;
}
.pagetop{
position: fixed;
/*right: 95px;*/
	right: 113px;
bottom: 25px;
width: 52px;
height: 52px;
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{
	/*margin: 55px 0 70px;*/
	margin: 30px 0 30px;
	text-align: center;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.1em;
	font-family: 'Cardo', serif;
}




.brown{
	font-weight: bold;
	color: #8d6b41;
}






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

	タイトル

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

/*中央寄せ*/
h2.tit01,
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-weight:600;
	text-align: center;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #222222;
    font-size: 18px;
}
.contents_tit{
	position: relative;
}

.contents_tit h2.tit01{
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	font-weight:600;
	text-align: center;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #222222;
    font-size: 18px;
}

.contents_tit .tit_eng{
	display:block;
	position:absolute;
	top:-50px;
	right: 0;
	left: 0;
	text-align: center;
	margin-bottom: 13px;
	letter-spacing: 2.5px;
	color: #8d6b41;
	font-size:55px;
	font-family: 'Allura', "serif" !important;
    font-weight: 500;
	z-index:2;
	line-height: 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 {
	display:block;
	position:relative;
	margin-bottom: 13px;
	letter-spacing: 2.5px;
	color: #8d6b41;
	font-size:55px;
	font-family: 'Allura', "serif" !important;
    font-weight: 500;
	z-index:2;
	line-height: 1;
}
h3.tit01 span{
	display:block;
	position:relative;
	letter-spacing: 2.5px;
	color: #8d6b41;
	font-size:55px;
	font-family: 'Allura', "serif" !important;
    font-weight: 500;
	z-index:2;
	line-height: 1;
}
/*h3.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}*/
h3.tit01_1 {
  padding: 0.25em 0.5em;
    color: #303030;
    border-left: solid 5px #a38967;
    font-size: 22px;
    font-weight: 400;
    font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.15em;
    line-height: 1.6;
	background: #ebe6df;
    display: inline-block;
	margin-bottom: 20px;
}
/* 左寄せ */
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: 30px;
    padding: 14px 14px 14px 45px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #1F2774;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

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 {
	position: relative;
    display: block;
    padding: 0 0 10px;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 1px #38240d;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
h3.tit05:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #c6a270;
    bottom: -1px;
    width: 66px;
}

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_1 {
    position: relative;
	margin-bottom: 15px;
    padding: 7px 5px 7px 60px;
    font-size: 18px;
    color: #8d6b41;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 2;
}

h3.tit07_1:before {
  font-family: "Font Awesome";
  content: "1";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #8d6b41;
  font-weight: 600;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 49px;
  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_2 {
    position: relative;
	margin-bottom: 15px;
    padding: 7px 5px 7px 60px;
    font-size: 18px;
    color: #8d6b41;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 2;
}

h3.tit07_2:before {
  font-family: "Font Awesome";
  content: "2";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #8d6b41;
  font-weight: 600;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 49px;
  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_3 {
    position: relative;
	margin-bottom: 15px;
    padding: 7px 5px 7px 60px;
    font-size: 18px;
    color: #8d6b41;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 2;
}

h3.tit07_3:before {
  font-family: "Font Awesome";
  content: "3";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #8d6b41;
  font-weight: 600;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 49px;
  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_4, h3.tit07_5, h3.tit07_6 {
    position: relative;
	margin-bottom: 15px;
    padding: 7px 5px 7px 60px;
    font-size: 18px;
    color: #8d6b41;
    border-radius: 25px 15px 15px 25px;
    font-weight: 600;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 2;
}

h3.tit07_4:before, h3.tit07_5:before, h3.tit07_6:before {
  font-family: "Font Awesome";
  content: "4";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #8d6b41;
  font-weight: 600;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 49px;
  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_5:before {	
  content: "5";
}
h3.tit07_6:before{	
  content: "6";
}
/*中央寄せ*/
h3.tit08 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 10px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #303030;
	font-size: 22px;
	font-weight:400;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-bottom: solid 1px #38240d;
}
h3.tit08 span {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	padding-right: 33px;
}
h3.tit08 span:before {
	display: block;
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../images/tit08_bg.png) no-repeat top center;
}
h3.tit08 :after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #c6a270;
    bottom: -11px;
	left: 0;
    width: 55px;
}
h3.tit09{
	position: relative;
	margin-bottom: 15px;
	padding: 7px 5px 7px 60px;
	font-size: 18px;
	color: #8d6b41;
	border-radius: 25px 15px 15px 25px;
	font-weight: 600;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 2;
}

h4.tit01 {
position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    font-size: 17px;
    /* font-weight: bold; */
    text-align: left;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    background: #8d6b41;
    display: inline-block;
    padding: 6px 14px;
}
h4.tit01:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-width: 0 0 11px 11px;
  border-style: solid;
  border-color: #fff #fff #8d6b41;
}
/*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 {
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 10px;
    padding: 4px;
    padding: 0.25em 0.5em 0 1.5em;
    color: #4b3926;
    position: relative;
}
h4.tit02 span {
	color: #a28868;
    padding-right: 10px;
    font-size: 24px;
    font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
    left: 0px;
    top: -6px;
}


h5.tit01{
	position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    color: #8d6b41;
    font-size: 16px;
    font-weight: 600;
}





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

	共通

==================================================================*/
.waku{
	/*padding: 35px 10px 20px 45px;*/
	padding: 35px 40px 20px 45px;
    background-color: #fff2e0;
}
.waku_2 {
	padding: 20px 30px 10px 30px;
    border: 2px solid #c09e7085;
}
.bold_sp{
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.pc_center {
    text-align: center;
}
/*院長略歴*/
.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: 13px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #c6a270;
	border: 1px solid #c6a270;
	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;
}
.list07_2 {
	border: none;
}
/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#fff2e0;
}
.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 #8d6b41;
}
.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: '';
}
ol.list09 {
	margin: 0;
    padding: 0;
    counter-reset: number;
    list-style: none;
	margin-left: 1em;
}
ol.list09 li {
	margin-bottom: 12px;
    list-style-type: none;
	margin: 0 0 10px 30px;
    position: relative;
}
ol.list09 li:before {
    font-weight: bold;
    left: -30px;
    position: absolute;
	margin: 0 0 8px;
    line-height: 1.6;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: unset;
    background: #5b4b38;
    border-radius: 50%;
    color: #fff;
    counter-increment: number;
    content: counter(number);
}
/*ボタン ゴースト*/
.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: 9px 20px 6px;
	border:1px solid #6b4a2f;
	color: #6b4a2f;
	background: #fff;
	font-family: 'Allura', "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
	font-weight:500;
	transition:ease-in-out 0.2s ;
	font-size: 20px;
    line-height: 1.5;
}
.btn02 a i{
	margin-left: 20px;
    transform: scale(2.5, 1);
    font-size: 13px;
	font-weight: normal;
}
.btn02 a:hover{
	background-color: rgba(141, 107, 65, 0.3);
	color:#fff;
}
.btn02_2 a {
	display: inline-block;
    padding: 9px 20px 6px;
    border: 1px solid #6b4a2f;
    color: #6b4a2f;
    background: #fff;
	font-weight: 700;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px;
	transition: ease-in-out 0.2s;
    line-height: 1.5;
}

.btn02_2 a:hover{
	background-color: rgba(141, 107, 65, 0.3);
	color:#fff;
}
/*ボタン　縦影アリ*/
.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_fr span {
  display: block;
  font-size: 14px;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}

/* 画像を左寄せ　※画像サイズはhtmlで調整 */
.img_fl{
	display:block;
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fl img{
	border-radius:3px;
	margin-bottom:7px;
	
}


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


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

/*下線*/
.under{
   background: linear-gradient(transparent 50%, #fff2e0 50%);
}

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

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


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

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03.price th{
	width: 68%;
    text-align: center;
}
.tb03.price td{
	white-space: break-spaces;
}
.tb03.price.ver02 th:first-child,
.tb03.price.ver02 th:nth-child(2){
	width: 34%;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}
.tb03_2 th{
	display: table-cell;
}
.tb03_2 td{
	text-align: inherit;
}
.medical08.tb03{
	width: 790px;
	white-space: break-spaces;
}
.medical08.tb03 th, .medical08.tb03 td {
  padding: 8px 20px;
  text-align: left;
}
.medical08.tb03.ver03 {
	    white-space: inherit;
	background-color: #ebdfcd;
}
.medical08.tb03.ver03 th{
	    background-color: #fef2e1;
}
/*==================================================================

	アンカーリンンク

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

/* 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;
}
/*
*[id*="ank"], *[id*="nw"] {
  margin-top: -100px!important;
  padding-top: 100px!important;
}
*/
#nw1, #nw2, #nw3, #nw4, #nw5 {
  margin-top: -100px;
  padding-top: 100px;	
}
#jaw #ank01 {
  margin-top: -150px!important;
  padding-top: 150px!important;	
}
#ank01, #ank02, #ank03,#page_link01,#page_link02,#page_link03,#page_link04,#page_link05,#page_link06,#page_link07,#page_link08,#page_link09,#page_link10,#page_link11,#page_link12 {
  margin-top: -100px;
  padding-top: 100px;
}
.box3 {
    position: relative;
    margin: 0 auto 100px;
}
[class^="ank0"] {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
[class^="ank0"]::after{
  content:"";
  display: block;
  width:50%;
}
[class^="ank0"] li {
    margin: 0 1% 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}
.ank02 li {
    width: 48%;
}
[class^="ank0"] li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2% 10%;
    border: 1px solid #d4ccb4;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
[class^="ank0"] li a:hover{
	color: #fff;
    background: #8d6b41;
    transition: 0.2s ease-out;
}
[class^="ank0"] 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:#fff2e0;
	letter-spacing: 0.1em;
	color: #8d6b41;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin: 10px 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#bda382;
}
.layout01 dt {
	color:#8d6b41;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.layout01 dd{
		padding:3%;
}
.layout01.child_list dt img {
  width: 100%;
  margin: 10px 0 20px;
}



/* 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:#fff2e0;
	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: #222;
	font-size:18px;
	font-weight:600;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout03 dd h4{
	color: #222;
	font-size:18px;
	font-weight:600;
}
.layout03 dd h4 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:#fff2e0;
	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: #222;
    font-size: 18px;
	font-weight: 600;
    /*font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
}
.layout04 dd h5 span{
	margin-right:10px;
	color: #8d6b41;
	font-family: 'Cardo', serif;
	font-size:30px;
	font-weight: normal;
}


/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#fff2e0;
	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{
	padding-bottom: 0;
}
.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:#fff2e0;
	letter-spacing: 0.1em;
	color: #8d6b41;
	font-size:17px;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: 'Cardo', serif;
	font-size:38px;
	font-weight:normal;
	color:#bda382;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

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


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
	position:relative;
	float: left;
	width: 24.6%;
	margin-right: 4.1%;
	margin-bottom:25px;
	padding: 3%;
	border-radius: 10px;
	background-color:rgba(141, 107, 65, 0.3);
}
.layout08 dl:last-child::before {
	display: none;
}
.layout08 dl::before {
    position: absolute;
    right: -25px;
    top: 0;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #8d6b41;
    border-right: 2px solid #8d6b41;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}
.layout10 {
    position: relative;
	margin-bottom: 50px;
}
.layout10 .flow_box {
    position: relative;
    display: flex;
    padding: 32px;
    background: #fff;
}
.layout10 .flow_box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52px;
    margin: auto;
    width: 4px;
    height: calc(105% - 0px);
    border-right: #8d6b41 dotted 4px;
    box-sizing: border-box;
    content: "";
}
.layout10 .flow_box:last-child::before {
    top: 2px;
    bottom: auto;
    height: /*78px*/ 73px;
}
.layout10 .flow_box .layout10_box {
    width: 90%;
}
.layout10 .flow_box .layout10_box p img {
  width: 100%;
}
.layout10_text .tb03 td span img{
   display: block;
   width: 100px;
   text-align: center;
   margin: auto;
}
.layout10 .flow_box:nth-child(odd) {
    background: #f7e7d0;
}
.layout10 .flow_box:nth-child(even) {
    background: #fff2e0;
}
.layout10 .flow_box:first-child::before {
    top: 32px;
    bottom: auto;
    height: calc(100% - 34px);
}
.layout10 .flow_box .number {
	font-family: "Font Awesome";
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    margin-right: 4%;
    background: #8d6b41;
    border-radius: 50%;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}
.layout_tit {
    font-size: 18px;
    font-weight: bold;
	font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.layout10 .flow_box .title {
    background: #8d6b41;
    margin-top: 24px;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0.12em;
}

.layout11 {
    position: relative;
	margin-bottom: 80px;
}
.layout11_box {
    padding: 8px;
    background: #f7f7f7;
	margin-bottom: 8px;
}
.layout11_image02 {
    display: flex;
    justify-content: space-between;
	padding-bottom: 15px;
}
.layout11_image02 span {
    position: relative;
    display: block;
    width: 47%;
}
.layout11_image02 span p {
	text-align: center;
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
}
.layout11_image02 span img  {
	width: 100%;
	height: auto;
}
.layout11_text02 {
	margin-top: 8px;
}
.layout11_text02 dl {
	display: flex;
    flex-wrap: wrap;
}
.layout11_text02 dl dt {
	color: #fff;
    background: #ab977b;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border: 1px solid #ab977b;
	width: 18%;
    margin-bottom: 2px;
	margin-left: 0;
}
.layout11_text02 dl dd {
    padding: 12px;
    background: #fff;
    border: 1px solid #ab977b;
	/*width: 75.2%;*/
	width: 77.4%;
    margin-bottom: 2px;
}
.layout11_image02 span:last-child::before {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: -30px;*/
	left: -40px;
    margin: auto;
    display: flex;
    align-items: center;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #ab977b;
    line-height: 1;
}
.layout11 .desc {
    background: #fff;
    border: 1px solid #ab977b;
    padding: 16px;
}

.layout11 .list03 li {
	margin-bottom: 0;
}

.case_tit {
	margin-bottom: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #8d6b41;
    font-size: 17px;
	font-weight: bold;
}

/* 当院までの道順 */
#clinic .layout08 dl:nth-child(1), #clinic .layout08 dl:nth-child(2), #clinic .layout08 dl:nth-child(3),
#clinic .layout08 dl:nth-child(4) {
	padding: 3% 3% 58px;
}



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

	box

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

.box1{
	position:relative;
	width:1340px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:100px;
}
.box3{
	margin-bottom: 80px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



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

	.top_doctor

==================================================================*/
.top_doctor{
	position: relative;
	padding: 130px 0 0;
    margin-bottom: 133px;
    /*height: 525px;*/
	height: 970px;
}

.top_doctor::after {
    position: absolute;
    width: 437px;
    height: 1525px;
    top: -145px;
    bottom: auto;
    right: 0;
    left: auto;
    margin: auto;
    background-image:url("../images/greeting_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index:-9999999999999999;
    content: "";
}

.top_doctor .box1{
height: 100%;
margin: 0 auto 0;
}

.top_doctor h3{
position: absolute;
top: 0;
left: 0;
font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222222;
	font-size: 27px;
	line-height: 50px;
	padding: 0;
    text-align: left;
	letter-spacing: 0;
	margin: 0 0 50px;
}

.top_doctor h3::before{
position: absolute;
    width: 579px;
    height: 186px;
    top: -10px;
    bottom: auto;
    right: auto;
    left: -120px;
    margin: auto;
    background-image:url("../images/bg_greeting.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}

.top_doctor .text{
position: absolute !important;
	position: relative;
    float: left;
    /*width: 605px;*/
	width: 640px;
	/*line-height: 2.4;*/
	line-height: 2;
	top: 200px;
    left: 45px;
}
.top_doctor .text p:first-child{
/*margin-bottom: 3.4em;*/
	margin-bottom: 1.4em;
}
.top_doctor .text p:last-child{
font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222222;
	font-size: 19px;
	line-height: 38px;
	text-align: right;
}
.top_doctor_img{
	position: absolute;
    top: 14px;
    right: 100px;
}
.top_doctor_img img{
margin: 0 0 60px;
}
.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_img .btn02{
    text-align: center;
}
.top_doctor .btn02 a{
width: 52%;
    padding: 8px 0;
    text-align: center;
	}


/*下層*/

#contents .top_doctor{
padding: 0 0 0;
margin-bottom: 0;
height: auto;
}

#contents .top_doctor h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #222222;
    font-size: 27px;
    line-height: 50px;
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 50px;
	z-index: 10;
}

#contents .top_doctor h2::before {
    position: absolute;
    width: 579px;
    height: 186px;
    top: -10px;
    bottom: auto;
    right: auto;
    left: -120px;
    margin: auto;
    background-image: url(../images/bg_greeting.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}

#contents .top_doctor .box1 {
    height: 100%;
    width: 1150px !important;
    margin: 0 auto 0;
	position: relative;
}

#contents .top_doctor .text {
    position: relative !important;
    float: left;
    width: 705px;
    line-height: 2.4;
    top: 0;
    left: 0;
	z-index: 9;
}

#contents .top_doctor .box1:first-child .text {
    padding: 200px 0 0;
}

#contents .top_doctor .box1:last-child .text h3{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 0 0 10px;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 1px #38240d;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#contents .top_doctor .box1:last-child .text h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #c6a270;
  bottom: -1px;
  width: 66px;
}

#contents .top_doctor .box1:last-child .text h3::before{
display: none;
}


#contents .top_doctor .text p {
    margin-bottom: 1.7em !important;
}

#contents .top_doctor .text:nth-of-type(2) {
    padding: 0 0 0;
}

#contents .top_doctor_img {
    position: absolute;
    top: 10px;
    right: 0;
}

#contents .top_doctor_img img {
    margin-bottom: 40px;
}
/*==================================================================

	.top_video

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

.top_video .youtube{
text-align: center;
}
/*==================================================================

	.top_hotellike

==================================================================*/
.top_hotellike{
padding: 0;
    margin-bottom: 185px;
}

.top_hotellike .box1{
height: 100%;
margin: 0 auto 0;
}

.top_hotellike h3{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222222;
	font-size: 27px;
	line-height: 50px;
	padding: 0;
    text-align: left;
	letter-spacing: 0;
	margin: 0 0 50px;
}

.top_hotellike h3::before{
    position: absolute;
    width: 654px;
    height: 187px;
    top: -53px;
    bottom: auto;
    right: auto;
    left: -128px;
    margin: auto;
    background-image:url("../images/bg_relaxyou.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}

.top_hotellike h3 + div{
	display: flex;
	position: relative;
    padding: 172px 0 0;
	margin: 0 0 58px;
}
.kasou_hotellike h3 + div + div{
	display: flex;
	position: relative;
    padding: 172px 0 0;
	margin: 0 0 58px;
}

/* 当院の特徴 */
#feature .top_hotellike h3 + div{
	display: flex;
	justify-content: space-around;
	position: relative;
    padding: 172px 0 0;
	margin: 0 0 58px;
}
.top_hotellike h3 + div img:first-child{
margin: 0 20px 0 0;
}

.top_hotellike h3 + div img:last-child{
margin: 105px 0 0;
    display: block;
}
#feature .kasou_hotellike h3 + div{
	display: block;
	margin: 0;
}
#feature .kasou_hotellike h3 + div + div{
	display: flex;
	justify-content: space-around;
	position: relative;
    /*padding: 172px 0 0;*/
    padding: 80px 0 0;
	margin: 0 0 58px;
}
.kasou_hotellike h3 + div + div img:first-child{
margin: 0 20px 0 0;
}

.kasou_hotellike h3 + div + div img:last-child{
margin: 105px 0 0;
    display: block;
}

.top_hotellike .top_medical_list{
display: flex;
flex-wrap: wrap;
justify-content:center;
    margin: 0 0 30px;
}

.top_hotellike .top_medical_list a {
    display: block;
    float:none;
    width: auto;
    margin-right: 40px !important;
    margin-bottom: 112px;
    text-align: center;
	color: #222222;
	transition:0.2s ease-in-out;
}

.top_hotellike .top_medical_list a:hover,
.top_hotellike .top_medical_list a:hover dl dd h4{
color: #8d6b41;
}

.top_hotellike .top_medical_list a:nth-child(3),
.top_hotellike .top_medical_list a:nth-child(5){
/*margin-right: 0 !important;*/
}

.top_hotellike .top_medical_list dl{
position: relative;
height: 407px;
}

.top_hotellike .top_medical_list dl dd{
position: absolute;
    text-align: left;
    width: auto;
    bottom: -32px;
    padding: 0 0 0 64px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

.top_hotellike .top_medical_list dl dd::after {
    content: '';
    position: absolute;
    top: -55px;
    left: 25px;
    bottom: 0;
    display: inline-block;
    width: 1px;
    height: 215px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #dbc8ae;
    border-radius: 2px;
}

.top_hotellike .top_medical_list dl dd h4{
    font-family: "HonMincho-B", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #222222;
	font-size: 23px;
	line-height: 38px;
	margin: 0 0 10px;
}

.top_hotellike .top_medical_list + div{
display: flex;
    position: relative;
    height: 420px;
    width: 1240px;
    margin: 0 auto 20px;
    justify-content: space-between;
}

.top_hotellike .top_medical_list + div a{
    position: absolute;
}

.top_hotellike .top_medical_list + div a:last-child{
    right: 0;
}


.top_hotellike .top_medical_list + div + div{
position: relative;
width: 970px;
    margin: 0 auto;
    background-color: #f1ede7;
    text-align: center;
    padding: 45px 0 60px;
}

.top_hotellike .top_medical_list + div + div p{
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	}

.top_hotellike .top_medical_list + div + div .btn02{
position: absolute;
left: 0;
bottom: -22px;
right: 0;
width: 267px;
margin: auto;
	}

.top_hotellike .top_medical_list + div + div a{
width: 100%;
    padding: 8px 0;
    text-align: center;
	}


.kasou_hotellike .feature_orthodontia {
display: flex;
    position: relative;
    height: 420px;
    width: 1240px;
    margin: 0 auto 20px;
    justify-content: space-between;
}

.kasou_hotellike .feature_orthodontia  a{
    position: absolute;
}

.kasou_hotellike .feature_orthodontia a:last-child{
    right: 0;
}
.kasou_hotellike .feature_orthodontia + div{
position: relative;
width: 970px;
    margin: 0 auto 150px;
    background-color: #f1ede7;
    text-align: center;
    padding: 45px 0 60px;
}

.kasou_hotellike .feature_orthodontia + div p{
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	}

.kasou_hotellike .feature_orthodontia + div .btn02{
position: absolute;
left: 0;
bottom: -22px;
right: 0;
width: 267px;
margin: auto;
	}

.kasou_hotellike .feature_orthodontia + div a{
width: 100%;
    padding: 8px 0;
    text-align: center;
	}
	
.feature_text {
	text-align: center;
    padding: 45px 0 60px;
	position: relative;
}
.feature_text p::before {
	position: absolute;
    width: 520px;
    height: 118px;
    top: 40px;
    bottom: auto;
    right: auto;
    left: -128px;
    margin: auto;
    background-image: url("../images/bg_feature.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}
.kasou_hotellike_text {
	padding-top: 150px;
}
/*==================================================================

	.top_medical

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

.top_medical{
padding: 82px 0 80px;
background: url("../images/medical_bg.png")center no-repeat;
background-size: cover;
}

.top_medical h3 {
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    font-size: 27px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 45px;
}

.top_medical h3::before {
    position: absolute;
    width: 615px;
    height: 138px;
    top: -260px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/bg_medical.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
}

.top_medical .box1 {
    position: relative;
    width: 1110px;
    margin: 0 auto 0;
}

.top_medical .text p{
	text-align:center;
}

.top_medical .top_medical_list {
display: flex;
/*justify-content: space-between;*/
justify-content: space-around;
flex-wrap: wrap;
}

.top_medical .top_medical_list a {
    display: block;
    float: none;
    width: 240px;
    height: 240px;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
	border: solid 1px #fff;
	transition:0.2s ease-in-out;
}

.top_medical .top_medical_list a:hover {
	border: solid 1px #fff;
	background: #fff;
}
.top_medical .top_medical_list a:hover dl dd h4,
.top_medical .top_medical_list a:hover dl dd p{
color: #6b4a2f;
}

.top_medical .top_medical_list a dl{
position: relative;
}

.top_medical .top_medical_list a dl dt {
    margin-bottom: 25px;
	padding: 32px 0 0;
}

.top_medical .top_medical_list a dl dd h4{
    font-family: "HonMincho-M", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #ffffff;
	font-size: 22px;
	line-height: 19px;
	margin: 0 0 10px;
}

.top_medical .top_medical_list a dl dd p{
line-height: 1.5;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}







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



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

	.top_medical2

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

.top_medical2{
}
.top_medical2 .text p{
	text-align:center;
}
.top_medical2_list{
}
.top_medical2_list a{
	display:block;
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical2_list a:last-child{
	margin-right:0;
}
.top_medical2_list dl{
	width:100%;
}
.top_medical2_list dl dt{
	margin-bottom:7px;
}
.top_medical2_list img{
	width:100%;
}
.top_medical2_list dl dd{
	font-weight:bold;
}



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

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









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

	.medical

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

#medical .box1{
width: 1150px;
margin: 0 auto 0;
}


/*medical05*/
.jintai_img img {
	width: 90%;
}




/*medical09*/
.medical09 .box2 .text p video{
  background: #000000;
}
.medical09_index .list07 li::before{
	content: none;
}
.medical09_index .list07{
	color: #8d6b41;
}
.medical09_index .list07 .tag{
	margin-left: 1.2em;
	color: #333;
}
.medical09_list_note{
	margin-left: 1.1em;
}
.medical09 .mb2em{
	margin-bottom: 2em;
}
.frame_mouthpiece{
	background: #ffe7e7;
    padding: 20px 0 1px;
    min-width: 50%;
	max-width: 90%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
/*==================================================================

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





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

	.feature

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

#feature .box1{
	/*width: 1150px;*/
	width: 1340px;
}







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

	.recruit

==================================================================*/
.rec_text_box{
	    border-bottom: solid 1px #cfcfcf;
	    margin-bottom: 50px;
}
.rec_tit01{
	text-align: center;
    font-size: 120%;
    font-weight: bold;
	line-height: 3;
}
.rec_tit02{
	text-align: center;
    font-size: 120%;
    font-weight: bold;
	color: #bf9501;
	line-height: 3;
}
/*==================================================================

	.news

==================================================================*/
#news{
}

#news .box1{
width: 1150px;
}

.top_news{
	font-size:15px;
	height: 280px;
}

.top_news .box1 {
    position: relative;
    width: 1340px;
    margin: 0 auto;
	height: 100%;
}

.top_news h3{
    position: absolute;
	padding: 0 0 0 100px;
    width: 275px;
    top: 128px;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
	z-index: 1;
}
.top_news h3::before {
    position: absolute;
    width: 132px;
    height: 63px;
    top: -69px;
    bottom: auto;
    right: 0;
    left: 100px;
    margin: auto;
    background-image: url(../images/bg_topics.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    content: "";
}

.top_news h3::after {
        position: absolute;
    z-index: -1;
    left: -290px;
    bottom: -124px;
    width: 710px;
    height: 352px;
    background-image: none;
    background-color: #38240d;
    content: "";
}

.top_news .btn02 {
    z-index: 3;
    position: absolute;
    bottom: 56px;
    width: 268px;
	left: 100px;
}
.top_news .btn02 a{
    width: 100%;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	border: #fff solid 1px;
	background: #38240d;
	transition: ease-in-out 0.2s;
}

.top_news .btn02 a:hover {
    background-color: #fff;
    color: #38240d;
}

.top_news_flame{
	position: absolute;
    top: 0;
    right: 0;
    width: 1100px;
    height: 280px;
	background-color: #eeeeee;
}
.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";
}
/* 日付 */
.date{
	margin-right:10px;
	color: #C0AB92;
	display: block;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
position: absolute;
    top: 47px;
    right: 52px;
    height: 181px;
    width: 770px;
}
.scroll_area a{
color: #333;
padding: 15px;
border-bottom:solid 1px #ccc;
display: block;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.scroll_area li:first-child a{
border-top:solid 1px #ccc;
}
.scroll_area a span:first-child{
color: #896b42 !important;
padding: 0 50px 0 0;
}
.scroll_area li a{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scroll_area li a .date {
    display: inline-block;
}


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

	$access

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

.access_guide{
	font-weight:600;
	text-align: center;
}
.access_map{
	margin-bottom:60px;
}
.access_map dt{
	margin-bottom:20px;
	text-align: center;
}
.access_map dt i{
	margin-right:7px;
	color: #8d6b41;
}
.access_map dd {
    display: flex;
    justify-content: space-between;
}
.access_map dd .gmap {
    width: 54%;
}
.access_map dd iframe{
    width: 100%;
    height: 370px;
    border: none;
}
.access_map dd .imap {
    /*border: 1px solid #8d6b41;*/
}
.access_map dd .imap img {
	width: 100%;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgba(141, 107, 65, 0.3);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
	color: #8d6b41;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:16px;
	font-weight:600;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:15px;
	color: #222;
}

.access_root .layout08 img {
	width: 100%;
}
/*==================================================================

	$clinic

==================================================================*/
#clinic{
}

#clinic .box1{
	width: 1150px;
    margin: 0 auto 0;
}

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

.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;
	width: 65%;
	margin: 0 auto;
}
.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:15px;*/
	margin-bottom:25px;
}
.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{
	width:100%;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#8d6b41;
	color:#fff;
	font-weight:600;
	border: none;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule .tb01 tr:last-child{
border-bottom: 1px solid #cccccc;
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}


.bnr_box{
	display:flex;
	justify-content: space-around;
}


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

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


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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	max-width: 1150px;
    width: auto;
	margin: 0 auto 30px;
	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;
}
.white_dt dt {
	width: 40%;
}
.txt_tit {
	font-size: 18px;
	font-weight: 600;
	color: #8d6b41;
}
.map_img img {
	width: 100%;
	border: 1px solid #6b4a2f;
}
.footer_gmap {
	margin-top: 100px;
}
.street_view iframe {
	width: 100%;
	height: 500px;
}
.anchor {
	margin-top: -70px;
	padding-top: 70px;
}
@media screen and (max-width:1440px) {
	#mainvisual_invisa {
		height: 750px;
	}
}
@media screen and (max-width:1024px) {
	#mainvisual_invisa {
		height: 700px;
	}
}
@media screen and (max-width:834px) {
	#mainvisual_invisa {
		/*height: 642px;*/
		height: 700px;
	}
	}