/*
  scssでカスタマイズしています。
  css編集するときはscssから変更するか、cssファイルを直接編集する場合は
  編集以降はcssのみ編集してください。
*/

/*---------------	リセットcss	---------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

input,
textarea,
button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

* {
	box-sizing: border-box;
}

/* ========================================
	Component(共通利用の部品。幅とか色は持たせない)
	命名規則: .c-
========================================= */

.l-content .c-container {
	height: auto;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

/*----- レスポンシブ表示切り替え -----*/

.c-pc_only {
	display: block !important;
}

.c-pc_only--inline {
	display: inline !important;
}

.c-pc_only--flex {
	display: flex !important;
}

.c-sp_only {
	display: none !important;
}

.c-sp_only--flex {
	display: none !important;
}

.c-flex--center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-flex--spacebetween {
	display: flex;
	justify-content: space-between;
}

.l-content .c-modal {
	-ms-overflow-style: none;
	background-color: #fff;
	border: none;
	display: none;
	height: auto;
	left: 50%;
	margin: 0;
	max-height: 90vh;
	max-height: 90dvh;
	overflow-y: scroll;
	position: fixed;
	scrollbar-width: none;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95vw;
	z-index: 10002;
}

.l-content .c-modal.js-active {
	display: block !important;
}

.l-content .c-modal::-webkit-scrollbar {
	display: none;
}

.l-content .c-modal.p-benefit__modal {
	border-radius: 16px;
	max-width: 1178px;
	overflow: hidden;
	padding: 0;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__content {
	-ms-overflow-style: none;
	height: auto;
	margin: 0 auto;
	max-height: 90vh;
	max-height: 90dvh;
	max-width: 93.8rem;
	overflow: scroll;
	padding: 8rem 2rem;
	scrollbar-width: none;
	width: 100%;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__content::-webkit-scrollbar {
	display: none;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__list {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: space-between;
	row-gap: 5rem;
	width: 100%;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem {
	display: flex;
	gap: 34px;
	height: auto;
	justify-content: space-between;
	width: 45.2025586354%;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__icon {
	height: auto;
	width: 40px;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__textbox {
	flex: 1;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.5;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__title span {
	font-weight: 700;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__text {
	color: #888;
	font-size: 1.6rem;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 1rem auto 0;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__link {
	align-items: center;
	color: #F0922E;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 1rem auto 0;
	text-decoration: none;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__link__icon {
	height: auto;
	width: 2.4rem;
}

.l-content .c-modal.p-benefit__modal .c-modal__close {
	height: 28px;
	top: 40px;
	width: 28px;
}

.l-content .c-modal.p-benefit__modal .c-modal__close svg {
	height: auto;
	width: 100%;
}

.l-content .c-modal.p-searchactivity__modal {
	background: initial;
	max-width: 840px;
	overflow: initial;
	padding: 0;
}

.l-content .c-modal.p-searchactivity__modal .p-searchactivity__modal__img {
	height: auto;
	width: 100%;
}

.l-content .c-modal.p-searchactivity__modal .c-modal__close {
	bottom: -28px;
	height: auto;
	left: 50%;
	position: absolute;
	right: initial;
	top: initial;
	transform: translate(-50%, 100%);
	width: 40px;
}

.l-content .c-modal.p-hoteldetail {
	background-color: #fafafa;
	border-radius: 4rem;
	height: 90vh;
	max-width: 131.8rem;
	padding: 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__wrapper {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper {
	flex-shrink: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: 90vh;
	max-height: 90dvh;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 33.6874051593%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper .js-hoteldetail__swiper__main {
	height: 100%;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper .js-hoteldetail__swiper__main .swiper-slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper .js-hoteldetail__swiper__main .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__content {
	-ms-overflow-style: none;
	height: 100%;
	margin-left: auto;
	overflow-y: scroll;
	padding: 4.4rem 6.4rem 7.7rem 3.3rem;
	scrollbar-width: none;
	width: 66.3125948407%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__content::-webkit-scrollbar {
	display: none;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__name {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
	width: calc(100% - 5rem);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__area {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	gap: 4px;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 8px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__area__icon {
	height: auto;
	width: 1.2rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__address {
	color: #888;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 0.4rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__access {
	color: #888;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 0.4rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 0.4rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review .js-review__img {
	transform: translateX(-6px);
	width: 103px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review .js-review__text {
	transform: translateX(-6px);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__detaillink {
	align-items: center;
	background-color: #105ED3;
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin: 24px auto 0 0;
	max-width: 100%;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	width: 19.2rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tab {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 40px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem {
	color: #bbb;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
	padding: 0;
	position: relative;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem.js-active {
	color: #333;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem.js-active:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.2rem;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabcontentboxes {
	margin: 30px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabcontentbox {
	display: none;
	height: auto;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabcontentbox.js-show {
	display: block;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabcontentbox:nth-child(2) {
	padding-bottom: 30px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__seachbtnboxes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-right: auto;
	padding-left: 1.4rem;
	width: calc(100% - 7rem);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__nodata {
	background-color: #fff;
	border-radius: 20px;
	height: auto;
	margin-top: 8px;
	padding: 20px;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__nodata__text {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__nodata__cta {
	align-items: center;
	background-color: #00146E;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 20px auto 0;
	text-decoration: none;
	width: 237px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 8px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__listitem {
	background-color: #fff;
	border-radius: 20px;
	display: block;
	height: auto;
	padding: 30px 20px;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__name {
	color: #00146E;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin-top: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__listitem {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0.2rem 1.6rem 0 rgba(99, 99, 99, 0.24);
	display: flex;
	min-height: 143px;
	overflow: hidden;
	position: relative;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img {
	flex-shrink: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 219px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img img {
	-o-object-fit: cover;
	height: 120%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__textarea {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 16px;
	justify-content: space-between;
	padding: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__name {
	font-size: 1.6rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	position: relative;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__name span {
	font-weight: 700;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__text {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__subinfo {
	color: #726D6D;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__price {
	color: #0A48A7;
	font-family: "Mulish", sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomlistitem__accordionbtn {
	display: none;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomlistitem__accordionbtn.js-active {
	transform: translateY(-50%) rotate(180deg);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__supplementbox {
	margin-top: 10px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__supplement {
	color: #726D6D;
	font-size: 1.4rem;
	letter-spacing: -0.03em;
	line-height: 1.5;
	text-align: right;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__cta {
	align-items: center;
	background-color: #00146E;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 4.8rem;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 20px auto 0;
	text-decoration: none;
	width: 16.9rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__nodata {
	background-color: #fff;
	border-radius: 20px;
	height: auto;
	margin-top: 8px;
	padding: 20px;
	position: relative;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__nodata__text {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__nodata__cta {
	align-items: center;
	background-color: #00146E;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 20px auto 0;
	text-decoration: none;
	width: 237px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin: 1.6rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__listitem {
	background-color: #fff;
	border-radius: 20px;
	display: block;
	padding: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__descriptionarea {
	display: flex;
	gap: 27px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__img {
	aspect-ratio: 303/180;
	border-radius: 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 41.1126187246%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__descriptionbox {
	flex: 1;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__description__name {
	color: #00146E;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__description__roominfo {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin-top: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__description__text {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin-top: 8px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlistitem {
	border-radius: 20px;
	box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
	display: block;
	padding: 18px 20rem 12px 24px;
	position: relative;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__name {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__text {
	color: #888;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__price {
	color: #0A48A7;
	font-family: "Mulish", sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__supplementbox {
	margin-top: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__supplement {
	color: #726D6D;
	font-size: 1.4rem;
	letter-spacing: -0.03em;
	line-height: 1.5;
	text-align: right;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__ctabox {
	bottom: 25px;
	height: auto;
	position: absolute;
	right: 0;
	width: 66.3125948407%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__cta {
	align-items: center;
	background-color: #00146E;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 4.8rem;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 0 auto;
	text-decoration: none;
	width: 20.5rem;
}

.l-content .c-modal.p-hoteldetail .c-modal__close {
	right: 35px;
	top: 35px;
	width: 28px;
}

.l-content .c-modal.p-hoteldetail .c-modal__close svg {
	height: auto;
	width: 100%;
}

.l-content .c-modal__close {
	height: auto;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 30px;
	width: 45px;
	z-index: 2;
}

.l-content .c-modal__bg {
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100vh;
	inset: 0;
	position: fixed;
	width: 100vw;
	z-index: 10001;
}

.c-lounge__supplement {
	cursor: pointer;
	margin-left: auto;
	padding-bottom: 10px;
	position: relative;
	width: -moz-max-content;
	width: max-content;
}

.c-lounge__supplementbtn {
	align-items: center;
	color: #525252;
	display: flex;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1;
	width: -moz-max-content;
	width: max-content;
}

.c-lounge__supplementbtn__icon {
	margin-left: 2px;
	width: 14px;
}

.c-lounge__supplementmodal {
	background: #fff;
	border-radius: 20px;
	bottom: 0;
	box-shadow: 0 2px 16px rgba(99, 99, 99, 0.24);
	max-width: 520px;
	opacity: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	transform: translateY(100%);
	transition: 0.3s;
	visibility: hidden;
	width: -moz-max-content;
	width: max-content;
}

.c-lounge__supplementmodal__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.c-lounge__supplementmodal__text {
	font-size: 1.4rem;
	letter-spacing: -0.02em;
	line-height: 1.5;
	margin-top: 16px;
}

.c-lounge__supplementmodal__close {
	align-items: center;
	background-color: #00146E;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 45px;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: 24px auto 0;
	width: 100%;
}

.c-lounge__supplementmodal__bg {
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100vh;
	inset: 0;
	position: fixed;
	width: 100vw;
	z-index: 9998;
}

.c-innerlinks {
	align-items: center;
	background-color: #F0922E;
	border-radius: 10px;
	bottom: -100px;
	display: flex;
	height: auto;
	justify-content: center;
	left: 50%;
	padding: 16px 0;
	position: fixed;
	transform: translateX(-50%);
	transition: bottom 0.3s;
	width: -moz-max-content;
	width: max-content;
	z-index: 5000;
}

.c-innerlinks.js-active {
	bottom: 34px;
}

.c-innerlink {
	display: block;
	line-height: 1;
}

.c-innerlink.u-area {
	width: 21.15rem;
}

.c-innerlink.u-activity {
	border-inline: 1px solid #fff;
	width: 24.1rem;
}

.c-innerlink.u-conditions {
	width: 23.35rem;
}

.c-innerlink a {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
	padding: 0.35rem 0;
	text-align: center;
	text-decoration: none;
}

.c-innerlink a .u-small {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
}

.js-dialog_open {
	cursor: pointer;
}

.js-tripadvisor.js-hidden {
	display: none !important;
}

/* ========================================
	Utility(わずかな調整などを行うための便利要素)
	命名規則: .u-
========================================= */

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

.l-content .c-container {
	width: 100%;
}

}

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

.l-content .c-container {
	width: 100%;
}

}

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

.l-content .c-container {
	width: 100%;
}

}

@media screen and (min-width: 769px) {

.l-content .c-container {
	width: 100%;
}

.c-lounge__supplement:hover > .c-lounge__supplementmodal {
	opacity: 1;
	visibility: visible;
}

.c-lounge__supplementbtn {
	pointer-events: none;
}

}

@media screen and (min-width: 769px) and (max-width: 1400px) {

.l-content .c-container {
	width: 100%;
}

}

@media screen and (min-width: 769px) and (max-width: 1300px) {

.l-content .c-container {
	width: 100%;
}

}

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

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__content {
	padding-right: 2rem;
}

}

@media screen and (min-width: 769px) and (max-width: 1100px) {

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__listitem {
	flex-direction: column;
	padding: 20px 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img {
	aspect-ratio: 286/180;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__textarea {
	flex-direction: column;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__info {
	width: 100%;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail {
	height: auto;
	max-width: 80rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__wrapper {
	display: block;
	height: auto;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper {
	height: auto;
	left: initial;
	max-height: initial;
	position: relative;
	top: initial;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper .js-hoteldetail__swiper__main {
	aspect-ratio: 358/200;
	height: auto;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__content {
	height: auto;
	overflow-y: initial;
	padding: 2rem 3rem 6rem;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__name {
	font-size: 3rem;
	max-width: 95%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem {
	font-size: 2rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__price {
	bottom: 23px;
	position: absolute;
	right: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__descriptionarea {
	flex-direction: column;
	gap: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__img {
	aspect-ratio: 310/180;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__ctabox {
	margin-top: 20px;
	position: sticky;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .c-modal__close {
	align-items: center;
	background: rgba(242, 242, 242, 0.4);
	border-radius: 50%;
	border-radius: 50%;
	display: flex;
	height: 40px;
	height: 40px;
	justify-content: center;
	width: 40px;
	width: 40px;
}

.l-content .c-modal.p-hoteldetail .c-modal__close svg {
	height: auto;
	width: 14px;
}

.l-content .c-modal.p-hoteldetail .c-modal__close svg path {
	stroke-width: 6px !important;
}

}

@media screen and (min-width: 769px) and (max-width: 900px) {

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img {
	margin: 16px auto 0;
	width: 100%;
}

}

@media screen and (min-width: 769px) and (max-width: 800px) {

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img {
	margin: 10px auto 0;
}

}

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

.l-content .c-container {
	width: 100%;
}

.c-pc_only {
	display: none !important;
}

.c-pc_only--inline {
	display: none !important;
}

.c-pc_only--flex {
	display: none !important;
}

.c-sp_only {
	display: block !important;
}

.c-sp_only--flex {
	display: flex !important;
}

.l-content .c-modal {
	max-height: calc(100vh - 97px);
	max-height: calc(100dvh - 97px);
	max-width: 500px;
	top: 20px;
	transform: translate(-50%, 0);
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__content {
	max-width: 50rem;
	padding: 7.5rem 2rem 11.1rem;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__list {
	flex-direction: column;
	justify-content: initial;
	row-gap: 2rem;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem {
	gap: 10px;
	width: 100%;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem:nth-child(1) {
	order: 1;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem:nth-child(2) {
	order: 4;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem:nth-child(3) {
	order: 2;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem:nth-child(4) {
	order: 5;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem:nth-child(5) {
	order: 3;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__icon {
	width: 30px;
}

.l-content .c-modal.p-benefit__modal .p-benefit__modal__listitem__link {
	font-size: 1.4rem;
}

.l-content .c-modal.p-benefit__modal .c-modal__close {
	height: 20px;
	right: 24px;
	top: 24px;
	width: 20px;
}

.l-content .c-modal.p-searchactivity__modal {
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-content .c-modal.p-hoteldetail {
	border-radius: 2rem;
	height: calc(100vh - 97px);
	height: calc(100dvh - 97px);
	max-width: 500px;
	overflow: hidden;
	top: 20px;
	transform: translate(-50%, 0);
	width: 91.7948717949%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__wrapper {
	align-items: initial;
	flex-direction: column;
	gap: 2.335rem;
	overflow-y: scroll;
	position: initial;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper {
	height: auto;
	left: initial;
	max-height: initial;
	position: relative;
	top: initial;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__swiper .js-hoteldetail__swiper__main {
	aspect-ratio: 358/336;
	height: auto;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__content {
	height: auto;
	overflow-y: initial;
	padding: 24px 14px 34px;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__name {
	color: #021060;
	font-size: 2rem;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__area {
	margin: 4px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__address {
	margin: 1.6rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__access {
	margin: 1.6rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review {
	margin: 1.6rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review .js-review__img {
	transform: translateX(-3px);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__review .js-review__text {
	transform: translateX(-3px);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tab {
	gap: 20px;
	margin: 40px auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem {
	font-size: 1.8rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabcontentbox:nth-child(2) {
	padding-bottom: 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__seachbtnboxes {
	gap: 0.8rem 1rem;
	padding-left: 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__nodata {
	flex-direction: column;
	height: auto;
	padding: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__listitem {
	padding: 20px 10px 14px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__list {
	gap: 6px;
	margin-top: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__listitem {
	flex-direction: column;
	padding: 20px 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__img {
	aspect-ratio: 286/180;
	border-radius: 10px;
	height: auto;
	margin-bottom: 16px;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__textarea {
	flex-direction: column;
	justify-content: initial;
	padding: 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__info {
	gap: 0;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__name {
	padding-right: 25px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__text {
	margin-top: 0.4rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__text.js-hidden {
	display: none;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__subinfo {
	margin-top: 10px;
	width: 140px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomtype__price {
	bottom: 23px;
	position: absolute;
	right: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__plan__roomlistitem__accordionbtn {
	display: block;
	height: auto;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 12px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__list {
	gap: 1.6rem;
	margin: 1.3rem auto 0;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__listitem {
	padding: 1rem 1rem 1.4rem;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__descriptionarea {
	flex-direction: column;
	gap: 16px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__img {
	aspect-ratio: 310/180;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__description__roominfo {
	margin-top: 8px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__description__text {
	margin-top: 2px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist {
	gap: 8px;
	margin-top: 20px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlistitem {
	flex-direction: column;
	padding: 20px;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__info {
	margin-top: 10px;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__text {
	width: calc(100% - 130px);
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__planlist__price {
	flex: 1;
	position: initial;
	right: initial;
	text-align: right;
	top: initial;
	transform: initial;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__room__ctabox {
	margin-top: 20px;
	position: sticky;
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .c-modal__close {
	align-items: center;
	background: rgba(242, 242, 242, 0.4);
	border-radius: 50%;
	display: flex;
	height: 40px;
	justify-content: center;
	right: 16px;
	top: 18px;
	width: 40px;
}

.l-content .c-modal.p-hoteldetail .c-modal__close svg {
	height: auto;
	width: 14px;
}

.l-content .c-modal.p-hoteldetail .c-modal__close svg path {
	stroke-width: 6px !important;
}

.l-content .c-modal__close {
	right: 16px;
	top: 16px;
	width: 40px;
}

.c-lounge__supplementmodal {
	bottom: 50%;
	left: 50%;
	max-width: initial;
	position: fixed;
	transform: translate(-50%, 50%);
	width: 95vw;
	z-index: 10002;
}

.c-lounge__supplementmodal.js-active {
	border: none;
	display: block;
	opacity: 1;
	visibility: visible;
}

.c-innerlinks {
	padding: 7px 0;
}

.c-innerlinks.js-simple {
	padding: 11.5px 0;
}

.c-innerlinks.js-simple .js-simple_target {
	display: none;
}

.c-innerlinks.js-active {
	bottom: 81px;
}

.c-innerlink.u-area {
	width: 11.4rem;
}

.c-innerlink.u-activity {
	width: 12.8rem;
}

.c-innerlink.u-conditions {
	width: 13.1rem;
}

.c-innerlink a {
	font-size: 1.6rem;
	padding: 0;
}

}

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

.l-content .c-container {
	width: 100%;
}

.l-content .c-modal.p-hoteldetail .p-hoteldetail__tabitem {
	font-size: 1.4rem;
}

.c-innerlink.u-area {
	width: 10rem;
}

.c-innerlink.u-activity {
	width: 11rem;
}

.c-innerlink.u-conditions {
	width: 12rem;
}

.c-innerlink a {
	font-size: 1.4rem;
}

}

