@charset "utf-8";

/* common
---------------------------------------------------------------------------*/
:root {
	--color-text: #ECEAE4;
	--color-bg: #FFFFFF;
	--color-border: #ACA497;
	--font-mincho: '秀英明朝 M', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	--font-serif: 'AGaramondPro-Regular', serif;

	--easeInSine     : cubic-bezier(0.47, 0, 0.745, 0.715);
	--easeOutSine    : cubic-bezier(0.39, 0.575, 0.565, 1);
	--easeInOutSine  : cubic-bezier(0.445, 0.05, 0.55, 0.95);
	--easeInQuad     : cubic-bezier(0.55, 0.085, 0.68, 0.53);
	--easeOutQuad    : cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--easeInOutQuad  : cubic-bezier(0.455, 0.03, 0.515, 0.955);
	--easeInCubic    : cubic-bezier(0.55, 0.055, 0.675, 0.19);
	--easeOutCubic   : cubic-bezier(0.215, 0.61, 0.355, 1);
	--easeInOutCubic : cubic-bezier(0.645, 0.045, 0.355, 1);
	--easeInQuart    : cubic-bezier(0.895, 0.03, 0.685, 0.22);
	--easeOutQuart   : cubic-bezier(0.165, 0.84, 0.44, 1);
	--easeInOutQuart : cubic-bezier(0.76, 0, 0.24, 1);
	--easeInQuint    : cubic-bezier(0.755, 0.05, 0.855, 0.06);
	--easeOutQuint   : cubic-bezier(0.23, 1, 0.32, 1);
	--easeInOutQuint : cubic-bezier(0.86, 0, 0.07, 1);
	--easeInExpo     : cubic-bezier(0.95, 0.05, 0.795, 0.035);
	--easeOutExpo    : cubic-bezier(0.19, 1, 0.22, 1);
	--easeInOutExpo  : cubic-bezier(1, 0, 0, 1);
	--easeInCirc     : cubic-bezier(0.6, 0.04, 0.98, 0.335);
	--easeOutCirc    : cubic-bezier(0.075, 0.82, 0.165, 1);
	--easeInOutCirc  : cubic-bezier(0.785, 0.135, 0.15, 0.86);
	--easeInBack     : cubic-bezier(0.6, -0.28, 0.735, 0.045);
	--easeOutBack    : cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--easeInOutBack  : cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body {
	overflow-y: scroll;
	background: #817563 url(img/share/bg-pattern.jpg) repeat left top;
	color: var(--color-text);
	font-size: 15px;
	font-family: var(--font-mincho);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
	-webkit-tap-highlight-color: transparent;
}

body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #EBEBEB; color: var(--color-text); }
::selection { background: #EBEBEB; color: var(--color-text); }

p { font-size: 14px; line-height: 1.95; letter-spacing: 0.1em; margin-bottom: 1em; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid var(--color-text);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .45s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; -webkit-transform: translateZ(0); }

.line {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-color: rgba(236,234,228,0.5);
}

/* .btn
------------------------------------*/
.txt-link a {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-color: rgba(236,234,228,0.5);
}

.txt-link.en a {
	font-family: var(--font-serif);
	font-size: 17px;
	letter-spacing: 0.04em;
}

/* .gnav
------------------------------------*/
.gnav ul {
	display: flex;
	flex-direction: row-reverse;
}

.gnav li a {
	display: inline-block;
	padding: 0 12px 30px;
}

.gnav li a img {
	width: 24px;
}

/* .sns
------------------------------------*/
.sns li a {
	display: block;
	padding: 10px;
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 10000;
}

.btn-nav div, .btn-nav span {
	display: block;
	box-sizing: border-box;
	transition: .15s ease-out;
}

.btn-nav p {
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: .3s ease-out;
	opacity: 0;
}

.btn-nav.active p {
	opacity: 0.95;
}

.btn-nav div {
	position: relative;
	width: 46px;
	height: 8px;
	margin: 45px 37px;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 1px;
	-webkit-transform: translateZ(0);
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span:nth-of-type(1) { transform: translateY(4px) rotate(-10deg); }
.btn-nav.active span:nth-of-type(2) { transform: translateY(-3px) rotate(10deg); }

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #000000 url(img/share/bg-nav.jpg) no-repeat left top / 100% 100%;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.nav-sp .logo,
header .logo {
	position: absolute;
	top: 25vh;
	left: 56px;
}

body.top .nav-sp .logo {
	display: none;
}

header .logo {
	position: fixed !important;
	z-index: 99999;
}

.nav-sp .logo img,
header .logo img {
	width: 62px;
	transform: translateY(-50%) !important;
}

.nav-sp .gnav {
	position: absolute;
	top: 65%;
	right: 55px;
	opacity: 0.95;
}

.nav-sp .gnav li a img {
	width: 20px;
}

.nav-sp .sns {
	position: absolute;
	top: 65%;
	right: 260px;
	margin-top: -10px;
	opacity: 0.95;
}

.nav-sp .sns img {
	width: 20px;
}


/* wrap
---------------------------------------------------------------------------*/
#wrap {
	
}


/* header
---------------------------------------------------------------------------*/
header {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
	opacity: 0;
}

header .logo {
	display: none;
}

header .gnav,
header .sns {
	display: none !important;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 360px 0 35px 30px;
	opacity: 0;
}

footer .logo {
	position: absolute;
	top: 180px;
	right: 28px;
}

footer .logo img {
	width: 47px;
}

footer .gnav {
	position: absolute;
	top: 205px;
	right: 90px;
}

footer .gnav li a {
	padding-right: 12px;
	padding-left: 12px;
}

footer .gnav li a img {
	width: 17px;
}

footer .sns {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 194px;
	left: 20px;
}

footer .sns li {
	width: 100%;
}

footer .sns li a {
	padding-bottom: 7px;
}

footer .sns li img {
	width: 18px;
}

.copyright {
	font-family: var(--font-serif);
	font-size: 11px;
	letter-spacing: 0.08em;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}

.fade {
	opacity: 0;
}

/* .sec-common
------------------------------------*/
.sec-common {
	position: relative;
	width: 82%;
	margin: 0 auto;
	padding: 100px 0 0 75px;
}

.sec-title-v {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 18px;
	letter-spacing: 0.3em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	opacity: 0;
}

/* .img-main
------------------------------------*/
.img-main {
	width: 100%;
}

.img-main a {
	display: block;
	position: relative;
	width: 100%;
	opacity: 1 !important;
}

.img-main h1 {
	position: absolute;
	top: 40px;
	left: 28px;
	font-size: 0;
	z-index: 2;
}

.img-main h1 img {
	height: 18px;
}

.img-main h2 {
	position: absolute;
	bottom: 54px;
	right: 42px;
	z-index: 2;
	opacity: 0;
}

.img-main h2 img {
	width: 28px;
}

.img-main figure img {
	width: 100%;
	height: auto;
}

/* .img-center
------------------------------------*/
.img-center {
	width: 90%;
	margin: 0 auto;
}

.img-center img {
	width: 100%;
}

/* .attention-list
------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 17px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: justify;
}

.attention-list li:last-of-type {
	margin-bottom: 0;
}

.attention-list li:before {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.attention-list li br { display: none; }

/* page top
---------------------------------------------------------------------------*/
.top-bg,
.top-bg-black {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #37332D;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
}

.top-bg:has(+ #mainContents #topContents) {
	opacity: 1;
}

.top-bg-black {
	background-color: #000000;
	z-index: 1;
}

#topContents {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

header:has(+ .top-bg + #mainContents #topContents) {
	display: none;
	opacity: 0;
}

header:has(+ .top-bg + #mainContents #topContents) .logo {
	display: block;
}

#mainContents:has(#topContents) + footer {
	display: none;
}

/* .img-top
------------------------------------*/
.slider-top {
	overflow: hidden;
	position: relative !important;
	width: 100% !important;
	height: 100dvh;
}

.slider-top .slick-track,
.slider-top .slick-list {
	width: 100% !important;
	height: 100%;
}

.slider-top .inner {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.slider-top .img .inner:first-of-type {
	opacity: 1;
}

.slider-top .inner img {
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/* page about
---------------------------------------------------------------------------*/
#aboutContents {
	overflow: hidden;
}

#aboutContents .img-main {
	position: relative;
	height: 187.7vw;
	max-height: 100dvh;
	margin-bottom: 0;
}

#aboutContents .img-main a,
#aboutContents .img-main figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#aboutContents .img-main figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* .sec-about1
------------------------------------*/
.sec-about1 {
	margin-bottom: 100px;
	padding: 125px 0 0 75px;
}

.sec-about1 .img picture {
	display: block;
	position: absolute;
	opacity: 0;
	z-index: 0;
}

.sec-about1 .img picture:nth-of-type(1) { top: 340px; left: -13px; }
.sec-about1 .img picture:nth-of-type(1) img { width: 109px; }
.sec-about1 .img picture:nth-of-type(2) { top: 640px; right: calc(-11% - 26px); }
.sec-about1 .img picture:nth-of-type(2) img { width: 181px; }
.sec-about1 .img picture:nth-of-type(3) { bottom: 45px; left: calc(-11% - 38px); }
.sec-about1 .img picture:nth-of-type(3) img { width: 156px; }

.sec-about1 .img picture img { opacity: 0.5; }

.slider-about {
	display: none !important;
}

.sec-about1 .txt {
	position: relative;
	padding-right: 10px;
	z-index: 1;
}

.sec-about1 .txt h3 {
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: 0.32em;
	white-space: nowrap;
}

.sec-about1 .txt h3:not(:first-of-type) {
	margin-top: 50px;
	margin-bottom: 16px;
}

.sec-about1 .txt p,
.sec-about2 .txt p {
	margin-bottom: 16px;
	line-height: 2.1;
	letter-spacing: 0.04em;
	text-align: justify;
}

.sec-about1 .txt p br { display: none; }

.sec-about1 .txt p.name {
	letter-spacing: 0.1em;
}

/* .slider-loop
------------------------------------*/
.slider-loop {
	display: flex;
	width: 100%;
	margin-bottom: 45px;
}

.slider-loop img {
	height: 250px;
}

/* .sec-about2
------------------------------------*/
.sec-about2 {
	margin-top: -40px;
	margin-bottom: 120px;
	padding: 130px 10px 0 75px;
}

.sec-about2 h3 {
	margin-bottom: 18px;
	font-size: 18px;
	letter-spacing: 0.32em;
}

.sec-about2 .txt {
	padding: 5px 0 0;
}

.sec-about2 .txt p br { display: none; }


/* page dish-drink
---------------------------------------------------------------------------*/
#dish-drinkContents .img-main {
	margin-bottom: 40px;
}

/* .sec-dish
------------------------------------*/
.sec-dish {
	margin-top: -40px;
	margin-bottom: 100px;
	padding-right: 5px;
}

.sec-dish .inner1 {
	margin-bottom: 60px;
}

.sec-dish .inner1 > p {
	margin-bottom: 10px;
	white-space: nowrap;
}

.sec-dish .inner1 .dl-line,
.sec-dish .inner2 .dl-wrap {
	margin-top: 30px;
}

.sec-dish .dl-wrap h3 {
	margin-right: 35px;
}

.sec-dish .dl-wrap h3,
.sec-dish .dl-line,
.sec-dish .dl-txt {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sec-dish .dl-line > div {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-border);
	margin-bottom: 15px;
}

.sec-dish .inner1 .dl-line > div {
	display: block;
	border-bottom: none;
}

.sec-dish .dl-line > div:last-of-type {
	margin-bottom: 0;
}

.sec-dish .inner1 .dl-line dt {
	font-size: 16px;
}

.sec-dish .inner1 .dl-line dd {
	margin-left: 1px;
	font-size: 16px;
}

.sec-dish .dl-txt {
	margin-top: 26px;
}

.sec-dish .dl-txt dt {
	margin-bottom: 8px;
	font-size: 13px;
}

.sec-dish .dl-txt dd {
	line-height: 1.9;
}

.sec-dish .inner2 {
	text-align: justify;
}

.sec-dish .inner2 > h3 {
	display: block !important;
	margin-bottom: 20px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.sec-dish .inner2 > p {
	display: inline;
	letter-spacing: 0.06em;
}

.sec-dish .attention-list {
	margin-top: 25px;
}

/* .img-dish-drink
------------------------------------*/
.img-dish-drink {
	margin-bottom: 35px;
}

/* .sec-drink
------------------------------------*/
.sec-drink {
	margin-top: -40px;
	padding-right: 15px;
}

.sec-drink p { text-align: justify; }
.sec-drink p br { display: none; }


/* page restaurant
---------------------------------------------------------------------------*/
#restaurantContents .img-main {
	margin-bottom: 95px;
}

/* .sec-restaurant
------------------------------------*/
.sec-restaurant {
	margin-bottom: 120px;
	padding: 0;
}

.sec-restaurant figure {
	position: relative;
	margin: 0 -5%;
}

.sec-restaurant figure img {
	opacity: 0;
	width: 100%;
}

.sec-restaurant figure .img2 {
	display: none;
}

.sec-restaurant .txt {
	padding: 95px 0 0 80px;
}

.sec-restaurant .txt > p {
	letter-spacing: 0.08em;
	line-height: 1.9;
	text-align: justify;
}

.sec-restaurant .txt > p br { display: none; }

.sec-restaurant .txt dl {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 0;
}

.sec-restaurant .txt dl,
.sec-restaurant .txt dl p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sec-restaurant .txt dl > div {
	margin-bottom: 35px;
}

.sec-restaurant .txt dt {
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.sec-restaurant .txt dd {
	font-size: 15px;
}

.sec-restaurant .txt dd p.en {
	margin: 21px 0 0 1px;
	font-family: var(--font-serif);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sec-restaurant .txt dl > div.column2 {
	margin-bottom: 40px;
}

.sec-restaurant .txt dl > div.column2 dd {
	font-size: 17px;
}

.sec-restaurant .txt dl > div.column2 dd p {
	margin-bottom: 10px;
	letter-spacing: 0.18em;
}

.sec-restaurant .txt dl > div.column2 dd p.size-s {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.14em;
}

.sec-restaurant .txt dl > div.column2 dd p.size-s span {
	font-size: 13px;
}

/* .img-restaurant
------------------------------------*/
.img-restaurant {
	display: block !important;
	margin-bottom: 55px;
}

/* .sec-access
------------------------------------*/
.sec-access {
	margin-top: -40px;
	margin-bottom: 135px;
	padding: 40px 0 0 80px;
}

.sec-access .map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 28px;
	padding-bottom: 140%;
	filter: grayscale(100%) sepia(15%) hue-rotate(-15deg) saturate(2) brightness(0.95) contrast(1.05);
}

.sec-access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec-access .txt address {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec-access .txt address em {
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.sec-access .txt p {
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.08em;
	text-align: justify;
}

.sec-access .txt p br { display: none; }

.sec-access .txt .txt-link {
	margin-top: 28px;
}