.calendar-content{position:relative}.calendar-content #loading{display:table;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;opacity:.8}.calendar-content #loading .loadingMsg{display:table-cell;text-align:center;vertical-align:middle;padding-top:140px;background:url(../img/loading.gif) center center no-repeat}.calendar-head{display:grid;grid-template-columns:1fr 1fr;width:100%;margin:0 auto;padding:12px 8px;background-color:#BEE0C2;box-sizing:border-box;border-top:1px solid #111;border-left:1px solid #111;border-right:1px solid #111}@media screen and (min-width:560px){.calendar-head{grid-template-columns:1fr 1fr 1fr;padding:16px 12px}}.calendar-head__left{display:none}@media screen and (min-width:560px){.calendar-head__left{display:block}}.calendar-head__month{display:flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(1.6rem,4vw,2rem);margin:0;color:#111;text-align:center}.calendar-head__all{font-size:clamp(1.6rem,4vw,2rem);margin:0;text-align:right;color:#111}.calendar-head__all span{color:red;margin-left:16px}.calendar-month_link{vertical-align:middle;color:#333;line-height:1;position:relative;width:.5em;height:.5em;text-decoration:none}.calendar-month_link:before,.calendar-month_link:after{content:"";position:absolute;background:currentColor;border-radius:.1em}.calendar-month_link:before{top:0;left:0;right:0;height:.1em}.calendar-month_link:after{top:0;right:0;bottom:0;width:.1em}.calendar-month_link.prev{transform:translateX(25%) rotate(-135deg)}.calendar-month_link.next{transform:translateX(-25%) rotate(45deg)}.calendar-table{width:100%}.calendar-table tr{border-bottom:1px solid #111;border-left:1px solid #111}.calendar-table tr:first-of-type{border-top:1px solid #111}.calendar-table tr th{width:14.3%;font-weight:400;font-size:clamp(1rem,2.5vw,1.4rem);padding:4px;border-right:1px solid #111;text-align:center}.calendar-table tr td{height:70px;border-right:1px solid #111}.calendar-week__sunday{color:red}.calendar-week__saturday{color:#00F}.calendar-inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:100%;padding:4px;box-sizing:border-box}.calendar-inner-top,.calendar-inner-bottom{width:100%}.calendar-day_num{font-size:clamp(1rem,2.5vw,1.2rem);margin:0 0 8px}.calendar-ttl{display:block;font-size:clamp(1.1rem,2.5vw,1.4rem);text-decoration:none;color:#111}.calendar-ttl:hover{text-decoration:underline}.calendar-day_rouhi{font-size:clamp(1.1rem,2.5vw,1.4rem);text-align:right;color:red;white-space:nowrap;margin-bottom:0}.calendar-otherday{background-color:#eee}