@charset "UTF-8";
/* リキッドレイアウト対応 */

body {
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 787px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  word-wrap: break-word;
}

.inner {
  width: 100%;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.pagetop {
  position: absolute;
  z-index: 500;
  right: 20px;
  right: 1.25rem;
  bottom: 12px;
  bottom: 0.75rem;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.03em;
  text-decoration: unset;
  white-space: nowrap;
  width: 78px;
  width: 4.875rem;
  height: 78px;
  height: 4.875rem;
  aspect-ratio: 1/1;
  text-align: center;
  padding-top: 32px;
  padding-top: 2rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 3rem;
    height: 3rem;
    bottom: -1.875rem;
    font-size: 0.875rem;
    padding-top: 1.25rem;
  }
}
.pagetop::before {
  margin-inline: auto;
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  width: 1rem;
  height: 20px;
  height: 1.25rem;
  aspect-ratio: 14/8;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  background: url("../images/top/arrow-top.svg") no-repeat top/contain;
  /*background-color: var(--base-color);
  mask-image: url('../images/top/arrow-top.svg');
  mask-repeat: no-repeat;
  mask-size: contain;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop::before {
    top: 0.625rem;
    width: 0.75rem;
  }
}
.pagetop::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #003ca0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .pagetop:hover::before {
    -webkit-transform: translateX(-50%) translateY(-3px);
            transform: translateX(-50%) translateY(-3px);
  }
  .pagetop:hover::after {
    background: #80A3DD;
  }
}
#pagetop-end {
  display: block;
  height: 1px;
}

.spot {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.spot::before {
  content: "";
  position: absolute;
  display: block;
  width: 566px;
  width: 35.375rem;
  height: 405px;
  height: 25.3125rem;
  background: url(../images/top/bg_hotel_l.png.webp) no-repeat left top/contain;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .spot::before {
    width: 14.1875rem;
    height: 10.1875rem;
  }
}
.spot::after {
  content: "";
  position: absolute;
  display: block;
  width: 807px;
  width: 50.4375rem;
  height: 334px;
  height: 20.875rem;
  background: url(../images/top/bg_hotel_r.png.webp) no-repeat left top/contain;
  top: 605px;
  top: 37.8125rem;
  right: -135px;
  right: -8.4375rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .spot::after {
    width: 20.25rem;
    height: 8.6875rem;
    top: 15.625rem;
  }
}

.spot-hotels {
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .spot-hotels {
    padding-bottom: 2.3125rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, #000));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0 1.25rem, #000 2.5rem 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, #000));
            mask-image: linear-gradient(to bottom, transparent 0 1.25rem, #000 2.5rem 100%);
  }
}

.spot-hotels__title {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 10%;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .spot-hotels__title {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.spot-hotels__title::after, .spot-hotels__title::before {
  content: "";
  aspect-ratio: 7/19;
  width: 7px;
  width: 0.4375rem;
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1.3px solid #000;
}
.spot-hotels__title::after {
  left: 0;
  -webkit-clip-path: inset(-1px 2px -1px -1px);
          clip-path: inset(-1px 2px -1px -1px);
}
.spot-hotels__title::before {
  right: 0;
  -webkit-clip-path: inset(-1px -1px -1px 2px);
          clip-path: inset(-1px -1px -1px 2px);
}
.spot-hotels__arrow {
  max-width: 150px;
  max-width: 9.375rem;
  margin-inline: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .spot-hotels__arrow {
    margin-bottom: 1.25rem;
  }
}

.spot-hotels__slider {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .spot-hotels__item {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .spot-hotels__item:first-of-type {
    padding-top: unset;
    border-top: unset;
  }
}

.recomend-hotel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
  gap: 2.1875rem;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.25rem;
    max-width: 37.5rem;
    padding: 0;
    gap: 0rem;
  }
}

.recomend-hotel__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recomend-hotel__imgs-wrap {
  width: 65%;
  margin: unset !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__imgs-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}

.hotel-slider {
  position: relative;
  height: auto;
}
.hotel-slider .swiper-slide {
  width: 70%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  margin: 0 40px;
  margin: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-slide {
    width: 100%;
  }
}
.hotel-slider .swiper-slide img {
  aspect-ratio: 1800/1102;
}
.hotel-slider .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.hotel-slider .swiper-button-prev,
.hotel-slider .swiper-button-next {
  top: 275px;
  top: 17.1875rem;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  z-index: 10;
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 50%;
  background: #003ca0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-button-prev,
  .hotel-slider .swiper-button-next {
    top: 7.1875rem;
    background: transparent;
  }
}
.hotel-slider .swiper-button-prev::before,
.hotel-slider .swiper-button-next::before {
  content: "";
  width: 35%;
  height: 35%;
  background: url(../images/top/arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-button-prev::before,
  .hotel-slider .swiper-button-next::before {
    width: 50%;
    height: 50%;
  }
}
.hotel-slider .swiper-button-prev::after,
.hotel-slider .swiper-button-next::after {
  display: none;
}
.hotel-slider .swiper-button-prev {
  left: 130px;
  left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-button-prev {
    left: 0;
  }
}
.hotel-slider .swiper-button-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.hotel-slider .swiper-button-next {
  right: 130px;
  right: 8.125rem;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-button-next {
    right: 0;
  }
}
.hotel-slider .swiper-button-prev:hover,
.hotel-slider .swiper-button-next:hover {
  background: #80A3DD;
}
@media screen and (max-width: 767px) {
  .hotel-slider .swiper-button-prev:hover,
  .hotel-slider .swiper-button-next:hover {
    background: transparent;
  }
}

.recomend-hotel__pagination {
  display: none;
}

.hotel-slider .recomend-hotel__texts {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.hotel-slider .swiper-slide-active .recomend-hotel__texts {
  opacity: 1;
  pointer-events: auto;
}

.recomend-hotel__texts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__texts {
    width: 100%;
    padding: 0.9375rem 25px;
    max-width: unset;
    /*display: grid;
    grid-template-columns: rem(70) 1fr rem(60);
    grid-template-rows: auto auto;
    align-items: center;*/
  }
}

.recomend-hotel__temperature {
  position: relative;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #00AFFF;
  width: 150px;
  width: 9.375rem;
  height: 63px;
  height: 3.9375rem;
  border-right: 1px solid #00AFFF;
  background: url(../images/top/icon_temperature.svg) no-repeat bottom left/contain;
  padding-bottom: 0 !important;
  padding-left: 50px;
  padding-left: 3.125rem;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__temperature {
    font-size: 1.3125rem;
    width: 4.375rem;
    height: 2.1875rem;
    padding-left: 1.5rem;
    grid-column: 1;
    grid-row: 1;
  }
}
.recomend-hotel__temperature em {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__temperature em {
    font-size: 0.75rem;
  }
}
.recomend-hotel__temperature::before {
  display: block;
  content: "平均気温";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__temperature::before {
    font-size: 0.5rem;
    padding-top: 0.1875rem;
  }
}

.recomend-hotel__name {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  line-height: 63px;
  line-height: 3.9375rem;
  letter-spacing: 1%;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 514px;
  width: 32.125rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__name {
    margin-bottom: unset;
    font-size: 1.5625rem;
    width: auto;
    min-width: 0;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    padding-left: 0.625rem;
    grid-column: 2;
    grid-row: 1;
  }
}

.recomend-hotel__buttons {
  max-width: 210px;
  max-width: 13.125rem;
  position: absolute;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .recomend-hotel__buttons {
    -webkit-transform: unset;
            transform: unset;
    right: 25px;
    grid-column: 3;
    grid-row: 1;
    width: 3.75rem;
    margin-right: var(25px);
  }
}

.recomend-hotel__button {
  display: block;
  text-align: center;
  padding: 5px 0 8px;
  padding: 0.3125rem 0 0.5rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1;
  letter-spacing: 10%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #D9D9D9;
  width: 210px;
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__button {
    font-size: 0.75rem;
    padding: 0.3125rem 0 0.3125rem 0.3125rem;
    border-radius: 0;
    width: 3.75rem;
    text-align: left;
    letter-spacing: 5%;
  }
}
.recomend-hotel__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
  aspect-ratio: 777/1322;
  width: 8px;
  width: 0.5rem;
  background: url("../images/top/arrow_black.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__button::after {
    right: 0.3125rem;
    width: 0.375rem;
  }
}

@media (any-hover: hover) {
  .recomend-hotel__button:hover {
    opacity: 0.7;
  }
}
.recomend-hotel__copy {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.625;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  letter-spacing: 1%;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__copy {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
    text-align: left;
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.recomend-hotel__text {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5625;
  letter-spacing: 9%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: unset;
    letter-spacing: 7%;
    grid-column: 1/-1;
    grid-row: 3;
  }
}

.recomend_hotel__rote-wrap {
  max-width: 360px;
  max-width: 22.5rem;
}

.near-hotel__content_wrap {
  max-width: 1070px;
  max-width: 66.875rem;
  margin: auto;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.spot--hotel03 .near-hotel__content_wrap {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .spot--hotel03 .near-hotel__content_wrap {
    padding-bottom: 1.5625rem;
  }
}

.near-hotel__block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.near-hotel__block.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.near-hotel__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  background: #F3E7CA;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  padding: 50px 60px;
  padding: 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__content {
    display: block;
    gap: unset;
    padding: 1.875rem;
    margin-top: 1.875rem;
  }
}
.near-hotel__content.hasafter {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/*
.near-hotel__inner {
  position: relative;
  width: 90%;
  max-width: rem(1000);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: rem(45);
  padding-left: rem(100);
  margin-bottom: rem(96);
  @include mq {
    display: block;
    margin-bottom: rem(40);
    width: 100%;
    padding: 0 $padding-sp;
    margin-left: auto;
    margin-right: auto;
  }
  &::after {
    content: "";
    display: block;
    width: rem(1100);
    height: calc(100% + rem(30));
    position: absolute;
    top: rem(-30);
    left: 0;
    background: url(../images/top/sky.jpg);
    background-size: cover;
    z-index: 0;
    border-radius: 0 rem(80) rem(80) 0;
    @include mq {
          width: 100%;
      height: calc(100% + rem(100));
      top: rem(-50);
      border-radius: 0;
    }
  }
}*/
.near-hotel__imgs-wrap {
  width: 524px;
  width: 32.75rem;
  height: 395px;
  height: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__imgs-wrap {
    width: 100%;
    height: 14.375rem;
  }
}

.near-hotel__imgs {
  width: 524px;
  width: 32.75rem;
  height: 395px;
  height: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__imgs {
    width: 19.625rem;
    height: 20.5rem;
  }
}

.near-hotel-title {
  position: absolute;
  bottom: calc(100% - 1.0625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 395px;
  width: 24.6875rem;
  height: 80px;
  height: 5rem;
  color: #003ca0;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  background: url(../images/top/bg_near_title.png) no-repeat bottom/contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .near-hotel-title {
    width: 16.125rem;
    height: 2.8125rem;
    font-size: 0.9375rem;
  }
}
.near-hotel-title em {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .near-hotel-title em {
    font-size: 1.5625rem;
  }
}

.swiper-slide-active .recomend-hotel__name {
  opacity: 0;
  -webkit-animation: hotel_fadeUP 1s ease forwards;
          animation: hotel_fadeUP 1s ease forwards;
}
.swiper-slide-active .recomend-hotel__buttons {
  opacity: 0;
  -webkit-animation: hotel_fade 1s ease forwards;
          animation: hotel_fade 1s ease forwards;
}
.swiper-slide-active .recomend-hotel__copy {
  opacity: 0;
  -webkit-animation: hotel_fadeUP 1s ease forwards;
          animation: hotel_fadeUP 1s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.swiper-slide-active .recomend-hotel__text {
  opacity: 0;
  -webkit-animation: hotel_fadeUP 1s ease forwards;
          animation: hotel_fadeUP 1s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.near-hotel__block.is-active .near-hotel-title.is-animate {
  -webkit-animation: fadeDown 1s ease;
          animation: fadeDown 1s ease;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes hotel_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hotel_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hotel_fadeUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hotel_fadeUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.near-hotel__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .near-hotel__texts {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.near-hotel__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1111111111;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__name {
    font-size: 1.4375rem;
  }
}

.near-hotel__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  letter-spacing: 5%;
}
@media screen and (max-width: 767px) {
  .near-hotel__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.near-hotel__rote {
  font-size: 15.5px;
  font-size: 0.96875rem;
  line-height: 1.375;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .near-hotel__rote {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    padding-bottom: 0;
  }
}

.near-hotel__rote span {
  display: block;
  padding-top: 3px;
  padding-top: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .near-hotel__rote span {
    font-size: 0.625rem;
    line-height: 1.5714285714;
    padding-bottom: 0;
  }
}

.near-hotel__pagination {
  /*text-align: right;
  right: rem(22);
  bottom: rem(10);
  left: unset !important;
  @include mq {
    right: rem(15);
    bottom: rem(15);
  }*/
}

.near-hotel__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__buttons {
    max-width: unset;
    gap: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.near-hotel__button {
  text-align: center;
  padding: 8px 30px 12px;
  padding: 0.5rem 1.875rem 0.75rem;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 10%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background-color: #003ca0;
}
@media screen and (max-width: 767px) {
  .near-hotel__button {
    padding: 0.4375rem 1.25rem;
    font-size: 1.0625rem;
  }
}
.near-hotel__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  right: 1.375rem;
  aspect-ratio: 777/1322;
  width: 8px;
  width: 0.5rem;
  background: url("../images/top/arrow.png") no-repeat center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (any-hover: hover) {
  .near-hotel__button:hover {
    background-color: #80A3DD;
  }
  .near-hotel__button:hover::after {
    right: 1.0625rem;
  }
}
.text_caution {
  text-align: right;
  padding-top: 50px;
  padding-top: 3.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 5%;
}
@media screen and (max-width: 767px) {
  .text_caution {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    padding-top: 1.875rem;
    padding-right: 25px;
  }
}

.spot-item.swiper-slide-active .spot-item__info {
  opacity: 1;
}
.spot-item.swiper-slide-active .spot-item__text {
  opacity: 1;
}

.spot-item__img {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  aspect-ratio: 900/400;
}
@media screen and (max-width: 767px) {
  .spot-item__img {
    aspect-ratio: 295/198;
  }
}

.spot-item__img img {
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .spot-item__img img {
    border-radius: 0.625rem;
  }
}

.spot-item__img--caption {
  position: relative;
}

.spot-item__img-caption {
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  right: 33px;
  right: 2.0625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #003f65;
  letter-spacing: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .spot-item__img-caption {
    right: 0.75rem;
    bottom: 0.4375rem;
    font-size: 0.5rem;
  }
}

.spot-item__info {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  gap: 0.0625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .spot-item__info {
    gap: 0.3125rem 0;
    margin-bottom: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.spot-item__number {
  margin-top: 6px;
  margin-top: 0.375rem;
  aspect-ratio: 63/75;
  width: 42px;
  width: 2.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #bc9f72;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
  display: grid;
  place-content: center;
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__number {
    width: 2.875rem;
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.spot-item__number::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/top/circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.spot-item__number span.number {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #bc9f72;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .spot-item__number span.number {
    font-size: 1.25rem;
  }
}

.spot-item__info-link {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 107px;
  min-width: 6.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  border-radius: 0.3125rem;
  transition: 0.3s ease-in-out all;
  background-color: #bc9f72;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spot-item__info-link {
    margin-left: 0.75rem;
    font-size: 0.6875rem;
    line-height: 1.1818181818;
    text-align: center;
    padding: 0.3125rem 1rem 0.3125rem 0.5rem;
    border-radius: 0.3125rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: unset;
  }
}
.spot-item__info-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
  aspect-ratio: 777/1322;
  width: 6px;
  width: 0.375rem;
  background-color: #fff;
  -webkit-mask-image: url("../images/top/arrow.svg");
          mask-image: url("../images/top/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 767px) {
  .spot-item__info-link::after {
    right: 0.4375rem;
  }
}

@media (any-hover: hover) {
  .spot-item__info-link:hover {
    opacity: 0.8;
  }
}
.spot-item__info-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__info-right {
    display: contents;
  }
}

.spot-item__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-top: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .spot-item__info-top {
    display: contents;
  }
}

.spot-item__info-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .spot-item__info-title {
    font-size: 1.375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 11.25rem;
    white-space: unset;
  }
}
@media screen and (max-width: 767px) {
  .spot-item__info-title span.dotted {
    display: inline-block;
    width: 0.3125rem;
    -moz-text-align-last: center;
         text-align-last: center;
    letter-spacing: -0.3em;
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
}

@media screen and (max-width: 767px) {
  .spot-item__info-title--small {
    font-size: 1.125rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.04em;
  }
}

.spot-item__info-texts {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-item__info-texts {
    padding-left: unset;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
.spot-item__info-texts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #003ca0;
}
@media screen and (max-width: 767px) {
  .spot-item__info-texts::before {
    display: none;
  }
}

.spot-item__info-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .spot-item__info-text {
    font-size: 0.875rem;
    padding-left: unset;
  }
}

.spot-item__info-open {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0em;
  width: calc(100% + 0.625rem);
}
@media screen and (max-width: 767px) {
  .spot-item__info-open {
    font-size: 0.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.spot-item__text {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1.6470588235;
  letter-spacing: 0em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__text {
    font-size: 0.9375rem;
    min-height: unset;
    padding-bottom: 0.625rem;
  }
}

.spot-title {
  position: relative;
  width: 690px;
  width: 43.125rem;
  margin: 0 auto 60px !important;
  margin: 0 auto 3.75rem !important;
}
@media screen and (max-width: 767px) {
  .spot-title {
    width: 90%;
    margin: 0 auto 1.875rem !important;
  }
}

.spot-title__main {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  margin-inline: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-title__main {
    font-size: 1.875rem;
    line-height: 1.2;
    padding: 0 0.875rem;
    letter-spacing: 0;
  }
}
.spot-title__main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 356px;
  width: 22.25rem;
  height: 1px;
  z-index: 1;
  background: #000;
}
@media screen and (max-width: 767px) {
  .spot-title__main::before {
    bottom: -0.625rem;
    width: 12.5rem;
  }
}
.spot-title__main.is-show::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.spot-title__main-en {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: "Hina Mincho", serif;
  position: relative;
  z-index: 2;
  letter-spacing: 0.8em;
  text-align: center;
}

.swiper-pagination {
  pointer-events: all;
}

.swiper-pagination span {
  pointer-events: all;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  margin: 0 4px !important;
  margin: 0 0.25rem !important;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 1 !important;
  width: 10px !important;
  width: 0.625rem !important;
  height: 10px !important;
  height: 0.625rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 0.375rem !important;
    height: 0.375rem !important;
    margin: 0 0.1875rem !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.ryou img {
  width: 100%;
  height: 100%;
}

#group_header {
  position: relative;
  z-index: 1000;
}

html,
body {
  scroll-padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  html,
  body {
    scroll-padding-top: 6.25rem;
  }
}
html a,
body a {
  text-decoration: unset;
}

main {
  font-family: "Zen Old Mincho", serif;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.read .read__map-btn .fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.read .read__map-btn .fade-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in--fast {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  position: relative;
  z-index: 1;
}
.fade-in--fast.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.target-section-top {
  scroll-margin-top: -20rem;
}
@media screen and (max-width: 767px) {
  .target-section-top {
    scroll-margin-top: -1.25rem;
  }
}

.target-section {
  scroll-margin-top: -26.25rem;
}
@media screen and (max-width: 767px) {
  .target-section {
    scroll-margin-top: -3.125rem;
  }
}

.area_border {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.area_border:nth-child(n+3) {
  margin-top: -100px;
  margin-top: -6.25rem;
}

.read .area_border {
  margin-top: -120px;
  margin-top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .read .area_border {
    margin-top: -1.875rem;
  }
}

.area_border img {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(70%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 50%, #000 70%, #000 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(70%, #000), to(#000));
  mask-image: linear-gradient(to right, transparent 0%, transparent 50%, #000 70%, #000 100%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: mask-position 2.2s ease, -webkit-mask-position 2.2s ease;
}

.area_border.is-active img {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}

.mv {
  position: relative;
  background: #fff;
  aspect-ratio: 2560/1933;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 375/600;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 903/179;
  border: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  left: 0;
  z-index: 10;
  background: url(../images/top/mv_bottom.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .mv::before {
    background: url(../images/top/mv_bottom_sp.svg) no-repeat top center/cover;
    aspect-ratio: 375/83;
    width: calc(100% + 10px);
    left: -5px;
  }
}

.mv-slider {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.mv-slider.is-visible {
  opacity: 1;
}

.mv__text {
  position: absolute;
  width: 66%;
  max-width: 1000px;
  max-width: 62.5rem;
  top: -24px;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 11;
  opacity: 0;
  -webkit-animation: fade 2.2s ease forwards;
          animation: fade 2.2s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 90%;
    top: 0.5rem;
    max-width: 25rem;
  }
}

@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}

@keyframes fade {
  to {
    opacity: 1;
  }
}
.mv__line {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__line {
    top: 44%;
  }
}

.mv__line .fade01 img {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(70%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 50%, #000 70%, #000 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(49%, transparent), color-stop(50%, #000), to(#000));
  mask-image: linear-gradient(to right, transparent 0%, transparent 49%, #000 50%, #000 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  /* アニメーション設定 */
  -webkit-animation: maskMove 2.2s ease forwards;
          animation: maskMove 2.2s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/* アニメーション定義 */
@-webkit-keyframes maskMove {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes maskMove {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.read {
  padding-top: 0px;
  padding-top: 0rem;
  margin-top: -72px;
  margin-top: -4.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .read {
    padding-top: 1.5625rem;
    margin-top: 0rem;
    padding-bottom: 10.625rem;
  }
}
.read::before {
  content: "";
  display: block;
  position: absolute;
  top: -57px;
  top: -3.5625rem;
  left: 0;
  width: 100%;
  aspect-ratio: 2530/1458;
  background: url(../images/top/bg_read.png.webp) no-repeat top center/contain;
  opacity: 0;
  -webkit-animation: fade 2.2s ease forwards;
          animation: fade 2.2s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (max-width: 767px) {
  .read::before {
    width: 100%;
    aspect-ratio: 375/372;
    top: 0rem;
    background: url(../images/top/bg_read_sp.png.webp) no-repeat top center/contain;
  }
}

.read__inner {
  position: relative;
  max-width: 1100px;
  max-width: 68.75rem;
  z-index: 3;
  margin-inline: auto;
  padding-top: 150px;
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .read__inner {
    max-width: 37.5rem;
    padding: 0 1.25rem 0;
  }
}

.read__container {
  text-align: center;
  position: relative;
  z-index: 5;
}

.read__text {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 2.6086956522;
  letter-spacing: 0.1em;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
  text-align: center;
  white-space: pre-line;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .read__text {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    margin-top: 0;
    letter-spacing: 0;
  }
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.read__map-content {
  position: relative;
  background: url(../images/top/bg_map.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-content {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    aspect-ratio: 358/481;
    background: none;
  }
}

.read__map {
  margin-top: 0px;
  margin-top: 0rem;
  position: relative;
  width: 890px;
  width: 55.625rem;
  aspect-ratio: 890/960;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .read__map {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 358/481;
    background: url(../images/top/bg_map_sp.png) no-repeat top right/contain;
  }
}

.read__map-badge {
  width: 223px;
  width: 13.9375rem;
  position: absolute;
  left: 0;
  top: 200px;
  top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .read__map-badge {
    width: 7rem;
    top: 0;
    left: 1.875rem;
  }
}

.read__map-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.read__map-btn-name {
  position: absolute;
}
.read__map-btn-name a {
  display: block;
  position: relative;
  z-index: 20;
}
.read__map-btn-name a p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.09375;
  display: inline-block;
  position: relative;
  color: #004572;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .read__map-btn-name a p {
    font-size: 0.9375rem;
    padding: 0;
  }
}
.read__map-btn-name a p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #80A3DD;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .read__map-btn-name a p::before {
    bottom: -0.125rem;
  }
}
.read__map-btn-name a span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  color: #004572;
  position: relative;
  z-index: 20;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .read__map-btn-name a span {
    font-size: 0.6125rem;
    line-height: 1;
  }
}
.read__map-btn-name a:hover p {
  color: #80A3DD;
}
.read__map-btn-name a:hover p::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.read__map-btn-name a:hover span {
  color: #80A3DD;
}
.read__map-btn-name picture {
  position: absolute;
  top: 0;
  left: 0;
}

.read__map-btn-hotel01 {
  position: absolute;
  top: 0;
  right: 65px;
  right: 4.0625rem;
  width: 160px;
  width: 10rem;
  height: 175px;
  height: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel01 {
    width: 5.75rem;
    height: 6rem;
    right: unset;
    top: 0;
    left: 0;
    margin: 1.3333333333% 0 0 69.3333333333%;
  }
}

@media screen and (max-width: 767px) {
  .read__map-btn-hotel01 .read__map-btn-name {
    top: 0.3125rem;
  }
}

.read__map-btn-hotel02 {
  position: absolute;
  top: 184px;
  top: 11.5rem;
  left: 690px;
  left: 43.125rem;
  width: 199px;
  width: 12.4375rem;
  height: 140px;
  height: 8.75rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel02 {
    width: 6.25rem;
    height: 6.5rem;
    top: 0;
    left: 0;
    margin: 28.2666666667% 0 0 70.4%;
  }
  .read__map-btn-hotel02 img {
    width: auto;
    height: 100%;
  }
}

.read__map-btn-hotel02 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  right: 20px;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel02 .read__map-btn-name {
    bottom: 0.4375rem;
    right: 1.25rem;
  }
}

.read__map-btn-hotel03 {
  position: absolute;
  top: 268px;
  top: 16.75rem;
  left: 411px;
  left: 25.6875rem;
  width: 152px;
  width: 9.5rem;
  height: 134px;
  height: 8.375rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel03 {
    width: 5.125rem;
    height: 4.1875rem;
    top: 0;
    left: 0;
    margin: 39.2% 0 0 34.6666666667%;
  }
}

.read__map-btn-hotel03 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0px;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel03 .read__map-btn-name {
    bottom: 0.3125rem;
    left: 0rem;
  }
}

.read__map-btn-hotel04 {
  position: absolute;
  top: 533px;
  top: 33.3125rem;
  left: 544px;
  left: 34rem;
  width: 270px;
  width: 16.875rem;
  height: 76px;
  height: 4.75rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel04 {
    width: 8.6875rem;
    height: 3.3125rem;
    top: 0;
    left: 0;
    margin: 70.4% 0 0 53.8666666667%;
  }
}

.read__map-btn-hotel04 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  right: 0px;
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel04 .read__map-btn-name {
    bottom: 0.3125rem;
    right: 0rem;
  }
}

.read__map-btn-hotel05 {
  position: absolute;
  top: 570px;
  top: 35.625rem;
  left: 544px;
  left: 34rem;
  width: 225px;
  width: 14.0625rem;
  height: 153px;
  height: 9.5625rem;
  z-index: 100 !important;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel05 {
    width: 8.0625rem;
    height: 4.5625rem;
    top: 0;
    left: 0;
    margin: 80% 0 0 54.6666666667%;
  }
}

.read__map-btn-hotel05 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  right: 0px;
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel05 .read__map-btn-name {
    bottom: 0.3125rem;
    right: 0rem;
  }
}

.read__map-btn-hotel06 {
  position: absolute;
  top: 617px;
  top: 38.5625rem;
  left: 425px;
  left: 26.5625rem;
  width: 391px;
  width: 24.4375rem;
  height: 208px;
  height: 13rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel06 {
    width: 11.9375rem;
    height: 6.8125rem;
    top: 0;
    left: 0;
    margin: 87.4666666667% 0 0 38.6666666667%;
  }
}

.read__map-btn-hotel06 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 10px;
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel06 .read__map-btn-name {
    bottom: 0.3125rem;
    left: 0.625rem;
  }
}

.read__map-btn-hotel07 {
  position: absolute;
  top: 589px;
  top: 36.8125rem;
  left: 285px;
  left: 17.8125rem;
  width: 150px;
  width: 9.375rem;
  height: 269px;
  height: 16.8125rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel07 {
    width: 4.25rem;
    height: 8.5625rem;
    top: 0;
    left: 0;
    margin: 84% 0 0 21.3333333333%;
  }
}

.read__map-btn-hotel07 .read__map-btn-name {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0px;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel07 .read__map-btn-name {
    bottom: 0.3125rem;
    left: 0rem;
  }
}

.read__map-btn-hotel08 {
  position: absolute;
  top: 445px;
  top: 27.8125rem;
  left: 203px;
  left: 12.6875rem;
  width: 211px;
  width: 13.1875rem;
  height: 176px;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel08 {
    width: 6rem;
    height: 6.625rem;
    top: 0;
    left: 0;
    margin: 60% 0 0 10.6666666667%;
  }
}

.read__map-btn-hotel08 .read__map-btn-name {
  top: 6px;
  top: 0.375rem;
  left: 0px;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-hotel08 .read__map-btn-name {
    bottom: 0.3125rem;
    left: 0rem;
  }
}

.spot {
  margin-top: -80px;
  margin-top: -5rem;
  background: #fff;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .spot {
    overflow: hidden;
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }
}
.spot.first {
  margin-top: -80px;
  margin-top: -5rem;
  padding-top: 0px;
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .spot.first {
    margin-top: -7.5rem;
  }
}

.spot--bearch01 {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .spot--bearch01 {
    padding-top: 8.125rem;
  }
}

.spot__top {
  padding-top: 0px;
  padding-top: 0rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot__top {
    padding-top: 0rem;
  }
}
.spot__title {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .spot__title {
    margin-bottom: 0.125rem;
  }
}

.spot__swiper {
  position: relative;
  z-index: 3;
}

.spot__buttons-wrap {
  width: 1040px;
  width: 65rem;
  height: 400px;
  height: 25rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .spot__buttons-wrap {
    width: 22.1875rem;
    height: 12.375rem;
  }
}

.spot__buttons {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spot__button {
  cursor: pointer;
  pointer-events: auto;
  aspect-ratio: 1;
  width: 44px;
  width: 2.75rem;
  border-radius: 50%;
  background-color: #bc9f72;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .spot__button {
    width: 1.625rem;
  }
}
.spot__button::after {
  content: "";
  display: block;
  aspect-ratio: 14/25;
  background-color: #fff;
  width: 15px;
  width: 0.9375rem;
  -webkit-mask-image: url("../images/top/arrow.svg");
          mask-image: url("../images/top/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
@media screen and (max-width: 767px) {
  .spot__button::after {
    width: 0.5625rem;
  }
}

@media (any-hover: hover) {
  .spot__button:hover {
    opacity: 0.8;
  }
}
.spot__button--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.spot__swiper-pagination {
  /*bottom: rem(8) !important;
  @include mq {
    bottom: rem(5) !important;
  }*/
}

.spot__swiper-wrapper {
  counter-reset: number 0;
}

.spot__swiper .swiper-slide {
  width: 900px;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .spot__swiper .swiper-slide {
    width: 18.4375rem;
  }
}

#group_footer {
  position: relative;
  margin-top: unset;
  z-index: 100;
}
/*# sourceMappingURL=styles.css.map */
