@charset "UTF-8";
/*=======================================
自然
=========================================*/
.p-nature__content {
  margin-bottom: 100px;
}
.p-nature__content:last-child {
  margin-bottom: 0;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-nature__content {
    margin-bottom: 60px;
  }
}
