@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

.calendar{ width: 100%; display: inline-block; vertical-align: top;}

.cal_wrapper{
	width: 380px;
	display: inline-block;
	background-color: #fff;
	margin-right: 40px;
	/* height: 0; */
}

@media (max-width:660px){
	.cal_wrapper{
		width: 100%;
		display: inline-block;
		margin-right:0;
	}
}

.cal_wrapper:last-child{
	margin-right:0%;
}

.calendar .cal_wrapper table{ width: 100%; }

.calendar p{ padding: 2px 0 8px;}
.calendar .pink{ width: 15px; height: 15px; background: #ff7778; display: inline-block; border-radius: 3px;}
.calendar .blue{ width: 15px; height: 15px; background: #86c2fc; display: inline-block; border-radius: 3px;}
.calendar .green{ width: 15px; height: 15px; background: #b7b7b7; display: inline-block; border-radius: 3px;}
.calendar .yellow{ width: 15px; height: 15px; background: #ffdf81; display: inline-block; border-radius: 3px;}
.remark { font-size: 12px; margin-bottom: 8px;  }
.cal_ui{ display: none;
    margin: 0 auto;
    width: 160px;
}
.calendar .cal_ui input.prev{ float: left;}
.calendar .cal_ui input.next{ float: right;}
.col_title{
    display: inline-block;
    background: url(../images/store_icon.jpg) left no-repeat;
    border-bottom: 2px solid #ff8602 !important;
    display: block;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    line-height: 22pt;
    color: #5c3108 !important;
    margin: 0 auto 5px !important;
    font-size: 15px;
}



div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th{
	background: #000;
	/* border: 2px solid #fff; */
}
#sche_disp2 div.cal_wrapper table.cal tr th {
    background: #ffd3d3;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	/* padding: 25px 10px; */
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background-repeat: no-repeat;
	background-size: auto 68%;
	background-position: right 6px center;
	font-family: 'Mukta Mahee', sans-serif;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	/*float: right;*/
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	background: none;
	border: none;
	color: #9a9a9a;
	font-size: 28px;
}
#sche_disp2 div.cal_wrapper table.cal tr th div.cal_ui input{
	color: #ff9ca9;

}
div.cal_wrapper table.cal tr td {
}
div.cal_wrapper table.cal tr td {
	font-size: 12px;
	text-align: center;
	background: #FFF;
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);*/
	width: 30px;
	height: 30px;
	margin-inline: auto;
	margin-left: 5%;
}
#sche_disp2 div.cal_wrapper table.cal tr td{
	background: #ffd3d3;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 25px 0px;
	color: #000;
	font-weight: bold;
	/* background-color: #e9e9e9; */
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent)); */
	-webkit-background-size: 4px 4px;
	font-family: 'Mukta Mahee', sans-serif;
	border-bottom:1px solid #ccc;
}
div.cal_wrapper table.cal tr.headline td:first-child{
	/* background-color: #ffe1e1; */
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fefefe), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fefefe),color-stop(.75, #fefefe), color-stop(.75, transparent),to(transparent)); */
	/* color: #b73638; */
	color:red;
}
div.cal_wrapper table.cal tr.headline td:last-child{
	/* background-color: #d7e9ff; */
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fefefe), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fefefe),color-stop(.75, #fefefe), color-stop(.75, transparent),to(transparent)); */
	/* color: #1a66b0; */
	color:blue;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #a3e38d;
	height:40px;
}
#sche_disp2 tr.headline {
	background-color: #ff9ca9 !important;
}
#sche_disp2 tr.headline td{
	background-color: #ff9ca9 !important;

}
div.cal_wrapper table.cal tr td div {
	position: relative;
	font-size: 14px;
	text-align: center;
	color: #000;
	/* background-color: #FFF; */
	/* border-radius: 3px; */
	line-height: 32px;
	font-family: 'Mukta Mahee', sans-serif;
	font-weight:600;
	margin:10px;
	width: 30px;
	height: 30px;
	margin-left: 29%;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}


div.cal_wrapper table.cal tr td div.Sat {
	/* color: #1a4612; */
	/* background: #f3f8fe; */
}
div.cal_wrapper table.cal tr td:last-child{
	/* background-color: #f3f8fe; */
}

div.cal_wrapper table.cal tr td div.Sat.off_non {
	font-weight: normal;
	color: #7c7c7c  !important;
	background: #f3f8fe !important;
}
div.cal_wrapper table.cal tr td div.Sun {
	/* color: #1a4612 !important; */
	/* background: #fff2f2; */
}
div.cal_wrapper table.cal tr td:first-child{
	/* background-color: #fff2f2; */
}

div.cal_wrapper table.cal tr td div.Sun.off_non {
	font-weight: normal;
	color: #7c7c7c !important;
	background: #fff2f2;
}
.Sun2 {
	color: #ff0000 ;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	background-color: 
}
div.cal_wrapper table.cal tr td div.Deli {
	/* background-color: #EFE; */
}
/*div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #fff !important;
	background-color: #52a8fb;
}*/
div.cal_wrapper table.cal tr td div.event {
	font-weight: bolder;
	background-color: #ff7778 !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_morning {
	font-weight: bolder;
	background-color: #b7b7b7 !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_afternoon {
	font-weight: bolder;
	background-color: #ffdf81 !important;
	color: #fff;
}
div.cal_wrapper table.cal tr td div.off_week {
	color: #000 !important;
	background-color: #fca976;
	/* background-image: url("/common/images/day_off.png"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/* border: 1px solid #ccc; */
	width: 30px;
	height: 30px;
	margin-left: 29%;
	border-radius: 18px;
}

div.cal_wrapper table.cal tr td div.off_week:after {
	content:"";
	position:absolute;
	top:40%;
	left:0%;
	font-size:12px;
	width:100%;
	text-align:center;
	color:red;
}

div.cal_wrapper table.cal tr td div.off.Sun2 {
	/*background-image: url("/common/images/day_off.png");*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
div.cal_wrapper table.cal tr td div.off_non {
	font-weight: normal;
	color: #7c7c7c !important;
	background: inherit;
}
div.cal_wrapper table.cal tr td div.off {
	color: #000 !important;
    background-color: #fca976;
    /* background-image: url(/common/images/day_off.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* border: 1px solid #ccc; */
    width: 30px;
    height: 30px;
    margin-left: 29%;
    border-radius: 18px;
}

div.cal_wrapper table.cal tr td div.off:after {
	content:"";
	position:absolute;
	top:40%;
	left:0%;
	font-size:12px;
	width:100%;
	text-align:center;
	color:red;
}


div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #000 !important;
	/* background: none; */
	/* border: 1px solid #ccc; */
}

#sche_disp2 div.cal_wrapper table.cal tr td div.backward {
	color: #ffb5b5 !important;
	background-color: #ffd3d3 !important;
}

div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
/*div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #1facfc;
}*/


@media (max-width:1120px){
	div.cal_wrapper table.cal tr td div.off_week:after {
		/*left:13px;*/
	}

	div.cal_wrapper table.cal tr td div.off:after{
		/*left:15.5px;*/
	}
}



@media (max-width:980px){
	div.cal_wrapper table.cal tr td div.off_week:after {
		/*left: 23%!important;*/
	}
	
	div.cal_wrapper table.cal tr td div.off:after {
		/*left: 23%!important;*/
	}
}

@media (max-width:660px){
	div.cal_wrapper table.cal tr td div.off_week:after {
		/*left: 31.5%!important;*/
	}
	
	div.cal_wrapper table.cal tr td div.off:after {
		/*left: 31.5%!important;*/
	}
}

@media (max-width:480px){
	div.cal_wrapper table.cal tr td div.off_week:after {
		/*left: 22.5%!important;*/
		top:30%;
		font-size:10px;
	}
	
	div.cal_wrapper table.cal tr td div.off:after {
		/*left: 22.5%!important;*/
		top:30%;
		font-size:10px;
	}

	div.cal_wrapper table.cal tr td div {
		/*height:65px;*/
	}

	div.cal_wrapper table.cal tr td div{
		padding:1px 4px;
	}

	div.cal_wrapper table.cal tr td div {margin-left:5%;}
	.cal_txt {padding:10px 10px 25px;}
}


#td_1_2023_8_32_td div{user-select: none;-webkit-user-select: none;-webkit-user-drag: none;color:#fff;pointer-events:none;}

.cal_txt{
	background-color:#fff!important;
	text-align:left;
	font-weight:500;
	font-size:14px;
	padding:10px 25px 25px;
}

.cal_txt span{
	float:left;
	margin-right:15px;
}

.square1{
	background-color: #fca976;
	width:18px;
	height:18px;
	float:left;
	margin-right:10px;
	border-radius: 10px;
}

.square2{
	background-color: #ffec5d;
	width:18px;
	height:18px;
	float:left;
	margin-right:10px;
}

.num_month{
	position:absolute;
	left: 6%;
	bottom: 4%;
	font-size: 50px!important;
}

.num_year{
	position: absolute;
	top: 15%;
	left: 5%;
}

.txt_month{
	position:absolute;
	right: 5%;
	font-size: 35px!important;
	bottom: 12%;
	font-size: 25px!important;
}