@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: var(--bodyBgColor);
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: "Noto Sans JP", serif;
	color: var(--textColor);
}
a {
	color: var(--textColorSub);
	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;
}
*/

.noto{
	font-family: "Noto Sans JP", serif;
}
.ja{
	font-family: "Shippori Mincho", serif;
}
.en{
	font-family: "Cormorant Garamond", serif;
}


.grecaptcha-badge { visibility: hidden; }

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	padding-top: calc((8 /192) * 100vw);
	overflow: hidden;
}

.tab-parts{
	display: none;
}

/* fixed
------------------------------------------*/
#fixed-btn {
    position: fixed;
    top: calc((135 / 1920) * 100vw);
    right: 0;
    z-index: 999;
	ul{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: calc((1 / 192) * 100vw);
		li{
			a{
				display: flex;
				align-items: center;
				height: calc((4 / 192) * 100vw);
				font-weight: 600;
				&:hover{
					opacity: 1;
				}
				img{
					width: calc((4 / 192) * 100vw);
				}
				span.text{
					display: block;
					height: calc((4 / 192) * 100vw);
					line-height: calc((4 / 192) * 100vw);
					color: var(--bodyBgColor);
					font-size: calc((14/ 1920) * 100vw);
					width: calc((20 / 192) * 100vw);
					text-align: left;
					padding-left: .5em;
				}
				-webkit-transition-duration: .5s;
				-moz-transition-duration: .5s;
				-ms-transition-duration: .5s;
				-o-transition-duration: .5s;
				transition-duration: .5s;
			}
			a.rakuten{
				transform: translateX(calc((20 / 192) * 100vw));
				&:hover{
					transform: translateX(0);
				}
				span.text{
					background: #49cd00;
				}
			}
			a.jalan{
				transform: translateX(calc((20 / 192) * 100vw));
				img{
					background: var(--bodyBgColor);
				}
				&:hover{
					transform: translateX(0);
				}
				span.text{
					background: #ff6600;
				}
			}
			a.instagram{
				transform: translateX(calc((20 / 192) * 100vw));
				&:hover{
					transform: translateX(0);
				}
				span.text{
					background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
				}
			}
		}
	}
}


/* header
------------------------------------------*/
.hlogo{
	position: absolute;
	top: calc((29 / 192) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	width: calc((20 / 192) * 100vw);
	z-index: 99999;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	border-radius: .5s;
}
.hlogo.lower{
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(0);
	width: calc((15 / 192) * 100vw);
}
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 9999;
	.main{
		margin: 0 auto;
		padding: 0 calc((25 /1920) * 100vw) 0 calc(50vw - 540px);
		max-width: 100%;
		height: calc((8 /192) * 100vw);
		display: flex;
		justify-content: space-between;
		align-items: center;
		.gnav{
			&>ul{
				position: relative;
				zoom: 1;
				display: flex;
				justify-content: flex-start;
				align-items: center;
				gap: calc((2 /192) * 100vw);
				&>li{
					position: relative;
					&>a{
						color: var(--bodyBgColor);
						display: block;
						text-align: center;
						text-decoration: none;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						span{
							display: block;
						}
						.ja{
							font-size: max(calc((15/1920) * 100vw),13px);
						}
						&:hover {
							opacity: 0.7;
						}
					}
					ul{
						display: none;
						position: absolute;
						top: 100%;
						left: 0;
						width: 200px;
						background: rgba(255, 255, 255, 0.8);
						li{
							display: block;
							position: relative;
							z-index: 20;
							a{
								display: block;
								padding: 5px 10px;
								color: inherit;
								font-size: 12px;
								text-align: left !important;
								zoom: 1;
								&:hover{
									text-decoration: none;
									background: var(--bodyBgColor);
								}
							}
						}
					}
				}
			}
		}
		.hnav{
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: calc((2 /192) * 100vw);
			a{
				color: var(--bodyBgColor);
			}
			.tel{
				font-size: max(calc((2 /192) * 100vw),18px);
			}
			.btns{
				display: flex;
				justify-content: flex-end;
				align-items: center;
				gap: calc((25 /1920) * 100vw);
				a{
					display: block;
					width: calc((12 / 192) * 100vw);
					height: calc((25 / 1920) * 100vw);
					background: url(/images/base/arrow.png) no-repeat center bottom;
					-webkit-background-size: 100% auto;
					background-size: 100% auto;
					font-size: calc((15 /1920) * 100vw);
					text-align: left;
				}
			}
		}
	}
}

/* drawer
------------------------------------------*/
.header-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc((5 /192) * 100vw);
    height: calc((8 /192) * 100vw);
}
.drawer-btn-bar {
	margin: 0 0 0 calc((25 /1920) * -100vw);
	width: calc((5 /192) * 100vw);
	height: calc((2 /1920) * 100vw);
	background-color: var(--bodyBgColor);
}
.drawer-btn-bar:nth-child(1) {
	margin-left: calc((8 /1920) * 100vw);
	width: calc((15 /1920) * 100vw);
    -webkit-transform: translateY(-1vw);
    transform: translateY(-1vw);
}
.drawer-btn-bar:nth-child(2) {
	margin-left: calc((7.5 /1920) * -100vw);
	width: calc((3 /192) * 100vw);
    -webkit-transform: translateY(-.25vw);
    transform: translateY(-.25vw);
}
.drawer-btn-bar:nth-child(3) {
    -webkit-transform: translateY(.5vw);
    transform: translateY(.5vw);
}
.drawer-btn-text{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: calc((15 /1920) * 100vw);
	font-weight: 500;
}
.is-drawer-open .drawer-btn-bar:nth-child(1) {
	width: calc((5 /192) * 100vw);
	margin: 0 0 0 calc((25 /1920) * -100vw);
}
.drawer-bg{
	top: calc((8 /192) * 100vw);
	background: none;
}
.drawer-menu {
	position: fixed;
	padding: 10px 0 30px 40px;
	width: 300px;
	top: calc((8 /192) * 100vw);
    right: 0;
	left: auto;
    z-index: 100;
    background: rgba(0,0,0,.6);
}
.drawer-menu ul li{
	color: var(--bodyBgColor);
	text-align: left;
	border: none;
	padding: 0;
}
.drawer-menu ul li a{
	color: var(--bodyBgColor);
}
.simple-accordion-is-animation .simple-accordion-btn::after, .simple-accordion-is-animation .simple-accordion-btn::before{
	background: var(--bodyBgColor);
	right: calc((5 /192) * 100vw);
}


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

#mainimage {
    position: relative;
    overflow: hidden;
    margin: calc((8 /192) * -100vw) auto 0;
	.main{
		margin: 0 auto;
		width: 100%;
		.slideshow {
			width: 100%;
			.slick-slide {
				backface-visibility: hidden;
				width: 100%;
				img {
					width: 100%;
				}
			}
		}
	}
	.mv-catch {
		position: absolute;
		bottom: calc((15 / 192) * 100vw);
		right: 0;
		left: 0;
		text-align: center;
		transform: translateY(-50%);
		color: var(--bodyBgColor);
		font-size: calc((38 / 1920) * 100vw);
		text-shadow: 7px 7px 7px rgba(0,0,0,.8), -7px 7px 7px rgba(0,0,0,.8), 7px -7px 7px rgba(0,0,0,.8), -7px -7px 7px rgba(0,0,0,.8), 7px 0px 7px rgba(0,0,0,.8), 0px 7px 7px rgba(0,0,0,.8), -7px 0px 7px rgba(0,0,0,.8), 0px -7px 7px rgba(0,0,0,.8);
		
	}
}


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

#main {
	max-width: 1080px;
	text-align: left;
}
.home #content-inner{
	padding: 0;
	max-width: unset;
}
.home #main {
	max-width: unset;
	text-align: center;
}

/* common */
.home a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: inherit;
}
.home a:hover{
	opacity: .7;
}

.common{
	padding: 50px 0;
}
.common-title {
	margin-bottom: 25px;
	line-height: 1.3;
}

.common-title span {
    display: block;
}

.common-title .en {
    font-size: 49px;
    font-weight: 500;
}

.common-title .ja {
    font-size: 17px;
}

.common-btn a {
    position: relative;
	display: inline-block;
	padding: 0 40px 5px 5px;
    text-align: left;
	font-size: 28px;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	border-bottom: var(--textColor) 1px solid;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	&:hover{
		opacity: .7;
	}
	&::before{
		display: block;
		content: '';
		position: absolute;
		bottom: 3px;
		right: 0;
		width: 15px;
		border-bottom: var(--textColor) 1px solid;
		transform: rotate(30deg);
	}
	&::after{
		display: block;
		content: '';
		position: absolute;
		bottom: -25px;
		right: -20px;
		width: 50px;
		height: 50px;
		border: var(--textColor) 1px solid;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}

.common-btn a:hover {
    opacity: 0.7;
}


img.noimage{
	border: var(--keyColorSub) 1px solid;
}

/* main */


/* news */
.main-news-wrapper {
	margin-bottom: 45px;
	background: url(/images/base/main-news-bg.png) repeat center 0;
	.main-news {
		margin: 0 auto;
		max-width: 980px;
		padding: 80px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: var(--bodyBgColor);
		h2{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: left;
			text-align: left;
			width: 180px;
			.en{
				line-height: 1.3;
			}
			.ja{
				margin: 1.5em 0 3.0em;
			}
			.common-btn{
				a{
					width: 143px;
					height: 51px;
					color: var(--bodyBgColor);
					font-size: 18px;
					background: url(/images/base/main-news-btn-bg.png) no-repeat center center / cover;
					padding: 0;
					border: none;
					&::before,
					&::after{
						display: none;
					}
				}
			}
		}
		.main{
			width: calc(100% - 180px);
			ul{
				li{
					padding: .5em 0;
					border-bottom: var(--bodyBgColor) 1px solid;
					h3{
						text-align: left;
						font-size: 15px;
						font-weight: 400;
						line-height: 1.3;
						span{
							display: inline-block;
						}
						.meta{
							display: flex;
							justify-content: flex-start;
							align-items: center;
							gap: 1.0em;
						}
						a{
							display: -webkit-box;
							-webkit-line-clamp: 1;
							-webkit-box-orient: vertical;
							overflow: hidden;
						}
					}
				}
			}
		}
	}
}

/* concept */
.main-concept{
	position: relative;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	.images{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		.image{
			position: absolute;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			img{
				width: 100%;
			}
		}
		.image01{
			top: 0;
			left: 0;
			width: calc((54 / 192) * 100vw);
			aspect-ratio: 27/ 17;
		}
		.image02{
			bottom: 50px;
			left: calc(50vw - 550px);
			width: calc((35 / 192) * 100vw);
			aspect-ratio: 35/ 23;
			z-index: 10;
		}
		.image03{
			top: 50px;
			right: 0;
			width: calc((86 / 192) * 100vw);
			aspect-ratio: 43/ 23;
		}
		.image04{
			bottom: calc((10 / 192) * -100vw);
			right: 0;
			width: calc((40 / 192) * 100vw);
			aspect-ratio: 40/ 29;
			z-index: 10;
		}
	}
	.texts{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		max-width: 620px;
		text-align: left;
		text-shadow: 3px 3px 3px rgba(255,255,255,.7), -3px 3px 3px rgba(255,255,255,.7), 3px -3px 3px rgba(255,255,255,.7), -3px -3px 3px rgba(255,255,255,.7), 3px 0px 3px rgba(255,255,255,.7), 0px 3px 3px rgba(255,255,255,.7), -3px 0px 3px rgba(255,255,255,.7), 0px -3px 3px rgba(255,255,255,.7);
		h2{
			font-size: 38px;
			font-weight: 400;
			margin-bottom: .5em;
			line-height: 1.3;
		}
		.text{
			font-size: 18px;
			line-height: 1.3;
		}
	}
}

/* plan */
.main-plan {
	.main{
		margin: 0 auto;
		max-width: 1080px;
		ul{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 30px 12px;
			li{
				h3{
					text-align: left;
					font-size: 23px;
					font-weight: 700;
					margin: .3em 0 .5em;
				}
				.text{
					text-align: left;
				}
			}
		}
	}
}

/* contents */
.main-contents {
	.main{
		margin: 0 auto;
		max-width: 1080px;
		ul{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			gap: calc((9 / 192) * 100vw);
			li{
				display: flex;
				justify-content: space-between;
				align-items: center;
				.image{
					width: calc(620px + (50vw - 540px));
					margin-left: calc((50vw - 540px) * -1);
				}
				.texts{
					width: 420px;
					text-align: left;
					h2{
						font-size: max(calc((32 / 1920) * 100vw),29px);
						font-weight: 700;
						margin-bottom: .5em;
						letter-spacing: -.05em;
					}
					h3{
						font-size: max(calc((21 / 1920) * 100vw),18px);
						font-weight: 400;
						margin-bottom: 1.0em;
						line-height: 1.3;
					}
					.text{
						font-size: max(calc((16 / 1920) * 100vw),14px);
						margin-bottom: 3.0em;
					}
					.common-btn{
						a{
							font-size: max(calc((28 / 1920) * 100vw),25px);
						}
					}
				}
				&:nth-child(even) {
					flex-flow: row-reverse;
					.image {
						margin: 0 calc((50vw - 540px) * -1) 0 0;
					}
				}
			}
		}
	}
}

.main-instagram{
	margin: 0 auto;
	max-width: 1080px;
}



/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}



/* footer
------------------------------------------*/
.footer-map{
	margin-top: 80px;
	height: 600px;
	.googlemap{
		iframe{
			height: 600px;
			filter: grayscale(100%);
		}
	}
}
#footer {
    background: url(/images/base/footer-bg.png) no-repeat center center / cover;
	color: var(--bodyBgColor);
	padding-bottom: 100px;
	.main{
		padding: 80px 0;
		.fnav{
			margin-bottom: 50px;
			ul{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 30px;
				li{
					a{
						font-size: 15px;
						font-weight: 400;
					}
				}
			}
		}
		.logo{
			margin: 0 auto 50px;
			width: 220px;
		}
		.about{
		}
		.tel{
			margin-bottom: 50px;
			font-size: 20px;
			font-weight: 400;
			i{
				font-size: 16px;
				margin-right: .3em;
			}
			a{
				color: var(--bodyBgColor);
			}
		}
		.link{
			ul{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 40px;
				li{
					a{
						display: block;
						width: 120px;
						height: 25px;
						background: url(/images/base/arrow.png) no-repeat center bottom;
						-webkit-background-size: 100% auto;
						background-size: 100% auto;
						font-size: 15px;
						text-align: left;
						padding-bottom: 1.0em;
						color: var(--bodyBgColor);
					}
				}
			}
		}
	}
	.copyright{
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: var(--bodyBgColor);
		color: var(--textColorSub);
		font-size: 13px;
		border-bottom: var(--keyColor) 5px solid;
	}
}




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


/* fixed-calendar
------------------------------------------*/
#fixed-calendar{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	background: var(--bodyBgColor);
	.main{
		margin: 0 auto;
		max-width: 1080px;
		height: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		h2{
			text-align: left;
			width: 350px;
			border-right: var(--keyColor) 1px solid;
			span{
				display: block;
				font-size: 11px;
				font-weight: 400;
			}
		}
		table{
			width: calc(100% - 370px);
			text-align: left;
			padding: 0;
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;
			th{
				font-size: 12px;
				text-align: center;
				background: #fafafa;
				border: #ddd 1px solid;
				span{
					font-size: 10px;
				}
			}
			th.sat{
				background: #55e;
				color: #fff;
			}
			th.sun{
				background: #e55;
				color: #fff;
			}
			td{
				font-size: 13px;
				text-align: center;
				border: #ddd 1px solid;
			}
		}
	}
}

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


/* heading */
.page-title-area{
	margin-top: calc((8 /192) * -100vw);
    background: url(/images/base/footer-bg.png) repeat center center;
}
.page-title-area-main{
	margin: 0 auto;
	max-width: 1080px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page-title {
	padding-top: calc((8 /192) * 100vw);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	text-shadow: 5px 5px 5px rgba(0,0,0,.1), -5px 5px 5px rgba(0,0,0,.1), 5px -5px 5px rgba(0,0,0,.1), -5px -5px 5px rgba(0,0,0,.1), 5px 0px 5px rgba(0,0,0,.1), 0px 5px 5px rgba(0,0,0,.1), -5px 0px 5px rgba(0,0,0,.1), 0px -5px 5px rgba(0,0,0,.1);

}

.entry-title, .entry-content h2:not([class]) {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 0 20px 20px;
	font-size: 25px;
	font-weight: bold;
	background: var(--keyColor);
	color: #fff;
	font-family: "Shippori Mincho", serif;
}
.entry-content h2:not([class]):before, .entry-title:before{
	padding-right: 10px;
	content: '\f138';
	font-size: 20px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
.entry-content h2:not([class]):after, .entry-title:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	border-bottom: var(--keyColor) 2px solid;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin: 0 0 10px;
	position: relative;
	padding: 15px 5px 15px 0;
	color: var(--keyColor);
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid var(--keyColor);
	font-family: "Shippori Mincho", serif;
}
.entry-content h3:not([class]):after, .h3:after{
	display: block;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--keyColor);
}
.entry-content h4:not([class]),.gallery-detail-field h4, .h4{
	margin: 0 0 10px;
	padding: 5px;
	color: #000;
	font-size: 15px;
	font-family: "Shippori Mincho", serif;
}
.entry-content h4:not([class]):before, .h4:before{
	padding: 0 5px 0 0;
	content: '\f138';
	color: var(--keyColor);
	font-size: 13px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	font-family: "Shippori Mincho", serif;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.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
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.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: var(--keyColor);
	background-color: var(--keyColor);
	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: var(--keyColor);
	background-color: #fff;
	color: var(--keyColor);
}

/* pagination */
.page-link {
	border-color: var(--keyColor);
	color: var(--keyColor);
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
