@charset "UTF-8";
/* CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #333;
  background: #fffeee;
  min-width: 320px;
  letter-spacing: 0.8px;
  font-size: 12px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-text-size-adjust: 100%;
}

.parallax-window {
  background: transparent;
  min-height: 200px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 UM
============================================ */
.um-account-meta {
  display: none !important;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  padding: 0;
  height: 100px;
  width: 100%;
  z-index: 1000;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  padding: 0 0 10px;
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 170px;
  height: 100px;
  margin: 0;
  left: 0;
  top: 0;
}
header .logo a {
  padding: 0px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
header .logo_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
header .logo_wrap img {
  position: absolute;
  top: 22px;
  left: 15px;
}
header .logo_wrap .head_logo {
  opacity: 1;
}
header .logo_wrap .head_logo_active {
  opacity: 0;
}
header .logo_wrap.active .head_logo {
  opacity: 0;
}
header .logo_wrap.active .head_logo_active {
  opacity: 1;
}

/*-----------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  display: none;
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  overflow: visible;
  padding-left: 95px;
  margin: 0 auto;
  display: block;
  background: transparent;
  padding: 0;
  height: 100%;
  border: none;
  width: auto;
  max-height: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_nav.active .nav_top li a {
  color: #333;
}

.nav_top {
  text-align: left;
  margin-top: 45px;
  margin-right: 150px;
  float: right;
}
.nav_top:before, .nav_top:after {
  content: "";
  display: table;
}
.nav_top:after {
  clear: both;
}
.nav_top li {
  padding: 0 5px 0 5px;
  display: inline-block;
  width: auto;
  border: none;
  height: 20px;
  overflow-y: hidden;
}
.nav_top li a {
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #fff;
  font-family: "Rajdhani";
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20px;
  top: 0px;
  margin-bottom: 0;
  padding: 0px 0 0px;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.nav_top li a:hover {
  top: -20px;
}
.nav_top li a .fa-chevron-right {
  display: none;
}
.nav_top li a span {
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.0833333333rem;
  letter-spacing: 0.5px;
}
.nav_top li.reservations {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 130px;
  margin: 0;
  vertical-align: middle;
}
.nav_top li.reservations a, .nav_top li.reservations span {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 100px;
  background: #ea6178;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.nav_top li.reservations span {
  top: 100px;
}
.nav_top li.reservations a:hover {
  top: -100px;
}

/* ============================================
 contents
============================================ */
footer {
  padding: 50px 0;
  text-align: center;
  position: relative;
  color: #979797;
  background: #fffeee;
  z-index: 99;
}
footer p a {
  color: #979797;
}
footer .wrapper {
  position: relative;
  width: calc(100% - 320px);
  max-width: 1080px;
}
footer .share_area {
  margin-bottom: 20px;
}
footer .share_area .share_btn {
  text-align: center;
}
footer .share_area .share_btn div {
  display: inline-block;
  margin: 0 20px;
}
footer .share_area .share_btn div a {
  font-size: 20px;
  font-size: 1.6666666667rem;
  color: #979797;
}
footer .copyrights {
  color: #979797;
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  margin-top: 30px;
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #b5b5b5;
  z-index: 100;
  font-size: 24px;
  font-size: 2rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#page-top a {
  color: #b5b5b5;
}

#page-top.active {
  visibility: visible;
  opacity: 1;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

#twitter_modal {
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
}
#twitter_modal .twitter_modal_inner p {
  font-size: 16px;
  font-size: 1.3333333333rem;
  margin: 15px 0;
}
#twitter_modal .twitter_modal_inner p a {
  color: #ea6178;
}

#youtube_modal {
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
}
#youtube_modal .youtube_modal_inner p {
  font-size: 16px;
  font-size: 1.3333333333rem;
  margin: 15px 0;
}
#youtube_modal .youtube_modal_inner p a {
  color: #ea6178;
}

.member_area {
  margin: 0 auto;
  max-width: 600px;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

.um-button {
  background: #3ba1da;
  color: #fff;
  font-weight: bold;
}
.um-button.member {
  background: #ccda8d;
}
.um-button.senkou {
  background: #fe3c23;
}

.member_senkou_btn {
  margin-bottom: 50px;
}
.member_senkou_btn a {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.users {
  color: #333;
}
.users li {
  color: #333;
}

/*--- modal twitter 190613 --*/
.insta_window {
  max-width: 900px;
  width: 760px;
  flex-wrap: wrap;
  padding: 40px;
  margin: 40px 20px !important;
  background: transparent !important;
  color: #2e2e2e;
}
.insta_window .modal_insta_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
}
.insta_window .modal_insta_wrap ul li {
  width: 23.33%;
  margin: 0 0 0 10%;
}
.insta_window .modal_insta_wrap ul li a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  margin: 15px auto;
  color: #fff;
}
.insta_window .modal_insta_wrap ul li a .icon {
  font-size: 30px;
  font-size: 2.5rem;
  margin-right: 10px;
  color: #fff;
}
.insta_window .modal_insta_wrap ul li a .name {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.insta_window p {
  line-height: 1.7;
  margin: 30px auto;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
.insta_window p span {
  color: #e0246e;
  font-weight: 500;
}
.insta_window p a {
  color: #e0246e;
  text-decoration: underline;
}
.insta_window .close {
  padding: 10px;
  margin: 40px auto 0;
  width: 200px;
  height: 35px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 1100px) {
  /* ============================================
   header
  ============================================ */
}
/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 900px) {
  a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover {
    opacity: 1;
  }

  .no_pc {
    display: inline;
  }

  .no_sp {
    display: none;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    padding: 0;
    height: 60px;
    width: 100%;
    z-index: 1000;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    padding: 0 0 10px;
    width: 100%;
    height: 100%;
  }
  header .logo {
    z-index: 10000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 60px;
    margin: 0;
    left: 0;
    top: 0;
  }
  header .logo a {
    padding: 0 10px;
    display: block;
  }
  header .logo_wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .logo_wrap img {
    position: absolute;
    top: 13px;
    left: 14px;
  }
  header .logo_wrap .head_logo {
    opacity: 1;
  }
  header .logo_wrap .head_logo_active {
    opacity: 0;
  }
  header .logo_wrap.active .head_logo {
    opacity: 0;
  }
  header .logo_wrap.active .head_logo_active {
    opacity: 1;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    display: inline-block;
    transition: all 0.4s;
  }

  .menu_button {
    position: absolute;
    margin: 0;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ea6178;
  }

  .menu_button span {
    position: static;
    left: 0;
    height: 3px;
    width: 25px;
    background-color: #fff;
    border-radius: 0;
    margin: 3px auto;
  }

  .menu_button span:nth-of-type(1) {
    top: 0;
  }

  .menu_button span:nth-of-type(2) {
    top: 8px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .menu_button.active span:nth-of-type(3) {
    opacity: 0;
  }

  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    padding: 100px 0 0;
    min-width: 60%;
    height: auto;
    top: 0;
    left: -100%;
    background: #ea6178;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .dropdown_nav .wrapper {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 0;
    padding: 0 0 10px;
    width: 100%;
    height: 100vh;
  }
  .dropdown_nav.active .nav_top li a {
    color: #fff;
  }

  .dropdown_nav_open {
    top: 0;
    left: 0;
    padding: 60px 0 0;
    width: calc(100% - 60px);
    opacity: 1;
    z-index: 9999;
    position: absolute;
  }
  .dropdown_nav_open .wrapper {
    opacity: 1;
  }

  .nav_top {
    text-align: left;
    padding: 0 8%;
    float: none;
    margin: 0 auto;
  }
  .nav_top li {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .nav_top li:last-child {
    border-bottom: none;
  }
  .nav_top li a {
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 1.5px;
    display: flex;
    padding: 5px 10px 5px 10px;
    margin: auto;
    line-height: 25px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
    flex-direction: row;
  }
  .nav_top li a:hover {
    top: 0;
  }
  .nav_top li a span {
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }
  .nav_top li.reservations {
    position: relative;
    right: 0;
    top: 0;
    height: 100px;
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  .nav_top li.reservations a {
    position: relative;
    right: 0;
    top: 0px;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background: #ea6178;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .nav_top li.reservations a:hover {
    top: 0;
  }
  .nav_top li.reservations span {
    line-height: normal;
    width: auto;
    position: relative;
    right: auto;
    top: 0;
    height: auto;
    background: transparent;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    color: #ea6178;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
    z-index: 10;
  }

  footer {
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 99;
  }
  footer .footer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333000;
    opacity: 0.5;
  }
  footer .reservations {
    text-align: center;
  }
  footer .reservations a {
    margin: 0 auto;
    width: 180px;
    padding: 15px 0;
    background: #ea6178;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  footer .wrapper {
    position: relative;
    width: calc(100% - 10%);
    max-width: 1080px;
  }
  footer .share_area {
    margin-bottom: 20px;
  }
  footer .share_area .share_txt {
    text-align: center;
    letter-spacing: 2px;
  }
  footer .share_area .sepa {
    display: block;
    width: 1px;
    background: #fff;
    height: 20px;
    margin: 10px auto;
  }
  footer .share_area .share_btn {
    text-align: center;
  }
  footer .share_area .share_btn div {
    display: inline-block;
    margin: 0 10px;
  }
  footer .share_area .share_btn div a {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  footer .footer_logo {
    margin: 30px auto;
    text-align: center;
  }
  footer .footer_logo img {
    width: 130px;
  }
  footer .copyrights {
    font-size: 10px;
    font-size: 0.8333333333rem;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  #page-top {
    position: fixed;
    z-index: 110;
    right: 20px;
    bottom: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    font-size: 2.0833333333rem;
  }

  .member_senkou_btn {
    margin-bottom: 30px;
  }
  .member_senkou_btn a {
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #fff;
    line-height: 1.4;
  }

  /*--- modal twitter 190613 --*/
  .insta_window {
    max-width: 900px;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px;
    color: #fff;
    margin: 0px 0px 50px !important;
    background: transparent !important;
  }
  .insta_window .modal_insta_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .insta_window .modal_insta_wrap ul li {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .insta_window .modal_insta_wrap ul li a {
    display: flex;
    width: 70%;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    margin: 5px auto;
    color: #fff;
  }
  .insta_window .modal_insta_wrap ul li a .icon {
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-right: 10px;
    color: #fff;
  }
  .insta_window .modal_insta_wrap ul li a .name {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .insta_window p {
    line-height: 1.7;
    margin: 30px auto;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .insta_window p span {
    color: #e0246e;
    font-weight: 500;
  }
  .insta_window p a {
    color: #e0246e;
    text-decoration: underline;
  }
  .insta_window .close {
    padding: 10px;
    margin: 40px auto 0;
    width: 200px;
    height: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    border: solid 1px #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
}

/*# sourceMappingURL=common.css.map */