/* ==========================================================================
 Foundation
============================================================================*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-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;
  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 padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

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

body, .c-btn__round, .c-ttl__round, .p-top__header__nav__item--rsv a, .p-top__spBg {
  background-image: url(../img/common/bg-base@2x.jpg);
  background-size: 119px 56px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.488rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  color: #4a4234;
}

@media screen and (max-width: 879px) {
  body {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 767px) {
  body#top {
    background-image: unset;
  }
}

a {
  color: #4a4234;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dwi5xo");
  src: url("../fonts/icomoon.eot?dwi5xo#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?dwi5xo") format("woff2"), url("../fonts/icomoon.ttf?dwi5xo") format("truetype"), url("../fonts/icomoon.woff?dwi5xo") format("woff"), url("../fonts/icomoon.svg?dwi5xo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e900";
}

.icon-ig:before {
  content: "\e901";
}

.icon-tw:before {
  content: "\e902";
}

/* ==========================================================================
 layout
============================================================================*/
/* _footer.scss */
.l-footer__top {
  padding-top: 140px;
}

.subpage .l-footer__top {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__top {
    padding-top: 40px;
  }
  .subpage .l-footer__top {
    padding-top: 0;
  }
}

.l-footer__logo {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 153px;
  }
}

.l-footer__main {
  margin-top: 80px;
  padding-top: 95px;
  background-image: url(../img/common/bg-footer.png);
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .l-footer__main {
    background-image: url(../img/common/bg-footer@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .l-footer__main {
    background-image: url(../img/common/bg-footer-sp@2x.png);
    margin-top: 50px;
    padding-top: 0;
    background-size: 100% 660px;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

.l-footer__main__top {
  display: flex;
  max-width: 620px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__main__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.l-footer__main__top__info {
  padding-left: 40px;
  width: 57%;
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .l-footer__main__top__info {
    width: auto;
    padding-left: 0;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.l-footer__main__top__info__address > span {
  display: block;
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-footer__main__top__info__address > span {
    font-size: 1.2rem;
  }
}

.l-footer__main__top__info__tel {
  font-size: 3.349rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-footer__main__top__info__tel {
    font-size: 2.4rem;
    text-align: center;
  }
}

.l-footer__nav {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  font-weight: 900;
  flex-wrap: wrap;
}

@media screen and (max-width: 879px) {
  .l-footer__nav {
    max-width: 410px;
    line-height: 2;
  }
}

.l-footer__nav__item + .l-footer__nav__item::before {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}

@media screen and (max-width: 879px) {
  .l-footer__nav__item:nth-of-type(4)::before, .l-footer__nav__item:nth-of-type(7)::before {
    content: "";
    margin: 0;
  }
  .l-footer__nav__item:nth-of-type(7) {
    width: 100%;
    text-align: center;
  }
}

.l-footer__links {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-footer__links {
    flex-wrap: wrap;
    max-width: 260px;
    margin: 30px auto 0;
  }
}

.l-footer__links__item {
  width: 149px;
  margin: 0 12px;
}

@media screen and (max-width: 767px) {
  .l-footer__links__item {
    margin: 3px 4px;
    width: 120px;
  }
  .l-footer__links__item:nth-of-type(1) {
    width: 100%;
  }
  .l-footer__links__item:nth-of-type(1) a {
    display: block;
    width: 120px;
    margin: auto;
  }
}

.l-footer__copy {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 80px 0 70px;
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    padding: 30px 0 55px;
  }
}

/* _header.scss */
.l-header__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 998;
}

@media screen and (min-width: 768px) {
  .l-header__container {
    top: -81px;
    transition: top 0.8s;
  }
  .l-header__container.is-shown {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header__container {
    width: 100%;
    height: 100vh;
    background-color: rgba(35, 24, 21, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
    backdrop-filter: blur(10px);
  }
  .l-header__container.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .l-header .l-inner {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}

.l-header__ttl {
  width: 61px;
}

@media screen and (max-width: 767px) {
  .l-header__ttl {
    width: 127px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 120;
  }
}

.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 879px) {
  .l-inner {
    padding: 0 20px;
  }
}

/* ==========================================================================
 object
============================================================================*/
.c-btn__viewMore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 60px;
  line-height: 1.2;
  border-radius: 30px;
  color: #ffffff;
  background-color: #56a392;
  transition: opacity 0.3s;
  font-size: 1.651rem;
  font-weight: 700;
}

.c-btn__viewMore::after {
  content: "";
  display: block;
  width: 77px;
  height: 10px;
  background-image: url(../img/common/icon-arrow-viewmore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 0;
  transition: left 0.5s;
}

.c-btn__viewMore--rsv {
  font-size: 1.3rem;
}

.c-btn__viewMore--rsv::after {
  display: none;
}

.c-btn__viewMore--txt-l {
  font-size: 1.7rem;
}

.c-btn__viewMore:hover {
  opacity: 0.85;
}

.c-btn__viewMore:hover::after {
  left: 10px;
}

.c-btn__rsv {
  width: 100%;
  margin: 0 auto;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/common/banner-rsv.jpg);
  background-size: cover;
  background-position: center;
  text-shadow: 0px 0px 5px #000000, 0px 0px 3px rgba(0, 0, 0, 0.5);
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .c-btn__rsv {
    background-image: url(../img/common/banner-rsv@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .c-btn__rsv {
    height: 76px;
  }
}

.c-btn__rsv__en {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.16rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-btn__rsv__en {
    font-size: 1.555rem;
  }
}

.c-btn__rsv__jp {
  color: #fecc1f;
  font-weight: 900;
  font-size: 2rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .c-btn__rsv__jp {
    margin-top: 0.1em;
    font-size: 1.44rem;
  }
}

.c-btn__round {
  line-height: 1.3;
  width: 162px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.25), -8px -8px 14px rgba(255, 255, 255, 0.8);
  background-color: #ffffff;
  transition: background-color 0.3s;
  background-blend-mode: multiply;
}

.c-btn__round:hover {
  background-color: rgba(86, 163, 146, 0.2);
}

.c-2columns {
  flex-wrap: wrap;
}

.c-2columns > * {
  width: 50%;
}

.c-ham {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 22px;
  left: 26px;
  z-index: 999;
}

.c-ham__line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  border-radius: 1px;
  transition: left 0.5s cubic-bezier(0.5, 3, 0.4, 1);
}

.c-ham__line:nth-of-type(1) {
  top: 7px;
}

.c-ham__line:nth-of-type(2) {
  top: 14px;
}

.is-active .c-ham__line:nth-of-type(2) {
  left: -2px;
}

.c-ham__line:nth-of-type(3) {
  top: 21px;
}

.c-hideText {
  position: relative;
}

.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

.c-inlineBox {
  display: inline-block;
  border: 1px solid #4a4234;
  background-color: #ffffff;
  line-height: 1.4;
  font-weight: 900;
  padding: 0 5px;
  margin: 0 5px;
}

.c-mv {
  width: 100%;
  height: calc(100vh - 170px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-mv {
    height: 100vh;
  }
}

#price .c-mv {
  background-image: url(../img/price/bg-mv-price.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #price .c-mv {
    background-image: url(../img/price/bg-mv-price@2x.png);
  }
}

#facilities .c-mv {
  background-image: url(../img/facilities/bg-mv-facilities.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #facilities .c-mv {
    background-image: url(../img/facilities/bg-mv-facilities@2x.png);
  }
}

.c-mv__ttl {
  font-size: 2.232rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  filter: drop-shadow(0 0 10px rgba(100, 100, 0, 0.5));
}

.c-mv__ttl--black {
  color: #4a4234;
}

.c-mv__ttl span {
  display: block;
}

.c-mv__jp {
  border-bottom: 5px solid #fecc1f;
}

.c-mv__en {
  color: #fecc1f;
}

@media screen and (max-width: 767px) {
  .c-header__nav {
    width: 72%;
    max-width: 235px;
  }
}

.c-header__nav__list {
  display: flex;
  align-items: center;
}

.c-header__nav__list .c-header__nav__item--rsv {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__nav__list {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.c-header__nav__item {
  margin: 0 22px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .c-header__nav__item {
    margin: 15px 0;
    width: 100%;
  }
}

.c-header__nav__item a {
  transition: color 0.3s;
}

.c-header__nav__item a:hover {
  color: #fecc1f;
}

@media screen and (max-width: 767px) {
  .c-header__nav__item a {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav__item__en {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav__item__jp {
    width: 50%;
    font-size: 1.2rem;
  }
}

.c-header__nav__item--rsv {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .c-header__nav__item--rsv {
    margin: 80px 0 0;
  }
}

.c-header__nav__item--rsv a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(86, 163, 146, 0);
  border: 1px solid #56a392;
  color: #56a392;
  transition: color 0.3s, background-color 0.3s;
}

.c-header__nav__item--rsv a:hover {
  color: #ffffff;
  background-color: #56a392;
}

@media screen and (max-width: 767px) {
  .c-header__nav__item--rsv a {
    width: 170px;
    height: 64px;
    border-radius: 32px;
    background-color: #56a392;
    color: #ffffff;
    line-height: 1.4;
  }
}

.c-header__nav__item--rsv__en {
  font-weight: 900;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-header__nav__item--rsv__en {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav__item--rsv__jp {
    font-weight: 700;
  }
}

.c-sec {
  margin-top: 63px;
  background-image: url(../img/top/bg-top-02.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .c-sec {
    background-image: url(../img/top/bg-top-02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .c-sec {
    background-image: url(../img/common/bg-sp-03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .c-sec {
    padding-bottom: 40px;
  }
}

.c-snsLinks__ttl {
  font-size: 1.736rem;
  text-align: center;
  font-weight: 900;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-snsLinks__ttl {
    font-size: 1.2rem;
    margin-top: 35px;
  }
}

.c-snsLinks__list {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .c-snsLinks__list {
    margin-top: 25px;
    justify-content: space-around;
    padding: 0 20px;
  }
}

.c-snsLinks__item {
  margin: 0 18px;
}

@media screen and (max-width: 767px) {
  .c-snsLinks__item {
    width: 29%;
    margin: 0;
  }
  .c-snsLinks__item .c-btn__round {
    width: 100%;
    font-size: 2.4rem;
    height: 46px;
    border-radius: 23px;
  }
}

.c-ttl__round {
  line-height: 1.3;
  width: 202px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.25), -8px -8px 14px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .c-ttl__round {
    width: 122px;
    height: 46px;
    border-radius: 23px;
  }
}

.c-ttl__round--center {
  margin: auto;
}

.c-ttl__round__en {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.143rem;
}

@media screen and (max-width: 767px) {
  .c-ttl__round__en {
    font-size: 1.4rem;
  }
}

.c-ttl__round__jp {
  color: #56a392;
  font-weight: 900;
  font-size: 1.429rem;
}

@media screen and (max-width: 767px) {
  .c-ttl__round__jp {
    font-size: 1rem;
  }
}

.c-ttl__sub {
  width: 126px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  background-color: #56a392;
  border-radius: 24px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .c-ttl__sub {
    line-height: 1.2;
    height: 40px;
    border-radius: 20px;
  }
}

.c-ttl__sub__l {
  font-size: 1.488rem;
}

@media screen and (max-width: 767px) {
  .c-ttl__sub__l {
    font-size: 1.3rem;
  }
}

.c-ttl__sub__s {
  font-size: 1rem;
}

.c-topIntro .l-inner {
  margin-top: 185px;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-topIntro .l-inner {
    display: block;
    margin-top: 70px;
  }
  .c-topIntro__ttl {
    margin: auto;
  }
}

.c-topIntro__img {
  width: 70.64%;
  padding-bottom: 53.53%;
  position: absolute;
  top: -60px;
  right: -6%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .c-topIntro__img {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 93.82vw;
    margin: 30px -20px 0;
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .c-topIntro__img .c-btn__viewMore {
    font-size: 1rem;
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-topIntro__img .c-btn__viewMore {
    width: 130px;
    height: 46px;
    border-radius: 23px;
  }
}

@media screen and (max-width: 767px) {
  .c-topIntro__img .c-btn__viewMore::after {
    width: 50px;
  }
}

.c-topIntro__info {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.c-topIntro__dsc {
  margin-top: 50px;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.778;
}
.c-topIntro__dsc.sub { 
  font-size: 1.8rem;
}
.c-topIntro__dsc .red { 
  color:#b81c25;
}

@media screen and (max-width: 767px) {
  .c-topIntro__dsc {
    font-size: 1.1rem;
    text-align: center;
  }
  .c-topIntro__dsc.sub { 
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-topIntro__dsc--bg-w {
    background-color: #ffffff;
  }
}

.c-topIntro .c-btn__viewMore {
  margin-top: 35px;
}

.c-topIntro:nth-of-type(2n) .l-inner {
  justify-content: flex-end;
}

.c-topIntro:nth-of-type(2n) .c-topIntro__img {
  left: -6%;
}

@media screen and (max-width: 767px) {
  .c-topIntro:nth-of-type(2n) .c-topIntro__img {
    left: 0;
  }
}

.c-topIntro:nth-of-type(2n) .c-topIntro__info {
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-topIntro:nth-of-type(2n) .c-topIntro__info {
    align-items: center;
  }
}

.c-topIntro:nth-of-type(2n) .c-topIntro__dsc {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-topIntro:nth-of-type(2n) .c-topIntro__dsc {
    text-align: center;
  }
}

.c-topIntro:nth-of-type(2n) .c-topIntro .c-btn__viewMore {
  margin-top: 35px;
}

.c-txt__subpage {
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.77778;
}

@media screen and (max-width: 767px) {
  .c-txt__subpage {
    font-size: 1.6rem;
  }
}

.c-txt__subpage .s {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-txt__subpage .s {
    font-size: 1.2rem;
  }
}

.p-facilities__map {
  margin-top: 50px;
}

.p-price__sub {
  margin-top: 63px;
  position: relative;
}

.p-price__list {
  max-width: 90%;
  margin: 45px auto 0;
}

@media screen and (max-width: 767px) {
  .p-price__list {
    max-width: unset;
  }
}

.p-price__list dt,
.p-price__list dd {
  height: 70px;
  padding: 0 40px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  font-weight: 400;
  flex-direction: column;
}
.p-price__list dd {
  justify-content: center!important;
}

@media screen and (max-width: 767px) {
  .p-price__list dt,
  .p-price__list dd {
    padding: 10px 15px;
    height: auto;
    min-height: 50px;
  }
}

.p-price__list__row {
  display: flex;
}

.p-price__list__row + .p-price__list__row dt,
.p-price__list__row + .p-price__list__row dd {
  border-top: 2px solid #ffffff;
}

.p-price__list__term {
  width: 60%;
  background-color: #ffffff;
  color: #56a392;
  font-size: 1.736rem;
}

.p-price__list__term .s {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-price__list__term .s {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__list__term {
    font-size: 1.3rem;
  }
}

.three .p-price__list__term {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .three .p-price__list__term {
    width: 46%;
  }
}

.p-price__list__def {
  width: 40%;
  background-color: #C2DAD4;
  text-align: right;
  font-size: 2.48rem;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-price__list__def {
    font-size: 1.5rem;
  }
}

.p-price__list__def.lighter {
  background-color: #D4E7E2;
}

.p-price__list__def + .p-price__list__def {
  border-left: 2px solid #ffffff;
}

.three .p-price__list__def {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .three .p-price__list__def {
    width: 27%;
  }
}

.three .p-price__list__def.long {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .three .p-price__list__def.long {
    width: 54%;
  }
}

.three .p-price__list__def.small {
  font-size: 1.488rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .three .p-price__list__def.small {
    font-size: 1.1rem;
  }
}

.p-price__list__def .yen {
  font-size: 0.7em;
  position: relative;
  top: 0.12em;
}

.p-price__list__row:nth-of-type(even) .p-price__list__term {
  background-color: #EFEFEF;
}

.p-price__labels {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  top: 45px;
}

@media screen and (max-width: 767px) {
  .p-price__labels {
    max-width: unset;
  }
}

.p-price__label {
  display: flex;
  width: 30%;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #56a392;
  border-left: 2px solid #56a392;
}

@media screen and (max-width: 767px) {
  .p-price__label {
    width: 27%;
    font-size: 1rem;
  }
}

.p-price__ttl__flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-price__ttl__flex {
    display: block;
  }
}

.p-price__subttl {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .p-price__subttl {
    margin-left: 1em;
    margin-top: 1em;
  }
}

.p-price__boy {
  width: 61px;
  position: absolute;
  top: -65px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .p-price__boy {
    display: none;
  }
}

.p-price__car {
  position: absolute;
  width: 140px;
  right: -40px;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .p-price__car {
    display: none;
  }
}

.p-price__tent {
  position: absolute;
  width: 140px;
  right: 20%;
  bottom: -90px;
}

@media screen and (max-width: 767px) {
  .p-price__tent {
    display: none;
  }
}

.p-top__header {
  max-width: 1080px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 170px;
  padding: 0 40px;
  margin: auto;
}

@media screen and (max-width: 1079px) {
  .p-top__header {
    height: 130px;
  }
}

@media screen and (max-width: 879px) {
  .p-top__header {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1080px) {
  .p-top__header__ttl {
    width: 210px;
  }
  .p-top__header__ttl--s {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .p-top__header__ttl {
    width: 76px;
  }
  .p-top__header__ttl--l {
    display: none;
  }
}

.p-top__header__nav__list {
  display: flex;
  align-items: center;
}

.p-top__header__nav__list .p-top__header__nav__item--rsv {
  display: none;
}

.p-top__header__nav__item a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
}

@media screen and (max-width: 1079px) {
  .p-top__header__nav__item a {
    padding: 5px 10px;
  }
}

.p-top__header__nav__item a > span {
  display: block;
  position: relative;
}

.p-top__header__nav__item a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fecc1f;
  transition: width 0.3s;
}

.p-top__header__nav__item a:hover::before {
  width: 100%;
}

.p-top__header__nav__item__en {
  font-weight: 700;
  letter-spacing: 0;
}

.p-top__header__nav__item__jp {
  padding-top: 8px;
  font-weight: 900;
  font-size: 1rem;
}

.p-top__header__nav__item--rsv a {
  color: #56a392;
  line-height: 1.5;
  width: 140px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  margin-left: 15px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25), -8px -8px 11px #ffffff;
  background-color: #ffffff;
  transition: background-color 0.3s;
  background-blend-mode: multiply;
}

.p-top__header__nav__item--rsv a:hover {
  background-color: rgba(86, 163, 146, 0.2);
}

@media screen and (max-width: 879px) {
  .p-top__header__nav__item--rsv a {
    width: 120px;
  }
}

.p-top__header__nav__item--rsv a > span {
  display: block;
}

.p-top__header__nav__item--rsv__en {
  font-weight: 700;
  letter-spacing: 0;
}

.p-top__header__nav__item--rsv__jp {
  font-weight: 900;
  font-size: 1rem;
}

.p-top__top {
  position: relative;
  z-index: 100;
}

.p-top__top__kv {
  height: calc(100vh - 170px);
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1079px) {
  .p-top__top__kv {
    height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 767px) {
  .p-top__top__kv {
    height: 100vh;
  }
}

.p-top__top__ttl {
  max-width: 638px;
}

.p-top__top__dsc {
  max-width: 340px;
  padding-top: 5vh;
}

.p-top__top__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 170px);
}

@media screen and (max-width: 1079px) {
  .p-top__top__movie {
    height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 767px) {
  .p-top__top__movie {
    position: fixed;
    z-index: -1;
    height: 100vh;
  }
}

.p-top__top__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top__top__msg {
  padding-top: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__top__msg {
    padding-bottom: 20vh;
    padding-top: 0;
  }
}

.p-top__top__msg__ttl {
  font-size: 2.232rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .p-top__top__msg__ttl {
    font-size: 1.8rem;
  }
  .p-top__top__msg__ttl .u-highlight--yellow::before {
    background-color: #ffffff;
    mix-blend-mode: unset;
  }
}

.p-top__top__msg__ttl > span {
  display: inline-block;
  line-height: 1.2;
}

.p-top__top__msg__ttl > br + span {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .p-top__top__msg__ttl > br + span {
    margin-top: 10px;
  }
}

.p-top__top__msg__txt {
  padding-top: 35px;
  font-size: 1.339rem;
  font-weight: 500;
  line-height: 1.75056;
}

@media screen and (max-width: 767px) {
  .p-top__top__msg__txt {
    color: #ffffff;
    line-height: 2.5;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

.p-top__top__msg__img {
  margin: 35px auto 0;
  width: 93px;
}

.p-top__news {
  position: relative;
  padding-top: 36px;
}

.p-top__news::before {
  content: "";
  display: block;
  width: 100%;
  height: 702px;
  background-image: url(../img/top/bg-top-01.png);
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__news::before {
    background-image: url(../img/top/bg-top-01@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top__news::before {
    background-image: url(../img/top/bg-top-01-sp@2x.png);
  }
}

.p-top__news__camper {
  position: absolute;
  width: 77.4px;
  top: -185px;
  left: 20%;
}

@media screen and (max-width: 767px) {
  .p-top__news__camper {
    top: 26vw;
    left: 9%;
  }
}

.p-top__news__ttl {
  margin: 85px auto 0;
}

.p-top__news__container {
  margin: 60px auto 0;
  border: 1px solid #56a392;
  background-color: #ffffff;
  max-width: 700px;
  height: 246px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__news__container {
    height: 283px;
  }
}

.p-top__news__container::before, .p-top__news__container::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
}

.p-top__news__container::before {
  top: 0;
}

.p-top__news__container::after {
  bottom: 0;
}

.p-top__news__list {
  height: 244px;
  padding: 15px 0;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .p-top__news__list {
    height: 281px;
  }
}

.p-top__news__item {
  display: flex;
}

.p-top__news__item__date {
  width: 170px;
  padding: 25px 0 25px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #82baac;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-top__news__item__date {
    font-size: 1.2rem;
    width: 97px;
    padding: 12px 0 12px 20px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.p-top__news__item__ttl {
  font-size: 1.736rem;
  padding: 25px 25px 25px 34px;
  border-left: 1px solid #56a392;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-top__news__item__ttl {
    font-size: 1.12rem;
    padding: 12px 25px 12px 13px;
  }
}

.p-top__intro {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/top/bg-top-02.png);
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__intro {
    background-image: url(../img/top/bg-top-02@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top__intro {
    padding-top: 10px;
    background-image: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .p-top__facilities {
    position: relative;
  }
  .p-top__facilities::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 110%;
    background-image: url(../img/top/bg-top-02-sp@2x.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
}

.p-top__facilities .c-topIntro__img {
  background-image: url(../img/top/img-top-facilities.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__facilities .c-topIntro__img {
    background-image: url(../img/top/img-top-facilities@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .p-top__facilities .c-topIntro__img {
    background-image: url(../img/top/img-top-facilities@2x.jpg);
  }
}

.p-top__facilities__img {
  position: absolute;
  width: 140px;
  left: 50%;
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .p-top__facilities__img {
    left: auto;
    bottom: auto;
    top: 10px;
    right: 0;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__price {
    position: relative;
  }
  .p-top__price::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-image: url(../img/top/bg-top-03-sp1@2x.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}

.p-top__price .c-topIntro__img {
  background-image: url(../img/top/img-top-price.jpg);
  top: -100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__price .c-topIntro__img {
    background-image: url(../img/top/img-top-price@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .p-top__price .c-topIntro__img {
    top: 0;
    background-image: url(../img/top/img-top-price@2x.jpg);
  }
}

.p-top__price__img {
  position: absolute;
  width: 72px;
  left: 33%;
  bottom: -100px;
}

@media screen and (max-width: 767px) {
  .p-top__price__img {
    bottom: auto;
    left: 12%;
    top: 10px;
    width: 14%;
  }
}

@media screen and (max-width: 767px) {
  .p-top__guide {
    position: relative;
  }
  .p-top__guide::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 126%;
    background-image: url(../img/top/bg-top-03-sp2@2x.png);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    bottom: -250px;
    left: 0;
  }
}

.p-top__guide .l-inner {
  margin-top: 320px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-top__guide .l-inner {
    margin-top: 70px;
    padding-bottom: 0;
  }
}

.p-top__guide .c-topIntro__img {
  background-image: url(../img/top/img-top-rsv.jpg);
  top: -160px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__guide .c-topIntro__img {
    background-image: url(../img/top/img-top-rsv@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .p-top__guide .c-topIntro__img {
    top: 0;
    background-image: url(../img/top/img-top-rsv@2x.jpg);
  }
}

.p-top__guide__img {
  position: absolute;
  width: 140px;
  left: 60%;
  bottom: -118px;
}

@media screen and (max-width: 767px) {
  .p-top__guide__img {
    bottom: auto;
    left: auto;
    top: 10px;
    right: 6%;
    width: 20%;
  }
}

.p-top__access {
  padding-top: 170px;
  background-image: url(../img/top/bg-top-03.png);
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__access {
    background-image: url(../img/top/bg-top-03@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top__access {
    padding-top: 55px;
    background-image: none;
  }
}

.p-top__access__ttl {
  margin: auto;
}

.p-top__access__map {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .p-top__access__map {
    border: 1px solid #56a392;
  }
  .p-top__access__map iframe {
    height: 78.54vw;
  }
}

.p-top__access__nav {
  padding: 50px 15% 0;
}

@media screen and (max-width: 767px) {
  .p-top__access__nav {
    padding: 25px 12px 0;
  }
}

.p-top__access__nav__term {
  font-weight: 900;
  font-size: 1.736rem;
}

@media screen and (max-width: 767px) {
  .p-top__access__nav__term {
    font-size: 1.12rem;
  }
}

.p-top__access__nav__def {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-top__access__nav__def {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-top__access__nav__def + .p-top__access__nav__def {
    margin-top: 0.5em;
  }
}

.p-top__access__nav__term + .p-top__access__nav__def {
  margin-top: 0.5em;
}

.p-top__access__nav__def + .p-top__access__nav__term {
  margin-top: 1.5em;
}

.p-top__access__settings {
  padding: 30px 15% 0;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-top__access__settings {
    padding: 15px 12px 0;
    font-size: 1rem;
  }
  .p-top__access__settings__item {
    line-height: 1.5;
    margin-top: 0.5em;
  }
}

.p-top__faq {
  padding-top: 160px;
  background-image: url(../img/top/bg-top-04.png);
  background-size: 100% 1200px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-top__faq {
    background-image: url(../img/top/bg-top-04@2x.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top__faq {
    background-image: url(../img/top/bg-top-04-sp@2x.png);
    background-size: 100% 800px;
  }
}

.p-top__faq__ttl {
  margin: 0 auto;
}

.p-top__faq__boy {
  width: 61px;
  position: absolute;
  top: -65px;
  left: 20%;
}

@media screen and (max-width: 767px) {
  .p-top__faq__boy {
    top: -40px;
    left: 10%;
    width: 14%;
  }
}

.p-top__faq__sup {
  width: 145px;
  position: absolute;
  top: -140px;
  right: 10%;
}

@media screen and (max-width: 767px) {
  .p-top__faq__sup {
    top: -80px;
    right: 10px;
    width: 29%;
  }
}

.p-top__faq__list {
  width: 75%;
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .p-top__faq__list {
    width: 100%;
    margin-top: 40px;
  }
}

.p-top__faq__item + .p-top__faq__item {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top__faq__item + .p-top__faq__item {
    margin-top: 20px;
  }
}

.p-top__faq__q a {
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  min-height: 50px;
  position: relative;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .p-top__faq__q a {
    font-size: 1.2rem;
  }
}

.p-top__faq__q a::before {
  content: "";
  display: block;
  width: 48.41px;
  height: 48.17px;
  background-image: url(../img/top/icon-question.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top__faq__q__txt {
  padding-left: 40px;
  padding-bottom: 8px;
  flex-grow: 1;
  border-bottom: 1px solid #4a4234;
  position: relative;
  font-weight: 700;
}

.p-top__faq__a {
  width: 100%;
  overflow: hidden;
  transition: height 0.5s;
}

@media screen and (max-width: 767px) {
  .p-top__faq__a {
    font-size: 1.2rem;
  }
}

.p-top__faq__a__inner {
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  padding-top: 15px;
  margin-left: 73px;
  min-height: 50px;
  position: relative;
  padding-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .p-top__faq__a__inner {
    margin-left: 25px;
    padding-top: 5px;
  }
}

.p-top__faq__a__inner::before {
  content: "";
  display: block;
  width: 48.41px;
  height: 48.17px;
  background-image: url(../img/top/icon-answer.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top__faq__a__txt {
  padding-left: 40px;
  padding-bottom: 8px;
  flex-grow: 1;
  border-bottom: 1px solid #4a4234;
  position: relative;
  font-weight: 700;
}

.p-top__faq__btn {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ffffff;
  border: 1px solid #4a4234;
  bottom: -6px;
  right: -2px;
}

.p-top__faq__btn__inner {
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.5s;
  transform: rotateX(180deg);
}

.p-top__faq__btn__inner::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #4a4234;
  border-bottom: 1px solid #4a4234;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotateZ(45deg);
}

.closed .p-top__faq__btn__inner {
  transform: rotateX(0deg);
}

.p-top__spBg {
  position: relative;
  z-index: 120;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only-inline {
    display: inline;
  }
}

.pc-only-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only-inline {
    display: none !important;
  }
}

.sp-only-flex {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: flex;
  }
}

.pc-only-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pc-only-flex {
    display: none !important;
  }
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 30px;
  }
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-uppercase-none {
  text-transform: none;
}

.u-tac {
  text-align: center;
}

.u-highlight {
  position: relative;
}

.u-highlight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-highlight--yellow::before {
  background-color: rgba(254, 204, 31, 0.5);
  mix-blend-mode: multiply;
}

.u-highlight__inner {
  position: relative;
  z-index: 10;
}
