@charset "UTF-8";
/* CSS Document */
body{
	min-width: 1400px;
}

header{
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	
}
header>div:first-child{
	margin-bottom: 40px;
}
header>div:first-child>div:nth-child(1){
	background-color: #25dacd;
	font-size: 17.6px;
	color: #fff;
	width: 255px;
	height: 43px;
	padding: 12px 5px 5px 5px;
	text-align: center;
	display: inline-block;
}
header>div:first-child>div:nth-child(2){
	display: inline-block;
	color: #8fafcc;
	font-size: 19px;
	padding-left: 10px;
	
}
header>div:first-child p{
	color: #8fafcc;
	font-size: 34px;
	display: inline-block;
	float: right;
	margin-top: 15px;
	background-image: url(../Images/tel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 26px 21px;
	text-indent: 30px;
	line-height: 1.5rem;
}
/*header>div:first-child p::before{
content: "\f095";
font-family: FontAwesome;	
}
*/
header h1{
	color: #8fafcc;
	font-size: 36px;
	font-weight: 100;
	background-image: url(../Images/neco.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 36px 41px;
	height: 41px;
	text-indent: 40px;
	display: inline-block;
}

nav{
	float: right;
}
nav ul{
	display: flex;
	justify-content: space-between;
	width: 660px;
}
nav li{
	text-align: center;
}
nav li:first-child{
	margin-left: 0px;
	
}
nav li a,
nav li a{
	color: #25dacd;
	text-decoration: none;
}
nav li p{
	color: #808080;
	font-family: garamond-premier-pro-display, serif;
font-style: normal;
font-weight: 300;
	font-size: 12px;
	margin-top: 5px;
}
.headerImage{
	background-color: #ebecf5;
	background-image: url(../Images/topHeaderImg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.headerImage h2{
	text-align: center;
	font-size: 77px;
	font-family: azote, serif;
font-style: normal;
font-weight: 300;
	padding-top: 466px;
}


#clinicalIinfo{
	padding: 30px 0;
}

#clinicalIinfo ul{
	display: flex;
	justify-content: space-around;
	width: 960px;
	margin: auto;
	
}

#clinicalIinfo li{
	
	width: 298px;
	position: relative;
}

#clinicalIinfo li p{
	position: absolute;
	bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	width: 298px;
	color: #808080;
	
}
#clinicalIinfo li a{
	display: block;
	text-decoration: none;
	color: #808080;
}
#clinicDetails{
	text-align: center;
	padding-bottom: 30px;
	background-color: rgba(155,238,232,0.90);
	background-image: url(../Images/clinicDetailsBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#clinicDetails .catch{
	background-color: #fff;
	font-size: 22px;
	color: #808080;
	padding:25px 0;
	margin-bottom: 20px;
	letter-spacing: 0.5rem;
	
	
}
#clinicDetails h6{
	font-size: 32.5px;
	text-align: left;
	background-image: url(../Images/neco.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 36px 41px;
	height: 41px;
	text-indent: 45px;
	margin: 0 auto;
	width: 405px;
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
	color: #999;
	line-height: 3rem;
	margin-bottom: 25px;
}
#clinicDetails h6+div{
	display: flex;
	justify-content: space-around;
	width: 438px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#clinicDetails h6+div p{
	text-align: left
}

#clinicDetails h6+div p:first-of-type{
	font-size: 29px;
	color: #808080;
	
}
#clinicDetails h6+div p:last-of-type{
	font-size: 12px;
	
}
#clinicDetails h6+div p:first-of-type::before{
	content: "\f095";
    font-family: FontAwesome;
	margin-right: 5px;
}

#clinicDetails table{
	width: 438px;
	margin: 0 auto;
	background-color: #fff;
	
}

#clinicDetails table th,
#clinicDetails table td{
	padding: 5px;
	border: 1px solid #b2b2b2;
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
}

#clinicDetails table tr:first-child th{
	background-color: #c7cae3;
	color: #fff;
	
}


#clinicDetails table tr:not(:first-child) th{
	font-size: 11px;
	color: #808080;
}
#clinicDetails table td .fa-circle{
	color: #9a9fcc;
}
#clinicDetails table tr:nth-of-type(3) td:nth-of-type(6) .fa-circle{
}

#clinicDetails table+div{
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	width: 438px;
	margin: 0 auto;
}

#clinicDetails table+div p{
	font-size: 12px;
}


#access{
	padding: 30px 0 0 0;
}

#access p:first-of-type{
	margin: 40px auto 40px auto;
	text-align: center;
	background-image: url(../Images/access_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 37px 31px;
	font-size: 34px;
	text-indent: 45px;
	height: 34px;
	width: 186px;
}


#access p:last-of-type{
	margin-bottom: 40px;
	text-align: center;
}

footer{
	background-color: #ebecf5;
	color: #808080;
	font-size: 12px;
	text-align: center;
padding: 26px 0;
}