@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: #35120d;
}
a {
	color: #35120d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	opacity: .8;
	font-family: '游明朝';
}
p{
	font-family: '游明朝';
}
h2,h3,h4,h5,span{
	font-family: '游明朝';
}
/* 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-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	height: 110px;
	max-width: 1540px;
	padding: 0 20px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
	display: none;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 20px;
}

.gnav {
	position: absolute;
	top: 49px;
	right: 209px;
}
.gnav-list li{
	font-family: '游明朝';
	font-weight: bold;
	padding: 0 11px;
}
.gnav-list li a{
	color: #2c2c2c;
}

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

.header-shop{
	display: flex;
	align-items: center;
	gap: 22px;
	position: absolute;
	top: 38px;
	right: 20px;
}
.header-shop i{
	color: #888;
	font-size: 22px;
}
.header-mail {
}



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

#mainimage {
	position: relative;
	margin: 0 auto;
}
#mainimage-inner {
	margin: 0 auto;
	position: relative;
}
.mainimage-copy{
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translate(-22.395833vw, 0);
	width: 10.885417vw;
	max-width: 209px;
}
#mainimage::before{
	content: '';
	position: absolute;
	bottom: -8px;
	right: 260px;
	width: 520px;
	height: 8px;
	background: url(/images/default/mainimage-border.png) no-repeat center center;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.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: 65px;
}

#main {
	text-align: left;
}
.home #content-inner{
	width: 100%;
}

.mainbtn{
	position: fixed;
	top: 119px;
	right: 0;
	z-index: 1000;
}

/* CONCEPT */
.main-concept{
	padding: 106px 0 60px;
	background: url(/images/default/main-concept-bg.png) no-repeat top center;
	position: relative;
}
.main-concept::before{
	content: '';
	position: absolute;
	top: 0px;
	right: 260px;
	width: 520px;
	height: 8px;
	background: url(/images/default/mainimage-border.png) no-repeat center center;
}
.main-concept-inner{
	max-width: 1600px;
	margin: auto;
}
.main-concept-list li{
	display: flex;
	gap: 92px;
	margin-bottom: 40px;
}
.main-concept-list li:nth-child(2n){
	flex-direction: row-reverse;
}
.main-concept-text-wrap{
	max-width: 525px;
	margin-top: 75px;
}
.main-concept-text-wrap h2{
	font-size: 34px;
	font-weight: bold;
	color: #35120d;
	padding-bottom: 54px;
	position: relative;
	margin-bottom: 50px;
}
.main-concept-text-wrap h2::before{
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 297px;
	height: 7px;
	background: url(/images/default/main-concept-border.png) no-repeat center center;
}
.main-concept-text p{
	line-height: 2.4;
}

/* バナーエリア */
.main-banner{
	position: relative;
	padding: 132px 0 77px;
	background: url(/images/default/main-banner-bg.png) repeat center center;
}
.main-banner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 240px;
	height: 4px;
	background: url(/images/default/main-banner-border.png) no-repeat center center;
}
.main-banner-title{
	font-size: 32px;
	color: #35120d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 38px;
	position: relative;
}
.main-banner-title::before{
	content: '';
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 50px;
	height: 50px;
	background: url(/images/default/main-mark.png) no-repeat center center;
}
.main-banner-inner{
	width: 1080px;
	margin: auto;
}
.main-banner-inner p{
	font-size: 14px;
}
.main-banner-inner p img{
	margin: 30px 0 13px;
}

/* 店舗案内 */
.main-gallery {
	padding: 173px 0 98px;
	position: relative;
}
.main-gallery-title {
	text-align: center;
	margin-bottom: 44px;
	position: relative;
}
.main-gallery-title::before{
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 50px;
	height: 50px;
	background: url(/images/default/main-mark.png) no-repeat center center;
}
.main-gallery-inner {
}
.main-gallery-list {
	width: 100vw;
}
.main-gallery-list-item {
	border: 1px solid #462722;
	padding: 7px 7px 63px 7px;
	max-width: 534px;
	margin: 0 6px;
}
.main-gallery-list-img {
	margin-bottom: 27px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	margin-top: 39px;
	text-align: center;
}
.main-gallery-shop{
	display: flex;
	gap: 25px;
	justify-content: start;
	margin-left: 37px;
}
.main-gallery-shop-info{
	margin-top: 3px;
}
.main-gallery-shop-info h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-gallery-shop-info p{
	font-size: 15px;
}
.main-gallery-shop-cat{
	margin-top: 20px;
}
.main-gallery-shop-cat {
	display: inline-block;
}
.main-gallery-shop-cat ul{
	display: flex;
	gap: 5px;
}
.main-gallery-shop-cat a {
	display: block;
	padding: 0 10px;
	background: #eaeaea;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #35120d;
}

/* 店舗案内 slick */
.main-gallery .slick-next,
.main-gallery .slick-prev{
	width: 68px;
	height: 68px;
	background: url(/images/default/main-shop-arrow2.png) no-repeat center center;
}
.main-gallery .slick-prev{
	background: url(/images/default/main-shop-arrow1.png) no-repeat center center;
}
.main-gallery .slick-next::before,
.main-gallery .slick-prev::before{
	display: none;
}
.main-gallery .slick-prev{
	left: 50%;
	transform: translate(-580px, -17px);
}
.main-gallery .slick-next{
	right: 50%;
	transform: translate(574px, -17px);
}
.main-gallery .slick-track{
	margin-left: -276px;
}

/* 新着情報 */
.main-news {
	position: relative;
	margin: 0 auto 100px;
}
.main-news-inner {
	width: 1080px;
	margin: auto;
}
.main-news-title {
	padding-bottom: 11px;
	margin-bottom: 25px;
	position: relative;
}
.main-news-title::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 7px;
	background: url(/images/default/main-news-border.png) no-repeat center center;
}
.main-news-list {
}
.main-news-list-item {
	padding: 15px 0 14px;
	font-size: 13px;
	display: flex;
	background-image :
    linear-gradient(to left, #828282, #828282 1px, transparent 1px, transparent 8px);  /* 下の線 */
	background-size:
	3px 1px;  /* 下の線 */
	background-position:
	right bottom;  /* 下の線 */
	background-repeat:
	repeat-x;  /* 下の線 */
}
.main-news-list-img{
	width: 104px;
	height: 100px;
	margin-right: 30px;
}
.main-news-list-img img{
	width: 104px;
	height: 100px;
	object-fit: cover;
}
.main-news-list-title-wrap1{
	margin-top: 10px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}
.main-news-list-title-wrap2{
	display: flex;
	gap: 5px;
}
.main-news-list-date {
	margin-right: 10px;
	font-size: 15px;
}
.main-news-list-cat {
	margin-bottom: 5px;
}
.main-news-list-cat ul{
	display: flex;
	gap: 5px;
}
.main-news-list-cat a {
	display: block;
	padding: 0 10px;
	background: #eee;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #35120d;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	margin-top: 37px;
	text-align: center;
}

/* メッセージ */
.main-message {
	padding: 138px 0 70px;
	background: url(/images/default/main-message-bg.jpg) no-repeat center center / cover;
}
.main-message-inner {
	width: 1080px;
	margin: auto;
}
.main-message-title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 28px;
	position: relative;
}
.main-message-title::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 50px;
	height: 50px;
	background: url(/images/default/main-mark.png) no-repeat center center;
}
.main-message-text {
	text-align: center;
}
.main-message-text p {
	color: #fff;
	line-height: 2.4;
}

/* 運営会社 */
.main-company{
	padding-top: 65px;
}
.main-company-inner{
	width: 1080px;
	margin: auto;
	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: #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 {
	padding: 89px 0 0;
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.footer-logo{
	margin-bottom: 59px;
}
.footer-nav {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.footer-nav-list{
	width: 580px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px 0px;
}
.footer-nav li {
	display: block;
	color: #fff;
}
.footer-nav li a {
	font-family: '游明朝';
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	color: #adadad;
	padding: 23px 0 20px;
	background: url(/images/default/footer-copy-bg.png) no-repeat center center / cover;
}

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


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 70px;
}
.entry-content {}
.entry-content a{
	color: #660d00;
}

/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 110px 15px 130px;
	font-size: 26px;
	font-weight: bold;
	font-family: '游明朝';
	color: #333;
	background: url(/images/default/h1-bg.png) no-repeat center center / cover;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 30px 5px;
	border-top: 4px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.entry-title::before,
.entry-content h2::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 240px;
	height: 4px;
	background: #424242;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 25px 15px;
	border-left: 2px solid #7f7f7f;
	font-size: 18px;
	font-weight: bold;
	color: #453127;
	background: #f2f2f2;
}
.entry-content h4, .h4 {
	padding: 5px 22px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.entry-content h4::before,
.h4::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background: url(/images/default/h4-before.png) no-repeat center center;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;
	margin: -135px 0 160px;
	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;
	color: #660d00;
}
.breadcrumb a{
	color: #660d00;
}


/* 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;
}
.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(2, 1fr);
	gap: 26px 12px;
}
.gallery-list-item {
	width: 534px;
	padding: 7px 7px 62px;
	border: 1px solid #462722;
}
.gallery-list-img {
	margin-bottom: 25px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 102px;
	text-align: center;
}
.gallery-detail-row {
	display: flex;
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}


.gallery-detail-sub-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
}
.gallery-detail-sub-list li{
}
.gallery-detail-shop{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.gallery-detail-shop-info h2{
	font-family: '游明朝';
	font-size: 18px;
	font-weight: bold;
	color: #35120d;
	margin-bottom: 35px;
}



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


.menu-detail-main{
	text-align: center;
	margin-bottom: 25px;
}
.menu-detail-main-price{
	text-align: center;
	font-family: '游明朝';
	font-size: 16px;
	color: #35120d;
	margin-bottom: 55px;
}
.menu-detail-sub-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}




.menu-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 38px 42px;
}
.menu-list-img{
	margin-bottom: 20px;
}
.menu-list-title{
	font-size: 15px;
	margin-bottom: 10px;
}
.menu-price{
	text-align: right;
}
.menu-cat ul{
	display: flex;
	gap: 4px;
}
.menu-cat a{
	padding: 0 10px;
	background: #eee;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #35120d;
}



/* 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: #882112;
	background-color: #882112;
	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;
}
