@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: var(--bodyBgColor);
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
}
*/

.ja{
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.en{
	font-family: "Roboto", sans-serif;
}
.jam{
	font-family: "Zen Maru Gothic", sans-serif;
}
.jas{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ens{
	font-family: "Merriweather", serif;
}

.tab-parts{
	display: none;
}

/* Layout
------------------------------------------*/
body {
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

/* general
------------------------------------------*/
a{
	text-decoration: none;
	&:hover{
		text-decoration: none;
		color: inherit;
	}
}


/* header
------------------------------------------*/
#header {
	background: var(--bodyBgColor);
	border-top: var(--keyColorSub) 7px solid;
	.main{
		margin: 0 auto;
		max-width: 1150px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 120px;
		.logo{
			a{
				color: var(--textColor);
				font-size: 24px;
				font-weight: 700;
			}
		}
	}
}

#fixed-header{
	position: fixed;
	z-index: 9999;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	top: -70px;
	right: 0;
	left: 0;
	background: rgba(2, 31, 77, 0.8);
	.main{
		margin: 0 auto;
		max-width: 1150px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		.logo{
			a{
				color: var(--bodyBgColor);
				font-size: 20px;
				font-weight: 700;
			}
		}
		.gnav{
			.gnav-list {
				li{
					a{
						color: var(--bodyBgColor);
					}
					ul{
						top: 42px;
					}
				}
			}
		}
	}
}

.gnav{
	.gnav-list {
		position: relative;
		zoom: 1;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 56px;
		li{
			display: block;
			position: relative;
			z-index: 20;
			a{
				display: block;
				text-align: center;
				line-height: 1.2;
				color: var(--textColor);
				font-size: 14px;
				font-weight: 400;
				&:hover{
					color: var(--textColorSub);
				}
			}
			ul {
				display: none;
				position: absolute;
				top: 68px;
				left: 0;
				width: 220px;
				background: var(--keyColor);
				li{
					a{
						display: block;
						padding: 12px 28px 11px 28px;
						color: var(--bodyBgColor);
						font-size: 14px;
						text-align: left;
						zoom: 1;
						&:hover {
							opacity: 1 !important;
							text-decoration: none;
							background: var(--textColorSub);
							color: var(--bodyBgColor);
						}
					}
				}
			}
		}
	}
}


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

#mainimage {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	.main{
		position: relative;
		width: 1150px;
		margin: 0 auto;
		.slideshow {
			width: 100%;
			.slick-slide {
				position: relative;
				backface-visibility: hidden;
			}
		}
		.mv-topics{
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
			height: 60px;
			background: rgba(2, 31, 77, 0.8);
			display: flex;
			justify-content: space-between;
			align-items: center;
			h2{
				width: 118px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				color: var(--bodyBgColor);
				font-size: 26px;
				font-weight: 00;
				position: relative;
				&::after{
					content: '';
					position: absolute;
					top: 20px;
					right: 0;
					bottom: 20px;
					border-right: var(--bodyBgColor) 1px solid;
				}
			}
			.main{
				padding: 0 22px;
				text-align: left;
				ul{
					li{
						a{
							color: var(--bodyBgColor);
							font-size: 14px;
						}
					}
				}
			}
		}
	}
	.mv-catch{
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		text-align: center;
		transform: translateY(-50%);
		font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
		font-weight: 500;
		h2{
			font-size: 38px;
			text-shadow: 0 0 4px #fff;
			color: #000;
		}
		.copy{
			font-size: 22px;
			text-shadow: 0 0 4px #fff;
			color: var(--bodyBgColor);
		}
	}
}


/* content main
------------------------------------------*/
#content-inner {
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 120px;
}

#main {
	max-width: 100%;
	text-align: center;
}
.home #content-inner{
	max-width: 100%;
}
.single #main,
.archive #main {
	float: left;
	width: 800px;
	text-align: left;
}

/* content main
------------------------------------------*/
.main-message{
	padding: 50px 0 55px;
	h2{
		margin-bottom: 16px;
		font-size: 38px;
		color: var(--textColorSub);
		font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	.main{
		.copy{
			margin-bottom: 2.2em;
		}
	}
}
.main-news{
	margin: 0 auto 50px;
	max-width: 1150px;
	h2{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 56px;
		padding: 0 22px;
		background: var(--keyColor);
		span{
			&.title{
				font-size: 26px;
				color: var(--bodyBgColor);
			}
			&.btns{
				a{
					font-size: 14px;
					color: var(--bodyBgColor);
					&::after{
						content: '\f105';
						padding-left: .5em;
						font-weight: bold;
						font-family: 'Font Awesome 5 Free';
						line-height: 1;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
					}
				}
			}
		}		
	}
	.main{
		border: var(--borderColor) 1px solid;
		border-top: none;
		ul{
			li{
				text-align: left;
				a{
					display: block;
					padding: 15px 26px;
					color: var(--textColor);
					font-size: 14px;
				}
				&:not(:last-child){
					border-bottom: var(--borderColor) 1px solid;
				}
			}
		}
	}
}
.main-contents{
	margin: 0 auto;
	max-width: 1150px;
	padding: 60px 40px;
	background: var(--bgColor);
	h2{
		margin-bottom: 34px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 44px;
		.title{
			font-size: 30px;
			color: var(--textColorSub);
		}
		.btns{
			a{
				position: relative;
				display: block;
				width: 170px;
				height: 44px;
				line-height: 44px;
				text-align: center;
				background: var(--keyColor);
				color: var(--bodyBgColor);
				&:hover{
					background: var(--textColorSub);
					opacity: 1;
				}
			}
		}
	}
	.main{
		ul{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 34px 38px;
			li{
				.text{
					border: 1px solid #eee;
					background: var(--bodyBgColor);
					padding: 20px 24px;
					h3{
						text-align: left;
						height: 3.4em;
						a{
							display: block;
							line-height: 1.7;
							font-size: 14px;
							color: var(--textColor);
						}
					}
					.cat{
						text-align: left;
						a{
							display: inline-block;
							height: 28px;
							line-height: 28px;
							padding: 0 10px;
							font-size: 12px;
							text-align: center;
							text-decoration: none;
							color: var(--bodyBgColor);
							background: var(--keyColor);
						}
						&.cat-introduction,
						&.cat-yahoo,
						&.cat-extra{
							a{
								background: #E3D0C3;
							}
						}
						&.cat-basics{
							a{
								background: #7C967D;
							}
						}
						&.cat-mindset{
							a{
								background: #3526FF;
							}
						}
						&.cat-followup{
							a{
								background: #DBA8AF;
							}
						}
						&.cat-shoes{
							a{
								background: #23BFA0;
							}
						}
					}
				}
			}
		}
	}
}

/* content sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.single #sidebar,
.archive #sidebar {
	display: block;
	float: right;
	width: 300px;
	text-align: left;
}

.single-sideparts{
	h2{
		height: 55px;
		line-height: 55px;
		font-size: 14px;
		color: var(--bodyBgColor);
		padding: 0 20px;
		background: var(--keyColor);
	}
	&:first-child{
		h2{
			&::before {
				content: '\f0da';
				padding-right: .1em;
				font-weight: bold;
				font-family: 'Font Awesome 5 Free';
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 16px;
			}
		}
	}
}
.s-search{
	margin-bottom: 50px;
	h2{
		margin-bottom: 20px;
	}
	.main{
		.input-group{
			input{
				-webkit-border-radius: 0 !important;
				-moz-border-radius: 0 !important;
				border-radius: 0 !important;
				border: none !important;
				background: #f2f2f2;
				height: 40px;
			}
			.btn{
				-webkit-border-radius: 0 !important;
				-moz-border-radius: 0 !important;
				border-radius: 0 !important;
				border: none !important;
				background: #000;
				color: #fff;
				&:hover{
					background: #00698C;
					opacity: 1;
				}
			}
		}
	}
}

.s-nav {
	.main{
		>ul{
			>li{
				position: relative;
				border-bottom: 1px solid var(--borderColor);
				padding: 12px 8px;
				margin: 0;
				&:hover{
					cursor: pointer;
					span.count{
						opacity: .8;
					}
				}
				a{
					display: inline-block;
					position: relative;
					color: #666;
					font-size: 14px;
				}
				span.count{
					display: block;
					position: absolute;
					top: 10px;
					right: 10px;
					border: 1px solid var(--borderColor);
					width: 37px;
					height: 24px;
					line-height: 24px;
					text-align: center;
					font-size: 11px;
					border-radius: 2px;
				}
				ul{
					display: none;
					li{
						position: relative;
						border-top: 1px solid #ddd;
						padding: 12px 20px;
						margin: 12px -20px -12px;
						background: #eee;
						a{
							display: inline-block;
						}
						&:hover{
							&::before{
								position: absolute;
								top: 1.65em;
								left: 10px;
								content: '\f0da';
								color: #00698C;
								font-size: 12px;
								font-weight: bold;
								font-family: 'Font Awesome 5 Free';
								line-height: 1;
								-webkit-font-smoothing: antialiased;
								-moz-osx-font-smoothing: grayscale;
							}
							span.count{
								color: #fff !important;
								background: #00698C !important;
							}
						}
						span.count{
							display: block;
							position: absolute;
							top: 10px;
							right: 10px;
							background: #e1e1e1 !important;
							color: #111 !important;
							width: 35px;
							height: 28px;
							line-height: 28px;
							text-align: center;
							font-size: 11px;
							border-radius: 2px;
						}
					}
				}
			}
		}
	}
}


/* footer
------------------------------------------*/
.footer-info{
	background: var(--bgColor);
	.main{
		margin: 0 auto;
		padding: 60px 0 46px;
		width: 1150px;
		display: flex;
		justify-content: center;
		gap: 30px;
		.tradelaw{
			width: 300px;
			text-align: left;
			a{
				font-size: 12px;
				color: var(--textColor);
				&:hover{
					opacity: 1;
					color: var(--textColorSub);
				}
			}
		}
		.search{
			width: 300px;
			text-align: left;
			h2{
				color: var(--textColorSub);
				font-size: 14px;
				margin-bottom: 18px;
				&::before{
					content: '\f0da';
                        padding-right: .1em;
                        font-weight: bold;
                        font-family: 'Font Awesome 5 Free';
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
						font-size: 16px;
				}
			}
			.form{
				.btn.btn-secondary{
					background: var(--keyColor);
					color: var(--bodyBgColor);
				}
			}
		}
	}
}
#footer {
	background: var(--keyColor);
	.main{
		margin: 0 auto;
		width: 1150px;
		height: 80px;
		line-height: 80px;
		.logo{
			a{
				font-size: 24px;
				color: var(--bodyBgColor);
			}
		}
	}
	.copyright{
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 14px;
		color: var(--bodyBgColor);
		background: var(--textColorSub);
	}
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	.pagetop-btn{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 25px;
		width: 50px;
		height: 50px;
		color: var(--bodyBgColor);
		background: rgba(0, 0, 0, .3);
		&:hover{
			text-decoration: none;
		}
	}
}



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


/* heading */
.page-title {
	margin-bottom: 40px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	color: var(--textColorSub);
	text-align: left;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 500;
}
.archive{
	.page-title {
		padding: 15px 22px;
		font-size: 26px;
		font-weight: bold;
		color: var(--bodyBgColor);
		background: var(--keyColor);
		text-align: left;
	}
}
.entry-title, .entry-content h2:not([class]) {
	margin-bottom: 25px;
	padding: 10px 30px;
    color: var(--bodyBgColor);
    background: var(--keyColor);
	font-size: 25px;
	font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin-bottom: 25px;
	padding: 5px 10px;
	background: var(--bgColor);
	font-size: 20px;
	font-weight: bold;
	border-left: var(--keyColor) 3px solid;
}
.h4, .entry-content h4:not([class]) {
	margin-bottom: 25px;
	padding: 5px;
	border-left: var(--keyColor) 3px solid;
	font-size: 18px;
	font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	margin-bottom: 25px;
	padding: 5px;
	border-bottom: 1px dashed var(--keyColor);
	font-weight: bold;
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 0 0 10px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	background: none;
	font-size: 14px;
	color: #var(--keyColor);
	font-weight: 500;
	a{
		color: var(--textColorSub);
		font-weight: 400;
		&:hover{
			text-decoration: underline;
		}
	}
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	color: #999;
	font-size: 13px;
	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;
}

/* contents
------------------------------------------*/
.contents-copy{
	text-align: left;
	margin: -2.0em 0 2em;
}
.contents-main{
	padding: 48px;
	background-color: var(--bgColor);
	ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 38px 46px;
		li{
			.image{
				position: relative;
				width: 330px;
				height: 210px;
				overflow: hidden;
				img{
					transform: scale(1.1);
					-webkit-transition-duration: .6s;
					-moz-transition-duration: .6s;
					-ms-transition-duration: .6s;
					-o-transition-duration: .6s;
					transition-duration: .6s;
				}
				&:hover{
					background: #B59658;
					img{
						transform: scale(1.1) translateX(-4%);
						opacity: .7;
					}
				}
			}
			.text{
				text-align: left;
			    background: var(--bodyBgColor);
				padding: 18px 24px;
				h2{
					margin-bottom: 2.0em;
					a{
						color: var(--textColor);
                        font-weight: 700;
						font-size: 14px;
						&:hover{
							color: var(--textColorSub);
						}
					}
				}
				.cat{
					a{
						display: inline-block;
						text-align: center;
						padding: 0 15px;
						background: var(--keyColor);
						height: 28px;
						line-height: 28px;
						font-size: 12px;
						color: var(--bodyBgColor);
                        font-weight: 400;
						&:hover{
							color: #fff;
							background: #00698C;
						}
					}
				}
			}
		}
	}
	.back-top{
		margin-top: 30px;
		text-align: left;
		a{
			display: block;
			background: #888;
			width: 170px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			color: #fff;
			font-size: 14px;
		}
	}
}

.term-89,.term-80{
	.contents-main{
		ul{
			li{
				.text{
					.cat{
						a{
							background: #E3D0C3;
						}
					}
				}
			}
		}
	}
}
.term-76{
	.contents-main{
		ul{
			li{
				.text{
					.cat{
						a{
							background: var(--keyColor);
						}
					}
				}
			}
		}
	}
}
.term-82{
	.contents-main{
		ul{
			li{
				.text{
					.cat{
						a{
							background: #7C967D;
						}
					}
				}
			}
		}
	}
}


.entry-content h3.style3a {
	margin: 3em 0 1.5em;
    padding: 1.1em .2em 1em;
    font-size: 22px;
    font-weight: 400;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.entry-content h4.style4a {
	margin: 2.5em 2px 1.2em;
    padding: .3em 0 .3em .8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: none;
    border-left: 2px solid #222;
}
.entry-content .ytube{
	position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
	iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.page-image{
	margin-bottom: 50px;
	img{
		width: 100%;
	}
}

.contents-adjacent{
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: #ddd 1px solid;
		color: #333;
		.title{
			font-size: 14px;
			padding: 0 22px;
		}
		&.next{
			flex-flow: row-reverse;
		}
	}
}

.entry-relative{
	margin-top: 50px;
	padding: 0 30px 30px;
	background: #000;
	color: #fff;
	h2{
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}
	.entry-relative-main{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 27px;
		.relative-post{
			.image{
				margin-bottom: 15px;
			}
			h3{
				a{
					font-size: 14px;
					font-weight: 400;
					color: #fff;
				}
			}
		}
	}
}

.single-menu{
	.cat{
		ul{
			display: flex;
			justify-content: flex-start;
			align-items: center;
			li{
				a{
					display: inline-block;
					font-size: 12px;
					min-width: 75px;
					height: 28px;
					line-height: 28px;
					padding: 0 15px;
					text-align: center;
					text-decoration: none;
					background: rgba(227, 208, 195, 0.8);
					color: #fff;
				}
				&.business{
					a{
						background: var(--keyColor);
					}
				}
				&.basics{
					a{
						background: rgba(124, 150, 125, 0.8);
					}
				}
				&.category{
					a{
						background: #e3d0c3;
					}
				}
				&.followup{
					a{
						background: rgba(219, 168, 175, 0.8);
					}
				}
				&.mind,&.mindset{
					a{
						background: rgba(64, 80, 227, 0.8);
					}
				}
				&.online{
					a{
						background: rgba(166, 178, 200, 0.8);
					}
				}
			}
		}
	}
}

#wpmem_login,.login_status{
	text-align: left;
}

/* news
------------------------------------------*/
.news-title{
	background: var(--keyColor);
	color: var(--bodyBgColor);
	padding: 5px 22px;
    font-size: 26px;
}
.news-post{
	ul{
		li{
			a{
				display: block;
				padding: 60px 50px;
				border: #ddd 1px solid;
				border-top: none;
				color: var(--textColor);
				font-weight: 300;
				font-size: 14px;
				&:hover{
					color: var(--textColorSub);
				}
			}
		}
	}
	.back-top{
		margin-top: 30px;
		text-align: left;
		a{
			display: block;
			background: #aaa;
			width: 170px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			&:hover{
				background: var(--keyColor);
			}
		}
	}
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.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: #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: #9e9e9e;
	color: #fff;
}
