@charset "UTF-8";
/* CSS Document */
.description {
  max-width: 1440px;
  width: 100%;
  height: auto;
  background-image: url("../images/workshop/zakka-mizutama-left.png"), url("../images/workshop/workshop-mizutama-right.png");
  background-position: bottom 9rem left 0rem, bottom 29rem right 0rem;
  background-repeat: no-repeat;
  background-size: 17.361vw;
}
.description h1 {
  width: 76.923vw;
  max-width: 385px;
  margin: 0 auto;
}
.description h1 img {
  width: 76.923vw;
  max-width: 385px;
}
.workshop_title {
  font-family: 'Kaisei Decol';
  font-size: clamp(18px, 5vw, 32px);
  color: #47A581;
  line-height: 1.4;
  margin: 10rem auto;
  letter-spacing: -0.3306vw;
  text-align: center;
}
.w_title-gi {
  color: #E04F91;
}
.w_title-la {
  color: #008EE6;
}
.w_title-ri {
  color: #DAB305;
}
.workshop_lead-wrap {
  max-width: 1040px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  justify-content: flex-end;
  margin: 0 auto;
}
.workshop_lead {
  width: 57%;
}
.workshop_lead p {
  letter-spacing: 0.138vw;
  line-height: 1.6;
  font-size: clamp(14px, 4vw, 20px);
  min-width: 804.2px;
  text-align: left;
}
.pink {
  color: #E04F91;
}
.workshop_insta-icon {
  padding-right: 6vw;
  padding-left: 3vw;
}
.workshop_insta-icon img {
  width: 150px;
}
.workshop-photo_grid {
  width: 49.653vw;
  margin: auto;
  display: grid;
  grid: repeat(4, 1fr) / repeat(4, 1fr);
  gap: 4.51388vw;
  justify-content: center;
}
.item img {
  width: 17.361vw;
}
@media screen and (max-width: 990px) {
  .description {
    background-size: 28.461vw;
  }
  .workshop_title {
    margin: 5rem auto;
  }
  .workshop_lead-wrap {
    display: inherit;
  }
  .workshop_insta-icon {
    padding-top: 2rem;
    padding-right: 0;
    text-align: center;
  }
  .workshop_lead {
    width: 83.7435vw;
    margin: 0 auto;
  }
  .workshop_lead p {
    min-width: 300px;
  }
  .workshop_insta-icon img {
    width: 25%;
  }
  .workshop-photo_grid {
    display: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 87.4358vw;
    margin: 0 auto;
    gap: 2.4102vw;
  }
  .item img {
    width: 25.641vw;
  }

}
@media screen and (max-width: 640px) {
    .footer_logo img {
        padding-bottom: 1.3rem;
        width: 30.512vw;
    }
}