@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;600&family=Noto+Sans+JP:wght@100;300&family=Shippori+Mincho&display=swap");

/* line 6, sass/__destyle.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* line 23, sass/__destyle.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* line 36, sass/__destyle.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 44, sass/__destyle.scss */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
/* line 51, sass/__destyle.scss */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* line 66, sass/__destyle.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* line 81, sass/__destyle.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
/* line 91, sass/__destyle.scss */
dt {
  font-weight: bold;
}

/* line 95, sass/__destyle.scss */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 107, sass/__destyle.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 122, sass/__destyle.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/* line 127, sass/__destyle.scss */
address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 138, sass/__destyle.scss */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 149, sass/__destyle.scss */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 158, sass/__destyle.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 168, sass/__destyle.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 179, sass/__destyle.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 188, sass/__destyle.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, sass/__destyle.scss */
sub {
  bottom: -0.25em;
}

/* line 200, sass/__destyle.scss */
sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 211, sass/__destyle.scss */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/* line 225, sass/__destyle.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/* line 247, sass/__destyle.scss */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/* line 252, sass/__destyle.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 262, sass/__destyle.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 273, sass/__destyle.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 283, sass/__destyle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* line 292, sass/__destyle.scss */
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 303, sass/__destyle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 315, sass/__destyle.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
/* line 326, sass/__destyle.scss */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
/* line 334, sass/__destyle.scss */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
/* line 342, sass/__destyle.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 355, sass/__destyle.scss */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 367, sass/__destyle.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 375, sass/__destyle.scss */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 383, sass/__destyle.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
/* line 392, sass/__destyle.scss */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 400, sass/__destyle.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 409, sass/__destyle.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
/* line 418, sass/__destyle.scss */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 429, sass/__destyle.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 437, sass/__destyle.scss */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* line 445, sass/__destyle.scss */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
/* line 452, sass/__destyle.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 457, sass/__destyle.scss */
caption {
  text-align: left;
}

/* line 461, sass/__destyle.scss */
td,
th {
  vertical-align: top;
  padding: 0;
}

/* line 467, sass/__destyle.scss */
th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
/* line 479, sass/__destyle.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 487, sass/__destyle.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 3, sass/__slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/__slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, sass/__slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, sass/__slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/__slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/__slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, sass/__slick.scss */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, sass/__slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, sass/__slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/__slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, sass/__slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, sass/__slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, sass/__slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, sass/__slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, sass/__slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, sass/__slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, sass/__slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/__slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, sass/__slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 63, sass/__slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, sass/__slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, sass/__slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, sass/__slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, sass/__slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, sass/__slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, sass/__slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, sass/__slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 111, sass/__slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, sass/__slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, sass/__slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, sass/__slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 125, sass/__slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, sass/__slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, sass/__slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, sass/__slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, sass/__slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, sass/__slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, sass/__slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, sass/__slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, sass/__slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 30, sass/style.sass */
body {
  letter-spacing: 0.16em;
  line-height: 1.85;
  font-size: 1.25vw;
  color: #323232;
  font-family: "Century Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 1441px) {

  /* line 30, sass/style.sass */
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 30, sass/style.sass */
  body {
    font-size: 16px;
  }
}

/* line 38, sass/style.sass */
h2,
h3 {
  opacity: 0.9;
}

/* line 41, sass/style.sass */
h2 span,
h3 span {
  display: block;
}

/* line 44, sass/style.sass */
.inner {
  margin: 0 auto;
  max-width: 1080px;
}

/* line 48, sass/style.sass */
.thin {
  font-weight: 100;
}

/* line 51, sass/style.sass */
.en {
  font-family: "Cormorant", serif;
  color: #a68943;
}

/* line 55, sass/style.sass */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 60, sass/style.sass */
header .inner {
  display: grid;
  align-items: center;
  height: 80px;
}

/* line 65, sass/style.sass */
#right-fixed {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100px;
  right: 0;
  top: 0;
}

/* line 73, sass/style.sass */
#right-fixed .menu-open-btn {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
  cursor: pointer;
}

/* line 81, sass/style.sass */
#right-fixed .menu-open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 28px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  width: 45%;
}

/* line 90, sass/style.sass */
#right-fixed .menu-open-btn span:nth-child(1) {
  top: 30px;
}

/* line 92, sass/style.sass */
#right-fixed .menu-open-btn span:nth-child(2) {
  top: 46px;
}

/* line 94, sass/style.sass */
#right-fixed .menu-open-btn span:nth-child(3) {
  top: 62px;
}

/* line 98, sass/style.sass */
#right-fixed .menu-open-btn.active span:nth-child(1) {
  top: 44px;
  left: 36px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

/* line 103, sass/style.sass */
#right-fixed .menu-open-btn.active span:nth-child(2) {
  opacity: 0;
}

/* line 105, sass/style.sass */
#right-fixed .menu-open-btn.active span:nth-child(3) {
  top: 55px;
  left: 36px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* line 111, sass/style.sass */
#right-fixed .reserve {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
}

/* line 117, sass/style.sass */
#menu {
  position: fixed;
  z-index: 9000;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #F2EEE9;
  transition: all 0.6s;
}

/* line 126, sass/style.sass */
#menu.panelactive {
  right: 0;
}

/* line 128, sass/style.sass */
#menu.panelactive .inner {
  z-index: 9000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 132, sass/style.sass */
#menu.panelactive ul {
  padding: 100px 0 0;
  font-family: "Shippori Mincho", serif;
}

/* line 135, sass/style.sass */
#menu.panelactive ul li {
  margin-bottom: 2em;
}

/* line 139, sass/style.sass */
#mv {
  background: url(images/mv/mv.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

/* line 144, sass/style.sass */
#mv video {
  width: 100%;
  height: 100vh;
}

/* line 162, sass/style.sass */
#concept {
  padding: 100px 0;
  background-color: #F6F6F5;
}

/* line 165, sass/style.sass */
#concept .inner {
  display: grid;
  grid-template-columns: 460px 620px;
}

/* line 168, sass/style.sass */
#concept h2 {
  font-size: 3.61111vw;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
}

@media screen and (min-width: 1441px) {

  /* line 168, sass/style.sass */
  #concept h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 168, sass/style.sass */
  #concept h2 {
    font-size: 9.23077vw;
  }
}

/* line 172, sass/style.sass */
#concept h2 .en {
  font-size: 18px;
  font-family: "Cormorant", serif;
  margin-bottom: 0.4em;
}

/* line 177, sass/style.sass */
#concept .text p {
  margin-bottom: 1em;
}

/* line 181, sass/style.sass */
#floor-img ol {
  height: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  color: #fefefe;
}

/* line 187, sass/style.sass */
#floor-img ol li {
  background: no-repeat center;
  background-size: cover;
  padding-top: 300px;
}

/* line 191, sass/style.sass */
#floor-img ol li:nth-child(1) {
  background-image: url(images/floor-img/first.jpg);
}

/* line 193, sass/style.sass */
#floor-img ol li:nth-child(1) h2 {
  line-height: 1.23;
}

/* line 195, sass/style.sass */
#floor-img ol li:nth-child(2) {
  background-image: url(images/floor-img/second.jpg);
}

/* line 197, sass/style.sass */
#floor-img ol h2 {
  font-family: "Cormorant", serif;
  font-size: 2.91667vw;
  line-height: 1;
}

@media screen and (min-width: 1441px) {

  /* line 197, sass/style.sass */
  #floor-img ol h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 197, sass/style.sass */
  #floor-img ol h2 {
    font-size: 13.33333vw;
  }
}

/* line 201, sass/style.sass */
#floor-img ol h2 span {
  display: inline;
  font-size: 6.25vw;
}

@media screen and (min-width: 1441px) {

  /* line 201, sass/style.sass */
  #floor-img ol h2 span {
    font-size: 90px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 201, sass/style.sass */
  #floor-img ol h2 span {
    font-size: 19.48718vw;
  }
}

/* line 204, sass/style.sass */
#floor-img ol p {
  font-family: "Shippori Mincho", serif;
}

/* line 207, sass/style.sass */
#floor-map {
  text-align: center;
  background-color: #F2EEE9;
  padding: 100px 0;
}

/* line 211, sass/style.sass */
#floor-map h2 {
  color: #a68943;
  padding-bottom: 60px;
}

/* line 214, sass/style.sass */
#floor-map h2 .en {
  font-size: 3.75vw;
  color: #323232;
}

@media screen and (min-width: 1441px) {

  /* line 214, sass/style.sass */
  #floor-map h2 .en {
    font-size: 54px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 214, sass/style.sass */
  #floor-map h2 .en {
    font-size: 8.97436vw;
  }
}

/* line 217, sass/style.sass */
#floor-map img {
  width: 80%;
  max-width: 700px;
}

/* line 221, sass/style.sass */
#feature {
  padding-top: 170px;
  padding-bottom: 200px;
  background: url(images/feature/bg.jpg) no-repeat 0 460px;
}

/* line 226, sass/style.sass */
#feature h2 {
  font-size: 18px;
  margin-bottom: 170px;
}

/* line 229, sass/style.sass */
#feature h2 .en {
  font-size: 5.13889vw;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 1441px) {

  /* line 229, sass/style.sass */
  #feature h2 .en {
    font-size: 74px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 229, sass/style.sass */
  #feature h2 .en {
    font-size: 9.48718vw;
  }
}

/* line 234, sass/style.sass */
#feature .inner>section {
  display: grid;
  position: relative;
  padding: 140px 0 140px;
}

/* line 238, sass/style.sass */
#feature .inner>section>div {
  width: 440px;
}

/* line 240, sass/style.sass */
#feature .inner>section img {
  position: absolute;
}

/* line 243, sass/style.sass */
#feature h3 {
  font-size: 15px;
}

/* line 245, sass/style.sass */
#feature h3 .en {
  font-size: 50px;
  font-size: 3.47222vw;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
}

@media screen and (min-width: 1441px) {

  /* line 245, sass/style.sass */
  #feature h3 .en {
    font-size: 50px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 245, sass/style.sass */
  #feature h3 .en {
    font-size: 8.20513vw;
  }
}

/* line 252, sass/style.sass */
#feature .text p {
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  line-height: 2;
}

/* line 257, sass/style.sass */
#feature .feature01,
#feature .feature03 {
  justify-content: left;
}

/* line 260, sass/style.sass */
#feature .feature01 img,
#feature .feature03 img {
  right: -180px;
}

/* line 262, sass/style.sass */
#feature .feature02,
#feature .feature04 {
  justify-content: right;
}

/* line 265, sass/style.sass */
#feature .feature02 img,
#feature .feature04 img {
  left: -190px;
}

/* line 269, sass/style.sass */
#feature .feature01 img {
  top: -100px;
}

/* line 272, sass/style.sass */
#gallery {
  overflow: hidden;
  padding: 100px 0 100px 0;
}

/* line 275, sass/style.sass */
#gallery h2 {
  margin-bottom: 90px;
}

/* line 277, sass/style.sass */
#gallery h2 .en {
  font-size: 5.13889vw;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

@media screen and (min-width: 1441px) {

  /* line 277, sass/style.sass */
  #gallery h2 .en {
    font-size: 74px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 277, sass/style.sass */
  #gallery h2 .en {
    font-size: 9.48718vw;
  }
}

/* line 281, sass/style.sass */
#gallery ul {
  position: relative;
}

/* line 283, sass/style.sass */
#gallery ul:before {
  content: "";
  width: 1000px;
  height: 480px;
  position: absolute;
  top: 0;
  left: -1000px;
  background-color: #fff;
  z-index: 1000;
}

/* line 292, sass/style.sass */
#gallery li {
  width: 480px;
  margin-right: 60px;
}

/* line 295, sass/style.sass */
#gallery li img {
  width: 100%;
}

/* line 297, sass/style.sass */
#gallery .slick-list {
  overflow: visible;
}

/* line 299, sass/style.sass */
#gallery .slider .slick-list {
  padding: 0 40% 0 0 !important;
}

/* line 301, sass/style.sass */
#gallery nav {
  font-family: "Cormorant", serif;
  font-size: 2.91667vw;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 160px;
}

@media screen and (min-width: 1441px) {

  /* line 301, sass/style.sass */
  #gallery nav {
    font-size: 42px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 301, sass/style.sass */
  #gallery nav {
    font-size: 6.92308vw;
  }
}

/* line 307, sass/style.sass */
#gallery nav .arrows {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  font-size: 2.08333vw;
}

@media screen and (min-width: 1441px) {

  /* line 307, sass/style.sass */
  #gallery nav .arrows {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 307, sass/style.sass */
  #gallery nav .arrows {
    font-size: 5.12821vw;
  }
}

/* line 313, sass/style.sass */
#gallery nav .arrows img {
  vertical-align: middle;
}

/* line 319, sass/style.sass */
#price {
  padding: 100px 0;
  color: #fefefe;
  background: no-repeat center;
  background-size: cover;
  background-image: url(images/price/bg.jpg?2);
}

/* line 325, sass/style.sass */
#price h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 328, sass/style.sass */
#price h2 .en {
  font-size: 5.13889vw;
  color: #fefefe;
  line-height: 1.1;
}

@media screen and (min-width: 1441px) {

  /* line 328, sass/style.sass */
  #price h2 .en {
    font-size: 74px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 328, sass/style.sass */
  #price h2 .en {
    font-size: 9.48718vw;
  }
}

/* line 332, sass/style.sass */
#price .text {
  width: 700px;
  margin: 0 auto 80px;
  font-size: 15px;
  letter-spacing: 1px;
}

/* line 337, sass/style.sass */
#price .text .catch {
  text-align: center;
  font-size: 1.38889vw;
  margin-bottom: 2em;
}

@media screen and (min-width: 1441px) {

  /* line 337, sass/style.sass */
  #price .text .catch {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 337, sass/style.sass */
  #price .text .catch {
    font-size: 2.5641vw;
  }
}

/* line 341, sass/style.sass */
#price .text p {
  margin-bottom: 1em;
}

/* line 344, sass/style.sass */
#price .note {
  text-align: left;
  font-size: 12px;
}

/* line 348, sass/style.sass */
#price .heightline {
  background: rgba(0, 0, 0, 0.2);
  display: grid;
  align-items: center;
  padding: 1em 0;
  height: auto !important;
}

/* line 354, sass/style.sass */
#price h3 {
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 2.5vw;
  line-height: 1.2;
}

@media screen and (min-width: 1441px) {

  /* line 354, sass/style.sass */
  #price h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 354, sass/style.sass */
  #price h3 {
    font-size: 6.92308vw;
  }
}

/* line 359, sass/style.sass */
#price .thin {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 15px;
}

/* line 364, sass/style.sass */
#price .grid-box {
  display: grid;
  grid-template-columns: 520px 520px;
  justify-content: space-between;
}

/* line 368, sass/style.sass */
#price .grid-box>section {
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* line 370, sass/style.sass */
#price .grid-box>section .note {
  padding-top: 0.5em;
}

/* line 373, sass/style.sass */
#price dl {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
}

/* line 378, sass/style.sass */
#price dl dt,
#price dl dd {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 70px;
}

/* line 381, sass/style.sass */
#price dl dt {
  width: 50%;
  font-weight: normal;
  font-size: 1.52778vw;
}

@media screen and (min-width: 1441px) {

  /* line 381, sass/style.sass */
  #price dl dt {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 381, sass/style.sass */
  #price dl dt {
    font-size: 4.10256vw;
  }
}

/* line 385, sass/style.sass */
#price dl dd {
  width: 50%;
  font-size: 2.22222vw;
}

@media screen and (min-width: 1441px) {

  /* line 385, sass/style.sass */
  #price dl dd {
    font-size: 32px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 385, sass/style.sass */
  #price dl dd {
    font-size: 6.41026vw;
  }
}

/* line 388, sass/style.sass */
#price dl dd span {
  font-size: 1.38889vw;
}

@media screen and (min-width: 1441px) {

  /* line 388, sass/style.sass */
  #price dl dd span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 388, sass/style.sass */
  #price dl dd span {
    font-size: 4.87179vw;
  }
}

/* line 391, sass/style.sass */
#flow {
  padding: 100px 0 100px;
  background-color: #F2EEE9;
}

/* line 394, sass/style.sass */
#flow h2 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 70px;
}

/* line 398, sass/style.sass */
#flow h2 .en {
  font-size: 5.13889vw;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

@media screen and (min-width: 1441px) {

  /* line 398, sass/style.sass */
  #flow h2 .en {
    font-size: 74px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 398, sass/style.sass */
  #flow h2 .en {
    font-size: 9.48718vw;
  }
}

/* line 402, sass/style.sass */
#flow h3 {
  font-size: 1.66667vw;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1em;
}

@media screen and (min-width: 1441px) {

  /* line 402, sass/style.sass */
  #flow h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 402, sass/style.sass */
  #flow h3 {
    font-size: 4.87179vw;
  }
}

/* line 407, sass/style.sass */
#flow ol {
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  justify-content: space-between;
}

/* line 411, sass/style.sass */
#flow ol li {
  padding-top: 90px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 416, sass/style.sass */
#flow ol li::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 190px;
  width: 150px;
  height: 1px;
  background: url(images/flow/line-pc.png) no-repeat 0 0;
}

/* line 424, sass/style.sass */
#flow ol li p {
  margin-bottom: 0.8em;
}

/* line 426, sass/style.sass */
#flow ol li:nth-child(1) {
  background-image: url(images/flow/no01.png);
}

/* line 428, sass/style.sass */
#flow ol li:nth-child(2) {
  background-image: url(images/flow/no02.png);
}

/* line 430, sass/style.sass */
#flow ol li:nth-child(3) {
  background-image: url(images/flow/no03.png);
}

/* line 432, sass/style.sass */
#flow ol li:nth-child(4) {
  background-image: url(images/flow/no04.png);
}

/* line 434, sass/style.sass */
#flow ol li:nth-child(4)::after {
  content: none;
}

/* line 437, sass/style.sass */
#access {
  background-color: #F2EEE9;
}

/* line 439, sass/style.sass */
#access h2 {
  background: no-repeat center;
  background-size: cover;
  background-image: url(images/access/bg.jpg);
  height: 420px;
  display: grid;
  align-items: center;
  align-content: center;
  color: #fefefe;
  text-align: center;
}

/* line 449, sass/style.sass */
#access h2 .en {
  font-size: 5.13889vw;
  letter-spacing: 0.14em;
  color: #fefefe;
  line-height: 1.2;
}

@media screen and (min-width: 1441px) {

  /* line 449, sass/style.sass */
  #access h2 .en {
    font-size: 74px;
  }
}

@media screen and (max-width: 1000px) {

  /* line 449, sass/style.sass */
  #access h2 .en {
    font-size: 9.48718vw;
  }
}

/* line 455, sass/style.sass */
#access .inner {
  padding: 140px 0;
}

/* line 458, sass/style.sass */
#access .grid-box {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}

/* line 464, sass/style.sass */
#access .grid-box .information h3 {
  margin-bottom: 2em;
}

/* line 466, sass/style.sass */
#access .grid-box .information dl {
  display: flex;
  flex-wrap: wrap;
}

/* line 469, sass/style.sass */
#access .grid-box .information dl dt,
#access .grid-box .information dl dd {
  margin-bottom: 2em;
}

/* line 471, sass/style.sass */
#access .grid-box .information dl dt {
  width: 30%;
  font-weight: normal;
  color: #a68943;
}

/* line 475, sass/style.sass */
#access .grid-box .information dl dd {
  width: 70%;
}

/* line 479, sass/style.sass */
#access .grid-box .googlemap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 490, sass/style.sass */
#access ul {
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: space-evenly;
}

/* line 494, sass/style.sass */
#access ul li {
  border: 1px solid #323232;
}

/* line 496, sass/style.sass */
#access ul li:nth-child(2) {
  border: none;
  background-color: #A58A44;
  font-family: "Shippori Mincho", serif;
  color: #fefefe;
}

/* line 501, sass/style.sass */
#access ul li a {
  display: block;
  padding: 1em;
  text-align: center;
}
.grup{
    margin: 30px auto;
    text-align: center;
}
#price .grup dl dt{
    width: 100%;
}

.grup dt span.price{
  font-size: 2.22222vw;
}
@media screen and (max-width: 1000px) {
    #price .grup dt span.price {
        font-size: 6.41026vw;
    }
}
#price .grup .note {
    text-align: center;
}
#price .text_dub{
      margin: 0 auto 20px;
}

@media only screen and (max-width: 1080px) {

  /* line 2, sass/_sp.sass */
  .inner {
    padding: 0 7%;
  }

  /* line 7, sass/_sp.sass */
  header .inner {
    padding-top: 1%;
    height: inherit;
  }

  /* line 11, sass/_sp.sass */
  header h1 img {
    max-width: 50%;
  }

  /* line 14, sass/_sp.sass */
  #right-fixed {
    width: 50px;
  }

  /* line 16, sass/_sp.sass */
  #right-fixed .reserve {
    display: none;
  }

  /* line 18, sass/_sp.sass */
  #right-fixed .menu-open-btn {
    width: 50px;
    height: 50px;
  }

  /* line 21, sass/_sp.sass */
  #right-fixed .menu-open-btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    width: 45%;
  }

  /* line 30, sass/_sp.sass */
  #right-fixed .menu-open-btn span:nth-child(1) {
    top: 15px;
  }

  /* line 32, sass/_sp.sass */
  #right-fixed .menu-open-btn span:nth-child(2) {
    top: 23px;
  }

  /* line 34, sass/_sp.sass */
  #right-fixed .menu-open-btn span:nth-child(3) {
    top: 31px;
  }

  /* line 38, sass/_sp.sass */
  #right-fixed .menu-open-btn.active span:nth-child(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  /* line 43, sass/_sp.sass */
  #right-fixed .menu-open-btn.active span:nth-child(2) {
    opacity: 0;
  }

  /* line 45, sass/_sp.sass */
  #right-fixed .menu-open-btn.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* line 53, sass/_sp.sass */
  #menu.panelactive ul {
    padding: 60px 0 0;
  }

  /* line 57, sass/_sp.sass */
  #concept .inner {
    display: block;
  }

  /* line 59, sass/_sp.sass */
  #concept h2 {
    margin-bottom: 1em;
  }

  /* line 62, sass/_sp.sass */
  #feature {
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 2em;
    background: url(images/feature/sp_bg.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }

  /* line 68, sass/_sp.sass */
  #feature h2 {
    text-align: center;
  }

  /* line 70, sass/_sp.sass */
  #feature h3 {
    line-height: 1.8;
    font-size: 14px;
  }

  /* line 73, sass/_sp.sass */
  #feature h3 .en {
    margin-bottom: 1.25em;
  }

  /* line 75, sass/_sp.sass */
  #feature .text {
    margin-bottom: 4em;
  }

  /* line 78, sass/_sp.sass */
  #feature .inner>section {
    display: block;
    padding: 0;
  }

  /* line 81, sass/_sp.sass */
  #feature .inner>section>div {
    width: inherit;
  }

  /* line 83, sass/_sp.sass */
  #feature .inner>section img {
    display: block;
    position: static;
    width: 125%;
    margin-bottom: 40px;
  }

  /* line 89, sass/_sp.sass */
  #feature .inner .feature01 img {
    margin-left: -2%;
  }

  /* line 92, sass/_sp.sass */
  #feature .inner .feature02 img {
    margin-left: -8%;
  }

  /* line 95, sass/_sp.sass */
  #feature .inner .feature03 img {
    margin-left: -8%;
  }

  /* line 98, sass/_sp.sass */
  #feature .inner .feature04 img {
    margin-left: -9%;
  }

  /* line 102, sass/_sp.sass */
  #gallery .inner {
    padding: 0;
  }

  /* line 104, sass/_sp.sass */
  #gallery h2 {
    text-align: center;
  }

  /* line 107, sass/_sp.sass */
  #gallery ul:before {
    content: none;
  }

  /* line 109, sass/_sp.sass */
  #gallery li {
    width: inherit;
    margin-right: 30px;
  }

  /* line 112, sass/_sp.sass */
  #gallery .slider .slick-list {
    padding: 0 0 0 0 !important;
  }

  /* line 114, sass/_sp.sass */
  #gallery nav {
    padding: 30px 7% 0;
  }

  /* line 117, sass/_sp.sass */
  #price {
    background-image: url(images/price/bg_sp.jpg);
  }

  /* line 119, sass/_sp.sass */
  #price .grid-box {
    display: block;
  }

  /* line 121, sass/_sp.sass */
  #price .grid-box .standard {
    margin-bottom: 80px;
  }

  /* line 123, sass/_sp.sass */
  #price .text {
    width: inherit;
  }

  /* line 125, sass/_sp.sass */
  #price .text .note {
    font-size: 10px;
  }

  /* line 127, sass/_sp.sass */
  #price .text .catch {
    font-size: 14px;
  }

  /* line 129, sass/_sp.sass */
  #price .thin {
    font-size: 10px;
  }

  /* line 133, sass/_sp.sass */
  #flow h3 {
    text-align: left;
  }

  /* line 135, sass/_sp.sass */
  #flow ol {
    display: block;
  }

  /* line 137, sass/_sp.sass */
  #flow ol li {
    height: 350px;
    padding-top: 0px;
    padding-left: 100px;
    text-align: left;
    background-position: left top;
  }

  /* line 143, sass/_sp.sass */
  #flow ol li::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 34px;
    width: 1px;
    height: 200px;
    background: url(images/flow/line-sp.png) no-repeat 0 0;
  }

  /* line 153, sass/_sp.sass */
  #access .inner {
    padding: 100px 7%;
  }

  /* line 155, sass/_sp.sass */
  #access .grid-box {
    display: block;
  }

  /* line 159, sass/_sp.sass */
  #access .grid-box .information h3 {
    margin-bottom: 4em;
  }

  /* line 163, sass/_sp.sass */
  #access .grid-box .googlemap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  /* line 167, sass/_sp.sass */
  #access ul {
    display: block;
  }

  /* line 169, sass/_sp.sass */
  #access ul li {
    margin: 0 5% 3em;
  }

  #flow ol li {
    height: 280px;
    padding-top: 0px;
    padding-left: 100px;
    text-align: left;
    background-position: left top;
  }
}

@media only screen and (max-width: 800px) {

  /* line 183, sass/_sp.sass */
  body {
    margin-bottom: 100px;
  }

  /* line 187, sass/_sp.sass */
  #floor-img ol {
    display: block;
    height: inherit;
  }

  /* line 190, sass/_sp.sass */
  #floor-img ol li {
    width: 100%;
    height: auto;
    padding-top: 60%;
    padding-bottom: 30%;
  }

  /* line 197, sass/_sp.sass */
  #fixed-footer-cv-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  /* line 205, sass/_sp.sass */
  #fixed-footer-cv-btn li+li {
    border-left: 1px solid #888;
  }

  /* line 207, sass/_sp.sass */
  #fixed-footer-cv-btn li a {
    display: block;
    width: 100%;
  }

  /* line 210, sass/_sp.sass */
  #fixed-footer-cv-btn li a img {
    width: 100%;
  }

  /* line 137, sass/_sp.sass */
  #gallery {
    overflow: hidden;
    padding: 0px 0 100px 0;
  }
}