@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: #251f18;
}
a {
	color: #c99225;
	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;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	border-top: 4px solid #4fa32f;
}
#header-inner {
	display: flex;
	align-items: center;
	width: 1080px;
	height: 111px;
	margin: 0 auto;
	padding: 26px 0 27px;
	z-index: 20;
}
.header-logo {
	margin-right: auto;
}
.header-con{
	display: flex;
	gap: 16px;
	align-items: center;
	padding-top: 2px;
}
.header-tel {
	line-height: 1;
	text-align: right;
}
.header-tel p{
	font-size: 15px;
	margin-top: 3px;
}
.header-mail {
}
.gnav {
	border-top: 1px solid #eae9df;
}

/* 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:not(:last-child)::after{
	content:"";
	display: block;
	width: 1px;
	height: 30px;
	border-right: 1px dashed #c5bbac;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gnav-list  > li > a{
	padding: 15px 38px;
	font-size: 17px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
	&:hover{
		opacity: 0.7;
	}
}
.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; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1920px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 780px;
}

.main-top {
	padding: 80px 0;
	background: url(/images/default/news-bg.jpg) repeat center 0;
}
.main-top-title {
	margin-bottom: 51px;
	text-align: center;
}
.main-top-inner{
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

/* .main-top-list .slick-slide {
	width: 240px;
	margin: 0 20px;
	text-align: center;
}
.main-top-img{
	background: #fff;
	padding: 3px;
	border: 1px solid #c2bdaf;
}
.main-top-list p {
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
}

.main-top .slick-arrow,
.main-top .slick-arrow::before {
	width: 56px;
	height: 56px;
}
.main-top .slick-arrow {
	position: absolute;
	top: 70px;
}
.main-top .slick-arrow.slick-prev {
	left: calc(50% - 567px);
}
.main-top .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-top-prev.png) no-repeat center center;
}
.main-top .slick-arrow.slick-next {
	right: calc(50% - 567px);
}
.main-top .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-top-next.png) no-repeat center center;
} */

.main-service {
	padding: 126px 0 90px;
	background: url(/images/default/service-bg.jpg) no-repeat center 0;
}
.main-service-title {
	margin-bottom: 28px;
	text-align: center;
}
.main-service-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-service-top {
	position: relative;
	margin-bottom: 40px;
	padding: 50px 150px 55px;
	border-radius: 24px;
	background: #f7f5ec;
	text-align: center;
	& h3{
		font-size: 25px;
		font-weight: bold;
		color: #287b0a;
	}
	& ul{
		display: flex;
		justify-content: center;
		& li{
			&::before{
				content: '\f14a';
				color: #eb6129;
				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;
			}
		}
	}
}
.main-service-top::before,
.main-service-top::after {
	content:"";
	display: block;
	position: absolute;
}
.main-service-top::before{
	width: 250px;
	height: 171px;
	background: url(/images/default/service-icon1.png) no-repeat center 0;
	bottom: 18px;
	left: -113px;
}
.main-service-top::after {
	width: 196px;
	height: 271px;
	background: url(/images/default/service-icon2.png) no-repeat center 0;
	bottom: 0;
	right: -63px;
}
.main-service-list{
	display: flex;
	gap: 36px;
	margin-bottom: 45px;
}
.main-service-title2 {
	margin-bottom: 25px;
}
.main-service-list2 {
	display: flex;
	gap: 24px;
}
.main-service-list li img,
.main-service-list2 li img{
	border-radius: 24px;
}

.main-irai {
	padding: 82px 0 90px;
	background: url(/images/default/irai-bg.jpg) no-repeat center center / cover;
}
.main-irai-title {
	margin-bottom: 28px;
	text-align: center;
}
.main-irai-inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	padding: 50px;
}
.main-irai-inner::before{
	content:"";
	display: block;
	width: 229px;
	height: 363px;
	position: absolute;
	bottom: 0;
	right: -92px;
	background: url(/images/default/irai.png) no-repeat center 0;
}
.main-irai-text ul{
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.main-irai-text li{
	width: 460px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #4fa32f;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-irai-text li strong {
	color: #f7e35a;
}

.main-cost {
	padding: 92px 0 90px;
	border-bottom: 1px solid #fff;
	background: url(/images/default/cost-bg.jpg) repeat center 0;
}
.main-cost-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-cost-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-cost-text {
	background: #fff;
	border-radius: 24px;
}
.main-cost-title2 {
	text-align: center;
}
.main-cost-text > div{
	padding: 40px 60px;
}
.main-cost-text p {
	margin-bottom: 5px;
}
.main-cost-text > div h4 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #c5bbac;
	font-size: 22px;
	font-weight: bold;
	color: #544031;
}

.cost2{
	position: relative;
	margin-top: 30px;
}
.cost2::after{
	content: "";
	display: block;
	width: 186px;
	height: 219px;
	background: url(/images/default/cost-icon.png) no-repeat center 0;
	position: absolute;
	bottom: 60px;
	left: -34px;
}

.main-about {
	padding: 76px 0 90px;
	background: #dff1c6;
}
.main-about-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-about-title {
	text-align: center;
}
.main-about-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}
.main-about-list > li{}
.main-about-title2{
	padding: 15px 0;
	background: #4fa32f;
	border-radius: 24px 24px 0 0;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-about-text {
	padding: 10px 15px 20px;
	background: #fff;
	border: 10px solid #4fa32f;
	border-top: none;
	border-radius: 0 0 24px 24px;
}
.main-about-more {
	margin-top: 30px;
	text-align: center;
}

.main-gallery {
	max-width: 1080px;
	margin: 90px auto;
}
.main-gallery-title {
	margin-bottom: 41px;
	text-align: center;
}
.main-gallery-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	position: relative;
	margin-bottom: 15px;
}
.main-gallery-list-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}
.main-gallery-list-cat a {
	display: block;
	min-width: 100px;
	padding: 5px 12px;
	background: #9ecf3f;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-gallery-list-cat a:hover{
	opacity: .7;
}
.main-gallery-list-date{
	font-size: 15px;
	color: #c99225;
}
.main-gallery-list-title > a {
	color: inherit;
}
.main-gallery-more {
	margin-top: 20px;
	text-align: center;
}

.main-recruit {
	position: relative;
	background: #dff1c6;
}
.main-recruit-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 55px;
	align-items: center;
	padding: 50px;
	max-width: 1080px;
	margin: 0 auto;
}
.main-recruit-text {
	order: -1;
	flex: 0 0 540px;
}
.main-recruit-title {
	margin-bottom: 25px;
}
.main-recruit-img {
	margin-right: -370px;
}
.main-recruit-img img{
	width: 100%;
	height: 100%;
	border-radius: 24px;
	object-fit: cover;
}
.main-recruit-text h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #544031;
}
.main-recruit-text ul {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.main-blog{
	max-width: 1080px;
	margin: 87px auto 90px;
}
.main-blog-title{
	margin-bottom: 20px;
	text-align: center;
}
.main-blog-text{
	margin-bottom: 25px;
	text-align: center;
}
.main-blog-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 40px;
}
.main-blog-list > li:nth-child(even){
	padding-top: 10px;
}
.main-blog-more{
	margin-top: 30px;
	text-align: center;
}


.main-news {
	padding: 60px 0;
	background: url(/images/default/news-bg.jpg) repeat center 0;
}
.main-news-inner {
	max-width: 1080px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}
.main-news-title {
	background: #4fa32f;
	padding: 18px 31px;
}
.main-news-list {
	padding: 19px 40px 40px;
}
.main-news-list-item {
	padding: 12px 0;
	border-bottom: 1px dashed #c5bbac;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-size: 17px;
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	display: inline-block;
	margin-right: 15px;
	color: #c99225;
}
.main-news-list-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-more {
	position: absolute;
	top: 18px;
	right: 20px;
}
.main-news .scroll-area{
	max-height: 100px;
}

.main-area {
	max-width: 1080px;
	margin: 60px auto 90px;
}
.main-area-title {
	text-align: center;
}
.main-area-top{
	margin: 20px 0;
	text-align: center;
}
.main-area-inner {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	border-radius: 24px;
	background: #bfe29a;
}
.main-area-img img{
	background: #fff;
	padding: 5px;
}
.main-area-text {
	order: -1;
	flex: 0 0 440px;
	margin-right: 30px;
}

.main-con {
	padding: 90px 0;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
}
.main-con-title {
	margin-bottom: 41px;
	text-align: center;
}
.main-con-inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 24px;
	background: #fff;
}
.main-con-inner::before {
	content:"";
	display: block;
	width: 387px;
	height: 276px;
	position: absolute;
	top: -16px;
	right: 38px;
	background: url(/images/default/con.png) no-repeat 0 0;
}
.main-con-text {
	width: 590px;
	margin-bottom: 20px;
	text-align: center;
}
.main-con-more{
	position: relative;
	z-index: 5;
	width: 850px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-tel{
	font-size: 15px;
	text-align: right;
}
.main-mail{
	display: flex;
	gap: 6px;
}


/* 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 {
	padding: 60px 0 141px;
	background: #dff1c6;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1080px;
	margin: 0 auto;
}

.footer-left{
	flex: 0 0 271px;
	text-align: left;
}
.footer-logo{
	margin-bottom: 25px;
}
.footer-copyright {
	margin-top: 20px;
	font-size: 12px;
	color: #849b65;
}

.footer-gmap{
	flex: 0 0 700px;
	height: 100%;
	min-height: 330px;
}
.footeer-gmap iframe{
	height: 100%;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #4fa32f;
	z-index: 20;
}
.pagetop-btn-wrap > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
	padding: 9px 0;
}
.fix-con{
	display: flex;
	align-items: center;
	/* padding: 7px 10px; */
	padding-right: 10px;
	background: #fff;
	border-radius: 10px;
}
.fix-title{
	margin-right: 18px;
}
.fix-tel{
	width: 360px;
	margin-right: 14px;
}
.fix-time{
	text-align: right;
	font-size: 13px;
}
.fix-mail{
	display: flex;
	gap: 7px;
}
/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {}


/* heading */
.page-title-wrap {
	padding: 70px 0;
	background: #d2e8b4;
}
.page-title {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 27px;
	font-weight: bold;
	color: #544031;
}
.entry-title, .entry-content h2:not([class]) {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
	padding: 15px;
	background: #4fa32f;
	border-radius: 24px 24px 0 0;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	&::before{
		content: '\f192';
		color: #f7e35a;
		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;
	}
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	display: flex;
	align-items: center;
	margin: 2.4rem 0 1.5rem 0;
	padding: 5px;
	border-bottom: 3px solid #f59c32;
	font-size: 23px;
	font-weight: bold;
	color: #544031;
	&::before{
		content: '\f192';
		color: #f58032;
		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;
	}
}
.h4, .entry-content h4:not([class]) {
	display: flex;
	align-items: center;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	&::before{
		content: '\f138';
		color: #9ecf3f;
		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;
	}
}
.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: 10px 0 30px;
	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 {
}
.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 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
	flex: 1 0 420px;
	text-align: center;
}
.gallery-detail-sub {
	flex: 0 0 620px;
}
.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: #f58032;
	background-color: #f58032;
	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: #4fa32f;
	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: #f58032;
	color: #fff;
}
