@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #373737;
}
a {
	color: #ed5e55;
	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 {
	padding-top: 190px;
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 20;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 133px;
	margin: 0 auto;
}
.site-description {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 11px;
	color: #838383;
}
.header-logo {
	position: absolute;
	top: 23px;
	left: -1px;
}
.header-con{
	display: flex;
	gap: 10px;
	position: absolute;
	top: 40px;
	right: 0;
}
.header-tel {
	flex: 0 0 260px;
	display: flex;
	flex-flow: column;
	font-weight: bold;
	color: #231815;
}
.header-tel > strong{
	font-size: 15px;
	color: #92b222;
}
.header-tel > a{
	line-height: 1.2;
	font-size: 30px;
	letter-spacing: -1px;
	color: inherit;
	text-decoration: none;
}
.tel-text::before{
	content: '\f095';
	color: #92b222;
	padding-right: 5px;
	transform: scale(-1, 1);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.header-tel > p{
	line-height: 1.4;
	font-size: 12px;
	letter-spacing: 1px;
}

.header-mail {
	display: flex;
	gap: 8px;
}

.header-sns{
	align-self:end;
}
.header-sns ul{
	display: flex;
	gap: 6px;
}

.gnav {
	max-width: 1300px;
	margin: 0 auto;
}

/* droppy */
.gnav-list {
	display: flex;
	justify-content: center;
	position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list > li{
	position: relative;
}
.gnav-list > li:not(:last-child)::after{
	content:"";
	display: block;
	width: 1px;
	height: 23px;
	background: #e4e4e4;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gnav-list > li > a{
	display: block;
	padding: 15px 17px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.gnav-list > li > a:hover{
	opacity: 0.7;
}
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #f7f4cc; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

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

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}

.main-top {
	padding: 51px 0 73px;
	background: url(/images/default/top-bg.png) repeat center 0;
	border-bottom-right-radius: 50% 27px;
	border-bottom-left-radius: 50% 27px;
}
.main-top-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-top-list{
	display: flex;
	justify-content: center;
}
.main-top-list > li{
	flex: 1 0 352px;
	padding: 0 42px 10px;
	border-left: 2px solid #afce47;
}
.main-top-list > li:last-child{
	border-right: 2px solid #afce47;
}
.main-top-img {
	min-width: 242px;
	text-align: center;
	margin-bottom: 10px;
	text-align: center;
}
.main-top-text {
	line-height: 1.6;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.main-top-text strong{
	color: #fced40;
}
.main-top-text li{
	align-items: center;
	font-size: 22px;
}
.main-top-text li::before{
	content:"";
	display: inline-block;
	width: 22px;
	height: 24px;
	margin-right: 10px;
	background: url(/images/default/top-li.png) no-repeat 0 0;
}
.main-top-text table{
	width: 100%;
	line-height: 1.4;
}
.main-top-text tr{}
.main-top-text th{
	font-size: 16px;
	color: #231815;
}
.main-top-text td{
	font-size: 34px;
	line-height: 1.2;
}
.main-top-text td strong{
	font-size: 50px;
	color: #fff;
}
.main-top-more{
	margin-top: 50px;
	text-align: center;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
}

.main-news {
	max-width: 1080px;
	margin: 77px auto 117px;
}
.main-news-title {
	margin-bottom: 44px;
	text-align: center;
}
.main-news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
.main-news-list-item {
	font-size: 13px;
}
.main-news-list-img{
	position: relative;
	margin-bottom: 15px;
}
.main-news-list-img img{
	border-radius: 5px;
}
.main-news-list-cat {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.main-news-list-cat a {
	display: block;
	min-width: 100px;
	padding: 0 10px;
	background: #d95850;
	text-align: center;
	font-size: 11px;
	color: #fff;
	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-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
	font-size: 14px;
}
.main-news-list-date {
	margin-top: 8px;
	text-align: right;
	font-size: 12px;
}
.main-news-more {
	margin-top: 60px;
	text-align: center;
}

.main-train {
	position: relative;
	padding: 279px 0 80px;
	background: url(/images/default/train-bg.png) repeat center 0 ;
}
.main-train-title {
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
}
.main-train-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.train-top{
	margin-bottom: 79px;
	padding: 40px;
	background: #92b222;
	border-radius: 10px;
	font-size: 17px;
	font-weight: bold;
}
.train-top ul{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.train-top li{
	margin-bottom: 12px;
	padding-left: 40px;
	background: url(/images/default/top-li.png) no-repeat 0 2px;
}
.train-top-inner{
	padding: 48px 29px;
	background: #fff;
	border-radius: 10px;
}
.train-top h3{
	margin-bottom: 25px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.main-train-title2{
	margin-bottom: 49px;
	text-align: center;
}
.main-train-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 30px;
	padding: 55px 40px;
	background: #fff;
}
.main-train-list > li{
	display: flex;
	/* align-items: center; */
}
.main-train-img{
	flex: 0 0 130px;
	margin-right: 20px;
}
.main-train-text h3{
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 22px;
	font-weight: bold;
}
.main-train-more{
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

.main-step {
	margin-bottom: 101px;
	padding-bottom: 88px;
	background: url(/images/default/step-bg.png) repeat center 0;
}
.main-step-title {
	margin-bottom: 34px;
	text-align: center;
}
.main-step-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-step-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 46px;
}
.main-step-list > li{
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	color: #231815;
}
.main-step-img img{
	width: 340px;
	height: 240px;
	object-fit: cover;
}
.main-step-text {
	padding: 10px 20px 100px;
	text-align: center;
}
.main-step-text h3{
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}
.main-step-more{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
}
.main-step-banner ul{
	display: flex;
	justify-content: space-between;
}
.main-step-banner ul li img{
	border-radius: 10px;
}
.home .marker-yellow {
    background: linear-gradient(transparent 70%,#fced40 70%);
}

.main-imi {
	padding-bottom: 50px;
	background: url(/images/default/imi-bg.png) no-repeat center bottom;
}
.main-imi-inner{
	max-width: 1080px;
	margin: 0 auto;
}
.main-imi-title {
	text-align: center;
	margin-bottom: 40px;
}
.main-imi-text {
	width: 700px;
	margin: 0 auto;
	line-height: 2;
	font-size: 16px;
	text-align: center;
}

.main-feature {
	position: relative;
	z-index: 5;
	max-width: 1280px;
	margin: 0 auto;
	padding: 57px 100px 64px;
	background: url(/images/default/train-bg.png) repeat center 0 ;
}
.main-feature-title {
	margin-bottom: 73px;
	text-align: center;
}
.main-feature-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-feature-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	counter-reset: sample;
}
.main-feature-list > li{
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.main-feature-list > li::after{
	counter-increment: sample;
	content:counter(sample);
	display: block;
	width: 63px;
	height: 63px;
	line-height: 63px;
	background: #ed5e55;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
}
.main-feature-img img{
	width: 340px;
	height: 220px;
	object-fit: cover;
}
.main-feature-title2{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	padding: 10px 20px;
	background: #92b222;
	line-height: 1.3;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.main-feature-title2 small{
	font-size: 12px;
	font-weight: bold;
	opacity: 1;
}
.main-feature-text {
	padding: 10px 20px 20px;
	font-size: 14px;
}
.main-feature-more{
	margin-top: 30px;
	text-align: center;
}
.main-gallery {
	position: relative;
	margin: -149px auto 98px;
	padding-top: 338px;
	background: url(/images/default/gal-bg.jpg) no-repeat center 0 / 110% auto;
}
.main-gallery-title {
	margin-bottom: 43px;
	text-align: center;
}
.main-gallery-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-gallery-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
.main-gallery-list-item {}
.main-gallery-list-img {
	margin-bottom: 12px;
}
.main-gallery-list-img img,
.gallery-list-img img{
	width: 246px;
	height: 200px;
	object-fit: cover;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	margin-top: 65px;
	text-align: center;
}

.main-banner {
	max-width: 1080px;
	margin: 0 auto 50px;
}
.main-banner-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.main-shop {
	margin: 0 auto 177px;
}
.main-shop-inner {
	position: relative;
	z-index: 5;
	overflow: hidden;
	max-width: 1080px;
	margin: -140px auto 0;
	border-radius: 10px;
}
.main-shop-inner2 {
	padding: 61px;
	border-top: 5px solid #282828;
	background: #fff;
	text-align: center;
	font-size: 16px;
}
.main-shop-title {
	margin-bottom: 30px;
}
.main-shop-text {
	line-height: 1.9;
}
.main-shop-more {
	margin-top: 45px;
}

.main-access {
	max-width: 1420px;
	margin: 0 auto 50px;
	padding-right: 70px;
}
.main-access-inner {
	display: flex;
}
.main-access-img {
	flex: 0 0 720px;
	position: relative;
	z-index: 5;
}
.main-access-body {
	position: relative;
	flex: 0 0 690px;
	margin-top: 60px;
	margin-left: -60px;
	padding: 50px 53px 47px 125px;
	background: url(/images/default/train-bg.png) repeat center 0 ;
}
.main-access-title{
	position: absolute;
	top: -23px;
	left: 122px;
}
.main-access-text {
	margin-bottom: 10px;
	line-height: 2.5;
	font-size: 16px;
}
.main-access-text h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main-con{
	display: flex;
}
.main-tel{
	margin-right: 10px;
	font-size: 34px;
}
.main-tel a{
	font-weight: bold;
	color: #3a3a3a;
}
.main-sns-list{
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.main-access-more{
	margin-top: 30px;
	text-align: center;
}
.main-mail h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.main-mail ul{
	display: flex;
	gap: 7px;
}

/* 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-gmap,
.footer-gmap iframe{
	height: 420px;
}

#footer {
	background: url(/images/default/footer-bg.png) repeat center 0 ;
}

.footer-nav {
	padding: 25px 0;
	background: #92b222;
}
.footer-nav-list{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.footer-nav li {
	position: relative;
	padding: 0 13px;
	color: #fff;
}
.footer-nav li:not(:last-child)::after {
	content:"";
	display: block;
	width: 1px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #accb40;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

#footer-inner {
	position: relative;
	width: 1080px;
	padding: 75px 0 60px;
	margin: 0 auto;
	text-align: center;
}

.footer-logo{
	margin-bottom: 44px;
}
.footer-sns{
	margin-bottom: 60px;
}
.footer-sns-list{
	display: flex;
	justify-content: center;
	gap: 16px;
}

.footer-nav2 li a {
	color: inherit;
}
.footer-nav2 li a::before {
	content: '\f105';
	color: #92b222;
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.footer-copyright {
	height: 60px;
	line-height: 60px;
	background: #ececec;
	text-align: center;
	font-size: 11px;
	color: #aeaeae;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 50px;
}
.entry-content {
	line-height: 2;
}


/* heading */
.page-title-wrap{
	padding: 60px 0;
	background: url(/images/default/train-bg.png) repeat center 0;
	text-align: center;
}
.page-title {
	max-width: 1080px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #231815;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 20px;
	background: url(/images/default/top-bg.png) repeat 0 0;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	position: relative;
	margin: 2.8rem 0 1.8rem 0;
	padding: 10px 20px;
	border-bottom: 2px solid #d5d5d5;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
}
.h3::after, .entry-content h3:not([class])::after {
	content:"";
	display: block;
	width: 6px;
	height: 22px;
	background: #ff9600;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.h4, .entry-content h4:not([class]) {
	display: flex;
	align-items: center;
	margin: 2.4rem 0 1.4rem 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
}
.h4::before, .entry-content h4:not([class])::before {
	content:"";
	display: block;
	width: 20px;
	height: 2px;
	background: #9ab724;
	margin-right: 5px;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	color: #231815;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.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 {
	text-align: center;
}
.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: #fa9900;
	background-color: #fa9900;
	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: #9ab724;
	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: #fa9900;
	color: #fff;
}
