@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.6;
	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;*/
	color: #212121;
}
a {
	color: #86754d;
	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;
}
*/


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


/* header
------------------------------------------*/
#header {
	padding-right: 20px;
	position: relative;;
	z-index: 10;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	z-index: 20;
	display: flex;
	justify-content: space-between;
}
.header-logo {
}
.gnav {
	padding-top: 20px;
}

/* droppy */
.gnav-list {
	display: flex;
	justify-content: flex-end;
	gap: 25px;
	position: relative; text-align: left; zoom: 1; }
.gnav-list li { display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 200%; 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: 11px; 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; }


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

#mainimage {
	position: relative
	overflow: hidden;
	margin: -80px auto 0;
	width: 100%;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}
.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 {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	padding: 0;
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}
.main-news-wrapper{
	margin-bottom: 100px;
	border-bottom: #e2e2e2 1px solid;
}
.main-news{
	margin: 0 auto;
	width: 1080px;
	height: 90px;
}
.main-news h2{
	float: left;
	width: 120px;
	text-align: left;
	height: 90px;
	display: flex;
	align-items: center;
}
.main-news-main{
	float: left;
	width: 854px;
}
.main-news ul li{
	line-height: 90px;
}
.main-news ul li h3{
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
}
.main-news ul li h3 .date{
	color: #86754d;
	margin-right: 1.0em;
}
.main-news ul li h3 a{
	color: inherit;
}
.main-news .btns{
	float: right;
	width: 96px;
	height: 90px;
	display: flex;
	align-items: center;
}

.main-concept{
	margin-bottom: 137px;
	padding-bottom: calc((120 / 1920) * 100vw);
	position: relative;
}
.main-concept-main{
	margin: 0 auto;
	width: 1080px;
	position: relative;
	z-index: 10;
}
.main-concept .texts{
	padding: 50px 225px 0 460px;
	text-align: left;
}
@media only screen and (max-width:1400px) {
	.main-concept .texts{
		padding: 50px 270px 0 460px;
	}
}
.main-concept h2{
	margin-bottom: 40px;
}
.main-concept .texts p{
	margin-bottom: 2em;
}
.main-concept .images{
	position: absolute;
	top: 0;
	right: calc((90 / 1920) * 100vw);
	bottom: 0;
	left: calc((90 / 1920) * 100vw);
}
.main-concept .images div{
	position: absolute;
}
.main-concept .images div:first-child{
	top: 0;
	left: 0;
	width: calc((700 / 1920) * 100vw);
}
.main-concept .images div:last-child{
	bottom: 0;
	right: 0;
	width: calc((440 / 1920) * 100vw);
}

.main-menu{
	margin-bottom: 80px;
	padding: 70px 0 100px;
	background: #f8f6f2;
}
.main-menu h2{
	margin-bottom: 60px;
}
.main-menu-main{
	width: 1080px;
	margin: 0 auto;
}
.main-menu ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 80px;
}
.main-menu ul li{
	display: flex;
	justify-content: space-between;
}
.main-menu ul li:nth-child(even){
	flex-flow: row-reverse;
}
.main-menu ul li .image{
	margin-right: calc(((50vw - 4px) - 540px) * -1);
	width: calc(((50vw - 4px) - 540px) + 580px);
}
.main-menu ul li:nth-child(even) .image{
	margin: 0 0 0 calc(((50vw - 4px) - 540px) * -1);
}
.main-menu ul li .texts{
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	text-align: left;
}
.main-menu ul li h3{
	margin-bottom: 45px;
}
.main-menu ul li .text{
	margin-bottom: 30px;
}

.main-chef{
	margin-bottom: 100px;
	padding-bottom: calc((110 / 1920) * 100vw);
	position: relative;
}
.main-chef-main{
	margin: 0 auto;
	width: 1080px;
	position: relative;
	z-index: 10;
}
.main-chef .texts{
	padding: 70px 360px 0 270px;
	text-align: left;
}
@media only screen and (max-width:1400px) {
	.main-chef .texts{
		padding: 70px 400px 0 350px;
	}
}
.main-chef h2{
	margin-bottom: 40px;
}
.main-chef h3{
	margin-bottom: 30px;
}
.main-chef .texts p{
	margin-bottom: 2em;
}
.main-chef .images{
	position: absolute;
	top: 0;
	right: calc((90 / 1920) * 100vw);
	bottom: 0;
	left: calc((90 / 1920) * 100vw);
}
.main-chef .images div{
	position: absolute;
}
.main-chef .images div:nth-child(1){
	top: 0;
	left: calc((190 / 1920) * 100vw);
	width: calc((330 / 1920) * 100vw);
}
.main-chef .images div:nth-child(2){
	bottom: 15px;
	left: 0;
	width: calc((470 / 1920) * 100vw);
}
.main-chef .images div:nth-child(3){
	bottom: 0;
	right: calc((305 / 1920) * 100vw);
	width: calc((280 / 1920) * 100vw);
}
.main-chef .images div:nth-child(4){
	top: 0;
	right: 0;
	width: calc((280 / 1920) * 100vw);
}

.main-blog {
	padding: 74px 0 90px;
	background: #f8f6f2;
}
.main-blog h2{
	position: relative;
	margin: 0 auto 45px;
	width: 1080px;
	text-align: left;
}
.main-blog h2 a{
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
}
.main-blog-main{
	margin: 0 auto;
	width: 1080px;
}
.main-blog ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.main-blog ul li h3{
	text-align: left;
}
.main-blog ul li h3 a{
	color: inherit;
	margin: .5em 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog ul li h3 .date{
	color: #86754d;
	font-size: 14px;
}

.main-reserve{
	height: 490px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(/images/default/main-reserve-bg.png) no-repeat center center / cover;
}
.main-reserve h2{
	margin-bottom: 30px;
}
.main-reserve-main{
	margin: 0 auto;
	width: 560px;
	height: 180px;
	border-top: #7a7166 1px solid;
	border-bottom: #7a7166 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.main-reserve .contact{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.main-reserve .text{
	color: #fff;
	line-height: 1.8;
}

.main-map,
.main-map .googlemap iframe{
	height: 500px;
	filter: saturate(0);
}
/* 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: #333;
	-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: #1f1d1b;
	color: #fff;
}
.footer-top{
	padding: 80px 0 60px;
}
.footer-logo{
	margin-bottom: 17px;
}
.footer-sns a{
	color: #fff;
	font-size: 30px;
}
.footer-mid{
	margin: 0 auto 90px;
	width: 926px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	line-height: 1.9;
}
.footer-nav{
	width: 255px;
	border-right: #444342 1px solid;
}
.footer-nav ul li{
	text-align: left !important;
}
.footer-nav ul li:before {
	content: '\f105';
	padding: 0 5px 0 0;
	color: #7f6f4a;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-nav ul li a{
	color: inherit;
}
.footer-about{
	padding-left: 45px;
	width: 384px;
	border-left: #444342 1px solid;
	border-right: #444342 1px solid;
}
.footer-hours{
	padding-left: 45px;
	width: 287px;
}
.footer-bottom{
	margin: 0 auto;
	width: 1080px;
	color: #8e8c8b;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.footer-privacy{
	font-size: 13px;
}
.footer-privacy a{
	color: inherit;
}
.footer-privacy:before {
	content: '\f101';
	padding: 0 5px 0 0;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-copyright {
	font-size: 11px;
}

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


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 40px;
}
.entry-content {
	line-height: 2;
	font-size: 15px;
}


/* heading */
.page-title-area{
	position: relative;
	margin: -80px auto 0;
	background: url(/images/default/page-title-bg.png) no-repeat center center / cover;
}
.page-title-area-inner{
	margin: 0 auto;
	width: 1080px;
	height: 400px;
}
.page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1080px;
	height: 400px;
	font-size: 25px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 12px 24px;
	background: #1f1d1b;
	font-size: 23px;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-title:before, .entry-content h2:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	border-bottom: #fff 1px solid;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.8rem 0 1.8rem 0;
	padding: 5px 0;
	font-size: 21px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border-bottom: #595959 1px solid;
}
.entry-content h4, .h4 {
	margin: 0 0 20px;
	line-height: 1.6;
	padding: 0;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.entry-content h4:before, .h4:before {
	content: '\f105';
	padding: 0 5px 0 0;
	font-size: 15px;
	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 #1f1d1b;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 45px;
	padding: 0;
	background: none;
	font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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: 100px;
	padding: 100px 0;
	border-top: #ccc 1px solid;
}
.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: #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: #202020;
	background-color: #fff;
	color: #202020;
}

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