/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.wrapper {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto;
	max-width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.sp_only {
	display: none;
}

.sp-only {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

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

a:hover {
	opacity: 0.8;
}

html {
	font-size: 10px;
}

.dn {
	-o-object-fit: cover;
	display: none !important;
	height: auto;
	object-fit: cover;
}

.header {
	height: 27rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: height 0.3s ease;
	width: 100%;
	z-index: 100;
}

.header.header--scrolled {
	height: 12rem;
}

.header__bg {
	background-image: url("../img/header-bg-p.webp");
	height: 101%;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 101%;
	z-index: -2;
}

.header-spacer {
	height: 26.9rem;
	transition: height 0.3s ease;
}

.header--scrolled + .header-spacer {
	height: 11.9rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 12rem;
	position: relative;
}

.header__logo {
	height: 15.2rem;
	transition: width 0.3s ease, height 0.3s ease;
	width: 21.6rem;
}

.header__logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header--scrolled .header__logo {
	height: 10rem;
	width: 15rem;
}

.header__tel {
	align-items: center;
	display: flex;
	position: absolute;
	right: 12rem;
	top: 5.7rem;
	transition: top 0.3s ease;
}

.header--scrolled .header__tel {
	top: 2.5rem;
}

.header__tel-label {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.1875;
	margin-right: 1.2rem;
}

.header__tel-number {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-decoration: none;
	transition: opacity 0.3s;
}

.header__tel-number:hover {
	opacity: 0.8;
}

.header__nav {
	bottom: 6.9rem;
	position: absolute;
	right: 12rem;
	transition: bottom 0.3s ease;
}

.header--scrolled .header__nav {
	bottom: 1.6rem;
}

.header__menu {
	display: flex;
	gap: 5.2rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__menu-item {
	position: relative;
}

.header__menu-item::after {
	background-color: rgba(255, 255, 255, 0.31);
	bottom: 2.6rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: bottom 0.3s ease;
	width: 100%;
}

.header__menu-item--active::after {
	background-color: #FFFFFF;
}

.header--scrolled .header__menu-item::after {
	bottom: 1.5rem;
}

.header__menu-link {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: opacity 0.3s;
}

.header__menu-link:hover {
	opacity: 0.8;
}

.header__menu-ja {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.437;
	margin-bottom: 2.1rem;
	transition: margin-bottom 0.3s ease, font-size 0.3s ease;
}

.header--scrolled .header__menu-ja {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.header__menu-en {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.437;
	transition: font-size 0.3s ease;
}

.header--scrolled .header__menu-en {
	font-size: 0.9rem;
}

.header__hamburger {
	background-color: transparent;
	border: none;
	border-radius: 0.4rem;
	cursor: pointer;
	display: none;
	height: 5rem;
	position: fixed;
	right: 1.5rem;
	top: 2rem;
	transition: top 0.3s ease;
	width: 5rem;
	z-index: 1001;
}

.header--scrolled .header__hamburger {
	top: 1rem;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
	transform: translateY(0.9rem) rotate(45deg);
	width: 100%;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
	transform: translateY(-1.3rem) rotate(-45deg);
	width: 100%;
}

.header__hamburger-line {
	background-color: #FFFFFF;
	border-radius: 1.5px;
	display: block;
	height: 3px;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.header__hamburger-line:nth-child(1) {
	margin-left: auto;
	width: 80%;
}

.header__hamburger-line:nth-child(2) {
	margin: 0.6rem 0;
}

.header__hamburger-line:nth-child(3) {
	margin-left: auto;
	width: 80%;
}

.drawer {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: visibility 0s 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.drawer.is-open {
	transition: visibility 0s 0s;
	visibility: visible;
}

.drawer.is-open .drawer__overlay {
	opacity: 1;
}

.drawer.is-open .drawer__content {
	transform: translateX(0);
}

.drawer__overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
}

.drawer__content {
	background-color: #1D1717;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
	height: 100%;
	max-width: 30rem;
	overflow-y: auto;
	padding: 10rem 2.5rem 3rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 75%;
}

.drawer__close {
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 0.4rem;
	cursor: pointer;
	height: 3rem;
	padding: 0.8rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 3rem;
}

.drawer__close-line {
	background-color: #FFFFFF;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.drawer__close-line:first-child {
	transform: translateY(-50%) rotate(45deg);
}

.drawer__close-line:last-child {
	transform: translateY(-50%) rotate(-45deg);
}

.drawer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drawer__menu-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.drawer__menu-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.drawer__menu-link {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0;
	text-decoration: none;
	transition: opacity 0.3s;
}

.drawer__menu-link:hover {
	opacity: 0.7;
}

.drawer__menu-ja {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.drawer__menu-en {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

.drawer__tel {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
}

.drawer__tel-label {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 0.8rem;
}

.drawer__tel-number {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-decoration: none;
	transition: opacity 0.3s;
}

.drawer__tel-number:hover {
	opacity: 0.7;
}

/*========================================
# コンタクトフォーム
========================================  */

.contact {
	width: 100%; /* セレクトボックスのスタイル */ /* iOSでのセレクトボックスの文字色対策 */ /* プレースホルダーの色設定 */ /* Safariでのセレクトボックス対策 */ /* iOS特有の背景色リセット */ /* iOS日付入力フィールドの無効な日付のスタイル */ /* iOS日付入力フィールドの無効な日付を選択できないようにする */ /* 日付入力フィールドのスタイル */
}

.contact__header {
	align-items: center;
	background-color: #EDE5D8;
	display: flex;
	height: 13rem;
	justify-content: center;
	width: 100%;
}

.contact__title {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 2.736rem;
	font-weight: 600;
	line-height: 1.437;
}

.contact__breadcrumb {
	margin: 0 auto;
	max-width: 124rem;
	padding: 2rem 2rem;
	position: relative;
	width: 100%;
	z-index: 100;
}

.contact__breadcrumb-text {
	color: #000000;
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 2;
}

.contact__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 3.8rem;
}

.contact__content-title {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 2;
}

.contact__content-line {
	background-color: #D2957C;
	display: block;
	height: 0.2rem;
	margin-bottom: 7.2rem;
	width: 8.5rem;
}

.contact__form-wrapper {
	background-color: rgba(189, 103, 66, 0.06);
	margin-bottom: 10rem;
	max-width: 99.6rem;
	padding: 6rem 0rem;
	width: 100%;
}

.contact__form-wrapper > div {
	margin: 0 auto;
	max-width: 66rem;
}

.contact__form-message {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6875;
	margin-bottom: 3rem;
	max-width: 99.6rem;
	width: 100%;
}

.contact__form-required-mark {
	background-color: #CC0000;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.448;
	padding: 0.5rem 1rem;
	text-align: center;
}

.contact__form {
	margin: 0 auto;
	max-width: 82.7rem;
	width: 100%;
}

.contact__form-group {
	margin-bottom: 3rem;
}

.contact__form-label {
	align-items: center;
	color: #333333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1.3rem;
}

.contact__form-required {
	background-color: #CC0000;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	height: 2.5rem;
	letter-spacing: 0.14em;
	line-height: 2.5rem;
	margin-left: 1rem;
	text-align: center;
	width: 4.6rem;
}

.contact__form-input-wrapper {
	width: 100%;
}

.contact__form-input-wrapper--split {
	display: flex;
	gap: 2rem;
}

.contact__form-input-half {
	align-items: center;
	display: flex;
}

.contact__form-label-small {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.25;
	margin-right: 1rem;
}

.contact__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-text-fill-color: #333333;
	appearance: none;
	background-color: #FFFFFF;
	border: 1px solid rgba(77, 65, 57, 0.3);
	border-radius: 0.5rem;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	opacity: 1;
	padding: 0 2rem;
	width: 100%;
}

.contact__form-input.u-w455 {
	max-width: 45.5rem;
}

.contact__form-input.u-w140 {
	max-width: 14rem;
	text-align: right;
}

.contact__form-input:focus {
	border-color: rgba(77, 65, 57, 0.5);
	outline: none;
}

.contact select.contact__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-text-fill-color: #333333;
	appearance: none;
	background-color: #FFFFFF;
	background-image: url("../img/select-p.webp");
	background-position: right 2rem center;
	background-repeat: no-repeat;
	background-size: 1.2rem 0.8rem;
	color: #333333;
	opacity: 1;
	padding-right: 2rem !important;
}

.contact select.contact__form-input:focus {
	-webkit-text-fill-color: #333333;
	border-color: rgba(77, 65, 57, 0.5);
	color: #333333;
	outline: none;
}

.contact select.contact__form-input,
.contact select.contact__form-input option {
	background-color: #FFFFFF !important;
	color: #333333 !important;
}

.contact select.contact__form-input option:first-child {
	background-color: #FFFFFF !important;
	color: #333333 !important;
}

.contact input[type=date].contact__form-input,
.contact select.contact__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF !important;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit {
	color: #333333;
}

.contact input[type=date].contact__form-input:invalid {
	color: rgba(51, 51, 51, 0.5);
}

.contact input[type=date].contact__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-text-fill-color: #333333;
	appearance: none;
	background-color: #FFFFFF;
	background-image: url("../img/date-p.webp");
	background-position: right 1.6rem center;
	background-repeat: no-repeat;
	background-size: 2.4rem 2.4rem;
	color: #333333;
	padding-right: 2rem !important;
}

.contact input[type=date].contact__form-input::-webkit-calendar-picker-indicator {
	height: 4.4rem;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 4.4rem;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit {
	color: #333333;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit-fields-wrapper {
	color: #333333;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit-text {
	color: #333333;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit-month-field {
	color: #333333;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit-day-field {
	color: #333333;
}

.contact input[type=date].contact__form-input::-webkit-datetime-edit-year-field {
	color: #333333;
}

.contact__form-textarea {
	-webkit-text-fill-color: #333333;
	border: 1px solid rgba(77, 65, 57, 0.3);
	border-radius: 0.5rem;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	height: 20.5rem;
	padding: 1.5rem 2rem;
	resize: none;
	width: 100%;
}

.contact__form-textarea:focus {
	border-color: rgba(77, 65, 57, 0.5);
	outline: none;
}

.contact__form-unit {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.25;
	margin-left: 0.5rem;
}

.contact__form-note {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 1rem;
}

.contact__form-check {
	display: flex;
	margin: 3rem 0;
}

.contact__form-check-label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
}

.contact__form-check-input {
	border: 1px solid #CCCCCC;
	border-radius: 0.7rem;
	height: 2.8rem;
	margin-right: 1.4rem;
	width: 2.8rem;
}

.contact__form-check-text {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6875;
}

.contact__form-submit-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.contact__form-submit {
	background-color: #BD6742;
	border: none;
	border-radius: 0rem !important;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 700;
	height: 6rem;
	letter-spacing: 0.1em;
	line-height: 1.437;
	position: relative;
	transition: all 0.3s ease;
	width: 28.2rem;
}

/* チェックボックスのサイズ修正 */

.contact__form-check input[type=checkbox],
span.wpcf7-form-control-wrap.acceptance-727 .wpcf7-acceptance input[type=checkbox] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: #FFFFFF !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 7px !important;
	display: inline-block !important;
	height: 28px !important;
	margin-right: 14px !important;
	min-height: 28px !important;
	min-width: 28px !important; /* iOS対応 */
	position: relative !important;
	vertical-align: middle !important;
	width: 28px !important;
}

/* チェック時のスタイル */

.contact__form-check input[type=checkbox]:checked,
span.wpcf7-form-control-wrap.acceptance-727 .wpcf7-acceptance input[type=checkbox]:checked {
	background-color: #BD6742 !important;
	position: relative !important;
}

/* チェックマークの作成 */

.contact__form-check input[type=checkbox]:checked::after,
span.wpcf7-form-control-wrap.acceptance-727 .wpcf7-acceptance input[type=checkbox]:checked::after {
	border: solid white !important;
	border-width: 0 2px 2px 0 !important;
	content: "" !important;
	height: 12px !important;
	left: 10px !important;
	position: absolute !important;
	top: 5px !important;
	transform: rotate(45deg) !important;
	width: 6px !important;
}

/* 送信ボタンのライン修正 */

.contact__form-submit-container {
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}

.contact__form-submit-container::after {
	background-color: rgba(225, 153, 122, 0.9);
	bottom: 50%;
	content: "";
	height: 1px;
	position: absolute;
	right: -30px;
	transform: translateY(50%);
	transition: all 0.3s ease;
	width: 62px;
}

.contact__form-submit-container:hover::after {
	width: 100px;
}

.wpcf7-spinner {
	display: none;
}

/* この記述は必ず記述してください */

.fv {
	height: 91.4rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__swiper {
	height: 100%;
	width: 100%;
}

.fv__slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.fv__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__logo {
	height: auto;
	left: 50%;
	position: absolute;
	top: calc(50% + 13.5rem);
	transform: translate(-50%, -50%);
	width: 43.4rem;
	z-index: 2;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* この記述は必ず記述してください */

.greeting {
	height: 82.9rem;
	overflow: hidden;
	padding-top: 3.5rem;
	position: relative;
	width: 100%;
}

.greeting__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.greeting__bg::before {
	background-color: rgba(22, 22, 22, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.greeting__bg-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.greeting__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 120rem;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

.greeting__content {
	margin-right: auto;
	position: relative;
}

.greeting__chef {
	box-shadow: 4px 4px 18px 5px rgba(255, 255, 255, 0.54);
	height: 76.5rem;
	width: 42.3rem;
}

.greeting__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 7.2rem;
	top: 18.2rem;
}

.greeting__title-ja {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 1.44;
	writing-mode: vertical-rl;
}

.greeting__title-en {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.44;
	position: absolute;
	right: -3.4rem;
	top: 0.8rem;
	writing-mode: vertical-rl;
}

.greeting__pattern {
	height: 28.6rem;
	position: absolute;
	right: 17rem;
	top: 23.7rem;
	width: 27.9rem;
	z-index: 1;
}

/* この記述は必ず記述してください */

.parallax {
	display: block;
	height: 77.4rem;
	line-height: 0; /* 行間による余白を削除 */
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.bg-image-clip {
	clip-path: inset(0); /* 切り抜き */
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.bg-image-fixed {
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: fixed; /* 背景を固定 */
	top: 0;
	width: 100%;
}

.parallax__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

/* この記述は必ず記述してください */

.kodawari {
	background: url(../img/kodawari-bg-p.webp) repeat-x center center/contain;
	height: 94.9rem;
	line-height: 0; /* 行間による余白を削除 */
	margin-top: 0;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	width: 100%;
}

.kodawari__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 12rem;
	position: relative;
	z-index: 2;
}

.kodawari__title-wrapper {
	margin-top: 12rem;
	position: relative;
}

.kodawari__slider {
	margin-top: 12rem;
	position: relative;
	width: 100%;
}

.kodawari__slide {
	width: 100%;
}

.kodawari__slide-inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.kodawari__image-wrapper {
	height: 48.2rem;
	overflow: hidden;
	width: 69.4rem;
}

.kodawari__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kodawari__text-content {
	margin-left: 3rem;
	width: 40rem;
}

.kodawari__heading {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.08;
}

.kodawari__description {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 8rem;
}

/* SVG画像を使用した矢印スタイル */

.kodawari__arrow {
	cursor: pointer;
	display: block !important; /* 必ず表示されるように */
	height: 7.3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.9rem;
	z-index: 100;
}

.kodawari__arrow--prev {
	left: 4.7rem;
}

.kodawari__arrow--next {
	right: 4.7rem;
}

.kodawari__arrow-img {
	display: block;
	height: 100%;
	width: 100%;
}

/* Swiperのボタン非表示を上書き */

.swiper-button-lock {
	display: block !important;
}

/* この記述は必ず記述してください */

.menu {
	background-color: #1C1B1B;
	padding: 17rem 0 7rem;
	position: relative;
	width: 100%;
}

.menu__bg {
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.menu__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.menu__inner {
	margin: 0 auto;
	max-width: 140rem;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

.menu__title-wrapper {
	margin-bottom: 6rem;
	margin-left: auto;
	margin-right: 8.3rem;
	position: relative;
}

.menu__title-wrapper .section-title {
	display: block;
	margin-left: auto;
}

.menu__content {
	position: relative;
}

.menu__image-wrapper {
	height: 77.9rem;
	margin: 0 auto 10rem;
	max-width: 134.887rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.menu__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.menu__buttons {
	margin: 0 auto;
	max-width: 65.9rem;
	width: 100%;
}

.menu__buttons .lunch-menu {
	margin-bottom: 3rem;
}

.menu__item {
	bottom: 9rem;
	position: absolute;
	right: 8rem;
	z-index: 3;
}

.menu__card {
	align-items: center;
	background-color: #303030;
	display: flex;
	height: 12.6rem;
	justify-content: space-between;
	padding: 5rem 6rem;
	position: relative;
	width: 37.2rem;
}

.menu__card-title {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.437;
}

.menu__card-price {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.437;
}

/* この記述は必ず記述してください */

/* 店舗案内セクション */

.floor {
	display: block;
	height: 90.4rem;
	line-height: 0; /* 行間による余白を削除 */
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.floor__inner {
	height: 100%;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 137rem;
	padding: 0 2rem;
	position: relative;
	z-index: 3;
}

.floor__title-wrapper {
	margin-bottom: 8rem;
	margin-top: 7rem;
}

.floor__map-wrapper {
	margin-left: auto;
	margin-right: 7rem;
	margin-top: -8rem;
	width: 30%;
}

.floor__map-container {
	background-color: rgba(26, 25, 25, 0.7);
	margin-left: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.floor__map {
	display: block;
	height: auto;
	width: 100%;
}

.floor__map-label {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.235rem;
	font-weight: 400;
	line-height: 1.2;
	position: absolute;
}

.floor__map-label--counter {
	bottom: 3rem;
	letter-spacing: -0.04em;
	right: 8rem;
}

.floor__map-label--entrance {
	left: 2.6rem;
	letter-spacing: -0.14em;
	text-orientation: mixed;
	top: 40%;
	writing-mode: vertical-rl;
}

/* この記述は必ず記述してください */

/* 360度パノラマビュー */

.panorama {
	background: url(../img/panorama-bg-p.webp) no-repeat center center/cover;
	overflow: hidden;
	padding-block: 6.8rem 9.2rem;
	position: relative;
	width: 100%;
}

.panorama__container {
	height: 42.4rem;
	width: 100%;
}

.panorama__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

/* この記述は必ず記述してください */

.instagram {
	background: url(../img/instagram-bg-p.webp) no-repeat center center/cover;
	color: #FFFFFF;
	padding: 8.6rem 0 9rem;
	width: 100%;
}

.instagram__inner {
	margin: 0 auto;
	max-width: 130rem;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

.instagram__title-wrapper .section-title {
	display: block;
	margin-left: auto;
	width: 50rem;
}

.instagram__title-wrapper .section-title__line {
	width: 50rem;
}

.instagram__feed {
	margin: 0 auto;
	margin-top: 13rem;
	max-width: 123rem;
}

/* この記述は必ず記述してください */

.map {
	background-color: #1C1B1B;
	color: #FFFFFF;
	height: 89.4rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.map__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 128rem;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

.map__container {
	background-color: #D9D9D9;
	height: 73.4rem;
	margin: 0 auto;
	max-width: 124.4rem;
	position: relative;
	width: 100%;
}

.map__container iframe {
	aspect-ratio: 1244/734;
	border: 0;
	height: 100%;
	width: 100%;
}

/* この記述は必ず記述してください */

.reservation {
	color: #FFFFFF;
	height: 101rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.reservation__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.reservation__bg::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.reservation__bg-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reservation__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	max-width: 120rem;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

.reservation__content {
	margin-left: auto;
	padding-top: 10rem;
	width: 44%;
}

.reservation__title-wrapper {
	margin-bottom: 9rem;
}

.reservation__text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 6rem;
	white-space: pre-line;
}

.reservation__buttons {
	display: flex;
	flex-direction: column;
	gap: 6.2rem;
	margin-top: 10rem;
}

/* lunch-menuコンポーネントのカスタマイズ */

.js-reservation-button {
	height: 11rem;
	width: 100%;
}

.js-reservation-button .lunch-menu__inner {
	border-color: #FFFFFF;
	width: 50rem;
}

.js-reservation-button .lunch-menu__title {
	font-size: 3.2rem;
}

.js-reservation-button .lunch-menu__line {
	top: 50%;
}

.footer {
	background-color: #131212;
	color: #FFFFFF;
	height: 21.7rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.footer__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.footer__texture {
	background-image: url("../img/header-pattern-p.webp");
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	max-width: 125rem;
	padding: 0 2rem;
	padding-right: 5rem;
	position: relative;
	z-index: 2;
}

.footer__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer__logo {
	margin-top: 5rem;
	width: 21.2rem;
}

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

.footer__nav {
	margin-top: 6rem;
}

.footer__menu {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu-item {
	margin: 0 3rem;
	position: relative;
}

.footer__menu-item:first-child {
	margin-left: 0;
}

.footer__menu-item:last-child {
	margin-right: 0;
}

.footer__menu-link {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.437;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__menu-link:hover {
	opacity: 0.7;
}

.footer__copyright {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.437;
	margin-bottom: 2rem;
	margin-top: auto;
	text-align: center;
}

/*========================================
# サンクスページ
========================================  */

.thanks {
	margin: 0 auto;
	margin-bottom: 10rem;
	max-width: 80rem;
	padding: 0 2rem;
	width: 100%;
}

.thanks__inner {
	background-color: #FFFFFF;
	border: 1px solid #EDE5D8;
	border-radius: 1rem;
	padding: 4rem 3rem;
	text-align: center;
}

.thanks__message {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.thanks__details {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.thanks__contact {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 4rem;
}

.thanks__tel {
	color: #BD6742;
	display: block;
	font-weight: 700;
	margin-top: 1rem;
}

.thanks__button-container {
	display: flex;
	justify-content: center;
}

.thanks__button {
	align-items: center;
	background-color: #BD6742;
	border-radius: 0.5rem;
	color: #FFFFFF;
	display: inline-flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 600;
	height: 6rem;
	justify-content: center;
	line-height: 1;
	min-width: 30rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.thanks__button:hover {
	background-color: #975235;
}

.error-page {
	margin: 0 auto;
	margin-bottom: 10rem;
	max-width: 80rem;
	padding: 0 2rem;
	width: 100%;
}

.error-page__container {
	background-color: #FFFFFF;
	border: 1px solid #EDE5D8;
	border-radius: 1rem;
	padding: 4rem 3rem;
	text-align: center;
}

.error-page__title {
	color: #BD6742;
	font-family: "Noto Serif JP", serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3rem;
}

.error-page__message {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 4rem;
}

.error-page__button-container {
	display: flex;
	justify-content: center;
}

.error-page__button {
	align-items: center;
	background-color: #BD6742;
	border-radius: 0.5rem;
	color: #FFFFFF;
	display: inline-flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 600;
	height: 6rem;
	justify-content: center;
	line-height: 1;
	min-width: 30rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.error-page__button:hover {
	background-color: #975235;
}

.demo {
	background-color: #000000;
	padding: 3rem;
}

.section-title {
	display: inline-block;
	position: relative;
	width: 37.2rem;
}

.section-title__main {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 1.437;
	margin: 0;
}

.section-title__sub {
	bottom: -0.7rem;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.437;
	margin: 0;
	position: absolute;
	right: 0rem;
}

.section-title__line {
	background-color: #FFFFFF;
	bottom: 1.2rem;
	height: 0.2rem;
	left: 1.1rem;
	position: absolute;
	width: 36.2rem;
}

.lunch-menu {
	cursor: pointer;
	display: inline-block;
	height: 11rem;
	position: relative;
	transition: all 0.3s ease;
	width: 65.9rem;
}

.lunch-menu:hover .lunch-menu__line {
	width: 10rem;
}

.lunch-menu__inner {
	border: 1px solid #FFFFFF;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
	width: 61.9rem;
}

.lunch-menu__title {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.437;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 100%;
}

.lunch-menu__line {
	background-color: #FFFFFF;
	height: 0.1rem;
	position: absolute;
	right: -3rem;
	top: 5rem;
	transition: all 0.3s ease;
	width: 6rem;
}

/* この記述は必ず記述してください */

.modal-overlay {
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	background-color: rgba(17, 16, 16, 0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease, background-color 0.6s ease;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.modal-overlay.is-open {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgba(17, 16, 16, 0.75);
	opacity: 1;
	visibility: visible;
}

.modal {
	background-color: rgba(17, 16, 16, 0.8);
	left: 50%;
	max-height: 100vh;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0%;
	transform: translate(-50%, 0%) scale(0.7);
	transform-origin: center bottom;
	transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.modal.is-open {
	opacity: 1;
	transform: translate(-50%, 0%) scale(1);
	visibility: visible;
}

.modal.is-closing {
	opacity: 0;
	transform: translate(-50%, 0%) scale(0.7);
}

/* 閉じるボタンのスタイル */

.modal__close {
	background: transparent;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	cursor: pointer;
	height: 4.4rem;
	outline: none;
	padding: 1rem;
	position: absolute;
	right: 10%;
	top: 5rem;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s ease;
	width: 4.4rem;
	z-index: 102;
}

.modal__close-line {
	background-color: #FFFFFF;
	height: 0.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), width 0.3s ease, background-color 0.3s ease;
	width: 100%;
}

.modal__close-line:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-line:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__inner {
	background: #111010;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding-block: 13rem 10rem;
	position: relative;
	width: 100%;
}

.modal__header {
	align-items: center;
	background-color: #EDE5D8;
	display: flex;
	height: 13rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.modal__title {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.437;
}

.modal__content {
	align-items: center;
	background-color: #111010;
	border: 1px solid #EDE5D8;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 11rem;
	margin-inline: auto;
	max-height: calc(90vh - 13rem);
	max-width: 128rem;
	overflow-y: auto;
	padding: 10rem 7rem;
	width: 90%;
}

.modal__image-wrapper {
	height: auto;
	width: 50%;
}

.modal__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.modal__menu {
	flex: 1;
	min-width: 30rem;
	overflow-x: hidden;
}

.modal__menu-list {
	max-width: 34.7rem;
	width: 100%;
}

.modal__menu-item-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.modal__menu-name {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.7;
	padding-right: 1rem;
}

.modal__menu-price {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.7;
	text-align: right;
}

.modal__menu-line {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	height: 1px;
	width: 100%;
}

.modal__category {
	width: 100%;
}

.modal__category-header {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 10px solid rgba(255, 255, 255, 0.6);
	border-right: 10px solid rgba(255, 255, 255, 0.6);
	margin-bottom: 2rem;
	padding: 0.7rem 1rem;
}

.modal__category-title {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.46rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.modal__grid-layout {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.modal__menu-note {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.7;
	margin-top: 1rem;
}

.modal__note-area {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	grid-column: 1/-1; /* グリッド全体に広がる */
	margin-top: 4rem;
	padding-top: 2rem;
	width: 100%;
}

.modal__note {
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.7;
	text-align: center;
}

/* この記述は必ず記述してください */

#modal-food .modal__content {
	height: auto;
	max-height: calc(90vh - 30rem);
}

#modal-food .modal__inner {
	margin-bottom: 10rem;
	padding-bottom: 0;
}

/* この記述は必ず記述してください */

.modal__image-container {
	margin-top: 2rem;
	width: 100%;
}

.modal__drink-image {
	-o-object-fit: cover;
	border-radius: 0.4rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.modal__category-wrapper {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

#modal-drink .modal__content {
	height: auto;
	max-height: calc(90vh - 30rem);
}

#modal-drink .modal__grid-layout {
	grid-template-columns: repeat(3, 1fr);
}

#modal-drink .modal__category {
	margin-bottom: 0;
	width: 100%;
}

#modal-drink .modal__category-title {
	font-size: 1.4rem;
}

#modal-drink .modal__inner {
	margin-bottom: 10rem;
	padding-bottom: 0;
}

/* この記述は必ず記述してください */

.modal-info__content {
	padding: 7rem 4rem;
	width: 100%;
}

.modal-info__heading {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 2;
	margin: 0;
	text-align: center;
}

.modal-info__line {
	background-color: #D2957C;
	height: 0.2rem;
	margin: 0 auto 9rem;
	width: 8.5rem;
}

.modal-info__list {
	margin: 0 auto;
	max-width: 98.3rem;
}

.modal-info__item {
	align-items: center;
	display: flex;
	margin-bottom: 6rem;
	position: relative;
}

.modal-info__item::after {
	border-bottom: 1px solid rgba(210, 149, 124, 0.5);
	bottom: -3rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.modal-info__item:first-child::before {
	border-bottom: 1px solid rgba(210, 149, 124, 0.5);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -3rem;
	width: 100%;
}

.modal-info__label {
	color: #333333;
	flex-shrink: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.437;
	width: 19.7rem;
}

.modal-info__value {
	color: #333333;
	flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.437;
}

.modal-info__value:has(br) {
	line-height: 2;
}

.modal-info__note {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 4rem;
}

.modal-info__note p {
	margin: 0 0 1rem;
}

.modal-info__note p:last-child {
	margin-bottom: 0;
}

/* モーダルのカスタマイズ */

#modal-info .modal__content {
	background-color: #FFFFFF;
	border: none;
	max-height: calc(90vh - 30rem);
	padding: 0;
	width: 100%;
}

#modal-info .modal__inner {
	margin-bottom: 10rem;
	padding-bottom: 0;
}

#modal-info .modal__header {
	background-color: #EDE5D8;
}

#modal-info .modal__title {
	color: #333333;
}

/* この記述は必ず記述してください */

#modal-lunch .modal__content {
	flex-wrap: nowrap;
	padding: 10rem 14rem;
}

/* この下にコンポーネント用のファイルを追加 */

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {

}

@media (max-width:767px) and (min-width:320px) {

html {
	font-size: 2.6666666667vw;
}

}

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

html {
	font-size: 0.8333333333vw;
}

}

@media (max-width: 1456px) {

.kodawari {
	background: url(../img/kodawari-bg-p.webp) no-repeat center/cover;
}

}

@media (max-width: 767px) {

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.sp-only {
	display: block;
}

.header {
	align-items: center;
	display: flex;
	height: 8rem;
}

.header.header--scrolled {
	height: 6rem;
}

.header-spacer {
	height: 7rem;
}

.header--scrolled + .header-spacer {
	height: 5.9rem;
}

.header__inner {
	justify-content: center;
	padding: 0;
	width: 100%;
}

.header__logo {
	height: 6rem;
	left: 1.5rem;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11rem;
}

.header--scrolled .header__logo {
	height: 5rem;
	width: 9rem;
}

.header__tel {
	display: none;
}

.header__nav {
	display: none;
}

.header__hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.2rem 0.8rem;
}

.header__hamburger-line {
	border-radius: 2px;
	height: 4px;
}

.contact__header {
	height: 10rem;
}

.contact__title {
	font-size: 2.2rem;
}

.contact__breadcrumb {
	padding: 1.5rem 2rem;
}

.contact__breadcrumb-text {
	font-size: 1rem;
}

.contact__content {
	margin-top: 3rem;
}

.contact__content-title {
	font-size: 1.8rem;
}

.contact__content-line {
	margin-bottom: 4rem;
	width: 6rem;
}

.contact__form-wrapper {
	margin-bottom: 8rem;
	padding: 4rem 2rem;
}

.contact__form-message {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	padding-inline: 2rem;
}

.contact__form-required-mark {
	font-size: 1.2rem;
}

.contact__form-group {
	margin-bottom: 2.5rem;
}

.contact__form-label {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.contact__form-required {
	font-size: 1.2rem;
	width: 4rem;
}

.contact__form-input-wrapper--split {
	flex-direction: column;
	gap: 1.5rem;
}

.contact__form-label-small {
	font-size: 1.4rem;
}

.contact__form-input {
	font-size: 1.4rem;
	height: 4.5rem;
}

.contact__form-textarea {
	font-size: 1.4rem;
	height: 15rem;
}

.contact__form-unit {
	font-size: 1.4rem;
}

.contact__form-note {
	font-size: 1.2rem;
}

.contact__form-check {
	margin: 2rem 0;
}

.contact__form-check-input {
	height: 2.4rem;
	width: 2.4rem;
}

.contact__form-check-text {
	font-size: 1.4rem;
}

.contact__form-submit-wrapper {
	margin-top: 2rem;
}

.contact__form-submit {
	font-size: 1.5rem;
	height: 5rem;
	width: 24rem;
}

.fv {
	height: 50rem;
}

.fv__logo {
	top: calc(50% + 4rem);
	width: 17rem;
}

.greeting {
	height: auto;
	min-height: 50rem;
	padding: 5rem 0;
}

.greeting__inner {
	flex-direction: column;
	height: auto;
	padding: 2rem 1.5rem;
}

.greeting__content {
	margin: 0 auto 3rem;
}

.greeting__chef {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 30rem;
	object-fit: cover;
	object-position: top;
	width: 25rem;
}

.greeting__title {
	margin-top: 2rem;
	position: relative;
	right: auto;
	top: auto;
}

.greeting__title-ja {
	font-size: 3.2rem;
}

.greeting__title-en {
	font-size: 1.2rem;
	right: -1.8rem;
	top: 0.5rem;
}

.greeting__pattern {
	display: block;
	height: 22rem;
	margin: 2rem auto 0;
	position: relative;
	right: auto;
	top: auto;
	width: 22rem;
}

.parallax {
	height: 50rem;
}

.kodawari {
	height: auto;
	margin-top: 0;
	padding: 6rem 0 0;
}

.kodawari__inner {
	margin-bottom: 6rem;
	padding: 0 1.5rem;
}

.kodawari__title-wrapper {
	margin-top: 6rem;
}

.kodawari__slider {
	margin-top: 4rem;
}

.kodawari__slide-inner {
	flex-direction: column;
}

.kodawari__image-wrapper {
	height: 25rem;
	margin-bottom: 3rem;
	width: 100%;
}

.kodawari__text-content {
	margin-left: 0;
	width: 100%;
}

.kodawari__heading {
	font-size: 2rem;
	text-align: center;
}

.kodawari__description {
	font-size: 1.4rem;
	margin-top: 4rem;
}

.kodawari__arrow {
	height: 5rem;
	top: 63%;
	width: 3rem;
}

.kodawari__arrow--prev {
	left: 1rem;
}

.kodawari__arrow--next {
	right: 1rem;
}

.menu {
	padding: 6rem 0;
}

.menu__inner {
	padding: 0 1.5rem;
}

.menu__title-wrapper {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
}

.menu__image-wrapper {
	height: 30rem;
	margin-bottom: 4rem;
}

.menu__buttons {
	width: 85%;
}

.menu__buttons .lunch-menu {
	margin-bottom: 2rem;
}

.menu__item {
	bottom: 3rem;
	right: 1rem;
}

.menu__card {
	height: auto;
	margin: 0 auto;
	max-width: 37.2rem;
	padding: 2rem 2rem;
	width: 100%;
}

.menu__card-title {
	font-size: 1.4rem;
}

.menu__card-price {
	font-size: 1.4rem;
}

.floor {
	height: 60rem;
}

.floor__inner {
	padding: 0 1.5rem;
}

.floor__title-wrapper {
	margin-bottom: 5rem;
	margin-top: 6rem;
}

.floor__map-wrapper {
	margin: 0rem auto;
	width: 80%;
}

.floor__map-container {
	margin: 0 auto;
}

.floor__map-label--counter {
	bottom: 2rem;
	right: 6rem;
}

.floor__map-label--entrance {
	left: 2rem;
	top: 35%;
}

.panorama {
	padding-block: 5rem;
}

.instagram {
	padding: 6rem 0 6rem;
}

.instagram__inner {
	padding: 0 1.5rem;
}

.instagram__title-wrapper .section-title {
	width: 100%;
}

.instagram__title-wrapper .section-title__line {
	width: 100%;
}

.instagram__feed {
	margin-top: 8rem;
}

.map {
	height: auto;
	padding: 6rem 0;
}

.map__inner {
	padding: 0 1.5rem;
}

.map__container {
	height: 40rem;
}

.reservation {
	height: auto;
	padding: 6rem 0;
}

.reservation__bg::after {
	background: rgba(0, 0, 0, 0.2);
}

.reservation__bg-img {
	-o-object-position: 19% 0;
	object-position: 19% 0;
}

.reservation__inner {
	padding: 0 1.5rem;
}

.reservation__content {
	padding-top: 6rem;
	width: 100%;
}

.reservation__title-wrapper {
	margin-bottom: 6rem;
}

.reservation__text {
	margin-bottom: 4rem;
}

.reservation__buttons {
	gap: 3rem;
	margin-inline: auto;
	width: 85%;
}

.js-reservation-button {
	height: 8rem;
	width: 100%;
}

.js-reservation-button .lunch-menu__inner {
	width: 100%;
}

.js-reservation-button .lunch-menu__title {
	font-size: 2.4rem;
}

.js-reservation-button .lunch-menu__line {
	width: 3rem;
}

.footer {
	height: 28rem;
}

.footer__inner {
	padding: 0 1.5rem;
}

.footer__content {
	align-items: center;
	flex-direction: column;
}

.footer__logo {
	margin-top: 4rem;
	width: 18rem;
}

.footer__nav {
	margin-top: 4rem;
}

.footer__menu {
	flex-wrap: wrap;
	gap: 1.5rem 3rem;
	max-width: 30rem;
}

.footer__menu-item {
	margin: 0;
}

.footer__copyright {
	font-size: 0.9rem;
	margin-top: 4rem;
}

.thanks {
	margin-bottom: 8rem;
}

.thanks__inner {
	padding: 3rem 2rem;
}

.thanks__message {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.thanks__details {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

.thanks__contact {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

.thanks__button {
	font-size: 1.4rem;
	height: 5rem;
	min-width: 25rem;
}

.error-page {
	margin-bottom: 8rem;
}

.error-page__container {
	padding: 3rem 2rem;
}

.error-page__title {
	font-size: 4rem;
	margin-bottom: 2rem;
}

.error-page__message {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

.error-page__button {
	font-size: 1.4rem;
	height: 5rem;
	min-width: 25rem;
}

.section-title {
	width: 100%;
}

.section-title__main {
	font-size: 3.6rem;
}

.section-title__sub {
	bottom: -0.7rem;
	font-size: 1.4rem;
	right: 0rem;
}

.section-title__line {
	bottom: 0.9rem;
	left: 0.6rem;
	width: calc(100% - 0.6rem);
}

.lunch-menu {
	height: 7rem;
	width: 100%;
}

.lunch-menu:hover .lunch-menu__line {
	width: 5rem;
}

.lunch-menu__inner {
	width: 100%;
}

.lunch-menu__title {
	font-size: 1.8rem;
}

.lunch-menu__line {
	right: -1.5rem;
	top: 50%;
	width: 3rem;
}

.modal {
	max-height: none;
	max-width: 100%;
	overflow-x: hidden;
	top: 0;
	transform: translate(-50%, 0%) scale(0.7);
	width: 95%;
}

.modal.is-open {
	transform: translateX(-50%) scale(1);
}

.modal.is-closing {
	transform: translateX(-50%) scale(0.7);
}

.modal__close {
	height: 3rem;
	right: 5%;
	top: 2.5rem;
	width: 3rem;
}

.modal__close-line {
	height: 0.2rem;
}

.modal__inner {
	max-width: 100%;
	padding-block: 70px;
}

.modal__header {
	flex-shrink: 0;
	height: 8rem;
}

.modal__title {
	font-size: 2.2rem;
}

.modal__content {
	box-sizing: border-box;
	flex-direction: column;
	gap: 2rem;
	height: auto;
	min-height: calc(80vh - 3rem);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2rem;
	width: 100%;
}

.modal__image-wrapper {
	flex-shrink: 0;
	height: auto;
	margin-bottom: 2rem;
	max-height: none;
	width: 100%;
}

.modal__image {
	height: auto;
	max-width: 100%;
}

.modal__menu {
	flex-shrink: 0;
	width: 100%;
}

.modal__menu-list {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 1rem;
}

.modal__menu-item-wrapper {
	flex-wrap: wrap;
}

.modal__menu-name {
	width: 70%;
	word-break: break-all;
}

.modal__menu-price {
	width: 30%;
}

.modal__category-header {
	margin-bottom: 1.5rem;
}

.modal__category-title {
	font-size: 1.4rem;
}

.modal__grid-layout {
	gap: 4rem;
	grid-template-columns: 1fr;
}

.modal__menu-note {
	font-size: 1.2rem;
	line-height: 1.8;
}

.modal__note-area {
	margin-top: 3rem;
	padding-top: 1.5rem;
}

.modal__note {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: left;
}

#modal-food .modal__content {
	height: auto;
	max-height: calc(80vh - 8rem);
}

.modal__image-container {
	margin-top: 3rem;
}

.modal__category-wrapper {
	gap: 2rem;
}

#modal-drink .modal__content {
	height: auto;
	max-height: calc(80vh - 8rem);
}

#modal-drink .modal__grid-layout {
	grid-template-columns: 1fr;
}

#modal-drink .modal__category {
	margin-bottom: 0;
}

#modal-drink .modal__category-title {
	font-size: 1.4rem;
}

.modal-info__content {
	padding: 6rem 2rem;
}

.modal-info__heading {
	font-size: 1.8rem;
}

.modal-info__line {
	margin-bottom: 6rem;
}

.modal-info__item {
	flex-direction: column;
	margin-bottom: 2.5rem;
}

.modal-info__item:not(:last-child)::after {
	bottom: -1.2rem;
}

.modal-info__label {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}

.modal-info__value {
	font-size: 1.4rem;
	width: 100%;
}

.modal-info__note {
	font-size: 1.3rem;
	margin-top: 3rem;
}

#modal-lunch .modal__content {
	display: block;
	flex-wrap: wrap;
	overflow-y: auto;
	padding: 5rem 2rem;
}

#modal-lunch .modal__image-wrapper {
	height: auto;
	max-height: none;
	width: 100%;
}

#modal-lunch .modal__image {
	height: auto;
	width: 100%;
}

#modal-lunch .modal__menu {
	margin-top: 2rem;
	width: 100%;
}

}

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

.contact__form-submit-container::after {
	right: -20px;
	width: 40px;
}

.contact__form-submit-container:hover::after {
	width: 60px;
}

}


/*# sourceMappingURL=style.css.map */
