<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------
  outline
------------------------*/
.sec-outline .p-outline__content {
  position: relative;
}
.sec-outline .ended {
  display: none;
}
.sec-outline .end .ended {
  display: flex;
  position: absolute;
  left: 3.125rem;
  right: 3.125rem;
  bottom: 2.5rem;
  top: 7.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(165, 131, 72, 0.8);
  font-size: 2.5rem;
  color: #fffbf5;
  font-weight: 700;
  text-shadow: 0px 0px 20px #694a26;
}
@media screen and (max-width: 576px) {
  .sec-outline .end .ended {
    font-size: 1.25rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    top: 3.75rem;
  }
}

@media screen and (max-width: 750px) {
  .sec-special .p-outline__item .detail {
    line-height: 1.25rem;
    font-size: 0.8125rem;
  }
  .sec-special .p-outline__item .detail a {
    font-size: 0.8125rem;
  }
  .sec-special .p-outline__item.btn {
    padding-top: 0;
  }
}

.ly-wrapper {
  position: relative;
}

.p-outline_wrap .outline_tab {
  display: none;
}
.p-outline_wrap.active .outline_tab {
  display: block;
}

.btn_area {
  display: flex;
}
@media screen and (max-width: 576px) {
  .btn_area {
    margin-bottom: 1.5rem;
    justify-content: center;
  }
}

.outline_tab_label {
  display: block;
  height: 4.375rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 4.25rem;
  letter-spacing: 0.1875rem;
  background-color: #ece5d9;
  width: calc(20% - 0.375rem);
  color: #a58348;
  border-radius: 0 1.25rem 0 0;
  border: 2px solid #482d1c;
  border-bottom: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .outline_tab_label {
    height: 2.25rem;
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
@media screen and (max-width: 576px) {
  .outline_tab_label {
    width: 4.375rem;
    font-size: 0.9375rem;
    border: 1px solid #482d1c;
    border-radius: 0;
    height: 1.75rem;
    line-height: 1.625rem;
  }
}
.outline_tab_label:not(:last-child) {
  margin-right: 0.75rem;
}
.outline_tab_label input {
  display: none;
}
.outline_tab_label.active {
  background: #d0af62;
  color: #482d1c;
}

.tab_label_text {
  display: none;
}

.tour_nationwide {
  filter: invert(54%) sepia(50%) saturate(420%) hue-rotate(359deg) brightness(89%) contrast(88%);
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .tour_nationwide {
    margin-top: 0.75rem;
  }
}
.tour_nationwide .text_stars {
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 576px) {
  .tour_nationwide .text_stars {
    font-size: 1.25rem;
    letter-spacing: 0rem;
    text-align: center;
  }
}
.tour_nationwide .text_stars::before, .tour_nationwide .text_stars::after {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.25rem;
}
@media screen and (max-width: 576px) {
  .tour_nationwide .text_stars::before, .tour_nationwide .text_stars::after {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.625rem;
  }
}

.p_outline_present_wrap {
  margin-top: 6.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p_outline_present_wrap {
    margin-bottom: 1.5rem;
    margin-top: 3.125rem;
  }
}/*# sourceMappingURL=outline.css.map */</pre></body></html>