@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 2.2;
	/* 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; */
	font-family: 'Cormorant Garamond', serif;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #222222;
	background: url(/images/default/main-bg.jpg) repeat;
	letter-spacing: 0.5px;
}
a {
	color: #222222;
	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 {
	width: 100%;
	padding: 0 30px;
}
#header-inner {
	position: relative;
	height: 160px;
	margin: 0 auto;
	z-index: 20;
	line-height: 1.0;
}
.site-description {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 10px;
	line-height: 2.4;
	color: #bfb2a3;
}
.header-logo {
	position: absolute;
	top: 54px;
	left: 0;
}
.header-contact-message {
    position: absolute;
    top: 15px;
    right: 23px;
}
.header-tel {
    position: absolute;
    top: 43px;
    right: 415px;
    font-size: 24px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.header-tel span{
	font-size:30px;
	font-weight: bold;
}
.header-tel a:hover {
    text-decoration: none;
    opacity: .7;
}
.header-contact {
    position: absolute;
    top: 42px;
    right: 0;
}
.header-contact ul {
    display: flex;
    gap: 8px;
}
.header-contact {
    position: absolute;
    top: 42px;
    right: 0;
}
.header-time {
    font-size: 13px;
    position: absolute;
    top: 79px;
    right: 415px;
}
.gnav {
    position: absolute;
    bottom: 14px;
    right: 0;
}

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

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}
.mv-message {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/* 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 {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 800px;
	text-align: left;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

.main-news {
    width: 1080px;
    margin: 60px auto;
	position: relative;
}
.main-news-title {
	position: absolute;
}
.main-news-inner {
	background: #ffffff;
    height: 66px;
    border-radius: 35px;
}
.main-news-list {
}
.main-news-list-item {
    padding: 17px 60px 17px 30px;
    font-size: 15px;
    width: 910px;
    margin-left: auto;
}
.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 {
	margin-right: 25px;
	color: #bcbcbc;
}
.main-news-list-cat {
	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: 26px;
    right: 30px;
	line-height: 1.0;
}

.main-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 72px;
}
.main-message-img {
    width: 50vw;
}
.main-message-title {
    margin: 25px 0 60px -45px;
}
.main-message-text {
    margin-left: 75px;
	max-width: 750px;
	font-size: 15px;
	line-height: 2.6;
}
.main-message-inner {
    width: 46vw;
}
.main-free {
    width: 1080px;
    margin: 0px auto 40px;
}
.main-painting {
    margin: 0 auto 69px;
    width: 1080px;
    position: relative;
}
.main-painting-title {
    text-align: center;
    margin-bottom: -40px;
}
.main-painting-inner {
    background: url(/images/default/main-painting-bg.jpg) repeat;
    border-radius: 25px;
    padding: 80px 60px 56px;
    display: flex;
    flex-flow: column wrap;
    height: 400px;
    font-size: 18px;
	font-weight: bold;
}
.main-painting-once {
    border-bottom: dotted 2px #b8b8b6;
    padding: 12px 0 12px 45px;
    width: 410px;
	background: url(/images/default/main-painting-icon.png) no-repeat left center;
}
.main-painting-once:nth-child(5),.main-painting-once:nth-child(6)  {
    width: 490px;
	margin-left: 30px;
}
.main-painting-img {
    position: absolute;
    bottom: 0;
    right: 80px;
    z-index: 2;
}
.main-reason-top {
    background: url(/images/default/main-reason-top.jpg) no-repeat top center;
	height: 194px;
	position: relative;
}
.main-reason {
    background: url(/images/default/main-reason-bg.jpg) repeat top center;
	position: relative;
	padding-bottom: 142px;
}
h2.main-reason-title {
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}
.main-reason-inner.clearfix {
    width: 1080px;
    margin: 0 auto;
    padding-top: 164px;
}
.main-reason-once {
    display: flex;
    gap: 40px;
    background: #fff url(/images/default/main-reason-bg1.png) no-repeat left center;
    padding: 50px;
    position: relative;
    width: 1012px;
    margin: 0 auto 30px;
    height: 430px;
}
.main-reason-once:nth-child(2) {
    flex-direction: row-reverse;
}
.main-reason-once::before {
    content: "";
    height: 430px;
    width: 34px;
    background: url(/images/default/main-reason-bg1.png) no-repeat left center;
    position: absolute;
    left: -34px;
    top: 0;
}
.main-reason-once::after {
    content: "";
    height: 430px;
    width: 34px;
    background: url(/images/default/main-reason-bg2.png) no-repeat left center;
    position: absolute;
    right: -34px;
    top: 0;
}
.main-reason-textarea {
    width: 530px;
}
.main-reason-subtitle {
    margin-bottom: 30px;
}
.main-reason-more {
    text-align: center;
    margin-top: 70px;
}

.main-gallery {
    background: url(/images/default/main-gallery-bg.jpg) repeat top center/cover;
    padding: 72px 0 101px;
}
.main-gallery-title {
	text-align: center;
    margin-bottom: 49px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.main-gallery-list-item {
    background: #fff;
    margin: 0 15px;
    height: 420px;
    width: 472px;
    padding: 25px;
}

.main-gallery-list-img {
    width: 420px;
    height: 290px;
	margin-bottom: 15px;
}
.main-gallery-list-img img {
    width: 420px;
    height: 290px;
	object-fit: cover;
}
.main-gallery-list-cat ul {
    display: flex;
    gap: 5px;
	margin-bottom: 10px
}
.main-gallery-list-cat li {
    background: #d1ba9a;
    border-radius: 25px;
    padding: 0 15px;
}
.main-gallery-list-cat li a {
	font-size: 11px;
	color: #fff;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
	font-size: 15px;
}
.main-gallery-more {
    text-align: center;
    margin-top: 60px;
}
.main-gallery .slick-track {
    margin-left: 250px;
}


.main-menu-title {
    text-align: center;
    margin: 75px 0 59px;
}
.main-menu-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
    padding: 0 20px;
}
.main-menu-once {
    background: #fff;
    border-radius: 10px;
	position: relative;
}
.main-menu-img img {
    border-radius: 10px 10px 0px 0px;
}
.main-menu-text {
    padding: 25px 30px 125px;
    font-size: 13px;
}
.main-menu-text h3 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.main-menu-link {
    position: absolute;
	bottom: 40px;
	left: 50%;
    transform: translateX(-50%);
	width: 240px;
}
@media screen and (max-width: 1500px) {
	.main-menu-inner {
		gap: 0 20px;
	}
}
/* @media screen and (max-width: 1180px) {
	.main-menu-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.main-menu-once {
		display: flex;
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.main-menu-link {
		position: absolute;
		bottom: 40px;
		left: 66%;
		transform: translateX(-50%);
	}
	.main-menu-text {
		width: 50vw;
	}
	.main-menu-img {
		height: 100% !important;
		object-fit: cover;
	}
	.main-menu-img img {
		height: 100%;
		border-radius: 10px;
	}
} */

.main-menu {
    margin-bottom: 98px;
}
.main-banner-area {
    width: 1080px;
    margin: 0 auto;
}
.main-banner-area ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}
.main-recruit {
    width: 1080px;
    margin: 0 auto;
	position: relative;
}
span.main-recruit-img2 {
    position: absolute;
    top: 0;
    right: 0;
}
.main-banner-inner {
    margin-bottom: 67px;
}
.main-column {
	width: 1080px;
    padding: 0 0 90px;
    margin: 0 auto;
    position: relative;
}
.main-column-title {
	margin-bottom: 27px;
}
.main-column-more {
    position: absolute;
    right: 0;
    top: 13px;
}
.main-blog {
	background: url(/images/default/main-blog-bg.jpg) repeat;
}
.main-blog-title {
	margin-bottom: 15px;
}
.main-blog-inner {
	width: 1080px;
	padding: 71px 0 85px;
	margin: 0 auto;
	position: relative;
}
.main-blog-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.main-blog-list-item {
}
.main-blog-list-img {
    width: 255px;
    height: 200px;
    background: #eee;
    border-radius: 15px;
	margin-bottom: 15px;
}
.main-blog-list-img img {
    width: 255px;
    height: 200px;
	object-fit: cover;
    border-radius: 15px;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	font-size: 13px;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-blog-list-date {
	margin-right: 10px;
	color: #959595;
}
.main-blog-list-text {
	font-size: 13px;
}
.main-blog-more {
    position: absolute;
    right: 0;
    top: 81px;
}

.main-contact {
    background: url(/images/default/main-contact-bg.jpg) no-repeat top center /cover;
	padding-bottom: 90px;
}
.main-contact-title {
    padding-top: 53px;
	margin-bottom: 25px;
}
.main-contact-text {
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: bold;
}
.main-contact-onece {
    width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.main-contact-area {
    background: #f7f3ed;
    border-radius: 10px;
    height: 180px;
    width: 345px;
    padding: 40px 0 30px;
	box-shadow: 0 10px 26px 0 rgb(0 0 0 / 15%);
}
h3.main-contact-subtitle {
    margin-bottom: 23px;
	line-height: 1.0;
}
.main-contact-tel {
    line-height: 1.0;
    font-size: 20px;
    font-weight: bold;
	margin-top: 25px;
}
.main-contact-tel span {
    font-size: 34px;
}
.main-contact-tel a:hover {
    text-decoration: none;
    opacity: .7;
}
.main-contact-time {
    color: #999999;
}

/* 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: #222222;
	-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 {
	height: 520px;
}
#footer-inner {
	position: relative;
	width: 1080px;
    margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: start;
    text-align: left;
}
.footer-logo {
    margin: 70px 0 25px;
}
.footer-about {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.footer-sns-list {
    display: flex;
    gap: 7px;
	margin-bottom: 30px;
}

.footer-nav {
	margin-bottom: 20px;
	font-size: 11px;
}
.footer-nav li {
	display: inline-block;
}

.footer-nav li a {
	background: url(/images/default/icon.jpg) no-repeat left center;
	padding-left: 10px;
}
.footer-nav li ul {
	display: none;
}
.footer-nav li a:hover {
    text-decoration: none;
    opacity: .7;
}
.footer-area {
    margin-top: 80px;
    height: 210px;
    width: 530px;
    background: #fff;
    border-radius: 25px;
    outline: solid #8db02c 1px;
    outline-offset: -5px;
    position: relative;
    padding: 41px 40px;
}
.footer-area img {
	margin-bottom: 20px;
}
.footer-area p {
    color: #808080;
    font-size: 13px;
    line-height: 1.8;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.pagetop-btn-wrap {
    display: none;
    position: absolute;
    top: -34px;
    right: 0;
    z-index: 20;
}
.footer-bottom {
    background: url(/images/default/footer-bottom-bg.jpg) repeat;
    height: 80px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    width: 100%;
}
.footer-bottom-inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
	height: 80px;
}
.footer-bottom-title {
    position: absolute;
    top: 24px;
}
.footer-bottom-contact ul {
    display: flex;
    gap: 6px;
}
.footer-bottom-contact {
    position: absolute;
    top: 20px;
    right: 0;
}
.footer-bottom-tel {
    position: absolute;
    right: 445px;
    top: 20px;
}
.footer-bottom-tel a {
	line-height: 1.0;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.footer-bottom-tel span {
    font-size: 36px;
}
.footer-bottom-tel a:hover {
    text-decoration: none;
    opacity: .7;
}
.footer-bottom-time {
    line-height: 1.0;
    color: #fff;
    position: absolute;
    right: 445px;
    bottom: 4px;
}



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

.entry-content a:not(.btn) {
    text-decoration: none;
	color: #e26ea2;
}
/* .entry-content a:not(.btn):hover {
    text-decoration: none;
    opacity: .7;
}
.entry-content a:not(.btn)::before {
    content: '\f138';
    padding: 0 5px 0 0;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
} */

.page-title/* heading */
 {
    margin: 0 0 30px 0;
	padding: 65px 15px;
    background: url(/images/default/h1-bg.jpg) no-repeat center center / cover;
    font-size: 34px;
    font-weight: bold;
	position: relative;
	height: 230px;
}
.page-title::after {
    content: '';
	position: absolute;
	bottom: 63px;
	left: 50%;
	transform: translateX(-50%);
	width: 212px;
	height: 11px;
	background: url(/images/default/h1.png) no-repeat;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
    padding: 23px 30px;
    border-bottom: 1px solid #ccc;
    background: url(/images/default/h2.jpg) no-repeat center center / cover;
    font-size: 26px;
    font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
    margin: 2.8rem 0 1.8rem 0;
    background: url(/images/default/main-blog-bg.jpg) repeat;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 25px;
}
.h4, .entry-content h4:not([class]) {
    margin: 2.4rem 0 1.4rem 0;
    padding: 0 20px;
    font-size: 18px;
    background: url(/images/default/h4.png) no-repeat left center;
    font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 25px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a{
	color: #e26ea2;
}
.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: #e26ea2;
}


/* 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;
	margin-top: 30px;
}
.template-type-blog .blog-nav-group {
    display: initial;
}

.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;
	width: 247px;
    height: 247px;
}
.gallery-list-img img{
    width: 247px;
    height: 247px;
	object-fit: cover;
}
.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-before-img, .ba-detail-after-img {
	text-align: center;
	margin: 20px 0 0;
}
.ba-detail-before-text {
	color: #80a526;
}

.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub {
    margin-top: 40px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}
.gallery-nav {
    border: 1px solid #7e6b5a;
    background: #fff;
    margin: 0 0 40px;
    padding: 40px 50px 65px;
    font-size: 14px;
    border-radius: 25px;
}
.gallery-title {
    text-align: center;
    margin-bottom: 35px;
}
.gallery-nav li {
    display: inline-block;
    background: url(/images/default/category-bf.png) no-repeat left center;
    padding: 0 20px;
	font-weight: bold;
}

/* 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: #222222;
}

.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: #222222;
}
.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;
}
