@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "Tsunagi Gothic";
  src: url("../font/TsunagiGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**カラー*********/

html {
  font-size: 3.7209302326vw;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

.l-container {
  width: 100%;
  max-width: 26.875rem;
  background-image: url(../img/bg.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}

.l-footer {
  padding: 0.75rem 0;
  background-color: #333333;
}

.l-footer__copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-button {
  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;
  gap: 0.5rem;
  padding: 1.075rem 2.4375rem;
  background-color: #DE5026;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 1.875rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-button:hover {
  opacity: 0.8;
}

.c-button__text {
  display: block;
}

.c-button__arrow {
  display: block;
  width: 1.079375rem;
  height: 1.079375rem;
  background-image: url(../img/icon_arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-card__imageWrapper {
  position: relative;
  width: 116.2790697674%;
  margin-left: -8.1395348837%;
}

.c-card__img {
  width: 100%;
  height: auto;
  display: block;
}

.c-card__label {
  position: absolute;
  bottom: 1.3125rem;
  left: 1.3125rem;
}

.c-card__labelText {
  font-size: 0.625rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-card__body {
  margin-top: 2.75rem;
}

.c-card__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #333333;
}

.c-card__text {
  margin-top: 2.25rem;
}

.c-card__body .c-externalLink {
  margin-top: 2.25rem;
}

.custom-marker {
  background: none !important;
  border: none !important;
}

.c-daySection__header {
  margin: 0 auto;
  width: 83.2%;
}

.c-daySection__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.c-daySection--02 {
  margin-top: 2.625rem;
}

.c-daySection__content {
  margin-top: 1.91875rem;
  position: relative;
}

.c-daySection__content::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0.9375rem;
  /* transform: translateX(-50%); */
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.4375rem solid #333333;
}

.c-daySection__content::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.1875rem;
  /* transform: translateX(-50%); */
  width: 1px;
  height: calc(100% - 1.875rem);
  background: repeating-linear-gradient(to bottom, #333333 0, #333333 1px, transparent 1px, transparent 5px);
}

.c-dayTitle {
  font-family: "Tsunagi Gothic Black", sans-serif;
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #333333;
  margin-top: 2rem;
}

.c-externalLink {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #DE5026;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.25em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DE5026;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
}

.c-externalLink::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.25rem;
  vertical-align: middle;
}

.c-externalLink__text {
  display: inline;
}

.c-heading {
  text-align: center;
}

.c-heading--left {
  text-align: left;
}

.c-heading__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  white-space: nowrap;
  color: #333333;
}

.c-heading__title .u-lang-en {
  letter-spacing: 0;
}

.c-heading__subtitle {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

.c-inner {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.c-label {
  color: #FFFFFF;
  background-color: #333333;
  padding: 0 2px;
}

.c-languageSwitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding-top: 1.3125rem;
}

.c-languageSwitcher__btn {
  font-family: "Tsunagi Gothic", sans-serif;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.09375rem solid #DE5026;
  background-color: #fff;
  color: #DE5026;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.c-languageSwitcher__btn:hover {
  opacity: 0.8;
}

.c-languageSwitcher__btn--active {
  background-color: #DE5026;
  border-color: #DE5026;
  color: #fff;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.c-modal.is-active {
  display: block;
}

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

.c-modal__container {
  position: relative;
  width: 100%;
  max-width: 26.875rem;
  height: 100vh;
  margin: 0 auto;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-modal__close {
  position: absolute;
  top: 1.0625rem;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.c-modal__close::before,
.c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.19375rem;
  height: 0.08125rem;
  background-color: #333333;
}

.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__close:hover {
  opacity: 0.7;
}

.c-modal__content {
  height: 100vh;
  overflow-y: auto;
  padding: 3.75rem 0 1.875rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-modal__content::-webkit-scrollbar {
  display: none;
}

.c-modal__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2.5rem;
}

.c-modal__body {
  line-height: 1.8;
}

.c-nav {
  padding-top: 2.5rem;
}

.c-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.6875rem 0.9375rem;
}

.c-nav__item {
  padding-bottom: 0.5rem;
}

.c-nav__link {
  position: relative;
  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: 1rem;
  font-weight: 500;
  padding-bottom: 0.65625rem;
  border-bottom: 0.0625rem solid #D5CFC0;
}

.c-nav__link::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.59375rem solid transparent;
  border-right: 0.59375rem solid transparent;
  border-top: 0.5rem solid #D5CFC0;
}

.c-optionSection {
  margin-top: 3.75rem;
  text-align: center;
}

.c-optionSection__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  padding: 0.1875rem 0;
  text-align: center;
  margin-bottom: 1.875rem;
}

.c-optionSection__title::before,
.c-optionSection__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.25rem;
  height: 0.09375rem;
  background-color: #D5CFC0;
}

.c-optionSection__title::before {
  top: 0;
}

.c-optionSection__title::after {
  bottom: 0;
}

.c-optionSection__content {
  text-align: left;
  width: 86%;
  margin: 0 auto;
}

.c-optionPlan {
  margin-bottom: 1.875rem;
}

.c-optionPlan__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.8125rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.3125rem;
}

.c-optionPlan__name {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-left: 0.75rem;
  white-space: nowrap;
}

.c-optionPlan__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.34375rem;
  height: 0.34375rem;
  background-color: #333333;
}

.c-optionPlan__price {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-left: 0.75rem;
}

.c-optionPlan__price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 100%;
  background-color: #333333;
}

.c-optionPlan__description {
  font-size: 1rem;
  margin-top: 0.375rem;
  line-height: 1.66;
  letter-spacing: 0;
}

.c-optionSection__notes {
  margin-top: 2.6875rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
}

.c-optionSection__noteList:nth-of-type(1) .c-optionSection__note {
  color: #C62D00;
}

.c-optionSection__noteList:nth-of-type(2) {
  margin-top: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.c-optionSection__noteList:nth-of-type(2) .c-optionSection__note::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 0.125rem;
  vertical-align: middle;
}

.c-priceSection {
  margin-top: 5.8125rem;
}

.c-priceSection__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  padding: 0.1875rem 0;
  text-align: center;
}

.c-priceSection__title::before,
.c-priceSection__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.25rem;
  height: 0.09375rem;
  background-color: #D5CFC0;
}

.c-priceSection__title::before {
  top: 0;
}

.c-priceSection__title::after {
  bottom: 0;
}

.c-priceSection__content {
  width: 86%;
  margin: 2.3125rem auto 0;
  text-align: center;
}

.c-priceSection__capacity {
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 700;
}

.c-priceSection__amount {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.c-priceSection__tax {
  font-size: 0.875rem;
}

.c-priceSection__includes {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.66;
  font-weight: 500;
}

.c-priceSection__includesTitle {
  position: relative;
  padding-left: 0.4375rem;
}

.c-priceSection__includesTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #333333;
}

.c-priceSection__includesList {
  margin-top: 0.5rem;
  list-style: none;
  padding: 0;
}

.c-priceSection__includesItem {
  position: relative;
  padding-left: 0.75rem;
}

.c-priceSection__includesItem::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-priceSection__includesNote {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}

.c-scheduleList {
  width: 83%;
  margin: 0 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: 0;
}

.c-scheduleList:not(:first-child) {
  margin-top: 2.55625rem;
}

.c-scheduleTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.c-scheduleTime__label {
  line-height: 2.6;
}

.c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-sectionTitle--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-sectionTitle__en {
  font-family: "Tsunagi Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.25em;
}

.c-sectionTitle__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.c-sideNav {
  display: none;
}

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

.c-sideNav__item {
  position: relative;
}

.c-sideNav__link {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
  line-height: 2.5;
  width: 100%;
}

.c-sideNav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.c-sideNav__link.is-active::after,
.c-sideNav__link:hover::after {
  width: 100%;
}

.c-sideTitle {
  display: none;
}

.c-sideTitle__img {
  width: 100%;
  height: auto;
  display: block;
}

.c-spotCard {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-spotCard .c-externalLink {
  font-size: 0.8125rem;
  padding-bottom: 0.7875rem;
  margin-top: 0.7125rem;
}

.c-spotCard .c-externalLink::after {
  width: 0.975rem;
  height: 0.28375rem;
  margin-left: 0.25rem;
}

.c-spotCard__image {
  width: 100%;
  overflow: hidden;
  margin-top: 0.9125rem;
}

.c-spotCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-spotCard__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.c-spotCard__description {
  font-size: 0.9375rem;
  line-height: 1.66;
  margin-top: 0.85rem;
}

.c-spotGrid {
  background: #fff;
  margin-top: 2.875rem;
  padding: 3.4125rem 0 3.8rem;
}

.c-spotGrid__inner {
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}

.c-spotGrid--single .c-spotGrid__inner {
  grid-template-columns: 1fr;
}

.c-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.66;
  color: #333333;
}

.c-textWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background-color: #000;
}

.c-youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-about {
  padding-top: 4.5625rem;
}

.p-about__content {
  margin-top: 2.75rem;
}

.p-about__textWrapper:nth-child(3) {
  margin-top: 3.25rem;
}

.p-about__image {
  margin-top: 3.5rem;
}

.p-about__img {
  width: 100%;
  height: auto;
}

.p-access {
  padding: 4.9375rem 0;
}

.p-access__content {
  margin-top: 1.875rem;
}

.p-access__map {
  width: 23.125rem;
  height: 17.8125rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  position: relative;
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-access__info {
  margin-top: 2.75rem;
}

.p-access__address {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.78;
}

.p-access__methods {
  margin-top: 2.25rem;
}

.p-access__method {
  font-size: 0.9375rem;
}

.p-access__method + .p-access__method {
  margin-top: 1.8125rem;
}

.p-access__methodTitle {
  font-weight: 700;
  line-height: 1.5;
}

.p-access__method:nth-child(n+3) .p-access__methodTitle {
  font-weight: 500;
}

.p-access__info .c-externalLink {
  margin-top: 2.25rem;
  display: inline-block;
}

.p-contact {
  padding: 5rem 0 2.5rem;
  background-color: #333333;
  color: #fff;
}

.p-contact__button {
  text-align: center;
}

.p-contact__info {
  margin-top: 3.25rem;
}

.p-contact__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-bottom: 1.75rem;
  position: relative;
}

.p-contact__title::before {
  content: "";
  width: 6.25rem;
  height: 0.125rem;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}

.p-contact__details {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.78;
}

.p-contact__details a {
  color: #fff;
}

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

.p-fullImage {
  margin-top: 3.5rem;
}

.p-fullImage__img {
  width: 100%;
  height: auto;
  display: block;
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__scroll-text {
  font-family: "Tsunagi Gothic", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
}

.p-fv__scroll-line {
  display: block;
  width: 0.09375rem;
  height: 5.00625rem;
  background-color: #fff;
  -webkit-animation: scrollLine 2s ease-in-out infinite;
          animation: scrollLine 2s ease-in-out infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.p-meal {
  padding-top: 6.5625rem;
}

.p-meal__content {
  margin-top: 1.125rem;
}

.p-options {
  padding-top: 6.5625rem;
}

.p-options__content {
  margin-top: 1.125rem;
}

.p-plan {
  padding-top: 4.6875rem;
}

.p-plan__content {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.p-plan__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875rem;
}

.p-plan__block--01 {
  gap: 3.5rem;
}

.p-plan__block--01 .p-plan__image {
  width: 19.3575rem;
}

.p-plan__img {
  width: 100%;
  height: auto;
}

.p-play {
  padding-top: 6.5625rem;
}

.p-play__content {
  margin-top: 1.125rem;
}

.p-play .c-externalLink {
  letter-spacing: 0.15em;
}

.p-stay {
  padding-top: 6.5625rem;
}

.p-stay__content {
  margin-top: 1.125rem;
}

.p-youtube {
  padding-top: 4.8125rem;
}

.p-youtube--second {
  padding-top: 6.25rem;
}

.u-sp {
  display: none;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-ls300 {
  letter-spacing: 0.3em;
}

body.lang-ja .u-lang-en {
  display: none;
}

body.lang-en .u-lang-ja {
  display: none;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

@media screen and (min-width: 431px) {
  body {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }

  .l-container {
    max-width: 430px;
    margin: 50px auto 56.9px;
    border-radius: 30px;
  }

  .l-footer {
    padding: 12px 0;
  }

  .l-footer__copyright {
    font-size: 12px;
  }

  .c-button {
    gap: 8px;
    padding: 17.2px 39px;
    font-size: 20px;
    border-radius: 30px;
  }

  .c-button__arrow {
    width: 17.27px;
    height: 17.27px;
  }

  .c-card__imageWrapper {
    width: 116.2790697674%;
    margin-left: -8.1395348837%;
  }

  .c-card__label {
    bottom: 21px;
    left: 21px;
  }

  .c-card__labelText {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .c-card__body {
    margin-top: 44px;
  }

  .c-card__title {
    font-size: 25px;
  }

  .c-card__text {
    margin-top: 36px;
  }

  .c-card__body .c-externalLink {
    margin-top: 36px;
  }

  .c-daySection__title {
    font-size: 25px;
  }

  .c-daySection--02 {
    margin-top: 42px;
  }

  .c-daySection__content {
    margin-top: 30.7px;
  }

  .c-daySection__content::before {
    top: 14px;
    left: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #333333;
  }

  .c-daySection__content::after {
    top: 16px;
    left: 19px;
    height: calc(100% - 30px);
  }

  .c-dayTitle {
    font-size: 45px;
    margin-top: 32px;
  }

  .c-externalLink {
    font-size: 16px;
    padding-bottom: 16px;
  }

  .c-externalLink::after {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }

  .c-heading__title {
    font-size: 25px;
  }

  .c-heading__subtitle {
    margin-top: 12px;
    font-size: 14px;
  }

  .c-languageSwitcher {
    gap: 10px;
    padding-top: 21px;
  }

  .c-languageSwitcher__btn {
    width: 60px;
    height: 60px;
    border: 1.5px solid #DE5026;
    font-size: 20px;
  }

  .c-modal__container {
    max-width: 430px;
  }

  .c-modal__close {
    top: 17px;
    right: 20px;
    width: 36px;
    height: 36px;
  }

  .c-modal__close::before,
  .c-modal__close::after {
    width: 19.1px;
    height: 1.3px;
  }

  .c-modal__content {
    padding: 60px 0 30px;
  }

  .c-modal__title {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .c-nav {
    padding-top: 40px;
  }

  .c-nav__list {
    gap: 27px 15px;
  }

  .c-nav__item {
    padding-bottom: 8px;
  }

  .c-nav__link {
    font-size: 16px;
    padding-bottom: 10.5px;
    border-bottom: 1px solid #D5CFC0;
  }

  .c-nav__link::after {
    border-left: 9.5px solid transparent;
    border-right: 9.5px solid transparent;
    border-top: 8px solid #D5CFC0;
    bottom: -8px;
  }

  .c-optionSection {
    margin-top: 60px;
  }

  .c-optionSection__title {
    font-size: 23px;
    padding: 3px 0;
    margin-bottom: 30px;
  }

  .c-optionSection__title::before,
  .c-optionSection__title::after {
    width: 180px;
    height: 1.5px;
  }

  .c-optionPlan {
    margin-bottom: 30px;
  }

  .c-optionPlan__header {
    gap: 13px;
    padding-bottom: 5px;
  }

  .c-optionPlan__name {
    font-size: 16px;
    padding-left: 12px;
  }

  .c-optionPlan__name::before {
    width: 5.5px;
    height: 5.5px;
  }

  .c-optionPlan__price {
    font-size: 16px;
    padding-left: 12px;
  }

  .c-optionPlan__price::before {
    width: 1px;
  }

  .c-optionPlan__description {
    font-size: 16px;
    margin-top: 6px;
  }

  .c-optionSection__notes {
    margin-top: 43px;
    font-size: 14px;
  }

  .c-optionSection__noteList:nth-of-type(2) {
    margin-top: 38px;
    gap: 20px;
  }

  .c-optionSection__noteList:nth-of-type(2) .c-optionSection__note::before {
    width: 6px;
    height: 6px;
    margin-right: 2px;
  }

  .c-priceSection {
    margin-top: 93px;
  }

  .c-priceSection__title {
    font-size: 23px;
    padding: 3px 0;
  }

  .c-priceSection__title::before,
  .c-priceSection__title::after {
    width: 180px;
    height: 1.5px;
  }

  .c-priceSection__content {
    margin: 37px auto 0;
  }

  .c-priceSection__capacity {
    font-size: 18px;
  }

  .c-priceSection__amount {
    font-size: 25px;
  }

  .c-priceSection__tax {
    font-size: 14px;
  }

  .c-priceSection__includes {
    margin-top: 24px;
    font-size: 15px;
  }

  .c-priceSection__includesTitle {
    padding-left: 7px;
  }

  .c-priceSection__includesTitle::before {
    width: 5px;
    height: 5px;
  }

  .c-priceSection__includesList {
    margin-top: 8px;
  }

  .c-priceSection__includesItem {
    padding-left: 12px;
  }

  .c-priceSection__includesNote {
    margin-top: 8px;
    font-size: 13px;
  }

  .c-scheduleList {
    gap: 0;
  }

  .c-scheduleList:not(:first-child) {
    margin-top: 40.9px;
  }

  .c-scheduleTime {
    gap: 8px;
  }

  .c-sectionTitle__en {
    font-size: 45px;
  }

  .c-sectionTitle__ja {
    font-size: 14px;
    letter-spacing: 0.15em;
  }

  .c-spotCard .c-externalLink {
    font-size: 13px;
    padding-bottom: 12.6px;
    margin-top: 11.4px;
  }

  .c-spotCard .c-externalLink::after {
    width: 15.6px;
    height: 4.54px;
    margin-left: 4px;
  }

  .c-spotCard__image {
    margin-top: 14.6px;
  }

  .c-spotCard__title {
    font-size: 16px;
  }

  .c-spotCard__description {
    font-size: 15px;
    margin-top: 13.6px;
  }

  .c-spotGrid {
    margin-top: 46px;
    padding: 54.6px 0 60.8px;
  }

  .c-spotGrid__inner {
    gap: 40.1px 37.2px;
  }

  .c-spotGrid--single .c-spotGrid__inner {
    grid-template-columns: 1fr;
  }

  .c-text {
    font-size: 15px;
  }

  .c-textWrapper {
    gap: 24px;
  }

  .p-about {
    padding-top: 73px;
  }

  .p-about__content {
    margin-top: 44px;
  }

  .p-about__textWrapper:nth-child(3) {
    margin-top: 52px;
  }

  .p-about__image {
    margin-top: 56px;
  }

  .p-access {
    padding: 79px 0;
  }

  .p-access__content {
    margin-top: 30px;
  }

  .p-access__map {
    width: 370px;
    height: 285px;
    border-radius: 15px;
  }

  .p-access__info {
    margin-top: 44px;
  }

  .p-access__address {
    margin-top: 9px;
    font-size: 14px;
  }

  .p-access__methods {
    margin-top: 36px;
  }

  .p-access__method {
    font-size: 15px;
  }

  .p-access__method + .p-access__method {
    margin-top: 29px;
  }

  .p-access__info .c-externalLink {
    margin-top: 36px;
  }

  .p-contact {
    padding: 80px 0 40px;
  }

  .p-contact__info {
    margin-top: 52px;
  }

  .p-contact__title {
    font-size: 20px;
    padding-bottom: 28px;
  }

  .p-contact__title::before {
    width: 100px;
    height: 2px;
  }

  .p-contact__details {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-contact__tel {
    margin-top: 20px;
  }

  .p-fullImage {
    margin-top: 56px;
  }

  .p-fv__scroll {
    gap: 16px;
  }

  .p-fv__scroll-text {
    font-size: 10px;
  }

  .p-fv__scroll-line {
    width: 1.5px;
    height: 80.1px;
  }

  .p-meal {
    padding-top: 105px;
  }

  .p-meal__content {
    margin-top: 18px;
  }

  .p-options {
    padding-top: 105px;
  }

  .p-options__content {
    margin-top: 18px;
  }

  .p-plan {
    padding-top: 75px;
  }

  .p-plan__content {
    margin-top: 44px;
    gap: 50px;
  }

  .p-plan__block {
    gap: 46px;
  }

  .p-plan__block--01 {
    gap: 56px;
  }

  .p-plan__block--01 .p-plan__image {
    width: 309.72px;
  }

  .p-play {
    padding-top: 105px;
  }

  .p-play__content {
    margin-top: 18px;
  }

  .p-stay {
    padding-top: 105px;
  }

  .p-stay__content {
    margin-top: 18px;
  }

  .p-youtube {
    padding-top: 77px;
  }

  .p-youtube--second {
    padding-top: 100px;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-po-sta-md-max {
    position: static;
  }
}

@media screen and (min-width: 1201px) {
  .c-sideNav {
    display: block;
    position: absolute;
    right: 79px;
    bottom: 72px;
    z-index: 1;
  }

  .c-sideTitle {
    display: block;
    position: absolute;
    top: 36px;
    left: 32px;
    width: 336px;
    z-index: 1;
  }
}
/*# sourceMappingURL=style.css.map */