@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 */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #EAE6D9;
  color: #2E2E2E;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 3;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/* 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="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-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="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 768px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

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

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* layouts */
/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle {
  padding: 50px 40px;
}

@media print, screen and (min-width: 769px) {
  .LayoutSingle {
    padding: 100px 50px;
  }
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
}

.LayoutZigzag {
  padding: 40px 40px 0;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 45px -40px 35px -40px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .LayoutZigzag {
    padding: 100px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-bottom: 120px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-bottom: 75px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 60px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 570px;
    flex: 1 1 570px;
    padding-top: 0px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 550px);
    padding-left: 100px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 550px);
    padding-right: 100px;
  }
}

/* # =============================================
   # LayoutZigzag2
   # ============================================= */
.LayoutZigzag2 {
  padding-top: 80px;
}

.LayoutZigzag2 .LayoutZigzag2__inner {
  padding-bottom: 70px;
}

.LayoutZigzag2 .LayoutZigzag2__imageWrapper {
  margin: 20px -40px 20px -40px;
  overflow: hidden;
}

.LayoutZigzag2 .LayoutZigzag2__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .LayoutZigzag2 {
    padding: 100px 0 70px;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: 900px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageRight .LayoutZigzag2__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageRight .LayoutZigzag2__imageWrapper {
    margin-left: 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageLeft .LayoutZigzag2__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag2 .LayoutZigzag2__inner.-imageLeft .LayoutZigzag2__imageWrapper {
    margin-right: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag2 .LayoutZigzag2__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 0px;
  }
  .LayoutZigzag2 .LayoutZigzag2__imageWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin: 0;
    max-width: 380px;
    overflow: hidden;
  }
}

/* blocks */
/**
 * About
 */
.About.-about2 {
  padding-bottom: 0;
  padding-top: 0px;
}

.About .About__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 25px 0 50px;
  text-align: center;
}

.About .About__text1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.875;
  margin-bottom: 40px;
}

.About .About__text2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  line-height: 2.66667;
  margin-bottom: 30px;
  text-align: justify;
}

.About .About__imageWrappe {
  margin: 20px -40px 20px -40px;
}

.About .About__contentWrapper {
  margin-bottom: 45px;
}

@media print, screen and (min-width: 769px) {
  .About {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
  }
  .About.-about2 {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .About .About__title {
    font-size: 36px;
    margin: 25px auto 50px 60px;
    text-align: left;
  }
  .About .About__text1 {
    font-size: 20px;
  }
  .About .About__text1.-mb {
    margin-bottom: 60px;
  }
  .About .About__text2 {
    line-height: 3;
    margin-bottom: 34px;
  }
  .About .About__imageWrappe {
    margin: 20px -50px 20px -50px;
    z-index: 1;
  }
  .About .About__imageWrappe img {
    width: 100%;
  }
  .About .About__contentWrapper {
    margin-bottom: 95px;
    z-index: 10;
  }
  .About .About__decoBase {
    position: relative;
  }
  .About .About__deco {
    bottom: -50px;
    color: rgba(250, 250, 250, 0.2);
    font-family: 'Roboto', sans-serif;
    font-size: 180px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: -50px;
    z-index: 1;
  }
}

@media print, screen and (min-width: 1200px) {
  .About .About__title {
    margin: 25px auto 50px;
    max-width: 900px;
    width: 100%;
  }
}

/**
 * Access
 */
.Access {
  padding: 25px 30px 95px;
}

.Access .Access__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 65px;
  text-align: center;
}

.Access .Access__title2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
}

.Access .Access__title2.-address {
  margin-bottom: 22px;
}

.Access .Access__title2.-airport {
  margin-bottom: 55px;
}

.Access .Access__title2.-neighbor {
  margin-bottom: 27px;
  margin-top: 62px;
}

.Access .Access__textLink {
  color: #856D47;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 33px;
  padding-right: 25px;
  position: relative;
}

.Access .Access__textLink:after {
  background-image: url("../images/common/icon_pin2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: containe;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 20px;
}

.Access .Access__textLink.-address {
  margin-bottom: 0;
}

.Access .Access__telLink {
  color: #856D47;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 33px;
  position: relative;
}

.Access .Access__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
}

.Access .Access__addressRight {
  margin-top: 10px;
}

.Access .Access__addressRight figure {
  margin: 0 -15px;
}

.Access .Access__airportText1 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 45px;
  padding-left: 35px;
  position: relative;
}

.Access .Access__airportText1:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: containe;
  content: '';
  display: block;
  left: 0;
  position: absolute;
}

.Access .Access__airportText1.-mono:after {
  background-image: url("../images/top/icon_monorail.svg");
  height: 21.83px;
  top: -2px;
  width: 16px;
}

.Access .Access__airportText1.-bus:after {
  background-image: url("../images/top/icon_bus.svg");
  height: 23.37px;
  top: -4px;
  width: 22px;
}

.Access .Access__airportText1.-taxi:after {
  background-image: url("../images/top/icon_taxi.svg");
  height: 17.3px;
  top: -2px;
  width: 23px;
}

.Access .Access__item {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 769px) {
  .Access {
    padding: 100px 30px 100px;
  }
  .Access .Access__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .Access .Access__addressLeft {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .Access .Access__title {
    font-size: 36px;
    margin: 0px 0 90px;
    text-align: left;
  }
  .Access .Access__title2 {
    font-size: 20px;
  }
  .Access .Access__title2.-neighbor {
    margin-bottom: 45px;
  }
  .Access .Access__textLink:hover {
    cursor: pointer;
  }
  .Access .Access__addressRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 528px;
    flex: 0 0 528px;
    margin-top: -40px;
    max-width: 528px;
    padding-left: 50px;
  }
  .Access .Access__addressRight figure {
    margin: 0px;
    text-align: left;
  }
  .Access .Access__addressRight img {
    width: 100%;
  }
  .Access .Access__airport {
    margin-bottom: 98px;
  }
  .Access .Access__airportList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Access .Access__airportItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    margin-right: 8%;
    max-width: 28%;
  }
  .Access .Access__airportItem:last-child {
    margin-right: 0;
  }
  .Access .Access__airportText1 {
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 0px;
    padding-left: 35px;
  }
  .Access .Access__airportText1.-mono:after {
    top: 0px;
  }
  .Access .Access__airportText1.-bus:after {
    top: -2px;
  }
  .Access .Access__airportText1.-taxi:after {
    top: 1px;
  }
}

/**
 * Activity
 */
.Activity {
  background-color: #EAE6D9;
  padding-bottom: 20px;
  padding-top: 50px;
}

.Activity .Activity__title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 40px;
}

.Activity .Activity__lead {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
  text-align: justify;
}

.Activity .Activity__title2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.25;
  padding-bottom: 8px;
}

.Activity .Activity__sub {
  color: #676767;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 38px;
}

.Activity .Activity__redBox {
  margin-bottom: 18px;
}

.Activity .Activity__redBoxText {
  border: 1px solid #AD3C3C;
  color: #AD3C3C;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66667;
  padding: 4px 15px;
}

.Activity .Activity__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  text-align: justify;
}

.Activity .Activity__textLink {
  color: #856D47;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 18px 10px 0;
  position: relative;
}

.Activity .Activity__textLink:before {
  background-image: url("../images/common/icon_blank.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 12px;
}

.Activity .Activity__note {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.54545;
  padding-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .Activity {
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .Activity .Activity__title {
    font-size: 60px;
    margin: 0px 0 75px;
  }
  .Activity .Activity__lead {
    line-height: 3;
  }
  .Activity .Activity__title2 {
    font-size: 28px;
    padding-bottom: 23px;
  }
  .Activity .Activity__sub {
    margin-bottom: 53px;
  }
  .Activity .Activity__redBox {
    margin-bottom: 10px;
  }
  .Activity .Activity__redBoxText {
    line-height: 1;
    padding: 8px 15px;
  }
  .Activity .Activity__textLink {
    margin-top: 20px;
  }
  .Activity .Activity__textLink:before {
    background-image: url("../images/common/icon_blank.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 12px;
  }
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  font-size: 0;
  height: 10px;
  margin: 20px 5px 3px;
  -webkit-transition: 100ms;
  transition: 100ms;
  width: 10px;
}

.slick-dots li.slick-active {
  background-color: #856D47;
}

@media print, screen and (min-width: 769px) {
  .slick-dots li {
    margin: 15px 5px 0;
  }
}

/**
 * BookNow
 */
.BookNow {
  background-color: #2e2e2e;
  padding: 85px 0px 0;
}

@media print, screen and (min-width: 769px) {
  .BookNow {
    padding: 110px 0px 0;
  }
}

/**
 * Btn1
 */
.Btn1 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #856D47;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2em;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.Btn1 .Btn1__text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  pointer-events: none;
  width: 100%;
}

.Btn1 .Btn1__textHov {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 120%;
  width: 100%;
}

.Btn1 .Btn1__image {
  vertical-align: top;
}

.Btn1.-hover {
  background-color: #af905e;
}

.Btn1:not(.-noHoverText).-hover .Btn1__text,
.Btn1:not(.-noHoverText).-hover .Btn1__textHov {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.Btn1:not(.-noHoverText).-hover .Btn1__textHov {
  line-height: 1.2;
  top: 100%;
}

@media print, screen and (min-width: 769px) {
  .Btn1 {
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Btn1 .Btn1__image {
    height: 74px;
    width: 100%;
    width: 74px;
  }
  .Btn1 .Btn1__textHov {
    font-size: 12px;
    line-height: 1.4;
    top: 100%;
  }
  .Btn1 .Btn1__text,
  .Btn1 .Btn1__textHov {
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  .Btn1:hover {
    background-color: #af905e;
  }
  .Btn1:not(.-noHoverText):hover .Btn1__text,
  .Btn1:not(.-noHoverText):hover .Btn1__textHov {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/**
 * BurgerNav
 */
.BurgerNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(133, 109, 71, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.BurgerNav .BurgerNav__inner {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.BurgerNav .BurgerNav__link {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 11px 0 12px;
  text-decoration: none;
}

.BurgerNav .BurgerNav__link.-reserve {
  font-size: 15px;
}

.BurgerNav .BurgerNav__link:hover {
  opacity: .7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.BurgerNav .BurgerNav__reserve {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  margin: 22px 0 0;
  position: relative;
}

.BurgerNav .BurgerNav__reserve:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 135px;
}

/**
 * Footer
 */
.Footer {
  background-color: #2e2e2e;
  padding: 85px 0px 0;
}

.Footer .Footer__wrapper {
  border-bottom: 1px solid #3E3E3E;
  border-top: 1px solid #3E3E3E;
}

.Footer .Footer__nav {
  padding: 22px 30px 18px;
}

.Footer .Footer__navItem {
  line-height: 1;
}

.Footer .Footer__navLink {
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 7px 0;
}

.Footer .Footer__navLink.-robot {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.35em;
}

.Footer .Footer__navLink.-noto {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Footer .Footer__copy {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.77778;
  padding: 13px 30px;
}

@media print, screen and (min-width: 769px) {
  .Footer {
    padding: 110px 0px 0;
  }
  .Footer .Footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #3E3E3E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 115px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .Footer .Footer__wrapper {
    border-bottom: none;
    border-top: none;
  }
  .Footer .Footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 0px;
  }
  .Footer .Footer__navItem {
    margin-right: 20px;
  }
  .Footer .Footer__navLink.-robot {
    font-size: 11px;
    letter-spacing: 0.25em;
  }
  .Footer .Footer__navLink.-noto {
    font-size: 10px;
  }
  .Footer .Footer__copy {
    font-size: 11px;
    letter-spacing: 0.25em;
    padding: 0px 30px 0 50px;
  }
}

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

.Header .Header__menuBtn {
  background-image: url(../images/common/icon_open.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 47px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 60px;
  z-index: 200;
}

.Header .Header__menuBtn.-open {
  background-image: url(../images/common/icon_close.svg);
}

.Header .Header__burger {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 110;
}

.Header .Header__burger.-open .Burger__navigation {
  display: block;
}

.Header .Header__background {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.Header .Header__background.-open {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .Header .Header__menuBtn {
    background-image: url(../images/common/icon_open.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 47px;
    left: 5px;
    position: absolute;
    top: 6px;
    width: 60px;
    z-index: 200;
  }
  .Header .Header__menuBtn.-open {
    background-image: url(../images/common/icon_close.svg);
  }
  .Header .Header__menuBtn:hover {
    cursor: pointer;
  }
  .Header .Header__burger {
    width: 375px;
  }
}

/**
 * iziModal
 */
@media print, screen and (min-width: 769px) {
  .iziModal {
    max-width: 900px !important;
    width: 80% !important;
  }
  .iziModal-navigate-caption {
    display: none !important;
  }
  .iziModal-overlay {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
  }
}

/**
 * Law
 */
.Law {
  background-color: #EAE6D9;
  padding-bottom: 80px;
  padding-top: 58px;
}

.Law .Law__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.64;
  margin: 0px 0 23px;
}

.Law .Law__dataList {
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 20px;
  padding-top: 20px;
}

.Law .Law__dataList:last-child {
  border-bottom: none;
}

.Law .Law__dataTitle {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 3;
}

.Law .Law__dataDeail {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
}

.Law .Law__dataDeail .p_bottom {
  padding-bottom: 35px;
}

@media print, screen and (min-width: 769px) {
  .Law {
    padding-bottom: 150px;
    padding-top: 100px;
  }
  .Law .Law__title {
    font-size: 40px;
    margin: 0px 0 50px;
  }
  .Law .Privacy__text {
    margin-bottom: 30px;
  }
  .Law .Law__dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .Law .Law__dataList:last-child {
    border-bottom: 1px solid #A2A2A2;
  }
  .Law .Law__dataTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
  .Law .Law__dataDeail {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/**
 * Mv
 */
.Mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.Mv.-news {
  background-image: url("../images/news/mv_sp.jpg");
  height: 106.66vw;
  position: relative;
}

.Mv.-news .Mv__deco {
  bottom: -15px;
  color: rgba(250, 250, 250, 0.2);
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  left: -5px;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.Mv.-rooms {
  height: 106.66vw;
  position: relative;
}

.Mv.-rooms .Mv__deco {
  bottom: -15px;
  color: rgba(250, 250, 250, 0.2);
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  left: -5px;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.Mv.-rooms.-retreat {
  background-image: url("../images/rooms/mv_retreat_sp.jpg");
}

.Mv.-rooms.-dining {
  background-image: url("../images/rooms/mv_dining_sp.jpg");
}

.Mv.-rooms.-library {
  background-image: url("../images/rooms/mv_library_sp.jpg");
}

.Mv.-rooms.-living {
  background-image: url("../images/rooms/mv_living_sp.jpg");
}

.Mv.-rooms.-theater {
  background-image: url("../images/rooms/mv_theatre_sp.jpg");
}

.Mv.-activity {
  background-image: url("../images/activity/mv_sp.jpg");
  height: 106.66vw;
  position: relative;
}

.Mv.-activity .Mv__deco {
  bottom: -15px;
  color: rgba(250, 250, 250, 0.2);
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  left: -5px;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.Mv.-privacy {
  background-image: url("../images/privacy/mv_sp.jpg");
  height: 48vw;
  position: relative;
}

.Mv.-law {
  background-image: url("../images/law/mv_sp.jpg");
  height: 48vw;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .Mv.-top {
    background-image: url("../images/top/mv1_pc.jpg");
    height: 100vh;
  }
  .Mv.-news {
    background-image: url("../images/news/mv_pc.jpg");
    height: 28.57vw;
  }
  .Mv.-news .Mv__deco {
    bottom: -30px;
    font-size: 180px;
    left: auto;
    letter-spacing: 0.25em;
    line-height: 1;
    right: -50px;
  }
  .Mv.-rooms {
    height: 28.57vw;
  }
  .Mv.-rooms .Mv__deco {
    bottom: -30px;
    font-size: 180px;
    left: auto;
    letter-spacing: 0.25em;
    line-height: 1;
    right: -50px;
  }
  .Mv.-rooms.-retreat {
    background-image: url("../images/rooms/mv_retreat_pc.jpg");
  }
  .Mv.-rooms.-dining {
    background-image: url("../images/rooms/mv_dining_pc.jpg");
  }
  .Mv.-rooms.-library {
    background-image: url("../images/rooms/mv_library_pc.jpg");
  }
  .Mv.-rooms.-living {
    background-image: url("../images/rooms/mv_living_pc.jpg");
  }
  .Mv.-rooms.-theater {
    background-image: url("../images/rooms/mv_theatre_pc.jpg");
  }
  .Mv.-activity {
    background-image: url("../images/activity/mv_pc.jpg");
    height: 28.57vw;
  }
  .Mv.-activity .Mv__deco {
    bottom: -30px;
    font-size: 180px;
    left: auto;
    letter-spacing: 0.25em;
    line-height: 1;
    right: -50px;
  }
  .Mv.-privacy {
    background-image: url("../images/privacy/mv_pc.jpg");
    height: 28.57vw;
  }
  .Mv.-law {
    background-image: url("../images/law/mv_pc.jpg");
    height: 28.57vw;
  }
}

/**
 * MvTop
 */
.MvTop {
  height: 100vh;
  position: relative;
  width: 100%;
}

.MvTop .MvTop__logo {
  height: 128px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 120px;
  z-index: 2;
}

.MvTop .MvTopv__logoImg {
  vertical-align: top;
}

.MvTop .MvTop__scroll {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.MvTop .MvTop__scrollText {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.MvTop .MvTop__scrollLine {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  height: 35px;
  margin: 0px auto 7px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.MvTop .MvTop__scroInner {
  -webkit-animation: topScrollKayframes 1200ms ease 600ms infinite;
  animation: topScrollKayframes 1200ms ease 600ms infinite;
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 10px;
  left: 0px;
  position: absolute;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 1px;
}

.MvTop .MvTop__bg {
  background-color: #ccc;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.MvTop .MvTop__list {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.MvTop .MvTop__slide.-mv1 .MvTop__image {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  background-image: url("../images/top/bg_sp_1.jpg");
}

.MvTop .MvTop__slide.-mv1 .MvTop__title {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.MvTop .MvTop__slide.-mv1 .MvTop__text {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.MvTop .MvTop__slide.-mv2 .MvTop__image {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-image: url("../images/top/bg_sp_2.jpg");
}

.MvTop .MvTop__slide.-mv2 .MvTop__title {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.MvTop .MvTop__slide.-mv2 .MvTop__text {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.MvTop .MvTop__slide.-mv3 .MvTop__image {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  background-image: url("../images/top/bg_sp_3.jpg");
}

.MvTop .MvTop__slide.-mv3 .MvTop__title {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.MvTop .MvTop__slide.-mv3 .MvTop__text {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.MvTop .MvTop__slide.-mv1 .MvTop__image,
.MvTop .MvTop__slide.-mv1 .MvTop__title,
.MvTop .MvTop__slide.-mv1 .MvTop__text {
  opacity: 1;
}

.MvTop .MvTop__image {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.MvTop .filter {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slider-text;
  animation-name: slider-text;
}

@media print, screen and (min-width: 769px) {
  .MvTop .MvTop__logo {
    height: 220.86px;
    width: 200px;
  }
  .MvTop .MvTop__logoImg {
    width: 100%;
  }
  .MvTop .MvTop__scroll {
    bottom: 10px;
  }
  .MvTop .MvTop__scrollText {
    line-height: 1;
  }
  .MvTop .MvTop__slide.-mv1 .MvTop__image {
    background-image: url("../images/top/bg_pc_1.jpg");
  }
  .MvTop .MvTop__slide.-mv2 .MvTop__image {
    background-image: url("../images/top/bg_pc_2.jpg");
  }
  .MvTop .MvTop__slide.-mv3 .MvTop__image {
    background-image: url("../images/top/bg_pc_3.jpg");
  }
}

@-webkit-keyframes topScrollKayframes {
  0% {
    top: -10px;
  }
  100% {
    top: 35px;
  }
}

@keyframes topScrollKayframes {
  0% {
    top: -10px;
  }
  100% {
    top: 35px;
  }
}

@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slider-text {
  0% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  15% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  40% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  55% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  100% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}

@keyframes slider-text {
  0% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  15% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  40% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  55% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  100% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}

@-webkit-keyframes slider-textBg {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  40% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  55% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@keyframes slider-textBg {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  40% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  55% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/**
 * News
 */
.News {
  background-color: #EAE6D9;
}

@media print, screen and (max-width: 768px) {
  .News {
    padding-left: 0;
    padding-right: 0;
  }
}

.News .News__title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  padding: 0 40px;
}

.News .News__item {
  border-top: 1px solid rgba(46, 46, 46, 0.2);
  margin-bottom: 45px;
  padding: 50px 40px 0;
  padding-top: 50px;
}

.News .News__item:first-child {
  border-top: none;
}

.News .News__item:last-child {
  margin-bottom: 25px;
}

.News .News__date {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}

.News .News__news {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 10px;
}

.News .News__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
  margin-bottom: 30px;
  text-align: justify;
}

.News .News__text.-mb5 {
  margin-bottom: 5px;
}

.News .News__text.-textRight {
  text-align: right;
}

.News .News__text.-bb {
  text-decoration: underline;
}

.News .News__text .red {
  color: red;
}

.News .News__text .News__telLink {
  color: red;
  font-weight: bold;
}

.News .News__text .bold {
  font-size: 15px;
  font-weight: bold;
}

.News .News__textList li {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.News .News__textLink {
  color: #856D47;
}

.News .News__sns {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .News {
    padding-bottom: 65px;
  }
  .News .News__title {
    font-size: 60px;
    padding: 0px;
  }
  .News .News__item {
    padding: 50px 0px 50px;
    padding-top: 80px;
  }
  .News .News__item:first-child {
    padding-top: 75px;
  }
  .News .News__item:last-child {
    margin-bottom: 0px;
  }
  .News .News__date {
    letter-spacing: 0.3em;
    margin-bottom: 60px;
  }
  .News .News__news {
    font-size: 20px;
    letter-spacing: 0.25em;
  }
  .News .News__text {
    line-height: 3;
    margin-bottom: 35px;
  }
  .News .News__textList {
    margin-bottom: 42px;
  }
  .News .News__textList li {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .News .News__sns {
    display: block;
    margin-top: 15px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    width: 160px;
  }
  .News .News__sns:hover {
    opacity: .7;
  }
  .News .News__sns img {
    display: block;
    height: auto;
    width: 100%;
  }
}

/**
 * Privacy
 */
.Privacy {
  background-color: #EAE6D9;
  padding-bottom: 80px;
  padding-top: 50px;
}

.Privacy .Privacy__title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.2;
  margin: 0px 0 50px;
}

.Privacy .Privacy__title2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.875;
  padding-bottom: 40px;
}

.Privacy .Privacy__title2.-mt80 {
  padding-top: 80px;
}

.Privacy .Privacy__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  margin-bottom: 38px;
  text-align: justify;
}

.Privacy .Privacy__title3 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  margin-bottom: 13px;
  margin-top: 45px;
}

.Privacy .Privacy__list1 {
  margin-bottom: 15px;
}

.Privacy .Privacy__list1item {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.Privacy .Privacy__title4 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 3;
  margin-bottom: 5px;
  margin-top: 35px;
}

.Privacy .Privacy__text2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.72727;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .Privacy {
    padding-bottom: 130px;
    padding-top: 100px;
  }
  .Privacy .Privacy__title {
    font-size: 60px;
    margin: 0px 0 75px;
  }
  .Privacy .Privacy__title2 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 60px;
  }
  .Privacy .Privacy__title2.-mt80 {
    padding-top: 90px;
  }
  .Privacy .Privacy__text {
    margin-bottom: 30px;
  }
  .Privacy .Privacy__title3 {
    margin-top: 30px;
  }
  .Privacy .Privacy__title4 {
    margin-top: 35px;
  }
}

/**
 * ReservationArea
 */
.ReservationArea {
  padding: 0px 30px 55px;
}

.ReservationArea .ReservationArea__title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 65px;
  text-align: center;
}

.ReservationArea .ReservationArea__item {
  margin-bottom: 20px;
}

.ReservationArea .ReservationArea__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #856D47;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.ReservationArea .ReservationArea__link:hover {
  background-color: #af905e;
}

.ReservationArea .ReservationArea__text {
  position: relative;
}

.ReservationArea .ReservationArea__text:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: containe;
  content: '';
  display: block;
  left: 0px;
  position: absolute;
  top: -5px;
}

.ReservationArea .ReservationArea__text.-hotel {
  padding-left: 35px;
}

.ReservationArea .ReservationArea__text.-hotel:after {
  background-image: url("../images/common/icon_hotel2.svg");
  height: 22px;
  left: 0px;
  width: 14px;
}

.ReservationArea .ReservationArea__text.-flight {
  padding-left: 70px;
}

.ReservationArea .ReservationArea__text.-flight:after {
  background-image: url("../images/common/icon_hotel-plain2.svg");
  height: 23px;
  width: 50px;
}

@media print, screen and (min-width: 769px) {
  .ReservationArea {
    padding: 0px 0px 120px;
  }
  .ReservationArea.-bookNow {
    padding: 0 0 100px;
  }
  .ReservationArea .ReservationArea__title {
    font-size: 36px;
    margin: 0px 0 95px;
  }
  .ReservationArea .ReservationArea__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ReservationArea .ReservationArea__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-bottom: 0px;
  }
  .ReservationArea .ReservationArea__item:first-child {
    margin-right: 30px;
  }
}

/**
 * RoomList
 */
.RoomList {
  overflow: hidden;
  padding: 65px 35px 60px 35px;
}

.RoomList .RoomList__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 60px;
  text-align: center;
}

.RoomList .RoomList__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  position: relative;
}

.RoomList .RoomList__deco {
  bottom: 5px;
  color: rgba(225, 225, 225, 0.25);
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  left: 22%;
  letter-spacing: 0.25em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
}

.RoomList .RoomList__floor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  margin-right: 7%;
}

.RoomList .RoomList__floor img {
  width: 100%;
}

.RoomList .RoomList__iconLink {
  display: block;
}

.RoomList .RoomList__iconLink.-current {
  pointer-events: none;
}

.RoomList .RoomList__imgWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
}

.RoomList .RoomList__link {
  display: block;
}

.RoomList .RoomList__link.-current {
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .RoomList {
    padding: 75px 0px 75px 0px;
  }
  .RoomList .RoomList__title {
    font-size: 36px;
    margin: 0px 0 105px;
  }
  .RoomList .RoomList__list {
    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;
    padding: 0px;
  }
  .RoomList .RoomList__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 40px;
    max-width: 47%;
  }
  .RoomList .RoomList__floor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    margin-right: 7%;
    max-width: 15%;
  }
  .RoomList .RoomList__floor img {
    width: 100%;
  }
  .RoomList .RoomList__imgWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
  .RoomList .RoomList__link {
    overflow: hidden;
    position: relative;
  }
  .RoomList .RoomList__link img {
    vertical-align: top;
    width: 100%;
  }
  .RoomList .RoomList__link:after {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .RoomList .RoomList__link:hover .RoomList__before {
    position: relative;
  }
  .RoomList .RoomList__link:hover .RoomList__before:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(46, 46, 46, 0.75);
    color: #fff;
    content: 'FOR MORE DETAIL';
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    letter-spacing: 0.25em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 160px;
    z-index: 10;
  }
  .RoomList .RoomList__link:hover:after {
    opacity: 1;
    -webkit-transition: opacity 120ms ease;
    transition: opacity 120ms ease;
  }
}

/**
 * RoomModal
 */
@media print, screen and (min-width: 769px) {
  .RoomModal .RoomModal__inner {
    position: relative;
  }
  .RoomModal .RoomModal__close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -60px;
  }
  .RoomModal .RoomModal__close:hover {
    cursor: pointer;
  }
  .RoomModal .RoomModal__close img {
    height: 46px;
    vertical-align: top;
    width: 46px;
  }
  .RoomModal .RoomModal__img {
    vertical-align: top;
    width: 100%;
  }
}

/**
 * Rooms
 */
.Rooms {
  background-color: #EAE6D9;
  padding-bottom: 40px;
  padding-top: 50px;
}

.Rooms .Rooms__title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 40px;
}

.Rooms .Rooms__lead {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.875;
  margin-bottom: 30px;
}

.Rooms .Rooms__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
  text-align: justify;
}

.Rooms .Rooms__imgList {
  margin: 35px -25px 0;
}

.Rooms .Rooms__imgItem {
  margin-bottom: 13px;
}

.Rooms .Rooms__imgLink {
  display: block;
}

.Rooms .Rooms__listimage {
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .Rooms {
    padding-bottom: 160px;
    padding-top: 100px;
  }
  .Rooms .Rooms__title {
    font-size: 60px;
    margin: 0px 0 75px;
  }
  .Rooms .Rooms__lead {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 62px;
  }
  .Rooms .Rooms__text {
    line-height: 3;
  }
  .Rooms .Rooms__imgList {
    margin: 62px 0 0;
  }
  .Rooms .Rooms__imgItem {
    margin-bottom: 40px;
    width: 47.5%;
  }
  .Rooms .Rooms__imgItem:first-child {
    margin-top: 108px;
  }
  .Rooms .gutter-sizer {
    width: 5%;
  }
  .Rooms .Rooms__imgLink {
    overflow: hidden;
    position: relative;
  }
  .Rooms .Rooms__imgLink:after {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .Rooms .Rooms__imgLink:hover {
    cursor: pointer;
  }
  .Rooms .Rooms__imgLink:hover .Rooms__before {
    position: relative;
  }
  .Rooms .Rooms__imgLink:hover .Rooms__before:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(46, 46, 46, 0.75);
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    z-index: 10;
  }
  .Rooms .Rooms__imgLink:hover .Rooms__before:after {
    background-image: url("../images/rooms/icon_search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: containe;
    content: '';
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20px;
    z-index: 11;
  }
  .Rooms .Rooms__imgLink:hover:after {
    opacity: 1;
    -webkit-transition: opacity 120ms ease;
    transition: opacity 120ms ease;
  }
  .Rooms .Rooms__listimage {
    height: auto !important;
    width: 100% !important;
  }
}

/**
 * RoomSpec
 */
.RoomSpec {
  margin-left: -10px;
  margin-right: -10px;
  padding: 50px 0px 0;
}

.RoomSpec .RoomSpec__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 35px;
}

.RoomSpec .RoomSpec__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66667;
}

.RoomSpec .RoomSpec__wrap {
  padding-bottom: 35px;
}

.RoomSpec .RoomSpec__box {
  padding-top: 40px;
}

.RoomSpec .RoomSpec__box:first-child {
  padding-top: 35px;
}

.RoomSpec .RoomSpec__title2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 17px;
}

.RoomSpec .RoomSpec__item {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.RoomSpec .RoomSpec__item .disc {
  letter-spacing: 0.6em;
}

.RoomSpec .RoomSpec__note {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.RoomSpec .RoomSpec__note .kome {
  letter-spacing: 0.6em;
}

@media print, screen and (min-width: 769px) {
  .RoomSpec {
    margin-left: 0px;
    margin-right: 0px;
    padding: 120px 0px 0;
  }
  .RoomSpec .RoomSpec__title {
    font-size: 36px;
    margin: 0px 0 45px;
  }
  .RoomSpec .RoomSpec__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px;
    padding-top: 95px;
  }
  .RoomSpec .RoomSpec__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-top: 0px;
  }
  .RoomSpec .RoomSpec__box:first-child {
    padding-top: 0px;
  }
  .RoomSpec .RoomSpec__title2 {
    letter-spacing: 0.25em;
    margin-bottom: 45px;
  }
  .RoomSpec .RoomSpec__item {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 15px;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  .RoomSpec .RoomSpec__item .disc {
    letter-spacing: 0.6em;
  }
}

/**
 * Teaser
 */
.Teaser {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}

.Teaser .Teaser__bg {
  background-color: #ccc;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Teaser .Teaser__header {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

.Teaser .Teaser__content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.Teaser .Teaser__btn {
  height: 60px;
  margin: 1px 0 0 1px;
  width: 120px;
}

.Teaser .Teaser__btn.-nomargin {
  margin: 0 0 0 1px;
}

.Teaser .Teaser__btn.-toggle {
  opacity: .0;
  pointer-events: none;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Teaser .-open .Teaser__btn.-toggle {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Teaser .Teaser__wrapper {
  padding: 19.5% 0 0;
  padding: 73px 0 0;
}

.Teaser .Teaser__logo {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slider-textBg;
  animation-name: slider-textBg;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.1);
  height: 220px;
  margin: auto;
  width: 220px;
}

.Teaser .Teaser__logoInner {
  border: 1px solid #fff;
  height: 100%;
  padding: 11% 13%;
}

.Teaser .Teaser__logoImg {
  vertical-align: top;
}

.Teaser .Teaser__inner {
  padding: 12% 0 14%;
  padding: 45px 0 52.5px;
}

.Teaser .Teaser__text {
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 2.18182;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.Teaser .Teaser__title {
  letter-spacing: 0.2em;
  margin: 45px 0;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.Teaser .Teaser__titleJp {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36364;
  margin: 0 0 4%;
  margin: 0 0 15px;
}

.Teaser .Teaser__titleEn {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15625;
}

.Teaser .Teaser__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.Teaser .Teaser__btnWrapper.-footer {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: fixed;
  right: 0;
  width: 120px;
  z-index: 2;
}

.Teaser .Teaser__copy {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  padding-right: 120px;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

@media print, screen and (min-width: 480px) {
  .Teaser .Teaser__copy {
    padding-right: 0;
  }
}

.Teaser .Teaser__list {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Teaser .Teaser__slide.-mv1 .Teaser__image {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  background-image: url("../images/teaser/bg_sp_1.jpg");
}

.Teaser .Teaser__slide.-mv1 .Teaser__title {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.Teaser .Teaser__slide.-mv1 .Teaser__text {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.Teaser .Teaser__slide.-mv2 .Teaser__image {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-image: url("../images/teaser/bg_sp_2.jpg");
}

.Teaser .Teaser__slide.-mv2 .Teaser__title {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.Teaser .Teaser__slide.-mv2 .Teaser__text {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.Teaser .Teaser__slide.-mv3 .Teaser__image {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  background-image: url("../images/teaser/bg_sp_3.jpg");
}

.Teaser .Teaser__slide.-mv3 .Teaser__title {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.Teaser .Teaser__slide.-mv3 .Teaser__text {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.Teaser .Teaser__slide.-mv1 .Teaser__image,
.Teaser .Teaser__slide.-mv1 .Teaser__title,
.Teaser .Teaser__slide.-mv1 .Teaser__text {
  opacity: 1;
}

.Teaser .Teaser__image {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slider-zoomin;
  animation-name: slider-zoomin;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.Teaser .filter {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slider-text;
  animation-name: slider-text;
}

@media print, screen and (max-width: 375px) {
  .Teaser .Teaser__btn {
    height: 16vw;
    width: 32vw;
  }
  .Teaser .Teaser__wrapper {
    padding: 19.5% 0 0;
  }
  .Teaser .Teaser__logo {
    height: 58.66667vw;
    width: 58.66667vw;
  }
  .Teaser .Teaser__logoInner {
    border: 0.26667vw solid #fff;
    height: 100%;
  }
  .Teaser .Teaser__inner {
    padding: 12% 0 14%;
  }
  .Teaser .Teaser__text {
    font-size: 2.93333vw;
  }
  .Teaser .Teaser__title {
    margin: 12% 0;
  }
  .Teaser .Teaser__titleJp {
    font-size: 5.86667vw;
  }
  .Teaser .Teaser__titleEn {
    font-size: 8.53333vw;
  }
  .Teaser .Teaser__footer {
    height: 16vw;
  }
  .Teaser .Teaser__btnWrapper.-footer {
    width: 32vw;
  }
  .Teaser .Teaser__copy {
    font-size: 2.66667vw;
    padding-right: 32vw;
  }
}

@media print, screen and (min-width: 768px) {
  .Teaser {
    min-width: 900px;
  }
  .Teaser .Teaser__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Teaser .Teaser__btn {
    height: 74px;
    width: 74px;
  }
  .Teaser .Teaser__btn.-large {
    height: 150px;
    width: 150px;
  }
  .Teaser .Teaser__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
  }
  .Teaser .Teaser__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 80px 0 0;
    max-width: 300px;
    padding: 0;
    width: 300px;
  }
  .Teaser .Teaser__logoInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Teaser .Teaser__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 530px;
    flex: 0 1 530px;
    padding: 0;
  }
  .Teaser .Teaser__text {
    font-size: 12px;
    text-align: left;
  }
  .Teaser .Teaser__title {
    margin: 40px 0;
    text-align: left;
  }
  .Teaser .Teaser__titleJp {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.13em;
    line-height: 1.38462;
    margin: 0 0 6px;
  }
  .Teaser .Teaser__titleEn {
    font-size: 36px;
    letter-spacing: 0.26em;
    line-height: 1.33333;
    white-space: nowrap;
  }
  .Teaser .Teaser__footer {
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
  }
  .Teaser .Teaser__btnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Teaser .Teaser__btnWrapper.-footer {
    width: 150px;
  }
  .Teaser .Teaser__copy {
    font-size: 11px;
    padding-right: 0;
  }
  .Teaser .Teaser__slide.-mv1 .Teaser__image {
    background-image: url("../images/teaser/bg_pc_1.jpg");
  }
  .Teaser .Teaser__slide.-mv2 .Teaser__image {
    background-image: url("../images/teaser/bg_pc_2.jpg");
  }
  .Teaser .Teaser__slide.-mv3 .Teaser__image {
    background-image: url("../images/teaser/bg_pc_3.jpg");
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slider-text {
  0% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  15% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  40% {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  55% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  100% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}

@keyframes slider-textBg {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  40% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  55% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/**
 * TopNews
 */
.TopNews {
  background-color: #F5F2E7;
}

.TopNews .TopNews__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 20px 0 55px;
  text-align: center;
}

.TopNews .TopNews__item {
  margin-bottom: 40px;
}

.TopNews .TopNews__item:last-child {
  margin-bottom: 25px;
}

.TopNews .TopNews__date {
  border-bottom: 1px solid #707070;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}

.TopNews .TopNews__link {
  color: #856D47;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.66667;
  padding: 8px 20px 8px 0;
  position: relative;
}

.TopNews .TopNews__link:after {
  background-image: url("../images/top/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: containe;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 4px;
  top: 16px;
  width: 4px;
}

.TopNews .TopNews__more {
  line-height: 1;
  text-align: right;
}

.TopNews .TopNews__moreLink {
  background-color: #856D47;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
}

.TopNews .TopNews__moreLink:hover {
  background-color: #af905e;
}

@media print, screen and (min-width: 769px) {
  .TopNews {
    padding-bottom: 65px;
  }
  .TopNews .TopNews__title {
    font-size: 36px;
    margin: 8px 0 38px;
    text-align: left;
  }
  .TopNews .TopNews__list {
    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;
  }
  .TopNews .TopNews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 50px;
    max-width: 46%;
  }
  .TopNews .TopNews__item:last-child {
    margin-bottom: 20px;
  }
  .TopNews .TopNews__link {
    letter-spacing: 0.2em;
  }
}

/**
 * TopRooms
 */
.TopRooms {
  overflow: hidden;
  padding: 30px 35px 0 35px;
}

.TopRooms .TopRooms__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0px 0 60px;
  text-align: center;
}

.TopRooms .TopRooms__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  position: relative;
}

.TopRooms .TopRooms__deco {
  bottom: 5px;
  color: rgba(225, 225, 225, 0.25);
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  left: 22%;
  letter-spacing: 0.25em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
}

.TopRooms .TopRooms__floor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  margin-right: 7%;
}

.TopRooms .TopRooms__floor img {
  width: 100%;
}

.TopRooms .TopRooms__iconLink {
  display: block;
}

.TopRooms .TopRooms__imgWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
}

.TopRooms .TopRooms__link {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .TopRooms {
    padding: 75px 0px 0 0px;
  }
  .TopRooms .TopRooms__title {
    font-size: 36px;
    margin: 0px 0 105px;
  }
  .TopRooms .TopRooms__list {
    padding: 0 73px;
  }
  .TopRooms .TopRooms__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 75px;
  }
  .TopRooms .TopRooms__deco {
    bottom: -19px;
    font-family: 'Roboto', sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    left: 23.5%;
    letter-spacing: 0.25em;
  }
  .TopRooms .TopRooms__floor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    margin-right: 10%;
    max-width: 15%;
  }
  .TopRooms .TopRooms__floor img {
    width: 100%;
  }
  .TopRooms .TopRooms__imgWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .TopRooms .TopRooms__link {
    overflow: hidden;
    position: relative;
  }
  .TopRooms .TopRooms__link:after {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    width: 100%;
    z-index: 1;
  }
  .TopRooms .TopRooms__link img {
    vertical-align: top;
    width: 100%;
  }
  .TopRooms .TopRooms__link:hover .TopRooms__before {
    position: relative;
  }
  .TopRooms .TopRooms__link:hover .TopRooms__before:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(46, 46, 46, 0.75);
    color: #fff;
    content: 'FOR MORE DETAIL';
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    letter-spacing: 0.25em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 160px;
    z-index: 10;
  }
  .TopRooms .TopRooms__link:hover:after {
    opacity: 1;
    -webkit-transition: opacity 120ms ease;
    transition: opacity 120ms ease;
  }
}

/**
 * Wrapper
 */
.Wrapper {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}

.Wrapper .Wrapper__bg {
  background-color: #ccc;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Wrapper .Wrapper__header {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}

.Wrapper .Wrapper__btn {
  height: 60px;
  margin: 1px 0 0 1px;
  width: 120px;
}

.Wrapper .Wrapper__btn.-nomargin {
  margin: 0 0 0 1px;
}

.Wrapper .Wrapper__btn.-toggle {
  opacity: .0;
  pointer-events: none;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Wrapper .-open .Wrapper__btn.-toggle {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Wrapper .Wrapper__btnWrapper.-footer {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: fixed;
  right: 0;
  width: 120px;
  z-index: 2;
}

.Wrapper .Wrapper__toTop {
  display: none;
}

.Wrapper .Wrapper__toTop a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
}

.Wrapper.-scrolled .Wrapper__toTop {
  bottom: 60px;
  display: block;
  position: fixed;
  right: 0px;
  z-index: 2;
}

.Wrapper.-scrolled .Wrapper__toTop img {
  height: 30px;
  width: 38px;
}

@media print, screen and (max-width: 375px) {
  .Wrapper .Wrapper__btn {
    height: 16vw;
    width: 32vw;
  }
  .Wrapper .Wrapper__btnWrapper.-footer {
    width: 32vw;
  }
}

@media print, screen and (min-width: 769px) {
  .Wrapper .Wrapper__btn {
    height: 74px;
    width: 74px;
  }
  .Wrapper .Wrapper__btn.-large {
    height: 150px;
    width: 150px;
  }
  .Wrapper .Wrapper__btnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Wrapper .Wrapper__btnWrapper.-footer {
    width: 150px;
  }
  .Wrapper .Wrapper__toTop {
    display: none;
  }
  .Wrapper .Wrapper__toTop a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 59px;
  }
  .Wrapper .Wrapper__toTop a {
    height: 74px;
    width: 74px;
  }
  .Wrapper.-scrolled .Wrapper__toTop {
    bottom: 74px;
    right: 0px;
  }
}
