@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: var(--bodyBgColor);
	font-size: 16px;
}
body {
	line-height: 1.8;
	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;
}
*/


.tab-parts{
	display: none;
}

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

/* general
------------------------------------------*/
.grecaptcha-badge{
	display: none;
}
.sp-parts{
	display: none;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	&:hover{
		opacity: .7;
		text-decoration: none;
	}
}

.common{
	padding: 100px 0;
	position: relative;
	.letter{
		position: absolute;
		top: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: var(--bgColorSub);
		font-size: calc((9 / 182) * 100vw);
		font-weight: 700;
		text-align: left;
		line-height: 1.0;
		-ms-word-break: keep-all;
		word-break: keep-all;
		z-index: 1;
	}
	h2{
		margin: 0 auto 40px;
		max-width: 1120px;
		line-height: 1.3;
		text-align: left;
		position: relative;
		z-index: 10;
		span{
			display: block;
			&.en{
				font-size: 50px;
				font-weight: 600;
				color: var(--textColor);
				text-transform: uppercase;
			}
			&.ja{
				font-size: 20px;
				font-weight: 700;
				color: var(--keyColor);
			}
		}
	}
	.main{
		margin: 0 auto;
		max-width: 1120px;
		position: relative;
		z-index: 10;
		.btns{
			a{
				margin: 40px auto 0;
				padding: 0 2.0em;
				position: relative;
				display: inline-block;
				font-size: 14px;
				font-weight: 600;
				color: var(--textColor);
				background: var(--bodyBgColor);
				min-width: 200px;
				height: 50px;
				line-height: 50px;
				text-align: center;
				border: #A5A4A4 1px solid;
			}
		}
	}
}


/* header
------------------------------------------*/
#header {
	background: var(--bodyBgColor);
	padding: 0 calc((4 / 192) * 100vw);
	.main{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		.logo{
			width: calc((233 / 1920) * 100vw);
			min-width: 200px;
		}
		.hnav{
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: calc((3 / 192) * 100vw);
			.gnav{
				.gnav-list {
					position: relative;
					text-align: left;
					zoom: 1;
					display: flex;
					justify-content: flex-end;
					align-items: center;
					gap: calc((2 / 192) * 100vw);
					li{
						display: block;
						position: relative;
						z-index: 20;
						a{
							display: block;
							text-align: center;
							line-height: 1.2;
							span{
								display: block;
								&.ja{
									color: var(--textColor);
									font-size: max(calc((14/ 1920) * 100vw),12px);
									font-weight: 900;
								}
							}
						}
						ul {
							display: none;
							position: absolute;
							top: calc(100% + 15px);
							left: 0;
							width: 150%;
							background: rgba(255,255,255,.8);
							li{
								a{
									display: block;
									padding: 5px 10px;
									color: inherit;
									font-size: 14px;
									text-align: left;
									zoom: 1;
									&:hover {
										text-decoration: none;
										background: #fff;
									}
								}
								ul {
									top: 0;
									left: 100%;
									width: 100%;
								}
							}
						}
					}
				}
			}
			.contact{
				display: flex;
				justify-content: flex-end;
				align-items: center;
				gap: calc((2 / 192) * 100vw);
				.btns{
					display: flex;
					justify-content: flex-end;
					align-items: center;
					gap: calc((1 / 192) * 100vw);
					a{
						position: relative;
						display: block;
						width: calc((20 / 192) * 100vw);
						height: calc((5 / 192) * 100vw);
						min-width: 160px;
						line-height: calc((5 / 192) * 100vw);
						text-align: center;
						font-size: max(calc((14/ 1920) * 100vw),12px);
						font-weight: 600;
						&:first-child{
							background: var(--keyColor);
							color: var(--bodyBgColor);
						}
						&:last-child{
							background: var(--bodyBgColor);
							color: var(--keyColorSub);
							border: var(--keyColorSub) 1px solid;
						}
					}
				}
			}
		}
	}
}



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

#mainimage {
	position: relative;
	width: 100%;
	.main{
		width: 100%;
		margin: 0 auto;
		.slideshow {
			width: 100%;
			.slick-slide {
				position: relative;
				backface-visibility: hidden;
				.mv-catch{
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					left: calc(50vw - 540px);
					text-align: left;
					color: var(--textColor);
					h2{
						margin-bottom: .5em;
						font-size: calc((6 / 192) * 100vw);
						line-height: 1.2;
						font-weight: 600;
					}
					.copy{
						font-size: calc((3 / 192) * 100vw);
						line-height: 1.3;
						font-weight: 500;
					}
				}
				img{
					width: 100%;
				}
			}
			.slick-arrow{
				width: calc((5 / 192) * 100vw);
				height: calc((5 / 192) * 100vw);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				&::before {
					width: calc((5 / 192) * 100vw);
					height: calc((5 / 192) * 100vw);
					font-size: calc((2 / 192) * 100vw);
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					text-align: center;
					content: '\f104';
					font-weight: bold;
					font-family: 'Font Awesome 5 Free';
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					opacity: 1;
					color: var(--bodyBgColor);
					background: var(--keyColor);
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
				}
				&.slick-prev {
					left: calc((3 / 192) * 100vw);
				}
				&.slick-next {
					right: calc((3 / 192) * 100vw);
					&::before {
						transform: scale(-1, 1);
					}
				}
			}
			.slick-dotted {
				margin-bottom: calc((25 / 1920) * 100vw);
				.slick-dots {
					bottom: calc((25 / 1920) * -100vw);
					li{
						margin: 0 .2em;
						button{
							width: calc((8 / 1920) * 100vw);
							height: calc((8 / 1920) * 100vw);
							padding: 0;
							&::before {
								width: calc((8 / 1920) * 100vw);
								height: calc((8 / 1920) * 100vw);
								font-size: calc((8 / 1920) * 100vw);
								color: var(--borderColor);
							}
							&:hover,
							&:focus{
								&::before {
									color: var(--keyColor);
								}
							}
						}
						&.slick-active{
							button{
								&::before {
									color: var(--keyColor);
								}
							}
						}
					}
				}
			}
		}
	}
}


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

/*ワンカラム*/
#main {
	max-width: 1120px;
	text-align: left;
}
.home #content-inner{
	padding: 0;
	max-width: 100%;
}
.home #main {
	max-width: 100%;
	text-align: center;
}

.main-why{
	.letter{
		right: 40px;
	}
	.header{
		position: relative;
		z-index: 10;
		padding-right: 155px;
		max-width: 1120px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		h2{
			margin-bottom: 0;
		}
		.copy{
			font-size: 20px;
			text-align: left;
		}
	}
	.main{
		position: relative;
		z-index: 10;
		padding-left: 200px;
		.elements{
			ul{
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 25px 20px;
				li{
					position: relative;
					padding: 20px 10px;
					text-align: left;
					font-size: 30px;
					font-weight: 700;
					color: var(--keyColorSub);
					border: var(--borderColor) 1px solid;
					background: var(--bodyBgColor);
					&:nth-child(odd){
					}
					&::before,
					&::after{
						content: '';
						position: absolute;
					}
					&::before{
						top: -1px;
						left: 10px;
						right: 0;
						height: 1px;
						background: var(--bodyBgColor);
					}
					&::after{
						top: 0;
						right: -1px;
						bottom: 0;
						width: 1px;
						background: var(--bodyBgColor);
					}
				}
			}
		}
	}
	&::before{
		content: '';
		position: absolute;
		top: 65px;
		right: 0;
		width: calc((352 / 1920) * 100vw);
		height: calc((416 / 1920) * 100vw);
		z-index: 20;
		background: url(/images/base/main-why-image.png) no-repeat center center / cover;
	}
	&::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc((665 / 1920) * 100vw);
		height: calc((313 / 1920) * 100vw);
		z-index: 2;
		background: url(/images/base/main-why-image02.png) no-repeat center center / cover;
	}
}

.main-concerns{
	background: var(--bgColor);
	.letter{
		left: 40px;
		color: var(--textColor02);
	}
	.main{
		ul{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 25px;
			li{
				a{
					display: block;
					height: 120px;
					background: var(--bodyBgColor);
					display: flex;
					justify-content: space-between;
					align-items: center;
					padding: 0 10px;
					position: relative;
					&::before{
						content: '';
						position: absolute;
						bottom: 15px;
						left: 10px;
						right: 10px;
						height: 5px;
						-webkit-border-radius: 2.5em;
						-moz-border-radius: 2.5em;
						border-radius: 2.5em;
						background: var(--keyColor);
					}
					span{
						display: block;
						&.icon{
							width: 40px;
							text-align: center;
						}
						&.text{
							font-size: 25px;
							font-weight: 700;
							color: var(--textColor);
						}
					}
				}
			}
		}
	}
}

.main-top10{
	.letter{
		right: 40px;
	}
	.main{
		max-width: unset;
		ul{
			.slick-list{
				padding-top: 10px;
				li{
					margin: 0 15px;
					.image{
						margin-bottom: 15px;
						position: relative;
						.badge{
							position: absolute;
							z-index: 10;
							top: -10px;
							left: -10px;
							padding-top: .4em;
							width: 57px;
							height: 57px;
							font-size: 35px;
							background: url(/images/base/badge.png) no-repeat center center / cover;
							&.badge-1,&.badge-2,&.badge-3{
							}
							&.badge-1{
								width: 57px;
								height: 74px;
								background: url(/images/base/badge01.png) no-repeat center center / cover;
							}
							&.badge-2{
								width: 57px;
								height: 74px;
								background: url(/images/base/badge02.png) no-repeat center center / cover;
							}
							&.badge-3{
								width: 57px;
								height: 74px;
								background: url(/images/base/badge03.png) no-repeat center center / cover;
							}
						}
					}
					h3{
						text-align: left;
						a{
							display: block;
							color: var(--textColor);
							height: 4.0em;
						}
					}
					.price{
						text-align: right;
						font-size: 12px;
						color: var(--textColorSub);
					}
				}
			}
			.slick-arrow{
				top: 35%;
				width: calc((6 / 192) * 100vw);
				height: calc((6 / 192) * 100vw);
				&.slick-prev{
					left: calc(50vw - 640px);
					&::before{
						content: '\f0d9';
					}
				}
				&.slick-next{
					right: calc(50vw - 640px);
					&::before{
						content: '\f0da';
					}
				}
				&::before{
					font-weight: bold;
					font-family: 'Font Awesome 5 Free';
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					display: block;
					width:  calc((6 / 192) * 100vw);
					height: calc((6 / 192) * 100vw);
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					text-align: center;
					font-size: calc((2 / 192) * 100vw);
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
					opacity: 1;
					background: var(--keyColorSub);
				}
			}
		}
	}
}

.main-flow{
	background: var(--bgColor);
	.letter{
		left: 40px;
		color: var(--textColor02);
	}
	.main{
		ul{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 30px;
			li{
				.image{
					aspect-ratio: 350 / 230;
					width: 100%;
					overflow: hidden;
					position: relative;

					img {
						width: 100%;
						height: 100%;
						object-fit: cover;
						object-position: center;
						display: block;
					}
				}
				.texts{
					padding: 20px;
					text-align: left;
					background: var(--bodyBgColor);
					h3{
						font-size: 25px;
						line-height: 1.3;
						color: var(--keyColor);
						margin-bottom: .5em;
						font-weight: 700;
					}
					.text{
						font-size: 17px;
					}
				}
			}
		}
		.btns{
			margin-bottom: 50px;
			a{
				margin: 50px auto 20px;
                font-size: 28px;
                font-weight: 700;
                color: var(--bodyBgColor);
                background: var(--keyColor);
                min-width: 400px;
                height: 80px;
                line-height: 80px;
                border: none;
				-webkit-box-shadow: 2px 2px 2px 2px rgba(122,23,79,.5);
				-moz-box-shadow: 2px 2px 2px 2px rgba(122,23,79,.5);
				box-shadow: 2px 2px 2px 2px rgba(122,23,79,.5);
			}
			.header{
				font-size: 20px;
				font-weight: 700;
				strong{
					color: var(--keyColor);
					font-weight: 700;
				}
			}
		}
		.step{
			ul{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 80px;
				li{
					position: relative;
					width: 160px;
					text-align: center;
					.number{
						position: relative;
						z-index: 10;
						margin: 0 auto 15px;
						width: 96px;
						height: 82px;
						display: flex;
						flex-direction: column;
						justify-content: center;
						align-items: center;
						text-align: center;
						font-size: 35px;
						font-weight: 600;
						color: var(--bodyBgColor);
						background: var(--keyColor);
						clip-path: polygon(25% 0%, 75% 0%,100% 50%,75% 100%, 25% 100%,0% 50%);
					}
					.text{
						font-size: 25px;
						font-weight: 700;
					}
					&:nth-child(2),&:nth-child(3){
						.number{
							background: #E0A2B6;
						}
					}
					&:not(:last-child){
						&::after{
							content: '';
							position: absolute;
							top: 41px;
							right: -150px;
							width: 200px;
							border-bottom: #E0A2B6 3px solid;
						}
					}
				}
			}
		}
	}
}

.main-doctor{
	background: var(--bgColorSub);
	.letter{
		right: 40px;
		color: rgba(255,255,255,.4);
	}
	.main{
		background: var(--bodyBgColor);
		padding: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		>.text{
			font-size: 20px;
			h3{
				font-size: 30px;
				font-weight: 700;
				color: var(--keyColor);
				margin-bottom: .5em;
			}
			p{
				margin-bottom: 1.0em;
			}
		}
		.doctor{
			display: flex;
			justify-content: space-between;
			align-items: center;
			border: var(--keyColor) 1px solid;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			.texts{
				padding: 30px 0 30px 60px;
				width: 740px;
				text-align: left;
				h3{
					font-size: 30px;
					font-weight: 700;
					margin-bottom: .3em;
				}
				.text{
					font-size: 16px;
					line-height: 2.0;
				}
			}
			.image{
				overflow: hidden;
				-webkit-border-top-left-radius: 0;
				-webkit-border-top-right-radius: 29px;
				-webkit-border-bottom-right-radius: 29px;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius-topleft: 0;
				-moz-border-radius-topright: 29px;
				-moz-border-radius-bottomright: 29px;
				-moz-border-radius-bottomleft: 0;
			}
		}
	}
}

.main-news{
	.letter{
		left: 40px;
		top: 100px;
	}
	h2{
		.en{
			br{
				display: none;
			}
		}
	}
	.main{
		ul{
			li{
				height: 65px;
				h3{
					text-align: left;
					line-height: 65px;
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
					overflow: hidden;
					span{
						display: inline-block;
						&.date{
							margin-right: 1em;
						}
						&.cat{
							margin-right: 1em;
							a{
								display: block;
								height: 20px;
								line-height: 20px;
								font-size: 13px;
								padding: 0 1em;
								color: var(--bodyBgColor);
								background: var(--keyColor);
							}
						}
					}
					a{
						color: var(--textColor);
					}
				}
			}
		}
	}
}

.main-faq{
	.letter{
		top: 100px;
		right: 40px;
	}
	.main{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		.once{
			text-align: left;
			.header{
				position: relative;
				padding: 9px 80px 9px 30px;
				font-size: 20px;
				background: var(--bgColor);
				font-weight: 400;
				span{
					margin-right: 5px;
				}
				&::after{
					display: block;
					content: '+';
					margin-top: -25px;
					font-size: 30px;
					position: absolute;
					right: 30px;
					top: 50%;
				}
				&.open{
					&::after{
						content: '-';
						margin-top: -60px;
						font-size: 60px;
					}
				}
			}
			.text{
				display: none;
				background: #fff;
				padding: 20px 30px;
				font-size: 16px;
				border: var(--bgColor) 1px solid;
			}
			&:nth-child(even){
				.header{
					background: var(--bgColorSub);
				}
				.text{
					border: var(--bgColorSub) 1px solid;
				}
			}
		}
	}
	.btns{
		a{
			margin: 40px auto 0;
			padding: 0 2.0em;
			position: relative;
			display: inline-block;
			font-size: 14px;
			font-weight: 600;
			color: var(--textColor);
			background: var(--bodyBgColor);
			min-width: 200px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			border: #A5A4A4 1px solid;
		}
	}
}

.main-sns{
	background: var(--bgColor);
	ul{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
		li{
			text-align: center;
			.text{
				font-size: 30px;
				font-weight: 700;
				margin-top: .5em;
			}
		}
	}
}


/* footer
------------------------------------------*/
#footer {
	background: var(--bodyBgColor);
	.main{
		margin: 0 auto;
		padding: 100px 0;
		max-width: 1120px;
		.logo{
			margin: 0 auto 50px;
			width: 300px;
		}
		.fnav{
			ul{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 1.5em;
				li{
					a{
						display: block;
						color: var(--textColor);
						font-size: 14px;
						font-weight: 500;
					}
				}
			}
		}
	}
	.copyright{
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 11px;
		color: var(--bodyBgColor);
		background: var(--keyColor);
	}
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 9999;
	.pagetop-btn{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 60px;
		height: 60px;
		color: var(--bodyBgColor);
		background: var(--keyColorSub);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}



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


/* heading */
.page-title-area{
    background: var(--bgColor);
	.main{
		margin: 0 auto;
		max-width: 1120px;
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
.page-title {
	font-size: 30px;
	font-weight: bold;
}
.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: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	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 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 20px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 10px;
}
.gallery-list-title {
	font-size: 15px;
}
.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;
}
