@charset "UTF-8";

/* ----------------------------------------------

schedule-blc

------------------------------------------------ */

.schedule-blc {
  display: flex;
  flex-wrap: wrap;
}

.schedule-blc .img-blc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.schedule-blc .img-blc li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}

.schedule-blc .img-blc li:nth-child(4n+4),
.schedule-blc .img-blc li:last-child {
  margin-right: 0;
}

.schedule-blc .img-blc+.txt-blc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.schedule-blc .txt-blc li {
  width: calc((100% - 90px) / 10);
  margin-right: 10px;
  margin-top: 10px;
  background-color: #ffff;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

.schedule-blc .txt-blc li:nth-child(-n+10) {
  margin-top: 0;
}

.schedule-blc .txt-blc li:nth-child(10n+10),
.schedule-blc .txt-blc li:last-child {
  margin-right: 0;
}

.schedule-blc .txt-blc li .time-blc {
  width: 100%;
  color: #f6ab00;
  font-weight: 500;
  font-size: 110%;
  font-family: 'FuturaMedium', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif !important;
  display: block;
  line-height: 1;
}

.schedule-blc .txt-blc li .name-blc {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 110%;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  line-height: 1.5;
  overflow: hidden;
}


@media screen and (max-width:1000px) {
  .schedule-blc .txt-blc li .time-blc {
    font-size: 1.5vw;
  }

  .schedule-blc .txt-blc li .name-blc {
    font-size: 1.8vw;
  }

}

@media screen and (max-width:767px) {
  .schedule-blc .img-blc li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }

  .schedule-blc .img-blc li:nth-child(2n+2) {
    margin-right: 0;
  }

  .schedule-blc .img-blc li:nth-child(-n+2) {
    margin-top: 0;
  }

  .schedule-blc {
    max-width: 480px;
    margin: auto;
  }

  .schedule-blc .txt-blc li {
    width: 100%;
    margin-right: 0;
    margin-top: 5px !important;
    text-align: left;
    padding: 15px 15px;
  }

  .schedule-blc .txt-blc li:first-child {
    margin-top: 0 !important;
  }

  .schedule-blc .txt-blc li .time-blc {
    font-size: 120%;
  }

  .schedule-blc .txt-blc li .name-blc {
    font-size: 120%;
    writing-mode: unset;
    letter-spacing: 0;
    margin-top: 0;
    width: 100%;
  }
}


/* ----------------------------------------------

events-blc

------------------------------------------------ */

#events-blc .events-list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: ca1 3 ca2 12;
}

#events-blc .events-list>li {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  margin-top: 3rem;
  background-color: #fff;
}

#events-blc .events-list>li:nth-child(3n+3) {
  margin-right: 0;
}

#events-blc .events-list>li:nth-child(-n+3) {
  margin-top: 0;
}

#events-blc .events-list>li .img-blc {
  width: 100%;
  height: 20vw;
  max-height: 229px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#events-blc .events-list>li .txt-blc {
  padding: 3rem 1rem;
  box-sizing: border-box;
  position: relative;
}

#events-blc .events-list>li .txt-blc .tag-icon {
  width: 65px;
  height: 65px;
  background-color: #f6ab00;
  border-radius: 999px;
  position: absolute;
  left: 0;
  right: 0;
  top: -32.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px 10px;
  box-sizing: border-box;
}

#events-blc .events-list>li .txt-blc .tag-icon::before {
  content: "";
  color: #fff;
  font-size: 200%;
  line-height: 1;
  font-family: 'FuturaMedium', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif !important;
  font-weight: bold;
}

#events-blc .events-list>li .txt-blc .ttl {
  border-bottom: 1px solid #f6ab00;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
}

#events-blc .events-list>li:nth-child(1) .txt-blc .tag-icon::before {
  content: "4";
}

#events-blc .events-list>li:nth-child(2) .txt-blc .tag-icon::before {
  content: "5";
}

#events-blc .events-list>li:nth-child(3) .txt-blc .tag-icon::before {
  content: "6";
}

#events-blc .events-list>li:nth-child(4) .txt-blc .tag-icon::before {
  content: "7";
}

#events-blc .events-list>li:nth-child(5) .txt-blc .tag-icon::before {
  content: "8";
}

#events-blc .events-list>li:nth-child(6) .txt-blc .tag-icon::before {
  content: "9";
}

#events-blc .events-list>li:nth-child(7) .txt-blc .tag-icon::before {
  content: "10";
}

#events-blc .events-list>li:nth-child(8) .txt-blc .tag-icon::before {
  content: "11";
}

#events-blc .events-list>li:nth-child(9) .txt-blc .tag-icon::before {
  content: "12";
}

#events-blc .events-list>li:nth-child(10) .txt-blc .tag-icon::before {
  content: "1";
}

#events-blc .events-list>li:nth-child(11) .txt-blc .tag-icon::before {
  content: "2";
}

#events-blc .events-list>li:nth-child(12) .txt-blc .tag-icon::before {
  content: "3";
}

@media screen and (max-width:767px) {

  #events-blc .events-list>li {
    width: calc((100% - 1rem) / 2);
  }

  #events-blc .events-list>li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  #events-blc .events-list>li:nth-child(-n+3) {
    margin-top: 3rem;
  }

  #events-blc .events-list>li:nth-child(2n+2) {
    margin-right: 0;
  }

  #events-blc .events-list>li:nth-child(-n+2) {
    margin-top: 0;
  }

  #events-blc .events-list>li .img-blc {
    height: 39vw;
  }
}

@media screen and (max-width:640px) {
  #events-blc .events-list>li .txt-blc {
    padding: 3rem 1rem 2rem;
  }
}

@media screen and (max-width:480px) {

  #events-blc .events-list>li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 1rem !important;
  }

  #events-blc .events-list>li:first-child {
    margin-top: 0 !important;
  }

  #events-blc .events-list>li .img-blc {
    height: 48vw;
  }

  #events-blc .events-list {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

}