@charset "UTF-8";
section.rest-sec {
  position: relative;
}

.ancer {
  position: absolute;
  top: 0px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.gothic .tel-no {
  line-height: 3;
}
.gothic .bold {
  font-weight: bold;
  color: #E78B58;
  font-size: 16px;
}

.mainslide {
  height: 400px;
  width: 100%;
  display: block;
}

.mainslide .s1 {
  padding-top: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  background-image: url(../images/bg-dish.jpg);
}
.dishtop .mainslide .s1 {
  background-image: url(../images/bg-dish.jpg);
}
.avanti .mainslide .s1 {
  background-image: url(../avanti/images/bg-avanti.jpg);
}
.shuntouka .mainslide .s1 {
  background-image: url(../shuntouka/images/bg-shuntouka.jpg);
}

.mainslide .arrow {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  color: #000;
  z-index: 3;
  font-weight: bold;
  font-size: 50px;
  opacity: 0.5;
  cursor: pointer;
}

.mainslide .prev.arrow {
  left: 20px;
}

.mainslide .next.arrow {
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .mainslide {
    height: auto;
  }
  .mainslide > div {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mainslide .s1 {
    height: auto;
    padding-top: 52.0833333333%;
    background-image: url(../images/sp-bg-dish.jpg);
    display: block;
    position: relative;
  }
  .avanti .mainslide .s1 {
    background-image: url(../avanti/images/sp-bg-avanti.jpg);
  }
  .shuntouka .mainslide .s1 {
    background-image: url(../shuntouka/images/sp-bg-shuntouka.jpg);
  }
  .mainslide .s1 h1 {
    position: absolute;
    width: 144px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainslide .s1 h1 img {
    width: 144px;
    height: auto;
  }
}
/*--------------------------------------------
news sec
---------------------------------------------*/
.news-sec {
  padding: 80px 0;
}

.newsarea .inner {
  border: 1px solid #707070;
  padding: 20px;
}
.newsarea .inner .frame {
  height: 230px;
  overflow: auto;
  padding: 0 10px;
}
.newsarea .inner .frame dt {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 20px 30px 0 0;
}
.newsarea .inner .frame dd {
  font-size: 16px;
  padding: 10px 0 20px;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .news-sec {
    padding: 40px 20px;
  }
  .newsarea .inner {
    padding: 10px;
  }
  .newsarea .inner .frame {
    height: 130px;
    overflow: auto;
  }
  .newsarea .inner .frame dl {
    display: block;
  }
  .newsarea .inner .frame dl dt {
    font-size: 11px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0;
  }
  .newsarea .inner .frame dl dd {
    font-size: 13px;
    padding: 0px 0 10px;
    margin-bottom: 0;
  }
}
/*--------------------------------------------
rest sec
---------------------------------------------*/
.dish .avanti-sec > .bgimg {
  background: url(../images/bg-dish-avanti.jpg) no-repeat center;
  background-size: cover;
}

.dish .sushi-sec > .bgimg {
  background: url(../images/bg-dish-sushi.jpg) no-repeat center;
  background-size: cover;
}

.rest-sec {
  padding: 0px 0 80px;
  position: relative;
}
.rest-sec .bgimg {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rest-sec .bgimg h2 {
  margin: 0;
  padding: 0;
}
.rest-sec .cont {
  padding: 60px 0 0;
  position: relative;
}
.rest-sec .cont ul {
  display: flex;
  justify-content: center; /*パーティと宴会消す前はspace-between*/
  margin-bottom: 15px;
}
.rest-sec .cont ul li {
  width: calc(16.6666666667% - 17px);
  margin: 0 5px; /*パーティと宴会消す前は無し*/
}
.rest-sec .cont ul li a {
  text-decoration: none;
  width: 100%;
  height: 52px;
  line-height: 52px;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #585050;
  background: linear-gradient(to bottom, rgb(235, 219, 169) 0%, rgba(235, 219, 169, 0.56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebdba9", endColorstr="#8febdba9", GradientType=0);
}
.rest-sec .cont ul li a:hover {
  opacity: 0.8;
}
.rest-sec h3 {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 45px;
}
.rest-sec dl {
  display: flex;
  flex-wrap: wrap;
  width: 780px;
}
.rest-sec dl dt {
  color: #B7A97D;
  font-size: 14px;
  width: 70px;
  line-height: 2.5;
}
.rest-sec dl dd {
  line-height: 2.5;
  width: 710px;
  font-size: 14px;
}
.rest-sec dl dd strong {
  font-weight: normal;
  color: #E78B58;
  font-size: 14px;
}
.rest-sec dl dd strong a {
  color: #E78B58;
  text-decoration: underline;
}
.rest-sec dl dd .br {
  display: block;
}
.rest-sec a.detailbtn {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #585050;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #585050;
  width: 380px;
  font-size: 16px;
  letter-spacing: 0.3em;
  text-decoration: none;
  margin: 0 0 0 20px;
}
.rest-sec a.detailbtn:hover {
  opacity: 0.8;
}

.sushi-sec .cont ul li {
  width: calc(20% - 16px);
}

@media only screen and (min-width: 768px) {
  .collapse:not(.show) {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .dish .avanti-sec > .bgimg {
    background: url(../images/sp-bg-dish-avanti.jpg) no-repeat center;
    background-size: cover;
  }
  .dish .avanti-sec > .bgimg img {
    width: 144px;
    height: auto;
  }
  .dish .sushi-sec > .bgimg {
    background: url(../images/sp-bg-dish-sushi.jpg) no-repeat center;
    background-size: cover;
  }
  .dish .sushi-sec > .bgimg img {
    width: 123px;
    height: auto;
  }
  .rest-sec {
    padding: 0px 0 40px;
  }
  .rest-sec .bgimg {
    height: 160px;
  }
  .rest-sec .cont {
    padding: 20px 20px 0;
    position: relative;
  }
  .rest-sec .cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .rest-sec .cont ul li {
    width: 49%;
    margin: 0;
  }
  .rest-sec .cont ul li a {
    width: 100%;
    height: 47px;
    line-height: 47px;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .rest-sec h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .rest-sec dl {
    display: block;
    width: 100%;
  }
  .rest-sec dl dt {
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
  }
  .rest-sec dl dd {
    line-height: 1.5;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .rest-sec dl dd span {
    display: block;
    text-indent: -1.3em;
    margin-left: 1.3em;
  }
  .rest-sec dl dd strong {
    display: block;
    margin-top: 10px;
  }
  .rest-sec a.detailbtn {
    position: relative;
    right: auto;
    bottom: auto;
    line-height: 45px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 0 0 0 0px;
  }
  .sushi-sec .cont ul li {
    width: 49%;
  }
}/*# sourceMappingURL=dish.css.map */