@charset "EUC-JP";
/* ----------------------------------------------------------------
   スライダー
   ---------------------------------------------------------------- */

.top-jumbotron-inner {
  position: relative;
}

.top-jumbotron-button {
  margin: 0;
  list-style-type: none;
}

.top-jumbotron-dots button {
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #bfb37f;
  outline: none;
  vertical-align: top;
  text-indent: -9999px;
}

.top-jumbotron-dots .slick-active button {
  background-color: #987e13;
}

@media screen and (min-width: 769px) {
  .top-jumbotron {
    margin-bottom: 135px;
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_top_pc.jpg) center center / cover no-repeat;
  }
  .top-jumbotron-inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .top-jumbotron-text {
    position: absolute;
    left: 1.9%;
    top: 18%;
    width: 33.9%;
  }
  .top-jumbotron-dots {
    position: absolute;
    bottom: 30px;
    right: 50px;
  }
  .top-jumbotron-dots li {
    margin-top: 4px;
    line-height: 6px;
  }
  .top-jumbotron-dots button {
    width: 6px;
    height: 6px;
  }
  .top-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .top-menu-image {
    width: 52.6%;
  }
  .top-menu-list {
    width: 43.7%;
  }
  .top-menu-list li+li {
    margin-top: 21px;
  }
  .top-append {
    margin-bottom: 40px;
  }
  .plate-bnr {
    text-align: center;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-jumbotron {
    margin: 60px 0;
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/bg_jumbotron_top_sp.jpg) center center / cover no-repeat;
  }
  .top-jumbotron-text {
    position: absolute;
    left: 3.6%;
    top: 14.8%;
    width: 56.7%;
  }
  .top-jumbotron-dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .top-jumbotron-button {
    display: flex !important;
    justify-content: center;
  }
  .top-jumbotron-button li {
    line-height: 7px;
  }
  .top-jumbotron-button li+li {
    margin-left: 5px;
  }
  .top-jumbotron-button button {
    width: 7px;
    height: 7px;
    line-height: 1;
  }
  .top-menu-list {
    margin-bottom: 20px;
  }
  .top-menu-list li {
    margin-bottom: 15px;
  }
  .plate-bnr {
    text-align: center;
    margin: 25px auto 50px;
  }
}
.nobr {
  display: inline-block;
}

