@charset 'UTF-8';
/* --------------------------------------------------------------- 

    Model_Work COLOR

--------------------------------------------------------------- */
/* work_flag

------------------------------------------------------- */
/* 出勤予定 */
.work_flag1, .work_flag6 {
	background: #f57cad !important;
	color: #fff !important;
}
/* 出勤確定 */
.work_flag2 {
	background: #f1238b !important;
	color: #fff !important;
}
/* 急遽休み・早退 */
.work_flag3, .work_flag5 {
	background: #838383 !important;
	color: #fff !important;
}
/* 本日出勤中 */
.work_flag4 {
	background: #d81f58 !important;
	color: #fff !important;
}
/* info_flag

------------------------------------------------------- */

[class^="info_flag"] { /* セレクタ名の前方一致 */
	background: #fff !important;
	color: #333 !important;
	border: 1px solid #333 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_1  または　typeが無い時 */
.info_flag1, .info_flag0 {
	background: #3ea262 !important;
	color: #fff !important;
	border: 1px solid #3ea262 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_2 */
.info_flag2 {
	background: #fff !important;
	color: #f00 !important;
	border: 1px solid #f00 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_3 */
.info_flag3 {
	background: #cee800 !important;
	color: #333 !important;
	border: 1px solid #cee800 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_4 ランキング */
.info_flag4 {
	background: #febf00 !important;
	color: #333 !important;
	border: 1px solid #febf00 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_5 ランキング入 */
.info_flag5 {
	background: #daa520 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_6 早番人気 */
.info_flag6 {
	background: #15c2bf !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_7 遅番人気 */
.info_flag7 {
	background: #c81899 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_8 店舗からの情報 */
.info_flag8 {
	background: #fff !important;
	color: #6f2c9d !important;
	border: 1px solid #6f2c9d !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_9 サービスに関する情報 */
.info_flag9 {
	background: #fff !important;
	color: #b96979 !important;
	border: 1px solid #b96979 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_10 スタイルに関する情報 */
.info_flag38,.info_flag10 {
	background: #fff !important;
	color: #333 !important;
	border: 1px solid #333 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_11 タイプに関する情報 */
.info_flag11 {
	background: #fff !important;
	color: #2256b7 !important;
	border: 1px solid #2256b7 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* type_12 性格に関する情報  */
.info_flag12 {
	background: #fff !important;
	color: #3ea262 !important;
	border: 1px solid #3ea262 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* real_flag

------------------------------------------------------- */
/* 待ち時間なしモデル詳細 */
.real_flag1 {
	color: #FFF !important;
	background: #283691 !important;
}
/* 待ち時間なしリスト */
.real_flag1_1 {
	color: #0826ef !important;
	border-left: 4px solid #0826ef !important;
}
/* 予約枠完売 */
.real_flag2 {
	background: #b517dd !important;
	color: #fff !important;
}
/* 要TEL確認 */
.real_flag3 {
	background: #8618db !important;
	color: #fff !important;
}
/* 受付終了 */
.real_flag4 {
	background: #cacaca !important;
	color: #2256b7 !important;
}
/* ラスト枠あり */
.real_flag5 {
	background: #d81f58 !important;
	color: #fff !important;
}
/* ご予約受付中 */
.real_flag6 {
	background: #fffad4 !important;
	color: #f00 !important;
}
/* 最短コースあり */
.real_flag7 {
	background: #b4f7f7 !important;
	color: #111111 !important;
}
/* 残り1枠・残り2枠 */
.real_flag8, .real_flag9 {
	background: #ee2d2d !important;
	color: #fcfba3 !important;
}
/* まもなくご案内可能 */
.real_flag10 {
	background: #2B7CE5 !important;
	color: #fff !important;
}
/* 次回ご案内時間

------------------------------------------------------- */
.next_guide {
	background: #d81f58 !important;
	color: #fff !important;
}