.main-visual-area.modelroom-main-fullSizeVisual:before {
  background-color: rgba(0, 0, 0, 0);
}

.main-visual-area.modelroom-main-fullSizeVisual .header-content h1 {
  color: #000000;
}

.modelroomArea {
  margin-top: 40px;
}

.modelroomArea .colmn-txt {
  padding-bottom: 0;
}

.modelroomArea .column-inner.modelroom_3d {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DDDDDD;
}

.modelroomArea .column-inner.modelroom_3d:last-child {
  border-bottom: none;
}

.modelroomArea .modelroom_3dinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_3dinfo {
    display: block;
  }
}

.modelroomArea .modelroom_3dinfo_detail1 {
  width: 490px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_3dinfo_detail1 {
    width: 100%;
  }
}

.modelroomArea .upper-outline-table {
  margin-bottom: 40px;
}

.modelroomArea .upper-outline-table .modelroom-upper-outline-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.modelroomArea .upper-outline-table .modelroom-upper-outline-item div:nth-child(1) {
  background-color: #efefef;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.modelroomArea .upper-outline-table .modelroom-upper-outline-item div:nth-child(2) {
  padding: 0.5rem;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.modelroomArea .modelroom_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_image {
    display: block;
  }
}

.modelroomArea .modelroom_image .main_image {
  width: 240px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_image .main_image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.modelroomArea .modelroom_image .floormap_2d_image {
  width: 240px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_image .floormap_2d_image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.modelroomArea .modelroom_image img {
  margin-bottom: 0;
}

.modelroomArea .modelroom_3dinfo_detail2 {
  width: 450px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_3dinfo_detail2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.modelroomArea .modelroom_3dinfo_detail2 .modelroom_3d_image {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_3dinfo_detail2 .modelroom_3d_image {
    margin-bottom: 20px;
  }
}

.modelroomArea .modelroom_3dinfo_detail2 .modelroom_3d_image img {
  margin-bottom: 0;
}

.modelroomArea .modelroom_3dinfo_detail2 .property_detail_info, .modelroomArea .modelroom_3dinfo_detail2 .walkthrough {
  width: 300px;
  height: 40px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .modelroomArea .modelroom_3dinfo_detail2 .property_detail_info, .modelroomArea .modelroom_3dinfo_detail2 .walkthrough {
    width: 80%;
    height: 60px;
  }
}

.modelroomArea .modelroom_3dinfo_detail2 .property_detail_info > a, .modelroomArea .modelroom_3dinfo_detail2 .walkthrough > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.modelroomArea .modelroom_3dinfo_detail2 .property_detail_info {
  background-color: #006934;
  margin-bottom: 15px;
}

.modelroomArea .modelroom_3dinfo_detail2 .walkthrough {
  background-color: #F08437;
}
/*# sourceMappingURL=3dmodelroom.min.css.map */