

/* ランチセクション
===================================================== */
.ly_lunchMain_inner {
    width: calc(100% - 400px);
    margin-left: 400px;
}

@media screen and (max-width:1024px) {
    .ly_lunchMain_inner {
      margin: 0;
      width: 100%;
      height: auto;
  }
}

.ly_lunchSec1 {
  position: relative;
  margin-top: 20vh;
  margin-bottom: 90vh;
}

@media screen and (max-width:1024px) {
    .ly_lunchSec1 {
      margin-bottom: 50vh;
  }
}

.bl_pastaLunch1 {
  width: 70%;
  box-shadow: 10px 10px;
}

.bl_pastaLunch1_text {
  position: absolute;
  top: 90%;
  right: 5%;
  background-color:rgba(0,0,0,0.9);
  opacity: 0.8;
  padding: 0px 50px;
  display: inline-block;
  color: #fff;
}

.bl_pastaLunch1_ttl  {
  margin-bottom: 10vh;
  font-size: 3vw;
  line-height: 1;
}

@media screen and (max-width:1024px) {
    .bl_pastaLunch1_ttl {
      margin-bottom: 5vh;
  }
}


.bl_pastaLunch1_ttl h3 {
  font-size: 2vw;
}

.bl_pastaLunch1_text  p{
  font-size: 2vw;
}

.ly_lunchSec1-2 {
  position: relative;
  margin-bottom: 70vh;
}

@media screen and (max-width:1024px) {
    .ly_lunchSec1-2 {
      margin-bottom: 40vh;
  }
}



/* ランチセクション2
===================================================== */
.ly_lunchSec2 {
  display: flex;
  justify-content: center;
}

.bl_pastaLunch2_text {
  background-color: #000;
  color: #fff;
  padding: 0px 50px;
}

@media screen and (max-width:428px) {
    .bl_pastaLunch2_text {
    padding: 0px 5px;
  }
}

.bl_pastaLunch2_ttl {
  font-size: 2.5vw;
}

.bl_pastaLunch2_ttl h3 {
  font-size: 1.5vw;
}

.bl_pastaLunch2_text  p{
  font-size: 1.5vw;
}

.bl_pastaLunch2 {
  object-fit: center;
  object-position: center;
  width: 50%;
}

@media screen and (max-width:1024px) {
    .bl_pastaLunch2 {
  object-fit: cover;
  }
}

/* ランチセクション3
===================================================== */
.ly_lunchSec3 {
  background-image: url("../img/lunch-sec3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 40%;
  margin-top: 30vh;
  padding-top: 10vh;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
    .ly_lunchSec3 {
  margin-bottom: 40%;
  padding-top: 2vh;
  margin-top: 20vh;

  }
}

@media screen and (max-width:428px) {
    .ly_lunchSec3 {
  margin-bottom: 10%;
  }
}
