.gallery_content {
  background: #f0f5f6;
}
.gallery_content .sec_ttl {
  font-size: min(1.8vw, 18px);
  margin-bottom: 3.5em;
}
.gallery_content .sec_ttl .txt_en {
  font-size: min(4.0vw, 45px);
}
.gallery_content ul {
  gap: min(5.0vw, 60px) 4.7%;
}
.gallery_content li {
  width: 30.2%;
}
.gallery_content .boat_gallery {
  margin-bottom: min(8.5vw, 120px);
}

@media only screen and (max-width: 568px) {
  .gallery_content .sec_ttl {
    font-size: 4vw;
    margin-bottom: 2em;
  }
  .gallery_content .sec_ttl .txt_en {
    font-size: 6.4vw;
  }
  .gallery_content ul {
    gap: 5.3vw 4.8%;
  }
  .gallery_content li {
    width: 47.6%;
  }
  .gallery_content .boat_gallery {
    margin-bottom: 16.5vw;
  }
}/*# sourceMappingURL=gallery.css.map */