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

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

a[href^="tel:"] {
    pointer-events: none;
}

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




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

	header

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

header {
	position: relative;
	width: 1240px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 26px;
}

/* ロゴ */
header .header_logo {
	position: absolute;
    z-index: 10000;
	top: 30px;
}
header .header_logo,
header .header_logo img {
	width: 170px;
	height: 112px;
}

.head_info {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
nav.fixed .head_info {
	justify-content: center;
}
/* ご予約・お問合せ */
.header_tel {
    margin-right: 30px;
    margin-top: 16px;
	text-align: right;
    line-height: 1;
}
.header_tel dt {
    display: inline-block;
    margin-right: 7px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #705e54;
    letter-spacing: 0.1em;
}
.header_tel dd {
    display: inline-block;
}
.header_tel dd img {
    vertical-align: baseline;
}

.head_reserve {
    display: block;
	transition: 0.3s ease-in-out;
    opacity: 1;
}
.head_reserve:hover {
    opacity: 0.75;
}



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

	nav

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

nav {
    position: relative;
	z-index:9999;
}
nav ul {
    display: flex;
    justify-content: flex-end;
}
nav li {
	position:relative;
    margin-left: 40px;
}
nav li a {
    position: relative;
    display: block;
    padding-top: 19px;
    padding-bottom: 14px;
	font-size: 15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
	text-align:center;
    line-height: 1;
    letter-spacing: 0.17em;
	color: #333;
}
nav li a:hover,
nav li.active2 a {
	color: #333;
}
nav li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #902828;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
}
nav li:nth-of-type(1) a::before {
    content: "Home";
}
nav li:nth-of-type(2) a::before {
    content: "Greeting";
}
nav li:nth-of-type(3) a::before {
    content: "Medical";
}
nav li:nth-of-type(4) a::before {
    content: "Clinic";
}
nav li:nth-of-type(5) a::before {
    content: "Facility";
}
nav li:nth-of-type(6) a::before {
    content: "First";
}
nav li:nth-of-type(7) a::before {
    content: "Access";
}
nav li:nth-of-type(8) a::before {
    content: "News";
}

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

/* ホバーで出てくるメニュー */
nav ul li div {
	position: absolute;
	display: none;
	width: 240px;
	top: 100%;
	left: -10px;
	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: 7px 15px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.3;
	text-align:left;
	font-size:14px;
    letter-spacing: 0.1em;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #fff;
}

/* 矢印 */
.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;
    width: 100%;
    padding: 20px 0 10px;
    background-color: rgba(255, 255, 255, 0.9);
}
nav.fixed ul {
    justify-content: center;
}

.nav_en {
    color: #902828;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
}
.en_tit {
    color: #902828;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
.en_text {
    margin-top: 1em;
    color: #902828;
}


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

	#mainvisual

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

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual {
	display: block;
	position: relative;
	height: 260px;
	background-image: url(../images/mainvisual_slide1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#mainvisual .inner {
	display: table;
	position: relative;
	height: inherit;
	width: 1080px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#mainvisual h1 {
	position:relative;
}
.mainvisual_open {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -570px;
}

/* 下層ページの見出し */
.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.9), 0 0 8px rgba(255,255,255,0.9), 0 0 12px rgba(255,255,255,0.9);
}
.mainvisual_headline h1{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
	font-size: 30px;
	color: #902828;
}
.mainvisual_headline p{
	display:inline-block;
	font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size:15px;
	color: #a28051;
}

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

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




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

	#contents

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

main {
	display:block;
}
#container {
	padding-top: /*28px*/ 10px;
	padding-bottom: 50px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
}

#contents {
	position:relative;
	width:1080px;
	margin:0 auto;
	padding-top: 40px;
    padding-bottom: 80px;
}
#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 p {
    padding: 0 10px;
}
.right_medical p a {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #222;
	transition: 0.2s ease-in-out;
}
.right_medical p a:hover {
    background-color: rgba(144, 40, 40, 0.1);
}
.right_medical p a span {
    position: relative;
    display: block;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
}
.right_medical p a span::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #333;
    content: "";
}
.right_medical h3 a {
	display:block;
	padding:7px 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition: 0.2s ease-in-out;
}
.right_medical h3 a:hover {
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul {
    padding: 0 10px;
}
.right_medical li a {
    display: block;
    height: 64px;
    box-sizing: border-box;
	margin-bottom: 10px;
    padding-top: 18px;
    background-image: url("../images/deco_corner_w01.png"), url("../images/deco_corner_w02.png"), url("../images/deco_corner_w03.png"), url("../images/deco_corner_w04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 3px top 3px, right 3px top 3px, left 3px bottom 3px, right 3px bottom 3px;
    background-color: #902828;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
	transition: 0.2s ease-in-out;
}
.right_medical li a span {
    display: block;
    padding-top: 6px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}
.right_medical li:last-child {
	margin-bottom:0;
}
.right_medical li a:hover {
    background-color: #b21313;
}





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

	$footer

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

footer {
	position: relative;
	width: 100%;
    max-width: 1460px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-top: #ccc solid 1px;
}

/* フッターの医院概要 */
footer .inner {
    display: table;
    width: 1240px;
    height: 240px;
    margin: 0 auto 30px;
}
.footer_logo {
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    padding-right: 73px;
    border-right: 1px #ccc solid;
}
.footer_logo img {
    width: 213px;
    height: 131px;
}
.footer_info {
    display: table-cell;
    width: 440px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px #ccc solid;
}
.footer_info_tel p {
    margin-bottom: 15px;
    line-height: 1;
}
.footer_info_add {
    margin-top: 18px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.1em;
    color: #333;
}

/* 診療時間（医院案内、アクセス共通） */
.footer_sche {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.footer_sche .schedule {
    display: inline-block;
    width: 460px;
}
.footer_sche .schedule table {
	width: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.schedule .schedule_note {
    text-align: center;
}
.schedule .schedule_note span {
    color: #902828;
}

/* ページトップ */
.pagetop,
.pagetop img {
	width: 60px;
	height: 50px;
}
.pagetop {
	position: relative;
	margin: 0 auto 54px;
	text-align: center;
	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 {
	width: 100%;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 96px;
    color: #666666;
    border-top: #ccc solid 1px;
}





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

	タイトル

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

h2.tit01 {
    margin-bottom: 50px;
    text-align: center;
}
h2.tit01 i {
    display: inline-block;
    padding-bottom: 13px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
}
h2.tit01 span {
    display: block;
    padding-top: 16px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.15em;
}

h3.tit01 {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 5px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
}
h3.tit01::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 15%;
    height: 1px;
    background-color: #902828;
}

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #902828;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
	font-size: 17px;
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #1F2774;
	font-size: 16px;
	font-weight: bold;
}





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

	共通

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

/*院長略歴*/
.list01 {
}
.list01 li {
    padding: 10px 0;
    border-bottom: #ddd 1px dotted;
	line-height: 1.2;
	font-size: 15px;
}


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

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

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

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

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

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #902828;
	border: 1px solid #902828;
	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: '';
}
.list10{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#f7f7f7;
}
.list10:after{
	display: block;
	clear: both;
	content: "";
}
.list10 li{
	position:relative;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list10 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: '';
}
.list11 {
    padding: 25px;
    background-color: #f7f7f7;
    counter-reset: section;
    margin-bottom: 1em;
}
.list11 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: 1px dotted #cdcdcd;
}
.list11 li::before {
    counter-increment: section;
    content: counter(section);
    padding-right: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #902828;
}
/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #902828;
	color:#902828;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#902828;
	color:#fff;
}


.btn02_insta {
    margin-top: 20px;
}
.btn02_insta a::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 30px;
    height: 30px;
        background: url("../images/icon_insta.png") no-repeat center center;
    background-size: contain;
}
.btn02_insta a{
    position: relative;
    height: 50px;
	display:inline-block;
	padding:0 20px 0 55px;
	border:1px solid #902828;
	color:#902828;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
    line-height: 50px;
}
.btn02_insta a:hover{
	background-color:#902828;
	color:#fff;
}





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




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

	table

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

.nowrap {
	white-space:nowrap;
}

/*フッターの診療時間*/
.tb01{
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th {
	vertical-align: middle;
    line-height: 1;
}
.schedule table tr:first-child th,
.schedule table tr:first-child td {
    padding-top: 0;
    padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
    color: #333;
}
.schedule table tr:nth-of-type(2) th,
.schedule table tr:nth-of-type(2) td {
    padding-top: 18px;
    padding-bottom: 14px;
}
.schedule table tr:nth-of-type(3) th,
.schedule table tr:nth-of-type(3) td {
    padding-top: 14px;
    padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}
.tb01 th {
    padding-right: 18px;
    padding-left: 26px;
	line-height: 1;
	white-space: nowrap;
    text-align: center;
}
.tb01 td {
    width: 1em;
    padding-right: 14px;
    padding-left: 14px;
	line-height: 1;
    text-align: center;
    color: #902828;
}
.tb01 tr td:last-of-type {
    padding-right: 30px;
}


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


/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #e1dfdf;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}


/* 新料金表 */
.tb03_01 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #e1dfdf;
	white-space: nowrap;
}
.tb03_01 td, .tb03 th {
	padding: 12px 36px;
}
.tb03_01 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03_01 th span {
	font-size: 13px;
}
.tb03_01 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}

.price_small{
	font-size: 65%;
}



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

	アンカーリンンク

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

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



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

	.layout

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

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

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

.layout01 dt{
	width:200px;
	padding:0 2.5%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #902828;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
    line-height: 1.8;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
    padding:3%;
}


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


/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #902828;
	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: #902828;
	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;
}
.layout04_medical01 dt {
	
}
.layout04_medical01 dt{
	width:35%;

}
.layout04_medical01 dd{
	width:65%;
}

/* 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.itame1{
  width: 75%;
}

.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;
}
.layout05.bg_gry dt{
	background-color:#f7f7f7;
}

/* 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: 30%;
	padding: 0 1%;
	background-color:#F7F7F7;
	letter-spacing: 0;
	color: #902828;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height: 1.4;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size:32px;
	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 {
    margin-bottom: 5px;
    line-height: 1.4;
}
.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{
    display: flex;
    flex-wrap: wrap;
}
.layout08 dl{
	position:relative;
    width: 24.6%;
    margin-right: 4.1%;
    margin-bottom:25px;
    padding: 3%;
    border-radius: 10px;
	background-color: #F8F8F8;
}
.layout08 dl::before {
    position: absolute;
    left: -34px;
    top: 0;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 3px solid #902828;
    border-right: 3px solid #902828;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:first-of-type::before {
    display: none;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}
.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt img {
    width: 100%;
    height: auto;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
    font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}





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

	box

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

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




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

	.top_news

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

.top_news {
    position: relative;
    height: 160px;
    margin-top: -80px;
    text-align: right;
}
.top_news .inner {
    display: inline-block;
    width: 595px;
    height: 160px;
    padding: 30px 50px 0 40px;
    box-sizing: border-box;
    background-color: #902828;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
.top_news h2 {
    margin-bottom: 38px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.15em;
}
.top_news h2 span {
    margin-right: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 31px;
    line-height: 1;
}
.top_news_flame {
}
.top_news_flame li a {
    display: block;
    color: #fff;
    font-variant-east-asian: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_news_flame li .date {
    display: inline-block;
    width: 110px;
    line-height: 30px;
    margin-right: 15px;
    background-color: #781d1d;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.news_text{
}

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

	.mainvisual_banner_LP

==================================================================*/
.mainvisual_banner_LP{
  position: absolute;
  bottom: 95px;
  right: 6%;
  opacity: 1;
  transition: linear .3s;
}

.mainvisual_banner_LP:hover{
  opacity: 0.4;
}

.mainvisual_banner_LP_02{
  position: absolute;
  bottom: 185px;
  right: 6%;
  opacity: 1;
  transition: linear .3s;
}

.mainvisual_banner_LP_02:hover{
  opacity: 0.4;
}
.mainvisual_banner_LP_03{
  position: absolute;
  bottom: 275px;
  right: 6%;
  opacity: 1;
  transition: linear .3s;
}

.mainvisual_banner_LP_03:hover{
  opacity: 0.4;
}
.invisa_bnr {
  position: absolute;
  top: 17%;
  right: 10%;
  opacity: 1;
  transition: linear .3s;
}
.invisa_bnr img {
	width: 180px;
}
/*==================================================================

	.top_feature

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

.top_feature {
    padding-bottom: 43px;
}
.top_feature h2 {
    margin-bottom: 56px;
    text-align: center;
}
.top_feature h2 i {
    display: inline-block;
    padding-bottom: 13px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
}
.top_feature h2 span {
    display: block;
    padding-top: 18px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}
.mainvisual_catch02 {
    position: absolute;
    bottom: 20px;
    left: 6%;
}
.mainvisual_catch02 ul li {
    display: inline-block;
	margin-right: 10px;
}
.top_feature_list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto 64px;
}
.top_feature_list01 li {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin-bottom: 40px;
}
.top_feature_list01 li:nth-of-type(3),
.top_feature_list01 li:nth-of-type(4) {
    flex-direction: row-reverse;
}
.top_feature_list01_text {
    position: relative;
    width: 280px;
    height: 280px;
    /*padding: 53px 0 0;*/
    box-sizing: border-box;
    background-image: url("../images/deco_corner01.png"), url("../images/deco_corner02.png"), url("../images/deco_corner03.png"), url("../images/deco_corner04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-color: #f3eee8;
    text-align: center;
}
.top_feature_list01_text_lp {
    position: relative;
    width: 65%;
    height: 230px;
    padding: 23px 0 0;
    box-sizing: border-box;
    background-image: url("../images/deco_corner01.png"), url("../images/deco_corner02.png"), url("../images/deco_corner03.png"), url("../images/deco_corner04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-color: #f3eee8;
    text-align: center;
    margin: 40px auto;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.top_feature_list01_text_lp p{
    margin-bottom: 2em!important;
}
.top_feature_list01_text_lp a{
    position: relative;
}
.top_feature_list01_text_lp a::before{
    content: '';/*何も入れない*/
      display: inline-block;/*忘れずに！*/
      width: 70px;/*画像の幅*/
      height: 50px;/*画像の高さ*/
      background: url("../images/hirareki.png") no-repeat center center;
      background-size: contain;
      vertical-align: middle;
        position: absolute;
        transform: rotate(-20deg);
        transform: rotate(-29deg);
    top: -91px;
    left: -42px;
}
.top_feature_list01_text_lp a:hover{
    opacity: 0.75;
    transition: 0.3s ease-in-out;
}
.top_feature_list01_text h3 {
    /*margin-bottom: 24px;*/
	margin: 86px 0;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top_feature_list01_text h3 span {
    position: relative;
    display: inline-block;
    margin-top: 23px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #a28051;
}
.top_feature_list01_text h3 span::before,
.top_feature_list01_text h3 span::after {
    position: absolute;
    top: 45%;
    width: 20px;
    height: 1px;
    content: "";
    background-color: #a28051;
}
.top_feature_list01_text h3 span::before {
    left: -34px;
}
.top_feature_list01_text h3 span::after {
    right: -31px;
}
.top_feature_list01_text p {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    padding: 0 20px;
    text-align: left;
}
.top_feature_list_btn {
    position: absolute;
    right: 14px;
    bottom: 44px;
    width: 240px;
    height: 45px;
    padding: 3px;
}

.top_feature_list02 {
    overflow-x: hidden;
}
.top_feature_list02 li {
    position: relative;
    width: 1240px;
    margin: 0 auto 56px;
    padding-top: 30px;
}
.top_feature_list02 li:nth-of-type(even) {
    text-align: right;
}
.top_feature_list02_text {
    width: 536px;
    height: 635px;
    box-sizing: border-box;
    padding-top: 60px;
}
.top_feature_list02 li:nth-of-type(even) .top_feature_list02_text {
    display: inline-block;
}
.top_feature_list02_text h3 {
    position: relative;
    margin-bottom: 40px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top_feature_list02_text h3 span {
    display: inline-block;
    margin-top: 24px;
    padding-right: 24px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #902828;
    background-color: #fff;
}
.top_feature_list02 li:nth-of-type(even) h3 span {
    padding-left: 24px;
    padding-right: 0;
}
.top_feature_list02_text h3::before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    background-color: #902828;
    content: "";
}
.top_feature_list02_text p {
    display: inline-block;
    width: 480px;
    font-size: 14px;
    line-height: 2.5;
}
.top_feature_list02 li:nth-of-type(even) .top_feature_list02_text p {
    text-align: left;
}
.top_feature_list02 li:nth-of-type(odd) .top_feature_list02_btn {
    text-align: right;
}
.top_feature_list02_btn {
    position: relative;
    width: 480px;
    margin-top: 40px;
}
.top_feature_list02 li:nth-of-type(even) .top_feature_list02_btn {
    width: auto;
}
.top_feature_list02_btn a,.top_feature_list_btn a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    width: 190px;
    color: #fff;
    background-color: #902828;
    border: #fff 3px solid;
    text-align: center;
	transition: 0.2s ease-in-out;
}
.top_feature_list02_btn::before,
.top_feature_list02_btn::after,
.top_feature_list02_btn a::before,
.top_feature_list02_btn a::after,
.top_feature_list_btn::before,
.top_feature_list_btn::after,
.top_feature_list_btn a::before,
.top_feature_list_btn a::after
{
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    content: "";
    border: #333 solid;
    opacity: 1;
	transition: 0.2s ease-in-out;
}
.top_feature_list02_btn::before{
    top: 0;
    right: 189px;
    border-width: 1px 0 0 1px;
}
.top_feature_list_btn::before {
	top: 2px;
    right: 215px;
    border-width: 1px 0 0 1px;
}
.top_feature_list02_btn::after{
    bottom: 0;
    right: 189px;
    border-width: 0 0 1px 1px;
}
.top_feature_list_btn::after{
	bottom: -4px;
    right: 215px;
    border-width: 0 0 1px 1px;    
}
.top_feature_list02_btn a::before,.top_feature_list_btn a::before {
    top: -3px;
    right: -3px;
    border-width: 1px 1px 0 0;
}
.top_feature_list02_btn a::after,.top_feature_list_btn a::after {
    bottom: -3px;
    right: -3px;
    border-width: 0 1px 1px 0;
}
.top_feature_list02_btn a:hover,.top_feature_list_btn a:hover {
    background-color: #b21313;
}
.top_feature_list02_btn:hover::before,.top_feature_list_btn:hover::before {
    top: 3px;
    right: 186px;
    opacity: 0;
}
.top_feature_list02_btn:hover::after,.top_feature_list_btn:hover::after {
    bottom: 3px;
    right: 186px;
    opacity: 0;
}
.top_feature_list02_btn a:hover::before,.top_feature_list_btn a:hover::before {
    top: 0;
    right: 0;
    opacity: 0;
}
.top_feature_list02_btn a:hover::after,.top_feature_list_btn a:hover::after {
    bottom: 0;
    right: 0;
    opacity: 0;
}
.top_feature_list02 li figure {
    position: absolute;
    top: 0;
    left: 600px;
}
.top_feature_list02 li figure::before {
    position: absolute;
    z-index: -1;
    width: 740px;
    height: 400px;
    bottom: -30px;
    left: -64px;
    border-left: #ac3f3f 2px solid;
    background: url("../images/top_feature_bg.jpg") no-repeat;
    content: "";
}
.top_feature_list02 li:nth-of-type(even) figure {
    left: auto;
    right: 600px;
}
.top_feature_list02 li:nth-of-type(even) figure::before {
    left: auto;
    right: -64px;
    border-left: none;
    border-right: #ac3f3f 2px solid;
}




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

	.top_doctor

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

.top_doctor {
    position: relative;
    padding-top: 75px;
    padding-bottom: 100px;
    background-color: #ece6de;
}
.top_doctor::before {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 442px);
    height: 758px;
    background: url("../images/top_doctor_bg01.png") no-repeat right top;
    content: "";
}
.top_doctor::after {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 505px);
    height: 897px;
    background: url("../images/top_doctor_bg02.png") no-repeat left top;
    content: "";
}
.top_doctor h2 {
    margin-bottom: 53px;
    text-align: center;
}
.top_doctor h2 i {
    display: inline-block;
    padding-bottom: 13px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #333;
}
.top_doctor h2 span {
    display: block;
    padding-top: 18px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}
.top_doctor .inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    width: 1240px;
    margin: 0 auto;
}
.top_doctor_text {
    width: 770px;
    margin-left: -110px;
    box-sizing: border-box;
    background-image: url("../images/deco_corner01.png"), url("../images/deco_corner02.png"), url("../images/deco_corner03.png"), url("../images/deco_corner04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-color: #fff;
    padding: 55px 43px 72px 153px;
}
.top_doctor_text p {
    margin-bottom: 1.5em;
    font-size: 14.5px;
    line-height: 2.25;
}
.top_doctor_btn {
    position: absolute;
    right: 206px;
    bottom: -26px;
    width: 240px;
    height: 45px;
    padding: 3px;
}
.top_doctor_btn a {
    position: relative;
    display: block;
    line-height: 45px;
    width: 240px;
    color: #fff;
    background-color: #902828;
    text-align: center;
	transition: 0.2s ease-in-out;
}
.top_doctor_btn::before,
.top_doctor_btn::after,
.top_doctor_btn a::before,
.top_doctor_btn a::after {
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    content: "";
    border: #333 solid;
    opacity: 1;
	transition: 0.2s ease-in-out;
}
.top_doctor_btn::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.top_doctor_btn::after {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
}
.top_doctor_btn a::before {
    top: -3px;
    right: -3px;
    border-width: 1px 1px 0 0;
}
.top_doctor_btn a::after {
    bottom: -3px;
    right: -3px;
    border-width: 0 1px 1px 0;
}
.top_doctor_btn a:hover {
    background-color: #b21313;
}
.top_doctor_btn:hover::before {
    top: 3px;
    right: 3px;
    opacity: 0;
}
.top_doctor_btn:hover::after {
    bottom: 3px;
    right: 3px;
    opacity: 0;
}
.top_doctor_btn a:hover::before {
    top: 0;
    right: 0;
    opacity: 0;
}
.top_doctor_btn a:hover::after {
    bottom: 0;
    right: 0;
    opacity: 0;
}
.top_doctor_img {
    margin-top: 60px;
	z-index: 1;
    position: relative;
}
.top_doctor_img img {
    display: block;
}
.top_doctor_img figcaption {
    /*height: 130px;*/
    margin-top: 18px;
    padding: 28px 40px 10px;
    box-sizing: border-box;
    text-align: right;
    background: url("../images/top_doctor_caption_bg.png") no-repeat left top;
    background-color: #4c381f;
    color: #fff;
}
.top_doctor_img figcaption p {
    /*line-height: 1;*/
}
.top_doctor_img figcaption p.name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #70604c;
}

.top_doctor_img figcaption p.name span{
  padding-left: 30px;
}
.top_doctor_img figcaption p.sub {
    font-size: 14px;
}





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

	.top_treatment

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

.top_treatment {
    position: relative;
    margin-top: -393px;
    padding-top: 80px;
    background: url("../images/top_treatment_bg.jpg") no-repeat center top;
}
.top_treatment h2 {
    text-align: center;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}
.top_treatment h2 span {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 51px;
    line-height: 1;
    letter-spacing: 0;
}
.top_treatment h2 span::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #333;
    content: "";
}
.top_treatment_list {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: -30px auto 0;
    padding: 96px 80px 94px;
    background-color: rgba(255, 255, 255, 0.8);
}
.top_treatment_list li {
    position: relative;
    box-sizing: border-box;
    width: 240px;
    height: 380px;
    padding-top: 256px;
    border: 3px solid #902828;
    background: no-repeat center 104px;
    background-color: #902828;
    color: #fff;
}
.top_treatment_list li:nth-of-type(1) {
    background-image: url("../images/top_treatment_icon01.png");
}
.top_treatment_list li:nth-of-type(2) {
    background-image: url("../images/top_treatment_icon02.png");
}
.top_treatment_list li:nth-of-type(3) {
    background-image: url("../images/top_treatment_icon03.png");
}
.top_treatment_list li:nth-of-type(4) {
    background-image: url("../images/top_treatment_icon04.png");
}
.top_treatment_list li p.en {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 0.8;
    color: #902828;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    background-color: #fff;
}
.top_treatment_list li h3 {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.875;
    letter-spacing: 0.1em;
}





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

	.top_medical

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

.top_medical {
    padding: 78px 0 0;
}
.top_medical h2 {
    margin-bottom: 68px;
    text-align: center;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top_medical h2 span {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 51px;
    line-height: 1;
}
.top_medical h2 span::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #333;
    content: "";
}
.top_medical_list {
    display: flex;
    justify-content: center/*space-between*/;
    flex-wrap: wrap;
    width: 1240px;
    margin: 0 auto;
}
.top_medical_list li {
   /* margin-bottom: 74px;*/
	margin: 0 15px 74px;
}
.top_medical_list li a {
    position: relative;
	display: block;
	width: 280px;
    height: 245px;
	text-align: center;
    border-bottom: 2px solid #902828;
    background: no-repeat center top;
    background-color: #902828;
}
.top_medical_list li a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    content: "";
    opacity: 1;
	transition: 0.2s ease-in-out;
}
.top_medical_list li a:hover::before {
    opacity: 0.8;
}
.top_medical_list li:nth-of-type(1) a::before {
    background-image: url("../images/top_medical_img01.jpg");
}
.top_medical_list li:nth-of-type(2) a::before {
    background-image: url("../images/top_medical_img02.jpg");
}
.top_medical_list li:nth-of-type(3) a::before {
    background-image: url("../images/top_medical_img03.jpg");
}
.top_medical_list li:nth-of-type(4) a::before {
    background-image: url("../images/top_medical_img04.jpg");
}
.top_medical_list li:nth-of-type(5) a::before {
    background-image: url("../images/top_medical_img05.jpg");
}
.top_medical_list li:nth-of-type(6) a::before {
    background-image: url("../images/top_medical_img06.jpg");
}
.top_medical_list li:nth-of-type(7) a::before {
    background-image: url("../images/top_medical_img07.jpg");
}
.top_medical_list li:nth-of-type(8) a::before {
    background-image: url("../images/top_medical_img08.jpg");
}
.top_medical_list li:nth-of-type(9) a::before {
    background-image: url("../images/top_medical_img09.png");
}
.top_medical_list li:nth-of-type(10) a::before {
    background-image: url("../images/top_medical_img10.png");
}
.top_medical_list li a h3 {
    position: absolute;
    left: 10px;
    bottom: -34px;
    width: 260px;
    height: 70px;
    padding-top: 18px;
    box-sizing: border-box;
    background-image: url("../images/deco_corner_w01.png"), url("../images/deco_corner_w02.png"), url("../images/deco_corner_w03.png"), url("../images/deco_corner_w04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 3px top 3px, right 3px top 3px, left 3px bottom 3px, right 3px bottom 3px;
    background-color: #902828;
    color: #fff;
    vertical-align: middle;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1;
	transition: 0.2s ease-in-out;
}
.top_medical_list li a h3 span {
    display: block;
    padding-top: 10px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}
.top_medical_list li a:hover h3 {
    background-color: #b21313;
}





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

	.top_insta

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

.top_insta {
    text-align: center;
    padding-bottom: 510px;
    background-color: #ece6de;
}
.top_insta h2 {
    margin-bottom: 40px;
    text-align: center;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top_insta h2 span {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 51px;
    line-height: 1;
}
.top_insta h2 span::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #333;
    content: "";
}
.insta_pc {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.insta_pc iframe {
    height: 236px;
}




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

	$doctor

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

#contents.doctor {
    width: 100%;
}
#contents.doctor .top_doctor {
    padding-top: 75px;
    padding-bottom: 80px;
}
#contents.doctor .top_doctor .inner {
    width: 1080px;
}
#contents.doctor .top_doctor_img {
    width: 500px;
    overflow: hidden;
    margin-top: 60px;
}
#contents.doctor .top_doctor_img figcaption {
   /* padding: 28px 30px 0;*/
	 padding: 28px 30px 15px;
}
#contents.doctor .top_doctor_text {
    width: 690px;
    padding: 55px 43px 50px 153px;
}

.doctor_carr{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 1080px;
    margin: 80px auto 0;
}
.doctor_carr h3.tit01 {
	margin-bottom: 10px;
}
.doctor_carr_sec1{
	width: 62%;
    box-sizing: border-box;
	padding: 20px 40px 30px;
    background-image: url(../images/deco_corner01.png), url(../images/deco_corner02.png), url(../images/deco_corner03.png), url(../images/deco_corner04.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
	background-color: #fff;
	font-size: 15px;
}
.doctor_carr_sec1:last-of-type {
	width: 33%;
}
.doctor_carr_sec1 table{
	width:100%;
}





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

	.news

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

.news_text p {
	margin-bottom: 16px;
}

/* タイトル */
.news_text p strong {
	font-size: 18px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    line-height: 2;
}

/* 日付 */
.news_text p .date {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    margin-right: 20px;
    background-color: #781d1d;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 2;
}





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

	$access

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

.access {
}
.access_map iframe {
    width: 100%;
    height: 440px;
    border: none;
}
.access_map .btn02{
	text-align: center;
	margin-top: 20px;
    margin-bottom: 50px;
}
.access_guide {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
	margin-bottom: 25px;
}
.access_info_add {
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 20px;
}
.access_info_add i {
	margin-right: 7px;
    font-size: 20px;
    color: #902828;
}
.access_info_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 50px;
	padding: 30px 50px 30px;
    background: url("../images/top_feature_bg.jpg");
}
.access_info_wrap::before {
    position: absolute;
    z-index: -1;
    top: 80px;
    right: 0;
    width: calc(100% + 80px);
    height: calc(100% - 80px);
    content: "";
}
.access_info {
    padding-top: 25px;
    padding-right: 15px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom: 20px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom: 5px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
	font-size:17px;
}
.access_train dt i,.access_bus dt i,.access_car dt i,.access_bike dt i {
    margin-right: 7px;
    color: #902828;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
    font-size: 16px;
}



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

	$clinic

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

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

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


/* 院内スライド（サムネイル右、2列） */

/*.clinic_slides1 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.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;
}
.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -28%;
	top: 0;
	width: 25%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 46%;
	margin: 0 0 2% 4%;
	background-color:#fff;
}*/

.clinic_slides1 .flexslider li div.vrview{
	display:block;
	position:inherit;
	margin-top:0;
	margin-left:0;
}

.vr_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vr_list li {
    width: 49%;
}
.vr_list iframe {
    width: 100%;
    height: 300px;
}

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

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

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



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

}

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



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

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

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

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

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

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

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


.flexslider iframe {
    width: 100%;
    height: 465px;
    border: none;
}


/* 医院概要 */
.clinic_sec1{
	position:relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 12px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding: 0 0 12px 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:10px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 16px;
	color: #902828;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
    font-size: 16px;
}
.clinic_sec1 dd img {
    vertical-align: middle;
}
.clinic_sec1 .schedule {
    width: 75%;
    margin-left: 25%;
}
.clinic_sec1 .schedule .tb01 {
	width:100%;
}
.clinic_sec1 .schedule table tr:first-child th, 
.clinic_sec1 .schedule table tr:first-child td {
    padding-top: 14px;
    border-bottom: none;
    color: #fff;
    background-color: #902828;
}
.clinic_sec1 .schedule table tr td {
    width: auto;
    text-align: center;
}





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

	$facilities

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

.facilities_head h2 {
    margin-bottom: 20px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}


/* 機器紹介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:32%;
    box-sizing: border-box;
    padding: 25px 20px;
    background-image: url(../images/deco_corner01.png), url(../images/deco_corner02.png), url(../images/deco_corner03.png), url(../images/deco_corner04.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom 1px, right bottom 1px;
    background-color: #f8f8f8;
	margin-bottom:30px;
	margin-right: 2%;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2.clinic dl{
	width: 23%;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}
.facilities_equip2.clinic dl:nth-child(3n){
	margin-right: 2% !important;
}
.facilities_equip2.clinic dl:nth-child(4n){
	margin-right:0;
}
.anchor{
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}
/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 15px 0 5px;
	line-height: 1.35;
}
.facilities_equip2 dd h3{
    display: block;
    margin-bottom: 14px;
	text-align:center;
	font-size:16px;
    font-weight: bold;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    line-height: 2.2;
    letter-spacing: 0;
    color: #fff;
    background-color: #902828;
}
.facilities_equip2 dd p{
	margin-top:7px;
	font-size: 15px;
    letter-spacing: 0;
}



/* 機器紹介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.";
}
/*==================================================================

	.medical01

==================================================================*/
.case_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case_list li {
	width: 49%;
	text-align: center;
    margin-bottom: 1em;
}
.case_list li:nth-of-type(odd) {
	margin-right: 2%;
}
/*.case_list li.tooth_img {
	width: 35%;
	margin-bottom: 30px;
}
.case_list li.tooth_img:nth-of-type(odd) {
	margin-right: 0%;
}*/
.case_list li.tooth_img {
	margin-bottom: 60px;
}
.case_list img {
	width: 100%;
}
.case_list_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case_list_2::after{
    position: absolute;
    content: "";
    display: block;
}
.case_list_2 li {
	width: 49%;
	text-align: center;
    margin-bottom: 1em;
    position: relative;
}
.case_list_2 .bg1 .bl{
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #902828;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.case_list_2 .medical01_caseimg .bl{
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #902828;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.case_list_2 .bg1::after{
    content: "";
    background: url("../images/arrow03.png") no-repeat center center;
     width: 80px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    left: 323px;
     display: inline-block;
    background-size: contain;
}

.case_list_2 .bg2::after{
    content: "";
    background: url("../images/arrow03.png") no-repeat center center;
     width: 80px;
    height: 50px;
    position: absolute;
    bottom: 60px;
    left: 323px;
     display: inline-block;
    background-size: contain;
}
.case_list_2 li:nth-of-type(odd) {
	margin-right: 2%;
}
/*.case_list li.tooth_img {
	width: 35%;
	margin-bottom: 30px;
}
.case_list li.tooth_img:nth-of-type(odd) {
	margin-right: 0%;
}*/
.case_list_2 li.tooth_img {
	margin-bottom: 60px;
}
.case_list_2 img {
	width: 70%;
}

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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	max-width: 1080px;
    width: auto;
	margin: 0 auto 50px;
	font-size: 15px;
	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;
}


.img_fr_prevent {
    max-width: 280px;
}
.img_fr_prevent_note {
    display: block;
    font-size: .8em;
    text-align: left;
}
.visit_time h4.tit01 {
	margin-bottom: 30px;
}
.visit_time .tb01 {
	width: 100%;
}
.visit_time .tb01 th,
.visit_time .tb01 td {
	width: auto;
}
.visit_schedule_reception tr:first-of-type th {
	display: none;
}
.visit_schedule_reception tr:first-of-type::before {
	content: "受付時間";
	display: table-cell;
	padding-top: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    color: #333;
	text-align: center;
}

.visiting_imglist .tit {
	font-size: 1.4em;
	font-weight: bold;
}
.visiting_imglist p {
	margin-bottom: 0;
}
.visiting_imglist {
	text-align: center;
}
.visiting_imglist dl {
	position: relative;
    display: inline-block;
	width: 45%;
	box-sizing: border-box;
}
.visiting_imglist dd {
	position: absolute;
	background-color: #902828;
	color: #fff;
	width: 70%;
	padding: 5%;
	text-align: left;
}
.visiting_imglist img {
	width: 100%;
}
.visiting_imglist_above dl {
	margin-bottom: 100px;
}
.visiting_imglist_above dl dd {
	left: -50%;
	bottom: 10px;
}
.visiting_imglist_bottom dl:nth-of-type(1),
.visiting_imglist_bottom dl:nth-of-type(2) {
	margin: 0 0 16%;
}
.visiting_imglist_bottom dl:nth-of-type(1) dd,
.visiting_imglist_bottom dl:nth-of-type(2) dd {
	top: 80%;
	left: -5%;
}
.visiting_imglist dl::before,
.visiting_imglist dl::after{
    position: absolute;
    content: "";
	display: block;
}
.visiting_imglist_above dl::before{
	width: 100px;
	height: 40px;
	background: url("../images/arrow03.png") no-repeat center center;
	background-size: contain;
	top: 110%;
	left: 0;
	transform: rotate(135deg)
}
.visiting_imglist_above dl::after{
	width: 100px;
	height: 40px;
	background: url("../images/arrow03.png") no-repeat center center;
	background-size: contain;
	top: 110%;
	right: 0;
	transform: rotate(45deg)
}
.visiting_imglist_bottom dl:nth-of-type(1)::after{

}
.visiting_imglist_bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.visiting_imglist_bottom::after {
	position: absolute;
    content: "";
    display: block;
	width: 100px;
	height: 40px;
	background: url("../images/arrow04.svg") no-repeat center center;
	background-size: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 88px auto 0;
	z-index: 2;
}
.urlwrap {
	word-break: break-all;
}