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



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

.c-list-therapist__room_under.option-room_label-38{
	background: linear-gradient(90deg, rgba(79,109,174, 0.6), rgba(79,109,174, 0.6) 30%);
}

.c-list-therapist__room_under.option-room_label-41{
	background: linear-gradient(90deg, rgba(198,175,90, 0.6), rgba(198,175,90, 0.6) 30%);
}

.c-list-therapist__room_under.option-room_label-40{
	background: linear-gradient(90deg, rgba(74,187,93, 0.6), rgba(74,187,93, 0.6) 30%);
}
/* 出勤リストのルーム装飾 */


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

.c-list-schedule__room.option-room_label-38 {
	background: linear-gradient(90deg, rgba(79,109,174, 0.6), rgba(79,109,174, 0.6) 30%);
}

.c-list-schedule__room.option-room_label-41 {
	background: linear-gradient(90deg, rgba(198,175,90, 0.6), rgba(198,175,90, 0.6) 30%);
}

.c-list-schedule__room.option-room_label-40 {
	background: linear-gradient(90deg, rgba(74,187,93, 0.6), rgba(74,187,93, 0.6) 30%);
}
/* 出勤リストのルーム装飾 */

/* キャストサムネ２枚フェードスライド表示 */
img.FadeSlide{
  transition:all 2s ease-in-out;
}
