@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: url(/images/default/bg.jpg) repeat;
	font-size: 16px;
}
body {
	line-height: 1.8;
	/* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Shippori Mincho", serif;
	color: #fff;
	background: url(/images/default/bg.jpg) repeat;
	letter-spacing: 1px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


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


/* header
------------------------------------------*/
#header {
	background: url(/images/default/header.jpg) no-repeat center top /cover;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	display: none;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
ul.header-contact {
    display: flex;
    position: absolute;
    right: 21px;
    top: 32px;
    gap: 21px;
	line-height: 1;
}
.header-top {
    display: flex;
    position: absolute;
    right: 128px;
    top: 20px;
    align-items: center;
    gap: 20px;
}
.header-tel {
    font-family: "Cardo", serif;
    font-size: 24px;
	letter-spacing: 0.7px;
}
.header-tel span {
	font-size: 18px;
	padding-right: 5px;
}
.header-time {
    font-size: 12px;
	letter-spacing: 0.5px;
}
ul.header-banner {
    display: flex;
    gap: 9px;
    right: 22px;
    position: absolute;
    top: 80px;
}
.gnav {
    position: absolute;
	top: 87px;
    right: 450px;
    font-size: 17px;
    font-family: "Cardo", serif;
    margin-left: 175px;
	letter-spacing: 0.8px;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }
.gnav-list > li {
	margin-left: 40px;
}
@media screen and (max-width: 1360px) {
	.gnav {
		right: 410px;
		font-size: 16px;
	}
	.gnav-list > li {
		margin-left: 24px;
	}
}
@media screen and (max-width: 1230px) {
	.gnav {
		margin-left: 200px;
	}
	.gnav-list > li {
		margin-left: 18px;
	}
	ul.header-banner {
		max-width: 31%;
	}
}
@media screen and (max-width: 1185px) {
	.gnav {
		right: 395px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1150px) {
	ul.header-banner {
        max-width: 29%;
    }
	.gnav {
		right: 360px;
	}
}
@media screen and (max-width: 1120px) {
	ul.header-banner {
        max-width: 27%;
    }
	.gnav {
		right: 340px;
	}
}
/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 193px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}
.mv-catch {
    position: absolute;
    bottom: 17%;
    left: 100px;
    max-width: 30%;
}
/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
	/* padding-left: 8.3vw; */
	padding-left: 160px;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


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

#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
.main-message-inner {
	display: flex;
	gap: 157px;
	justify-content: flex-start;
	margin-bottom: 301px;
}
.main-message-img {
    flex: 0 1 calc(50% - 57px);
    width: 100%;
    position: relative;
    margin-top: -91px;
	z-index: 2;
	height: 745px;
}
.main-message-img img {
    height: 745px;
    width: 100%;
    object-fit: cover;
    object-position: right center;
	position: relative;
	z-index: 3;
	background: #0d0906;
    padding-bottom: 80px;
}
.main-message-img:before {
	content: '';
	background: #111111;
	width: 498px;
	height: 401px;
	position: absolute;
	right: -33px;
	bottom: -34px;
}
.main-message-text {
	position: relative;
    flex: 0 0 440px;
    height: fit-content;
    margin-top: 110px;
	line-height: 2.68;
	z-index: 1;
	letter-spacing: 0px;
}
.main-message-text:before {
	content: '';
	background: url(/images/default/bg4.jpg) no-repeat center center / cover;
	width: 1117px;
	/* height: 745px; */
	height: calc(100% + 222px);
	position: absolute;
	left: -257px;
	top: -110px;
}
.main-message-text:after {
    content: '';
    background: url(/images/default/welcome.png) no-repeat;
    width: 586px;
    height: 173px;
    position: absolute;
    right: -165px;
    bottom: -213px;
    z-index: 4;
}
.main-message-text h2 {
    font-size: 30px;
    margin-bottom: 25px;
	line-height: 1.76;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}
.main-message-text p {
	position: relative;
	z-index: 2;
}
h2.main-dinner-title {
    text-align: center;
    margin-bottom: 81px;
}

.main-dinner-once {
    display: flex;
    flex-direction: row-reverse;
    gap: 165px;
    margin-bottom: 170px;
	justify-content: flex-start;
}
.main-dinner-textarea {
    flex: 0 0 501px;
    padding-top: 28px;
}
.main-dinner-img {
    flex: 0 1 calc(50% - 126px);
	width: 614px;
    position: relative;
}
.main-dinner-once:nth-child(odd) .main-dinner-img:before {
	content: '';
	background: #111111;
	width: 466px;
	height: 522px;
	position: absolute;
	left: 368px;
	bottom: -170px;
}
.main-dinner-img img {
    height: 656px;
    width: 614px;
    object-fit: cover;
	position: relative;
	z-index: 2;
}
.main-dinner-img2 img {
    height: 300px;
    width: 280px;
    object-fit: cover;
    position: absolute;
    top: 234px;
    left: -101px;
}
.main-dinner-pm {
    color: #bfbfbf;
    background: #131313;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 57px;
    padding: 16px 41px 18px;
    line-height: 1;
}
.main-dinner-scene {
    line-height: 1;
    margin-bottom: 55px;
}
.main-dinner-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
	line-height: 1.8;
}
.main-dinner-text {
    line-height: 2.68;
	letter-spacing: 0.5px;
	margin-bottom: 60px;
}
.main-dinner-select {
    background: #2c2c2c;
    color: #bfbfbf;
    font-size: 15px;
    display: flex;
    padding: 12px 20px 11px 0;
}
.main-dinner-select-inner {
	width: 340px;
}
.main-dinner-select span {
	color: #838383;
	font-size: 18px;
	font-family: "Cardo", serif;
	margin-right: 20px;
    padding: 0 20px;
}
.main-dinner-once:nth-child(even) {
    flex-direction: row;
}
.main-dinner-once:nth-child(even) .main-dinner-img {
	text-align: right;
}
.main-dinner-once:nth-child(even) .main-dinner-img2 img {
    left: auto;
    right: -101px;
}
.main-dinner-once:nth-child(even) .main-dinner-img:before {
    content: '';
    background: #111111;
    width: 466px;
    height: 522px;
    position: absolute;
    right: 368px;
    bottom: -170px;
}
.main-dinner-once:last-child {
	margin-bottom: 246px;
}
.main-drink {
    width: 1080px;
    margin: 0 auto 90px;
	position: relative;
}
.main-drink::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 678px;
	height: 100%;
	background: url(/images/default/bg4.jpg) no-repeat center center / cover;
	z-index: 0;
}
.main-drink > * {
	position: relative;
	z-index: 1;
}
.main-drink-inner{
    display: flex;
    gap: 90px;
    justify-content: space-between;
}
.main-drink-img {
    width: 490px;
    height: 638px;
	margin-top: -48px;
}
.main-drink-img img{
    width: 490px;
    height: 638px;
    object-fit: cover;
}
.main-drink-text {
    width: 499px;
    padding: 70px 0 81px 95px;
	letter-spacing: 0.5px;
}
.main-drink-text h2 {
    font-size: 26px;
    margin-bottom: 25px;
}
.main-drink-text h3 {
    font-size: 20px;
    line-height: 1.95;
    margin-bottom: 22px;
}
.main-drink-text p {
	line-height: 2.68;
}
.main-drink-more {
    margin-top: 25px;
}
.main-recommend {
	margin-bottom: 90px;
}
h2.main-recommend-title {
    text-align: center;
    margin-bottom: 122px;
}
.main-recommend-inner {
    width: 1080px;
    margin: -60px auto 0;
}
.main-recommend-once {
    width: 332px;
	margin: 0 20px;
}
.main-recommend-img img {
	width: 332px;
	height: 332px;
	object-fit: cover;
}
.main-recommend-img {
    margin-bottom: 25px;
}
h3.main-recommend-title2 {
	font-size: 22px;
	margin-bottom: 10px;
	position: relative;
}
.main-recommend-reco {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
.main-recommend-reco:before {
	content: '';
	background: url(/images/default/icon.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-recommend-text {
    line-height: 2.37;
}
.main-recommend .slick-next, .slick-prev {
    width: 58px;
    height: 58px;
	top: 137px;
}
.main-recommend .slick-next::before {
	content: '';
	background: url(/images/default/right.png) no-repeat;
	width: 58px;
	height: 58px;
	right: -88px;
	position: absolute;
}
.main-recommend .slick-prev::before {
	content: '';
	background: url(/images/default/left.png) no-repeat;
	width: 58px;
	height: 58px;
	left: -88px;
	position: absolute;
}
.main-recommend-more {
    margin-top: 50px;
    text-align: center;
}
.main-recommend-border {
    width: 1366px;
	margin: 0 auto;
    padding-bottom: 102px;
    border: solid 1px #5a5a5a;
}
.main-dinner2 {
    padding-bottom: 196px;
    background: url(/images/default/image-bg1.png) no-repeat center bottom / cover;
}
h2.main-dinner2-title {
    text-align: center;
    margin-bottom: 81px;
}
.main-dinner2-once {
    display: flex;
    flex-direction: row-reverse;
    gap: 165px;
	justify-content: flex-start;
}
.main-dinner2-textarea {
    flex: 0 0 501px;
    padding-top: 28px;
}
.main-dinner2-img {
    flex: 0 1 calc(50% - 126px);
	width: 614px;
	height: 656px;
    position: relative;
}
.main-dinner2-once:nth-child(odd) .main-dinner2-img:before {
	content: '';
	background: #111111;
	width: 466px;
	height: 522px;
	position: absolute;
	left: 368px;
	bottom: -170px;
}
.main-dinner2-img img {
    height: 656px;
    width: 614px;
    object-fit: cover;
	position: relative;
	z-index: 2;
}
.main-dinner2-img2 img {
    height: 300px;
    width: 280px;
    object-fit: cover;
    position: absolute;
    top: 234px;
    left: -101px;
}
.main-dinner2-pm {
    color: #bfbfbf;
    background: #131313;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 57px;
    padding: 16px 41px 18px;
    line-height: 1;
}
.main-dinner2-scene {
    line-height: 1;
    margin-bottom: 55px;
}

.main-dinner2-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
	line-height: 1.8;
}
.main-dinner2-text {
    line-height: 2.68;
	letter-spacing: 0.5px;
    margin-bottom: 90px;
}
.main-dinner2-select {
    background: #2c2c2c;
    color: #bfbfbf;
    font-size: 15px;
	display: flex;
	padding: 12px 20px 11px 0;
}
.main-dinner2-select-inner {
	width: 340px;
}
.main-dinner2-select span {
	color: #838383;
	font-size: 18px;
	font-family: "Cardo", serif;
	margin-right: 20px;
    padding: 0 20px;
}
.main-dinner2-once:nth-child(even) {
    flex-direction: row;
}
.main-dinner2-more {
    margin-top: 48px;
}
.main-holiday {
	position: relative;
    background: url(/images/default/bg2.jpg) no-repeat center top / cover;
    padding: 92px 0 169px;
}
h2.main-holiday-title {
    text-align: center;
    margin-bottom: 131px;
}
.main-holiday-once {
    display: flex;
    gap: 80px;
	justify-content: flex-start;
}
.main-holiday-img {
    flex: 0 1 calc(50% - 36px);
    position: relative;
    text-align: right;
    margin-top: -55px;
    height: 416px;
	position: relative;
	z-index: 2;
}
.main-holiday-img img {
    width: 764px;
    height: 416px;
    object-fit: cover;
}
.main-holiday-textarea {
    position: relative;
    flex: 0 0 496px;
    height: fit-content;
    margin-top: 68px;
    line-height: 2.68;
    z-index: 1;
}
.main-holiday-textarea:before {
    content: '';
    background: url(/images/default/bg5.jpg) no-repeat center center / cover;
    width: 936px;
    height: calc(100% + 146px);
    position: absolute;
    right: -260px;
    top: -68px;
    z-index: 0;
}
.main-holiday-textarea > * {
	position: relative;
	z-index: 1;
}
.main-holiday-pm {
    color: #bfbfbf;
    background: #626262;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 27px;
    padding: 16px 38px 18px;
    letter-spacing: 1.2px;
    line-height: 1;
}
.main-about {
	position: relative;
    background: url(/images/default/image-bg2.png) no-repeat center top / cover;
    padding: 91px 0 91px;
}
h2.main-about-title {
    text-align: center;
    margin-bottom: 69px;
}
.main-about-once {
    width: 332px;
}
.main-about-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    width: 1080px;
    margin: 0 auto 50px;
}
.main-about-img {
    margin-bottom: 20px;
}
.main-about-img img {
	width: 332px;
	height: 332px;
	object-fit: cover;
}
.main-about-text h3 {
    font-size: 20px;
	line-height: 2.15;
    margin-bottom: 10px;
    position: relative;
	text-align: center;
}
.main-about-text {
    line-height: 2.37;
}
.main-about-more {
    text-align: center;
}
.main-greeting {
	margin-bottom: 129px;
}
h2.main-greeting-title {
    text-align: center;
    margin-bottom: 60px;
}
.main-greeting-inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}
.main-greeting-text {
    width: 559px;
	margin-top: 10px;
	line-height: 2.7;
	letter-spacing: 0.5px;
}
.main-greeting-img {
    width: 441px;
	position: relative;
}
.main-greeting-img img{
    width: 441px;
	height: 576px;
	object-fit: cover;
}
span.main-greeting-img2 img {
    position: absolute;
    width: 388px;
    height: 198px;
    object-fit: cover;
    bottom: -36px;
    right: -36px;
}
.main-greeting-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.main-blog {
    width: 1080px;
    margin: 0 auto 90px;
}
h2.main-blog-title {
    text-align: center;
    margin-bottom: 49px;
}
ul.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 46px;
}
.main-blog-list-img img {
    height: 256px;
    width: 252px;
    object-fit: cover;
}
.main-blog-more {
    text-align: center;
}
/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}
.googlemap iframe {
	width: 100%;
    height: 424px;
}
.footer-contact {
	position: relative;
    background: url(/images/default/bg3.jpg) no-repeat center top / cover;
    padding: 90px 0;
}
h2.footer-contact-title {
	margin-bottom: 40px;
}
ul.footer-contact-area {
    display: flex;
    justify-content: center;
    gap: 27px;
	align-items: center;
	margin-bottom: 28px;
}
li.footer-tel {
    font-family: "Cardo", serif;
    font-size: 32px;
    letter-spacing: 0.7px;
	line-height: 1;
}
li.footer-tel span{
	font-size: 24px;
	margin-right: 8px;
}
ul.footer-banner {
    display: flex;
    gap: 10px;
    justify-content: center;
	margin-bottom: 60px;
}
#footer-inner {
    position: relative;
    width: 1080px;
    padding: 40px 0 41px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-contact-message {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-logo {
	padding-top: 5px;
}
.footer-about {
    width: 667px;
    margin: 0 auto;
    display: flex;
    text-align: left;
    padding-left: 19px;
    gap: 35px;
}
.footer-about-text {
    width: 506px;
    font-size: 15px;
    line-height: 2.1;
	letter-spacing: 0.8px;
}
.footer-about-more {
	margin-top: 25px;
}
.footer-nav {
	font-size: 15px;
}
.footer-nav li {
	display: inline-block;
	color: #fff;
}
.footer-nav li:not(:last-child)::after {
	content:"|";
	padding: 0 5px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

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


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {
	font-size: 14px;
}
.entry-content a{
	color: #686868;
}

/* heading */
.page-title {
	margin: 0 0 25px 0;
    padding: 135px 15px;
	background: url(/images/default/page-title.jpg) no-repeat center top /cover;
	font-size: 30px;
	color: #fff;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
    padding: 28px 25px;
    background: #141414;
    font-size: 24px;
    font-weight: 500;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 24px 25px;
    background: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px 25px;
    font-size: 16px;
	font-weight: 500;
	position: relative;
}
.h4:before, .entry-content h4:not([class]):before {
	content: '';
	background: url(/images/default/h4.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 14px;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: 500;
}
.template-backpattern {
	background: #00000000;
    border: #eaeaea 1px solid;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 70px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a {
	color: #686868;
}
.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;
	color: #686868;
}


/* 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 {
}
.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: #202020;
	background-color: #2e2e2e;
	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: #fff;
}

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

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #fff;
}
.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;
}
