@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* 共通変数 */
/* Scss Document */
/* 共通ミックスイン */
/*----------------------------------------------------
concept
----------------------------------------------------*/
#concept {
  width: 1000px;
  margin: 0 auto 0px;
  padding: 100px 0;
}
#concept img {
  display: block;
  margin: 0 auto 30px;
}
#concept h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
#concept p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
}

/*----------------------------------------------------
news
----------------------------------------------------*/
#news {
  width: 1000px;
  margin: 0 auto 0px;
  padding-bottom: 100px;
}
#news h2 {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 100px;
}
#news h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#news h2::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#news h2::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#news ul {
  width: 1000px;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#news ul li {
  width: 180px;
}
#news ul li p {
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.5em;
}
#news ul li p.date {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 20px;
}

/*----------------------------------------------------
menu
----------------------------------------------------*/
#menu {
  padding-bottom: 100px;
}
#menu h2 {
  width: 1000px;
  margin: 0 auto 0px;
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 100px;
}
#menu h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#menu h2::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#menu h2::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#menu .food {
  width: 100%;
  background-image: url(../img/index/food.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
#menu .drink {
  width: 100%;
  background-image: url(../img/index/drink.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
#menu h3 {
  width: 850px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
#menu .menu {
  width: 1000px;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/*----------------------------------------------------
party plan
----------------------------------------------------*/
#plan {
  padding-bottom: 100px;
  overflow: hidden;
}
#plan h2 {
  width: 1000px;
  margin: 0 auto 0px;
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 100px;
}
#plan h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#plan h2::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#plan h2::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#plan .p_right {
  width: 420px;
  padding: 50px;
  background-color: #FCFCFC;
}
#plan .p_right h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  margin-bottom: 10px;
}
#plan .p_left {
  width: 420px;
  padding: 50px;
  background-color: #FCFCFC;
}
#plan .p_left h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  margin-bottom: 10px;
}
#plan .img_left {
  background-image: url(../img/index/plan01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 65%;
  margin-bottom: 50px;
  position: relative;
}
#plan .img_left .p_right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#plan .img_right {
  background-image: url(../img/index/plan02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 65%;
  float: right;
  position: relative;
}
#plan .img_right .p_left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*----------------------------------------------------
gallery
----------------------------------------------------*/
#gallery {
  padding-bottom: 100px;
}
#gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.title {
  width: 1000px;
  margin: 0 auto 0px;
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 100px;
}
.title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.title::before {
  position: absolute;
  top: 45%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.title::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

/*----------------------------------------------------
system
----------------------------------------------------*/
#system {
  width: 1000px;
  margin: 0 auto 0px;
  padding: 100px 0;
}
#system h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#system .box {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#system .box div {
  width: 45%;
  border-top: 1px solid #000;
}
#system .box div dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 5px 10px;
}
#system .box div dl dt,
#system .box div dl dd {
  position: relative;
  width: 33%;
  margin-bottom: 10px;
}
#system .box div dl dt.drink,
#system .box div dl dd.drink {
  line-height: 1.4;
  font-size: 0.8em;
}
#system .box div dl dd {
  text-align: right;
}
#system .box div dl dd.time {
  text-align: center;
}

/*----------------------------------------------------
ACCESS
----------------------------------------------------*/
.map_sp {
  display: none;
}

/*----------------------------------------------------
ローディング
----------------------------------------------------*/
.loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
  display: none;
}

.demo {
  width: 100px;
  height: 102px;
  border-radius: 100%;
  position: absolute;
  top: 45%;
  left: calc(50% - 50px);
}

.circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-right: none;
  border-top: none;
  backgroudn-clip: padding;
  -webkit-box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.15);
          box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.15);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circle:nth-of-type(0) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.circle:nth-of-type(0) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.circle:nth-of-type(1) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.circle:nth-of-type(1) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.circle:nth-of-type(2) {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.circle:nth-of-type(2) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.demo {
  -webkit-animation: spin 5s infinite linear;
  animation: spin 5s infinite linear;
}

/*----------------------------------------------------
topscroll
----------------------------------------------------*/
.button {
  position: fixed;
  right: 19px;
  bottom: 17px;
  font-size: 50px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}

.sp_display {
  display: none;
}

/*----------------------------------------------------
Googlemap
----------------------------------------------------*/
.map_sp {
  display: none;
}

/*----------------------------------------------------
bxslider
----------------------------------------------------*/
.bx-wrapper {
  max-width: 100% !important;
}

/*----------------------------------------------------
レスポンシブ用
----------------------------------------------------*/
@media screen and (max-width: 959px) {
  /*　画面サイズが480pxからはここを読み込む(SP)　*/
  #map {
    display: none;
  }
  /* Google Mapを囲う要素 */
  .map_sp {
    display: block;
    position: relative;
    width: 98%;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */
    margin: 0 auto;
  }
  /* Google Mapのiframe */
  .map_sp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #concept p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2em;
  }
  #concept {
    width: 95%;
    padding: 10% 0;
    margin: 0 auto;
  }
  .catch {
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 11%;
  }
  .catch p {
    margin-top: 3%;
    color: rgb(255, 255, 255);
    font-size: 15px;
  }
  #gallery {
    width: 100%;
    padding-bottom: 0%;
  }
  #system {
    width: 95%;
    padding: 10% 0;
    margin: 0 auto;
  }
  #system .box {
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #system .box div {
    width: 100%;
  }
  #system .box div h3 {
    font-size: 1.8rem;
  }
  #system .box div dl {
    font-size: 1.4rem;
  }
  .title {
    width: 98%;
    margin: 5% auto 6% auto;
  }
  #footer {
    width: 100%;
    padding: 0;
  }
  #footer ul {
    width: 100%;
    margin-top: 12%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer ul li {
    border-right: unset;
  }
  #footer ul li.f_logo {
    margin: 0 0 20px;
  }
  #footer ul li.f_logo img {
    width: 200px;
  }
  #footer ul li.f_sns {
    padding: 15px;
  }
  #footer .contact {
    width: 90%;
    margin: 10% auto 1% auto;
    display: block;
  }
  #footer small {
    padding: 15% 0 5% 0;
  }
  .button {
    display: none;
  }
  #concept .contact_top {
    width: 90%;
    margin: 10% auto 1% auto;
    display: block;
  }
  .sp_display {
    display: block;
    width: 98%;
    margin-top: 6%;
    padding: 3% 0;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  .sp_display .tel span {
    color: #fff;
    font-size: 1.8em;
  }
  .demo {
    width: 80px;
    height: 82px;
    border-radius: 100%;
    position: absolute;
    top: 36%;
    left: calc(50% - 50px);
  }
  /*--------------ナビゲーション----------------*/
  .btn {
    /* ボタンの配置位置  */
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: none;
  }
  /***** 真ん中のバーガー線 *****/
  .btn-line {
    display: block;
    /* バーガー線の位置基準として設定 */
    position: relative;
    /* 線の長さと高さ */
    width: 100%;
    height: 2px;
    /* バーガー線の色 */
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  /***** 上下のバーガー線 *****/
  .btn-line::before,
  .btn-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn-line::before {
    /* 上の線の位置 */
    top: 3px;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .btn-line::after {
    /* 下の線の位置 */
    bottom: 4px;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  /***** メニューオープン時 *****/
  .btn-line.open {
    /* 真ん中の線を透明に */
    background-color: transparent;
  }
  .btn-line.open::before,
  .btn-line.open::after {
    content: "";
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-line.open::before {
    /* 上の線を傾ける */
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn-line.open::after {
    /* 上の線を傾ける */
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /**************** ここまで、ハンバーガーボタンのスタイリング ****************/
  /**************** 以下、メニューのスタイリング ****************/
  .menu {
    /* メニューを縦に */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    /* メニューの位置マイナス指定で画面外に */
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    color: #efefef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding-top: 120px;
  }
  .menu-list {
    /* メニューテキスト位置をリスト内中心に */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100px;
  }
  .menu-list:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /***** メニューオープン時位置0にして画面内に *****/
  .menu.open {
    right: 0;
    top: 0;
    z-index: 9998;
  }
}/*# sourceMappingURL=top.css.map */