/*==========================================================================
# 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,
dd,
dt,
time {
	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 {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	border-radius: none;
	color: inherit;
}

html {
	font-size: 1rem;
	scroll-behavior: smooth;
}

body {
	background-color: #fbfbfb;
	color: #333;
	font-family: "Shippori Mincho", serif;
}
body.no-scroll{
	overflow: hidden;
}

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

a {
	color: inherit;
	cursor: pointer;
	transition: all 0.3s;
}

.onPage-hidden{
	opacity: 0;
	visibility: hidden;
}

.l-title{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.l-inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1300px;
}

.l-wrapper {
	overflow: hidden;
	width: 100%;
}

.l-header {
	background-color: transparent;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 600;
}

.l-header__inner {
	align-items: center;
	color: #fff;
	display: flex;
	height: 70px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1320px;
}
.onPage-hidden{
	opacity: 0;
	visibility: hidden;

}
.l-header__title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.57;
}

.l-header__title span {
	display: inline-block;
}

.l-header__title.js-active {
	opacity: 0;
}

.l-header__nav {
	align-items: center;
	display: flex;
}

.l-header__sns {
	display: block;
}

.l-header__sns i {
	color: #1d4d79;
	font-size: 30px;
	transition: all 0.3s;
}

.l-header__sns:hover i {
	opacity: 0.4;
}

.l-header__link {
	margin-left: 2.25rem;
}

.l-header__link a {
	background-color: #1d4d79;
	display: inline-block;
	font-size: 15px;
	height: 70px;
	line-height: 1;
	min-width: 276px;
	padding: 25px 10px 23px;
	text-align: center;
	transition: all 0.3s;
}

.l-header__link a:hover {
	opacity: 0.4;
}

.l-header__button {
	margin-left: 2.25rem;
}

.l-hidden-header {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

.l-footer {
	background-color: #333;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	width: 100%;
}

.l-footer__inner {
	color: #fff;
	margin: 0 auto;
	max-width: 95%;
	padding: 0 20px;
	width: 1200px;
}

.l-footer__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-footer__name {
	margin-bottom: 1rem;
	width: 17.8125rem;
}

.l-footer__text {
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.1875rem;
	line-height: 1.43;
	margin-left: 1em;
	margin-top: 0.625rem;
	text-align: left;
}

.l-footer__link {
	margin-bottom: 6.875rem;
}

.l-footer__link a {
	background-color: #1d4d79;
	display: inline-block;
	font-size: max(0.875rem, 11px);
	font-weight: 600;
	line-height: 1;
	min-width: 195px;
	padding: 1.75rem;
	text-align: center;
	transition: all 0.3s;
	width: 17.25rem;
}

.l-footer__link a:hover {
	opacity: 0.4;
}

.l-footer__links {
	display: flex;
	gap: 1.5rem;
	justify-content: left;
	margin-top: 1rem;
	padding-left: 1rem;
}

.l-footer__sns {
	height: clamp(18px, 2.0833333333vw, 30px);
	transition: all 0.3s;
	width: clamp(18px, 2.0833333333vw, 30px);
}

.l-footer__sns i {
	font-size: clamp(18px, 2.0833333333vw, 30px);
	transition: all 0.3s;
}

.l-footer__sns:hover {
	opacity: 0.4;
}

.l-footer__sns:hover i {
	opacity: 0.4;
}

.l-footer__nav {
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	width: 11.25rem;
}

.l-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.l-footer__nav-item {
	font-size: max(1.125rem, 14px);
	font-weight: 400;
	letter-spacing: 1.62px;
	line-height: 1.44;
	transition: all 0.3s;
}

.l-footer__nav-item:hover {
	opacity: 0.4;
}

.l-footer__bottom {
	margin-top: 0.625rem;
	text-align: center;
}

.l-footer__privacy {
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.1875rem;
	line-height: 1.43;
	margin-bottom: 1.5rem;
	text-align: center;
	transition: all 0.3s;
}

.l-footer__privacy:hover {
	opacity: 0.4;
}

.l-footer__copy {
	font-size: max(0.75rem, 10px);
	font-weight: 400;
	letter-spacing: 0.01875rem;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
}

.l-section {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.c-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0;
	font-weight: 400;
	gap: 3px;
	line-height: 1.41;
	position: relative;
}

.c-section-title .nowrap {
	display: flex;
	font-size: clamp(18px, 1.6666666667vw, 24px);
	justify-content: center;
}

.c-section-title .nowrap .color {
	color: #1d4d79;
	display: inline;
	font-size: clamp(18px, 1.6666666667vw, 24px);
}

.c-section-title::after {
	color: #9d9d9d;
	content: attr(title);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(10px, 1.1111111111vw, 16px);
	line-height: 1.18;
}

.c-section-title::before {
	background-color: #9d9d9d;
	bottom: -4px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.c-section-titleLabel {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.0625rem;
	position: relative;
	writing-mode: vertical-lr;
	z-index: 99;
}

.c-section-titleLabel .ja {
	background-color: #555;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 400;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0em;
	letter-spacing: 0.53125rem;
	line-height: 1.7857142857;
	padding: 0.875rem 0;
}

.c-section-titleLabel .ja.down {
	transform: translateY(4.375rem);
}

.c-section-titleLabel .en {
	color: #9d9d9d;
	font-family: "Cormorant Garamond", serif;
	font-size: max(1rem, 14px);
	font-weight: 500;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 1.6px;
	line-height: 1.18;
	position: relative;
}

.c-section-titleLabel .en::before {
	background-color: #9d9d9d;
	content: "";
	font-size: 12px;
	height: 2rem;
	left: -0.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.c-top {
	height: 48.125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-top__title {
	color: #fff;
	display: flex;
	flex-direction: row;
	font-size: 24px;
	font-weight: 500;
	gap: 24px;
	letter-spacing: 9px;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17.75rem;
	writing-mode: vertical-rl;
}

.c-top__title.about {
	margin-top: 15.625rem;
}

.c-top__title.food {
	margin-top: 17.375rem;
}

.c-top__title::before {
	bottom: -29px;
	content: attr(title);
	font-size: 16px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 1.6px;
	line-height: 1.4;
	position: absolute;
	transform: translateX(-50%);
	writing-mode: horizontal-tb;
}

.c-top__title::after {
	background-color: #fff;
	bottom: -35px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.p-top-bg {
	bottom: 0;
	clip-path: inset(0);
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-bg img {
	bottom: 0;
	height: 48.125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: scale(1.01);
	width: 100%;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-link-more {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	font-size: max(1rem, 14px);
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: 1.22;
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
	width: 190px;
}

.c-link-more:hover::after {
	animation: arrow 0.8s ease 1;
}

.c-link-more::after {
	background: url(../img/arrow.svg) no-repeat center center/contain;
	bottom: 1px;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 190px;
}

.c-link-more.foodU {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2.8px;
	line-height: 1.4;
	width: 250px;
}

.c-link-more.foodU::after {
	height: 10px;
	width: 15.625rem;
}

.c-link-map {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2.8px;
	line-height: 1.22;
	overflow: hidden;
	padding-bottom: 16px;
	position: relative;
	width: 190px;
}

.c-link-map:hover::after {
	animation: arrow 0.8s ease 1;
}

.c-link-map::after {
	background: url(../img/arrow-w.svg) no-repeat center center/cover;
	bottom: 1px;
	content: "";
	height: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 190px;
}

.c-fadeInUp {
	opacity: 0;
}

.c-fadeInUp.js-active {
	animation: fadeInUp 0.8s ease-in forwards;
}

.c-fadeInUpSlow {
	opacity: 0;
}

.c-fadeInUpSlow.js-active {
	animation: fadeInUpSlow 0.8s ease-in forwards;
	animation-delay: 1s;
}

.c-fadeInUpQuick {
	opacity: 0;
}

.c-fadeInUpQuick.js-active {
	animation: fadeInUpQuick 1.2s ease-out forwards;
	animation-delay: 0.4s;
}

.c-fadeInUps {
	opacity: 0;
}

.c-fadeInUps.js-active {
	animation: fadeInUp 0.8s ease-in forwards;
}

.c-scroll-line {
	bottom: 0;
	height: 7.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	z-index: 10;
}

.c-scroll-line span {
	animation: pathmove 1.4s ease-in-out infinite;
	background-color: #fff;
	display: inline-block;
	height: 2.5rem;
	opacity: 0;
	position: relative;
	width: 1px;
}

.p-drawer__icon {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	transition: all 0.3s;
	width: 30px;
	z-index: 800;
}

.p-drawer__line {
	background-color: #1d4d79;
	height: 2px;
	inset: 0;
	margin: auto;
	position: absolute;
	transition: all 0.1s;
	width: 30px;
}

.p-drawer__icon.js-active .p-drawer__line {
	background-color: transparent;
}

.p-drawer__line::before,
.p-drawer__line::after {
	background-color: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.p-drawer__line::before {
	top: -12px;
}

.p-drawer__line::after {
	top: 12px;
}

.p-drawer__icon.js-active .p-drawer__line::before {
	background-color: #fff;
	top: 0;
	transform: rotate(45deg);
}

.p-drawer__icon.js-active .p-drawer__line::after {
	background-color: #fff;
	top: 0;
	transform: rotate(-45deg);
}

.p-drawer {
	background: url(../img/drawer-pc.webp) no-repeat center center/cover;
	height: 100vh;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100vw);
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 700;
}

.p-drawer.js-active {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.p-drawer__content {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1100px;
	padding: 8rem 20px;
	width: max(64.1875rem, 90%);
}

.p-drawer__logo {
	margin: auto 0;
	transition: all 0.3s;
}

.p-drawer__logo:hover {
	opacity: 0.4;
}

.p-drawer__logo img {
	width: 25rem;
}

.p-drawer__nav-item {
	margin-bottom: 4.125rem;
}

.p-drawer__nav-item a {
	display: block;
	display: flex;
	flex-direction: column;
	font-size: max(1.125rem, 14px);
	font-weight: 500;
	gap: 3px;
	letter-spacing: 1.62px;
	line-height: 1.44;
	transition: all 0.3s;
}

.p-drawer__nav-item a::after {
	color: #9d9d9d;
	content: attr(title);
	font-family: "Cormorant Garamond", serif;
	font-size: max(0.875rem, 11px);
	line-height: 1.21;
}

.p-drawer__nav-item a:hover {
	opacity: 0.4;
}

.p-drawer__info {
	justify-content: start;
	min-width: 195px;
}

.p-drawer__wrap {
	margin-bottom: 4rem;
}

.p-drawer__name {
	font-size: max(1.125rem, 14px);
	font-weight: 500;
	letter-spacing: 3.42px;
	line-height: 1.44;
	margin-bottom: 1rem;
}

.p-drawer__text {
	font-size: max(0.875rem, 11px);
	font-weight: 400;
	letter-spacing: 1.82px;
	line-height: 1.43;
	margin-bottom: 10px;
}

.p-drawer__link a {
	background-color: #1d4d79;
	display: inline-block;
	font-size: max(0.875rem, 11px);
	font-weight: 600;
	line-height: 1;
	min-width: 195px;
	padding: 1.75rem;
	text-align: center;
	transition: all 0.3s;
	width: 17.25rem;
}

.p-drawer__link a:hover {
	opacity: 0.4;
}

.p-drawer__links {
	display: flex;
	gap: 1.5rem;
	justify-content: left;
	margin: 1rem auto 0;
	padding-left: 1rem;
}

.fa-brands.fa-instagram{
	background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4); /* グラデーション */
	-webkit-background-clip: text; /* 背景をテキスト部分にクリップ */
	-webkit-text-fill-color: transparent; /* テキストを透明にする */
}
.p-drawer__sns {
	display: inline-block;
	height: clamp(18px, 2.0833333333vw, 30px);
	transition: all 0.3s;
	width: clamp(18px, 2.0833333333vw, 30px);
}

.p-drawer__sns i {
	font-size: clamp(18px, 2.0833333333vw, 30px);
	transition: all 0.3s;
}

.p-drawer__sns:hover {
	opacity: 0.4;
}

.p-fv {
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-fv__bg {
	background-color: transparent;
	bottom: 0;
	height: 100vh;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.8s;
	width: 100vw;
	z-index: 5;
}

.p-fv__bg.js-active {
	background-color: #000;
}

.swiper-slide {
	overflow: hidden;
	width: 100%;
}

.swiper-slide-active .fv-img,
.swiper-slide-duplicate-active .fv-img,
.swiper-slide-prev .fv-img {
	animation: zoomOut 7s linear 0s normal both;
}

.fv-img {
	height: 100%;
	width: 100%;
}

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

.p-fv__content {
	bottom: 6.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-41.25rem);
	z-index: 10;
}

.p-fv__copy {
	color: #fff;
	font-size: max(20px, 1.5rem);
	font-weight: 500;
	letter-spacing: 0.255rem;
	line-height: 1.75;
}

.p-fv__logo {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: clamp(500px, 41.6666666667vw, 600px);
	z-index: 10;
}


.p-banner_wrap{
}
.p-banner_slide{
}

.p-banner_slide.swiper-slide-next{
	opacity: 0;
}
.p-banner_slide.swiper-slide-prev{
	opacity: 0;
}

.p-fv_banner {
	bottom: 1.25rem;
	position: absolute;
	right: 5%;
	z-index: 500;
	max-width: 550px;
	overflow: hidden;
}

.p-banner__card {
	margin-left: auto;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	gap: 1.25rem;
	width: 100%;
	height: 100%;
	width: 100%;
	max-width: 500px;
	padding: 0.75rem 0.75rem;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.p-banner__card:hover {
	opacity: 0.6;
}

.p-banner__card:hover img {
	transform: scale(1.05);
}

.p-banner__card img {
	transition: transform 0.3s;
}

.p-banner__card-label {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42;
	padding: 4px 14px;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	z-index: 2;
}

.p-banner__card-img {
	overflow: hidden;
	height: 120px;
	width: 40%;
}

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

.p-banner__card-content {
	color: #555;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.625rem;
	width: calc(60% - 1.25rem);
}

.p-banner__card-day {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.21;
}

.p-banner__card-title {
	display: -webkit-box;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	margin-bottom: 1.5625rem;
	overflow: hidden;
}

.p-banner__card-text {
	display: -webkit-box;
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 5.5em;
}

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

.p-about__content {
	margin-top: 5.1875rem;
	text-align: center;
}

.p-about__text {
	font-size: max(1.125rem, 14px);
	font-weight: 400;
	letter-spacing: 1.08px;
	line-height: 1.44;
	margin-bottom: 3.4375rem;
}

.p-about__link {
	margin-top: 4.625rem;
}

.p-room-top {
	height: 25rem;
	overflow: hidden;
}

.p-room {
	padding-bottom: 13rem;
	padding-top: 10rem;
}

.p-room__inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	position: relative;
	width: 1357px;
}

.p-room__inner::after {
	background: url(../img/bg.webp) no-repeat center center/cover;
	content: "";
	height: clamp(550px, 61.7361111111vw, 889px);
	left: 4.0625rem;
	max-width: 1377px;
	position: absolute;
	top: 6.25rem;
	width: 95%;
	z-index: -1;
}

.p-room__wrap {
	display: flex;
	justify-content: center;
}

.p-room__imgs {
	width: 44.125rem;
}

.p-room__title {
	margin-bottom: -6.25rem;
}

.swiperTop {
	position: relative;
	transform: translateX(-3.875rem);
	width: 48rem;
}

.swiperTop::after {
	background-color: #333;
	content: "";
	height: 82%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiperTop .swiperTop-wrapper {
	padding-bottom: 4rem;
}

.swiperTop .swiperTop-slide {
	background-color: #333;
}

.swiperTop .swiperTop-img img {
	height: 100%;
	width: 100%;
}

.swiperTop .swiperTop-scrollbar {
	cursor: pointer;
	margin: 0 auto !important;
	position: static !important;
	width: 30rem !important;
}

.p-room__content {
	margin: 0 auto;
	padding-top: 10.8125rem;
	text-align: center;
}

.p-room__subtitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1;
	margin-bottom: 4rem;
}

.p-room__text {
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.0375rem;
	line-height: 2.1;
	margin: 0 auto 5.25rem;
	max-width: 332px;
}

.p-food {
	padding-bottom: 12.5rem;
	padding-top: 0;
	width: 100%;
}

.p-food__inner {
	margin: 0 auto;
	max-width: 1326px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.p-food__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-left: auto;
	width: 100%;
}

.p-food__imgs {
	justify-content: left;
	width: 55%;
}

.p-food__title {
	margin-bottom: -6.25rem;
	margin-left: auto;
}

.p-food .swiperTop {
	transform: translateX(20px);
}

.p-food .swiperTop .swiperTop-wrapper {
	padding-bottom: 4rem;
}

.p-food .swiperTop .swiperTop-slide {
	background-color: #333;
}

.p-food .swiperTop .swiperTop-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-food .swiperTop .swiperTop-scrollbar {
	margin: 0 auto !important;
	position: static !important;
	width: 30rem !important;
}

.p-food__content {
	margin: 0 auto;
	padding-top: 10.8125rem;
	text-align: center;
}

.p-food__subtitle {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1;
	margin-bottom: 4rem;
}

.p-food__text {
	font-size: max(0.875rem, 12px);
	font-weight: 400;
	letter-spacing: 0.0375rem;
	line-height: 2.1;
	margin: 0 auto 4rem;
	max-width: 332px;
	width: 100%;
}

.p-news {
	background: url(../img/bg.webp) no-repeat center center/cover;
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-news__wrap {
	align-items: center;
	display: flex;
}

.p-news__left {
	margin-right: 6.25rem;
	min-width: 240px;
	width: 16.375rem;
}

.p-news__link {
	margin-top: 10.9375rem;
	text-align: center;
}

.p-news__right {
	margin-left: auto;
	max-width: 986px;
	position: relative;
	width: 100%;
}

.p-news__right .news-swiper {
	overflow: hidden;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-news__right .swiper-slide {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	height: auto;
	margin: 0 1rem;
	width: 277px;
}

.p-news__right .swiper-button-prev {
	background-color: #1d4d79;
	height: 3.25rem;
	left: 2.5rem;
	padding: 1rem 1.3125rem;
	position: absolute;
	top: -1.5rem;
	transition: all 0.3s;
	width: 3.25rem;
}

.p-news__right .swiper-button-prev::after {
	display: none;
}

.p-news__right .swiper-button-prev:hover {
	opacity: 0.4;
}

.p-news__right .swiper-button-next {
	background-color: #1d4d79;
	height: 3.25rem;
	left: 6.125rem;
	padding: 1rem 1.3125rem;
	position: absolute;
	top: -1.5rem;
	transition: all 0.3s;
	width: 3.25rem;
}

.p-news__right .swiper-button-next::after {
	display: none;
}

.p-news__right .swiper-button-next:hover {
	opacity: 0.4;
}

.p-news__card {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.1875rem 0.6875rem;
	position: relative;
	transition: all 0.3s;
	width: 277px;
	/* min-height: clamp(262px, 358 / 1440 * 100vw, 358px); */
	height: 22.5rem;
	min-height: 290px;
}

.p-news__card.u {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	width: calc(25% - 1.875rem);
}

.p-news__card:hover {
	opacity: 0.4;
}

.p-news__card:hover img {
	transform: scale(1.05);
}

.p-news__card img {
	transition: transform 0.3s;
}

.p-news__card-label {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42;
	padding: 4px 14px;
	position: absolute;
	right: 1.125rem;
	top: 1.75rem;
	z-index: 2;
}

.p-news__card-img {
	height: 10.625rem;
	overflow: hidden;
}

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

.p-news__card-content {
	height: calc(22.5rem - 10.625rem);
	color: #555;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem 0.9375rem 0;
}

.p-news__card-day {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.21;
}

.p-news__card-title {
	display: -webkit-box;
	flex: 1;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	margin-bottom: 1.125rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p-news__card-text {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 400;
	/* height: 100%; */
	line-height: 1.42;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.p-newsU {
	background-color: #fff;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-newsU__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	padding-top: 4rem;
}

.p-access {
	padding-bottom: 0;
}

.p-access__head {
	display: flex;
	gap: 84px;
	justify-content: left;
	margin: 5.75rem auto 3.125rem;
	max-width: 747px;
	width: 100%;
}

.p-access__name {
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.21875rem;
	line-height: 1.44;
	margin-bottom: 1.875rem;
}

.p-access__data {
	-moz-column-gap: 2.0625rem;
	column-gap: 2.0625rem;
	display: grid;
	font-size: 14px;
	font-weight: 400;
	grid-template-columns: auto 1fr;
	letter-spacing: 1.8px;
	line-height: 1.43;
	row-gap: 10px;
}

.p-access__label {
	grid-column: 1;
	white-space: nowrap;
}

.p-access__value {
	grid-column: 2;
}

.p-access__bottom {
	border-bottom: 1px solid #9d9d9d;
	border-top: 1px solid #9d9d9d;
	margin: 0 auto 7.5rem;
	max-width: 747px;
	padding: 2.8125rem 1.5rem;
	width: 100%;
}

.p-access__bottom-wrap {
	display: grid;
	grid-template-columns: auto auto;
	-moz-column-gap: 79px;
	column-gap: 79px;
	row-gap: 20px;
}

.p-access__type {
	width: auto;
}

.p-access__type-title {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: 1.43;
	margin-bottom: 1.03125rem;
	padding-left: 31px;
	position: relative;
}

.p-access__type-title.car::before {
	background: url(../img/access-car.webp) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-access__type-title.bus::before {
	background: url(../img/access-bus.webp) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-access__type-title.train::before {
	background: url(../img/access-train.webp) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-access__type-title.parking::before {
	background: url(../img/access-parking.webp) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-access__type-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: 1.8;
}

.p-access__maps {
	background-color: #555;
	padding: 4rem 2.6875rem 6.25rem;
}

.p-access__map {
	height: 31.1875rem;
	margin: 0 auto 5.25rem;
	max-width: 1354px;
	width: 100%;
}

.p-access__map iframe {
	height: 100%;
	width: 100%;
}

.p-access__link {
	text-align: center;
}

.p-gallery {
	background: url(../img/access-top-pc.webp) no-repeat center center/cover;
	height: 50rem;
	min-height: 700px;
	padding-bottom: 2.5rem;
	padding-top: 3.0625rem;
	width: 100%;
}

.p-gallery__title .en {
	font-size: 16px;
}

.p-gallery__title .ja {
	background-color: #fff;
	color: #333;
	font-size: 24px;
	line-height: 2.1;
}

.p-gallery__title .ja.down {
	transform: translateY(6.625rem);
}

.swiper-gallery {
	height: 286px; /* スライドの高さに合わせる */
	margin-top: -1.25rem;
	overflow: hidden;
	width: 100%;
}

.swiper-gallery .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-gallery .swiper-slide {
	height: 286px;
	width: 428px;
}

.p-to-top {
	bottom: 0;
	cursor: pointer;
	height: 9.0625rem;
	opacity: 0;
	position: fixed;
	right: 0;
	transition: all 0.3s;
	width: 2.6875rem;
	z-index: 599;
}

.p-to-top.js-active {
	opacity: 1;
}

.p-to-top:hover {
	opacity: 0.4;
}

.p-top__link {
	bottom: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	z-index: 599;
}

.p-top__link a {
	background-color: #1d4d79;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	height: 3.125rem;
	line-height: 1;
	padding: 1.0625rem 0;
	text-align: center;
	transition: all 0.3s;
	width: 12rem;
}

.p-top__link a:hover {
	opacity: 0.4;
}

.p-top__link.js-active {
	opacity: 1;
}

.p-room-head {
	background: url(../img/_room-head-pc.webp) no-repeat center center/cover;
}

.p-room-head__title {
	font-size: max(1.25rem, 16px);
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 1.72;
	margin: 0 auto;
	text-align: center;
}

.p-room-head__content {
	margin-top: 3.5rem;
	text-align: center;
}

.p-room-head__text {
	font-size: max(0.875rem, 10px);
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 1.82;
	margin-bottom: 3rem;
}

.p-room__navs-content {
	margin: 0 auto 3.375rem;
	text-align: center;
}

.p-room__navs-text {
	font-size: max(1.125rem, 12px);
	font-weight: 500;
	letter-spacing: 2.7px;
	line-height: 1.44;
	margin-bottom: 1rem;
}

.p-room__nav {
	display: flex;
	gap: 2.0625rem;
	justify-content: center;
	padding: 0 16px;
}

.p-room__nav-item a {
	background-color: transparent;
	border: 1px solid #9d9d9d;
	box-sizing: border-box;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: max(1rem, 12px);
	letter-spacing: 2.08px;
	line-height: 23px;
	padding: 20px 88px 20px 85px;
	position: relative;
	text-align: center;
	transition: all 0.3s;
}

.p-room__nav-item a:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.p-room__nav-item a:hover::after {
	background-color: #fff;
}

.p-room__nav-item a::after {
	background-color: #9d9d9d;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 12px;
	-webkit-mask-image: url(../img/under-arrow.svg);
	mask-image: url(../img/under-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: auto;
	mask-size: auto;
}

.p-_room-a,
.p-_room-c {
	overflow: hidden;
	position: relative;
}

.p-_room-a::after,
.p-_room-c::after {
	background: url(../img/bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: calc(50% - 38.5625rem);
	max-width: 1338px;
	position: absolute;
	top: 0;
	width: 93%;
	z-index: -1;
}

.p-_room-c {
	margin-bottom: 5rem;
}

.p-_room-b {
	overflow: hidden;
}

.p-_room-b .p-_room__wrap {
	flex-direction: row-reverse;
	transform: translateX(10.625rem);
}

.p-_room-b .p-_room__imgs {
	margin-left: 7.25rem;
}

.p-_room__wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1325px;
	transform: translateX(-3.59375rem);
	width: 100%;
}

.p-_room__imgs {
	margin-right: 7.25rem;
	width: 50rem;
}

.p-_room__imgs .p-_room__swiper {
	padding-bottom: 3rem;
	position: relative;
	width: 100%;
}

.p-_room__imgs .p-_room__swiper::after {
	background-color: #333;
	content: "";
	height: 33.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-_room__imgs .p-_room__swiper-img {
	height: 33.75rem;
	width: 100%;
}

.p-_room__imgs .p-_room__swiper-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-_room__imgs .p-_room__swiper-scrollbar {
	margin: 0 auto !important;
	position: static !important;
	/* width: 30rem !important; */
}

.p-_room__content {
	padding-top: 0.5rem;
	text-align: center;
	width: 25.4375rem;
}

.p-_room__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: max(1.25rem, 14px);
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 2.8px;
	line-height: 1.45;
	margin: 0 auto;
	margin-bottom: 2.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-_room__title::after {
	background-color: #333;
	content: "";
	height: 1px;
	width: 3.125rem;
}

.p-_room__subtitle {
	font-size: max(1rem, 10px);
	font-weight: 400;
	letter-spacing: 2.4px;
	line-height: 1.43;
	margin-bottom: 2rem;
}

.p-_room__labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.p-_room__label {
	background-color: #555;
	border-radius: 2px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(0.875rem, 8px);
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.43;
	padding: 0.375rem 0.6875rem;
}

.p-_room__money {
	font-size: max(0.875rem, 8px);
	font-weight: 400;
	letter-spacing: 1.96px;
	line-height: 1;
}

.p-_room__money span {
	display: inline-block;
	font-size: max(1.4rem, 14px);
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0.3rem;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.p-_room__text {
	font-size: max(0.875rem, 10px);
	font-weight: 400;
	letter-spacing: 1.82px;
	line-height: 1;
	margin-bottom: 1.25rem;
	white-space: nowrap;
}

.p-_room__subtext {
	font-size: max(0.775rem, 8px);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 1.45rem;
	white-space: nowrap;
}

.p-_room__text span {
	letter-spacing: -1.54px;
}

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

.p-room__btns {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2rem;
	width: 100%;
}

.p-room__btn {
	background-color: #1d4d79;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1rem 1.875rem;
	text-align: center;
	transition: all 0.3s;
	width: 18.75rem;
}

.p-room__btn.camp-open {
	background-color: #555;
}

.p-room__btn:hover {
	opacity: 0.6;
}

.p-_campaign_modal {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.p-_campaign_modal.js-active {
	opacity: 1;
	visibility: visible;
}

.p-_campaign_modal-bg {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 800;
}

.p-_campaign_modal-content {
	background-color: #fff;
	height: 80%;
	margin: 10rem auto;
	max-width: 900px;
	overflow: auto;
	padding: 2.5rem 4.375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 990;
}

.p-_campaign_modal-close {
	cursor: pointer;
	height: 3.75rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	width: 3.75rem;
	z-index: 999;
}

.p-_campaign_modal-title {
	font-size: 2rem;
	margin-bottom: 1.25rem;
	margin-right: 3.75rem;
	margin-top: 3.75rem;
}

.p-_campaign_modal-inner img {
	display: block;
	margin: 0.875rem auto 0;
}

.p-_campaign_modal-inner figure {
	margin: 0.875rem auto 0.875rem;
}

.p-_campaign_modal-inner figure iframe {
	display: block;
	margin: 0 auto;
}

.p-_campaign_modal-inner iframe {
	display: block;
	margin: 0.875rem auto;
	max-width: 700px;
	width: 100%;
}

.p-_campaign_modal-inner h2 {
	font-size: max(1.5rem, 20px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-top: 2rem;
}

.p-_campaign_modal-inner h2 strong {
	font-size: max(1.75rem, 24px);
}

.p-_campaign_modal-inner h3 {
	font-size: max(1.3125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-top: 1.5rem;
}

.p-_campaign_modal-inner h3 strong {
	font-size: max(1.5rem, 20px);
}

.p-_campaign_modal-inner p {
	font-size: max(1rem, 12px);
	letter-spacing: 0.07em;
	line-height: 1.6;
	padding-left: 1em;
	padding-top: 0.875rem;
}

.p-_campaign_modal-inner p strong {
	font-size: max(1.25rem, 16px);
}

.p-_campaign_modal-inner a {
	border-bottom: 1px solid #333;
	font-size: max(1.125rem, 14px);
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.6;
}

.p-modal__bg {
	background-color: rgba(85, 85, 85, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
}

.p-modal__bg.js-active {
	opacity: 1;
	z-index: 900;
}

.p-room__modalA,
.p-room__modalB,
.p-room__modalC {
	background-color: #333;
	font-family: "Noto Sans JP", sans-serif;
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 52.0625rem;
	z-index: -1;
}

.p-room__modalA.js-active,
.p-room__modalB.js-active,
.p-room__modalC.js-active {
	opacity: 1;
	z-index: 901;
}

.p-room__modal-inner {
	padding: 2.5rem 2.0625rem;
	position: relative;
}

.p-room__modal-close {
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: -60px;
	transition: all 0.3s;
	width: 50px;
	z-index: -1;
}

.p-room__modal-close.js-active {
	opacity: 1;
	z-index: 999;
}

.p-room__modal-title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	letter-spacing: 0.275rem;
	line-height: 1.4444444444;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-room__modal-content {
	display: flex;
	gap: 0.875rem;
	justify-content: center;
}

.p-room__modal-info {
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	letter-spacing: 0.0875rem;
	line-height: 1.4285714286;
	padding: 1.875rem 0.9375rem 1rem;
	width: 30.1875rem;
}

.p-room__modal-wrap {
	display: grid;
	gap: 1.3125rem;
	grid-template-columns: 3.125rem auto;
}

.p-room__modal-text {
	margin-bottom: 0.875rem;
}

.p-room__modal-text span {
	display: inline-block;
	margin-top: 0.875rem;
}

.p-room__modal-right {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	justify-content: space-between;
}

.p-room__modal-plan {
	background-color: #fff;
	height: 100%;
	padding: 1.5625rem 1rem;
}

.p-room__modal-subtext {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4166666667;
	margin-bottom: 1rem;
	text-align: center;
}

.p-room__modal-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	margin: 0 auto;
	width: 12.75rem;
}

.p-room__modal-icon {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 3.125rem;
}

.p-room__modal-icon.not {
	margin: 0 auto 0.8125rem;
}

.p-room__modal-icon-img i,
.p-room__modal-icon-img img {
	font-size: 1.875rem;
	height: 1.875rem;
	width: 1.875rem;
}

.p-room__modal-icon-text {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4166666667;
	text-align: center;
	white-space: nowrap;
}

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

.p-aboutU-head__title {
	font-size: max(1.25rem, 16px);
	font-weight: 500;
	letter-spacing: 0.075rem;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-aboutU-head__content {
	margin: 0 auto;
	text-align: center;
	width: max(38.75rem, 500px);
}

.p-aboutU-head__text {
	font-size: max(0.875rem, 10px);
	letter-spacing: 0.9px;
	line-height: 1.7;
	margin-bottom: 2.5rem;
}

.p-aboutU-head__text:last-child {
	margin-bottom: 0;
}

.p-aboutU__headImg {
	height: 28.125rem;
	overflow: hidden;
}

.p-aboutU__headImg img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	height: auto;
	object-position: center bottom;
	width: 100%;
}

.p-aboutU__content {
	margin-top: 9.0625rem;
	overflow: hidden;
	padding-bottom: 7.5rem;
	position: relative;
}

.p-aboutU__content::after {
	background: url(../img/bg.webp) no-repeat center center/cover;
	content: "";
	height: 72.3125rem;
	left: 0;
	position: absolute;
	top: 7.6875rem;
	width: 95.8%;
	z-index: -1;
}

.p-aboutU__content.content3 {
	margin-bottom: 2.5rem;
}

.p-aboutU__content.content2 {
	margin-top: 8.125rem;
}

.p-aboutU__content.content2 .p-aboutU__content-imgL {
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}

.p-aboutU__content.content2 .p-aboutU__content-group {
	flex-direction: row-reverse;
	transform: translateX(-5.3125rem);
}

.p-aboutU__content.content2 .p-aboutU__section-title {
	transform: translateX(-30px);
}

.p-aboutU__content.content2 .p-aboutU__content-wrap {
	flex-direction: row-reverse;
	transform: translateX(-4.6875rem);
}

.p-aboutU__content.content2 .p-aboutU__content-texts {
	background: url(../img/bg.webp);
	margin-right: -3.4375rem;
	padding: 4.5625rem 7.9375rem 4.4375rem 4.375rem;
	text-align: center;
}

.p-aboutU__content.content2 .p-aboutU__content-text {
	text-align: center;
	width: 24.4375rem;
}

.p-aboutU__content.content2::after {
	display: none;
}

.p-aboutU__content-group {
	display: flex;
	transform: translateX(4.0625rem);
}

.p-aboutU__section-title {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
	font-size: max(1.75rem, 22px);
	font-weight: 500;
	font-weight: 500;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0.53125rem;
	line-height: 1.5;
	line-height: 1.45;
	padding: 1rem 0.875rem;
	position: relative;
	transform: translateX(1.875rem);
	writing-mode: vertical-lr;
	z-index: 1;
}

.p-aboutU__content-imgL {
	background-color: #333;
	margin-bottom: 7.5rem;
	margin-right: calc(50% - 50vw);
	margin-top: 3.4375rem;
	max-width: 1280px;
	width: 100vw;
}

.p-aboutU__content-wrap {
	display: flex;
	justify-content: center;
	transform: translateX(4.6875rem);
}

.p-about__content-imgS {
	height: 23rem;
	margin-top: 5.5rem;
	width: 30rem;
	z-index: 1;
}

.p-aboutU__content-texts {
	background-color: #fff;
	height: 25rem;
	margin-bottom: auto;
	margin-left: -3.4375rem;
	margin-top: auto;
	padding: 5.5rem 2.9375rem 4.4375rem 6.4375rem;
	width: 38.4375rem;
}

.p-aboutU__content-texts.texts2 {
	padding-top: 4.3125rem;
}

.p-aboutU__content-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 1.5714285714;
	margin: 0 auto 2.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	width: 26.25rem;
}

.p-aboutU__spot {
	margin: 0 auto;
	padding-bottom: 120px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.p-aboutU__spot__text {
	font-size: max(0.875rem, 10px);
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 1.4;
	margin-bottom: 0.75rem;
	margin-top: 5.5rem;
	text-align: center;
}

.p-aboutU__spot__text:nth-child(3) {
	margin-bottom: 5rem;
	margin-top: 0;
}

.p-aboutU__spots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
}

.p-aboutU__spot-wrap {
	width: max(27.8125rem, 380px);
}

.p-aboutU__spot-wrap:nth-child(odd) {
	margin-top: 7.5rem;
}

.p-aboutU__spot-img {
	margin-left: auto;
	width: max(25.375rem, 340px);
}

.p-aboutU__spot-content {
	background-color: #FBFBFB;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
	margin-top: -5.6875rem;
	padding-bottom: 12px;
	padding-top: 12px;
	position: relative;
	text-align: center;
	width: 242px;
	z-index: 10;
}

.p-aboutU__spot-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1;
	margin-bottom: 9px;
}

.p-aboutU__spot-subtitle {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.66px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-aboutU__spot-text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.72px;
	line-height: 1.4;
}

.p-aboutU__spot-text:first-child {
	margin-bottom: 9px;
}

.p-foodU__content {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

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

.p-foodU__content-wrap {
	align-items: start;
	display: flex;
}

.p-foodU__content-wrap.no2 {
	flex-direction: row-reverse;
}

.p-foodU__content-texts {
	background: url(../img/bg.webp) no-repeat center center/cover;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 7.625rem;
	max-width: 660px;
	padding: 3.375rem 9.96875rem 3.3125rem 4.75rem;
	text-align: left;
	width: 41.25rem;
}

.p-foodU__content-texts.no2 {
	background: none;
	background-color: #fff;
	padding: 5.1875rem 4.75rem 5.1875rem 9.96875rem;
}

.p-foodU__content-subtitle {
	font-size: max(1.125rem, 14px);
	font-weight: 500;
	letter-spacing: 1.08px;
	line-height: 124%;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-foodU__content-text {
	font-size: max(0.875rem, 10px);
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 164%;
	margin-bottom: 2.5rem;
}

.p-foodU__content-text:last-child {
	margin-bottom: 0;
}

.p-foodU__content-img {
	background-color: #333;
	height: 28.75rem;
	margin-left: -6.875rem;
	margin-right: calc(50% - 50VW);
	width: 50rem;
	z-index: 1;
}

.p-foodU__content-img.no2 {
	margin-left: calc(50% - 50VW);
	margin-right: -6.875rem;
}

.p-foodU__menu {
	background-color: #fff;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-foodU__menu-text {
	font-size: max(1rem, 12px);
	font-weight: 500;
	letter-spacing: 2.4px;
	line-height: 1.4;
	margin-bottom: 1rem;
	text-align: center;
}

.p-foodU__menu-pdf {
	margin-top: 5.625rem;
	text-align: center;
}

.p-foodU__menu-tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-bottom: 7.5rem;
	margin-top: 4.5rem;
}

.p-foodU__menu-tab {
	align-items: center;
	border: 1px solid #ADADAD;
	display: flex;
	font-size: max(1rem, 12px);
	justify-content: center;
	min-height: 3.75rem;
	padding: 0.75rem;
	text-align: center;
	transition: all 0.3s;
	width: calc(18% - 3.125rem);
}

.p-foodU__menu-tab:hover,
.p-foodU__menu-tab.js-active {
	background-color: #333;
	color: #fff;
}

.p-foodU__menu-title {
	margin-bottom: 4.5rem;
}

.p-foodU__menus {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}

.p-foodU__menu-card {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	width: 100%;
}

.p-foodU__menu-card:hover img {
	transform: scale(1.05);
}

.p-foodU__card-img {
	height: 12.5rem;
	overflow: hidden;
	width: 100%;
}

.p-foodU__card-img img {
	height: 100%;
	transition: all 0.5s;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-foodU__card-content {
	display: flex;
	flex-direction: column;
	height: calc(100% - 12.5rem);
	padding: 1rem 0.625rem 1rem;
}

.p-foodU__card-tags,
.p-foodU__menu-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 0.75rem;

    &.table{
        display: flex;
        flex-wrap: wrap;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: 0;
    }
}

.p-foodU__menu-tag {
	background-color: #555;
	border-radius: 2px;
	color: #fff;
	font-size: max(0.75rem, 9px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.4;
	padding: 3px 8px;
    border-radius: 2px;
}
.p-foodU__menu-tag.-yellow{
	background-color: #8d8d33;
}

.p-foodU__menu-tag.daruma {
	background-color: #1d4d79;
}

.p-foodU__menu-tag.m1f {
	background-color: #992d2d;
}

.p-foodU__menu-tag.m2f {
	background-color: #8d8d33;
}

.p-foodU__card-title {
	font-size: max(1rem, 12px);
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.4;
	margin-bottom: 0.375rem;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.p-foodU__card-price {
	font-size: max(0.875rem, 10px);
	font-weight: 600;
	letter-spacing: 2.1px;
	line-height: 1.4;
	margin-bottom: 1rem;
	text-align: center;
}

.p-foodU__card-price span {
	font-size: max(0.6875rem, 9px);
	letter-spacing: 1.65px;
	margin-left: 0.5rem;
}

.p-foodU__card-text {
	font-size: max(0.75rem, 9px);
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: 1.4;
}

.p-foodU__menu-page {
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 4rem;
}

.p-foodU__menu-page .page-numbers {
	align-items: center;
	border: 1px solid #333;
	display: flex;
	font-size: max(0.875rem, 10px);
	height: max(2.5rem, 30px);
	justify-content: center;
	transition: all 0.3s;
	width: max(2.5rem, 30px);
}

.p-foodU__menu-page .page-numbers:hover {
	background-color: #333;
	color: #fff;
	opacity: 0.7;
}

.p-foodU__menu-page .page-numbers.current {
	background-color: #333;
	color: #fff;
}

.p-foodU__cardmodal {
	align-items: center;
	background-color: #fff;
	display: none;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-foodU__cardmodal.js-avtive {
	display: flex;
}

.p-facility {
	background: url(../img/bg.webp) no-repeat center center/cover;
	color: #333;
}

.p-facility__list {
	margin: 5.125rem auto 0;
	min-width: 700px;
	width: 54.375rem;
}

.p-facility__row {
	display: flex;
	-moz-column-gap: 54px;
	border-top: 1px solid #9d9d9d;
	column-gap: 54px;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
	row-gap: 1.375rem;
}

.p-facility__row:nth-child(7) {
	flex-wrap: wrap;
}

.p-facility__row:nth-child(7) .p-facility__value {
	width: calc(100% - 254px);
}

.p-facility__row:last-child {
	border-bottom: 1px solid #9d9d9d;
}

.p-facility__label {
	font-size: max(0.875rem, 10px);
	font-weight: 500;
	letter-spacing: 0.98px;
	line-height: 1.43;
	min-width: max(12.5rem, 180px);
	padding-left: 5.6875rem;
	width: max(12.5rem, 180px);
}

.p-facility__value {
	flex-grow: 1;
	font-size: max(0.875rem, 10px);
	font-weight: 500;
	letter-spacing: 0.98px;
	line-height: 1.43;
	padding-right: 1.25rem;
	text-align: left;
}

.p-facility__value span {
	display: inline-block;
	margin-top: 16px;
}

.p-facility__value-shop {
	display: grid;
	grid-template-columns: 10.9375rem 75px auto; /* 3列の均等な幅で配置 */
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.p-facility__value-group {
	display: contents;
}

.p-facility__value-name {
	grid-column: 1;
}

.p-facility__value-menu {
	grid-column: 2;
}

.p-facility__value-time {
	flex-grow: 1;
	grid-column: 3;
	margin-bottom: 1.2em;
}

.p-facility__imgs {
	display: flex;
	gap: 2.0625rem;
	justify-content: center;
	margin: 0 auto;
	width: 44.625rem;
}

.p-facility__img {
	width: 13.5rem;
}

.p-single {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-single__content {
	display: flex;
	gap: 5.8125rem;
	padding-top: 5rem;
}

.p-single__main {
	width: 100%;
}

.p-single__main img {
	display: block;
	margin: 0.875rem auto 0;
}

.p-single__main figure {
	margin: 0.875rem auto 0.875rem;
}

.p-single__main figure iframe {
	display: block;
	margin: 0 auto;
}

.p-single__main iframe {
	display: block;
	margin: 0.875rem auto;
	max-width: 700px;
	width: 100%;
}

.p-single__main h2 {
	font-size: max(1.5rem, 16px);
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-top: 2rem;
}

.p-single__main h2 strong {
	font-size: 1.75rem;
}

.p-single__main h3 {
	font-size: max(1.3125rem, 14px);
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-top: 1.5rem;
}

.p-single__main h3 strong {
	font-size: 1.5rem;
}

.p-single__main p {
	font-size: max(1rem, 10px);
	letter-spacing: 0.07em;
	line-height: 1.6;
	padding-top: 0.875rem;
}

.p-single__main p strong {
	font-size: 1.25rem;
}

.p-single__main a {
	border-bottom: 2px solid #184bba;
	font-size: max(1.125rem, 14px);
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.6;
	color: #184bba;
	transition: opacity 0.3s;
}
.p-single__main a:hover{
	opacity: 0.6;
}

.p-single__main .p-single__main-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.125rem;
}

.p-single__main .p-single__main-label {
	align-items: center;
	background-color: #555;
	color: #fff;
	display: flex;
	font-size: 12px;
	padding: 7.5px 28px;
}

.p-single__main .p-single__main-day {
	font-size: max(0.875rem, 12px);
	letter-spacing: 0.07em;
}

.p-single__main .p-single__main-title {
	border-bottom: 1px solid #333;
	font-size: max(1.5rem, 20px);
	letter-spacing: 0.05em;
	margin-bottom: 0.875rem;
	padding: 0.875rem 0;
}

.p-single__main .p-single__main-img {
	display: block;
	margin: 0.875rem auto 0;
}

.p-single__main-page {
	display: flex;
	gap: 1.9375rem;
	justify-content: center;
	padding-top: 4rem;
}

.p-single__main-link a {
	align-items: center;
	background-color: #333;
	color: #fff;
	display: flex;
	font-size: 11px;
	padding: 0.625rem 1rem;
	text-align: center;
	transition: all 0.3s;
}

.p-single__main-link a:hover {
	opacity: 0.6;
}

.p-aside {
	max-width: 280px;
	width: 100%;
}

.p-aside__wrap {
	padding-bottom: 2.5rem;
}

.p-aside__title {
	font-size: max(1.125rem, 12px);
}

.p-aside__cards {
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
}

.p-aside__card {
	display: block;
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 1rem;
	transition: all 0.3s;
}

.p-aside__card:hover {
	opacity: 0.7;
}

.p-aside__card-img {
	height: 6.25rem;
	width: 6.25rem;
}

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

.p-aside__content {
	padding-bottom: 0.5rem;
	width: calc(100% - 7.1875rem);
}

.p-aside__content-head {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.4375rem;
}

.p-aside__content-label {
	background-color: #555;
	color: #fff;
	font-size: max(10px, 0.75rem);
	padding: 0.3125rem 1.0625rem;
}

.p-aside__content-day {
	font-size: max(10px, 0.75rem);
	letter-spacing: 0.07em;
}

.p-privacy {
	background: url(../img/bg.webp) no-repeat center center/cover;
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.p-privacy__content {
	margin: 0 auto;
	max-width: 100%;
	width: 800px;
}

.p-privacy__comment {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-privacy__wrap {
	margin-bottom: 2rem;
}

.p-privacy__subtitle {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 0.625rem;
	padding-bottom: 0.375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-privacy__subtitle::after {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-privacy__text {
	font-size: 1.125rem;
	line-height: 1.72;
	padding-left: 1.25rem;
}

.p-privacy__list {
	font-size: 1.125rem;
	line-height: 1.72;
	padding-left: 2.5rem;
	padding-top: 1.125rem;
}

.p-privacy__item {
	position: relative;
}

.p-privacy__item::before {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: -1.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.p-privacy__link {
	margin-top: 3.75rem;
	text-align: center;
}

.p-cta {
	background: url(../img/bg.webp) no-repeat center center/cover;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-cta__content {
	margin: 4.75rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-cta__texts{
	width: fit-content;
	max-width: 650px;
	margin: 0 auto;
}
.p-cta__text {
	font-size: max(1.125rem, 14px);
	line-height: 1.875;
	/* text-align: center; */
}

.p-cta__links {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 3rem auto 4rem;
}

.p-cta__link {
	background-color: #1d4d79;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	min-width: 350px;
	text-align: center;
	transition: all 0.3s;
	width: 25rem;
}
.p-cta__link2 {
	background-color: #1d4d79;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.3em;
	min-width: 350px;
	text-align: center;
	transition: all 0.3s;
	width: 25rem;
	padding: 1.82rem 2.5rem !important;
}
.p-cta__link button{
	font-family: "Shippori Mincho", serif !important;
	font-size: 15px !important;
	letter-spacing: 0.3em !important;
	padding: 1.4375rem 2.5rem !important;
}

.p-cta__link:hover,
.p-cta__link2:hover{
	opacity: 0.6;
}

.p-cta_shops {
	display: flex;
	gap: 3rem;
	justify-content: center;
}

.p-cta_shop {
	text-align: center;
}

.p-cta_shop-name {
	font-size: max(1.25rem, 16px);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4444444444;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.p-cta_shop-name span{
	display: flex;
	align-items: center;
}

.p-cta_shop-tel {
	cursor: default;
	font-size: max(1.5rem, 20px);
	font-weight: 500;
	letter-spacing: 0.013em;
	line-height: 1.4583333333;
	pointer-events: none;
}

.p-cta_shop-tel span {
	display: inline-block;
	margin-right: 0.9375rem;
}

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

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

.u-none {
	display: none;
}

.u-inlineBlock {
	display: inline-block;
}

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

html {
	font-size: 1.111111vw;
}

}

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

.l-inner {
	padding: 0 20px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-header__inner {
	height: 60px;
	padding: 0 20px;
}

.l-header__title {
	font-size: 10px;
}

.l-header__sns {
	display: none;
}

.l-header__link {
	display: none;
}

.l-footer {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-footer__inner {
	padding: 0 20px;
}

.l-footer__top {
	flex-direction: column;
	gap: 3rem;
	justify-content: center;
}

.l-footer__name {
	font-size: 1.125rem;
	letter-spacing: 3px;
	margin: 0 auto 1rem;
	width: 12.5rem;
}

.l-footer__text {
	font-size: 14px;
	letter-spacing: 0.15rem;
}

.l-footer__link {
	display: none;
}

.l-footer__link a {
	font-size: 12px;
	padding: 17px 15px;
	width: 100%;
}

.l-footer__links {
	justify-content: center;
	margin-left: 0;
	margin-top: 0.75rem;
}

.l-footer__sns {
	height: clamp(14px, 6.4vw, 24px);
	width: clamp(14px, 6.4vw, 24px);
}

.l-footer__sns i {
	font-size: clamp(14px, 6.4vw, 24px);
}

.l-footer__nav {
	display: none;
}

.l-footer__bottom {
	margin-top: 3rem;
}

.l-footer__privacy {
	margin-bottom: 1rem;
}

.l-footer__copy {
	font-size: 10px;
}

.l-section {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.c-section-title .nowrap {
	font-size: 20px;
}

.c-section-title .nowrap .color {
	font-size: 20px;
}

.c-section-title::after {
	font-size: 16px;
}

.c-section-titleLabel {
	gap: 0.8125rem;
}

.c-section-titleLabel .ja {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	letter-spacing: 0.4375rem;
	line-height: 1.875;
	padding: 0.5rem 0;
}

.c-section-titleLabel .ja.down {
	transform: translateY(2.875rem);
}

.c-top {
	height: 100vh;
	max-height: 48.125rem;
}

.c-top__title {
	margin-top: 17.375rem;
}

.p-top-bg img {
	-o-object-fit: cover;
	height: 100%;
	max-height: 48.125rem;
	object-fit: cover;
}

.c-link-more {
	font-size: 0.875rem;
	letter-spacing: 2.8px;
	padding-bottom: 8px;
	width: 100%;
}

.c-link-more::after {
	height: 5px;
	width: 100%;
}

.c-link-map {
	font-size: 12px;
	letter-spacing: 2.4px;
	padding-bottom: 8px;
	width: 175px;
}

.c-link-map::after {
	height: 8px;
	width: 175px;
}

.c-scroll-line {
	bottom: 20px;
	height: 3.75rem;
}

.p-drawer {
	background: url(../img/drawer-sp.webp) no-repeat center center/cover;
	max-height: none;
}

.p-drawer__content {
	display: block;
	max-width: 290px;
	padding: 5.0625rem 20px;
	width: 100%;
}

.p-drawer__logo img {
	width: 100%;
}

.p-drawer__logo {
	margin-bottom: 32px;
	text-align: center;
}

.p-drawer__nav-item {
	margin-bottom: 42px;
	text-align: center;
}

.p-drawer__nav-item a {
	font-size: 16px;
	font-weight: 600;
}

.p-drawer__nav-item a::after {
	font-size: 12px;
}

.p-drawer__wrap {
	display: none;
}

.p-drawer__name {
	font-weight: 600;
}

.p-drawer__link a {
	font-size: 12px;
	padding: 17px 15px;
	width: 100%;
}

.p-drawer__links {
	margin: 1rem 0;
}

.p-fv {
	height: calc(100% + 120px);
	max-height: calc(100vh + 120px);
}

.p-fv__bg {
	height: calc(100% + 120px);
	max-height: calc(100vh + 120px);
}

.fv-img img {
	-o-object-position: bottom;
	object-position: bottom;
}

.p-fv__content {
	top: calc(50% + 4.375rem);
	transform: translateX(-50%);
}

.p-fv__copy {
	font-size: 1rem;
	font-size: clamp(16px, 4.2666666667vw, 20px);
	font-weight: 500;
	letter-spacing: 0em;
	letter-spacing: 0.02em;
	line-height: 1.8125;
	text-align: center;
	white-space: nowrap;
}

.p-fv__logo {
	margin-top: -0.625rem;
	top: 40%;
	width: 80%;
}



.p-fv_banner {
	bottom: 1.25rem;
	left: 1rem;
	right: 1rem;
}

.p-banner__card {
	gap: 10px;
	height: 100%;
	margin: 0 auto;
	max-height: 140px;
	max-width: 500px;
	padding: 10px 10px;
}

.p-banner__card-label {
	font-size: 12px;
	padding: 4px 14px;
	right: 0.5rem;
	top: 0.5rem;
}

.p-banner__card-img {
	height: 9.375rem;
	height: 90px;
	width: 120px;
}

.p-banner__card-content {
	gap: 0.25rem;
	height: 100%;
	width: calc(100% - 130px);
}

.p-banner__card-day {
	font-size: 16px;
}

.p-banner__card-title {
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 20px;
}

.p-banner__card-text {
	font-size: 12px;
}

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

.p-about__content {
	margin-top: 4rem;
	padding-left: 2px;
	padding-right: 2px;
}

.p-about__text {
	font-size: 0.875rem;
	letter-spacing: 1.2px;
	line-height: 1.78;
	margin-bottom: 2.625rem;
	text-align: left;
}

.p-about__link {
	margin-top: 3.375rem;
}

.p-room-top {
	height: 12.375rem;
}

.p-room {
	padding-bottom: 0.9375rem;
	padding-top: 5rem;
}

.p-room__inner {
	padding: 0 20px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-room__inner::after {
	background: url(../img/bg-sp.webp) no-repeat center center/cover;
	height: 115%;
	left: 0;
	right: 0;
	top: 4.5rem;
	width: 100vw;
}

.p-room__wrap {
	display: block;
}

.p-room__imgs {
	width: 100%;
}

.p-room__title {
	margin-bottom: -3.875rem;
}

.swiperTop {
	height: 16.5rem;
	transform: translateX(-22px);
	width: clamp(300px, 94.385026738vw, 748px);
}

.swiperTop .swiperTop-wrapper {
	padding-bottom: 2.5rem;
}

.swiperTop .swiperTop-scrollbar {
	transform: translateX(1.3125rem);
	width: 20.8125rem !important;
}

.p-room__content {
	padding-left: 0;
	padding-top: 2.5rem;
}

.p-room__subtitle {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.625;
	margin-bottom: 2.5rem;
}

.p-room__text {
	margin-bottom: 2.5rem;
	width: 100%;
}

.p-food {
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.p-food__inner {
	padding: 0 20px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-food__wrap {
	display: block;
}

.p-food__imgs {
	margin-left: auto;
	width: 100%;
}

.p-food__title {
	margin-bottom: -4.0625rem;
}

.p-food .swiperTop {
	height: 16.5rem;
	transform: translateX(0);
	width: clamp(300px, 94.385026738vw, 748px);
}

.p-food .swiperTop .swiperTop-wrapper {
	padding-bottom: 2.5rem;
}

.p-food .swiperTop .swiperTop-scrollbar {
	transform: translateX(-1rem);
	width: 20rem !important;
}

.p-food__content {
	padding-left: 0;
	padding-top: 2.5rem;
}

.p-food__subtitle {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.625;
	margin-bottom: 2.5rem;
}

.p-food__text {
	margin-bottom: 2.5rem;
	width: 100%;
}

.p-news {
	padding-top: 7.5rem;
	padding-top: 5rem;
}

.p-news__wrap {
	flex-direction: column;
}

.p-news__left {
	display: contents;
	width: 100%;
}

.p-news__title {
	margin-bottom: 2.125rem;
	margin-right: auto;
}

.p-news__link {
	margin-top: 1.375rem;
	order: 1;
}

.p-news__right {
	margin-left: 1.8125rem;
	width: 100%;
}

.p-news__right .news-swiper {
	margin-left: calc(50% - 50vw);
}

.p-news__right .swiper-slide {
	margin: 0 0.6875rem;
	width: 200px;
}

.p-news__right .swiper-button-prev {
	left: 12.5rem;
	top: -3.125rem;
}

.p-news__right .swiper-button-next {
	left: 16.1875rem;
	top: -3.125rem;
}

.p-news__card.u {
	width: calc(50% - 0.78125rem);
}

.p-news__card {
	height: 100%;
	padding: 1rem 0.5rem;
	width: 200px;
}

.p-news__card-label {
	font-size: 10px;
	padding: 2px 12px;
	right: 0.8125rem;
	top: 1.375rem;
}

.p-news__card-img {
	height: 9.375rem;
}

.p-news__card-content {
	padding: 0.75rem 0.3125rem 0;
}

.p-news__card-day {
	font-size: 12px;
}

.p-news__card-title {
	font-size: 13px;
	margin-bottom: 0.625rem;
}

.p-news__card-text {
	font-size: 12px;
}

.p-newsU {
	padding-bottom: 7.5rem;
	padding-top: 3.75rem;
}

.p-newsU__list {
	gap: 0.875rem;
	padding-top: 2.5rem;
}

.p-access {
	padding-bottom: 0;
}

.p-access__head {
	flex-direction: column;
	gap: 2.5rem;
	margin: 4.375rem auto 3.5rem;
	max-width: 400px;
}

.p-access__name {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0em;
	letter-spacing: 3px;
	line-height: 1.4375;
	margin-bottom: 16px;
}

.p-access__data {
	-moz-column-gap: 33px;
	column-gap: 33px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	letter-spacing: 2px;
	line-height: 1.4166666667;
}

.p-access__value {
	font-size: max(0.75rem, 10px);
	white-space: nowrap;
}

.p-access__bottom {
	margin-bottom: 5rem;
	padding: 2rem 0;
}

.p-access__bottom-wrap {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 400px;
	row-gap: 40px;
}

.p-access__type.car {
	order: 0;
}

.p-access__type.bus {
	order: 2;
}

.p-access__type.train {
	order: 1;
}

.p-access__type.parking {
	order: 3;
}

.p-access__type-title {
	font-size: 12px;
}

.p-access__type-text {
	font-size: 12px;
}

.p-access__maps {
	padding: 2.8125rem 0 4.125rem;
}

.p-access__map {
	aspect-ratio: 375/220;
	height: auto;
	margin: 0 auto 2.5rem;
}

.p-gallery {
	background: url(../img/access-top-sp.webp) no-repeat center top/100% auto;
	height: 28.125rem;
	margin-top: -2px;
	min-height: 0;
	padding-bottom: 2rem;
	padding-top: 2.5rem;
}

.p-gallery__title .en {
	font-size: 12px;
}

.p-gallery__title .ja {
	font-size: 14px;
	letter-spacing: 3.4px;
	line-height: 2;
	padding-bottom: 0;
	padding-top: 8px;
}

.p-gallery__title .ja.down {
	transform: translateY(2.25rem);
}

.swiper-gallery {
	height: 184px; /* スマートフォン用の高さ */
	margin-top: -1.625rem;
}

.swiper-gallery .swiper-slide {
	height: 184px;
	width: 280px;
}

.p-to-top {
	bottom: 50px;
}

.p-room-head {
	padding-bottom: 40px;
}

.p-room-head__title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.6;
}

.p-room-head__content {
	margin-bottom: 2.25rem;
	margin-top: 2.5rem;
}

.p-room-head__text {
	font-size: 0.875rem;
	letter-spacing: 1.2px;
	line-height: 1.78;
	margin: 0 auto 2rem;
	max-width: 400px;
	text-align: left;
}

.p-room__navs {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-room__navs-content {
	margin-bottom: 1.875rem;
}

.p-room__navs-text {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 2.2;
	margin-bottom: 1rem;
}

.p-room__nav {
	gap: 0.625rem;
}

.p-room__nav-item {
	max-width: 105px;
	width: 33%;
}

.p-room__nav-item a {
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.21px;
	line-height: 11px; /* 100% */
	padding: 13px 10px 13px 10px;
}

.p-room__nav-item a::after {
	height: 5px;
	right: 10px;
	width: 8px;
}

.p-_room-a::after,
.p-_room-c::after {
	left: 0;
	width: 100%;
}

.p-_room-b .p-_room__wrap {
	transform: none;
}

.p-_room-b .p-_room__imgs {
	margin-left: auto;
	margin-right: auto;
}

.p-_room__wrap {
	display: block;
	transform: none;
}

.p-_room__imgs {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.p-_room__imgs .p-_room__swiper::after {
	height: 16.875rem;
}

.p-_room__imgs .p-_room__swiper {
	padding-bottom: 1.25rem;
}

.p-_room__imgs .p-_room__swiper-wrapper {
	height: 17.375rem;
}

.p-_room__imgs .p-_room__swiper-img {
	height: 16.875rem;
	width: 100%;
}

.p-_room__imgs .p-_room__swiper-scrollbar {
	margin: 1.5rem auto 0 !important;
	width: 19.5rem !important;
}

.p-_room__content {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0.5rem;
	width: 100%;
}

.p-_room__title {
	font-size: 18px;
	margin-bottom: 1.5rem;
}

.p-_room__subtitle {
	font-size: 15px;
	margin-bottom: 1.125rem;
}

.p-_room__labels {
	gap: 0.625rem;
	margin-bottom: 1.5rem;
}

.p-_room__label {
	font-size: 0.75rem;
	padding: 0.3125rem 0.75rem;
}

.p-_room__money {
	font-size: 16px;
}

.p-_room__money span {
	font-size: 22px;
	margin-bottom: 0;
}

.p-_room__text {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.6875rem;
}
.p-_room__subtext {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0.875rem;
}

.p-_room__text br {
	display: inline-block;
	margin-bottom: 0.6875rem;
}

.p-_room__link {
	margin-top: 2rem;
}

.p-room__btn {
	font-size: 1rem;
	margin: 0 auto;
	max-width: 400px;
	padding: 1rem 1.25rem;
	width: 100%;
}

.p-_campaign_modal-content {
	height: 80%;
	margin: 10% auto;
	padding: 1rem;
	width: 80%;
}

.p-_campaign_modal-close {
	height: 2.1875rem;
	width: 2.1875rem;
}

.p-_campaign_modal-title {
	font-size: 1.5rem;
	margin-right: auto;
	margin-top: 3.75rem;
}

.p-_campaign_modal-inner h2 {
	font-size: 20px;
	font-weight: 600;
}

.p-_campaign_modal-inner h3 {
	font-size: 18px;
	font-weight: 600;
}

.p-_campaign_modal-inner p {
	font-size: 16px;
}

.p-_campaign_modal-inner a {
	font-size: 16px;
}

.p-room__modalA,
.p-room__modalB,
.p-room__modalC {
	height: 100%;
	margin: 0 auto;
	max-height: 100vh;
	max-width: 400px;
	overflow-y: scroll;
	top: 0;
	transform: translate(-50%, 0);
	width: 100%;
}

.p-room__modal-close {
	top: 0;
}

.p-room__modal-title {
	letter-spacing: 3.6px;
}

.p-room__modal-content {
	display: block;
}

.p-room__modal-info {
	font-size: 12px;
	letter-spacing: 0.8px;
	margin-bottom: 16px;
	width: 100%;
}

.p-room__modal-wrap {
	gap: 12px;
}

.p-room__modal-wrap.other {
	display: flex;
	flex-direction: column;
}

.p-room__modal-text span {
	margin-top: 10px;
}

.p-room__modal-text {
	margin-bottom: 18px;
}

.p-room__modal-right {
	display: block;
}

.p-room__modal-plan {
	height: auto;
	margin-bottom: 16px;
}

.p-room__modal-icon {
	width: 3.75rem;
}

.p-aboutU-head__title {
	font-size: 18px;
}

.p-aboutU-head__content {
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
}

.p-aboutU-head__text {
	font-size: 14px;
	text-align: left;
}

.p-aboutU__headImg {
	height: 12.8125rem;
}

.p-aboutU__headImg img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center bottom;
	object-position: center bottom;
}

.p-aboutU__content {
	margin-top: 60px;
	padding-bottom: 60px;
}

.p-aboutU__content::after {
	height: 50.9375rem;
	width: 100%;
}

.p-aboutU__content.content2 {
	margin-top: 0;
}

.p-aboutU__content.content2 .p-aboutU__content-imgL {
	margin-right: -20px;
}

.p-aboutU__content.content2 .p-aboutU__section-title {
	transform: none;
}

.p-aboutU__content.content2 .p-aboutU__content-wrap {
	flex-direction: column-reverse;
	transform: none;
}

.p-aboutU__content.content2 .p-aboutU__content-wrap .p-about__content-imgS {
	margin: 0 -30px 0 auto;
}

.p-aboutU__content.content2 .p-aboutU__content-texts {
	background: none;
	margin: 0 auto;
	max-width: 500px;
	padding: 0;
}

.p-aboutU__content.content2 .p-aboutU__content-text {
	text-align: left;
	width: 100%;
}

.p-aboutU__content-group {
	padding-left: 4px;
	transform: none;
}

.p-aboutU__section-title {
	font-size: 1rem;
	letter-spacing: 0.4375rem;
	line-height: 1.3;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	transform: none;
}

.p-aboutU__content-imgL {
	margin-bottom: 4rem;
	margin-left: -25px;
	margin-top: 1.3125rem;
	width: 100vw;
}

.p-aboutU__content-wrap {
	flex-direction: column-reverse;
	gap: 3.875rem;
	justify-content: center;
	padding-left: 4px;
	padding-right: 4px;
	transform: none;
}

.p-about__content-imgS {
	height: auto;
	margin: 0 auto 0 -30px;
	width: 19.5rem;
}

.p-aboutU__content-texts {
	background-color: transparent;
	height: auto;
	margin: 0 auto;
	max-width: 500px;
	padding: 0;
	width: 100%;
}

.p-aboutU__content-texts.texts2 {
	padding: 0;
}

.p-aboutU__content-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 1.7;
	text-align: left;
	width: 100%;
}

.p-aboutU__spot__text {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.p-aboutU__spots {
	margin-top: 4rem;
}

.p-aboutU__spot-wrap:nth-child(odd) {
	margin-top: 0;
}

.p-aboutU__spot-img {
	width: 100%;
}

.p-aboutU__spot-content {
	margin: -1.5rem auto 5rem;
}

.p-foodU__content {
	padding-bottom: 5rem;
}

.p-foodU__content.no2 {
	background-position: center top 90px;
	padding: 0 0 1.875rem;
}

.p-foodU__content-wrap {
	flex-direction: column-reverse;
}

.p-foodU__content-wrap.no2 {
	flex-direction: column-reverse;
}

.p-foodU__content-texts {
	background: none;
	margin-top: 2rem;
	padding: 0;
	text-align: left;
	width: 100%;
}

.p-foodU__content-texts.no2 {
	background: none;
	margin-top: 4rem;
	padding: 0 0 3.75rem;
	width: 100%;
}

.p-foodU__content-subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 1.49;
}

.p-foodU__content-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 1.49;
	margin-bottom: 1.5rem;
}

.p-foodU__content-img {
	height: 12.8125rem;
	margin-left: calc(50% - 50VW);
	margin-right: auto;
	width: calc(100% + 50% - 50VW);
}

.p-foodU__content-img.no2 {
	margin-left: auto;
	margin-right: calc(50% - 50VW);
}

.p-foodU__menu {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.p-foodU__menu-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 1.49;
	text-align: left;
}

.p-foodU__menu-pdf {
	margin-top: 55px;
}

.p-foodU__menu-tabs {
	gap: 0.625rem;
	justify-content: center;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.p-foodU__menu-tab {
	font-size: 14px;
	height: 3.125rem;
	min-height: 0;
	min-width: 0;
	padding: 0;
	width: 10rem;
}

.p-foodU__menu-title {
	margin-bottom: 2.5rem;
}

.p-foodU__menus {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-foodU__menu-card {
	margin: 0 auto;
	max-width: 400px;
}

.p-foodU__card-img {
	height: 11.875rem;
}

.p-foodU__card-content {
	height: calc(100% - 11.875rem);
	padding: 0.75rem 0.5rem 0.75rem;
}

.p-foodU__menu-tags {
	margin-bottom: 0.5rem;
}

.p-foodU__menu-tag {
	font-size: 10px;
	letter-spacing: 0.04em;
	padding: 3px 12px;
}

.p-foodU__card-title {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 4px;
	text-align: left;
}

.p-foodU__card-price {
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-align: right;
}

.p-foodU__card-price span {
	font-size: 10px;
}

.p-foodU__card-text {
	font-size: 11px;
	letter-spacing: 0.04em;
	overflow: hidden;
}

.p-foodU__menu-page {
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.p-foodU__menu-page .page-numbers {
	font-size: 12px;
	max-height: 40px;
	max-width: 40px;
	padding: 12px 18px;
}

.p-facility__list {
	margin: 4.3125rem auto 0;
	max-width: 500px;
	min-width: 0;
	width: 100%;
}

.p-facility__row {
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-facility__row:nth-child(7) .p-facility__value {
	width: 100%;
}

.p-facility__label {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 1.4;
	padding-left: 1.1875rem;
	padding-right: 1.1875rem;
}

.p-facility__value {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 1.4;
	padding-left: 1.875rem;
	padding-right: 1.1875rem;
}

.p-facility__value span {
	margin-top: 0.5rem;
}

.p-facility__value-shop {
	display: block;
}

.p-facility__value-group {
	display: flex;
	gap: 2.1875rem;
}

.p-facility__value-name {
	margin-bottom: 0.5rem;
	margin-top: 0.9375rem;
}

.p-facility__value-menu {
	min-width: 3.875rem;
}

.p-facility__value-time {
	margin-bottom: 0.5rem;
}

.p-facility__imgs {
	display: none;
}

.p-single {
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-single__content {
	flex-direction: column;
	padding-top: 3rem;
}

.p-single__main h2 {
	font-size: 20px;
	font-weight: 600;
}

.p-single__main h3 {
	font-size: 18px;
	font-weight: 600;
}

.p-single__main p {
	font-size: 16px;
}

.p-single__main a {
	font-size: 16px;
}

.p-single__main .p-single__main-label {
	font-size: 13px;
	padding: 5.5px 15px;
}

.p-single__main .p-single__main-day {
	font-size: 14px;
}

.p-single__main .p-single__main-title {
	font-size: 20px;
}

.p-single__main-page {
	gap: 1.25rem;
}

.p-single__main-link a {
	font-size: 11px;
}

.p-aside {
	max-width: 100%;
}

.p-aside__card {
	max-height: 100px;
}

.p-aside__card-img {
	height: 6.25rem;
	width: 40%;
}

.p-aside__content {
	padding: 0;
	width: 60%;
}

.p-aside__content-label {
	font-size: 12px;
}

.p-aside__content-day {
	font-size: 14px;
}

.p-privacy {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-privacy__comment {
	font-size: 0.875rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.p-privacy__subtitle {
	font-size: 1.125rem;
}

.p-privacy__text {
	font-size: 1rem;
	padding-left: 1rem;
}

.p-privacy__list {
	font-size: 0.875rem;
	padding-left: 2rem;
	padding-top: 1rem;
}

.p-privacy__item::before {
	height: 0.375rem;
	left: -1rem;
	width: 0.375rem;
}

.p-cta {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

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

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

.p-cta__links {
	gap: 1.5rem;
	margin: 2.25rem auto;
}

.p-cta__link {
	min-width: 0;
	width: 100%;
}
.p-cta__link2{
	font-size: 15px;
	min-width: 0;
	width: 100%;
	padding: 1.3rem 1.25rem !important;
}
.p-cta__link button{
	font-family: "Shippori Mincho", serif !important;
	font-size: 15px !important;
	letter-spacing: 0.3em !important;
	padding: 1rem 1.25rem !important;
}

.p-cta_shops {
	flex-direction: column;
	gap: 1.5rem;
}

.p-cta_shop-name {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
	gap: 0.4rem;
}

.p-cta_shop-tel span {
	margin-right: 0.625rem;
}

.p-cta_shop-tel {
	cursor: pointer;
	font-size: 1.125rem;
	pointer-events: auto;
}

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

.u-hidden-pc.mb {
	margin-bottom: 0.6875rem;
}

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

}

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

html {
	font-size: 4.266vw;
}

}

@keyframes arrow {

0% {
	transform: translateX(-150%);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.5rem);
}

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

}

@keyframes fadeInUpSlow {

0% {
	opacity: 0;
	transform: translateY(1.5rem);
}

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

}

@keyframes fadeInUpQuick {

0% {
	opacity: 0;
	transform: translateY(2rem);
}

20% {
	opacity: 1;
}

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

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.5rem);
}

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

}

@keyframes pathmove {

0% {
	height: 0;
	opacity: 0;
	top: 0;
}

30% {
	height: 50px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 6.875rem;
}

}

@keyframes zoomOut {

0% {
	transform: scale(1.3);
}

100% {
	transform: scale(1);
}

}





.estimate{
	padding-top: 100px;
	background: url(../img/bg.webp) no-repeat center center/cover;
}
.estimate-title{
	font-size: 32px;
	margin-bottom: 12px;
}
.estimate-texts{
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.estimate-texts{

}
.estimate-layout{
	display: flex;
	gap: 20px;
	padding-top: 32px;
	padding-bottom: 60px;
}
.estimate-left{
	width: 280px;
	position: relative;
}
.estimate-right{
	width: calc(100% - 300px);
}


.estimate-info{
	position: sticky;
	top: 1.5rem;
	left: 0;
	right: 0;
	padding: 20px 10px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px rgba(85, 85, 85, 0.3);
	border-radius: 4px;
}
.estimate-Item{
	margin-bottom: 20px;
}
.total-price{
	text-align: right;
}
.total-price > span{
	font-size: 24px;
	display: inline-block;
	padding-right: 0.5em;
}
.estimate-wrap{
}
.estimate-wrap.-flex{
	display: flex;
	align-items: center;
	gap: 10px;
}
.estimate-Item-Label {
	font-size: 16px;
	margin-bottom: 5px;
}
.estimate-block-text{
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1em;
}
.estimate-wrap.-flex .estimate-Item-Label{
	width: 80px;
}
input[type="date"]{
	width: 100%;
	padding: 4px 10px;
	font-size: 14px;
	font-family: "Shippori Mincho", serif;
	cursor: pointer;
}
.estimate-wrap.-flex select{
	width: calc(100% - 90px);
	padding: 4px 10px;
	font-size: 14px;
	font-family: "Shippori Mincho", serif;
	cursor: pointer;
}
.estimate-button{
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.04em;
	max-width: 180px;
	padding: 10px;
	text-align: center;
	margin:  24px auto 0;
	background-color: #666;
	border: 1px #666 solid;
	color: #ccc;
	border-radius: 4px;
	transition: all 0.3s;
	pointer-events: none;
	margin-bottom: 10px;
}
.estimate-button.js-active{
	pointer-events: auto;
	background-color: #1d4d79;
	border: #1d4d79 1px solid;
	color: #fff;
	cursor: pointer;
}
.estimate-warning{
	font-size: 12px;
	color: #992d2d;
	line-height: 1.7;
}
.estimate-discount{
	font-size: 12px;
	line-height: 1.7;
}



.estimate-block {
	margin-bottom: 20px;
	padding: 1rem;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px rgba(85, 85, 85, 0.3);
	border-radius: 4px;
	background-color: #fff;
}
.estimate-block-Label {
	font-size: clamp(18px, 24 / 1440 * 100vw, 24px);
	margin-bottom: 12px;
}
.estimate-group {
	display: flex;
	flex-direction: column;
}
.estimate-card {
	width: 100%;
	height: 8rem;
	max-height: 100%;
	cursor: pointer;
	transition: all 0.3s;
	padding: 10px 8px;
	display: flex;
	border: transparent 1px solid;
	border-bottom: 1px solid #ccc;
}
.estimate-card.js-active {
	border: #1d4d79 1px solid;
	box-shadow: 0 0 5px #1d4d79;
}
.estimate-card.js-hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 1px;
	padding: 0;
}
.estimate-card:last-child {
	border-bottom: none;
}
.estimate-card:hover {
	opacity: 0.7;
}
.estimate-card-img {
	width: max(20%, 120px);
	height: 100%;
	position: relative;
}
.estimate-card-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.card-quantity{
	display: none;
}
.card-quantity.js-active{
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	background-color: rgba(85, 85, 85, 0.6);
	color: #fff;
	display: flex;
	font-size: 40px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}
.estimate-card-content {
	padding: 10px;
	width: 100%;
	height: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}
.estimate-card-title {
	font-size: clamp(14px, 20 / 1440 * 100vw, 20px);
	font-weight: 600;
	color: #1d4d79;
	width: 27%;
	line-height: 1.4;
	text-align: left;
}
.estimate-card-text {
	font-size: clamp(10px, 16 / 1440 * 100vw, 16px);
	padding-left: 8px;
	width: 53%;
	line-height: 1.4;
	text-align: left;
}
.estimate-card-text span{
	font-size: clamp(14px, 20 / 1440 * 100vw, 20px);
}
.estimate-card-price {
	font-size: clamp(10px, 16 / 1440 * 100vw, 16px);
	padding-left: 8px;
	width: 20%;
	line-height: 1.4;
	text-align: right;
}
.estimate-card-price span{
	font-size: clamp(18px, 24 / 1440 * 100vw, 24px);
	font-weight: 600;
}

.quantity-modal {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.quantity-modal.js-active {
	opacity: 1;
	visibility: visible;
}
.quantity-modal-bg {
	position: fixed;
	z-index: 998;
	inset: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(20, 20, 20, 0.6);
}
.quantity-modal-content {
	z-index: 999;
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 20px;
	top:10%;
	left: 50%;
	translate: -50% 0;
	height: fit-content;
	max-height: 80%;
	width: 95%;
	max-width: 350px;
	overflow: auto;
	background-color: #fff;
	padding: 18px;
	border-radius: 6px;
}
.quantity-modal-text{
	font-size: 18px;
}
.quantity-modal-content input,
.quantity-modal-content select{
	font-size: 18px;
	padding: 10px 12px;
}
.quantity-modal-buttons{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.quantity-modal-button{
	display: inline-block;
	width: calc(50% - 10px);
	max-width: 200px;
	background-color: #1d4d79;
	color: #fff;
	padding: 10px 12px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.quantity-modal-button:nth-of-type(1){
	background-color: #1d4d79;
}
.quantity-modal-button:nth-of-type(2){
	background-color: #333;
}
.quantity-input-group{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #999 1px solid;
}
.quantity-input-wrap{
	display: flex;
	flex-direction: column;
	width: 60%;
	gap: 4px;
}
.quantity-input-price{
	align-items: end;
	padding-top: 10px;
	width: 30%;
	text-align: right;
}
.quantity-input{
	padding: 4px 10px;
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
	cursor: pointer;
}





.estimate-modal {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.estimate-modal.js-active {
	opacity: 1;
	visibility: visible;
}
.estimate-modal-bg {
	position: fixed;
	z-index: 998;
	inset: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(20, 20, 20, 0.6);
}
.estimate-modal-content {
	z-index: 999;
	position: fixed;
	top:5%;
	left: 50%;
	translate: -50% 0;
	height: 90%;
	width: 95%;
	max-width: 800px;
	overflow: auto;
	background-color: #fff;
	padding: 18px;
	border-radius: 6px;
}
.wpcf7-form{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.estimate-modal-head {
}
.estimate-modal-title {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 1em;
}
.estimate-modal-text {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 1em;
}

.estimate-modalItem {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.estimate-modalItem-Label {
	font-size: 16px;
	margin-bottom: 2px;
}
.estimate-modalWrap {
	display: flex;
	align-items: end;
	width: 100%;
}
.estimate-modalWrap input[type="text"],
.estimate-modalWrap input[type="tel"],
.estimate-modalWrap input[type="email"],
.estimate-modalWrap textarea{
	display: inline-block;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
}
.estimate-modalWrap.disabled input[type="text"]{
	pointer-events: none;
	border: none;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.4;
}
.estimate-modalWrap.disabled textarea{
	border: none;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.4;
}

.button-wrap{
	display: flex;
	gap: 20px;
	justify-content: center;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}
.estimate-modal-button{
	display: inline-block;
	width: calc(50% - 10px);
	max-width: 200px;
	background-color: #1d4d79;
	color: #fff;
	padding: 10px 12px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	background-color: #1d4d79;
	box-shadow: none;
	border: none;
}
.wpcf7-spinner{
	display: none;
}






.room-reserve{
	padding-top: 120px;
	padding-bottom: 100px;
}
.reserve-list {
	display: flex;
	flex-direction: column;
	gap: 20px
}
.reserve-head {
	position: fixed;
	top: 40px;
	left: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: start;
	justify-content: left;
	z-index: 500;
}
.reserve-head-title{
	font-size: 24px;
	font-weight: 600;
}
.reserve-head-button {
	display: inline-block;
	background-color: #444;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #222;
}
.reserve-head-button.js-active{
	background-color: #fff;
	color: #222;
}

.reserve-item {
	display: none;
	gap: 24px;
	border: 1px #aaa solid;
	border-radius: 4px;
	padding: 12px;
	background-color: #fff;
}
.reserve-item.js-active{
	display: flex;
}

.reserve-item-info {
	width: 25%;
}
.reserve-item-content {
	width: 20%;
}
.reserve-item-texts {
	width: 30%;
}
.reserve-item li{
	min-width: 100px;
	font-size: 17px;
	display: flex;
	gap: 3px;
	flex-direction: column;
	margin-bottom: 14px;
	padding-left: 1em;
}
.reserve-item span{
	font-size: 13px;
	color: #fff;
	margin-left: -1em;
	font-weight: 600;
	width: fit-content;
	background-color: #143d66;
	border-radius: 4px;
	font-weight: 600;
	padding: 6px 8px;
}
.reserve-item-status{
	margin-left: auto;
}
.reserve-item-status .status {
	font-family: sans-serif;
	cursor: pointer;
	font-size: 28px;
	font-weight: 600;
	padding: 12px 16px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	width: fit-content;
	margin-left: auto;
}
.reserve-item-status .status.未対応 {
	background-color: #992d2d;
}
.reserve-item-status .status.電話対応済 {
	background-color: #1d794d;
}
.reserve-item-status .status.返信済 {
	background-color: #22588c;
}




.status-modal {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.status-modal.js-active {
	opacity: 1;
	visibility: visible;
}
.status-modal-bg {
	position: fixed;
	z-index: 998;
	inset: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(20, 20, 20, 0.6);
}
.status-modal-content {
	z-index: 999;
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 20px;
	top:10%;
	left: 50%;
	translate: -50% 0;
	height: fit-content;
	max-height: 80%;
	width: 95%;
	max-width: 350px;
	overflow: auto;
	background-color: #fff;
	padding: 18px;
	border-radius: 6px;
}
.status-modal-close {
	cursor: pointer;
	display: inline-block;
	width: fit-content;
	margin-left: auto;
	padding: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	background-color: #222;
	border-radius: 4px;
}
.modal-button {
	font-family: sans-serif;
	padding: 10px;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	font-weight: 500;
}
.modal-button.ok{
	background-color: #1d4d79;
}
.modal-button.tel{
	background-color: #1d794d;
}
.modal-button.reset{
	background-color: #992d2d;
}

.reserve-item-form{
	display: none;
}


@media screen and (max-width: 767px) {
	.estimate{
		padding-top: 100px;
		background: url(../img/bg.webp) no-repeat center center/cover;
	}
	.estimate-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.estimate-texts{
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	.estimate-layout{
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	.estimate-left{
		width: 100%;
		position: relative;
	}
	.estimate-right{
		width: 100%;
	}
	.estimate-wrap.-flex{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.estimate-Item-Label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.estimate-block-text{
		font-size: 14px;
		line-height: 1.4;
		padding-left: 1em;
	}
	.estimate-button{
		max-width: 300px;
	}
	.estimate-block-Label {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.estimate-block-text{
		font-size: 13px;
	}
	.estimate-card {
		padding: 7px 7px;
	}
	.estimate-card-img {
		width: max(40%, 120px);
	}
	.card-quantity{
		display: none;
	}
	.estimate-card-content {
		width: calc(100% - max(40%, 120px));
		flex-direction: column;
	}
	.estimate-card-title {
		width: 100%;
	}
	.estimate-card-text {
		width: 100%;
		font-size: 12px;
	}
	.estimate-card-text span{
		font-size: 15px;
	}
	.estimate-card-price {
		font-size: 13px;
		width: 100%;
	}
	.estimate-card-price span{
		font-size: 16px;
	}



	.room-reserve{
		padding-top: 100px;
	}
	.reserve-head {
		top: 30px;
		left: 16px;
	}
	.reserve-item {
		flex-direction: column;
		gap: 0;
		padding: 8px;
	}
	.reserve-item-info {
		width: 100%;
	}
	.reserve-item-content {
		width: 100%;
	}
	.reserve-item-texts {
		width: 100%;
	}
	.reserve-item-status{
		margin-left: auto;
	}
	.reserve-item li{
		font-size: 18px;
	}

}