/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.cal_jump_link {
	padding: 10px 0;
	font-size: 0.8rem;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	position: relative;
}


.ex_area {
	margin-top: 10px;
	padding: 5px;
	border: 1px dashed #f4dcac;
}
.ex_area img {
	width: 210px;
	height: auto;
}

/*
 管理者スケジュールカレンダー
-----------------------------------------------------------------*/
.tbl_rsv_weekly_container {
	background: #FFF;
	padding: 10px;
	border: 5px solid #f4dcac;
	overflow: hidden;
}

.tbl_rsv_weekly {
	width: 100%;
	border-collapse: separate;
	border: none;
	background-color: #FFF;
}

.tbl_rsv_weekly tr {
	height: 25px;
	background-color: #FFF;
}

.tbl_rsv_weekly tr:nth-child(even) {
	background-color: #f4fafa;
}

.tbl_rsv_weekly td {
	border: 1px solid #EEE;
	line-height: 0.7;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}


@media screen and (max-width: 767px) {
	/* mdサイズ以下の場合 */
	.tbl_rsv_weekly_container {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.tbl_rsv_weekly_container {
		border: none;
	}
	
	.tbl_rsv_weekly {
		table-layout: fixed;
		border-collapse: collapse;
		border: none;
	}
	
	.tbl_rsv_weekly td {
		font-size: 0.7rem;
	}
	
	.customer_reserve_row .col-xs-24 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
}



.tbl_rsv_weekly .td_time_title,
.tbl_rsv_weekly .td_day_title {
	padding: 3px;
	background: #edecea;
}

.tbl_rsv_weekly .td_time_title {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.tbl_rsv_weekly .td_time_title {
		letter-spacing: -1px;
	}
}


.tbl_rsv_weekly td.td_day_title,
.title_sunday,
.title_saturday {
	vertical-align: top;
	padding: 0;
	line-height: 1.2;
}

.tbl_rsv_weekly td.title_sunday {
	background-color: #f2caaf;
	color: red;
	line-height: 1.2;
}
.tbl_rsv_weekly td.title_saturday {
	background-color: #c6eeff;
	line-height: 1.2;
}

.tbl_rsv_weekly .disp_holiday,
.disp_holiday {
	/*width: auto;*/
	width: 100%;
	text-align: center;
	font-size: 90%;
	letter-spacing: 1px;
	/*min-width: 53px;*/
	margin: 0 auto;
	color: #23556b;
}

.day_title_wrap .disp_holiday{
	font-size: 100%;
}

.tbl_rsv_weekly .td_holiday,
.tbl_rsv_weekly .title_holiday {
	background: #b5b2ab;
}
/*
.tbl_rsv_weekly .td_holiday {
	background: #b5b2ab;
	color: #23556b;
}*/


.tbl_rsv_weekly .td_otherplace {
	/*background-color: #e0ecdb;
	background-color: #e4fcd6;*/
	font-size: 0.9em;
}

.tbl_rsv_weekly .td_dp0 {	/* 長野営業 */
	background-color: #e4fcd6;
}
.tbl_rsv_weekly .td_dp1 {	/* 東京営業 */
	background-color: #F2E1EE;
}


.tbl_rsv_weekly .td_non {
	background: #b5b2ab;
}

.tbl_rsv_weekly .td_tel,
span.content_tel {
	background: #edecea;
	color: #3385a5;
	font-size: 0.9rem;
}

span.content_tel {
	padding: 5px 10px;
	font-weight: bold;
}
.rsv_calendar_content {
	padding: 10px;
}


.tbl_rsv_weekly .title_hover {
	background-color: #f6d866;
}

.tbl_rsv_weekly p {
	margin: 0;

}

.tbl_rsv_weekly p.rsv_set {
	text-align: center;
	padding-top: 3px;
}
.tbl_rsv_weekly p.task_set {
	/*margin-top: -10px;*/
    position: absolute;
    top: 0;
    right: 0;
}

.tbl_rsv_weekly img {
	width: 25px;
	height: auto;
}

.tbl_rsv_weekly img.icon_task {
	width: 15px;
}




/* ページによって挙動が変わる */
.page_task_calendar .tbl_rsv_weekly .day_open {
	cursor: pointer;
}

.page_task_calendar .tbl_rsv_weekly p {
	cursor: pointer;
}


.place_str {
	color: #b22222;
	font-weight: bold;
}

.cal_schedule .place_str {
	margin-left: 20px;
	font-size: 0.9rem;
}

/* 要望により東京の日の背景に色を付ける */
.cal_color_tokyo {
	/*background-color: #fafad2;*/
	background-color: #D8C7D;
}

.cal_pos_img {
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	/* smサイズ以下の場合 */
	.cal_pos_img {
		display: block;
		margin: 0 auto;
	}
}



/*
 管理者スケジュールカレンダー ver2 flex-box
-----------------------------------------------------------------*/
.timetable_container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.title_head, .main_timetable_wrap { 
    display: flex;
}
.time_title_head, .time_title_wrap {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 45px;
	font-size: 0.8em;
}

.time_title_head {
	/*align-self: top;*/
}

.time_title_wrap {
    flex-wrap: wrap;
	z-index: 10;
}
.time_title {
    display: block;
    position: relative;
	overflow: visible;
}
.time_title span {
	position: relative;
	top: -8px;
}


.day_title_wrap {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
	border-bottom: 2px groove #555;
}

.day_title, .day_timetable { 
    border-left :1px solid #b6a89a; 
    display: flex;
    flex-grow: 1;
    position: relative;
	font-size: 0.8em;
}

.time_title,
.line_block {
	height: 35px;		/***** 時間軸の高さはここで決定!! *****/
}

.line_block::after {
    content: '';
    border-bottom: 1px dotted #ddd;
    position: absolute;
    margin-top: -1px;
    z-index: 3;
    pointer-events: none;
	width: 95%;
}

/* line_block のサイズの場合分け */
.tbl_rsv_weekly_container .line_block::after {
}

.line_wrap .line_block:nth-of-type(odd):after {
    border-bottom: 1px solid #ccc; 
}

.inner {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	
}

.day_title .inner {
	text-align: center;
	line-height: 1;
}



.day_timetable .img_tel {
	display: block;
	position: absolute;
}

.day_timetable .reserve,
.day_timetable .task {
    position: absolute;
    border-radius: 5px;
    writing-mode: vertical-lr;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.8em;
	letter-spacing: -1px;
    z-index: 10;
	white-space: nowrap;
	cursor: pointer;

}
.day_timetable .reserve {
    padding: 3px;
    background: #ffa85b;
    width: 32px;
    left: 25px;
	border: 2px solid #FFF;
}


.day_timetable .task {
    padding: 0;
    background: #f8f5ce;
	border-width: 3px;
	border-style: solid;
	border-color: #f8f5ce;
	width: 22px;
    left: 0;
}

.day_timetable .task_store {
	background-color: rgba(221,194,194,0.6);
	border-color: #d8d5ce;
	width: 100%;
    z-index: 9;
}


.day_timetable .img_tel,
.day_timetable .task img {
	width: 16px;
}




/* 休業設定 */
.day_title.title_holiday,
.day_timetable.day_holiday,
.day_timetable .box_non {
	background: #d8d5ce;
}

.day_timetable .box_non {
    position: absolute;
	width: 100%;
}

/* 配色設定 */
.day_title.title_sunday {
	background-color: #f2caaf;
	color: red;
}
.day_title.title_saturday {
	background-color: #c6eeff;
}




/*
予約カレンダー
-----------------------------------------------------------------*/
.btn_rsv {
	text-align: center;
	font-size: 1rem;
	font-weight: 900;
	color: #ef904e;
	padding: 8px 2px 5px;
	margin: 0;
	line-height: 1;
	height: 28px;

	background: #ffffec;
	/*border: 2px solid #FFF;*/
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);


    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    
    cursor: pointer;
}
.only_one {
	color: #1577a2;
}

.btn_rsv_hover {
	background: #f2d497;
	border: 0px solid #FFF;
}

@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.btn_rsv {
		padding: 7px 2px;
	}
}



/*
詳細表示
-----------------------------------------------------------------*/
#grayLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 20000;
}

#overLayer {
	height: auto;
	width: 400px;
	display: none;
	position: fixed;
	left: 0;
	right:0;
	top: 40%;
	z-index: 30000;
	margin: auto;
}

#overLayer button {
	width: 400px;
}

@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	#overLayer {
		width: 80%;
		top: 35%;
	}
	#overLayer button {
		width: 100%;
	}
}


#summaryLayer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*background: #e6e6fa;
	background: #ffefd5;*/
	padding: 15px 10px;
	z-index: 100;
}

.summary_rsv {
	background: rgba(240, 200, 125, 0.9);
	/*background: #ffefd5;*/
}
.summary_task {
	background: rgba(140, 220, 180, 0.9);
	/*background: #e6e6fa;*/
}

/*
#summaryLayer ul li {
	padding: 0 5px;
	font-weight: bold;
	text-align: left;
}

#summaryLayer ul li div {
	display: inline-block;
}

#summaryLayer ul li .rsvsp_title {
	width: 100px;
}
*/

.disp_data {
	width: 100%;
	/*margin: 0 auto;*/
	font-size: 1rem;
	/*padding-left: 5%;
	padding-right: 5%;*/
}

@media screen and (max-width: 992px) {
	/* smサイズ以下の場合 */
	.disp_data {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.disp_data {
		font-size: 0.8rem;
	}
}



.disp_data ul{
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.disp_data > ul.summary-single {
	text-align: center;
}
.disp_data > ul.summary-multi {
	text-align: left;
}

.disp_data > ul{
	/*text-align: center;*/
	margin-bottom: 0;
}

.disp_data > ul > li {
	display: inline-block;
	text-align: left;
	width: 49%;
	vertical-align: top;
	padding: 0 5px;
}

.disp_data > ul > li:nth-child(n+3) {
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.disp_data > ul.summary-multi {
		text-align: center;
	}
	.disp_data > ul > li {
		width: 80%;
		margin: 0 auto;
	}
	.disp_data > ul > li:nth-child(n+2) {
		padding-top: 10px;
	}
}

@media screen and (max-width: 544px) {
	.disp_data > ul > li {
		width: 100%;
	}
}


.rsvsp_title {
	width: 100px;
	font-weight: bold;
	vertical-align: top;
}

.rsvsp_info img {
	width: auto;
	height: 20px;
	vertical-align: middle;
}




/*
 管理者マンスリーカレンダー
-----------------------------------------------------------------*/
.cal_schedule {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

.cal_schedule th,
.cal_schedule td {
	border: 1px solid #ccc;
	font-size: 1rem;
	padding: 3px;
	width: 14%;
}

.cal_schedule th {
	background: #b5d9e8;
	text-align: center;
}

.cal_schedule td {
	height: 90px;
	vertical-align: top;
}

.cal_schedule .now_day {
	background: #dff2f2;
}
.cal_schedule .work_holiday {
	background: #ddd;
}


.cal_schedule td .day_box span.btn_days {
	padding: 3px;
	background: #e0ffdc;
	display: inline-block;
	width: 37px;
	border-radius: 17px;        /* CSS3草案 */  
	-webkit-border-radius: 17px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 17px;   /* Firefox用 */
	text-align: center;
	cursor: pointer;
}
.cal_schedule td .day_box span.title_hover {
	background-color: #f6d866;
}

.cal_schedule td.w_sunday .day_box {
	font-weight: bold;
	color: red;
}
.cal_schedule td.w_saturday .day_box {
	font-weight: bold;
	color: #388ee9;
}

.cal_schedule td.target_day .day_box {
	font-weight: bold;
}
.cal_schedule td.other_day .day_box {
	color: #FFF;
}

.cal_schedule td.other_day .day_box span {
	background: none;
}


.reserve_box {
	min-height: 30px;
}

.cal_schedule td.target_day .task_box {
	border-top: 1px dashed #ddd;
}

.reserve_box p,
.task_box p {
	font-size: 0.7rem;
	/*font-weight: bold;*/
	margin: 2px 0;
	letter-spacing: -0.5px;
	padding: 0;
	cursor: pointer;
}

.task_box p {
	border: 1px solid #DDD;
	background: #FFF;
}
.task_box p span {
	font-size: 120%;
	vertical-align: middle;
}


.task_box p.task_attention {
	color: red;
}

.task_box p.task_set img {
	height: 15px;
	width: auto;
	margin-top: 2px;
}




