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

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

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

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

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

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

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

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

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

/*---------------------------------------------------- */
/* Globalnav */ 
/*---------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 961px) {
    #main-nav > ul > li > ul {
		background-color: rgba(120, 205, 160, .96);
	}
	
	#main-nav ul li {
		border-top: solid 1px #129956;
	}
	
	#main-nav ul li:first-child {
		border-top: solid 1px #129956;
	}
	
	#main-nav > ul > li:hover {
  		background-color: #78cda0;
	}
	
	#main-nav > ul > li.full > ul > li:hover a, #main-nav > ul > li.full > ul > li a:hover {
		color: #129956;
	}	

}

/* Mobile */
@media only screen and (max-width: 960px) {
    #main-nav > ul > li > ul {
		background-color: rgba(220, 220, 220, .96);
	}

	#page-wrap #main-nav {
		background-color: #dcdcdc;
	}
	
	#mobile-header #mobile-links-tel a {/************************************************* [ Tel ] */
		background: url(../../images/navi_tel-sp_green.png) 50% 50% no-repeat;
	}
	
	#mobile-header #mobile-menu-btn {/************************************************* [ Menu ] */ 
		background: url(../../images/menu-toggle_sp_green.png) 0 0 no-repeat #129956;
	}	

	#mobile-header #mobile-menu-btn {
		margin: 0;
		width: 66px;
		height: 0;
		padding-top: 66px;
		overflow: hidden;
		display: block;
		-webkit-background-size: 132px 132px;
		-moz-background-size: 132px 132px;
		-o-background-size: 132px 132px;
		background-size: 132px 132px;
		-webkit-transition: background-color 0.15s ease-in-out;
		-moz-transition: background-color 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out;
	}

	#main-nav li.parent > a:after {
		color: rgba(18, 153, 86, .75);
	}
	
	#main-nav li.parent > a:hover:after {
		color: rgba(18, 153, 86, 1);
	}	
	
	#main-nav ul li.mobile-child-nav .mobile-nav-back {
		background: url(../../images/menu-toggle_sp_green.png) -46px 0px no-repeat rgba(255, 255, 255, .07);
	}	


}

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

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

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

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

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

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

/*---------------------------------------------------- */
/* h5 */ 
/*---------------------------------------------------- */
.name-title h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #129956;
	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: #129956;
	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: #129956;
}

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

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

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

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/* dl */
.waku_schedule dl dt:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #48ab7a;
	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: #129956;
	text-decoration: underline;
}

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

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

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

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

/* h4 */
#about .waku_about .company .companybox .subtitle h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #129956;
	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 #129956;
	background-color: #129956;
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.numbernavi p a:hover {
	color: #48ab7a;
}

