@charset "UTF-8";
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.fullcalendar {
  height: 640px;
}
.fc {
  color: #000;
}
.fc-multimonth-header-table,
.fc-multimonth-daygrid-table {
  border: 1px solid #000 !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  background: #fff;
}
.slick-arrow {
  position: absolute;
}
.fc .fc-multimonth {
  border: none;
}
.fc-h-event {
  background: none;
  border: none;
}
.fc-daygrid-event-harness {
  position: static !important;
  visibility: visible !important;
}
.fc-daygrid-day-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fc .fc-daygrid-day-bottom {
  display: none;
}
.fc .icon {
  width: 30px;
  height: 30px;
  display: block;
}
/* ICON */



.oc-event-cal__wrap .slick-next {
  right: 20px;
  z-index: 1;
}
.oc-event-cal__wrap .slick-prev {
  left: 20px;
  z-index: 1;
}
@media screen and (min-width: 1270px) {
	.oc-event-cal__wrap .swiper-button-next,
	.oc-event-cal__wrap .swiper-button-prev {
	  display: none!important;
	}
}

ol,
ul {
  list-style: none;
  padding: 0;
}
.calendar-box {
  width: 50%!important;
}
.calendar-box thead th {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.calendar-tbl {
  width: 100%;
  border: none;
}
.calendar-tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.calendar-tbl td {
  position: relative;
  padding: 1px;
  max-width: 40px;
  line-height: 1;
  vertical-align: top;
}
.calendar-tbl td,
.calendar-tbl th {
  display: block;
  width: 14.2857142857%;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
}
.calendar-tbl .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.calendar-tbl .cell .num,
.calendar-tbl .cell .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 21px;
  height: 50%;
}
.calendar-tbl .icon {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  color: #fff;
  text-decoration: none;
  background: #f5ab5f;
}
.calendar-tbl .icon-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1270px) {
	.calendar-tbl .icon-box ul {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
}
@media screen and (max-width: 1269px) {
	.calendar-tbl .icon-box ul {
		max-width: 36px;
	}
}
.calendar-tbl .icon-box ul > li {
  margin: 0.2rem;
}
@media screen and (max-width: 1269px) {
	.calendar-tbl .icon-box ul > li {
	  width: calc( 50% - 0.4rem);
	}
}
.calendar-tbl caption {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.calendar-tbl thead{
  display: block;
  padding-top: 1.5em;
  position: relative;
}
.calendar-tbl thead::after {
  content: "";
  width: 89%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.calendar-box thead th{
  margin-bottom: 7px;
  background: none;
  border: none;
}
.calendar-tbl td{
  min-height: 54px;
  border: none;
}
.calendar-tbl .icon.oc-kou3 {
  background: url("../icon/icon-oc-kou3.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-kou2 {
  background: url("../icon/icon-oc-kou2.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-sp {
  background: url("../icon/icon-oc-sp.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-w {
  background: url("../icon/icon-oc-w.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-pre {
  background: url("../icon/icon-oc-pre.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-n-dt {
  background: url("../icon/icon-oc-n-dt.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-n-elt {
  background: url("../icon/icon-oc-n-elt.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-n-amt {
  background: url("../icon/icon-oc-n-amt.svg") center center/contain no-repeat;
}
.calendar-tbl .icon.oc-n-jt {
  background: url("../icon/icon-oc-n-jt.svg") center center/contain no-repeat;
}
@media only screen and (max-width: 1269px) {
  .fc .icon {
    width: 20px;
    height: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    font-size: 14px;
  }
  .oc-event-cal__wrap .swiper-button-prev::after,
  .oc-event-cal__wrap .swiper-button-next::after {
    color: #333;
    font-size: 2rem!important;
  }
  .oc-event-cal__wrap .swiper-button-next {
    right: -8px;
  }

  .oc-event-cal__wrap .swiper-button-prev {
    left: -8px;
  }
  .calendar-box {
    width: 100%!important;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-tbl .icon {
    width: 15px;
    height: 15px;
  }
  .calendar-tbl caption{
    font-size: 2.5rem;
  }
  .calendar-tbl thead{
    padding-top: 1.2em;
  }
}
