@charset "UTF-8";
/* メディアクエリ
------------------------------------------ */
/* ルートフォント
------------------------------------------ */
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 3.3333333333vw;
  }
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  background-image: none;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  height: 100%;
  position: relative;
}
body::after {
  aspect-ratio: 480/834;
  background-image: url(../img/recommend_bg.webp);
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  max-width: 500px;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, -1px) translateX(-50%);
  width: 100%;
  z-index: -1;
}

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

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

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

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

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

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

.l-content {
  position: relative;
  z-index: 2;
}

.l-content__left {
  background: url(../img/lp_left_bg.webp) no-repeat center center/cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: calc((100% - 500px) / 2);
}
@media screen and (max-width: 499px) {
  .l-content__left {
    display: none;
  }
}

.l-content__left-logo {
  left: 50%;
  max-width: 26.6875rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22.2395833333vw;
}

.l-content__right {
  background: url(../img/lp_right_bg.webp) repeat-y center center/100% auto;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 500px) / 2);
}
@media screen and (max-width: 499px) {
  .l-content__right {
    display: none;
  }
}

.l-content__right-copy {
  left: 50%;
  max-width: 9.0625rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5520833333vw;
}

.l-content__main {
  margin-inline: auto;
  max-width: 500px;
  width: 100%;
}

.l-inner {
  margin-inline: auto;
  max-width: 500px;
  padding-inline: 8.3333333333%;
  padding-inline: 6.25%;
  width: 100%;
}

.l-section {
  background: url("../img/base-bg.webp") repeat center center/contain;
  background: url("../img/base-bg.webp") repeat-y center center/100% auto;
  padding-block: 4.6875rem;
}

.c-text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
  margin-top: 0.5rem;
  text-align: center;
}

.c-title {
  margin-inline: auto;
}
.c-title.--movie {
  max-width: 8.6875rem;
}
.c-title.--room {
  max-width: 9.1875rem;
}
.c-title.--outdoor {
  max-width: 13rem;
}
.c-title.--service {
  max-width: 11.6875rem;
}
.c-title.--pickup {
  max-width: 12rem;
}
.c-title.--pickup + .c-text {
  font-size: 1rem;
}
.c-title.--price {
  max-width: 5.75rem;
}
.c-title.--access {
  max-width: 11rem;
}

.swiper-slide img {
  border-radius: 2.125rem;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #E5E5E5;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BBA385;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 1.25rem;
}

.swiper-pagination-bullet {
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: -1.5625rem;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -1.5625rem;
  right: auto;
  transform: scale(-1, 1);
}

.swiper-button-next, .swiper-button-prev {
  height: 3.25rem;
  width: 3.25rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
  background: url(../img/swiper_arrow.png) no-repeat center/contain;
  content: "";
  height: 100%;
  width: 100%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.p-access {
  padding-top: 2.5rem;
}

.p-access__container {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 2.1875rem;
  padding: 1.875rem 1.5625rem;
}

.p-access__dl {
  margin-top: 1.25rem;
}

.p-access__dl-wrap {
  align-items: center;
  border-bottom: 0.09375rem solid #66141F;
  display: flex;
  gap: 0.625rem;
  padding-block: 0.5rem;
}
.p-access__dl-wrap dt, .p-access__dl-wrap dd {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-access__dl-wrap dt {
  color: #66141F;
  width: 25%;
}
.p-access__dl-wrap dd {
  width: 75%;
}
.p-access__dl-wrap dd a {
  color: #0014E4;
}

.p-access__map {
  margin-top: 0.625rem;
  width: 100%;
}
.p-access__map iframe {
  aspect-ratio: 360/218;
  width: 100%;
}

.p-fixed-btn {
  background-color: #fff;
  bottom: 0;
  left: 50%;
  max-height: 60px;
  max-width: 500px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.p-fixed-btn a {
  background-color: #66141f;
  display: block;
  width: 100%;
}

.p-movie {
  padding-bottom: 0;
}

.p-movie__youtube {
  aspect-ratio: 400/250;
  margin-top: 1.875rem;
  overflow: hidden;
  position: relative;
}
.p-movie__youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mv__img {
  aspect-ratio: 480/700;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-mv__img .swiper-slide img {
  border-radius: 0;
}

.p-pickup {
  background-color: #66141f;
  color: #fff;
  padding-block: 3.125rem;
}

.p-pickup__list {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 25rem;
}

.p-pickup__text {
  font-size: 1.0625rem;
  margin-top: 2.5rem;
}

.p-premium {
  overflow: hidden;
}

.p-premium__title {
  margin-inline: auto;
  max-width: 26.0625rem;
}

.p-premium__list {
  margin-top: 4.375rem;
}

.p-premium__item + .p-premium__item {
  margin-top: 4.375rem;
}
.p-premium__item:nth-child(1) .p-premium__item-head::before {
  background: url(../img/premium_number01.png) no-repeat center/contain;
}
.p-premium__item:nth-child(2) .p-premium__item-head::before {
  background: url(../img/premium_number02.png) no-repeat center/contain;
}
.p-premium__item:nth-child(3) .p-premium__item-head::before {
  background: url(../img/premium_number03.png) no-repeat center/contain;
}
.p-premium__item:nth-child(4) .p-premium__item-head::before {
  background: url(../img/premium_number04.png) no-repeat center/contain;
}

.p-premium__item-head {
  margin-inline: auto;
  max-width: 25rem;
  position: relative;
}
.p-premium__item-head::before {
  background: url(../images/) no-repeat center/cover;
  content: "";
  display: block;
  height: 4.875rem;
  left: 0;
  position: absolute;
  top: -0.3125rem;
  width: 4.875rem;
}
.p-premium__item-head .c-text {
  margin-top: 0.25rem;
}

.p-premium__item-swiper {
  margin-top: 1.25rem;
}

.swiper {
  overflow: visible;
}

.p-premium__item-body {
  margin-top: 2.5rem;
  text-align: center;
}

.p-premium__item-body-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-bottom: 0.75rem;
  position: relative;
}
.p-premium__item-body-title::before {
  background-color: #BBA385;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.125rem;
}

.p-premium__item-body-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-inline: calc(50% - 50cqi);
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
}

.p-premium__item-body-annotation {
  margin-top: 0.75rem;
}

.p-price {
  margin-top: -1px;
}

.p-price__section {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 2.8125rem;
  padding: 1.5625rem 1.25rem 2.5rem;
}
.p-price__section + .p-price__section {
  margin-top: 1.875rem;
}
.p-price__section.--price-2meals {
  padding: 1.875rem 1.25rem 2.5rem;
}
.p-price__section.--price-2meals .p-price__section-title {
  position: relative;
}
.p-price__section.--price-2meals .p-price__section-title::before {
  background: url(../img/price_circle01.png) no-repeat center/cover;
  content: "";
  display: block;
  height: 4.375rem;
  left: -4.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.375rem;
}
.p-price__section.--price-2meals .p-price__section-price {
  margin-top: 2.5rem;
}
.p-price__section.--price-1meals {
  padding: 1.875rem 1.25rem 2.5rem;
}
.p-price__section.--price-1meals .p-price__section-title {
  position: relative;
}
.p-price__section.--price-1meals .p-price__section-title::before {
  background: url(../img/price_circle02.png) no-repeat center/cover;
  content: "";
  display: block;
  height: 4.375rem;
  left: -4.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.375rem;
}
.p-price__section.--price-1meals .p-price__section-price {
  margin-top: 2.5rem;
}

.p-price__section-title {
  border-bottom: 0.09375rem solid currentColor;
  border-top: 0.09375rem solid currentColor;
  color: #66141F;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-inline: auto;
  max-width: 13.125rem;
  text-align: center;
}

.p-price__wrap {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  margin-top: 1.875rem;
}

.p-price__section-before-price {
  color: #BBA385;
  font-size: 1.8125rem;
  margin-top: 0.625rem;
  padding-inline: 0.625rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-price__section-before-price::before {
  background-color: #d41718;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
}

.p-price__section-after-price {
  color: #d41718;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-price__section-gallery {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
  padding-inline: 1.25rem;
}

.p-price__section-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.25rem;
  text-align: center;
}

.p-price__section-btn {
  margin-top: 1.5625rem;
  padding-inline: 1.25rem;
}

.p-recommend {
  color: #fff;
  padding-block: 3.75rem;
}

.p-recommend__title {
  margin-inline: auto;
  max-width: 14.75rem;
}

.p-recommend__title-en {
  display: block;
  margin-inline: auto;
  max-width: 11.625rem;
}

.p-recommend__title-ja {
  display: block;
  margin-top: 1.875rem;
}

.p-recommend__text {
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  line-height: 1.6842105263;
  margin-top: 3.125rem;
  text-align: center;
}

.p-recommend__list {
  border: 1px solid #fff;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 24.25rem;
  padding: 2.8125rem 2.5rem;
}

.p-recommend__item {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 0.625rem;
  letter-spacing: 0.1em;
}
.p-recommend__item::before {
  background: url(../img/recommend_check.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 1.25rem;
  margin-top: 2px;
  width: 1.5625rem;
}
.p-recommend__item + .p-recommend__item {
  margin-top: 1.25rem;
}
/*# sourceMappingURL=sourcemaps/styles.css.map */