.DesignGallery {
  margin-top: 34px;
  margin-bottom: 120px;
}
.DesignGallery-body {
  display: flex;
  gap: 64px;
  justify-content: flex-start;
}
.DesignGallery-body-ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 245px;
}
.DesignGallery-body-ttl span {
  color: #000;
  white-space: nowrap;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-family: "Hiragino Mincho ProN";
  line-height: normal;
}
.DesignGallery-body-ttl img {
  width: 100%;
  height: auto;
}
.DesignGallery-body-txt {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN";
  line-height: 1.6em;
}
.DesignGallery-button {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.DesignGallery-button-contents {
  padding: 57px 0 26px;
  width: 600px;
  background: #e9fcff;
  cursor: pointer;
}
.DesignGallery-button-contents-img {
  width: 600px;
  cursor: pointer;
}
.DesignGallery-button-contents-img img {
  width: 100%;
  height: auto;
}
.DesignGallery-button-contents-number {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN";
  line-height: normal;
}
.DesignGallery-button-contents-ttl {
  margin-top: 5px;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  font-family: "Hiragino Mincho ProN";
}
.DesignGallery-button-contents-subttl {
  margin-top: 19px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  font-family: "Hiragino Mincho ProN";
  line-height: normal;
}
.DesignGallery-button-contents-city {
  margin-top: 19px;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  font-family: "Hiragino Mincho ProN";
  line-height: normal;
}
.DesignGallery-button-contents-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 28px;
  width: 272px;
  height: 47px;
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: normal;
  cursor: pointer;
}
.DesignGallery-button-contents-button::before {
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  background: url(../images/2409/click_button.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .DesignGallery {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .DesignGallery-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .DesignGallery-button {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
  .DesignGallery-button-contents-img {
    width: 100%;
  }
  .DesignGallery-button-contents {
    padding: 12px 0;
    width: 100%;
    background: #e9fcff;
  }
  .DesignGallery-button-contents-number {
    font-size: 16px;
  }
  .DesignGallery-button-contents-ttl {
    margin-top: 5px;
    font-size: 18px;
  }
  .DesignGallery-button-contents-subttl {
    margin-top: 12px;
    font-size: 24px;
  }
  .DesignGallery-button-contents-city {
    margin-top: 12px;
    font-size: 18px;
  }
  .DesignGallery-button-contents-button {
    width: 272px;
    height: 47px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  .DesignGallery-button-contents-button::before {
    width: 8px;
    height: 12px;
  }
  iframe {
    max-width: 350px;
    height: 220px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  float: right;
  padding-bottom: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
}
