@charset "UTF-8";
/* css Color [red] */

/*---------------------------------------------------- */
/* a */ 
/*---------------------------------------------------- */
p a {
	color: #010197;
	text-decoration: underline;
}

p a:hover {
	color: #fe717c;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Background */ 
/*---------------------------------------------------- */
.bg_color {
	background-color: #f6f6f6;
}

/*---------------------------------------------------- */
/* Header */ 
/*---------------------------------------------------- */
/* //== links Reserve ==// */
header .waku_header .sub .headbnr .head_links .linksbox .btn_reserve a {
	border: solid 1px #010197;
	background-color: #010197;
}

/* //== links Recruit ==// */
header .waku_header .sub .headbnr .head_links .linksbox .btn_recruit a {
	border: solid 1px #b6b7b8;
	background-color: #9a9b9c;
}

/*---------------------------------------------------- */
/* Global Navigation */
/*---------------------------------------------------- */	
#globalnav {
	/* background-color: #0004be; */
	background-color: rgba(1,1,151, .65);
}

header.smaller #globalnav {
	/* background-color: #0004be; */
	background-color: rgba(1,1,151, .65);
	
}

/*---------------------------------------------------- */
/* Ask */ 
/*---------------------------------------------------- */
#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #010197;
	background-color: #010197;
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #010197;
	background-color: #010197;
}

/*---------------------------------------------------- */
/* Footer */ 
/*---------------------------------------------------- */
/* copyright */
footer .footer_bottom {
	background-color: #010197;
}

/*---------------------------------------------------- */
/* Globalnav */ 
/*---------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 961px) {
    #main-nav > ul > li > ul {
		background-color: rgba(230, 100, 110, .96);
	}
	
	#main-nav > ul > li > ul {
		background-color: rgba(230, 100, 110, .96);
	}
	
	#main-nav ul li {
		border-top: solid 1px #0004be;
	}
	
	#main-nav ul li:first-child {
		border-top: solid 1px #0004be;
	}
	
	#main-nav > ul > li:hover {
  		background-color: #7d7cea;
	}
	
	#main-nav > ul > li.full > ul > li:hover a, #main-nav > ul > li.full > ul > li a:hover {
		color: #0004be;
	}	

}

/* Mobile */
@media only screen and (max-width: 960px) {
	
	/************************************************* [ Tel ] */
	#mobile-header #mobile-links-tel a {
		background: url(../../images/navi_tel-sp_red.png) 50% 50% no-repeat;
	}
	
	/************************************************* [ Arrow right ] */ 
	#main-nav li.parent > a:after {
		color: #df5f5f;
	}
	#main-nav li.parent > a:hover:after {
		color: #010197;
	}	
	


}

/*---------------------------------------------------- */
/* Pickup */ 
/*---------------------------------------------------- */
/* Photo */
.boxmenu .photo_pickup .iconbox {
	background: url(../../images/boxmenu/bg_icon_red.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

/* Button */
.boxmenu .waku_btn .btn_details a:hover {
	border: solid 1px #010197;
	background-color: #010197;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* h3 */ 
/*---------------------------------------------------- */
.category-title h3::after {
	background-color: #010197;
}

.category-title2 h3::after {
	background-color: #010197;
}

/*---------------------------------------------------- */
/* h4 */ 
/*---------------------------------------------------- */
.item-title h4::after {
	background-color: #010197;
}

.item-title h4 a:hover {
	color: #010197;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* h5 */ 
/*---------------------------------------------------- */
.name-title h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #010197;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.text_area h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #010197;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

/*---------------------------------------------------- */
/* h6 */ 
/*---------------------------------------------------- */
.waku_area .text_area h6 {
	color: #010197;
}

.text_area h6:before {
	content: "\f058";
	font-family: "FontAwesome";
	color: #010197;
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
#breadcrumbs .waku_breadcrumbs .navi a:hover {
	color: #010197;
}

#breadcrumbs .waku_breadcrumbs .navi em {
	color: #010197;
}

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/* dl */
.waku_schedule dl dt:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #8497f9;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.waku_schedule dl dd a:hover {
	color: #010197;
	text-decoration: underline;
}

/* Table */
.haco_schedule table th { 
	background: #f6f6f6; 
}

/*---------------------------------------------------- */
/* Info */
/*---------------------------------------------------- */
.list_news .waku_news .news_data .fa {
	color: #010197;
}

.list_news .waku_news .news_data .icon_new {
	background-color: #010197;
}

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/* Waku */
#about .waku_about {
	border: solid 3px #010197;
}

/* h4 */
#about .waku_about .company .companybox .subtitle h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #010197;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

/* Button */
.company .waku_btn .btn_details a:hover {
	border: solid 1px #010197;
	background-color: #010197;
	color: #ffffff;
}

/* h3 */
#links .links-title {
	background-color: #010197;
	border-right: solid 3px #010197; 
	border-top: solid 3px #010197;
	border-left: solid 3px #010197; 
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
.waku_topics .topics_box .waku_list {
	background-color: #fdf5f5;
}

.topics-title h4:before {
	background-color: #010197;
}

.detailsbox .btn_details a:hover {
	border: solid 1px #010197;
	background-color: #010197;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Pagenavi */
/*---------------------------------------------------- */
.waku_pagenavi .pagenavi_box .navi_page a {
	border: solid 1px #b2b2b2;
    color: #3a3b3c;
}

.waku_pagenavi .pagenavi_box .navi_page a:hover {
	border: solid 1px #010197;
	background-color: #010197;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Facility */
/*---------------------------------------------------- */
.boxmenu .photo_facility {
	border-bottom: solid 3px #010197;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
.waku_staff .staff_box .this .waku_this .photo_staff {
	border-bottom: solid 4px #010197;
}

.waku_staff .staff_box .this .waku_this .position-title p {
	background-color: #010197;
}

/*---------------------------------------------------- */
/* Map */
/*---------------------------------------------------- */
.map .moji_map p .fa {
	color: #010197;
}

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
.waku_sitemap .sitemap_box ul li a:hover {
	color: #010197;
	text-decoration: underline;
}

.waku_sitemap .sitemap_box ul li i {
	color: #010197;
}

/*---------------------------------------------------- */
/* Staff/
/*---------------------------------------------------- */
.waku_staff .staff_box .boxarea {
	border-top: solid 3px #010197;
}

.staff-title h4:before {
	background: url(../../images/all/icon_man@2x.png) 50% 5px no-repeat #010197;/* 緑 */
}

/* h5 */
.kind-title h5:before {
	content: "";
	background-color: #f9848a;/* 緑 */
}

/*---------------------------------------------------- */
/* Medical */
/*---------------------------------------------------- */
/* h5 */
.symptom-title {
	background-color: #010197;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi p a {
	color: #010197;
}

.numbernavi p a:hover {
	color: #f9848a;
}

