@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.p_worksSingle__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.p_worksSingle__heading__en {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.p_worksSingle__heading__jp {
  color: #7d7d7d;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p_worksSingle__title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 60px;
}
.p_worksSingle__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .p_worksSingle__image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p_worksSingle__info {
  margin-bottom: 60px;
}
.p_worksSingle__info__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.p_worksSingle__data {
  font-size: 1.5rem;
  line-height: 1.2;
  line-height: 1.2;
  display: flex;
  gap: 15px;
  padding-block: 1em;
  border-bottom: solid 1px #b7b7b7;
}
.p_worksSingle__data__head {
  min-width: 60px;
}
.p_worksSingle__data__body {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .p_worksSingle__data {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.p_worksSingle__gallery {
  margin-bottom: 60px;
}
.p_worksSingle__gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.p_worksSingle__gallery .gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.p_worksSingle__gallery .gallery__item.is-landscape {
  grid-column: span 2;
}
.p_worksSingle__gallery .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p_worksSingle__gallery .gallery__caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p_worksSingle__gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_worksSingle__gallery .gallery__caption {
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p_worksSingle__concept {
  margin-bottom: 20px;
}
.p_worksSingle__concept__body {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p_worksSingle__concept__body {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p_worksSingle__floormap {
  margin-bottom: 60px;
}
.p_worksSingle__floormap__btnArea {
  position: relative;
  border: solid 1px #d7d7d7;
  margin-bottom: 20px;
}
.p_worksSingle__floormap__btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #ffffff;
  width: 40px;
  aspect-ratio: 1/1;
}
.p_worksSingle__floormap__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_worksSingle__floormap__caption {
  font-size: 1.3rem;
  line-height: 1.6;
}

.p_works__contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
}
.p_works__return {
  text-align: center;
  margin-bottom: 100px;
}

/*# sourceMappingURL=works-single.css.map */
