/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper {
  background-image: url(../../images/bg_ttl_property_information.png);
}
main section.ttl_section .wrapper .txtbox {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
main section.ttl_section .wrapper .txtbox h2 {
  padding-left: 55px;
}
main section.s00 {
  width: 360px;
  margin: 90px auto 0;
  padding-bottom: 150px;
}
main section.s00 img{
  width: 100%;
}












main section.s01 {
  width: 1200px;
  margin: 90px auto 0;
  padding-bottom: 150px;
}
main section.s01 .wrapper .list01 li {
  background-color: #fff;
  position: relative;
  padding: 60px 135px 50px;
}
main section.s01 .wrapper .list01 li + li {
  margin-top: 60px;
}
main section.s01 .wrapper .list01 li::before {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color: #e8e5df;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
}
main section.s01 .wrapper .list01 li .name {
  font-size: 22px;
  color: #566960;
  letter-spacing: 5px;
  padding-left: 40px;
  position: relative;
}
main section.s01 .wrapper .list01 li .name::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #566960;
  position: absolute;
  top: 7px;
  left: 0;
}
main section.s01 .wrapper .list01 li .info_dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
main section.s01 .wrapper .list01 li .info_dl dt {
  width: 357px;
}
main section.s01 .wrapper .list01 li .info_dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .list01 li .info_dl dd {
  width: 50%;
}
main section.s01 .wrapper .list01 li .info_dl dd table {
  width: 100%;
  margin-top: -15px;
}
main section.s01 .wrapper .list01 li .info_dl dd table tr th {
  width: 120px;
  font-size: 15px;
  vertical-align: top;
  line-height: 180%;
  padding: 15px 0;
}
main section.s01 .wrapper .list01 li .info_dl dd table tr td {
  font-size: 15px;
  vertical-align: top;
  line-height: 180%;
  padding: 15px 0;
}
main section.s01 .wrapper .list01 li .info_dl dd table tr td .price {
  color: #ac184d;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 4px;
}
main section.s01 .wrapper .list01 li .msg_dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
main section.s01 .wrapper .list01 li .msg_dl dt {
  width: 142.5px;
}
main section.s01 .wrapper .list01 li .msg_dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .list01 li .msg_dl dd {
  width: calc(100% - 185px);
  font-size: 15px;
  line-height: 170%;
}
main section.s01 .wrapper .btn_contact {
  width: 690px;
  padding: 30px 0;
  display: block;
  margin: 120px auto 0;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-image: url(../../images/bg_btn01.png);
  background-size: cover;
  background-position: center center;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper {
    background-image: url(../../images/bg_ttl_property_information.png);
  }
  main section.ttl_section .wrapper .txtbox {
    position: absolute;
    bottom: 15px;
    left: 20px;
  }
  main section.ttl_section .wrapper .txtbox h2 {
    padding-left: 0;
  }
  main section.s01 {
    width: 100%;
    padding: 0 20px 80px;
    margin: 50px auto 0;
  }
  main section.s01 .wrapper .list01 li {
    background-color: #fff;
    position: relative;
    padding: 40px 20px 30px;
  }
  main section.s01 .wrapper .list01 li + li {
    margin-top: 40px;
  }
  main section.s01 .wrapper .list01 li::before {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background-color: #e8e5df;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
  }
  main section.s01 .wrapper .list01 li .name {
    font-size: 18px;
    color: #566960;
    letter-spacing: 4px;
    padding-left: 30px;
    position: relative;
  }
  main section.s01 .wrapper .list01 li .name::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #566960;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s01 .wrapper .list01 li .info_dl {
    display: block;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .list01 li .info_dl dt {
    width: 100%;
  }
  main section.s01 .wrapper .list01 li .info_dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .list01 li .info_dl dd {
    width: 100%;
    margin-top: 20px;
  }
  main section.s01 .wrapper .list01 li .info_dl dd table {
    width: 100%;
    margin-top: 0;
  }
  main section.s01 .wrapper .list01 li .info_dl dd table tr th {
    width: 90px;
    font-size: 14px;
    vertical-align: top;
    line-height: 180%;
    padding: 5px 0;
  }
  main section.s01 .wrapper .list01 li .info_dl dd table tr td {
    font-size: 14px;
    vertical-align: top;
    line-height: 180%;
    padding: 5px 0;
  }
  main section.s01 .wrapper .list01 li .info_dl dd table tr td .price {
    color: #ac184d;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 3px;
  }
  main section.s01 .wrapper .list01 li .msg_dl {
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper .list01 li .msg_dl dt {
    width: 100px;
  }
  main section.s01 .wrapper .list01 li .msg_dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .list01 li .msg_dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .btn_contact {
    width: 100%;
    padding: 20px 0;
    display: block;
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-image: url(../../images/bg_btn01.png);
    background-size: cover;
    background-position: center center;
  }
}