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

body {
  font-family: 'Noto Sans JP', sans-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: 20px;
  bottom: 1.25rem;
  background: rgba(255, 255, 255, .7);
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', 'Noto Sans JP', serif;
  color: #15116D;
  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;
    font-size: 0.875rem;
    padding-top: 1.25rem;
  }
}
.pagetop::before {
  margin-inline: auto;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  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;
  }
}

@media (any-hover: hover) {
  .pagetop:hover {
    background: rgba(255, 255, 255, .5);
  }
  .pagetop:hover::before {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}
.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: 'Cormorant Garamond', 'Noto Sans JP', serif;
  color: #15116D;
  line-height: 1.2;
  letter-spacing: 0em;
  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 #15116D;
}
.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: 96px;
  margin-bottom: 6rem;
}
@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: 1.25rem;
  }
}

.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;
    width: calc(100% - 25px);
    margin-right: 0;
  }
}

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

.recomend-hotel__img {
  /*aspect-ratio: 640/437;
  @include mq {
    aspect-ratio: 296/200;
  }*/
}

.recomend-hotel__caution {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #15116D;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__caution {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-right: 25px;
  }
}

.recomend-hotel__texts {
  width: 24%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 310px;
  max-width: 19.375rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__texts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 0.9375rem;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .recomend-hotel__texts2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 6.25rem;
    max-width: 20.625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
  }
}

.recomend-hotel__area {
  font-size: 24px;
  font-size: 1.5rem;
  color: #15116D;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  width: 5.625rem;
  aspect-ratio: 1/1;
  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;
  margin: auto auto 20px;
  margin: auto auto 1.25rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__area {
    font-size: 1rem;
    aspect-ratio: unset;
    border-radius: 0;
    margin: auto auto 0.625rem;
  }
}

.recomend-hotel__copy {
  font-size: 16px;
  font-size: 1rem;
  color: #15116D;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__copy {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.recomend-hotel__name {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  color: #15116D;
  line-height: 1.1111111111;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__name {
    font-size: 1.5625rem;
    margin-bottom: 0.625rem;
  }
}

.recomend-hotel__text {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #15116D;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__text {
    font-size: 0.9375rem;
    margin-bottom: 0.875rem;
    line-height: 1.6666666667;
  }
}

.recomend-hotel__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  gap: 1.125rem;
  max-width: 240px;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__buttons {
    max-width: unset;
  }
}

.recomend-hotel__button {
  text-align: center;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__button {
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
  }
}
.recomend-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.webp") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__texts2 .recomend-hotel__button {
    position: relative;
    color: #15116D;
    padding: 0 1.5625rem 0.625rem 0;
    border-radius: 0.5rem;
    background-color: transparent !important;
    margin-right: 0 !important;
    margin-left: auto;
    text-align: right;
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .recomend-hotel__texts2 .recomend-hotel__button::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0rem;
    aspect-ratio: 777/1322;
    width: 0.5rem;
    background: url("../images/top/arrow_blue.png.webp") no-repeat center/contain;
  }
  .recomend-hotel__texts2 .recomend-hotel__button::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0rem;
    aspect-ratio: 777/1322;
    width: 100%;
    height: 3px;
    background: #FFCE1B;
  }
}

.spot--bearch02 .recomend-hotel__texts2 .recomend-hotel__button::before {
  background: #ACAEFF;
}

.spot--bearch03 .recomend-hotel__texts2 .recomend-hotel__button::before {
  background: #FF9CD6;
}

.spot--bearch04 .recomend-hotel__texts2 .recomend-hotel__button::before {
  background: #57A0FF;
}

.spot--bearch05 .recomend-hotel__texts2 .recomend-hotel__button::before {
  background: #FFAD49;
}

.spot--bearch06 .recomend-hotel__texts2 .recomend-hotel__button::before {
  background: #01C8C1;
}

@media (any-hover: hover) {
  .recomend-hotel__button:hover {
    opacity: 0.8;
  }
}
.recomend-hotel__button:nth-of-type(1) {
  background-color: #15116D;
}

.recomend-hotel__button:nth-of-type(2) {
  background-color: #15116D;
}

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

.near-hotel__inner {
  position: relative;
  width: 90%;
  max-width: 1060px;
  max-width: 66.25rem;
  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: 45px;
  gap: 2.8125rem;
  padding-left: 100px;
  padding-left: 6.25rem;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__inner {
    display: block;
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.near-hotel__inner::after {
  content: "";
  display: block;
  width: 1100px;
  width: 68.75rem;
  height: calc(100% + 1.875rem);
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  background: url(../images/top/sky.jpg);
  background-size: cover;
  z-index: 0;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .near-hotel__inner::after {
    width: 100%;
    height: calc(100% + 6.25rem);
    top: -3.125rem;
    border-radius: 0;
  }
}

.near-hotel__imgs-wrap {
  width: 67%;
  max-width: 578px;
  max-width: 36.125rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__imgs-wrap {
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}

.near-hotel__sub {
  font-size: 20px;
  font-size: 1.25rem;
  color: #15116D;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .near-hotel__sub {
    font-size: 1rem;
    text-align: center;
  }
}

.near-hotel__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  color: #15116D;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.1111111111;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .near-hotel__name {
    display: block;
    font-size: 1.5625rem;
    text-align: center;
  }
}
.near-hotel__name span {
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  border-bottom: 4px double #15116D;
  padding-top: 5px;
  padding-top: 0.3125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__name span {
    font-size: 1.25rem;
    border-bottom: none;
  }
  .near-hotel__name span::before {
    content: "〈 ";
  }
  .near-hotel__name span::after {
    content: " 〉";
  }
}

.near-hotel__texts {
  max-width: 322px;
  max-width: 20.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .near-hotel__texts {
    width: 90%;
    margin: 1.25rem auto;
  }
}

.near-hotel__text {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #15116D;
  line-height: 1.4705882353;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__text {
    font-size: 1rem;
  }
}

.near-hotel__rote {
  font-size: 16px;
  font-size: 1rem;
  color: #15116D;
  line-height: 1.5;
}

.near-hotel__pagination {
  display: none;
}

.near-hotel__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .near-hotel__buttons {
    max-width: unset;
  }
}

.near-hotel__button {
  text-align: center;
  padding: 22px 30px;
  padding: 1.375rem 1.875rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 1.875rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .near-hotel__button {
    padding: 0.75rem 1.25rem;
    border-radius: 1.875rem;
  }
}
.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.webp") no-repeat center/contain;
}
@media (any-hover: hover) {
  .near-hotel__button:hover,
  .near-hotel__button:nth-of-type(1):hover,
  .near-hotel__button:nth-of-type(2):hover,
  .near-hotel__button:nth-of-type(3):hover {
    opacity: 0.6;
  }
}
.near-hotel__button:nth-of-type(1) {
  background-color: #01B4C8;
}

.near-hotel__button:nth-of-type(2) {
  background-color: #67ACDD;
}

.near-hotel__button:nth-of-type(3) {
  background-color: #01C8C1;
}

.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: 'Cormorant Garamond', 'Noto Sans JP', 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: 'Noto Serif JP', 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: 'Noto Serif JP', serif;
  color: #15116D;
  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: #67ACDD;
}
@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: 'Cormorant Garamond', 'Noto Sans JP', serif;
  color: #15116D;
  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: 'Noto Sans JP', sans-serif;
  color: #15116D;
  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: 'Noto Serif JP', serif;
  color: #15116D;
  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.25rem !important;
  }
}

.spot-title__main {
  padding: 0 17px 10px;
  padding: 0 1.0625rem 0.625rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 400;
  color: #15116D;
  line-height: 0.7777777778;
  letter-spacing: 0.05em;
  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.5rem;
    line-height: 1.2;
    padding: 0 0.875rem;
    letter-spacing: 0;
  }
}
.spot-title__main::before {
  content: "";
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 691px;
  width: 43.1875rem;
  height: 3px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spot-title__main::before {
    width: 20rem;
  }
}
.spot-title__main::after {
  content: "";
  position: absolute;
  bottom: -35px;
  bottom: -2.1875rem;
  left: 100%;
  width: 129px;
  width: 8.0625rem;
  height: 120px;
  height: 7.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spot-title__main::after {
    left: calc(50% - 1.6875rem);
    top: -4.0625rem;
    bottom: unset;
    width: 3.375rem;
    height: unset;
    aspect-ratio: 1/1;
  }
}
.spot-title__main.is-show::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.spot-title__main span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.03em;
}

.spot--bearch01 .spot-title__main::before {
  background: #FFCE1B;
}

.spot--bearch01 .spot-title__main::after {
  background: url(../images/top/icon_chatan.png) no-repeat bottom/contain;
}

.spot--bearch02 .spot-title__main::before {
  background: #ACAEFF;
}

.spot--bearch02 .spot-title__main::after {
  background: url(../images/top/icon_w_shirahama.png) no-repeat bottom/contain;
}

.spot--bearch03 .spot-title__main::before {
  background: #FF9CD6;
}

.spot--bearch03 .spot-title__main::after {
  background: url(../images/top/icon_miura.png) no-repeat bottom/contain;
}

.spot--bearch04 .spot-title__main::before {
  background: #57A0FF;
}

.spot--bearch04 .spot-title__main::after {
  background: url(../images/top/icon_shirahama.png) no-repeat bottom/contain;
}

.spot--bearch05 .spot-title__main::before {
  background: #FFAD49;
}

.spot--bearch05 .spot-title__main::after {
  background: url(../images/top/icon_ito.png) no-repeat bottom/contain;
}

.spot--bearch06 .spot-title__main::before {
  background: #01C8C1;
}

.spot--bearch06 .spot-title__main::after {
  background: url(../images/top/icon_atami.png) no-repeat bottom/contain;
}

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

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

.swiper-pagination-bullet {
  background-color: #fff !important;
  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;
}

.kaisuiyoku 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-weight: 400;
}

.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 > *:not(.letsgo) .fade-in {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-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 > *:not(.letsgo) .fade-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.read .fade-in.fadeR {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(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 .fade-in.fadeR.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv {
  position: relative;
  /*mask-image: linear-gradient(to bottom, #000 0% calc(100% - rem(120)), transparent 100%);
  @include mq {
    mask-image: linear-gradient(to bottom, #000 0% calc(100% - rem(80)), transparent 100%);
  }*/
  background: #f1f9fe;
  aspect-ratio: 1280/770;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 375/600;
  }
}

.mv__text {
  position: absolute;
  width: 60%;
  max-width: 900px;
  max-width: 56.25rem;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  -webkit-animation: mv-fade 0.8s forwards;
          animation: mv-fade 0.8s forwards;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 84%;
    top: 46%;
    max-width: 25rem;
  }
}

.mv__text-badge {
  display: block;
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  top: 245px;
  top: 15.3125rem;
  right: 0;
  z-index: 12;
  background: url(../images/top/mv_badge.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .mv__text-badge {
    top: 6.25rem;
  }
}

.umi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.umi .umi-svg {
  width: 112%;
  height: auto;
  margin-top: -17%;
  margin-left: -10%;
  opacity: 0;
  -webkit-animation: mv-fade 0.8s forwards;
          animation: mv-fade 0.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .umi .umi-svg {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

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

@keyframes mv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wave-path {
  -webkit-animation: waveMove 2s ease-in-out infinite alternate, waveScale 5s ease-in-out infinite alternate;
          animation: waveMove 2s ease-in-out infinite alternate, waveScale 5s ease-in-out infinite alternate;
}

@-webkit-keyframes waveMove {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@keyframes waveMove {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes waveScale {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.05);
            transform: scaleY(1.05);
  }
}
@keyframes waveScale {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1.05);
            transform: scaleY(1.05);
  }
}
.bg-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.bg-wave svg {
  position: absolute;
  top: -130px;
  top: -8.125rem;
  left: 50px;
  left: 3.125rem;
  width: 90%;
  overflow: visible;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 0;
  -webkit-animation: mv-fade 0.8s forwards;
          animation: mv-fade 0.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-wave2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.bg-wave2 svg {
  width: 98%;
  position: absolute;
  top: -10%;
  left: 0;
  overflow: visible;
  opacity: 0;
  -webkit-animation: mv-fade 0.8s forwards;
          animation: mv-fade 0.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-wave-sp01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 0;
}
.bg-wave-sp01 svg {
  opacity: 0;
  -webkit-animation: mv-fade 0.8s forwards;
          animation: mv-fade 0.8s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ocean-float {
  -webkit-animation: oceanBob 12s ease-in-out infinite;
          animation: oceanBob 12s ease-in-out infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.ocean-float2 {
  -webkit-animation: oceanBob2 10s ease-in-out infinite;
          animation: oceanBob2 10s ease-in-out infinite;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.ocean-float3 {
  -webkit-animation: oceanBob3 17s ease-in-out infinite;
          animation: oceanBob3 17s ease-in-out infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes oceanBob {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(108px);
            transform: translateY(108px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes oceanBob {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(108px);
            transform: translateY(108px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes oceanBob2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  75% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes oceanBob2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  75% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes oceanBob3 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.2);
            transform: translateY(-6px) scale(1.2);
  }
  75% {
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@keyframes oceanBob3 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  20% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  50% {
    -webkit-transform: translateY(-6px) scale(1.2);
            transform: translateY(-6px) scale(1.2);
  }
  75% {
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
.mv__imgs-wrap .swiper-slide {
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .mv__imgs-wrap .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 375/385;
  }
}

.read {
  background: url(../images/top/bg_umi.png) no-repeat top center/cover;
  padding-top: 180px;
  padding-top: 11.25rem;
  margin-top: -169px;
  margin-top: -10.5625rem;
  padding-bottom: 450px;
  padding-bottom: 28.125rem;
  margin-bottom: -200px;
  margin-bottom: -12.5rem;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
  .read {
    background: url(../images/top/bg_umi_sp.png) no-repeat top center/cover;
    padding-top: 8.125rem;
    margin-top: -8.125rem;
    padding-bottom: 15.625rem;
    margin-bottom: unset;
  }
}

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

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

.read__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', 'Noto Sans JP', serif;
  color: #15116D;
  line-height: 2.3;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
  text-align: left;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .read__text {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 2;
  }
}
.read__text span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.read__text.is-active span {
  -webkit-animation: fadeUp 0.4s forwards;
          animation: fadeUp 0.4s forwards;
}

@-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;
}
@media screen and (max-width: 767px) {
  .read__map-content {
    margin-top: -5.625rem;
  }
}

.read__map {
  margin-top: -270px;
  margin-top: -16.875rem;
  position: relative;
  width: 1020px;
  width: 63.75rem;
  aspect-ratio: 1024/870;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .read__map {
    margin-top: 0rem;
    margin-left: -1.5625rem;
    margin-bottom: 0rem;
    width: 23.125rem;
    height: 40.625rem;
    aspect-ratio: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.read__map-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.read__map-btn picture {
  display: block;
}
.read__map-btn .text-link {
  display: block;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .read__map-btn .text-link {
    height: 1.125rem;
  }
}
.read__map-btn .text-link:hover {
  opacity: 0.6;
}

.read__map-btn .icon {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.read__map-btn a:hover .icon {
  opacity: 0.6;
}

.read__map-btn-miura {
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  width: 23.5rem;
  height: 147px;
  height: 9.1875rem;
  margin: 35.2941176471% 0 0 61.7647058824%;
}
@media screen and (max-width: 767px) {
  .read__map-btn-miura {
    width: 7.5rem;
    height: 8.1875rem;
    margin: 46.4% 0 0 59.4666666667%;
  }
}
.read__map-btn-miura .text-link {
  margin-top: 87px;
  margin-top: 5.4375rem;
  margin-left: 64px;
  margin-left: 4rem;
  width: 189px;
  width: 11.8125rem;
  background: url(../images/top/map_miura_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-miura .text-link {
    margin-top: 3.5rem;
    margin-left: 0;
    width: 100%;
  }
}

.read__map-btn-miura .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-miura .icon {
    width: 3.5rem;
    right: 2.3125rem;
  }
}

.read__map-btn-atami {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  width: 26.25rem;
  height: 212px;
  height: 13.25rem;
  margin: 29.9019607843% 0 0 19.1176470588%;
}
@media screen and (max-width: 767px) {
  .read__map-btn-atami {
    width: 14.25rem;
    height: 10.6875rem;
    margin: 38.6666666667% 0 0 8.8%;
  }
}
.read__map-btn-atami .text-link {
  margin-top: 94px;
  margin-top: 5.875rem;
  margin-left: 137px;
  margin-left: 8.5625rem;
  width: 168px;
  width: 10.5rem;
  background: url(../images/top/map_atami_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-atami .text-link {
    margin-top: 3.875rem;
    margin-left: 0;
    width: 6.9375rem;
  }
}

.read__map-btn-atami .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-atami .icon {
    width: 3.75rem;
    left: 2.125rem;
  }
}

.read__map-btn-ito {
  position: absolute;
  top: 0;
  left: 0;
  width: 471px;
  width: 29.4375rem;
  height: 120px;
  height: 7.5rem;
  margin: 46.568627451% 0 0 15.6862745098%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .read__map-btn-ito {
    width: 14.75rem;
    height: 4.5625rem;
    margin: 68% 0 0 8.8%;
  }
}
.read__map-btn-ito .text-link {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 132px;
  margin-left: 8.25rem;
  width: 215px;
  width: 13.4375rem;
  background: url(../images/top/map_ito_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-ito .text-link {
    margin-top: 3.375rem;
    margin-left: 0;
    width: 8.375rem;
  }
}

.read__map-btn-ito .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-ito .icon {
    width: 3.25rem;
    left: 2.125rem;
  }
}

.read__map-btn-shirahama {
  position: absolute;
  top: 0;
  left: 0;
  width: 408px;
  width: 25.5rem;
  height: 146px;
  height: 9.125rem;
  margin: 50.9803921569% 0 0 57.8431372549%;
}
@media screen and (max-width: 767px) {
  .read__map-btn-shirahama {
    width: 7.5rem;
    height: 6.5rem;
    margin: 84.8% 0 0 58.9333333333%;
  }
}
.read__map-btn-shirahama .text-link {
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-left: 92px;
  margin-left: 5.75rem;
  width: 188px;
  width: 11.75rem;
  background: url(../images/top/map_shirahama_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-shirahama .text-link {
    margin-top: 1.9375rem;
    margin-left: 0;
    width: 100%;
  }
}

.read__map-btn-shirahama .icon {
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  right: 0;
  width: 132px;
  width: 8.25rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-shirahama .icon {
    width: 3.5625rem;
    left: 1.5rem;
    top: unset;
    bottom: 0;
  }
}

.read__map-btn-w-shirahama {
  position: absolute;
  top: 0;
  left: 0;
  width: 178px;
  width: 11.125rem;
  height: 222px;
  height: 13.875rem;
  margin: 60.0980392157% 0 0 28.137254902%;
}
@media screen and (max-width: 767px) {
  .read__map-btn-w-shirahama {
    width: 6.5625rem;
    height: 7.25rem;
    margin: 100.5333333333% 0 0 21.0666666667%;
  }
}
.read__map-btn-w-shirahama .text-link {
  margin-top: 58px;
  margin-top: 3.625rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  width: calc(100% - 0.75rem);
  background: url(../images/top/map_w_shirahama_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-w-shirahama .text-link {
    margin-top: 2.5rem;
    margin-left: 0;
    width: 100%;
  }
}

.read__map-btn-w-shirahama .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 122px;
  width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-w-shirahama .icon {
    width: 3.25rem;
    left: 1.25rem;
  }
}

.read__map-btn-chatan {
  position: absolute;
  top: 0;
  left: 0;
  width: 349px;
  width: 21.8125rem;
  height: 188px;
  height: 11.75rem;
  margin: 65.6862745098% 0 0 51.9607843137%;
}
@media screen and (max-width: 767px) {
  .read__map-btn-chatan {
    width: 11.25rem;
    height: 7.125rem;
    margin: 121.6% 0 0 42.9333333333%;
  }
}
.read__map-btn-chatan .text-link {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 53px;
  margin-left: 3.3125rem;
  width: 295px;
  width: 18.4375rem;
  background: url(../images/top/map_chatan_text.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .read__map-btn-chatan .text-link {
    margin-top: 2.625rem;
    margin-left: 0;
    width: 100%;
  }
}

.read__map-btn-chatan .icon {
  position: absolute;
  bottom: 0;
  left: 38%;
  width: 129px;
  width: 8.0625rem;
}
@media screen and (max-width: 767px) {
  .read__map-btn-chatan .icon {
    width: 3.5rem;
    left: 3.125rem;
  }
}

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

.letsgo {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 100px;
  font-size: 6.25rem;
  text-align: center;
  line-height: 1;
  margin-bottom: -300px;
  margin-bottom: -18.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .letsgo {
    font-size: 3.125rem;
    margin-bottom: -10rem;
  }
}

.spot {
  margin-top: -180px;
  margin-top: -11.25rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  background: url(../images/top/bg_sunahama.png) no-repeat top/cover;
  padding-top: 0px;
  padding-top: 0rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot {
    overflow: hidden;
    margin-top: -6.25rem;
    padding-top: 3.125rem;
    background: url(../images/top/bg_sunahama_sp.png) no-repeat top/cover;
  }
}

.spot:nth-child(even) {
  background: url(../images/top/bg_sunahama2.png) no-repeat top/cover;
}
@media screen and (max-width: 767px) {
  .spot:nth-child(even) {
    background: url(../images/top/bg_sunahama2_sp.png) no-repeat top/cover;
  }
}

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

.spot__top {
  padding-top: 160px;
  padding-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot__top {
    padding-top: 5rem;
  }
}
.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;
  }
}

.festival-name {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.festival-name:hover {
  opacity: 0.8;
}

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