.bluebox.fixed {
	position: relative;
}

.bluebox.fixed::before {
	background: #F6115D;
	color: #ffffff;
	content: "ピックアップ物件";
	display: none;
	position: absolute;
	line-height: 1;
	padding: 6px 10px 3px 10px;
	top: 8px;
	left: 10px;
}

#mob_screen .bluebox.fixed::before {
	background: #F6115D;
	color: #ffffff;
	content: "ピックアップ物件";
	display: none;
	position: absolute;
	font-size: 12px;
	line-height: 1;
	padding: 2px 10px 2px 10px;
	top: 0px;
	left: 0px;
}

.rooms .slick-prev {
	left: 0;
	z-index: 1;
}

.rooms .slick-next {
	right: 0px;
	z-index: 1;
}

.rooms .slick-list {
	height: 150px;
}

.rooms .mobile .slick-list {
	height: auto;
	margin-bottom: 20px;
}
