@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/* 上記は Googlefontの "Noto Sans JP", を追加しています */
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #915ea3;
	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 {
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 180px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
}

.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
}

.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 */
}
.header-form-list li {
	position: relative;
}
.header-form-list li:not(:last-child) { margin-right: 20px; }
.header-form-list-tel {
	color: #3b3b3b;
	font-size: 32px;
	font-weight: bold;
}
.header-form-list-tel:before {
	content: '\f879';
	color: #915ea3;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	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;
}
.header-form-list-time {
	text-align: right;
}
.header-form-list-a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-form-list-a:hover {
	background: rgba(255,255,255,0.2);
}

.gnav {
	position: absolute;
	top: 120px;
	left: 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%; margin-top: 10px; 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:before {
	content: '\f105';
	color: #915ea3;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	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;
}
.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; }


.side-banner {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 100;
}
.side-banner-inner {}
.side-banner-list {}
.side-banner-list li {}

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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}
.mainimage-catch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 952px;
	margin: -120px auto 0;
	z-index: 50;
}

.header-banner {
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	width: 1080px;
	margin: 0 auto;
	z-index: 50;
}
.header-banner-inner {}
.header-banner-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}
.header-banner-list li {}

/* slideshow */
.slideshow {
	margin: 0 calc((-1900px + 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 */
.footer-banner .slick-arrow,
.footer-banner .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.footer-banner .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.footer-banner .slick-arrow.slick-prev {
	left: -30px;
}
.footer-banner .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/arrow-icon.png) no-repeat center center;
}
.footer-banner .slick-arrow.slick-next {
	right: -30px;
}
.footer-banner .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/arrow-icon.png) no-repeat center center;
	transform: rotate( -180deg );
}

/* 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;
	line-height: 2;
}

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

.main-message {
	padding: 80px 0 74px;
	background: url(/images/default/main-message-bg.png) no-repeat center center / cover;
}
.main-message-inner {
	position: relative;
	width: 1080px;
	min-height: 400px;
	margin: 0 auto;
}
.main-message-inner:before {
	content: '';
	position: absolute;
	bottom: -74px;
	right: -120px;
	width: 484px;
	height: 508px;
	background: url(/images/default/main-message-icon.png) no-repeat top left / 100% auto;
}
.main-message-title {
	margin-bottom: 36px;
}
.main-message-text {
	width: 690px;
	margin: 0 auto 0 0;
	color: #3b3b3b;
	font-size: 16px;
}
.main-message-text p {
	margin-bottom: 20px;
}
.main-message-more {
	margin-top: 60px;
}

.main-point {
	padding: 80px 0 74px;
}
.main-point-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-point-title {
	margin-bottom: 76px;
	text-align: center;
}
.main-point-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 68px;
}
.main-point-list-item {
}
.main-point-list-img {
	width: 850px;
	margin: 0 auto;
}
.main-point-list-item:nth-child(odd) .main-point-list-img { float: right; margin-right: -240px; }
.main-point-list-item:nth-child(even) .main-point-list-img { float: left; margin-left: -240px; }
.main-point-list-img img {
	border-radius: 6px;
}
.main-point-list-textbox {
	position: relative;
	width: 440px;
	margin-top: 80px;
	padding-top: 20px;
}
.main-point-list-item .main-point-list-textbox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -100%);
	width: 100px;
	height: 34px;
	background: url(/images/default/main-point-list01.png) no-repeat top left;
}
.main-point-list-item:nth-child(1) .main-point-list-textbox:before {}
.main-point-list-item:nth-child(2) .main-point-list-textbox:before {
	background: url(/images/default/main-point-list02.png) no-repeat top left;
}
.main-point-list-item:nth-child(3) .main-point-list-textbox:before {
	background: url(/images/default/main-point-list03.png) no-repeat top left;
}
.main-point-list-item:nth-child(odd) .main-point-list-textbox { float: left; }
.main-point-list-item:nth-child(even) .main-point-list-textbox { float: right; }
.main-point-list-title {
	margin-bottom: 30px;
}
.main-point-list-text {
	color: #3b3b3b;
	font-size: 15px;
}
.main-point-list-text p {
	margin-bottom: 5px;
}
.main-point-list-more {
	margin-top: 60px;
}

.main-contents {
	padding: 113px 0 74px;
	background: #e2f5fa;
}
.main-contents-title {
	margin-bottom: 60px;
	text-align: center;
}
.main-contents-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-contents-sub {
	margin-bottom: 50px;
	text-align: center;
}
.main-contents-text {
	margin-bottom: 30px;
	text-align: center;
}
.main-contents-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-contents-list-item {
	padding: 20px;
	background: #4d85c5;
	border-radius: 8px;
}
.main-contents-list-title {
	margin-bottom: 10px;
}
.main-contents-list-item ul {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 10px;
}
.main-contents-list-item li {}

.main-subsidy {
	margin-bottom: 106px;
	padding: 0 0 74px;
	background: #e2f5fa;
}
.main-subsidy-title {
	margin-bottom: 60px;
	text-align: center;
}
.main-subsidy-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-subsidy-img {
	margin-bottom: 50px;
}
.main-subsidy-img img {}
.main-subsidy-sub {
	margin-bottom: 50px;
	text-align: center;
}
.main-subsidy-text {
	margin-bottom: 30px;
	text-align: center;
}
.main-subsidy-more {
	margin: 50px auto 106px;
	text-align: center;
}
.main-subsidy-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-subsidy-list-item {
	text-align: center;
}
.main-subsidy-list-title {
	margin-bottom: 40px;
}
.main-subsidy-list-text {
	color: #3b3b3b;
	font-size: 15px;
}
.main-subsidy-list-text h5 {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
}
.main-subsidy-list-text p {}
.main-subsidy-more02 {
	margin: 50px auto 0;
	text-align: center;
}

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

.main-blog {
	margin-bottom: 114px;
}
.main-blog-title {
	margin-bottom: 34px;
	text-align: center;
}
.main-blog-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-blog-list-item {}
.main-blog-list-img {
	position: relative;
	margin-bottom: 10px;
}
.main-blog-list-img img {}
.main-blog-list-icon {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 10;
}
.main-blog-list-cat {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin-right: 10px;
	z-index: 10;
}
.main-blog-list-cat a {
	display: block;
	padding: 10px 20px;
	background: #4d85c5;
	color: #fff;
	font-size: 11px;
	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-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	margin-right: 10px;
}
.main-blog-list-text {
	display: none;
	font-size: 12px;
}
.main-blog-more {
	margin-top: 40px;
	text-align: center;
}
.main-blog .scroll-area{
	/* max-height: 100px; */
}

.main-contact {
	padding: 95px 0 112px;
	background: url(/images/default/main-contact-bg.png) no-repeat top center / cover;
}
.main-contact-title {
	text-align: center;
	margin-bottom: 65px;
}
.main-contact-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-contact-text {
	margin-bottom: 50px;
	padding: 0 60px;
	color: #3b3b3b;
	font-size: 16px;
}
.main-contact-text p {}
.main-contact-text ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.main-contact-text li {
	position: relative;
	padding-left: 30px;
}
.main-contact-text li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 22px;
	height: 24px;
	background: url(/images/default/main-contact-list-icon.png) no-repeat top left;
}
.main-contact .main-form {
	padding: 50px 10px 40px;
	background: rgba(255,255,255,0.7);
}
.main-contact .main-form-sub {
	margin-bottom: 40px;
	text-align: center;
}
.main-contact .main-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: center; /* flex-start flex-end center nowrap space-between */
}
.main-contact .main-form-list li {
	position: relative;
	width: 334px;
	height: 100px;
}
.main-contact .main-form-list li:nth-child(1) {
	padding: 20px 10px;
	line-height: 1.2;
	text-align: center;
	background: #d7d7d7;
	border-radius: 10px;
}
.main-form-list li:not(:last-child) { margin-right: 10px; }
.main-form-list-tel {
	color: #3b3b3b;
	font-size: 32px;
	font-weight: bold;
}
.main-form-list-tel:before {
	content: '\f879';
	color: #915ea3;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	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;
}
.main-form-list-time {
	/* text-align: right; */
}
.main-form-list-a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-form-list li:hover {
	opacity: 0.8;
	/* background: rgba(255,255,255,0.2); */
}


/* 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 {
	/* background: url(/images/default/footer-bg.png) no-repeat center center / cover; */
	background: #f6f6f6;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 94px 0;
}

.footer-about {
	text-align: left;
	margin-bottom: 60px;
}
.footer-about-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0;
}
.footer-about-textbox {}
.footer-logo {
	margin-bottom: 30px;
}
.footer-about-text {}
.footer-about-text p {}
.footer-about-text table {
	width: 100%;
}
.footer-about-text table tr {
	vertical-align: top;
}
.footer-about-text table th,
.footer-about-text table td {
	padding: 4px 0;
}
.footer-about-text table th {
	width: 24%;
}
.footer-about-text table td {}

.footer-nav {
}
.footer-nav {
	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 */
}
.footer-nav ul {
	margin-right: 120px;
}
.footer-nav li {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 3;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-banner {}
.footer-banner-inenr {}
.footer-banner-list {}
.footer-banner-list li {
	margin: 0 10px;
}

.footer-copyright {
	height: 55px;
	color: #4e4e4e;
	font-size: 11px;
	text-align: center;
	line-height: 55px;
	background: #ddd;
}

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


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


/* heading */
.page-title-wrap {
	margin: 0 0 10px 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: 42px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 10px 20px;
	color: #3b3b3b;
	font-size: 24px;
	font-weight: bold;
	background: #d7d7d7;
	border-left: 6px #915ea3 solid;
	border-radius: 6px;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px #dcdcdc solid;
	margin: 2.4rem 0 1.8rem 0;
}
.entry-content h3:before, .h3:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 20%;
	height: 2px;
	background: #4d85c5;
}
.entry-content h4, .h4 {
	padding: 5px 10px;
	color: #4d85c5;
	font-size: 18px;
	font-weight: bold;
	background: #e2f5fa;
	border-left: 2px solid #c2dfe7;
}
.entry-content h5, .h5 {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dashed #c2dfe7;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	margin-bottom: 30px;
}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 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; */
}


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

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

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

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