.hotel-info-list .result-hotel .hotel-review {
	border: none;
	padding: 0;
}
.hotel-info-list .result-hotel .hotel-review .right-col {
	width: calc(100% - 88px);
}
.hotel-info-list .result-hotel .hotel-review .review-score {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.hotel-info-list .result-hotel .hotel-review .review-score .text-right-mg {
	margin-right: 34px;
}
.hotel-info-list .result-hotel .hotel-review .review-score .mr-0 {
	margin-right: 0;
}
.hotel-info-list .result-hotel .hotel-review .review-score > div {
	font-size: 1.4rem;
	line-height: 24px;
	margin-right: 16px;
	margin-bottom: 0;
	padding: 0;
}
.hotel-info-list .result-hotel .hotel-review .review-score > div span {
	font-size: 1.6rem;
	margin-left: 8px;
}
.hotel-info-list.large-style .hotel-review .review-score > div {
	font-size: 1.6rem;
}
.hotel-info-list.large-style .hotel-review .review-score > div span {
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.hotel-info-list.large-style .hotel-review .review-score > div {
		font-size: 1rem;
	}
	.hotel-info-list.large-style .hotel-review .review-score > div span {
		font-size: 1.4rem;
	}
}
@media (max-width: 1023px) {
	.hotel-info-list .result-hotel .hotel-review {
		padding: 16px 16px 16px;
	}
	.hotel-info-list .result-hotel .hotel-review h3 {
		font-size: 1.6rem;
	}
	.hotel-info-list .result-hotel .hotel-review .left-col {
		width: 92px;
	}
	.hotel-info-list .result-hotel .hotel-review .right-col {
		width: calc(100% - 92px);
	}
	.hotel-info-list .result-hotel .hotel-review .info {
		margin-bottom: 8px;
	}
	.hotel-info-list .result-hotel .hotel-review .featureRecommendRank__piechart {
		width: 92px;
		height: 92px;
		text-align: center;
	}
	.hotel-info-list .result-hotel .hotel-review .review-score {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hotel-info-list .result-hotel .hotel-review .review-score > div {
		font-size: 1rem;
		width: 39%;
		padding-top: 8px;
	}
	.hotel-info-list .result-hotel .hotel-review .review-score > div:nth-child(2n+1) {
		font-size: 1rem;
		width: 48%;
	}
	.hotel-info-list .result-hotel .hotel-review .review-score > div span {
		font-size: 1.4rem;
		margin: 0;
	}
}
@media (max-width: 360px) {
	.hotel-info-list .result-hotel .hotel-review .right-col {
		width: 100%;
		margin-top: 8px;
	}
}
.hotel-review {
	position: relative;
	overflow: hidden;
	padding: 16px 0 8px;
}
.hotel-review .left-col {
	width: 108px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float: left;
}
.hotel-review .right-col {
	width: calc(100% - 108px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 8px;
	float: left;
}
.hotel-review .review-score,
.hotel-review .info {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hotel-review .review-score {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hotel-review .review-score > div {
	width: 47%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #F5F5F5;
	font-size: 1rem;
}
.hotel-review .review-score > div span {
	font-size: 1.4rem;
}
.hotel-review .info-wrap {
	width: 100%;
}
.hotel-review .info {
	width: 100%;
	display: block;
	padding-top: 8px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1.5;
	clear: both;
}
.hotel-review .info .notice {
	text-align: center;
	color: #757575;
}
.hotel-review .info .notice:not(:empty) {
	margin-bottom: 16px;
}
.hotel-review.no-review .info .notice {
	margin-bottom: 0;
}
.hotel-review .text-link-gray {
	width: 100%;
	padding-left: 8px;
	text-align: right;
	font-size: 1.4rem;
	white-space: nowrap;
}
.hotel-review .text-link-gray:empty {
	display: none;
}
.hotel-review .text-link-gray:empty:after {
	content: none;
}
@media (min-width: 768px) {
	.hotel-review {
		margin-bottom: 16px;
	}
	.hotel-review .sp-only {
		display: block;
	}
	.hotel-review .pc-only {
		display: none;
	}
	.hotel-review .review-score > div {
		font-size: inherit;
	}
	.hotel-review .review-score > div span {
		margin-left: 4px;
		font-size: 2.4rem;
	}
	.hotel-review .text-link-gray {
		margin-top: 20px;
		font-size: 1.4rem;
	}
}
@media (min-width: 1024px) {
	.hotel-review {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		padding: 24px 20px;
		border-bottom: 4px solid #F5F5F5;
		border-top: 4px solid #F5F5F5;
	}
	.hotel-review .sp-only {
		display: none;
	}
	.hotel-review .pc-only {
		display: block;
	}
	.hotel-review .left-col {
		width: 250px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hotel-review .right-col {
		width: calc(100% - 250px);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 20px;
	}
	.hotel-review .review-score,
	.hotel-review .info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hotel-review .info .notice {
		text-align: left;
	}
	.hotel-review .info .notice:not(:empty) {
		margin-bottom: 0;
	}
	.hotel-review .review-score > div {
		width: auto;
		border: none;
		font-size: inherit;
	}
	.hotel-review .review-score > div span {
		font-size: 2.4rem;
	}
	.hotel-review .text-link-gray {
		width: auto;
		font-size: 1.4rem;
	}
}
@media (min-width: 1280px) {
	.hotel-review .review-score > div span {
		margin-left: 16px;
	}
	.hotel-review .left-col {
		width: 276px;
	}
	.hotel-review .right-col {
		width: calc(100% - 276px);
		padding-left: 40px;
	}
	.hotel-review .info,
	.hotel-review .text-link-gray {
		font-size: 1.6rem;
	}
}