@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * 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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 16px;
  background-color: #EAF4F5;
  color: #193B3E;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
    background-color: #F9FCFC;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.l-footer {
  background-image: url(../images/footer_bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url(../images/footer_bg_sp.webp);
  }
}
.l-footer__content {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.l-footer__logo {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 31%;
  }
}
.l-footer__inner {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__wrapper {
  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: 13px;
}
.l-footer__text {
  width: 142px;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 21px 0;
  border: 1px solid #027F89;
  margin-left: auto;
  text-align: center;
  color: #027F89;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__text {
    margin-left: unset;
    padding: 16.5px 0;
    margin-top: 30px;
  }
}
.l-footer__sns {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer__sns a {
  display: block;
  width: 35px;
}
.l-footer__list {
  padding-top: 30px;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #707070;
}
.l-footer__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
  }
}
.l-footer__list__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__list__sns {
    display: none;
  }
}
.l-footer__list__sns a {
  display: block;
  width: 35px;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 220px 0 110px;
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0 123px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.l-footer__copylight {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__copylight {
    margin-left: unset;
    padding-top: 30px;
  }
}
.l-footer__legal {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__legal {
    font-size: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__aside {
  width: 60px;
  height: 220px;
  position: fixed;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-footer__aside {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    bottom: -30px;
    top: unset;
  }
}
.l-footer__aside__best-rate {
  width: 41px;
  height: 227px;
  position: absolute;
  top: 213px;
  right: 52px;
  pointer-events: none;
}
.l-footer__aside__best-rate::before {
  content: "";
  width: 25px;
  height: 214px;
  position: absolute;
  top: 13px;
  left: 8px;
  background-color: #667d7e;
}
.l-footer__aside__best-rate::after {
  content: "";
  width: 23px;
  height: 212px;
  position: absolute;
  top: 14px;
  left: 9px;
  border: 0.8px solid #f8f3f3;
  box-sizing: border-box;
}
.l-footer__aside__best-rate__ribbon {
  display: none;
}
.l-footer__aside__best-rate__copy {
  width: 25px;
  height: 171px;
  position: absolute;
  top: 43px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #efefef;
  font-size: 9px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: -0.5px;
  z-index: 1;
}
.l-footer__aside__best-rate__badge {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-footer__aside__best-rate {
    width: 50%;
    height: 37px;
    top: auto;
    right: auto;
    bottom: 60px;
    left: 0;
  }
  .l-footer__aside__best-rate::before,
  .l-footer__aside__best-rate::after {
    content: none;
  }
  .l-footer__aside__best-rate__ribbon {
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .l-footer__aside__best-rate__copy {
    width: 100%;
    height: 25px;
    top: 12px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    writing-mode: horizontal-tb;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 15.241px;
    letter-spacing: -0.72px;
  }
  .l-footer__aside__best-rate__text {
    text-align: center;
    white-space: nowrap;
  }
  .l-footer__aside__best-rate__text--first {
    width: 38.71%;
    margin-left: 3.06%;
  }
  .l-footer__aside__best-rate__text--last {
    width: 34.64%;
    margin-right: 4.76%;
  }
  .l-footer__aside__best-rate__badge {
    width: 37px;
    height: 37px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__aside__legacy-reservation-icon {
  display: none;
}
.l-footer__aside__reservation-icon {
  width: 20px;
  height: 20.25px;
}
.l-footer__aside__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-family: "Yu Mincho Pr6N", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.1em;
  background-color: #F9FCFC;
  border: 2px solid #027F89;
  color: #027F89;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease, fill 0.5s ease, border-bottom 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease, fill 0.5s ease, border-bottom 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__aside__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    font-size: 14px;
  }
}
.l-footer__aside__item:first-of-type svg {
  width: 18px;
  height: 21.728px;
}
.l-footer__aside__item__text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  .l-footer__aside__item__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.l-footer__aside__item:nth-of-type(2) {
  background-color: #027F89;
  gap: 7px;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease, fill 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease, fill 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__aside__item:nth-of-type(2) {
    gap: 7px;
  }
}
.l-footer__aside__item:nth-of-type(2) .l-footer__aside__item__text {
  color: #F9FCFC;
}
.l-footer__aside__item:nth-of-type(2):hover {
  background-color: #fff;
  border-top: none;
  border-bottom: 2px solid #027F89;
}
.l-footer__aside__item:nth-of-type(2):hover .l-footer__aside__reservation-icon {
  filter: brightness(0) saturate(100%) invert(36%) sepia(92%) saturate(1058%) hue-rotate(143deg) brightness(88%) contrast(98%);
}
.l-footer__aside__item:nth-of-type(2):hover .l-footer__aside__item__text {
  color: #027F89;
}
.l-footer__aside__item:hover {
  background-color: #027F89;
  color: #F9FCFC;
  border-bottom: #F9FCFC solid 1px;
}

.access__icon-link:hover svg path {
  fill: #fff;
}
.access__icon-link:nth-of-type(2):hover svg path {
  fill: #027F89;
}

.l-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  width: 100%;
}
.l-header__content {
  width: 84%;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 768px) {
  .l-header__content {
    width: 90%;
  }
}
.l-header__logo {
  width: 104px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 55px;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    gap: 10px;
  }
}
.l-header__button {
  z-index: 600;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__button {
    font-size: 1.75rem;
  }
}
.l-header .l-header__nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 375px;
  height: 100vh;
  background-color: #027F89;
  color: #fff;
  z-index: 500;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__nav {
    width: 100vw;
  }
}
.l-header .l-header__nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header .l-header__nav__inner {
  text-align: center;
  padding-top: 183px;
}
.l-header .l-header__nav__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.l-header .l-header__nav__inner__list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.l-header .l-header__nav__inner__list-sns a {
  display: block;
}
.l-header .l-header__nav__inner__list-sns img {
  width: 35px;
  aspect-ratio: 1/1;
}
.l-header__ham {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__ham {
    gap: 13px;
  }
}
.l-header__ham span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__ham span {
    width: 33px;
  }
}
.l-header__ham span:nth-child(2) {
  width: 43px;
}
@media screen and (max-width: 768px) {
  .l-header__ham span:nth-child(2) {
    width: 28px;
  }
}
.l-header__ham span:nth-child(3) {
  width: 36px;
}
@media screen and (max-width: 768px) {
  .l-header__ham span:nth-child(3) {
    width: 23px;
  }
}
.l-header__ham.is-active {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 600;
  width: 36px;
}
@media screen and (max-width: 768px) {
  .l-header__ham.is-active {
    right: 30px;
  }
}
.l-header__ham.is-active span:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
          transform: translateY(20px) rotate(45deg);
  width: 36px;
}
@media screen and (max-width: 768px) {
  .l-header__ham.is-active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
.l-header__ham.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__ham.is-active span:nth-child(3) {
  -webkit-transform: translateY(-21px) rotate(-45deg);
          transform: translateY(-21px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header__ham.is-active span:nth-child(3) {
    width: 36px;
  }
}

body.is-active .l-header__button {
  font-size: 14px;
  margin-top: -10px;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  body.is-active .l-header__button {
    margin-right: 60px;
    margin-top: unset;
  }
}

html {
  font-family: "All Round Gothic", "Noto Sans CJK JP", sans-serif;
  scroll-behavior: smooth;
}

.pc__none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc__none {
    display: block;
  }
}

.sp__none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp__none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .new__line {
    display: block;
    padding-left: 71px;
  }
}

.p-all-inclusive__add {
  margin-top: 50px;
  border-bottom: 1px #027F89 solid;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__add {
    margin-top: 10px;
  }
}
.p-all-inclusive__add .p-all-inclusive__add-text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  color: #027F89;
  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;
}
.p-all-inclusive__add .p-all-inclusive__add-toggle {
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.p-all-inclusive__add .p-all-inclusive__add-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #027F89;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-all-inclusive__add .p-all-inclusive__add-toggle span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-all-inclusive__add-content {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.8s ease, opacity 0.8s ease;
  transition: max-height 0.8s ease, opacity 0.8s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-all-inclusive__add-content dl {
  padding-bottom: 40px;
}
.p-all-inclusive__add-content dt {
  color: #027F89;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 200%;
  padding-top: 5px;
}
.p-all-inclusive__add-content dt:nth-of-type(2) {
  padding-top: 30px;
}
.p-all-inclusive__add-content dd {
  color: #707070;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.p-all-inclusive__add-content.add-text {
  max-height: 1000px;
  opacity: 1;
}

body.add-text span:nth-child(2) {
  display: none;
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* Swiperの基本レイアウト */
.swiper-option {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-option .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-option .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-wrapper {
  position: relative;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 90px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 0.5;
  margin: 0 6px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #027F89;
  opacity: 1;
}

/* ボタンの外側に位置する wrapper に relative を指定 */
.p-option__inner {
  position: relative;
}

/* swiper 本体は overflow: hidden に戻す */
.p-option__images {
  overflow: hidden;
}

.option-prev,
.option-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
  border: 1px solid #027F89;
  cursor: pointer;
  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;
}
@media screen and (max-width: 768px) {
  .option-prev,
  .option-next {
    width: 33px;
    height: 33px;
    top: 85%;
  }
}

.option-prev {
  left: 0px;
  -webkit-transition: fill 0.3s, background-color 0.3s;
  transition: fill 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .option-prev {
    left: 40%;
  }
}

.option-next {
  right: 0px;
  -webkit-transition: fill 0.3s, background-color 0.3s;
  transition: fill 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .option-next {
    right: 40%;
  }
}

@media screen and (max-width: 768px) {
  .option-prev svg,
  .option-next svg {
    width: 10px;
    height: auto;
  }
}

.option-prev:hover,
.option-next:hover {
  background-color: #027F89;
}

.option-prev:hover path,
.option-next:hover path {
  fill: #fff;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
  border: 1px solid #027F89;
  cursor: pointer;
  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;
  -webkit-transition: fill 0.3s, background-color 0.3s;
  transition: fill 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .gallery-prev,
  .gallery-next {
    width: 33px;
    height: 33px;
    top: 85%;
  }
}

@media screen and (max-width: 768px) {
  .gallery-prev svg,
  .gallery-next svg {
    width: 10px;
    height: auto;
  }
}

.gallery-prev:hover,
.gallery-next:hover {
  background-color: #027F89;
}

.gallery-prev:hover path,
.gallery-next:hover path {
  fill: #fff;
}

.c-btn__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-btn__more {
    width: 90%;
    margin: 50px auto 0;
  }
}
.c-btn__more .c-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__more .c-btn-inner__text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #027F89;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn__more .c-btn-inner__text {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.c-btn-look {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-btn-look {
    padding-top: 20px;
  }
}
.c-btn-look__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-look__text {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #027F89;
  padding-bottom: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-btn-look__text .text__small {
  font-size: 15px;
}

/* SVGのfill（arrow-icon）のアニメーション */
.arrow-icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

/* SVGのstroke（text__line）のアニメーション */
.text__line path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.c-btn-inner:hover .c-btn-inner__text {
  color: #61C4CC;
}

.c-btn-inner:hover .arrow-icon path {
  fill: #61C4CC;
}

a:hover .text__line path {
  stroke: #61C4CC;
}

a:hover .c-btn-look__text {
  color: #61C4CC;
}

.c-heading {
  font-size: 4rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 3.5rem;
  }
}
.c-heading__ja {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading__ja {
    font-size: 3.25rem;
  }
}
.c-heading-l {
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading-l {
    font-size: 4rem;
    letter-spacing: 0.07em;
  }
}
.c-heading-md {
  font-size: 3.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading-md {
    font-size: 4rem;
    letter-spacing: 0.07em;
  }
}

.c-stay-guide__title {
  font-family: "Noto Sans CJK JP", sans-serif;
  padding-top: 80px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-stay-guide__title {
    padding-top: 50px;
  }
}
.c-stay-guide__title__sub {
  color: #027F89;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-stay-guide__title__sub {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
.c-stay-guide__title__main {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-stay-guide__title__main {
    font-size: 2.5rem;
    font-weight: 400;
    padding-top: 5px;
  }
}

.c-gallery__title__en {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  color: #00191B;
}
@media screen and (max-width: 768px) {
  .c-gallery__title__en {
    padding-top: 50px;
  }
}

.c-gallery__title__ja {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #027F89;
}
@media screen and (max-width: 768px) {
  .c-gallery__title__ja {
    font-size: 1.75rem;
  }
}

.p-kv {
  z-index: 1;
  position: relative;
}
.p-kv__bg__pc {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-kv__bg__pc {
    display: none;
  }
}
.p-kv .p-kv__bg__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-kv .p-kv__bg__sp {
    display: block;
    width: 100%;
  }
}
.p-kv__bg__video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-kv .fv__decoration__pc {
  position: absolute;
  bottom: -2%;
}
.p-kv .fv__decoration__pc img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-kv .fv__decoration__pc {
    display: none;
  }
}
.p-kv .fv__decoration__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-kv .fv__decoration__sp {
    display: block;
    position: absolute;
    bottom: -1%;
    width: 100%;
  }
  .p-kv .fv__decoration__sp img {
    width: 100%;
    height: auto;
  }
}
.p-kv__title {
  position: absolute;
  top: 40%;
  left: 8%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #F9FCFC;
}
.p-kv__title-sub {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-kv__title-sub {
    font-size: 1.75rem;
  }
}
.p-kv__title-text {
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 10px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-kv__title-text {
    font-size: 1.75rem;
    gap: 9px;
  }
}
.p-kv__title-text span {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #F9FCFC;
}
@media screen and (max-width: 768px) {
  .p-kv__title-text span {
    width: 60px;
  }
}
.p-kv__wave-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.p-concept {
  width: 71%;
  max-width: 1000px;
  padding: 156px 0 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-concept {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
}
.p-concept__item {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-concept__item {
    padding-left: unset;
  }
}
.p-concept__item__text {
  padding-top: 50px;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-concept__item__text {
    padding-top: unset;
    font-size: 2.5rem;
  }
}
.p-concept__wrap {
  width: 36.5%;
  padding-right: 50px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-concept__wrap {
    width: 90%;
    font-size: 1.75rem;
    padding-right: unset;
    padding-top: 50px;
  }
}
.p-concept__text {
  letter-spacing: 0.1em;
  line-height: 200%;
}
.p-concept__text:nth-child(2) {
  padding-top: 30px;
}
.p-concept__text:nth-child(3) {
  padding-top: 30px;
}
.p-concept__green {
  color: #61C4CC;
  font-weight: 500;
}

.p-section__label {
  font-size: 15px;
  color: #027F89;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-section__label {
    font-size: 1.75rem;
  }
}

.p-exterior-interior {
  background-image: url(../images/exterior_bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior {
    background-image: url(../images/exterior_bg_sp.webp);
  }
}
.p-exterior-interior .p-exterior {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior {
    padding-top: 110px;
  }
}
.p-exterior-interior .p-exterior__wrap {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior__wrap {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-exterior-interior .p-exterior__wrap__image {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior__wrap__image {
    width: 100%;
    padding-top: 20px;
  }
}
.p-exterior-interior .p-exterior__inner {
  width: 38%;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior .p-section__textblock {
    width: 90%;
    margin: 0 auto;
  }
}
.p-exterior-interior .p-exterior__description {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-exterior-interior .p-exterior__description {
    width: 90%;
    margin: 0 auto;
  }
}
.p-exterior-interior .p-exterior__images__item {
  aspect-ratio: 4/3;
  width: 300px;
  overflow: hidden;
}

.p-interior {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-interior {
    padding-top: 50px;
  }
}
.p-interior__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 84%;
  gap: 40px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-interior__wrap {
    width: 100%;
    max-width: unset;
  }
}
.p-interior__image {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-interior__image {
    width: 100%;
    padding-top: 20px;
  }
}
.p-interior__inner {
  width: 38%;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-interior__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-interior .p-section__textblock {
    width: 90%;
    margin: 0 auto;
  }
}
.p-interior__description {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-interior__description {
    width: 90%;
    margin: 0 auto;
  }
}
.p-interior__images {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-interior__images {
    padding-bottom: 66px;
  }
}
.p-interior__images .swiper-wrapper {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.p-interior__images__item {
  aspect-ratio: 4/3;
  width: 300px;
  overflow: hidden;
}

.p-all-inclusive {
  width: 69%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
  }
}
.p-all-inclusive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-all-inclusive__description {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-top: 50px;
  line-height: 200%;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__description {
    padding-top: 20px;
  }
}
.p-all-inclusive__description p:nth-child(2) {
  padding-top: 30px;
}
.p-all-inclusive__image {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__image {
    width: 100%;
  }
}
.p-all-inclusive__wrap {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.p-all-inclusive__wrap__inner {
  width: 48%;
  padding-top: 192px;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__wrap__inner {
    width: 100%;
    padding-top: unset;
  }
}
.p-all-inclusive__text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-all-inclusive__text {
    padding-top: unset;
  }
}

.p-band {
  background-image: url(../images/band_bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  width: 83%;
  margin: 100px auto 0;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-band {
    background-position: center;
    width: 100%;
    margin: unset;
    padding: 20px 30px;
  }
}
.p-band__inner {
  width: 70%;
  max-width: 1004px;
  text-align: center;
  margin: 0 auto;
  padding: 82px 0;
  background-color: #fff;
  opacity: 85%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-band__inner {
    width: 100%;
    max-width: unset;
    padding: 30px 0;
  }
}
.p-band__heading {
  font-size: 1.75rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-band__heading {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-band__green {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-band__ja {
  letter-spacing: 0.2em;
  font-weight: 500;
}
.p-band__btn {
  width: 121px;
  margin: 0 auto;
}
.p-band .c-btn__more {
  margin-top: 0;
  padding-top: 30px;
}
.p-band .c-btn__more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-option {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-option {
    margin-top: 50px;
  }
}
.p-option__line {
  width: 100%;
}
.p-option__inner {
  width: 83%;
  max-width: 1200px;
  margin: -40px auto 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-option__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-option .p-section__textblock {
    width: 90%;
    margin: 0 auto;
  }
}
.p-option__images {
  width: 85%;
  max-width: 1000px;
  margin: 30px auto 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-option__images {
    width: 100%;
    max-width: unset;
  }
}

.p-voice {
  background-color: #ffffff;
  padding: 80px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 50px 0;
  }
}
.p-voice .p-section__textblock {
  width: 69%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-voice .p-section__textblock {
    width: 90%;
    max-width: unset;
  }
}
.p-voice__list {
  margin-top: 30px;
}
.p-voice__item {
  border: 8px solid #027F89;
  padding: 5px 9px;
  width: 290px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    padding: 3px 5px;
    border: 6px solid #027F89;
  }
}
.p-voice__inner {
  border: 1px solid #027F89;
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    padding: 15px 5px;
  }
}
.p-voice__title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #027F89;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    font-size: 1.1rem;
  }
}
.p-voice__text {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.06em;
  padding-top: 40px;
  font-family: vdl-penletter, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    font-size: 1rem;
    padding-top: 30px;
  }
}

.p-roommap {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-roommap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-roommap > img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-roommap > img {
    display: block;
  }
}
.p-roommap__inner {
  width: 80%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-roommap__inner {
    padding-top: 100px;
    width: 90%;
  }
}
.p-roommap__text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-roommap__text {
    font-weight: 400;
  }
}
.p-roommap__img {
  margin-top: 30px;
  width: 100%;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .p-roommap__img {
    margin-top: 50px;
    padding-left: 0;
  }
}

.p-access {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-access__line {
  width: 100%;
}
.p-access__content {
  width: 69%;
  max-width: 1000px;
  margin: -40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-access__content {
    width: 90%;
    max-width: unset;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.p-access__content iframe {
  width: 500px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-access__content iframe {
    width: 100%;
    height: 235px;
  }
}
.p-access__detail {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .p-access__detail {
    width: 100%;
    margin: 10px auto 0;
  }
}
.p-access__image {
  width: 100%;
}

.p-parking {
  width: 69%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-parking {
    padding-top: 50px;
    width: 90%;
    max-width: unset;
  }
}
.p-parking .p-section__textblock {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-parking .p-section__textblock {
    text-align: unset;
  }
}
.p-parking__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-parking__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-parking__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-parking__image {
    width: 100%;
  }
}
.p-parking__text {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-parking__text {
    font-size: 1.76rem;
    padding-top: 10px;
  }
}

.modal-image {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-image.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal-image__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.modal-image__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.modal-image__content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.modal-image__close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  border: none;
  font-size: 2rem;
  line-height: 1;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #617EA6;
}

.p-accommodation-policy .accommodation-policy__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__title {
    background-position: center;
  }
}
.p-accommodation-policy .accommodation-policy__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__title h1 {
    padding: 120px 0;
  }
}
.p-accommodation-policy .accommodation-policy__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__inner {
    width: 90%;
    max-width: unset;
    font-size: 2rem;
  }
}
.p-accommodation-policy .accommodation-policy__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-accommodation-policy .accommodation-policy__inner .accommodation-policy__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__inner .accommodation-policy__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-accommodation-policy .accommodation-policy__inner .accommodation-policy__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-accommodation-policy .accommodation-policy__inner .accommodation-policy__content__item {
    padding-top: 20px;
  }
}

.p-cancel-policy .cancel-policy__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__title {
    background-position: center;
  }
}
.p-cancel-policy .cancel-policy__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__title h1 {
    padding: 120px 0;
  }
}
.p-cancel-policy .cancel-policy__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__inner {
    width: 90%;
    max-width: unset;
  }
}
.p-cancel-policy .cancel-policy__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-cancel-policy .cancel-policy__inner .cancel-policy__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__inner .cancel-policy__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-cancel-policy .cancel-policy__inner .cancel-policy__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-cancel-policy .cancel-policy__inner .cancel-policy__content__item {
    padding-top: 20px;
  }
}

.p-privacy .legal-notice__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__title {
    background-position: center;
  }
}
.p-privacy .legal-notice__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__title h1 {
    padding: 120px 0;
  }
}
.p-privacy .legal-notice__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__inner {
    width: 90%;
    max-width: unset;
    font-size: 2rem;
  }
}
.p-privacy .legal-notice__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-privacy .legal-notice__inner .legal-notice__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__inner .legal-notice__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-privacy .legal-notice__inner .legal-notice__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy .legal-notice__inner .legal-notice__content__item {
    padding-top: 20px;
  }
}

.p-privacy .privacy__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__title {
    background-position: center;
  }
}
.p-privacy .privacy__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__title h1 {
    padding: 120px 0;
  }
}
.p-privacy .privacy__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__inner {
    width: 90%;
    max-width: unset;
    font-size: 2rem;
  }
}
.p-privacy .privacy__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-privacy .privacy__inner .privacy__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__inner .privacy__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-privacy .privacy__inner .privacy__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy .privacy__inner .privacy__content__item {
    padding-top: 20px;
  }
}

.p-contact {
  background-color: #fff;
}
.p-contact .contact__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__title {
    background-position: center;
  }
}
.p-contact .contact__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__title h1 {
    padding: 120px 0;
  }
}
.p-contact .contact__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__inner {
    width: 90%;
    max-width: unset;
    font-size: 2rem;
  }
}
.p-contact .contact__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-contact .contact__inner .contact__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__inner .contact__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-contact .contact__inner .contact__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact__inner .contact__content__item {
    padding-top: 20px;
  }
}
.p-contact .form {
  max-width: 600px;
  margin-inline: auto;
}
.p-contact .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.p-contact .required {
  color: red;
}
.p-contact .wpcf7-text,
.p-contact .wpcf7-textarea {
  width: inherit;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #D9D9D9;
}
.p-contact textarea[name=your-message] {
  height: 200px;
  width: 100%;
  resize: vertical;
}
.p-contact .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}
.p-contact .wpcf7-submit {
  background-color: #61C4CC;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .pc-only {
    margin-top: 100px !important;
  }
}

.option__title {
  background-image: url(../images/band_bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .option__title {
    background-position: center;
  }
}
.option__title h1 {
  padding: 164px 0;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .option__title h1 {
    padding: 100px 0;
  }
}
.option__lead {
  width: 45%;
  max-width: 655px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.25rem;
  line-height: 200%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .option__lead {
    width: 90%;
    max-width: 335px;
    font-size: 2.5rem;
  }
}
.option__lead .green {
  color: #027F89;
  font-weight: 500;
}
.option__sap {
  position: relative;
}
.option__main {
  padding-top: 20px;
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .option__main {
    width: 90%;
    max-width: 335px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.option__main__wrapper {
  margin: 0 auto;
  width: 83%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .option__main__wrapper {
    width: 100%;
    margin: unset;
  }
}
.option__main__title {
  font-size: 2rem;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .option__main__title {
    margin-left: unset;
    font-size: 2.5rem;
    width: 100%;
  }
}
.option__main__lead {
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  padding-top: 40px;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .option__main__lead {
    width: 100%;
    font-size: 1.875rem;
    padding-top: 10px;
  }
}
.option__main__image {
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .option__main__image {
    position: unset;
    width: 100%;
    padding-top: 20px;
  }
}
.option__main__content {
  margin: 0 auto;
  width: 83%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .option__main__content {
    width: 100%;
    max-width: 335px;
  }
}
.option__main__inner {
  width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .option__main__inner {
    width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.option__main__inner__item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .option__main__inner__item {
    width: 100%;
  }
}
.option__main__inner__detail {
  font-size: 1.125rem;
  width: 178px;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #027F89;
  background-color: #fff;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #027F89;
  font-weight: 500;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .option__main__inner__detail {
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
  }
}
.option__main__inner__lead {
  font-size: 0.875rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  padding-top: 33px;
}
@media screen and (max-width: 768px) {
  .option__main__inner__lead {
    font-size: 1.75rem;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .option__main__inner__lead .pc-only {
    display: none;
  }
}
.option__main__inner__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding-top: 15px;
}
.option__main__inner__catch .best {
  font-size: 0.9375rem;
  padding: 0 10px;
  line-height: 200%;
  letter-spacing: 0.1em;
  background-color: #027F89;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .option__main__inner__catch .best {
    font-size: 1.875rem;
  }
}
.option__main__inner__catch .season {
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .option__main__inner__catch .season {
    font-size: 1.875rem;
  }
}
.option__main__text {
  width: 50%;
  margin-left: auto;
  padding-top: 58px;
  line-height: 180%;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .option__main__text {
    width: 100%;
    margin: unset;
    font-size: 1.5rem;
    padding-bottom: 50px;
  }
}
.option__bbq {
  position: relative;
  padding-top: 168px;
}
@media screen and (max-width: 768px) {
  .option__bbq {
    padding-top: 80px;
  }
}
.option__bbq__image {
  width: 45%;
  position: absolute;
  top: 168px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .option__bbq__image {
    position: unset;
    width: 100%;
    padding-top: 20px;
  }
}
.option__breakfast {
  position: relative;
  padding-top: 205px;
}
@media screen and (max-width: 768px) {
  .option__breakfast {
    padding-top: 100px;
  }
}
.option__breakfast__image {
  width: 45%;
  position: absolute;
  top: 205px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .option__breakfast__image {
    position: unset;
    width: 100%;
    padding-top: 20px;
  }
}
.option__cruiser {
  position: relative;
  padding-top: 280px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .option__cruiser {
    padding-top: 100px;
    padding-bottom: unset;
  }
}
.option__cruiser__image {
  width: 45%;
  position: absolute;
  top: 280px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .option__cruiser__image {
    position: unset;
    width: 100%;
    padding-top: 20px;
  }
}

.p-stay-guide__title {
  background-image: url(../../assets/images/stay-guide/stay-guide_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__title {
    background-position: center;
  }
}
.p-stay-guide__title h1 {
  padding: 164px 0;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__title h1 {
    padding: 100px 0;
  }
}
.p-stay-guide__inner {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__inner {
    padding-top: 80px;
    width: 89%;
    max-width: 335px;
    margin: 0 auto;
  }
}
.p-stay-guide__inner__title {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__inner__title {
    line-height: 130%;
    font-size: 3rem;
  }
}
.p-stay-guide__inner__title .u-bold {
  font-weight: 500;
}
.p-stay-guide__inner__lead {
  padding-top: 30px;
  line-height: 200%;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__inner__lead {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    padding-bottom: 80px;
  }
}
.p-stay-guide__main {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  font-family: "Noto Sans CJK JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main {
    width: 89%;
    max-width: 335px;
  }
}
.p-stay-guide__main .p-refresh {
  width: 100%;
  background-color: #F9FCFC;
  padding-bottom: 91px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh {
    padding-bottom: 50px;
  }
}
.p-stay-guide__main .p-refresh__content {
  width: 83%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__content {
    width: 94%;
    max-width: 315px;
  }
}
.p-stay-guide__main .p-refresh__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
.p-stay-guide__main .p-refresh__wrapper:nth-child(1) {
  width: 45%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__wrapper:nth-child(1) {
    padding: unset;
  }
}
.p-stay-guide__main .p-refresh__wrapper:nth-child(2) {
  width: 45%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__wrapper:nth-child(2) {
    padding-left: unset;
    padding-top: 30px;
  }
}
.p-stay-guide__main .p-refresh__date {
  font-size: 1.5rem;
  font-weight: 400;
  color: #027F89;
  letter-spacing: 0.1em;
  border: 2px solid #027F89;
  width: 127px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__date {
    font-size: 2rem;
    width: 100px;
    padding: 5px 0;
  }
}
.p-stay-guide__main .p-refresh__list {
  margin-top: 15px;
  border-left: 1.5px solid #027F89;
}
.p-stay-guide__main .p-refresh__list__item {
  padding-left: 25px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__list__item {
    padding-left: 18px;
    padding-top: 30px;
  }
}
.p-stay-guide__main .p-refresh__list__item dt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #193B3E;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__list__item dt {
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    line-height: 130%;
  }
}
.p-stay-guide__main .p-refresh__list__item dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #027F89;
  position: absolute;
  left: -36px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__list__item dt::before {
    width: 16px;
    height: 16px;
    left: -27px;
    top: 4px;
  }
}
.p-stay-guide__main .p-refresh__list__item dd {
  padding-top: 30px;
  padding-left: 100px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #027F89;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-refresh__list__item dd {
    padding-top: 5px;
    padding-left: unset;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}
.p-stay-guide__main .p-refresh__list__item:nth-child(1) {
  padding-top: unset;
}
.p-stay-guide__main .p-relax {
  width: 100%;
  background-color: #F9FCFC;
  padding-bottom: 91px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax {
    margin-top: 50px;
  }
}
.p-stay-guide__main .p-relax__content {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__content {
    width: 94%;
    max-width: 315px;
  }
}
.p-stay-guide__main .p-relax__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}
.p-stay-guide__main .p-relax__wrapper {
  width: 33%;
}
.p-stay-guide__main .p-relax__date {
  font-size: 1rem;
  width: 85px;
  padding: 10px 0;
  text-align: center;
  border: 1.34px solid #027F89;
  color: #027F89;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__date {
    font-size: 2rem;
    width: 100px;
    padding: 5px 0;
  }
}
.p-stay-guide__main .p-relax__list {
  border-left: solid 1px #027F89;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__list {
    margin-top: 15px;
  }
}
.p-stay-guide__main .p-relax__list__item {
  padding-top: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__list__item {
    padding-left: 18px;
    padding-top: 40px;
  }
}
.p-stay-guide__main .p-relax__list__item dt {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #193B3E;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__list__item dt {
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    line-height: 130%;
  }
}
.p-stay-guide__main .p-relax__list__item dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #027F89;
  border-radius: 100px;
  position: absolute;
  left: -22px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__list__item dt::before {
    width: 16px;
    height: 16px;
    left: -27px;
    top: 4px;
  }
}
.p-stay-guide__main .p-relax__list__item dd {
  font-size: 0.585rem;
  padding-left: 67px;
  padding-top: 10px;
  color: #027F89;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-stay-guide__main .p-relax__list__item dd {
    padding-top: 5px;
    padding-left: unset;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}
.p-stay-guide__main .p-relax__list__item:nth-child(1) {
  padding-top: unset;
}
.p-stay-guide__main .p-relax__lead {
  padding-top: 15px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.p-gallery {
  overflow: hidden;
}
.p-gallery__title {
  background-image: url(../images/gallery/gallery_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-gallery__title {
    background-position: center;
  }
}
.p-gallery__title h1 {
  padding: 164px 0;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-gallery__title h1 {
    padding: 100px 0;
  }
}
.p-gallery__list__item {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-gallery__list__item {
    padding-top: unset;
    padding-bottom: 100px;
    width: 89%;
    max-width: 335px;
    margin: 0 auto;
  }
}
.p-gallery__list__item__content {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-gallery__list__item__content {
    width: 100%;
  }
}
.p-gallery__list__item__lead {
  font-size: 0.9375rem;
  color: #00191B;
  line-height: 200%;
  padding-top: 20px;
  font-family: "Noto Sans CJK JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-gallery__list__item__lead {
    font-size: 1.875rem;
  }
}
.p-gallery__images {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-gallery__images {
    padding-top: 20px;
  }
}
.p-gallery .p-all-inclusive__add {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p-gallery .p-all-inclusive__add {
    width: 100%;
  }
}
.p-gallery .swiper-living {
  position: relative;
}
.p-gallery .living-prev,
.p-gallery .living-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .living-prev,
  .p-gallery .living-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .living-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .living-prev {
    left: 38%;
  }
}
.p-gallery .living-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .living-next {
    right: 38%;
  }
}
.p-gallery .swiper-dining {
  position: relative;
}
.p-gallery .dining-prev,
.p-gallery .dining-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .dining-prev,
  .p-gallery .dining-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .dining-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .dining-prev {
    left: 38%;
  }
}
.p-gallery .dining-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .dining-next {
    right: 38%;
  }
}
.p-gallery .swiper-bed {
  position: relative;
}
.p-gallery .bed-prev,
.p-gallery .bed-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .bed-prev,
  .p-gallery .bed-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .bed-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .bed-prev {
    left: 38%;
  }
}
.p-gallery .bed-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .bed-next {
    right: 38%;
  }
}
.p-gallery .swiper-pool {
  position: relative;
}
.p-gallery .pool-prev,
.p-gallery .pool-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .pool-prev,
  .p-gallery .pool-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .pool-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .pool-prev {
    left: 38%;
  }
}
.p-gallery .pool-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .pool-next {
    right: 38%;
  }
}
.p-gallery .swiper-sauna {
  position: relative;
}
.p-gallery .sauna-prev,
.p-gallery .sauna-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .sauna-prev,
  .p-gallery .sauna-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .sauna-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .sauna-prev {
    left: 38%;
  }
}
.p-gallery .sauna-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .sauna-next {
    right: 38%;
  }
}
.p-gallery .swiper-outside {
  position: relative;
}
.p-gallery .outside-prev,
.p-gallery .outside-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .outside-prev,
  .p-gallery .outside-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .outside-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .outside-prev {
    left: 38%;
  }
}
.p-gallery .outside-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .outside-next {
    right: 38%;
  }
}
.p-gallery .swiper-amenities {
  position: relative;
}
.p-gallery .amenities-prev,
.p-gallery .amenities-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .amenities-prev,
  .p-gallery .amenities-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .amenities-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .amenities-prev {
    left: 38%;
  }
}
.p-gallery .amenities-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .amenities-next {
    right: 38%;
  }
}
.p-gallery .swiper-inclusive {
  position: relative;
}
.p-gallery .inclusive-prev,
.p-gallery .inclusive-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-gallery .inclusive-prev,
  .p-gallery .inclusive-next {
    top: unset;
    bottom: -80px;
  }
}
.p-gallery .inclusive-prev {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .inclusive-prev {
    left: 38%;
  }
}
.p-gallery .inclusive-next {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .p-gallery .inclusive-next {
    right: 38%;
  }
}

.p-faq {
  background-color: #fff;
}
.p-faq .faq__title {
  background-image: url(../../assets/images/common_bg_01.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__title {
    background-position: center;
  }
}
.p-faq .faq__title h1 {
  font-size: 4rem;
  text-align: center;
  padding: 164px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__title h1 {
    padding: 120px 0;
  }
}
.p-faq .faq__inner {
  width: 70%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__inner {
    width: 90%;
    max-width: unset;
    font-size: 2rem;
  }
}
.p-faq .faq__inner__title {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__inner__title {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-faq .faq__inner .faq__content {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__inner .faq__content {
    font-size: 2rem;
    line-height: 200%;
    padding-top: unset;
  }
}
.p-faq .faq__inner .faq__content__item {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-faq .faq__inner .faq__content__item {
    padding-top: 20px;
  }
}
.p-faq .faq__item {
  border-bottom: 1px solid #D9D9D9;
}
.p-faq .faq__heading {
  position: relative;
  padding: 20px 20px;
  cursor: pointer;
}
.p-faq .faq__heading::after {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../../assets/images/p-faq/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-faq .faq__q {
  font-size: 20px;
}
.p-faq .faq__body {
  display: none;
  padding: 10px 50px 10px 20px;
}
.p-faq .faq__body.is-open {
  display: block;
}
.p-faq .faq__a {
  font-size: 15px;
}

.faq__icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}