/* 共通 */
body {
	interpolate-size: allow-keywords;
	overflow-y: scroll;
}

p {
	margin: 0;
}

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

/* .top-text {
  font-size: 24px;
  font-weight: normal;
} */

.sp-br {
	display: none;
}

.sp-nobr {
	display: block;
}
.footer-wrapper {
	background-color: #dfeaf8;
}
/* サービス概要（上部説明） */
/* .wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
} */

/* サービスの特徴＋説明エリア */
.feature {
	width: 100%;
	margin: 93px auto 0;
}

.feature-list {
	display: grid;
	/* grid-template-columns: repeat(7, 1fr); */
	gap: 24px;
	padding: 0;
	margin: 0 0 107px;
}

/* 全部同じ幅 */
.feature-list li {
	grid-column: span 2;
}

/* 上段3つを中央 */
.feature-list li:nth-child(1) {
	grid-column: 2 / span 2;
}

.feature-list li:nth-child(2) {
	grid-column: 4 / span 2;
}

.feature-list li:nth-child(3) {
	grid-column: 6 / span 2;
}

/* 下段4つを均等配置 */
.feature-list li:nth-child(4) {
	grid-column: 1 / span 2;
}

.feature-list li:nth-child(5) {
	grid-column: 3 / span 2;
}

.feature-list li:nth-child(6) {
	grid-column: 5 / span 2;
}

.feature-list li:nth-child(7) {
	grid-column: 7 / span 2;
}

.icon-box {
	border: 4px solid #222;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.feature-list img {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-list p {
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	display: grid;
	place-items: center center;
	margin: 10px -50px 0 -50px;
}

/* 貸会議室・ホール一覧 */
.hall-list {
	margin: 10px 0 116px;
}

.hall-list li {
	text-align: left;
	border-top: 2px solid #e5e5e5;
	display: flex;
	gap: 40px;
	padding: 40px 0;
}

.hall-list li:last-child {
	border-bottom: 2px solid #e5e5e5;
}

.hall-list img {
	border-radius: 20px;
	width: 50%;
	width: 430px;
	height: 288px;
}

.hall-detail {
	display: flex;
	flex-direction: column;
}

.hall-list .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hall-name {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
}

.hall-count {
	font-size: 18px;
	font-weight: bold;
	background-color: #e5e5e5;
	border-radius: 9999px;
	display: inline-block;
	padding: 8px 24px;
}

.hall-text {
	font-weight: normal;
	margin-top: 16px;
}

.hall-fee {
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}

.bk-btn {
	margin-top: auto;
	margin-left: auto;
	margin-right: 0;
	/* margin: auto 0 0 auto; */
	padding: 12px 20px;
	width: 280px;
}

.hall-list .bk-btn img {
	width: 24px;
	height: 24px;
}

/* ご予約方法 */
.reservation.first {
	margin-top: 128px;
}

.reservation-btn {
	background-color: #4abaa7;
	border-radius: 9999px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 280px;
	padding: 14px 24px;
	margin-inline: auto;
}

.reservation-btn p {
	font-size: 24px;
	text-align: left;
	color: #fff;
}

.reservation-btn img {
	width: 24px;
}

.reservation .reservation-btn {
	margin-top: 72px;
	align-items: center;
}

/* 利用規約モーダル */
.modal-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
}

.terms-area {
	max-width: 1000px;
	background-color: #fff;
	border-radius: 20px;
}

.scroll-area-y {
	max-height: 45dvh;
	overflow-y: scroll;
	padding: 1em 2em;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scroll-area-y::-webkit-scrollbar {
	display: none;
}

.terms-title {
	font-size: 24px;
	padding: 2em 0;
}

.terms-textarea {
	text-align: left;
}

.terms-subtitle {
	font-size: 16px;
	margin-top: 20px;
}

.terms-text {
	font-size: 16px;
	font-weight: normal;
}

.terms-text:not(:first-child) {
	margin-top: 10px;
}

.terms-text li {
	margin-left: 1em;
	text-indent: -1em;
}

.terms-text li::before {
	content: '・';
}

.terms-text:last-child {
	text-align: right;
}

.modal-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
}

.gray-btn {
	font-size: 24px;
	font-weight: bold;
	width: 220px;
	background-color: #d3d3d3;
	border-radius: 9999px;
	padding: 12px 86px;
	cursor: pointer;
}

.agreement-btn {
	background-color: #4abaa7;
	border-radius: 9999px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 308px;
	padding: 12px 20px;
}

.agreement-btn p {
	font-size: 24px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

.agreement-btn img {
	width: 24px;
}

.btn-annotation {
	font-size: 16px;
	font-weight: 400;
	margin: 16px 0;
}

.terms-btn {
	text-decoration: underline;
	margin-top: 20px;
}

.reservation-item {
	border: 2px solid #4abaa7;
	padding: 0 70px;
	margin: 80px 0 116px;
	overflow: hidden;
}

details::details-content {
	height: 0;
	transition:
		height 500ms ease,
		border 500ms ease,
		content-visibility 500ms ease allow-discrete;
}

details[open]::details-content {
	height: auto;
}

.reservation-summary {
	font-size: 24px;
	font-weight: bold;
	color: #4abaa7;
	display: flex;
	justify-content: space-between;
	padding: 23px 20px 20px;
}

.accordion-icon {
	position: relative;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.accordion-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #4abaa7;
	border-radius: 999px;
	transform: translateY(-50%);
}

.accordion-icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 3px;
	height: 100%;
	background: #4abaa7;
	border-radius: 999px;
	transform: translateX(-50%);
	transition: 0.3s;
}

.reservation-item[open] .accordion-icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.accordion-innner {
	border-top: 2px solid #c9c9c9;
	padding: 0 0 28px 12px;
	margin-bottom: 48px;
}

.process {
	display: flex;
	align-items: center;
	margin-top: 49px;
}

.process-list img {
	border: 2px solid #4abaa7;
	width: 51%;
}

.process-detail {
	width: 49%;
	padding-left: 50px;
}

.process-text {
	font-size: 20px;
	font-weight: bold;
}

.text-center {
	margin-top: 12px;
}

.annotation {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}

.annotation::before {
	content: '※';
}

.annotation {
	padding-left: 1em;
	text-indent: -1em;
}

.process-text:not(:first-child) {
	margin-top: 12px;
}

.cancel-btn {
	color: #fff;
	text-align: left;
	background-color: #e8bc00;
	border-radius: 9999px;
	display: block;
	width: 380px;
	padding: 16px;
	margin-top: 20px;
	margin-inline: auto;
	position: relative;
	box-sizing: border-box;
}

.cancel-btn::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.cancel-list img {
	border: 2px solid #e8bc00;
	width: 50%;
}

.cancel-list .process:first-child {
	margin-top: 40px;
}

/* お支払いについて */
.section-group .bg:nth-child(even) {
	background-color: #f8ecf4;
	margin-top: 68px;
}

.payment-text {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 26px;
}

.cancel-policy {
	text-align: left;
	max-width: 674px;
	margin-top: 24px;
	margin-inline: auto;
}

.gray-title {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	background-color: #f2f2f2;
	padding: 11px 16px;
	margin-top: 10px;
}

.policy-title {
	margin-top: 18px;
}

.policy-list li {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 22px;
	margin-top: 10px;
}

.policy-list li::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #818181;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.payment .annotation {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 16px 0 26px;
	font-size: 16px;
}

/* お食事について */
.meal {
	padding-bottom: 102px;
}

.meal .box-title {
	margin-top: 42px;
	background-color: #efcfe5;
}

.meal-text {
	font-size: 24px;
	line-height: 2;
	font-weight: normal;
	margin-top: 10px;
}

.meal-img {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	/* overflow-x: hidden; */
	margin-top: 40px;
}

.meal-img img {
	max-width: 420px;
	width: calc(100vw / 3);
}

.img-annotation {
	max-width: 1000px;
	text-align: right;
	display: block;
	margin-top: 20px;
	margin-inline: auto;
	font-size: 16px;
}

.meal .bk-btn {
	margin-inline: auto;
	margin-top: 76px;
}

.meal .bk-btn p {
	font-family: 'Zen Maru Gothic', sans-serif;
}

/* オルガホール */
.hall-catch {
	font-size: 28px;
}

.hall-description {
	font-weight: normal;
	margin-top: 24px;
}

.hall-description.mini {
	text-align: left;
	max-width: 800px;
	margin-inline: auto;
}

.hall-description.mini.center {
	text-align: center;
}

.hall-comment {
	font-size: 20px;
	text-align: left;
}

.light {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 65px 0 90px;
}

.light img {
	width: 46%;
	border-radius: 20px;
}

.light p {
	font-weight: normal;
	text-align: left;
}

.reservation-detail {
	background-color: #f0eddf;
	padding: 40px;
	margin: 64px 0 92px;
}

.reservation-detail-detail {
	background-color: #f0eddf;
	padding: 40px;
	margin: 40px 0 32px;
}

.reservation-detail.first {
	margin-bottom: 80px;
}

.reservation-test {
	font-size: 18px;
}

.floor-map-title {
	margin-bottom: 20px;
}

.scroll {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 20px;
}

.scroll-btn {
	background-color: #fff;
	border: 2px solid #333333;
	border-radius: 999px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 20px;
}

.scroll-btn img {
	width: 24px;
	margin-left: 10px;
}

.layout {
	margin-top: 80px;
}

.layout-title {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 24px;
}

.layout-title::before,
.layout-title::after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background: #333333;
}

.layout-title::before {
	margin-right: 80px;
}

.layout-title::after {
	margin-left: 80px;
}

.layout-navi {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.layout-navi li:not(:first-child) {
	border-left: 2px solid #dddddd;
}

.layout-navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 27px;
}

.layout-navi img {
	width: 24px;
	margin-left: 10px;
}

.layout-text {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

.layout-img {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 64px;
}

.layout-img > div {
	text-align: center;
}

.layout-img img {
	width: 100%;
	max-width: 440px;
	height: auto;
	border-radius: 20px;
}

.layout-figure {
	width: 100%;
	margin-top: 10px;
}

/* フロアマップ */
.modal-img {
	height: auto;
}

.floor {
	font-size: 24px;
}

.floor-img {
	width: 100%;
	margin-top: 20px;
}

.scale-btn {
	display: flex;
	background-color: #333333;
	width: 160px;
	border-radius: 999px;
	justify-content: space-between;
	align-items: center;
	padding: 8px 37px;
	margin-top: 16px;
	margin-inline: auto;
	cursor: pointer;
}

.scale-btn img {
	width: 12px;
	/* margin-left: 37px; */
}

.scale-btn p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	line-height: 24px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}

/* フロアマップモーダル */
.floor-map-title {
	width: 240px;
}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background: rgba(0, 0, 0, 50%);
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
}

.modal-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.floormap-img {
	width: 95vw;
	max-width: 1100px;
}

.floormap-img-square {
	width: 95vw;
	max-width: 600px;
}

/* ×ボタン */
.close-btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.gray-close-btn {
	font-size: 16px;
	width: 156px;
	background-color: #d3d3d3;
	border-radius: 999px;
	cursor: pointer;
	align-items: center;
	padding: 8px 44px;
	margin-top: 40px;
	margin-inline: auto;
}

/* 動画 */
.move{
  margin: 80px auto 20px;
  width: 640px;
  aspect-ratio: 16/9;
}

.guide {
	text-align: left;
	display: inline-block;
	margin-bottom: 68px;
	font-size: 20px;
	font-weight: normal;
}

.no-reservation {
	font-size: 14px;
}

.fee-table {
	font-size: 18px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 12px;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 80px;
	margin-inline: auto;
}

.fee-table th {
	font-weight: normal;
}

.fee-table th,
.fee-table td {
	height: 50px;
}

.fee-table th.space {
	width: 12.5%;
	background-color: transparent;
}

.fee-table th:not(:first-child) {
	width: 17.5%;
}

.fee-table th,
.fee-table tr:nth-child(-n + 6) .weekday {
	background-color: #333333;
}

.fee-table tr:nth-child(7) .weekday {
	background-color: #537dd5;
}

.fee-table tr:nth-child(8) .weekday {
	background-color: #d85454;
}

.fee-table tr:nth-child(9) .weekday {
	background-color: #e65370;
}

.fee-table tr:nth-child(2) td.price,
.fee-table tr:nth-child(4) td.price,
.fee-table tr:nth-child(6) td.price {
	background-color: #f2f2f2;
}

.fee-table tr:nth-child(3) td.price,
.fee-table tr:nth-child(5) td.price {
	background-color: #e2e2e2;
}

.fee-table tr:nth-child(7) td.price {
	background-color: #c8d5f0;
}

.fee-table tr:nth-child(8) td.price {
	background-color: #f7d9d9;
}

.fee-table tr:nth-child(9) td.price {
	background-color: #fcd2da;
}

.fee-table th,
.fee-table .weekday {
	color: #fff;
}

.fee-table td.price {
	font-weight: bold;
}

.none {
	display: none;
}

/* ご利用料金（common） */
.fee-table.common {
	max-width: 680px;
	width: 100%;
	table-layout: fixed;
}

.fee-table.common .weekday {
	width: 228px;
}

.fee-table.common .cell-flex {
	height: 70px;
}

table.space tr:first-child th:first-child {
	visibility: hidden;
}

.cell-flex {
	color: #333333;
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 20px;
	text-align: left;
}

.sp-attention,
.scroll-area-table .fee-table {
	display: none;
}

/* 付属機器 */
.device {
	max-width: 600px;
	margin-top: 20px;
	margin-inline: auto;
}

.device dl {
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 0;
	margin: 0;
}

.device dt {
	text-align: left;
	width: 55%;
}

.device dd {
	font-weight: bold;
	text-align: right;
	width: 45%;
}

.device p {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.device p span {
	font-weight: normal;
}

.device-text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}

.back-btn {
	border-radius: 999px;
	width: 420px;
	background: #ffffff;
	border: 2px solid #333333;
	color: #333333;
	box-shadow: 0px 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 8px 8px 20px;
	margin: 40px 0 68px;
	margin-inline: auto;
}

.back-btn p {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.back-btn img {
	width: 40px;
	background-color: #f0eddf;
	border: 2px solid #333333;
	border-radius: 50%;
	padding: 6px;
}

/* ご利用の際のお願い */
.request-text {
	margin: 10px 0 116px;
}

.request-text p {
	font-size: 18px;
	font-weight: normal;
}

.request-text p:not(:first-child) {
	margin-top: 20px;
}

.hall-img {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin: 2em 0 1em;
	width: 100%;
}
.hall-img .large-area {
	position: relative;
	flex-basis: 55.3%;
	flex-grow: 1;
}
.hall-img .large-area > div {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	z-index: -1;
	transition: opacity 0.3s ease-out 0s;
}
.hall-img .large-area > div img {
	vertical-align: middle;
	user-select: none;
	pointer-events: none;
	touch-action: none;
	width: 100%;
	height: auto;
}
.hall-img .large-area > div.active {
	opacity: 1;
	z-index: 0;
}
.hall-img .thunb-area {
	flex-basis: 43.4%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.hall-img .thunb-area > a {
	display: block;
	flex-basis: calc((100% - 12px) / 2);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.hall-img .thunb-area > a.active {
	outline: solid 4px #49b3a0;
	outline-offset: -2px;
}
.hall-img .thunb-area > a.ph360:after {
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 44px;
	height: 28px;
	line-height: 1;
	border-radius: 6px;
	background-color: #00000077;
	background-image: url(../img/icon_360photo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
.hall-img .thunb-area > a img {
	vertical-align: middle;
	user-select: none;
	pointer-events: none;
	touch-action: none;
	width: 100%;
	height: auto;
}

.access-padding {
	padding-bottom: 128px;
}

.reservation-title,
.payment-title {
	width: 240px;
	margin-top: 12px;
}

.fee-padding {
	padding: 0 74px;
}

.box-title {
	background: #b3cef2;
}

/* ============================================
   ここからスマホ(〜768px)
============================================ */
@media (max-width: 768px) {
	/* PC指定を完全にリセット */
	/* .feature-list li {
    grid-column: auto !important;
    width: auto;
    justify-self: stretch;
  } */

	/* 最後の1つだけ中央 */
	/* .feature-list li:last-child {
    grid-column: 1 / -1 !important;
    width: 50%;
    justify-self: center;
  } */

	p.top-text {
		margin-bottom: 16px;
	}

	p.title {
		margin-top: 78px;
	}

	.access {
		padding-bottom: 0;
	}

	.others {
		padding-top: 0;
		margin-top: 78px;
	}

	.feature {
		width: 100%;
		margin: 16px auto 0;
	}

	.feature-list {
		gap: 0;
		margin: 0 0 6px;
		padding: 0 0 0 13px;
	}

	.scale-btn {
		display: none;
	}

	.feature-list li {
		grid-column: auto !important;
		width: auto;
		justify-self: stretch;
		display: flex;
		align-items: center;
		gap: 12px;
		height: 70px;
	}

	.feature-list li p {
		text-align: left;
		margin: 0;
		font-size: 14px;
	}

	.icon-box {
		border: 2px solid #222;
		width: 60px;
		height: 60px;
		margin: 0;
		flex-shrink: 0;
	}
	.feature-list img {
		width: 40px;
	}

	.sp-nobr {
		display: none;
	}

	.sp-br {
		display: block;
	}

	/* 貸会議室・ホール一覧 */
	.hall-text {
		font-weight: normal;
		margin-top: 10px;
	}

	.hall-fee {
		font-size: 20px;
		font-weight: bold;
		margin-top: 14px;
	}

	.hall-title,
	.gallery-title,
	.mount-title,
	.styudy-title,
	.common-title {
		width: 240px;
		margin-bottom: 0;
	}

	.hall-list {
		margin: 0 0 20px;
	}

	.hall-list li {
		flex-direction: column;
		gap: 30px;
		padding: 40px 0 50px;
	}

	.hall-list li:first-child {
		border-top: none;
	}

	.hall-list li:last-child {
		border-bottom: none;
		padding-bottom: 20px;
	}

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

	.hall-list .flex {
		display: block;
	}

	.hall-name {
		font-size: 20px;
		display: block;
		margin-bottom: 10px;
	}

	.hall-count {
		font-size: 16px;
		font-weight: bold;
		background-color: #e5e5e5;
		border-radius: 9999px;
		display: inline-block;
		padding: 8px 14px;
	}

	.hall-fee {
		font-size: 18px;
	}

	.bk-btn {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		/* margin: 30px auto 0; */
		padding: 7px 24px;
		width: 244px !important;
	}

	.hall-list .bk-btn p {
		font-size: 18px;
	}

	.hall-list .bk-btn img {
		width: 16px;
		height: 16px;
	}

	.back-btn {
		width: 100%;
	}

	.back-btn p {
		font-size: 20px;
	}

	/* 利用規約モーダル */
	.modal-content {
		gap: 1em;
	}

	/* .modal-layout{
  justify-content: flex-start;
} */

	.reservation-title {
		width: 240px;
		margin: 60px 0 40px;
	}

	.reservation .reservation-btn {
		margin-top: 20px;
		width: 244px;
		padding: 7px 24px;
	}

	.terms-area {
		padding: 20px;
	}

	.scroll-area-y {
		padding: 0px;
		max-height: 50dvh;
	}

	.terms-title {
		font-size: 16px;
		padding: 0.8em 0;
	}

	.terms-subtitle {
		margin-top: 0;
		font-size: 16px;
	}

	.terms-text {
		font-size: 16px;
		font-weight: normal;
	}

	.terms-text:not(:first-child) {
		margin: 10px 0 20px;
	}

	.terms-text li {
		margin-left: 1em;
		text-indent: -1em;
	}

	.terms-text li::before {
		content: '・';
	}

	.terms-text:last-child {
		font-size: 14px;
	}

	.modal-btn {
		flex-direction: column;
		/* align-items: center; */
		gap: 0.8em;
		margin-top: 0;
	}

	.gray-btn {
		font-size: 16px;
		font-weight: bold;
		width: 220px;
		background-color: #d3d3d3;
		border-radius: 9999px;
		padding: 8px 94px;
		cursor: pointer;
	}

	.agreement-btn {
		width: 220px;
		padding: 7px 20px;
	}

	.agreement-btn p {
		font-size: 16px;
	}

	.agreement-btn img {
		width: 24px;
	}

	/* 予約方法 */
	.reservation-test {
		font-size: 16px;
	}

	.btn-annotation {
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
		width: fit-content;
		font-size: 14px;
		margin: 10px auto 20px;
	}

	/* 予約手順 */
	.accordion-innner {
		padding-left: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.reservation-item {
		padding: 0 20px;
		margin: 40px 0 68px;
	}

	.reservation-summary {
		font-size: 18px;
		padding: 20px 0;
		align-items: center;
	}

	.accordion-icon {
		width: 15px;
		height: 15px;
	}

	.accordion {
		padding: 0;
	}

	.process {
		flex-direction: column;
		margin: 28px 0 56px;
	}

	.process:last-child {
		margin-bottom: 0;
	}

	.process-list img {
		width: 100%;
	}

	.process-detail {
		width: 100%;
		padding-left: 0;
	}

	.process-text {
		margin-top: 16px;
		font-size: 16px;
	}

	#cancel {
		margin: 104px 0 20px;
	}

	.cancel-btn {
		width: 295px;
		text-align: center;
		font-size: 14px;
		padding: 10px 26px 10px 11px;
		white-space: nowrap;
	}

	.cancel-btn::after {
		right: 10px;
	}

	.cancel-list .process:first-child {
		margin-top: 20px;
	}

	.cancel-list img {
		width: 100%;
	}

	.annotation {
		font-size: 14px;
	}

	.text-center {
		margin-top: 16px;
	}

	/* お支払いについて */
	.payment-title {
		width: 240px;
	}

	.payment-text {
		font-size: 16px;
		margin: 20px 0;
	}

	.gray-title {
		font-size: 14px;
		padding: 8px 11px;
		margin-top: 20px;
	}

	.device dd {
		font-size: 16px;
	}

	.device p span {
		font-size: 18px;
	}

	.payment .annotation {
		font-size: 14px;
		margin: 20px 0 12px;
	}

	.policy-list li {
		font-size: 14px;
		margin-top: 16px;
	}

	.policy-list li:first-child {
		font-size: 14px;
		margin-top: 10px;
	}

	.policy-title {
		margin-top: 10px;
	}

	.meal-title {
		width: 240px;
	}

	.meal-text {
		font-size: 16px;
		line-height: 1.5;
	}

	.meal .box-title {
		margin: 40px 0 30px;
		width: 240px;
	}

	.meal-img {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 7px;
		margin-top: 20px;
		overflow: visible;
	}

	.meal-img img {
		min-width: 0;
		max-width: 100%;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.meal .bk-btn {
		margin-top: 40px;
		min-width: 244px;
	}

	.meal {
		padding-bottom: 40px;
	}

	/* オルガホール */
	.hall-title {
		width: 240px;
		margin-top: 64px;
	}

	.hall-description {
		margin-top: 20px;
	}

	.hall-catch {
		font-size: 18px;
		margin-top: 20px;
	}

	.hall-description.mini.center {
		text-align: left;
	}

	.hall-comment {
		font-size: 14px;
	}

	.light {
		flex-direction: column;
		margin: 40px 0 0;
	}

	.light img {
		width: 100%;
	}

	.light p {
		margin-top: 18px;
		font-size: 18px;
	}

	.scroll {
		flex-direction: column;
		gap: 10px;
	}

	.scroll p {
		font-size: 18px;
	}

	.scroll-btn {
		margin: 10px 20px 0;
		padding: 7px 18px;
	}

	.reservation-btn p {
		font-size: 18px;
	}

	.reservation-btn img {
		width: 16px;
	}

	/* レイアウト例 */
	.layout {
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
	}

	.layout-navi li p {
		font-size: 14px;
	}

	.layout-navi img {
		width: 20px;
	}

	.layout-title {
		flex-direction: column;
		margin: 40px 0 22px;
		font-size: 20px;
	}

	.layout-title::before,
	.layout-title::after {
		content: none;
	}

	.layout-title::before {
		margin-right: 0;
	}

	.layout-title::after {
		margin-left: 0;
	}

	.layout-navi {
		margin-top: 0;
	}

	.scroll-area-x {
		display: flex;
		width: 100%;
		overflow-x: scroll;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.scroll-area-x > * {
		flex-shrink: 0;
	}

	p.layout-title-title {
		margin-top: 40px;
	}

	.layout-img {
		flex-direction: column;
		margin-top: 0;
		gap: 0;
	}

	.layout-text {
		margin: 10px 0 40px;
		font-size: 12px;
	}

	.layout-img > div {
		width: 100%;
	}

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

	/* .layout-figure {
  margin-top: 43px;
} */

	.reservation-btn {
		max-width: 244px;
	}

	.reservation-detail,
	.reservation-detail-detail {
		padding: 20px;
		margin-top: 40px;
		margin-bottom: 64px !important ;
	}

	.reservation-detail .reservation-btn,
	.reservation-detail-detail .reservation-btn {
		padding: 7px 24px;
	}

	.reservation-detail:last-child {
		margin-bottom: 40px !important;
	}

	.floor {
		font-size: 16px;
	}

	#flat + .layout-img img:first-child,
	#social-gathering + .layout-img img:first-child {
		margin-bottom: 20px;
	}

	.floor-map {
		margin-top: 40px;
	}

	.move {
		margin: 40px 0 10px;
		width: 100%;
	}

	.guide {
		font-size: 16px;
		margin-bottom: 40px;
	}

	/* ご利用料金 */
	.scroll-area-table {
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 14px;
	}

	.no-reservation {
		font-size: 12px;
	}

	.scroll-area-table .fee-table {
		min-width: 650px;
		margin-inline: 0;
		margin-bottom: 0;
		margin-top: 0;
		border-spacing: 7px;
		padding: 0;
	}

	.sp-attention {
		text-align: left;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: normal;
	}

	.sp-attention,
	.scroll-area-table .fee-table {
		display: block;
	}

	.pc-fee {
		display: none;
	}

	.fee-table th {
		font-weight: normal;
	}

	.fee-table th,
	.fee-table td {
		height: 35px;
	}

	.fee-table th.space {
		width: 12.5%;
		background-color: transparent;
	}

	.fee-table th:not(:first-child) {
		width: 17.1%;
		font-size: 12px;
	}

	.fee-table th,
	.fee-table tr:nth-child(-n + 6) .weekday {
		background-color: #333333;
		font-size: 12px;
	}

	.fee-table tr:nth-child(7) .weekday {
		background-color: #537dd5;
	}

	.fee-table tr:nth-child(8) .weekday {
		background-color: #d85454;
	}

	.fee-table tr:nth-child(9) .weekday {
		background-color: #e65370;
	}

	.fee-table tr:nth-child(2) td.price,
	.fee-table tr:nth-child(4) td.price,
	.fee-table tr:nth-child(6) td.price {
		background-color: #f2f2f2;
		font-size: 12px;
	}

	.fee-table tr:nth-child(3) td.price,
	.fee-table tr:nth-child(5) td.price {
		background-color: #e2e2e2;
		font-size: 12px;
	}

	.fee-table tr:nth-child(7) td.price {
		background-color: #c8d5f0;
	}

	.fee-table tr:nth-child(8) td.price {
		background-color: #f7d9d9;
	}

	.fee-table tr:nth-child(9) td.price {
		background-color: #fcd2da;
	}

	.fee-table th,
	.fee-table .weekday {
		color: #fff;
	}

	.fee-table td.price {
		font-weight: bold;
	}

	.fee-title {
		width: 240px;
	}

	.device {
		margin-top: 0;
	}

	/* ご利用料金（common） */
	.scroll-area-table.scroll-common .fee-table {
		display: table;
		width: 680px;
		min-width: 680px;
		margin-inline: 0;
	}

	.scroll-area-table.scroll-common .fee-table.common {
		max-width: none;
		table-layout: fixed;
	}

	/* 付属機器 */
	.device p {
		font-size: 14px;
	}

	.device dt {
		width: 75%;
		font-size: 16px;
	}

	.device dd {
		width: 35%;
		margin-left: 0;
	}

	.cloth {
		font-size: 16px;
		padding: 15px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.cloth dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.cloth dd {
		width: 100%;
		align-self: flex-end;
	}

	.cloth p {
		justify-content: flex-end;
		gap: 70px;
		font-size: 16px;
	}
	.request-text p {
		font-size: 14px;
	}

	.request-title {
		width: 240px;
		margin-top: 60px;
	}
}

@media (max-width: 768px) {
	.hall-img {
		flex-direction: column;
		margin: 40px 0 10px;
		gap: 0;
	}
	.hall-img .large-area {
		flex-basis: 100%;
		aspect-ratio: 335/225;
	}
	.hall-img .thunb-area {
		/* flex-basis: 100%; */
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		width: 100%;
		gap: 10px;
		padding: 10px 0 10px 2px;
		-webkit-overflow-scrolling: touch;
	}
	.hall-img .thunb-area > a {
		/* flex-basis: calc((100% - 36px)/4); */
		flex: 0 0 140px;
		display: block;
		width: 140px;
	}
	.hall-img .thunb-area img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}
}
@media (max-width: 640px) {
	.hall-img .thunb-area > a {
		/*flex-basis: calc((100% - 12px)/2);*/
	}
	.bk-btn {
		min-width: 244px !important;
	}
	.access-padding {
		padding-bottom: 128px;
	}
}
