@charset "UTF-8";
/*=======================================
お料理 別注料理
=========================================*/
.l-pagetitle {
  background-image: url(../img/order/pagetitle_img1.jpg);
}

.p-order__content {
  margin-bottom: 11.42857vw;
}
.p-order__content .c-title2 {
  margin-bottom: 0;
}
.p-order__content .c-txt1 {
  margin-bottom: 6.42857vw;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-order__content {
    margin-bottom: 25.6vw;
  }
  .p-order__content .c-title2 {
    margin-bottom: 8vw;
  }
  .p-order__content .c-txt1 {
    margin-bottom: 16vw;
  }
}
