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

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 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 */
}

/*
* 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: 80%;
  /* 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 {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 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 */
}

/* 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;
}

/* # =================================================================
   # 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: 0;
  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 {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* 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
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* 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;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 2.13;
}

.-brown {
  background-color: #2C2924;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  outline: none;
}

textarea {
  background-color: #fff;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #F4F4F4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}

select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 1099px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 1100px) {
  .sp {
    display: none;
  }
}

/* blocks */
/* --------------------
* Access
* -------------------- */
.Access {
  padding: 38px 0 50px;
}

.Access .Access__inner {
  padding: 0 20px;
}

.Access .Access__mapWrap {
  margin: 42px -20px 5px;
}

.Access .Access__map {
  width: 100%;
}

.Access .Access__text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 1100px) {
  .Access {
    padding: 68px 0 55px;
  }
  .Access .Access__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Access .Access__mapWrap {
    margin-bottom: 17px;
    margin-top: 58px;
    padding: 0 130px;
  }
  .Access .Access__text {
    font-size: 18px;
    margin-bottom: 73px;
    padding: 0 110px;
  }
}

/* --------------------
* Banner
* -------------------- */
.Banner {
  padding: 0 0 22px;
}

.Banner .Banner__inner {
  padding: 0 10px;
}

.Banner .Banner__area {
  margin: 0 auto;
  max-width: 500px;
}

@media print, screen and (min-width: 1100px) {
  .Banner {
    padding: 42px 0;
  }
  .Banner .Banner__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Banner .Banner__area {
    max-width: 100%;
  }
}

/* --------------------
* Breadcrumb
* -------------------- */
.BreadcrumbList {
  background-color: #2C2924;
}

.BreadcrumbList ol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

.BreadcrumbList li {
  margin-right: 23px;
  position: relative;
}

.BreadcrumbList li:before {
  background-image: url(../images/breadcrumb_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: -13px;
  top: 46%;
  width: 6px;
}

.BreadcrumbList li:last-child:before {
  display: none;
}

.BreadcrumbList li:last-child a {
  color: #fff;
}

.BreadcrumbList a {
  color: #C9BCA4;
  font-size: 13px;
}

@media print, screen and (min-width: 1100px) {
  .BreadcrumbList ol {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 0;
  }
  .BreadcrumbList li {
    margin-right: 28px;
  }
  .BreadcrumbList li:before {
    height: 10px;
    right: -18px;
    top: 42%;
    width: 8px;
  }
  .BreadcrumbList a {
    font-size: 18px;
  }
}

/* --------------------
* Btn1
* -------------------- */
.Btn1 .Btn1__link {
  background: rgba(28, 26, 22, 0.4);
  border: 2px solid #C19D59;
  border-radius: 50px;
  color: #C19D59;
  display: block;
  font-size: 17px;
  font-weight: 700;
  height: 60px;
  margin: 0 auto;
  max-width: 335px;
  padding-top: 9px;
  position: relative;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn1 .Btn1__link:before {
  border: 6px solid transparent;
  border-left: 6px solid #C19D59;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 6px;
}

.Btn1 .Btn1__link:hover {
  background-color: #C19D59;
  color: #fff;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn1 .Btn1__link:hover:before {
  border-left: 6px solid #fff;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media print, screen and (min-width: 1100px) {
  .Btn1 .Btn1__link {
    font-size: 26px;
    height: 80px;
    margin: 0 auto 23px;
    max-width: 500px;
  }
  .Btn1 .Btn1__link:before {
    border: 7px solid transparent;
    border-left: 7px solid #C19D59;
    height: 7px;
    right: 5.6%;
    width: 7px;
  }
  .Btn1 .Btn1__link:hover:before {
    border-left: 7px solid #fff;
  }
  .Btn1 .Btn1__link.-small {
    font-size: 20px;
    padding-top: 15px;
  }
}

/* --------------------
* Btn2
* -------------------- */
.Btn2 .Btn2__link {
  background: #60A856;
  border: 2px solid #60A856;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 5px;
  max-width: 335px;
  position: relative;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn2 .Btn2__link.-gold {
  background-color: #C19D59;
  border: #C19D59;
}

.Btn2 .Btn2__link.-gold:before {
  background-image: url(../images/icon_btn2_club.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
}

.Btn2 .Btn2__link:before {
  background-image: url(../images/icon_btn2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.Btn2 .Btn2__link:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn2 .Btn2__label {
  font-weight: 700;
  margin-left: 33px;
}

@media print, screen and (min-width: 1100px) {
  .Btn2 .Btn2__link {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 23px;
    max-width: 500px;
  }
  .Btn2 .Btn2__link.-gold:before {
    height: 28px;
    left: 26%;
    width: 39px;
  }
  .Btn2 .Btn2__link:before {
    height: 40px;
    left: 12%;
    width: 28px;
  }
  .Btn2 .Btn2__label {
    margin-left: 39px;
  }
}

/* --------------------
* Btn3
* -------------------- */
.Btn3 .Btn3__link {
  background: rgba(28, 26, 22, 0.4);
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  height: 60px;
  letter-spacing: 0.06em;
  line-height: 60px;
  margin: 0 auto 5px;
  max-width: 335px;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn3 .Btn3__link:before {
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 6px;
}

.Btn3 .Btn3__link:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Btn3 .Btn3__link:hover:before {
  border-left: 6px solid #000;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media print, screen and (min-width: 1100px) {
  .Btn3 .Btn3__link {
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 23px;
    max-width: 500px;
  }
  .Btn3 .Btn3__link:before {
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    height: 7px;
    right: 5.6%;
    width: 7px;
  }
  .Btn3 .Btn3__link:hover:before {
    border-left: 7px solid #000;
  }
}

/* --------------------
* BurgerMenu
* -------------------- */
.BurgerMenu {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 60px;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  width: 100%;
  z-index: 200;
}

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

.BurgerMenu .BurgerMenu__inner {
  margin: 34px auto 0;
  text-align: center;
}

.BurgerMenu .BurgerMenu__list1 {
  margin: 0 auto 34px;
  max-width: 375px;
}

.BurgerMenu .BurgerMenu__item1Link {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  margin: 10px 0;
}

.BurgerMenu .BurgerMenu__item1Link:hover {
  opacity: 0.7;
}

.BurgerMenu .BurgerMenu__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 50px;
  max-width: 250px;
}

.BurgerMenu .BurgerMenu__item2 {
  padding: 0 10px;
  position: relative;
}

.BurgerMenu .BurgerMenu__item2:nth-child(2):before {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.BurgerMenu .BurgerMenu__item2Link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.BurgerMenu .BurgerMenu__item2Link:hover {
  opacity: 0.7;
}

/* --------------------
* Contact
* -------------------- */
.Contact {
  padding: 50px 0;
}

.Contact .Contact__inner {
  padding: 0 20px;
}

@media print, screen and (min-width: 1100px) {
  .Contact {
    padding: 80px 0;
  }
  .Contact .Contact__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
}

/* --------------------
* Faq
* -------------------- */
.FAQ {
  padding: 50px 0 47.6px;
}

.FAQ .FAQ__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.FAQ .FAQ__list.-top {
  margin-top: 65px;
}

.FAQ .FAQ__question {
  color: #C9BCA4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 29px;
  position: relative;
}

.FAQ .FAQ__question::before {
  content: "Q";
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  left: 2px;
  position: absolute;
  top: -3px;
}

.FAQ .FAQ__answer {
  background-image: linear-gradient(to right, #C19D59, #C19D59 1px, transparent 1px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 22.9px;
  padding-bottom: 20px;
  padding-left: 29px;
  position: relative;
}

.FAQ .FAQ__answer::before {
  content: "A";
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -3px;
}

@media print, screen and (min-width: 1100px) {
  .FAQ {
    padding: 68px 0 26px;
  }
  .FAQ .FAQ__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .FAQ .FAQ__list {
    margin-top: 60px;
  }
  .FAQ .FAQ__question {
    font-size: 18px;
    margin-bottom: 32px;
    padding-left: 35px;
  }
  .FAQ .FAQ__question::before {
    content: "Q";
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    left: 0px;
    position: absolute;
    top: -3px;
  }
  .FAQ .FAQ__answer {
    font-size: 18px;
    margin-bottom: 54px;
    padding-bottom: 50px;
    padding-left: 35px;
  }
  .FAQ .FAQ__answer::before {
    content: "A";
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: -3px;
  }
}

/* --------------------
* Fixed__btn
* -------------------- */
.Fixed__btn {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 0 10px;
  position: fixed;
  right: 0;
}

.Fixed__btn.-burger {
  background-color: transparent;
  bottom: auto;
}

.Fixed__btn .Fixed__btnInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 355px;
}

.Fixed__btn .Fixed__btnArea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 172px;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Fixed__btn .Fixed__btnArea:hover {
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Fixed__btn .Fixed__btnArea.-reserve {
  -webkit-filter: drop-shadow(0px 2.9px 0px #805d1d);
  filter: drop-shadow(0px 2.9px 0px #805d1d);
}

.Fixed__btn .Fixed__btnArea.-reserve:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../images/icon_fixed_club.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14.44px;
  pointer-events: none;
  position: absolute;
  right: 72%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.Fixed__btn .Fixed__btnArea.-member {
  -webkit-filter: drop-shadow(0px 2.9px 0px #376c30);
  filter: drop-shadow(0px 2.9px 0px #376c30);
}

.Fixed__btn .Fixed__btnArea.-member:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../images/icon_fixed_pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 19px;
  pointer-events: none;
  position: absolute;
  right: 79%;
  top: 50%;
  transform: translateY(-50%);
  width: 13.24px;
}

.Fixed__btn .Fixed__btnLink {
  border-radius: 6px;
  color: #fff;
  display: block;
  height: 60px;
  padding-left: 20px;
  text-align: center;
}

.Fixed__btn .Fixed__btnLink.-reserve {
  background-color: #C19D59;
  line-height: 60px;
}

.Fixed__btn .Fixed__btnLink.-reserve:hover {
  background-color: #876E3E;
}

.Fixed__btn .Fixed__btnLink.-member {
  background-color: #60A856;
  line-height: 1.3;
  padding-left: 26%;
  padding-top: 9px;
  text-align: left;
}

.Fixed__btn .Fixed__btnLink.-member:hover {
  background-color: #43763C;
}

.Fixed__btn .Fixed__btnText {
  font-size: 15px;
  font-weight: 700;
}

@media print, screen and (min-width: 1100px) {
  .Fixed__btn {
    background-color: transparent;
  }
  .Fixed__btn .Fixed__btnInner {
    margin: 0 10px 0 auto;
  }
  .Fixed__btn .Fixed__btnInner.-burger {
    margin: 0 auto;
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer {
  padding-bottom: 46px;
}

.Footer .Footer__inner {
  margin: 0 0 38px;
}

.Footer .Footer__contactInner {
  margin-bottom: 29px;
  position: relative;
}

.Footer .Footer__contactImage {
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.Footer .Footer__contactTextWrap {
  left: 50%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 13%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.Footer .Footer__contactTextArea {
  margin-top: 27px;
}

.Footer .Footer__contactText {
  font-size: 15px;
  margin-bottom: 24px;
}

.Footer .Footer__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 29px;
  max-width: 333px;
}

.Footer .Footer__listItem {
  font-size: 13px;
  line-height: 3;
  padding: 0 10px;
  position: relative;
}

.Footer .Footer__listItem:before {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.Footer .Footer__listItem:first-child:before, .Footer .Footer__listItem:nth-child(5):before, .Footer .Footer__listItem:nth-child(8):before {
  display: none;
}

.Footer .Footer__listLink {
  color: #fff;
}

.Footer .Footer__listLink:hover {
  opacity: 0.7;
}

.Footer .Footer__listCopyright {
  letter-spacing: 0.03em;
  text-align: center;
}

.Footer .Footer__listCopyrightText {
  font-size: 10px;
}

@media print, screen and (min-width: 1100px) {
  .Footer .Footer__contactInner {
    margin-bottom: 57px;
  }
  .Footer .Footer__contactImage {
    height: 460px;
  }
  .Footer .Footer__contactTextArea {
    margin-top: 34px;
  }
  .Footer .Footer__contactText {
    font-size: 18px;
  }
  .Footer .Footer__listWrap {
    max-width: 566px;
  }
  .Footer .Footer__listItem {
    font-size: 18px;
  }
  .Footer .Footer__listItem:nth-child(5):before, .Footer .Footer__listItem:nth-child(8):before {
    display: block;
  }
  .Footer .Footer__listItem:nth-child(6):before {
    display: none;
  }
  .Footer .Footer__listCopyrightText {
    font-size: 14px;
  }
}

/* --------------------
* Header
* -------------------- */
.Header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.Header .Header__inner {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Header .Header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.Header .Header__logoImageWrap {
  margin-right: 18px;
  padding: 2px;
}

.Header .Header__logoText {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 60px;
}

.Header .Header__burger {
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 60px;
}

.Header .Header__burger.-open .Header__burgerLine:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.Header .Header__burger.-open .Header__burgerLine:nth-child(2) {
  -webkit-transform: translateY(0) scaleY(0);
  transform: translateY(0) scaleY(0);
}

.Header .Header__burger.-open .Header__burgerLine:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.Header .Header__burgerLine {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  width: 26px;
}

.Header .Header__burgerLine:nth-child(1) {
  top: calc(50% - 9px);
}

.Header .Header__burgerLine:nth-child(2) {
  top: calc(50% - 1px);
}

.Header .Header__burgerLine:nth-child(3) {
  top: calc(50% + 8px);
}

/* --------------------
* Hero
* -------------------- */
.Hero {
  width: 100%;
}

.Hero .Hero__inner {
  margin-bottom: 50px;
  margin-bottom: 187px;
  position: relative;
}

.Hero .Hero__mvImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.Hero .Hero__titleImageWrap {
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 12px;
  width: 67%;
}

.Hero .Hero__titleImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

.Hero .Hero__title {
  font-size: 34px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.Hero .Hero__mainTextWrap {
  bottom: -150px;
  left: 0;
  padding: 0 20px;
  position: absolute;
}

.Hero .Hero__mainText {
  font-size: 15px;
  font-weight: 700;
}

.Hero .Hero__mainTextBg {
  background-color: #60A856;
  line-height: 2.7;
  padding: 5px 9px;
}

@media print, screen and (min-width: 1100px) {
  .Hero .Hero__inner {
    margin: 0 auto;
  }
  .Hero .Hero__titleImageWrap {
    right: 8px;
    top: 68px;
    width: 380px;
  }
  .Hero .Hero__title {
    font-size: 50px;
  }
  .Hero .Hero__mainTextWrap {
    bottom: 5%;
    left: 13.3%;
    padding: 0;
  }
  .Hero .Hero__mainText {
    font-size: 20px;
  }
  .Hero .Hero__mainTextBg {
    line-height: 2.7;
    padding: 5px 14px;
  }
}

/* --------------------
* News
* -------------------- */
.News {
  padding: 44px 0 35px;
}

.News .News__inner {
  padding: 0 20px;
}

.News .News__list {
  margin-top: 37px;
}

.News .News__item {
  border-bottom: 1px dotted #C19D59;
  margin-bottom: 17px;
  padding-bottom: 19px;
}

.News .News__date {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.News .News__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

.News .News__text {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

@media print, screen and (min-width: 1100px) {
  .News {
    padding: 68px 0 55px;
  }
  .News .News__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .News .News__list {
    margin-top: 51px;
  }
  .News .News__item {
    margin-bottom: 25px;
    padding-bottom: 29px;
  }
  .News .News__date {
    font-size: 16px;
  }
  .News .News__title {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .News .News__text {
    font-size: 18px;
  }
}

/* --------------------
* PageTitle
* -------------------- */
.PageTitle .PageTitle__inner {
  margin-bottom: -10px;
  position: relative;
}

.PageTitle .PageTitle__text {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 43%;
  width: 100%;
}

@media print, screen and (min-width: 1100px) {
  .PageTitle .PageTitle__image {
    width: 100%;
  }
  .PageTitle .PageTitle__text {
    font-size: 40px;
    top: 44%;
  }
}

/* --------------------
* Plan
* -------------------- */
.Plan {
  padding: 40px 0 48px;
}

.Plan .Plan__inner {
  padding: 0 20px;
}

.Plan .Plan__text1 {
  font-size: 15px;
  margin-bottom: 14px;
  margin-top: 19px;
  text-align: center;
}

.Plan .Plan__list {
  margin-bottom: 29px;
}

.Plan .Plan__list.-first {
  margin-bottom: 39px;
  margin-top: 22px;
}

.Plan .Plan__list.-visitor {
  margin-bottom: 39px;
  margin-top: 22px;
}

.Plan .Plan__content {
  background-color: #fff;
  color: #000;
  margin-bottom: 19px;
  text-align: center;
}

.Plan .Plan__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  text-align: center;
}

.Plan .Plan__title.-premium {
  background-color: #C19D59;
  color: #fff;
}

.Plan .Plan__title.-standard {
  background-color: #C9BCA4;
}

.Plan .Plan__title.-regular {
  background-color: #E8E1D3;
}


.Plan .Plan__title.-first {
  background-color: #7AB476;
  color: #fff;
}

.Plan .Plan__title.-visitor {
  background-color: #9ECCE5;
}

.Plan .Plan__price {
  margin-bottom: -8px;
  margin-top: -5px;
}

.Plan .Plan__priceText1 {
  font-size: 12px;
}

.Plan .Plan__priceText1.-first {
  font-size: 18px;
  font-weight: 700;
}

.Plan .Plan__priceText1.-visitor {
  font-size: 18px;
  font-weight: 700;
}

.Plan .Plan__priceText2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.Plan .Plan__priceText3 {
  font-size: 18px;
  font-weight: 700;
}

.Plan .Plan__priceText4 {
  font-size: 12px;
}

.Plan .Plan__text2 {
  display: inline-block;
  letter-spacing: -0.05em;
  margin-left: 14px;
  padding-bottom: 15px;
  position: relative;
}

.Plan .Plan__text2:before {
  background-image: url(../images/icon_ball.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: -19px;
  position: absolute;
  top: 8px;
  width: 14px;
}


.Plan .Plan__yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEC86), to(#FFEC86));
  background-image: linear-gradient(#FFEC86, #FFEC86);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 35%;
  display: inline-block;
  font-weight: 700;
  font-weight: 700;
  padding: 0 4px;
}

.Plan .Plan__note {
  font-size: 15px;
  margin-top: 4px;
  text-align: center;
}

@media print, screen and (min-width: 1100px) {
  .Plan {
    padding: 68px 0 72px;
  }
  .Plan .Plan__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Plan .Plan__text1 {
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 15px;
  }
  .Plan .Plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 32px;
    max-width: 1100px;
  }
  .Plan .Plan__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 784px;
  }
  .Plan .Plan__content {
    width: 312px;
  }
  .Plan .Plan__content.-first {
    width: 360px;
  }
  .Plan .Plan__content.-visitor {
    width: 360px;
  }
  .Plan .Plan__note {
    margin-top: -14px;
  }
}

/* --------------------
* Price
* -------------------- */
.Price {
  padding: 42px 0 38px;
}

.Price .Price__inner {
  padding: 0 20px;
}

.Price .Price__admissionBannerArea {
  margin: 42px auto 40px;
  max-width: 500px;
}

.Price .Price__plan {
  background-color: #2C2924;
  margin: 0 -20px;
}

.Price .Price__planInner {
  padding: 42px 0 0;
}

.Price .Price__planList {
  color: #000;
  margin-top: 42px;
  padding: 0 20px;
}

.Price .Price__planItem {
  background-color: #fff;
  margin: 0 auto 21px;
  max-width: 700px;
  overflow: hidden;
}

.Price .Price__planItem.-first {
  margin: 23px auto 38px;
}

.Price .Price__planItem.-visitor {
  margin: 23px auto 38px;
}

.Price .Price__planTitle {
  font-size: 18px;
  font-weight: 700;
  padding: 17px;
  text-align: center;
}

.Price .Price__planTitle.-premium {
  background-color: #C19D59;
  color: #fff;
}

.Price .Price__planTitle.-standard {
  background-color: #C9BCA4;
}

.Price .Price__planTitle.-regular {
  background-color: #E8E1D3;
}


.Price .Price__planTitle.-first {
  background-color: #7AB476;
  color: #fff;
}

.Price .Price__planTitle.-visitor {
  background-color: #9ECCE5;
}

.Price .Price__planMonthly {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 12px;
  text-align: center;
}

.Price .Price__planMonthlyText {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.Price .Price__planMonthlyText.-monthly {
  font-size: 12px;
  margin-right: 0.5em;
}

.Price .Price__planMonthlyText.-num {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.Price .Price__planMonthlyText.-yen {
  font-size: 18px;
  font-weight: 700;
}

.Price .Price__planMonthlyText.-tax {
  font-size: 12px;
}

.Price .Price__planMenu {
  padding: 10px 20px 10px;
}

.Price .Price__planMenu.-standardMenu {
  padding-bottom: 46px;
}

.Price .Price__planMenuText {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.6;
  margin-bottom: 14px;
  padding-left: 23px;
  position: relative;
}

.Price .Price__planMenuText:before {
  background-image: url(../images/icon_ball.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.Price .Price__planMenuTextUnderline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEC86), to(#FFEC86));
  background-image: linear-gradient(#FFEC86, #FFEC86);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 35%;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}

.Price .Price__planTicket {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  font-size: 14px;
  line-height: 1.5;
  padding: 22px 5px;
  text-align: center;
}

.Price .Price__planTicketText.-tax {
  display: inline-block;
  font-size: 10px;
  margin: 0 -0.4em;
}

.Price .Price__sub {
  color: #000;
  margin-top: 42px;
  padding: 0 20px 42px;
}

.Price .Price__subNote {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.Price .Price__noteInner {
  padding: 42px 0 0;
}

.Price .Price__noteTextArea {
  padding: 26px 0 0;
  padding-left: 2.2em;
}

.Price .Price__noteText {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}

.Price .Price__noteText::before {
  left: -2.2em;
  position: absolute;
  top: 0;
}

.Price .Price__noteText:nth-child(1)::before {
  content: "(1)";
}

.Price .Price__noteText:nth-child(2)::before {
  content: "(2)";
}

.Price .Price__noteText:nth-child(3)::before {
  content: "(3)";
}

.Price .Price__noteText:nth-child(4)::before {
  content: "(4)";
}

.Price .Price__noteText:nth-child(5)::before {
  content: "(5)";
}

.Price .Price__noteText:nth-child(6)::before {
  content: "(6)";
}

.Price .Price__noteText:nth-child(7)::before {
  content: "(7)";
}

.Price .Price__noteText:nth-child(8)::before {
  content: "(8)";
}

.Price .Price__noteText:nth-child(9)::before {
  content: "(9)";
}

.Price .Price__noteText:nth-child(10)::before {
  content: "(10)";
}

.Price .Price__noteText:nth-child(11)::before {
  content: "(11)";
}

.Price .Price__noteText:nth-child(12)::before {
  content: "(12)";
}

.Price .Price__noteText:nth-child(13)::before {
  content: "(13)";
}

.Price .Price__noteText:nth-child(14)::before {
  content: "(14)";
}

.Price .Price__noteText:nth-child(15)::before {
  content: "(15)";
}

.Price .Price__noteText:nth-child(16)::before {
  content: "(16)";
}

.Price .Price__noteText:nth-child(17)::before {
  content: "(17)";
}

.Price .Price__noteText:nth-child(18)::before {
  content: "(18)";
}

.Price .Price__noteText:nth-child(19)::before {
  content: "(19)";
}

@media print, screen and (min-width: 1100px) {
  .Price {
    padding: 66px 0 37px;
  }
  .Price .Price__inner {
    margin: 0 auto;
    padding: 0 50px;
  }
  .Price .Price__admissionInner {
    margin: 0 auto;
    max-width: 1000px;
  }
  .Price .Price__admissionBannerArea {
    margin: 57px auto 71px;
    max-width: 100%;
  }
  .Price .Price__plan {
    margin: 0 -50px;
  }
  .Price .Price__planInner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 64px 0 80px;
  }
  .Price .Price__planList {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 59px -10px 0;
    padding: 0;
  }
  .Price .Price__planItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    margin: 0;
  }
  .Price .Price__planTitle {
    padding: 14px;
  }
  .Price .Price__planMenuText {
    margin-bottom: 12px;
  }
  .Price .Price__planTicket {
    padding: 20px 5px;
  }
  .Price .Price__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 784px;
    padding: 0 0 74px;
  }
  .Price .Price__subItem {
    width: 360px;
  }
  .Price .Price__subNote {
    margin-top: -14px;
  }
  .Price .Price__noteInner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 67px 0 0;
  }
  .Price .Price__noteTextArea {
    padding-top: 51px;
  }
  .Price .Price__noteText {
    font-size: 18px;
    margin-bottom: 38px;
  }
}

/* --------------------
* Recommend
* -------------------- */
.Recommend {
  padding: 50px 0 43px;
}

.Recommend .Recommend__inner {
  padding: 0 20px;
}

.Recommend .Recommend__title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  margin-bottom: 53px;
  margin-left: 20%;
}

.Recommend .Recommend__title1Text {
  position: relative;
}

.Recommend .Recommend__title1Text:before {
  background-image: url(../images/logo_small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 56px;
  left: -65px;
  position: absolute;
  top: 0;
  width: 56px;
}

.Recommend .Recommend__contents {
  margin-bottom: 31px;
}

.Recommend .Recommend__type {
  background-color: #000;
  margin-bottom: 21px;
  padding: 34px 25px 13px 40px;
}

.Recommend .Recommend__title2 {
  color: #C19D59;
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 8px;
  text-align: center;
}

.Recommend .Recommend__title2Text.-type1 {
  position: relative;
}

.Recommend .Recommend__title2Text.-type1:before {
  background-image: url(../images/recommend_type1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 59px;
  left: -48px;
  position: absolute;
  top: -15px;
  width: 46px;
}

.Recommend .Recommend__title2Text.-type2 {
  position: relative;
}

.Recommend .Recommend__title2Text.-type2:before {
  background-image: url(../images/recommend_type2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 60px;
  left: -43px;
  position: absolute;
  top: -18px;
  width: 31px;
}

.Recommend .Recommend__item {
  line-height: 1.4;
  margin-bottom: 18px;
  position: relative;
}

.Recommend .Recommend__item:before {
  background-image: url(../images/icon_ball.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: -24px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.Recommend .Recommend__itemText {
  color: #C9BCA4;
  font-size: 15px;
}

@media print, screen and (min-width: 1100px) {
  .Recommend {
    padding: 80px 0 58px;
  }
  .Recommend .Recommend__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Recommend .Recommend__title1 {
    font-size: 30px;
    margin-bottom: 90px;
    margin-left: 7%;
  }
  .Recommend .Recommend__title1Text:before {
    left: -72px;
    top: -7px;
  }
  .Recommend .Recommend__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 58px;
  }
  .Recommend .Recommend__type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    padding: 39px 25px 25px 78px;
  }
  .Recommend .Recommend__title2 {
    font-size: 20px;
    margin-bottom: 33px;
    margin-left: -8px;
  }
  .Recommend .Recommend__title2Text.-type1:before {
    height: 59px;
    left: -43px;
    top: -11px;
    width: 46px;
  }
  .Recommend .Recommend__item {
    margin-bottom: 22px;
  }
  .Recommend .Recommend__item:before {
    height: 26px;
    left: -37px;
    top: 4px;
    width: 18px;
  }
  .Recommend .Recommend__itemText {
    font-size: 18px;
  }
}

/* --------------------
* Room
* -------------------- */
.Room {
  padding: 38px 0 50px;
}

.Room .Room__inner {
  padding: 0 20px;
}

.Room .Room__Image {
  margin: 42.8px -20px;
}

@media print, screen and (min-width: 1100px) {
  .Room {
    padding: 68px 0 55px;
  }
  .Room .Room__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Room .Room__Image {
    margin: 57px auto 65px;
    max-width: 780px;
  }
}

/* --------------------
* Service
* -------------------- */
.Service {
  padding: 50px 0 0;
}

.Service .Service__inner {
  padding: 0 20px;
}

.Service .Service__content1Inner {
  margin-bottom: 50px;
}

.Service .Service__content1Wrapper {
  margin-top: 41px;
}

.Service .Service__content1Item {
  background-color: #2C2924;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 30px 20px;
}

.Service .Service__content1Title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.Service .Service__content1Text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.Service .Service__content2Inner {
  background-color: #2C2924;
  margin: 0 -20px;
  padding: 40px 20px 60px;
}

.Service .Service__content2Wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

.Service .Service__content2Item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 7.5px);
  flex: 0 0 calc(50% - 7.5px);
  margin-bottom: 5px;
}

.Service .Service_video {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 1100px) {
  .Service {
    padding: 80px 0 0;
  }
  .Service .Service__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Service .Service__content1Inner {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
  .Service .Service__content1Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }
  .Service .Service__content1Item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    margin-bottom: 50px;
    padding: 48px 40px 42px;
  }
  .Service .Service__content1Title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .Service .Service__content1Text {
    font-size: 18px;
    line-height: 1.5;
  }
  .Service .Service__content2Inner {
    margin: 0 calc(50% - 50vw);
    padding: 66px calc(50vw - 50%) 80px;
  }
  .Service .Service__content2Wrapper {
    padding-top: 13.8px;
  }
  .Service .Service__content2Item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    margin-bottom: 40px;
  }
}

/* --------------------
* Store
* -------------------- */
.Store {
  padding-top: 4px;
}

.Store .Store__aboutInner {
  background-color: #2C2924;
  margin: -29px 0 0;
  padding: 41px 20px 50px;
}

.Store .Store__aboutImage {
  margin: 42.8px -20px;
}

.Store .Store__listWrap {
  background-image: linear-gradient(to right, #C19D59, #C19D59 1px, transparent 1px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  margin-bottom: 20px;
}

.Store .Store__listWrap:last-child {
  margin-bottom: 0;
}

.Store .Store__aboutTitle {
  color: #C19D59;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.Store .Store__aboutText {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 1100px) {
  .Store {
    padding-top: 0;
  }
  .Store .Store__inner {
    margin: 0 auto;
    padding: 0 50px;
  }
  .Store .Store__aboutInner {
    margin: -54px -50px 0;
    padding: 66px 0 80px;
  }
  .Store .Store__aboutImage {
    margin: 57px auto 65px;
    max-width: 780px;
  }
  .Store .Store__aboutList {
    margin: 0 auto;
    max-width: 780px;
  }
  .Store .Store__listWrap {
    margin-bottom: 24.6px;
    padding-bottom: 10px;
  }
  .Store .Store__aboutTitle {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 9px;
  }
  .Store .Store__aboutText {
    font-size: 18px;
  }
}

/* --------------------
* Terms
* -------------------- */
.Terms {
  padding: 50px 0;
}

.Terms .Terms__inner {
  padding: 0 20px;
}

.Terms .Terms__listWrap {
  background-image: linear-gradient(to right, #C19D59, #C19D59 1px, transparent 1px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.Terms .Terms__listWrap:last-child {
  margin-bottom: 0;
}

.Terms .Terms__title {
  color: #C19D59;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.Terms .Terms__text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.Terms .--except {
  margin-bottom: 0;
}

.Terms .Terms__list {
  list-style: none;
  padding-left: 2.2em;
}

.Terms .Terms__item {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 19px;
  position: relative;
}

.Terms .Terms__item::before {
  left: -2.2em;
  position: absolute;
  top: 0;
}

.Terms .Terms__item:last-child {
  margin-bottom: 0;
}

.Terms .Terms__item:nth-child(1)::before {
  content: "(1)";
}

.Terms .Terms__item:nth-child(2)::before {
  content: "(2)";
}

.Terms .Terms__item:nth-child(3)::before {
  content: "(3)";
}

.Terms .Terms__item:nth-child(4)::before {
  content: "(4)";
}

.Terms .Terms__item:nth-child(5)::before {
  content: "(5)";
}

.Terms .Terms__item:nth-child(6)::before {
  content: "(6)";
}

.Terms .Terms__item:nth-child(7)::before {
  content: "(7)";
}

.Terms .Terms__item:nth-child(8)::before {
  content: "(8)";
}

.Terms .Terms__item:nth-child(9)::before {
  content: "(9)";
}

.Terms .Terms__item:nth-child(10)::before {
  content: "(10)";
}

.Terms .Terms__item:nth-child(11)::before {
  content: "(11)";
}

.Terms .Terms__item:nth-child(12)::before {
  content: "(12)";
}

.Terms .Terms__item:nth-child(13)::before {
  content: "(13)";
}

.Terms .Terms__item:nth-child(14)::before {
  content: "(14)";
}

.Terms .Terms__item:nth-child(15)::before {
  content: "(15)";
}

.Terms .Terms__item:nth-child(16)::before {
  content: "(16)";
}

.Terms .Terms__item:nth-child(17)::before {
  content: "(17)";
}

.Terms .Terms__item:nth-child(18)::before {
  content: "(18)";
}

.Terms .Terms__item:nth-child(19)::before {
  content: "(19)";
}

.Terms .Terms__list2 {
  list-style: none;
  margin-top: 20px;
  padding-left: 1.5em;
}

.Terms .Terms__item2 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}

.Terms .Terms__item2::before {
  left: -1.5em;
  position: absolute;
  top: 0;
}

.Terms .Terms__item2:nth-child(1)::before {
  content: "1";
}

.Terms .Terms__item2:nth-child(2)::before {
  content: "2";
}

.Terms .Terms__item2:nth-child(3)::before {
  content: "3";
}

.Terms .Terms__item2:nth-child(4)::before {
  content: "4";
}

.Terms .Terms__item2:nth-child(5)::before {
  content: "5";
}

.Terms .Terms__item2:nth-child(6)::before {
  content: "6";
}

.Terms .Terms__item2:nth-child(7)::before {
  content: "7";
}

.Terms .Terms__item2:nth-child(8)::before {
  content: "8";
}

.Terms .Terms__item2:nth-child(9)::before {
  content: "9";
}

.Terms .Terms__item2:nth-child(10)::before {
  content: "10";
}

.Terms .Terms__item2:nth-child(11)::before {
  content: "11";
}

.Terms .Terms__item2:nth-child(12)::before {
  content: "12";
}

.Terms .Terms__item2:nth-child(13)::before {
  content: "13";
}

.Terms .Terms__item2:nth-child(14)::before {
  content: "14";
}

.Terms .Terms__item2:nth-child(15)::before {
  content: "15";
}

.Terms .Terms__item2:nth-child(16)::before {
  content: "16";
}

.Terms .Terms__item2:nth-child(17)::before {
  content: "17";
}

.Terms .Terms__item2:nth-child(18)::before {
  content: "18";
}

.Terms .Terms__item2:nth-child(19)::before {
  content: "19";
}

@media print, screen and (min-width: 1100px) {
  .Terms {
    padding: 80px 0;
  }
  .Terms .Terms__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 162px;
  }
  .Terms .Terms__listWrap {
    padding-bottom: 26px;
  }
  .Terms .Terms__listWrap:last-child {
    margin-bottom: 0;
  }
  .Terms .Terms__title {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 9px;
  }
  .Terms .Terms__text {
    font-size: 18px;
  }
  .Terms .Terms__list {
    font-size: 18px;
  }
  .Terms .Terms__item {
    font-size: 18px;
  }
  .Terms .Terms__list2 {
    font-size: 18px;
  }
  .Terms .Terms__item2 {
    font-size: 18px;
  }
}

/* --------------------
* Title1
* -------------------- */
.Title1 {
  text-align: center;
}

.Title1 .Title1__text {
  color: #C19D59;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.Title1 .Title1__text:before {
  background-color: #C19D59;
  bottom: -22px;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
}

.Title1 .Title1__text.-white {
  color: #fff;
}

.Title1 .Title1__text.-white:before {
  background-color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .Title1 .Title1__text {
    font-size: 40px;
  }
  .Title1 .Title1__text:before {
    height: 3px;
    width: 30px;
  }
}

/* --------------------
* Title2
* -------------------- */
.Title2 {
  margin-top: 32px;
  text-align: center;
}

.Title2 .Title2__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media print, screen and (min-width: 1100px) {
  .Title2 {
    margin-top: 47px;
  }
  .Title2 .Title2__text {
    font-size: 30px;
  }
}

/* --------------------
* Tokushoho
* -------------------- */
.Tokushoho {
  padding: 50px 0;
}

.Tokushoho .Tokushoho__inner {
  padding: 0 20px;
}

.Tokushoho .Tokushoho__title {
  color: #C19D59;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.Tokushoho .Tokushoho__text {
  background-image: linear-gradient(to right, #C19D59, #C19D59 1px, transparent 1px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.Tokushoho .Tokushoho__text:last-child {
  margin-bottom: 0;
}

.Tokushoho .Tokushoho__textWrap1 {
  margin-bottom: 29px;
}

.Tokushoho .-last {
  margin-bottom: 0;
}

.Tokushoho .Tokushoho__textList {
  padding-left: 2.2em;
}

.Tokushoho .Tokushoho__listItem {
  margin-bottom: 19px;
  position: relative;
}

.Tokushoho .Tokushoho__listItem::before {
  left: -2.2em;
  position: absolute;
  top: 0;
}

.Tokushoho .Tokushoho__listItem:nth-child(1)::before {
  content: "(1)";
}

.Tokushoho .Tokushoho__listItem:nth-child(2)::before {
  content: "(2)";
}

.Tokushoho .Tokushoho__listItem:nth-child(3)::before {
  content: "(3)";
}

.Tokushoho .Tokushoho__listItem:nth-child(4)::before {
  content: "(4)";
}

.Tokushoho .Tokushoho__listItem:nth-child(5)::before {
  content: "(5)";
}

.Tokushoho .Tokushoho__listItem:nth-child(6)::before {
  content: "(6)";
}

.Tokushoho .Tokushoho__listItem:nth-child(7)::before {
  content: "(7)";
}

.Tokushoho .Tokushoho__listItem:nth-child(8)::before {
  content: "(8)";
}

.Tokushoho .Tokushoho__listItem:nth-child(9)::before {
  content: "(9)";
}

.Tokushoho .Tokushoho__listItem:nth-child(10)::before {
  content: "(10)";
}

.Tokushoho .Tokushoho__listItem:nth-child(11)::before {
  content: "(11)";
}

.Tokushoho .Tokushoho__listItem:nth-child(12)::before {
  content: "(12)";
}

.Tokushoho .Tokushoho__listItem:nth-child(13)::before {
  content: "(13)";
}

.Tokushoho .Tokushoho__listItem:nth-child(14)::before {
  content: "(14)";
}

.Tokushoho .Tokushoho__listItem:nth-child(15)::before {
  content: "(15)";
}

.Tokushoho .Tokushoho__listItem:nth-child(16)::before {
  content: "(16)";
}

.Tokushoho .Tokushoho__listItem:nth-child(17)::before {
  content: "(17)";
}

.Tokushoho .Tokushoho__listItem:nth-child(18)::before {
  content: "(18)";
}

.Tokushoho .Tokushoho__listItem:nth-child(19)::before {
  content: "(19)";
}

.Tokushoho .Tokushoho__listItem:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 1100px) {
  .Tokushoho {
    padding: 80px 0;
  }
  .Tokushoho .Tokushoho__inner {
    margin: -5px auto 0;
    max-width: 1100px;
    padding: 0 160.1px;
  }
  .Tokushoho .Tokushoho__title {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 7px;
  }
  .Tokushoho .Tokushoho__text {
    font-size: 18px;
    margin-bottom: 26px;
    padding-bottom: 30px;
  }
}

/* --------------------
* TopFunction
* -------------------- */
.TopFunction {
  padding: 43px 0;
}

.TopFunction .TopFunction__inner {
  padding: 0 20px;
}

.TopFunction .TopFunction__imageWrap {
  margin: 42px -20px 20px;
}

.TopFunction .TopFunction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 10px;
}

.TopFunction .TopFunction__item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.TopFunction .TopFunction__itemText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #C19D59;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 150px;
}

@media print, screen and (min-width: 1100px) {
  .TopFunction {
    padding: 69px 0;
  }
  .TopFunction .TopFunction__inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .TopFunction .TopFunction__imageWrap {
    margin: 60px 110px 37px;
  }
  .TopFunction .TopFunction__image {
    width: 100%;
  }
  .TopFunction .TopFunction__list {
    margin-bottom: 60px;
  }
  .TopFunction .TopFunction__itemText {
    font-size: 24px;
    height: 180px;
    width: 180px;
  }
}

/* --------------------
* Use
* -------------------- */
.Use {
  padding: 50px 0 0;
}

.Use .Use__admission {
  padding-bottom: 50px;
}

.Use .Use__admissionInner {
  padding: 0 20px;
}

.Use .Use__admissionWrap {
  margin: 43px 0 0;
}

.Use .Use__Item {
  background-color: #2C2924;
  margin: 0 auto 30px;
  max-width: 600px;
  padding: 18px 19px;
  position: relative;
}

.Use .Use__Item.-reservation {
  background-color: #000;
}

.Use .Use__Item:before {
  background-image: url(/../assets/images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -18px;
  content: '';
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
}

.Use .Use__Item:last-child:before {
  display: none;
}

.Use .Use__text {
  font-size: 15px;
  line-height: 1.6;
}

.Use .Use__Link {
  color: #C19D59;
  text-decoration: underline;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Use .Use__Link:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Use .Use__ImageWrap {
  margin: 18px auto 0;
  width: 71.4%;
}

.Use .Use__reservation {
  padding: 42px 0;
}

.Use .Use__reservationInner {
  padding: 0 20px;
}

.Use .Use__reservationWrap {
  margin: 43px 0 0;
}

@media print, screen and (min-width: 1100px) {
  .Use {
    padding: 80px 0;
  }
  .Use .Use__inner {
    padding: 0;
  }
  .Use .Use__admission {
    padding-bottom: 57px;
  }
  .Use .Use__admissionInner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Use .Use__admissionWrap {
    margin: 59px 0 81px;
  }
  .Use .Use__Item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 50px;
    max-width: 780px;
    padding: 38px 41px;
  }
  .Use .Use__Item:before {
    bottom: -30px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
  }
  .Use .Use__text {
    font-size: 18px;
  }
  .Use .Use__ImageWrap {
    margin: 0;
    width: auto;
  }
  .Use .Use__reservation {
    padding: 67px 0 57px;
  }
  .Use .Use__reservationInner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .Use .Use__reservationWrap {
    margin: 43px 0 78px;
  }
}
