@charset "UTF-8";
/* カラー設定 ============================= */
.color_1 {
  color: #cc0033;
}

.color_2 {
  color: #de9700;
}

/* ====================================== */
@media all and (min-width: 767px) {
  .mvCts nav ul {
    width: 520px;
  }
}
@media all and (min-width: 767px) {
  .weekCts .weekInner .weekInnerBox > a {
    width: 50%;
    max-width: 600px;
    padding: 60px 0;
  }
  .weekCts .weekInner .weekInnerBox > a img {
    max-width: 280px;
  }
}
.pickupCts ul li .name.nameSmall {
  font-feature-settings: "palt";
  font-size: min(3.7vw, 19px);
  line-height: 1.2;
}

@media all and (min-width: 767px) {
  .pickupCts ul li .degree.wid {
    padding: 0 15% 0 7%;
  }
  .pickupCts ul li .degree.pc_small {
    line-height: 1.4;
    font-size: 10px;
  }
  .pickupCts ul li .degree.kerning {
    letter-spacing: -0.1px;
  }
}
@media all and (max-width: 414px) {
  .pickupCts ul li .degree.sp_small {
    line-height: 1.3;
  }
}
.scheduleCts .tableWrap > p.cap {
  font-size: 12px;
  font-weight: bold;
}

@media all and (min-width: 767px) {
  .scheduleCts .tableWrap > p.cap {
    font-size: 15px;
  }
}
.othersCts .othersCts_link {
  color: #cc0033;
}

/* ---- 追加スタイルここまで ---- */
/* カラー設定 ============================= */
#pickup_1 h2 span {
  background-color: #cc0033;
}
#pickup_1 ul li .name {
  background-color: #cc0033;
}
#pickup_1 ul .img {
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 30%, rgba(204, 0, 51, 0.8) 100%);
}

#pickup_2 h2 span {
  background-color: #de9700;
}
#pickup_2 ul li .name {
  background-color: #de9700;
}
#pickup_2 ul .img {
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 30%, rgba(222, 151, 0, 0.8) 100%);
}

/* カラー設定 ============================= */
#forum_1 {
  background-color: rgba(204, 0, 51, 0.4);
}
#forum_1 ul li .ttlArea span {
  color: #cc0033;
}
#forum_1 ul li .ttlArea a {
  background-color: #cc0033;
}

#forum_2 {
  background-color: rgba(222, 151, 0, 0.4);
}
#forum_2 ul li .ttlArea span {
  color: #de9700;
}
#forum_2 ul li .ttlArea a {
  background-color: #de9700;
}/*# sourceMappingURL=style.css.map */