@charset "UTF-8";
/* Scss Document */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  color: #898989;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
  color: #fff;
  z-index: 20;
}

#bg-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6bbbf;
  z-index: 0;
  opacity: 1;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
#bg-loading .loader img {
  width: 75px;
  height: auto;
}

#bg-loading.fade {
  opacity: 0;
}

#loading__wrapper {
  height: 100%;
}

header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header h1 {
  padding: 0.5em;
}

.mt-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

iframe {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.gnav {
  display: block;
}

.drawer_button {
  display: block;
  background: #620f15 url(../img/parts_gnav.png) no-repeat center center;
  background-size: auto 50%;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  text-align: center;
  outline: none;
  color: #620f15;
}
.drawer_button.active {
  background: #620f15 url(../img/parts_close.png) no-repeat center center;
  background-size: auto 50%;
}

.drawer_menu_wrapper {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(100vw);
      -ms-transform: translate(100vw);
          transform: translate(100vw);
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.drawer_menu_wrapper.open {
  -webkit-transform: translate(calc(100% - 370px));
      -ms-transform: translate(calc(100% - 370px));
          transform: translate(calc(100% - 370px));
}
.drawer_menu_wrapper .drawer_menu {
  background: #620f15;
}
.drawer_menu_wrapper .drawer_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.75vh 1em;
  background: #620f15;
  border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
}
.drawer_menu_wrapper .drawer_menu li a {
  display: block;
  background: #620f15;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
}

.btn-reserve {
  position: fixed;
  right: 0;
  top: 12%;
}
.btn-reserve a {
  display: block;
}
.btn-reserve a.model {
  padding: 3.5em 0 1em;
  background: #E45F68 url(../img/icon_reserve.png) no-repeat center top 5px;
  color: #fff;
  width: 40px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-reserve a.fb, .btn-reserve a.tw, .btn-reserve a.insta {
  margin: 0.5em 0;
  width: 40px;
  height: 40px;
  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;
  background: #E45F68;
}
.btn-reserve a.chat {
  padding: 3em 0 1em;
  background: #E45F68 url(../img/icon_chat.png) no-repeat center top 5px;
  color: #fff;
  width: 40px;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-outview {
  position: fixed;
  left: 0;
  top: 12%;
}
.btn-outview a {
  padding: 3em 0.5em 1em 0.5em;
  display: block;
  width: 3em;
  background: #E45F68 url(../img/gnav_n_home_h.png) no-repeat center top 5px;
  color: #fff;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  header h1 {
    padding: 0.5em;
    width: 50%;
  }
  header h1 img {
    width: 100%;
  }

  .drawer_button {
    background: #620f15 url(../img/parts_gnav.png) no-repeat center center;
    background-size: auto 50%;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .drawer_button.active {
    background: #620f15 url(../img/parts_close.png) no-repeat center center;
    background-size: auto 50%;
  }

  .drawer_menu_wrapper {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(100vw);
        -ms-transform: translate(100vw);
            transform: translate(100vw);
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
  }
  .drawer_menu_wrapper.open {
    -webkit-transform: translate(10%);
        -ms-transform: translate(10%);
            transform: translate(10%);
  }
  .drawer_menu_wrapper .drawer_menu {
    background: #620f15;
  }
  .drawer_menu_wrapper .drawer_menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1.75vh 2em;
    background: #620f15;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
  }
  .drawer_menu_wrapper .drawer_menu li a {
    display: block;
    background: #620f15;
    color: #FFF;
    font-size: 1.6rem;
    text-decoration: none;
  }

  .btn-outview a {
    padding: 3em 0 1em;
    background: #E45F68 url(../img/gnav_n_home_h.png) no-repeat center top 5px;
    color: #fff;
    width: 2.5em;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.6rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}