/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	min-width:1080px;
    border: solid 16px #fff;
    color: #424242;
    font-size: 14.5px;
    font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.8;
    letter-spacing: 1px;
	text-align:justify;
	font-weight: 200;
}
a {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color:#FF8B48 ;
}
strong{
	font-weight: 500;
}

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

	#header

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

#header {
    position: relative;
    z-index: 99999;
}
#header .inner {
    position: relative;
    width: 1080px;
    height: 65px;
    margin: 0 auto;
}

#header h1 {
    position: absolute;
    top: -16px;
    left: -0;
    width: 129px;
    height: 120px;
    padding: 60px 39px;
    background-image: url(../images/header_logo_bg.png);
    background-repeat: no-repeat;
}
.header_contact {
    position: absolute;
/*    top: -16px;
    right: 0;*/
	top: 97px;
right: 0px;
	height:75px;
    background-color: rgba(39,103,168,0.7);
	box-shadow:4px 4px 0 rgba(0,0,0,0.07);
	display:table;
	border-radius:7px;
}
.header_contact a{
	display:table-cell;
	padding:0 42px;
	vertical-align:middle;
	text-align:center;

}
.header_contact a img{
	width:175px;
	height:auto;
}



.header_contact2 {
    position: absolute;
	width:259px;
	top: 190px;
right: 0px;
	box-shadow:4px 4px 0 rgba(0,0,0,0.07);
	display:table;
	border-radius:7px;
}


.bnr_recruit {
	position: fixed;
	top: 60px;
	right: 0;
	width: 50px;
	z-index: 99999;
}

.mv_news {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 420px;
	background-color: #FBF8F6;
	border: 3px solid #FBEF98;
	box-sizing: border-box;
	padding: 20px;
	z-index: 99;
}
.mv_news_tit {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #C95545;
}
.marker {
	background: linear-gradient(transparent 60%, #FBEF98 40%);
}
.mv_news_sub {
	text-align: center;
	font-weight: bold;
	color: #C95545;
}
.color_red02 {
	color: #C95545;
}

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

	スクロールで出てくるheader

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

#header_scroll{
	display:none;
	width:100%;
	height: 68px;
background-color: rgba(255,255,255,0.9);
box-shadow: 0 0 10px rgba(0,0,0,0.03);
	z-index:9999;
position:fixed;
	top:0;
	left:0;
	border-top:4px solid #6895C2;
	border-bottom:1px solid #ededed;
}
#header_scroll.active{
	display:block;
	position:fixed;

	opacity:1;
}
#header_scroll .inner {
    position: relative;
    width: 1080px;
    margin:  auto;
}
#header_scroll ul {
	display:table;
	width: initial;
	margin:21px auto 21px 0;
/*	margin-right:229px;*/
}
#header_scroll ul li a{
	display:block;
	position:relative;
	/*padding:0 30px;*/
	/*padding:0 23px;*/
	padding:0 20px;
	font-weight:500;
	color:#333;
}
#header_scroll .header_contact {
		top:-29px;
		right:0;
		height: 76px;
		box-shadow:none;

}
#header_scroll .header_contact a{
	/*padding: 0 42px;*/
	padding: 0 30px;
}

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

	#navi

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

#navi {
    float: right;
    margin-top: 13px;
/*	margin-right:229px;*/
	
}
#navi ul {
    margin: 0 auto;
}
#navi li,
#header_scroll ul li {
	float:left;
}
#navi li a{
	display:block;
	position:relative;
	/*padding:0 30px;*/
	/*padding:0 26px;*/
	padding:0 21px;
	font-size:14.5px;
	font-weight:500;
	color:#333;
}
#navi li a:hover,
#header_scroll ul li a:hover{
	color:#00408e;
}
#navi li a::after,
#header_scroll ul li a::after{
	content:"/";
	position:absolute;
	right:-3px;
	font-weight:100;
	color:#aaa;
	font-size: 13px;
}
#navi li:last-child a::after,
#header_scroll ul li:last-child a:after{
	display:none;
}

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

	ドロップダウンメニュー

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



#navi ul li,
#header_scroll ul li{
	position: relative;
}
#navi ul li div,
#header_scroll ul li div {
	position: absolute;
	z-index: 99999999;
	top: 90%;
	left: -30px;
	width:170px;
	background-color: #F8F6F3;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	box-shadow: 0 0 3px rgba(0,0,0,0.05);
}
/*#navi ul li:nth-child(3n) div{
	width:155px;
	left:-10px;
}*/
#navi ul li div:before,
#header_scroll ul li div:before{
    position: absolute;
    top: -27px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-width: 16px 8px 11px;
    border-style: solid;
    border-color:  transparent transparent #F8F6F3;
    border-image: none;
    content: "";
}
#navi ul li div a ,
#header_scroll ul li div a{
	display:block;
	color: #56422D;
	padding: 13px 0;
	border-bottom:1px solid #e4e4e4;
	text-align: center;
	font-size: 14px;
	transition: .15s;
}
#navi ul li div a:hover,
#header_scroll ul li div a:hover{
	color: #00408e;
	background-color: #F2EAE2;
}
#navi ul li div a::after,
#header_scroll ul li div a::after{
	display:none;
}
#navi ul li:hover div,
#header_scroll ul li:hover div {
	top: 190%;
	visibility: visible;
	opacity: 1;
}












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

	#main

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


#main {
    position: relative;
    width: 1400px;
    /*height: 676px;*/
	height: 676px;
    margin: 0 auto 49px auto;
    background-image: url(../images/main.png);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0px;
	overflow:hidden;
}
@media screen and (max-width:1400px) {
#main {
	width:100%;
}
}
#main:before {
    position: absolute;
    top: -100px;
    left: -68px;
    width: 671px;
    height: 574px;
    background-image: url(../images/main_before.png);
    background-repeat: no-repeat;
    content: "";
}
#main:after {
    position: absolute;
    bottom: -34px;
    right: -17px;
    width: 513px;
    height: 351px;
    background-image: url(../images/main_after.png);
    background-repeat: no-repeat;
    content: "";
}


#main .inner {
    position: relative;
    width: 1080px;
    height: inherit;
    margin: 0 auto 0;
}
#main .inner .header_contact{
	display:none;
}
#main h2 {
    position: absolute;
    top: 137px;
    right: -0;
	left:0;
    width: 242px;
    height: 334px;
	margin:auto;
	/*background: rgba(39,103,168,0.7);
	padding: 20px;
	box-sizing: border-box;*/
}
.main_catch02 {
    position: absolute;
    bottom: -3px;
left: -97px;
width: 472px;
}
.main_catch02 img{
	width:98%;
	height:auto;
	opacity: 0.9;
}
.main_catch04 {
	position: absolute;
	bottom: 20px;
	left: 0;
}
/*下層用*/
#main_under {
    position: relative;
    width: 100%;
    height: 312px;
    background-image: url(../images/main_under.png);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}
#main_under:before {
    position: absolute;
    top: -104px;
    left: -23px;
    width: 671px;
    height: 574px;
    background-image: url(../images/main_before.png);
    background-repeat: no-repeat;
    content: "";
}
#main_under:after {
    position: absolute;
    bottom: -89px;
    right: -14px;
    width: 513px;
    height: 351px;
    background-image: url(../images/main_after.png);
    background-repeat: no-repeat;
    content: "";
}


#main_under .inner {
	position: relative;
    width: 1080px;
	margin:0 auto;
}
#main_under h2 {
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
}
#main_under h2:before {
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    width: 15px;
    height: 1px;
    margin: 0 auto;
    background-color: #be9675;
    content: "";
}
#main_under h2 span {
    display: block;
    padding-top: 24px;
	letter-spacing: 3px;
    color: #00408e;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
	font-weight:400;
    
}



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

	#contents

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

#container {
	width:100%;
}
#contents {
    width: 1080px;
    margin: 50px auto 0;
    padding-bottom: 100px;

}




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

	#contents_left

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

#contents_left {
	width:750px;
	float:left;
}

.left_navi{
	background-color:#6E624F;
	padding:2px 0 1px;
	margin-bottom:50px;
}




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

	#contents_right

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

#contents_right {
    width: 260px;
    float: right;
}

/*診療案内ナビ*/
.left_medical {
    padding-top: 40px;
}
.left_medical h3 {
    position: relative;
    margin-bottom: 26px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4.4px;
}
.left_medical h3:before {
    position: absolute;
    top: -37px;
    left: 1px;
    right: 0;
    width: 34px;
    height: 32px;
    margin: 0 auto;
    background-image: url(../images/side_menu_icon.png);
    background-repeat: no-repeat;
    content: "";
}
.left_medical h3 span {
    position: relative;
    display: block;
    color: #00408e;
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    letter-spacing: 2.5px;
}
.left_medical h3 span:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 47px;
    height: 1px;
    background-color: #d8bda6;
    content: "";
}
.left_medical h3 span:after {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 48px;
    height: 1px;
    background-color: #d8bda6;
    content: "";
}
.left_medical ul {
    margin-right: 0;
    padding: 12px 8px 3px;
    background-color: #f3f3f3;
}
.left_medical li {
    margin-bottom: 8px;
}
.left_medical li:nth-child(6) {
	margin-bottom: 11px;
}







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

	TOPページ

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

/*ご挨拶*/
.top_greet {
    margin-bottom: 50px;
    padding: 46px 6px 80px;
	background: -moz-linear-gradient(left, #F3F9FC 0%, #d0daec 100%);
	background: -webkit-linear-gradient(left, #F3F9FC 0%, #d0daec 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#F3F9FC), to(#d0daec));
	background: -o-linear-gradient(left, #F3F9FC 0%, #d0daec 100%);
	background: linear-gradient(left, #F3F9FC 0%, #d0daec 100%);
/*	background-image: url(../images/bg01.png);*/
	/*background: linear-gradient(left, #f9f9f9 0%, #efefef 100%);*/
/*    background-image: url(../images/top_greet_bg.png);

*/    background-repeat: repeat-x;
    background-position: top center;
}
.top_greet .box{
	margin-bottom: 0;

}
.top_greet h3 {
    margin-bottom: 26px;
    padding-top: 14px;
}
.top_greet .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.2px;
}
.top_greet p:last-child {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 2.6px;
}
.top_greet p:last-child span {
    display: block;
    font-size: 14px;
    letter-spacing: 2.6px;
}
.top_doctor_img {
	float:right;
	margin-right:-30px;
	margin-left: 20px;
	position: relative;
	bottom: -51px;
}
.top_greet dl{
	position:relative;
	font-weight:500;
	color: #00408e;
	line-height:1.5;
}
.top_greet dl dt{
	font-size: 14px;
	letter-spacing: 2.6px;
}
.top_greet dl dd{
	font-size: 17px;
	
}
.top_greet dl dd.btn02{
	position:absolute;
	left:490px;
	top:2px;
	font-size:14.5px;
}
.text_letterspacing_1{
	letter-spacing: 0.8px;
}

/*診療案内*/
.top_medical {
    width: 100%;
    margin-bottom: 67px;
    padding: 112px 0 0;
    background-image: url(../images/top_medical_before.png);
    background-repeat: no-repeat;
    background-position: bottom 210px left;
}
.top_medical .text {
    width: 888px;
    margin: 0 auto;
    letter-spacing: 1.8px;
    line-height: 1.75;
	font-size:15px;
	text-align:center;
}
.top_medical_list {
    padding: 29px 0 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_medical_list dl {
    /*float: left;*/
	position:relative;
    /*margin-right: 14px;*//*19.8*/
    text-align: center;
	transition:ease-in-out 0.2s;
	width: 16%;
	margin-bottom: 30px;
}
.top_medical_list dl:hover{
	opacity:0.7;
}
.top_medical_list dl:last-child {
	margin-right:0;
}
.top_medical_list dt {
    margin-bottom: 12px;
	text-align:center;
}
.top_medical_list dt img{
	width:106px;
	height:auto;
}
.top_medical_list dd {
    color: #003c68;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.6px;
    line-height: 1.25;
}
.top_medical_list dd a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical_list dd span {
    display: block;
    letter-spacing: 0;
}
.top_medical_list dd:before {
    position: absolute;
    bottom: -10px;
    left: 51px;
    width: 72px;
    height: 2px;
    background-image: url(../images/top_medical_under.png);
    background-repeat: repeat-x;
    content: "";
}
.top_medical_list dl:nth-child(8) dd::before,
.top_medical_list dl:nth-child(9) dd::before,
.top_medical_list dl:nth-child(10) dd::before{
    bottom: 10px;
}
/*.top_medical_list dl:nth-child(2) dd::before {
    bottom: -8px;
    left: 32px;
    width: 108px;
}
.top_medical_list dl:nth-child(3) dd::before {
    bottom: 12px;
    left: 32px;
    width: 107px;
}
.top_medical_list dl:nth-child(4) dd::before {
    bottom: 12px;
    left: 57px;
    width: 55px;
}
.top_medical_list dl:nth-child(5) dd::before {
    bottom: 12px;
    left: 47px;
    width: 73px;
}
.top_medical_list dl:nth-child(6) dd::before {
    bottom: 12px;
    left: 48px;
    width: 73px;
}
.top_medical_list dl:nth-child(7) dd::before {
    bottom: 12px;
    left: 47px;
    width: 73px;
}
.top_medical_list dl:nth-child(9) dd::before {
    bottom: -8px;
    left: 47px;
    width: 73px;
}*/
.top_medical_topics {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px;
	background: #EFF4F4;
	box-shadow: 0px 0px 12px rgba(95,95,95, 0.1);
}
.bg_yellow {
	display: inline-block;
	margin-top: 8px;
	padding: 5px 15px;
	background-color: #FBEF98;
	letter-spacing: .1em;
	font-weight: 500;
	box-sizing: border-box;
	color: #3c3c3c;
}
.text .top_medical_topics p {
	margin-bottom: 0;
}
.top_medical_topics a {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	padding: 20px;
	box-sizing: border-box;
	color: #2767a8;
	transition: opacity 0.15s;
}
.top_medical_topics a:hover  {
	opacity: 0.7;
}

/*当院の取り組み*/
.top_efforts {
    position: relative;
    width: 100%;
	margin-bottom: -70px;
    padding: 136px 0 0;
    background-color: #eff4f4;
}
.top_efforts:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 290px;
    background-image: url(../images/top_efforts_before.png);
    background-repeat: no-repeat;
    content: "";
}
.top_efforts:after {
    position: absolute;
    bottom: -274px;
    left: 0;
    width: 100%;
    height: 274px;
    background-image: url(../images/top_efforts_after.png);
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
}
.top_efforts ul {
    padding-top: 24px;
    padding-left: 5px;
}
.top_efforts li {
	float:left;
    margin-bottom: 41px;
	margin-right: 39px;
	
}
.top_efforts ul li:nth-child(even){
	margin-right:0;
}
.top_efforts li img{
	margin-right:-18px;
}



/*当院の院内環境*/
.top_facilities {
    padding-top: 134px;
	margin-bottom:120px;
}
.top_facilities .text {
    padding-top: 28px;
}
.top_facilities_flex{
  display: flex;
  justify-content: center;
}
.top_facilities dl {
	position:relative;
    float: left;
    width: 328px;
	min-height:527px;
    margin-right: 45px;
    box-shadow: 6px 6px #efefef;
    background-color: #f2f6fa;
}
.top_facilities dt{
}
.top_facilities dd {
    padding: 6px 27px 0 ;
    letter-spacing: 1.7px;
    line-height: 1.7;
	text-align:justify;
}
.top_facilities dd:last-child {
    padding: 4px 21px 20px;
}
.top_facilities dd:last-child p{
	margin-bottom:0;
}
.top_facilities dl:nth-child(2) dd p, .top_facilities dl:nth-child(3) dd p {
	margin-bottom:2px !important;
}
/*半個室の診察室*/
.top_facilities dl:last-child {
	margin-right:0;
}

.top_facilities dl:last-child dd:last-child {
    padding: 8px 22px 20px;
}

.top_facilities dd h4 {
    margin-bottom: 13px;
    padding-right: 4px;
    color: #063156;
    font-size: 20.3px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.6;
}
.top_facilities dd h4 span {
    display: block;
    color: #be9675;
    font-size: 12.6px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 2.5px;
}
.top_facilities .next_bnr {
	position:absolute;
	bottom: 20px;
	left: 20px;
	transition:0.2s ease-in-out;
}
.next_bnr:hover{
	opacity:0.7;
}
.next_bnr a {
	
    display: table;
    margin-top: 16px;
    padding: 3px 108px 3px 115px;
    background-color: #d3ae92;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    font-size: 16.4px;
    font-weight: bold;
    letter-spacing: 4px;
}


/*お知らせ*/
.top_information {
    position: relative;
    margin-bottom: 49px;
    padding: 156px 0 79px;
    background-color: #fbf8f6;
}
.top_information:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 284px;
    background-image: url(../images/top_information_before.png);
    background-repeat: no-repeat;
    content: "";
}
.news {
/*    width: 92.6%;*/
    height: 180px;
    margin: 55px auto 0;
    padding: 35px 36px 35px 37px;
    background-color: #fff;
}


/*アクセス*/
.top_access{
	min-width:1080px;
}
.top_access_sec1 {
    float: left;
    width: 50%;
    background-color: #F2F6FA;
}
.top_access_sec1 .inner {
    width: 539px;
    float: right;
    padding: 63px 0 20px;
}
.top_access_sec1 dl {
    padding-bottom: 22px;
}
.top_access_sec1 dt {
    float: left;
    padding-left: 2px;
}
.top_access_sec1 dd {
    margin-bottom: 25px;
    padding-left: 178px;
    font-size: 13.5px;
    letter-spacing: 2.1px;
    line-height: 1.7;
}
.top_access_sec1 dd:last-child {
    padding-left: 180px;
}
.top_access_sec1 li {
    float: left;
    margin-right: 23px;
    margin-bottom: 3.4px;
    padding-left: 2px;
}
.top_access_sec1 li:first-child {
    letter-spacing: 1.8px;
}
.top_access_sec1 li:last-child {
	padding-left:0;
}
.top_access_sec2{
	position:relative;
	float:right;
	width:50%;
}
.top_access_bnr {
    position: absolute;
    bottom: 31px;
    right: 17px;
    box-shadow: 3px 3px #e1e1e1;
}
.top_access_bnr:hover {
	bottom: 30px;
    right: 15px;
    box-shadow: 0px 0px #e1e1e1;
}




/*初回無料相談*/
.top_contact {
    width: 100%;
    height: 192px;
    margin: 57px 0 20px;
    padding-top: 50px;
    background-image: url(../images/top_contact_bg.png);
    background-repeat: repeat-x;
    background-position: top center;
}
.top_contact dt {
	position:relative;
    padding-left: 0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.5px;
}
.top_contact dt span {
    display: block;
    color: #00408e;
    font-size: 27px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 5.7px;
}
.top_contact dt:before {
    position: absolute;
    top: 15px;
    left: 500px;
    width: 139px;
    height: 131px;
    background-image: url(../images/top_contact_icon.png);
    background-repeat: no-repeat;
    content: "";
}
.top_contact dd {
    padding: 19px 0 10px 0;
    line-height: 1.7;
    letter-spacing: 1.4px;
}
.top_contact_img {
	float:right;
    padding: 12px 0;
}




.top_calendar iframe{
	width:800px;
	height:350px;
	text-align:center;
	/*margin-bottom:100px;*/
}

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

	院長紹介ページ

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

.doctor {
    position: relative;
}
.doctor_text{
	float:left;
	margin-right: 32px;
}
.doctor_text dl {
	position:relative;
}
.doctor_text dt{
	float:left;
}
.doctor_text dd {
    position: absolute;
    top: 27px;
    left: 252px;
}
.doctor_text dd p {
    padding-left: 4px;
    color: #00408e;
    font-weight: 500;
    letter-spacing: 2.2px;
}
.doctor_text dd p span{
	display:block;
	font-size:16px;
}
.doctor .text {
    padding-top: 195px;
    right: 0;
/*    padding: 24px 37px 26px 58px;
*/    line-height: 1.8;
/*    background-color: #F2F9FF;*/
    z-index: 1;
}
.doctor .text h4{
    margin-bottom: 20px;
	line-height: 1.55;
    font-size: 20.5px;
    font-weight: bold;
	font-family: A1明朝, 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    letter-spacing: 4px;
	/*margin-left:-98px;*/
}


/*略歴*/
.doctor_carr{
/*	position: absolute;
	top: 490px;
	width: 301px;*/
}
.doctor_carr dl {
    float: left;
	width: 306px;
	margin-left: 25px;
	margin-bottom:20px;
	padding: 25px 28px;
	background-color:#F2F6FA;
}
.doctor_carr dl:first-child {
/*    width: 37%;*/
    margin-left: 0;
/*    padding: 3.8% 6%;*/
}
.doctor_carr dt {
    position: relative;
    margin-bottom: 7px;
	letter-spacing:3px;
    font-size: 20.5px;
    font-weight: bold;
    color: #00408e;
    font-family: 游明朝, "Yu Mincho", YuMincho, serif;
}
/*.doctor_carr dt:before {
    position: absolute;
    bottom: -16px;
    left: 0px;
    width: 15px;
    height: 2px;
    background-color: #00408e;
    content: "";
}*/
.doctor_carr dd {
	margin-bottom:5px;
    padding: 5px 0 0px;
	line-height:1.54;
	font-size: 13.8px;
}
.doctor_carr dd strong{
/*	color:#736357;*/
font-weight:500;
}
.doctor_carr dd:last-child{
	border-bottom:0;
}







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

	アクセスページ

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

.access_list dt {
    padding: 15px 0 0 7px;
    float: left;
    font-size: 15px;
    font-weight: bold;
}
.access_list dd {
    padding: 16px 0 15px 190px;
    background-image: url(../images/border.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    font-size: 15px;
}
.access_time li {
    float: left;
    padding: 2px 7px 0 20px;
}
.access_time li:nth-child(2) {
    letter-spacing: 0.3px;
}
.map iframe {
/*    border: 7px solid #e1ebf4 !important;*/
}
.map{
	position:relative;
	margin-top: 0;
}
.map h3{
	text-align:center;
}
.access_bnr {
    position: absolute;
    bottom: 7px;
    left: 20px;
    box-shadow: 3px 3px #e1e1e1;
}
.access_bnr:hover {
	bottom: 5px;
    right: 18px;
    box-shadow: 0px 0px #e1e1e1;
}










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

	診療案内ページ

  ==================================================================*/
.medical_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.medical_navi dl {
    /*float: left;*/
    width: 39%;
    /*margin: 0 5% 4% 0;*/
	margin: 5% 0 0;
    padding: 3% 4%;
    box-shadow: 6px 6px #efefef;
    background-color: #f2f6fa;
}
.medical_navi dl:nth-child(even) {
	margin-right:0;
}
.medical_navi dt {
    position: relative;
    margin-bottom: 23px;
    padding-left: 5px;
    color: #063156;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2.9px;
}
.medical_navi .next_bnr {
	margin-bottom:0;
}
.medical_navi .next_bnr a {
    display: table;
    margin: 26px 0 0 120px;
    padding: 3px 38px 3px 45px;
    background-color: #d3ae92;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    font-size: 16.4px;
    font-weight: bold;
    letter-spacing: 4px;
}








/*共通*/
.medical_list dl {
    margin-bottom: 20px;
}
.medical_list dt {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
.medical_list dt span {
    padding-right: 8px;
    font-size: 27px;
    font-family: 'Comfortaa', cursive;
}











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

	#footer

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

#footer {
    margin-top: 55px;
}
#footer .inner {
	width:1080px;
	margin:0 auto;
	padding-top:30px;
}
.footer_info {
    margin-bottom: 9px;
    padding: 34px 0 62px;
	background-color:#f3f3f3;
	background-image:url(../images/bg02.gif);
}

/*左側*/
.footer_info_sec1 {
    float: left;
    width: 589px;
    padding: 1px 0 0 0;
}
.footer_info_sec1 dt {
    float: left;
    padding-top: 2px;
}
.footer_info_sec1 dd {
    padding-left: 217px;
    letter-spacing: 2px;
}
.footer_info_sec1 dd:nth-child(2) {
	margin-bottom: 25px;
}
.footer_info_sec1 dd:last-child {
    padding: 10px 0 0 220px;
    letter-spacing: 1px;
}
/*右側*/
.footer_info_sec2 {
	float:right;
	width:483px;
}
.footer_info_sec2 li {
    float: left;
    padding-left: 18px;
    letter-spacing: 1.8px;
}
.footer_info_sec2 li:last-child {
    padding-left: 19px;
    letter-spacing: 1px;
}

.copy {
    text-align: center;
    padding-top: 8px;
    color: #063156;
    font-size: 13px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 2.8px;
    clear: both;
}







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

	共通

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

.box {
    width: 1080px;
    margin: 0 auto 50px;
}
/*下層用*/
#contents .box {
    width: 750px;
    margin: 0 auto 90px;
}
.text {
	margin-bottom:60px;
}
.text p {
    margin-bottom: 1em;
}
.text:last-child{
	margin-bottom:0;
}
.img_fr{
	float:right;
	margin-left:30px;
}
.img_flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.img_flex.img_flex_medical11 {
	align-items: end;
}
.img_flex figure{
	width:48%;
}
.img_flex figure img{
	max-width:100%;
}
.img_flex figcaption{
	text-align:center;
}
/*院長略歴*/
.list01 {
	border-width: 0 1px 1px;
	margin: 0 0 15px;
	padding: 0;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	border-bottom: 1px dotted #ACACAC;
	margin: -35px 0 0;
	padding: 12px 4px 10px 120px;
}
/*院長略歴　年月無し*/
.list02 {
	border-width: 0 1px 1px;
	margin: 0 0 15px;
	padding: 0;
}
.list02 li {
	border-bottom: 1px dotted #ACACAC;
	margin: 0 0px 0px;
	padding: 12px 4px 10px 0;
}
/*まる*/
.list03{
}
.list03 li{
	padding-left:0.9em;
	margin-bottom:5px;
	position:relative;
}
.list03 li:before {
    display: block;
    content: '';
    position: absolute;
   /* top: 0.55em;*/
   	top: 0.70em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #5684bd;
    border: 1px solid #5684bd;
    transform: rotate(43deg);
}

.list03.yoko li {
float: left;
margin-right: 3%;
}
.list03.yoko::after{
  display: block;
  clear: both;
  content: "";
}
/*さんかく*/
.list04 li{
	margin-bottom:15px;
	padding-left:22px;
	position: relative;
	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:"";
}

ol.list_num,ol.list_circle{
	counter-reset: number;
    display: flex;
    flex-flow: column;
    gap: 15px;
}
ol.list_num li,ol.list_circle li{
	position: relative;
    padding: 12px 0 0 40px;
}
ol.list_num li::before{
	content: counter(number) ".";
    counter-increment: number;
    position: absolute;
    top: 0;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
	font-size:1.7em;
}
ol.list_circle li{
	padding: 0 0 0 40px;
}
ol.list_circle li::before{
	content: counter(number);
	counter-increment: number;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
	left:0;
	bottom:-2px;
    background: #00408E;
    border-radius: 50%;
    color: #ffffff;
    font-size: 90%;
}
.blue {
	color:#00408e;
}
.brown{
	color:#d8bda6;
}

.btn02{
}
.btn02 a{
	display:inline-block;
	border:1px solid #00408e;
	padding:10px 20px;
	color:#00408e;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
	
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#00408e;
	color:#ffffff;
}




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

	table

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

.nowrap{
	white-space:nowrap;
}
/*TOP:アクセス診療時間*/
.tb01 {
    margin-bottom: 13px;
    border-spacing: 1px;
    white-space: nowrap;
}
.tb01 tr:last-child td {
    padding-bottom: 11px;
}
.tb01 th {
    padding: 5px 14px;
    background-color: #355c88;
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}
.tb01 th:first-child {
    padding: 7px 19px 6px 20px;
    text-align: left;
}
.tb01 th:last-child {
    padding: 7px 25px 6px 13px;
}
.tb01 td {
    padding: 11px 4px 4px;
    background-color: #fff;
    color: #d8bda6;
    text-align: center;
}
.tb01 td span{
	color:#424242;
}
.tb01 td:first-child {
    padding: 10px 32px 0px 17px;
    color: #3f312a;
    font-size: 17px;
    font-family: 'Comfortaa', cursive;
	font-weight:700;
    text-align: center;
    letter-spacing: 2px;
}
.tb01 td:last-child {
    padding: 11px 15px 4px 0px;
}

/*フッター：診療時間*/
.tb02 {
    margin-bottom: 11px;
    border-spacing: 1px;
    white-space: nowrap;
}
.tb02 tr:last-child td {
    padding-bottom: 11px;
}
.tb02 tr:last-child td:first-child {
    padding: 8px 6px 4px 18px;
    text-align: left;
}
.tb02 th {
    padding: 5px 14px;
    background-color: #355c88;
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}
.tb02 th:first-child {
    padding: 6px 23px 5px 19px;
    text-align: left;
}
.tb02 th:last-child {
    padding: 5px 27px 4px 13px;
}
.tb02 td {
    padding: 11px 3px 4px;
    background-color: #fff;
    color: #d8bda6;
    text-align: center;
}
.tb02 td span{
	color:#424242;
}
.tb02 td:first-child {
    padding: 15px 47px 0px 18px;
    color: #3f312a;
    font-size: 15.5px;
    font-family: 'Comfortaa', cursive;
	font-weight: 700;
    text-align: center;
    letter-spacing: 1.8px;
}
.tb02 td:last-child {
    padding: 11px 15px 4px 0px;
}

/*アクセス：診療時間*/
.tb03 {
    margin-top: 6px;
    margin-bottom: 13px;
    border-spacing: 1px;
    white-space: nowrap;
}
.tb03 tr:last-child td {
    padding-bottom: 11px;
}
.tb03 th {
    padding: 5px 21px 3px;
    background-color: #355c88;
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}
.tb03 th:first-child {
    padding: 7px 19px 4px 20px;
    text-align: left;
}
.tb03 th:last-child {
    padding: 6px 27px 5px 23px;
}
.tb03 td {
    padding: 11px 6px 4px;
    background-color: #fff;
    color: #d8bda6;
    text-align: center;
}
.tb03 td span{
	color:#424242;
}
.tb03 td:first-child {
    padding: 10px 10px 0px 18px;
    color: #3f312a;
    font-size: 16px;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    letter-spacing: 2px;
}
.tb03 td:last-child {
    padding: 11px 15px 4px 11px;
}



/*料金*/

.tb04{
	border-spacing: 1px;
	border-collapse: separate;
	background-color:#f0f0f0;
	width:100% !important;
}
.tb04 td,.tb04 th{
	/*padding:12px 36px;*/
	padding: 12px 30px;
}
.tb04 th,.tb04 td:first-child{
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
    color: #666;
	background-color:#F4F7FB;
/*	font-size:16px;
*/}
.tb04 th span{
	font-size:13px;
}
.tb04 td{
	background-color:#ffffff;
	color:#666666;
	text-align:center;
}
.tb04 td:nth-child(1){
	width:40%;
}
.tb04 td:nth-child(2){
	width:30%;
}
.tb04 td:nth-child(3){
	width:30%;
}

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


.tb04.tb04_recruit th{
	width:15%;
}
.tb04.tb04_recruit td{
	width:85%;
	text-align:left;
}


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

	タイトル

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

h3.tit01 {
	position:relative;
    margin-bottom: 37px;
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2.5px;
}
h3.tit01 span {
    display: block;
    position: relative;
    margin-bottom:16px;
    color: #00408e;
    font-size: 30px;
	font-weight: 400;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 6px;
}
h3.tit01 span:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 15px;
    height: 1px;
    margin: 0 auto;
    background-color: #be9675;
    content: "";
}
h3.tit02 {
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: bold;
	font-family: A1明朝, 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    letter-spacing: 4px;
}
h3.tit03 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2.9px;
	color:#00408E;
}
/*h3.tit03:before{
	position:absolute;
	bottom: -17px;
    left: 0;
	width:23px;
	height:2px;
	background-color:#BE9675;
	content:"";
}*/
h3.tit03:before{
position: absolute;

bottom: -7px;
left: -8px;
width: 50px;
height: 50px;
transform: rotate(45deg);
z-index: -1;
content: "";
/*opacity: 0.09;*/
background-color: #F2F9FF;
}
/*h3.tit03:after{
position: absolute;

bottom: -7px;
left: -8px;
width: 50px;
height: 50px;
transform: rotate(45deg);
z-index: -1;
content: "";
background-color: #F2F9FF;
}*/
h3.tit03:after{
position: absolute;
bottom: 40px;
left: 38px;
width: 10px;
height: 10px;
transform: rotate(45deg);
z-index: -1;
content: "";
background-color: #E6F2FC;
}
h3.tit04 {
    margin-left: 8px;
    margin-bottom: 20px;
    color: #00408e;
    font-size: 28px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 5.7px;
}







h4.tit01 {
    margin-bottom: 23px;
    padding-left: 5px;
    color: #00408e;
    font-size: 15px;
    letter-spacing: 1.38px;
}
h4.tit01 span {
	display:block;
}
h4.tit02 {
    margin-bottom: 15px;
    color: #00408e;
    font-size: 19.5px;
    font-weight: 500;
}

h4.tit03 {
	position:relative;
    margin-bottom: 15px;
    color: #00408e;
    font-size: 20px;
    font-weight: 500;
	text-align:center;
}
h4.tit03 span{
	padding:0 20px;
	background-color:#fff;
}
h4.tit03::before{
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
	left:0;
	background-color:#ddd;
	content:"";
	z-index:-1;

}

.box_style02{
	border: solid 1px #d8bda6;
    padding: 20px;
    margin: 0 0 50px;
}


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

	clinic

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

.clinic_efforts{
}
.clinic_efforts .img_fr{
}
.clinic_efforts dl{
	margin-bottom:55px;
}
.clinic_efforts dt{
	margin-bottom:25px;
	font-size:20px;
	font-weight: 500;
	color: #00408E;
}
.clinic_efforts .img_fr{
width: 290px;
height: auto;
margin-top: -73px;
border-radius:4px;
}
.clinic_gallery{
	position:relative;
	top:-110px;
	overflow:hidden;
	width:100%;
	margin-top:-200px;
	margin-bottom: -110px;
	padding-top:150px;
/*	background-image:url(../images/bg01.png);*/
}
.clinic_gallery::after{
	position:absolute;
	top:15%;
	left:-100%;
	width:250%;
	height:120%;
	transform:rotate(-4deg);
	background-image:url(../images/bg01.png);
	content:"";
	z-index:-1;
}
.clinic_gallery h3{
	position:relative;
	margin-bottom:0;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
/*		background-color:#F2F6FA;*/
}

.clinic_gallery h3 span:after{
	position:absolute;
	content:url(../images/clinic_galery_bln.png);
	margin-left: 30px;
top: -30px;
}


/* --------- 当院の取り組み　------------ */
.clinic_efforts_img dl {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.clinic_efforts_img dl:last-child {
	margin-right: 0;
}

.clinic_efforts_img dt {
	margin-bottom: 5px;
}
.clinic_efforts_img img {
	width: 230px;
}

.clinic_efforts_img dd {
	color: #735D57;
	text-align: center;
}



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

	case

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


.case dl {
    position: relative;
	float: left;
	/*width: 45%;*/
	width: 336px;
}
.case dl:first-child {
	margin-right: 78px;
}


.case dl:nth-child(1)::before {
	position: absolute;
    top: 45%;
	transform: translateY(-50%);
    right: -73px;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-left: 17px solid #6B99D1 ;
    content: "";
}

.case dl:nth-child(1)::after {
	position: absolute;
    top: 45%;
    right: -64px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
	border-top: 0 solid transparent;
	border-bottom: 26px solid transparent;
    border-left: 17px solid #5D8BC3;
	border-right: 17px solid transparent;
    content: "";
}

.case dl dt img {
	/*width: 334px;*/
	width: 100%;
	box-shadow: 6px 6px #efefef;
}
.case dl dd {
	margin-top: 10px;
	color: #735D57;
	text-align: center;
}


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

	madical

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


.medical_main{
width: 100%;
margin: 10px auto 30px;
box-shadow: 4px 4px 0 rgba(0,0,0,0.07);
}

.medical_main img{width: 100%;}


.medical01_box dl{
padding: 2%;
box-sizing: border-box;
border: 1px solid #efefef;
}
.medical01_box dt{
width: 100px;
padding: 1%;
text-align: center;
color: #fff;
background-color: #AAC5E2;
}
.medical01_box dd{
display: inline-block;
vertical-align: middle;
}
.medical01_box dd{
width: 79%;
}
.medical01_box dd:nth-child(2n){
display: inline-block;
width: 15%;
margin:0 5% 0 0
}
.medical01_box dd:nth-child(2n) img{
max-width: 100%;
}


.medical01_box .w100par{
width: 100% !important;
box-sizing: border-box;
}


/* 4つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.medical02_box {  
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.medical02_box::after {
  display: block;
  clear: both;
  content: "";
}
.medical02_box .medical02_item {
  width: 29%;
  padding: 10px;
  background-color: #f3f3f3;
}
.medical02_box_tit{
	font-weight: bold;
}
.medical02_box .medical02_item .medical02_text {
  margin-bottom: 10px;
}
.medical02_box .medical02_item .medical02_text img{
  width: 100%;
  height: auto;
}


@media screen and (max-width:1600px) {
/*.header_contact{
	top: 83px;
	right: 17px;
}*/
}


















