@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
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: #252525;
}
a {
	color: #f9b420;
	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;
	font-size:1.2rem
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* fixed
------------------------------------------*/
.fixed-btn{
	position: fixed;
	top: calc((220 / 1920) * 100vw);
	right: 0;
	width:calc((60 / 1920) * 100vw);
	z-index: 9999;
}

/* header
------------------------------------------*/
#header {
	background: #fff;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 120px;
	margin: 0 auto;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-description {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 10px;
	color: #bfbfbf;
}
.header-nav {
	text-align: right;
}
.header-tel {
	margin-bottom: 15px;
}
.header-tel p{
	margin-top: .5em;
	font-size: 14px;
	font-weight:bold;
}
.gnav {
}

/* droppy */
.gnav-list {
	display: flex;
	justify-content: flex-end;
	gap: 34px;
	position: relative; text-align: left; zoom: 1; }
.gnav-list li { display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 150%; left: 0; width: 130%; 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: #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: 0 auto 40px;
	width: 100%;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}
.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;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	padding: 0;
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}
.template-type-blog #main {
	float: right;
	width: 800px;
}

img.noimage{
	border: #ccc 1px solid;
}

.main-news {
	margin: 0 auto 60px;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
.main-news h2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 195px;
	width: 244px;
}
.main-news h2 a{
	display: block;
	margin-top: 50px;
}
.main-news-main{
	width: 800px;
	text-align: left;
}
.main-news ul li{
	height: 65px;
	line-height: 65px;
	border-bottom: #dcdcdc 1px solid;
}

.main-news ul li h3{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news ul li h3 span{
	display: inline-block;
	margin-right: 20px;
}
.main-news ul li h3 .cat a{
	display: block;
	height: 24px;
	line-height: 24px;
	min-width: 120px;
	text-align: center;
	padding: 0 1.0em;
	color: #2f4fa8;
	background: #daf2fb;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-news ul li h3 .cat a:hover{
	opacity: .7;
}
.main-news ul li h3  a{
	color: inherit;
}

.main-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 787px;
	background: url(/images/default/main-message-bg.png) no-repeat center center / cover;
}
.main-message h2{
	margin-bottom: 50px;
	font-size: 38px;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main-message h2 span{
	display: block;
	font-size: 24px;
}
.main-message-main{
	margin: 0 auto;
	width: 750px;
}
.main-message .text{
	margin-bottom: 60px;
	font-size: 17px;
	line-height: 2;
}
.main-message .text p:not(:last-child){
	margin-bottom: 50px;
}

.main-reason {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 955px;
	background: url(/images/default/main-reason-bg.png) no-repeat center center / cover;
}
.main-reason h2{
	margin-bottom: 60px;
}
.main-reason-main{
	margin: 0 auto;
	width: 1280px;
}
.main-reason ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.main-reason ul li{
	position: relative;
	padding: 60px 30px;
	background: #fff;
}
.main-reason ul li:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #ffdc14 transparent transparent transparent;
}
.main-reason ul li h3{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.main-reason ul li .image{
	margin-bottom: 30px;
}
.main-reason ul li .text{
	font-size: 16px;
	text-align: left;
}

.main-service{
	margin-bottom: 85px;
}
.main-service h2{
	margin-bottom: 80px;
}
.main-service ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.main-service ul li{
	position: relative;
	width: 100%;
}
.main-service ul li:before{
	display: block;
	content: '';
	padding-top: calc((540 / 960) * 100%);
}
.main-service ul li .image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-service ul li .texts{
	position: absolute;
	top: calc((100 / 1920) * 100vw);
	right: calc((220 / 1920) * 100vw);
	bottom: calc((100 / 1920) * 100vw);
	left: calc((220 / 1920) * 100vw);
	width: calc((520 / 1920) * 100vw);
	height: calc((340 / 1920) * 100vw);
	background: url(/images/default/main-service-frame.png) no-repeat center center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}
.main-service ul li h3{
	margin-bottom: calc((40 / 1920) * 100vw);
	padding-bottom: calc((20 / 1920) * 100vw);
	font-size: calc((32 / 1920) * 100vw);
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border-bottom: #fff 1px solid;
}
.main-service ul li .text{
	margin-bottom: 50px;
	font-size: calc((18 / 1920) * 100vw);
	line-height: 2;
}

.main-property{
	margin-bottom: 100px;
}
.main-property h2{
	margin-bottom: 60px;
}
.main-property-main{
	margin: 0 auto;
	width: 1080px;
}
.main-property ul{
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}
.main-property ul li .image{
	margin-bottom: 25px;
}
.main-property ul li h3{
	margin-bottom: 10px;
}
.main-property ul li h3 a{
	font-size: 16px;
	color: inherit;
	font-weight: 700;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-property ul li .text{
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
}
.main-property ul li .cat{
	text-align: right;
}
.main-property ul li .cat a{
	display: inline-block;
	min-width: 120px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 1.0em;
	color: #2f4fa8;
	font-size: 13px;
	background: #daf2fb;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-property ul li .cat a:hover{
	opacity: .7;
}

.main-column{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 900px;
	background: url(/images/default/main-column-bg.png) no-repeat center center / cover;
}
.main-column h2{
	margin: 0 auto 60px;
	width: 1080px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-column-main{
	margin: 0 auto;
	width: 1180px;
	background: #fff;
	padding: 60px 50px;
}
.main-column ul li{
	padding: 30px 0;
	text-align: left;
	border-bottom: #dcdcdc 1px solid;
}
.main-column ul li:first-child{
	padding-top: 0;
}
.main-column ul li .cat a{
	display: inline-block;
	margin: 0;
	min-width: 120px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 1.0em;
	color: #2f4fa8;
	font-size: 13px;
	background: #daf2fb;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-column ul li .cat a:hover{
	opacity: .7;
}
.main-column ul li h3 a{
	margin: 15px 0;
	color: inherit;
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-column ul li .text{
	font-size: 15px;
}

.main-column .scroll-area,
.main-column .scroll-area .cs-bar,
.main-column .scroll-area .cs-bar-inner {
	height: 490px;
}
.main-column .scroll-area {
	position: relative;
	overflow: hidden;
}
.main-column .scroll-area .cs-content {
	padding-right: 20px;
}
.main-column .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	background: #ebebeb;
}
.main-column .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
}
.main-column .scroll-area .cs-drag {
	background: #2f4fa8;
}

.main-contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 542px;
	background: url(/images/default/main-contact-bg.png) no-repeat center center / cover;
}
.main-contact h2{
	margin-bottom: 50px;
}
.main-contact-main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	width: 935px;
	height: 242px;
}
.main-contact .contact{
	margin-bottom: 50px;
	width: 935px;
	display: flex;
	justify-content: center;
	gap: 11px;
}
.main-contact .contact div:first-child p{
	color: #fff;
	font-size: 12px;
	margin-top: 1.0em;
}
.main-contact .reservation h3{
	margin-bottom: 30px;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.template-type-blog #sidebar {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
	font-weight:bold;
}
.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;*/
	font-size: 18px;
}
.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;*/
	font-size: 16px;
}

.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-map,
.footer-map .googlemap iframe{
	height: 350px;
}
#footer {
	padding-top: 60px;
}
#footer-main {
	margin: 0 auto 80px;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
#footer-main .texts{
	width: 520px;
	padding-left: 60px;
	text-align: left;
}
.footer-logo{
	margin-bottom: 30px;
}
.footer-about{
	margin-bottom: 40px;
	font-size: 15px;
}
.footer-about p:not(:last-child){
	margin-bottom: 1.0em;
}

.footer-links{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.footer-links .sns ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	height: 60px;
}
.footer-links .sns ul li a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.footer-links .sns ul li a.facebook{
	background: #2f4fa8;
}
.footer-links .sns ul li a.instagram{
	background: #1897e0;
}

.footer-nav {
	margin: 0 auto 80px;
	width: 935px;
	display: flex;
	justify-content: space-between;
}
.footer-nav-once{
	position: relative;
}
.footer-nav-once:not(:last-child):before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -80px;
	height: 120px;
	border-right: #dcdcdc 1px solid;
}
.footer-nav li {
	text-align: left;
	line-height: 2.5;
}
.footer-nav li:before{
	content: '\f0da';
	padding: 0 5px 0 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-nav li ul li:before{
	display: none;
}
.footer-nav li a {
	color: #2f4fa8;
	font-weight: 700;
	padding-left: 10px;
}
.footer-nav li ul {
	padding-left: 25px;
}
.footer-nav li ul li{
	line-height: 1.8;
}
.footer-nav li ul li a{
	padding: 0;
	font-weight: 400;
}

.footer-copyright {
	height: 30px;
	line-height: 30px;
	background: #2f4fa8;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 70px;
}
.entry-content {
	line-height: 2;
}


/* heading */
.page-title-area{
	background: url(/images/default/page-title-bg.png) no-repeat center center / cover;
}
.page-title-area-inner{
	margin: 0 auto;
	width: 1080px;
	height: 180px;
}
.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 180px;
	font-size: 32px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 80px 0 25px;
	padding: 26px 18px;
	background: url(/images/default/entry-title-bg.png) no-repeat center center / cover;
	/*font-size: 24px;*/
	font-size: 30px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-title:before, .entry-content h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #ffdc14 transparent transparent transparent;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-title {
	margin-top: 0;
}
.entry-content h3, .h3 {
	position: relative;
	margin: 2.8rem 0 1.8rem 0;
	padding: 10px 0;
	border-bottom: #dcdcdc 3px solid;
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-content h3:before, .h3:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 200px;
	border-bottom: #1897e0 3px solid;
}
.entry-content h4, .h4 {
	margin: 1.8rem 0 1.4rem 0;;
	padding: 0;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-content h4:before, .h4:before {
	content: '\f0da';
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #2f4fa8;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #2f4fa8;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 75px;
	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;
}
.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;*/
	font-size: 1rem;
	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: 18px;
}
.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: #2f4fa8;
	background-color: #2f4fa8;
	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;
}
