@charset "utf-8";
/* CSS Document */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #3e3a3a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
	position: relative;
}
a {
	color: #795c43;
	text-decoration: none;
}
a:hover {
	color: #C0AB9A;
}
::selection {
	background-color: #99C1DA;
}
::-moz-selection {
	background-color: #99C1DA;
}
body, #mainvisual .inner, header, nav, footer {
	min-width: 1200px !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p mark{
	background: linear-gradient(transparent 50%, #edf9d4 50%);
	font-weight: 500;
	color: #3e3a3a;
}
p.red{
    color:red;
}
/*============================================================================

	header

============================================================================*/
header {
	position: relative;
	width: 100%;
	height: 185px;/* navのtopと同じ値にする */
	border-top: 5px solid #795c43;
	z-index: 10;
}
header:before {
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1600px;
	height: 5px;
	content: "";
	background: url(../images/header_top_line.png) top center;
	z-index: 11;
}
header .inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: inherit;
	box-sizing: border-box;
	margin: auto;
	padding: 38px 0 0;
}
/* ロゴ */
header h1 {
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
header h1 {
	/*width: 20%;*/
	width: 12%;
    height: auto;
}
/*header img {
	width: 40%;
    height: auto;
}*/
.header_medical {
	position: absolute;
	top: 46px;
	left: 3%;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.6em;
}
.mv_bnr01, .mv_bnr02, .mv_bnr03 {
    top: 40px;
}
/* 住所 */
/*.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
}
.header_info_ad{
}*/
/* ご予約・お問合せ */
/*
.header_tel{
	float:right;
	text-align:right;
	line-height: 1.4;
}
.header_tel dt{
	font-weight:bold;
	font-size:13px;
}
.header_tel dd{
	position:relative;
	padding-left:25px;
	font-size:24.7px;
	letter-spacing:0.1em;
}
.header_tel dd:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
	height:21.8px;
	margin:auto;
	background-image:url(../images/header_tel.svg);
	background-repeat:no-repeat;
	content:"";
}
.header_tel dd a{
	color:#795c43;
}
*/

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

	nav

============================================================================*/
nav {
	position: absolute;
	/*top: 340px;*/
	top: 165px;
	width: 100%;
	height: 125px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9999;
	padding: 37px 0 0 0;
}
nav ul {
	display: flex;
	max-width: 1200px;
	height: 62px;
	margin: 0 auto;
	text-align: center;
}
nav li {
	position: relative;
	width: 14%;
	height: inherit;
}
nav li a {
	display: block;
	padding: 0;
	vertical-align: middle;
	font-size: 19px;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #444;
}
nav li a:hover, nav li.active2 a {
	color: #795c43;
}
nav li a span {
	position: relative;
}
nav li a img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
nav li:nth-child(1) img {
	width: 30px;
	height: 25px;
	margin-bottom: 6px;
}
nav li:nth-child(2) img {
	width: 39px;
	height: 25px;
	margin-bottom: 6px;
}
nav li:nth-child(3) img {
	width: 24px;
	height: 28px;
	margin-bottom: 3px;
}
nav li:nth-child(4) img {
	width: 28px;
	height: 27px;
	margin-bottom: 4px;
}
nav li:nth-child(5) img {
	width: 35px;
	height: 28px;
	margin-bottom: 3px;
}
nav li:nth-child(6) img {
	width: 29px;
	height: 29px;
	margin-bottom: 2px;
}
nav li:nth-child(7) img {
	width: 25px;
	height: 24px;
	margin-bottom: 7px;
}
/* 間のボーダー */
nav li a::after {
	content: "";
	position: absolute;
	left: -1px;
	width: 0;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #eaeaea;
	font-weight: 100;
	color: #666;
	font-size: 13px;
}
nav li:first-child a::before {
	content: "";
	position: absolute;
	left: -1px;
	width: 0;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #eaeaea;
	font-weight: 100;
	color: #666;
	font-size: 13px;
}

/* ホバー表現 */
nav li a:hover img {
animation: kakukaku 1s infinite;
}

nav li a:hover {
color: #008845;
}
/* ホバーのボーダー */
/*nav li a span::before{
	position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	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: 142%;*/
	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: 15px;
}
nav ul li div a::after, nav ul li div a::before {
	display: none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}
/* 矢印 */
.nav_arrow {}
.nav_arrow img {
	display: block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img {
	right: 3%;
}
/* スクロールで追加されるクラス */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
/*============================================================================

	#mainvisual

============================================================================*/
/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
.mv {
	display: block;
	position: relative;
	height: 240px;
	background-image: url(../images/mainvisual_slide1.png);
	background-position: center;
	background-repeat: no-repeat;
}
.mv .inner {
	display: table;
	position: relative;
	height: inherit;
	width: 1080px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.mv h2 {
	position: relative;
}
#mainvisual {
	display: block;
	position: relative;
	/*top: -85px;*/
	top: 0;
	height: 240px;
	margin-top: 80px;
	background-image: url(../images/mainvisual_slide1.png) !important;
	background-color: #fff;
	background-position: center -200px;
	background-repeat: no-repeat !important;
	/*background-size: cover !important;*/
	background-position-y: -250px;
	background-size: cover;
}
#mainvisual .inner {
	display: table;
	position: relative;
	height: inherit;
	width: 1200px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#mainvisual h2 {
	position: relative;
	
}
/* キャッチフレーズ */
.mainvisual_catch {
	display: inline-block;
	max-width: 657px;
	position: absolute;
	top: 313px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.mainvisual_catch h2 {
	position: relative;
	margin-bottom: 20px;
	line-height: 42px;
	color: #795c43;
	font-size: 27px;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.mainvisual_catch h2:before {
	position: absolute;
	top: -70px;
	left: -80px;
	content: "";
	width: 115px;
	height: 241px;
	background: url(../images/mv_catch_before.png) no-repeat;
}
.mainvisual_catch h2:after {
	position: absolute;
	top: -70px;
	right: -74px;
	content: "";
	width: 115px;
	height: 241px;
	background: url(../images/mv_catch_after.png) no-repeat;
}
.mainvisual_catch p {
	display: block;
	letter-spacing: 0.08em;
	font-size: 18.2px;
}
.mainvisual_open {
	position: absolute;
	top: 370px;
	right: 400px;
	width: 280px;
}
/*.mainvisual_open {
	position: absolute;
	top: 150px;
	right: 0;
	width: 250px;
}*/
.mainvisual_open img {
	width: 100%;
}
.mainvisual_attention {
	position: absolute;
	top: 370px;
	right: 100px;
	width: 280px;
}
/*.mv_sche {
	position: absolute;
	/*bottom: 42px;*/
	/*top: 560px;
	left: 3%;
	width: 484px;
	padding: 11px 0 10px 0;
	background-color: rgba(115, 89, 65, 0.7);
}
.mv_sche .tb01 td, .mv_sche .tb01 th {
	border-bottom: none;
	color: #fff;
}
.mv_sche .tb01 tr:last-child td, .mv_sche .tb01 tr:last-child th {
	border-bottom: 1px solid #fff;
}
.mv_sche .schedule table {
	background-color: transparent!important;
}
.mv_sche .schedule table tr:first-child td {
	color: #fff!important;
}
.mv_sche .schedule {
	padding: 0 30px;
}
.mv_sche .tb01 th {
	padding: 10px 19px 8px 0px!important;
}
.mv_sche .schedule_note {
	text-align: right;
	color: #fff;
}
.mv_sche .schedule_note li {
	display: inline-block;
}
.schedule_note li:last-child {
	margin-right: 0;
}*/
/*.mv_bnr01 {
	position: absolute;
	top: 9px;
	/* right: 156px; */
	/*left: calc(100% - 425px);
	width: 120px;
	height: 120px;
	z-index: 99999998;
}
.mv_bnr02 {
	position: absolute;
	top: 9px;
	right: 14.1%;
	width: 120px;
	height: 120px;
	z-index: 99999998;
	/*box-sizing: border-box;*/
/*}
.mv_bnr02 a {
	display: block;
}
.mv_bnr03 {
	position: absolute;
	top: 9px;
	right: 3%;
	width: 120px;
	height: 120px;
	z-index: 99999998;
	/*box-sizing: border-box;*/
/*}
.mv_bnr03 a {
	display: block;
}*/
/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom: 2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.mainvisual_headline h2 {
	font-weight: bold;
	font-size: 27px;
	color: #fff;
	top: 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                 0px 8px 13px rgba(0,0,0,0.1),
                 0px 18px 23px rgba(0,0,0,0.1);
}
.mainvisual_headline p {
	display: inline-block;
	font-size: 15px;
	color: #fdffde;
	padding-top: 16px;
}
/* 飾りの英語の棒 */
.mainvisual_headline p::before, .mainvisual_headline p::after {
	position: relative;
	content: "-";
}
.mainvisual_headline p::before {
	left: -0.5em;
}
.mainvisual_headline p::after {
	right: -0.5em;
}
/* 背景変更用 */
#mainvisual.bg01 {
	background-image: url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg02 {
	background-image: url(../images/main_bg02.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg03 {
	background-image: url(../images/main_bg03.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg04 {
	background-image: url(../images/main_bg04.png);
	background-position: center 0%;
	background-size: auto;
}
#mainvisual.bg05 {
	background-image: url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}

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

	#breadcrumbs

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


.breadcrumbs {
	position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 998;
    padding: 29px 0;
    margin: 0 auto;
    background-color: rgba(229, 188, 98, 0.35);
    /*background-image: radial-gradient(rgba(26, 176, 114, 0.32) 1px, transparent 1px);*/
    background-size: 20px 20px;
}

.breadcrumbs_m27 {
    margin: -27px auto !important;
}
.breadcrumbs_mb13{
    padding: 29px 0 13px;
}
.breadcrumbs ul {
	max-width: 1200px;
	width: auto;
	font-size: 16px;
	margin: -12px auto 0;
	padding: 0 1.6%;;
}

.breadcrumbs li {
	float: left;
	margin-right: 5px;
}

.breadcrumbs li:after {
	font-family: FontAwesome;
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:last-child a {
	color: #33b67f !important;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs i.fa.fa-home {
    color: #795c43;
}

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

	#contents

==================================================================*/
main {
	display: block;
}
#container {
	padding-top: 35px;
	padding-bottom: 100px;
}
#contents {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 100px;
}
#contents.pt100 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contents::after {
	display: block;
	clear: both;
	content: "";
}
#contents_center {
	float: center;
	width: 880px;
}
#contents_left {
	float: left;
	width: 880px;
}
#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: #795c43;
}
.right_medical ul {
	/*padding: 10px;*/
	background-color: #f0f0f0;
}
/*.right_medical li {
	margin-bottom: 16px;
}*/
.right_medical li:last-child {
	margin-bottom: 0;
}
.right_medical img {
	width: 100%;
}
.right_medical ul li a::before {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 16px;
	content: "";
}
.right_medical ul li:nth-child(1) a::before {
	background: url(../images/top_medical_ico01.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(2) a::before {
	background: url(../images/top_medical_ico02.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(3) a::before {
	background: url(../images/top_medical_ico03.png) no-repeat;
	background-size: contain;
	background-position: center 60%;
}
.right_medical ul li:nth-child(4) a::before {
	background: url(../images/top_medical_ico04.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(5) a::before {
	background: url(../images/top_medical_ico05.png) no-repeat;
	background-size: 150%;
	background-position: center 60%;
}
.right_medical ul li:nth-child(6) a::before {
	background: url(../images/top_medical_ico06.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(7) a::before {
	background: url(../images/top_medical_ico07.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(8) a::before {
	background: url(../images/top_medical_ico08.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(9) a::before {
	background: url(../images/top_medical_ico09.png) center top no-repeat;
	background-size: contain;
}
.right_medical ul li:nth-child(10) a::before {
	background: url(../images/top_medical_ico10.png) center top no-repeat;
	background-size: contain;
}
/*============================================================================

	$footer

============================================================================*/
footer {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #795c43;
	padding: 0 0 27px 0;
}
footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 322px;
	height: 323px;
	content: "";
	background: url(../images/footer_bg_before.png) no-repeat top center;
}
footer:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 227px;
	height: 229px;
	content: "";
	background: url(../images/footer_bg_after.png) no-repeat top center;
}
/* フッターの医院概要 */
.footer_info .inner {
	width: 1134px;
	margin: 0 auto;
	padding: 55px 0 60px;
}
.footer_info_logo {
	width: 240px;
	height: auto;
	margin: 0 auto 45px auto;
	/*margin: 0 auto 58px auto;*/
}
.footer_wrap {
	display: flex;
	justify-content: space-between;
}
.footer_info_overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*width: 50%;*/
	margin-bottom: 30px;
}
.footer_info_overview dt {
	width: 21%;
	margin-bottom: 10px;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	background-color: #795c43;
	text-align: center;
	line-height: 1;
	border-radius: 5px;
}
.footer_info_overview dd {
	width: 79%;
	margin-bottom: 10px;
	padding-left: 6%;
	/*padding: 10px 10px 4px 25px;*/
	font-size: 15px;
	text-align: left;
}
/*.footer_info_medical {
	padding-top: 28px!important;
}*/
.footer_info_sche {
	width: 50%;
	z-index: 99;
}
.footer_info_sche .tb01 {
	border-radius: 10px 10px 0 0;
}
.footer_info_sche .tb01 tr:first-child th {
	background-color: #795c43 !important;
	border-radius: 5px 0 0 0;
	color: #fff;
}
.footer_info_sche .tb01 tr:first-child td {
	background-color: #795c43 !important;
	color: #fff;
}
.footer_info_sche .tb01 tr:first-child td:nth-child(8) {
	border-radius: 0 5px 0 0;
	padding-right: 26px;
}
.footer_info_sche .tb01 th {
	text-align: center;
}
.footer_info_sche .tb01 td {
	padding: 20px 13px 17px 13px;
}
.footer_info_sche .tb01 tr:last-child th {
	background-color: #f7f7f7 !important;
	color: #333;
	border-bottom: 2px solid #795c43;
}
.footer_info_sche .tb01 tr:last-child td {
	background-color: #f7f7f7 !important;
	color: #795c43;
	border-bottom: 2px solid #795c43;
	text-align: center;
}
.footer_info_sche .tb01 tr:last-child td:last-child {
	padding-right: 15px;
}
.footer_info_sche {
	color: #795c43;
	text-align: right;
}
/*.footer_info_overview{
	float:left;
	width:50%;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
	width: 115px;
	height: 70px;
}
.footer_info_overview dt{
	margin-bottom:20px;
}
.footer_info_overview dd{
	margin-bottom:12px;
	font-size:13.5px;
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
}
.footer_info_overview_tel{
	padding-left:26px;
	background-image:url(../images/header_tel.svg);
	background-size:15px;
	background-position:left 23px;
	background-repeat:no-repeat;
	font-size:26.5px !important;
	color:#1E2B68;
	font-family: 'Cardo', serif;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.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 {
	float: right;
	width: 50%;/*506px*/
	font-size: 14px;
	margin-top: 4px;
}
.schedule table {
	width: 100%;
	background-color: #fff;
}
.schedule table tr:first-child td {
	font-weight: bold;
	color: #fff;
}
.schedule p {
	margin-left: 22px;
	margin-bottom: 2px;
}
.schedule p strong {
	color: #795c43;
}
.schedule p:last-child {
	margin-bottom: 0;
}
.schedule_note {
	text-align: right;
    color: #795c43;
}
.schedule_note li {
	display: inline-block;
	margin-right: 2em;
}
/* フッターのナビ */
/*.footer_navi{
}
.footer_navi .inner{
	width:1080px;
	margin:0 auto;
	padding:60px 0 40px;
}
.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
}
.footer_navi ul{
	width:1080px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 31px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#795c43;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}
*/
/* 間のボーダー */
/*
.footer_navi ul li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
.footer_navi ul li:first-child a::after{
	display:none;
}
*/
/* ホバーのボーダー */
/*.footer_navi ul li a 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);
}*/
/* ページトップ */
/*.pagetop,
.pagetop img{
	width:50px;
	height:25px;
}
.pagetop{
	position:relative;
	margin:20px auto 20px;
	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{
	margin-bottom:45px;
	text-align: center;
}
.copy small{
	line-height:1;
	font-size:13px;
	letter-spacing:0.2em;
}*/
.copy {
	width: 167px;
	height: 16px;
	margin: 0 auto;
}
/*==================================================================

	タイトル

==================================================================*/
/*中央寄せ*/
h3.tit01 {
	position: relative !important;
	margin-bottom: 30px !important;
	padding: 14px !important;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #444;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: 'ヒラギノ明朝 W6 JIS2004','Hiragino Mincho W6 JIS2004';
}
/*中央寄せ*/
h3.tit01.parking {
	margin-bottom: 0 !important;	
}
/* アイコンの余白 */
h3.tit01 i {
	margin-right: 7px;
}
/* 背景画像 */
h3.tit01::before {
	position: absolute;
	width: 19px;
	height: 27px;
	top: -125px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/i_h3_before.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	content: "";
}
/* 飾りの英語 */
h3.tit01 span {
	display: inline-block;
	position: relative;
	letter-spacing: 2.5px;
	color: #c68724;
	font-size: 60px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: 'Pinyon Script', cursive;
	font-weight: 400;
	z-index: 2;
}
/*h3.tit01 span::before {
	margin-left: 15px;
	margin-right: 15px;
	content: "/";
}*/

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 0.15em;
	color: #444;
	font-family: 'ヒラギノ明朝 W6 JIS2004','Hiragino Mincho W6 JIS2004';
	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: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	font-size: 19.5px;
	font-weight: bold;
	text-align: left;
	color: #008846;
}
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.tit01 span.letter_red {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	font-size: 19.5px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #008845;
	content: "";
}
h4.tit01 span.letter_red::before {
	margin-left: auto;
	margin-right: auto;
	content: none;
}
h5.tit01 {
	position: relative;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	color: #795c43;
	font-size: 16px;
	font-weight: bold;
}
h5 {
    letter-spacing: 0.2em;
}

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

	共通

==================================================================*/
p {
    line-height: 2.4;
    letter-spacing: 0.2em;
}
/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}
/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}
/*まる*/
.list03 {}
.list03 li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
.list03 li:last-child {
	margin-bottom: 0;
}
.list03 li:before {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #a9ce2f;;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
	content: '';
}
.list03 li i {
	margin-right: 8px;
}
/*さんかく*/
.list04 li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	color: #223a70;
}
.list04 li:before {
	position: absolute;
	top: 0.5em;
	left: 7px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #4A577F;
	content: "";
}
/*やじるし*/
.list05 li {
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
	padding-left: 15px;
}
.list05 li:before {
	position: absolute;
	left: 0;
	top: 0.3em;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
}
/* まる & 背景 */
.list06 {
	padding: 35px 15px 25px 45px;
	background-color: #f7f7f7;
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li {
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding-left: 0.9em;
	padding-right: 5%;
}
.list06 li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #DAC58B;
	border: 1px solid #DAC58B;
	border-radius: 100%;
}
/*まる & 枠 */
.list07 {
	border: 3px solid #eee;
	padding: 30px;
	font-size: 14.5px;
}
.list07 li {
	padding-left: 0.9em;
	margin-bottom: 10px;
	position: relative;
}
.list07 li:last-child {
	margin-bottom: 0;
}
.list07 li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i {
	margin-right: 8px;
}
/*チェック*/
.list08 {
	margin-bottom: 30px;
	padding: 35px 10px 20px 45px;
	background-color: #f4f7ee;
}
.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;
	white-space: nowrap;
}
.list08 li:before {
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	content: '';
}
/*ボタン ゴースト*/
.btn01 {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
}
.btn01 a {
	display: inline-block;
	position: relative;
	padding: 15px 25px;
	line-height: 1;
	border: 1px solid #33409a;
	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 {
	/*display: inline-block;*/
	display: block;
    margin-bottom: 10px;
	margin: 0 auto;
}
.btn02 a {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 10px;
    margin-bottom: 10px;
	border: 1px solid #795c43;
	color: #795c43;
	font-weight: bold;
	transition: ease-in-out 0.2s;
}
.btn02 a i {
	margin-right: 7px;
}
.btn02 a:hover {
	background-color: #795c43;
	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: 10px;
	margin-bottom: 7px;
	border: 1px solid #d5cbc5;
	padding: 1%;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
	padding-left: 20px;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	color: #795c43;
	text-align: left;
}
/*==================================================================

	table

==================================================================*/
.nowrap {
	white-space: nowrap;
}
/*フッターの診療時間*/
.tb01 {
	margin-bottom: 12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	border-radius: 10px 10px 0 0 !important;
}
.tb01 td, .tb01 th {
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td, .tb01 tr:last-child th {
	border: none;
}
.tb01 tr:first-child th {
	background-color: #795c43;
	border-radius: 5px 0 0 0;
	color: #fff;
}
.tb01 th {
	padding: 10px 22px 8px 22px;
	line-height: 1;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}
.tb01 td {
	padding: 10px 13px 8px 13px;
}
.tb01 tr:first-child td:nth-child(8) {
	border-radius: 0 5px 0 0;
	padding-right: 26px;
}
.tb01 tr:first-child td {
	background-color: #795c43;
	color: #fff;
}
.tb01 th {
	text-align: center;
}
.tb01 td {
	padding: 20px 13px 17px 13px;
}

.tb01 tr:last-child th {
    background-color: #f7f7f7;
    color: #333;
    border-bottom: 2px solid #795c43;
}
.tb01 tr:last-child td {
    background-color: #f7f7f7;
    color: #795c43;
    border-bottom: 2px solid #795c43;
    padding-right: 0;
    text-align: center;
}
/*医院概要*/
.tb02 {
	border-spacing: 0;
	text-align: left;
}
.tb02 td, .tb02 th {
	border-bottom: #ddd 1px dotted;
	line-height: 1.4;
	vertical-align: top;
}
.tb02 th {
	padding: 8px 17px 8px 0;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	color: #333;
}
.tb02 td {
	padding: 8px 0 2px;
	padding-right: 0 !important;
	text-align: left;
}
.tb02 tr:last-child td, .tb02 tr:last-child th {
	border: none;
}
/* 料金表 */
.tb03 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
}

.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}

/* 求人 */
.tb04 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ccc4bd;
	white-space: nowrap;
}

.tb04 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	background-color: #f6f2ee;
	padding: 10px 20px;
	color: #916b4a;
}
.tb04 th span {
	font-size: 13px;
}
.tb04 td {
	background-color: #ffffff;
	text-align: left;
	padding: 10px 20px;
}
/*==================================================================

	アンカーリンンク

==================================================================*/
/* 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 #795c43;
	font-weight: bold;
	font-size: 13px;
	color: #795c43;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s ease-in-out;
}
.ank01 li a:hover {
	background-color: #795c43;
	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 {
	min-width: 28%;
	padding: 0 3%;
	background-color: #F7F7F7;
	letter-spacing: 0.1em;
	color: #795c43;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.layout01 dt em {
	display: block;
	line-height: 1;
	margin: 0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.layout01 dd {
	padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {}
.layout02::after {
	display: block;
	clear: both;
	content: "";
}
.layout02 dl {
	width: 40.2%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
	padding: 3% 3.9% 4%;
	background-color: #F7F7F7;
}
.layout02 dl:nth-child(even) {
	margin-right: 0;
}
.layout02 dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
/* 数字 */
.layout02 dl dt em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.layout02 dl dd {
	line-height: 1.6;
	font-size: 14.5px;
	text-align: center;
}
.layout02 dl dd img {
	width: 160px;
	margin-bottom: 15px;
}
.layout02 dl dd p {
	margin-bottom: 0;
	text-align: justify;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
	padding-bottom: 20px;
	max-width: 1200px;
    width: 100%;
}
.layout03 dl {
	/*display: table;*/
	display: block;
	position: relative;
	margin-bottom: 20px;
	background-color: #f4f7ee;
	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: #795c43;
	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;*/
	margin: 0 auto 20px;
	/*background-color: #f7f7f7;*/
	border: 20px solid #f4f7ee;
	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: #795c43;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.layout04 dd h5:first-child {
	margin-bottom: 10px;
}
.layout04 dd h5 span {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
	padding-bottom: 20px;
}
.layout05 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f4f7ee;
	padding: 2%;
	font-size: 14px;
}
.layout05 dt, .layout05 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout05 dt {
	width: 25%;
	padding: 2%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.layout05 dt img {
	width: 100%;
	padding-bottom: 10px;
}
.layout05 dd {
	padding: 1% 3%;
	vertical-align: top;
}
.layout05 dd:nth-child(2) {
	width: 36.5%;
}
.layout05 dd:nth-child(3) {
	width: 38.5%;
	border-left: 1px solid #e2e2e2;
}
.layout05 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.layout05 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.layout05_text1 {}
.layout05_text1 ul {
	margin-bottom: 15px;
}
.layout05_text1 ul li {
	text-indent: -1em;
	margin-left: 1em;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
	padding-bottom: 20px;
}
.layout06 dl {
	display: table;
	position: relative;
	padding-bottom: 5px;
	font-size: 14px;
}
.layout06 dl:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
.layout06 dl:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.layout06 dt, .layout06 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout06 dt {
	min-width: 28%;
	padding: 0 3%;
	background-color: #f4f7ee;
	letter-spacing: 0.1em;
	color: #795c43;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.layout06 dt em {
	display: block;
	line-height: 1;
	margin: 0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.layout06 dd {
	padding: 2% 3%;
	vertical-align: top;
}
.layout06 dd:nth-child(2) {
	width: 40%;
}
.layout06 dd:nth-child(3) {
	width: 35%;
	border-left: 1px solid #e2e2e2;
}
.layout06 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.layout06_text1 {}
.layout06_text1 ul {
	margin-bottom: 15px;
}
.layout06_text1 ul li span {
	display: block;
}
/* 3つ並びのレイアウト。 */
.layout07 {}
.layout07::after {
	display: block;
	clear: both;
	content: "";
}
.layout07 dl {
	float: left;
	width: 26%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 3%;
	border-radius: 10px;
	background-color: #F7F7F7;
}
.layout07 dl:nth-child(3n) {
	margin-right: 0;
}
.layout07 dl dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em {
	margin-right: 8px;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd {
	line-height: 1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
	overflow: hidden;
}
.layout08 dl {
	position: relative;
	float: left;
	width: 24.6%;
	margin-right: 4.1%;
	margin-bottom: 25px;
	padding: 3%;
	border-radius: 10px;
	background-color: #F7F7F7;
}
.layout08 dl::before {
	position: absolute;
	right: -17px;
	top: 0;
	height: 7px;
	width: 7px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 2px solid #33409A;
	border-right: 2px solid #33409A;
	content: "";
	bottom: 0;
	margin: auto;
}
.layout08 dl:nth-child(3n) {
	margin-right: 0;
}
.layout08 dl dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em {
	margin-right: 8px;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd {
	line-height: 1.5;
}
/*==================================================================

	box

==================================================================*/
.box1 {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 3%;
	box-sizing: border-box;
}
.box2 {
	/*margin-bottom: 100px;
	padding: 0 3%;
	box-sizing: border-box;*/
	position: relative;
	margin-bottom: 100px;
    margin: 0 auto 100px;
    padding: 0 3%;
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
}
.box2_access {
	margin-bottom: 100px;
	text-align: center;
	padding: 0 3%;
	box-sizing: border-box;
}
.box3 {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}
.text {
	position: relative;
	margin-bottom: 50px;
}
.text p {
	margin-bottom: 1em;
}
.text:last-child {
	margin-bottom: 0;
}
.text p span.letter_red {
	color: red;
}
.text p span.letter_bigred {
	color: #008846;
	font-size: 22px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: bold;
}
/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor {
	background: url(../images/top_greeting_bg.png) no-repeat top center;
	background-size: cover;
}


.top_doctor h3.deco{
	max-width: 280px;
    width: 100%;
    /*height: 112px;*/
	height: auto;
    position: absolute;
    top: -160px;
    left: calc(100% - 59%);
}
.top_doctor .box1 {
	margin-bottom: 0;
}
.top_doctor h3 {
	width: 100%;
    /*max-width: 199px;*/
    /*height: 113px;*/
    margin: 0 auto 30px;
}
.top_doctor .top_doctor_wrap {
	/*display: flex;
	justify-content: space-between;*/
}
.top_doctor .top_doctor_wrap h4 {
	width: 466px;
	height: 75px;
	margin-top: 32px;
	margin-bottom: 39px;
}
.top_doctor .text {
	position: relative;
    width: 100%;
    /*max-width: 845px;*/
    margin-bottom: 0;
}
.top_doctor .text p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.6;
}
.top_doctor_img {
	width: 100%;
    max-width: 225px;
	padding-top: 155px;
}
.top_doctor_img dt {
	margin-bottom: 20px;
	text-align: center;
}
dl.top_doctor_img dt img {
    max-width: 225px;
	border-radius: 50%;
	border: 1px solid #d5cbc5;
    padding: 1%;
}
.top_doctor_img dd {
	text-align: right;
}
.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_features

==================================================================*/
.top_features {
	padding: 210px 0 66px 0;
}
.top_features .box1 {
	padding: 0 1%;
}
/*.top_features .box1:nth-child(1) {
	margin-bottom: 0;
    margin: 150px auto 0;
}*/
.top_features .box1:nth-child(2) {
    margin-bottom: 0;
    margin: 50px auto !important;
}
.top_features h3.deco{
	/*width: 100%;
	max-width: 280px;
	height: 112px;
	margin: 0 auto 55px auto;*/
	/*margin: 55px auto 55px auto;
    text-align: center;*/
	max-width: 280px;
    width: 100%;
    height: 112px;
    position: absolute;
    top: -160px;
    left: calc(100% - 65%);
}
.top_features_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_features_list a {
	width: 360px;
	margin-bottom: 47px;
}
.top_features_list a dd {
	padding-top: 18px;
	text-align: center;
}
.features {
	padding: 70px 0 66px 0 !important;
}
.features .layout03 dl {
    margin-bottom: 58px;
}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {
	padding: 50px 0 95px 0;
	/*background: url(../images/top_medical_bg.png) no-repeat bottom center;
	background-size: cover;*/
    background: url(../images/top_medical_bg.png) no-repeat top center;
    background-size: cover;
}
.medical {
	padding-top: 100px !important;
	background: none !important;
}
.top_medical .box1 {
	margin-bottom: 0;
}
.top_medical h3.deco {
	/*width: 100%;
	max-width: 280px;
	height: 112px;
	margin: 0 auto 55px auto;*/
	/*margin: 55px auto 55px auto;
    text-align: center;*/
	max-width: 280px;
    width: 100%;
    height: 112px;
    position: absolute;
    top: -160px;
    left: calc(100% - 62%);
}
.top_medical h3 {
	width: 100%;
	max-width: 241px;
	height: 111px;
	margin: 0 auto 56px auto;
}
.top_medical .text p {
	text-align: center;
}
.top_medical_list {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.top_medical_list a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 46px;
	/*margin-right: 50px;*/
	text-align: center;
	background-color: #fff;
	border: 1px solid #d6c5ab;
	border-radius: 50%;
	color: #555;
}
.top_medical_list a:hover {
	color: #8b8b8b;
}
.top_medical_list a:hover {
/* opacity: 0.8; */
border: 1px solid #a5cc27;
background: rgba(250, 203, 41, 0.24);
}
.top_medical_list a:nth-child(5n) {
	margin-right: 0;
}
.top_medical_list dl {
	width: 100%;
}
.top_medical_list dl dt {
	margin-bottom: 17px;
	padding-top: 36px;
}
.top_medical_list a:nth-child(3) dt {
	padding-top: 41px;
}
.top_medical_list a:nth-child(4) dt {
	padding-top: 48px;
	margin-bottom: 12px;
}
.top_medical_list a:nth-child(5) dt {
	padding-top: 52px;
	margin-bottom: 33px;
}
.top_medical_list a:nth-child(6) dt {
	padding-top: 42px;
	margin-bottom: 19px;
}
.top_medical_list a:nth-child(6) dt {
	padding-top: 41px;
	margin-bottom: 20px;
}
.top_medical_list a:nth-child(7) dt {
	margin-bottom: 28px;
	padding-top: 41px;
}
.top_medical_list a:nth-child(8) dt {
	margin-bottom: 25px;
	padding-top: 41px;
}
.top_medical_list a:nth-child(9) dt {
	margin-bottom: 18px;
	padding-top: 34px;
}
.top_medical_list a:nth-child(10) dt {
	margin-bottom: 20px;
	padding-top: 35px;
}
.top_medical_list a dd {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	line-height: 1.2;
}
.top_medical_list a dd span {
	font-size: 16px;
}
.top_medical_list a dd img {
	display: block;
	margin: 11px auto 0 auto;
}
.top_medical_list a:nth-child(1) dd img {
	margin: 11px auto 0 auto;
}
.top_medical_list a:nth-child(4) dd img {
	margin: 3px auto 0 auto;
}
.top_medical_list a:nth-child(7) dd {
	font-size: 18px;
}
.top_medical_list a:hover dl dt img {
    animation: kakukaku 1s infinite;
}
.top_medical_list a:hover {
    /* opacity: 0.8; */
    border: 1px solid #a5cc27;
    background: rgba(250, 203, 41, 0.5);
}

/*動き*/
@keyframes kakukaku {
	0% {
	transform: rotate(0deg);
	}
	1% {
	transform: rotate(-15deg);
	}
	 49% {
	transform: rotate(-15deg);
	}
	50% {
	transform: rotate(15deg);
	}
	100% {
	transform: rotate(15deg);
	}
}
/*==================================================================

	.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;
}
/*==================================================================

    .top_googlemap

==================================================================*/
.top_googlemap .box1 {
	margin-bottom: 0;
}
.google-map iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom;
}
.google-map {
	position: relative;
}
.googlemap_btn {
	position: absolute;
	top: 48px;
	right: 201px;
	width: 156px;
	height: 156px;
}
.googlemap_btn a {
	display: block;
	transition: all 0.3s ease;
}
/*==================================================================

	$doctor

==================================================================*/
.doctor .top_doctor_wrap {
    padding-bottom: 100px;
}
.doctor_greet .text {
	float: left;
	width: 400px;
}
.doctor_carr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.doctor_carr_sec1 {
	width: 49%;
	padding: 4% 3%;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {}
.doctor_carr_sec1 table {
	width: 100%;
}

.doctor {
padding-top: 70px;
}
.doctor_carr.box1{
	margin-bottom: 0;
}

.interview_wrap {
	background: url("../images/interview_bg.jpg") no-repeat top center;
	background-size: cover;
	padding:100px 0;
}
.interview_wrap .interview_item{
	line-height: 2.6;
	font-size:16px;
	margin-top: 50px;
}
.interview_wrap .interview_item dt{
	font-weight: bold;
	font-size:18px;
	position: relative;
	padding-left:2.5em;
}
.interview_wrap .interview_item dt:before{
	    content: "";
    width: 2em;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 1.3em;
    left: 0;
}
@media screen and (max-width:640px) {
	
.interview_wrap {
	padding:50px 0;
}
.interview_wrap .interview_item{
	line-height: 2.6;
	font-size:16px;
	margin-top: 30px;
	text-align: left;
}
.interview_wrap .interview_item dt{
	font-weight: bold;
	font-size:18px;
	position: relative;
	padding-left:2.5em;
}
.interview_wrap .interview_item dt:before{
	    content: "";
    width: 2em;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 1.3em;
    left: 0;
}
}
/*==================================================================

	.news

==================================================================*/
#nw1, #nw2, #nw3, #nw4, #nw5, #nw6, #nw7, #nw8, #nw9, #nw10, #nw11, #nw12, #nw13, #nw14, #nw15, #nw16, #nw17, #nw18, #nw19, #nw20, #nw21, #nw22, #nw23, #nw24, #nw25, #nw26, #nw27, #nw28, #nw29, #nw30 {
    padding-top: 140px;
    margin-top: -125px;
}
.top_news {
	font-size: 14.5px;
}
.top_news_wrap {
	width: 100%;
	/*max-width: 1600px;*/
	max-width: 100%;
	height: 250px;
	margin: 0 auto;
	display: flex;
}
.top_news .box3 {
    padding: 0 !important;
}
.top_news_left {
	position: relative;
	width: 34.4%;
	background-color: #795c43;
}
.top_news_left:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 361px;
	height: 250px;
	content: "";
	background: url(../images/top_news_before.png) no-repeat top center;
}
.top_news_left h3 {
	position: absolute;
	top: 50px;
	right: 205px;
	width: 125px;
	height: 147px;
	padding: 0;
}
.top_news_right {
	position: relative;
	width: 65.6%;
	background-color: #f6f2ee;
}
.top_news_right:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 364px;
	height: 250px;
	content: "";
	background: url(../images/top_news_after.png) no-repeat top center;
}
.top_news_flame {
    width: 100%;
    height: 204px;
	padding: 24px 210px 24px 54px;
	box-sizing: border-box;
    overflow-y: scroll;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list ul li .day {
    margin-right: 25px;
	color: #008846;
}
.news_text {}
.news_text p {
	margin-bottom: 10px;
}
/* タイトル */
.news_text p strong {
	margin-left: 20px;
	font-size: 17.5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #795c43;
}
.news_list ul li {
	padding: 17px 0;
	border-bottom: 1px solid #fff;
}
.news_list ul li a {
	color: #916b4a;	
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}
/* 日付 */
.date {
	margin-right: 10px;
	color: #C0AB92;
}
.news_list li .date {
	font-size: 16px;
	color: #777777;
	margin-right: 48px;
}
/* お知らせのブロックのボーダー */
.news_text .line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
	height: 200px;
}
/* スクロールバー */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	background-color: #fff!important;
	border-radius: 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
	background-color: #c8a063!important;
	border-radius: 0;
}
/*==================================================================

	$access

==================================================================*/
.access_guide {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.access_mappicture {
	margin-bottom: 40px;
	text-align: center;
}
.access_map {
	margin-bottom: 40px;
}
.access_map dt {
	margin-bottom: 10px;
}
.access_map dt i {
	margin-right: 7px;
}
.access .btn02 {
	display: block;
    width: 25%;
    margin: 20px auto;
	text-align: center;
	margin-bottom: 50px;
}
.access_info {
	border: 4px solid #f4f7ee;
	padding: 25px 30px 5px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.access_info dt i {
	margin-right: 7px;
	color: #a6cd2b;
}
.access_info p{
	text-align: left;
	font-size: 15px;
}
.access_info p:last-child{
	margin-bottom: 20px;
}
.access_train, .access_bus, .access_car, .access_bike {
	margin-bottom: 15px/*25px*/;
	flex: 0 0 50%;
    text-align: left;
}
.access_train dt, .access_bus dt, .access_car dt, .access_bike dt {
	padding-left: 0;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #008846;
}
.access_train dd, .access_bus dd, .access_car dd, .access_bike dd {
	font-size: 14.5px;
}
.access_infobox {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 2% 6%;
    box-sizing: border-box;
}
.access_infobox .tohomv_wrap{
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.access_infobox .tohomv_wrap iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access h4.tit01 {
    text-align: center;
}
.access ol {
	counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    line-height: 2.2;
}
.access ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  text-align: left;  	
}
.access ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color:#795c43;
}
.parking_area{
	width: 1080px;
	margin-bottom: 20px;
}
/*.parking_area iframe{
	margin:auto 20px; 
}*/
.parking_area .text {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.parking_area .text .map_box1, .parking_area .text .map_box2 {
    position: relative;
}
.parking_area .text .map_box1 p,.parking_area .text .map_box2 p {
    width: 100%;
    /*max-width: 480px;*/
    position: absolute;
    z-index: 999;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(237, 249, 212, 0.82);
	border-radius: 0 20px 0 0;
    padding: 2% 5px 2% 10px;
    box-sizing: border-box !important;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
    letter-spacing: 0;
}
.parking_area .text .map_box1{
	position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.parking_area .text .map_box1 iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*==================================================================

	$clinic

==================================================================*/
/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {}
.flex-control-thumbs img {
    border: 5px solid #f6e8c8 !important;
}
.clinic_slides1 .flexslider {
	position: relative;
    /* float: none; */
    width: 82%;
    /* display: flex; */
    /* flex-direction: row; */
    margin: 0 auto;
}
.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: #008846;
}
.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%;*/
	position: relative;
    right: 0;
    top: 30px;
    width: 100%;
    max-width: 826px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.clinic_slides1 .flex-control-thumbs li {
	position: relative;
    /*width: 96%;*/
    /* margin: 0 0 0 4%; */
    background-color: #fff;
    /* float: left; */
    width: 300px;
    flex: 0 0 15%;
    margin-bottom: 20px;
}
/* 院内スライド（サムネイル下） */
.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;
}
/* 医院概要 */
.clinic_sec1 {
	position: relative;
	flex: 0 0 50%;
}
.clinic_sec1 ul {
	margin-bottom: 15px;
}
.clinic_sec1 li {
	padding: 8px 0;
	border-bottom: 1px solid #E5E6EF;
}
.clinic_sec1 li:first-child {
	padding: 0 0 8px 0;
}
.clinic_sec1 li:last-child {
	border: none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-left: 2px;
	font-weight: bold;
	color: #795c43;
}
.clinic_sec1 dd {
	float: left;
	width: 75%;
}
/*.clinic_sec1 .schedule .tb01 {
	border: 1px solid #e4e4e4;
	width: 100%;
	font-size: 14px;
}*/
/*.clinic_sec1 .schedule .tb01 tr:first-child th, .clinic_sec1 .schedule .tb01 tr:first-child td {
	background-color: #f0f0f0;
	color: #795c43;
	font-weight: bold;
}*/
.clinic_sec1 .schedule .tb01 tr:first-child {}
.clinic_sec1 .schedule li {
	border-bottom: none;
}

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

	$facilities

==================================================================*/
/* 機器紹介1 */
.facilities_equip dl {
	float: left;
	width: 42.3%;
	min-height: 280px;
	margin-bottom: 30px;
	margin-left: 3.4%;
	padding: 3%;
	border-top: 4px solid #9397BE;
	background-color: #f7f7f7;
	text-align: justify;
	font-size: 14px;
}
.facilities_equip dl:nth-child(odd) {
	margin-left: 0;
}
/* 機器紹介名前 */
.facilities_equip dt {
	margin-bottom: 14px;
	padding-bottom: 10px;
	line-height: 1.7;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.facilities_equip dt span {
	display: block;
	font-size: 15px;
}
.facilities_equip_img {
	float: right;
	width: 50%;
	margin-left: 20px;
}
.facilities_equip_img img {
	width: 100%;
}
/* 機器紹介2 */
.facilities_equip2 dl {
	float: left;
	width: 31%;
	margin-bottom: 30px;
	margin-right: 3.5%;
	background-color: #f7f7f7;
	text-align: justify;
	font-size: 14px;
}
.facilities_equip2 dl:nth-child(3n) {
	margin-right: 0;
}
/* 機器紹介名前 */
.facilities_equip2 dt {}
.facilities_equip2 dt img {
	width: 100%;
}
.facilities_equip2 dd {
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4 {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.facilities_equip2 dd p {
	margin-top: 7px;
}
/* 機器紹介3 */
.facilities_equip3 dl {
	float: left;
	width: 47.5%;
	margin-bottom: 35px;
	margin-right: 5%;
	background-color: #f7f7f7;
	text-align: justify;
	font-size: 14px;
}
.facilities_equip3 dl:nth-child(even) {
	margin-right: 0;
}
/* 機器紹介名前 */
.facilities_equip3 dt {}
.facilities_equip3 dt img {
	width: 100%;
}
.facilities_equip3 dd {
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4 {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.facilities_equip3 dd p {
	margin-top: 7px;
}
/*==================================================================

	$qa

==================================================================*/
.qa1 {}
.qa1 dl {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #c1c1c1;
}
.qa1 dl dt {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
}
.qa1 dl dt:before {
	position: absolute;
	top: -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.";
}

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

	$features

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

.features .layout03 dl a .letter_red {
    border-bottom: dotted 3px #008846;
}
.features .layout03 dl a:hover .letter_red {
    border-bottom: none;
}
.features .list08 {
    margin-bottom: 30px;
    padding: 0 10px 20px 45px;
    background-color: #ffffff;
	flex: 0 0 70%;
}
.list08 li {
    border-bottom: none;
}
/*.features .layout04 dd:first-child {
    width: 63%;
}*/
.features .layout04 ul.sterilization {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.features .poseidon,.features .ct {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.clearfix.ct p {
    width: 60%;
}
/*.features .layout04 dd:first-child {
    width: 63%;
}*/

.features figure img,.access figure img {
    border: 1px solid #d5cbc5;
    padding: 1%;
    border-radius: 10px;
}

#clinic2_09 ul.facility {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#clinic2_01,#clinic2_02,#clinic2_03,#clinic2_04,#clinic2_05,#clinic2_06,#liquid,facility,#clinic2_08,#clinic2_09 {
    padding-top: 125px;
    margin-top: -125px;
}

#clinic2_09 .layout04 dl dd .img_fr {
    text-align: left;
}

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

	$deduction

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

.deduction_container .waku01{
	border: 3px solid #ececec;
    padding: 6%;
	margin-bottom: 50px;
}
/*==================================================================

	$medical

==================================================================*/
.medical h3 {
    max-width: 100% !important;
	height: auto !important;
}

.medical .top_medical_list {
/* display: flex; */
/* flex-wrap: wrap; */
/* flex-direction: row; */
/* justify-content: space-between; */
}

.medical .medical_col {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border-bottom: 1px dotted #008845;
	margin-bottom: 35px;
}

.medical .top_medical_list a {
	display: block;
	float: left;
	/*flex: 0 0 200px;*/
	width: 200px;
	height: 200px;
	margin-bottom: 46px;
	/* margin-right: 50px; */
	text-align: center;
	background-color: #fff;
	border: 1px solid #d6c5ab;
	border-radius: 50%;
	color: #555;
}

.medical .top_medical_list a:hover {
    /* opacity: 0.8; */
    border: 1px solid #a5cc27;
    background: rgba(250, 203, 41, 0.5);
}

.medical .medical_col p {
	/*flex: 0 0 70%;*/
	padding-top: 20px;
}


.medical .medical_col {
	/*display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	-ms-flex-direction: row !important;
	justify-content: space-between;
	-ms-flex-pack: justify !important;*/
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	box-shadow: 0 0.5px 0 #efe67991;
}

.medical .medical_col div {
    /*flex: 0 0 70%;*/
	float: right;
    max-width: 75%;
}


.medical .top_medical_list a.btn {
	display: block;
	width: 220px;
	height: 39px;
	border-radius: 0;
	text-align: left;
	padding: 0 0 0 30px;
	margin-top: 17px;
	border: 2px solid #dce4c2;
	background: #aacf38;
	color: #fff;
	line-height: 2.1;
}

.medical .top_medical_list a:hover:nth-child(2) {
	border: 2px solid #dce4c2;
	background: #fff;
	color: #aacf38;
}

.medical_col:nth-child(5) dl {
	margin-top: 22px;
}

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

	追加

==================================================================*/
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.layout01 dd {
	padding: 3%;
}
.layout01 dt {
	width: 120px;
	padding: 0;
	background-color: #f4f7ee;
	letter-spacing: 0.1em;
	color: #795c43;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
element.style {
	/* height: 344px; */
}
#contents_right {
	float: right;
	width: 280px;
	font-size: 15px;
	line-height: 1.6;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.right_medical h3 {
	text-align: center;
}
.right_medical h3 a {
	display: block;
	padding: 7px 0;
	background-color: #795c43;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	transition: 0.1s ease-in-out;
}
.right_medical h3 a:hover {
	background-color: #e0d6ce;
	color: #795c43;
}
.right_medical ul {
	background-color: #f4f7ee;
}
.right_medical li {
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}
.right_medical li:last-child {
    border-bottom: none;
}
.right_medical li a {
	display: block;
	padding: 20px;
}
.right_medical li a:hover {
    background: rgba(241, 224, 188, 0.5);
    /* opacity: 0.5; */
    color: #008846;
    font-weight: bold;
}
.right_medical li a span{
font-size: 12px !important;
}
.right_medical li:last-child {
	margin-bottom: 0;
}
.right_medical img {
	width: 100%;
}
.clinic2_img01{
	padding-bottom: 15px;
}
.reservation{
	width: 880px;
	margin: 0 auto;
}
.reservation p{
	font-size: 17px;
}
.cancel_container .list07 {
    border: 1px solid #795c43;
    padding: 30px;
    font-size: 16px;
    border-radius: 10px;
}
.cancel_container .list07 li:before {
    background-color: #f5d875;
}
.bnr_flex{
	width:80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.bnr_flex .bnr_item{
	width:32%;
}
/*.bnr_flex .bnr_item:first-child{
	margin-right: 15px;
}*/
.bnr_flex .bnr_item a{
	display: block;
}
.bnr_flex .bnr_item a img{
	width:100%;
}
.covid19 {
	width:80%;
	margin: 40px auto 20px;
}
.covid19 img{
	width:100%;
	height:auto;
}
p.sub_ttl{
	text-align: center;
	margin-bottom: 30px;
}