@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	color: #212121;
}
a {
	color: #ffa700;
	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;
}


/* float-btn
------------------------------------------*/
#float-btn{
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 99999;
}
#float-btn ul li{
	margin-bottom: -10px;
}

/* header
------------------------------------------*/
#header {
	background: #fff;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 104px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 11px;
	color: #989898;
}
.header-logo {
	position: absolute;
	top: 26px;
	left: 3px;
}
.header-btn{
	position: absolute;
	top: 46px;
	right: 0;
}
.header-btn ul{
	display: flex;
	justify-content: flex-end;
}
.header-btn ul li{
	margin-left: 8px;
}
.header-tel {
	position: absolute;
	top: 52px;
	right: 10px;
}
.header-mail {
	position: absolute;
	top: 55px;
	right: 0;
}
/* gnav
------------------------------------------*/
#gnav-wrapper{
	width: 100%;
	z-index: 9999;
	background: #fff;
}
#gnav-wrapper.fixed{
	position: fixed;
	top: 0px;
	width: 100%;
	background: rgba(255,255,255,.95);
}
.gnav {
	margin: 0 auto;
	padding: 18px 0;
	width: 1080px;
	height: 56px;
}

/* droppy */
.gnav-list {
	position: relative;
	zoom: 1;
	display: flex;
	justify-content: space-between;
}
.gnav-list li { 
	display: block;
	position: relative;
	z-index: 1000;
	padding: 0 30px;
	line-height: 20px;
	border-left: #dcdcdc 1px solid;
}
.gnav-list li:last-child{
	border-right: #dcdcdc 1px solid;
}
.gnav-list a{
	color: inherit;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list a:hover{
	opacity: .7;
}
.gnav-list ul { display: none; position: absolute; top: 36px; left: 0; width: 150%; background: rgba(255,255,255,.9); }
.gnav-list ul li { float: none; text-align: left; padding: 0; }
.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: #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;
	width: 100%;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}



/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}
.template-type-blog #main {
	float: right;
	width: 800px;
}

.main-news-wrapper{
	position: relative;
	margin: -16px 0 100px;
	padding: 40px 0 50px;
	background: url(/images/default/common-bg.png) no-repeat center 0 / cover;
}
.main-news-wrapper:before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 10px;
	background: url(/images/default/common-bg01.png) no-repeat center 0 / cover;
}
.main-news-wrapper:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	height: 10px;
	background: url(/images/default/common-bg02.png) no-repeat center 0 / cover;
}
.main-news{
	margin: 0 auto;
	padding: 40px;
	width: 1080px;
	height: 240px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
}
.main-news h2{
	position: relative;
	width: 185px;
	height: 160px;
	text-align: left;
	border-right: #ededed 2px solid;
}
.main-news h2 a{
	position: absolute;
	left: 2px;
	bottom: 11px;
}
.main-news-main{
	width: 765px;
	text-align: left;
}
.main-news ul li{
	padding: 18px 0;
	border-bottom: #cecece 1px dotted;
}
.main-news ul li:first-child{
	padding-top: 8px;
}
.main-news ul li:last-child{
	padding-bottom: 8px;
	border: none;
}
.main-news ul li h3{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
}
.main-news ul li h3 .date{
	margin-right: 30px;
}
.main-news ul li h3 a{
	color: inherit;
}

.main-features{
	margin: 0 auto 70px;
	width: 1080px;
	background: url(/images/default/main-features-bg.png) no-repeat center 50px;
}
.main-features h2{
	margin-bottom: 40px;
}
.main-features .text{
	font-size: 15px;
	margin-bottom: 1.5em;
	line-height: 2;
}
.main-features ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-features ul li{
	margin-bottom: 40px;
}
.main-features ul li:nth-child(2),
.main-features ul li:nth-child(5){
	margin-top: 20px;
}

.main-service{
	margin-bottom: 70px;
	padding: 50px 0 110px;
	background: #f6f6f6;
}
.main-service h2{
	margin-bottom: 50px;
}
.main-service-main{
	position: relative;
	margin: 0 auto;
	max-width: 1500px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: calc((50 / 1920) * 100vw);
}
.main-service-once{
	position: relative;
	width: 100%;
}
.main-service-once:before{
	display: block;
	content: '';
	padding-top: calc((610 / 1500) * 100%);
}
.main-service-once .text-area{
	position: absolute;
	top: calc((70 / 1920) * 100vw);
	bottom: calc((70 / 1920) * 100vw);
	left: 0;
	padding: calc((80 / 1920) * 100vw) calc((56 / 1920) * 100vw);
	width: calc((560 / 1500) * 100%);
	background: #fff;
	z-index: 10;
	-webkit-border-radius: calc((8 / 1920) * 100vw);
	-moz-border-radius: calc((8 / 1920) * 100vw);
	border-radius: calc((8 / 1920) * 100vw);
}
.main-service-once:nth-child(even) .text-area{
	right: 0;
	left: auto;
}
.main-service-once .text-area h3{
	margin-bottom: calc((40 / 1920) * 100vw);
	padding-bottom: calc((40 / 1920) * 100vw);
	font-size: calc((30 / 1920) * 100vw);
	font-weight: bold;
	background: url(/images/default/main-service-header-bg.png) no-repeat center bottom;
}
.main-service-once .text-area .text{
	font-size: calc((15 / 1920) * 100vw);
	line-height: 2;
	margin-bottom: 3.0em;
	text-align: left;
}
.main-service-once .text-area .btns{
	margin: 0 auto;
	width: calc((350 / 1920) * 100vw);
}
.main-service-once .text-area .btns-double{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: calc((8 / 1920) * 100vw);
}
.main-service-once .text-area .btns div a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 52px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	color: #fff;
	font-size: 15px;
	background: #ffa500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-service-once .text-area .btns div a:hover{
	opacity: .7;
}
.main-service-once .image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc((1050 / 1500) * 100%);
	-webkit-border-radius: calc((8 / 1920) * 100vw);
	-moz-border-radius: calc((8 / 1920) * 100vw);
	border-radius: calc((8 / 1920) * 100vw);
	overflow: hidden;
}
.main-service-once:nth-child(even) .image{
	right: auto;
	left: 0;
}

.main-category{
	margin: 0 auto 160px;
	max-width: 1500px;
}
.main-category h2{
	margin-bottom: 50px;
}
.main-category ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: calc((30 / 1500) * 100%);
}

.main-records{
	padding-bottom: 72px;
	margin-bottom: 110px;
	background: url(/images/default/main-records-bg.png) no-repeat center 0 / cover;
}
.main-records h2{
	margin-bottom: 55px;
}
.main-records h2 img{
	margin-top: -28px;
}
.main-records-main{
	margin: 0 auto;
	width: 1080px;
}
.main-records-main ul{
	margin-bottom: 50px;
}
.main-records-main ul li{
	display: inline-block;
}
.main-records-main ul li .image{
	margin-bottom: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.main-records-main ul li h3{
	padding-right: .5em;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: .3em;
}
.main-records-main ul li h3 a{
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-records-main ul li .date{
	text-align: left;
	font-size: 11px;
}

/* Arrows */
.main-records-carousel .slick-prev,
.main-records-carousel .slick-next{
	top: 100px;
	width:  45px;
	height: 45px;
}
.main-records-carousel .slick-prev{
	left: -75px;
}
.main-records-carousel .slick-next{
	right: -75px;
}
.main-records-carousel .slick-prev::before,
.main-records-carousel .slick-next::before{
	width:  45px;
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffa500;
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-records-carousel .slick-prev::before{
	content: '\f104';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-records-carousel .slick-next::before{
	content: '\f105';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-records-carousel .slick-prev:hover,
.main-records-carousel .slick-next:hover{
	opacity: .75;
}

.main-banner{
	margin: 0 auto 176px;
	width: 1080px;
}
.main-banner ul{
	display: flex;
	justify-content: space-between;
}

.main-blog-wrapper{
	padding-bottom: calc((120 / 1920) * 100vw);
	position: relative;
}
.main-blog-wrapper:before{
	display: block;
	content: '';
	position: absolute;
	top: calc((60 / 1920) * 100vw);
	left: 0;
	bottom: 0;
	width: calc((685 / 1920) * 100vw);
	background: #f6f6f6;
}
.main-blog{
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}
.main-blog h2{
	position: relative;
	width: calc((460 / 1920) * 100vw);
	height: calc((362 / 1920) * 100vw);
	text-align: right;
}
.main-blog h2 a{
	position: absolute;
	bottom: calc((100 / 1920) * -100vw);
	right: calc((108 / 1920) * 100vw);
	width: calc((140 / 1920) * 100vw);
}
.main-blog h2 img{
	width: calc((305 / 1920) * 100vw);
}
.main-blog-main{
	width: calc((1400 / 1920) * 100vw);
}
.main-blog ul{
	margin-right: calc((300 / 1920) * -100vw);
}
.main-blog ul li{
	margin-right: calc((40 / 1920) * 100vw);
}
.main-blog ul li .image{
	margin-bottom: calc((20 / 1920) * 100vw);
	-webkit-border-radius: calc((8 / 1920) * 100vw);
	-moz-border-radius: calc((8 / 1920) * 100vw);
	border-radius: calc((8 / 1920) * 100vw);
	overflow: hidden;
}
.main-blog ul li h3{
	margin-bottom: .5em;
	text-align: left;
	font-size: calc((15 / 1920) * 100vw);
}
.main-blog ul li h3 a{
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog ul li .date{
	text-align: left;
	font-size: calc((12 / 1920) * 100vw);
}


/* Arrows */
.main-blog-carousel .slick-prev,
.main-blog-carousel .slick-next{
	top: auto;
	bottom: calc((62 / 1920) * -100vw);
}
.main-blog-carousel .slick-prev{
	left: 0;
}
.main-blog-carousel .slick-next{
	left: calc((108 / 1920) * 100vw);
}
.main-blog-carousel .slick-prev::before,
.main-blog-carousel .slick-next::before{
	color: #ffa500;
	font-size: calc((45 / 1920) * 100vw);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-carousel .slick-prev::before{
	content: '\f104';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-blog-carousel .slick-next::before{
	content: '\f105';
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-blog-carousel .slick-prev:hover,
.main-blog-carousel .slick-next:hover{
	opacity: .75;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.template-type-blog #sidebar {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
}

/* footer
------------------------------------------*/
.footer-contact-wrapper{
	position: relative;
	margin-top: 148px;
	padding: 86px 0 67px;
	background: url(/images/default/common-bg.png) no-repeat center center / cover;
}
.footer-contact-wrapper:before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 10px;
	background: url(/images/default/common-bg01.png) no-repeat center 0 / cover;
}
.footer-contact{
	margin: 0 auto;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
.footer-contact h2{
	position: relative;
	width: 296px;
	height: 153px;
	text-align: left;
	border-right: #fbcf7a 2px solid;
}
.footer-contact h2 span{
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 14px;
}
.footer-contact-main{
	width: 688px;
}
.footer-contact-main .tel{
	/*margin-bottom: 15px;*/
	text-align: right;
	margin-top: 40px;
}
.footer-contact-main .btns ul{
	display: flex;
	justify-content: space-between;
}
.footer-map,
.footer-map .googlemap iframe{
	height: 420px;
}


#footer {
	background: url(/images/default/common-bg.png) no-repeat center center / cover;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 70px 0 80px;
	margin: 0 auto;
}
.footer-infoarea{
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.footer-info{
	width: 500px;
	text-align: left;
}
.footer-logo{
	margin-bottom: 40px;
}
.footer-about{
	line-height: 2;
}
.footer-nav{
	width: 550px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	line-height: 3;
}
.footer-nav a{
	color: #000;
	font-size: 14px;
}

.footer-nav ul li ul{
	padding-left: 10px;
}
.footer-nav ul li ul li a{
	color: #fff;
}
.footer-banner{
	margin-bottom: 60px;
}
.footer-banner ul{
	display: flex;
	justify-content: space-between;
}

.footer-copyright {
	text-align: center;
	font-size: 11px;
	color: #9c6500;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 20;
}
.pagetop-btn{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #fc0;
    border-radius: 50%;
    font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.pagetop-btn:hover{
	opacity: .7;
	text-decoration: none;
    color: #fff;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title-area{
	background: url(/images/default/page-title-bg.png) no-repeat center 0 / cover;
}
.page-title-area-inner{
	margin: 0 auto;
	width: 1080px;
	height: 300px;
}
.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 300px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 20px 20px 20px 60px;
	border-bottom: 2px solid #ffa700;
	background: url(/images/default/entry-title-bg.png) no-repeat 0 50%;
	font-size: 23px;
	font-weight: bold;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 0 0 25px;
	padding: 14px 20px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/default/entry-h3-bg.png) repeat-y 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-content h4, .h4 {
	position: relative;
	margin: 0 0 25px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffa700;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ffa700;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.bread-area{
	position: relative;
	margin: -4px 0 100px;
	background: url(/images/default/common-bg.png) no-repeat center 0 / cover;
}
.bread-area a{
	color: #fff;
}
.bread-area:before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 10px;
	background: url(/images/default/common-bg01.png) no-repeat center 0 / cover;
}
.bread-area:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	height: 10px;
	background: url(/images/default/common-bg02.png) no-repeat center 0 / cover;
}
.bread-area-inner{
	margin: 0 auto;
	width: 1080px;
	height: 50px;
	line-height: 50px;
}

.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 11px;
}
.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;
}
.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: #202020;
	background-color: #2e2e2e;
	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: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
