@charset "UTF-8";
@media only screen and (min-width: 769px) {
  .u-inner {
    margin: auto;
    max-width: 74rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.01em;
  background-color: #F8F7F4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-loaded {
  opacity: 1;
}

a {
  color: #000;
}

img,
picture,
svg,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.grecaptcha-badge {
  display: none !important;
}

.u-ja {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.u-fadein.viewed {
  opacity: 1;
}

.u-title {
  font-family: "Gelasio", serif;
  font-size: 22px;
  position: relative;
}
.u-title span {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.u-title::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.u-title.viewed span {
  opacity: 1;
}
.u-title.viewed::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.u-text,
.u-text * {
  line-height: 1.85;
}

.u-nav ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .u-nav ul li:not(:last-child) {
    margin-bottom: 0.7rem;
  }
}
.u-nav ul li a {
  font-family: "Gelasio", serif;
  color: white;
}

.u-button,
.contact-form__submit input {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border: 1px solid #000;
  font-family: "Gelasio", serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 769px) {
  .u-button:hover,
  .contact-form__submit input:hover {
    background-color: #000;
    color: white;
  }
}

.wpcf7-form-control-wrap[data-name=your-title] {
  position: relative;
}
.wpcf7-form-control-wrap[data-name=your-title]::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-right: 0.2rem solid #898989;
  border-top: 0.2rem solid #898989;
  width: 0.9rem;
  height: 0.9rem;
}

@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3rem;
}
.u-sns .insta {
  width: 2.9rem;
}
.u-sns .line {
  width: 3.2rem;
}

.u-cover img,
.u-cover video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.u-cover iframe {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 3rem 0 0 1rem;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 4.8rem 0 0 3rem;
  }
}
.header__logo {
  width: 11.3rem;
}
.header__logo:not(.is-black) .logo-b {
  display: none;
}
.header__logo.is-black .logo-w {
  display: none;
}
.header__nav {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul li a.is-black {
  color: #000;
}
@media only screen and (min-width: 769px) {
  .header__nav ul li a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header__nav ul li a:hover {
    opacity: 0.5;
  }
}

.reserve {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: calc(100% - 3rem);
  height: 50px;
  background-color: #2b2a2a;
  border: 1px solid #2b2a2a;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .reserve {
    bottom: auto;
    left: auto;
    top: 4.6rem;
    right: 3rem;
    width: 24.1rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .reserve:hover {
    background-color: #fff;
    color: #2b2a2a;
  }
}

.is-scrolled .reserve {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding: 2rem 2rem 8.5rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 4rem;
  }
}
.footer__small {
  font-size: 1.1rem;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  height: 100vh;
  height: 100lvh;
  width: 26rem;
  background-color: #2B2A2A;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media only screen and (min-width: 769px) {
  .menu {
    display: none !important;
  }
}
.menu__overlay {
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .menu__overlay {
    display: none;
  }
}
.menu__button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: #2B2A2A;
  height: 6rem;
  width: 6rem;
}
@media only screen and (min-width: 769px) {
  .menu__button {
    display: none;
  }
}
.menu__button::after, .menu__button::before {
  content: "";
  background-color: white;
  height: 1px;
  width: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.menu__button::after {
  -webkit-transform: translate(-50%, calc(-50% - 0.7rem));
          transform: translate(-50%, calc(-50% - 0.7rem));
}
.menu__button::before {
  -webkit-transform: translate(-50%, calc(-50% + 0.7rem));
          transform: translate(-50%, calc(-50% + 0.7rem));
}
.menu__inner {
  height: 100%;
  padding: 15rem 3.4rem 4rem;
  overflow-y: scroll;
}
.menu__logo {
  width: 11.3rem;
}
.menu__nav {
  margin: 6.2rem 0 6.5rem;
}

.menu-is-open .menu__overlay {
  opacity: 1;
  pointer-events: auto;
}
.menu-is-open .menu__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.menu-is-open .menu__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.menu-is-open .menu {
  -webkit-transform: none;
          transform: none;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
}

.embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 0;
}

.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 30;
  background-color: #707070;
  padding: 2rem;
  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;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .gallery {
    padding: 3.2rem 14rem;
  }
}
.gallery__close {
  z-index: 1;
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
}
@media only screen and (min-width: 769px) {
  .gallery__close {
    top: 3rem;
    right: 3rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}
.gallery__close::after, .gallery__close::before {
  content: "";
  background-color: white;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.gallery__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.gallery__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery__slider .embla {
  height: 100%;
}
.gallery__slider .embla__viewport {
  height: 100%;
}
.gallery__slider .embla__container {
  height: 100%;
}
.gallery__slider .embla__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.gallery__slider .embla__slide picture {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery__slider .embla__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery__slider .embla__prev, .gallery__slider .embla__next {
  position: absolute;
  top: 50%;
}
.gallery__slider .embla__prev {
  left: 1rem;
}
@media only screen and (min-width: 769px) {
  .gallery__slider .embla__prev {
    left: 5rem;
  }
}
.gallery__slider .embla__next {
  right: 1rem;
}
@media only screen and (min-width: 769px) {
  .gallery__slider .embla__next {
    right: 5rem;
  }
}

.gallery-is-open .gallery {
  opacity: 1;
  pointer-events: auto;
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.mv__slider {
  height: 58rem;
}
@media only screen and (min-width: 769px) {
  .mv__slider {
    height: 100vh;
  }
}
.mv__picture {
  display: block;
  height: 100%;
}
.mv__text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.2rem 2rem;
}
@media only screen and (min-width: 769px) {
  .mv__text {
    left: 50%;
    bottom: auto;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv__text h1,
.mv__text p {
  font-family: "Gelasio", serif;
  color: #fff;
  line-height: 2.1rem;
}
@media only screen and (min-width: 769px) {
  .mv__text h1,
  .mv__text p {
    line-height: 2.7rem;
  }
}
.mv__text h1 {
  font-size: 2rem;
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .mv__text h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .mv__text p {
    font-size: 1.8rem;
  }
}

.mv__slider.embla .embla__viewport,
.mv__slider.embla .embla__container,
.mv__slider.embla .embla__slide {
  height: 100%;
}

.intro {
  padding: 7.7rem 2rem 3.8rem;
}
@media only screen and (min-width: 769px) {
  .intro {
    padding: 7.7rem 2rem 5rem;
  }
}
.intro__title {
  font-family: "Gelasio", serif;
  font-size: 2.2rem;
  margin-bottom: 5.7rem;
}
@media only screen and (min-width: 769px) {
  .intro__title {
    margin-bottom: 5rem;
  }
}

.about {
  padding: 3.8rem 2rem 8rem;
}
@media only screen and (min-width: 769px) {
  .about {
    padding: 3.8rem 2rem 16.3rem;
  }
}
.about__container {
  margin-top: 7.5rem;
  display: -ms-grid;
  display: grid;
  row-gap: 11.1rem;
}
@media only screen and (min-width: 769px) {
  .about__container {
    margin-top: 10.5rem;
    row-gap: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .about__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.about__title {
  margin-bottom: 3.8rem;
  line-height: 1.8;
}

.space {
  padding: 3.8rem 2rem 3.9rem;
}
@media only screen and (min-width: 769px) {
  .space {
    padding: 3.8rem 2rem 20.2rem;
  }
}
.space__equipment {
  margin: 8rem auto 13rem;
}
@media only screen and (min-width: 769px) {
  .space__equipment {
    margin: 4.3rem auto 13.4rem;
  }
}
.space__thumbnail {
  margin-bottom: 2.9rem;
  margin-top: 7.5rem;
}
@media only screen and (min-width: 769px) {
  .space__thumbnail {
    margin: 8.8rem auto 4.2rem;
    max-width: 63rem;
  }
}
.space__table {
  margin-top: 4.4rem;
}
@media only screen and (min-width: 769px) {
  .space__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-top: 8.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .space__table-col:first-child .space__table-col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.space__table-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #777;
  padding: 1.3rem 0;
}
@media only screen and (min-width: 769px) {
  .space__table-col-row:first-child {
    border-top: none;
  }
}
.space__table-col-row-col:first-child {
  width: 36%;
  padding-right: 2rem;
}
@media only screen and (min-width: 769px) {
  .space__table-col-row-col:first-child {
    width: 38%;
  }
}
.space__plan {
  margin-top: 5.5rem;
}

.info {
  padding: 3.8rem 2rem 7.6rem;
}
@media only screen and (min-width: 769px) {
  .info {
    padding: 3.8rem 2rem 8.2rem;
  }
}
.info__container {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
  margin-top: 4.8rem;
}
@media only screen and (min-width: 769px) {
  .info__container {
    margin-top: 7.8rem;
  }
}
.info__row {
  background-color: #fff;
  padding: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .info__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 2.7fr;
    grid-template-columns: 1fr 2.7fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.4rem 2rem;
  }
}
.info__col:first-child {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .info__col:first-child {
    margin-bottom: 0;
  }
}
.info__col ul li {
  position: relative;
  padding-left: 1.1rem;
}
.info__col ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.booking {
  padding: 3.8rem 2rem 9.9rem;
}
.booking__container {
  display: -ms-grid;
  display: grid;
  row-gap: 3.5rem;
  margin-top: 5.5rem;
}
@media only screen and (min-width: 769px) {
  .booking__container {
    margin-top: 9.5rem;
    row-gap: 6.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .booking__row {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 3.6fr;
    grid-template-columns: 1fr 3.6fr;
  }
}
.booking__col:first-child {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .booking__col:first-child {
    margin-bottom: 0;
  }
}
.booking__col p,
.booking__col h3 {
  line-height: 1.8;
}
.booking__col a {
  text-decoration: underline;
}

.contact {
  padding: 3.8rem 2rem 10rem;
}
@media only screen and (min-width: 769px) {
  .contact {
    padding: 3.8rem 2rem 7.6rem;
  }
}
.contact__line {
  margin-top: 5.3rem;
  line-height: 1.9;
}
@media only screen and (min-width: 769px) {
  .contact__line {
    margin-top: 7rem;
  }
}
.contact__line a {
  text-decoration: underline;
}
.contact__form {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .contact__form {
    margin-top: 6rem;
  }
}
.contact-form {
  font-size: 1.2rem;
}
.contact-form .contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .contact-form .contact-form-grid {
    margin-bottom: 8.5rem;
  }
}
.contact-form .contact-form-grid p {
  border-bottom: 1px dotted #777;
  padding: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .contact-form .contact-form-grid p {
    padding: 1rem;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 4fr;
    grid-template-columns: 1fr 4fr;
  }
}
.contact-form .contact-form-grid label {
  display: none;
}
@media only screen and (min-width: 769px) {
  .contact-form .contact-form-grid label {
    display: block;
    padding: 1rem 0;
  }
}
.contact-form .contact-form-grid input,
.contact-form .contact-form-grid textarea,
.contact-form .contact-form-grid select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
}
.contact-form .contact-form-grid br {
  display: none;
}
.contact .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-size: 1.1rem;
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
  margin-top: 0;
  border: none;
  text-align: center;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  color: green;
  margin-top: 0;
  border: none;
  text-align: center;
}

.access {
  padding: 3.8rem 2rem 4.7rem;
}
@media only screen and (min-width: 769px) {
  .access {
    padding: 3.8rem 2rem 1.5rem;
  }
}
.access__container {
  margin-top: 5.8rem;
}
@media only screen and (min-width: 769px) {
  .access__container {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
    -ms-grid-columns: 1fr 5.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 6.9rem;
  }
  .access__container a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .access__container a:hover {
    opacity: 0.6;
  }
}
.access__col:first-child {
  margin-bottom: 6rem;
}
.access__map {
  height: 30rem;
}
.access__logo {
  width: 14rem;
}
.access__address {
  margin-top: 4rem;
  line-height: 1.8;
}
.access__table {
  margin: 3.3rem 0 2.7rem;
}
@media only screen and (min-width: 769px) {
  .access__table {
    margin: 3.3rem 0 2rem;
  }
}
.access__table td,
.access__table th {
  text-align: left;
  line-height: 1.9;
}
.access__table th {
  width: 36%;
  padding-right: 2rem;
}