@charset "utf-8";

#room_name {
	font-size:19pt;
	font-weight:bold;
	padding:0px 0px 0px 5px;
}
#room_desc {
	font-size:12pt;
	padding:8px 0px 10px 5px;
	line-height: 1.7;
}

.slide_img {
	width:100%;
	max-width:526px;
	height:auto;
	aspect-ratio: auto;
	object-fit: contain;
}
#room_notice li {
	list-style-type: none;
}
.room_dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #30DB58;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.divTable{
	display: table;
	width: 100%;
	max-width: 700px;
}
.divTableRow {
	display: table-row;
}

.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 8px 10px;
	font-size: 10pt;
	line-height: 1.45;
	vertical-align: middle;
	word-break: keep-all;
}
.divTableHeading {
	background-color: #EEE;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}

.room-page {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 12px 24px;
	box-sizing: border-box;
}

.room-page.room-page-wide-cards .room-other-wrap {
	max-width: none;
	width: calc(100% + 24px);
	margin-left: -12px;
	margin-right: -12px;
}

.room-hero-image {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.room-slider-wrap,
.room-info-wrap {
	width: 100%;
	max-width: 703px;
	margin: 0 auto;
	box-sizing: border-box;
}

.room-slider-wrap .slideshow-container {
	max-width: 536px;
	background-color: #7CB70E;
}

.room-other-wrap {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
}

.room-notice-box {
	width: 100%;
	max-width: 703px;
	background-image: url('image/room_info_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.room-table-scroll {
	width: 100%;
	overflow-x: auto;
}

@media (max-width: 640px) {
	#room_name {
		font-size: 16pt;
		padding-left: 0;
	}

	#room_desc {
		font-size: 11pt;
		padding-left: 0;
	}

	#room_notice {
		font-size: 10pt !important;
		padding: 18px 8px 10px 8px !important;
	}

	.divTableCell, .divTableHead {
		padding: 8px 6px;
		font-size: 8.5pt;
		line-height: 1.35;
		word-break: keep-all;
	}

	.dot {
		height: 10px;
		width: 10px;
	}

	.room-page {
		padding: 0 10px 20px;
	}

	.room-page.room-page-wide-cards .room-other-wrap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.room-info-wrap .divTable:first-of-type .divTableCell {
		font-size: 9pt;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.room-info-wrap .divTable {
		display: block;
		max-width: none;
	}

	.room-info-wrap .divTable .divTableBody {
		display: block;
	}

	.room-info-wrap .divTable .divTableRow:not(.room-data-row) {
		display: none !important;
	}

	.room-info-wrap .room-data-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 0;
		padding: 8px;
		box-shadow: 0 1px 4px rgba(0,0,0,0.08);
	}

	.room-info-wrap .room-data-cell {
		display: block;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		padding: 14px;
		background: #fafafa;
		font-weight: 600;
	}

	.room-info-wrap .room-data-cell {
		font-size: 12pt !important;
	}

	.room-info-wrap .room-data-cell::before {
		content: attr(data-label);
		display: block;
		font-size: 12pt !important;
		font-weight: bold;
		color: #666;
		margin-bottom: 7px;
	}
}
