@charset "UTF-8";

.under_main {
  background-image: url(../images/bg-menu.jpg);
  background-position: center bottom 30%;
  background-repeat: no-repeat;
  background-size: cover;
}


/* =======================================================
* menutable
* ======================================================= */
#menutable {
  padding-bottom: 30px;
}
#menutable h3 i {
  color: #597746;
  font-size: 23px;
}
#menutable ul {
  margin-bottom: 50px;
}
#menutable ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#menutable ul li.menu_img {
  width: 23%;
}
#menutable ul li.menu_img img {
  border-radius: 10px;
  height: 190px;
}
#menutable ul li.menu_txt {
  width: 75%;
}
.menu_txt .name {
  width: 70%;
  font-size: 17px;
  color: #597746;
}
.menu_txt .detail {
  width: 75%;
}
.menu_txt .detail span.en {
  font-size: 12px;
  color: #555;
  letter-spacing: .07em;
}
.menu_txt .price {
  width: 15%;
  text-align: right;
}


/* モーダル */
.movie a {
  font-size: 15px;
    color: #111;
    margin-top: 20px;
    text-decoration: underline;
    line-height: 3;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 55%;
    transform: translate(-50%,-50%);
    width: 50%;
}
.modal__content a {
  color: #fff;
}
.modal__content .js-modal-close {
  position: absolute;
  bottom: -30px;
  right: 0;
}
video {
  width: 100%;
  height: 70vh;
}

.another p img {
 vertical-align: middle;
}
.another p span {
  font-size: 12px;
  color: #555;
}

@media screen and (max-width:768px) {
  #menutable ul {
    margin-bottom: 20px;
  }
  #menutable ul li.menu_img,
  #menutable ul li.menu_txt,
  .menu_txt .name,
  .menu_txt .detail,
  .menu_txt .price {
    width: 100%;
  }
  #menutable ul li {
    margin-bottom: 15px;
  }
  #menutable ul li.menu_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  #menutable ul li.menu_txt .detail{
    font-size: 14px;
  }
  .menu_txt .detail span.en {
    font-size: 11px;
  }
  .menu_txt .name {
    font-size: 15px;
  }
  .modal__content {
    width: 90%;
  }
  .another p {
    padding-left: 10px;
    padding-right: 10px;
  
  }
}


/* =======================================================
* special
* ======================================================= */
#special ul {
  margin-top: 50px;
}
#special ul li {
  margin-bottom: 50px;
}
#special ul li .special_img {
  position: relative;
}
#special ul li .special_img img {
  border-radius: 10px;
}
#special ul li .caption {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 12px;
  color: #fff;
}
#special ul li .special_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.6);
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  line-height: 1.5;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
#special ul li .special_ttl span {
  font-family: 'Markazi Text', serif;
  font-size: 23px;
  color: #333;
}
/* 説明 */
#special ul li .special_detail {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}
#special ul li .special_detail span {
  font-size: 11px;
  color: #555;
  letter-spacing: .07em;
}

@media screen and (max-width:768px) {
  #special ul {
    margin-top: 30px;
  }
  #special ul li {
    margin-bottom: 30px;
  }
  #special ul li .special_ttl {
    font-size: 18px;
  }
  #special ul li .special_ttl span {
    font-size: 22px;
  }
}

