/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

html.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

html.is-fixed,
body.is-fixed {
	height: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	background: url("../images/common/bg.jpg") repeat;
	background-color: #ffffff;
	color: #232323;
	font-family: "Noto Serif JP", serif;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 1000;
}

main#blog-single {
	overflow: hidden;
}

main#blog-single a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

main#blog-single a:hover {
	opacity: 0.8;
}

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

a[href^="tel:"] {
	pointer-events: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.js-accordion-summary {
	cursor: pointer;
}

.l-header {
	background: #FFF;
}

.l-inner {
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.l-inner.l-inner--wide {
	margin: 0 auto;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.l-inner.l-inner--narrow {
	margin: 0 auto;
	max-width: 1060px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.l-mv {
	aspect-ratio: 1440/789;
	background: url("../images/mv/mv@2x.jpg") no-repeat center center/cover;
	width: 100%;
}

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #DBB373;
	border-bottom: min(0.0694444444vw, 1px) solid #232323;
	border-right: min(0.0694444444vw, 1px) solid #232323;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: min(1.25vw, 18px);
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: min(0.125vw, 1.8px);
	line-height: 1.45;
	padding: min(0.7638888889vw, 11px) min(4.0277777778vw, 58px) min(0.7638888889vw, 11px) min(1.3888888889vw, 20px);
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn::after {
	background: url("../images/common/btn-arrow.svg") no-repeat center center/cover;
	content: "";
	display: block;
	height: min(0.2777777778vw, 4px);
	position: absolute;
	right: min(1.3888888889vw, 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: min(1.9444444444vw, 28px);
}

.c-btn.c-btn--fit {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-to-top {
	bottom: 2.375rem;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 2.1875rem;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 20000;
}

.c-to-top.change {
	bottom: 6.25rem;
}

.c-to-top img {
	height: 3.125rem;
	width: 3.125rem;
}

.c-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.c-ttl__kv {
	color: #FFF;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2125rem;
	line-height: 1.45;
}

.c-ttl {
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.6375rem;
	line-height: 1.45;
	text-align: center;
}

.p-404 {
	padding-block: 3.125rem 10rem;
}

.p-404-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.75;
	margin-top: 0.875rem;
	text-align: center;
}

.p-404-btn {
	margin-inline: auto;
	margin-top: 3.125rem;
	text-align: center;
}

.p-404-btn > * {
	margin-inline: auto;
	text-align: center;
}

.p-about__main {
	margin-top: 3.125rem;
}

.p-about__txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
	text-align: left;
}

.p-about__access {
	margin-block: 10rem;
}

.p-about__access-map {
	margin-top: 4.375rem;
}

.p-about__access-map-btn {
	margin-top: 4.375rem;
}

.p-about__access-map-btn-link {
	height: 5rem !important;
	width: 100% !important;
}

.p-about__access-info {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1.75; /* 28px */
	margin: 4.5rem auto 6.25rem;
	max-width: 46.5625rem;
}

.p-about__access-info th {
	padding-top: 1.75rem;
	width: 11.4375rem;
}

.p-about__access-info td {
	padding-top: 1.75rem;
	width: calc(100% - 11.4375rem);
}

.p-about__access-info-reserve > * {
	height: 4.125rem;
	margin-inline: auto;
	width: 16.875rem;
}

.p-about__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	margin-top: 5rem;
}

.p-breadcrumbs {
	padding-block: 1.25rem;
	padding-left: 0.625rem;
}

.p-breadcrumbs__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
}

.p-breadcrumbs__item {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
}

.p-breadcrumbs__item:not(:first-child)::before {
	content: ">";
	left: -1.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-footer {
	background: #5C1515;
	padding-block: 3rem;
}

.p-footer__info {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-footer__nav {
	margin-top: 2.5rem;
}

.p-footer__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-inline: auto;
	width: 50rem;
}

.p-footer__list-item {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	padding: 1rem 1.875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-app__box-code-sp {
	display: none;
}

.p-footer__nav-sns {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.5rem;
}

.p-footer__nav-sns-item img {
	height: 2.0625rem;
	width: 2.0625rem;
}

.p-footer__small-wrap {
	margin-top: 3.5rem;
	text-align: center;
}

.p-footer__small {
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.65;
	text-align: center;
}

.p-footer__address {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1.65; /* 26.4px */
	margin-top: 2.375rem;
	text-align: center;
}

.p-footer__explain {
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.65;
	margin-top: 1.25rem;
	text-align: center;
}

.p-header {
	background: #5C1515;
	height: min(6.25vw, 90px);
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__logo {
	height: min(4.9583333333vw, 71.4px);
	text-indent: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: min(22.0138888889vw, 317px);
	z-index: 1001;
}

.p-header__logo a {
	background: url("../images/header/header-logo@2x.png") no-repeat center center/cover;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	width: 100%;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-header__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-left: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__nav-sub {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	bottom: -2.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.75rem;
	height: 2.9375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	visibility: hidden;
	width: 100%;
}

.p-header__nav-item.has-children:hover .p-header__nav-sub {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
}

.p-header__nav-item-link,
.p-header__nav-item-label {
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: min(1.1111111111vw, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	padding: min(2.2222222222vw, 32px) min(1.7361111111vw, 25px) min(2.4305555556vw, 35px);
}

.p-header__nav-item-label {
	position: relative;
}

.p-header__nav-item-label::after {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.375rem;
}

.p-header__nav-item.is-open .p-header__nav-item-label::after {
	-webkit-transform: translateY(-50%) rotate(225deg);
	        transform: translateY(-50%) rotate(225deg);
}

.p-header__nav-sub li {
	color: #232323;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	-webkit-transform: 0.3s;
	        transform: 0.3s;
}

.p-header__nav-sub li:hover {
	color: #5C1515;
	-webkit-transform: 0.3s;
	        transform: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--reserve {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #DBB373;
	color: #232323;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	height: min(6.25vw, 90px);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: min(2.7777777778vw, 40px);
	padding: min(1.5277777778vw, 22px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--reserve:hover {
	background: #B58356;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__sns {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: min(2.3611111111vw, 34px);
	margin-left: min(3.5416666667vw, 51px);
}

.p-header__nav-sub.is-active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
}

.p-header__sns-instagram img {
	height: min(2.0138888889vw, 29px);
	width: min(2.0138888889vw, 29px);
}

.p-header__sns-facebook img {
	height: min(2.2222222222vw, 32px);
	width: min(2.2222222222vw, 32px);
}

.p-header__nav-button {
	display: none;
}

.p-header__hamburger {
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.p-header__hamburger-line {
	height: 1.0625rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 0.6666666667vw));
	        transform: translateY(calc(-50% - 0.6666666667vw));
	-webkit-transition: inherit;
	transition: inherit;
	width: 1.875rem;
	z-index: 1002;
}

.p-header__hamburger-line {
	font-size: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	background-color: #FFF;
	content: "";
	display: block;
	height: 0.125rem;
	max-width: 40px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 2.5rem;
	z-index: 100;
}

.p-header__hamburger-line::after {
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::before {
	bottom: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::after {
	top: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-txt {
	bottom: 0rem;
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	position: absolute;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-txt {
	color: #fff;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line {
	background-color: transparent;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.visuallyHidden {
	clip: rect(0 0 0 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-kv {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 700;
	height: 11.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.2125rem;
	line-height: 1.45; /* 49.3px */
	width: 100%;
}

.p-kv.p-kv--menu {
	background: url("../images/kv/kv-menu@2x.jpg") no-repeat center center/cover;
}

.p-kv.p-kv--about {
	background: url("../images/kv/kv-menu@2x.jpg") no-repeat center center/cover;
}

.p-menu__lunch {
	padding-block: 3.125rem 10rem;
}

.p-menu__lunch-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
	text-align: center;
}

.p-menu__lunch-txt span {
	font-size: 0.9375rem;
}

.p-menu__lunch-menu-list {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
}

.p-menu__lunch-menu-list-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.75;
	margin-top: 0.875rem;
	text-align: center;
}

.p-menu__lunch-menu-list-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-menu__lunch-menu-list-item-img {
	position: relative;
}

.p-menu__lunch-menu-list-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 705/485;
	object-fit: cover;
}

.p-menu__lunch-menu-list-label {
	background: #5C1515;
	color: #FFF;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	left: 0;
	line-height: 1.45;
	padding: 0.6875rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-menu__dinner-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	margin-top: 4.375rem;
}

.p-menu__dinner-list-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-menu__dinner-list-item-img {
	width: 57.5rem;
}

.p-menu__dinner-list-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 920/625;
	object-fit: cover;
}

.p-menu__dinner-list-item-content {
	width: calc(100% - 2.5rem - 57.5rem);
}

.p-menu__dinner-list-item-ttl {
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
}

.p-menu__dinner-list-item-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
}

.p-menu__c-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
	text-align: center;
}

.p-menu__c-img {
	margin: 0 auto;
	margin-top: 4.375rem;
	max-width: 62.5rem;
}

.p-menu__drink {
	margin-top: 10rem;
}

.p-menu__btn {
	margin-top: 1.875rem;
}

.p-menu__btn > * {
	margin-inline: auto;
}

.p-menu__ceremoni {
	margin-top: 10rem;
}

.p-menu__ceremoni-box {
	background: #FFF;
	margin-top: 4.375rem;
	padding: 1.125rem 3.6875rem 1.125rem 4.6875rem;
}

.p-menu__ceremoni-ttl {
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.275rem;
	line-height: 1.85;
	margin-top: 2.1875rem;
}

.p-menu__ceremoni-ttl.p-menu__ceremoni-ttl--houji {
	margin-top: 4.375rem;
}

.p-menu__ceremoni-ttl-scene {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75;
	margin-top: 2.1875rem;
}

.p-menu__ceremoni-txt {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 0.1875rem;
}

.p-menu__ceremoni-txt-span {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
}

.p-menu__ceremoni-ttl-scene-cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 0.875rem;
}

.p-menu__ceremoni-ttl-scene-cat-item {
	background: #B92323;
	color: #FFF;
	font-size: min(1.5vw, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.85;
	padding: min(0.3vw, 3px) min(2vw, 20px) min(0.5vw, 5px);
}

.p-menu__ceremoni-box-item {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	list-style-type: disc;
}

.p-menu__ceremoni-img {
	margin-top: 2.1875rem;
	max-width: 44.125rem;
}

.p-menu__banquet {
	margin-bottom: 10rem;
	margin-top: 6.25rem;
}

.p-menu__banquet-ttl {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.85;
	margin-top: 2.1875rem;
}

.p-menu__banquet-ttl--first {
	margin-top: 1.875rem;
}

.p-menu__banquet-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
	margin-top: 0.1875rem;
}

.p-menu__banquet-img {
	margin-top: 2.1875rem;
	max-width: 44.125rem;
}

.p-mv {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: calc(100svh - min(6.25vw, 90px));
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: 100%;
}

.p-mv .test {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	visibility: visible;
	width: 100%;
	z-index: -1;
}

.p-mv__ttl {
	height: min(14.3348958333vw, 275.23px);
	width: min(28.2291666667vw, 542px);
}

.p-mv__scroll {
	bottom: 0;
	left: 6.625rem;
	padding-bottom: 6.25rem;
	position: absolute;
}

.p-mv__scroll p {
	color: #FFF;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.11375rem;
	line-height: 1.45; /* 20.3px */
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.border {
	background-color: #333;
	content: "";
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 20px;
}

.c-scrolldown {
	bottom: 0;
	height: 5rem;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 1px;
}

.c-scrolldown .c-line {
	-webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	        animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -5rem;
	background-size: 100% 200%;
	display: block;
	height: 100%;
	width: 100%;
}

.p-mv__btn {
	bottom: 2.9375rem;
	height: 4.125rem;
	position: absolute;
	right: 4.8125rem;
	width: 16.875rem;
}

.p-reserve__main {
	margin-top: 3.125rem;
}

.p-reserve__main-ttl {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15rem;
	line-height: 1.95;
	text-align: center;
}

.p-reserve__main-box {
	background: #FFF;
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 900px;
	padding: 0.625rem 1.5625rem 0.9375rem;
	position: relative;
}

.p-reserve__main-box-inner {
	max-width: 743px;
	position: relative;
	z-index: 2;
}

.p-reserve__main-box-ttl {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: 1.95;
}

.p-reserve__main-box-list-item {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	list-style-type: disc;
	margin-left: 1.75rem;
}

.p-reserve__main-box-list-item-img {
	bottom: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 0;
}

.p-reserve__main-box-sns-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.8125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 900px;
}

.p-reserve__main-box-sns-list-item {
	width: calc((100% - 5.625rem) / 3);
}

.p-reserve__main-box-sns-btn {
	height: 66px;
	width: 100%;
}

.p-reserve__app {
	margin-bottom: 8.75rem;
	margin-top: 10rem;
}

.p-reserve__app-txt {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
	text-align: center;
}

.p-reserve__app-qr {
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 448px;
	text-align: center;
}

.p-reserve__app-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 4.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4.375rem;
}

.p-reserve__app-list-item {
	position: relative;
	text-align: center;
	width: 17.9375rem;
}

.p-reserve__app-list-item::before {
	background: url("../images/reserve/app-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1.9375rem;
	left: -2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

.p-reserve__app-list-item img {
	margin: inline-auto;
	margin-top: 0.875rem;
	width: 13rem;
}

.p-reserve__app-list-item:first-child::before,
.p-reserve__app-list-item:nth-child(4)::before {
	content: none;
}

.p-reserve__app-list-item-ttl {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.p-reserve__app-list-item-ttl + img {
	margin-top: 0.875rem;
	width: 13rem;
}

.p-reserve__app-list-item-txt {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	margin-top: 0.5rem;
}

.p-reserve__tel {
	margin-block: 10rem;
}

.p-reserve__tel-txt {
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.875rem;
	text-align: center;
}

.p-reserve__tel-btn {
	margin-top: 4.375rem;
}

.p-reserve__tel-btn > * {
	margin: 0 auto;
}

.p-reserve__tel-btn-link {
	font-size: 2.0625rem !important;
	height: 6.875rem !important;
	line-height: 1.45 !important;
	padding: 1.6875rem 4.625rem 2.1875rem 6.25rem !important;
	position: relative;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.p-reserve__tel-btn-link::before {
	background: url("../images/reserve/tel-icon@2x.png") no-repeat center center/cover;
	content: "";
	height: 2.1875rem;
	left: 3.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.625rem;
}

.p-reserve__tel-btn-link::after {
	content: none;
}

.p-top-app {
	padding-block: 6.25rem;
}

.p-top-app__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4.375rem;
}

.p-top-app__box-content {
	width: 37.5rem;
}

.p-top-app__box-content {
	width: min(60vw, 600px);
}

.p-top-app__box-content-img-code {
	margin-top: 3.75rem;
	width: 27.5rem;
}

.p-top-app__content-img-main {
	margin-top: 3.75rem;
}

.p-top-app__box-content-txt {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
}

.p-top-app__box-content-txt + .p-top-app__box-content-txt {
	margin-top: 1.75rem;
}

.p-top-app__box-img {
	width: calc(100% - min(60vw, 600px) - min(6vw, 60px));
}

.p-top-app__btn {
	margin-inline: auto;
	margin-top: 4.375rem;
}

.p-top-app__btn-sp {
	margin-inline: auto;
	margin-top: 1.875rem;
}

.p-top-app__btn--spbig {
	height: 5rem;
}

.p-top-app__content-img-main-sp {
	margin-inline: auto;
	width: 15.875rem;
}

.p-top-app__box-code-sp {
	margin-top: 2.5rem;
}

.p-top-feature {
	margin-top: 10rem;
}

.p-top-feature__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.125rem;
}

.p-top-feature__list-item {
	position: relative;
}

.p-top-feature__list-item-content {
	left: 0;
	max-width: 42.8125rem;
	padding: 6.25rem 0 0 6.25rem;
	position: absolute;
	top: 0;
}

.p-top-feature__list-item-content.p-top-feature__list-item-content--reverse {
	left: auto;
	left: initial;
	max-width: 42.8125rem;
	padding: 6.25rem 6.25rem 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-feature__list-item-content-ttl {
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.75rem;
	line-height: 1.85;
}

.p-top-feature__list-item-content-ttl.p-top-feature__list-item-content-ttl--shadow {
	text-shadow: 4px 4px 4px rgba(52, 28, 28, 0.25);
}

.p-top-feature__list-item-content-txt {
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.15;
	margin-top: 1.875rem;
}

.p-top-feature__list-item-btn {
	margin-top: 2.5rem;
}

.p-top-info {
	background: #FFF;
	padding-top: 6.25rem;
}

.p-top-info__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4.375rem;
	padding-bottom: 6.25rem;
}

.p-top-info__content-main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: min(15.625vw, 225px);
}

.p-top-info__content-detail {
	width: min(38.5416666667vw, 555px);
}

.p-top-info__content-detail table,
.p-top-info__content-detail p {
	font-size: min(1.1111111111vw, 16px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: min(0.1111111111vw, 1.6px);
	line-height: 1.65;
	width: min(38.5416666667vw, 555px);
}

.p-top-info__content-detail table th,
.p-top-info__content-detail p th {
	padding-top: 1rem;
	width: min(9.0277777778vw, 130px);
}

.p-top-info__content-detail table th.first,
.p-top-info__content-detail p th.first {
	padding-top: 0;
}

.p-top-info__content-detail table td,
.p-top-info__content-detail p td {
	padding-top: 1rem;
	width: calc(100% - min(9.0277777778vw, 130px));
}

.p-top-info__content-detail table td.first,
.p-top-info__content-detail p td.first {
	padding-top: 0;
}

.p-top-info__content-detail p {
	margin-top: 1rem;
}

.p-top-info__content-img {
	width: min(36.1111111111vw, 520px);
}

.p-top-info__content-img-main {
	width: min(36.1111111111vw, 520px);
}

.p-top-info__content-main-logo {
	height: min(10vw, 144px);
	width: min(10vw, 144px);
}

.p-top-info__content-ttl-sub {
	font-size: min(0.9722222222vw, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0.3125rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-info__content-ttl-main {
	font-size: min(1.7361111111vw, 25px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-top-info__content-btn {
	margin-top: 1.875rem;
}

.p-top-menu {
	margin-top: 10rem;
}

.p-top-menu__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top-menu__box-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-top-menu__box-item img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-top-menu__child {
	background: #5C1515;
	padding-block: 10rem;
}

.p-top-menu__child-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top-menu__child-box-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-top-menu__child-box-item-ttl {
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.375rem;
	line-height: 1.85; /* 55.5px */
}

.p-top-menu__child-box-item-box-left {
	padding-right: 3.4375rem;
	padding-top: 2.5rem;
}

.p-top-menu__child-box-item-box-right {
	padding-bottom: 6.25rem;
	padding-left: 3.5rem;
}

.p-top-menu__child-box-item-txt {
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.15;
	margin-top: 1.875rem;
}

.p-top-message {
	margin-top: 8.125rem;
}

.p-top-message__box {
	margin: 0 auto;
	max-width: 50rem;
}

.p-top-message__box-txt {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.15;
	text-align: center;
}

.p-top-news {
	margin-top: 8.125rem;
}

.p-top-news__box {
	background: #FFF;
	margin: 0 auto;
	max-width: 58.75rem;
	padding: 1.25rem 1.875rem;
}

.p-top-news__box-txt {
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	color: #232323;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75;
}

.p-top-news__box-txt + .p-top-news__box-txt {
	margin-top: 0.9375rem;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-if {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.u-visually-hidden {
	display: none;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {

.c-btn:hover::after {
	-webkit-transform: translate(min(0.4166666667vw, 6px), -50%);
	        transform: translate(min(0.4166666667vw, 6px), -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-top-menu__box-item img:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.c-btn:hover::after {
	-webkit-transform: translate(min(0.4166666667vw, 6px), -50%);
	        transform: translate(min(0.4166666667vw, 6px), -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-top-menu__box-item img:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

}

@media screen and (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

@media screen and (max-width: 768px) {

html {
	font-size: 16px;
}

header.is-active {
	-webkit-animation: fadeSlideIn 0.4s ease-out;
	        animation: fadeSlideIn 0.4s ease-out;
	position: fixed;
	top: 0;
	width: 100%;
}

main {
	overflow: hidden;
}

main#blog-single a {
	opacity: 1;
	opacity: initial;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.js-accordion-content {
	display: none;
}

.is-open .js-accordion-content {
	height: 100%;
	opacity: 1;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary {
	position: relative;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	border-bottom: 1px solid #AD9B83;
	border-left: 1px solid #AD9B83;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: none;
	height: 0;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 22px;
	padding-right: 22px;
}

.l-inner.l-inner--wide {
	max-width: 100%;
}

.l-inner.l-inner--narrow {
	max-width: 37.5rem;
	padding-left: 22px;
	padding-right: 22px;
}

.l-mv {
	aspect-ratio: 375/563;
	background: url("../images/mv/mv-sp@2x.jpg") no-repeat center center/cover;
}

.c-btn {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.1rem;
	line-height: 1.45; /* 23.2px */
	padding: 0.625rem 3.4375rem 0.625rem 1.6875rem;
	width: 13.375rem;
}

.c-btn::after {
	height: 0.25rem;
	right: 1.25rem;
	width: 1.75rem;
}

.c-to-top {
	display: none;
}

.c-ttl__kv {
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1375rem;
	line-height: 1.45; /* 31.9px */
}

.c-ttl {
	font-size: 1.5rem;
	font-style: normal;
	letter-spacing: 0.45rem;
	line-height: 1.85;
}

.p-404 {
	padding-block: 3.125rem;
}

.p-404-head {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	line-height: 1.55;
	text-align: left;
}

.p-about__txt {
	font-size: 0.9375rem;
	margin-top: 1.875rem;
	text-align: left;
}

.p-about__access {
	margin-bottom: 4.375rem;
	margin-top: 3.125rem;
}

.p-about__access-map {
	margin-top: 1.875rem;
}

.p-about__access-map-btn {
	margin-top: 3.125rem;
}

.p-about__access-map-btn-link {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-about__access-info {
	margin-bottom: 2.5rem;
	margin-top: 1.375rem;
}

.p-about__access-info th {
	font-size: 0.9375rem;
	line-height: 1.65; /* 28px */
	padding-right: 1.5rem;
	padding-top: 1.5rem;
	width: 6.6875rem;
}

.p-about__access-info td {
	font-size: 0.9375rem;
	line-height: 1.65; /* 28px */
	padding-top: 1.5rem;
}

.p-about__img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
	margin-top: 4.375rem;
}

.p-footer {
	padding-bottom: 4.375rem;
}

.p-footer__list {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.p-footer__list-item {
	padding: 1rem 1.5rem;
}

.p-top-app__box-code-sp {
	display: block;
}

.p-footer__address {
	font-size: 0.875rem;
}

.p-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
}

.p-header__logo {
	height: 2.375rem;
	width: 12.5rem;
}

.p-header__logo a {
	background: url("../images/header/header-logo-sp@2x.png") no-repeat center center/cover;
}

.p-header__nav {
	background: #5C1515;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100svh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	margin-left: 0;
	margin-left: initial;
	padding-top: 6.25rem;
	position: fixed;
	top: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-header__nav.is-active {
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.has-children {
	display: none;
}

.p-header__nav-item-link,
.p-header__nav-item-label {
	font-size: 1rem;
	padding-block: 1.375rem;
	width: 100%;
}

.p-header__nav-item-link.p-header__nav-item-link--reserve {
	height: 3.25rem;
	margin-top: 2.375rem;
	width: 13.4375rem;
}

.p-header__sns {
	gap: 4.375rem;
	margin-inline: auto;
	margin-top: 3.75rem;
}

.p-header__sns-instagram img {
	height: 2rem;
	width: 2rem;
}

.p-header__sns-facebook img {
	height: 2rem;
	width: 2rem;
}

.p-header__nav-button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: 3.125rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 3.125rem;
	z-index: 1001;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	width: 1.875rem;
}

.p-header__hamburger-txt {
	font-size: 0rem;
}

.p-kv {
	height: 6.75rem;
}

.p-kv.p-kv--menu {
	background: url("../images/kv/kv-menu-sp@2x.jpg") no-repeat center center/cover;
}

.p-kv.p-kv--about {
	background: url("../images/kv/kv-menu-sp@2x.jpg") no-repeat center center/cover;
}

.p-menu__lunch {
	padding-block: 3.125rem;
}

.p-menu__lunch-txt {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: left;
}

.p-menu__lunch-txt span {
	font-size: 0.75rem;
}

.p-menu__lunch-menu-list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.p-menu__lunch-menu-list-head {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	line-height: 1.55;
	text-align: left;
}

.p-menu__lunch-menu-list-txt {
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	margin-top: 0.625rem;
	text-align: left;
}

.p-menu__lunch-menu-list-label {
	font-size: 0.75rem;
}

.p-menu__dinner-list-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.p-menu__dinner-list-item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-menu__dinner-list-item-img {
	width: 100%;
}

.p-menu__dinner-list-item-content {
	width: 100%;
}

.p-menu__dinner-list-item-ttl {
	font-size: 1.125rem;
}

.p-menu__dinner-list-item-txt {
	font-size: 0.9375rem;
	line-height: 1.45;
	margin-top: 0.625rem;
}

.p-menu__c-txt {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: left;
}

.p-menu__c-img {
	margin-top: 1.875rem;
}

.p-menu__drink {
	margin-top: 3.125rem;
}

.p-menu__ceremoni {
	margin-top: 3.125rem;
}

.p-menu__ceremoni-box {
	margin-top: 1.875rem;
	padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}

.p-menu__ceremoni-ttl {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.p-menu__ceremoni-ttl.p-menu__ceremoni-ttl--houji {
	margin-top: 1.875rem;
}

.p-menu__ceremoni-ttl-scene {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.p-menu__ceremoni-txt {
	font-size: 0.9375rem;
}

.p-menu__ceremoni-ttl-scene-cat {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.75rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.p-menu__ceremoni-ttl-scene-cat-item {
	font-size: 0.875rem;
}

.p-menu__ceremoni-box-item {
	font-size: 0.9375rem;
}

.p-menu__ceremoni-img {
	margin-top: 1.875rem;
}

.p-menu__banquet {
	margin-bottom: 4.375rem;
	margin-top: 3.125rem;
}

.p-menu__banquet-ttl {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.p-menu__banquet-txt {
	font-size: 0.9375rem;
}

.p-menu__banquet-img {
	margin-top: 1.875rem;
}

.p-mv {
	height: calc(100svh - 3.75rem);
}

.p-mv .test {
	height: calc(100svh - 3.75rem);
}

.p-mv__ttl {
	height: 9.625rem;
	width: 15rem;
}

.p-mv__scroll {
	left: 0.75rem;
	padding-bottom: 3.125rem;
}

.p-mv__scroll p {
	font-size: 0.625rem;
}

.c-scrolldown {
	height: 2.5rem;
}

.c-scrolldown .c-line {
	-webkit-animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	        animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
	background-position: 0 -2.5rem;
}

.p-mv__btn {
	border-bottom: 0;
	border-right: 0;
	bottom: 0;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 100;
}

.p-reserve__main-ttl {
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1375rem;
}

.p-reserve__main-box {
	margin-top: 3.125rem;
}

.p-reserve__main-box-ttl {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1125rem;
}

.p-reserve__main-box-list-item {
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
}

.p-reserve__main-box-list-item-img {
	height: 7.75rem;
	width: 8.125rem;
}

.p-reserve__main-box-sns-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.p-reserve__main-box-sns-list-app {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
}

.p-reserve__main-box-sns-list-item {
	width: 100%;
}

.p-reserve__main-box-sns-btn {
	margin-inline: auto;
	width: 16.875rem;
}

.p-reserve__app {
	margin-bottom: 0rem;
	margin-top: 3.125rem;
}

.p-reserve__app-txt {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: left;
}

.p-reserve__app-qr {
	margin-top: 1.875rem;
}

.p-reserve__app-list {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 1.875rem 2.8125rem;
	margin-top: 1.875rem;
}

.p-reserve__app-list-item::before {
	height: 1.125rem;
	left: -1.875rem;
	width: 0.659375rem;
}

.p-reserve__app-list-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc((100% - 2.8125rem) / 2);
}

.p-reserve__app-list-item:first-child::before,
.p-reserve__app-list-item:nth-child(4)::before {
	content: "";
}

.p-reserve__app-list-item:nth-of-type(2n+1)::before {
	content: none;
}

.p-reserve__app-adjust {
	margin-bottom: 1.75rem;
}

.p-reserve__app-list-item-ttl {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.875rem;
	line-height: 1.45;
}

.p-reserve__app-list-item-ttl + img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-reserve__app-list-item-txt {
	font-size: 0.75rem;
}

.p-reserve__tel {
	margin-block: 3.125rem;
}

.p-reserve__tel-txt {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: left;
}

.p-reserve__tel-btn {
	margin-top: 3.125rem;
}

.p-reserve__tel-btn-link {
	font-size: 1.4375rem !important;
	height: 4.125rem !important;
	padding: 1.03125rem 2.78125rem 1.03125rem 4.59375rem !important;
}

.p-reserve__tel-btn-link::before {
	height: 1.625rem;
	left: 3.125rem;
	width: 1.1875rem;
}

.p-top-app {
	padding-block: 3.125rem;
}

.p-top-app__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 1.875rem;
}

.p-top-app__box-content {
	width: 100%;
}

.p-top-app__box-content {
	width: 100%;
}

.p-top-app__box-content-img-code {
	margin-top: 2.5rem;
	width: 100%;
}

.p-top-app__box-content-txt {
	font-size: 0.9375rem;
}

.p-top-app__box-img {
	margin-inline: auto;
	width: 13.375rem;
}

.p-top-app__btn--spbig {
	height: 5rem;
	width: 20.625rem;
}

.p-top-feature {
	margin-top: 3.125rem;
}

.p-top-feature__list-item-content {
	max-width: 100%;
	padding: 1.875rem 1.3125rem;
}

.p-top-feature__list-item-content.p-top-feature__list-item-content--reverse {
	max-width: 100%;
	padding: 1.875rem 1.3125rem;
}

.p-top-feature__list-item-content-ttl {
	font-size: 1.125rem;
	letter-spacing: 0.45rem;
}

.p-top-feature__list-item-content-txt {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.95;
	margin-top: 1.125rem;
}

.p-top-info {
	padding-top: 3.125rem;
}

.p-top-info__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 1.875rem;
	padding-bottom: 3.125rem;
}

.p-top-info__content-main {
	width: 100%;
}

.p-top-info__content-detail {
	margin-top: 3.125rem;
	width: 100%;
}

.p-top-info__content-detail table,
.p-top-info__content-detail p {
	font-size: 0.9375rem;
	letter-spacing: 0.09375rem;
	width: 100%;
}

.p-top-info__content-detail table th,
.p-top-info__content-detail p th {
	width: 5.5rem;
}

.p-top-info__content-detail table td,
.p-top-info__content-detail p td {
	width: calc(100% - 5.5rem);
}

.p-top-info__content-img {
	width: 100%;
}

.p-top-info__content-img-main {
	margin-top: 3.125rem;
	width: 100%;
}

.p-top-info__content-main-logo {
	height: 9rem;
	width: 9rem;
}

.p-top-info__content-ttl-sub {
	font-size: 0.875rem;
	margin-top: 1.75rem;
}

.p-top-info__content-ttl-main {
	font-size: 1.5625rem;
}

.p-top-info__content-btn {
	margin-top: 1.75rem;
}

.p-top-menu {
	margin-top: 4.375rem;
}

.p-top-menu__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-menu__child {
	padding-block: 3.125rem 4.375rem;
}

.p-top-menu__child-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-menu__child-box-item--reverse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-top: 3.125rem;
}

.p-top-menu__child-box-item-ttl {
	font-size: 1.125rem;
	font-style: normal;
	letter-spacing: 0.225rem;
}

.p-top-menu__child-box-item-box-left {
	padding-right: 0;
	padding-top: 1.25rem;
}

.p-top-menu__child-box-item-box-right {
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 1.25rem;
}

.p-top-menu__child-box-item-txt {
	font-size: 0.9375rem;
	font-style: normal;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.p-top-message {
	margin-top: 3.125rem;
}

.p-top-message__box-txt {
	font-size: 1rem;
	line-height: 1.75;
	text-align: left;
}

.p-top-news {
	margin-top: 3.125rem;
}

.p-top-news__box {
	padding: 1.25rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

.u-hidden-sp-if {
	display: none;
}

.u-sp-ib {
	display: inline-block;
}

.u-hidden-tab {
	display: inline-block;
}

.u-hidden-tab-sp {
	display: none;
}

}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {

.c-btn:hover::after {
	-webkit-transform: translate(0.375rem, -50%);
	        transform: translate(0.375rem, -50%);
}

}

@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {

.c-btn:hover::after {
	-webkit-transform: translate(0.375rem, -50%);
	        transform: translate(0.375rem, -50%);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes scrolldown {

0% {
	background-position: 0 -5rem;
}

75% {
	background-position: 0 0;
}

100% {
	background-position: 0 5rem;
}

}

@keyframes scrolldown {

0% {
	background-position: 0 -5rem;
}

75% {
	background-position: 0 0;
}

100% {
	background-position: 0 5rem;
}

}

