@charset "UTF-8";
/* 下層必須調整 */
.gheader_top_box h1::before {
  content: "物件概要 | ";
  font-size: 10px;
  line-height: 1;
  margin: 4px 0 0;
  letter-spacing: 0;
}

.sub_head {
  background: url(../img/outline/sub_head.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
}
.sub_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub_head .sub_head_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.sub_head .sub_head_txt .sub_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  max-width: none;
  padding: 0;
  margin: 0 auto;
}
.sub_head .sub_head_txt p {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.out-wrapper {
  background-color: #fff;
  padding: 0;
}
.out-wrapper .duo-inner {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
.out-wrapper .duo-inner h2 {
  padding: 0 0 20px;
  margin-top: 40px !important;
}
.out-wrapper .duo-inner table {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 64px;
}
.out-wrapper .duo-inner table:last-of-type {
  margin-bottom: 130px;
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner table colgroup col {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner table tbody {
    width: 100% !important;
    display: block !important;
  }
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner table tbody tr {
    width: 100% !important;
    display: block !important;
  }
}
.out-wrapper .duo-inner table tbody tr:nth-of-type(even) th {
  background-color: #eaeaea;
}
.out-wrapper .duo-inner table tbody tr th {
  width: 30%;
  padding: 10px;
  background-color: #e1e1e1;
  border: 1px solid #fff;
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner table tbody tr th {
    display: block !important;
    width: 100% !important;
  }
}
.out-wrapper .duo-inner table tbody tr td {
  width: 70%;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #fff;
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner table tbody tr td {
    display: block !important;
    width: 100% !important;
  }
}
.out-wrapper .duo-inner .buken_list {
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  .out-wrapper .duo-inner .buken_list {
    margin: 2px auto 10px !important;
  }
}
.out-wrapper .duo-inner .buken_comment {
  margin: 80px auto 40px !important;
}/*# sourceMappingURL=outline.css.map */