#kv {
  background: url("../img/lunch/kv.jpg") no-repeat center/cover;
}

#lead {
  margin: 13vw 0 10vw;
}
#lead h2 {
  text-align: center;
  font-size: 6vw;
  line-height: 1.8;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
#lead .lead-img {
  margin: 8vw 0 10vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    margin: 167px 0 37px;
  }
  #lead .wrap {
    max-width: 1200px;
  }
  #lead h2 {
    text-align: left;
    margin: 0 auto;
    font-size: 32px;
    line-height: 70px;
    letter-spacing: 6px;
  }
  #lead .lead-img {
    margin: -72px 0 77px;
  }
  #lead .lead-txt {
    text-align: center;
  }
}

#menu {
  margin-bottom: 20vw;
  position: relative;
}
#menu:before {
  content: "";
  display: block;
  width: 1px;
  height: 20vw;
  margin: 0 auto;
  background-color: #000;
}
#menu h2 {
  margin-bottom: 10vw;
  text-align: center;
  line-height: 1.2;
}
#menu h2 p {
  text-transform: uppercase;
  font-size: 10.4vw;
  letter-spacing: 0;
  margin: 6vw 0 4vw;
}
#menu h2 small {
  font-size: 5vw;
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 2vw 0 3vw;
  line-height: 1;
}
#menu h2 small:last-child {
  padding-right: 3vw;
  border-right: 1px solid #000;
}
#menu .menu-txt1 {
  text-align: center;
  margin-bottom: 10vw;
}
#menu .menu-txt2 {
  margin: 10vw 0 7vw;
}
#menu .menu-link {
  text-align: center;
}
#menu .menu-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
}
#menu .menu-link a span {
  display: inline-block;
  border-bottom: 1px solid #000;
}
#menu .menu-link a i {
  margin-left: 10px;
}
#menu .menu-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #menu {
    margin-bottom: 216px;
  }
  #menu:before {
    height: 172px;
    margin-bottom: 59px;
  }
  #menu .wrap {
    max-width: 1200px;
  }
  #menu h2 {
    margin-bottom: 80px;
    line-height: 1;
    position: relative;
  }
  #menu h2 p {
    font-size: 60px;
    letter-spacing: 0;
    margin: 51px 0 0;
  }
  #menu h2 small {
    font-size: 20px;
    letter-spacing: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 13px !important;
    position: absolute;
    bottom: 17px;
  }
  #menu h2 small:nth-child(2) {
    left: calc(50% - 356px);
  }
  #menu h2 small:nth-child(3) {
    left: calc(50% + 270px);
  }
  #menu .menu-txt1 {
    margin-bottom: 85px;
    font-size: 14px;
    line-height: 30px;
  }
  #menu .menu-txt2 {
    text-align: center;
    margin: 78px 0 57px;
  }
}

.lunch-style .lunch-txt1 {
  font-size: 7vw;
}
.lunch-style .lunch-txt1 span {
  font-size: 150%;
}
.lunch-style .lunch-price {
  font-weight: 500;
  font-size: 5vw;
  margin: -1vw 0 4vw;
}
.lunch-style .lunch-txt2 {
  font-size: 9px;
  letter-spacing: 0.2em;
}
.lunch-style .lunch-txt3 {
  font-size: 4.2vw;
  letter-spacing: 0.2em;
}
.lunch-style .lunch-label {
  margin: 2vw auto 7vw;
  width: 18vw;
}
.lunch-style .lunch-info dl {
  margin-bottom: 3vw;
}
.lunch-style .lunch-info dl dt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom:5px;
}
.lunch-style .lunch-info dl dt.cormorant-garamond-bold {
  font-size: 20px;
}
.lunch-style .lunch-info dl dd {
   margin: 0 -10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lunch-style .lunch-txt1 {
    font-size: 40px;
  }
  .lunch-style .lunch-txt1 span {
    font-size: 58px;
  }
  .lunch-style .lunch-price {
    font-size: 24px;
  }
  .lunch-style .lunch-txt2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .lunch-style .lunch-txt3 {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .lunch-style .lunch-label {
    margin: 20px auto;
    width: 116px;
  }
}

#reco {
  margin-bottom: 25vw;
  text-align: center;
}
#reco h2 {
  margin-bottom: 1vw;
  line-height: 1.2;
  position: relative;
}
#reco h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 20vw;
  margin: 5vw auto 0;
  background-color: #000;
}
#reco h2 p:nth-child(1) {
  font-size: 9.3vw;
  line-height: 1;
}
#reco h2 p:nth-child(2) {
  font-size: 10.4vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
#reco .reco-price {
  margin: -1vw 0 4vw;
}
#reco .reco-txt3 {
  margin-top: 8vw;
}
#reco #reco-js {
  margin: 0 5.2%;
}
#reco #reco-img {
  margin-bottom: 6vw;
}
#reco .reco-item {
  position: relative;
  width: 100%;
  height: 46vw;
  margin-bottom: 3vw;
}
#reco .reco-item p:nth-child(1) {
  width: 100%;
  height: 100%;
}
#reco .reco-item p:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reco .reco-item .reco-caption {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  color: #000;
  bottom: 3vw;
  right: 7%;
  font-size: 2vw;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 2vw;
}
#reco .reco-col {
  width: calc(50% - 4px);
}
#reco .reco-col:nth-child(2) .reco-item .reco-caption {
  right: auto;
  left: 33px;
}
#reco .lunch-info {
  margin: 0 2%;
}
@media only screen and (min-width: 768px) {
  #reco {
    margin-bottom: 160px;
  }
  #reco h2 {
    margin-bottom: 43px;
  }
  #reco h2:after {
    width: 75px;
    margin: 30px auto 0;
  }
  #reco h2 p:nth-child(1) {
    font-size: 48px;
  }
  #reco h2 p:nth-child(2) {
    font-size: 68px;
  }
  #reco .reco-price {
    margin: 28px 0 20px;
  }
  #reco .reco-txt3 {
    margin-top: 51px;
  }
  #reco #reco-js {
    margin: 0;
    position: relative;
  }
  #reco #reco-img {
    margin-bottom: 0;
    width: 100%;
  }
  #reco .reco-item {
    height: 600px;
    margin-bottom: 47px;
  }
  #reco .reco-item:last-child {
    margin-bottom: 0;
  }
  #reco .reco-item .reco-caption {
    bottom: 19px;
    right: 33px;
    font-size: 20px;
    line-height: 36px;
    padding: 0 20px;
    letter-spacing: 4px;
  }
  #reco .reco-col {
    width: calc(50% - 240px);
  }
  #reco .lunch-info {
    position: absolute;
    top: 0;
    left: calc(50% - 240px);
    width: 480px;
    padding-top: 18px;
    margin: 0;
  }
  #reco .lunch-info dl {
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
  #reco .lunch-info dl dt {
    font-size: 16px;
    line-height: 28px;
    padding-bottom:5px;
    letter-spacing: 1px;
  }
  #reco .lunch-info dl dt.cormorant-garamond-bold {
    font-size: 20px;
  }
  #reco .lunch-info dl dd {
    line-height: 24px;
    font-size: 14px;
  }
  #reco .lunch-info.fixed {
    position: fixed;
    top: 120px;
  }
  #reco .lunch-info.end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

#other {
  margin-top: 20vw;
  margin-bottom: 20vw;
}
#other .other-info {
  margin: 9vw 5.2% 0;
}
#other .lunch-txt3, #other .lunch-txt1, #other .lunch-price, #other .lunch-txt2 {
  text-align: center;
}
#other .other-txt2 {
  margin: 8vw 0 5vw;
}
#other .lunch-info {
  text-align: center;
}
#other .lunch-info dl {
  margin-bottom: 3vw;
}
#other .lunch-info dl dd {
  margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  #other {
    margin-top: 140px;
    margin-bottom: 70px;
    position: relative;
  }
  #other .other-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100vh - 120px);
    max-height: 1166px;
  }
  #other .other-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #other .other-img.fixed {
    position: fixed;
    top: 120px;
  }
  #other .other-img.end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  #other .other-info {
    margin: 0 0 0 auto;
    width: 50%;
    text-align: center;
    padding-top: 52px;
  }
  #other .other-inner {
    max-width: 710px;
  }
  #other .lunch-info {
    text-align: center;
  }
  #other .lunch-info dl {
  margin-bottom: 16px;
}
  #other .lunch-info dl dt {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  #other .lunch-info dl dt.cormorant-garamond-bold {
     font-size: 20px;
  }
  #other .lunch-info dl dd {
    margin-bottom: 27px;
  }
  #other .lunch-txt3 {
    line-height: 50px;
    margin-bottom: 45px;
  }
  #other .lunch-price {
    margin: 29px 0 18px;
  }
  #other .other-txt2 {
    margin: 40px 0 55px;
    font-size: 15px;
    line-height: 2;
  }
  #other .lunch-label {
    margin-bottom: 30px;
  }
}

#drink {
  position: relative;
  
}
#drink .section-wine {
  padding: 0vw 0 20vw;
}
#drink:before {
  content: "";
  display: block;
  width: 1px;
  height: 20vw;
  margin: 0 auto 10vw;
  background-color: #000; 
  position:relative;
  top:20px;

}
#drink ul{
  display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
 flex-wrap: wrap;
}
#drink li{
  width:100%;
}
#drink .section-wine .set .txtbox {
  margin-top: 5vw;
}
#drink .section-wine .set .txtbox .btn-link {
  margin-top: 0vw;
}
@media only screen and (min-width: 768px) {
  #drink {
    margin-bottom: 180px;
  }
  #drink .wrap, #drink ul{
    width:900px;
  }
  #drink:before {
    height: 172px;
    margin-bottom: 57px;
  }
  #drink li{
  width:50%;
}
  #drink .section-wine {
  padding: 0vw 0 0;
}
#drink .section-wine .set .txtbox {
  margin-top: 0vw;
}
#drink .section-wine .set .txtbox .btn-link {
  margin-top: 60px;
}

}

#reserve h2 .shippori-mincho-regular {
  font-size: 4vw;
  margin-left: -1vw;
}
#reserve .set2 {
  text-align: center;
}
#reserve .set2 .img {
  margin-bottom: 7vw;
}
@media only screen and (max-width: 767px) {
  #reserve .rev-col + .rev-col {
    margin-top: 15vw;
  }
}
@media only screen and (min-width: 768px) {
  #reserve {
    padding-bottom: 34px;
  }
  #reserve h2 .shippori-mincho-regular {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
  }
  #reserve .set2 {
    width: 862px;
    margin: 69px 45px 0 auto;
  }
  #reserve .set2 .df-pc {
    width: 100%;
  }
  #reserve .set2 .rev-col {
    width: 340px;
  }
  #reserve .set2 .img {
    margin-bottom: 27px;
  }
  #reserve .set2 .tel {
    margin-top: 42px;
  }
  #reserve .set2 .btn-reserve {
    margin-top: 20px;
  }
}

#bnr2 {
  margin-top: 10vw;
}
#bnr2 h2 {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 6vw;
  letter-spacing: 0.2em;
}
#bnr2 .img_zoom .bnr2_txt, #bnr2 .img_zoom i {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
#bnr2 .img_zoom .bnr2_txt {
  width: 30vw;
  top: 37%;
}
#bnr2 .img_zoom i {
  bottom: 19%;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  #bnr2 {
    margin-top: 265px;
  }
  #bnr2 h2 {
    margin-bottom: 90px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  #bnr2 .img_zoom {
    width: 50%;
    height: 739px;
  }
  #bnr2 .img_zoom .img {
    height: 739px;
    position: relative;
  }
  #bnr2 .img_zoom .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    transition: ease 0.3s;
  }
  #bnr2 .img_zoom .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #bnr2 .img_zoom .bnr2_txt {
    width: 172px;
    top: 280px;
  }
  #bnr2 .img_zoom i {
    bottom: 190px;
  }
  #bnr2 .img_zoom:hover .img:before {
    opacity: 1;
  }
}/*# sourceMappingURL=lunch.css.map */