@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@keyframes fadeIn {
  from {
    opacity: .4;
    filter: blur(3px) grayscale(100%);
    transform: translateY(50px) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    filter: blur(0) grayscale(0);
    transform: translateY(0) translate3d(0, 0, 0);
  }
}

.secHead .btnRestaurant {
  position: absolute;
  width: 100%;
  max-width: 760px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.secHead .btnRestaurant li {
  width: 45%;
}

@media all and (max-width: 767px) {
  .secHead .btnRestaurant li {
    width: 50%;
  }
}

.secHead .btnRestaurant li a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #4a4029;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .secHead .btnRestaurant li a {
    font-size: 1.6rem;
    height: 45px;
    line-height: 45px;
  }
}

.secHead .btnRestaurant li a.current {
  background: #4a4029;
  pointer-events: none;
}

.secHead .btnRestaurant li a:hover {
  opacity: .7;
}

.secRoom {
  padding: 100px 0 25px;
}

.secRoom .secRoomInner {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .secRoom .secRoomInner {
    margin-bottom: 20px;
  }
}

.secRoom .slideCaption {
  text-align: center;
  padding: 8px;
}

.secRoom .slick-slide {
  margin: 30px;
  opacity: 1;
  transition: all .2s;
}

@media all and (max-width: 767px) {
  .secRoom .slick-slide {
    margin: 10px 5px;
  }
}

.secRoom .slick-slide:not(.slick-center) {
  opacity: .7;
}

.secRoom .slick-slide img {
  width: 100%;
  height: auto;
}

.secRoom .slick-dots {
  position: inherit;
}

.secRoom .slick-dots li {
  width: 120px;
  margin: 0 10px;
  opacity: .5;
}

.secRoom .slick-dots li.slick-active {
  opacity: 1;
}

.secRoom .slick-dots li.slick-active img {
  border: 3px solid #ffd684;
}

.secMenu .secMenuInner {
  margin-bottom: 150px;
}

.secMenu .secMenuInner .secMenuSubTxt {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 60px;
}

.secMenu .secMenuInner .menuBox {
  margin-bottom: 50px;
}

.secMenu .secMenuInner .menuBox .menuTtl {
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.secMenu .secMenuInner .menuBox .menuPrice {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #767676;
  color: #ffd684;
  margin-bottom: 25px;
}

.secMenu .secMenuInner .menuBox .menuPrice li {
  margin-right: 25px;
}

.secMenu .secMenuInner .menuBox .menuPrice span {
  font-size: 2rem;
}

.secMenu .secMenuInner .menuTxt {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}

.secMenu .secMenuInner .menuTxt a:hover {
  text-decoration: underline;
}

.secNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 767px) {
  .secNav {
    flex-wrap: wrap;
  }
}

.secNav a {
  width: 50%;
  display: block;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .secNav a {
    width: 100%;
    height: 150px;
  }
}

.secNav a h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #ffd684;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

@media all and (max-width: 767px) {
  .secNav a h3 {
    font-size: 1.6rem;
  }
}

.secNav a h3 span {
  margin-top: 14%;
  display: block;
  letter-spacing: .2em;
  font-family: "Cinzel",serif;
  color: #ffd684;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .secNav a h3 span {
    font-size: 1.4rem;
    margin-top: 6%;
  }
}

.secNav a img {
  transition: all .5s;
  vertical-align: bottom;
  width: 100%;
}

.secNav a:hover img {
  transform: scale(1.1, 1.1);
}

@media all and (max-width: 767px) {
  .secNav a .secNavBox {
    height: 100%;
  }
}

/**/
