@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	font-size: 16px;
}
body {
	line-height: 2;
	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: #2a2a2a;
}
a {
	color: #6fa632;
	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: 1080px;
	text-align: center;
	background: url(/images/default/bg.jpg) repeat center 0;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	position: relative;
	padding-bottom: 140px;
	background:	url(/images/default/bgt.png) repeat-x center bottom,
				url(/images/default/header-bg.jpg) repeat center 0;
	margin-bottom: 100px;
}
.home #header {
	margin: 0;
}
#header-inner {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 15px;
	z-index: 20;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 30px 49px;
	border-radius: 0 0 30px 0;;
	background: url(/images/default/footer-bg.jpg) repeat center 0;
}
.header-mail {
	margin-left: 22px;
}
.gnav {
	order: -1;
	margin-left: auto;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


#header::after,
.main-shop-wrap::before,.main-shop-wrap::after{
	content:"";
	display: block;
	width: 618px;
	height: 529px;
	position: absolute;
	z-index: 5;
	background: url(/images/default/foot.png) no-repeat 0 bottom;
}
#header::after{
	width: 322px;
	height: 310px;
	bottom: -41px;
	left: calc(50vw + 540px);
}
.home #header::after{
	right: 6px;
	left: auto;
	width: 618px;
	height: 529px;
	bottom: -180px;
}

.main-top-text,
.footer-caution > h3{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 1080px;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #4b3e37;
	&::before,
	&::after{
		content:"";
		display: block;
		width: 36px;
		height: 4px;
		background:	url(/images/default/h2-bg1.png) no-repeat 0 0;
	}
}
.main-point .main-top-text,
.footer-caution > h3{
	color: #fff;
	&::before,
	&::after{
		background:	url(/images/default/h2-bg2.png) no-repeat 0 0;
	}
}

.tensen{
	border-radius: 30px;
	outline: 2px dashed #fff;
	outline-offset: -8px;
}



/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	&::before{
		content:"";
		display: block;
		width: 600px;
		height: 209px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
		transform: translate(-50%, -50%);
		background: url(/images/default/p1-text.png) no-repeat 0 0 / contain;
	}
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1640px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	border-radius: 80px;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}

.main-news {
	position: relative;
	z-index: 15;
	max-width: 1080px;
	margin: -40px auto 0;
	padding: 20px 21px 19px 60px;
	border-radius: 25px;
	background:	url(/images/default/news-bgl.jpg) no-repeat 0 0 / auto 100%,
				url(/images/default/news-bg.jpg) repeat 0 0;
}
.main-news-inner {
	display: flex;
	justify-content: space-between;
}
.main-news-title {
	margin-top: 42px;
}
.main-news-list {
	flex: 0 0 760px;
	padding: 17px 42px 41px 40px;
	border-radius: 15px;
	background: #fff;
}
.main-news-list-item {
	display: flex;
	padding: 18px 5px;
	border-bottom: 1px dashed #b2998d;
	font-size: 14px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: #4b3e37;
	color: inherit;
}
.main-news-list-date {
	margin-right: 45px;
	color: #6fa632;
}

.main-pon {
	position: relative;
	padding: 99px 0 137px;
	background: url(/images/default/point-bgt.png) repeat-x center bottom;
	/* background: url(/images/default/pon-icon1.png) no-repeat left calc(50% + 640px) top 58px,
				url(/images/default/point-bgt.png) repeat-x center bottom; */
	&::before{
		content:"";
		display: block;
		width: 618px;
		height: 529px;
		background:	url(/images/default/foot.png) no-repeat 0 0 / contain;
		position: absolute;
		top: 30%;
		right: calc(50vw + 150px);
		transform: scale(-1, 1);
	}
}
.main-pon-inner {
	display: flex;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto 100px;
}
.main-pon-title {
	margin-bottom: 20px;
	text-align: center;
}
.main-pon-title,
.main-pon .main-top-text{
	position: relative;
	z-index: 15;
}
.main-pon-text {
	flex: 0 0 640px;
	position: relative;
	z-index: 5;
	order: -1;
	margin-left: -100px;
	padding: 60px 70px 65px;
	border-radius: 25px;
	background:	url(/images/default/pon-bgr.jpg) no-repeat right top,
				url(/images/default/pon-bg.jpg) repeat 0 0;
	& h3{
		margin-bottom: 20px;
		font-size: 28px;
		font-weight: bold;
		color: #4b3e37;
	}
	& * + p{
		margin-top: 20px;
	}
	&::after{
		content:"";
		display: block;
		width: 120px;
		height: 160px;
		background: url(/images/default/pon-icon2.png) no-repeat 0 0;
		position: absolute;
		bottom: -101px;
		left: 52px;
	}
}
.main-pon-img {
	position: relative;
	overflow: hidden;
	margin-left: -120px;
	margin-right: -300px;
}
.main-pon-text p {
	margin-bottom: 5px;
}
.main-pon-more{
	margin-top: 50px;
	text-align: center;
}

.main-pon-list{}
.main-pon-list-item{
	width: 400px;
	margin: 0 15px;
}
.main-pon-list-img {
	margin-bottom: 15px;
}
.main-pon-list-img img{
	border-radius: 20px;
}
.main-pon-list-title {
	margin-bottom: 10px;
}
.main-pon-list-title a{
	font-size: 16px;
	font-weight: bold;
	color: #6fa632;
}
.main-pon-list-cat a,
.main-pon-list-date{
	line-height: 1.6;
	font-size: 14px;
	color: #2a2a2a;
}

.main-pon-list .slick-slide:nth-child(odd){
	padding-top: 40px;
}

/* arrows */
.main-pon-list .slick-arrow,
.main-pon-list .slick-arrow::before {
	width: 70px;
	height: 70px;
}
.main-pon-list .slick-arrow {
	position: absolute;
	top: 180px;
}
.main-pon-list .slick-arrow.slick-prev {
	left: calc(50vw - 680px);
}
.main-pon-list .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-pon-prev.png) no-repeat center center;
}
.main-pon-list .slick-arrow.slick-next {
	right: calc(50vw - 680px);
}
.main-pon-list .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-pon-next.png) no-repeat center center;
}

.main-point {
	position: relative;
	margin: 0 auto 20px;
	padding: 91px 0 140px;
	background:	url(/images/default/bgt.png) repeat-x center bottom,
				url(/images/default/point-bg.jpg) repeat center 0;
	&::after{
		content:"";
		display: block;
		width: 302px;
		height: 99px;
		background: url(/images/default/pon-icon3.png) no-repeat 0 0;
		position: absolute;
		top: -82px;
		left: calc(50vw + 209px);
	}
}
.main-point-title {
	margin-bottom: 20px;
	text-align: center;
}
.main-point-inner {
}
.main-point-list{}
.main-point-list > li{
	display: flex;
	gap: 60px;
}
.main-point-list > li + li{
	margin-top: 60px;
}
.main-point-img {
	flex: 0 0 50vw;
}
.main-point-body {
	position: relative;
	flex: 0 0 476px;
	padding: 40px 0;
	color: #fff;
	&::after{
		content:"";
		display: block;
		position: absolute;
	}
	& > h3{
		display: flex;
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 2px dashed #fff;
		align-items: center;
		font-size: 32px;
		line-height: 1.4;
		font-weight: bold;
		&::before{
			content:"";
			display: block;
			width: 92px;
			height: 92px;
			margin-right: 18px;
		}
	}
}
.main-point-list > li:nth-child(odd) .main-point-img{
	& img{
		border-radius: 0 30px 30px 0;
	}
}
.main-point-list > li:nth-child(odd) .main-point-body{}
.main-point-list > li:nth-child(even) {
	flex-flow: row-reverse;
}
.main-point-list > li:nth-child(even) .main-point-img{
	& img{
		border-radius: 30px 0 0 30px;
	}
}
.main-point-list > li:nth-child(even) .main-point-body{}
.main-point-list > li:nth-child(1) .main-point-body::after{
	width: 167px;
	height: 124px;
	right: -57px;
	bottom: 69px;
	background: url(/images/default/point1-bg.png) no-repeat 0 0 / contain;
}
.main-point-list > li:nth-child(2) .main-point-body::after{
	width: 188px;
	height: 159px;
	left: -37px;
	bottom: 50px;
	background: url(/images/default/point2-bg.png) no-repeat 0 0 / contain;
}
.main-point-list > li:nth-child(3) .main-point-body::after{
	width: 157px;
	height: 141px;
	right: -46px;
	bottom: 85px;
	background: url(/images/default/point3-bg.png) no-repeat 0 0 / contain;
}
.main-point-list > li:nth-child(1) .main-point-body > h3::before{background: url(/images/default/point1.png) no-repeat 0 0 / contain;}
.main-point-list > li:nth-child(2) .main-point-body > h3::before{background: url(/images/default/point2.png) no-repeat 0 0 / contain;}
.main-point-list > li:nth-child(3) .main-point-body > h3::before{background: url(/images/default/point3.png) no-repeat 0 0 / contain;}
.main-point-text {
}


.main-banner{
	max-width: 1080px;
	margin: 100px auto;
}
.main-banner-list{
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: wrap;
	gap: 40px 20px;
}
.main-banner-img img{
	border-radius: 30px;
}

.main-shop-wrap {
	position: relative;
}
.main-shop-wrap::before{
	top: -320px;
	right: -10px;
}
.main-shop-wrap::after{
	bottom: -152px;
	left: 5px;
	transform: scale(-1, 1);
}
.main-shop {
	padding: 140px 0;
	background: url(/images/default/header-bg.jpg) repeat center 0;
	&::before,
	&::after{
		content:"";
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 38px;
		background: url(/images/default/bgt.png) repeat-x center 0;
	}
	&::before{
		top: 0;
		transform: scale(1,-1);
	}
	&::after{
		bottom: 0;
	}
}
.main-shop-title {
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	text-align: center;
}
.main-shop .main-top-text{
	position: relative;
	z-index: 10;
}
.main-shop-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-shop-list{
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.main-shop-list > li{}
.main-shop-img {
	border-radius: 50%;
	overflow: hidden;
}
.main-shop-text {
	position: relative;
	z-index: 5;
	width: 300px;
	height: 70px;
	line-height: 70px;
	margin: -30px auto 0;
	background: url(/images/default/shop-h3.png) no-repeat 0 0 / 100% 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.main-shop-more{
	margin-top: 70px;
	text-align: center;
}

.main-blog {
	position: relative;
	z-index: 10;
	max-width: 1080px;
	margin: 100px auto;
}
.main-blog-title {
	text-align: center;
	margin-bottom: 20px;
}
.main-blog-inner {
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.main-blog-list-item {
	position: relative;
}
.main-blog-list-img {
	margin-bottom: 25px;
	& img{
		border-radius: 30px;
	}
}
.main-blog-list-title {
	margin-bottom: 10px;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	position: absolute;
	top: -4px;
	left: 30px;
	width: 84px;
	height: 88px;
	padding: 15px 4px 0 0;
	text-align: center;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: url(/images/default/date.png) no-repeat 0 0;
}
.main-blog-list-text {
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-more{
	margin-top: 80px;
	text-align: center;
}


.main-con{
	position: relative;
	padding: 159px 0 160px;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
	text-align: center;
	color: #fff;
	&::before{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 38px;
		transform: scale(1,-1);
		background: url(/images/default/bgt.png) repeat-x center 0;
	}
}
.main-con-inner{
	max-width: 1080px;
	margin: 0 auto;
}
.main-con-title{
	margin-bottom: 45px;
}
.main-con-text{
	margin-bottom: 55px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.main-tel{
	margin-bottom: 37px;
}
.main-mail{
	display: flex;
	justify-content: center;
	gap: 10px;
}

/* 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;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	position: relative;
	padding-top: 80px;
	background: url(/images/default/point-bg.jpg) repeat center 0;
	&::before{
		content:"";
		display: block;
		width: 100%;
		height: 38px;
		position: absolute;
		top: -38px;
		left: 0;
		background: url(/images/default/point-bgt.png) repeat-x center 0;
	}
}
#footer-inner {
	width: 1080px;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 45px;
}
.footer-nav-list {
	display: flex;
	justify-content: center;
	gap: 70px;
	color: #fff;
}
.footer-nav li a {
	color: inherit;
}

.footer-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 41px;
	padding: 40px;
	border-radius: 30px;
	background: #fff;
}
.footer-text{
	flex: 0 0 460px;
	& > * + p{
		margin-top: 15px;
	}
	& table{
		margin-top: 30px;
		width: 100%;
		text-align: left;
		font-size: 13px;
	}
	& tr{
		border-bottom: 1px dashed #b2998d;
	}
	& th,
	& td{
		padding: 13px 0;
	}
	& th{
		padding-right: 20px;
		font-weight: bold;
		color: #6fa632;
	}
}
.footer-gmap{
	flex: 0 0 480px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.footer-caution{
	max-width: 962px;
	margin: 0 auto;
	padding: 30px 70px 40px;
	border: 1px dashed #fff;
	border-radius: 30px;
	text-align: left;
	line-height: 1.8;
	font-size: 14px;
	color: #fff;
	& > * + p{
		margin-top: 25px;
	}
}
.footer-caution > h3{
	text-align: center;
	margin-bottom: 25px;

}
.footer-copyright {
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title-wrap{
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 80px;
}
.page-title {
	display: none;
	font-size: 34px;
	font-weight: bold;
	color: #4b3e37;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 20px 25px;
	border-bottom: 1px solid #ccc;
	border-radius: 20px;
	background:	url(/images/default/entry-title-bg.jpg) no-repeat right 20px center,
				url(/images/default/news-bg.jpg) repeat 0 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 2px dashed #b2998d;
	font-size: 20px;
	font-weight: bold;
	color: #4b3e37;
	&::before{
		content: '\f138';
		color: inherit;
		color: #6fa632;
		padding-right: 5px;
		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;
	}
}
.h4, .entry-content h4:not([class]) {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #4b3e37;
	&::before{
		content:"";
		display: block;
		width: 22px;
		height: 14px;
		margin-right: 10px;
		background: url(/images/default/h4.jpg) no-repeat 0 0;
	}
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	color: #6fa632;
	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
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.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 {
}
.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 {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* 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: #6fa632;
	background-color: #6fa632;
	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: #b2998d;
	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: #999999;
	background-color: #6fa632;
	color: #fff;
}
