.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.delay-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.delay-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.delay-21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay-22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.delay-23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.delay-24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay-25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.delay-26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.delay-27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay-28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.delay-29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.delay-30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

span.ib {
  display: inline-block;
}

/*-----------------reset--------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 1920px;
  }
}

.inner {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 92vw;
  }
}

@media only screen and (min-width: 768px) {
  .inner {
    width: 1000px;
  }
}

.js-fadein {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-fadein.js-scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .ttl-img img {
    width: 12vw;
  }
}

@media only screen and (min-width: 768px) {
  .ttl-img img {
    width: 45px;
  }
}

html.lock {
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 110%;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #555555;
}

.lock body {
  overflow: hidden;
}

header {
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
}

.loading {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .loading {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .loading {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .loading h1 {
    opacity: 0;
    width: 44vw;
  }
  .loading h1 img {
    width: 100%;
  }
}

header .menu-open {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
}

header .menu-open.visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.open nav {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.open .menu-open {
  opacity: 0;
}

header nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 768px) {
  header nav {
    width: 70vw;
    padding: 10vw 0 5vw;
  }
}

@media only screen and (min-width: 768px) {
  header nav {
    width: 350px;
    padding: 70px 0 40px;
  }
}

header nav .menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

header nav .nav-menu li {
  background-image: url(../img/blt-menu.png);
  background-repeat: no-repeat;
  background-position: center left;
  letter-spacing: 0.36em;
  background-size: 6px 8px;
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  header nav .nav-menu li {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  header nav .nav-menu li {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
}

header nav .nav-menu li a {
  display: block;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

header nav .nav-menu li a:hover {
  opacity: 0.7;
}

section.mv {
  height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (min-width: 768px) {
  section.mv {
    max-height: 900px;
    min-height: 560px;
  }
}

section.mv .inner {
  position: relative;
  height: 100%;
}

section.mv .mv-logo, section.mv .mv-txt, section.mv .mv-img, section.mv .mv-scroll {
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  opacity: 0;
}

section.mv .mv-logo.js-scrollin, section.mv .mv-txt.js-scrollin, section.mv .mv-img.js-scrollin, section.mv .mv-scroll.js-scrollin {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  section.mv .mv-logo {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  section.mv .mv-logo {
    width: 321px;
    position: absolute;
    right: 0;
    top: 30%;
  }
}

section.mv .mv-txt {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  section.mv .mv-txt {
    top: 5%;
    left: 50%;
    height: calc(var(--vh, 1vh) * 60);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media only screen and (min-width: 768px) {
  section.mv .mv-txt {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 175px;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

section.mv .mv-img {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  section.mv .mv-img {
    left: 50%;
    top: calc(var(--vh, 1vh) * 70);
    height: calc(var(--vh, 1vh) * 25);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media only screen and (min-width: 768px) {
  section.mv .mv-img {
    bottom: 10px;
    right: 52%;
    width: 279px;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

section.mv .mv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  section.mv .mv-scroll {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media only screen and (min-width: 768px) {
  section.mv .mv-scroll {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

section.about {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

@media only screen and (max-width: 768px) {
  section.about {
    background-image: url(../img/about-bg-sp.jpg);
    padding-top: 165vw;
  }
}

@media only screen and (min-width: 768px) {
  section.about {
    background-image: url(../img/about-bg-pc.jpg);
    padding-top: 38.28125vw;
    padding-bottom: 110px;
  }
}

section.about .about-txt {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  section.about .about-txt {
    padding: 9.33333vw 10.66667vw 10.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  section.about .about-txt {
    max-width: 780px;
    padding: 80px 150px 80px;
  }
}

@media only screen and (max-width: 768px) {
  section.about .about-txt .ttl-img {
    margin-top: 9.33333vw;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 768px) {
  section.about .about-txt .ttl-img {
    position: absolute;
    left: 60px;
    top: 30px;
  }
}

section.about .about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.about .about-img li {
  width: 32%;
}

section.about .about-img li img {
  width: 100%;
}

section.menu .inner {
  position: relative;
}

section.menu .ttl-img {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  section.menu .ttl-img {
    top: 150vw;
    right: 10vw;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  section.menu .ttl-img {
    top: 0;
    right: 6.25vw;
  }
}

section.menu .menu-bg img {
  margin-top: 50px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  section.menu .menu-bg + .inner {
    background-color: #fff;
    position: relative;
    top: -22vw;
    margin-bottom: -22vw;
    padding-top: 33.33333vw;
  }
}

section.menu .menu-lead {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-lead {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  section.menu .menu-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.menu .menu-lead span {
    margin-bottom: 1em;
  }
}

section.menu .menu-heading {
  text-align: center;
  letter-spacing: 0.36em;
  color: #c8b897;
}

@media only screen and (max-width: 768px) {
  section.menu .menu-heading {
    font-size: 1rem;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 768px) {
  section.menu .menu-heading {
    font-size: 1.125rem;
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

section.menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.menu .menu-list .menu-item {
  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;
}

@media only screen and (max-width: 768px) {
  section.menu .menu-list .menu-item {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  section.menu .menu-list .menu-item .delay-2 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.menu .menu-list .menu-item {
    width: 50%;
  }
  section.menu .menu-list .menu-item:nth-child(n+3) {
    margin-top: 50px;
  }
}

section.menu .menu-list .menu-item .menu-img {
  width: 44%;
}

section.menu .menu-list .menu-item .menu-img img {
  width: 100%;
}

section.menu .menu-list .menu-item .menu-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.menu .menu-list .menu-item .menu-txt strong {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  section.menu .menu-list .menu-item .menu-txt strong {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  section.menu .menu-list .menu-item .menu-txt strong {
    font-size: 1.125rem;
  }
}

section.menu .menu-list .menu-item .menu-txt .name {
  letter-spacing: 0.2em;
}

section.menu .menu-list .menu-item .menu-txt p {
  margin-top: 1em;
  font-size: 0.8125rem;
  line-height: 2;
}

section.menu .menu-list .menu-item.img .menu-txt {
  width: 50%;
}

section.menu .menu-list .menu-item.txt .menu-txt {
  width: 100%;
}

section.menu .notice {
  font-size: 0.8125rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.menu .notice {
    margin-top: 50px;
  }
}

section.rental {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.rental .rental-img-wrap {
    width: 1000px;
    margin: 110px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  section.rental .rental-img-wrap {
    margin: 10vw 0;
  }
}

section.rental .rental-img-wrap img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.rental .rental-img {
    margin-bottom: 40px;
  }
}

section.rental h3 {
  font-size: 1.125rem;
  letter-spacing: 0.34em;
  color: #000;
}

section.rental p {
  font-size: 0.8125rem;
  margin-top: 1.5em;
  line-height: 2.3;
}

@media only screen and (min-width: 768px) {
  section.rental p small.pc {
    display: inline !important;
  }
}

@media only screen and (max-width: 768px) {
  section.rental small {
    font-size: 0.75rem;
  }
}

section.access {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.access {
    margin-top: 90px;
  }
}

section.access .map-wrap {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  section.access .map-wrap {
    margin: 10vw 0;
    height: 45vw;
  }
}

@media only screen and (min-width: 768px) {
  section.access .map-wrap {
    height: 450px;
    margin-bottom: 40px;
  }
}

section.access .map-wrap iframe {
  width: 100%;
  height: 100%;
}

section.access h3 {
  font-size: 1.125rem;
  letter-spacing: 0.34em;
  color: #000;
}

section.access p {
  font-size: 0.8125rem;
  margin-top: 1.5em;
  line-height: 2.3;
}

section.access .btn-inquiry {
  display: block;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

section.access .btn-inquiry:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  section.access .btn-inquiry {
    width: 70%;
    margin: 10vw auto;
  }
}

@media only screen and (min-width: 768px) {
  section.access .btn-inquiry {
    display: inline-block;
    margin-top: 80px;
  }
}

section.access .btn-inquiry img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.access .btn-inquiry + p {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 15vw 0 10vw;
  }
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 110px 0 50px;
  }
}

footer .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  footer .sns-links {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 768px) {
  footer .sns-links {
    margin-bottom: 30px;
  }
}

footer .sns-links li {
  margin: 0 10px;
}

footer .sns-links a {
  display: block;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

footer .sns-links a:hover {
  opacity: 0.7;
}

footer .cr {
  text-align: center;
  font-family: 'Libre Caslon Text', serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=application.css.map */