@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 16px;
	line-height: 2;
	word-break: break-all;
	/* 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;
}
a {
	color: #53ab5d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #53ab5d;
	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;
	background: #fff;
}
body.home {
}
#container-inner {
	margin-bottom: 100px;
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 980px;
}
.home #content-inner {
	margin: 0 auto;
	padding-bottom: 0;
	width: 100%;
}
#main {
	text-align: left;
}
#main-inner {
	margin-bottom: 30px;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.jpg) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 200px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 4px;
	right: 0;
	color: #000;
	font-size: 11px;
}
.header-logo {
	position: absolute;
	top: 15px;
	left: 0;
}
.header-tel {
	position: absolute;
	top: 29px;
	right: 0;
	padding-top: 35px;
	background: url(/images/default/header-form.png) no-repeat top right;
}
.gnav {
	position: absolute;
	top: 110px;
	left: 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #ffea5c; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #000; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; font-weight: bold; background: #ffe63e; }
.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: 0 auto;
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.mainimage-top {
	position: absolute;
	top: 73px;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
}

/* slideshow */
.slideshow {
	/* margin: 0 -100px; */
}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 19px;
	height: 29px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 20px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 20px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dots {
}
.slideshow .slick-dots li {
}
.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;
}


/* main
------------------------------------------*/
.main-three {
	position: relative;
	width: 1080px;
	margin: -110px auto 0;
	padding: 54px 0;
	background: #ffea5c;
	border-radius: 28px;
}
.main-three:after {
	content: url(/images/default/main-icon01.png);
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}
.main-three-title {
	text-align: center;
}
.main-three-title:after {
	content: url(/images/default/main-three-icon.png);
	position: absolute;
	top: 27px;
	right: 12px;
}
.main-three-inner {
	width: 980px;
	margin: 0 auto;
	padding-top: 36px;
}
.main-three-list {
	text-align: center;
}
.main-three-list-item {
	display: inline-block;
}
.main-three-list-item:not(:last-child) { margin-right: 10px; }
.main-three-list-img {
	text-align: center;
}

.main-two {
	position: relative;
	margin: 30px 0 0;
	padding: 73px 0 102px;
	background: #f8f7f1;
}
.main-two:after {
	content: url(/images/default/main-icon02.png);
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}
.main-two-title {
	text-align: center;
}
.main-two-inner {
	width: 980px;
	margin: 55px auto 0;
}
.main-two-list {}
.main-two-list-item {
	width: 460px;
	background: #fff;
	border: 4px #dad6c1 solid;
	border-radius: 16px;
}
.main-two-list-item:nth-child(odd) { float: left; }
.main-two-list-item:nth-child(even) { float: right; }
.main-two-list-img {
	padding: 6px 7px 25px;
	text-align: center;
}
.main-two-list-img img {
	width: 438px;
	height: 249px;
	object-fit: cover;
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}
.main-two-list-text {
	padding: 0 20px 30px;
}
.main-two-list-text p {}
.main-two-list-text h3 {
	margin-bottom: 16px;
	text-align: center;
}

.main-plan {
	padding: 75px 0;
	background: url(/images/default/main-bg.jpg) repeat top -1px center;
}
.main-plan-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 53px 50px 70px;
	background: #fff;
	border-radius: 28px;
}
.main-plan-sub {
	margin-bottom: 32px;
	text-align: center;
}
.main-plan-title {
	text-align: center;
}
.main-plan-list {
	margin-top: 60px;
}
.main-plan-list-item {
	position: relative;
	margin-bottom: 30px;
	padding: 34px 0 34px;
	border: 4px #dad6c1 solid;
	border-radius: 16px;
}
.main-plan-list-item:last-child { margin-bottom: 0; }
.main-plan-list-icon {
	position: absolute;
	top: 34px;
	right: 25px;
	z-index: 10;
}
.main-plan-list-title {
	text-align: center;
}
.main-plan-section {
	width: 920px;
	margin: 70px auto 34px;
}
.main-plan-list-item:nth-child(odd) .main-plan-list-imgbox,
.main-plan-list-item:nth-child(odd) .main-plan-list-textbox { float: left; }
.main-plan-list-item:nth-child(even) .main-plan-list-imgbox,
.main-plan-list-item:nth-child(even) .main-plan-list-textbox { float: right; }
.main-plan-list-imgbox {
	position: relative;
	width: 50%;
	text-align: center;
}
.main-plan-list-img {
	width: 420px;
	height: 420px;
	object-fit: cover;
}
.main-plan-list-item:nth-child(odd) .main-plan-list-icon2 {
	position: absolute;
	top: -38px;
	left: -10px;
	z-index: 10;
}
.main-plan-list-item:nth-child(even) .main-plan-list-icon2 {
	position: absolute;
	top: -38px;
	right: -10px;
	z-index: 10;
}
.main-plan-list-textbox {
	width: 50%;
}
.main-plan-list-text {}
.main-plan-list-text ul {}
.main-plan-list-text ul li {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url(/images/default/main-plan-li.png) no-repeat left top 6px;
}
.main-plan-list-more {
	margin-top: 45px;
	text-align: center;
}

.main-message {
	position: relative;
	padding: 78px 0 122px;
}
.main-message:after {
	content: url(/images/default/main-icon03.png);
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}
.main-message-inner {
	width: 980px;
	margin: 0 auto;
}
.main-message-title {
}
.main-message-list {
	margin: 34px 0 0;
}
.main-message-list li {
	float: left;
}
.main-message-list li:nth-child(odd) { width: 560px; }
.main-message-list li:nth-child(even) { width: 420px; text-align: right; }
.main-message-text {}
.main-message-text p {
	margin-bottom: 30px;
}
.main-message-img {}
.main-message-img img {
	border-radius: 50%;
	overflow: hidden;
}

.main-contact {
	padding: 88px 0 87px;
	background: #ffea5c url(/images/default/main-contact-bg.png) no-repeat top 352px center;
}
.main-contact-title {
	text-align: center;
}
.main-contact-title.maintitle {
	margin: 32px 0 33px;
}
.main-contact-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 37px 51px;
	background: #fff;
	border-radius: 28px;
}
.main-contact-inner:before {
	content: url(/images/default/main-contact-icon.png);
	position: absolute;
	top: -36px;
	left: 75px;
	z-index: 10;
}
.main-contact-list {}
.main-contact-list-tel {
	padding-top: 84px;
	background: url(/images/default/main-contact-form.png) no-repeat right top;
}
.main-contact-list-mail {
	margin: 35px 0 35px;
	text-align: center;
}
.main-contact-about {
	color: #000;
	text-align: center;
}
.main-contact-about-item {
	display: inline-block;
	letter-spacing: -0.8px;
	text-align: left;
}
.main-contact-about li a {
	color: inherit;
}
.main-contact-area {
	width: 980px;
	min-height: 114px;
	margin: 60px auto 0;
	padding: 20px 0 20px 230px;
	font-size: 16px;
	border: 3px #fff solid;
	border-radius: 57px;
	background: url(/images/default/main-contact-area.png) no-repeat left center;
}

.main-news {
	padding: 122px 0 91px;
}
.main-news-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 183px 35px 55px;
	border: 6px #dad6c1 solid;
	background: #f8f7f1;
}
.main-news-title {
	position: absolute;
	top: -43px;
	left: 0;
	right: 0;
	text-align: center;
}
.main-news-list {}
.main-news-list-item {
	width: 440px;
}
.main-news-list-item:nth-child(odd) { float: left; }
.main-news-list-item:nth-child(even) { float: right; }
.main-news-list-img {
	border: 1px #c9c9c9 solid;
}
.main-news-list-img img {
	width: 438px;
	height: 278px;
	object-fit: cover;
}
.main-news-list-text {
	margin: 20px 0 5px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.8px;
	line-height: 36px;
}
.main-news-list-title {
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-news-list-title a {
	color: inherit;
}

.main-gallery {
	padding: 78px 0 101px;
	color: #000;
	background: url(/images/default/main-bg02.jpg) repeat;
}
.main-gallery-title {
	text-align: center;
}
.main-gallery-inner {
	width: 980px;
	margin: 0 auto;
}
.main-gallery-list {
	margin: 65px 0 53px;
}
.main-gallery-list-item {
	float: left;
	width: 310px;
	margin-right: 25px;
}
.main-gallery-list-img {
	border: 1px #ddd solid;
}
.main-gallery-list-img img {
	width: 308px;
	height: 218px;
	object-fit: cover;
}
.main-gallery-list-title a {
	color: inherit;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-gallery-more {
	text-align: center;
}
/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 36px;
	height: 36px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.main-gallery .slick-arrow.slick-prev {
	left: -56px;
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/gallery-prev.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: -56px;
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/gallery-next.png) no-repeat center center;
}

.main-blog {
	padding: 126px 0 113px;
}
.main-blog-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.main-blog-title {}
.main-blog-list {
	margin-top: 54px;
}
.main-blog-list-item {
	width: 230px;
	float: left;
    margin-right: 20px;
}
.main-blog-list-item:nth-child(4) { margin-right: 0; }
.main-blog-list-img {
	/* border: 1px #ccc solid; */
}
.main-blog-list-img img {
	width: 230px;
	height: 160px;
	object-fit: cover;
	background: #eee;
}
.main-blog-list-title {
	margin-top: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main-blog-list-title a {
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	display: block;
	color: #ffc000;
	font-size: 13px;
}
.main-blog-list-text {
	font-size: 12px;
	overflow: hidden;
}
.main-blog-more {
	position: absolute;
	top: 5px;
	right: 0;
}




/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	padding: 20px 0;
	background: #f8f7f1;
}
#footer-inner {
	margin: 0 auto;
	width: 980px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	background: #ffdf31;
}
.pagetop-btn-wrap2 {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer-pagetop {
	position: absolute;
	top: -34px;
	right: 0;
	z-index: 10;
}
.footer-logo {
	position: absolute;
	top: 19px;
	left: 0;
}
.footer-tel {
	position: absolute;
	top: 19px;
	right: 244px;
	padding-top: 32px;
	background: url(/images/default/footer-form.png) no-repeat top center;
}
.footer-mail {
	position: absolute;
	top: 19px;
	right: -3px;
}

.footer-contact-about {
	margin: 10px 0;
	color: #000;
	text-align: center;
}
.footer-contact-about-item {
	display: inline-block;
	font-size: 13px;
	letter-spacing: -0.8px;
	text-align: left;
}
.footer-contact-about-item p {
	float: right;
}
.footer-contact-about li a {
	color: inherit;
}

.footer-copyright {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
	color: #ffc000;
	font-size: 11px;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-warp {
	margin: 0 0 20px 0;
	background: url(/images/default/main-bg02.jpg) repeat;
}
.page-title {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
	color: #241a00;
	font-size: 36px;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 170px 20px 20px;
	font-size: 26px;
	font-weight: bold;
	background: #ffea5c;
	border-radius: 9px;
}
.entry-content h2:before, .entry-title:before {
	content: '\f138';
	color: #53ab5d;
	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 h2:after, .entry-title:after {
	content: url(/images/default/main-three-icon.png);
	position: absolute;
	bottom: -12px;
	right: 0;
	z-index:10;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 0 0 64px;
	color: #ffc000;
	font-size: 24px;
	background: url(/images/default/h3-icon.png) no-repeat left center;
	border-bottom: 4px #ffea5c solid;
}
.entry-content h4, .h4 {
	padding: 10px 10px 10px 6px;
	color: #53ab5d;
	font-size: 18px;
	font-weight: bold;
	background: #e7f9d8;
}
.entry-content h4:before, .h4:before {
	content: '\f138';
	color: #53ab5d;
	padding-right: 10px;
	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 {
	font-weight: bold;
	border-bottom: 1px #53ab5d dashed;
}


/* Breadcrumb
------------------------------------------*/

.breadcrumb-wrap {
	/* display:none; */
	width:100%;
	text-align:left;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '';
	/* 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
------------------------------------------*/
.post-type-archive-news .blog-nav-group,
.tax-news_category .blog-nav-group,
.single-news .blog-nav-group {
	display: none;
}
.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;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.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 {
	float: left;
	width: 24%;
	margin: 0 1% 20px 0;
	text-align: left;
}
.blog-nav:last-child {
	margin-right: 0;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
/* カテゴリとアーカイブが多い際にスクロールエリア化 */

/* .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;
} */


/* gallery-nav
------------------------------------------*/
.gallery-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.gallery-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.gallery-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.gallery-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;
}
.gallery-nav-list li li a {
	padding-left: 3.5rem;
}
.gallery-nav-list li li a::after {
	left: 2.25rem;
}
.gallery-nav-list li li li a {
	padding-left: 4rem;
}
.gallery-nav {
	float: left;
	width: 24%;
	margin: 0 1% 20px 0;
	text-align: left;
}
.gallery-nav:last-child {
	margin-right: 0;
}
.gallery-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

/* Gallery
------------------------------------------*/

/* archive */
.gallery-list {
}
.gallery-list-row {
}
.gallery-list-col {
	padding: 0 15px 15px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	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 10px 20px;
}
.ba-detail-main {
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	display: table-cell;
	width: 45%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.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: #53ab5d;
	background-color: #53ab5d;
	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: #444;
}

.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: #53ab5d;
	background-color: #fff;
	color: #53ab5d;
}

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