@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: #28a8c4;
	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: 980px;
	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: 980px;
	height: 170px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	color: #8b8b8b;
	font-size: 10px;
	line-height: 38px;
}
.header-logo {
	position: absolute;
	top: 24px;
	left: 0;
}
.header-form {
	position: absolute;
	top: 38px;
	right: 0;
}
.header-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: flex-end; /* flex-end center nowrap space-between */
}
.header-form-list-item {}
.header-form-list-item:not(:last-child) { margin-right: 10px; }

.gnav {
	position: absolute;
	top: 106px;
	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%; 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 0;
	background: #222;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1180px + 980px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	opacity: 0.8;
}
.slideshow .slick-active img {
	opacity: 1;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 40px;
	height: 70px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.slideshow .slick-arrow.slick-prev {
	left: -40px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: -40px;
}
.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: 30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #f0f1f1;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #32abc6;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	text-align: left;
	line-height: 2;
}

.template-type-gallery #main,
.template-type-blog #main {
	float: right;
	width: 740px;
}

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

.main-news {
	padding: 20px 0;
}
.main-news-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 160px 0 240px;
}
.main-news-title {
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translate(0, -50%);
}
.main-news-list {
}
.main-news-list-item {
	padding: 6px 0;
	font-size: 14px;
}
.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: 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: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.main-news .scroll-area{
	/* max-height: 100px; */
}

.main-point {
	margin-bottom: 56px;
	padding: 62px 0 76px;
	background: url(/images/default/main-point-bg.png) no-repeat center center / cover;
}
.main-point-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-point-inner {
	width: 980px;
	margin: 0 auto;
}
.main-point-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-point-list:before,
.main-point-list:after {
	content: '';
	position: absolute;
}
.main-point-list:before {
	top: -159px;
	right: -174px;
	width: 228px;
	height: 159px;
	background: url(/images/default/main-point-icon01.png) no-repeat top left / 100% auto;
}
.main-point-list:after {
	bottom: -216px;
	left: -97px;
	width: 148px;
	height: 216px;
	background: url(/images/default/main-point-icon02.png) no-repeat top left / 100% auto;
}
.main-point-list-item {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.main-point-list-img {
	position: relative;
	margin-bottom: 60px;
}
.main-point-list-img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100px;
	height: 110px;
	background: url(/images/default/main-point-list01.png) no-repeat top left / 100% auto;
}
.main-point-list-item:nth-child(2) .main-point-list-img:before {
	background: url(/images/default/main-point-list02.png) no-repeat top left / 100% auto;
}
.main-point-list-item:nth-child(3) .main-point-list-img:before {
	background: url(/images/default/main-point-list03.png) no-repeat top left / 100% auto;
}
.main-point-list-img img {
	width: 100%;
}
.main-point-list-textbox {
	padding: 0 20px 20px;
}
.main-point-list-title {
	margin-bottom: 10px;
	color: #28a8c4;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}
.main-point-list-text {}
.main-point-list-text p {}
.main-point-list-a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-point-list-a:hover {
	background: rgba(255,255,255,0.2);
}
.main-point-more {
	margin-top: 50px;
	text-align: center;
}

.main-menu {
	margin-bottom: 138px;
}
.main-menu-title {
	margin-bottom: 52px;
	text-align: center;
}
.main-menu-inner {
	width: 980px;
	margin: 0 auto;
}
.main-menu-list {}
.main-menu-list-item {
	position: relative;
	min-height: 500px;
	padding-top: 68px;
}
.main-menu-list-item:not(:last-child) { margin-bottom: 140px; }
.main-menu-list-img {
	position: absolute;
	top: 0;
}
.main-menu-list-item:nth-child(odd) .main-menu-list-img { left: -460px; }
.main-menu-list-item:nth-child(even) .main-menu-list-img { right: -460px; }
.main-menu-list-img img {
	width: 1100px;
	height: 500px;
	object-fit: cover;
}
.main-menu-list-textbox {
	position: absolute;
	top: 68px;
	width: 580px;
	padding: 40px 60px;
	background: #e9e9e9;
	border-radius: 20px;
}
.main-menu-list-item:nth-child(odd) .main-menu-list-textbox { right: -60px; }
.main-menu-list-item:nth-child(even) .main-menu-list-textbox { left: -60px; }
.main-menu-list-title {
	margin-bottom: 30px;
}
.main-menu-list-text {}
.main-menu-list-text p {}
.main-menu-list-text p:not(:last-child) { margin-bottom: 10px; }
.main-menu-list-more {
	margin-top: 30px;
}

.main-gallery {
	padding: 60px 0 76px;
	background: url(/images/default/bg01.png) repeat top left / auto auto;
}
.main-gallery-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-gallery-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-gallery-inner:before {
	content: '';
	position: absolute;
	bottom: -31px;
	right: -183px;
	width: 183px;
	height: 181px;
	background: url(/images/default/main-gallery-icon01.png) no-repeat top left / 100% auto;
}
.main-gallery-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0;
}
.main-gallery-list-item {
	position: relative;
}
.main-gallery-list-img {
	margin-bottom: 5px;
	background: #eee;
	border-radius: 8px;
	overflow: hidden;
}
.main-gallery-list-img img {
	width: 100%;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-list-cat {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 20px;
	background: #fff;
	z-index: 10;
}
.main-gallery-list-cat a {
	display: block;
	width: 60px;
	height: 60px;
	color: rgba(255,255,255,0.);
	font-size: 0;
	background: url(/images/default/main-gallery-cat-others.png) no-repeat top left / 100% auto;
}
.main-gallery-list-cat a.cat-drive {
	background: url(/images/default/main-gallery-cat-drive.png) no-repeat top left / 100% auto;
}
.main-gallery-list-cat a.cat-navi {
	background: url(/images/default/main-gallery-cat-navi.png) no-repeat top left / 100% auto;
}
.main-gallery-list-cat a.cat-monitor {
	background: url(/images/default/main-gallery-cat-monitor.png) no-repeat top left / 100% auto;
}
.main-gallery-list-cat a.cat-others {
	background: url(/images/default/main-gallery-cat-others.png) no-repeat top left / 100% auto;
}
.main-gallery-list-cat a:hover{
	opacity: .7;
}
.main-gallery-more {
	margin-top: 44px;
	text-align: center;
}

.main-bg {
	background: url(/images/default/main-bg-img.png) no-repeat center center / cover;
	background-attachment: fixed;
}
.main-bg-inner {
	min-height: 350px;
}

.main-price {
	padding: 61px 0 76px;
	background: #f0f1f1;
}
.main-price-title {
	margin-bottom: 37px;
	text-align: center;
}
.main-price-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-price-inner:before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: -30px;
	width: 137px;
	height: 117px;
	background: url(/images/default/main-price-icon01.png) no-repeat top left / 100% auto;
}
.main-price-textbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 80px;
	grid-row-gap: 0;
}
.main-price-text {
	width: 430px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
.main-price-text h3 {
	font-size: 16px;
}
.main-price-text p {}
.main-price-text p:not(:last-child) { margin-bottom: 10px; }
.main-price-img {
	width: 460px;
}
.main-price-img img {
	border-radius: 20px;
}
.main-price-more {
	margin-top: 50px;
	text-align: center;
}

.main-blog {
	padding: 80px 0 100px;
}
.main-blog-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-blog-inner:before {
	content: '';
	position: absolute;
	bottom: -52px;
	left: -160px;
	width: 160px;
	height: 128px;
	background: url(/images/default/main-blog-icon01.png) no-repeat top left / 100% auto;
}
.main-blog-title {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px #ddd solid;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0;
}
.main-blog-list-item {
	color: #343434;
	font-size: 14px;
}
.main-blog-list-img {
	margin-bottom: 5px;
	background: #eee;
	border-radius: 8px;
	overflow: hidden;
}
.main-blog-list-img img {
	width: 100%;
}
.main-blog-list-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	margin-right: 10px;
	color: #8b8b8b;
	font-size: 14px;
}
.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 {
	position: absolute;
	top: 0px;
	right: 0px;
}


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

/* footer
------------------------------------------*/
#footer {
	margin-bottom: 80px;
	border-top: 4px #28a8c4 solid;
}
#footer-inner {
	position: relative;
	width: 980px;
	padding: 50px 0 60px;
	margin: 0 auto;
}

.footer-about {}
.footer-about-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 0;
}
.footer-about-textbox {
	width: 300px;
	text-align: left;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-about-text {
	color: #28a8c4;
	font-size: 13px;
}

.footer-nav {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: space-between; /* flex-end center nowrap space-between */
	width: 740px;
	font-size: 13px;
	text-align: left;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li a:before {
	content: '\f0da';
	color: #28a8c4;/*#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;
}
.footer-nav > ul {
	padding: 0 10px;
}
.footer-nav > ul > li > ul {
	margin-left: 10px;
}
.footer-nav > ul > li > ul a:before {
	content: '\f0da';
	color: #8b8b8b;/*#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;
}

.footer-copyright {
	height: 40px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: #28a8c4;
}

.fix-form {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(90deg, #f39c15 0%, #f39c15 40%, #f1891a 40%, #f1891a 100%);
}
.fix-form-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 11px 460px;
	background: url(/images/default/fix-title.png) no-repeat center left / auto auto;
}
.pagetop-btn-wrap {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 20;
}
.fix-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: flex-end; /* flex-end center nowrap space-between */
}
.fix-form-list-item {}
.fix-form-list-item:not(:last-child) { margin-right: 10px; }

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


/* heading */
.page-title-wrap {
	padding: 70px 0;
	background: url(/images/default/bg01.png) repeat top left / auto auto;
}
.page-title-inner01 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.page-title-inner01:before {
	content: '';
	position: absolute;
	top: -30px;
	right: -183px;
	width: 183px;
	height: 181px;
	background: url(/images/default/main-gallery-icon01.png) no-repeat top left / 100% auto;
}
.page-title-inner02 {}
.page-title {
	display: none;
	color: #343434;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
}
.entry-title, .entry-content h2 {
	margin: 0 0 30px;
	padding: 10px 30px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #28a8c4;
	border-radius: 34px;
}
.entry-title:before, .entry-content h2:before {
	content: '\f0da';
	color: #f9e900;/*#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;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	margin: 2.4rem 0 2.2rem 0;
	padding: 5px 0 8px;
	color: #343434;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 4px solid #e9e9e9;
}
.entry-content h3:before, .h3:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	background: #28a8c4;
}
.entry-content h4, .h4 {
	margin: 1.4rem 0 0.8rem 0;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	content: '\f0da';
	color: #f4850d;/*#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;
}
.entry-content h5, .h5 {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px dashed #28a8c4;
}


/* 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-group {
	width: 220px;
}
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding: 4px 20px;
	color: #28a8c4;
	font-size: 16px;
	font-weight: bold;
	background: #e9e9e9;
	border-radius: 20px;
}
.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: 13px;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f0da';
	color: #f4850d;
	font-size: 13px;
	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 {
	margin-bottom: 30px;
}
.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: #28a8c4;
}

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

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

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