@charset "utf-8";

/* ---------------------------------------------------- */
/* ４ページ目 */
/* ---------------------------------------------------- */
#page-4 {
  max-width: 1600px;
  margin: 0 auto 150px;

  & .vege-photo {
    width: 90%;
    height: auto;
    margin: 60px auto 0;
  }
}

/* レスポンシブ対応 1200px未満*/
@media screen and (max-width:1199px) {

  #page-4 {
    margin-top: -80px;
    margin-bottom: 100px;
  }
}

/* レスポンシブ対応 992px未満*/
@media screen and (max-width:991px) {

  #page-4 {
    margin-top: -20px;
  }
}

/* レスポンシブ対応 576px未満*/
@media screen and (max-width:575px) {

  #page-4 {
    margin-top: 0;

    & .title {
      margin-bottom: 30px;
    }

    & .vege-photo {
      width: 100%;
      height: auto;
      margin-top: 40px;
    }
  }
}