.showroomSection {
  padding: 3rem 1.25rem;
}

.showroomSection .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gunmaTitle {
  border-bottom: 1px solid #ababab;
  border-top: 1px solid #ababab;
  margin-block: 1.875rem;
  padding: 0.5rem 0;
  text-align: center;
}

.gunmaTitle__title {
  font-size: 1.125rem;
}

.gunmaTitle__lead {
  font-size: 0.875rem;
}

.gunmaBlock {
  display: grid;
  gap: 1rem 0.5rem;
  grid-template-columns: 1fr 1fr;
}

.gunma__subtitle {
  font-size: 1.125rem;
  grid-column: span 2;
  padding-left: 1.125rem;
  position: relative;
}

.gunma__subtitle::before {
  background: #ababab;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
}

.gunma__textarea {
  grid-column: 1;
}

.gunma__image {
  grid-column: 2;
}

.gunma__text {
  font-size: 0.875rem;
}

.gunma__image--small {
  text-align: center;
}

.gunma__image--small img {
  max-width: 24.625rem;
}

.gunma__textarea:has(.gunma__textHeading) .gunma__text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .gunma__textarea,
  .gunma__image {
    grid-column: span 2;
  }
}
