@charset "UTF-8";
/* CSS Document */

.section-flower-plate {
  text-align: left;
  padding: 10px 35px 0;
}
.section-flower-plate h2 {
  font-size: 1.8rem;
  margin: 0 auto 25px;
  max-width: 400px;
}
.section-flower-plate__work1 {
  padding: 50px 0 35px;
}
.section-flower-plate__work2 {
  padding: 50px 0 15px;
}
.section-flower-plate__work1__image,
.section-flower-plate__work2__image {
  max-width: 400px;
  margin: 0 auto;
}
.section-flower-plate__work1__image img,
.section-flower-plate__work2__image img {
  width: 100%;
}
.section-flower-plate__work1__description,
.section-flower-plate__work2__description {
  padding-top: 30px;
  max-width: 400px;
  margin: 0 auto;
}
.section-flower-plate__work1__description h3,
.section-flower-plate__work2__description h3 {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 25px;
}
.section-flower-plate__work1__description p,
.section-flower-plate__work2__description p {
  padding: 0 15px;
  margin-bottom: 15px;
}
@media(min-width:900px) {
  .section-flower-plate {
    padding: 50px 75px 100px;
    max-width: 1260px;
  }
  .section-flower-plate__title {
    max-width: 1000px;
    padding-left: 70px;
    margin: 0 auto;
  }
  .section-flower-plate h2 {
    margin-bottom: 60px;
    max-width: 1000px;
  }
  .section-flower-plate__work1 {
    display: flex;
    max-width: 1000px;
    padding: 50px 0 100px 80px;
    margin: 0 auto;
  }
  .section-flower-plate__work1__image {
    margin: 0;
    max-width: 500px;
  }
  .section-flower-plate__work1__description {
    padding: 120px 0 0 55px;
    margin: 0;
  }
  .section-flower-plate__work1__description h3,
  .section-flower-plate__work2__description h3{
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .section-flower-plate__work1__description p,
  .section-flower-plate__work2__description p {
    font-size: 1.3rem; 
    margin-bottom: 20px;
    max-width: 300px;
  }
  .section-flower-plate__work2 {
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    padding: 100px 0 0 80px;
    margin: 0 auto;
  }
  .section-flower-plate__work2 {
    flex-direction: row-reverse;
  }
  .section-flower-plate__work2__image {
    padding-right: 50px;
    margin: 0;
    max-width: 500px;
  }
  .section-flower-plate__work2__description {
    padding: 140px 55px 0 0;
    margin: 0;
    width: 37%;
  }
}