@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.column-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.column-wrapper p {
  font-size: 16px;
  line-height: 2;
}
.column-wrapper .en-text {
  word-break: normal;
  overflow-wrap: break-word;
}
.column-wrapper .archi-panel__detail p {
  line-height: 1.5;
}
.column-wrapper a {
  color: #333;
  text-decoration: none;
}
.column-wrapper a:hover {
  opacity: 0.8;
  font-family: "Noto Sans JP", sans-serif;
}

.bottom-link {
  color: #7F7F7F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media print, screen and (min-width: 48em) {
  .bottom-link {
    font-size: 18px;
  }
}

p.column-caption--full {
  font-size: 12px;
}

p.column-caption--right {
  font-size: 12px;
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
}

p.column-caption {
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
}

p.column-caption--800 {
  max-width: 800px;
}

p.column-caption--center {
  max-width: 800px;
  margin: 0 auto;
}

p.column-caption--right {
  max-width: 800px;
  margin-left: auto;
}

.column-tag {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: normal;
  display: block;
}

.column-text--right {
  text-align: right;
}

.column-text--left {
  text-align: left;
}

.column-text--center {
  text-align: center;
}

.column-h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .column-h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.column-h2--left {
  text-align: left;
}
.column-h2.border-title {
  position: relative;
  text-align: left;
  padding: 32px 24px;
}
.column-h2.border-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7f7f7f;
}
@media print, screen and (min-width: 48em) {
  .column-h2.border-title::before {
    width: 70%;
  }
}
.column-h2.border-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #7f7f7f;
}
@media print, screen and (min-width: 48em) {
  .column-h2.border-title {
    padding: 64px 128px;
  }
}
.column-h3 {
  font-size: 18px;
  margin-bottom: 32px;
  text-align: left;
  line-height: 1.8;
}
@media print, screen and (min-width: 48em) {
  .column-h3 {
    font-size: 20px;
    margin-bottom: 48px;
    text-align: center;
    line-height: 2;
  }
}
.column-h3--center {
  text-align: center;
}
.column-h3--dash {
  position: relative;
  padding-left: 60px;
  text-align: left;
  color: #7f7f7f;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 175%;
}
.column-h3--dash::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background-color: #333;
}
@media print, screen and (min-width: 48em) {
  .column-h3--dash {
    text-align: left;
    margin-bottom: 48px;
    font-size: 20px;
  }
}
.column-h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 48em) {
  .column-h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.column-designer__name {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.column-designer__name span {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: normal;
}
@media print, screen and (min-width: 48em) {
  .column-hero {
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: 1920px;
    margin-bottom: 16px;
    transform: none;
  }
}
@media screen and (min-width: 48em) {
  .column-hero {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 48em) {
  .column-hero img {
    position: relative;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
  }
}
.column-date_area {
  font-size: 16px;
  padding: 16px 24px;
}
@media print, screen and (min-width: 48em) {
  .column-date_area {
    gap: 32px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 18px;
    padding: 0;
  }
}
.column-category {
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .column-category {
    position: relative;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .column-category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 2px;
    background-color: #333;
    border: none;
  }
}
.column-section {
  position: relative;
  margin-top: 64px;
  padding: 0 24px;
}
@media print, screen and (min-width: 48em) {
  .column-section {
    margin-top: 96px;
  }
}
.column-section.first-section {
  margin-top: 0;
}
.column-section.last-section {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 48em) {
  .column-section.last-section {
    margin-bottom: 120px;
  }
}
.column-section--full-bg-gray {
  padding: 48px 24px;
  background-color: #efefef;
}
@media print, screen and (min-width: 48em) {
  .column-section--full-bg-gray {
    padding: 60px 24px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
}
.column-section--full-bg-gray-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.column-section--full-bg-gray-light {
  padding: 48px 24px;
  background-color: #fafafa;
}
@media print, screen and (min-width: 48em) {
  .column-section--full-bg-gray-light {
    padding: 60px 24px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
}
.column-section--full-bg-gray-light-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .column-section-halfbg {
    position: relative;
    padding-bottom: 80px;
  }
  .column-section-halfbg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 50%;
    min-height: 200px;
    background-color: #efefef;
    transform: translateX(-50%);
  }
  .column-section-halfbg h2, .column-section-halfbg h3, .column-section-halfbg img, .column-section-halfbg p, .column-section-halfbg div, .column-section-halfbg span {
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (max-width: 47.99em) {
  .column-section-halfbg-sp {
    background-color: #efefef;
    margin: 32px -24px 0;
    padding: 48px 24px 0 !important;
  }
}
.column-section-sm {
  margin-top: 32px;
  padding: 0 24px;
}
@media print, screen and (min-width: 48em) {
  .column-section-sm {
    margin-top: 45px;
  }
}

.column-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.column-card {
  border-color: #7f7f7f;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0 0 32px 0;
}

.column-card-container {
  gap: 32px;
  display: flex;
  padding: 40px 0;
  flex-direction: column;
}
@media print, screen and (min-width: 48em) {
  .column-card-container {
    padding: 80px 0 0;
    flex-direction: row;
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.column-card {
  gap: 24px;
  flex-shrink: 0;
  width: 100%;
}
.column-card:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 48em) {
  .column-card {
    width: calc(33.33333% - 22px);
    margin-bottom: 0;
    justify-content: flex-end;
    border-width: 0;
    padding-bottom: 0;
    border-color: #7f7f7f;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0 0 0 32px;
  }
}
.column-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.column-card-h4 {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
.column-card-name {
  font-size: 12px;
}
.column-card-company {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  color: #7f7f7f;
}

.column-card-container + .column-card-container {
  padding-top: 0;
}
@media print, screen and (min-width: 48em) {
  .column-card-container + .column-card-container {
    padding-top: 40px;
  }
}

.column-card.cards--full {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .column-card.cards--full {
    border-left: none !important;
    padding-left: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
  }
}

@media print, screen and (min-width: 48em) {
  .column-card-container.j-start {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 48em) {
  .column-card-container.j-center {
    justify-content: center;
  }
}
@media print, screen and (min-width: 48em) {
  .column-card-container.j-end {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 48em) {
  .column-card-container.a-start {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 48em) {
  .column-card-container.a-center {
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .column-card-container.a-end {
    align-items: flex-end;
  }
}

.column-split-section {
  position: relative;
  overflow: visible;
}
@media print, screen and (min-width: 48em) {
  .column-split-section {
    display: block;
    height: auto;
    margin-bottom: 100px;
  }
}
.column-split-section__image {
  position: relative;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 48em) {
  .column-split-section__image {
    width: 60%;
  }
}
.column-split-section__image img {
  display: block;
  margin-bottom: 0;
}
.column-split-section__content {
  padding: 48px 25px;
  position: relative;
  margin: 30px -25px;
  z-index: 1;
  background-color: #efefef;
}
@media print, screen and (min-width: 48em) {
  .column-split-section__content {
    background-color: #efefef;
    width: 40%;
    padding: 80px 32px;
    position: absolute;
    right: 0;
    bottom: -60px;
    margin-top: 0;
    margin-left: 0;
  }
  .column-split-section__content::before {
    position: absolute;
    content: "";
    background-color: #efefef;
    z-index: -1;
    width: 400px;
    height: 100%;
    top: 0;
    left: -400px;
  }
  .column-split-section__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #efefef;
    z-index: -1;
  }
  .column-split-section__content .column-title {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .column-split-section__content .column-title {
    margin-bottom: 24px;
  }
}

.column-link--blank {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed #333;
  position: relative;
  padding-right: 28px;
  display: inline-block;
  padding-bottom: 8px;
}
.column-link--blank::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/jp/archidesign/img/column/common/icon-blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-link--arrow {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
  display: block;
  width: 100%;
  border-bottom: 1px dashed #333;
  box-sizing: border-box;
  padding-bottom: 8px;
}
.column-link--arrow:hover {
  opacity: 0.8;
}
.column-link--arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/jp/archidesign/img/column/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-link--anchor {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed #333;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .column-link--anchor {
    margin-bottom: 24px;
  }
}
.column-link--anchor::before {
  content: "ー";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
}
.column-link--anchor::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/jp/archidesign/img/column/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-link--right {
  display: block;
  text-align: right;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.column-link--center {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.column-link-wrapper--right {
  text-align: right;
}
.column-link-wrapper--center {
  text-align: center;
}

.column-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 56px 13px 24px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-right: 40px;
}
.column-btn__link::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/jp/archidesign/img/column/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.column-btn__link:hover {
  background-color: #F0F0F0;
}

.column-wrapper a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 48em) {
  .column-article-container {
    padding: 0 24px;
  }
}

.column-article-container + .column-article-container {
  margin-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .column-article-container + .column-article-container {
    margin-top: 60px;
  }
}

p + p,
img + p:not(.column-caption) {
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  p + p,
  img + p:not(.column-caption) {
    margin-top: 20px;
  }
}

p.column-caption + p,
.article-list p + p,
.archi-panel__detail p + p {
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  p.column-caption + p,
  .article-list p + p,
  .archi-panel__detail p + p {
    margin-top: 16px;
  }
}

.archi-panel__label {
  font-size: 18px !important;
}
@media print, screen and (min-width: 48em) {
  .archi-panel__label {
    font-size: 20px !important;
  }
}

.column-2col-container + .column-caption,
.column-3col-container + .column-caption {
  margin-top: -32px;
}

.article-list p {
  line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
  .column-article-container--full {
    padding: 0 24px;
  }
}

.column-article-container--center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .column-article-container--center {
    padding: 0 24px;
  }
}

.column-article-container--left {
  max-width: 800px;
}
@media print, screen and (min-width: 48em) {
  .column-article-container--left {
    padding: 0 24px;
  }
}

.column-article-container--right {
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (min-width: 48em) {
  .column-article-container--right {
    padding: 0 24px;
  }
}

.column-2col-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}
.column-2col-container .column-2col-item {
  flex: 0 0 calc(50% - 16px);
  min-width: 250px;
}
@media screen and (max-width: 47.99em) {
  .column-2col-container .column-2col-item {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 48em) {
  .column-2col-container--reverse .column-2col-item:first-child {
    order: 2;
  }
  .column-2col-container--reverse .column-2col-item:last-child {
    order: 1;
  }
}
@media screen and (max-width: 47.99em) {
  .column-2col-container--keep-2col .column-2col-item {
    flex: 0 0 calc(50% - 4px);
    min-width: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .column-2col-container--keep-2col {
    gap: 8px;
  }
}

.column-imgtext-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .column-imgtext-container {
    padding: 40px 0;
  }
}
.column-imgtext-container .column-imgtext-img {
  flex: 0 0 calc(60% - 16px);
  max-width: 800px;
}
.column-imgtext-container .column-imgtext-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container .column-imgtext-img {
    flex: 0 0 100%;
    order: 1;
  }
}
.column-imgtext-container .column-imgtext-text {
  flex: 1;
  min-width: 300px;
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container .column-imgtext-text {
    flex: 0 0 100%;
    order: 2;
  }
}
@media screen and (min-width: 48em) {
  .column-imgtext-container--reverse .column-imgtext-img {
    order: 2;
  }
  .column-imgtext-container--reverse .column-imgtext-text {
    order: 1;
  }
}
.column-imgtext-container--half .column-imgtext-img {
  flex: 0 0 calc(50% - 16px);
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container--half .column-imgtext-img {
    flex: 0 0 100%;
  }
}
.column-imgtext-container--half .column-imgtext-text {
  flex: 0 0 calc(50% - 16px);
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container--half .column-imgtext-text {
    flex: 0 0 100%;
  }
}
.column-imgtext-container--half-reverse .column-imgtext-img {
  flex: 0 0 calc(50% - 16px);
  order: 2;
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container--half-reverse .column-imgtext-img {
    flex: 0 0 100%;
    order: 1;
  }
}
.column-imgtext-container--half-reverse .column-imgtext-text {
  flex: 0 0 calc(50% - 16px);
  order: 1;
}
@media screen and (max-width: 47.99em) {
  .column-imgtext-container--half-reverse .column-imgtext-text {
    flex: 0 0 100%;
    order: 2;
  }
}

.column-3col-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.column-3col-container .column-3col-item {
  flex: 0 0 calc(33.333% - 32px);
  min-width: 250px;
}
@media screen and (max-width: 47.99em) {
  .column-3col-container .column-3col-item {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 47.99em) {
  .column-3col-container--keep-3col .column-3col-item {
    flex: 0 0 calc(33.333% - 5.333px);
    min-width: 0;
  }
}
@media screen and (max-width: 47.99em) {
  .column-3col-container--keep-3col {
    gap: 8px;
  }
}
.column-3col-container--center {
  justify-content: center;
}
.column-3col-container--left {
  justify-content: flex-start;
  margin-right: auto;
  margin-left: 0;
}
.column-3col-container--right {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 1023px) {
  .column-3col-container .column-3col-item {
    flex: 0 0 calc(50% - 32px);
  }
}

.col-count-2 {
  max-width: 800px;
}
.col-count-2 .column-3col-item {
  flex: 0 0 calc(50% - 32px);
}
@media screen and (max-width: 47.99em) {
  .col-count-2 .column-3col-item {
    flex: 0 0 100%;
  }
}
.col-count-2.column-3col-container--right {
  margin-left: auto;
  margin-right: 0;
}

.col-count-1 {
  max-width: 400px;
}
.col-count-1 .column-3col-item {
  flex: 0 0 100%;
}
.col-count-1.column-3col-container--right {
  margin-left: auto;
  margin-right: 0;
}

.column-4col-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.column-4col-container .column-4col-item {
  flex: 0 0 calc(25% - 32px);
  min-width: 250px;
}
@media screen and (max-width: 47.99em) {
  .column-4col-container .column-4col-item {
    flex: 0 0 100%;
  }
}

.column-building-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .column-building-info {
    flex-direction: row;
    gap: 32px;
    margin: 60px 0;
  }
}
.column-building-info__images {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images {
    width: 60%;
  }
}
.column-building-info__images-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images-container {
    gap: 20px;
  }
}
.column-building-info__images-item {
  width: calc(50% - 8px);
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images-item {
    width: calc(50% - 10px);
  }
}
.column-building-info__images-item img {
  width: 100%;
  height: auto;
  display: block;
}
.column-building-info__images-vertical {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images-vertical {
    width: 60%;
  }
}
.column-building-info__images-vertical-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images-vertical-container {
    gap: 20px;
  }
}
@media screen and (max-width: 47.99em) {
  .column-building-info__images-vertical-container {
    flex-direction: column;
  }
}
.column-building-info__images-vertical-item {
  width: calc(50% - 8px);
}
@media print, screen and (min-width: 48em) {
  .column-building-info__images-vertical-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 47.99em) {
  .column-building-info__images-vertical-item {
    width: 100%;
  }
}
.column-building-info__images-vertical-item img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
.column-building-info__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__details {
    width: 40%;
  }
}
.column-building-info__details-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
}
.column-building-info__details-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__details-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.column-building-info__details table {
  width: 100%;
  border-collapse: collapse;
}
.column-building-info__details table th, .column-building-info__details table td {
  padding: 8px 0;
  text-align: left;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__details table th, .column-building-info__details table td {
    font-size: 16px;
    padding: 3px 0;
  }
}
.column-building-info__details table th {
  width: 20%;
  font-weight: normal;
  color: #7f7f7f;
}
.column-building-info__image-grid {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__image-grid {
    width: 60%;
  }
}
.column-building-info__image-grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__image-grid-container {
    gap: 20px;
  }
}
.column-building-info__image-grid-item {
  width: calc(50% - 8px);
  min-width: 0;
}
@media print, screen and (min-width: 48em) {
  .column-building-info__image-grid-item {
    width: calc(50% - 10px);
  }
}
.column-building-info__image-grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.column-building-info__image-grid-item .column-caption {
  margin-top: 8px;
}

.section-gap {
  margin-top: 64px !important;
}
@media screen and (min-width: 48em) {
  .section-gap {
    margin-top: 96px !important;
  }
}

.section-innder-gap {
  margin-top: 32px !important;
}
@media screen and (min-width: 48em) {
  .section-innder-gap {
    margin-top: 80px !important;
  }
}

.column-gap {
  margin-top: 96px !important;
}
@media screen and (min-width: 48em) {
  .column-gap {
    margin-top: 140px !important;
  }
}/*# sourceMappingURL=column.css.map */