.bg0105 {
  --clKm: #b5e5cf;
  background: #b5e5cf;
}

.bg0510 {
  --clKm: #ffff9a;
  background: #ffff9a;
}

.bg1015 {
  --clKm: #fce6a2;
  background: #fce6a2;
}

.bg1520 {
  --clKm: #ffa7a5;
  background: #ffa7a5;
}

.bg-over20 {
  --clKm: #dd5a5a;
  background: #dd5a5a;
}

.bgwhite {
  background: #fff;
}

.p-prediction {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .p-prediction {
    padding: 8rem 0 0;
  }
}
.p-prediction__wrap {
  background: #efefef;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-prediction__wrap {
    padding: 8rem 0;
    margin-bottom: 7.5rem;
  }
}
.p-prediction__legend {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .p-prediction__legend {
    flex-direction: row;
    align-items: center;
    gap: min(2.9296875vw, 3rem);
    margin-bottom: 5.5rem;
    padding: 1.2rem min(4.39453125vw, 4.5rem);
  }
}
.p-prediction__legend label {
  background: #efefef;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  height: 3.2rem;
  font-size: 1.3rem;
  width: 13rem;
}
@media (min-width: 768px) {
  .p-prediction__legend label {
    font-size: min(1.26953125vw, 1.3rem);
    width: min(12.6953125vw, 13rem);
  }
}
.p-prediction__legend ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-prediction__legend ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;
  }
}
.p-prediction__legend ul li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-prediction__legend ul li {
    font-size: min(2.1484375vw, 2.2rem);
    line-height: 1.0909090909;
  }
}
.p-prediction__legend ul li span {
  flex-shrink: 0;
  margin-right: 1rem;
  font-weight: 500;
}
.p-prediction__legend ul li span.boxcolor {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-prediction__legend ul li span.boxcolor {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-prediction__legend.--lemodal {
  margin-bottom: 3rem;
  padding: 1.2rem;
  text-align: left;
}
.p-prediction__legend.--lemodal ul {
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-prediction__legend.--lemodal ul {
    gap: min(1.953125vw, 2rem);
  }
}
.p-prediction__legend.--lemodal ul li {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-prediction__legend.--lemodal ul li {
    font-size: min(1.7578125vw, 1.8rem);
  }
}
.p-prediction__legend.--lemodal label {
  font-size: 1.4rem;
  width: 11.55rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-prediction__legend.--lemodal label {
    font-size: 1.4rem;
    width: 12rem;
  }
}
.p-prediction__section {
  position: relative;
  z-index: 1;
}
.p-prediction__jam {
  background: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 4rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: 0.4rem;
}
@media (min-width: 768px) {
  .p-prediction__jam {
    font-size: 1.8rem;
    min-height: 4.8rem;
    margin-bottom: 3.2rem;
  }
}
.p-prediction__jam .jam-ttl {
  background: #2e2e2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding-inline: 1rem;
  margin-right: 1rem;
  clip-path: polygon(0 0, 92% 0%, 100% 50%, 92% 100%, 0 100%, 0% 50%);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-prediction__jam .jam-ttl {
    min-width: 24rem;
    margin-right: 3.2rem;
  }
}
.p-prediction__jam > p {
  padding: 0.6rem 0;
}
@media (min-width: 768px) {
  .p-prediction__jam > p {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-prediction__jam > p {
    font-size: 1.1rem;
  }
}
.p-prediction__small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-prediction__small {
    font-size: 2rem;
  }
}
.p-prediction__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-prediction__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .p-prediction__ttl {
    font-size: 4.8rem;
  }
}
.p-prediction__ttl p {
  display: inline;
}
@media (min-width: 768px) {
  .p-prediction__ttl p {
    display: flex;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .p-prediction__ttl p {
    line-height: 2;
  }
}
.p-prediction__ttl small {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .p-prediction__ttl small {
    font-size: 0.5em;
    margin-right: 1.5rem;
    align-self: center;
  }
}
.p-prediction__ttl span {
  background: var(--color-secondary);
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0 0.75rem 0.05rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .p-prediction__ttl span {
    padding: 0.7rem 1.2rem 0.8rem;
    font-size: 2rem;
  }
}
.p-prediction__box {
  background: #fff;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-prediction__box {
    margin-bottom: 6rem;
  }
}
.p-prediction__box:last-child {
  margin-bottom: 0;
}
.p-prediction__box .box-ttl {
  color: #fff;
  background: var(--keycolor);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-feature-settings: normal;
  padding-inline: 1rem;
  font-size: 2rem;
  height: 6rem;
}
@media (min-width: 768px) {
  .p-prediction__box .box-ttl {
    font-size: 2.8rem;
    height: 9rem;
  }
}
.p-prediction__box .box-content {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .p-prediction__box .box-content {
    padding: 5.5rem 3.2rem;
  }
}
.p-prediction__box .box-content .sun {
  color: #ff0000;
}
.p-prediction__box .box-content .sat {
  color: #0000ff;
}
.p-prediction__box .box-content .traffic-calendar .calendar-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-prediction__box .box-content .traffic-calendar table {
  background: #efefef;
  width: 100%;
  padding: 0 0.6rem;
  padding-bottom: 0.6rem;
}
.p-prediction__box .box-content .traffic-calendar table tr th {
  font-size: 1.6rem;
  font-weight: 600;
  height: 4rem;
  text-align: center;
}
.p-prediction__box .box-content .traffic-calendar table tr td {
  text-align: center;
  height: 4rem;
  width: 3.6rem;
  border: 0.2rem solid #efefef;
}
@media (max-width: 767px) {
  .p-prediction__box .box-content .traffic-calendar table tr td {
    font-size: 1.4rem;
  }
}
.p-prediction__box .box-content .traffic-calendar table tr td .color-white {
  text-decoration: underline;
}
.p-prediction__box .box-content.--no-popup td.is-event {
  pointer-events: none;
}
.p-prediction__box .box-content.--no-popup td.is-event a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-prediction__box .box-content__item {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .p-prediction__box .box-content__item {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-prediction__date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .p-prediction__date {
    font-size: 3.6rem;
    padding: 3rem 0;
  }
}
@media (min-width: 1025px) {
  .p-prediction__date {
    font-size: 4rem;
  }
}
.p-prediction .slider-nav {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-prediction .slider-nav {
    display: none;
  }
}
.p-prediction .slider-nav__item.slick-current .calendar-month {
  background: var(--keycolor);
  color: #fff;
}
.p-prediction .slick-initialized .slick-track {
  display: flex;
}
.p-prediction .slick-slide {
  height: initial;
  margin-inline: 0.1rem;
}

.traffic-modal-bg {
  background: #efefef;
  margin: 0 -1.5rem 2rem;
  padding: 1.5rem;
  position: relative;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .traffic-modal-bg {
    margin: 0 -1.5rem 4rem;
    padding: 4rem 3rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-bg {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.traffic-modal-bg:last-child {
  margin-bottom: 0;
}

.traffic-modal-wrapper .traffic-modal:nth-child(2) .arrow-l {
  display: none;
}
.traffic-modal-wrapper .traffic-modal:last-child .arrow-r {
  display: none;
}

.traffic-modal-pager .btn {
  font-weight: 500;
  height: 5.7rem;
}
.traffic-modal-pager .btn.last {
  display: none;
}
.traffic-modal-pager .btn span {
  background: #fff;
  border: 0.2rem solid var(--keycolor);
  border-radius: 50%;
  display: block;
  width: 3.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span {
    border-width: 0.3rem;
    width: 4rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn span {
    width: 6.4rem;
  }
}
@media (max-width: 767px) {
  .traffic-modal-pager .btn span {
    flex-shrink: 0;
  }
}
.traffic-modal-pager .btn span.--left:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.traffic-modal-pager .btn span:before {
  background: url(../images/common/ic_right_3.png) no-repeat bottom center;
  background-size: contain;
  aspect-ratio: 8/13;
  width: 0.8rem;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span:before {
    width: 1rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn span:before {
    width: 1.5rem;
  }
}

.calendar-month {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  width: 6.2rem;
  height: 2.8rem;
  color: var(--keycolor);
  border: 2px solid var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
}

/*# sourceMappingURL=prediction.css.map */
