.feature_page {
  overflow: hidden;
}
.feature_page .common-title img {
  max-width: initial;
}
.feature_page .entry-content {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 30px auto;
}
.feature_page img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.feature_page .attachment-large {
  width: 100%;
  aspect-ratio: 800/424;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature_page h1.entry-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.feature_page .lead {
  margin-bottom: 60px;
}
.feature_page p {
  margin-bottom: 40px;
}
.feature_page .card-parents {
  padding: 0;
  margin-bottom: 100px;
}
.feature_page .card-parents p {
  margin-bottom: 10px;
}
.feature_page .hotel-others-block {
  margin-bottom: 40px;
}
.feature_page .wp-block-image.size-large, .feature_page .wp-block-image.size-full {
  margin-bottom: 40px;
}
.feature_page .wp-block-image.size-large img, .feature_page .wp-block-image.size-full img {
  width: 100%;
  aspect-ratio: 800/460;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature_page figure.wp-block-gallery.has-nested-images {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.feature_page figure.wp-block-gallery.has-nested-images figure {
  width: 100% !important;
  max-width: 480px;
}
.feature_page figure.wp-block-gallery.has-nested-images figure:nth-of-type(2) {
  width: 100% !important;
}
.feature_page figure.wp-block-gallery.has-nested-images img {
  max-width: 480px;
  width: 100%;
  max-height: auto;
  height: auto;
  aspect-ratio: 480/310;
  margin: 0;
}
.feature_page .custom-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
.feature_page .custom-gallery figure {
  position: relative;
  width: 100%;
  display: block;
}
.feature_page .custom-gallery figure img {
  max-width: 480px;
  width: 100%;
  height: auto;
  aspect-ratio: 480/310;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature_page .custom-gallery a svg {
  position: absolute;
  bottom: -9px;
  right: 11px;
  transform: translate(-50%, -50%);
}
.feature_page .custom-gallery a:hover img {
  opacity: 0.7;
}
.feature_page .custom-gallery a:hover svg ellipse {
  fill: #12467F;
}
.feature_page .custom-gallery a:hover svg path {
  fill: #ffffff;
}
.feature_page .feature-custom-circle ul,
.feature_page .feature-custom-square ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 60px;
}
.feature_page .feature-custom-circle img,
.feature_page .feature-custom-square img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 310px;
  height: auto;
  border-radius: 200px;
}
.feature_page .feature-custom-square img {
  border-radius: inherit;
  max-width: 310px;
  width: 100%;
  max-height: 220px;
  height: auto;
  aspect-ratio: 310/220;
}
.feature_page .feature-flows {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000000;
  font-weight: 600;
}
.feature_page .feature-flows .des {
  margin-bottom: 20px;
}
.feature_page .feature-flows .des mark {
  background: #fae4e1;
}
.feature_page .feature-flows .link {
  margin-bottom: 0;
}
.feature_page .feature-flows .link a {
  color: #5288C3;
  text-decoration: none;
}
.feature_page .number-list {
  margin-bottom: 60px;
}
.feature_page .number-list ol {
  list-style: auto;
}
.feature_page .contents-box {
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #000000;
}
.feature_page .contents-box .box-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.feature_page .contents-box .right img {
  width: 190px;
  max-width: 190px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.feature_page .contents-box .left .ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
.feature_page .contents-box .left .des {
  margin-bottom: 0;
}
.feature_page .table-block {
  text-align: center;
  margin-bottom: 60px;
}
.feature_page .table-block table {
  width: 1000px;
}
.feature_page .table-block th,
.feature_page .table-block td {
  padding: 15px;
  border: 1px solid #ffffff;
  width: 332px;
}
.feature_page .table-block th {
  background-color: #88ADD6;
  color: #ffffff;
}
.feature_page .table-block td {
  background-color: #E8EFF1;
}
.feature_page .video {
  text-align: center;
  margin-bottom: 60px;
}
.feature_page .feature-slider .swiper-feature {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
.feature_page .feature-slider .swiper-feature .swiper-button-next, .feature_page .feature-slider .swiper-feature .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.feature_page .feature-slider .swiper-feature .swiper-button-prev {
  left: 6%;
}
.feature_page .feature-slider .swiper-feature .swiper-button-next {
  right: 0;
}
.feature_page .feature-slider .swiper-feature .swiper-pagination {
  z-index: 9999999;
  position: relative;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_page .feature-slider .swiper-feature img {
  max-width: 800px;
  width: 100%;
  max-height: 456px;
  width: 100%;
  aspect-ratio: 800/456;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature_page .reserve-des {
  border-bottom: 1px solid #404040;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.feature_page .reserve-des .reserve-des-inner {
  padding: 24px;
  background-color: #F4F7F8;
}
.feature_page .reserve-des .reserve-des-inner p {
  text-align: center;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 16px;
}
.feature_page .reserve-des .reserve-des-inner .btn-feature-inside-contents {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .feature_page .attachment-large img {
    margin: 50px auto 0;
  }
  .feature_page h1.entry-title {
    font-size: 2.4rem;
  }
  .feature_page .lead {
    margin-bottom: 40px;
  }
  .feature_page figure.wp-block-gallery.has-nested-images {
    display: block;
  }
  .feature_page figure.wp-block-gallery.has-nested-images figure {
    width: 100% !important;
    max-width: initial;
  }
  .feature_page figure.wp-block-gallery.has-nested-images figure:nth-of-type(1) {
    margin-bottom: 20px !important;
  }
  .feature_page figure.wp-block-gallery.has-nested-images figure:nth-of-type(2) {
    width: 100% !important;
  }
  .feature_page figure.wp-block-gallery.has-nested-images figure img {
    max-width: 100% !important;
  }
  .feature_page figure.wp-block-gallery.has-nested-images .wp-block-image.size-large {
    width: 100% !important;
  }
  .feature_page figure.wp-block-gallery.has-nested-images .wp-block-image.size-large:not(:last-child) {
    margin: 0 auto 20px !important;
  }
  .feature_page figure.wp-block-gallery.has-nested-images img {
    max-width: 100% !important;
  }
  .feature_page .hotel-others-block .card-parents {
    margin-bottom: 60px;
  }
  .feature_page .hotel-others-block .card-parents .card-parents {
    display: block;
  }
  .feature_page .hotel-others-block .card-parents .card-parents .list-card {
    padding: 0;
  }
  .feature_page .hotel-others-block .card-parents .card-parents .list-card:not(:last-child) {
    margin-bottom: 40px;
  }
  .feature_page .hotel-others-block .list-feature-parents h3 {
    padding: 0px 20px;
  }
  .feature_page .hotel-others-block .list-feature-parents .list-card {
    padding: 0px 20px;
  }
  .feature_page .custom-gallery {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .feature_page .custom-gallery figure img {
    max-width: 100%;
  }
  .feature_page .custom-gallery svg {
    bottom: -9px;
    right: 11px;
  }
  .feature_page .feature-custom-circle ul,
  .feature_page .feature-custom-square ul {
    flex-direction: column;
  }
  .feature_page .feature-custom-circle li,
  .feature_page .feature-custom-square li {
    width: 100%;
  }
  .feature_page .feature-custom-circle img,
  .feature_page .feature-custom-square img {
    max-width: 100%;
    max-height: 100%;
  }
  .feature_page .feature-custom-circle {
    padding: 0px 30px;
  }
  .feature_page .feature-custom-circle img {
    border-radius: 500px;
  }
  .feature_page .contents-box {
    padding: 20px;
  }
  .feature_page .contents-box .box-inner {
    flex-direction: column;
  }
  .feature_page .table-block {
    overflow-x: scroll;
    width: calc(100% + 20px);
  }
  .feature_page .feature-slider .swiper-feature .swiper-button-next, .feature_page .feature-slider .swiper-feature .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=post-feature.css.map */