@charset "UTF-8";

.full-width h2 {
	width: 100%;
	color: #00853f;
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	background: #edeef0;
	border-left: 5px solid green;
	padding: 16px 0 16px 20px;
	margin: 0 0 50px;
}

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.hero_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: 40px auto 30px;
}

.hero_box img {
	width: 100%;
	max-width: 400px;
}

.hero_box h1 {
	display: flex;
	gap: 15px;
	margin: 0 0 30px;
}

.hero_box h1>div {
	display: flex;
	gap: 0 15px;
}

.hero_box h1>div span {
	display: inline-block;
	font-size: 3rem;
	font-weight: normal;
	color: #fff;
	background: #00853f;
	padding: 8px 10px;
}

.hero_box_inner {
	max-width: 470px;
}

.hero_box_inner p {
	font-size: 1.5rem;
	text-align: left;
}

.fixed_box {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 2;
}

.title_box {
	display: flex;
	align-items: center;
	position: relative;
	filter: drop-shadow(0 3px 2px rgb(0, 0, 0, 30%));
	margin: 0 0 50px;
}

.title_box h2 {
	max-width: 900px;
	margin: 0;
}

.title_box>div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	right: 0;
}

.title_box+p {
	display: none;
}

.title_box>div>p {
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.5;
}

.title_box>div>div {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #edeef0;
	border-radius: 55px;
	padding: 20px;
}

.title_box>div>div>a {
	display: block;
}

.title_box>div>div>a img {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	vertical-align: bottom;
	padding: 5px;
}

.pos_gallery_menu {
	width: 100%;
	display: grid;
	justify-content: center;
	justify-items: center;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
	padding: 0 20px;
	margin: 0 0 50px;
}

.pos_gallery_menu_box .pos_gallery_menu {
	gap: 20px;
	margin: 0 0 60px;
}

.pos_gallery_menu a {
	width: 100%;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(to right, #999, #999);
	border-radius: 15px;
	position: relative;
}

.pos_gallery_menu a:hover,
.pos_gallery_menu_box .pos_gallery_menu a {
	background: linear-gradient(to right, #01873c, #58d022);
}

.category_link_box {
	width: 100%;
	text-align: right;
	padding: 0 10px;
	margin: 0 0 20px;
}

.category_link_box a {
	color: #14a83b;
	margin: 0 0 20px;
}

.gallery_box.index>div:last-of-type a::after,
.pos_gallery_menu_box .pos_gallery_menu a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	margin: 0 0 0 5px;
}

.fancybox-content {
	max-width: 100% !important;
}

.fancybox__caption {
	text-align: center;
}

.gallery_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0 0 60px;
}

.gallery_box:last-of-type {
	margin: 0;
}

.gallery_box p>a {
	color: #14a83b;
	font-size: 1.2rem;
	line-height: 1.5;
	border-bottom: 1px solid;
	transition: 0.3s;
}

.gallery_box p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 5px;
	text-align: center;
}

.gallery_box img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.gallery_box.index>div:last-of-type {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.gallery_box.index>div:last-of-type>div {
	margin: 0 0 40px;
}

.gallery_box.index>div:last-of-type>div a {
	color: #14a83b;
	font-size: 1.2rem;
}

.banner_box {
	text-align: center;
}

.banner_box img {
	width: 100%;
}

@media screen and (max-width: 1024px) {

	.hero_box {
		justify-content: center;
		margin: 0 auto 30px;
	}

	.hero_box_inner {
		max-width: 100%;
	}

	.full-width h1 {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	.hero_box {
		margin: 0 auto;
	}

	.hero_box img {
		max-width: inherit;
		margin: 0 auto;
	}

	.hero_box h1 {
		flex-flow: column;
		align-items: center;
	}

	.hero_box_inner {
		margin: 0 auto;
	}

	.title_box {
		margin: 0 0 10px;
	}

	.title_box>div {
		display: none;
	}

	.title_box+p {
		display: block;
		font-size: 1.2rem;
		text-align: left;
		margin: 10px 0;
	}

	.category_link_box {
		font-size: 1.2rem;
		text-align: left;
		padding: 0 0;
	}

	.pos_gallery_menu {
		justify-content: center;
		grid-template-columns: repeat(2, minmax(150px, 250px));
		padding: 0;
		margin: 0 0 30px;
	}

	.gallery_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery_box img {
		height: 90px;
	}

	.banner_box img {
		max-width: 500px;
	}

}