@charset "UTF-8";
.schedule {
  /*タイムライン全体の設定*/
  /*タイムライン全体の設定*/
  /*タイムライン全体の設定*/
}
.schedule dl dt {
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #f4ce71;
  font-size: 5vw;
  margin-bottom: 0;
  line-height: 1.2;
}
.schedule dl dd h3 {
  color: #a47864;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2%;
  font-size: 5.6vw;
}
.schedule dl dd .pht {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 3%;
}
.schedule .icon {
  width: 13%;
  position: absolute;
  left: -3%;
  top: -10px;
  z-index: 1;
}
.schedule h4 {
  width: 40%;
  margin-left: -15%;
  margin-bottom: 20%;
}
.schedule .timeline-read {
  margin-bottom: 10%;
  text-align: center;
}
.schedule .timeline-read span {
  font-size: 10px;
}
.schedule .timeline {
  padding: 18% 30px;
  background: #fbf1f1;
  overflow: hidden;
  /*線の起点とするためrelativeを設定*/
  /*絶対配置で線を設定*/
  /*タイムラインの見出し横の丸の位置と形状*/
}
.schedule .timeline h2 {
  text-align: center;
  font-size: 38px;
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #a47864;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 5%;
}
.schedule .timeline h2 span {
  font-size: 12px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  color: #a47864;
}
.schedule .timeline li {
  position: relative;
  list-style: none;
  padding: 0 0 10px 0;
}
.schedule .timeline dl {
  margin: 0 0 20px 3em;
}
.schedule .timeline .border-line {
  position: absolute;
  left: 9px;
  top: 0;
  width: 3px; /*線の太さ*/
  height: 0; /*はじめは高さを0に*/
  background: #fff;
}
.schedule .timeline li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.schedule .timeline .day1 li::after {
  background: #f4ce71;
}
.schedule .timeline .day2 dl dt {
  color: #e1b4be;
}
.schedule .timeline .day2 li::after {
  background: #e1b4be;
}
.schedule .timeline .day3 dl dt {
  color: #f4ce71;
}
.schedule .timeline .day3 li::after {
  background: #f4ce71;
}
.schedule .timeline .day4 dl dt {
  color: #e1b4be;
}
.schedule .timeline .day4 li::after {
  background: #e1b4be;
}
.schedule .timeline-special {
  padding: 18% 30px;
  background: #ecf3eb;
  overflow: hidden;
  /*タイムラインの見出し横の丸の位置と形状*/
}
.schedule .timeline-special h2 {
  text-align: center;
  font-size: 38px;
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #a47864;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 5%;
}
.schedule .timeline-special h2 span {
  font-size: 12px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  color: #a47864;
}
.schedule .timeline-special li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.schedule .timeline-special .day1 li::after {
  background: #f4ce71;
}
.schedule .timeline-special .day2 dl dt {
  color: #99c393;
}
.schedule .timeline-special .day2 li::after {
  background: #99c393;
}
.schedule .timeline-special .day3 dl dt {
  color: #f4ce71;
}
.schedule .timeline-special .day3 li::after {
  background: #f4ce71;
}
.schedule .timeline-special .day4 dl dt {
  color: #99c393;
}
.schedule .timeline-special .day4 li::after {
  background: #99c393;
}
.schedule .timeline-special .day5 dl dt {
  color: #f4ce71;
}
.schedule .timeline-special .day5 li::after {
  background: #f4ce71;
}
.schedule .timeline-special .day6 dl dt {
  color: #99c393;
}
.schedule .timeline-special .day6 li::after {
  background: #99c393;
}
.schedule .timeline-special .day7 dl dt {
  color: #f4ce71;
}
.schedule .timeline-special .day7 li::after {
  background: #f4ce71;
}
.schedule .timeline-special .day8 dl dt {
  color: #99c393;
}
.schedule .timeline-special .day8 li::after {
  background: #99c393;
}
.schedule .timeline-premium {
  padding: 18% 30px;
  background: #e8eef1;
  overflow: hidden;
  /*タイムラインの見出し横の丸の位置と形状*/
}
.schedule .timeline-premium h2 {
  text-align: center;
  font-size: 38px;
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #a47864;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 5%;
}
.schedule .timeline-premium h2 span {
  font-size: 12px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  color: #a47864;
}
.schedule .timeline-premium li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.schedule .timeline-premium .day0 dl dt {
  color: #87b9ce;
}
.schedule .timeline-premium .day0 li::after {
  background: #87b9ce;
}
.schedule .timeline-premium .day1 li::after {
  background: #f4ce71;
}
.schedule .timeline-premium .day2 dl dt {
  color: #87b9ce;
}
.schedule .timeline-premium .day2 li::after {
  background: #87b9ce;
}
.schedule .timeline-premium .day3 dl dt {
  color: #f4ce71;
}
.schedule .timeline-premium .day3 li::after {
  background: #f4ce71;
}
.schedule .timeline-premium .day4 dl dt {
  color: #87b9ce;
}
.schedule .timeline-premium .day4 li::after {
  background: #87b9ce;
}
.schedule .timeline-premium .day5 dl dt {
  color: #f4ce71;
}
.schedule .timeline-premium .day5 li::after {
  background: #f4ce71;
}
.schedule .timeline-premium .day6 dl dt {
  color: #87b9ce;
}
.schedule .timeline-premium .day6 li::after {
  background: #87b9ce;
}
.schedule .timeline-premium .day7 dl dt {
  color: #f4ce71;
}
.schedule .timeline-premium .day7 li::after {
  background: #f4ce71;
}
.schedule .timeline-premium .day8 dl dt {
  color: #87b9ce;
}
.schedule .timeline-premium .day8 li::after {
  background: #87b9ce;
}
.schedule .detailttl img {
  width: 80%;
  margin-bottom: 5%;
}
.schedule .detailttl p {
  font-size: 14px;
  text-align: justify;
  color: #6e6464;
  line-height: 1.8;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
}
.schedule .detail-inner {
  margin-bottom: 10%;
}
.schedule .detail-inner h4 {
  background: #fff;
  color: #87b9ce;
  border-radius: 10px;
  padding: 2.5% 5%;
  margin-left: 0;
  width: 90%;
  text-align: center;
  margin-top: 10%;
  font-size: 16px;
  margin-bottom: 8%;
}
.schedule .detail-inner dl {
  margin-left: 0;
}
.schedule .detail-inner .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 8%;
}
.schedule .detail-inner .detail-item img {
  width: 20%;
  margin-right: 6%;
}
.schedule .detail-inner .detail-item p {
  width: 100%;
  text-align: justify;
  align-items: center;
}
.schedule .detail-inner .detail-item p span {
  font-size: 24px;
  font-weight: 700;
}
.schedule .detail-point {
  position: relative;
  margin-bottom: 40%;
}
.schedule .detail-point .point-inner {
  background-image: url("../img/plan03/point.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.schedule .detail-point .point-inner p {
  padding: 10% 10% 20% 10%;
}
.schedule .detail-point img {
  position: absolute;
  top: 80%;
  right: 15%;
  width: 42%;
}
.schedule .detail-point02 {
  position: relative;
  margin-bottom: 40%;
}
.schedule .detail-point02 .point-inner {
  background-image: url("../img/plan03/point02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.schedule .detail-point02 .point-inner p {
  padding: 10% 10% 20% 10%;
}
.schedule .detail-point02 img {
  position: absolute;
  top: 80%;
  right: 5%;
  width: 42%;
}

.point {
  overflow: hidden;
}
.point section {
  position: relative;
  overflow: hidden;
}
@keyframes pathmove2 {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.point h2 {
  margin: 0 auto 5% auto;
}
.point .pht {
  position: relative;
  margin-top: 10%;
}
.point .pht .img {
  width: 100%;
  margin: 0 auto;
}
.point .pht .img img {
  width: 100%;
}
.point .pht .bg {
  position: absolute;
  z-index: -1;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}

#packplan {
  margin-bottom: 30%;
}
#packplan .name {
  padding: 10% 0;
  display: none;
}
#packplan .name dl {
  text-align: center;
  margin-bottom: 5%;
}
#packplan .name dl dt {
  font-size: 20px;
  font-weight: 700;
}
#packplan .name dl dd {
  font-size: 12px;
  font-weight: 500;
}
#packplan ul {
  margin: 0 5%;
}
#packplan ul li {
  margin-bottom: 5%;
}
#packplan ul li a {
  display: block;
  background: #b4a0c8;
  border-radius: 50px;
  color: #fff;
  padding: 5% 8%;
  font-size: 4.8vw;
  position: relative;
}
#packplan ul li a i {
  position: absolute;
  right: 6%;
  top: 33%;
  font-size: 6vw;
}/*# sourceMappingURL=style_sp.css.map */