@charset "UTF-8";

/* topimg */
.topimg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.topimg img {
  max-width: 100%;
}

/*########### showroom ############*/

.showroom {
  width: 100%;
  margin: 0 auto;
  border-bottom: #666 solid 1px;
  margin-top: 100px;
}

.showroom-guidance {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  padding-left: 0;
  gap: 4%;
}

.showroom-guidance li {
  list-style: none;
  width: 48%;
  margin: 5px 0 100px 0;
  padding: 0;
}

.showroom h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
}

.showroom-guidance h3 {
  color: #383838;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.showroom-guidance p {
  text-align: left;
  font-size: 16px;
  color: #383838;
  margin-top: 0;
}

.showroom img {
  max-width: 100%;
}

@media (max-width: 599px) {
  .showroom {
    margin-top: 50px;
  }

  .showroom h2 {
    font-size: 24px;
    margin: 0;
  }

  .showroom-guidance {
    display: block;
    padding-bottom: 0px;
  }

  .showroom-guidance li {
    width: 100%;
    margin: 5px 0 50px 0;
    border-bottom: #000 1px solid;
  }

  .showroom-guidance li:last-child {
    border: none;
  }

  .showroom-guidance h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .showroom-guidance p {
    font-size: 14px;
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .showroom {
    margin-top: 60px;
  }

  .showroom-guidance {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    justify-content: center;
    gap: 4%;
  }

  .showroom-guidance li {
    width: 48%;
    margin: 5px 0 20px 0;
  }

  .showroom h2 {
    font-size: 24px;
  }

  .showroom-guidance h3 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .showroom-guidance p {
    font-size: 14px;
    margin-top: 0;
  }
}

/*################ curtain-style ################*/

.curtain-style {
  padding: 50px 0 100px 0;
}

.curtain-style h2 {
  font-size: 24px;
  color: #383838;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding: 0;
}

.curtain-style p {
  font-size: 16px;
  color: #383838;
  margin-top: 0;
}

.curtain-style-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}

figure {
  margin: 0 auto;
  width: 16%;
}

figcaption {
  font-size: 16px;
  text-align: center;
}

.curtain-style-img img {
  max-width: 100%;
}

@media (max-width: 599px) {
  .curtain-style {
    padding: 50px 0 100px 0;
  }

  .curtain-style h2 {
    font-size: 20px;
  }

  .curtain-style p {
    font-size: 14px;
  }

  .curtain-style-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  figure {
    width: 48%;
    margin-top: 30px;
  }

  figcaption {
    font-size: 14px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .curtain-style {
    padding: 50px 0 100px 0;
  }

  .curtain-style h2 {
    font-size: 20px;
  }

  .curtain-style p {
    font-size: 14px;
  }

  .curtain-style-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  figure {
    width: 24%;
  }

  figcaption {
    font-size: 14px;
  }
}
