@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Zen Kaku Gothic New", sans-serif;
  --sans-serif2: "Zen Kaku Gothic New", sans-serif;
  --en-sans: "Montserrat";
  --en-serif: "", serif;
  --base: #F5F4F2;
  --main: #33302E;
  --accent: #FFD919;
  --accent2: #42A685;
  --sp-base-fs: calc(22/750*100vw);
  --sp-pad: calc(40/750*100vw);
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
  summary {
    display: block;
  }
  summary::-webkit-details-marker {
    display: none;
  }
}
@layer foundation {
  html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
  }
  @media screen and (max-width: 1400px) and (min-width: 767px) {
    html {
      font-size: 1.1836734694vw;
    }
  }
  @media screen and (max-width: 767px) {
    html {
      scroll-padding-top: 18.6666666667vw;
      font-size: var(--sp-base-fs);
    }
  }
  body {
    text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-family: var(--sans-serif);
    line-height: 2;
    min-width: 320px;
    color: var(--main);
    background: var(--base);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  a {
    text-decoration: none;
    word-break: break-all;
    color: currentColor;
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary {
    list-style: none;
    display: block;
    cursor: pointer;
    user-select: none;
  }
}
@layer layout {}
@layer layout {
  .home .l-footer {
    background: none;
    margin-top: 0;
    padding-top: 0;
  }
  .home .l-footer__btn {
    display: none;
  }
  .l-footer {
    position: relative;
    background: var(--base) url("../img/content/footer_bg.svg") 0 0/100% auto no-repeat;
    margin-top: 3.75rem;
    padding-top: 13.1944444444vw;
    text-align: center;
  }
  .l-footer a {
    color: currentColor;
  }
  .l-footer__inner {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .l-footer__inner {
      padding-top: 6.6666666667vw;
      padding-bottom: 9.3333333333vw;
    }
  }
  .l-footer__logo img {
    width: 13.125rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__logo img {
      width: 28vw;
    }
  }
  .l-footer__btn {
    width: 11.25rem;
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 10;
  }
  @media screen and (max-width: 767px) {
    .l-footer__btn {
      right: 5.3333333333vw;
      bottom: 5.3333333333vw;
      width: 16vw;
    }
  }
  .l-footer__info {
    margin-top: 1.875rem;
    text-align: center;
  }
  .l-footer__copyright {
    display: block;
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      margin-top: 5.3333333333vw;
      font-size: 1.8666666667vw;
    }
  }
}
@layer layout {
  .page-has-visual-page:not(.is-scrolled) .l-header__logo img,
  .page-has-visual:not(.is-scrolled) .l-header__logo img {
    opacity: 0;
  }
  .page-has-visual:not(.is-scrolled) .l-header__logo {
    width: 21.3125rem;
  }
  @media screen and (max-width: 767px) {
    .page-has-visual:not(.is-scrolled) .l-header__logo {
      width: 34vw;
    }
  }
  .is-scrolled .l-header {
    background-color: var(--base);
  }
  @media screen and (min-width: 768px) {
    .is-scrolled .l-header .l-header__inner {
      padding: 1.125rem 2.5rem 1.125rem 2.125rem;
    }
  }
  @media screen and (min-width: 768px) {
    .is-scrolled .l-header .l-header__logo {
      width: 6.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .is-scrolled .l-header .l-header__logo {
      width: 21.3333333333vw;
    }
  }
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    pointer-events: none;
    transition: 0.25s background;
  }
  .l-header button,
  .l-header a {
    pointer-events: fill;
  }
  .l-header__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.25s padding;
  }
  @media screen and (min-width: 768px) {
    .l-header__inner {
      padding: 2.125rem 2.5rem 2.125rem 2.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-header__inner {
      align-items: flex-start;
      padding: 2.6666666667vw;
    }
  }
  .l-header__logo {
    background: url("../img/content/logo.svg") 0 0/contain no-repeat;
    width: 15.9375rem;
    transition: 0.25s width;
  }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      width: 34vw;
    }
  }
  .l-header__logo a {
    display: inline-block;
  }
}
@layer layout {}
@layer layout {
  @media screen and (min-width: 768px) {
    .page-has-visual-page:not(.is-scrolled) .l-nav__body a,
    .page-has-visual:not(.is-scrolled) .l-nav__body a {
      color: #fff;
    }
  }
  .page-has-visual-page:not(.is-scrolled) .l-nav__sns-btn,
  .page-has-visual:not(.is-scrolled) .l-nav__sns-btn {
    background: #fff;
  }
  .page-has-visual-page:not(.is-scrolled) .l-nav__sns-btn svg,
  .page-has-visual:not(.is-scrolled) .l-nav__sns-btn svg {
    fill: #302e2b;
  }
  .page-has-visual-page:not(.is-scrolled) .l-nav__line,
  .page-has-visual:not(.is-scrolled) .l-nav__line {
    stroke: #ddd;
  }
  .l-nav {
    display: flex;
  }
  @media screen and (min-width: 768px) {
    .l-nav {
      gap: 0.8125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav {
      align-items: center;
      gap: 1.3333333333vw;
    }
  }
  .l-nav.is-expanded .l-nav__body {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
  .l-nav.is-expanded .l-nav__sns-btn {
    background-color: #fff;
  }
  .l-nav.is-expanded .l-nav__sns-btn svg {
    fill: #302e2b;
  }
  @media screen and (max-width: 767px) {
    .l-nav__sns {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.8666666667vw;
    }
    .l-nav__sns > li {
      width: 10.6666666667vw;
    }
  }
  .l-nav__sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 6.25rem;
    border: 0;
    background-color: var(--main);
    transition: 0.25s background;
  }
  @media screen and (max-width: 767px) {
    .l-nav__sns-btn {
      position: relative;
      z-index: 100;
      width: 10.6666666667vw;
      height: 10.6666666667vw;
    }
  }
  .l-nav__sns-btn svg {
    fill: #ddd;
  }
  .l-nav__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 100;
    background: transparent;
    width: 16vw;
    height: 16vw;
    border: 0;
    border-radius: 6.25rem;
    transition: 0.25s filter;
    padding: 0;
  }
  .l-nav__btn svg {
    width: 8vw;
    height: 5.6vw;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line {
    transform-origin: center center;
    stroke: #fff;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-1 {
    transform: rotate(45deg);
    translate: -0.6875rem 1.125rem;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-2 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-3 {
    transform: rotate(-45deg);
    translate: -0.6875rem -1.25rem;
  }
  .l-nav__line {
    transform-origin: left center;
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    stroke: var(--main);
    stroke-width: 4px;
  }
  @media screen and (max-width: 767px) {
    .l-nav__body {
      opacity: 0;
      width: 100%;
      height: 100%;
      display: block;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      overflow: auto;
      overscroll-behavior-y: contain;
      transition: 0.2s ease-in;
      z-index: 99;
      transform: translateY(-100%);
      width: 100%;
      height: 100vh;
      background: url("../img/content/nav_bg.svg") 0 100% no-repeat;
      padding-top: 12.5rem;
      padding-bottom: 100px;
    }
  }
  .l-nav__logo {
    margin: 0 auto 3.75rem auto;
  }
  @media screen and (max-width: 767px) {
    .l-nav__logo {
      width: 29.3333333333vw;
    }
  }
  .l-nav__logo img {
    width: 100%;
  }
  .l-nav__list {
    font-family: var(--sans-serif2);
    gap: 0.625rem;
    align-items: center;
    display: flex;
  }
  @media screen and (min-width: 768px) {
    .l-nav__list {
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__list {
      display: flex;
      flex-direction: column;
      text-align: center;
      font-size: 5.3333333333vw;
    }
  }
  @media (hover: hover) {
    .l-nav__list a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__item {
      margin-right: 1.25rem;
    }
  }
  .l-nav__link {
    transition: 0.25s color;
  }
  @media screen and (max-width: 767px) {
    .l-nav__link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 5.125rem;
      background: #ffd919;
      border: 1px solid #33302e;
      border-bottom-width: 6px;
      border-radius: 6.25rem;
      font-size: 1.5rem;
      font-weight: 600;
      transition: 0.25s filter;
      max-width: 100%;
      font-size: 4.4vw;
      min-width: 76vw;
      gap: 1.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) and (hover: hover) {
    .l-nav__link:hover {
      filter: brightness(110%);
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__link .p-icon-arrow {
      position: absolute;
      right: 2.25rem;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .l-nav__link.is-home {
    background: #fff;
    color: var(--main);
  }
  @media screen and (max-width: 767px) {
    .l-nav__reservation {
      padding: 10.6666666667vw 4vw 0 0;
      display: flex;
      justify-content: flex-end;
    }
    .l-nav__reservation a {
      display: block;
      display: block;
      width: 24vw;
    }
  }
}
@layer layout {
  .l-page__body {
    position: relative;
    z-index: 2;
  }
}
@layer component {
  .c-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    text-decoration: none;
    user-select: none;
    border: 0;
  }
  .c-btn:hover {
    text-decoration: none;
  }
}
@layer component {
  .c-container {
    width: 73.75rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@layer component {
  .c-icon {
    position: relative;
    display: inline-block;
    background: 50% 50% no-repeat;
    background-size: contain;
    vertical-align: top;
    line-height: 1;
    font-style: normal;
  }
}
@layer project {
  .p-btn-a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 5.125rem;
    background: #ffd919;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    transition: 0.25s filter;
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .p-btn-a {
      font-size: 4.4vw;
      min-width: 84vw;
      gap: 1.3333333333vw;
    }
  }
  @media (hover: hover) {
    .p-btn-a:hover {
      filter: brightness(110%);
    }
  }
  .p-btn-a .p-icon-arrow,
  .p-btn-a .p-icon-pdf,
  .p-btn-a .p-icon-arrow-b {
    position: absolute;
    right: 2.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-btn-b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    background: #ffd919;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
    border-radius: 6.25rem;
    font-weight: 600;
    transition: 0.25s filter;
    max-width: 100%;
    padding: 0 1.2em 0 2em;
    gap: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .p-btn-b {
      gap: 2.1333333333vw;
    }
  }
  @media (hover: hover) {
    .p-btn-b:hover {
      filter: brightness(110%);
    }
  }
  .p-btn-submit {
    align-items: center;
    justify-content: center;
    width: 31.25rem;
    height: 5rem;
    background: #ffd919 url("../img/icon/arrow.svg") calc(100% - 2.1875rem) 50% no-repeat;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
    border-radius: 6.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    transition: 0.25s filter;
    max-width: 100%;
  }
  .p-btn-submit[disabled] {
    filter: grayscale(100%);
  }
  @media screen and (max-width: 767px) {
    .p-btn-submit {
      padding: 3.7333333333vw;
      min-width: 90%;
      font-size: 4.4vw;
      background-position: calc(100% - 4vw);
      background-size: 1.8666666667vw auto;
    }
  }
  @media (hover: hover) {
    .p-btn-submit:hover:not([disabled]) {
      filter: brightness(110%);
    }
  }
}
@layer project {
  .p-hdr-page {
    position: relative;
    padding-top: 13.125rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-page {
      padding-top: 40vw;
      padding-bottom: 10.6666666667vw;
    }
  }
  .p-hdr-page.is-visual {
    background: url("../img/content/hdr_bg.webp") 50% 50%/cover no-repeat;
    color: #fff;
  }
  @media screen and (min-width: 768px) {
    .p-hdr-page.is-visual {
      height: 46.25rem;
      margin-bottom: -9.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hdr-page.is-visual {
      margin-bottom: -20vw;
      padding-top: 44vw;
      padding-bottom: 32vw;
    }
  }
  .p-hdr-page__icon {
    width: 11.875rem;
    margin: 0 auto 1.25rem auto;
  }
  .p-hdr-page__en {
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .p-hdr-page__en {
      font-size: 2.9333333333vw;
    }
  }
  .p-hdr-page__ttl {
    font-size: 3rem;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-page__ttl {
      font-size: 8vw;
    }
  }
  .p-hdr-a__ttl {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-a__ttl {
      font-size: 5.3333333333vw;
    }
  }
  .p-hdr-b {
    margin-bottom: 4.375rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b {
      margin-bottom: 9.3333333333vw;
    }
  }
  .p-hdr-b__ttl {
    font-family: var(--en-sans), var(--sans-serif);
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b__ttl {
      line-height: 1.3;
      font-size: 8vw;
    }
  }
  .p-hdr-b__ttl .is-nights,
  .p-hdr-b__ttl .is-day {
    position: relative;
    padding: 0.625rem 2.25rem;
    font-weight: 500;
    background: #fff;
    border-radius: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b__ttl .is-nights,
    .p-hdr-b__ttl .is-day {
      font-size: 8vw;
    }
  }
  .p-hdr-b__ttl .is-nights {
    display: inline-block;
  }
  @media screen and (min-width: 768px) {
    .p-hdr-b__ttl .is-day {
      display: inline-flex;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b__ttl .is-day {
      display: block;
    }
  }
  .p-hdr-b__ttl .is-range-2 {
    position: relative;
    display: block;
  }
  .p-hdr-b__ttl .is-range-2::before {
    content: "";
    display: block;
    position: absolute;
    transform: translateX(-50%);
    width: 1.25rem;
    height: 0.625rem;
    background: url("../img/content/triangle_btm.svg") 0 0/contain no-repeat;
  }
  @media screen and (min-width: 768px) {
    .p-hdr-b__ttl .is-range-2 {
      padding-left: 1.625rem;
    }
    .p-hdr-b__ttl .is-range-2::before {
      left: 0.0625em;
      top: 30%;
      rotate: -90deg;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b__ttl .is-range-2 {
      margin-top: 1.3333333333vw;
      padding-top: 2.6666666667vw;
    }
    .p-hdr-b__ttl .is-range-2::before {
      top: 0;
      left: 50%;
      width: 5.3333333333vw;
      height: 2.6666666667vw;
    }
  }
  .p-hdr-b__ttl span {
    font-weight: 500;
  }
  .p-hdr-b__ttl span:nth-child(even) {
    font-weight: bold;
    font-size: 1.625rem;
    margin-right: 0.2em;
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-b__ttl span:nth-child(even) {
      font-size: 4.2666666667vw;
    }
  }
  .p-hdr-b__ttl span.is-de {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.375rem;
  }
  .p-hdr-b__ttl span.is-dekiru {
    display: block;
    margin-top: 0.6rem;
    font-size: 1.75rem;
  }
  .p-hdr-c {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .p-hdr-c__inner {
    position: relative;
    display: inline-block;
  }
  .p-hdr-c__inner::before, .p-hdr-c__inner::after {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 2.125rem;
    height: 3.5rem;
    background: url("../img/content/slash.svg") 0 0/contain no-repeat;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-c__inner::before, .p-hdr-c__inner::after {
      width: 9.3333333333vw;
      height: 13.3333333333vw;
    }
  }
  .p-hdr-c__inner::before {
    left: 0;
    background-image: url("../img/content/slash_back.svg");
    transform: translate(-130%, -70%);
  }
  @media screen and (max-width: 767px) {
    .p-hdr-c__inner::before {
      transform: translate(-110%, -50%);
    }
  }
  .p-hdr-c__inner::after {
    right: 0;
    transform: translate(130%, -70%);
  }
  @media screen and (max-width: 767px) {
    .p-hdr-c__inner::after {
      transform: translate(110%, -50%);
    }
  }
  .p-hdr-c__ttl {
    font-size: 2.125rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-c__ttl {
      font-size: 6.1333333333vw;
    }
  }
  .p-hdr-c__en {
    font-family: var(--en-sans);
    font-size: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .p-hdr-c__en {
      font-size: 2.4vw;
    }
  }
}
/*========================================
  アイコン
========================================*/
@layer project {
  .p-icon-arrow {
    fill: #fff;
    width: 0.75rem;
    height: 1.3125rem;
  }
  .p-icon-arrow-a {
    fill: #fff;
    width: 0.75rem;
    height: 1.25rem;
  }
  .p-icon-arrow-b {
    fill: var(--accent);
    width: 0.75rem;
    height: 1.25rem;
  }
  .p-icon-pdf {
    width: 1.875rem;
    height: 1.875rem;
  }
  .p-icon-info {
    fill: #fff;
    width: 1.625rem;
    height: 1.625rem;
  }
  .p-icon-calendar {
    stroke: #fff;
    width: 1.625rem;
    height: 1.625rem;
  }
  @media screen and (max-width: 767px) {
    .p-icon-calendar {
      width: 2.1333333333vw;
      height: 2.1333333333vw;
    }
  }
  .p-icon-triangle {
    fill: var(--accent2);
    width: 0.5625rem;
    height: 0.5rem;
  }
  .p-icon-insta {
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .p-icon-x {
    width: 1.25rem;
    height: 1.3125rem;
  }
  .p-icon-toggle {
    display: inline-block;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .p-icon-toggle {
      width: 4.2666666667vw;
      height: 4.2666666667vw;
    }
  }
  .p-icon-toggle::before, .p-icon-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: #333;
    transform: translateY(50%);
    border-radius: 10px;
  }
  .p-icon-toggle::before {
    transition: 0.25s transform;
    transform: rotate(90deg);
  }
  .p-icon-toggle::after {
    transform: rotate(0);
  }
  details[open] .p-icon-toggle::before {
    transform: rotate(0);
  }
  .p-icon-blank {
    vertical-align: baseline;
    width: 1.25rem;
    height: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-icon-blank {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
}
@layer project {
  .p-form fieldset {
    display: contents;
    border: 0;
    padding: 0;
  }
  .p-form input[type=number] {
    appearance: none;
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 0.625rem 0 1.875rem;
    font-weight: 500;
    width: 5.625rem;
    height: 3rem;
  }
  .p-form__row {
    background: #fff;
    border-radius: 2.5rem;
    padding: 1.125rem 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .p-form__row {
      display: grid;
      grid-template-columns: 7.5rem 1fr;
      align-items: center;
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__row {
      padding: 4vw;
    }
  }
  .p-form__row.is-start {
    align-items: flex-start;
  }
  .p-form__row + .p-form__row {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__row + .p-form__row {
      margin-top: 4vw;
    }
  }
  .p-form__row label {
    user-select: none;
  }
  @media screen and (min-width: 768px) {
    .p-form__row > * {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  }
  .p-form__date-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__date-row {
      gap: 1.3333333333vw;
      justify-content: space-between;
    }
  }
  .p-form__in-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__in-col {
      gap: 0.8vw;
    }
  }
  .p-form__site-name {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .p-form__site-name small {
    display: block;
    font-weight: normal;
  }
  .p-form__person-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1rem;
  }
  .p-form__person-radio label {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
  }
  .p-form__person-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__person-row {
      gap: 2.1333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__person-max {
      margin-top: 1.3333333333vw;
      border-radius: 100rem;
      background-color: #F5F4F2;
      text-align: center;
      width: 100%;
      padding: 0.8vw;
    }
  }
  .p-form__calc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: bold;
    align-items: center;
    font-size: 1.375rem;
  }
  @media screen and (min-width: 768px) {
    .p-form__calc {
      justify-content: space-between;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__calc {
      font-size: 3.2vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__calc p {
      margin: 1.3333333333vw 0;
    }
  }
  .p-form__calc span {
    display: inline-block;
    font-family: var(--en-sans);
    color: var(--accent2);
    font-size: 1.875rem;
    line-height: 1;
    margin: 0 0.1em;
  }
  .p-form__note {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px dotted var(--main);
    font-size: 1rem;
  }
  .p-form__note-text {
    font-size: 1.125rem;
    color: #000;
  }
  .p-form__note2 {
    margin-top: 3.75rem;
    font-weight: bold;
    font-size: 1.25rem;
  }
  @media screen and (min-width: 768px) {
    .p-form__note2 {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__note2 {
      margin-top: 8vw;
      font-size: 3.4666666667vw;
    }
  }
  .p-form__label {
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .p-form__label {
      padding-bottom: 1rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__label {
      display: block;
      padding-bottom: 3.3333333333vw;
      font-size: 2.9333333333vw;
      text-align: center;
      background: url("../img/content/dot_green_h.svg") 0% 100%/auto 0.5333333333vw repeat-x;
    }
  }
  .p-form__sub-label-text {
    display: block;
    width: 1em;
    line-height: 1.2;
  }
  @media screen and (min-width: 768px) {
    .p-form__input {
      background: url("../img/content/dot_green.svg") 0% 0%/4px auto repeat-y;
      padding-left: 2rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__input {
      padding-top: 4vw;
    }
  }
  .p-form__input-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-form__full-width {
    width: 100%;
  }
  .p-form__datepicker {
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 1.875rem;
    height: 4rem;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .p-form__datepicker {
      width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__datepicker {
      background-position: 1.3333333333vw 50%;
      background-size: 2.1333333333vw auto;
      font-size: 3.4666666667vw;
      padding: 0 4vw;
      width: 34.6666666667vw;
      height: 11.4666666667vw;
    }
  }
  .p-form__select {
    appearance: none;
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 1.875rem;
    height: 4rem;
    font-weight: 500;
    background: #fff url("../img/content/triangle_btm.svg") calc(100% - 1.375rem) 50%/1.125rem 1.1875rem no-repeat;
  }
  @media screen and (min-width: 768px) {
    .p-form__select {
      min-width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__select {
      font-size: 3.4666666667vw;
      padding: 0 4vw;
      width: 34.6666666667vw;
      height: 11.4666666667vw;
    }
  }
  .p-form__select-small {
    appearance: none;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 1.875rem;
    background: #fff url("../img/content/triangle_btm.svg") calc(100% - 0.75rem) 50%/0.875rem 0.9375rem no-repeat;
  }
  @media screen and (min-width: 768px) {
    .p-form__select-small {
      font-size: 1.25rem;
      height: 2.875rem;
      min-width: 5.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__select-small {
      border-radius: 1.375rem;
      background-position: calc(100% - 0.5rem) 50%;
      font-size: 2.9333333333vw;
      height: 2.4em;
      min-width: 4em;
    }
  }
  .p-form__radio {
    appearance: none;
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #707070;
    border-radius: 62.5rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__radio {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
  .p-form__radio:checked {
    background: #fff url("../img/icon/check.svg") 50% 50%/70% auto no-repeat;
  }
  .p-form__checkbox {
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--main);
    border-radius: 0.375rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__checkbox {
      width: 6.1333333333vw;
      height: 6.1333333333vw;
    }
  }
  .p-form__checkbox:checked {
    background: #fff url("../img/icon/check.svg") 50% 50%/70% auto no-repeat;
  }
  .p-form__status {
    color: #C00;
  }
  @media screen and (min-width: 768px) {
    .p-form__status {
      padding-bottom: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__status {
      margin-top: 1.3333333333vw;
      border-radius: 100rem;
      background-color: #C00;
      text-align: center;
      width: 100%;
      color: #fff;
      padding: 0.8vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-form__status.is-avalible {
      color: var(--accent2);
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__status.is-avalible {
      background-color: var(--accent2);
    }
  }
  .p-form__tax {
    margin-top: 5rem;
    font-size: 1.875rem;
    text-align: right;
    font-weight: bold;
  }
  .p-form__total {
    border-radius: 2.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    background: var(--accent2);
    color: #fff;
    line-height: 1.5;
    padding: 1.5rem;
    margin-top: 2.1875rem;
  }
  @media screen and (max-width: 767px) {
    .p-form__total {
      padding: 3.7333333333vw;
    }
  }
  .p-form__total span {
    font-size: 3.125rem;
    font-family: var(--en-sans);
    line-height: 1;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .p-form__total span {
      font-size: 8vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form__total {
      font-size: 3.4666666667vw;
    }
  }
  .p-form__wbtn {
    margin-top: 1.875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-form__wbtn {
      margin-top: 4vw;
    }
  }
}
@layer project {
  @media screen and (min-width: 768px) {
    .p-calendar-items {
      min-height: 24.75rem;
      display: grid;
      gap: 1em;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .p-calendar-items {
      display: flex;
      flex-direction: column;
      gap: 2.6666666667vw;
      min-height: 27.7333333333vw;
    }
  }
  .p-calendar-items table {
    width: 100%;
  }
  .p-calendar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .p-calendar-nav {
      gap: 0.9375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-calendar-nav {
      margin-bottom: 5.3333333333vw;
      justify-content: space-between;
    }
  }
  .p-calendar-nav__btn {
    position: relative;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.1;
    border-radius: 6.25rem;
    background: transparent;
    width: 11.25rem;
    padding: 0;
  }
  @media screen and (max-width: 767px) {
    .p-calendar-nav__btn {
      width: 38.1333333333vw;
    }
  }
  .p-calendar-nav__btn::after {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 3px;
    content: "";
    display: block;
    border-radius: 6.25rem;
    width: calc(100% - 6px);
    height: calc(100% + 2px);
    background: #fff;
    border: 1px solid #33302e;
  }
  @media screen and (max-width: 767px) {
    .p-calendar-nav__btn::after {
      width: calc(100% - 2px);
      left: 1px;
    }
  }
  .p-calendar-nav__btn b {
    padding: 0 1.625rem;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    width: 100%;
    height: 4rem;
    transition: 0.25s filter;
    font-weight: bold;
    background: #33302e;
    border-radius: 6.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-calendar-nav__btn[disabled] {
    cursor: default;
    opacity: 0.5;
  }
  @media (hover: hover) {
    .p-calendar-nav__btn:hover:not([disabled]) {
      filter: brightness(150%);
    }
  }
  .p-calendar-nav__btn span {
    display: inline-block;
    transform: translateY(-0.25rem);
  }
  .p-calendar-nav__btn .p-icon-arrow-a {
    position: absolute;
    top: 44%;
    fill: #fff;
    stroke: #fff;
  }
  .p-calendar-nav__btn.is-prev .p-icon-arrow-a {
    left: 1.5rem;
    transform: scale(-1, 1) translateY(-50%);
  }
  .p-calendar-nav__btn.is-next .p-icon-arrow-a {
    right: 1.5rem;
    transform: translateY(-50%);
  }
  .p-calendar__head {
    position: relative;
    background: var(--accent2);
    font-family: var(--en-sans), var(--sans-serif);
    color: #fff;
    border-bottom: 0;
    text-align: center;
    padding: 0.6em 0.2em 0.2em 0.2em;
    border-radius: 1.875rem 1.875rem 0 0;
    font-size: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-calendar__head {
      font-size: 2.4vw;
    }
    .p-calendar__head span {
      font-size: 120%;
    }
  }
  .p-calendar__head > b {
    font-size: 2.5rem;
  }
  .p-calendar b {
    font-weight: normal;
    line-height: 1.1;
  }
  .p-calendar__year {
    position: absolute;
    left: 1.25rem;
    top: 0.625rem;
  }
  .p-calendar table {
    table-layout: fixed;
    background: #fff;
    border-radius: 0 0 1.875rem 1.875rem;
    overflow: hidden;
  }
  .p-calendar th, .p-calendar td {
    border: 1px solid #B3B3B3;
    text-align: center;
  }
  .p-calendar th {
    background: #E6E3DF;
    font-weight: normal;
    padding: 0.1em 0.1em 0.2em 0.1em;
    line-height: 1.4;
    font-size: 0.875rem;
  }
  .p-calendar th.is-sat {
    background: #8AB8E6;
    color: #fff;
  }
  .p-calendar th.is-sun {
    background: #F200A1;
    color: #fff;
  }
  .p-calendar td {
    padding: 0.2em 0.4em 0.6em 0.4em;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .p-calendar td.is-sat {
    background: #F5FAFF;
  }
  .p-calendar td.is-special, .p-calendar td.is-sun {
    background: #FFF4F4;
  }
  .p-calendar td a {
    display: block;
    pointer-events: none;
    min-height: 2em;
  }
  .p-calendar td a.is-available {
    pointer-events: fill;
  }
  .p-calendar td a.is-available p {
    color: #F200A1;
  }
  .p-calendar td span {
    display: block;
    text-align: left;
    font-size: 0.8125rem;
  }
  .p-calendar td p {
    margin-top: 0.375rem;
    color: #B3B3B3;
  }
  .p-calendar-note {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin: 0.625rem 0;
  }
  .p-calendar-note.is-right {
    justify-content: flex-end;
  }
  .p-calendar-note span {
    color: #B3B3B3;
    font-size: 120%;
  }
  .p-calendar-note span.is-avalibles {
    color: #F200A1;
  }
}
@layer project {
  @media screen and (min-width: 768px) {
    .p-category-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 3.75rem 1.25rem;
      margin: 0 6.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-category-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10.6666666667vw 2.6666666667vw;
    }
  }
  .p-category-list__item {
    position: relative;
    background: #fff;
    border-radius: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .p-category-list__item {
      width: 17.5rem;
    }
  }
  .p-category-list__item::before {
    display: block;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    left: 50%;
    bottom: -2.125rem;
    transform: translateX(-50%);
    content: "";
    width: 3.75rem;
    height: 4rem;
    background: url("../img/content/next.svg") 0% 100%/cover;
  }
  .p-category-list__item a {
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  }
  .p-category-list__item-name {
    position: relative;
    margin-top: 1.25rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  @media screen and (min-width: 768px) {
    .p-category-list__item-name {
      font-size: 1.25rem;
    }
  }
  .p-category-list__item-name::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    width: 2.25rem;
    height: 0.25rem;
    background: url("../img/content/dot_green_h.svg") 0% 100%/cover;
  }
  .p-category-list__item-photo {
    aspect-ratio: 1/1;
  }
  .p-category-list__item-photo img {
    border-radius: 1.25rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-category-list__item-desc {
    line-height: 1.8;
    font-size: 0.9375rem;
  }
}
@layer project {
  .p-rel-section {
    margin-top: 8.75rem;
  }
  @media screen and (max-width: 767px) {
    .p-rel-section {
      margin-top: 16vw;
    }
  }
  .p-rel-section__body {
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-rel-section__body {
      margin-top: 4vw;
    }
  }
}
@layer project {
  .p-category__content {
    background: #fff;
    border-radius: 3.75rem;
    padding: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .p-category__content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-category__content {
      display: flex;
      flex-direction: column;
      gap: 4vw;
    }
  }
  .p-category__name {
    font-size: 2rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-category__name {
      font-size: 6.1333333333vw;
    }
  }
  .p-category__option {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4em;
    background-color: var(--main);
    border-radius: 6.25rem;
    color: #fff;
    padding: 0.4em 1em;
    line-height: 1.2;
    margin-top: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .p-category__option {
      font-size: 2.9333333333vw;
    }
  }
  .p-category__option > li:not(:last-child) {
    padding: 0 0.4em;
    border-right: 1px solid var(--accent2);
  }
  .p-category__text {
    margin-top: 1.25rem;
  }
  .p-category__text p {
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }
  @media screen and (max-width: 767px) {
    .p-category__text {
      margin-top: 2.6666666667vw;
    }
  }
  .p-category__sttl {
    margin-top: 1.875rem;
    margin-bottom: 0.875rem;
    font-weight: 600;
  }
  .p-category__sttl::before {
    content: "● ";
  }
  .p-category__pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
  .p-category__pricing-row {
    border: 1px solid var(--main);
    overflow: hidden;
    border-radius: 1.25rem;
  }
  .p-category__pricing dt, .p-category__pricing dd {
    padding: 0.2em 0.8em;
  }
  .p-category__pricing dt {
    font-size: 0.875rem;
    background: #F5F4F2;
    font-weight: 500;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-category__pricing dt {
      padding: 0 0.8em;
      font-size: 2.6666666667vw;
    }
  }
  .p-category__pricing dd {
    border-top: 1px dotted var(--main);
    text-align: center;
    line-height: 1.6;
    background: #fff;
  }
  .p-category__pricing dd .is-value {
    font-size: 1.875rem;
    color: var(--accent2);
    font-family: var(--en-sans);
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .p-category__pricing dd .is-value {
      font-size: 5.3333333333vw;
    }
  }
  .p-category__pricing dd .is-unit {
    font-size: 0.9375rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .p-category__pricing dd .is-unit {
      font-size: 2.6666666667vw;
    }
  }
  .p-category__photo img {
    width: 100%;
    border-radius: 1.875rem;
  }
  .p-category__sec {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .p-category__sec {
      margin-top: 9.3333333333vw;
    }
  }
  .p-category__form-range {
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-category__form-range {
      margin-top: 4vw;
    }
  }
  .p-category__search-result {
    display: block;
    margin-top: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-category__search-result {
      margin-top: 6.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-category__in-row {
      display: grid;
      grid-template-columns: 62% 1fr;
      align-items: flex-end;
      gap: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-category__in-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4vw;
      padding-bottom: 8vw;
    }
  }
  .p-category__in-row .p-btn-a {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .p-category__in-row .p-btn-a {
      width: 61.3333333333vw;
      min-width: 0;
    }
  }
}
@layer project {
  .p-site__hdr {
    text-align: center;
    padding-top: 15rem;
    margin-bottom: 4.6875rem;
  }
  @media screen and (max-width: 767px) {
    .p-site__hdr {
      padding-top: 40vw;
      margin-bottom: 4vw;
    }
  }
  .p-site__name {
    font-size: 3rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-site__name {
      font-size: 7.7333333333vw;
    }
  }
  .p-site__option {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4em;
    border: 1px solid var(--accent2);
    color: var(--accent2);
    padding: 0.4em 0.4em;
    line-height: 1.2;
    margin-top: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .p-site__option {
      margin-top: 1.3333333333vw;
      font-size: 2.9333333333vw;
    }
  }
  .p-site__option > li:not(:last-child) {
    padding: 0 0.4em;
    border-right: 1px solid var(--accent2);
  }
  .p-site__wtext {
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-site__wtext {
      margin-top: 8vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-site__row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-site__row {
      margin-top: 4vw;
    }
  }
  .p-site__sttl {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .p-site__pricing {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #A2A2A2;
    text-align: center;
  }
  .p-site__pricing-row:not(:last-child) {
    border-right: 1px solid #A2A2A2;
  }
  .p-site__pricing dt, .p-site__pricing dd {
    padding: 0.2em 1.2em;
  }
  .p-site__pricing dt {
    background: #ECF6D9;
  }
  .p-site__pricing dd {
    border-top: 1px solid #A2A2A2;
  }
  .p-site__photo {
    aspect-ratio: 960/540;
  }
  .p-site__photo img {
    border-radius: 3.75rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    .p-site__photo img {
      border-radius: 8vw;
    }
  }
  .p-site__sec {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .p-site__sec {
      margin-top: 8vw;
    }
  }
  .p-site__form-range {
    margin-top: 3.125rem;
  }
  .p-site__search-result {
    display: block;
    margin-top: 6.25rem;
  }
}
@layer project {
  .p-site-item {
    padding: 0.625rem;
    border-radius: 3.75rem;
    background: #fff;
    padding: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .p-site-item {
      display: grid;
      grid-template-columns: 11.25rem 1fr;
      align-items: center;
      gap: 2.25rem;
    }
  }
  .p-site-item__photo {
    width: 11.25rem;
    height: 11.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__photo {
      width: 26.6666666667vw;
      height: 26.6666666667vw;
    }
  }
  .p-site-item__photo img {
    border-radius: 1.875rem;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-site-item__name {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__name {
      font-size: 4.5333333333vw;
      padding-left: 29.3333333333vw;
      transform: translateY(-26.6666666667vw);
      min-height: 26.6666666667vw;
      margin-bottom: -24vw;
      display: flex;
      flex-direction: column;
    }
  }
  .p-site-item__option {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--main);
    border-radius: 6.25rem;
    font-size: 1rem;
    margin-left: 0.5em;
    color: #fff;
    padding: 0.6em 1.2em;
    line-height: 1.2;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__option {
      display: block;
      font-size: 2.9333333333vw;
    }
  }
  .p-site-item__option > li:not(:last-child) {
    padding: 0 0.4em;
    border-right: 1px solid var(--accent2);
  }
  .p-site-item__calendar-wrap {
    position: relative;
    border-radius: 1.875rem;
    border: 1px solid #33302E;
    padding: 0 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-wrap {
      padding: 0 6.6666666667vw;
    }
  }
  .p-site-item__calendar-wrap::before {
    content: "";
    pointer-events: none;
    border-bottom: 1px dotted #33302E;
    width: 100%;
    height: 2.6875rem;
    position: absolute;
    border-radius: 1.875rem 1.875rem 0 0;
    left: 0;
    top: 0;
    display: block;
    background-color: #F5F4F2;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-wrap::before {
      height: 9.3333333333vw;
    }
  }
  .p-site-item__calendar {
    width: 49.375rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar {
      width: 64vw;
    }
  }
  .p-site-item__calendar::-webkit-scrollbar {
    display: none;
  }
  .p-site-item__calendar.is-no-scrollbar {
    margin: 0;
  }
  .p-site-item__calendar-link {
    pointer-events: none;
  }
  .p-site-item__calendar-link.is-available {
    pointer-events: fill;
  }
  .p-site-item__calendar-row {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .p-site-item__calendar-row > * {
    flex-basis: 2.875rem;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .p-site-item__calendar-row dt {
    padding: 0.25rem 0.5rem 0 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    background-color: #F5F4F2;
    height: 2.375rem;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-row dt {
      height: 8.4vw;
    }
  }
  .p-site-item__calendar-row dd {
    border-top: 1px dotted #33302E;
    color: #A2A2A2;
    font-size: 1.625rem;
    text-align: center;
    padding: 1.25rem 0.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-row dd {
      font-size: 6.6666666667vw;
      padding: 1.25rem 1.25rem;
    }
  }
  .p-site-item__calendar-link {
    display: block;
  }
  .p-site-item__calendar-link.is-available {
    color: #F200A1;
  }
  .p-site-item__calendar-ctrl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  .p-site-item__calendar-ctrl button {
    overflow: hidden;
    pointer-events: fill;
    width: 3.75rem;
    height: 100%;
    background-color: transparent;
    background-size: 3.75rem auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    padding: 0;
    text-indent: -999px;
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-ctrl button {
      width: 10.6666666667vw;
      background-size: 10.6666666667vw auto;
    }
  }
  .p-site-item__calendar-prev {
    background-image: url("../img/content/prev.svg");
    transform: translateX(-20%);
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-prev {
      transform: translateX(-40%);
    }
  }
  .p-site-item__calendar-next {
    background-image: url("../img/content/next.svg");
    transform: translateX(20%);
  }
  @media screen and (max-width: 767px) {
    .p-site-item__calendar-next {
      transform: translateX(40%);
    }
  }
  .p-site-item__calendar-col:not(:first-child) {
    border-left: 1px solid #33302E;
  }
  .p-site-item__calendar-col.is-sat {
    background: #F5FAFF;
  }
  .p-site-item__calendar-col.is-sat dt {
    color: #5D8CBB;
  }
  .p-site-item__calendar-col.is-sun {
    background: #FFF4F4;
  }
  .p-site-item__calendar-col.is-sun dt {
    color: #D87A8E;
  }
}
@layer project {
  .p-site-list {
    font-size: 1.25rem;
    font-family: var(--sans-serif2);
    font-weight: 600;
    display: grid;
  }
  @media screen and (min-width: 768px) {
    .p-site-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.875rem 1.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-site-list {
      grid-template-columns: repeat(2, 1fr);
      font-size: 3.2vw;
      gap: 2.6666666667vw;
    }
  }
  .p-site-list__cont {
    position: relative;
    display: grid;
    grid-template-columns: 5rem 1fr;
    align-items: center;
    gap: 1rem;
    background: #ffd919;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
    border-radius: 6.25rem;
    padding: 0.625rem 3.125rem 0.625rem 0.625rem;
    line-height: 1.5;
    transition: 0.25s filter;
  }
  @media screen and (max-width: 767px) {
    .p-site-list__cont {
      padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 1.3333333333vw;
      grid-template-columns: 10.6666666667vw 1fr;
    }
  }
  @media (hover: hover) {
    .p-site-list__cont:hover {
      filter: brightness(110%);
    }
    .p-site-list__cont:hover .p-site-list__photo img {
      scale: 1.1;
    }
  }
  .p-site-list__cont .p-icon-arrow {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
    .p-site-list__cont .p-icon-arrow {
      right: 2.6666666667vw;
    }
  }
  .p-site-list__photo {
    overflow: hidden;
    border-radius: 6.25rem;
    aspect-ratio: 1/1;
  }
  .p-site-list__photo img {
    transition: 0.25s scale;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@layer project {
  @media (hover: hover) {
    .p-land-list:hover .p-land-list__point {
      position: none;
      opacity: 0;
    }
  }
  .p-land-list__card {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 0);
    z-index: 1000;
    bottom: 4em;
    width: 16.5em;
    color: #707070;
  }
  .p-land-list__card::after {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translate(36%, 75%);
    content: "";
    width: 2em;
    height: 2.5em;
    background: url("../img/content/edge.svg") 0 0/contain no-repeat;
  }
  .p-land-list__card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0.625em;
    position: relative;
    z-index: 2;
  }
  .p-land-list__card-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625em;
  }
  .p-land-list__card-photo {
    width: 6.25em;
    height: 6.25em;
  }
  .p-land-list__card-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-land-list__card-text {
    width: calc(100% - 6.875em);
  }
  .p-land-list__point {
    transition: 0.25s opacity;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 3px dotted #F5FF00;
    border-radius: 100em;
    font-size: 10px;
  }
  .p-land-list__item {
    position: absolute;
    z-index: 1;
    width: 2.5em;
    height: 2.5em;
    background: transparent;
    line-height: 1.1;
    border-radius: 1000px;
    transform: translate(0, 0);
    transition: 0.25s opacity;
  }
  @media (hover: hover) {
    .p-land-list__item:hover .p-land-list__point {
      pointer-events: fill;
      opacity: 1;
      border: 3px solid #F5FF00;
      background: #F5FF00 url("../img/icon/on.svg") 0 0/cover no-repeat;
    }
    .p-land-list__item:hover .p-land-list__card {
      opacity: 1;
      visibility: visible;
      pointer-events: fill;
    }
  }
  .p-land-list__item[data-name*=サウナーサイト-S1], .p-land-list__item[data-name*=チルサイトM-C4] {
    left: 41.875em;
    top: 25.625em;
  }
  .p-land-list__item[data-name*=サウナーサイト-S2], .p-land-list__item[data-name*=チルサイトM-C5] {
    left: 39.125em;
    top: 29.375em;
  }
  .p-land-list__item[data-name*=XLサイト-L1], .p-land-list__item[data-name*=XLサイト-XL1] {
    left: 37.25em;
    top: 21.75em;
  }
  .p-land-list__item[data-name*=XLサイト-L2], .p-land-list__item[data-name*=XLサイト-XL2] {
    left: 30.75em;
    top: 24.0625em;
  }
  .p-land-list__item[data-name*=XLサイト-L3], .p-land-list__item[data-name*=XLサイト-XL3] {
    left: 25.25em;
    top: 21.25em;
  }
  .p-land-list__item[data-name*=リバーサイト-R1] {
    left: 29.5625em;
    top: 30.625em;
  }
  .p-land-list__item[data-name*=リバーサイト-R2] {
    left: 26.125em;
    top: 28.25em;
  }
  .p-land-list__item[data-name*=リバーサイト-R3] {
    left: 21.25em;
    top: 25em;
  }
  .p-land-list__item[data-name*=リバーサイト-R4] {
    left: 14.4375em;
    top: 20.625em;
  }
  .p-land-list__item[data-name*=リバーサイト-R5] {
    left: 10.625em;
    top: 18.375em;
  }
  .p-land-list__item[data-name*=リバーサイト-R6] {
    left: 5.875em;
    top: 15.4375em;
  }
  .p-land-list__item[data-name*=チルサイトL-C1] {
    left: 30.625em;
    top: 15.4375em;
  }
  .p-land-list__item[data-name*=チルサイトM-C2], .p-land-list__item[data-name*=チルサイトL-C2] {
    left: 24.3125em;
    top: 16.25em;
  }
  .p-land-list__item[data-name*=チルサイトL-C3] {
    left: 31.6875em;
    top: 8.75em;
  }
  .p-land-list__item[data-name*=チルサイトL-C5] {
    left: 22.25em;
    top: 8.75em;
  }
  .p-land-list__item[data-name*=チルサイトM-C6] {
    left: 18.875em;
    top: 11.875em;
  }
  .p-land-list__item[data-name*=チルサイトM-C7] {
    left: 17.5em;
    top: 16.5625em;
  }
  .p-land-list__item[data-name*=チルサイトL-C8] {
    left: 14.125em;
    top: 11.875em;
  }
  .p-land-list__item[data-name*=チルサイトL-C9] {
    left: 11.25em;
    top: 9.375em;
  }
  .p-land-list__item[data-name*=XLサイト-XL4] {
    left: 25.0625em;
    top: 8.75em;
  }
}
@layer project {
  .p-land-map-scrollable {
    position: relative;
    z-index: 2;
    width: 53.3333333333vw;
    margin: 0 auto -8vw auto;
  }
  .p-land-map {
    border-radius: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-land-map {
      overflow: auto;
      margin-top: 5.3333333333vw;
    }
  }
  .p-land-map__inner {
    position: relative;
    font-size: 1rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .p-land-map__inner {
      font-size: 0.959375rem;
      width: 200vw;
    }
  }
  .p-land-map__inner img {
    border-radius: 2.5rem;
  }
  .p-land-map__over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
@layer project {
  .p-has-calendar-site-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
  }
}
@layer project {
  @media screen and (min-width: 768px) {
    .p-lead {
      width: 33.125rem;
      margin: 0 auto;
      line-height: 2.125;
    }
  }
}
@layer project {
  .p-info {
    max-width: 37.5rem;
    padding: 0 2rem 2rem 2rem;
    border-radius: 1.25rem;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .p-info {
      padding: 0 4vw 4vw 4vw;
      border-radius: 2.6666666667vw;
    }
  }
  .p-info__ttl {
    margin: 0 auto;
    font-family: var(--ens-sans);
    font-size: 1.5rem;
    color: #fff;
    transform: translateY(-100%);
    line-height: 1;
  }
  @media screen and (max-width: 767px) {
    .p-info__ttl {
      transform: translateY(-90%);
      margin-bottom: -1.3333333333vw;
      font-size: 4.8vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-info__body {
      font-size: 2.6666666667vw;
      line-height: 2;
    }
  }
  .p-info__body a {
    text-decoration: underline;
    color: var(--accent2);
  }
  @media (hover: hover) {
    .p-info__body a:hover {
      text-decoration: none;
    }
  }
}
@layer project {
  .p-empty {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    background: #efefef;
    padding: 2em;
    color: tomato;
  }
  @media screen and (min-width: 768px) {
    .p-empty {
      width: 100%;
    }
  }
}
@layer project {
  .p-unit {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .p-unit {
      margin-top: 12vw;
    }
  }
  .p-unit__body {
    margin-top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-unit__body {
      margin-top: 5.3333333333vw;
    }
  }
}
@layer project {
  .p-form-range-stay-wrap {
    background: var(--accent2);
    padding: 2.5rem;
    border-radius: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay-wrap {
      margin-top: 12vw;
      padding: 4vw;
      border-radius: 6.6666666667vw;
    }
  }
  .p-form-range-stay-wrap .p-form-range-stay__label-text,
  .p-form-range-stay-wrap .p-form-range-stay__label-text2 {
    color: #fff;
  }
  .p-form-range-stay {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2.875rem;
    font-weight: 600;
    font-family: var(--sans-serif2);
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay {
      justify-content: space-between;
    }
  }
  .p-form-range-stay fieldset {
    display: contents;
  }
  .p-form-range-stay__row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__row {
      width: 40vw;
      gap: 1.3333333333vw;
    }
  }
  .p-form-range-stay__input {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__input {
      width: 100%;
      justify-content: space-between;
      gap: 2.6666666667vw;
    }
  }
  .p-form-range-stay__label-text {
    display: block;
    line-height: 1.4;
  }
  @media screen and (min-width: 768px) {
    .p-form-range-stay__label-text {
      width: 1.5625rem;
    }
  }
  .p-form-range-stay__label-text2 {
    display: block;
    line-height: 1.4;
  }
  @media screen and (min-width: 768px) {
    .p-form-range-stay__label-text2 {
      width: 1.5625rem;
    }
  }
  .p-form-range-stay__datepicker {
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 1.875rem;
    height: 4rem;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .p-form-range-stay__datepicker {
      width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__datepicker {
      background-position: 1.3333333333vw 50%;
      background-size: 2.1333333333vw auto;
      font-size: 3.4666666667vw;
      padding: 0 4vw;
      width: 37.3333333333vw;
      height: 11.4666666667vw;
    }
  }
  .p-form-range-stay__nights {
    appearance: none;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    height: 4rem;
    width: 12.5rem;
    padding: 0 1.875rem;
    background: #fff url("../img/content/triangle_btm.svg") calc(100% - 1.375rem) 50%/1.125rem 1.25rem no-repeat;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__nights {
      font-size: 3.4666666667vw;
      width: 37.3333333333vw;
      height: 11.4666666667vw;
      padding: 0 4vw;
    }
  }
  .p-form-range-stay__submit {
    background: var(--accent);
    font-size: 1.25rem;
    min-width: 18.75rem;
    padding: 1.25rem 1.25rem;
    text-align: center;
    border-radius: 6.25rem;
    transition: 0.25s filter;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
  }
  .p-form-range-stay__submit .p-icon-arrow {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (hover: hover) {
    .p-form-range-stay__submit:hover {
      filter: brightness(200%);
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__submit {
      width: 100%;
      margin: 4vw 0 0 0;
    }
  }
  .p-form-range-stay__submit-a {
    background: #030303;
    font-size: 1.25rem;
    min-width: 22rem;
    padding: 1.375rem 1.25rem;
    text-align: center;
    border-radius: 6.25rem;
    transition: 0.25s filter;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__submit-a {
      min-width: 90%;
    }
  }
  .p-form-range-stay__submit-a.is-short {
    min-width: 15.75rem;
  }
  .p-form-range-stay__submit-a .p-icon-arrow {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (hover: hover) {
    .p-form-range-stay__submit-a:hover {
      filter: brightness(200%);
    }
  }
  .p-form-range-stay__row-wbtn {
    width: 100%;
    text-align: center;
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-stay__row-wbtn {
      margin-top: 3.2vw;
    }
  }
}
@layer project {
  .p-form-range-wrap {
    background: var(--accent2);
    padding: 2.5rem;
    border-radius: 6.25rem;
  }
  .p-form-range-wrap.is-days {
    background-color: #73ACE6;
  }
  .p-form-range-wrap.is-land {
    background-color: #A885CC;
  }
  @media screen and (max-width: 767px) {
    .p-form-range-wrap {
      padding: 4vw;
      border-radius: 6.6666666667vw;
    }
  }
  .p-form-range {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2.875rem;
    font-weight: 600;
    font-family: var(--sans-serif2);
  }
  @media screen and (max-width: 767px) {
    .p-form-range {
      flex-direction: column;
      align-items: center;
      gap: 2.6666666667vw;
    }
  }
  .p-form-range fieldset {
    display: contents;
  }
  .p-form-range__row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .p-form-range__row {
      gap: 0.8vw;
      flex-direction: column;
    }
  }
  .p-form-range__input {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .p-form-range__input label + label {
    margin-left: 1.25rem;
  }
  .p-form-range__label-text {
    display: block;
    line-height: 1.4;
  }
  @media screen and (min-width: 768px) {
    .p-form-range__label-text {
      width: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range__label-text {
      width: 100%;
    }
  }
  .p-form-range__label-text2 {
    display: block;
    line-height: 1.4;
  }
  @media screen and (min-width: 768px) {
    .p-form-range__label-text2 {
      font-size: 1.5rem;
      width: 4.0625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range__label-text2 {
      width: 100%;
    }
  }
  .p-form-range__datepicker {
    font-size: 1.25rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid #33302e;
    padding: 0 1.875rem;
    height: 4rem;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .p-form-range__datepicker {
      width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range__datepicker {
      background-position: 1.3333333333vw 50%;
      background-size: 2.1333333333vw auto;
      font-size: 3.4666666667vw;
      padding: 0 4vw;
      width: 37.3333333333vw;
      height: 11.4666666667vw;
    }
  }
  .p-form-range__nights {
    appearance: none;
    font-size: 1.5rem;
    border: 1px solid #7B7B7B;
    height: 4.5rem;
    min-width: 7rem;
    padding-left: 1.25rem;
    background: #fff url("../img/content/triangle_btm.svg") calc(100% - 1.375rem) 50%/1.125rem 1.1875rem no-repeat;
  }
  @media screen and (max-width: 767px) {
    .p-form-range__nights {
      font-size: 2.4vw;
      height: 3em;
    }
  }
  .p-form-range__submit {
    background: var(--accent);
    font-size: 1.25rem;
    min-width: 18.75rem;
    padding: 1.25rem 1.25rem;
    text-align: center;
    border-radius: 6.25rem;
    transition: 0.25s filter;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
  }
  .p-form-range__submit .p-icon-arrow {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (hover: hover) {
    .p-form-range__submit:hover {
      filter: brightness(200%);
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-range__submit {
      width: 100%;
      margin: 4vw 0 0 0;
    }
  }
  .p-form-range__row-wbtn {
    width: 100%;
    text-align: center;
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-range__row-wbtn {
      margin-top: 3.2vw;
    }
  }
}
@layer project {
  .p-form-option {
    table-layout: fixed;
    width: 100%;
    font-size: 1.125rem;
    font-family: var(--sans-serif2);
  }
  @media screen and (max-width: 767px) {
    .p-form-option {
      font-size: 2.9333333333vw;
    }
  }
  .p-form-option th, .p-form-option td {
    vertical-align: middle;
  }
  @media screen and (min-width: 768px) {
    .p-form-option th, .p-form-option td {
      font-weight: normal;
      padding: 0.9375rem 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-option th, .p-form-option td {
      display: block;
    }
  }
  .p-form-option td span {
    display: inline-block;
    font-family: var(--en-sans);
    line-height: 1;
    margin: 0 0.1em;
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .p-form-option td span {
      font-size: 1.5rem;
    }
  }
  .p-form-option td span.is-label {
    font-size: 1rem;
    display: inline-block;
    width: 1em;
    font-weight: 500;
  }
  .p-form-option label {
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    gap: 0.375rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-option label {
      gap: 1.3333333333vw;
    }
  }
  .p-form-option label .p-form__checkbox {
    flex-shrink: 0;
  }
  .p-form-option__item {
    border-bottom: 1px dotted var(--main);
  }
  @media screen and (max-width: 767px) {
    .p-form-option__item {
      padding-top: 6.1333333333vw;
      padding-bottom: 1.3333333333vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  .p-form-option__value {
    grid-area: value;
    text-align: left;
    line-height: 1.3;
  }
  @media screen and (min-width: 768px) {
    .p-form-option__value {
      width: 37.1900826446%;
    }
  }
  @media screen and (max-width: 767px) {
    .p-form-option__value {
      padding-right: 2.6666666667vw;
      width: 60%;
      font-size: 2.9333333333vw;
      padding-bottom: 1.3333333333vw;
    }
  }
  .p-form-option__note {
    line-height: 1.5;
    font-size: 80%;
  }
  @media screen and (max-width: 767px) {
    .p-form-option__note {
      padding-left: 4.8vw;
    }
  }
  .p-form-option__unit, .p-form-option__price {
    text-align: right;
    font-weight: 600;
    width: 15.1515151515%;
  }
  .p-form-option__unit {
    grid-area: unit;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .p-form-option__unit {
      width: 40%;
      padding-right: 1em;
    }
  }
  .p-form-option__price {
    grid-area: price;
  }
  @media screen and (max-width: 767px) {
    .p-form-option__price {
      font-size: 3.4666666667vw;
      text-align: right;
      width: 48%;
      margin-top: 0.5333333333vw;
    }
    .p-form-option__price p {
      display: inline-block;
      background-color: #fff;
      padding-left: 4vw;
    }
  }
  .p-form-option__price span {
    color: var(--accent2);
    font-size: 2.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-option__price span {
      font-size: 6.1333333333vw;
    }
  }
  .p-form-option__quantity {
    grid-area: quantity;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-form-option__quantity {
      width: 48%;
    }
  }
  .p-form-option__quantity input {
    width: 5rem;
    border: 1px solid #707070;
    padding: 0 0.4em;
  }
  .p-form-option-btn {
    margin-top: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    background: #ffd919;
    border: 1px solid #33302e;
    border-bottom-width: 6px;
    border-radius: 6.25rem;
    font-weight: 600;
    transition: 0.25s filter;
    max-width: 100%;
    padding: 0 1.2em 0 2em;
    gap: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .p-form-option-btn {
      gap: 2.1333333333vw;
    }
  }
  @media (hover: hover) {
    .p-form-option-btn:hover {
      filter: brightness(110%);
    }
  }
}
@layer project {
  .p-reserve {
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (min-width: 768px) {
    .p-reserve {
      max-width: 60rem;
    }
  }
  .p-reserve__fv {
    margin-bottom: 4.375rem;
    padding-bottom: 5rem;
    background: url("../img/content/wave.svg") 0 100%/100% auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .p-reserve__fv {
      margin-bottom: 8vw;
      padding-bottom: 9.3333333333vw;
    }
  }
}
@layer project {
  .p-reserve-nav {
    overflow: auto;
    margin-bottom: 6.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-reserve-nav {
      margin-bottom: 12vw;
    }
  }
  .p-reserve-nav__list {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .p-reserve-nav__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-reserve-nav__list {
      display: flex;
      flex-direction: column;
      font-size: 2.6666666667vw;
      gap: 1.25rem;
    }
  }
  .p-reserve-nav a {
    max-width: 20rem;
    font-size: 1.25rem;
    height: 4rem;
  }
  @media screen and (max-width: 767px) {
    .p-reserve-nav a {
      height: 12.5333333333vw;
    }
  }
  .p-reserve-nav a.is-nights {
    background: #33302E;
    color: var(--accent);
    border-bottom-color: var(--accent2);
  }
  .p-reserve-nav a.is-days {
    background: #73ACE6;
    color: #fff;
  }
  .p-reserve-nav a.is-land {
    background: #A885CC;
    color: #fff;
  }
  .p-reserve-nav a .c-icon {
    right: 1.25rem;
  }
}
@layer project {
  .p-loader {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2em;
  }
  .p-loader__item {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent2);
    --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {
    to {
      transform: rotate(1turn);
    }
  }
}
@layer project {
  .p-insta {
    padding: 5rem 0;
  }
  @media screen and (max-width: 767px) {
    .p-insta {
      padding: 6.6666666667vw 0;
    }
  }
  .p-insta__inner {
    width: 79.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 767px) {
    .p-insta__inner {
      padding: 0 3.3333333333vw;
    }
  }
  .p-insta__ttl {
    font-size: 1.875rem;
    color: #000;
    font-family: var(--en-sans);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .p-insta__ttl img {
    width: 1.4375rem;
  }
  .p-insta__body {
    margin-top: 2.1875rem;
  }
  .p-insta__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .p-insta__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.4vw;
    }
  }
  .p-insta__list li {
    overflow: hidden;
    border-radius: 1.125rem;
    aspect-ratio: 1/1;
  }
  .p-insta__list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@layer utilities {
  .u-hide {
    display: none;
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  @media screen and (max-width: 1400px) and (min-width: 767px) {
    .u-PC-pad {
      padding-right: 4%;
      padding-left: 4%;
    }
  }
  @media screen and (max-width: 767px) {
    .u-SP-pad {
      padding-right: var(--sp-pad);
      padding-left: var(--sp-pad);
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}
@layer utilities {
  .u-font-site-24 {
    font-size: 1.5rem;
  }
}
@layer utilities {
  .u-mt-1 {
    margin-top: 1rem;
  }
  .u-mt-2 {
    margin-top: 2rem;
  }
  .u-mt-3 {
    margin-top: 3rem;
  }
  .u-mt-4 {
    margin-top: 4rem;
  }
  .u-mt-5 {
    margin-top: 5rem;
  }
  .u-mt-6 {
    margin-top: 6rem;
  }
  .u-mt-7 {
    margin-top: 7rem;
  }
  .u-mt-8 {
    margin-top: 8rem;
  }
  .u-mt-9 {
    margin-top: 9rem;
  }
  .u-mt-10 {
    margin-top: 10rem;
  }
  .u-mt-11 {
    margin-top: 11rem;
  }
  .u-mt-12 {
    margin-top: 12rem;
  }
  .u-mt-13 {
    margin-top: 13rem;
  }
  .u-mt-14 {
    margin-top: 14rem;
  }
  .u-mt-15 {
    margin-top: 15rem;
  }
  .u-mt-16 {
    margin-top: 16rem;
  }
  .u-mt-17 {
    margin-top: 17rem;
  }
  .u-mt-18 {
    margin-top: 18rem;
  }
  .u-mt-19 {
    margin-top: 19rem;
  }
  .u-mt-20 {
    margin-top: 20rem;
  }
}
@layer utilities {
  .u-color-red {
    color: #FF0000;
  }
}