@charset "UTF-8";
/* CSS Document */
.section-cultivar_pc {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.section-cultivar_sp {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.section-cultivar__read {
  text-align: center;
  padding: 40px 0 60px;
}
.section-cultivar_icon {
  width: 40px;
}
.section-cultivar__read h2 {
  font-size: 2.6rem;
  letter-spacing: 0.5rem;
  font-weight: 100;
  padding: 30px;
}
.section-cultivar__read  p {
  font-size: 1.6rem;
  line-height: 3rem;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.section-cultivar_pc, .section-cultivar_title_pc {
  display: block !important;
}
.section-cultivar_sp, .section-cultivar_title_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .section-cultivar_pc, .section-cultivar_title_pc {
    display: none !important;
  }
  .section-cultivar_sp, .section-cultivar_title_sp {
    display: block !important;
  }
}
@media(max-width:480px) {
  .gallery_sp01, .gallery_sp02, .gallery_sp03, .gallery_sp04, .gallery_sp05, .gallery_sp06 {
    width: 80%;
  }
}
