@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 15px;
	line-height: 2.0;
	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: #000;
	word-break: break-all;
}
a {
	color: #000;
	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;
}
*/

.main-concept h3,
.main-reason .label,
.main-quality h3,
.footer-about .area h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}

/* Layout
------------------------------------------*/

body {
	min-width: 1020px;
	text-align: center;
}
body.home {
}
#container {
	overflow: hidden;
	padding-top: 90px;
}
body:not(.home) #content-inner {
	width: 1020px;
	margin: 0 auto;
}
#main {
	float: right;
	width: 1020px;
	text-align: left;
}
.entry {
	margin: 0 0 50px;
}
.entry-content {
	line-height: 2;
}

/* header
------------------------------------------*/

#header {
	background:rgba(255,255,255,0.9);
	height: 90px;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
#header-inner {
	position: relative;
}
.site-description {
	position: absolute;
	top: 55px;
	left: 280px;
	font-size: 10px;
}
.header-logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
.gnav {
	position: absolute;
	top: 30px;
	right: 15px;
	font-weight:bold;
}
.gnav-list>li {
	padding:0 15px
}

/* droppy */
.gnav-list { position: relative; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 50%; margin-left:-80px; width: 160px; 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: 12px; 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
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list {
	overflow: visible;
}
*/

#mainimage {
	/* position: relative;
	overflow: hidden;
	margin:-130px auto -30px; */
}

/*#mainimage::after{
	 position:absolute;
	top:50%;
	left:50%;
	margin:-52px auto auto -387px;
	content: url(/images/default/mv-text.png); 
}*/

.slideshow .slick-list {overflow:visible;}
.slideshow img{
	width:100%;
}

/* .slideshow .slick-slide {position: relative;z-index: 0;overflow: hidden;}.slideshow .slick-slide:before{content: '';background: inherit;-webkit-filter: blur(10px);-moz-filter: blur(10px);-o-filter: blur(10px);-ms-filter: blur(10px);filter: blur(10px);position: absolute;top: -10px;left: -10px;right: -10px;bottom: -10px;z-index: -1;}.slideshow .slick-slide>div{margin: 0 auto;width: 1020px;}.slideshow .slick-slide>div>div{margin: 0 calc((-1920px + 1020px)/ 2);}.slideshow .slick-slide img {}
 */
 
/* 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: 0;
}
.slideshow .slick-dots {
	bottom: 60px;
}
.slideshow .slick-dots li {
}
.slick-dots li button::before {
	color: #EDDFD4;
	font-size:10px;
	border:1px solid #fff;
	border-radius:100%;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color:#76533D ;
}

/* main
------------------------------------------*/

.main-news {
	background:#E9E5DF;
}
.main-news>div,
.main-concept>div,
.main-reason>div,
.main-quality>div,
.main-works,
.main-voice,
.main-info,
.footer-about>div,
#footer-inner{
	width:1020px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
.main-news h2{
	position:absolute;
	top:50px;
	left:0;
}
.main-news em{
	position:absolute;
	top:110px;
	left:0;
}
.main-news ul {
	padding:30px 0 10px 300px;
	min-height:150px;
}
.main-news li {
	border-bottom:1px solid #999;
	padding:5px 0;
}
.main-news li .date{
	margin:0 20px 0 0;
}
.main-news p{
	text-align:right;
	padding:0 0 20px;
}
.main-event {
	width:1020px;
	margin:40px auto 80px;
	text-align:left;
}
.main-event h3 {
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding:20px 0 0 20px;
}
.main-event h3 .cat,
.event-entry .cat{
	border:1px solid #000;
	font-size:16px;
	padding:0 20px;
	margin:0 20px 0 0;
}
.main-event em{
	position:absolute;
	top:20px;
	right:50px;
}
.main-event>div{
	background:#F1EFEB;
	position:relative;
}
.main-event>div>div{
	display: flex;
	justify-content: space-between;
	padding:20px;
}
.main-event .cont hr{
	border-top:1px dashed #999;
}
.main-event .map iframe{
	width:230px;
	height:230px;
	margin:20px 0 0;
}
.main-concept .image,
.main-quality .image {
	float:right;
	margin:0 0 0 30px;
}
.main-concept {
	background: url(/images/default/bg05.png) no-repeat 0 100%;
}
.main-concept ul,
.main-quality ul {
	padding:60px 0 60px 60px;
}
.main-concept h3,
.main-quality h3 {
	font-size:30px;
}
.main-concept .text a,
.main-quality .text a {
	display:block;
	padding:20px 0 0 120px;
}
.main-reason {
	background: url(/images/default/bg06.png) no-repeat center top / cover;
	padding:0 0 40px;
}
.main-reason h2 {
	padding:30px 0;
}
.main-reason ul,
.main-works>div,
.main-voice>div,
.main-info>div,
.footer-about>div>div{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.main-reason ul li{
	width:330px;
	padding:10px;
	position:relative;
	margin:0 0 20px;
}
.main-reason ul li .label{
	/* background: url(/images/default/reason-label.png);
	width:96px;
	height:97px;
	color:#fff;
	font-size:54px;
	padding:0 0 0 15px; */
	position:absolute;
	top:0;
	left:0;
}
.main-reason ul li .text{
	position:absolute;
	bottom:10px;
	left:10px;
	background: rgba(255,255,255,0.75);
	padding:5px 0;
	width:310px;
	text-align:center;
}
.main-reason ul li .text:first-line{
	font-size:20px;
}
.main-quality {
	background: url(/images/default/bg07.png) no-repeat 0 100%;
	margin:60px 0 0;
}
.main-saw {
	background:#E9E5DF;
	width:1020px;
	margin:0 auto 60px;
	position:relative;
}
.main-saw h2 {
	padding:20px 0 0 60px;
	text-align:left;
}
.main-saw p {
	display:inline-block;
	padding:20px 15px 40px;
}
.main-saw em{
	position:absolute;
	top:45px;
	right:45px;
}
.main-works h2,
.main-works>div>div {
	width:234px;
	position:relative;
	margin:0 0 30px;
}
.main-works .ttl a{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:right;
	display:block;
	width:100%;
	height:100%;
	padding:20px;
	text-decoration:none;
	opacity: 0;
	-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;
}
.main-works .ttl a:hover{
	opacity: 1;
	-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;
}
.main-voice>div>div{
	width:380px;
	padding:0 0 0 40px;
}
.main-voice>div>div:last-child{
	border-left:1px solid #487E43;
	margin:0 0 0 20px;
}
.main-voice .text {
	line-height:1.5;
}
.main-voice p:first-child{
	font-weight:bold;
	color:#666;
	text-align:center;
}
.main-voice p>a{
	display:block;
	text-align:center;
	padding:10px 0 0;
}
.main-banner {
	padding:60px 0;
}
.main-info .main-blog {
	width:500px;
	position:relative;
}
.main-info .main-blog em{
	position:absolute;
	top:0;
	right:0;
}
.main-info .main-blog ul{
	margin:22.5px 0 0;
	border-top:1px solid #ccc;
}
.main-info .main-blog li{
	padding:7.5px 0;
	border-bottom:1px solid #ccc;
}
.main-info .main-blog li .date{
	color:#999;
	display:block;
}
.main-info .banner {
	width:460px;
	margin-bottom:60px;
}

.main-block .sp {
	display:none;
}

.fixed-btn-wrap {
	position:fixed;
	top:150px;
	right:0;
}
.fixed-btn-wrap li{
	margin:0 0 20px;
}
.footer-about {
	/* margin:20px 0 0; */
	background:#E9E5DF;
	padding:40px 0;
}
.footer-about .about {
	text-align:center;
}
.footer-about ul {
	font-size:30px;
	font-weight:bold;
	line-height:1.5;
}
.footer-about ul span{
	color:#40210F;
	padding:0 0 0 40px;
}
.footer-about .tel span{
	background: url(/images/default/icon-tel.png) no-repeat 0 50%;
}
.footer-about .fax span{
	background: url(/images/default/icon-fax.png) no-repeat 0 50%;
}
.footer-about .mail li{
	display:inline-block;
}
.footer-about .text{
	text-align:left;
	padding:10px;
}
.footer-about .text p {
	margin:0 0 20px;
}
.footer-about .text p:first-child a{
	padding:0 10px;
	border:1px solid #000;
	margin:0 0 0 10px;
}
.footer-about .area{
	width:580px;
}
.footer-about .area>div{
	border:2px solid rgba(0,0,0,0.2);
	padding:20px 30px;
}
.footer-about .area h2 {
	text-align:center;
	font-size:22px;
	color:#40210F;
}
.footer-about .area h3 {
	font-weight:bold;
	font-size:18px;
	border-bottom:2px solid rgba(0,0,0,0.2);
}
.footer-about .area h3 i{
	font-size:30px;
	color:#A5877B;
	margin:0 10px 0 0;
}
.footer-about .area h4 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.footer-about .area tr{
	border-bottom:2px solid rgba(0,0,0,0.2);
}
.footer-about .area th{
	width:90px;
	padding:10px;
	vertical-align:top;
}
.footer-about .area td{
	padding:10px;
	vertical-align:top;
}
.footer-about .about>div {
	margin:0 0 20px;
}
.footer-about .tel img{
	max-height:22px;
}

#footer {
	background:#487E43;
	color:#fff;
	padding:20px 0 0;
	font-size:13px;
}
#footer a{
	color:#fff;
}
#footer-inner {
}
.fnav>ul>li {
	width: calc(100% / 6);
	float:left;
	text-align:left;
}
.fnav>ul>li>ul>li {
	font-size:12px;
}
.fnav>ul>li>ul>li:before{
	content:'・';
}
.footer-copyright {
	padding:20px;
	font-size:10px;
	text-align:right;
}
.pagetop-btn-wrap {
	/* display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10; */
}


/* Lower
------------------------------------------*/

/* heading */
.page-title {
	color:#40210F;
	font-size: 30px;
	font-weight:bold;
	padding:70px 0;
	background: url(/images/default/ttl01.jpg) no-repeat center center / cover;
}
#title-wrap.reason .page-title {
	background: url(/images/default/title36.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.voice .page-title {
	background: url(/images/default/title40.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.voice1 .page-title {
	background: url(/images/default/title41.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.voice2 .page-title {
	background: url(/images/default/title42.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.voice3 .page-title {
	background: url(/images/default/title43.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.voice4 .page-title {
	background: url(/images/default/title44.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.voice5 .page-title {
	background: url(/images/default/title45.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.gallery .page-title {
	background: url(/images/default/title46.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.concept .page-title {
	background: url(/images/default/title35.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.base .page-title {
	background: url(/images/default/title37.jpg) no-repeat center top;
	color:transparent;
	height:600px;
 }
#title-wrap.adv .page-title {
	background: url(/images/default/title38.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.flow .page-title {
	background: url(/images/default/title50.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.company .page-title {
	background: url(/images/default/title52.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.reform .page-title {
	background: url(/images/default/title39.jpg) no-repeat center top;
	color:transparent;
	height:600px;
}
#title-wrap.news .page-title {
	background: url(/images/default/title48.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.column .page-title {
	background: url(/images/default/title49.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.blog .page-title {
	background: url(/images/default/title47.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.blog-event .page-title {
	background: url(/images/default/title21.png) no-repeat center top;
	color:transparent;
	height:160px;
}
#title-wrap.event .page-title {
	background: url(/images/default/title51.jpg) no-repeat center top;
	color:transparent;
	height:300px;
}
#title-wrap.contact .page-title,
#title-wrap.catalog .page-title,
#title-wrap.privacy-policy .page-title{
	background:#F1EFEB;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.entry-content h2, .entry-title {
	margin: 0 0 25px;
	padding:10px 15px;
	background:#F1EFEB;
	border-left:#487E43 3px solid;
	font-size: 20px;
	font-weight: bold;
}
.entry-content h2:empty, .entry-title:empty{
	display:none;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.2rem 0 1.4rem 0;
	padding: 10px 0;
	background: url(/images/default/ttl03.jpg) no-repeat 0 bottom;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	padding: 0 0 0 20px;
	background: url(/images/default/ttl04.png) no-repeat 0 50%;
	font-size: 17px;
	font-weight: bold;
}
.entry-content h5, .h5 {
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-weight: bold;
}

.entry-extra p{
	padding-bottom:40px;
}
.entry-extra ul{
	background: url(/images/default/bg08.jpg);
	margin:0 140px 40px;
	padding:60px 80px;
	font-size:18px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.entry-extra li{
	width:260px;
}
.entry-extra h3{
	background:#FAF7F4;
	border-left: 3px solid #CCAD8E;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	padding: 0;
	margin: 30px 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:#6AAC7F;
}


/* 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;
	width:1020px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}


.blog-nav {
	margin: 80px 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 #ddd;
	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,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.blog-nav .scroll-area {
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
}
*/

.event-entry{
	display: flex;
	justify-content: space-between;
	padding:0 40px 40px;
}
.event-entry .cont{
	width:600px;
}
.event-entry .cont h3{
	font-size:18px;
}
.event-entry .map iframe{
	width:320px;
	height:320px;
}

/* Gallery
------------------------------------------*/

.single-page-title {
	margin:280px 0 0;
	background:#796658;
}
.single-page-title>div{
	width:980px;
	margin:0 auto;
	font-size:28px;
	color:#fff;
	text-align:right;
}
.gallery-nav {
	text-align:center;
	margin:0 0 40px;
}
.gallery-nav li{
	display:inline-block;
}
.gallery-nav li:nth-child(n + 2):before{
	content:"|";
	margin:0 50px;
}
.gallery-nav li:nth-child(1) a{
	color:green;
}
.gallery-nav li:nth-child(2) a{
	color:pink;
}
.gallery-detail-data {
	background:#FAF6F2;
	padding:30px;
	margin:30px 0 0;
}
.gallery-detail-data .ttl{
	font-size:24px;
	margin:0 0 20px;
}
.gallery-detail-data th{
	padding:0 30px 0 0;
}
.gallery-list .cat a{
	background:#487E43;
	color:#fff;
	padding:0 5px;
}
.gallery-list .cat-reform a{
	background:#F0846D;
}
.lg-backdrop{
	background:#fff;
}
.gallery-main-image-wrap ul {
	margin:0 auto -280px;
}

/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 30px;
}
.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 {
	text-align:left;
}
.gallery-detail-main>ul>li{
	margin:0 0 40px;
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

.detail-sub ul{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.detail-sub li:not(:first-of-type){
	width:135px;
	margin:10px 10px 0 0;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-main {
	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
------------------------------------------*/
/* 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;
}
