@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #3e955a;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1200px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	padding-left: 30px;
}
#header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
}
.site-description {
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
}
.header-logo {}

.header-right{
	display: flex;
	align-items: center;
	gap: 28px;
}
.header-tel {
	text-align: right;
	font-size: 14px;
	& p{
		margin-top: 8px;
	}
}
.header-mail {
}
.gnav {
	max-width: 1200px;
	margin: 0 auto;
}

/* droppy */
.gnav-list {
	display: flex;
	justify-content: center;
	position: relative; text-align: left; zoom: 1; }
.gnav-list li { display: block; position: relative; z-index: 20; }
.gnav-list > li > ul {
	display: none; position: absolute; top: 100%; left: 0; width: 130%; background: rgba(255,255,255,.8);
	&.gnav-area{
		width: 300%;
		left: -100%;
		padding-bottom: 20px;
		& > li{
			float: left;
			width: 25%;
		}
		& > li > a{
			padding: 3px 20px 3px 15px;
		}
		& li li a{
			padding-left: 30px;
		}

	}
}
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; color: inherit; font-size: 16px; zoom: 1; }
.gnav-list > li > ul > li > a{
	display: flex;
	align-items: center;
	padding: 3px 30px;
	font-weight: bold;
	&::before{
		content: '\f105';
		color: #3e955a;
		padding-right: 5px;
		transform: scale(0.8);
		transform-origin: center;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
}
.gnav-list ul li a:hover { text-decoration: none; background: #d8f3e0; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }

/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	padding-left: 25vmin;
	margin-bottom: 46px;
}
#mainimage-inner {
	position: relative;
	&::after{
		content:"";
		display: block;
		width: 843px;
		height: 401px;
		position: absolute;
		top: 50%;
		left: -15vmin;
		transform: translateY(-50%);
		background: url(/images/default/p1-text.png) no-repeat left center / contain;
	}
}

/* slideshow */
.slideshow {}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	border-radius: 30px 0 0 30px;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 34px;
}
.slideshow .slick-dots {
	padding-right: 25vmin;
	bottom: -34px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #dcdcdc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #3e955a;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: auto;
	padding: 0;
}

#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 900px;
}


.main-rec {
	padding: 110px 0 98px;
	background: #f4f5dd;
}
.main-rec-title {
	text-align: center;
	margin-bottom: 80px;
}
.main-rec-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.main-rec-list{
	display: flex;
	gap: 24px;
}
.main-rec-more{
	margin-top: auto;
	text-align: center;
}


.main-naya {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 26px 0 181px;
	&::after{
		content:"";
		display: block;
		width: 199px;
		height: 150px;
		position: absolute;
		right: -117px;
		bottom: 17px;
		background: url(/images/default/naya-bgr.png) no-repeat 0 0 / contain;
	}
}
.main-naya-title {
	margin-bottom: 17px;
	text-align: center;
}
.main-naya-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	gap: 40px;
}
.main-naya-img {
	& img{
		border-radius: 20px;
	}
}
.main-naya-text {
	position: relative;
	flex: 0 1 620px;
	font-size: 18px;
	font-weight: bold;
	&::after{
		content:"";
		display: block;
		width: 169px;
		height: 131px;
		position: absolute;
		left: -116px;
		bottom: -45px;
		background: url(/images/default/naya-bgl.png) no-repeat 0 0 / contain;
	}
	& strong{
		color: #3e955a;
	}
	& li{
		position: relative;
		padding: 13px 0 13px 35px;
		border-bottom: 1px dashed #bfbfbf;
		&::before{
			content: "";
			position: absolute;
			top: 18px;
			left: 0;
			display: block;
			width: 24px;
			height: 22px;
			margin-right: 11px;
			background: url(/images/default/naya-li.png) no-repeat 0 0 / contain;
		}
	}
}
.main-naya-text p {
	margin-bottom: 5px;
}

.main-fuki{
	position: absolute;
	bottom: -140px;
	left: 0;
	width: 100%;
}
.main-fuki-inner{
	position: relative;
	z-index: 5;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 30px;
	border: 3px solid #40b666;
	border-radius: 20px;
	background: #fff;
	&::after{
		content:"";
		display: block;
		width: 42px;
		height: 24px;
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		background: url(/images/default/fuki-bg.png) no-repeat 0 0 / contain;
	}
}
.main-fuki-title{
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
}
.main-fuki-text{
	line-height: 1.6;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	& strong{
		color: #ff7800;
	}
}

.main-num-list{
	counter-reset: sample;
	display: flex;
	gap: 24px;
}
.main-num-list > li{
	position: relative;
	&::before{
		position: absolute;
		z-index: 5;
		top: -30px;
		left: 10px;
		counter-increment: sample;
		content: "0" counter(sample);
		display: block;
		width: 90px;
		height: 90px;
		padding-top: 12px;
		border-radius: 50%;
		text-align: center;
		font-size: 48px;
		font-weight: bold;
		color: #fff;
	}
}
.main-merit .main-num-list > li::before{
	background:	 url(/images/default/merit.png) no-repeat center top 13px,
				linear-gradient(to right, #1dbe51, #6acc1d) no-repeat 0 0;
}
.main-feature .main-num-list > li::before{
	background:	 url(/images/default/feature.png) no-repeat center top 13px,
				linear-gradient(to right, #1dbe51, #6acc1d) no-repeat 0 0;
}
.main-num-img{
	margin-bottom: 20px;
	& img{
		border-radius: 20px;
	}
}
.main-num-text{
	& h3{
		margin-bottom: 15px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #3e955a;
	}
}



.main-why {
	margin: 0 auto 56px;
}
.main-why-title {
	margin-bottom: 107px;
	padding: 210px 0 88px;
	background: #d9ffe5 url(/images/default/bg-green.png) no-repeat center 0 / 100% 100px;
	text-align: center;
}
.main-why-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	max-width: 1200px;
	margin: 0 auto;
}
.main-why-img {
	flex: 0 0 580px;
}
.main-why-text {
	flex: 0 0 560px;
	line-height: 1.6;
	& h3{
		margin-bottom: 35px;
		font-size: 30px;
		font-weight: bold;
		color: #3e955a;
		.marker-yellow {
			background: linear-gradient(transparent 60%, #ffe786 60%);
		}
	}
}
.main-why-more{
	margin-top: 30px;
	text-align: center;
}

.main-merit {
	position: relative;
	padding-bottom: 250px;
	&::after{
		content:"";
		display: block;
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 111px;
		left: 50%;
		transform: translateX(-50%);
		background: url(/images/default/plus.png) no-repeat 0 0 / contain;
	}
}
.main-merit-title {
	margin-bottom: 69px;
	text-align: center;
}
.main-merit-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.main-banner{
	padding: 219px 0 45px;
	background:	url(/images/default/bg-green2.png) no-repeat center 0 / 100% 100px,
				linear-gradient(to right, #d8f3e0, #d8f3e0) no-repeat 0 0 / 100% 360px;
}
.main-banner-inner{
	max-width: 1200px;
	margin: 0 auto;
}
.main-banner-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 40px;
	margin-bottom: 110px;
}
.main-banner-img{
	margin-bottom: 25px;
	& img{
		border-radius: 20px;
	}
}
.main-banner-text{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3e955a;
}
.fuki3{
	position: static;
	.main-fuki-inner{
		padding-top: 86px;
		border-color: #8bdfa6;
		&::after{display: none;}
	}
	.main-fuki-text{
		font-size: 24px;
	}
}

.main-ev{
	margin-bottom: 4px;
	padding: 180px 0 173px;
	background:	url(/images/default/bg-yellow2.png) no-repeat center bottom / 100% 100px,
				url(/images/default/bg-yellow.png) no-repeat center top / 100% 100px,
				linear-gradient(to right, #f4f5dd, #f4f5dd) no-repeat center 0 / 100% 100%;
}
.main-ev-title {
	text-align: center;
	margin-bottom: 105px;
}
.main-ev-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.main-ev-left {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	flex: 0 0 520px;
}
.main-ev-text {
	margin-bottom: 25px;
	font-size: 16px;
}
.main-ev-img1 {
	& img{
		border-radius: 6px;
	}
}
.main-ev-img2 {
	flex: 0 0 640px;
	& img{
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}
}

.main-dou {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 201px;
}
.main-dou-title {
	margin-bottom: 61px;
	text-align: center;
}
.main-dou-inner {}
.main-dou-list{
	display: flex;
	gap: 24px;
}
.main-dou-list > li{
	flex: 0 1 384px;
	padding: 40px 40px 50px;
	background: #d8f3e0;
	border-radius: 40px;
	text-align: center;
}
.main-dou-img {
	position: relative;
	width: 200px;
	margin: 0 auto 25px;
	&::after{
		content:"";
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 7px;
		left: -23px;
	}
	& img{
		border-radius: 50%;
	}
}
.main-dou-list > li:nth-child(1) .main-dou-img::after {
	background: url(/images/default/dou1-icon.png) no-repeat 0 0 / contain;
}
.main-dou-list > li:nth-child(2) .main-dou-img::after {
	background: url(/images/default/dou2-icon.png) no-repeat 0 0 / contain;
}
.main-dou-list > li:nth-child(3) .main-dou-img::after {
	background: url(/images/default/dou3-icon.png) no-repeat 0 0 / contain;
}
.main-dou-text {
	line-height: 1.6;
	font-size: 22px;
	font-weight: bold;
}

.main-feature {
	padding: 212px 0 59px;
	background:	url(/images/default/bg-green2.png) no-repeat center 0 / 100% 100px,
				linear-gradient(to right, #d8f3e0, #d8f3e0) no-repeat 0 0 / 100% calc(100% - 224px);
}
.main-feature-title {
	margin-bottom: 81px;
	text-align: center;
}
.main-feature-inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 90px;
	background: #fff;
	border-radius: 40px;
}


.main-gallery {
	padding: 110px 0 90px;
	background: #f4f5dd;
}
.main-gallery-title {
	margin-bottom: 79px;
	text-align: center;
}
.main-gallery .gallery-list-item {
	margin: 0 12px;
}
.main-gallery  .gallery-list-item {
	margin-top: 63px;
	text-align: center;
}
.main-gallery-more{
	margin-top: 63px;
	text-align: center;
}


/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.main-gallery .slick-arrow.slick-prev {
	left: calc(50% - 630px);
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-pro-prev.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: calc(50% - 630px);
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-pro-next.png) no-repeat center center;
}

.main-area {
	position: relative;
	margin: 79px 0 129px;
	padding: 110px 0 103px;
	&::before{
		content:"";
		display: block;
		width: calc(50% + 440px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: #eee;
		border-radius: 30px 0 0 30px;
	}
	& > *{
		position: relative;
		z-index: 5;
	}
}
.main-area-title {
	margin-bottom: 100px;
	text-align: center;
}
.main-area-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.main-area-img{
	flex: 0 0 580px;
	& img{
		border-radius: 30px;
	}
}
.main-area-text {
	flex: 0 0 580px;
	& h3{
		margin-bottom: 15px;
		padding: 10px 0;
		border-bottom: 1px solid #aaa;
		font-size: 22px;
		font-weight: bold;
	}
	* + h3{
		margin-top: 10px;
	}
}
.main-area-text p {
	margin-bottom: 5px;
}
.main-area-more{
	margin-top: 52px;
	text-align: center;
}


.main-blog {
	padding: 109px 0 145px;
	background: linear-gradient(to right, #d8f3e0, #d8f3e0) no-repeat 0 0 / 100% 400px;
}
.main-blog-title {
	margin-bottom: 79px;
	text-align: center;
}
.main-blog-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	background: #eee;
	margin-bottom: 20px;
}
.main-blog-list-title {
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.main-blog-more {
	margin-top: 70px;
	text-align: center;
}

.main-con{
	padding: 100px 0 98px;
	background:	url(/images/default/con-bg.jpg) no-repeat center center / cover
}
.main-con-title {
	margin-bottom: 74px;
	text-align: center;
}
.main-con-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 60px 20px;
	border-radius: 20px;
	background: #fff;
}
.main-con-text {
	text-align: center;
	line-height: 1.6;
	.template{
		align-items: center;
		margin: 40px 0 0;
		& * + p{
			margin-top: 15px;
		}
	}
	& strong{
		font-size: 18px;
	}
}
.main-con-text p {
	margin-bottom: 5px;
}




/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}


/* footer
------------------------------------------*/
#footer {
	background: #f4f5dd;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 75px;
}

.footer-left{
	flex: 0 0 330px;
	padding-top: 2px;
	text-align: left;
}
.footer-logo{
	width: 318px;
	margin-bottom: 37px;
}
.footer-about{
	font-size: 15px;
	& table{
		width: 100%;
	}
	& th,
	& td{padding: 5px 0;}
}

.footer-nav {
	flex: 0 0 560px;
	text-align: left;
	font-size: 15px;
}
.footer-nav-list {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.fnav-col{
	break-before: column;
}
.footer-nav-list a {
	color: inherit;
}
.footer-nav-list > li > a {
	display: flex;
	line-height: 2.4;
	align-items: center;
	font-weight: bold;
	&::before{
		content: '\f105';
		color: #3e955a;
		padding-right: 5px;
		transform: scale(0.8);
		transform-origin: center;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
}
.footer-nav-list >  li > ul {
	padding: 0 0 10px 35px;
}
.footer-nav-list >  li > ul > li >  a {
}

.footer-copyright {
	border-top: 1px solid #d0d1c0;
	height: 77px;
	line-height: 76px;
	text-align: center;
	font-size: 11px;
	color: #626262;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 70px;
}
.entry-content {}


/* heading */
.page-title-wrap{
	padding: 90px 0;
	background: #d9ffe5;
}
.page-title {
	display: none;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 20px 20px 20px 90px;
	border: 4px solid #40b666;
	border-radius: 10px;
	background: url(/images/default/entry-title-bg.png) no-repeat 15px 50%;
	font-size: 26px;
	font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin: 2.8rem 0 1.8rem 0;
	padding: 15px 20px;
	border-bottom: 2px solid #ffa800;
	background: #f4f5dd;
	font-size: 24px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	margin: 1.8rem 0 1.2rem 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	&::before{
		content: '\f138';
		color: #ffa800;
		padding-right: 5px;
		transform: scale(0.9);
		transform-origin: center;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 15px 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav-group {
	float: left;
	width: 250px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */

.gallery-list-item{
	width: 384px;
	display: flex;
	flex-flow: column;
	padding: 18px 18px 28px;
	border: 2px solid #dcdcdc;
	background: #fff;
}
.gallery-list-img {
	margin-bottom: 15px;
}
.gallery-list-text {
	margin-bottom: 30px;
	text-align: left;
}
.gallery-list-title {
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	& a{color: inherit;}
}
.gallery-list-text dl {
	display: flex;
	flex-flow: wrap;
	gap: 8px 5px;
}
.gallery-list-text dt{
	flex: 1 1 30%;
	font-weight: 700;
}
.gallery-list-text dd {
	flex: 1 1 75%;
}
.gallery-list-comment{
	margin-top: 20px;
	font-weight: bold;
}

.gallery-list-text p + p{
	/* margin-top: 20px; */
}
.gallery-list-more {
	margin-top: 20px;
	text-align: right;
}

.template-type-gallery-categories .gallery-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	& >  div{
		width: auto;
	}
}

.template-type-gallery .gallery-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	& >  div{
		width: auto;
	}
}

/* .gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}
*/

/* single */
.gallery-detail {
	text-align: center;
	margin-bottom: 30px;
}
.gallery-detail-main {
	margin-bottom: 20px;
}
.gallery-detail-sub ul{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.gallery-detail-sub li {
}

.gallery-detail-table{
	margin-bottom: 30px;
	& table {
		width:100%;
		border-collapse:collapse;
		margin:0 0 40px;
	}
	& th,
	& td {
		border:1px solid #ddd;
		padding: 10px 20px;
	}
	& th {
		background:#eee;
		width:20%;
	}

}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #1dbe51;
	background: linear-gradient(to right, #1dbe51, #6acc1d) no-repeat 0 0;;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #1dbe51;
	background: linear-gradient(to right, #1dbe51, #6acc1d) no-repeat 0 0;;
	color: #fff;
}
