@charset "utf-8";
/* ======================================================

	structure CSS

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


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

	body

========================================================= */
html, body {
	position: relative;
	height: 100%!important;
}
body {
	color:#000;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.65em;/*160%*/
	background-color:#fff9e0;
}

.container{
	position: relative;
	width:100%;
	min-width:960px;
}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:14px;
		font-size: 1.4rem;}

	.container{
		min-width:100%;}

}


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

	header

========================================================= */
.header{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	position: fixed;
	z-index: 10000;
	background-color:#fff9e0;

}

.headerArea{
	padding: 10px 0;
	margin:0 auto;
	width:960px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.head_back {
	background: rgba(255,255,255,.80);
}

.h_logo{
	margin: 20px auto;
	float:left;
}

.h_logo a:hover{
	opacity:0.7;}

.h_address {
	text-align: right;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.h_time span {
	color: #ff4c4c;
}

.h_info li{

}

.h_info a{
	color:#454545;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.h_right_area {
	float: right;
	font-size:1.4rem;
	text-align: right;
	line-height: 1.5em;
}

.h_tel {
	font-size: 2.8rem;
	padding-left: 20px;
	letter-spacing: 2px;
	position: relative;
	color: #24295D;
	margin-bottom: 5px;
}

.h_tel::before {
	content: url(images/h_tel.png);
	position: absolute;
	top: 0;
	left: 0;
}

/* clear */
.headerArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}


/* 角丸テーブル */
.top_table_typeBr {
	border: 1px solid #afadcb;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	margin: 0 0 0 10px;
	float: right;
	font-size: 1.2rem;
	background-color:#fff;
}

.top_table_typeBr th,.top_table_typeBr td {
	text-align: center;
	border-right: 1px solid #afadcb;
	padding: 5px 10px;
}
.top_table_typeBr th {
	background: #24295D;
	color: #fff;
	font-weight: normal;
}
.top_table_typeBr tr th:first-child {
	border-radius: 5px 0 0 0;
}
.top_table_typeBr tr td:first-child {
	border-radius: 0 0 0 5px;
}
.top_table_typeBr tr th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}
.top_table_typeBr tr td:last-child {
	border-radius: 0 0 5px 0;
	border-right: none;
}

.top_table_typeBr tr:last-of-type td {
	border-top: 1px solid  #afadcb;
}

.h_txt{
	float: right;
	margin:5px 40px 0;
	padding: 0;
	text-align: right;
	font-size: 1.4rem;
	color: #000;
	}


@media screen and (max-width:768px){
	.header{
		position: inherit;
	}

	.head_back {
		background:none;
	}


	.headerArea{
		width:100%;
		padding: 0;
		height:auto;
		margin: 0 auto;
	}

	.top_table_typeBr{
		margin: 0.5% 1% 1%;
		/*width: 98%;*/
	}

	.h_logo{
		float: none;
		position: inherit;
		left: 5px;
		top: 5px;
		margin: 0;
		width: 300px;
		padding: 5px 0 0 5px;
		}

	.h_logo img {
		width:160px;
	}

	.h_info{
		float: right;
		text-align: center;
		margin-right: 40px;
		margin-top: 10px;
		padding: 8px;
	}

	.h_info li {
		display: inline-block;
		padding: 3px;
	}

	.h_tel::before {
		content: normal;
	}


	.h_info_02 {
		color: #fff;
		font-size: 1.2rem;
		position: absolute;
		bottom: 2px;
		right: 8px;
	}

}

@media screen and (max-width: 599px) {
	.h_info li{
		}
	.top_table_typeBr{
		display: none;
	}
}


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

	gnav

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


.gnav>ul{
	margin:0 auto;
	height:auto;
	width:960px;
	line-height:2.2ex;
	border-top: 1px solid #154B91;
	border-bottom: 1px solid #154B91;

	background-color:#fff;}

.gnav>ul>li{
	float:left;
	text-align: center;
	/*width: 14.2%; 新着情報アリの場合の設定*/
	width: 160px;
	position: relative;
}
.gnav>ul>li a{
	display: block;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 12px 0 8px;
	border-right: 1px solid #154B91;
	text-decoration: none;
	position: relative;
}

.gnav>ul>li>a:hover {
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	color: #24295D;
}

.gnav>ul>li>a:hover::after {
	content: "";
	position: absolute;
	border-bottom: 7px solid #24295D;
	left:0;
	bottom: 0;
	width: 100%;
}

.gnav>ul>li:first-child a{
	border-left:1px solid #154B91;
}

.gnav>ul>li.active a{
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	color: #24295D;
}

.gnav>ul>li.active a::after{
	content: "";
	position: absolute;
	border-bottom: 7px solid #24295D;
	left:0;
	bottom: 0;
	width: 100%;
}

ul.gnav_dropdown ul{
	display:none;
	position: absolute;
	left: 0;
	top: 55px;
	border-top: 1px solid #154B91;
	border-bottom: 1px solid #154B91;
}

ul.gnav_dropdown li:hover ul{
	display:block;
}

ul.gnav_dropdown ul>li{
	border-right:1px solid #154B91;
	border-left:1px solid #154B91;
	text-decoration:none;
	width:160px;
	height:auto;
	background:#154B91;
	}
	
ul.gnav_dropdown ul>li a{
	font-size:1.4rem!important;
	color:#fff!important;
	border-bottom:1px solid #fff!important;
}
	
ul.gnav_dropdown ul>li:last-of-type a{
	border-bottom:none!important;
}

ul.gnav_dropdown ul>li a:hover {
	color:#154B91!important;
	background:#fff!important;
}

ul.gnav_dropdown ul>li a:after{
	border-bottom:none!important;
}

.inn_menu>ul {
	display: none;
	height: auto;
	width: 150px;
}

/* clear */
.gnav ul::after{
	content:" ";
	display:block;
	clear:both;}


.gnav_sub{
	font-size:1rem;
}


@media screen and (max-width:768px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea{
		background-color:#24295D;
		overflow: hidden;
		height: 60px;
	}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		}

	.sp_gnav>ul {
		overflow: hidden;
		line-height:3ex;
	}

	.sp_gnav li{
		position:relative;
		font-size:1.4rem;
	}

	.sp_gnav li a {
		display: block;
		padding: 18px 0;
		text-align: center;
		text-decoration: none;
	}

	.sp_gnav>ul li {
		border-bottom:1px solid #ccc;
		}

	.sp_gnav li a:hover{
		color: #24295D;
	}

	.sp_gnav_sub{
		font-size:0.8rem;
	}

	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 25px;
		height: 25px;
		top: 10px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
		margin-top: 10px;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: rgba(255, 255, 255, 0.7);
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 9px;
	}
	.sp_btn span:nth-child(3) {
		top: 19px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}


}

@media screen and (max-width:380px){
	.sp_products_list li:last-child {
		padding: 10px 10px 10px 0;
	}
}

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

	mv

========================================================= */
.top_mvArea{
	padding-top: 210px;
	overflow: hidden;
}

.sub_mv {
	min-width: 960px;
	margin:0 auto;
}
.sub_mv div {
	height: 395px;
	max-width: 960px;
	margin-bottom:5px;
	position: relative;
	display:none;
}

.sub_mv_fix{
	padding-top:250px;
}

.directorintroduction {
	margin: 0 auto 5px;
	background: /*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/directorintroduction/sub_mv_directorintroduction.jpg) center bottom no-repeat;
	}

.clinicinfo {
	margin: 0 auto 5px;
	background: /*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/clinicinfo/sub_mv_clinicinfo.jpg) center bottom no-repeat;}

.clinicalinfo {
	margin: 0 auto 5px;
	background: /*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/clinicalinfo/sub_mv_clinicalinfo.jpg) center bottom no-repeat;}

.facility {
	margin: 0 auto 5px;
	background: /*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/facility/sub_mv_facility.jpg) center bottom no-repeat;}

.news {
	margin: 0 auto 5px;
	background:/* linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/news/sub_mv_news.jpg) center bottom no-repeat;}

.column {
	margin: 0 auto 5px;
	background:/*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/column/sub_mv_column.jpg) center bottom no-repeat;}

.contact {
	margin: 0 auto 5px;
	background: /*linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)),
		linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), */url(images/contact/sub_mv_contact.jpg) center bottom no-repeat;}


@media screen and (max-width:768px){
	.top_mvArea{
		/*padding-top: 174px;*/
		padding-top: 0;
		margin-bottom: 0;
		}

	.sub_mv {
		min-width: inherit;
	}

	.sub_mv div {
		width: 100%;
		height: 260px;
		position: relative;
	}
}

@media screen and (max-width:599px){
	.top_mvArea{
		/*padding-top: 60px;*/
		padding-top: 0;
		margin-bottom: 0;
		}
	.sub_mv div {
		height: 240px;
	}
}

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

	contents

========================================================= */
.contents {
	position: relative;
	height: auto;
	margin: 0 auto;
}
.contents_inner{
	position: relative;
	margin:0 auto;
	overflow: hidden;
	width:960px;
}
.contents_inner02{
	position: relative;
	margin:10px auto 0;
	overflow: hidden;
	width:890px;
	text-align: center!important;
}

.sub_contents_inner{
	position: relative;
	margin:0 auto 200px;
	overflow: hidden;
	width:960px;
}

.top_ttl {
	font-size: 3.0rem;
	text-align: center;
	font-weight: normal;
	position: relative;
	margin: 0 auto 50px;
	line-height: 1;
	color: #24295D;
	width:550px;
}

.top_ttl span:first-of-type {
	font-size: 1.2rem;
	color: #1c2f64;
	display: block;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #afadcb;
}

.top_ttl span:last-of-type {
	font-size: 1.4rem;
	color: #000;
	display: block;
	letter-spacing: 2px;
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.fadeInSide {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fadeInSide;
	animation-name: fadeInSide;
	visibility: visible !important;
}


@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


@media screen and (max-width:768px){
	.contents{
		width:100%;
		margin: 0 auto 50px;
	}
	.contents_inner{
		padding:0 10px;
		width:100%;}
	.contents_inner02{
		padding:0 10px;
		width:100%;}
	.sub_contents_inner{
		margin: 0 auto 60px;
		padding:0 10px;
		width:100%;
	}

	.top_ttl {
		font-size: 3.0rem;
		line-height: 1.4em;
		width: 100%;
		margin: 0 auto 30px;
	}

	.top_ttl span:first-of-type {
		margin: 0 0 20px;
		padding-bottom: 0;
	}

	.top_ttl span:last-of-type {
		line-height: 1.5em;
	}

}
@media screen and (max-width:599px){
	.contents{

	}
}

/* top_newsArea
===================================================*/
.top_newsArea{
	margin: 0 auto;
	width: 960px;
}

.top_newsArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_newsArea .box_l{
	float: left;
	margin-top: 57px;
	width: 500px;
	display:flex;
}

.top_newsArea .box_r{
	float: right;
	width: 460px;
}

.top_newsArea .box_l ul li{
	float: left;
}

.top_newsArea .box_l ul li:first-child{
	margin-right: 10px;}

.top_newsArea .box_l ul::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_bulletinboardArea{
	padding: 10px;
	overflow: hidden;
	margin: 10px auto 20px;
	border: 1px solid #D5D5D5;
}

.top_bulletinboardArea{
	overflow: auto;
	width: 450px;
	height: 280px;
}

.top_news_top{
	margin: 20px 0 0;
	font-weight: normal;
	text-align: center;
	/* border-bottom: 1px solid #333; */
	/* padding-bottom: 10px; */
	/* display: inline-block; */
	}

.top_news_top span{
	/* border-bottom: 1px solid #333; */
	/* padding-bottom: 10px; */
	display: inline-block;
	color: #1c2f64;
	text-shadow: 2px 2px 3px #616161;
	/* border-bottom: 1px solid #afadcb; */
	font-weight: bold;
	}

.top_bulletinboardArea dl{
	margin: 5px 0;}

.top_bulletinboardArea dl:first-of-type{
	margin: 0 0 5px;
	}

.top_bulletinboardArea dt{
	margin-bottom: 5px;
	color: #06469F;
}

.top_bulletinboardArea dt span{
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background-color: #24295D;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 7em;
}

.top_bulletinboardArea dt span.new{
	background-color: #dc2f0d;
}

.top_bulletinboardArea dd{
	border-bottom: 1px dotted #767676;
	padding: 0px 0 10px 0;
}

.top_bulletinboardArea a{
	text-decoration: none;
	line-height: 1.2;
}

.top_bulletinboardArea a:hover{
	color: #6BA2D7;
}

.top_news_more_btn_sp {
	width: 460px;
	text-align: center;
    margin: 0 auto;
}
.top_news_more_btn_sp a {
	display: block;
	font-size: 1.4rem;
	position: relative;
	z-index: 9;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	background: #24295D;
	line-height: 1.3em;
}

.top_news_more_btn_sp a::after {
	content: url(./images/more_icon_arrow.png);
	position: absolute;
	right: 150px;
	top: 3px;}

.top_news_more_btn_sp a:hover {
/*	font-size: 1.8rem;*/
	color: #24295D;
	border: 1px solid #24295D;
	background-color: #fff;
	text-decoration: none;
}

.top_news_more_btn_sp a:hover::after {
	content: url(./images/more_icon_arrow_hover.png);
	right:110px;
}

@media screen and (max-width:768px){
	.top_newsArea{
		margin: 0 auto 20px;
		padding: 0 10px;
		width: 100%;
	}

	.top_newsArea .box_l{
		float: none;
		margin-top:0;
		width:100%;
	}

	.top_newsArea .box_r{
		float:none;
		width:100%;
	}

	.top_newsArea .box_l ul li{
		width:48%;
	}

	.top_newsArea .box_l ul li:first-child{
		margin-right: 4%;}

	.top_newsArea .box_l ul li img{
		width: 100%;
		height: auto;
	}

	.top_bulletinboardArea{
		padding: 0px 10px;
		overflow: hidden;
		margin: 20px 10px;
		border: 1px solid #D5D5D5;
	}
	.top_bulletinboardArea{
		overflow: auto;
		width:94%;
		height:218px;
	}
}

@media screen and (max-width: 599px) {
	.top_news_more_btn_sp {
		width: 48%;
		margin:0 0 30px;
		display:inline-block;
	}
	.top_news_more_btn_sp:first-child {
		margin-right:2%;
	}
	.top_news_more_btn_sp a {
		padding:10px;
	}
	.top_news_more_btn_sp a::after {
		right: 10px;
		top:23px;
	}
	.top_news_more_btn_sp a:hover::after {
		content: url(./images/more_icon_arrow_hover.png);
		right:5px;
}
}

@media screen and (max-width:420px){
	.top_bulletinboardArea{
		overflow: auto;
		width:94%;
		/*height: 200px;*/
		height: auto;
	}
}
@media screen and (max-width:380px){
	.top_bulletinboardArea{
		overflow: auto;
		width:100%;
		height: auto;
		margin:20px 0 20px;
	}
}



/* top_directorintroduction
========================================== */
.top_directorintroduction{
	background: url(images/top_greeting_back.jpg) no-repeat center bottom;
	background-size: cover;
	margin: 0 auto;
	padding: 80px 0;
	line-height: 2.4em;
}

.top_directorintroduction .imageAndText .imageBlockLeft img {
	border: 1px solid #24295D;
	box-sizing: border-box;
}



@media screen and (max-width:768px){
	.top_directorintroduction {
		padding: 40px 0;
	}
}


/* top_features
========================================== */
.top_features{
	background: url(images/top_features_back.jpg) no-repeat center top;
/*	background-size: cover;*/
	margin: 0 auto;
	padding: 50px 0 0;
	min-height: 700px;
}

.top_features .animation{
	width: 960px;
	margin: 0 auto 40px;
	color: #0c3e77;
	font-size: 4.0rem;
	line-height: 5rem;
	text-shadow: 1px 2px 12px #fff, 1px 2px 16px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff;
}

.top_features .animation span{
	font-size: 5.5rem;
}

.top_features_inn_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	/* padding: 80px; */
	/* background: rgba(255, 255, 255, 0.7); */
	/* box-shadow: 2px 2px 4px #ccc; */
	height: auto;
}

.top_features_inn_wrap ol li{
	/* margin-bottom: 40px; */
}

.top_features_inn_wrap ol li p:first-of-type {
	color: #1c2f64;
	font-size: 2.0rem;
	margin-bottom: 15px;
	line-height: 1.6em;
}

/*.top_features_inn_wrap ol li p:last-of-type {
	color: #7d7d7d;
	font-size: 1.4rem;
	line-height: 1.5em;
}*/

.features_img02 {
	position: absolute;
	top: 10px;
	left:0;
}

.features_img03 {
	position: absolute;
	top: 170px;
	left: 220px;
}

.features_img04 {
	position: absolute;
	top: 330px;
	left: 500px;
}


.top_features_readtxt {
	font-size: 2.2rem;
	font-weight: bold;
	/* color: #1c2f64; */
	/* text-align: center; */
	line-height: 1.6em;
	position: absolute;
	top: 340px;
	left: 0;
	text-shadow: 1px 2px 12px #fff, 1px 2px 16px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff, 1px 2px 14px #fff;
}

.top_features_readtxt span {
	/* color: #ff4c4c; */
}

.top_features_readtxt_list_number01 {
	counter-reset: number 0;
}

.top_features_readtxt_list_number01 li {
	margin-bottom:10px;
	/* padding-left: 100px; */
	position: relative;
}

.top_features_readtxt_list_number01 li::after {
	counter-increment: number 1;
	/* content: counter(number) ""; */
	position: absolute;
	top: 21px;
	left: 25px;
	font-size: 3.6rem;
	color: #fff;
}

.top_features_readtxt_list_number01 li::before {
	/* content: url(images/top_features_icon.png); */
	position: absolute;
	top: 0;
	left: 0;
}

.top_features_readtxt_list_number01 li .features_img.pc {
	position: absolute;
	top: 0;
	right: 0;
}

/*.top_features_readtxt_list_number01 li::after {
	counter-increment: number 1;
	content: counter(number) "";
	position: absolute;
	top: 21px;
	left: 25px;
	font-size: 3.6rem;
	color: #143b73;
	text-shadow: 2px 2px 3px #143b73;
}

.top_features_readtxt_list_number01 li::before {
	content: "特徴";
	position: absolute;
	top: -5px;
	left: -10px;
	color: #143b73;
	border-bottom: 1px solid #143b73;
	text-shadow: 2px 2px 3px #143b73;
	font-size: 18px;
}*/

.features_img{
	margin: 10px 0 0;
	overflow: hidden;
}



@media screen and (max-width:768px){
	/*
	.top_features {
		padding: 50px 0;
		background: url(images/top_features_back_sp.jpg) no-repeat center top;
		background-size: cover;
		min-height: auto;
	}*/

	.top_features {
		padding: 50px 0;
		background:none;
		background-color:#fff9e0;
		min-height: auto;
	}

	.top_features .animation {
		width:auto;
		padding: 0 20px;
	}
	.top_features_inn_wrap {
		width: 100%;
		padding: 0px  15px;
		}

	.features_img02,.features_img03,.features_img04	{
		position: inherit;
		top: auto;
		left: auto;
		text-align: center;
	}

	.top_features_inn_wrap li {
		margin: 0 auto 10px;
	}

	.top_features_inn_wrap ol li p:first-of-type {
		font-size: 2.0rem;
	}
	.top_features_readtxt {
		position:inherit;
		top:auto;
		left:auto;
		text-align:center;
	}


}

@media screen and (max-width:599px){
	.top_features_inn_wrap .imageAndText .imageBlockRight img {
		width: 60%;
	}

	.top_features .animation {
		font-size:3.0rem;
		margin: 0 auto 20px;
	}

	.top_features .animation span {
		font-size:4.0rem;
	}

	.top_features_inn_wrap li img {
		max-width:100%
	}

	.features_img03, .features_img04 {
		padding: 0 45px;
	}
}

/* top_clinicinfo
========================================== */
.top_clinicinfo{
	background: #F6EDD5;
	background: -moz-linear-gradient(top, #F6EDD5 0%, #ffffff 50%, #F6EDD5 100%);
	background: -webkit-linear-gradient(top, #F6EDD5 0%,#ffffff 50%,#F6EDD5 100%);
	background: linear-gradient(to bottom, #F6EDD5 0%,#ffffff 50%,#F6EDD5 100%);
	padding: 100px 0;
}

.top_clinicinfo h3 {
	text-align: center;
	margin: 0 auto 40px;
	padding: 5px;
	background-color: #24295D;color: #fff;
	width: 15%;
	letter-spacing: 2px;
	font-weight: normal;
}

.top_clinicinfo_time_wrap {
	margin: 0 auto 100px;
}

/* 角丸テーブル */
.top_clinicinfo_table_typeBr {
	width: 100%;
	border: 2px solid #24295D;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	margin-bottom: 10px;
	background: #fff;
	font-size: 1.8rem;
}
.top_clinicinfo_table_typeBr tr th:nth-child(2n), .top_clinicinfo_table_typeBr tr td:nth-child(2n) {
	background: #ecf0f5;
}
.top_clinicinfo_table_typeBr th, .top_clinicinfo_table_typeBr td {
	text-align: center;
	border-right: 1px solid #24295D;
	padding: 20px 10px;
}

.top_clinicinfo_table_typeBr th.color {
	color: #4e4984;
	font-size: 2.2rem;
}

.top_clinicinfo_table_typeBr th {
	border-bottom: 1px solid #24295D;
	font-weight: normal;
	background: #fff;
}
.top_clinicinfo_table_typeBr tr th:first-child {
	border-radius: 5px 0 0 0;
}
.top_clinicinfo_table_typeBr tr td:first-child {
	border-radius: 0 0 0 5px;
}
.top_clinicinfo_table_typeBr tr th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}
.top_clinicinfo_table_typeBr tr td:last-child {
	border-radius: 0 0 5px 0;
	border-right: none;
}

.top_clinicinfo_table_typeBr tr:last-of-type td {
	border-top: 1px solid #24295D;
}

.top_clinicinfo_map_wrap {
	position: relative;
}

.top_clinicinfo_info_wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.top_clinicinfo_map_wrap dl {
	font-size: 1.8rem;
}

.top_clinicinfo_map_wrap dl dt,
.top_clinicinfo_map_wrap dl dd {
	margin-bottom: 20px;
}

.top_clinicinfo_map_wrap dl dd:last-of-type {
	font-size: 3.0rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.top_clinicinfo_map_wrap dl dd ul li{
	display: inline-block;
	line-height:initial;
}

.top_clinicinfo_map_wrap dl dd ul li:last-child {
	font-size: 2.5rem;
}

/* googlemap */

.access_googlemap {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	width: 46%;
	border: 1px solid #acc8ec;
}

.access_googlemap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.top_clinicinfo_more_btn {
	width: 460px;
	text-align: center;
	margin: 0 auto;
}
.top_clinicinfo_more_btn a {
	display: block;
	font-size: 1.4rem;
	position: relative;
	z-index: 9;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	background: #24295D;
	padding: 8px;
	border: 1px solid #24295D;
}

.top_clinicinfo_more_btn a::after {
	content: url(images/more_icon_arrow.png);
	position: absolute;
	right: 140px;
	top: 9px;
}

.top_clinicinfo_more_btn a:hover {
	font-size: 1.8rem;
	color: #24295D;
	background-color: #fff;
	text-decoration: none;
}

.top_clinicinfo_more_btn a::before {
	content: url(images/more_icon_map.png);
	position: absolute;
	left:140px;
	top: 11px;
}

.top_clinicinfo_more_btn a:hover::after {
	content: url(images/more_icon_arrow_hover.png);
	right:110px;
}

.top_clinicinfo_more_btn a:hover::before {
	content: url(images/more_icon_map_hover.png);
	left: 110px;
}
.top_clinicinfo_txt{font-size: 1.4rem;}


@media screen and (max-width:768px){
	.top_clinicinfo {
		padding: 50px 0;
	}

	.top_clinicinfo h3 {
		width: 50%;
		margin: 0 auto 20px;
	}

	.access_googlemap {
		width: 100%;
		padding-bottom: 60%;
		margin-bottom: 20px;
	}

	.top_clinicinfo_info_wrap {
		position: static;
		text-align: center;
		}

	.top_clinicinfo_map_wrap dl {
		font-size: 1.6rem;
	}

	.top_clinicinfo_time_wrap {
		margin: 0 auto 50px;
	}

	.top_clinicinfo_table_typeBr th.color {
		font-size: 1.4rem;
	}
	.top_clinicinfo_txt{font-size: 1.3rem;}
}

@media screen and (max-width:599px){
	.top_clinicinfo_table_typeBr {
		font-size: 1.4rem;
	}

	.top_clinicinfo_info_wrap {
		text-align: left;
	}

	.top_clinicinfo_map_wrap dl img {
		width: 100%;
	}

	.top_clinicinfo_more_btn {
		width: 100%;
	}

}

/* top_clinicalinfo
========================================== */
.top_clinicalinfo {
	background: url(images/top_info_02_back.jpg) no-repeat center;
	background-size: cover;
	margin: 0 auto 100px;
	padding: 100px 0;
}


.top_clinicalinfo_01 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,0.70);
	border: 1px solid #24295D;
	padding: 35px;
	margin: 0 auto 0px;
}

.top_clinicalinfo_01 li {
	width: calc((100% / 3) - 20px);
	margin: 10px;
	/* border: 1px solid #24295D; */
	color: #24295D;
	font-size: 2.2rem;
	position: relative;
	text-align: right;
	/* padding-right: 15px; */
}

.top_clinicalinfo_01 li a {
	/* padding: 15px 15px 8px; */
	/* display: block; */
	/* text-decoration: none; */
	/* color: #fff; */
}


.top_clinicalinfo_01 li:hover {
	opacity: 0.7;
}


.top_clinicalinfo_01 li span {
	color: #ffb542;
	font-size: 0.8rem;
	display: block;
}

.top_clinicalinfo_01 img {
	width:100%;
}

.top_clinicalinfo_02_wrap {
	padding:70px 35px 35px;
	background-color:#fff;
	box-shadow: 2px 2px 4px #ccc;
}

.top_clinicalinfo_02 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
}
.top_clinicalinfo_02 p{
	font-size: 15px;
	text-align: center;
}
.top_clinicalinfo_02 li {
	width: calc((100% / 2) - 40px);
	margin: 35px 20px;
	border-bottom: 1px solid #96d6f2;
	color: #24295D;
	font-size: 2.2rem;
	position: relative;
	text-decoration: none;
}


.top_clinicalinfo_02 li a {
	text-decoration: none;
	display: block;
	padding: 28px 20px 5px;
}

.top_clinicalinfo_02 li::before {
	content: "";
	border-left: 1px solid #24295D;
	position: absolute;
	top: 0;
	left: -20px;
	height: 100px;
}

.top_clinicalinfo_02 li:nth-child(2n)::after,
.top_clinicalinfo_02 li:last-child::after{
	content: "";
	border-right: 1px solid #24295D;
	position: absolute;
	top: 0;
	right: -20px;
	height: 100px;
}

.top_clinicalinfo_02 li span {
	color: #7d7d7d;
	font-size: 1.2rem;
	padding-left: 40px;
}

@media screen and (max-width:768px){
	.top_clinicalinfo {
		margin: 0 auto 50px;
		padding: 50px 0;
	}

	.top_clinicalinfo_01 {
		padding: 10px;
		margin: 0 auto 40px;
	}

	.top_clinicalinfo_01 li {
		width: calc((100% / 2) - 10px);
		margin: 5px;
		font-size: 1.8rem;
	}

	.top_clinicalinfo_01 li span {
		line-height: 1.4em;
	}



	.top_clinicalinfo_02 li {
		margin: 30px 20px;
		font-size: 2.0rem;
	}

	.top_clinicalinfo_02_wrap {
		padding: 30px 10px;
	}

	.top_clinicalinfo_02 li span {
		padding-left: 0;
		display: block;
	}

	.top_clinicalinfo_02 li a {
		padding: 10px 0px;
	}
}

@media screen and (max-width:450px){
	.top_clinicinfo_more_btn a::before {
		left: 50px;
	}

	.top_clinicinfo_more_btn a::after {
		right: 50px;
	}

.top_clinicalinfo_01 li:first-child {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}

.top_clinicalinfo_01 li:nth-child(2) {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}

.top_clinicalinfo_01 li:nth-child(3) {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}

.top_clinicalinfo_01 li:nth-child(4) {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}

.top_clinicalinfo_01 li:nth-child(5) {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}

.top_clinicalinfo_01 li:last-child {
	background: url(images/top_info_icon_01_sp.png) no-repeat top left;
	background-color: #154E90;
}


	}


/* top_news
========================================== */
.top_news {
	margin: 0 auto 200px;
}
.top_news_list{
	margin-bottom:40px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 20px;
}

.top_news_list dt,
.top_news_list dd{
	display:table-cell;
	vertical-align:top;
	padding:18px;
}

.top_news_list dt{
	color: #96d6f2;
	width:100px;}

.top_news_list dd a{
	color: #24295D;
	text-decoration:none;}

.top_news_list dd a:hover{
	opacity:0.7;
	text-decoration: underline;}

.top_news .more_btn,
.top_column .more_btn,
.top_clinicalinfo .more_btn{
	margin: 0 auto;
}

.top_news .more_btn a,
.top_column .more_btn a{
	padding: 8px;
}

.top_news .more_btn a::before ,
.top_column .more_btn a::before,
.top_clinicalinfo a::before{
	top: 11px;
}

.top_news .more_btn a::after,
.top_column .more_btn a::after,
.top_clinicalinfo a::after {
	top: 10px;
}

@media screen and (max-width:768px){
	.top_news {
		margin: 0 auto 50px;
	}

	.top_news_list dt,
	.top_news_list dd{
		display:block;
		padding: 10px;
		width:100%;}

	.top_news_list dt{
		padding:10px 10px 0 10px;}

}


/* top_column
========================================== */
.top_column{
	margin: 0 auto 100px;
}

.top_column ul{
	overflow: hidden;
	margin-bottom: 40px;
}

.top_column ul li {
	float: left;
	width: 32%;
	margin-right: 2%
}

.top_column ul li dl dt{
	color: #69c1e8;
	margin-bottom: 10px;
}

.top_column ul li dl dd{
	margin-bottom: 10px;
	overflow: hidden;
}

.top_column ul li dl dd.title{
font-size: 1.7rem;
font-weight: bold;
}

.top_column ul li a:hover + dl img {
	transform:scale(1.1);
}

.top_column ul li img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.top_column ul li:last-child{
	margin-right: 0;
}


@media screen and (max-width:768px){
	.top_column{
		margin: 0 auto 80px;
	}

	.top_column ul li {
		width: 48%;
		margin:0 4% 20px 0;
	}

	.top_column ul li:nth-child(2n){
		margin-right: 0;
	}

	.top_column ul {
		margin-bottom: 0px;
	}
}

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

	footer

========================================================= */
#footer{
	width:100%;
	background: #24295D;
	padding: 0;
	color: #fff;
	}

.footerArea{
	margin:0 auto;
	padding: 60px 0;
	width:960px;
	background: url(./images/footre_bg_img.png) no-repeat center top;
}

/* clear */
.footerArea::after{
	content:" ";
	display:block;
	clear:both;
}
.f_logo{
	float: left;
	width: 670px;
}

.f_logo dt{
	margin-bottom:25px;
}


.f_logo dd:first-of-type{
	margin-bottom:15px;
}

.f_logo dt a:hover{
	opacity:0.7;}

.f_tel {
	font-size: 3.2rem;
	letter-spacing: 2px;
	font-weight: normal;
}

.f_tel span {
	font-size: 2.0rem;
}

.fnav{
	float: left;
	}

.fnav:first-of-type {
	margin-right: 100px;
	}


.fnav li{
	margin-bottom:20px;
	}

.fnav li a{
	color: #fff;
	font-size: 1.4rem;
	text-decoration:none;
}

.fnav li a:hover{
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
	#footer {
		padding: 20px 0 0;
	}

	.footerArea{
		width:100%;
		margin: 0 auto;
		padding:60px 0 0;
		background-size: 660px;
	}


	.f_logo{
		float:none;
		padding:10px 10px;
		width:100%;
		text-align:center;
		margin-bottom: 30px;
	}

	.f_sns_list {
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom: none;
	}

	.fnav {
		width:50%;
		margin:0;
	}

	.fnav li{
		border-top:1px solid #fff;
	}



	.fnav li{
		margin-bottom:0;
	}

	.fnav li a{
		display:block;
		padding:12px 15px 8px;
		text-align: center;
		min-height:25px;}

	.fnav:first-of-type {
		margin-right: 0;
		border-right: 1px solid #fff;
	}

	.fnav:nth-of-type(2) li:nth-of-type(3) {
		border-bottom: 1px solid #fff;
	}


}

@media screen and (max-width: 380px) {
	.footerArea img{
		width:100%;}

	.f_tel span::before {
		top: 2px;
		left: 0;
	}
}



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

	copyright

================================================= */
.copyright{
	clear:both;
	padding:5px;
	font-size:1.2rem;
	text-align:center;
	background-color: #FFFFFF;
	color: #7a7a7a;
}


@media screen and (max-width: 768px) {

}

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

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:25px 22px 25px 25px;
	background-color: #24295D;
	border-radius: 50%;
}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:13px 10px 13px 13px;
	}
}

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

	topicPath

========================================== */
#topicPath{
	padding:4px 0 0 10px;
	min-height:20px;
	margin-bottom: 30px;
	font-size:16px;}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li a {
	color:#24295D;
	text-decoration: none;}

#topicPath li a:hover{
	opacity: 0.7;
	transition: all .3s ease-out;
}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:13px 0 0 10px;
		min-height:20px;
		font-size:16px;}
}

.slider_fix{
	z-index: 500;
	position: absolute;
	top: 160px;
	display: block;
	padding-top: 40px;
	width: 100%;
	text-align: center;}

@media screen and (max-width: 768px) {

.slider_fix{
	z-index: 500;
	position: absolute;
	top: 30px;
	display: block;
	padding-top: 40px;
	width: 100%;
	text-align: center;}

	.slider_fix img{
	   width: 100%;}
}
@media screen and (max-width: 380px) {
	.slider_fix{
		z-index: 500;
		position: absolute;
		top: 20px;
		left:0px;
		display: block;
		padding-top: 40px;
		width: 100%;
		text-align: center;}
}


/*
======================================*/
.top_newsbox{
	width: 960px;
	margin: 0 auto;}

.top_nerwsbox_img{
	margin: 57px 0 0 0;
}
@media screen and (max-width: 768px) {
	.top_newsbox{
		width: 100%;
		margin: 0 auto 20px;}

	.top_nerwsbox_img{
		margin: 65px 10px 20px;
		width: 95%;}
	.news_w{
		width: 100%!important;
	}

}


@media screen and (max-width: 420px) {
	.top_newsbox{
		width: 100%;
		margin: 0 auto 10px;}

	.top_nerwsbox_img{
		margin: 0 10px 20px;
		width: 94%;}
	.news_w{
		width: 100%!important;
	}

	}


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


.blink {
  background-color: #f78517;  /* 背景は常にオレンジ */
  color: #fff;               /* 文字は白固定 */
  font-weight: bold;
  padding: 0.25em 0.5em;
  display: inline-block;
  text-align: center;
  animation: blink-text 2s ease-in-out infinite alternate;
}

@keyframes blink-text {
  0% {
    text-shadow: 0 0 0 #fff; /* 完全に白 */
  }
  50% {
    text-shadow: 0 0 5px #fff; /* 白を少しぼかして光るように見せる */
  }
  100% {
    text-shadow: 0 0 0 #fff; /* 再び白 */
  }
}
