/* CSS Document */
.sp_only{display:none!important;}

		


/*------------------------------*/


.head_menu_box > *{
	height: 50%;
}

header.headroom--not-top{
	height: 64px;
	border-bottom: 1px solid #ddd;
}

header.headroom--not-top .top{
	display: none;
}

header.headroom--not-top .nottop{
	display: block;
	width: 54px;
}
header.headroom--not-top .head_menu_box{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
header.headroom--not-top .head_menu_box > *{
	height: 100%;
}
header.headroom--not-top .head_menu_box .menu_list{
	width: 92%;
	max-width: 1000px;
}
header.headroom--not-top .head_menu_box .menu_list a{
	padding-bottom: 0;
	font-size: 100%;
}

.top_main_slide a img{
	transition: 0.3s;
}

.top_main_slide a:hover img{
	filter: brightness(1.1);
}

.head_menu_box .menu_list ul a:before{
	content:"";
	width:0;height: 3px;
	background: #039703;
	position: absolute;
	left: 50%;bottom: 0;
	opacity: 0;
	margin-left: auto;margin-right: auto;
	transition: 0.3s;
}

.head_menu_box ul .active a:before{
	left: 0;
	width: 100%;
	opacity: 1;
}

/*WP*/
.page-id-542 .head_menu_box ul .head_current01 a:before,
.current_member .head_menu_box ul .head_current02 a:before,
.page-template-page-josei .head_menu_box ul .head_current03 a:before,
.single-josei .head_menu_box ul .head_current03 a:before,
.current_public .head_menu_box ul .head_current04 a:before,
.current_owner .head_menu_box ul .head_current05 a:before,
.page-id-699 .head_menu_box ul .head_current07 a:before{
	left: 0;
	width: 100%;
	opacity: 1;
}
/*WP*/

/*助成事業*/
.page-template-page-josei .head_menu_box ul .head_current02 a:before,
.single-josei .head_menu_box ul .head_current02 a:before{
	width:0;height: 3px;
	background: #039703;
	position: absolute;
	left: 50%;bottom: 0;
	opacity: 0;
}
/*助成事業*/

.head_menu_box .menu_list ul a:hover:before{
	left: 0!important;
	width: 100%!important;
	opacity: 1!important;
}

.current02 .head_menu_box ul .head_current02 a:before{
	
}


.foot_green_box .middle a:hover{text-decoration: underline;}

.foot_green_box .page_top span{transition: 0.2s;}
.foot_green_box .page_top a:hover span{transform: translateY(-3px);}

/*{
	transform: translateY(-3px);
	box-shadow: 0 5px 3px rgb(0 0 0 / 20%);
}*/

.top_menu_box .upper a:hover,
.top_menu_box .lower a:hover{
	transform: translateY(3px);
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.top_kanren_box a:hover{
	transform: translate(-3px,-3px);
	box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}



.local_nav.top_fixed{
	height: 40px;
}


.news_list a .txt{
	width: calc(100% - (9em + 9em + 50px) );
}

.news_list a:hover .txt{
	text-decoration: underline;
}

.event_list .event_tbl th{
	width: 180px;
}


.sf_list .searchandfilter ul ul li:hover{
	background: #039703;
	color: #fff;
}


.top_pickup_box a:hover .img img{
	transform: scale(1.1);
}