/* CSS Document */

#main_visual {
	
}
#main_visual .outer {
	position: relative;
	z-index: -1;
}
#main_visual h2 {
	position: absolute;
	bottom: 155px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 1366px;
}
#main_visual h2 img {
	width: 322px;
}

@media only screen and (max-width: 767px) {
	#main_visual h2 {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.catlist_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1070px;
	margin: 120px auto 100px auto;
	padding: 0;
	flex-wrap: wrap;
}
.catlist_nav li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.catlist_nav li.active a {
	display: inline-flex;
	justify-content: center;
	background-color: #248d3a;
	border: 1px solid #248d3a;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	padding: 0.5em 2em;
	margin: 0 1em;
	font-size: 0.875em;
	min-width: 110px;
}
.catlist_nav li a {
	display: inline-flex;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #248d3a;
	color: #248d3a;
	border-radius: 999px;
	text-decoration: none;
	padding: 0.5em 2em;
	margin: 0 1em;
	font-size: 0.875em;
	min-width: 110px;
}


@media only screen and (max-width: 767px) {
	.catlist_nav {
		flex-wrap: wrap;
		width: 100%;
		margin: calc( 100vw * ( 50 / 375 ) ) auto;
	}
	.catlist_nav li {
		
	}
}

.news_list {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_list::after {
	content:"";
	display: block;
	width:30%;
}
.news_list .news_list_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 280px;
	max-width: 33%;
	background-color: #e6ded7;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 70px;
}
.news_list .news_list_item .image {
	width: 247px;
	height: 160px;
	background-color: #f4f4f4;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
}
.news_list .news_list_item .image a {
	display: block;
	width: 247px;
	height: 160px;
}
.news_list .news_list_item .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: none;
	width: auto;
	height: 105%;
	transition-duration: 0.5s;
}
.news_list .news_list_item .image.horizontal img {
	height: auto;
	width: 105%;
	transition-duration: 0.5s;
}
.news_list .news_list_item .image:hover img,
.news_list .news_list_item .image.horizontal:hover img {
	transform: translate(-50%, -50%) scale(1.1,1.1);
	transition-duration: 0.5s;
}
.news_list .news_list_item .meta {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 0.3em;
}
.news_list .news_list_item h3 {
	margin-top: 0;
	margin-bottom: 0.8em;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
}
.news_list .news_list_item h3 a {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.news_list {
		width: calc( 100vw * ( 335 / 375 ) );
		max-width: none;
	}
	.news_list::after {
		display: none;
	}
	.news_list .news_list_item {
		width: calc( 100vw * ( 335 / 375 ) );
		max-width: none;
		padding: calc( 100vw * ( 24 / 375 ) );
		margin-bottom: calc( 100vw * ( 30 / 375 ) );
	}
	.news_list .news_list_item .image {
		width: calc( 100vw * ( 288 / 375 ) );
		height: calc( 100vw * ( 185 / 375 ) );
	}
	.news_list .news_list_item .image a {
		width: calc( 100vw * ( 288 / 375 ) );
		height: calc( 100vw * ( 185 / 375 ) );
	}
}


.wp-pagenavi {
	margin: 50px auto;
	width: 1080px;
	max-width: 100%;
	text-align: center;
	color: #006e3f;
}
.wp-pagenavi span {
	padding: 3px 12px;
	display: inline-block;
	margin: 0 5px;
	color: #006e3f;
}
.wp-pagenavi a {
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px;
	color: #006e3f;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 0.5em !important;
	font-size: 1.5em;
	font-weight: bold;
	background: none !important;
	border: none !important;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	padding: 3px 10px;
	color: #006e3f;
	background: none;
	border: none !important;
}
.wp-pagenavi .current {
	color: #248d3a;
	background: none;
	border: none !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border-radius: 999px !important;
	background-color: #006e3f !important;
	/*width: 2em;
	height: 2em;*/
	width: 1.7em;
	height: 1.7em;
	
	position: relative;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.5em;
	height: 0.5em;
	content: "";
	transform: translateY(-50%) translateX(-50%);
}

.wp-pagenavi .previouspostslink::after {
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;


	transform: translateY(-50%) translateX(-35%) rotate(225deg);
}
.wp-pagenavi .nextpostslink::after {
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;

	transform: translateY(-50%) translateX(-65%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.wp-pagenavi a, .wp-pagenavi span {
	    font-size: 1em;
	}
}


.news_entry_wrap {
	padding: 80px 0 80px 0;
	width: 700px;
	margin: 0 auto;
}
.news_entry_wrap .meta{
	display: flex;
}
.news_entry_wrap .meta .date{
	display: inline-flex;
	margin-right: 1em;
}
.news_entry_wrap .meta .catlist {
	display: inline-flex;
}
.news_entry_wrap h3 {
	font-size: 1rem;
	font-weight: 500;
}


@media only screen and (max-width: 767px) {
	.news_entry_wrap {
	    width: auto;
   		margin-right: 5%;
  		margin-left: 5%;
	}
}

.news_entry_wrap .meta .catlist,
.news_list .news_list_item .meta .catlist {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.3em;
}
.news_entry_wrap .meta .catlist a,
.news_list .news_list_item .meta a {
	border: 1px solid #000;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.785rem;
	padding: 0.1em 1em;
}