:root {
  --tomei: #0000;
  --spark-library--background--interactive: #f0ecfd00;
  --spark-library--foreground-interactive: #5532fa;
  --red: #e60013;
  --spark-library--white: white;
  --zen--neutral--white: #fff;
  --zen--red--600: #818181;
  --zen--neutral--black: #000c;
  --zen--gray--300: #8f8f8f;
  --zen--green--50: #f3fbf4;
  --gold: #c5a505;
  --black: #000;
  --zen--gray--800: #1f2937;
  --zen--gray--600: #6e6e6e;
  --zen--gray--950: #030711;
  --zen--gray--200: #e5e7eb;
  --zen--green--600: #2c8c3e;
  --zen--red--50: #fef1f1;
  --zen--gray--50-2: #f9fafb;
  --zen--gray--500: #6b7280;
  --zen--gray--100: #f3f4f6;
  --zen--gray--400: #9ca3b0;
  --zen--gray--900: #111827;
  --zen--green--200: #c4eecb;
  --zen--purple--700: #913b8b;
  --spark-library--foreground-interactive-hover: #1e116e;
}

.body {
  background-color: #000;
  padding-left: 0;
  font-family: source-serif-pro, sans-serif;
}

.fv {
  background-color: #000;
  background-image: url('../images/FV3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1580px;
  display: flex;
  position: static;
}

.image-2 {
  flex: 0 auto;
  display: block;
}

.fv-fix {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000c;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 350px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: fixed;
  inset: 30% 0% auto;
}

.fv-fix.fix-tab {
  display: none;
}

.spark-nav-link {
  color: var(--tomei);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link.spark-square-button {
  background-color: var(--red);
  color: var(--spark-library--white);
  text-align: center;
  border: .5px solid #fff;
  border-radius: 90px;
  width: 220px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: ten-mincho, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link.spark-square-button:hover {
  background-color: var(--zen--neutral--white);
  opacity: 1;
  color: var(--zen--red--600);
}

.spark-nav-link.spark-square-button.gyay-out {
  background-color: var(--zen--neutral--black);
  color: var(--zen--gray--300);
  border-color: #8a8a8adb;
  display: block;
}

.spark-nav-link.spark-centered {
  color: var(--spark-library--white);
  letter-spacing: 2px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 400;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--tomei);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--tomei);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--tomei);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-square-menu-with-centered-links {
  background-color: var(--zen--neutral--black);
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: fixed;
}

.square-menu-with-centered-links-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.spark-centered-nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.spark-left-side-brand-logo {
  margin-right: auto;
  padding-left: 0;
}

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

.image-3 {
  height: 50px;
}

.about {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/nihon4.png'), linear-gradient(#000, #000);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 950px, auto;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 900px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.about-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 690px;
  display: flex;
  position: relative;
  left: -30px;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
}

.h2.cate {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.h2.syu-sp {
  margin-bottom: 0;
  font-size: 30px;
}

.paragraph {
  color: #fff;
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 17px;
}

.nihon-button {
  background-color: #e60013;
  border: .5px solid #fff;
  border-radius: 100px;
  padding: 15px 50px;
  font-family: ten-mincho, sans-serif;
  font-size: 16px;
}

.nihon-button:hover {
  color: #e60013;
  background-color: #fff;
}

.nihon-button.gold {
  border-color: var(--gold);
  background-color: var(--tomei);
  color: var(--gold);
  padding-left: 40px;
  padding-right: 40px;
}

.nihon-button.gold:hover {
  background-color: var(--gold);
  color: var(--zen--neutral--white);
}

.nihon-button.w {
  color: #e60013;
  background-color: #e6001300;
}

.nihon-button.red {
  border-width: .8px;
  border-color: var(--red);
  color: var(--red);
  background-color: #e6001300;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nihon-button.red:hover {
  color: var(--zen--neutral--white);
  background-color: #e60013;
}

.nihon-button.black {
  background-color: #000;
}

.nihon-button.black:hover {
  background-color: #fff;
}

.nihon-button.faciritiy {
  color: #0f0f0f;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/map-icon.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 50px;
  padding-right: 50px;
  transition: opacity .15s;
}

.nihon-button.faciritiy:hover {
  color: #fff;
  background-color: #000000b5;
}

.nihon-button.faciritiy.homepage {
  color: #fff;
  background-color: #fff0;
  background-image: none;
  padding-left: 50px;
  padding-right: 50px;
}

.nihon-button.faciritiy.homepage:hover {
  color: #050505;
  background-color: #fff;
}

.nihon-button.faciritiy.homepage.gyay-out {
  color: #ffffff47;
  border-color: #ffffff94;
}

.nihon-button.gold-bg {
  background-color: #c5a505;
}

.nihon-button.gold-bg:hover {
  color: #c5a505;
  background-color: #fff;
}

.nihon-button.gold-bg.grayout {
  background-color: #c5a50557;
}

.nihon-button.gold-bg.grayout:hover {
  color: #fff;
}

.button {
  justify-content: center;
  display: flex;
}

.button.left {
  justify-content: flex-start;
  align-items: center;
}

.button.left.hidden {
  display: none;
}

.button.facility {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.button.hidden {
  display: none;
}

.image-4 {
  width: 50px;
  position: relative;
  left: -20px;
}

.nav {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0 5% 70px;
  display: flex;
  position: static;
}

.nav-button {
  text-align: left;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-right-width: .5px;
  border-radius: 100px;
  width: 220px;
  padding: 15px 0 15px 30px;
  font-family: PT Serif, serif;
  font-size: 17px;
  display: block;
}

.nav-button:hover {
  color: #0f0f0f;
  background-color: #fff;
}

.nav-button.hidden {
  display: block;
}

.arrow-down {
  position: relative;
  inset: 0% 384% 0% auto;
  overflow: visible;
}

.arrow-down.lineup-arrow {
  display: none;
  position: absolute;
  top: 40%;
  right: 10%;
}

.arrow-down.hidden {
  display: block;
}

.nav-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  bottom: -34px;
  left: -23px;
}

.nav-btn.hidden {
  display: block;
}

.contents-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.contents-title.how {
  flex-flow: column;
  align-items: center;
}

.contents-title.hidden {
  display: block;
}

.title {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.other-link {
  color: var(--gold);
  justify-content: center;
  align-items: flex-end;
  font-family: PT Serif, serif;
  font-size: 16px;
  display: flex;
}

.other-link.plan-red {
  color: var(--red);
}

.code-embed {
  position: relative;
  bottom: -22px;
  left: 0;
}

.code-embed.g1 {
  bottom: 0;
  left: -24px;
}

.code-embed.g2 {
  bottom: -40px;
}

.code-embed.w {
  position: relative;
  bottom: 0;
  left: -27px;
}

.code-embed.w.shisetu {
  bottom: -14px;
  left: -27px;
}

.code-embed.w.menu.hidden {
  display: none;
}

.code-embed.w.ticket {
  bottom: -15px;
}

.code-embed.r {
  padding-left: 0;
  bottom: -14px;
  left: -19px;
}

.code-embed.r.map {
  bottom: -16px;
  left: -17px;
}

.code-embed.r.hidden {
  display: none;
}

.code-embed.plan-red {
  bottom: 0;
}

.pther-plan {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 60px;
  display: flex;
}

.pther-plan.plan-red {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.pther-plan.plan-red.hidden {
  display: block;
}

.plan {
  background-color: #e6e6e6;
  flex-flow: column;
  align-items: center;
  padding-top: 45px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.plan.hidden {
  display: flex;
}

.day {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  display: grid;
  overflow: visible;
}

.text-block {
  font-size: 60px;
}

.day-number {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 40px;
  font-style: italic;
  line-height: 60px;
  display: flex;
}

.day-number.num {
  font-size: 80px;
  line-height: 80px;
}

.day-number.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.cta {
  background-color: var(--red);
  padding-top: 39px;
  padding-bottom: 39px;
}

.cta.hidden {
  display: none;
}

.lineup {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.heading-2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.heading-2.sub-title {
  font-size: 25px;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

.block {
  background-color: #ece8db;
  width: 1000px;
  max-width: 1000px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.houto-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._3step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 20px;
  display: grid;
}

.nihonhaku {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact {
  flex-flow: column;
  align-items: center;
  padding: 30px 5%;
  display: flex;
}

.copy {
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.nihonhaku-image {
  background-image: linear-gradient(124deg, #0000 41%, #000000a6 87%), url('../images/nihon2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0 50px 50px 0;
  height: 400px;
}

.nihonhaku-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
  position: relative;
  left: -68px;
}

.text-white {
  color: var(--zen--neutral--white);
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 22px;
}

.paragraph-3 {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.step-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.step-number {
  text-align: center;
  letter-spacing: 1px;
  height: 60px;
  font-family: source-serif-pro, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.text-span-2 {
  font-size: 60px;
  line-height: 60px;
}

.step-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 230px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
}

.dashed-line {
  border: 1px dashed #000;
  height: 1px;
  padding-top: 0;
  position: relative;
  bottom: -15px;
}

.h-50px {
  height: 50px;
}

.body-2, .body-3 {
  background-color: var(--black);
}

.h-150px {
  height: 150px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.zen-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.zen-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.zen-container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.zen-overline {
  color: var(--zen--gray--800);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.zen-section-regular {
  padding: 82px 5%;
  position: relative;
}

.zen-column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.zen-column-x-small.zen-column-center {
  text-align: center;
  align-items: center;
}

.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-h1-heading {
  color: var(--zen--neutral--black);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.zen-title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-subheading-large {
  color: var(--zen--neutral--black);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.zen-subheading-large.zen-text-color-gray-600 {
  color: var(--zen--gray--600);
}

.zen-table-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--zen--neutral--white);
  background-color: #0000;
  border: .8px solid #fff;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  padding-left: 0;
  padding-right: 0;
  font-family: ten-mincho, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.zen-table-tab-link:hover {
  background-color: var(--zen--neutral--white);
  color: var(--zen--gray--950);
}

.zen-table-tab-link.w--current {
  color: var(--zen--gray--950);
  border: .8px solid #fff;
  border-radius: 99px;
}

.zen-table-tab-link.w--current:hover {
  background-color: var(--zen--neutral--white);
}

.zen-table-tab-menu {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 99px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 4px;
  display: grid;
}

.zen-table-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zen-table-grid-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--zen--gray--200);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  min-width: 900px;
}

.zen-table-grid-row.zen-border-bottom-remove {
  border-bottom-style: none;
}

.zen-table-cell {
  border-left: 1px solid var(--zen--gray--200);
  padding: 12px;
}

.zen-table-positive {
  background-color: var(--zen--green--50);
  color: var(--zen--green--600);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.zen-table-negative {
  background-color: var(--zen--red--50);
  color: var(--zen--red--600);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.zen-table-cell-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.zen-table-tooltip {
  background-color: var(--zen--gray--50-2);
  color: var(--zen--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.zen-table-tooltip:hover {
  background-color: var(--zen--gray--100);
  color: var(--zen--neutral--black);
}

.zen-table-grid-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: auto;
}

.zen-table-cell-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.zen-table-tab-content {
  width: 100%;
}

.zen-table-brand-logo {
  width: 24px;
}

.zen-column-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zen-code-embed {
  display: none;
}

.text-block-2 {
  color: var(--zen--neutral--white);
}

.facility {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.facility-image {
  background-image: url('../images/01-ibara.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 460px;
  height: 350px;
  overflow: hidden;
}

.facility-image._02 {
  background-image: url('../images/02.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.facility-image._03 {
  background-image: url('../images/2day.jpg');
}

.facility-image._04 {
  background-image: url('../images/04.jpg');
}

.facility-image._05 {
  background-image: url('../images/05.jpg');
}

.facility-image._06 {
  background-image: url('../images/06-2.jpg');
  background-position: 50% 5%;
  width: 460px;
  height: 500px;
}

.facility-image._07 {
  background-image: url('../images/07.jpg');
}

.facility-image._08 {
  background-image: url('../images/08.jpg');
}

.facility-image._09 {
  background-image: url('../images/09.jpg');
}

.facility-image._10 {
  background-image: url('../images/10-2.jpg');
  background-size: contain;
}

.facility-image._11 {
  background-image: url('../images/11.jpg');
}

.facility-image._12 {
  background-image: url('../images/12.jpg');
}

.facility-image._13 {
  background-image: url('../images/13.jpg');
}

.facility-image._14 {
  background-image: url('../images/14-2.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.facility-image._15 {
  background-image: url('../images/15-2.jpg');
}

.facility-image._16 {
  background-image: url('../images/16.jpg');
}

.facility-image._17 {
  background-image: url('../images/17-2.jpg');
}

.facility-image._24 {
  background-image: url('../images/24.jpg');
}

.facility-image._18 {
  background-image: url('../images/18-2.jpg');
}

.facility-image._19 {
  background-image: url('../images/19.jpg');
}

.facility-image._20 {
  background-image: url('../images/20-2.jpg');
}

.facility-image._21 {
  background-image: url('../images/21-2.jpg');
}

.facility-image._22 {
  background-image: url('../images/22.jpg');
  background-position: 50% 25%;
}

.facility-image._23 {
  background-image: url('../images/23-2.jpg');
}

.facility-image._25 {
  background-image: url('../images/25-himeji.jpg');
}

.facility-image._26 {
  background-image: url('../images/26-2.jpg');
  height: 500px;
}

.facility-image._27 {
  background-image: url('../images/27-2.jpg');
}

.facility-image._28 {
  background-image: url('../images/28-nagasaki.jpg');
}

.facility-image._29 {
  background-image: url('../images/29.jpg');
}

.facility-image._04-3 {
  background-image: url('../images/comingsoon.jpg');
}

.facility-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.facility-name {
  color: #fff;
  letter-spacing: 1px;
  cursor: default;
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
}

.facility-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facility-para {
  color: #fff;
  letter-spacing: 1px;
  font-family: ten-mincho, sans-serif;
  font-size: 18px;
}

.plan-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 340px;
  display: flex;
}

.plan-contents {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.plan-image {
  background-image: url('../images/dummy8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
  height: 250px;
}

.plan-image._2day {
  background-image: url('../images/Mask-group.jpg');
}

.plan-image._3day {
  background-image: url('../images/Mask-group-1.jpg');
}

.plan-image._4day {
  background-image: url('../images/Mask-group-2.jpg');
}

.plan-image._5day {
  background-image: url('../images/Mask-group-3.jpg');
}

.plan-image._6day {
  background-image: url('../images/Mask-group-4.jpg');
}

.plan-image._7day {
  background-image: url('../images/Mask-group-5.jpg');
}

.plan-title {
  font-family: ten-mincho, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.plan-para {
  text-align: center;
  word-break: break-all;
  height: 45px;
  font-family: ten-mincho, sans-serif;
  font-size: 17px;
}

.plan-para.step-para {
  text-align: left;
  text-align: left;
  letter-spacing: .5px;
  text-align: left;
  height: 60px;
  font-size: 18px;
}

.vertical-line {
  text-align: right;
  border: 1px dashed #000;
  border-radius: 1px;
  width: 1px;
  height: 60px;
}

.day-text {
  display: flex;
}

.plan-schedule {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-left: 0;
  display: grid;
  position: relative;
  left: -65px;
}

.plan-time {
  font-size: 15px;
}

.plan-place {
  color: #fff;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 30px;
  padding-left: 10px;
  font-family: ten-mincho, sans-serif;
  display: flex;
}

.plan-title-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  display: flex;
  position: relative;
  bottom: -10px;
}

.text-block-3 {
  font-family: ten-mincho, sans-serif;
  font-size: 20px;
}

.text-block-4 {
  font-size: 20px;
}

.code-embed-2 {
  position: relative;
  bottom: -12px;
}

.div-block {
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

.plan3 {
  background-color: #e6e6e6;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.plan3.hidden {
  display: block;
}

.plan2 {
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

.plan2.hidden {
  display: block;
}

.div-block-2 {
  padding-top: 196px;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  font-size: 130px;
  line-height: 280px;
  display: flex;
}

.vertical-tex {
  text-orientation: upright;
  writing-mode: vertical-rl;
  justify-content: center;
  align-items: center;
  font-size: 190px;
  line-height: 220px;
  display: flex;
}

.text-block-6 {
  font-size: 40px;
  line-height: 40px;
  transform: rotate(90deg);
}

.category-text {
  letter-spacing: 2px;
  font-size: 16px;
}

.plan-sp, .sp-plan-image {
  display: none;
}

.fix-tub {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 350px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fix-sp {
  display: none;
}

.image-6 {
  max-width: 90%;
}

.sp-menu {
  display: none;
}

.div-block-4 {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

.text-block-7 {
  color: #fff;
  font-size: 15px;
}

.image-7 {
  max-width: 80%;
}

.map-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  font-size: 11px;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 40px;
}

.manual-tab-list-item-title-text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.manual-tab-list-item-title-text-3.info-text2 {
  color: #000;
  -webkit-text-stroke-color: white;
  font-family: PT Serif, serif;
  font-size: 17px;
}

.popup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.news-see-more-text-3 {
  color: #141414;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.heading-9 {
  color: #ed7d31;
  text-align: center;
  border-bottom: 3px #ed7d31;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.heading-9.info-text {
  color: var(--red);
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 800;
  line-height: 35px;
}

.image-16 {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 12px 12px auto auto;
}

.manual-tab-desc-2 {
  color: #111;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
}

.manual-tab-desc-2.info-text3 {
  color: #111;
  display: none;
}

.news-see-more-2 {
  grid-column-gap: 4px;
  color: #ed7d31;
  background-color: #ed7d31;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 208px;
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}

.news-see-more-2.info-botoon {
  grid-column-gap: 0px;
  background-color: #2bff00;
  max-width: 30vw;
  padding-left: 0;
  padding-right: 0;
}

.div-block-42 {
  text-align: center;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.info-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.moto {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 800px;
  padding: 48px 24px 24px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #fff3;
}

.image-17 {
  width: 330px;
}

.text-span-7 {
  font-size: 35px;
}

.text-span-8 {
  font-size: 12px;
}

.nav-en {
  background-color: #000000e6;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
}

.model-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.model1 {
  width: 400px;
}

.language-text {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.language {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.home-jump {
  justify-content: center;
  align-items: center;
  display: flex;
}

.model-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  width: 460px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.note-text {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

.h3 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 400;
}

.plan-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e6e6e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 25px 0%;
  display: flex;
}

.plan-title-small-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  display: flex;
  position: relative;
  bottom: -10px;
}

.plan-text-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 360px;
  display: flex;
}

.plan-schedule-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-left: 0;
  display: grid;
  position: relative;
  left: -43px;
}

.code-embed-3 {
  position: relative;
  bottom: -12px;
}

.plan-contents-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.plan-title-2 {
  font-family: ten-mincho, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.sp-plan-image-2 {
  display: none;
}

.plan-place-2 {
  color: #fff;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  height: 60px;
  padding-left: 10px;
  font-family: ten-mincho, sans-serif;
  font-size: 16px;
  display: flex;
}

.day-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  display: grid;
  overflow: visible;
}

.plan-copy {
  color: #000;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.plan-image-2 {
  background-image: url('../images/1day.jpg');
  background-position: 70%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
  height: 250px;
}

.plan-image-2._6day {
  background-image: url('../images/6day.jpg');
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.plan-image-2._1day {
  background-image: url('../images/1day_1.jpg');
}

.plan-image-2._7day {
  background-image: url('../images/24.jpg');
  background-position: 90%;
}

.plan-image-2._4day {
  background-image: url('../images/4day.jpg');
}

.plan-image-2._5day {
  background-image: url('../images/5day-2.jpg');
  background-position: 94%;
}

.plan-image-2._2day {
  background-image: url('../images/2day.jpg');
  background-position: 40%;
}

.plan-image-2._3day {
  background-image: url('../images/3day_13day.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.h-50px-2 {
  height: 50px;
  display: none;
}

.plan-image-copy-sp {
  display: none;
}

.plan3-2 {
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 25px 5%;
  display: flex;
}

.plan-title-small-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  display: flex;
  position: relative;
  bottom: -10px;
}

.plan-schedule-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-left: 0;
  display: grid;
  position: relative;
  left: -43px;
}

.code-embed-4 {
  position: relative;
  bottom: -12px;
}

.plan-contents-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.plan-title-3 {
  font-family: ten-mincho, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.h-50px-3 {
  height: 50px;
  display: none;
}

.about-sp {
  display: none;
}

.image-18 {
  max-width: 70%;
}

.title-date {
  max-width: 80%;
}

.paragraph-8 {
  font-size: 20px;
}

.modelplan-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-8 {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-9 {
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 17px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .fv {
    height: 850px;
  }

  .fv-fix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 260px;
    display: grid;
  }

  .fv-fix.fix-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-link.spark-square-button {
    text-align: center;
    width: 170px;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .spark-nav-link.spark-centered.w--current {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
    left: -27px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
    display: none;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--zen--green--50);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-square-menu-with-centered-links {
    justify-content: center;
    align-items: center;
    height: 58px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .square-menu-with-centered-links-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 770px;
    padding: 0;
  }

  .spark-centered-nav-menu {
    z-index: 99;
    border-radius: 45px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-left-side-brand-logo {
    margin-right: auto;
  }

  .text-span {
    font-size: 12px;
  }

  .about {
    background-image: url('../images/nihon4.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    height: 980px;
    display: none;
  }

  .about-text {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .h2 {
    font-size: 25px;
  }

  .nihon-button.faciritiy {
    background-position: 6%;
    padding-left: 70px;
    padding-right: 70px;
  }

  .nihon-button.faciritiy.homepage {
    padding-left: 71px;
    padding-right: 71px;
  }

  .button.left {
    justify-content: center;
    align-items: center;
  }

  .button.facility {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .arrow-down {
    left: 0;
    right: 0%;
  }

  .arrow-down.lineup-arrow {
    top: 49%;
    left: 161px;
    right: auto;
  }

  .nav-btn {
    top: 33px;
    bottom: 0;
    left: -71px;
  }

  .heading {
    font-size: 75px;
  }

  .code-embed.w.menu.hidden {
    display: none;
  }

  .code-embed.r.map {
    bottom: 35px;
    left: 119px;
  }

  .plan {
    align-items: center;
  }

  .day {
    flex-flow: column;
    width: 700px;
    display: flex;
    overflow: hidden;
  }

  .day-number {
    display: none;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
  }

  .heading-2.sub-title {
    font-size: 23px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .block {
    width: 700px;
  }

  .houto-text {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  ._3step {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .nihonhaku {
    flex-flow: column;
    padding-bottom: 30px;
    display: flex;
  }

  .nihonhaku-image {
    width: 730px;
    height: 250px;
  }

  .nihonhaku-text {
    padding-left: 3%;
    padding-right: 3%;
    position: static;
    left: 0;
  }

  .step {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    display: flex;
  }

  .step-number {
    display: none;
  }

  .step-image {
    height: 250px;
  }

  .paragraph-4 {
    font-family: ten-mincho, sans-serif;
  }

  .dashed-line {
    display: none;
  }

  .zen-table-tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .facility {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

  .facility-image {
    height: 330px;
  }

  .facility-image._01 {
    height: 350px;
  }

  .facility-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .plan-text {
    width: 600px;
  }

  .plan-contents {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .plan-image {
    display: none;
  }

  .plan-title {
    font-size: 35px;
  }

  .plan-para {
    margin-bottom: 0;
  }

  .vertical-line.sp {
    height: 450px;
  }

  .vertical-line.sp.how-line {
    height: 250px;
  }

  .plan-schedule {
    grid-template-columns: .25fr 1fr;
  }

  .plan-sp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sp-day-text {
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
  }

  .sp-day {
    font-size: 50px;
    font-style: italic;
    line-height: 45px;
  }

  .sp-plan-image {
    background-image: url('../images/dummy8.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 260px;
    height: 300px;
    display: block;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    font-size: 50px;
  }

  .fix-tub {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #000c;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    height: 270px;
    display: none;
    top: 28%;
  }

  .image-5 {
    max-width: 95%;
  }

  .fix-sp {
    display: none;
  }

  .manual-tab-list-item-title-text-3.info-text2 {
    font-size: 13px;
  }

  .heading-9.info-text {
    font-size: 20px;
    line-height: 40px;
  }

  .manual-tab-desc-2.info-text3 {
    font-size: 12px;
  }

  .news-see-more-2.info-botoon {
    max-width: 60vw;
  }

  .moto {
    flex: 0 auto;
    max-width: 600px;
  }

  .image-17 {
    width: 300px;
  }

  .plan-text-2 {
    justify-content: center;
    align-items: center;
    width: 600px;
  }

  .plan-schedule-2 {
    grid-template-columns: .5fr 1fr;
  }

  .plan-contents-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .plan-title-2 {
    font-size: 35px;
  }

  .sp-plan-image-2 {
    background-image: url('../images/1day_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 260px;
    height: 300px;
    display: block;
  }

  .sp-plan-image-2._5day {
    background-image: url('../images/5day.jpg');
    background-position: 20%;
  }

  .sp-plan-image-2._2day {
    background-image: url('../images/2day.jpg');
  }

  .sp-plan-image-2._6day {
    background-image: url('../images/6day.jpg');
  }

  .sp-plan-image-2._7day {
    background-image: url('../images/24.jpg');
    background-position: 90%;
  }

  .sp-plan-image-2._4day {
    background-image: url('../images/4day.jpg');
  }

  .sp-plan-image-2._3day {
    background-image: url('../images/3day_13day.jpg');
  }

  .sp-day-text-2 {
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
  }

  .plan-place-2 {
    height: 50px;
  }

  .day-2 {
    flex-flow: column;
    width: 700px;
    display: flex;
    overflow: hidden;
  }

  .plan-copy, .plan-image-2, .plan-image-2._6day {
    display: none;
  }

  .plan-image-copy-sp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sp-day-2 {
    font-size: 50px;
    font-style: italic;
    line-height: 45px;
  }

  .plan-schedule-3 {
    grid-template-columns: .5fr 1fr;
  }

  .plan-contents-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .plan-title-3 {
    font-size: 35px;
  }

  .sp-day-3 {
    font-size: 50px;
    font-style: italic;
    line-height: 45px;
  }

  .about-sp {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .about-image {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-link.spark-centered.w--current {
    display: none;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 3%;
    padding-right: 3%;
  }

  .square-menu-with-centered-links-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .about {
    background-image: url('../images/nihon4.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 520px;
    height: 810px;
    overflow: hidden;
  }

  .about-text {
    position: static;
  }

  .h2 {
    font-size: 25px;
  }

  .nihon-button.faciritiy {
    flex: 1;
    padding-left: 90px;
    padding-right: 90px;
  }

  .button.facility {
    flex-flow: row;
  }

  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow-down.lineup-arrow {
    left: 246px;
  }

  .nav-btn {
    top: -35px;
    left: 71px;
  }

  .contents-title.how {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    font-size: 50px;
    line-height: 80px;
  }

  .code-embed.w.menu.hidden {
    display: none;
  }

  .code-embed.r.map {
    bottom: 0;
    left: -31px;
  }

  .plan {
    padding-left: 2%;
    padding-right: 2%;
  }

  .day {
    width: 500px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .heading-2.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .block {
    justify-content: center;
    align-items: center;
    width: 450px;
    max-width: 450px;
    display: flex;
  }

  .nihonhaku {
    padding-bottom: 31px;
    overflow: hidden;
  }

  .nihonhaku-image {
    width: 540px;
    height: 200px;
  }

  .nihonhaku-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .step-image {
    height: 200px;
  }

  .zen-section-regular {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zen-h1-heading {
    font-size: 52px;
  }

  .zen-table-tab-link, .zen-table-tab-link.w--current {
    width: 290px;
  }

  .zen-table-tab-menu {
    border-radius: 28px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .zen-table-grid-row {
    grid-template-columns: minmax(auto, 240px) 1fr 1fr 1fr 1fr;
    width: 920px;
  }

  .facility {
    flex-flow: column;
    display: flex;
  }

  .plan-text {
    width: 300px;
  }

  .plan-contents {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .plan-title {
    position: relative;
    bottom: -3px;
  }

  .plan-para {
    letter-spacing: 1px;
  }

  .plan-para.step-para {
    font-size: 16px;
  }

  .plan-schedule {
    grid-template-columns: .5fr 1fr;
  }

  .category-text {
    font-size: 15px;
    line-height: 20px;
  }

  .plan-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-span-5 {
    position: relative;
  }

  .fix-tub {
    height: 230px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .manual-tab-list-item-title-text-3 {
    font-size: 10px;
  }

  .news-see-more-text-3 {
    font-size: 16px;
  }

  .heading-9, .heading-9.info-text {
    font-size: 24px;
  }

  .news-see-more-2.info-botoon {
    max-width: 60vw;
  }

  .info-block-2 {
    padding-top: 0;
  }

  .moto {
    min-width: 300px;
    max-width: 500px;
    padding: 48px 51px;
  }

  .note {
    font-size: 12px;
  }

  .paragraph-7 {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 12px;
  }

  .note-text {
    font-size: 12px;
  }

  .plan-text-2 {
    width: 350px;
  }

  .plan-schedule-2 {
    grid-template-columns: 1fr 1fr;
  }

  .plan-copy-en {
    font-size: 12px;
    line-height: 14px;
  }

  .plan-contents-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .plan-title-2 {
    position: relative;
    bottom: -3px;
  }

  .sp-plan-image-2._5day {
    background-image: url('../images/5day-2.jpg');
    background-position: 95%;
  }

  .plan-place-2 {
    height: 50px;
    line-height: 16px;
  }

  .day-2 {
    width: 500px;
  }

  .plan-image-copy-sp {
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .plan-schedule-3 {
    grid-template-columns: 1fr 1fr;
  }

  .plan-contents-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .plan-title-3 {
    position: relative;
    bottom: -3px;
  }

  .about-sp {
    justify-content: center;
    align-items: flex-start;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .div-block-46, .div-block-47 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .fv {
    height: 430px;
  }

  .fv-fix {
    justify-content: center;
    align-items: flex-start;
    display: none;
    top: 17%;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-square-button {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: .75rem;
  }

  .spark-nav-link.spark-square-button.spark-small-on-mobile {
    padding: 8px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-with-centered-links {
    padding-left: 3%;
    padding-right: 3%;
  }

  .square-menu-with-centered-links-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-centered-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
    display: none;
  }

  .image-3 {
    height: 30px;
  }

  .about {
    background-image: url('../images/nihon4.png'), linear-gradient(#0000, #0000);
    background-position: 20% 90%, 0 0;
    background-size: 490px, auto;
    height: 970px;
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
  }

  .about-text {
    padding-left: 0%;
    padding-right: 0%;
    left: -13px;
  }

  .h2 {
    padding-left: 0;
  }

  .h2.syu-sp {
    padding-left: 0;
    font-size: 20px;
  }

  .paragraph {
    padding-left: 0;
    font-size: 15px;
  }

  .nihon-button {
    padding: 13px 20px;
    font-size: 13px;
  }

  .nihon-button.gold {
    padding: 13px 21px;
    font-size: 14px;
  }

  .nihon-button.red {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .nihon-button.black {
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .nihon-button.faciritiy {
    background-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .nihon-button.gold-bg {
    text-align: center;
    width: 190px;
    position: relative;
    right: -20px;
  }

  .nav {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .nav-button {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
  }

  .contents-title {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading {
    font-size: 48px;
    line-height: 60px;
  }

  .other-link {
    font-size: 14px;
    line-height: 23px;
  }

  .other-link.plan-red {
    font-size: 13px;
  }

  .code-embed.g1 {
    left: -13px;
  }

  .code-embed.g2 {
    bottom: -16px;
  }

  .code-embed.w {
    display: block;
    left: -14px;
  }

  .code-embed.w.shisetu {
    left: -12px;
  }

  .code-embed.w.menu, .code-embed.w.menu.hidden {
    display: none;
  }

  .code-embed.w.ticket {
    bottom: -12px;
    left: -10px;
  }

  .code-embed.r {
    left: -8px;
  }

  .code-embed.r.map {
    bottom: 0;
    left: -24px;
  }

  .pther-plan {
    height: 40px;
  }

  .plan {
    padding-top: 10px;
  }

  .plan.hidden {
    padding-left: 2%;
    padding-right: 2%;
  }

  .day {
    width: 280px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-2.sub-title {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .block {
    width: 300px;
    max-width: 300px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .houto-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .nihonhaku-image {
    width: 290px;
  }

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

  .step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .step-image {
    height: 150px;
  }

  .zen-section-regular {
    padding-left: 3%;
    padding-right: 3%;
  }

  .zen-table-tab-link {
    min-width: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .zen-table-tab-link:hover {
    color: var(--black);
  }

  .zen-table-tab-link.w--current {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .zen-table-grid-row {
    grid-template-columns: minmax(auto, 220px) 1fr 1fr 1fr 1fr;
    width: 840px;
  }

  .facility-image {
    width: 290px;
    height: 200px;
  }

  .facility-image._02 {
    background-repeat: no-repeat;
    background-size: 440px;
  }

  .facility-image._06 {
    width: 290px;
    height: 310px;
  }

  .facility-image._21 {
    width: 290px;
  }

  .facility-image._26 {
    height: 310px;
  }

  .facility-text {
    padding-left: 0;
    padding-right: 0;
  }

  .facility-name {
    font-size: 21px;
  }

  .facility-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr 1fr;
  }

  .facility-para {
    font-size: 14px;
  }

  .plan-text {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 320px;
  }

  .plan-contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .plan-title {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    bottom: -7px;
  }

  .plan-para {
    height: 70px;
    font-size: 15px;
  }

  .plan-para.step-para {
    word-break: break-all;
    word-break: break-all;
    word-break: break-all;
    height: 100px;
    padding-top: 0;
    font-size: 15px;
  }

  .vertical-line.sp {
    height: 400px;
  }

  .vertical-line.sp.how-line {
    height: 200px;
  }

  .plan-schedule {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: .75fr 1fr;
    left: 0;
  }

  .plan-time {
    margin-bottom: 0;
    font-size: 12px;
  }

  .plan-place {
    width: 140px;
    padding-left: 5px;
  }

  .plan-title-small {
    justify-content: flex-start;
    align-items: flex-end;
    height: 25px;
    font-size: 16px;
  }

  .code-embed-2 {
    height: 25px;
  }

  .plan3 {
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .sp-day-text {
    font-size: 15px;
  }

  .sp-day {
    font-size: 35px;
  }

  .sp-plan-image {
    width: 180px;
    height: 250px;
  }

  .fix-tub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 190px;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    top: 15%;
  }

  .image-5 {
    max-width: 50%;
  }

  .fix-sp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000c;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 210px;
    padding: 2% 3%;
    display: grid;
    position: fixed;
    inset: 15% 0% auto;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sp-menu {
    display: none;
    position: relative;
    left: -18px;
  }

  .div-block-4 {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    line-height: 25px;
  }

  .link-block {
    height: 35px;
  }

  .text-block-7 {
    font-size: 13px;
    line-height: 35px;
  }

  .image-7 {
    max-width: 99%;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .manual-tab-list-item-title-text-3.info-text2 {
    font-size: 10px;
    line-height: 12px;
  }

  .popup {
    display: none;
    overflow: visible;
  }

  .news-see-more-text-3 {
    font-size: 14px;
  }

  .heading-9.info-text {
    max-width: 50vh;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .manual-tab-desc-2.info-text3 {
    font-size: 10px;
  }

  .news-see-more-2.info-botoon {
    flex-flow: row;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-42 {
    padding: 15px 5px;
    font-size: 10vh;
  }

  .info-block-2 {
    padding-top: 0;
  }

  .moto {
    width: 300px;
    min-width: auto;
    padding: 48px 10px;
  }

  .image-17 {
    width: 200px;
  }

  .text-span-7 {
    font-size: 28px;
  }

  .nav-en {
    height: 60px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .model-contents {
    flex-flow: column;
    display: flex;
  }

  .paragraph-6 {
    word-break: normal;
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph-7 {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .h3 {
    font-size: 20px;
  }

  .div-block-43, .div-block-44 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .plan-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 3%;
  }

  .plan-title-small-2 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 40px;
    font-size: 12px;
    line-height: 42px;
    bottom: 0;
  }

  .plan-text-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 300px;
  }

  .plan-schedule-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: .75fr 1.25fr;
    left: 0;
  }

  .code-embed-3 {
    height: 25px;
    bottom: 19px;
  }

  .plan-copy-en {
    font-size: 11px;
    line-height: 14px;
  }

  .plan-contents-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 310px;
  }

  .plan-title-2 {
    font-size: 30px;
    position: relative;
    bottom: 0;
  }

  .sp-plan-image-2 {
    width: 150px;
    height: 190px;
  }

  .sp-day-text-2 {
    font-size: 14px;
  }

  .plan-place-2 {
    width: 170px;
    height: 50px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 15px;
  }

  .day-2 {
    width: 320px;
    overflow: visible;
  }

  .sp-day-2 {
    font-size: 37px;
  }

  .plan3-2 {
    justify-content: center;
    align-items: center;
    padding: 30px 3%;
  }

  .plan-title-small-3 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 40px;
    font-size: 12px;
    line-height: 42px;
    bottom: 0;
  }

  .plan-schedule-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: .75fr 1.25fr;
    place-items: stretch start;
    left: 0;
  }

  .code-embed-4 {
    height: 25px;
    bottom: 19px;
  }

  .plan-contents-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 310px;
  }

  .plan-title-3 {
    font-size: 30px;
    position: relative;
    bottom: 0;
  }

  .sp-day-3 {
    font-size: 37px;
  }

  .title-date {
    max-width: 95%;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-8 {
    font-size: 17px;
  }

  .modelplan-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .div-block-46, .div-block-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-48 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7583-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7585-7c640cb7 {
  justify-self: end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75a1-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75a5-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75bf-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75c3-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75c7-7c640cb7 {
  place-self: center end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75cc-7c640cb7 {
  justify-self: start;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75ce-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75d3-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75d5-7c640cb7 {
  justify-self: end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75ef-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75f3-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75f7-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b760f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7613-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7617-7c640cb7 {
  place-self: center end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b761c-7c640cb7 {
  justify-self: start;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b761e-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7623-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7625-7c640cb7 {
  justify-self: end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b763f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7643-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7660-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7664-7c640cb7 {
  place-self: center end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b766e-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7673-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7675-7c640cb7 {
  justify-self: end;
}

#w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b768f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7693-7c640cb7 {
  place-self: center end;
}

#w-node-da7a94de-6273-4336-0e3a-9bd885ddba56-7c640cb7, #w-node-b20881dc-62e8-fb2c-79ac-bb48c33c639f-7c640cb7 {
  align-self: start;
}

#w-node-f626ae5a-0c9f-185e-5f5c-503ef4ff9099-7c640cb7 {
  align-self: center;
}

#w-node-_56152c4e-f173-2a45-535d-ad607189cf2d-07d281d6, #w-node-_82b5530a-6e53-aea8-00bf-0c25298cb39a-07d281d6, #w-node-e1f05b89-e34b-fa7c-7077-9c45d2560118-07d281d6, #w-node-bae8765e-acf9-c615-f687-ccad40de3562-07d281d6, #w-node-_7603c357-34e5-48a0-5a1e-fa87bc31df33-07d281d6, #w-node-b9d08614-ec31-fc20-c786-24e89ac9693c-07d281d6, #w-node-_8258449d-3efe-c0cf-529b-7986578d4cf5-07d281d6, #w-node-_1bd93696-ce80-59a4-4c55-d19e0df27fa5-07d281d6, #w-node-cb55b894-7da5-f83c-ed19-4d6c2f82fa71-07d281d6, #w-node-_13f97c97-27c6-5a89-e9e4-d52dc6aef8d5-07d281d6, #w-node-a250a8a7-0974-b0b7-4187-6e5db372f3de-07d281d6, #w-node-_2a5c0115-3eb8-c26d-88da-901f5c859cdd-07d281d6, #w-node-_20536ad1-1598-f5c8-d893-f71248d1688b-07d281d6, #w-node-_147d4254-e8a2-dba8-bce0-9e588e7badd0-07d281d6, #w-node-_4270a4e3-d410-49db-5648-9ab666a4c80f-07d281d6, #w-node-fb68cdb6-40f0-9bbf-aa0e-1a8e2c7fa807-07d281d6, #w-node-_19c9af4e-d383-41e5-4d26-ed6f9100f0db-07d281d6, #w-node-_38c96797-4906-a1a8-e06e-3b269f9bc77f-07d281d6, #w-node-f2ec0dde-fa46-68f5-b8c9-a57337c5aa1d-07d281d6, #w-node-f2ec0dde-fa46-68f5-b8c9-a57337c5aa28-07d281d6, #w-node-ecebdcce-1738-9321-4cc2-10b6606a3675-07d281d6, #w-node-ecebdcce-1738-9321-4cc2-10b6606a3680-07d281d6, #w-node-d559f138-8fa0-6edd-1a2b-8f88ee6b5269-07d281d6, #w-node-d559f138-8fa0-6edd-1a2b-8f88ee6b5274-07d281d6, #w-node-_3404f1bc-7be4-7a76-6699-8830bba93730-07d281d6, #w-node-_3404f1bc-7be4-7a76-6699-8830bba9373b-07d281d6, #w-node-_03205a5a-7903-fb9d-d1e3-dfc248e929eb-07d281d6, #w-node-fda4b46a-1190-8379-7f06-7504840e1c90-07d281d6, #w-node-_6db6f1eb-cd14-fc98-c6a0-7c0de7b8416b-07d281d6, #w-node-_52f23bbe-d734-2abc-9ab4-518431f7ff05-07d281d6, #w-node-_0c076b51-744d-0171-0cf3-ed2f48f57c69-07d281d6, #w-node-_9e54ec17-fddd-ba85-367c-c371d2af64d7-07d281d6, #w-node-_03836ebd-f762-5640-f3ca-798d56c694f8-07d281d6, #w-node-_1eaa9eeb-d1c5-7148-5b33-f8f6f837fdee-07d281d6, #w-node-_24052d81-7003-b503-9658-ba6a67e8cc1e-07d281d6, #w-node-f789b4ae-629c-6e5d-78e5-ca36b2131739-07d281d6, #w-node-_08fcf9b8-b585-7028-ef7f-67962cffa9e9-07d281d6, #w-node-_121d50eb-d50f-5cc7-5da4-e29bcd587097-07d281d6, #w-node-a9243103-0534-960f-a678-3c494225d6db-07d281d6, #w-node-_744cf59b-6cc2-b72d-f8b4-503d676f3003-07d281d6, #w-node-e348256e-87de-3b14-f1cc-77e9ab0ecd9c-07d281d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d995386-2020-3494-d38a-836388f18df1-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18df3-e4794eb8 {
  justify-self: end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e0c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e10-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e28-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e2c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e30-e4794eb8 {
  place-self: center end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e37-e4794eb8 {
  justify-self: start;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e39-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e3e-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e40-e4794eb8 {
  justify-self: end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e5a-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e5e-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e62-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e7c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e80-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e84-e4794eb8 {
  place-self: center end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e89-e4794eb8 {
  justify-self: start;
}

#w-node-_2d995386-2020-3494-d38a-836388f18e8b-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e90-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e92-e4794eb8 {
  justify-self: end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18eac-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18eb0-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18ec8-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18ecc-e4794eb8 {
  place-self: center end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18ed6-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18edb-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18edd-e4794eb8 {
  justify-self: end;
}

#w-node-_2d995386-2020-3494-d38a-836388f18ef7-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18efb-e4794eb8 {
  place-self: center end;
}

#w-node-da7a94de-6273-4336-0e3a-9bd885ddba56-e4794eb8, #w-node-b20881dc-62e8-fb2c-79ac-bb48c33c639f-e4794eb8 {
  align-self: start;
}

#w-node-f626ae5a-0c9f-185e-5f5c-503ef4ff9099-e4794eb8 {
  align-self: center;
}

#w-node-c69eaf9c-6549-444e-92f4-a4c7b428c294-9473a0fd, #w-node-c69eaf9c-6549-444e-92f4-a4c7b428c298-9473a0fd, #w-node-_83d8089c-c765-8df1-c7c1-97136b06c7c6-9473a0fd, #w-node-_7ac6a871-cbfa-6642-7590-91056446f5a8-9473a0fd, #w-node-_1a81aa36-8a7e-ab53-df97-dd0f6db00cc7-9473a0fd, #w-node-_248a6f8c-ae68-8d2d-7d3f-ae0328fb0772-9473a0fd, #w-node-a81670c0-1bc1-88f1-80df-9fb24dbdc5e0-9473a0fd, #w-node-cf68e360-2442-f20f-9e2e-53cb7200550c-9473a0fd, #w-node-_1224a018-e299-f370-4250-4d07a5d7bf79-9473a0fd, #w-node-_3cbecae4-332c-b599-d31f-9a4e37b93b5e-9473a0fd, #w-node-_48e8b793-4b4a-147f-6181-33edc25369e9-9473a0fd, #w-node-_2044aa9d-30e9-257f-309f-3a07b369301e-9473a0fd, #w-node-_4fc98688-0d1e-3303-b8ad-afcc53a5eefd-9473a0fd, #w-node-b796dc50-139a-e15d-88d7-b15434641337-9473a0fd, #w-node-ab5cda35-a680-7e5b-8b3e-65ffd45e76aa-9473a0fd, #w-node-_92cf250c-10f3-8b53-70e0-e40733ef6053-9473a0fd, #w-node-a248f400-5d67-8516-5b8c-8fcdb8ab45d8-9473a0fd, #w-node-_3c73ce3a-e362-cbd2-90e5-3ae14357ab92-9473a0fd, #w-node-_752801e8-1102-5943-04c2-9faa458e70b4-9473a0fd, #w-node-_31e0a7f9-48c5-aaea-d650-7246d71f5744-9473a0fd, #w-node-_5b2743d2-8da9-1bbc-6d74-8b0bb7acd0c9-9473a0fd, #w-node-_5b2743d2-8da9-1bbc-6d74-8b0bb7acd0d4-9473a0fd, #w-node-de024a18-ebb9-a23b-5765-61bf44be1b0a-9473a0fd, #w-node-de024a18-ebb9-a23b-5765-61bf44be1b15-9473a0fd, #w-node-f5ad3ec8-490b-a131-8aa5-69e8642aca8c-9473a0fd, #w-node-f5ad3ec8-490b-a131-8aa5-69e8642aca97-9473a0fd, #w-node-b309adec-4185-103b-caf3-5409f570e218-9473a0fd, #w-node-b309adec-4185-103b-caf3-5409f570e223-9473a0fd, #w-node-_37a6c2ed-ad51-8d1a-1756-272a52aca2d0-9473a0fd, #w-node-_7ed50460-3d7a-9db8-e11c-3afb8f6c012d-9473a0fd, #w-node-_69eeda32-61f9-b0a8-0add-f895bd5b78bf-9473a0fd, #w-node-_44d8cfc5-3090-645a-d4ed-f4ce94f7ed25-9473a0fd, #w-node-_8a1e7d4d-12f1-7762-5d0d-dc456b02a02b-9473a0fd, #w-node-_2038c7db-8e0b-baf5-9786-a98019c5c1d0-9473a0fd, #w-node-_3f036133-3549-5810-d6ee-fbcae52c86bb-9473a0fd, #w-node-d0efac9e-a1a0-596b-5bd9-7556d0de860b-9473a0fd, #w-node-_3c6e3ff1-fa0b-a2b1-af4c-21dd428df898-9473a0fd, #w-node-b2aeafaa-ff4e-5b10-d715-9b19e464ccc2-9473a0fd, #w-node-_9ad51f52-2be3-4d53-d9c8-b3930e770375-9473a0fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f160b7a6-0057-43cf-cf3d-befafcbc5d80-7c640cb7, #w-node-f160b7a6-0057-43cf-cf3d-befafcbc5d79-7c640cb7, #w-node-_5fab16f8-2285-f50d-f51c-cb870252e5f6-7c640cb7 {
    align-self: center;
  }

  #w-node-e1910ad7-b3c1-c1d4-c97d-4a5427f66638-07d281d6 {
    justify-self: center;
  }

  #w-node-f160b7a6-0057-43cf-cf3d-befafcbc5d80-e4794eb8, #w-node-f160b7a6-0057-43cf-cf3d-befafcbc5d79-e4794eb8, #w-node-_5fab16f8-2285-f50d-f51c-cb870252e5f6-e4794eb8 {
    align-self: center;
  }

  #w-node-ccfca5b1-f6bf-9381-ca7b-ebe2b3d3735b-9473a0fd {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75a1-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75a5-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75bf-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75c3-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75c7-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75ef-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75f3-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b75f7-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b760f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7613-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7617-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b763f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7643-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7660-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7664-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b768f-7c640cb7, #w-node-_72f9ef43-da05-fc3b-a7ec-3e5ce12b7693-7c640cb7, #w-node-_2d995386-2020-3494-d38a-836388f18e0c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e10-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e28-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e2c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e30-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e5a-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e5e-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e62-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e7c-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e80-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18e84-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18eac-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18eb0-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18ec8-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18ecc-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18ef7-e4794eb8, #w-node-_2d995386-2020-3494-d38a-836388f18efb-e4794eb8 {
    justify-self: start;
  }
}


