.main_contents {
  padding-bottom: 50px;
  background-color: #171c2a;
  color: #fff;
}
.main_contents section {
  position: relative;
}
.main_contents a {
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .main_contents {
    padding-bottom: 100px;
    font-size: 2rem;
  }
}

.headline.type2 {
  color: #d5b329;
}
.headline.type2 .word::after {
  background-color: #d5b329;
}
.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 25px 0 0;
  padding: 25px;
}
.article.pos_l {
  margin-right: auto;
  padding-left: 0;
}
.article.pos_l .headline.v-writing {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99;
}
.article.pos_l .headline.v-writing::after {
  left: -12px;
}
.article.pos_l .text_wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
}
.article.pos_r {
  margin-left: auto;
  padding-right: 0;
}
.article.pos_r .headline.v-writing::after {
  right: -12px;
}
.article.pos_r .photo_wrap.sub {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.article.pos_r .text_wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 25px;
}
.article + .article {
  margin-top: 30px;
}
.article .headline.v-writing {
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.article .headline.v-writing::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #fff;
}
.article .swiper {
  margin: 0;
  width: calc(76% + 25px);
}
.article .photo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.article .photo_wrap.main {
  margin-bottom: 50px;
}
.article .photo_wrap.sub {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article .photo_wrap.sub .photo.small {
  margin-top: 70px;
}
.article .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.article .caption {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.article .detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .article .swiper {
    width: calc(88% + 25px);
  }
}
@media print, screen and (min-width: 920px) {
  .article {
    padding: 0;
  }
  .article.pos_l .headline.v-writing::after {
    left: -25px;
  }
  .article.pos_l .text_wrap {
    padding-left: 0;
  }
  .article.pos_r .headline.v-writing::after {
    right: -25px;
  }
  .article.pos_r .photo_wrap.sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 46.5%;
  }
  .article.pos_r .photo_wrap.sub .photo.medium {
    left: auto;
    right: 0;
  }
  .article.pos_r .text_wrap {
    padding-right: 0;
  }
  .article + .article {
    margin-top: 210px;
  }
  .article .swiper {
    width: 90%;
  }
  .article .photo_wrap.main {
    margin: 0 auto 90px;
    padding: 0 25px;
    width: calc(100% - 50px);
  }
  .article .photo_wrap.sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 4.5%;
    position: relative;
    padding-left: 46.5%;
    width: 88%;
  }
  .article .photo_wrap.sub .photo.medium {
    position: absolute;
    left: 0;
    top: 0;
    width: 48.3%;
  }
  .article .photo_wrap.sub .photo.small {
    margin-top: 0;
    width: 57.9%;
  }
  .article .text_wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    width: auto;
  }
  .article .caption {
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
@media print, screen and (min-width: 1140px) {
  .article .swiper {
    width: 92.5%;
  }
  .article .photo_wrap.main {
    width: 76%;
  }
}

.catch {
  display: block;
  font-size: 1.65rem;
  line-height: 1.65;
}

.text {
  line-height: 2;
}

.detail {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}
.detail::before, .detail::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 4px;
  height: 1px;
  background-color: #fff;
}
.detail::before {
  left: 4px;
}
.detail::after {
  width: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 920px) {
  .detail {
    font-size: 1.6rem;
  }
  .detail::before, .detail::after {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .detail:hover::before, .detail:hover::after {
    right: -2px;
  }
}

.photo.large {
  width: calc(76% + 25px);
}
.photo.medium {
  width: 59.7122302158%;
}
.photo.small {
  width: 34.5323741007%;
}
@media print, screen and (min-width: 920px) {
  .photo.large {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}

.spot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 0 0;
}
.spot.type2 a {
  min-height: unset;
}
.spot.type2 div {
  position: relative;
}
.spot.type2 figure {
  width: 100%;
}
.spot.type2 figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.spot.type2 figcaption {
  margin-top: 5px;
  line-height: 1.3;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.spot.type2 figcaption span {
  font-size: 0.9em;
  letter-spacing: 0;
}
.spot.type2 .detail {
  visibility: hidden;
  top: 50%;
  bottom: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spot a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 33.3333333333%;
  min-height: 83px;
  background: no-repeat center center/cover;
  font-size: 1rem;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 4px rgba(57, 21, 14, 0.75);
}
.spot a.hot-spring {
  background-image: url(../img/top/spot_hot-spring.jpg);
}
.spot a.relaxation-room {
  background-image: url(../img/top/spot_relaxation-room.jpg);
}
.spot a.pool {
  background-image: url(../img/top/spot_pool.jpg);
}
.spot a.terrace {
  background-image: url(../img/top/spot_terrace.jpg);
}
.spot a.plaza {
  background-image: url(../img/top/spot_plaza.jpg);
}
.spot a.flower-road {
  background-image: url(../img/top/spot_flower-road.jpg);
}
.spot .name {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.spot .name span {
  letter-spacing: 0;
  font-size: 0.9em;
}
.spot .detail {
  position: absolute;
  left: 50%;
  bottom: 10px;
  white-space: nowrap;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
}
@media print, screen and (min-width: 768px) {
  .spot a {
    min-height: 170px;
  }
}
@media print, screen and (min-width: 920px) {
  .spot {
    margin: 90px auto 0;
    padding: 0 25px;
    width: calc(100% - 50px);
  }
  .spot.type2 a::before {
    content: none;
  }
  .spot.type2 a:hover div::before {
    opacity: 1;
  }
  .spot.type2 div::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #8c8c8c;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .spot.type2 figcaption {
    margin-top: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .spot.type2 .detail {
    visibility: visible;
    font-size: 1.4rem;
  }
  .spot a {
    min-height: 252px;
    font-size: 2rem;
  }
  .spot a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #8c8c8c;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .spot a:hover::before {
    opacity: 1;
  }
  .spot a:hover .detail {
    opacity: 1;
  }
  .spot .name {
    -webkit-transform: none;
            transform: none;
  }
  .spot .detail {
    bottom: 40px;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1140px) {
  .spot {
    padding: 0;
    width: 72%;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.sec_mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  height: calc(100vh - 40px);
  text-align: center;
}
.sec_mv .catch, .sec_mv .text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s 2s ease;
  transition: opacity 1.5s 2s ease;
}
.sec_mv .catch {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.sec_mv .text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
}
.sec_mv.aos-animate .catch, .sec_mv.aos-animate .text {
  visibility: visible;
  opacity: 1;
}
.sec_mv .video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sec_mv .video .wrap {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.sec_mv .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_mv .video iframe {
  left: 50%;
  top: 50%;
  min-width: 1920px;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 920px) {
  .sec_mv {
    padding: 0;
    height: calc(100vh - 75px);
  }
  .sec_mv .catch {
    font-size: 4.5rem;
  }
  .sec_mv .text {
    font-size: 2.2rem;
  }
}

.sec_fulfilled {
  padding-top: 65px;
}
.sec_fulfilled .headline.type2 {
  margin-bottom: 50px;
  text-align: center;
}
.sec_fulfilled .headline.type2 img {
  width: 60%;
}
.sec_fulfilled .catch {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .sec_fulfilled .headline.type2 img {
    width: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_fulfilled {
    padding-top: 165px;
  }
  .sec_fulfilled .inner {
    max-width: 900px;
  }
  .sec_fulfilled .headline.type2 {
    margin-bottom: 80px;
  }
  .sec_fulfilled .catch {
    font-size: 3rem;
    line-height: 2;
  }
  .sec_fulfilled .text {
    font-size: 1.7rem;
    line-height: 2.2;
  }
}

.anchors {
  margin-top: 75px;
  padding: 0 25px 5px;
  color: #d5b329;
}
.anchors a {
  color: #d5b329;
}
.anchors a::after {
  background-color: #d5b329;
}
.anchors .anc_wellness {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.anchors .anc_wellness::after {
  bottom: -4px;
}
.anchors .lists img {
  max-height: 32px;
}
@media print, screen and (min-width: 920px) {
  .anchors {
    margin-top: 280px;
  }
  .anchors .anc_wellness {
    margin-bottom: 0;
    margin-right: 2%;
    font-size: 3.2rem;
    white-space: nowrap;
  }
  .anchors .lists img {
    max-height: 56px;
  }
}
@media print, screen and (min-width: 1140px) {
  .anchors .anc_wellness {
    margin-right: 4%;
  }
}

.sec_wellness {
  padding-top: 60px;
  text-align: center;
}
.sec_wellness .headline.type2 {
  margin-bottom: 40px;
}
.sec_wellness .intro {
  display: inline-block;
  padding-bottom: 30px;
  white-space: nowrap;
  text-align: left;
}
.sec_wellness .intro .catch {
  margin-left: 1em;
}
.sec_wellness .intro .text {
  font-size: 1.2rem;
  line-height: 2.2;
}
.sec_wellness .article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_wellness .article.pos_l .text_wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 920px) {
  .sec_wellness {
    padding-top: 190px;
    width: 100%;
  }
  .sec_wellness .headline.type2 {
    margin-bottom: 70px;
    font-size: 5.2rem;
    text-align: center;
  }
  .sec_wellness .intro .catch {
    font-size: 3.3rem;
  }
  .sec_wellness .intro .text {
    font-size: 2.2rem;
    line-height: 2.5;
  }
  .sec_wellness .article.pos_r .headline.v-writing {
    left: -2%;
  }
  .sec_wellness .article.pos_r .photo.large {
    margin-left: 4.7%;
  }
  .sec_wellness .article.pos_r .photo.small {
    margin-left: auto;
  }
  .sec_wellness .article.pos_r .sub {
    margin-left: auto;
  }
  .sec_wellness .article.pos_l .headline.v-writing {
    left: auto;
    right: -2%;
  }
  .sec_wellness .article.pos_l .photo.large {
    margin-right: 4.7%;
  }
  .sec_wellness .article.pos_l .photo.small {
    margin-top: 50px;
    margin-right: auto;
    width: 60.7%;
  }
  .sec_wellness .article.pos_l .sub {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1140px) {
  .sec_wellness .article.pos_r .sub {
    padding-left: 7%;
  }
}

.sec_enjoy,
.sec_relax,
.sec_facility,
.sec_rest {
  padding-top: 60px;
}
.sec_enjoy .intro,
.sec_relax .intro,
.sec_facility .intro,
.sec_rest .intro {
  padding: 0 25px;
}
@media print, screen and (min-width: 920px) {
  .sec_enjoy,
  .sec_relax,
  .sec_facility,
  .sec_rest {
    padding-top: 160px;
  }
  .sec_enjoy .intro,
  .sec_enjoy .article,
  .sec_relax .intro,
  .sec_relax .article,
  .sec_facility .intro,
  .sec_facility .article,
  .sec_rest .intro,
  .sec_rest .article {
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .sec_enjoy .intro,
  .sec_relax .intro,
  .sec_facility .intro,
  .sec_rest .intro {
    margin-bottom: 140px;
  }
  .sec_enjoy .article,
  .sec_relax .article,
  .sec_facility .article,
  .sec_rest .article {
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 1140px) {
  .sec_enjoy .intro,
  .sec_enjoy .article,
  .sec_relax .intro,
  .sec_relax .article,
  .sec_facility .intro,
  .sec_facility .article,
  .sec_rest .intro,
  .sec_rest .article {
    width: 76%;
  }
}

.sec_enjoy .article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_enjoy .photo_wrap {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_enjoy .article.pos_l {
    margin-left: auto;
  }
  .sec_enjoy .article.pos_l .text_wrap {
    margin-left: auto;
  }
  .sec_enjoy .article.pos_r {
    margin-right: auto;
  }
  .sec_enjoy .article + .article {
    margin-top: 110px;
  }
  .sec_enjoy .photo_wrap {
    margin-bottom: 70px;
  }
  .sec_enjoy .text_wrap {
    width: 67%;
  }
}

.sec_relax .intro {
  text-align: right;
}
.sec_relax .article {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_relax .photo_wrap {
  gap: 20px 15px;
  width: 82.5%;
}
@media print, screen and (min-width: 920px) {
  .sec_relax .photo_wrap {
    gap: 0 9%;
    width: 90%;
  }
  .sec_relax .photo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.sec_facility .article.pos_r {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_facility .article.pos_r .photo_wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 15px;
  width: 82.5%;
}
.sec_facility .article.pos_r .photo {
  width: calc(50% - 7.5px);
}
.sec_facility .article.pos_l {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_facility .article.pos_l .photo_wrap {
  margin-bottom: 50px;
}
.sec_facility .article.pos_l .photo {
  width: 82.5%;
}
@media print, screen and (min-width: 920px) {
  .sec_facility .article.pos_r .photo_wrap {
    gap: 70px 9%;
    width: 90%;
  }
  .sec_facility .article.pos_r .photo {
    width: 45.5%;
  }
  .sec_facility .article.pos_l {
    margin-top: 160px;
  }
  .sec_facility .article.pos_l .photo {
    width: 90%;
  }
}

.sec_rest .intro {
  text-align: right;
}
.sec_rest .article {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_rest .photo_wrap {
  gap: 20px 15px;
  width: 82.5%;
}
.sec_rest .video {
  position: relative;
  margin: 100px 25px 0;
}
.sec_rest .video img {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .sec_rest .photo_wrap {
    gap: 0 9%;
    width: 90%;
  }
  .sec_rest .photo {
    width: 45.5%;
  }
  .sec_rest .video {
    margin: 250px auto 0;
    max-width: 84%;
  }
}

.pages_bottom li + li::before {
  background-color: #fff;
}
.pages_bottom a {
  color: #fff;
}

.footer {
  border-top: 1px solid #d5b329;
}