@charset "utf-8";
.view-mrcal.noactive,  .view-evecal.noactive,  .view-req-cal.noactive,  .view-req.noactive,  .view-mr.noactive,  .campaign_tr.noactive,  .reservation_title.noactive,  .reservation_table.noactive {
	display: none;
}
.new-btn img{
	cursor:pointer;
}
.schedule_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}
.schedule_box a {
	text-decoration: none;
}
.schedule_box > .previous_month, .schedule_box > .next_month {
	font-size: 12px;
}
.schedule_box .this_month {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 600;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.schedule_des {
	margin-left: 100px;
	margin-top: 10px;
}
.calendar {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C1E1EA;
	border-left-color: #C1E1EA;
	height: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calendar caption {
	text-align: center;
}
.calendar th {
	background-color: #f5f5f5!important;
}
.calendar .cal_day {
	cursor: pointer;
}
.calendar th, .calendar td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1E1EA;
	border-bottom-color: #C1E1EA;
	text-align: center;
	white-space: nowrap;
}
.calendar .cal_day {
	background-color: rgb(223, 255, 221);
	color: rgb(85, 85, 85);
	font-weight: normal;
}
.calendar .cal_day_ysm {
	background-color: #dedede!important;
}
.calendar .cal_day_pass {
	background-color: #dedede!important;
}
.calendar .cal_day_full {
	background-color: #dedede;
}
.calendar .cal_day_active {
	background-color: #ffebeb!important;
}
.calendar .cal_eve_active {
	background-color: #ffebeb!important;
}
.calendar .today {
	font-weight: 700;
}
.cal-box img{ width:24px;
height: 24px;}
.cal-box p{ 
font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
.calendar .business-day:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -11px!important;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0.7em;
	background: url(/rinobekan/reserves/images/icon_enable.svg) no-repeat 0 0;
}
.calendar .res-day:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -11px!important;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0.7em;
	background: url(/rinobekan/reserves/images/icon_enable.svg) no-repeat 0 0;
}
*/
.calendar .business-no:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -11px!important;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0.7em;
	background: url(/rinobekan/reserves/images/icon_disable.svg) no-repeat 0 0;
}
.calendar td>div {
	/*    display: block;*/
	padding: .2em;
	text-align: center;
	text-decoration: none;
	min-height: 54px;
}

.view-mrcal .input-group-inl {
	display: flex;
	flex-wrap: wrap;
}
.view-mrcal .input-group-inl p {
	width: 100%;
}
.view-mrcal .input-group-inl label {
	margin-left: 0;
}
.view-mrcal .input-group-inl label input[type="checkbox"] {
	position: absolute;
    clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.view-mrcal .input-group-inl label input[type="checkbox"] + span {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 180px;
    height: 293px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    visibility: visible;
    vertical-align: middle;
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_off.jpg) left top;
    background-size: cover;
    cursor: pointer;
    font-size: 0;
}
.view-mrcal .input-group-inl label input[type="checkbox"] + span::after {
	display: none;
}
.view-mrcal .input-group-inl label input[type="checkbox"] + span::before {
	border: none;
}
.view-mrcal .input-group-inl label input[type="checkbox"]:checked + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 293px;
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_on.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(3) input[type="checkbox"] + span{
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_off.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(3) input[type="checkbox"]:checked + span::before {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_on.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(4) input[type="checkbox"] + span {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_off.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(4) input[type="checkbox"]:checked + span::before {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_on.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(5) input[type="checkbox"] + span {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_off.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(5) input[type="checkbox"]:checked + span::before {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_on.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(6) input[type="checkbox"] + span {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_off.jpg) left top;
    background-size: cover;
}
.view-mrcal .input-group-inl label:nth-child(6) input[type="checkbox"]:checked + span::before {
    background: url(https://www.kaitekihome.jp/rinobekan/reserves/images/check_renovation_model_house_on.jpg) left top;
    background-size: cover;
}

@media screen and (max-width: 767px) {
	.view-mrcal .input-group-inl {
		justify-content: space-between;
	}
	.view-mrcal .input-group-inl label {
		width: 49%;
	}
	.view-mrcal .input-group-inl label input[type="checkbox"] + span {
	    width: 100%;
	    height: 0;
	    margin-right: 0;
	    padding-top: 162.6%;
	}
	.view-mrcal .input-group-inl label input[type="checkbox"] + span span {
		font-size: 0;
	}
	.view-mrcal .input-group-inl label input[type="checkbox"]:checked + span::before {
	    width: 100%;
	    height: 100%;
	}
	.view-mrcal .input-group-inl .formError label {
		width: 100%;
	}
}