.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	vertical-align: text-top;
	margin-right: 8px;
}
.facilities {
	font-size: 9pt;
	/*white-space: nowrap;*/
}
.facilities i,
.facilities span {
	font-size: 20pt;
	color: rgb(143, 191, 239);
	margin: -5px 8px 0px 8px;
}

.ff-itc {
	font-family: itc;
}

.room .photo-A,
.room .photo-B {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	--bs-aspect-ratio: 45%;
}

.room .title {
	font-size: 25px;
	font-family: "M PLUS 1", sans-serif;
	font-weight: 200;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
.room .content {
	margin: 1em;
	font-size: 14px;
}
.room .info-wrap {
	border-width: 1px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	font-size: 20px;
}
.room .info-wrap .border-right {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}
.room .info-wrap .border-left {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}
.room small {
	font-size: 10pt;
	opacity: 50%;
	margin-right: 5px;
}
.room span {
	font-size: 20pt;
	color: rgb(143, 191, 239);
	margin: 5px 8px;
	vertical-align: middle;
}
a.btn-book {
	background-color: rgba(90, 79, 59, 0.5);
	color: #fff;
	padding: 30px 100px;
	transition: 0.7s;
}
a.btn-book:hover {
	background-color: rgba(90, 79, 59, 1);
}

.thumbnail:hover a img {
	scale: 1.02;
}
/*--- sm ---*/
@media screen and (min-width: 576px) {
	.room .title {
		font-size: 30px;
	}
	.room .content {
		font-size: 15px;
	}
}
/*--- md ---*/
@media screen and (min-width: 768px) {
	.room .title {
		font-size: 28px;
	}
	.room .content {
		font-size: 16px;
	}
}

/*--- lg ---*/
@media screen and (min-width: 992px) {
	.room .title {
		font-size: 30px;
	}
}

/*--- xl ---*/
@media screen and (min-width: 1200px) {
}

/*--- xxl ---*/
@media screen and (min-width: 1400px) {
}
