@charset "utf-8";
/* CSS Document */
.sec_gallery {
  margin-bottom: 200px;
  padding: 0 50px;
}
.gallery_content {
  padding-right: 10%;
  width: 30%;
  box-sizing: content-box;
}
.gallery_title {
  font-size: 3.5vw;
  margin: auto;
  margin-bottom: 30px;
  max-width: 1400px;
}
.gallery_title_img {
  background-image: url("../img/gallery/lemon-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.gallery_inner {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
  margin: auto;
}
.gallery_title.reverse {
  display: flex;
  justify-content: flex-end;
}
.gallery_title.reverse > h2 {
  width: 30%;
}
.gallery_inner.reverse {
  flex-direction: row-reverse;
}
.gallery_content.reverse {
  padding-right: 0;
  padding-left: 10%;
}
.gallery_text {
  font-size: 1.5vw;
  line-height: 2.5;
  padding: 100px 0;
}
.gallery_img {
  width: 60%;
}
.gallery_img_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_img_sab {
  width: calc((100% - 30px) / 2);
  line-height: 0;
  margin-bottom: 30px;
}
.click_icon {
  width: 150px;
}

@media screen and (max-width:1500px) {
  .gallery_title{
    max-width: 1200px;
  }
  .gallery_inner {
  max-width: 1200px;
  }
}
@media screen and (max-width:1100px) {
.gallery_text {
  font-size: 1.8rem;
  }
}@media screen and (max-width:960px) {
  .gallery_title.reverse > h2 {
    width: 39%;
  }
.gallery_content{
  width: 45%;
}
  .gallery_text{
  line-height: 2;
  padding: 40px 0;
  }
}
@media screen and (max-width:750px) {
  h2 {
    text-align: center;
  }
  .title_inner {
    padding-bottom: 80px;
  }
  .gallery_inner {
    flex-direction: column-reverse;
  }
  .gallery_content {
    width: 100%;
    margin: auto;
  }
.gallery_content {
  padding-left: 0;
}
  .gallery_img {
    width: 100%;
    margin: 0 auto;
  }
  .gallery_title {
    font-size: 2.8rem;
  }
  .gallery_text {
    line-height: 2.5;
    padding: 20px 0;
  }
.gallery_title.reverse {
    font-size: 2.8rem;
  justify-content: center
}
.gallery_title.reverse > h2 {
  width: 100%;
}
.gallery_inner.reverse {
    flex-direction: column-reverse;
}
.gallery_content.reverse {
    width: 100%;
  padding-left: 0;
    margin: 0 auto;
}
  .gallery_btn {
    padding-bottom: 30px;
  }
  .click_icon {
    width: 100px;
  }
}
@media screen and (max-width:420px) {
  .sec_gallery {
    margin-bottom: 120px;
    padding: 0 30px;
  }
  .gallery_img_sab {
    width: calc((100% - 15px) / 2);
    line-height: 0;
    margin-bottom: 15px;
  }
}