@charset "UTF-8";
/* ------------------------------
リセットCSS
------------------------------ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

section a{
  text-decoration: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  /* outline: 0 */
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------
基本設定
------------------------------ */
@media screen and (max-width: 767px) {
  body {
    padding-bottom: min(40.7692307692%, 238.5px);
  }
}

.resortGifu {
/*  padding-top: 90px;*/
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .resortGifu {
    font-size: max(0.6944444444vw, 7.5px);
  }
}
/*@media screen and (max-width: 786px) {
  .resortGifu {
    padding-top: 59px;
  }
}*/
@media screen and (max-width: 767px) {
  .resortGifu {
    font-size: min(2.5641025641vw, 15px);
  }
}

@media screen and (max-width: 767px) {
  .hiddenSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hiddenPC {
    display: none !important;
  }
}
.inlineBlock {
  display: inline-block;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes mmslideUp {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fade-slide-right {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
    transform: translateX(50%);
  }
  100% {
    opacity: 0.25;
    transform: none;
  }
}
/* ------------------------------
固定ナビゲーション
------------------------------ */
.fixedNav {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fixedNav {
    top: unset;
    bottom: 0;
    left: 0;
    transition: opacity 0.4s;
  }
  .fixedNav:not(.is-active) {
    opacity: 0;
    pointer-events: none;
  }
}

.fixedNav__list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.2em;
  margin-top: 9.371vh;
}
@media screen and (max-width: 767px) {
  .fixedNav__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}

.fixedNav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.6em;
  height: 14em;
  color: #fff;
  text-decoration: none;
}

.fixedNav__link:hover{
  text-decoration: underline;
}


.fixedNav__link.--red {
  background-color: #7f2828;
}
.fixedNav__link.--green {
  background-color: #47af9d;
}
.fixedNav__link.--yellow {
  background-color: #c09b5d;
}
@media screen and (max-width: 767px) {
  .fixedNav__link {
    width: 100%;
    height: 5.5em;
  }
  .fixedNav__link.--yellow {
    color: #000;
  }
}
@media (any-hover: hover) {
  .fixedNav__link {
    transition: filter 0.3s;
  }
  .fixedNav__link:hover {
    filter: brightness(1.1);
  }
}

.fixedNav__linkText {
  writing-mode: vertical-rl;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .fixedNav__linkText {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}

/* ------------------------------
スクロールトップボタン
------------------------------ */
.scrollTopBtn {
  position: fixed;
  right: 4em;
  bottom: 3.7em;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
  width: 7.5em;
  height: 7.5em;
  padding-top: 1px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(127, 40, 40, 0.5);
  transition: opacity 0.4s, filter 0.4s;
}
.scrollTopBtn:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .scrollTopBtn {
    right: 1.5em;
    bottom: 7em;
    width: 5.8em;
    height: 5.8em;
  }
}
@media (any-hover: hover) {
  .scrollTopBtn:hover {
    filter: brightness(0.95);
  }
}

.scrollTopBtn__icon {
  width: 1.6em;
  height: auto;
}

.scrollTopBtn__text {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 0.9333333333;
  color: #7f2828;
}
@media screen and (max-width: 767px) {
  .scrollTopBtn__text {
    font-size: 1.3em;
    line-height: 1.0769230769;
  }
}

/* ------------------------------
メインビジュアル
------------------------------ */
.mainVisual {
  overflow-x: clip;
  background-color: #f3ebcf;
}
@media screen and (min-width: 768px) {
  .mainVisual {
    font-size: max(0.6944444444vw, 7.5px);
  }
}

.mainVisual__top {
  position: relative;
}

.mainVisual__slider {
  display: flex;
  opacity: 0;
}

.is-loaded .mainVisual__slider {
  animation: fade-in 2s ease-out forwards;
}

.mainVisual__slide {
  width: auto;
  height: 68.9em;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .mainVisual__slide {
    height: 69.2em;
    max-height: calc(100vh - 59px);
  }
}

.is-loaded .mainVisual__slide {
  animation: slide-left 120s linear infinite;
}
@media screen and (max-width: 767px) {
  .is-loaded .mainVisual__slide {
    animation-duration: 80s;
  }
}

.mainVisual__headWrapper {
  position: absolute;
  top: 15.8em;
  right: 0;
  left: 0;
  display: flex;
  padding-left: 5.4em;
}
@media screen and (max-width: 767px) {
  .mainVisual__headWrapper {
    top: calc(50% - 1.8em);
    padding-left: 3.7em;
    transform: translateY(-50%);
  }
}

.mainVisual__head {
  position: relative;
  margin: 0 auto;
}

.mainVisual__title {
  display: block;
  width: 61.24em;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual__title {
    width: 34.3em;
  }
}

.is-loaded .mainVisual__title {
  animation: fade-up 1s ease-out 0.8s forwards;
}

.mainVisual__catch {
  position: absolute;
  top: -0.314em;
  right: 7.51em;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mainVisual__catch {
    top: -0.7em;
    right: 1.2em;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}

.mainVisual__catchLine {
  padding: 0.4em 0.25em 0.1em;
  background-color: #47af9d;
  writing-mode: vertical-rl;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0;
  transform: scale3d(0, 1.05, 1) translate3d(-1.2em, 0.8em, 0);
  transition: transform 2s, opacity 1s;
  transform-origin: 100% 0;
}
@media screen and (max-width: 767px) {
  .mainVisual__catchLine {
    padding: 0.5714285714em 0.2142857143em;
    font-size: 1.4em;
    letter-spacing: 0.0714em;
  }
}

.is-loaded .mainVisual__catchLine {
  opacity: 1;
  transform: none;
}
.is-loaded .mainVisual__catchLine:nth-child(1) {
  transition-delay: 1.6s;
}
.is-loaded .mainVisual__catchLine:nth-child(2) {
  transition-delay: 1.8s;
}
.is-loaded .mainVisual__catchLine:nth-child(3) {
  transition-delay: 2s;
}

.mainVisual__line01 {
  position: absolute;
  bottom: 56.2873730044%;
  right: 52.4583333333%;
  width: 42.87em;
  height: auto;
  transform: rotate(166.27deg);
}
@media screen and (max-width: 767px) {
  .mainVisual__line01 {
    bottom: unset;
    top: -3.54em;
    right: 1.51em;
    width: 28.44em;
  }
}

.mainVisual__line02 {
  position: absolute;
  top: 91.0014513788%;
  left: 5.9027777778%;
  width: 93.5em;
  height: auto;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .mainVisual__line02 {
    top: 89.7398843931%;
    left: 1.7948717949%;
    width: 99.7435897436%;
  }
}

.resortGifu:not(.is-scrolled) .mainVisual__line02 {
  opacity: 0;
}

.mainVisual__line03 {
  position: absolute;
  top: 167.0520231214%;
  top: calc(100% + 46.4em);
  left: 0;
  width: 86.9230769231%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mainVisual__line03 {
    display: none;
  }
}

.mainVisual__bottom {
  position: relative;
  margin-top: 10em;
  padding-bottom: 35.0694444444%;
}
@media screen and (max-width: 767px) {
  .mainVisual__bottom {
    margin-top: 3.6em;
    padding-bottom: 4.7em;
  }
}

.mainVisual__message {
  text-align: center;
  font-size: min(2em, 20px);
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .mainVisual__message {
    font-size: 1.6em;
    line-height: 2.375;
  }
}

.mainVisual__subImg {
  position: absolute;
  height: auto;
  border-radius: 1em;
}
.mainVisual__subImg.--01 {
  top: 0;
  right: 0;
  width: 23.8888888889%;
}
.mainVisual__subImg.--02 {
  top: 10.4em;
  left: 6.9444444444%;
  width: 16.5972222222%;
}
.mainVisual__subImg.--03 {
  bottom: 10.9em;
  left: 24.6527777778%;
  width: 14.0972222222%;
}
@media screen and (max-width: 767px) {
  .mainVisual__subImg {
    position: static;
    display: block;
  }
  .mainVisual__subImg.--01 {
    width: 62.8205128205%;
    margin: 8em 5.1282051282% 0 auto;
  }
  .mainVisual__subImg.--02 {
    width: 48.4615384615%;
    margin: 2.2em auto 0 2.5641025641%;
  }
  .mainVisual__subImg.--03 {
    width: 41.2820512821%;
    margin: -8.5em 2.5641025641% 0 auto;
  }
}

.mainVisual__subText {
  position: absolute;
  bottom: 13.66em;
  right: 24.7569444444%;
  width: min(27.3611111111%, 394px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .mainVisual__subText {
    right: 46.6666666667%;
    bottom: 5.2em;
    width: 19.95em;
  }
}

.mainVisual__discover {
  position: absolute;
  top: 0;
  left: 1em;
  display: flex;
  align-items: center;
  gap: 1.6666666667em;
  writing-mode: vertical-rl;
  font-size: min(1.8em, 18px);
  font-weight: 500;
  line-height: 1;
}
.mainVisual__discover::before {
  content: "";
  width: 1px;
  height: 11.1111111111em;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mainVisual__discover {
    top: 15.3571428571em;
    left: 5.1282051282%;
    bottom: unset;
    gap: 0.7142857143em;
    font-size: 1.4em;
  }
  .mainVisual__discover::before {
    height: 7.5em;
  }
}

/* ------------------------------
ナビゲーション
------------------------------ */
.navigation {
  margin: 8em 0 14.03em;
}
@media screen and (max-width: 767px) {
  .navigation {
    margin: 4.6em 0 4em;
  }
}

.navigation__title {
  display: block;
  width: 100%;
  max-width: 61.26em;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .navigation__title {
    max-width: 35.73em;
  }
}

.navigation__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin-top: 8em;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .navigation__list {
    grid-template-columns: 100%;
    row-gap: 1em;
    margin-top: 5.36em;
  }
}

.navigation__link {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .navigation__link {
    font-size: max(0.6944444444vw, 7.5px);
  }
}

.navigation__slide {
  position: relative;
}

.navigation__img {
  display: block;
  width: 100%;
  height: 20.3em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .navigation__img {
    height: 16.5em;
  }
}

.navigation__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4615384615em;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navigation__label {
    padding: 0.5454545455em;
    font-size: 1.1em;
  }
}

.navigation__theme {
  position: absolute;
  top: 0;
  right: 14.5833333333%;
  z-index: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3181818182em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  writing-mode: vertical-rl;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.091em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navigation__theme {
    right: 14.358974359%;
    width: 2.8333333333em;
    font-size: 1.8em;
    letter-spacing: 0.111em;
  }
}

.navigation__chart {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5714285714em;
  padding-bottom: 1px;
  background: linear-gradient(90deg, #dba750 33.65%, #9f6e1a 75.48%);
  align-items: center;
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navigation__chart {
    position: static;
    height: 1.8571428571em;
  }
}

.navigation__arrow {
  position: absolute;
  z-index: 1;
  right: 2em;
  bottom: 2em;
  width: 3em;
  height: auto;
  fill: transparent;
  transition: fill 0.4s;
}
@media screen and (max-width: 767px) {
  .navigation__arrow {
    right: 1em;
    width: 2.3em;
    height: 2.3em;
  }
}
.navigation__arrow path {
  transition: fill 0.4s;
}

@media (any-hover: hover) {
  .navigation__link:hover .navigation__arrow {
    fill: #fff;
  }
  .navigation__link:hover .navigation__arrow path {
    fill: #000;
  }
}
.navigation__link.--hotels .navigation__theme {
  bottom: 1em;
}
@media screen and (max-width: 767px) {
  .navigation__link.--hotels .navigation__theme {
    bottom: 1.4444444444em;
  }
}
@media screen and (min-width: 768px) {
  .navigation__link.--hotels .navigation__label {
    bottom: 1.6923076923em;
  }
}
.navigation__link.--hotels .navigation__arrow {
  bottom: 4.2em;
}
@media screen and (max-width: 767px) {
  .navigation__link.--hotels .navigation__arrow {
    bottom: 4.6em;
  }
}

/* ------------------------------
昇龍道を見る
------------------------------ */
.shoryudo {
  position: relative;
  z-index: 0;
  padding: 6em 0 6.7em;
  background-color: #7f2828;
}
.shoryudo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../img/shoryudo/bg.jpg") repeat center top/100% auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .shoryudo {
    padding: 7.1em 0 0;
  }
  .shoryudo::before {
    background-image: url("../img/shoryudo/bg@sp.jpg");
  }
}

.shoryudoIntro {
  display: grid;
  grid-template-columns: 19.8058950395% 1fr;
  -moz-column-gap: 4.55em;
       column-gap: 4.55em;
  align-items: flex-start;
  padding-left: 3.4027777778%;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro {
    grid-template-columns: 100%;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .shoryudoIntro__head {
    position: sticky;
    top: 90px;
  }
}
.shoryudoIntro__titleWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 27.55em;
  margin: 0 auto;
  padding: 8.9em 1.15em 8.19em 0;
  background: url("../img/shoryudo/title-bg.png") no-repeat center/contain;
}
@media screen and (max-width: 1440px) {
  .shoryudoIntro__titleWrapper {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__titleWrapper {
    max-width: 31.7em;
    padding: 0;
    background: url("../img/shoryudo/title-bg@sp.png") no-repeat center bottom/100% auto;
    font-size: unset;
  }
}

.shoryudoIntro__title {
  display: flex;
  flex-direction: column;
  gap: 1.9em;
  writing-mode: vertical-rl;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__title {
    gap: 0.4em;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

.shoryudoIntro__titleSub {
  font-size: 2.6em;
  line-height: 0.5384615385;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__titleSub {
    font-size: 1.4em;
    line-height: 1;
  }
}

.shoryudoIntro__titleMain {
  font-size: 5.8em;
  line-height: 1.6551724138;
  letter-spacing: 0.207em;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__titleMain {
    font-size: 3.2em;
    line-height: 1.4375;
  }
}

.shoryudoIntro__body {
  position: relative;
  margin-top: 3.1em;
  padding: max(7.476635514%, 80px) 30px;
  background-color: #ede1ce;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__body {
    width: 100%;
    max-width: 89.7435897436%;
    margin: 4.4em auto 0;
    padding: 15.3846153846% 10px;
  }
}

.shoryudoIntro__bodyEdge {
  position: absolute;
  right: 0;
  left: -2.6em;
  height: 2.9em;
  background: linear-gradient(180deg, #fad89e 0%, #c09b5d 100%);
}
.shoryudoIntro__bodyEdge.--top {
  top: -2.7em;
}
.shoryudoIntro__bodyEdge.--bottom {
  bottom: -2.4em;
}
.shoryudoIntro__bodyEdge::before {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: -1.3em;
  width: 0.7em;
  background: linear-gradient(180deg, #fad89e 0%, #c09b5d 100%);
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__bodyEdge {
    right: -0.5em;
    left: -0.5em;
    height: 1.6em;
  }
  .shoryudoIntro__bodyEdge.--top {
    top: -1.5em;
  }
  .shoryudoIntro__bodyEdge.--bottom {
    bottom: -0.4em;
  }
  .shoryudoIntro__bodyEdge::before {
    top: 0.1em;
    bottom: 0.1em;
    left: -0.7em;
    width: 0.4em;
  }
  .shoryudoIntro__bodyEdge::after {
    content: "";
    position: absolute;
    top: 0.1em;
    bottom: 0.1em;
    right: -0.7em;
    width: 0.4em;
    background: linear-gradient(180deg, #fad89e 0%, #c09b5d 100%);
  }
}

.shoryudoIntro__bodyMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5em;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__bodyMain {
    row-gap: 3em;
  }
}

.shoryudoIntro__heading {
  display: block;
  width: 25.39em;
  height: auto;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__heading {
    width: 15.39em;
  }
}

.shoryudoIntro__text {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.9444444444;
  color: #7f2828;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__text {
    font-size: 1.5em;
    line-height: 2;
  }
}

.shoryudoIntro__separator {
  width: 19.6em;
  height: auto;
}

.shoryudoIntro__map {
  display: block;
  width: 100%;
  max-width: 54.1em;
  height: auto;
}
@media screen and (max-width: 767px) {
  .shoryudoIntro__map {
    max-width: 32.9em;
  }
}

.shoryudoCourse {
  max-width: 94.4444444444%;
  margin: 15.3em auto 0;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse {
    max-width: 100%;
    margin: 6.2em 0 0;
  }
}

.shoryudoCourse__tablist {
  position: sticky;
  top: 90px;
  z-index: 5;
  display: grid;
  grid-template-columns: 643fr 724fr;
  margin: 0 -3px 0 -4px;
}
@media screen and (max-width: 786px) {
  .shoryudoCourse__tablist {
    top: 59px;
  }
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__tablist {
    grid-template-columns: 172fr 220fr;
    margin: 0;
  }
}

.shoryudoCourse__tab {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5925925926em;
  background-color: #cdcdcd;
  text-align: center;
  font-size: 2.7em;
  font-weight: 700;
  color: #7f2828;
  transition: box-shodow 0.3s;
}
.shoryudoCourse__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #ede1ce 0%, #ecd2aa 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.shoryudoCourse__tab[aria-selected=true]::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__tab {
    height: 3em;
    font-size: 1.6em;
    color: #9b9b9b;
  }
  .shoryudoCourse__tab[aria-selected=true] {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1019607843);
    color: #7f2828;
  }
}
@media (any-hover: hover) {
  .shoryudoCourse__tab:hover::before {
    opacity: 1;
  }
}

.shoryudoCourse__content {
  position: relative;
  z-index: 0;
  padding: 8.5em 3.6em 7.6em;
  background-color: #fff;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__content {
    padding: 4em 0 0.04em;
  }
}

.shoryudoCourse__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #7f2828;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__summary {
    padding: 0 1.2em 0 1.5em;
  }
}

.shoryudoCourse__summaryTitle {
  margin-bottom: 0.5217391304em;
  text-align: center;
  font-size: 4.6em;
  font-weight: 700;
  line-height: 0.652173913;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__summaryTitle {
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1;
  }
}

.shoryudoCourse__summaryText {
  font-size: 1.6em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__summaryText {
    font-size: 1.5em;
    line-height: 1.6666666667;
  }
}

.shoryudoCourse__recommend {
  display: block;
  width: 22.57em;
  height: auto;
  margin: 2.4em auto 1em;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__recommend {
    width: 16.03em;
    margin: 3em auto 1em;
  }
}

.shoryudoCourse__recommendText {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.875;
}
.shoryudoCourse__recommendText .text-lg {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__recommendText {
    font-size: 1.6em;
    line-height: 1.5625;
  }
  .shoryudoCourse__recommendText .text-lg {
    display: inline-block;
    margin-bottom: 0.175em;
    font-size: 1.25em;
    line-height: 1.5;
  }
}

.shoryudoCourse__list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 5em;
  max-width: 106.1em;
  margin: 6.77em auto 0;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__list {
    row-gap: 3em;
    max-width: 100%;
    margin: 5em 0 0;
  }
}

.shoryudoCourse__item {
  position: relative;
  min-height: 47.9em;
  padding: 20em 0 5.5em 60.1319509896%;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__item {
    min-height: unset;
    padding: 3.66em 0 4em;
  }
}

.shoryudoCourse__itemTitle {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  min-height: 1.4333333333em;
  margin-left: 0.3333333333em;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}
.shoryudoCourse__itemTitle:before {
  content: "";
  width: 1px;
  height: 1.3433333333em;
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__itemTitle {
    -moz-column-gap: 0.7692307692em;
         column-gap: 0.7692307692em;
    min-height: 1.4615384615em;
    margin-left: 1.1038461538em;
    font-size: 2.6em;
    line-height: 1;
  }
  .shoryudoCourse__itemTitle::before {
    height: 1.55em;
  }
}

.shoryudoCourse__map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 18.2846371348%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__map {
    right: 0.45em;
    width: 14.48em;
  }
}

.shoryudoCourse__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.9481621112%;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__imgWrapper {
    position: static;
    width: 100%;
    margin-top: 3em;
  }
}

.shoryudoCourse__img {
  width: 100%;
  height: auto;
}

.shoryudoCourse__spot {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  padding: 0.2em;
  background-color: #fad89e;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4666666667;
}

.shoryudoCourse__spotSlash {
  width: 1px;
  height: 1.8666666667em;
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotate(30deg);
}

.shoryudoCourse__itemText {
  margin-top: 1.6666666667em;
  font-size: 1.8em;
  line-height: 1.9444444444;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__itemText {
    margin-top: 2em;
    padding: 0 1.3333333333em;
    font-size: 1.5em;
    line-height: 2;
  }
}

.shoryudoCourse__itemFoot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
  margin-top: 1.5em;
  margin-right: -1.2em;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__itemFoot {
    align-items: center;
    margin-right: 0;
    padding: 0 2em;
  }
}

.shoryudoCourse__btnsLabel {
  margin-top: 0.5666666667em;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .shoryudoCourse__btnsLabel {
    margin-top: 0;
  }
}

.shoryudoCourse__btnsList {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.shoryudoCourse__btn {
  display: flex;
  align-items: center;
  min-height: 2.1333333333em;
  padding: 0.5333333333em;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  border-radius: 4px;
  background-color: #c26d69;
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  transition: filter 0.4s;
}
@media (any-hover: hover) {
  .shoryudoCourse__btn:hover {
    filter: brightness(1.1);
  }
}

button.shoryudoCourse__btn::after {
  content: "";
  width: 1.0666666667em;
  height: 1.0666666667em;
  background: url("../img/shoryudo/icon-plus.svg") no-repeat center/contain;
}

a.shoryudoCourse__btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/shoryudo/icon-tab.svg") no-repeat center/contain;
}

.shoryudoCourse__line {
  position: absolute;
  z-index: -1;
  height: auto;
}
.shoryudoCourse__line.--01 {
  top: 50.4em;
  right: 0;
  width: 54.7794117647%;
}
.shoryudoCourse__line.--02 {
  bottom: 43.9em;
  left: 0;
  width: 52.8676470588%;
}
.shoryudoCourse__line.--03 {
  top: 83.3em;
  right: 2.51em;
  width: 7.9em;
}
.shoryudoCourse__line.--04 {
  top: 154.6em;
  left: 1.3em;
  width: 7.9em;
}
.shoryudoCourse__line.--05 {
  bottom: 32.16em;
  left: 0.97em;
  width: auto;
  height: 34.6em;
}

.shoryudoHotels {
  margin-top: 7.29em;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels {
    margin-top: 3em;
  }
}

.shoryudoHotels__title {
  display: block;
  width: 37.97em;
  height: auto;
  margin: 0 auto 5.45em;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels__title {
    width: 23.47em;
    margin: 0 auto 3em;
  }
}

.shoryudoHotels__slider {
  position: relative;
  max-width: 128.7em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels__slider {
    max-width: 100%;
    padding: 0 0 0.16em;
  }
}

.shoryudoHotels__item.swiper-slide {
  position: relative;
  width: max(33.8em, 240px);
  margin-right: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels__item.swiper-slide {
    width: 100%;
    margin-right: 0;
    padding: 0 2em;
    min-width: unset;
  }
}
@media (any-hover: hover) {
  .shoryudoHotels__item.swiper-slide:hover .shoryudoHotels__img {
    opacity: 0.8;
  }
  .shoryudoHotels__item.swiper-slide:hover .shoryudoHotels__btn {
    filter: brightness(1.1);
  }
}

.shoryudoHotels__img {
  width: 100%;
  height: auto;
  aspect-ratio: 338/246;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
  transition: opacity 0.4s;
}

.shoryudoHotels__name {
  margin-top: 0.75em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.45;
}

.shoryudoHotels__place {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.3571428571em;
       column-gap: 0.3571428571em;
  margin-top: 0.3571428571em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #7f2828;
}

.shoryudoHotels__placeIcon {
  width: 0.8428571429em;
  height: auto;
}

.shoryudoHotels__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.125em;
  height: 2.875em;
  margin: 0.9375em auto 0;
  border-radius: 4px;
  background: #c26d69 url("../img/shoryudo/icon-plus.svg") no-repeat right 0.6875em center/1.25em auto;
  font-size: 1.6em;
  color: #fff;
  transition: filter 0.4s;
}
.shoryudoHotels__btn::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels__btn {
    width: 100%;
  }
}

a.shoryudoHotels__item .shoryudoHotels__btn {
  background: #c26d69 url("../img/shoryudo/icon-tab.svg") no-repeat right 0.9375em center/0.75em auto;
}

.shoryudoHotels__sliderBtn {
  position: absolute;
  z-index: 1;
  top: 15.8em;
  width: 6em;
  height: 6em;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7) url("../img/swiper-arrow.svg") no-repeat center/2.3em auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.shoryudoHotels__sliderBtn.--prev {
  left: -2.6em;
  transform: rotate(180deg);
}
.shoryudoHotels__sliderBtn.--next {
  right: -2.6em;
}
@media screen and (max-width: 767px) {
  .shoryudoHotels__sliderBtn {
    top: calc(32.6666666667vw - 2.5em);
    width: 5em;
    height: 5em;
  }
  .shoryudoHotels__sliderBtn.--prev {
    left: 0.2em;
  }
  .shoryudoHotels__sliderBtn.--next {
    right: 0.1em;
  }
}
@media (any-hover: hover) {
  .shoryudoHotels__sliderBtn:hover {
    opacity: 0.75;
  }
}

.shoryudoHotels__sliderPager {
  display: flex;
  justify-content: center;
  gap: max(0.5em, 5px);
  margin-top: 3.24em;
}
.shoryudoHotels__sliderPager .swiper-pagination-bullet {
  width: max(0.6em, 6px);
  height: max(0.6em, 6px);
  margin: 0 !important;
  opacity: 1;
  background-color: #e6e6e6;
}
.shoryudoHotels__sliderPager .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .shoryudoHotels__sliderPager {
    display: none;
  }
}

.shoryudoHotels__scrollHint {
  position: absolute;
  top: 1.3em;
  right: 2.3em;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0.3em 1em;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .shoryudoHotels__scrollHint {
    display: none;
  }
}

.shoryudoHotels__scrollHintText {
  margin-right: 0.4615384615em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2307692308;
  color: #fff;
}

.shoryudoHotels__scrollHintArrow {
  width: 0.6em;
  height: auto;
  margin-left: 0.1em;
  opacity: 0.25;
  animation: fade-slide-right 1.5s ease infinite;
}
.shoryudoHotels__scrollHintArrow:last-of-type {
  animation-delay: 0.25s;
}

/* モーダル */
.hotelModal__overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
/*  padding: 4.6em;*/
  padding: 10em;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .hotelModal__overlay {
    padding: 1em 3.8461538462% 5.7em;
  }
}

.hotelModal__body {
  position: relative;
  width: 100%;
  max-width: 75em;
  overflow-x: clip;
  overflow-y: auto;
  margin: auto;
}

.hotelModal__close {
  display: block;
  width: 5em;
  height: 5em;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.5) url("../img/icon-close.svg") no-repeat center/1.6em auto;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .hotelModal__close:hover {
    opacity: 0.75;
  }
}

.hotelModal__content {
  display: flex;
  flex-direction: column;
  min-height: 68.4em;
  margin-top: 1em;
  padding: 3em 7.5em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hotelModal__content {
    min-height: unset;
    padding: 3em;
  }
}

.hotelModal__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hotelModal__img {
    width: calc(100% + 2.9em);
    margin: 0 -1.45em;
  }
}

.hotelModal__title {
  margin-top: 0.625em;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.4583333333;
}

.hotelModal__place {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.3571428571em;
       column-gap: 0.3571428571em;
  margin-top: 0.3571428571em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #7f2828;
}

.hotelModal__placeIcon {
  width: 0.8428571429em;
  height: auto;
}

.hotelModal__text {
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 2;
}

.hotelModal__btnList {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 1.5em 0 2.5em;
}
@media screen and (max-width: 767px) {
  .hotelModal__btnList {
    margin-right: -1em;
    margin-bottom: 1.5em;
  }
}

.hotelModal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 16em;
  height: 2.4em;
  border-radius: 4px;
  font-size: 1.5em;
  color: #fff;
  transition: filter 0.4s;
}
.hotelModal__btn.--plan {
  background-color: #c26d69;
}
.hotelModal__btn.--site {
  background-color: #a29683;
}
@media (any-hover: hover) {
  .hotelModal__btn:hover {
    filter: brightness(1.1);
  }
}

.hotelModal__foot {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
  font-size: 1.5em;
  line-height: 2;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .hotelModal__foot:hover {
    opacity: 0.75;
  }
}

.hotelModal {
  display: none;
}

.hotelModal.is-open {
  display: block;
}

.hotelModal[aria-hidden=false] .hotelModal__overlay {
  animation: fade-in 0.3s ease;
}

.hotelModal[aria-hidden=true] .hotelModal__overlay {
  animation: fade-out 0.3s ease;
}

.hotelModal[aria-hidden=false] .hotelModal__body {
  animation: mmslideUp 0.3s ease-out;
}

/* ------------------------------
観光地を見る
------------------------------ */
.destinations {
  padding-top: 9em;
}
@media screen and (max-width: 767px) {
  .destinations {
    padding-top: 7em;
    padding-bottom: 5.4em;
  }
}

.destinations__titleWrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.destinations__titleWrapper::before, .destinations__titleWrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5px;
  height: 9.24em;
  transform: translateY(-50%) rotate(30.2deg);
  background-color: #000;
}
.destinations__titleWrapper::before {
  left: -4.325em;
}
.destinations__titleWrapper::after {
  right: -4.325em;
}
@media screen and (max-width: 767px) {
  .destinations__titleWrapper::before, .destinations__titleWrapper::after {
    height: 5.27em;
  }
  .destinations__titleWrapper::before {
    left: -3.325em;
  }
  .destinations__titleWrapper::after {
    right: -3.325em;
  }
}

.destinations__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4em;
  font-weight: 500;
}

.destinations__titleSub {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .destinations__titleSub {
    font-size: 1.4em;
  }
}

.destinations__titleMain {
  font-size: 4.4em;
  line-height: 1.4545454545;
  letter-spacing: 0.2em;
}
.destinations__titleMain .color-green {
  color: #47af9d;
}
@media screen and (max-width: 767px) {
  .destinations__titleMain {
    font-size: 3.2em;
    line-height: 1.4375;
  }
}

.destinations__nav {
  margin-top: 7.3em;
}
@media screen and (max-width: 767px) {
  .destinations__nav {
    display: grid;
    grid-template-columns: 41.0256410256% 1fr;
    margin-top: 3em;
  }
}

.destinations__navImgWrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .destinations__navImgWrapper {
    display: none;
  }
}

.destinations__navImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s;
}
.destinations__navImg.is-active {
  opacity: 1;
}

.destinations__tablist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .destinations__tablist {
    grid-template-columns: 100%;
  }
}

.destinations__tab {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1.6em 1.6em 1.5em;
  transition: background-color 0.4s;
}
.destinations__tab[aria-selected=true] {
  background-color: #f3ebcf;
}
@media screen and (min-width: 768px) {
  .destinations__tab:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 2em;
    right: -0.5px;
    bottom: 2em;
    width: 1px;
    background-color: #cdcdcd;
  }
}
@media screen and (max-width: 767px) {
  .destinations__tab {
    justify-content: flex-start;
  }
  .destinations__tab:nth-child(1) {
    padding: 1.3em 1.2em 1.55em 1.5em;
  }
  .destinations__tab:nth-child(2) {
    padding: 1.2em 1.2em 1.25em 1.5em;
  }
  .destinations__tab:nth-child(3) {
    padding: 1.2em 1.2em 0.95em 1.5em;
  }
  .destinations__tab:nth-child(4) {
    padding: 1.3em 1.2em 0.85em 1.5em;
  }
}
@media (any-hover: hover) {
  .destinations__tab:hover {
    background-color: #f3ebcf;
  }
}

.destinations__tabHead {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .destinations__tabHead {
    font-size: max(0.6944444444vw, 6.5px);
  }
}
@media screen and (max-width: 767px) {
  .destinations__tabHead {
    font-size: 1em;
  }
}

.destinations__tabNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4482758621em;
  height: 2.8275862069em;
  margin-right: -0.3448275862em;
  background: url("../img/destinations/tab-number.svg") no-repeat center/contain;
  font-size: 2.9em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .destinations__tabNumber {
    width: 2.9375em;
    height: 3.375em;
    margin-right: -0.375em;
    background-image: url("../img/destinations/tab-number@sp.svg");
    font-size: 1.6em;
  }
}

.destinations__tabTitle {
  margin-top: 0.9038461538em;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .destinations__tabTitle {
    margin-top: 1em;
    font-size: 1.6em;
    line-height: 1.4375;
  }
}

.destinations__tabArrow {
  width: 2.8em;
  height: auto;
  margin: 2.85em 0 0 1em;
}
@media screen and (max-width: 767px) {
  .destinations__tabArrow {
    width: 1.8em;
    margin: 1.85em 0 0 1em;
  }
}

.destinations__tabItemList {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 0.5em;
  padding-left: 6.6em;
}
@media screen and (max-width: 1023px) {
  .destinations__tabItemList {
    padding-left: 4.6em;
  }
}
@media screen and (max-width: 767px) {
  .destinations__tabItemList {
    row-gap: 0.2em;
    margin-top: 0.35em;
  }
}

.destinations__tabItem {
  display: flex;
  -moz-column-gap: 0.3125em;
       column-gap: 0.3125em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.4375;
}
.destinations__tabItem::before {
  content: "";
  flex-shrink: 0;
  width: 0.625em;
  height: 0.625em;
  margin-top: 0.40625em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .destinations__tabItem {
    -moz-column-gap: 0.4166666667em;
         column-gap: 0.4166666667em;
    font-size: 1.2em;
    line-height: 1.4166666667;
  }
  .destinations__tabItem::before {
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.4583333333em;
  }
}

@media screen and (max-width: 767px) {
  .destinationsContent {
    display: none;
    position: relative;
    z-index: 9999;
  }
  .destinationsContent__section {
    animation: mmslideUp 0.3s ease-out;
  }
}
.destinationsContent__overlay {
  padding: 9.3em 5.2083333333% 7.2em;
  background: url("../img/destinations/bg-yellow.jpg") repeat left top/78em auto;
}
@media screen and (max-width: 767px) {
  .destinationsContent__overlay {
    position: fixed;
    inset: 0;
    padding: 2em 3.8461538462%;
    background: rgba(0, 0, 0, 0.4);
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
  }
}

.destinationsContent__close {
  display: block;
  width: 5em;
  height: 5em;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.8) url("../img/icon-close.svg") no-repeat center/1.6em auto;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .destinationsContent__close {
    display: none;
  }
}
@media (any-hover: hover) {
  .destinationsContent__close:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .destinationsContent__section {
    position: relative;
    margin-top: 1em;
    border-radius: 2em;
    padding: 4.5em 0 4em;
    background: url("../img/destinations/bg-yellow@sp.jpg") repeat left top/100% auto;
  }
}

.destinationsContent__number {
  position: absolute;
  top: 0.2777777778em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4166666667em;
  height: 2.7777777778em;
  padding-right: 0.2222222222em;
  background: url("../img/destinations/modal-number.svg") no-repeat center/contain;
  font-size: 3.6em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .destinationsContent__number {
    display: none;
  }
}

.destinationsContent__title {
  width: 100%;
  max-width: 116em;
  margin: 0 auto;
  text-align: right;
}

.destinationsContent__titleMain {
  position: relative;
  font-size: 5em;
  font-weight: 500;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .destinationsContent__titleMain {
    margin-right: 0.9375em;
    font-size: 3.2em;
    line-height: 0.9375;
  }
}

.destinationsContent__titleSub {
  margin-top: -0.1625em;
  font-size: 8em;
  line-height: 0.6875;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .destinationsContent__titleSub {
    margin-top: -0.3090909091em;
    font-size: 5.5em;
    line-height: 1;
  }
  .destinationsContent__titleSub.sp-small {
    font-size: 5.2em;
    line-height: 1.0576923077;
  }
}

.destinationsSlider__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .destinationsSlider__wrapper {
    font-size: max(0.6944444444vw, 6.5px);
  }
}
@media screen and (max-width: 767px) {
  .destinationsSlider__wrapper {
    display: block;
    font-size: 1em;
  }
}

.destinationsSlider {
  position: relative;
  max-width: 129em;
  margin: -0.4em auto 0;
  padding-left: 0.4em;
}
@media screen and (max-width: 1023px) {
  .destinationsSlider {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .destinationsSlider {
    margin: 2.5em 0 0;
    padding-left: 0;
  }
  .destinationsSlider .swiper-wrapper {
    display: block;
  }
  .destinationsSlider .swiper-slide:not([data-loop-index="0"]) {
    display: none;
  }
}

.swiper-slide.destinationsSlider__item {
  width: 26em;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .swiper-slide.destinationsSlider__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5em;
  }
  .swiper-slide.destinationsSlider__item:nth-child(odd) {
    padding-right: 5.5555555556%;
  }
  .swiper-slide.destinationsSlider__item:nth-child(odd) .destinationsSlider__itemImg {
    border-radius: 0 1em 1em 0;
  }
  .swiper-slide.destinationsSlider__item:nth-child(even) {
    padding-left: 5.5555555556%;
  }
  .swiper-slide.destinationsSlider__item:nth-child(even) .destinationsSlider__itemImg {
    border-radius: 1em 0 0 1em;
  }
}

.destinationsSlider__itemImgWrapper {
  position: relative;
}

.destinationsSlider__itemImg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

.destinationsSlider__itemTitle {
  position: absolute;
  bottom: 0.4545454545em;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 1.4545454545em;
  text-align: center;
  font-size: max(2.2em, 16px);
  font-weight: 500;
  line-height: 1.2272727273;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__itemTitle {
    bottom: 0.3571428571em;
    min-height: unset;
    font-size: 2.8em;
    line-height: 1.0714285714;
  }
}

.destinationsSlider__itemText {
  margin-top: 0.9230769231em;
  text-align: center;
  font-size: max(1.3em, 9px);
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__itemText {
    margin-top: 0.6666666667em;
    font-size: 1.5em;
    line-height: 2;
  }
}

.destinationsSlider__itemLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 13.8461538462em;
  height: 2.6153846154em;
  margin: 0.9230769231em auto 0;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  font-size: max(1.3em, 10px);
  color: #35393e;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__itemLink {
    margin-top: 0.7692307692em;
    font-size: 1.3em;
  }
}
@media (any-hover: hover) {
  .destinationsSlider__itemLink:hover {
    background-color: rgba(155, 155, 155, 0.2);
  }
}

.swiper-slide.destinationsSlider__cardWrapper {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  margin-right: 2.5em;
}
.swiper-slide.destinationsSlider__cardWrapper.--mr-0 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .swiper-slide.destinationsSlider__cardWrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 4.5em;
    margin-right: 0;
    padding: 3em 0;
    background-color: #fff;
  }
  .swiper-slide.destinationsSlider__cardWrapper + .destinationsSlider__cardWrapper {
    margin-top: 0;
    padding-top: 1.5em;
  }
}

.destinationsSlider__card {
  position: relative;
  width: 41em;
  padding: 2em;
  border-radius: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__card {
    width: 100%;
    padding: 0 4.1666666667%;
    border-radius: 0;
  }
}

.destinationsSlider__hotelLabel {
  position: relative;
  writing-mode: vertical-rl;
  margin-right: 1.0416666667em;
  padding: 0.9583333333em 0 0 0.7083333333em;
  font-size: max(2.4em, 18px);
  font-weight: 500;
  line-height: 0.8333333333;
  letter-spacing: 0.1667em;
}
.destinationsSlider__hotelLabel::before {
  content: "";
  position: absolute;
  top: -0.2208333333em;
  left: 0.40625em;
  width: 1px;
  height: 1.6141666667em;
  transform: rotate(30.2deg);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .destinationsSlider__hotelLabel {
    margin-right: 0;
    padding: 0.4863636364em 0 1.6227272727em 1.1136363636em;
    writing-mode: horizontal-tb;
    font-size: 2.2em;
    letter-spacing: 0.2em;
  }
  .destinationsSlider__hotelLabel::before {
    top: 0.0909090909em;
    left: 0.4431818182em;
  }
}

.destinationsSlider__cardImg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

@media screen and (max-width: 767px) {
  .destinationsSlider__cardBody {
    padding: 0 0.5em;
  }
}

.destinationsSlider__cardTitle {
  margin-top: 0.6818181818em;
  font-size: max(2.2em, 16px);
  font-weight: 500;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__cardTitle {
    margin-top: 0.2083333333em;
    font-size: 2.4em;
    line-height: 1.4583333333;
  }
}

.destinationsSlider__card .hotelModal__place {
  font-size: max(1.4em, 10.5px);
}

.destinationsSlider__cardText {
  margin-top: 0.7692307692em;
  font-size: max(1.3em, 9px);
  line-height: 1.5384615385em;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__cardText {
    margin-top: 1em;
    font-size: 1.5em;
    line-height: 2;
  }
}

.destinationsSlider__cardBtnList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__cardBtnList {
    margin-top: 1.5em;
    margin-right: 1em;
  }
}

.destinationsSlider__cardBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  border-radius: 4px;
  font-size: max(1.5em, 11px);
  color: #fff;
  transition: filter 0.4s;
}
.destinationsSlider__cardBtn.--plan {
  background-color: #c26d69;
}
.destinationsSlider__cardBtn.--site {
  background-color: #a29683;
}
@media (any-hover: hover) {
  .destinationsSlider__cardBtn:hover {
    filter: brightness(1.1);
  }
}

.destinationsSlider__sliderBtn {
  position: absolute;
  z-index: 1;
  top: 18.4em;
  width: 6em;
  height: 6em;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7) url("../img/swiper-arrow.svg") no-repeat center/2.3em auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.destinationsSlider__sliderBtn.--prev {
  left: -2.5em;
  transform: rotate(180deg);
}
.destinationsSlider__sliderBtn.--next {
  right: -3em;
}
@media screen and (max-width: 767px) {
  .destinationsSlider__sliderBtn {
    display: none;
  }
}
@media (any-hover: hover) {
  .destinationsSlider__sliderBtn:hover {
    opacity: 0.75;
  }
}

.destinationsSlider__close {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.6666666667em auto 0;
  font-size: 1.5em;
  line-height: 2;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
}
@media screen and (min-width: 768px) {
  .destinationsSlider__close {
    display: none;
  }
}

/* ------------------------------
宿を見る
------------------------------ */
.outHotels {
  padding: 6.9em 0 7.2em;
  background: url("../img/destinations/bg-yellow.jpg") repeat left top/78em auto;
}
@media screen and (max-width: 767px) {
  .outHotels {
    padding: 7em 0 6.2em;
    background: url("../img/hotels/bg-yellow@sp.jpg") repeat center top/100% auto;
  }
}

.outHotels__description {
  margin-top: 2.8em;
  padding: 0.15em;
  background: linear-gradient(90deg, #dba750 33.65%, #9f6e1a 75.48%);
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .outHotels__description {
    margin-top: 2.0714285714em;
    padding: 0.2142857143em;
    font-size: 1.4em;
    line-height: 1.4285714286;
  }
}

.ourHotels__qaList {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 6.5em;
  max-width: 94em;
  margin: 5.6em auto 0;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .ourHotels__qaList {
    row-gap: 4em;
    margin-top: 3.8em;
    padding: 0;
  }
}

.ourHotels__qa {
  padding-bottom: 6.5em;
  border-bottom: 1px solid rgba(180, 132, 59, 0.5);
}
@media screen and (max-width: 767px) {
  .ourHotels__qa {
    padding: 0 3.9743589744% 4em;
  }
}

.ourHotels__question {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .ourHotels__question {
    padding: 0 0.45em;
  }
}

.ourHotels__qIcon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 2em;
  height: 2em;
  padding-bottom: 0.24em;
  border-radius: 50%;
  font-size: 2.5em;
  font-weight: 500;
}

.ourHotels__questionText {
  font-size: 3em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ourHotels__questionText {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.25;
  }
}

.ourHotels__answerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1em;
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .ourHotels__answerList {
    margin-top: 3em;
  }
}

.ourHotels__answer {
  width: 50%;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ourHotels__answer {
    width: 100%;
    padding: 0;
  }
}

.ourHotels__answerBtn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 9999px;
  padding: 0.95em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 2em;
  line-height: 1.2;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .ourHotels__answerBtn {
    padding: 0.625em;
    font-size: 1.6em;
    line-height: 1.125;
  }
}
@media (any-hover: hover) {
  .ourHotels__answerBtn:hover {
    background-color: #fad89e;
  }
}

/* モーダル */
.qaModal__overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  padding: 4.6em;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .qaModal__overlay {
    padding: 1em 3.8461538462% 5.7em;
  }
}

.qaModal__body {
  position: relative;
  width: 100%;
  max-width: 75em;
  overflow-x: clip;
  overflow-y: auto;
  margin: auto;
}

.qaModal__close {
  display: block;
  width: 5em;
  height: 5em;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.5) url("../img/icon-close.svg") no-repeat center/1.6em auto;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .qaModal__close:hover {
    opacity: 0.75;
  }
}

.qaModal__content {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  padding: 3em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .qaModal__content {
    padding: 4em 1em;
  }
}

.qaModal__head {
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .qaModal__head {
    font-size: 1.8em;
    line-height: 1.6666666667;
  }
}

.qaModal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .qaModal__list {
    gap: 3em 1.5em;
    margin-top: 2em;
  }
}

.qaModal__item {
  width: 50%;
  max-width: 29em;
}
@media screen and (max-width: 767px) {
  .qaModal__item {
    max-width: 16em;
  }
}

.qaModal__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1em;
}

.qaModal__title {
  margin-top: 0.35em;
  padding: 0 0.5em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .qaModal__title {
    margin-top: 0.9375em;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4375;
  }
}

.qaModal__note {
  margin: 0.3571428571em 0 0 0.7857142857em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .qaModal__note {
    margin: 0.4166666667em 0 0;
    font-size: 1.2em;
    line-height: 1.4166666667;
  }
}

.qaModal__place {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.3571428571em;
       column-gap: 0.3571428571em;
  margin-top: 0.3571428571em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #7f2828;
}

.qaModal__placeIcon {
  width: 0.8428571429em;
  height: auto;
}

.qaModal__btnList {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5em;
  margin: 0.7em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .qaModal__btnList {
    margin: 1.5em 0 0;
  }
}

.qaModal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4615384615em;
  border-radius: 4px;
  font-size: 1.3em;
  color: #fff;
  transition: filter 0.4s;
}
.qaModal__btn.--plan {
  background-color: #c26d69;
}
.qaModal__btn.--site {
  background-color: #a29683;
}
@media (any-hover: hover) {
  .qaModal__btn:hover {
    filter: brightness(1.1);
  }
}

.qaModal__foot {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
  margin-top: 1.6666666667em;
  font-size: 1.5em;
  line-height: 2;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .qaModal__foot:hover {
    opacity: 0.75;
  }
}

.qaModal {
  display: none;
}

.qaModal.is-open {
  display: block;
}

.qaModal[aria-hidden=false] .qaModal__overlay {
  animation: fade-in 0.3s ease;
}

.qaModal[aria-hidden=true] .qaModal__overlay {
  animation: fade-out 0.3s ease;
}

.qaModal[aria-hidden=false] .qaModal__body {
  animation: mmslideUp 0.3s ease-out;
}

/* ------------------------------
共立リゾート厳選 岐阜の宿４選
------------------------------ */
.pickup {
  padding: 8.3em 4em 10.1em;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 7em 0 4.9em;
  }
}

.pickup__title {
  text-align: center;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1.2727272727;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .pickup__title {
    font-size: 3.2em;
    line-height: 1.1875;
    letter-spacing: 0;
  }
}

.pickup__slider {
  position: relative;
  max-width: 129em;
  margin: 8em auto 0;
}
@media screen and (max-width: 767px) {
  .pickup__slider {
    margin-top: 3.1em;
  }
}

.swiper-slide.pickup__item {
  width: 45em;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .swiper-slide.pickup__item {
    width: 100%;
    margin-right: 2em;
  }
}

.pickup__imgWrapper {
  position: relative;
  padding-top: 93.7777777778%;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pickup__imgWrapper {
    padding-top: 102.5714285714%;
  }
}

.pickup__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
}
.pickup__img.is-active {
  opacity: 1;
  z-index: 1;
}

.pickup__itemBody {
  padding: 1.5em 3em 0 2em;
}
@media screen and (max-width: 767px) {
  .pickup__itemBody {
    padding-right: 2em;
  }
}

.pickup__name {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.4642857143;
}
@media screen and (max-width: 767px) {
  .pickup__name {
    font-size: 2.4em;
    line-height: 1.4583333333;
  }
}

.pickup__place {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 0.3571428571em;
       column-gap: 0.3571428571em;
  margin-top: 0.7142857143em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #7f2828;
}

.pickup__placeIcon {
  width: 0.8428571429em;
  height: auto;
}

.pickup__text {
  margin-top: 0.9375em;
  min-height: 7em;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .pickup__text {
    min-height: 10em;
    margin-top: 1em;
    font-size: 1.5em;
    line-height: 2;
  }
}

.pickup__btnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .pickup__btnList {
    margin-top: 1.5em;
  }
}

.pickup__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.9333333333em;
  border-radius: 4px;
  font-size: 1.5em;
  color: #fff;
  transition: filter 0.4s;
}
@media screen and (max-width: 767px) {
  .pickup__btn {
    height: 2.4em;
  }
}
.pickup__btn.--plan {
  background-color: #c26d69;
}
.pickup__btn.--site {
  background-color: #a29683;
}
@media (any-hover: hover) {
  .pickup__btn:hover {
    filter: brightness(1.1);
  }
}

.pickup__sliderBtn {
  position: absolute;
  z-index: 1;
  top: 22.7em;
  width: 6em;
  height: 6em;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7) url("../img/swiper-arrow.svg") no-repeat center/2.3em auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.pickup__sliderBtn.--prev {
  left: -2.95em;
  transform: rotate(180deg);
}
.pickup__sliderBtn.--next {
  right: -2.95em;
}
@media screen and (max-width: 767px) {
  .pickup__sliderBtn {
    top: calc(51.2820512821vw - 2.5em);
    width: 5em;
    height: 5em;
  }
  .pickup__sliderBtn.--prev {
    left: 0.2em;
  }
  .pickup__sliderBtn.--next {
    right: 0.2em;
  }
}
@media (any-hover: hover) {
  .pickup__sliderBtn:hover {
    opacity: 0.75;
  }
}

.pickup__sliderPager {
  display: flex;
  justify-content: center;
  gap: max(0.5em, 5px);
  margin-top: 3.24em;
}
.pickup__sliderPager .swiper-pagination-bullet {
  width: max(0.6em, 6px);
  height: max(0.6em, 6px);
  margin: 0 !important;
  opacity: 1;
  background-color: #e6e6e6;
}
.pickup__sliderPager .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .pickup__sliderPager {
    display: none;
  }
}

.pickup__scrollHint {
  position: absolute;
  top: 1.3em;
  right: 2.3em;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0.3em 1em;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .pickup__scrollHint {
    display: none;
  }
}

.pickup__scrollHintText {
  margin-right: 0.4615384615em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2307692308;
  color: #fff;
}

.pickup__scrollHintArrow {
  width: 0.6em;
  height: auto;
  margin-left: 0.1em;
  opacity: 0.25;
  animation: fade-slide-right 1.5s ease infinite;
}
.pickup__scrollHintArrow:last-of-type {
  animation-delay: 0.25s;
}