/* スワイパーのページネーション */
.facility_list .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.sp .facility_list .swiper-pagination-bullet {
	width: 28px;
}

.facility_list .swiper-pagination-bullet-active {
	background: #EF5E32 !important;
}

/* スクロールバーの見た目を変更 */
.simplebar-track.simplebar-vertical {
	top: 150px;
    bottom: 80px;
	width: 8px;
}
.sp .simplebar-track.simplebar-vertical {
	display: none;
}

.simplebar-scrollbar:before {
	opacity: 1 !important;
	background-color: #D9D9D9;
}