@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
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: #937d25;
	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 {
}
#header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
	height: 170px;
	margin: 0 auto;
	padding: 50px 20px 112px;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 11px;
	color: #a6a6a6;
}
.header-logo-wrap {
	display: flex;
	align-items: center;
}
.header-access{
	margin: 0 25px 0 35px;
	font-size: 14px;
	text-align: left;
	color: #333;
}
.header-more{}
.header-more a{
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 18px;
	border-radius: 188px;
	background: #efe8f4;
	font-size: 13px;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.header-more a::before{
	content: '\f105';
	color: #966fb5;
	padding-right: 5px;
	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-mail {
}
.header-mail ul{
	display: flex;
}
.header-mail li{
	margin-left: 5px;
}
.gnav {
	position: absolute;
	top: 112px;
	left: 0;
	width: 100%;
}

/* droppy */
.gnav-list {
	position: relative; text-align: left; zoom: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.gnav-list li { position: relative; z-index: 20; }
.gnav-list > li{
}
.gnav-list > li > a{
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border-left: 1px solid #cccccc;
	color: inherit;
	text-decoration: none;
}
.gnav-list > li:last-child > a{
	border-right: 1px solid #cccccc;
}
.gnav-list > li > a:hover{
	opacity: 0.7;
}

.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: 13px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #efe8f4; }
.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-bottom: 56px;
}
#mainimage::after {
	content:"";
	display: block;
	width: 845px;
	height: 253px;
	position: absolute;
	top: 271px;
	left: 150px;
	background: url(/images/default/p1-text.png) no-repeat 0 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1920px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 790px;
}

.main-plan{
	max-width: 1600px;
	margin: 0 auto;
}
.main-plan2{
	margin-bottom: 97px;
}
.main-plan-title{
	margin: 0 auto 47px;
	text-align: center;
}
.main-plan-title span{
	display: inline-block;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	border-radius: 33px;
	background: #bbad75;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.main-plan-list{
	display: flex;
	justify-content: center;
	margin: 0 -4px 72px;
}
.main-plan-list > li{
	position: relative;
	flex: 1 1 394px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 4px;
	padding: 10px;
	background: #efe8f4;
}
.main-plan-list > li > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-plan-list > li > a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.main-plan-img{
	margin-right: auto;
}
.main-plan-img img{
	width: 140px;
	height: 140px;
	object-fit: cover;
}
.main-plan-text{
	text-align: right;
	padding-right: 10px;
	line-height: 1.2;
	font-size: 18px;
}
.main-plan-text h3{
	font-size: 1.5vw;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.main-plan-text strong{
	font-size: 24px;
	font-weight: normal;
}
.main-plan-text span {
	font-size: 24px;
	font-weight: bold;
}
.main-plan-text span strong{
	font-size: 36px;
}
.main-plan-tel{
	margin-bottom: 42px;
	text-align: center;
}
.main-plan-more{
	width: 1080px;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	text-align: center;
}
.main-plan-more > a{
	position: relative;
	display: block;
	padding: 15px 9px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #937d25;
	text-decoration: none;
	background: url(/images/default/plan-more.png) no-repeat right 9px top 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-plan-more > a:hover{
	opacity: 0.7;
}
.main-plan-more-text{
	display: none;
	padding-bottom: 30px;
}

.main-top-title{
	margin-bottom: 100px;
}
.main-top-title img{
	width: 100%;
	height: 560px;
	object-fit: cover;
}
.main-top-text{
	margin-bottom: 70px;
	line-height: 1.8;
	text-align: center;
	font-size: 22px;
}

.main-promise {
	margin: 0 auto 84px;
	background: url(/images/default/promise-bg.jpg) no-repeat center 0 / cover;
}
.main-promise-title2 {
	position: absolute;
	top: -31px;
	left: 50%;
	transform: translateX(-50%);
}
.main-promise-inner {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 100px 130px 79px;
	background: #f9f3e8;
}
.main-promise-inner2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-promise-text {
	flex: 0 0 810px;
	font-size: 33px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	counter-reset: sample;
}
.main-promise-text li{
	display: flex;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #cccccc;
}
.main-promise-text li:last-child{
	margin: 0;
}
.main-promise-text li::before{
	counter-increment: sample;
	content:counter(sample);
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 22px;
	border-radius: 50%;
	background: #e7d8e2;
	text-align: center;
	font-size: 36px;
	color: #5e4670;
}
.main-promise-img {
	flex: 0 0 504px;
}
.main-promise-img ul{
	display: flex;
	flex-flow: row wrap;
}
.main-promise-img li{
	flex: 1 1 250px;
	margin-bottom: 4px;
}
.main-promise-img li:last-child{margin: 0;}

.main-promise-img li:not(:last-child) img{
	width: 250px;
	height: 200px;
	object-fit: cover;
}

.main-promise-more{
	margin-top: 47px;
	text-align: center;
}

.main-altar {
	max-width: 1600px;
	margin: 0 auto 120px;
}
.main-altar-title {
}
.main-altar-inner {}
.main-altar-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.main-altar-list > li{
	flex: 1 1 48%;
}
.main-altar-list-img {
	position: relative;
}
.main-altar-list-img::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 20px;
	padding: 30px 15px 40px;
	background:	url(/images/default/altar-h3.png) no-repeat 0 bottom / 100% auto,
				linear-gradient(to right, #a06cc8, #a06cc8) no-repeat 0 0 / 100% calc(100% - 21px);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	font-size: 30px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #fff;
}
.main-altar-text {
	max-width: 1080px;
	margin: 0 auto 70px;
	text-align: center;
	font-size: 18px;
}
.main-altar-text h3{
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 36px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.main-altar-img {
	max-width: 1080px;
	margin: 0 auto;
}
.main-altar-img ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
}
.main-altar-more{
	margin-top: 79px;
	text-align: center;
}

.main-staff {
	margin: 0 auto 121px;
}
.main-staff .main-top-text{
	margin-bottom: 100px;
}
.main-staff-list .slick-slide {
	width: 420px;
	margin: 0 10px;
	background: #efe8f4;
}
.main-staff-img {
	width: 420px;
	height: 280px;
	object-fit: cover;
}
.main-staff-text {
	padding: 25px 15px;
}
.main-staff-text h3{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.main-staff-more{
	margin-top: 107px;
	text-align: center;
}

/* dots */
.main-staff .slick-dotted {
}
.main-staff .slick-dots {
	bottom: -50px;
}
.main-staff .slick-dots li {
}
.main-staff .slick-dots li button::before {
	color: #eee;
}
.main-staff .slick-dots li button:hover::before,
.main-staff .slick-dots li button:focus::before,
.main-staff .slick-dots li.slick-active button::before {
	color: #4d4d4d;
}

.main-hall {}
.main-hall-top {
	text-align: center;
}
.main-hall-top h3{
	margin-bottom: 20px;
	font-size: 48px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.main-hall-top h3 small{
	display: block;
	font-size: 24px;
	opacity: 1;
}
.hall-caution{
	display: inline-block;
	min-width: 460px;
	height: 66px;
	line-height: 66px;
	margin: 0 auto 68px;
	padding: 0 50px;
	border: 1px solid #937d25;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #937d25;
}

.main-hall-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-hall-list{
	margin-bottom: 180px;
}

.main-hall-img img{
	width: 1080px;
	height: 720px;
	object-fit: cover;
}

.main-hall-text{
	text-align: center;
	font-size: 20px;
}
.main-hall-text h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.main-hall-more{
	margin-top: 60px;
	text-align: center;
}
/* dots */
.main-hall .slick-dotted {
}
.main-hall .slick-dots {
	display: flex;
	justify-content: space-between;
	bottom: -130px;
}
.main-hall .slick-dots li {
	flex: 1 1 25%;
	margin: 0 9px;
}
.main-hall .slick-dots li:first-child{
	margin-left: 0;
}
.main-hall .slick-dots li:last-child{
	margin-right: 0;
}
.main-hall .slick-dots li img{
	width: 100%;
	height: 110px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-hall .slick-dots li img:hover{
	opacity: 0.7;
}
.main-hall .slick-dots li button::before {
	color: #ccc;
}
.main-hall .slick-dots li button:hover::before,
.main-hall .slick-dots li button:focus::before,
.main-hall .slick-dots li.slick-active button::before {
	color: #666;
}

.hall2{
	margin: 99px 0 129px;
	padding: 70px 0 86px;
	background: #f9f3e8;
}
.hall2-inner{
	max-width: 1080px;
	margin: 0 auto;
}
.main-hall2-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.main-hall2-list > li > a{
	display: inline-block;
	padding: 8px 0;
	font-size: 20px;
	color: inherit;
}
.main-hall2-list > li > a::before{
	content: '\f105';
	color: #a06cc8;
	padding-right: 5px;
	transform: scale(0.9);
	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;
}

.mainbn{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto 130px;
}
.mainbn li{
	flex: 0 0 520px;
}
.mainbn li a{
	position: relative;
	display: block;
}
.mainbn li a::after{
	content: attr(data-text);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 30px 10px 30px 30px;
	background: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	font-size: 30px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #5e4670;
}

.main-message {
	position: relative;
	margin: 0 auto 117px;
	background: url(/images/default/message-bg.jpg) repeat center 0 / cover;
}
.main-message-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-message-img {
	position: absolute;
	top: 0;
	left: 49%;
	width: 100%;
	height: 100%;
}
.main-message-img img{
	width: 51%;
	height: 100%;
	object-fit: cover;
}
.main-message-text {
	padding: 76px 630px 87px 0;
	font-size: 20px;
}
.main-message-title {
	margin-bottom: 40px;
}
.main-message-text h3{
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #5e4670;
}
.main-message-text li:before{
	content:"・";
}
.main-message-more{
	margin-top: 35px;
}

.main-blog {
	max-width: 1080px;
	margin: 0 auto 130px;
}
.main-blog-title {
	margin-bottom: 65px;
	text-align: center;
}
.main-blog-inner {}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.main-blog-list-item {
	position: relative;
}
.main-blog-list-img {
	margin-bottom: 22px;
}
.main-blog-list-title {
}
.main-blog-list-title > a {
	display: block;
	font-size: 14px;
	color: inherit;
}
.main-blog-list-date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 2px;
	background: #bbad75;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.main-blog-list-date span{
	display: block;
}

.main-blog-list-text {
	font-size: 12px;
}
.main-blog-more {
	margin-top: 65px;
	text-align: center;
}

.main-con{
	margin: 0px 0 39px;
	padding: 50px 0 42px;
	background: url(/images/default/con-bg.jpg) no-repeat center center /cover;
}
.home  .main-con{
	margin: 196px 0 39px;
}
.main-con-inner{
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 312px;
	text-align: left;
}
.main-con-title{
	font-size: 36px;
	margin-bottom: 20px;
}
.main-con-text{
	margin: 15px 0;
	font-size: 18px;
}
.main-mail ul{
	display: flex;
	justify-content: space-between;
}
.main-mail li{
	flex: 0 0 380px;
}


/* 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: #f9f3e8;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 40px 0 62px;
	margin: 0 auto;
}

.footer-logo{
	margin-bottom: 25px;
}

.footer-about{
	font-size: 16px;
}
.footer-about p{
	margin-bottom: 20px;
}
.footer-about strong{
	font-size: 30px;
	font-weight: normal;
}
.footer-more a{
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	border-radius: 20px;
	background: #fff;
	font-size: 16px;
	color: inherit;
}
.footer-more a::before{
	content: '\f105';
	color: #a06cc8;
	padding-right: 5px;
	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: 61px;
	line-height: 60px;
	border-top: 1px solid #c9c9c9;
	text-align: center;
	font-size: 11px;
	color: #6e605d;
}

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


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


/* heading */
.page-title-wrap{
	padding: 80px 0;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center /cover;
}
.page-title {
	display: none;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	position: relative;
	align-items: center;
	display: flex;
	margin: 0 0 25px;
	padding: 16px;
	border-bottom: 1px solid #ccc;
	background: #bbad75;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.entry-title::before, .entry-content h2::before {
	content:"";
	display: block;
	width: 12px;
	height: 3px;
	background: #fff;
	margin-right: 12px;
}
.entry-title::after, .entry-content h2::after {
	content:"";
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #ddd6ba;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 15px 25px;
	border-bottom: 1px solid #937d25;
	background: #f9f3e8;
	font-size: 24px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	padding: 5px 3px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.entry-content h4::before, .h4::before {
	content: '\f138';
	color: #a383bb;
	padding-right: 5px;
	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;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 20px 0;
	padding: 0;
	background: none;
	font-size: 11px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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{
	float: left;
	width: 260px;
}
.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;
}
.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: #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: #9658c6;
	background-color: #9658c6;
	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: #bbad75;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9658c6;
	color: #fff;
}
