@charset "UTF-8";
/*=======================================
買う 燕背脂ラーメン
=========================================*/
.l-pagetitle-mv {
  background-image: url(../img/ramen/pagetitle_img1.jpg);
}

.p-ramen__lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 108px;
}
.p-ramen__lead .c-title2 {
  width: 100%;
}
.p-ramen__lead .img1 {
  width: 40.625%;
  display: flex;
  flex-direction: row-reverse;
}
.p-ramen__lead .img1 img {
  max-width: initial;
}
.p-ramen__lead .block1 {
  width: 54.5833%;
}
.p-ramen__lead .box1 {
  margin-bottom: 56px;
}
.p-ramen__lead .box1 .c-title4 {
  text-align: left;
  background-position: left bottom;
  padding-bottom: 38px;
}
.p-ramen__lead .box1 .c-title4 em {
  text-decoration-line: underline;
  text-decoration-color: #E9F983;
  text-decoration-style: solid;
  text-decoration-thickness: 15px;
  text-underline-offset: -8px;
  text-decoration-skip-ink: none;
}
.p-ramen__lead .box1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.p-ramen__lead .box2 {
  background: rgba(215, 20, 32, 0.03);
  padding: 18px 20px;
  position: relative;
}
.p-ramen__lead .box2-h {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #D60B17;
}
.p-ramen__lead .box2 p {
  line-height: 1.875;
}
.p-ramen__lead .box2-img1 {
  position: absolute;
  top: -40px;
  right: 15px;
}
.p-ramen__history {
  background: url(../img/ramen/history_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 120px;
}
.p-ramen__history .h {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #D60B17;
}
.p-ramen__history .bnr {
  margin-top: 35px;
}
.p-ramen__shop {
  margin-bottom: 70px;
}
.p-ramen__shop .newstore {
  text-align: center;
  margin-top: 60px;
}
.p-ramen__map .map iframe {
  width: 100%;
  height: 560px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-ramen__lead {
    display: block;
    margin-bottom: 60px;
  }
  .p-ramen__lead .img1 {
    width: auto;
    margin-bottom: 30px;
  }
  .p-ramen__lead .img1 img {
    max-width: 100%;
  }
  .p-ramen__lead .block1 {
    width: auto;
  }
  .p-ramen__lead .box1 {
    margin-bottom: 40px;
  }
  .p-ramen__lead .box1 .c-title4 .h {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-ramen__lead .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-ramen__lead .img1 {
    margin-top: 20px;
  }
  .p-ramen__lead .box2-img1 {
    top: -50px;
    width: 25vw;
  }
  .p-ramen__history {
    padding: 40px 15px;
    margin-bottom: 60px;
  }
  .p-ramen__shop {
    margin-bottom: 40px;
  }
  .p-ramen__shop .newstore {
    text-align: center;
    margin-top: 40px;
  }
  .p-ramen__map .map iframe {
    height: 60vw;
  }
}
