@charset "utf-8";
/* CSS Document */
/* kids_nature.css */
/*
 * window size
 * PC 768px--
 * tab 521px--767px
 * sp --520px
*/

/* -------------------------
  nature 
--------------------------*/

.top_img {
  text-align: center;
  margin-bottom: 4em;
}

.top_img img {
  max-width: 100%;
}

.top_img img.sp {
  display: none;
}

.nature .category p {
  text-align: center;
  margin-bottom: 0 !important;
}

.nature .text_box {
  padding-bottom: 0;
}

.nature .btn_box {
  margin-top: auto;
}

.nature a.btn_link {
  background: #e4f3f1 !important;
}

.nature a.btn_link:hover {
  background: #1bb59e !important;
}

@media (max-width: 520px) {/* sp */
  .top_img img.pc {
    display: none;
  }
  .top_img img.sp {
    display: unset;
    max-width: 100%;
  }
}
