@charset "utf-8";
/* CSS Document */

/*------------------------

ヘッダー

------------------------*/

header {
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	border-top: 7px solid #00a6fb;
}
header .col-5 {
	width: 43%;
}
header .col-7 {
	width: 57%;
}
header .logo {
	padding-top: 0;
	padding-bottom: 0;
}
header .access, header .medical-time, header .tel {
	float: left;
}
header .access, header .medical-time {
	margin-top: 43px;
}
header .access a, header .medical-time a {
	padding-right: 15px;
	text-decoration: none;
}
header .tel {
	padding-top: 36px;
	margin-left: 15px;
}

@media (max-width: 1279px) {
header .access, header .medical-time {
	margin-top: 35px;
}
header .tel {
	padding-top: 30px;
	width: 150px;
}
}

@media (max-width: 1023px) {
header .logo {
	text-align: center;
}
header .right {
	text-align: center;
	float: none;
}
header .access, header .medical-time, header .tel {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
header .access, header .medical-time {
	margin-top: 0;
}
header .tel {
	padding-top: 0;
	margin-top: -10px;
}
}

@media (max-width: 767px) {
header .logo {
	width: 219px;
	margin-top: 10px;
}
header .row.gutters .col {
	margin-bottom: 10px;
}
header .access, header .medical-time, header .tel {
	padding: 0;
	margin: 0;
}
header .access, header .medical-time {
	padding: 3px 10px 0 0;
}
header .tel {
	width: 219px;
	margin-bottom: 10px;
}
}
/*------------------------

グローバルナビ

------------------------*/

.navigation {
	padding: 0;
	background-color: #f3f7fa;
	border-top: 1px solid #dfe4e9;
	border-bottom: 1px solid #dfe4e9;
}

@media (max-width: 767px) {
.navigation {
	padding: 0;
	border-bottom: 0;
}
}
.globalNavi li {
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #eaeaea;
}
.globalNavi li:first-child {
	border-left: 1px solid #eaeaea;
}
.globalNavi li a {
	transition: all 0.3s;
	text-align: center;
	display: block;
	padding: 15px 15px;
	color: #00a6fb;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.globalNavi li a span {
	display: block;
	color: #bebfbf;
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 1025px) {
.globalNavi li a:hover {
	background-color: #e0edf7;
}
}
/*------------------------

ページトップ

------------------------*/

.page-top {
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}
.page-top a {
	display: block;
	width: 62px;
	height: 62px;
	padding: 7px 0 0;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	background-color: #fff;
	font-size: 3rem;
	transition: all 0.3s;
	text-decoration: none;
}

@media (max-width: 767px) {
.page-top a {
	display: none;
}
}
.page-top a i {
	margin-right: 0;
	margin-left: 0;
	color: #00a6fb;
}

@media (min-width: 1280px) {
.page-top a:hover {
	color: #fff;
	background: #00a6fb;
}
.page-top a:hover i {
	color: #fff;
}
}
/*------------------------

地図

------------------------*/

#mapkit {
	height: 400px;
	width: 100%;
}
#mapkit02 {
	height: 780px;
	width: 100%;
}

@media (max-width: 767px) {
#mapkit02 {
	height: 400px;
	width: 100%;
}
}
/*------------------------

フッター

------------------------*/

footer {
	background-color: #00a6fb;
	color: #ffffff;
}
.footer-logo {
	text-align: center;
	margin-bottom: 30px;
}
footer .label.focus {
	width: 80px;
	border-radius: 3px;
	background-color: #59d2fe;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	padding: 2px;
}
footer dl {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
footer dl:last-child {
	margin-bottom: 0;
}
footer dt, footer dd {
	float: left;
}
footer dt {
	width: 80px;
	text-align: center;
}
.contact .button {
	margin-top: 5px;
}
.contact-area {
	padding: 30px 0 25px;
	border-bottom: 1px solid #3cbafa;
}
footer .inner {
	padding: 30px 0;
	text-align: center;
}
footer .inner ul {
	margin: 0;
}
footer .inner ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 15px;
}
footer .inner ul li:before {
	font-family: 'themify';
	content: "\e628";
	margin-right: 10px;
}
footer .inner ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
footer .copy {
	padding: 20px 0;
	text-align: center;
	background-color: #c8f0ff;
}
footer .copy small {
	color: #00a6fb;
	font-size: 13px;
	font-weight: 400;
}

@media only screen and (min-width: 1025px) {
footer .inner ul li a:hover {
	text-decoration: underline;
}
}

@media (max-width: 1023px) {
footer .tel.right {
	float: none;
	text-align: center;
}
footer .inner ul li {
	padding: 0 10px;
}
}

@media only screen and (max-width: 767px) {
.contact-area .tel {
	width: 100%;
	padding-right: 0;
}
footer dt {
	margin-bottom: 10px;
}
footer dd {
	width: 100%;
	text-align: left;
	margin-left: 0;
}
footer .inner {
	padding: 10px 0 30px 0;
	text-align: center;
}
footer .inner ul li {
	width: 100%;
}
footer .inner ul li:before {
	display: none;
}
footer .inner ul li a {
	position: relative;
	display: block;
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #3cbafa;
}
footer .inner ul li a:before {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
	font-family: 'themify';
	content: "\e628";
}
footer .copy small {
	font-size: 9px;
}
}
