@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	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: #383737;
}
a {
	color: #22bab1;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

/* 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 #2896ea;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	width: 1081px;
	height: 140px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 9px;
	color: #aaa;
}
.header-inner2{
	margin-left: -1px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {

}
.header-tel-wrap {
	margin-left: auto;
}
.header-tel{
	margin-top: 5px;
}
.header-mail {

}
.gnav {
	position: absolute;
	top: 116px;
	left: 0;
}

/* 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: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #41abee; color: #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;
	margin: 30px auto 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100vw;
}

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

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 70px;
	height: 70px;
	opacity: 1;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 15%;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slide-arrow-before.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 15%;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slide-arrow-after.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: 1082px;
	margin: 0 auto;
}
.home #content-inner {
	width: 100%;
}

#main {
	text-align: left;
}

.line-btn{
	position: fixed;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1000;
}

/* お知らせ */
.main-news {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	background: url(/images/default/main-news-bg.png) repeat center center / cover;
}
.main-news-title {
	margin-left: 35px;
}
.main-news-inner {
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-news-list {
	width: 800px;
	padding: 10px 0;
	background: #fff;
	border-radius: 7px;
}
.main-news-list-item {
	padding: 6px 0;
	font-size: 13px;
}
.main-news-list-title {
	margin: 0 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: inherit;
}
.main-news-list-date {
	margin-right: 10px;
}
.main-news-list-cat {
	display: inline-block;
	margin: 0 30px;
	border: 1px solid #419eeb;
	border-radius: 5px;
	padding: 2px 10px 0;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #419eeb;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-news .scroll-area{
	max-height: 100px;
}

/* こんなお悩みありませんか？ */
.main-trouble{
	padding-top: 80px;
	background: url(/images/default/main-trouble-bg.png) repeat center center;
}
.main-trouble-title{
	text-align: center;
}

/* メーカーのお見積もりより安くできます！ */
.main-quotation{
	position: relative;
	padding-top: 69px;
	background: url(/images/default/main-quotation-bg.png) repeat-x center center / contain;
}
.main-quotation::before{
	content: '';
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/images/default/main-quotation-arrow.png) no-repeat center center;
}
.main-quotation-title{
	text-align: center;
	margin-bottom: 50px;
}
.main-quotation p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.main-quotation p strong{
	color: #f3d133;
}
.main-quotation-inner{
	position: relative;
	width: 850px;
	margin: 60px auto 0;
	padding-bottom: 100px;
}
.main-quotation-inner::before{
	content: '';
	position: absolute;
	width: 162px;
	height: 270px;
	bottom: 0;
	left: 0;
	transform: translateX(-121%);
	background: url(/images/default/main-quotation-image1.png) no-repeat center center;
}
.main-quotation-inner::after{
	content: '';
	position: absolute;
	width: 138px;
	height: 241px;
	bottom: 0;
	right: 0;
	transform: translateX(128%);
	background: url(/images/default/main-quotation-image2.png) no-repeat center center;
}
.main-quotation-tel-wrap{
	width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-quotation-line{
	margin-top: 30px;
	text-align: center;
}

/* お客様に選ばれ続ける３つの理由 */
.main-point{
	padding: 74px 0 100px;
}
.main-point-title{
	text-align: center;
	margin-bottom: 108px;
}
.main-point-inner{
	width: 1080px;
	margin: auto;
}
.main-point-list{
	display: flex;
	justify-content: space-between;
}
.main-point-list li{
	width: 340px;
}
.main-point-subtitle{
	position: relative;
}
.main-point-label{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60%);
}
.main-point-list-inner{
	border: 2px solid #41abee;
	border-radius: 0 0 10px 10px;
	padding: 0 18px 30px;
	min-height: 400px;
}
.main-point-image{
	margin: 18px 0 30px;
	text-align: center;
}
.main-point-text{
}

/* サービス紹介 */
.main-service{
	padding: 90px 0;
	background: url(/images/default/main-service-bg.png) no-repeat center center / cover;
}
.main-service-title{
	text-align: center;
	margin-bottom: 80px;
}
.main-service-inner{
	width: 1080px;
	margin: auto;
}
.main-service-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.main-service-list li:last-child{
	margin-bottom: 0;
}
.main-service-list li:nth-child(2n){
	flex-direction: row-reverse;
}
.main-service-list li:nth-child(2n) .main-service-image{
	margin-right: -100px;
}
.main-service-image{
	margin-left: -100px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	border-radius: 10px;
}
.main-service-image img{
	border-radius: 10px;
	width: 660px;
	height: 400px;
	object-fit: cover;
}
.main-service-list-inner{
	width: 460px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px;
}
.main-service-subtitle{
	margin-bottom: 40px;
}
.main-service-text{
	margin-bottom: 60px;
}

/* 施工事例・お客様の声 */
.main-gallery{
	padding: 80px 0;
	background: url(/images/default/main-gallery-bg.png) no-repeat center center / cover;
}
.main-gallery-title{
	text-align: center;
	margin-bottom: 60px;
}
.main-gallery-inner{
	width: 1020px;
	margin: auto;
}
.main-gallery-list li{
	width: 300px;
}
.main-gallery-list-img{
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	margin-bottom: 28px;
	overflow: hidden;
	width: 300px;
	height: 250px;
}
.main-gallery-list-img img{
	margin: auto;
	background: #fff;
	width: 288px;
	height: 238px;
	object-fit: cover;
	margin-top: 5px;
}
.main-gallery-list-title{
	color: #4c6ca5	;
	position: relative;
	margin-bottom: 15px;
	width: 300px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-list-title::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(/images/default/main-gallery-arrow.png) no-repeat center center;
	width: 14px;
	height: 14px;
}
.main-gallery-list-text{
	padding-top: 20px;
	border-top: 2px solid #d5dbe1;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 300px;
}
.main-gallery-more {
	text-align: center;
	margin-top: 60px;
}

/* 施工事例・お客様の声 aroow */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 70px;
	height: 70px;
	opacity: 1;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 27%;
	margin-top: -15px;
}
.main-gallery .slick-arrow.slick-prev {
	left: -108px;
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slide-arrow-before.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: -92px;
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slide-arrow-after.png) no-repeat center center;
}

/* スタッフブログ */
.main-blog {
	padding: 80px 0;
}
.main-blog-title {
	text-align: center;
	margin-bottom: 50px;
}
.main-blog-inner {
	width: 1080px;
	margin: auto;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.main-blog-list-item {
	margin-bottom: 10px;
	width: 250px;
}
.main-blog-list-img {
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	margin-bottom: 15px;
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.main-blog-list-img img{
	background: #fff;
	width: 238px;
	margin: 5px;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	color: #4c6ca5;
	font-size: 17px;
}
.main-blog-list-item-inner{
	display: flex;
	justify-content: space-between;
}
.main-blog-list-date {
	margin: 2px 10px 0 0;
	font-size: 13px;
	color: #a5a5a5;
}
.main-blog-list-cat {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #2896ea;
	border-radius: 5px;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #2896ea;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	margin-top: 10px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-more {
	text-align: center;
	margin-top: 50px;
}

/* 対応エリア */
.main-area{
	padding: 60px 0;
	background: url(/images/default/main-area-bg.png) no-repeat center center / cover;
}
.main-area-inner{
	width: 1080px;
	margin: auto;
	padding: 11px 50px 25px 70px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.main-area-title{
	width: 360px;
	margin-top: 70px;
	padding-bottom: 24px;
}
.main-area-inner2 p{
	border-top: 3px solid #d5dbe1;
	padding-top: 40px;
	margin-left: 10px;
	line-height: 2.2;
	font-size: 18px;
}
.main-area-inner2 strong{
	color: #174a95;
}
/* お気軽にお問い合わせ下さい */
.footer-con{
	margin-bottom: 70px;
	padding: 99px 0 100px;
	background: url(/images/default/footer-con-bg.png) no-repeat center center / cover;
}
.footer-con-title{
	text-align: center;
	margin-bottom: 70px;
}
.footer-con-inner{
	width: 870px;
	margin: auto;
}
.footer-con-tel-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.footer-con-line{
	margin-top: 30px;
}


/* 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-bottom: 40px;
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}
#footer-inner{
	width: 1080px;
	margin: auto;
}
.footer-inner2 {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-inner3{
	width: 537px;
	position: relative;
}
.footer-inner3::after{
	content: '';
	width: 1px;
	height: 200px;
	background: #acd7f9;
	position: absolute;
	top: 0;
	right: 0;
}
.footer-logo{
	text-align: left;
	margin-bottom: 36px;
}
.footer-about{
	margin-left: 64px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.footer-nav {
	margin-bottom: 20px;
	font-size: 14px;
	display: flex;
	text-align: left;
}
.footer-nav li {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.footer-nav-list{
	margin-right: 130px;
}
.footer-nav li:before {
	content: '\f0da';
	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;
	color: #66d8d1;
}
.footer-nav li .children li{
	margin: 10px 0 0 10px;
}
.footer-nav li .children li:before {
	content: '\f0da';
	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;
	color: #fff;
}
.footer-nav li a {
	color: inherit;
}


.footer-copyright {
	text-align: right;
	margin-top: 50px;
	font-size: 11px;
	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 {
	margin: 30px 0 30px 0;
	padding: 80px 15px;
	background: url(/images/default/h1-bg.png) no-repeat center center / cover;
	font-size: 32px;
	font-weight: bold;
	color: #4669a5;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 20px 40px;
	background: url(/images/default/h2-bg.png) no-repeat center bottom;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.entry-title::before{
	content: '';
	position: absolute;
	width: 56px;
	height: 67px;
	top: 0;
	left: 0;
	transform: translateY(-55%);
	background: url(/images/default/h2-bg2.png) no-repeat center center;
}
.template-type-blog .entry-title, .entry-content h2 {
	padding: 20px 40px;
	background: url(/images/default/h2-bg.png) no-repeat center center / cover;
	font-size: 23px;
	border-radius: 5px;
}
.entry-content h2::before {
	content: '';
	position: absolute;
	width: 56px;
	height: 67px;
	top: 0;
	left: 0;
	transform: translateY(-55%);
	background: url(/images/default/h2-bg2.png) no-repeat center center;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 5px 15px 25px;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	color: #1e4c99;
	border-bottom: 3px solid #acd7f9;
}
.entry-content h3::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	background: url(/images/default/main-gallery-arrow.png) no-repeat center center;
	width: 14px;
	height: 14px;
}
.entry-content h4, .h4 {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4:before {
	content: '\f0da';
	padding: 0 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #66d8d1;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	margin-bottom: 100px;
}
.breadcrumb {
	justify-content: flex-start;
	margin: -20px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	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;
	color: #66d8d1;
}


/* 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;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/
.template-type-blog #main {
	float: right;
	width: 800px;
}
.blog-nav-group{
	width: 220px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding: 0 0 5px 20px;
	border-bottom: 3px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.blog-nav-title::after{
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	background: url(/images/default/main-gallery-arrow.png) no-repeat center center;
	width: 14px;
	height: 14px;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 1.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; */

	content: '\f0da';
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #66d8d1;
}
.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: #41abee;
	background-color: #41abee;
	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: #219ae8;
	background-color: #fff;
	color: #219ae8;
}

.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: #9e9e9e;
	color: #fff;
}
