@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: #333;
}
a {
	color: #eeae00;
	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 {}
#header-inner {
	position: relative;
	width: 1080px;
	height: 116px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 140px;
	font-size: 11px;
	color: #333;
}
.header-logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.header-form {
	position: absolute;
	top: 0;
	right: 0;
}
.header-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: flex-start; /* flex-end center nowrap space-between space-around */
}
.header-form-list li {}
.header-form-list li:not(:last-child) { margin-right: 20px; }

.gnav {
	position: absolute;
	top: 56px;
	right: -20px;
}

/* 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: #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 80px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
	min-width: 1080px;
}

/* 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: 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;
}
/* arrows */
.main-blog .slick-arrow,
.main-blog .slick-arrow::before {
	width: 62px;
	height: 62px;
}
.main-blog .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -31px;
}
.main-blog .slick-arrow.slick-prev {
	left: -70px;
}
.main-blog .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slide-arrow.png) no-repeat center center;
}
.main-blog .slick-arrow.slick-next {
	right: -70px;
}
.main-blog .slick-arrow.slick-next::before {
	content: "";
	transform: rotate( -180deg );
	background: url(/images/default/slide-arrow.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 {
	text-align: left;
	line-height: 2;
}

.home #main,
.home #content-inner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}

.template-type-blog #main {
	float: right;
	width: 800px;
}

.main-news-wrap {
}
.main-news {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	z-index: 50;
	width: 1080px;
	height: 90px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #fff;
	border-radius: 10px;
}
.main-news-inner {
	position: relative;
	padding: 0 160px;
	text-align: left;
	line-height: 2;
}
.main-news-title {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.main-news-list {
}
.main-news-list-item {
	padding: 6px 0;
	font-size: 13px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	color: #818181;
	margin-right: 10px;
}
.main-news-list-cat {
	display: none;
	/* display: inline-block; */
	margin-right: 10px;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.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-free 下にまとめる */

.main-worries {
	padding: 50px 0 60px;
	background:
	url(/images/default/main-worries-bg.png) no-repeat bottom center / auto auto,
	url(/images/default/bg01.png) repeat top left;
}
.main-worries-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-worries-title {
	margin-bottom: 80px;
	text-align: center;
}
.main-worries-text {
	margin-bottom: 80px;
	text-align: center;
}
.main-worries-text p {
	margin-bottom: 5px;
}
.main-worries-text02 {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 30px 60px;
	background: #fff;
	border: 8px #efb722 solid;
}
.main-worries-text02:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	transform: translate(0, -50%);
	width: 76px;
	height: 76px;
	background: url(/images/default/main-worries-icon.png) no-repeat top left / 100% auto;
	z-index: 10;
}
.main-worries-text02 p {
	color: #141414;
	font-size: 22px;
	font-weight: bold;
}

.main-contents {
	padding: 70px 0 70px;
	background: url(/images/default/bg02.png) repeat top left;
}
.main-contents-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-contents-list {}
.main-contents-list-item {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: space-around; /* flex-end center nowrap space-between space-around */
}
.main-contents-list-item:nth-child(even) {
	flex-direction: row-reverse; /*row-reverse column-reverse*/
}
.main-contents-list-item:not(:last-child) { margin-bottom: 30px; }
.main-contents-list-img {}
.main-contents-list-item:nth-child(odd) .main-contents-list-img { margin-left: -260px; }
.main-contents-list-item:nth-child(even) .main-contents-list-img { margin-right: -260px; }
.main-contents-list-img img {}
.main-contents-list-textbox {
	margin-top: -460px;
	padding: 60px;
	background: #fff;
	border-radius: 10px;
}
.main-contents-list-item:nth-child(odd) .main-contents-list-textbox { margin-right: -400px; }
.main-contents-list-item:nth-child(even) .main-contents-list-textbox { margin-left: -400px; }
.main-contents-list-title {
}
.main-contents-list-title img {}
.main-contents-list-sub {
	margin-bottom: 30px;
	color: #0a429f;
	font-size: 22px;
	font-weight: bold;
}
.main-contents-list-text {
	font-size: 17px;
	font-weight: bold;
}
.main-contents-list-text p {}
.main-contents-list-text ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0;
}
.main-contents-list-text li {}
.main-contents-list-text li:before {
	content: '\f00c';
	color: #2c54a6;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-contents-list-more {
	margin-top: 30px;
	text-align: right;
}

.main-point {
	padding: 70px 0 70px;
	background: #e9f1ff;
}
.main-point-title {
	margin-bottom: 44px;
	text-align: center;
}
.main-point-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-point-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 20px;
}
.main-point-list-item {
	position: relative;
	padding: 30px 30px 40px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.main-point-list-img {
	margin-bottom: 20px;
}
.main-point-list-img img {}
.main-point-list-title {
	margin-bottom: 4px;
	color: #0a429f;
	font-size: 27px;
	font-weight: bold;
}
.main-point-list-text {
	color: #333;
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}
.main-point-list-text p {}
.main-point-list-item a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-point-list-item a:hover {
	background: rgba(255,255,255,0.2);
}
.main-point-more {
	margin-top: 50px;
	text-align: center;
}

.main-gallery {
	padding: 70px 0 70px;
}
.main-gallery-title {
	margin-bottom: 35px;
	text-align: center;
}
.main-gallery-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-gallery-list {
}
.main-gallery-list-item {
	width: 203px;
	margin: 0 10px;
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-img img {
	width: 203px;
	height: 203px;
	object-fit: cover;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	margin-top: 30px;
	text-align: center;
}
.main-gallery .slick-list {overflow: visible;}

.main-banner {
	margin-bottom: 70px;
}
.main-banner-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-banner-list li {}

.main-blog {
	margin-bottom: 70px;
}
.main-blog-title {
	text-align: center;
	margin-bottom: 36px;
}
.main-blog-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-blog-list {}
.main-blog-list-item {
	width: 252px;
	margin: 0 12px;
}
.main-blog-list-img {
	margin-bottom: 10px;
}
.main-blog-list-img img {
	width: 252px;
	height: 252px;
	object-fit: cover;
}
.main-blog-list-title {
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	/* margin-right: 10px; */
	color: #757575;
	font-size: 14px;
	text-align: right;
}
.main-blog-list-cat {
	display: none;
	/* display: inline-block; */
	margin-right: 10px;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #eee;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	display: none;
	font-size: 12px;
}
.main-blog-more {
	text-align: center;
	margin-top: 30px;
}

.main-free {
	margin-bottom: 76px;
}
.main-free-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-free-text {
	text-align: center;
}
.main-free-text p {
	margin-bottom: 5px;
}

.main-message {
	padding: 50px 0 60px;
	background: url(/images/default/main-message-bg.png) no-repeat top left / cover;
}
.main-message-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-message-title {
	margin-bottom: 20px;
	text-align: center;
}
.main-message-text {
	color: #fff;
	text-align: center;
}
.main-message-text p {
	margin-bottom: 5px;
}



/* 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 {
	margin-bottom: 82px;
	border-top: 1px #cecece solid;
}
#footer-inner {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: space-between; /* flex-start flex-end center nowrap space-between space-around */
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 70px;
}

.footer-about {
	width: 440px;
}
.footer-logo {
	margin-bottom: 30px;
	text-align: left;
}
.footer-about-inner {
	margin-bottom: 40px;
}
.footer-about-text {
	color: #333;
	font-size: 15px;
	text-align: left;
	line-height: 2;
}
.footer-about-text p {}

.footer-nav {
	width: 620px;
}
.footer-nav ul {}
.footer-nav li {
	color: #333;
	font-size: 15px;
	text-align: left;
	line-height: 2;
}
.footer-nav li a {
	color: inherit;
	font-weight: bold;
}
.footer-nav li a:before {
	content: '\f138';
	color: #eeae00;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	font-size: 11px;
	text-align: left;
}

.fix {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #2053a8;
}
.fix-inner {
	width: 1080px;
	margin: 0 auto;
}
.fix-form {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: space-between; /* flex-start flex-end center nowrap space-between space-around */
}
.fix-form-title {}
.fix-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: flex-end; /* flex-start flex-end center nowrap space-between space-around */
}
.fix-form-list li {
	text-align: left;
}
.fix-form-list li:first-child { width: 340px; padding-right: 4px; }
.fix-form-tel {
	position: relative;
}
.fix-form-tel-img {
	margin-bottom: 6px;
}
.fix-form-tel-text {
	font-size: 12px;
	color: #fff;
	line-height: 1;
}
.fix-form-tel a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fix-form-tel:hover {
	opacity: 0.8;
}

.pagetop-btn-wrap {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 20;
}


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


/* heading */
.page-title-wrap {
	margin: 0 0 30px 0;
	padding: 100px 15px;
	background: url(/images/default/h1-bg.png) no-repeat top center / cover;
}
.page-title-inner01 {}
.page-title-inner02 {}
.page-title {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 30px 0;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.entry-title:before, .entry-content h2:before,
.entry-title:after, .entry-content h2:after {
	content: '';
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 4px;
}
.entry-title:before, .entry-content h2:before {
	top: 0;
	background: linear-gradient(90deg, #2053a8 0%, #2053a8 20%, #d0d0d0 20%, #d0d0d0 100%);
}
.entry-title:after, .entry-content h2:after {
	bottom: 0;
	background: #d0d0d0;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 20px;
	color: #453127;
	font-size: 18px;
	font-weight: bold;
	background: #f6f6f6;
	border-left: 2px #2053a8 solid;
}
.entry-content h4, .h4 {
	padding: 5px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	content: '\f192';
	color: #2053a8;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-content h5, .h5 {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px #2053a8 dashed;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;/*flex-start*/
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	color: #fff;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	color: #eeae00;
	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-group {
	width: 220px;
}
.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';
	color: #eeae00;
	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: #eeae00;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #eeae00;
}

/* 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: #eeae00;
	background-color: #eeae00;
	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: #eeae00;
	background-color: #fff;
	color: #eeae00;
}

/* pagination */
.page-link {
	border-color: #eeae00;
	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: #eeae00;
	background-color: #eeae00;
	color: #fff;
}
