.common-unit__txt {
  width: calc( 100% - 306px);
}

@media screen and (max-width: 768px) {
  .common-unit__txt {
    width: 100%;
  }
}

.common-unit__img {
  width: 282px;
}

@media screen and (max-width: 768px) {
  .common-unit__img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.intro .intro-catch {
  max-width: 604px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .intro .intro-catch {
    max-width: 320px;
  }
}

.center-line {
  position: relative;
  margin-bottom: 210px;
  width: 2px;
  height: 2717px;
  background: #22ACD5;
}

.wrap-xs {
  position: relative;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list {
    position: relative;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list {
    margin: 0 0 28px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list::before {
    position: absolute;
    top: 0;
    left: calc( 50% + 10px);
    content: "";
    width: 2px;
    height: 100%;
    background: #22ACD5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.wrap-xs .day-list__item {
  position: absolute;
  width: 460px;
  right: 40px;
}

@media screen and (max-width: 1280px) {
  .wrap-xs .day-list__item {
    right: 31px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
    width: 100%;
    max-width: 658px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
    box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
    border-radius: 6px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-xs .day-list__item {
    max-width: 320px;
  }
}

.wrap-xs .day-list__item::before {
  position: absolute;
  top: 94px;
  left: -308px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 32px;
}

@media screen and (max-width: 1280px) {
  .wrap-xs .day-list__item::before {
    left: -316px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item::before {
    top: -32px;
    left: 0;
    width: 140px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list__item::before {
    top: -28px;
    width: 120px;
    height: 21px;
  }
}

.wrap-xs .day-list__item .day-img {
  position: relative;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item .day-img {
    width: 100%;
    max-width: 320px;
  }
}

.wrap-xs .day-list__item .day-img::before, .wrap-xs .day-list__item .day-img::after {
  position: absolute;
  top: 150px;
  content: "";
  background: #22ACD5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item .day-img::before, .wrap-xs .day-list__item .day-img::after {
    display: none;
  }
}

.wrap-xs .day-list__item .day-img::before {
  left: -339px;
  width: 290px;
  height: 2px;
}

@media screen and (max-width: 1280px) {
  .wrap-xs .day-list__item .day-img::before {
    left: -357px;
  }
}

.wrap-xs .day-list__item .day-img::after {
  left: -60px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
  .wrap-xs .day-list__item .day-img::after {
    left: -78px;
  }
}

.wrap-xs .day-list__item .day-img .day-img-inner {
  position: relative;
  z-index: 1;
}

.wrap-xs .day-list__item .day-img img {
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item .day-img img {
    border-radius: 6px 0 0 6px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-xs .day-list__item .day-img img {
    border-radius: 6px 6px 0 0;
  }
}

.wrap-xs .day-list__item .day-txt {
  position: relative;
  padding: 12px 20px 16px;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item .day-txt {
    padding: 12px 20px 16px;
    width: calc( 100% - 320px);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list__item .day-txt {
    padding: 8px 16px 12px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-xs .day-list__item .day-txt {
    width: 100%;
  }
}

.wrap-xs .day-list__item .day-txt .ttl-s {
  margin-bottom: 4px;
  padding: 0 0 0 24px;
  border-bottom: none;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item .day-txt .ttl-s {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list__item .day-txt .ttl-s {
    font-size: 1.7rem;
  }
}

.wrap-xs .day-list__item .day-txt .ttl-s::before {
  top: calc( 50% - 9px);
}

.wrap-xs .day-list__item .day-txt .ttl-s span {
  margin: 0 -4px;
}

.wrap-xs .day-list__item .day-txt p {
  line-height: 1.4;
}

.wrap-xs .day-list__item a {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #22ACD5;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .wrap-xs .day-list__item a {
    right: 16px;
    bottom: 8px;
  }
}

.wrap-xs .day-list__item a svg {
  width: 12px;
  height: 5px;
  fill: #22ACD5;
  margin-left: 8px;
  margin-bottom: 5px;
}

.wrap-xs .day-list__item a:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  opacity: .7;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list__item:last-child {
    margin-bottom: calc(8px * 4);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .wrap-xs .day-list__item:last-child {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .wrap-xs .day-list__item:last-child {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.wrap-xs .day-list .time1 {
  top: 0;
}

.wrap-xs .day-list .time1::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt1.svg");
}

.wrap-xs .day-list .time1 .day-img::before, .wrap-xs .day-list .time1 .day-img::after {
  z-index: 1;
}

.wrap-xs .day-list .time2 {
  top: 296px;
}

.wrap-xs .day-list .time2::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt2.svg");
}

.wrap-xs .day-list .time3 {
  top: 594px;
}

.wrap-xs .day-list .time3::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt3.svg");
}

.wrap-xs .day-list .time4 {
  top: 867px;
}

.wrap-xs .day-list .time4::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt4.svg");
}

.wrap-xs .day-list .time4 .day-txt {
  padding: 12px 20px 48px;
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list .time4 .day-txt {
    padding: 8px 16px 32px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-xs .day-list .time4 .day-txt {
    padding-bottom: 24px;
  }
}

.wrap-xs .day-list .time5 {
  top: 1220px;
}

.wrap-xs .day-list .time5::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt5.svg");
}

.wrap-xs .day-list .time6 {
  top: 1542px;
}

.wrap-xs .day-list .time6::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt6.svg");
}

.wrap-xs .day-list .time6 .day-txt {
  padding: 12px 20px 48px;
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list .time6 .day-txt {
    padding: 8px 16px 32px;
  }
}

.wrap-xs .day-list .time7 {
  top: 1895px;
}

.wrap-xs .day-list .time7::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt7.svg");
  background-repeat: no-repeat;
}

.wrap-xs .day-list .time7 .day-txt {
  padding: 12px 20px 48px;
}

@media screen and (max-width: 768px) {
  .wrap-xs .day-list .time7 .day-txt {
    padding: 8px 16px 32px;
  }
}

.wrap-xs .day-list .time8 {
  top: 2272px;
}

.wrap-xs .day-list .time8::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt8.svg");
  background-repeat: no-repeat;
}

.wrap-xs .day-list .time9 {
  top: 2567px;
}

.wrap-xs .day-list .time9::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/day/time-txt9.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .wrap-xs .day-list .time1, .wrap-xs .day-list .time2, .wrap-xs .day-list .time3, .wrap-xs .day-list .time4, .wrap-xs .day-list .time5,
  .wrap-xs .day-list .time6, .wrap-xs .day-list .time7, .wrap-xs .day-list .time8, .wrap-xs .day-list .time9 {
    top: auto;
    right: auto;
    left: auto;
  }
}

/*# sourceMappingURL=../../maps/pages/day.css.map */
