@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "source-han-sans-japanese", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

body {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body {
  opacity: 0;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
}
body.fade-in {
  opacity: 1;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  top: 0 !important;
}

.goog-te-banner-frame,
.goog-te-balloon-frame {
  display: none !important;
}

#google_translate_element {
  display: none !important;
}

.skiptranslate {
  display: none !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1540px) {
  .l-inner {
    max-width: 1450px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 89px;
  padding-top: 5.5625rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../images/webp/mv_404_sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/webp/mv_404.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 116px;
  padding-top: 7.25rem;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__title {
  color: #333;
  /* font-weight: 600; */
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(51, 51, 51, .15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 68px;
  font-size: 4.25rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 140px;
  width: 8.75rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  /* font-weight: 500; */
  font-weight: 400;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.p-about {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-about__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-about__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1090px;
  max-width: 68.125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.75rem;
    gap: 1.25rem;
  }
}

.p-about__triple {
  padding: 16px;
  padding: 1rem;
  position: relative;
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  height: 173px;
  height: 10.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__triple {
    gap: 3.125rem;
  }
}

.p-about__double {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  height: 173px;
  height: 10.8125rem;
  position: relative;
  gap: 36px;
  gap: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about__double {
    gap: 3.125rem;
  }
}

.p-about__double::before {
  position: absolute;
  content: "";
  background: #020818;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-about__triple::before {
  position: absolute;
  content: "";
  background: #020818;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-about__img {
  min-height: 80px;
  min-height: 5rem;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-about__img img,
.p-about__img--cross img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 2;
}

.p-about__triple-text {
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__triple-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-about__triple-text {
    font-size: 1rem;
  }
}

.p-about__triple-block {
  position: relative;
  z-index: 2;
}

.p-about__img--cross {
  width: 24px;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__img--cross {
    width: 3.125rem;
  }
}

.p-about__text-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__text-wrapper {
    margin-top: 3.75rem;
  }
}

.p-about__text {
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-about__text {
    font-size: 1.125rem;
  }
}

.p-about__movie {
  margin-inline: auto;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__movie {
    margin-top: 7.5rem;
    max-width: 70rem;
  }
}

.p-about__movie iframe {
  aspect-ratio: 1120/630;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-about__reserve {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about__reserve {
    margin-top: 15rem;
  }
}

.p-all {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
}
.p-all__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  border-spacing: 0.3125rem 0;
}
.p-all__header {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  background: #284563;
  border-bottom: 1px solid rgba(250, 250, 250, .3);
  position: relative;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
}
.p-all__header--empty {
  background-color: transparent;
}
.p-all__header--empty {
  background: transparent;
  mix-blend-mode: normal;
}
.p-all__header p {
  z-index: 2;
  position: relative;
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fafafa;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-all__header p {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-all__header p {
    font-size: 1.25rem;
  }
}
.p-all__label {
  color: #333;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  /* font-weight: 700; */
  font-weight: 400;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  background: #f2f1ec;
  white-space: nowrap;
  z-index: 2;
  width: 200px;
  width: 12.5rem;
  border-bottom: 1px solid #c7c1b0;
}
@media screen and (min-width: 768px) {
  .p-all__label {
    width: 20rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-all__label {
    font-size: 1.125rem;
  }
}
.p-all__label--first {
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
}
.p-all__label--last {
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom: 0;
  border-bottom: initial;
}
.p-all__cell {
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  background: #284563;
  position: relative;
  border-bottom: 1px solid rgba(250, 250, 250, .3);
}
.p-all__cell p {
  z-index: 2;
  position: relative;
  color: #fafafa;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-all__cell p {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-all__cell p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-all {
    margin-top: 2.5rem;
  }
  .p-all__table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-all__header {
    font-size: 1.25rem;
    padding: 0.75rem 0.9375rem;
    text-align: center;
    /* font-weight: 700; */
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fafafa;
  }
  .p-all__label {
    font-size: 0.875rem;
    text-align: center;
    padding: 0.9375rem 1.125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-all__label {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (max-width: 768px) and (min-width: 1540px) {
  .p-all__label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-all__cell {
    font-size: 1rem;
    text-align: center;
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-all__cell {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (max-width: 768px) and (min-width: 1540px) {
  .p-all__cell {
    font-size: 1rem;
  }
}

.p-all__cell--last {
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
}

.p-all__header span {
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-all__header span {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-all__header span {
    font-size: 0.875rem;
  }
}

.p-fee .p-all__label {
  width: 240px;
  width: 15rem;
}

.p-all__label--fee {
  background: #fafafa;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  color: #051026;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-all__label--fee {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-all__label--fee {
    font-size: 1.25rem;
  }
}

.p-all__cell--fee--black {
  background: #051024;
}

.bb0 {
  border-bottom: 0;
  border-bottom: initial;
}

.p-amenity {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-amenity {
    margin-top: 5rem;
  }
}

.p-amenity__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  border-top: 1px solid #f5f2e8;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__content {
    gap: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 6.25rem;
  }
}

.p-amenity__content + .p-amenity__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__content + .p-amenity__content {
    margin-top: 6.25rem;
  }
}

.p-amenity__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-amenity__img {
    max-width: 25rem;
  }
}

.p-amenity__img img {
  aspect-ratio: 400/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-amenity__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-amenity__title {
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-amenity__title {
    font-size: clamp(18px, 2vw, 24px);
  }
}
@media screen and (min-width: 1540px) {
  .p-amenity__title {
    font-size: 2.125rem;
  }
}

.p-amenity__text {
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #3d4043;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__text {
    margin-top: 2.5rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-amenity__text {
    font-size: 1rem;
  }
}

.p-amenity__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(250, 250, 250, .5);
  border-radius: 0.3125rem;
  padding: 16px;
  padding: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 16px;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-amenity__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    padding: 3.75rem 3.125rem;
    margin-top: 2.5rem;
  }
}

.p-amenity__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #2e4f77;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__list {
    padding-left: 1.5625rem;
  }
}

.p-amenity__item {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-amenity__item {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-amenity__item {
    font-size: 0.875rem;
  }
}

.p-amenity__item--bold {
  /* font-weight: 700; */
  font-weight: 400;
  color: #2e4f77;
  font-size: 16px;
  font-size: 1rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__item--bold {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-amenity__item--bold {
    font-size: 1rem;
  }
}

.p-amenity__eco {
  background: rgba(250, 250, 250, .5);
  border-radius: 0.3125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__eco {
    margin-top: 2.5rem;
    padding: 3.125rem 3.75rem;
  }
}

.p-amenity__eco-text {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-amenity__eco-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-amenity__eco-text {
    font-size: 1.5rem;
  }
}

.p-amenity__eco-lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-amenity__eco-lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-amenity__eco-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.625rem;
}

.p-beautiful {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-beautiful {
    padding-top: 16.8125rem;
    padding-bottom: 19rem;
  }
}

.p-beautiful__content {
  text-align: center;
  position: relative;
}

/* .p-beautiful__content::before {
  position: absolute;
  content: "";
  background: url(../images/webp/beutiful_1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 270 / 400;
  object-fit: cover;
  right: 0;
  width: rem(100);
  bottom: rem(-160);
  @include mq(md) {
    top: rem(-64);
    width: rem(270);
    right: rem(-40);
    bottom: initial;
  }
  @include mq(lg) {
    right: 0;
  }
} */
/* .p-beautiful__content::after {
  position: absolute;
  content: "";
  background: url(../images/webp/beutiful_2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 460 / 220;
  object-fit: cover;
  width: rem(200);
  bottom: rem(-140);
  left: rem(-32);
  @include mq(md) {
    width: rem(460);
    bottom: rem(-320);
    left: rem(-180);
  }
} */
.p-beautiful__title {
  position: relative;
}

.p-beautiful__title::before {
  position: absolute;
  content: "";
  background: url(../images/webp/beautiful_title_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1920/1080;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: auto;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: -270px;
  top: -16.875rem;
  opacity: 0.2;
  z-index: -1;
}

.p-beautiful__title-text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.875;
  color: #fafafa;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-beautiful__title-text {
    font-size: 2rem;
  }
}

.p-beautiful__text {
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
  line-height: 2.1818181818;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-beautiful__text {
    margin-top: 3.125rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-beautiful__text {
    font-size: 1.375rem;
  }
}

.p-btns {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-btns__content {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-btns__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-btns__btn {
  display: block;
  position: relative;
}

.p-btns__detail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-btns__btn-text {
  color: #fafafa;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-btns__btn-text {
    font-size: 3.125rem;
  }
}

.p-btns__btn-sub {
  color: #fafafa;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-btns__btn-sub {
    font-size: 1.25rem;
  }
}

.p-btns__text {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-btns__text {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-btns__text {
    font-size: 1rem;
  }
}

.p-btns__icon {
  width: 40px;
  width: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-btns__icon {
    margin-top: 1.875rem;
  }
}

.p-btns__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-btns__img img {
  aspect-ratio: 930/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-desert__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-desert__menu {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-desert__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}

.p-desert__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-desert__images {
    max-width: 23.125rem;
  }
}

.p-desert__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-desert__img {
    max-width: 23.125rem;
  }
}

.p-desert__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 370/500;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-desert__lists {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}

.p-desert__section:last-child {
  border-bottom: 1px solid #2f4f77;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-desert__category-title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.4166666667;
  color: #fafafa;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #2f4f77;
  border-top: 1px solid #2f4f77;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-desert__category-title {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: clamp(14px, 2vw, 14px);
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-desert__category-title {
    font-size: 1.5rem;
  }
}

.p-desert__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-desert__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-desert__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2222222222;
  color: #fafafa;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-desert__name {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-desert__name {
    font-size: 1.125rem;
  }
}

.p-desert__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
  height: 3px;
  background: #fafafa;
}

.p-desert__price {
  font-weight: 400;
  line-height: 1;
  color: #fafafa;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-desert__price {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-desert__price {
    font-size: 1.125rem;
  }
}

.p-drawer-icon {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.1875rem;
  width: 80px;
  width: 5rem;
  border: 1px solid rgba(61, 64, 67, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    height: 3.5rem;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #222;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  background: transparent;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bars {
    gap: 0.5rem;
    width: 1.5625rem;
    height: 1.5rem;
  }
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #fafafa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  width: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    width: 1.5625rem;
  }
}

.p-drawer-icon__bar2 {
  height: 2px;
  background: #fafafa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  width: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar2 {
    width: 1.5625rem;
  }
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #fafafa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar3 {
    width: 1.5625rem;
  }
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, .7);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    padding-top: 0.5rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: 62rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-drawer-content__list {
  text-align: center;
}

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer-content__link-ja {
  display: block;
  /* font-weight: 500; */
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__link-ja {
    font-size: clamp(17px, 2vw, 17px);
  }
}
@media screen and (min-width: 1540px) {
  .p-drawer-content__link-ja {
    font-size: 1.0625rem;
  }
}

.p-drawer-content__link-en {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  /* font-weight: 500; */
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #3d4043;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__link-en {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (min-width: 1540px) {
  .p-drawer-content__link-en {
    font-size: 0.75rem;
  }
}

.p-drawer-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-drawer-content__sns-text {
  font-size: 10px;
  font-size: 0.625rem;
  /* font-weight: 500; */
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.p-drawer-content__sns-link {
  width: 30px;
  width: 1.875rem;
}

.p-drawer-content__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-drawer-content__contact-wrapper {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer-content__contact {
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#f56112), to(#f5ab03));
  background: linear-gradient(to right, #f56112, #f5ab03);
  border-radius: 0.3125rem;
  position: relative;
}

.p-drawer-content__contact-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 500; */
  font-weight: 400;
}

.p-drawer-content__contact svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  right: 0.6875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-drawer-content__contact:hover.p-drawer-content__contact svg {
  right: 5px;
  right: 0.3125rem;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-drink {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-drink {
    padding-top: 12.5rem;
  }
}

.p-drink__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-drink__menu {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-drink__menu {
    margin-top: 5rem;
  }
}

.p-drink__category {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-drink__category {
    margin-top: 3.75rem;
  }
}

.p-drink__category:first-child {
  margin-top: 0;
}

.p-drink__category-title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  line-height: 2.7272727273;
  color: #fafafa;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-drink__category-title {
    font-size: clamp(16px, 2vw, 18px);
  }
}
@media screen and (min-width: 1540px) {
  .p-drink__category-title {
    font-size: 1.375rem;
  }
}

.p-drink__category-line {
  height: 1px;
  width: 100%;
  background: #2f4f77;
}

.p-drink__lists {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-drink__lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.875rem;
    gap: 7.5rem;
  }
}

.p-drink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-drink__item + .p-drink__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-drink__name {
  font-weight: 400;
  line-height: 2.2222222222;
  color: #fafafa;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-drink__name {
    padding-right: 1.25rem;
    font-size: clamp(14px, 2vw, 14px);
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-drink__name {
    font-size: 1.125rem;
  }
}

.p-drink__name::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 3px;
  background: #fafafa;
  top: 20px;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drink__name::before {
    top: 0.9375rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-drink__name::before {
    top: 1.25rem;
  }
}

.p-drink__price {
  font-weight: 400;
  line-height: 1;
  color: #fafafa;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-drink__price {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-drink__price {
    font-size: 1.125rem;
  }
}

.p-equipments {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-equipments {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-equipments__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-equipments__blocks {
  display: grid;
  gap: 16px;
  gap: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-equipments__blocks {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }
}

.p-equipments__subtitle {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-equipments__subtitle {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-equipments__subtitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #020818;
}

.p-equipments__subtitle span {
  position: relative;
  /* font-weight: 700; */
  font-weight: 400;
  z-index: 2;
  color: #fafafa;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__subtitle span {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__subtitle span {
    font-size: 1.125rem;
  }
}

.p-equipments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-equipments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2f4f77;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-equipments__item {
    padding: 0.9375rem 0;
  }
}

.p-equipments__label {
  letter-spacing: 0.1em;
  line-height: 2.25;
  color: #fafafa;
  /* font-weight: 700; */
  font-weight: 400;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__label {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__label {
    font-size: 1rem;
  }
}

.p-equipments__value {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__value {
    padding-right: 4.1875rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__value {
    font-size: 1rem;
  }
}

.p-equipments__info-block {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-block {
    padding: 1.875rem;
  }
}

.p-equipments__info-title {
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 500; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-title {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__info-title {
    font-size: 1.25rem;
  }
}

.p-equipments__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-equipments__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.p-equipments__info-label {
  font-size: 16px;
  font-size: 1rem;
  color: #fafafa;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-label {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__info-label {
    font-size: 1rem;
  }
}

.p-equipments__info-value {
  font-size: 16px;
  font-size: 1rem;
  color: #fafafa;
  /* font-weight: 500; */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-value {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__info-value {
    font-size: 1rem;
  }
}

.p-equipments__info-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, .8);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__info-text {
    font-size: 0.875rem;
  }
}
.p-equipments__info-text--address {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-equipments__info-text--address {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__info-text--address {
    font-size: 0.9375rem;
  }
}

.p-equipments__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fafafa;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-equipments__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-equipments__text {
    font-size: 0.875rem;
  }
}

.p-equipments__link {
  text-decoration: underline;
}

.p-facilities {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-facilities {
    padding-top: 7.0625rem;
    padding-bottom: 12.5rem;
  }
}

.p-facilities--taste {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-facilities--taste {
    padding-top: 11.25rem;
    padding-bottom: 10.8125rem;
  }
}

.p-facilities--taste .p-facilities__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-facilities__content--scene {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-facilities__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-facilities__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-facilities__list--taste {
    margin-top: 3.125rem;
  }
}

.p-facilities__list--benefit,
.p-facilities__list--taste {
  gap: 50px;
  gap: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-facilities__list--taste {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-facilities__list--benefit .p-facilities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-facilities__item--scene {
  background: #f5f2e8;
  border-radius: 0.3125rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__item--scene {
    padding: 1.25rem;
  }
}

.p-facilities__img img {
  border-radius: 0.3125rem;
  aspect-ratio: 360/230;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-facilities__img--benefit img {
  aspect-ratio: 360/220;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-facilities__img--taste img {
  aspect-ratio: 400/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-facilities__detail {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__detail {
    padding-top: 1.25rem;
  }
}

.p-facilities__list--benefit .p-facilities__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-facilities__detail--scene {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-facilities__item-title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.4583333333;
  color: #fafafa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-facilities__item-title {
    font-size: clamp(16px, 2vw, 18px);
  }
}
@media screen and (min-width: 1540px) {
  .p-facilities__item-title {
    font-size: 1.5rem;
  }
}

.p-facilities__item-title--scene {
  color: #333;
}

.p-facilities__item-text {
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__item-text {
    margin-top: 0.9375rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-facilities__item-text {
    font-size: 1rem;
  }
}

.p-facilities__item-text--scene {
  color: #3d4043;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.mt200 {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .mt200 {
    margin-top: 12.5rem;
  }
}

.pt221 {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .pt221 {
    padding-top: 13.8125rem;
  }
}

.p-facilities__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px dotted #c7c1b0;
}

.p-facilities__btn-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #333;
  font-weight: 400;
}

.p-facilities__btn-icon {
  width: 15px;
  width: 0.9375rem;
}

.p-facilities__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-facilities__top-textWrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__top-textWrapper {
    margin-top: 4.125rem;
  }
}

.p-facilities__top-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fafafa;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-facilities__top-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-facilities__top-text {
    font-size: 1.125rem;
  }
}

.p-fee {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-fee {
    padding-bottom: 12.5rem;
  }
}

.p-fee__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-fee__table {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fee__table {
    margin-top: 5rem;
  }
}

.p-fee__submit {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-fee__submit {
    margin-top: 18.75rem;
  }
}

.p-footer {
  padding-top: 64px;
  padding-top: 4rem;
  position: relative;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.p-footer::before {
  position: absolute;
  content: "";
  background: #0b1933;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-footer__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-footer__logo {
  width: 100%;
  margin-inline: auto;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 33.75rem;
  }
}

.p-footer__home {
  display: inline-block;
}

.p-footer__home img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-footer__address-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address-wrapper {
    text-align: center;
    margin-top: 1.875rem;
  }
}

.p-footer__address {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-footer__address {
    font-size: 1.125rem;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__lists {
    padding-top: 5rem;
    margin-top: 5rem;
    gap: 3.75rem;
  }
}

.p-footer__lists::before {
  position: absolute;
  content: "";
  background: #2f4f77;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 1px;
  top: 0;
  left: 0;
}

.p-footer__link {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-footer__link {
    font-size: 1.125rem;
  }
}

.p-footer__copy {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 3.1875rem;
  }
}

.p-footer__copy small {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copy small {
    font-size: 0.75rem;
  }
}

.p-footer__bottom {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 3.125rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #020818;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.p-footer__bottom-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 5px;
  gap: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-footer__bottom-list:last-child {
    margin-left: 2.5rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__bottom-list:last-child::before {
    position: absolute;
    content: "";
    background: repeating-linear-gradient(to bottom, #2f4f77 0px, #2f4f77 1px, transparent 1px, transparent 2px);
    width: 1px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.25rem;
  }
}

.p-footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2f4f77;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-link {
    gap: 0.625rem;
    padding: 0.9375rem 1.25rem;
  }
}

.p-footer__bottom-linkText {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-linkText {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-footer__bottom-linkText {
    font-size: 0.875rem;
  }
}

.p-footer__linkIcon {
  min-width: 13px;
  min-width: 0.8125rem;
  max-width: 13px;
  max-width: 0.8125rem;
}

.p-footer__linkIcon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-footer__floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-footer__floating {
    display: none;
    position: static;
  }
}
.p-footer__floating.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-footer__floating-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  height: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-footer__floating-link--language {
  background: #3d4043;
}

.p-footer__floating-icon {
  min-width: 16px;
  min-width: 1rem;
  max-width: 16px;
  max-width: 1rem;
}

.p-footer__floating-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-footer__floating-text {
  color: #3d4043;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
}

.p-footer__floating-link--food {
  background: #f5f2e8;
}

.p-footer__floating-link--stay {
  background: #e8c2c2;
}

.p-footer__floating-text--language {
  color: #fafafa;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 4rem;
  }
}

.p-footer__sns-link {
  display: inline-block;
  width: 26px;
  width: 1.625rem;
}

.p-footer__sns-link--facebook {
  width: 16px;
  width: 1rem;
}

.p-footer__sns-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-form__row + .p-form__row {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  width: 3.4375rem;
  height: 22px;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #333;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  /* font-weight: 700; */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 18px;
  row-gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #333;
  padding-top: 0;
  padding-top: initial;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: 0;
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/webp/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/webp/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  right: 6px;
  right: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 18px;
  font-size: 1.125rem;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(51, 51, 51, .3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, .3);
  line-height: 1.2;
}

input::-moz-placeholder {
  color: rgba(51, 51, 51, .3);
  line-height: 1.2;
}

input::-ms-input-placeholder {
  color: rgba(51, 51, 51, .3);
  line-height: 1.2;
}

input::placeholder {
  color: rgba(51, 51, 51, .3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  input::-moz-placeholder {
    font-size: 1.125rem;
  }
  input::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.p-guide {
  position: relative;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-guide {
    padding-top: 5.4375rem;
  }
}

.p-guide__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
}

.p-guide__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-guide__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
    margin-top: 5rem;
  }
}

.p-guide__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-guide__floor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-guide__floor-item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-guide__floor-number {
  font-weight: 400;
  color: #c4ba98;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid #878274;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-guide__floor-number {
    min-width: 5rem;
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 0;
    padding-bottom: initial;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-guide__floor-number {
    font-size: 1rem;
  }
}

.p-guide__floor-item:last-child .p-guide__floor-number {
  border-bottom: 1px solid #878274;
}

.p-guide__floor-facilities {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f5f2e8;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-guide__floor-facilities {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.facilities-top {
  border-top: 2px solid #c4ba98;
}

.facilities-top--thin {
  border-top: 1px solid #c4ba98;
}

.facilities-left {
  border-right: 2px solid #c4ba98;
}

.facilities-right {
  border-left: 2px solid #c4ba98;
}

.facilities-bottom {
  border-bottom: 2px solid #c4ba98;
}

.p-guide__facility-name {
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-guide__facility-name {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-guide__facility-name {
    font-size: 1.125rem;
  }
}

.p-guide__divider {
  width: 1px;
  background: rgba(250, 250, 250, .3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-guide__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-guide__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-guide__list-box {
  width: 100%;
}

.p-guide__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  border-radius: 0.1875rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-bottom: 1px solid #878274;
}
@media screen and (min-width: 768px) {
  .p-guide__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}

.p-guide__list-item + .p-guide__list-item {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-guide__list-item + .p-guide__list-item {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-guide__list-floor {
  font-family: "source-han-serif-jp-subset", sans-serif;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-guide__list-floor {
    min-width: 3.75rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-guide__list-floor {
    font-size: 1.25rem;
  }
}

.p-guide__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-decoration: none;
  color: #fafafa;
  border-bottom: 1px dotted #2f4f77;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-guide__list-link {
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    padding-left: 1rem;
  }
}

.p-guide__list-link:last-child {
  border-bottom: 0;
  border-bottom: initial;
}

.p-guide__list-link:hover {
  background: rgba(250, 250, 250, .1);
}

.p-guide__list-name {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-guide__list-name {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-guide__list-name {
    font-size: 1.125rem;
  }
}

.p-guide__list-icon {
  width: 20px;
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-guide__list-icon {
    width: 2.5rem;
  }
}

.p-guide__list-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  top: 32px;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 3.4375rem;
  }
}

.p-header__inner {
  max-width: 1820px;
  max-width: 113.75rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-header__logo-link {
  display: block;
  width: 220px;
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    width: 20rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__logo-link {
    width: 33.75rem;
  }
}

.p-header__logo-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.p-header__nav.is-active {
  opacity: 0;
  visibility: hidden;
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  gap: 2.0625rem;
  margin-left: auto;
}

.p-header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__menu-link {
  display: block;
  color: #fafafa;
  letter-spacing: 0.15em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__menu-link {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-header__menu-link {
    font-size: 1rem;
  }
}

.p-header__menu-link.is-active {
  /* font-weight: 700; */
  font-weight: 400;
  padding-top: 18px;
  padding-top: 1.125rem;
  color: #E8C2C2;
}
.p-header__menu-link.is-active::before {
  content: "";
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: #E8C2C2;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header__drawer {
  margin-left: 33px;
  margin-left: 2.0625rem;
}

.p-header__btns {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__btns {
    display: block;
    position: fixed;
    right: 0;
    bottom: 6.25rem;
  }
}

.p-header__btn-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__btn-link {
    width: 3.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__btn-link {
    width: 4.375rem;
  }
}

.p-header__btn-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__mice {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__mice {
    display: block;
    right: 6.5625rem;
    position: fixed;
    bottom: 5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__mice {
    bottom: 7.5rem;
  }
}

.p-header__mice-link {
  display: block;
  width: 360px;
  width: 22.5rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .16));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .16));
}
@media screen and (min-width: 768px) {
  .p-header__mice-link {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__mice-link {
    width: 22.5rem;
  }
}

.p-header__mice-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__mice-cross {
  display: block;
  width: 30px;
  width: 1.875rem;
  position: absolute;
  top: -16px;
  top: -1rem;
  right: -16px;
  right: -1rem;
  z-index: 3;
  cursor: pointer;
}

.p-header__mice-cross img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-heart {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-heart {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-heart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-heart__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.25rem;
    max-width: 81.25rem;
  }
}

.p-heart__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-heart__title-ja {
  font-family: "source-han-serif-jp-subset", sans-serif;
  /* font-weight: 500; */
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #fafafa;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-heart__title-ja {
    font-size: clamp(18px, 2vw, 24px);
  }
}
@media screen and (min-width: 1540px) {
  .p-heart__title-ja {
    font-size: 2rem;
  }
}

.p-heart__text {
  letter-spacing: 0.1em;
  line-height: 2.25;
  color: #fafafa;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-heart__text {
    font-size: clamp(14px, 2vw, 14px);
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-heart__text {
    font-size: 1rem;
  }
}

.p-heart__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-heart__img {
    max-width: 31.25rem;
  }
}

.p-heart__img img {
  aspect-ratio: 500/300;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /* font-weight: 700; */
  font-weight: 400;
  color: #222;
}

.p-home-topics__category {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 240px;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
     object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-home-topics__btn-text {
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #222;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-information {
  background: url(../images/webp/information_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-information {
    padding-top: 10.375rem;
    padding-bottom: 12.5rem;
  }
}

.p-information__content {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-information__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__cards {
    margin-top: 2.8125rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-information__card {
  border-radius: 0.5rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
  background: #fafafa;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-information__card {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    padding-bottom: 2.5rem;
  }
}

.p-information__card-header {
  background: #7f7351;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
  border-radius: 0.625rem;
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.p-information__card-title {
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  line-height: 1.4583333333;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-information__card-title {
    font-size: clamp(16px, 2vw, 18px);
  }
}
@media screen and (min-width: 1540px) {
  .p-information__card-title {
    font-size: 1.5rem;
  }
}

.p-information__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-information__card-body {
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.5625rem;
  }
}

.p-information__card-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-information__card-img {
    max-width: 16.25rem;
  }
}

.p-information__card-img img {
  aspect-ratio: 260/180;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-information__card-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-information__card-text {
    max-width: 14.375rem;
  }
}

.p-information__card-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-information__card-text p {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-information__card-text p {
    font-size: 1rem;
  }
}

.p-information__amenity {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-information__amenity {
    margin-top: 6.25rem;
  }
}

/* レイアウト画像モーダル */
.p-layout-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.p-layout-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-layout-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  cursor: pointer;
}

.p-layout-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  max-width: 90%;
  width: 90%;
  max-height: 90vh;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 10000;
}
.p-layout-modal.is-active .p-layout-modal__content {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-layout-modal__content {
    width: auto;
    width: initial;
  }
}

.p-layout-modal__close {
  position: absolute;
  top: -40px;
  top: -2.5rem;
  right: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  padding: 0;
  z-index: 10001;
}
.p-layout-modal__close:hover {
  opacity: 0.7;
}

.p-layout-modal__figure {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-layout-modal__image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

/* モーダルが開いている時のbody */
body.modal-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-layout-modal__content {
    max-width: 80%;
  }
  .p-layout-modal__close {
    top: -3.125rem;
    right: -0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3.125rem;
  }
}
.p-lists {
  z-index: 1000;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  border-left: 1px solid #2e4f77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-lists {
    display: block;
    padding-bottom: 0;
    padding-bottom: initial;
    padding-top: 0;
    padding-top: initial;
    left: 1.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    mix-blend-mode: difference;
    color: #f5f2e8;
  }
}

.p-lists.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .p-lists__list + .p-lists__list {
    margin-top: 0.9375rem;
  }
}

.p-lists__link {
  display: inline-block;
  color: #f5f2e8;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-lists__link {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-lists__link {
    font-size: 0.875rem;
  }
}

.p-lists__link.is-active {
  opacity: 1;
}

.p-location {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-location {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-location--suite {
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-location--suite {
    padding-top: 6.25rem;
  }
}

.p-location__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-location__title-wrapper {
    text-align: center;
  }
}

.p-location__title {
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fafafa;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-location__title {
    font-size: 2rem;
  }
}

.p-location__text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-location__text-wrapper {
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-location__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-location__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-location__text {
    font-size: 1.375rem;
  }
}

.fz18 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fz18 {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .fz18 {
    font-size: 1.125rem;
  }
}

.p-location__map {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-location__map {
    margin-top: 6.25rem;
  }
}

.p-location__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 355/355;
}
@media screen and (min-width: 768px) {
  .p-location__map iframe {
    aspect-ratio: 1400/600;
  }
}

.p-location__hotel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 48px;
  margin-top: 3rem;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-location__hotel {
    gap: 3.75rem;
    margin-top: 6.25rem;
    grid-template-columns: 37.5rem 1fr;
  }
}

.p-location__img {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-location__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-location__hotel-title {
  color: #fafafa;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  line-height: 1.4090909091;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-location__hotel-title {
    font-size: clamp(16px, 2vw, 16px);
  }
}
@media screen and (min-width: 1540px) {
  .p-location__hotel-title {
    font-size: 1.375rem;
  }
}

.p-location__dl {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-location__dl {
    margin-top: 1.875rem;
  }
}

.p-location__row {
  border-top: 1px solid #2f4f77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-location__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    gap: 3rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-location__row {
    gap: 4rem;
  }
}

.p-location__row:last-child {
  border-bottom: 1px solid #2f4f77;
}

.p-location__dt {
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-location__dt {
    font-size: clamp(14px, 2vw, 14px);
    width: 7.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-location__dt {
    width: 5rem;
    font-size: 1rem;
  }
}

.p-location__dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-location__dd {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-location__dd {
    font-size: 1rem;
  }
}

.p-location__trafic {
  width: 100%;
  margin-inline: auto;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-location__trafic {
    max-width: 75rem;
    margin-top: 6.25rem;
  }
}

.p-location__trafic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  border-top: 1px solid #2f4f77;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-location__trafic-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-location__trafic-row {
    gap: 6.25rem;
  }
}

.p-location__trafic-row:last-child {
  border-bottom: none;
  border-bottom: 1px solid #2f4f77;
}

.p-location__trafic-dt {
  font-weight: 400;
  color: #fafafa;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-location__trafic-dt {
    font-size: clamp(16px, 2vw, 18px);
    white-space: nowrap;
  }
}
@media screen and (min-width: 1540px) {
  .p-location__trafic-dt {
    width: 13.75rem;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-location__trafic-dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-location__trafic-text {
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-location__trafic-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-location__trafic-text {
    font-size: 1rem;
  }
}

.p-location__swiper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-location__swiper {
    margin-top: 6.25rem;
  }
}

.p-lunch {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lunch {
    padding-bottom: 13.125rem;
  }
}

.p-lunch__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-meal {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-meal {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-meal__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-meal__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-meal__text {
    margin-top: 3.75rem;
  }
}

.p-meal__text-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-meal__text-item {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-meal__text-item {
    font-size: 1.125rem;
  }
}

.p-meal__swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-meal__swiper {
    margin-top: 3.75rem;
  }
}

.p-meal__img img {
  aspect-ratio: 810/540;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-meal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-meal__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-meal--lunch .p-menu__price,
.p-meal--lunch .p-menu__price span,
.p-meal--lunch .p-menu__tax,
.p-meal--lunch .p-menu__text-right,
.p-meal--lunch .p-menu__double-title {
  color: #fff;
}

.p-meal__date {
  text-align: center;
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-meal__date {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    margin-top: 3.75rem;
  }
}

.p-meal__date::before {
  position: absolute;
  content: "";
  background: #020818;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.p-meal__date-text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  line-height: 1.4583333333;
  color: #f5f2e8;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-meal__date-text {
    font-size: 1.5rem;
  }
}

.p-meal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-meal__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5rem;
  }
}

.p-meal__menu-text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 2.7272727273;
  color: #cdd2d8;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-meal__menu-text {
    font-size: clamp(18px, 2vw, 18px);
  }
}
@media screen and (min-width: 1540px) {
  .p-meal__menu-text {
    font-size: 1.375rem;
  }
}

.p-meal__menu-line {
  height: 1px;
  width: 100%;
  background: #2f4f77;
}

.p-meal__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-meal__big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    margin-top: 2.5rem;
  }
}

.p-meal__big-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-meal__big-img {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-meal__big-img {
    max-width: 43.75rem;
  }
}

.p-meal__big-img img {
  aspect-ratio: 750/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.pt0 {
  padding-top: 0;
  padding-top: initial;
}

.p-menu__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-menu__detail {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-menu__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.6875rem;
  }
}

.p-menu__detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-menu__title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-menu__title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.425;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-menu__title {
    font-size: 2.5rem;
  }
}

.p-menu__tag {
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  background: #9b0030;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-menu__tag {
    font-size: clamp(14px, 2vw, 14px);
    padding: 0.3125rem 1.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__tag {
    font-size: 1rem;
  }
}

.p-menu__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-menu__price {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  color: #9b0030;
}
@media screen and (min-width: 768px) {
  .p-menu__price {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__price {
    font-size: 1.875rem;
  }
}

.p-menu__price span {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.45;
  color: #9b0030;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-menu__price span {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__price span {
    font-size: 1.25rem;
  }
}

.p-menu__tax {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.4285714286;
  color: #9b0030;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__tax {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__tax {
    font-size: 0.875rem;
  }
}

.p-menu__text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu__text-wrapper {
    margin-top: 1.875rem;
  }
}

.p-menu__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-menu__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__text {
    font-size: 1.125rem;
  }
}

.p-menu__text-small {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-menu__text-small {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__text-small {
    font-size: 1rem;
  }
}

.p-menu__double {
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__double {
    margin-top: 6.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25rem;
  }
}

.p-menu__double-img img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-menu__double-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-menu__double-detail {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-menu__double-title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.425;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-menu__double-title {
    font-size: clamp(20px, 2vw, 28px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__double-title {
    font-size: 2.5rem;
  }
}

.p-menu__double-tag {
  color: #fff;
  font-family: "source-han-serif-jp-subset", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  /* font-weight: 700; */
  font-weight: 400;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  background: #9b0030;
}
@media screen and (min-width: 768px) {
  .p-menu__double-tag {
    padding: 0.3125rem 1.25rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__double-tag {
    font-size: 1rem;
  }
}

.p-menu__price-wrapper--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-menu__price-wrapper--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-menu__text-right {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-menu__text-right {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__text-right {
    font-size: 0.875rem;
  }
}

.p-menu__triple {
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu__triple {
    margin-top: 6.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.0625rem;
  }
}

.p-menu__triple .p-menu__double-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-menu__triple .p-menu__double-title {
    font-size: clamp(18px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__triple .p-menu__double-title {
    font-size: 1.75rem;
  }
}

.p-menu__triple .p-menu__double-detail {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu__triple .p-menu__double-detail {
    margin-top: 1.25rem;
  }
}

.p-menu__triple .p-menu__text-wrapper {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-menu__triple .p-menu__text-wrapper {
    margin-top: 0.625rem;
  }
}

.p-menu__triple .p-menu__text-right {
  margin-top: 0;
  margin-top: initial;
}

.p-menu__triple .p-menu__double-img img {
  aspect-ratio: 390/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.mt80 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 5rem;
  }
}

.mt0 {
  margin-top: 0;
  margin-top: initial;
}

.mt120 {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .mt120 {
    margin-top: 7.5rem;
  }
}

.mt100 {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 6.25rem;
  }
}

.p-menu__table {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__table {
    margin-top: 5rem;
  }
}

.p-menu__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #2f4f77;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu__table-row {
    padding: 1.875rem 1.25rem;
  }
}

.p-menu__table-row:first-child {
  border-top: 1px solid #2f4f77;
}

.p-menu__table-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menu__table-title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.4166666667;
  color: #fafafa;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-menu__table-title {
    font-size: 1.75rem;
  }
}

.p-menu__table-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
  color: #fafafa;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu__table-desc {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__table-desc {
    font-size: 0.875rem;
  }
}

.p-menu__table-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu__table-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 1.875rem;
  }
}

.p-menu__table-price {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1;
  color: #fafafa;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-menu__table-price {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__table-price {
    font-size: 1.75rem;
  }
}

.p-menu__table-price span {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-menu__table-price span {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__table-price span {
    font-size: 0.875rem;
  }
}

.p-menu__table-tax {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fafafa;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-menu__table-tax {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__table-tax {
    font-size: 0.875rem;
  }
}

.p-menu__double-title--small {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu__double-title--small {
    font-size: 1.875rem;
  }
}

.p-menu__bottom-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__bottom-wrapper {
    margin-top: 3.125rem;
  }
}

.p-menu__bottom-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-menu__bottom-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__bottom-text {
    font-size: 0.875rem;
  }
}

.p-menu__invite {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-menu__invite {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__invite {
    margin-top: 9.375rem;
  }
}

.p-menu__invite-box {
  border-left: 1px solid #f5f2e8;
  border-right: 1px solid #f5f2e8;
  border-bottom: 1px solid #f5f2e8;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu__invite-box {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: -0.5625rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__invite-box {
    margin-top: -1rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-menu__invite-title {
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 1.4583333333;
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #fafafa;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu__invite-title {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__invite-title {
    font-size: 1.5rem;
  }
}

.p-menu__invite-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-menu__invite-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.p-menu__invite-line {
  height: 1px;
  width: 100%;
  background: #f5f2e8;
}

.mt50 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 3.125rem;
  }
}

.pt68 {
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pt68 {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1540px) {
  .pt68 {
    padding-top: 4.25rem;
  }
}

.p-menu__invite__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-menu__invite__row {
    gap: 7.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-menu__invite__row:last-child {
  padding-top: 12px;
  padding-top: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  border-top: 1px solid #2f4f77;
}
@media screen and (min-width: 768px) {
  .p-menu__invite__row:last-child {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-menu__invite__row-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2222222222;
  color: #fafafa;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-menu__invite__row-text {
    width: 12.5rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__invite__row-text {
    width: 8.125rem;
    font-size: 1.125rem;
  }
}

.p-menu__invite-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2222222222;
  color: #fafafa;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-menu__invite-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-menu__invite-text {
    font-size: 1.125rem;
  }
}

.font-white {
  color: #fafafa;
}

.font-white span {
  color: #fafafa;
}

.fz30 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .fz30 {
    font-size: clamp(16px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .fz30 {
    font-size: 1.875rem;
  }
}

.mt60 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .mt60 {
    margin-top: 3.75rem;
  }
}

.fz28 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .fz28 {
    font-size: clamp(16px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .fz28 {
    font-size: 1.75rem;
  }
}

.mt40 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 2.5rem;
  }
}

.fz30 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .fz30 {
    font-size: clamp(16px, 2vw, 22px);
  }
}
@media screen and (min-width: 1540px) {
  .fz30 {
    font-size: 1.875rem;
  }
}

.p-mv {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 14.6875rem;
  }
}

.p-mv__inner {
  max-width: 1640px;
  max-width: 102.5rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-mv__title {
  position: relative;
  z-index: 2;
}

.p-mv__title-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__title-text {
    max-width: 40.625rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-mv__title-text {
    max-width: 50rem;
  }
}

.p-mv__title-text img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-mv__img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: -150px;
  margin-top: -9.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.p-mv__img img {
  aspect-ratio: 1860/1080;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-other {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-other {
    padding-bottom: 12.5rem;
  }
}

.p-other__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-other__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.p-other__title-text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.7272727273;
  font-weight: 400;
  color: #cdd2d8;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-other__title-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-other__title-text {
    font-size: 1.375rem;
  }
}

.p-other__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  width: 100%;
  background: #2f4f77;
}

.p-other__cards {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-other__cards {
    margin-top: 3.125rem;
  }
}

.p-other__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-other__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-other__card {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-other__card {
    max-width: 25rem;
  }
}

.p-other__card-img img {
  aspect-ratio: 400/200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
}

.p-other__card-bg {
  position: relative;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  text-align: center;
}

.p-other__card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e4f77;
  mix-blend-mode: multiply;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
}

.p-other__card-name {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-other__card-name {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-other__card-name {
    font-size: 1.125rem;
  }
}

.p-page-mv {
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    padding-top: 13.875rem;
  }
}

.p-page-mv__inner {
  max-width: 1720px;
  max-width: 107.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-page-mv__content {
  position: relative;
}

.p-page-mv__img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-page-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 750/480;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    aspect-ratio: 1860/670;
  }
}

.p-page-mv__detail {
  position: absolute;
  top: 50%;
  left: 40px;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail {
    width: 100%;
  }
}

.p-page-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-page-mv__title-ja {
  /* font-weight: 500; */
  font-weight: 400;
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__title-ja {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-page-mv__title-ja {
    font-size: 5rem;
  }
}

.p-page-mv__title-en {
  letter-spacing: 0.05em;
  color: #fafafa;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__title-en {
    font-size: 1.625rem;
    padding-left: 2.5rem;
  }
}

.p-page-mv__title-en::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(transparent));
  background: linear-gradient(to right, #fafafa, transparent);
}

.p-pagination {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 6.25rem;
  }
}

.p-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers {
    gap: 0.75rem;
  }
}

.p-pagination .page-numbers li {
  list-style: none;
}

.p-pagination .page-numbers a,
.p-pagination .page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  min-width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
  border: 1px solid #2f4f77;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers a,
  .p-pagination .page-numbers span {
    min-width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
  }
}

.p-pagination .page-numbers a:hover {
  background: rgba(79, 195, 224, .2);
  border-color: #4fc3e0;
  color: #4fc3e0;
}

.p-pagination .page-numbers .current {
  background: #4fc3e0;
  border-color: #4fc3e0;
  color: #fff;
  /* font-weight: 700; */
  font-weight: 400;
}

.p-pagination .page-numbers .prev,
.p-pagination .page-numbers .next {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers .prev,
  .p-pagination .page-numbers .next {
    font-size: 1.5rem;
  }
}

.p-pagination .page-numbers .dots {
  border: none;
  color: rgba(250, 250, 250, .5);
  min-width: 30px;
  min-width: 1.875rem;
  cursor: default;
}

.p-pagination .page-numbers .dots:hover {
  background: transparent;
  border: none;
  color: rgba(250, 250, 250, .5);
}

.p-parking {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-parking {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-parking__content {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  margin-inline: auto;
}

.p-parking__row {
  display: grid;
  grid-template-columns: 1fr;
  direction: rtl;
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-parking__row {
    margin-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-parking__row {
    margin-top: 3.75rem;
    grid-template-columns: 40.625rem 30.625rem;
    gap: 3.75rem;
  }
}

.p-parking__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-parking__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  direction: ltr;
  direction: initial;
}
@media screen and (min-width: 768px) {
  .p-parking__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-parking__text {
    font-size: 1.125rem;
  }
}

.p-parking__grid {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-parking__grid {
    margin-top: 7.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.p-parking__detail {
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-parking__subTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fafafa;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-parking__subTitle {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-parking__subTitle {
    font-size: 1.375rem;
  }
}

.p-parking__subText {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-parking__subText {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-parking__subText {
    font-size: 1rem;
  }
}

.p-qa {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.p-qa__title-wrapper {
  text-align: center;
}

.p-qa__title {
  color: #696969;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.065em;
}
@media screen and (min-width: 768px) {
  .p-qa__title {
    font-size: 1.625rem;
  }
}

.p-qa__block {
  max-width: 846px;
  max-width: 52.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__block {
    margin-top: 2.5rem;
  }
}

.p-qa__summary {
  color: #fff;
  cursor: pointer;
  position: relative;
  list-style: none;
  border-top: 1px solid #2f4f77;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__summary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}

.p-qa__summary--last {
  border-bottom: 1px solid #2f4f77;
}

.p-qa__summary::before {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  background: #696969;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-qa__summary::after {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  background: #696969;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-qa__summary--service::before {
  background: #fafafa;
}

.p-qa__summary--service::after {
  background: #fafafa;
}

.p-qa__summary.is-opened::before,
details[open] .p-qa__summary::before {
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
  top: 50%;
}

.p-qa__ttl {
  font-size: 16px;
  font-size: 1rem;
  /* font-weight: 700; */
  font-weight: 400;
  position: relative;
  color: #2e4f77;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl {
    font-size: clamp(16px, 2vw, 18px);
  }
}
@media screen and (min-width: 1540px) {
  .p-qa__ttl {
    font-size: 1.625rem;
  }
}

.p-qa__ttl--service {
  color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl--service {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-qa__ttl--service {
    font-size: 1.5rem;
  }
}

.p-qa__ttl span {
  /* font-weight: 500; */
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl span {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-qa__ttl span {
    font-size: 1.25rem;
  }
}

.p-qa__inner {
  overflow: hidden;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.p-qa__wrap {
  border-top: 1px dotted #c7c1b0;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-qa__wrap--service {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-qa__wrap--service {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-qa__txt {
  font-weight: 400;
  position: relative;
  color: #333;
  line-height: 2.25;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 17px;
  padding-left: 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__txt {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-qa__txt {
    font-size: 1rem;
  }
}

.p-qa__txt::before {
  content: "";
  display: inline-block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #2e4f77;
  top: 14px;
  top: 0.875rem;
  left: 0;
  border-radius: 9999px;
  position: absolute;
}

.p-qa__txt + .p-qa__txt {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-qa__txt + .p-qa__txt {
    margin-top: 1.25rem;
  }
}

.p-qa__service-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-qa__service-list-text {
  font-weight: 400;
  color: #fafafa;
  line-height: 2.25;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__service-list-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-qa__service-list-text {
    font-size: 1rem;
  }
}

.p-qa__service-list-text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 3px;
  height: 0.1875rem;
  background: #fafafa;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-qa__service-list-text + .p-qa__service-list-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-reserve {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-reserve {
    overflow-x: visible;
    overflow-x: initial;
  }
}

.p-reserve__agreement {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reserve__agreement {
    margin-top: 3.125rem;
    gap: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-reserve__agreement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020818;
}

.p-reserve__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}

.p-reserve__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.p-reserve__checkbox + .p-reserve__checkbox-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 0.3125rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-reserve__checkbox + .p-reserve__checkbox-text::before {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.9375rem;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 0.3125rem;
  }
}

.p-reserve__checkbox:checked + .p-reserve__checkbox-text::before {
  background-color: #333;
}

.p-reserve__checkbox:checked + .p-reserve__checkbox-text::after {
  /* content: "";
  position: absolute;
  left: rem(10);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: rem(10);
  height: rem(18);
  border: solid #07182b;
  border-width: 0 3px 3px 0; */
}

.p-reserve__checkbox:hover + .p-reserve__checkbox-text::before {
  border-color: #e8c2c2;
}

.p-reserve__checkbox:focus + .p-reserve__checkbox-text::before {
  -webkit-box-shadow: 0 0 0 3px rgba(232, 194, 194, .3);
          box-shadow: 0 0 0 3px rgba(232, 194, 194, .3);
}

.p-reserve__checkbox-text {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__checkbox-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-reserve__checkbox-text {
    font-size: 1.25rem;
    padding-left: 2.8125rem;
  }
}

.p-reserve__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__button-wrapper {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-reserve__button-wrapper {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-reserve__tel-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__tel-wrapper {
    margin-top: 1.875rem;
  }
}

.p-reserve__tel {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-reserve__tel {
    font-size: 2.875rem;
  }
}

.p-reserve__small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-reserve__small {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (min-width: 1540px) {
  .p-reserve__small {
    font-size: 1.125rem;
  }
}

.p-reserve__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e8c2c2;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 80px;
  height: 5rem;
  gap: 12px;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reserve__button {
    width: 50rem;
    height: 9.375rem;
    gap: 1.25rem;
  }
}

.p-reserve__button:hover:not(:disabled) {
  background-color: #006666;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.p-reserve__button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.p-reserve__button-icon {
  width: 20px;
  width: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-reserve__button-icon {
    width: 2.1875rem;
  }
}

.p-reserve__button-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-reserve__button-text {
  font-size: 16px;
  font-size: 1rem;
  color: #07182b;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-reserve__button-text {
    font-size: 1.875rem;
  }
}

.p-reserve__title-wrapper {
  text-align: center;
}

.p-reserve::after {
  content: "Reservation Reservation Reservation Reservation Reservation Reservation";
  position: absolute;
  top: 24px;
  top: 1.5rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-size: 80px;
  font-size: 5rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: rgba(46, 79, 119, .2);
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
  -webkit-animation: scroll-text 30s linear infinite;
          animation: scroll-text 30s linear infinite;
  z-index: -1;
  pointer-events: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-reserve::after {
    font-size: 12.5rem;
  }
}

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@keyframes scroll-text {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.p-reserve__title {
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.2em;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__title {
    font-size: 2rem;
  }
}

.p-reserve__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reserve__text-wrapper {
    margin-top: 6.25rem;
  }
}

.p-reserve__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-reserve__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-reserve__text {
    font-size: 1.125rem;
  }
}

.p-reserve__link {
  /* font-weight: 700; */
  font-weight: 400;
  text-decoration: underline;
}

.p-reserve__button-wrapper--service {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__button-wrapper--service {
    margin-top: 6.3125rem;
  }
}

.p-reserve__button--service {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-reserve__tel-wrapper--service {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reserve__tel-wrapper--service {
    margin-top: 3.125rem;
  }
}

.p-reserve__small--service {
  text-align: center;
}

.p-reserve__button-text--service {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
}

.p-rooms {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: url(../images/webp/room_bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-rooms {
    padding-top: 11.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-rooms--stay {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.pt60 {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-rooms__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-rooms__tabs {
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .p-rooms__tabs {
    margin-top: 6.25rem;
    gap: 5rem;
  }
}

.p-rooms__tabs--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 840px;
  max-width: 52.5rem;
  gap: 16px;
  gap: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-rooms__tabs--menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}

.p-rooms__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.075em;
  /* font-weight: 500; */
  font-weight: 400;
  border-bottom: 2px solid #f5f2e8;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__tab {
    padding: 1.25rem 1.875rem;
    font-size: 1.5rem;
  }
}
.p-rooms__tab:hover {
  background: #f5f5f5;
}
.p-rooms__tab--active {
  color: #333;
  border-bottom-color: #2c5f8d;
  /* font-weight: 700; */
  font-weight: 400;
}

.p-rooms__panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__panel {
    margin-top: 6.6875rem;
  }
}
.p-rooms__panel--active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-rooms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
}

.p-rooms__item--stay {
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__item--stay {
    gap: 3.75rem;
  }
}

.p-rooms__item + .p-rooms__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__item + .p-rooms__item {
    margin-top: 6.25rem;
  }
}

.p-rooms__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rooms__img {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__img {
    max-width: 46.875rem;
  }
}

.p-rooms__img--stay {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rooms__img--stay {
    max-width: 27.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__img--stay {
    max-width: 41.25rem;
  }
}

.p-rooms__img img {
  aspect-ratio: 750/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-rooms__img--stay img {
  aspect-ratio: 660/440;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-rooms__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rooms__detail {
    max-width: 29.375rem;
  }
}

.p-rooms__name {
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  color: #333;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-rooms__name {
    text-align: left;
    text-align: initial;
    font-size: 1.875rem;
  }
}

.p-rooms__name--stay {
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-rooms__name--stay {
    font-size: 2.125rem;
  }
}

.p-rooms__description {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-weight: 400;
  color: #333;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__description {
    margin-top: 1.5rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__description {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-rooms__description--stay {
  color: #fafafa;
}
@media screen and (min-width: 1540px) {
  .p-rooms__description--stay {
    max-width: 37.5rem;
    font-size: 1.125rem;
  }
}

.p-rooms__info {
  /* margin-top: rem(20);
  @include mq(md) {
    margin-top: rem(30);
  } */
}

.p-rooms__info-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  gap: 0.5rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #c7c1b0;
}
@media screen and (min-width: 768px) {
  .p-rooms__info-row {
    grid-template-columns: 6.25rem 1fr;
    gap: 2.5rem;
    padding: 0.625rem 0;
  }
}

.p-rooms__info-row--stay {
  gap: initial;
}

.p-rooms__info-label {
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2.5714285714;
}
@media screen and (min-width: 768px) {
  .p-rooms__info-label {
    font-size: clamp(14px, 2vw, 14px);
    white-space: nowrap;
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__info-label {
    font-size: 0.875rem;
  }
}

.p-rooms__info-label--stay {
  color: #fafafa;
}

.p-rooms__info-value {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5714285714;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-rooms__info-value {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__info-value {
    font-size: 0.875rem;
  }
}

.p-rooms__info-value--stay {
  color: #fafafa;
}

.p-rooms__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 7px;
  gap: 0.4375rem;
}

.p-rooms__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
  height: 3.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.1875rem;
  position: relative;
  background: #051026;
}

.p-rooms__button-blue {
  background: #2a4766;
}

.p-rooms__top-textWrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__top-textWrapper {
    margin-top: 3.75rem;
  }
}

.p-rooms__top-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-rooms__top-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__top-text {
    font-size: 1.125rem;
  }
}

.p-rooms__button-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fafafa;
  line-height: 2.2222222222;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-rooms__button-text {
    font-size: clamp(16px, 2vw, 16px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__button-text {
    font-size: 1.125rem;
  }
}

.p-rooms__button-icon {
  width: 15px;
  width: 0.9375rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-rooms__button-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-rooms__all {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-rooms__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-rooms__all-title {
  font-size: 22px;
  font-size: 1.375rem;
  /* font-weight: 700; */
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 2.7272727273;
  color: #2e4f77;
  font-family: "source-han-serif-jp-subset", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-rooms__all-title {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__all-title {
    font-size: 1.375rem;
  }
}

.p-rooms__all-line {
  width: 100%;
  height: 1px;
  background: #f5f2e8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="2" result="offsetblur" /><feFlood flood-color="rgba(199,193,176,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 1px 0 #c7c1b0);
          filter: drop-shadow(0 1px 0 #c7c1b0);
}

.p-rooms__all-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-rooms__all-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__all-text {
    font-size: 1rem;
  }
}

.p-rooms__all-text span {
  /* font-weight: 700; */
  font-weight: 400;
}

.p-rooms__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  margin-top: 3.75rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__qa {
    gap: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mt66 {
    margin-top: 4.125rem;
  }
}

.p-rooms__qa-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rooms__qa-img {
    max-width: 25rem;
  }
}

.p-rooms__qa-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-rooms__menu {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__menu {
    margin-top: 3.75rem;
  }
}

.mt50 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 3.125rem;
  }
}

.p-rooms__kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-rooms__kind-text {
  color: #cdd2d8;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  line-height: 2.7272727273;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__kind-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__kind-text {
    font-size: 1.375rem;
  }
}

.p-rooms__line {
  width: 100%;
  height: 1px;
  background: #2f4f77;
}

.p-rooms__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-rooms__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.9375rem;
  }
}

.p-rooms__flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-rooms__flex-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.625rem;
    position: sticky;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 10rem;
  }
}

.p-rooms__flex-title-ja {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.7272727273;
  color: #fafafa;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-rooms__flex-title-ja {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: clamp(18px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__flex-title-ja {
    font-size: 1.375rem;
  }
}

.p-rooms__flex-title-en {
  color: #fafafa;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-rooms__flex-title-en {
    font-size: clamp(40px, 2vw, 48px);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__flex-title-en {
    font-size: 3.75rem;
  }
}

.p-rooms__vertical-img img {
  aspect-ratio: 1140/650;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-rooms__vertical-detail {
  display: grid;
  margin-top: 24px;
  margin-top: 1.5rem;
  grid-template-columns: 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-rooms__vertical-detail {
    gap: 4rem;
    grid-template-columns: 50% 40%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-rooms__vertical-detail {
    gap: 7.5rem;
    margin-top: 2.8125rem;
    grid-template-columns: 37.5rem 26.25rem;
  }
}

.mt160 {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .mt160 {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 1540px) {
  .fz16 {
    font-size: 1rem;
  }
}

.p-rooms__tab--active {
  position: relative;
}

.p-rooms__tab--active::before {
  position: absolute;
  content: "";
  background: url(../images/webp/tab_active.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 20/7;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -8px;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bt {
  border-top: 1px solid #c7c1b0;
}

.mt40 {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 2.5rem;
  }
}

.p-service {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-bottom: 12.5rem;
  }
}

.p-service__content {
  max-width: 1300px;
  max-width: 81.25rem;
  width: 100%;
  margin-left: auto;
}

.p-service__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    max-width: 20rem;
  }
}

.p-service__img img {
  aspect-ratio: 320/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-service__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__bottom {
    margin-top: 2.5rem;
  }
}

.p-service__bottom-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-service__bottom-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-service__bottom-text {
    font-size: 0.875rem;
  }
}

.p-service__reserve {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-service__reserve {
    margin-top: 15.625rem;
  }
}

.p-single-news {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-news {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}

.p-single-news__header {
  max-width: 1000px;
  max-width: 62.5rem;
  margin-inline: auto;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #2f4f77;
}
@media screen and (min-width: 768px) {
  .p-single-news__header {
    padding-bottom: 3rem;
    margin-bottom: 3.75rem;
  }
}

.p-single-news__title {
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-single-news__title {
    font-size: clamp(20px, 3vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__title {
    font-size: 1.75rem;
  }
}

.p-single-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-single-news__meta {
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-single-news__date {
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .p-single-news__date {
    font-size: 1rem;
  }
}

.p-single-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  height: 1.75rem;
  padding: 0 16px;
  padding: 0 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: rgba(232, 194, 194, .9);
  border-radius: 0.1875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-single-news__category {
    height: 2rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
  }
}

.p-single-news__content {
  max-width: 1000px;
  max-width: 62.5rem;
  margin-inline: auto;
  /* 段落 */
  /* 最初の段落 */
  /* 見出し */
  /* リスト */
  /* リンク */
  /* 画像 */
  /* 囲み系（Gutenbergブロックでよく出る） */
  /* 引用 */
  /* テーブル */
  /* コード */
  /* インラインコード */
  /* WordPress ブロックエディタ関連 */
  /* 強調 */
  /* 斜体 */
}
.p-single-news__content p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  color: #fafafa;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-news__content p {
    font-size: clamp(14px, 2vw, 14px);
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__content p {
    font-size: 1.125rem;
  }
}
.p-single-news__content > p:first-child {
  margin-top: 0;
}
.p-single-news__content h1 {
  font-size: 24px;
  font-size: 1.5rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  position: relative;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h1 {
    margin-top: 6.25rem;
    font-size: 2.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-single-news__content h1::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4fc3e0), to(transparent));
  background: linear-gradient(90deg, #4fc3e0 0%, transparent 100%);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.p-single-news__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h2 {
    margin-top: 5rem;
    font-size: 1.75rem;
    padding-bottom: 1rem;
  }
}
.p-single-news__content h2::after {
  position: absolute;
  content: "";
  background: #2f4f77;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.p-single-news__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h3 {
    margin-top: 3.75rem;
    font-size: 1.5rem;
    padding-left: 1.5rem;
  }
}
.p-single-news__content h3::before {
  position: absolute;
  content: "";
  background: #4fc3e0;
  width: 5px;
  width: 0.3125rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h3::before {
    width: 0.375rem;
  }
}
.p-single-news__content h4 {
  font-size: 16px;
  font-size: 1rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  margin-top: 32px;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h4 {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
}
.p-single-news__content h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  margin-top: 28px;
  margin-top: 1.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h5 {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}
.p-single-news__content h6 {
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  font-weight: 400;
  color: #fafafa;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content h6 {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.p-single-news__content ul {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ul {
    margin-top: 1.5rem;
  }
}
.p-single-news__content ul li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  color: #fafafa;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ul li {
    font-size: clamp(14px, 2vw, 14px);
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__content ul li {
    font-size: 1.125rem;
  }
}
.p-single-news__content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background: #4fc3e0;
  border-radius: 50%;
  left: 8px;
  left: 0.5rem;
  top: 16px;
  top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ul li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1.125rem;
  }
}
.p-single-news__content ul li + li {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-single-news__content ol {
  margin-top: 20px;
  margin-top: 1.25rem;
  counter-reset: list-counter;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ol {
    margin-top: 1.5rem;
  }
}
.p-single-news__content ol li {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  color: #fafafa;
  font-weight: 400;
  counter-increment: list-counter;
}
@media screen and (min-width: 768px) {
  .p-single-news__content ol li {
    font-size: clamp(14px, 2vw, 14px);
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__content ol li {
    font-size: 1.125rem;
  }
}
.p-single-news__content ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  color: #4fc3e0;
  /* font-weight: 700; */
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.p-single-news__content ol li + li {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-single-news__content a {
  color: #4fc3e0;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0.05em;
}
.p-single-news__content a:hover {
  opacity: 0.7;
}
.p-single-news__content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content img {
    margin-top: 2rem;
  }
}
.p-single-news__content figure {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content figure {
    margin-top: 2rem;
  }
}
.p-single-news__content figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: rgba(250, 250, 250, .7);
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-news__content figcaption {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.p-single-news__content blockquote {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
  background: rgba(47, 79, 119, .2);
  border-left: 4px solid #4fc3e0;
  border-left: 0.25rem solid #4fc3e0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  color: #fafafa;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content blockquote {
    margin-top: 2rem;
    padding: 2rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__content blockquote {
    font-size: 1.125rem;
  }
}
.p-single-news__content table {
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-collapse: collapse;
  border-radius: 0.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-news__content table {
    margin-top: 2rem;
  }
}
.p-single-news__content table th,
.p-single-news__content table td {
  padding: 16px;
  padding: 1rem;
  border: 1px solid #2f4f77;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-news__content table th,
  .p-single-news__content table td {
    padding: 1.25rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-single-news__content table th,
  .p-single-news__content table td {
    font-size: 1rem;
  }
}
.p-single-news__content table th {
  background: rgba(47, 79, 119, .3);
  /* font-weight: 700; */
  font-weight: 400;
  text-align: left;
  color: #fafafa;
}
.p-single-news__content table td {
  background: rgba(47, 79, 119, .1);
  color: #fafafa;
}
.p-single-news__content pre {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 20px;
  padding: 1.25rem;
  background: rgba(0, 0, 0, .3);
  border-radius: 0.1875rem;
  overflow-x: auto;
  border: 1px solid #2f4f77;
}
@media screen and (min-width: 768px) {
  .p-single-news__content pre {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}
.p-single-news__content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-single-news__content code {
    font-size: 0.875rem;
  }
}
.p-single-news__content p code,
.p-single-news__content li code {
  background: rgba(79, 195, 224, .2);
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.1875rem;
  color: #4fc3e0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-single-news__content .wp-block-button {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-button {
    margin-top: 2rem;
  }
}
.p-single-news__content .wp-block-button__link {
  display: inline-block;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
  background: #4fc3e0;
  color: #fff;
  text-decoration: none;
  border-radius: 0.1875rem;
  /* font-weight: 700; */
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-single-news__content .wp-block-button__link:hover {
  background: #2f4f77;
  opacity: 1;
}
.p-single-news__content .wp-caption {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-caption {
    margin-top: 2rem;
  }
}
.p-single-news__content .wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(250, 250, 250, .7);
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-caption-text {
    font-size: 0.875rem;
  }
}
.p-single-news__content .wp-block-spacer {
  margin: 0;
}
.p-single-news__content .wp-block-group {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-group {
    margin-top: 2rem;
  }
}
.p-single-news__content .wp-block-columns {
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-columns {
    margin-top: 2rem;
    gap: 1.875rem;
  }
}
.p-single-news__content .wp-block-column {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-column {
    margin-top: 0;
  }
}
.p-single-news__content .wp-block-gallery {
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-gallery {
    margin-top: 2rem;
    gap: 1.25rem;
  }
}
.p-single-news__content .wp-block-image {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__content .wp-block-image {
    margin-top: 2rem;
  }
}
.p-single-news__content strong,
.p-single-news__content b {
  /* font-weight: 700; */
  font-weight: 400;
  color: #4fc3e0;
}
.p-single-news__content em,
.p-single-news__content i {
  font-style: italic;
  color: rgba(250, 250, 250, .9);
}

.p-stay-mv {
  padding-top: 160px;
  padding-top: 10rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-stay-mv {
    padding-top: 18.1875rem;
    padding-bottom: 9.375rem;
  }
}

.p-stay-mv__inner {
  max-width: 1720px;
  max-width: 107.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-stay-mv__content {
  position: relative;
}

.p-stay-mv__detail {
  position: absolute;
  top: 50%;
  left: 40px;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-submit {
  position: relative;
  background: url(../images/webp/bg_submit.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-submit {
    padding-top: 11.875rem;
    padding-bottom: 14.125rem;
  }
}

.p-submit__content {
  z-index: 2;
  position: relative;
}

.p-submit__title-wrapper {
  text-align: center;
}

.p-submit__title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  color: #fafafa;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  /* font-weight: 500; */
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-submit__title {
    font-size: clamp(18px, 2vw, 20px);
  }
}
@media screen and (min-width: 1540px) {
  .p-submit__title {
    font-size: 1.75rem;
  }
}

.p-submit__text {
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-submit__text {
    margin-top: 1.875rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-submit__text {
    font-size: 1rem;
  }
}

.p-submit__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-submit__btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-submit__btn {
  color: #3d4043;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8adad), to(#e8c2c2));
  background: linear-gradient(to bottom, #e8adad, #e8c2c2);
  width: 100%;
  height: 80px;
  height: 5rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-submit__btn {
    font-size: 1.25rem;
    width: 18.75rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-submit__btn {
    font-size: 1.625rem;
    width: 25rem;
    height: 6.25rem;
  }
}

.p-submit__btn--food {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee7d3), to(#f5f2e8));
  background: linear-gradient(to bottom, #eee7d3, #f5f2e8);
}

.p-suite-swiper {
  overflow-x: clip;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-suite-swiper__img img {
  aspect-ratio: 1300/970;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-suite-swiper__button-wrapper {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.slider5 .swiper-slide-prev,
.slider5 .swiper-slide-next {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: auto !important;
  left: initial !important;
  right: auto !important;
  right: initial !important;
}

.slider5 .swiper-slide-prev::before,
.slider5 .swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d4043;
  mix-blend-mode: multiply;
}

.p-suite-swiper__pagination {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-suite-swiper__pagination .swiper-pagination-bullet-active {
  background: #f5f2e8 !important;
}

.p-suite-swiper__pagination .swiper-pagination-bullet {
  border: 1px solid #f5f2e8;
  border-radius: 999px;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: transparent;
  opacity: 1 !important;
}

.p-suite__spec {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-suite__spec {
    margin-top: 5.4375rem;
  }
}

.p-suite__spec-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #2f4f77;
}

.p-suite__spec-header {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.p-suite__spec-header p {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  font-weight: 400;
  color: #fafafa;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-suite__spec-header p {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-suite__spec-header p {
    font-size: 1.125rem;
  }
}

.p-suite__spec-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f4f77;
  mix-blend-mode: multiply;
  z-index: 0;
}

.p-suite__spec-data {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2222222222;
  font-weight: 400;
  color: #fafafa;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-suite__spec-data {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-suite__spec-data {
    font-size: 1.125rem;
  }
}

.border-left {
  border-left: 1px solid #2f4f77;
}

.p-swiper {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-swiper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.pb170 {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .pb170 {
    padding-bottom: 10.625rem;
  }
}

.pt170 {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .pt170 {
    padding-top: 10.625rem;
  }
}

.p-swiper::after {
  position: absolute;
  content: "";
  background: #020818;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.p-swiper--top {
  position: relative;
}

.p-swiper--top::before {
  position: absolute;
  content: "";
  background: url(../images/webp/swiper_top_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1080px;
  width: 67.5rem;
  height: auto;
  aspect-ratio: 1080/664;
  -o-object-fit: cover;
     object-fit: cover;
  top: -100px;
  top: -6.25rem;
  z-index: 0;
  left: -30px;
  left: -1.875rem;
  opacity: 0.2;
}

.p-swiper--transparent {
  margin-top: 0;
  margin-top: initial;
}

.p-swiper--transparent::after {
  background: transparent;
}

.p-swiper__inner {
  max-width: 1620px;
  max-width: 101.25rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-swiper__header {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-swiper__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-swiper__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-swiper__title {
    font-size: 3rem;
  }
}

.p-swiper__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fafafa;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__subtitle {
    font-size: 1rem;
  }
}

.p-swiper__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__tabs {
    gap: 1.25rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-swiper__tab {
  background: transparent;
  color: #fafafa;
  opacity: 0.5;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__tab {
    padding: 0.375rem 1rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__tab {
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
}
.p-swiper__tab:hover {
  background: rgba(255, 255, 255, .1);
}
.p-swiper__tab--active {
  color: #fafafa;
  /* font-weight: 500; */
  font-weight: 400;
  opacity: 1;
}

.p-swiper__content {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__content {
    margin-top: 5.125rem;
  }
}

.p-swiper__block {
  border-right: 1px solid #2f4f77;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-swiper__block {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__block {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-swiper__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.3125rem;
  }
}

.p-swiper__detail {
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
}

.p-swiper__detail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  height: 2.25rem;
  background: #e8c2c2;
  border-radius: 0.1875rem;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  color: #333333;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2.2222222222;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__detail-category {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__detail-category {
    font-size: 1.125rem;
  }
}

.p-swiper__time-wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__time-wrapper {
    display: block;
    margin-top: 1.25rem;
  }
}

.p-swiper__year {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fafafa;
  line-height: 3.5714285714;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .p-swiper__year {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__year {
    font-size: 0.875rem;
  }
}

.p-swiper__date {
  font-weight: 400;
  color: #fafafa;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__date {
    font-size: 2.5rem;
  }
}

.p-swiper__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-swiper__img {
    max-width: 7.5rem;
    min-width: 7.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__img {
    max-width: 10rem;
    min-width: 10rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-swiper__img img {
  aspect-ratio: 160/160;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.1875rem;
}

.p-swiper__text {
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-weight: 400;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__text {
    margin-top: 1.875rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__text {
    font-size: 1.25rem;
  }
}

.p-swiper__link-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-swiper__link-wrapper {
    margin-top: 5rem;
  }
}

.p-swiper__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  color: #fafafa;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-swiper__link:hover {
  opacity: 0.7;
}

.p-swiper__link-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .p-swiper__link-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-swiper__link-text {
    font-size: 1.125rem;
  }
}

.p-swiper__link-icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-swiper__link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-prev {
  position: absolute;
  left: 32px;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -5.625rem;
  }
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  right: 2rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -5.625rem;
  }
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.swiper {
  position: relative;
}

.p-swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-swiper__arrows {
    width: 100%;
  }
}

.p-tab__panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-tab__panel[aria-hidden=false] {
  display: block;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-top-img {
  position: relative;
  z-index: 2;
}

.p-top-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-life {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-life {
    padding-top: 15.625rem;
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-life__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}

.p-top-life__title {
  white-space: nowrap;
}

.p-top-life__top-text {
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__top-text {
    margin-top: 0;
    margin-top: initial;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__top-text {
    font-size: 1rem;
  }
}

.p-top-life__middle {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-life__middle {
    margin-top: 5rem;
  }
}

.p-top-life__topImg {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.p-top-life__topImg img {
  aspect-ratio: 50/50;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-life__topImg img {
    aspect-ratio: initial;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-top-life__middle-detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-life__middle-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-life__middle-title {
    font-size: 3.125rem;
  }
}

.p-top-life__middle-ja {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-life__middle-ja {
    font-size: 1.25rem;
  }
}

.p-top-life__middle-text {
  margin-top: 32px;
  margin-top: 2rem;
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2.25;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-life__middle-text {
    margin-top: 3.75rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__middle-text {
    font-size: 1rem;
  }
}

.p-top-life__middle-text::before {
  content: "";
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  background-color: #fafafa;
  z-index: 1;
}

.p-top-life__middle-arrow {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
}

.p-top-life__middle-arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-life__center {
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-life__center {
    text-align: center;
    padding-top: 5rem;
  }
}

.p-top-life__center-text {
  color: #fafafa;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 1.875;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-top-life__center-text {
    font-size: clamp(14px, 2vw, 24px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__center-text {
    font-size: 2rem;
  }
}

.p-top-life__about {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__about {
    margin-top: 4.375rem;
    padding-top: 4.375rem;
  }
}

.p-top-life__about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1400/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  background: url(../images/webp/top_life_line.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-top-life__about-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9rem;
  }
}

.p-top-life__about-text {
  color: #fafafa;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__about-text {
    margin-top: 0;
    margin-top: initial;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__about-text {
    font-size: 1.125rem;
  }
}

.p-top-life__about-grid {
  display: grid;
  margin-top: 24px;
  margin-top: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__about-grid {
    gap: 2.5rem;
    margin-top: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-top-life__about-img {
  border-radius: 0.3125rem;
}

.p-top-life__about-img img {
  aspect-ratio: 320/220;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.p-top-life__about-detail {
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}

.p-top-life__about-detailTitle {
  color: #fafafa;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__about-detailTitle {
    font-size: 1.625rem;
  }
}

.p-top-life__about-detailTitle span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__about-detailTitle span {
    font-size: 2.5rem;
  }
}

.p-top-life__about-detailText {
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-life__about-detailText {
    margin-top: 0.625rem;
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__about-detailText {
    font-size: 0.875rem;
  }
}

.p-top-life__bottom {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    margin-top: 5.625rem;
  }
}

.p-top-life__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2e4f77;
  border-radius: 0.1875rem;
  height: 60px;
  height: 3.75rem;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__bottom-link {
    padding-left: 1.875rem;
    padding-right: 3.125rem;
    height: 5rem;
    width: 29.375rem;
  }
}

.p-top-life__bottom-link--black {
  background: #e8c2c2;
}

.p-top-life__bottom-text {
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-life__bottom-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-life__bottom-text {
    font-size: 1.25rem;
  }
}

.p-top-life__bottom-text--black {
  color: #333;
}

.p-top-life__icon {
  width: 15px;
  width: 0.9375rem;
}

.p-top-life__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-line__bg {
  position: relative;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-line__bg {
    padding-bottom: 8.125rem;
  }
}

.p-top-line__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #020818;
  z-index: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.p-top-news {
  padding: 64px 0 64px;
  padding: 4rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 10rem 0 12.5rem;
  }
}

.p-top-news__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__content {
    gap: 10.125rem;
  }
}

.p-top-news__content--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__header {
    margin-bottom: 5rem;
  }
}

.p-top-news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__tabs {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-top-news__tab {
  display: inline-block;
  background: url(../images/webp/tab_button.webp) no-repeat;
  background-size: 100% 100%;
  color: #fafafa;
  opacity: 0.5;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  border: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-top-news__tab {
    padding: 0.375rem 1rem;
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__tab {
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
}
.p-top-news__tab:hover {
  background: rgba(255, 255, 255, .1);
}
.p-top-news__tab--active {
  background: url(../images/webp/tab_active.webp) no-repeat;
  background-size: 100% 100%;
  color: #fafafa;
  /* font-weight: 500; */
  font-weight: 400;
  opacity: 1;
}

.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-news__item {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #2f4f77;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__item {
    grid-template-columns: auto auto 1fr;
    gap: 1.875rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-top-news__item:first-child {
  border-top: 1px solid #2f4f77;
}

.p-top-news__date {
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px) {
  .p-top-news__date {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__date {
    font-size: 0.875rem;
  }
}

.p-top-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  height: 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #e8c2c2;
  border-radius: 0.1875rem;
  width: 110px;
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__category {
    font-size: clamp(12px, 2vw, 12px);
    width: 11.25rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__category {
    width: 8.125rem;
    font-size: 0.875rem;
  }
}

.p-top-news__text {
  color: #fafafa;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .p-top-news__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__text {
    font-size: 1.125rem;
  }
}

.p-top-news__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link-wrapper {
    margin-top: 3.125rem;
  }
}

.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    gap: 1.875rem;
  }
}

.p-top-news__link-text {
  color: #fafafa;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link-text {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (min-width: 1540px) {
  .p-top-news__link-text {
    font-size: 1.125rem;
  }
}

.p-top-news__link-icon {
  width: 40px;
  width: 2.5rem;
}

.p-top-news__link-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.1875rem;
}

.p-news__button {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-news__button {
    margin-top: 4.5rem;
    max-width: 18.75rem;
  }
}

.p-top-news__no-posts {
  color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-news__no-posts {
    font-size: 1.125rem;
  }
}

.p-top-service {
  background: url(../images/webp/top_service_bg.webp) no-repeat center center/cover;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 12.5rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.625rem;
  }
}

.p-top-service__detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service__detail {
    max-width: 28.75rem;
    position: sticky;
    top: 12.5rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-top-service__data {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__data {
    margin-top: 4.5rem;
  }
}

.p-top-service__subTitle {
  font-family: "source-han-serif-jp-subset", sans-serif;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  font-weight: 400;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__subTitle {
    font-size: 2rem;
  }
}

.p-top-service__text {
  color: #3d4043;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    font-size: clamp(14px, 2vw, 14px);
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-top-service__text {
    font-size: 1rem;
  }
}

.p-top-service__images {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__images {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-service__link {
  display: block;
}

.p-top-service__link + .p-top-service__link {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__link + .p-top-service__link {
    margin-top: 1.25rem;
  }
}

.p-top-service__img img {
  aspect-ratio: 850/580;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-top {
  position: relative;
  isolation: auto;
  overflow-x: clip;
  z-index: 0;
  background: url(../images/webp/bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.season-spring .p-top::after {
  position: fixed;
  content: "";
  background: url(../images/webp/top_bg_spring.svg) no-repeat center center/cover;
  aspect-ratio: 1860/11144;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.season-summer .p-top::after {
  position: fixed;
  content: "";
  background: url(../images/webp/top_bg_summer.svg) no-repeat center center/cover;
  aspect-ratio: 1860/826;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.season-autumn .p-top::after {
  position: fixed;
  content: "";
  background: url(../images/webp/top_bg_autumn.svg) no-repeat center center/cover;
  aspect-ratio: 1860/1035;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.season-winter .p-top::after {
  position: fixed;
  background: url(../images/webp/top_bg_winter.svg) no-repeat center center/cover;
  aspect-ratio: 1920/1080;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top::before {
  position: absolute;
  content: "";
  background: url(../images/webp/wave.svg) no-repeat center center/cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 2010/1600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.p-top--news::before {
  display: none;
}

.c-main-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-main-title__main {
  white-space: nowrap;
  color: #fafafa;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-main-title__main {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .c-main-title__main {
    font-size: 3.75rem;
  }
}

.c-main-title__sub {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #fafafa;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  position: relative;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__sub {
    font-size: 1rem;
  }
}

.c-main-title__sub::before {
  position: absolute;
  content: "";
  background: url(../images/webp/main_title_line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-main-title__ja {
  white-space: nowrap;
  color: #fafafa;
  letter-spacing: 0.1em;
  /* font-weight: 500; */
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1540px) {
  .c-main-title__ja {
    font-size: 3.75rem;
  }
}

.c-main-title__ja--black {
  color: #333;
}

.c-main-title__en {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #fafafa;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    font-size: 1rem;
  }
}

.c-main-title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  background: url(../images/webp/line_main.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-main-title__en--black {
  color: #333;
  position: relative;
}

.c-main-title__en--black::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  background: url(../images/webp/line_main_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-main-title__kind {
  color: #f5f2e8;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__kind {
    font-size: 1rem;
  }
}

.c-section-title__ja {
  color: #333;
  font-family: "source-han-serif-jp-subset", sans-serif;
  /* font-weight: 500; */
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.1428571429;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__ja {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1540px) {
  .c-section-title__ja {
    font-size: 4.375rem;
  }
}

.c-section-title__ja--white {
  color: #fafafa;
}

.c-section-title__en {
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 400;
  font-family: "source-han-serif-jp-subset", sans-serif;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  position: relative;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.c-section-title__en::before {
  position: absolute;
  content: "";
  background: url(../images/webp/section_title_line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-section-title__en--white {
  color: #fafafa;
  position: relative;
}

.c-section-title__en--white::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  background: url(../images/webp/section_title_line_white.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fontSize {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fontSize {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (min-width: 1540px) {
  .fontSize {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=styles.css.map */
