@charset "UTF-8";
/* Scss Document */
.clear {
  clear: both;
}

strong {
  color: #cc0000;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.notes {
  line-height: 1.3;
  color: #666;
  font-size: 76.92%;
}

/** page-nav
-------------------------------------------------------------------**/
.page-nav {
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1.2;
}
.page-nav li {
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
}
.page-nav li a {
  padding: 0 1em;
}
.page-nav li:last-child {
  border-right: none;
}

/** property-index
-------------------------------------------------------------------**/
.property-item {
  margin-bottom: 2em;
  background: rgb(255, 255, 255);
  position: relative;
}
.property-item > span,
.property-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.property-item > span .btn-more {
  display: none;
}
.property-item .btn-more {
  padding: 0.5em 2em 0.5em 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  background: #003366;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.property-item .btn-more:before {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.property-title,
.property h3 {
  margin: 0.5em 0 0.5em;
  font-size: 2.4rem;
  font-family: "游明朝 Medium", serif;
  font-style: normal;
}
.property-img {
  width: 320px;
}
.property-body {
  width: 700px;
}
.property-icon {
  margin: -15px -10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.2;
}
.property-icon li {
  margin-left: 0.5em;
  padding: 0.25em 0.5em;
  border: solid 1px #003366;
  color: #003366;
  font-size: 1.4rem;
  font-weight: bold;
}
.property-icon li.-land {
  color: #630;
  border: solid 1px #630;
}
.property-icon li.-land_house, .property-icon li.-new_house, .property-icon li.-new {
  color: #EF8200;
  border: solid 1px #EF8200;
}
.property-icon li.-used_house, .property-icon li.-used {
  color: #060;
  border: solid 1px #060;
}
.property-icon li.-used_mansion, .property-icon li.-mansion {
  color: #39f;
  border: solid 1px #39f;
}
.property-icon li.-pricedown, .property-icon li.-down {
  color: #c6161d;
  border: solid 1px #c6161d;
}
.property-icon li.-openhouse {
  color: #EF8200;
  border: solid 1px #EF8200;
}
.property-data {
  margin: 1em 0;
}
.property-data .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.property-data .col2 dl:first-child {
  margin-right: 2rem;
}
.property-data dl {
  margin: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-data dl dt {
  padding: 0.25em;
  background: rgba(0, 0, 0, 0.1);
  width: 7em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.property-data dl dd {
  margin-left: 0.5em;
  font-size: 1.5rem;
}
.property-data dl .price em {
  color: #c6161d;
  font-family: "游明朝 Medium", serif;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
}
.property-catch {
  margin-right: 8em;
  color: #c6161d;
  font-weight: bold;
  line-height: 1.3;
}

/** btn
-------------------------------------------------------------------**/
.btn {
  margin: 50px auto;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn li {
  padding: 0 10px;
  display: inline-block;
  letter-spacing: normal;
}
.btn a {
  padding: 0.85em 3em 0.85em 2em;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #003366;
  letter-spacing: 0.1em;
  position: relative;
}
.btn a:before {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0.75em;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn.-orange a {
  background: #EF8200;
}
.btn .size3 {
  width: 25%;
}
.btn .size4 {
  width: 33.3333333333%;
}
.btn .size5 {
  width: 41.6666666666%;
}
.btn .size6 {
  width: 50%;
}
.btn .act a {
  color: #EF8200;
  background: #fff;
}

/** clm-wrap
-------------------------------------------------------------------**/
.clm12-wrap {
  width: 100%;
}

.clm11-wrap {
  width: 91.6666666666%;
}

.clm10-wrap {
  width: 83.3333333333%;
}

.clm9-wrap {
  width: 75%;
}

.clm8-wrap {
  width: 66.6666666666%;
}

.clm7-wrap {
  width: 58.3333333333%;
}

.clm6-wrap {
  width: 50%;
}

.clm5-wrap {
  width: 41.6666666666%;
}

.clm4-wrap {
  width: 33.3333333333%;
}

.clm3-wrap {
  width: 25%;
}

.clm2-wrap {
  width: 16.6666666666%;
}

.clm1-wrap {
  width: 8.3333333333%;
}

.clm12 {
  width: 100%;
}

.clm11,
.clm10,
.clm9,
.clm8,
.clm7,
.clm6,
.clm5,
.clm4,
.clm3,
.clm2,
.clm1 {
  float: left;
}

.clm12 {
  width: 100%;
}

.clm11 {
  width: 91.6666666666%;
}

.clm10 {
  width: 83.3333333333%;
}

.clm9 {
  width: 75%;
}

.clm8 {
  width: 66.6666666666%;
}

.clm7 {
  width: 58.3333333333%;
}

.clm6 {
  width: 50%;
}

.clm5 {
  width: 41.6666666666%;
}

.clm4 {
  width: 33.3333333333%;
}

.clm3 {
  width: 25%;
}

.clm2 {
  width: 16.6666666666%;
}

.clm1 {
  width: 8.3333333333%;
}

.fLeft {
  display: inline;
  float: left;
}

img.fLeft {
  margin: 0 15px 15px 0 !important;
  clear: left;
  width: auto !important;
}

.fRight {
  display: inline;
  float: right;
}

img.fRight {
  margin: 0 0 15px 15px !important;
  clear: right;
  width: auto !important;
}

/** table
-------------------------------------------------------------------**/
table {
  margin-top: 10px;
  width: 100%;
  border: solid 1px #ccc;
}
table td {
  padding: 10px 15px;
  border: solid 1px #ccc;
  font-weight: normal;
  text-align: left;
}
table th {
  padding: 10px 15px;
  border: solid 1px #ccc;
  font-weight: normal;
  text-align: left;
  padding: 10px 15px;
  width: 20%;
  background: #eee;
  color: #222;
  font-weight: bold;
}
table td {
  padding: 10px 25px;
  width: 30%;
  background: #fff;
}
table td.join-cell {
  width: 80%;
}

.error {
  display: block;
  color: #c00;
  font-weight: bold;
}

/** font-size
-------------------------------------------------------------------**/
.size10 {
  font-size: 1rem;
}

.size11 {
  font-size: 1.1rem;
}

.size12 {
  font-size: 1.2rem;
}

.size13 {
  font-size: 1.3rem;
}

.size14 {
  font-size: 1.4rem;
}

.size15 {
  font-size: 1.5rem;
}

.size16 {
  font-size: 1.6rem;
}

.size17 {
  font-size: 1.7rem;
}

.size18 {
  font-size: 1.8rem;
}

.size19 {
  font-size: 1.9rem;
}

.size20 {
  font-size: 2rem;
}

.size21 {
  font-size: 2.1rem;
}

.size22 {
  font-size: 2.2rem;
}

.size23 {
  font-size: 2.3rem;
}

.size24 {
  font-size: 2.4rem;
}

.size25 {
  font-size: 2.5rem;
}

.size26 {
  font-size: 2.6rem;
}

.size27 {
  font-size: 2.7rem;
}

.size28 {
  font-size: 2.8rem;
}

.size29 {
  font-size: 2.9rem;
}

.size30 {
  font-size: 3rem;
}

/** margin
-------------------------------------------------------------------**/
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.pt0 {
  padding-left: 0 !important;
}

.pt10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-left: 40px !important;
}

.pt50 {
  padding-left: 50px !important;
}

.pt60 {
  padding-left: 60px !important;
}

.pt70 {
  padding-left: 70px !important;
}

.pt80 {
  padding-left: 80px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

#form th em {
  padding: 0 0.5em;
  border: solid 1px #CC1C1C;
  float: right;
  color: #CC1C1C;
}
#form textarea,
#form input {
  margin: 5px;
  padding: 0.75em;
  border: solid 1px #ccc;
  width: 100%;
  background: #FFFFEC;
}
#form .property-list input,
#form .check,
#form .radio {
  width: auto;
}
#form .w10 {
  width: 10%;
}
#form .w20 {
  width: 20%;
}
#form .w30 {
  width: 30%;
}
#form .w40 {
  width: 40%;
}
#form .w60 {
  width: 60%;
}

input.error {
  display: block;
}

.confirm,
.preview {
  margin: 30px 0;
  text-align: center;
  clear: both;
}

#form .confirm input,
#form .preview input {
  margin: 0 5px;
  padding: 1em;
  border: none;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #FF9900 url(../img/arw_m_w.png) no-repeat right 10px center;
  width: 40%;
}

.confirm input,
.preview input,
.confirm input {
  display: inline-block;
  width: 300px;
}

#form .confirm .send {
  background: #FF9900 url(../img/arw_m_w.png) no-repeat right 10px center;
}
#form th span {
  color: #c00;
}

fieldset {
  border: none;
}

input.error {
  background: #fee;
}

label.error {
  display: none;
  color: #c00;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  /** page-nav
  -------------------------------------------------------------------**/
  .page-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .page-nav li {
    margin: 0 0 0.5em;
    width: 33.3333333333%;
  }
  .page-nav li a {
    padding: 0 1em;
  }
  .page-nav li:nth-child(3n) {
    border-right: none;
  }
  .page-nav.col4 li {
    width: 25%;
  }
  .page-nav.col4 li:nth-child(3n) {
    border-right: solid 1px rgba(0, 0, 0, 0.5);
  }
  .page-nav.col4 li:nth-child(4n) {
    border-right: none;
  }
  /** property-index
  -------------------------------------------------------------------**/
  .property-item {
    margin-bottom: 3vw;
  }
  .property-item h3 {
    font-size: 2.2rem;
  }
  .property-item > span,
  .property-item a {
    padding: 4vw 4vw 12vw;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .property-img {
    margin-bottom: 4vw;
    width: 100%;
  }
  .property-img img {
    width: 100%;
  }
  .property-body {
    width: 100%;
  }
  .property-icon {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .property-data .col2 {
    display: block;
  }
  .property-data .col2 dl {
    margin-right: 0;
  }
  .property-catch {
    margin-right: 0;
  }
  .property .btn-more {
    padding: 0.25em 2em 0.25em 1.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    background: #003366;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .property .btn-more:before {
    content: "";
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0.5em;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /** table
  -------------------------------------------------------------------**/
  table {
    margin-top: 10px;
    width: 100%;
    border: solid 1px #ccc;
    display: block;
  }
  table tbody,
  table thead,
  table tr,
  table th,
  table td {
    display: block;
    width: 100%;
  }
  table td {
    padding: 10px 15px;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: left;
  }
  table th {
    padding: 10px 15px;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    background: #eee;
    color: #222;
    font-weight: bold;
  }
  table td {
    padding: 10px 25px;
    background: #fff;
  }
  table td.join-cell {
    width: 100%;
  }
  /** clm-wrap
   -------------------------------------------------------------------**/
  .sp-clm2-wrap {
    width: 100%;
  }
  .sp-clm1-wrap {
    width: 50%;
  }
  .sp-clm2 {
    width: 100%;
  }
  .sp-clm1 {
    width: 50%;
  }
  .fLeft {
    display: inline;
    float: left;
  }
  img.fLeft {
    margin: 0 15px 15px 0 !important;
    clear: left;
    width: auto !important;
  }
  .fRight {
    display: inline;
    float: right;
  }
  img.fRight {
    margin: 0 0 15px 15px !important;
    clear: right;
    width: auto !important;
  }
}