.reslt_wrap {
  display: none;
}
.reslt_wrap.is-single {
  display: block;
}

.icon_plus {
  display: inline-block;
  background-color: #004ea2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.icon_plus.is-single {
  display: none;
}
.icon_plus:before, .icon_plus:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon_plus:before {
  width: 4px;
  height: 50%;
  transition: 0.2s;
}
.icon_plus:after {
  width: 50%;
  height: 3px;
}
.icon_plus.active:before {
  opacity: 0;
}

.rsv__result__item.major--item--color a {
  color: #004ea2;
}
.rsv__result__item.major--item--color.is-single .icon_plus {
  display: none;
}

.expand-all {
  position: sticky;
  top: 10px;
  z-index: 5;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.expand-all a {
  display: inline-block;
  background-color: #004ea2;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 40px;
  margin: 0 5px;
}
.expand-all a .open {
  display: none;
}
.expand-all a.active .open {
  display: block;
}
.expand-all a.active .close {
  display: none;
}

@media (max-width: 53.125em) {
  .sp-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .rsv__result__plan.cf {
    width: 220%;
  }
  .rsv__result__situation li {
    height: 50px;
  }
  .rsv__result__time li em:after {
    left: 0;
    bottom: 0;
    width: 50%;
    height: 0.625rem;
    border-right: solid 0.0625rem #999;
  }
}
