@charset "UTF-8";
#wrapper .entry-content {
  width: 1280px;
  max-width: 100%;
}
#showroom {
  padding-bottom: 162px;
}
.showroom-title {
  background-color: #f2f0ed;
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  width: calc(100vw - 4px);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.showroom-section[data-item="01"] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
.showroom-photo {
  display: flex;
  align-items: center;
}
.showroom-photo__img {
  width: 100%;
  margin-bottom: 0;
  flex: 1;
  font-size: 0px;
  line-height: 0px;
}
.showroom-photo__img__wrapper {
  display: flex;
  width: 100%;
}
.showroom-photo__img img {
  width: 100%;
  max-width: 100%;
}
.showroom-photo-description {
  width: 100%;
}
.showroom-photo[data-item="02"] .showroom-photo-description {
  display: flex;
  justify-content: center;
  align-items: center;
}
.showroom-photo-description__text {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 32px;
}
.showroom-photo[data-item="03"] {
  align-items: flex-end;
}
.showroom-photo[data-item="03"] .showroom-photo-description {
  padding-bottom: 10px;
}
.showroom-photo[data-item="03"] .btn-renewal {
  width: 400px;
  margin-top: 46px;
}
.showroom-post-no-thumbnail {
  height: 100px;
}
.showroom-post__list__item__img.no-thumbnail {
  pointer-events: none;
  width: 0;
  margin-right: -16px;
}
@media (max-width: 768px) {
  #showroom {
    width: calc(100vw / 750 * 670);
    margin: 0 auto;
    padding-bottom: calc(100vw / 750 * 100);
  }
  .showroom-title {
    background-color: #f2f0ed;
    padding: 5%;
    text-align: center;
    letter-spacing: 3px;
    font-size: 5vw;
    line-height: 1.8em;
    width: calc(100vw - (100vw / 640 * 58));
  }
  .showroom-section[data-item="01"] {
    padding-bottom: calc(100vw / 750 * 40);
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    /* padding-bottom: calc(100vw/ 750 * 80); */
    padding-bottom: calc(100vw / 750 * 60);
  }
  .showroom-photo-description__text {
    font-size: calc(100vw / 750 * 26);
    letter-spacing: calc(100vw / 750 * 0.52);
    line-height: calc(100vw / 750 * 46.8);
  }
  .showroom-photo[data-item="03"] .btn-renewal {
    width: calc(100vw / 750 * 414);
    /* margin-top: calc(100vw/ 750 * 50); */
    margin-top: calc(100vw / 750 * 45);
  }
  .showroom-photo[data-item="02"] .showroom-photo__img__wrapper {
    flex-direction: column;
    width: calc(100vw / 750 * 270);
  }
  .showroom-photo[data-item="02"] .showroom-photo-description {
    flex: 1;
    align-items: center;
    padding-left: calc(100vw / 750 * 50);
  }
  .showroom-photo[data-item="03"] {
    flex-direction: column;
    gap: calc(100vw / 640 * 69);
  }

  .showroom-photo[data-item="03"] .showroom-photo-description {
    /* padding-top:calc(100vw/ 640 * 80); */
    padding-top: calc(100vw / 640 * 65);
  }
  .showroom-section[data-item="02"].is-sp {
    /* padding-bottom:calc(100vw/ 640 * 80); */
  }
  .showroom-section[data-item="01"] .showroom-btn {
    display: flex;
    /* margin-top: calc(100vw/ 750 * 30); */
    margin-top: calc(100vw / 750 * 23);
  }
  #showroom-img img {
    width: 100%;
  }
}

.showroom-merit__list {
  display: flex;
  gap: 20px;
  list-style: none;
}
.showroom-merit__list__item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.showroom-merit__list__item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  text-align: center;
  padding-top: 4px;
}
.showroom-merit__list__item__text {
  line-height: 25.6px;
}
.showroom-access {
  display: flex;
  gap: 80px;
}
.showroom-access__map {
  width: 650px;
}
.showroom-access__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
}
.showroom-access__detail__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
.showroom-access__detail__list {
  display: flex;
  gap: 36px;
}
.showroom-access__detail__list__title {
  width: 115px;
}

.showroom-post__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
  list-style: none;
  padding-bottom: 120px;
}
.showroom-post__list__item {
  width: 530px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 60px;
}
.showroom-post__list__item__inner {
  display: flex;
  gap: 16px;
}
.showroom-post__list__item__img {
  width: 130px;
  font-size: 0;
  line-height: 0;
}
.showroom-post__list__item__detail {
  flex: 1;
  position: relative;
}
.showroom-post__list__item__date {
  display: block;
  color: #848484;
  letter-spacing: 0.32px;
  line-height: 17.6px;
  padding-bottom: 10px;
}
.showroom-post__list__item__title {
  line-height: 25.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.shorwoom-post__list__item__tags {
  list-style: none;
  position: absolute;
  bottom: 0;
}
.showroom-post__list__item__tags__item {
  display: inline-flex;
}
.showroom-post__list__item__tags__item .showroom-post__list__item__tags__link {
  display: inline-flex;
  background: #13386a;
  color: #ffffff;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.26px;
  line-height: 17.6px;
  padding: 2px 4px;
}

@media (max-width: 768px) {
  .showroom-merit__list {
    gap: calc(100vw / 750 * 72) calc(100vw / 750 * 40);
    flex-wrap: wrap;
  }
  .showroom-merit__list__item {
    width: calc(100vw / 750 * 315);
    gap: calc(100vw / 750 * 15);
  }
  .showroom-merit__list__item__title {
    font-size: calc(100vw / 750 * 28);
    line-height: calc(100vw / 750 * 50.4);
    padding-top: 0;
  }
  .showroom-merit__list__item__text {
    line-height: calc(100vw / 750 * 46.8);
    letter-spacing: calc(100vw / 750 * 0.52);
  }

  .showroom-post__list__item__img {
    width: calc(100vw / 750 * 204);
  }
  .showroom-post__list__item__date {
    letter-spacing: calc(100vw / 750 * 0.52);
    line-height: calc(100vw / 750 * 17.6);
    padding-bottom: calc(100vw / 750 * 13);
  }
  .showroom-post__list__item__title {
    line-height: calc(100vw / 750 * 41.6);
  }
  .showroom-post__list__item__tags__item
    .showroom-post__list__item__tags__link {
    font-size: calc(100vw / 750 * 20);
    letter-spacing: calc(100vw / 750 * 0.4);
    line-height: calc(100vw / 750 * 40);
    padding: 0 calc(100vw / 750 * 20);
  }
  .showroom-post__list__item {
    width: 100%;
    padding-bottom: calc(100vw / 750 * 60);
  }
  .showroom-post__list {
    gap: calc(100vw / 750 * 60);
    padding-bottom: calc(100vw / 750 * 130);
  }

  .showroom-access {
    flex-direction: column;
    gap: calc(100vw / 750 * 48);
  }
  .showroom-access__map {
    width: calc(100vw / 750 * 670);
  }
  .showroom-access__map iframe {
    height: calc(100vw / 750 * 446);
    width: 100%;
  }
  .showroom-access__title {
    font-size: calc(100vw / 750 * 32);
    line-height: calc(100vw / 750 * 52);
  }
  .showroom-access__detail__inner {
    gap: calc(100vw / 750 * 15);
    padding-top: calc(100vw / 750 * 33);
  }
  .showroom-access__detail__list {
    gap: calc(100vw / 750 * 60);
  }
  .showroom-access__detail__list__title {
    width: calc(100vw / 750 * 214);
  }
  .showroom-post-no-thumbnail {
    height: calc(100vw / 750 * 140);
  }
}

/* 240816*/
body.renewal .faq-box-list {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 40px;
}
body.renewal .question {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.showroom-merit__list .bg-white {
  padding: 30px;
  background: #ffff;
}
.showroom-merit__list .link-text-decoration,
.showroom-faq .link-text-decoration {
  color: #5fcbf2 !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  body.renewal .faq-box-list {
    margin: 0 0 8% 0;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8%;
  }
  body.renewal .question {
    font-weight: 500;
    display: inline-block;
  }

  .showroom-merit__list .bg-white {
    padding: 5%;
    background: #ffff;
  }
  .showroom-merit__list .link-text-decoration,
  .showroom-faq .link-text-decoration {
    color: #5fcbf2 !important;
    text-decoration: underline !important;
  }
}
