@charset "UTF-8";

#exp .page-title {
  margin: 40px 0;
}

#exp .head-text {
  background: linear-gradient(to bottom, #EDF7F3, #fff);
  border-radius: 68px 68px 0 0;
  font-size: 22px;
  line-height: 1.8;
  padding: 40px 20px 80px;
  text-align: center;
}

#exp .sec-reservation {
  margin-bottom: 80px;
}
#exp .sec-reservation .flex-content {
  display: flex;
}
#exp .sec-reservation .flex-content .img-area {
  max-width: 304px;
  width: 27%;
  margin-right: 35px;
}
#exp .sec-reservation .flex-content .img-area img {
  border-radius: 35px;
}
#exp .sec-reservation .flex-content .text-area {
  width: calc(73% - 35px);
}
#exp .sec-reservation .flex-content .text-area .note {
  line-height: 1.6;
  margin-bottom: 30px;
}
#exp .sec-reservation .flex-content .text-area .note a {
  color: #17B3EF;
  text-decoration: underline;
}
#exp .sec-reservation .flex-content .text-area .price {
  font-size: 18px;
  line-height: 1.6;
}
#exp .sec-reservation .flex-content .text-area .price span {
  color: #FEEE3F;
}

#exp .sec-flow {
  background-image: url(../img/exp/bg-green.png);
  background-size: 100% 500px;
  background-position: center 40%;
  margin-bottom: 80px;
}
#exp .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 9.5%;
}
#exp .flow-list li {
  width: 27%;
  max-width: 304px;
  position: relative;
}
#exp .flow-list li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 28px solid #EE414B;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  position: absolute;
  top: min(13.5vw, 150px);
  right: -25.5%;
}
#exp .flow-list li:nth-child(3n)::after {
  content: none;
}
#exp .flow-list .flow-title {
  display: flex;
  align-items: center;
  color: #EE414B;
  font-size: 18px;
  margin-bottom: 5px;
}
#exp .flow-list .flow-title .no {
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: 55px;
  font-weight: 500;
  margin-right: 10px;
}
#exp .flow-list .flow-img {
  margin-bottom: 10px;
}
#exp .flow-list .flow-img img {
  border-radius: 35px;
}
#exp .flow-list .flow-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

#exp .sec-luggage {
  margin-bottom: 80px;
}
#exp .sec-luggage .flex-content {
  display: flex;
  padding: 0 20px;
  gap: 0 8%;
}
#exp .sec-luggage .flex-content .content-group {
  width: 46%;
  display: flex;
}
#exp .sec-luggage .flex-content .content-group.wear .text-area {
  width: 48%;
}
#exp .sec-luggage .flex-content .content-group.wear .img-area {
  width: 52%;
  max-width: 260px;
}
#exp .sec-luggage .flex-content .content-group.pool .text-area {
  width: 48%;
}
#exp .sec-luggage .flex-content .content-group.pool .img-area {
  width: 52%;
  max-width: 264px;
}
#exp .sec-luggage .flex-content .content-group .list-title {
  font-size: 18px;
  margin-bottom: 20px;
}
#exp .sec-luggage .flex-content .content-group .luggage-list li {
  font-size: 17px;
  padding-left: 22px;
  margin-bottom: 8px;
  position: relative;
}
#exp .sec-luggage .flex-content .content-group .luggage-list li::before {
  content: "●";
  color: #FDEF3F;
  position: absolute;
  top: 0;
  left: 0;
}

#exp .sec-other {
  margin-bottom: 80px;
}
#exp .sec-other .other-list {
  display: flex;
  border-top: solid 1px #B2B2B2;
  padding: 30px 0 0 20px;
}
#exp .sec-other .other-list dt {
  width: 250px;
}
#exp .sec-other .other-list dd {
  width: calc(100% - 250px);
}
#exp .sec-other .other-list dd .price-list li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.experience-reservation {
  background-image: url(../img/exp/bg-pink.png);
  background-size: 100% 500px;
  padding: 0 20px 100px;
  text-align: center;
}
.experience-reservation .btn-common a {
  width: 100%;
  max-width: 400px;
  padding: 16px 80px 16px 50px;
}

@media screen and (max-width: 768px) {
  #exp .head-text {
    font-size: 16px;
    line-height: 2;
    padding: 40px 20px 50px;
  }

  #exp .sec-reservation {
    margin-bottom: 60px;
  }
  #exp .sec-reservation .flex-content {
    flex-direction: column;
  }
  #exp .sec-reservation .flex-content .img-area {
    width: 100%;
    margin: 0 auto 20px;
  }
  #exp .sec-reservation .flex-content .text-area {
    width: 100%;
  }
  #exp .sec-reservation .flex-content .text-area .note {
    font-size: 15px;
  }
  #exp .sec-reservation .flex-content .text-area .price {
    font-size: 17px;
  }

  #exp .sec-flow {
    margin-bottom: 60px;
  }
  #exp .flow-list {
    flex-direction: column;
    gap: 60px 0;
  }
  #exp .flow-list li {
    width: 100%;
    max-width: 556px;
    margin: 0 auto;
  }
  #exp .flow-list li::after {
    transform: rotate(90deg);
    margin: 0 auto;
    top: auto;
    bottom: -75px;
    left: 0;
    right: 0;
  }
  #exp .flow-list li:nth-child(3n)::after {
    content: "";
  }
  #exp .flow-list li:last-child::after {
    content: none;
  }

  #exp .sec-luggage {
    margin-bottom: 60px;
  }
  #exp .sec-luggage .flex-content {
    flex-direction: column;
  }
  #exp .sec-luggage .flex-content .content-group {
    width: 100%;
    flex-direction: column;
    margin: 0 0 40px;
  }
  #exp .sec-luggage .flex-content .content-group.wear .text-area,
  #exp .sec-luggage .flex-content .content-group.pool .text-area {
    width: 100%;
    margin-bottom: 10px;
  }
  #exp .sec-luggage .flex-content .content-group.wear .img-area {
    width: 68%;
    margin: 0 auto;
  }
  #exp .sec-luggage .flex-content .content-group.pool .img-area {
    width: 100%;
    margin: 0 auto;
  }
  #exp .sec-luggage .flex-content .content-group:last-child {
    margin-bottom: 0;
  }
  #exp .sec-luggage .flex-content .content-group .list-title {
    font-size: 17px;
  }
  #exp .sec-luggage .flex-content .content-group .luggage-list li {
    font-size: 16px;
  }
  
  #exp .sec-other {
    margin-bottom: 40px;
  }
  #exp .sec-other .other-list {
    flex-direction: column;
  }
  #exp .sec-other .other-list dt {
    width: 100%;
    font-size: 17px;
    margin-bottom: 30px;
  }
  #exp .sec-other .other-list dd {
    width: 100%
  }

  .experience-reservation {
    padding: 0 20px 60px;
  }
}