@charset "UTF-8";
/* CSS Document */



/* ルーム装飾（スタッフリスト）*/
.c-list-therapist__room_under.option-room_label-none{
	display: none;
}

.c-list-therapist__room_under.option-room_label-44{
	background: linear-gradient(90deg, rgba(113, 0, 157, 1), rgba(48, 53, 97, 1) 30%);
}

.c-list-therapist__room_under.option-room_label-46{
	background: linear-gradient(90deg, rgba(247, 237, 93, 1), rgba(255, 202, 0, 1) 30%);
}
/* 出勤リストのルーム装飾 */


/* ルーム装飾（プロフページ） */
.c-list-schedule__room.option-room_label-none {
	display: none;
}

.c-list-schedule__room.option-room_label-44 {
	background: linear-gradient(90deg, rgba(113, 0, 157, 1), rgba(48, 53, 97, 1) 30%);
}

.c-list-schedule__room.option-room_label-46 {
	background: linear-gradient(90deg, rgba(247, 237, 93, 1), rgba(255, 202, 0, 1) 30%);
}
/* 出勤リストのルーム装飾 */