@charset "utf-8";

/* ------------------------------------ */
/* IRカレンダーページ
/* ------------------------------------ */

.calendarBl {
  padding: 36px 0 0 0;
}

.calendarBl .calendar_dl_dl_dd {
  margin-top: .6em;
}

.calendar_select_cate {
  position: relative;
  width: fit-content;
  transition: all .5s;
  margin: 37px 0 50px;
}

.calendar_select_cate:hover {
  opacity: 0.4;
}

.calendar_select_cate::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 27px;
  top: 14px;
}

.calendar_select_cate_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: .55em 3em .55em 1.5em;
  transition: all 0.5s;
  cursor: pointer;
  color: #000;
}

.calendar_select_option {
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0;
}

.calendar_tab {
  margin: 0 auto 100px;
}

.calendar_tab_list_inr {
}

.calendar_tab_list_inr.active {
}

.calendar_dl {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  padding: 1.7em 1.5em 1.8em;
}

.calendar_dl:last-child {
  border-bottom: 1px solid #ccc;
}

.calendar_dl_dt {
  display: flex;
}

.calendar_dl_dt_time {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-right: 2.6em;
  position: relative;
}

.calendar_dl_dt_time::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + .4em);
  background-color: #ccc;
  position: absolute;
  right: -1.2em;
  top: -.15em;
}

.calendar_dl_dt_time_year {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: .5em;
}

.calendar_dl_dt_label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  display: inline-block;
  background-color: #e0ede8;
  border-radius: 80px;
  padding: 1.23em 1em;
  width: 144px;
  min-width: 144px;
  box-sizing: border-box;
}

.calendar_dl_dl_dd {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0;
  margin-left: 1.2em;
}

.calendar_dl_dd_a,
.calendar_dl_dd_a:active,
.calendar_dl_dd_a:link,
.calendar_dl_dd_a:visited {
  display: table;
}

.calendar_dl_dd_a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 1200px) {
  .calendar_dl {
    display: block;
  }

  .calendar_dl_dl_dd {
    margin-left: 0;
    margin-top: 15px;
  }
}



@media (max-width: 1000px) {
}



@media (max-width: 767px) {
  .calendarBl {
    padding: 0;
    margin-top: -5px;
  }

  .calendarBl .calendar_dl {
    padding: .8em 10px 0.6em;
  }

  .calendarBl .calendar_dl_dl_dd {
    margin-top: 13px;
  }
  
  .calendar_select_cate {
    margin: 15px 0 30px;
  }

  .calendar_select_cate:hover {
    opacity: 1;
  }

  .calendar_select_cate::after {
    width: 4px;
    height: 4px;
    right: 10px;
    top: 11px;
  }

  .calendar_select_cate_btn {
    font-size: 1.3rem;
    padding: .3em 1.9em .3em .7em;
  }

  .calendar_tab {
    margin: 17px auto 80px;
  }

  .calendar_tab_list h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .calendar_dl {
    padding: 1.0em 10px 0.7em;
  }

  .calendar_dl_dl_dd {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 13px;
  }

  .calendar_dl_dd_a+.calendar_dl_dd_a {
    margin-top: 3px;
  }

  .calendar_dl_dd_a:hover {
    text-decoration: none;
  }

  .calendar_dl_dt_time_year {
    font-size: .9rem;
    margin-bottom: .5em;
  }

  .calendar_dl_dt_time {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-right: 2.6em;
  }

  .calendar_dl_dt_label {
    font-size: .9rem;
    padding: .7em 1em;
    width: 72px;
    min-width: 86px;
  }
}



/* IRカレンダー
-------------------------------------------*/
.irCalendarBl {
  padding: 20px 0 75px;
}


@media screen and (max-width: 767px) {
  .irCalendarBl {
    padding: 10px 0 40px;
  }
}
