@charset "utf-8";

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

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

.trajan,.en{
	font-family: "trajan-pro-3", serif;
}
.gara{
	font-family: "cormorant-garamond", serif;
}


.grecaptcha-badge { visibility: hidden; }

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

.tab-parts{
	display: none;
}

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

.common{
	padding: 40px 0;
}
.common-title {
	span{
		display: block;
	}
	.en {
		font-size: 30px;
	}
	.ja {
		font-size: 15px;
	}
}


.common-btn a {
	display: block;
	padding-left: .5em;
	width: 164px;
	height: 50px;
	color: var(--textColorSub);
	font-size: 15px;
	background: url(/images/base/common-btn-bg.png) no-repeat center center / cover;
	font-family: "cormorant-garamond", serif;
	font-weight: 500;
	text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	&:hover {
		opacity: 0.7;
	}
}

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


/* float-menu
------------------------------------------*/
#float-menu{
	position: fixed;
	top: 5px;
	left: 0;
	z-index: 999;
	padding: 40px calc((2 / 192) * 100vw) 20px;
	background: rgba(255,255,255,.8);
	.logo{
		margin-bottom: calc((15 / 1920) * 100vw);
		width: calc((15 / 192) * 100vw);
	}
	.tel{
		margin-bottom: calc((15 / 1920) * 100vw);
		text-align: left;
		font-weight: 600;
		font-size: calc((23 / 1920) * 100vw);
		i{
		font-size: calc((2 / 192) * 100vw);
		margin-right: .2em;
		}
	}
	.hours{
		margin-bottom: calc((3 / 192) * 100vw);
		text-align: left;
		font-weight: 600;
		font-size: calc((17 / 1920) * 100vw);
		line-height: 1.2;
	}
	.fixed-menu {
		text-align: left;
		font-weight: 600;
		font-size: calc((18 / 1920) * 100vw);
		ul{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			gap: .5em;
			li{
				padding-left: calc((3 / 192) * 100vw);
				a{
					position: relative;
					color: var(--textColorSub);
					display: inline-block;
					height: calc((25 / 1920) * 100vw);
					line-height: calc((25 / 1920) * 100vw);
					padding: 0 .2em;
					background: none;
					-webkit-transition-duration: .3s;
					-moz-transition-duration: .3s;
					-ms-transition-duration: .3s;
					-o-transition-duration: .3s;
					transition-duration: .3s;
					&:hover{
						background: var(--keyColor);
						color: var(--bodyBgColor);
						&::before{
							display: block;
							content: '';
							position: absolute;
							top: 50%;
							transform: translateY(-50%);
							left: calc((3 / 192) * -100vw);
							width: calc((17 / 1920) * 100vw);
							height: calc((21 / 1920) * 100vw);
							background: url(/images/base/cutlery.png) no-repeat center center / cover;
						}
					}
				}
			}
		}
	}
}

/* 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{
			&:not(:last-child){
				a{
					-ms-writing-mode: tb-rl;
					writing-mode: vertical-rl;
					display: block;
					text-align: center;
					color: var(--bodyBgColor);
					background: var(--keyColor);
					font-size: calc((16 / 1920) * 100vw);
					width: calc((4 / 192) * 100vw);
					line-height: calc((4 / 192) * 100vw);
					padding: 1em 0;
				}
			}
			/*&:nth-child(2){
				a{
					background: #f0821f;
				}
			}*/
			&:last-child{
				a{
					font-size: calc((35 / 1920) * 100vw);
					color: var(--keyColor);
				}
			}
		}
	}
}



/* header
------------------------------------------*/
#header-btn{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
#header {
	background: var(--bodyBgColor);
	border-top: var(--keyColor) 5px solid;
	.main{
		margin: 0 auto;
		max-width: 980px;
		
		.gnav{
			&>ul{
				position: relative;
				height: 95px;
				zoom: 1;
				display: flex;
				justify-content: flex-end;
				align-items: flex-end;
				gap: 40px;
				&>li{
					display: block;
					position: relative;
					z-index: 20;
					a{
						span{
							display: block;
						}
						.en{
							font-size: 18px;
							font-weight: 600;
						}
						.ja{
							font-size: 11px;
							color: var(--textColorSub);
						}
					}
					ul{
						display: none;
						position: absolute;
						top: 100%;
						left: 0;
						width: 200%;
						background: rgba(255, 255, 255, 0.8);
						li{
							float: none;
							a{
								display: block;
								padding: 5px 10px;
								color: inherit;
								font-size: 12px;
								text-align: left !important;
								zoom: 1;
								&:hover{
									text-decoration: none;
									background: var(--bodyBgColor);
								}
							}
							ul{
								top: 0;
								left: 100%;
								width: 100%;
							}
						}
					}
				}
			}
		}
	}
}





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

#mainimage {
    position: relative;
    overflow: hidden;
    margin: 0 auto 50px;
	&>.main{
		margin: 0 auto;
		width: 100%;
		.slideshow {
			width: 100%;
			.slick-slide {
				backface-visibility: hidden;
				width: 100%;
				img{
					width: 100%;
				}
			}
		}
	}
	.scroll-pointer{
		position: absolute;
		bottom: calc((25 / 1920) * 100vw);
		right: calc((18 / 192) * 100vw);
		width: 16px;
		z-index: 100;
		h2{
			position: absolute;
			top: 15px;
			right: -14px;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			font-size: 15px;
			color: var(--textColorSub);
		}
		.main{
			position: relative;
			width: 1px;
			height: 150px;
			background: var(--keyColor);
			.circle{
				width: 9px;
				height: 9px;
				position: absolute;
				top: -15px;
				left: calc((4 / 1920) * -100vw);
				color: var(--textColorSub);
				font-size: 9px;
				-webkit-animation-duration: 1.2s;
				animation-duration: 1.2s;
				-webkit-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
				animation-name: RightToLeft;/* アニメーション名 */
				animation-iteration-count: infinite;/* アニメーションの繰り返し（無限）*/
			}
			&::before{
				position: absolute;
				bottom: -2px;
				right: -8px;
				display: block;
				content: '';
				width: 1px;
				height: 20px;
				background: var(--keyColor);
				transform: rotate(45deg);
			}
		}
	}
	.mv-catch {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-word-break: keep-all;
		word-break: keep-all;
		text-align: left;
		transform: translate(-50%,-50%);
		color: var(--bodyBgColor);
		font-size: 38px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-shadow: 3px 3px 3px rgba(0,0,0,.1), -3px 3px 3px rgba(0,0,0,.1), 3px -3px 3px rgba(0,0,0,.1), -3px -3px 3px rgba(0,0,0,.1), 3px 0px 3px rgba(0,0,0,.1), 0px 3px 3px rgba(0,0,0,.1), -3px 0px 3px rgba(0,0,0,.1), 0px -3px 3px rgba(0,0,0,.1);
	}
}

/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(0);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(150px);
  }
}


/* content main
------------------------------------------*/
/* general */
#content-inner {
	max-width: 980px;
	margin: 0 auto;
}

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

/* news */
.main-news-wrapper {
    background: var(--keyColor);
	.main-news {
		margin: 0 auto;
		max-width: 980px;
		padding: 20px 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: 124px;
					height: 37px;
					color: var(--bodyBgColor);
					font-size: 12px;
					background: url(/images/base/main-news-btn-bg.png) no-repeat center center / cover;
				}
			}
		}
		.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;
						}
					}
				}
			}
		}
	}
}

/* fagotto */
.main-fagotto {
    margin-bottom: 40px;
	height: 700px;
	position: relative;
	.main{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		max-width: 980px;
		height: 620px;
		h2{
			margin-bottom: 100px;
			color: var(--bodyBgColor);
			text-align: left;
		}
		.texts{
			position: absolute;
			bottom: 0;
			right: -50px;
			width: 700px;
			padding: 30px 40px;
			background: rgba(255,255,255,.9);
			h3{
				text-align: left;
				font-size: 22px;
				margin-bottom: .8em;
				color: var(--textColorSub);
				line-height: 1.3;
			}
			.text{
				text-align: left;
				font-size: 15px;
				margin-bottom: 1.0em;
				h4{
					font-size: 16px;
					margin: .8em 0;
					color: var(--textColorSub);
					line-height: 1.3;
				}
			}
			.common-btn{
				display: flex;
				justify-content: flex-end;
			}
		}
	}
}

/* ingredients */
.main-ingredients{
	margin: 0 auto;
	max-width: 980px;
	h2{
		margin-bottom: .5em;
		text-align: right;
		.ja{
			color: var(--keyColor);
		}
	}
	.main{
		display: flex;
		justify-content: space-between;
		align-items: center;
		.texts{
			width: 360px;
			text-align: left;
			h3{
				text-align: left;
				font-size: 22px;
				margin-bottom: .8em;
				color: var(--textColorSub);
				line-height: 1.3;
			}
			.text{
				text-align: left;
				font-size: 15px;
				margin-bottom: 5.0em;
			}
			.common-btn{
				display: flex;
				justify-content: flex-end;
			}
		}
		.image{
			position: relative;
			.caption{
				position: absolute;
				top: 200px;
				right: 0;
				text-align: right;
				.post{
					font-size: 20px;
				}
				.name{
					font-size: 25px;
				}
			}
		}
	}
}

/* dinner */
.main-dinner {
    margin-bottom: 40px;
	padding: 80px 0;
	height: 600px;
	position: relative;
	.main{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		max-width: 980px;
		height: 520px;
		h2{
			margin-bottom: 100px;
			color: var(--bodyBgColor);
			text-align: left;
		}
		.texts{
			position: absolute;
			top: -50px;
			right: -120px;
			width: 850px;
			padding: 30px 40px;
			background: rgba(255,255,255,.9);
			h3{
				text-align: left;
				font-size: 22px;
				margin-bottom: .8em;
				color: var(--textColorSub);
				line-height: 1.3;
			}
			.text{
				text-align: left;
				font-size: 15px;
				margin-bottom: 1.0em;
			}
			.common-btn{
				display: flex;
				justify-content: flex-end;
			}
		}
	}
}

/* wine */
.main-wine{
	margin: 0 auto;
	max-width: 980px;
	h2{
		margin-bottom: 90px;
		text-align: right;
		.ja{
			color: var(--keyColor);
		}
	}
	.main{
		position: relative;
		width: 100%;
		height: 350px;
		.texts{
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 500px;
			padding: 30px 40px;
			background: rgba(255,255,255,.9);
			text-align: left;
			h3{
				text-align: left;
				font-size: 22px;
				margin-bottom: .8em;
				color: var(--textColorSub);
				line-height: 1.3;
			}
			.text{
				text-align: left;
				font-size: 15px;
				margin-bottom: 1.0em;
			}
			.common-btn{
				display: flex;
				justify-content: flex-end;
			}
		}
		.image{
			position: absolute;
			top: -45px;
			right: -55px;
		}
	}
}


/* banner */
.main-banner {
    margin: 0 auto 40px;
    max-width: 980px;
	ul{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding: 0;
		list-style: none;
	}
}

/* shopinfo */
.main-shopinfo {
    margin: 0 auto;
    max-width: 980px;
	h2{
		margin-bottom: 60px;
		.ja{
			color: var(--keyColor);
		}
	}
	.main{
		display: flex;
		justify-content: space-between;
		align-items: center;
		.image{
			width: 600px;
		}
		.texts{
			width: 340px;
			text-align: left;
			h3{
				font-size: 22px;
				margin-bottom: 1.0em;
				
				
			}
			.text{
				table{
					margin-bottom: 2.0em;
					font-size: 15px;
					tr{
						th{
							width: 115px;
							vertical-align: top;
							font-weight: 400;
						}
					}
				}
			}
		}
	}
}

/* shopinfo */
.main-instagram {
    margin: 0 auto;
    max-width: 980px;
	h2{
		margin-bottom: 60px;
		.ja{
			color: var(--keyColor);
		}
	}
	.main{
		margin-bottom: 60px;
	}
	.common-btn{
		a{
			margin: 0 auto;
		}
	}
}



/* 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: var(--keyColor);
	color: var(--bodyBgColor);
	.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-bottom: 50px;
		}
		.about{
		}
		.tel{
			margin-bottom: 50px;
			font-size: 20px;
			font-weight: 400;
			i{
				font-size: 16px;
				margin-right: .3em;
			}
		}
		.link{
			ul{
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 40px;
				li{
					a{
						display: block;
						width: 124px;
						height: 37px;
						background: url(/images/base/footer-link-bg.png) no-repeat center center / cover;
						font-size: 12px;
						text-align: left;
					}
				}
			}
		}
	}
	.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: 90px;
	right: 30px;
	z-index: 9999;
}


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

/* heading */
.page-title-area{
	background: var(--keyColor);
}
.page-title-area-main{
	margin: 0 auto;
	max-width: 1200px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page-title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.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;
}
.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 20px;
	position: relative;
	padding: 15px 5px 15px 0;
	color: var(--keyColor);
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid var(--keyColor);
}
.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;
}
.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;
}



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