@charset "UTF-8";
/* --------------------------------------------
 * 周辺施設案内 / sightseeing
 * -------------------------------------------- */
/* イントロ */
.sightseeing-intro {
  position: relative;
  background-image: url(../img/under/sightseeing/intro_bg-wave.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 16vw;
  z-index: 2;
  position: relative;
}
.sightseeing-intro::before {
  background: url(../img/under/sightseeing/route-01_coral01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 14%;
  aspect-ratio: 430/649;
  bottom: 6vw;
  left: 0;
  z-index: 0;
}
@media (max-width: 499px) {
  .sightseeing-intro::before {
    width: 18%;
  }
}
.sightseeing-intro::after {
  background: url(../img/under/sightseeing/route-01_coral02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18%;
  aspect-ratio: 726/640;
  bottom: -6vw;
  right: 0;
  z-index: 0;
}
@media (max-width: 499px) {
  .sightseeing-intro::after {
    width: 24%;
  }
}

/* イントロ ポラ写真 */
.sightseeing-intro .top-spot__img01,
.sightseeing-intro .top-spot__img02,
.sightseeing-intro .top-spot__img03,
.sightseeing-intro .top-spot__img04 {
  opacity: 1;
}

.sightseeing-intro .top-spot__img01 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 4.5s forwards;
          animation: fadeIn 0.5s 4.5s forwards;
  width: 17%;
  top: -1vw;
  left: 7%;
}
@media (max-width: 1399px) {
  .sightseeing-intro .top-spot__img01 {
    width: 16%;
    left: 5%;
  }
}
@media (max-width: 639px) {
  .sightseeing-intro .top-spot__img01 {
    top: -16vw;
  }
}
@media (max-width: 499px) {
  .sightseeing-intro .top-spot__img01 {
    top: -20vw;
  }
}

.sightseeing-intro .top-spot__img02 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 5s forwards;
          animation: fadeIn 0.5s 5s forwards;
  width: 19%;
  top: -4vw;
  left: 68%;
}
@media (max-width: 1599px) {
  .sightseeing-intro .top-spot__img02 {
    left: 70%;
  }
}
@media (max-width: 1399px) {
  .sightseeing-intro .top-spot__img02 {
    left: 73%;
    width: 17%;
  }
}
@media (max-width: 834px) {
  .sightseeing-intro .top-spot__img02 {
    left: 78%;
    top: 40px;
  }
}
@media (max-width: 639px) {
  .sightseeing-intro .top-spot__img02 {
    top: -36px;
  }
}
@media (max-width: 499px) {
  .sightseeing-intro .top-spot__img02 {
    top: -12vw;
  }
}

.sightseeing-intro .top-spot__img03 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 5s forwards;
          animation: fadeIn 0.5s 5s forwards;
  width: 13%;
  top: 19vw;
  left: 10%;
}
@media (max-width: 1599px) {
  .sightseeing-intro .top-spot__img03 {
    width: 16%;
    left: 9%;
  }
}
@media (max-width: 1399px) {
  .sightseeing-intro .top-spot__img03 {
    width: 13%;
    left: 7%;
  }
}
@media (max-width: 1240px) {
  .sightseeing-intro .top-spot__img03 {
    left: 3%;
  }
}
@media (max-width: 960px) {
  .sightseeing-intro .top-spot__img03 {
    top: 25vw;
  }
}
@media (max-width: 834px) {
  .sightseeing-intro .top-spot__img03 {
    top: 270px;
  }
}
@media (max-width: 639px) {
  .sightseeing-intro .top-spot__img03 {
    top: 310px;
    width: 12%;
  }
}
@media (max-width: 499px) {
  .sightseeing-intro .top-spot__img03 {
    top: 285px;
  }
}

.sightseeing-intro .top-spot__img04 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 4.5s forwards;
          animation: fadeIn 0.5s 4.5s forwards;
  width: 19%;
  top: 20vw;
  left: 73%;
}
@media (max-width: 1399px) {
  .sightseeing-intro .top-spot__img04 {
    left: 78%;
    width: 17%;
  }
}
@media (max-width: 1240px) {
  .sightseeing-intro .top-spot__img04 {
    left: 80%;
  }
}
@media (max-width: 960px) {
  .sightseeing-intro .top-spot__img04 {
    top: 24vw;
  }
}
@media (max-width: 834px) {
  .sightseeing-intro .top-spot__img04 {
    top: 280px;
  }
}
@media (max-width: 639px) {
  .sightseeing-intro .top-spot__img04 {
    top: 357px;
  }
}
@media (max-width: 499px) {
  .sightseeing-intro .top-spot__img04 {
    top: 299px;
  }
}

.sightseeing-intro__txt-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/under/sightseeing/intro_ise-city.webp);
  background-size: 36%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .sightseeing-intro__txt-wrap {
    background-size: 50%;
  }
}
@media (max-width: 639px) {
  .sightseeing-intro__txt-wrap {
    background-size: 80%;
  }
}

.sightseeing-intro__ttl {
  text-align: center;
  line-height: 1.4;
  font-size: clamp(2.8rem, 3.2vw, 5.2rem);
}
@media (max-width: 499px) {
  .sightseeing-intro__ttl {
    font-size: 3.6rem;
    font-size: clamp(3rem, 7.8vw, 3.6rem);
  }
}
.sightseeing-intro__ttl span {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 1.9vw, 3.2rem);
}
@media (max-width: 499px) {
  .sightseeing-intro__ttl span {
    font-size: clamp(1.8rem, 4.7vw, 2.2rem);
  }
}

.sightseeing-intro__txt {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 50px 0 115px;
  text-align: center;
  font-size: clamp(1.6rem, 1.3vw, 2.1rem);
}
@media (max-width: 499px) {
  .sightseeing-intro__txt {
    margin: 30px 0 60px;
  }
}

/* イントロ ジャンプボタン */
.sightseeing-intro__btn-wrap {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7%;
}
@media (max-width: 499px) {
  .sightseeing-intro__btn-wrap {
    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;
    gap: 30px 7%;
    max-width: none;
    width: 100%;
  }
}

.sightseeing-intro-btn {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
}
.sightseeing-intro-btn:hover {
  background-color: #d1d8ff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 499px) {
  .sightseeing-intro-btn {
    width: 45%;
    padding-bottom: 16px;
  }
}

.sightseeing-intro-btn__txt {
  margin: 76px 0 8px;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 499px) {
  .sightseeing-intro-btn__txt {
    margin: 68px 0 0;
    font-size: 1.8rem;
  }
}

.sightseeing-intro-btn__link span.material-symbols-outlined {
  color: #fe5358;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.sightseeing-intro-btn__link:hover span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.sightseeing-intro-btn__link {
  position: relative;
}
.sightseeing-intro-btn__link .sightseeing__route-badge {
  position: absolute;
}

/* コース一覧 */
.route-main__item-img {
  position: relative;
  display: inline-block;
}
.route-main__item-img img {
  display: block;
  width: 100%;
}

.route-main__item-txt {
  margin: 16px 0;
  font-size: 1.6rem;
}

.route-main__item-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 639px) {
  .route-main__item-info li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.route-main__item-info li + li {
  margin-top: 6px;
}

.route-main__item-info-label {
  width: 93px;
  background: #006b90;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px 0 0px;
  font-family: var(--gra);
  border-radius: 5px;
  font-size: 1.6rem;
}

.route-main__item-info-txt {
  font-size: 1.4rem;
}

.route-main__item-img-label {
  position: absolute;
  top: -10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: white;
}
@media (max-width: 834px) {
  .route-main__item-img-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 639px) {
  .route-main__item-img-label {
    font-size: 1.4rem;
    gap: 5px;
  }
}
@media (max-width: 499px) {
  .route-main__item-img-label {
    gap: 4px;
  }
}
.route-main__item-img-label span {
  position: relative;
  padding: 16px 8px 16px 2px;
  background-color: #fe5358;
  white-space: nowrap;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .route-main__item-img-label span {
    padding: 8px 4px 8px 0px;
    border-radius: 8px;
  }
}
@media (max-width: 499px) {
  .route-main__item-img-label span {
    border-radius: 5px;
  }
}

.route-main__item-img-label .pc-label {
  display: block;
}
@media (max-width: 639px) {
  .route-main__item-img-label .pc-label {
    display: none;
  }
}
.route-main__item-img-label .sp-label {
  display: none;
}
@media (max-width: 639px) {
  .route-main__item-img-label .sp-label {
    display: block;
  }
}

.sightseeing-route .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1199px) {
  .sightseeing-route .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.route-main {
  width: 840px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .route-main {
    width: 100%;
  }
}

.route-side {
  position: sticky;
  top: 130px;
  display: block;
  z-index: 1;
  margin-bottom: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 余ったスペースを埋める */
  max-width: 350px;
  width: 20%;
  margin-bottom: 300px;
}
@media (max-width: 1199px) {
  .route-side {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .route-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.route-side01__list a,
.route-side02__list a,
.route-side03__list a {
  display: block;
  -webkit-transition-duration: none;
          transition-duration: none;
  -webkit-transition: none !important;
  transition: none !important;
}
.route-side01__list a.active,
.route-side02__list a.active,
.route-side03__list a.active {
  color: #f3ed69;
}
@media (max-width: 1199px) {
  .route-side01__list a.active,
  .route-side02__list a.active,
  .route-side03__list a.active {
    color: inherit;
  }
}

.route-side__list a.active {
  position: relative;
}
.route-side__list a.active::after {
  position: absolute;
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  background: url(../img/under/common/sticky-list01_arrow.png) no-repeat top left/cover;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .route-side__list a.active::after {
    content: none;
  }
}

.route-main__item-ttl {
  line-height: 1.2;
  font-size: 4.2rem;
  padding-left: 104px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .route-main__item-ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 834px) {
  .route-main__item-ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 499px) {
  .route-main__item-ttl {
    padding-left: 76px;
  }
}
.route-main__item-ttl span {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .route-main__item-ttl span {
    font-size: 1.6rem;
  }
}
.route-main__item-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  aspect-ratio: 1/1;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  left: 0px;
  z-index: 1;
}
@media (max-width: 499px) {
  .route-main__item-ttl:before {
    width: 60px;
    height: 60px;
  }
}

.route-main__item-ttl {
  position: relative;
}
.route-main__item-ttl .route-main__icon {
  position: relative;
  width: 90px;
  aspect-ratio: 1/1;
  background: url(../img/under/common/yellow-badge_small.webp) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yellow-badge.--route.--route-detail {
  position: absolute;
  left: 45px;
  top: 20px;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: url(../img/under/common/yellow-badge_small.webp) center/cover no-repeat;
}
@media (max-width: 834px) {
  .yellow-badge.--route.--route-detail {
    top: 0;
  }
}
@media (max-width: 499px) {
  .yellow-badge.--route.--route-detail {
    left: 30px;
  }
}
.yellow-badge.--route.--route-detail .badge-inner p {
  line-height: 0.7;
  top: 45%;
}

.route-main__item-body {
  background: #fff;
  border-radius: 40px;
  padding: 40px 50px;
  color: #000;
  position: relative;
  margin-left: auto;
  max-width: 750px;
}
@media (max-width: 1199px) {
  .route-main__item-body {
    margin-left: 90px;
    max-width: none;
  }
}
@media (max-width: 499px) {
  .route-main__item-body {
    padding: 30px;
    margin-left: 62px;
  }
}
.route-main__item-body::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid #ffffff;
  border-left: 0;
  display: block;
  content: "";
  position: absolute;
  left: -12px;
  top: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.route-main__item-body::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 5px solid #f3ed69;
  border-radius: 50%;
  background: var(--blue-green);
}
@media (max-width: 499px) {
  .route-main__item-body::after {
    left: -38px;
    width: 14px;
    height: 14px;
    border: 3px solid #f3ed69;
  }
}

.sightseeing__route:nth-of-type(even) .route-main__item-body::after {
  background: var(--sky-blue);
}

.route-main__item {
  position: relative;
}
.route-main__item:not(:last-child)::before {
  height: calc(100% + 50px);
  content: "";
  display: block;
  position: absolute;
  border-left: 4px dotted var(--yellow);
  left: 45px;
  top: 45px;
  height: 100%;
  color: var(--yellow);
}
@media (max-width: 499px) {
  .route-main__item:not(:last-child)::before {
    left: 30px;
  }
}

.route-main__item.route-main__route-time .route-main__item-body {
  background: inherit;
  border-radius: 0px;
  padding: 70px 0;
  color: var(--yellow);
  position: relative;
  margin-left: auto;
  max-width: 750px;
}
@media (max-width: 1199px) {
  .route-main__item.route-main__route-time .route-main__item-body {
    margin-left: 90px;
    max-width: none;
  }
}
@media (max-width: 834px) {
  .route-main__item.route-main__route-time .route-main__item-body {
    padding: 40px 0;
  }
}
@media (max-width: 499px) {
  .route-main__item.route-main__route-time .route-main__item-body {
    margin-left: 75px;
    padding: 30px 0;
  }
}
.route-main__item.route-main__route-time .route-main__item-body::before {
  content: none;
}
.route-main__item.route-main__route-time .route-main__item-body p {
  font-size: 2.1rem;
}
@media (max-width: 499px) {
  .route-main__item.route-main__route-time .route-main__item-body p {
    font-size: 1.8rem;
  }
}

.route-main__route-time .route-main__item-body::after {
  border: none;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -74px;
  z-index: 1;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 499px) {
  .route-main__route-time .route-main__item-body::after {
    width: 40px;
    left: -64px;
  }
}
.route-main__route-time .route-main__item-body.--bus {
  position: relative;
}
.route-main__route-time .route-main__item-body.--bus::after {
  background: url(../img/under/sightseeing/bus-icon.webp) no-repeat center;
  background-size: contain;
}
.route-main__route-time .route-main__item-body.--foot {
  position: relative;
}
.route-main__route-time .route-main__item-body.--foot::after {
  background: url(../img/under/sightseeing/foot-icon.webp) no-repeat center;
  background-size: contain;
}
.route-main__route-time .route-main__item-body.--car {
  position: relative;
}
.route-main__route-time .route-main__item-body.--car::after {
  background: url(../img/under/sightseeing/car-cion.webp) no-repeat center;
  background-size: contain;
}

.route-main__item-area-ttl {
  font-size: 2.8rem;
  position: relative;
  padding-left: 55px;
  padding-bottom: 12px;
  border-bottom: 3px dotted var(--red);
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .route-main__item-area-ttl {
    font-size: 2.2rem;
    padding-left: 40px;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }
}
.route-main__item-area-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 39px;
  aspect-ratio: 78/98;
  bottom: 19px;
  left: 0px;
  z-index: 1;
}
@media (max-width: 834px) {
  .route-main__item-area-ttl:before {
    width: 30px;
    bottom: 10px;
  }
}

/* エリアごと番号 */
li.route01-cont .route-main__item-area-ttl,
li.route02-cont .route-main__item-area-ttl,
li.route03-cont .route-main__item-area-ttl {
  position: relative;
}
li.route01-cont .route-main__item-area-ttl:before,
li.route02-cont .route-main__item-area-ttl:before,
li.route03-cont .route-main__item-area-ttl:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
li.route01-cont:nth-of-type(1) .route-main__item-area-ttl:before,
li.route02-cont:nth-of-type(1) .route-main__item-area-ttl:before,
li.route03-cont:nth-of-type(1) .route-main__item-area-ttl:before {
  background-image: url(../img/under/sightseeing/area-num01.webp);
}
li.route01-cont:nth-of-type(3) .route-main__item-area-ttl:before,
li.route02-cont:nth-of-type(3) .route-main__item-area-ttl:before,
li.route03-cont:nth-of-type(3) .route-main__item-area-ttl:before {
  background-image: url(../img/under/sightseeing/area-num02.webp);
}
li.route01-cont:nth-of-type(5) .route-main__item-area-ttl:before,
li.route02-cont:nth-of-type(5) .route-main__item-area-ttl:before,
li.route03-cont:nth-of-type(5) .route-main__item-area-ttl:before {
  background-image: url(../img/under/sightseeing/area-num03.webp);
}
li.route01-cont:nth-of-type(7) .route-main__item-area-ttl:before,
li.route02-cont:nth-of-type(7) .route-main__item-area-ttl:before,
li.route03-cont:nth-of-type(7) .route-main__item-area-ttl:before {
  background-image: url(../img/under/sightseeing/area-num04.webp);
}
li.route01-cont:nth-of-type(9) .route-main__item-area-ttl:before,
li.route02-cont:nth-of-type(9) .route-main__item-area-ttl:before,
li.route03-cont:nth-of-type(9) .route-main__item-area-ttl:before {
  background-image: url(../img/under/sightseeing/area-num05.webp);
}

/* サイドメニュー */
.route-side01__map,
.route-side02__map,
.route-side03__map {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1199px) {
  .route-side01__map,
  .route-side02__map,
  .route-side03__map {
    max-width: none;
    width: 40%;
  }
}
@media (max-width: 499px) {
  .route-side01__map,
  .route-side02__map,
  .route-side03__map {
    width: 80%;
  }
}

.route-side01__list,
.route-side02__list,
.route-side03__list {
  border-top: 2px dotted #96cded;
  max-width: 300px;
  margin: 32px 0 0 24px;
}
@media (max-width: 1199px) {
  .route-side01__list,
  .route-side02__list,
  .route-side03__list {
    max-width: none;
    width: 48%;
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .route-side01__list,
  .route-side02__list,
  .route-side03__list {
    width: 100%;
  }
}
.route-side01__list li,
.route-side02__list li,
.route-side03__list li {
  position: relative;
  padding-left: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
  border-bottom: 2px dotted #96cded;
}
@media (max-width: 1240px) {
  .route-side01__list li,
  .route-side02__list li,
  .route-side03__list li {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .route-side01__list li,
  .route-side02__list li,
  .route-side03__list li {
    margin: 0px;
  }
}
.route-side01__list li:nth-child(1)::after,
.route-side02__list li:nth-child(1)::after,
.route-side03__list li:nth-child(1)::after {
  background-image: url(../img/under/sightseeing/area-num01.webp);
}
.route-side01__list li:nth-child(2)::after,
.route-side02__list li:nth-child(2)::after,
.route-side03__list li:nth-child(2)::after {
  background-image: url(../img/under/sightseeing/area-num02.webp);
}
.route-side01__list li:nth-child(3)::after,
.route-side02__list li:nth-child(3)::after,
.route-side03__list li:nth-child(3)::after {
  background-image: url(../img/under/sightseeing/area-num03.webp);
}
.route-side01__list li:nth-child(4)::after,
.route-side02__list li:nth-child(4)::after,
.route-side03__list li:nth-child(4)::after {
  background-image: url(../img/under/sightseeing/area-num04.webp);
}
.route-side01__list li:nth-child(5)::after,
.route-side02__list li:nth-child(5)::after,
.route-side03__list li:nth-child(5)::after {
  background-image: url(../img/under/sightseeing/area-num05.webp);
}
.route-side01__list li::after,
.route-side02__list li::after,
.route-side03__list li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  aspect-ratio: 78/98;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 01.伊勢定番観光コース */
.sightseeing-route01 {
  position: relative;
}
.sightseeing-route01__bg01 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  width: 15%;
  max-width: 238px;
  background-image: url(../img/under/sightseeing/chara01.webp);
  aspect-ratio: 567/516;
  right: 0;
  bottom: 4vw;
}
@media (max-width: 639px) {
  .sightseeing-route01__bg01 {
    width: 22%;
  }
}
.sightseeing-route01 .content-wrapper {
  position: relative;
  padding-bottom: 268px;
}
@media (max-width: 639px) {
  .sightseeing-route01 .content-wrapper {
    padding-bottom: 178px;
  }
}
@media (max-width: 499px) {
  .sightseeing-route01 .content-wrapper {
    padding-bottom: 120px;
  }
}
.sightseeing-route01 .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background: var(--blue-green);
  z-index: -1;
}
@media (max-width: 1199px) {
  .sightseeing-route01 .content-wrapper::before {
    height: 94%;
  }
}
@media (max-width: 639px) {
  .sightseeing-route01 .content-wrapper::before {
    height: 96%;
  }
}
@media (max-width: 499px) {
  .sightseeing-route01 .content-wrapper::before {
    height: 97%;
  }
}
.sightseeing-route01::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/sightseeing/route-01_separator01.webp);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3362/466;
  background-position: bottom center;
  top: -13.5vw;
  left: 0;
}
.sightseeing-route01::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/sightseeing/route-01_separator02.webp);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1680/705;
  background-position: bottom center;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* 02.シーパラ満喫コース */
.route02-cont .route-main__item-ttl:before {
  background: url(../img/under/sightseeing/route02.webp) no-repeat center;
  background-size: cover;
}

.sightseeing-route02 {
  position: relative;
}
.sightseeing-route02::before {
  background: url(../img/under/sightseeing/route-02_bg-item01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  aspect-ratio: 1379/1569;
  top: -26vw;
  right: 0;
  z-index: -1;
}
.sightseeing-route02::after {
  background: url(../img/under/sightseeing/route-02_bg-item02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  aspect-ratio: 1558/1480;
  bottom: -150px;
  left: 0;
  z-index: -1;
}

/* 03.伊勢文化体験コース */
.route03-cont .route-main__item-ttl:before {
  background: url(../img/under/sightseeing/route03.webp) no-repeat center;
  background-size: cover;
}

.sightseeing-route03 {
  background: var(--blue-green);
  position: relative;
  margin-top: 11vw;
}
.sightseeing-route03::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: url(../img/under/sightseeing/route-03_separator01.webp) no-repeat center;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3362/1324;
  background-position: bottom center;
  top: -13.5vw;
  left: 0;
}
.sightseeing-route03::after {
  content: "";
  display: block;
  width: 12%;
  position: absolute;
  background: url(../img/under/sightseeing/chara02.webp) no-repeat center;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 370/342;
  background-position: bottom center;
  top: -10.5vw;
  left: 80%;
}
@media (max-width: 639px) {
  .sightseeing-route03::after {
    width: 15%;
  }
}/*# sourceMappingURL=sightseeing.css.map */