
/* ======================================================

   09.10.11 収益物件

========================================================= */
#property_wrapper {
    background: #f7f4ec;
}
.property_contents {
}
#property_main {
    width: 90%;
    margin: 0 auto;
}

/*一覧*/
#property_main .property_list {
    display: flex;
    flex-direction: column; 
}
#property_main .property_list .p_block {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
#property_main .property_list .p_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#property_main .property_list .p_block .thum_img { width: 100%; height: 210px; margin: 0 auto 20px;}
#property_main .property_list .p_block .thum_img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}
#property_main .property_list .p_block .info_text .p_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#property_main .property_list .p_block .info_text table {
    width: 98%;
    margin: 0 auto;
}
#property_main .property_list .p_block .info_text table tr th,
#property_main .property_list .p_block .info_text table tr td {
    border-bottom: 1px solid #d2d2d2;
    padding: 6px 0;
}
#property_main .property_list .p_block .info_text table tr th {
    font-weight: 700;
}


#property_search {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 40px;
}
#property_search {
  margin-bottom: 20px;
}
#property_search .form_head {
  margin-bottom: 30px;
  border-bottom: #d2d2d2 1px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
    padding: 20px 15px 20px 20px;
    box-sizing: border-box;
}
#property_search .form_head legend {
  font-size: 18px;
  font-weight: bold;
}
#property_search .form_head .form_reset button {
    font-size: 14px;
  border: none;
  color: #ffffff;
  padding: 5px 20px;
  background: #232323;
}
#property_search .property_side {
    box-sizing: border-box;
    padding: 0 25px;
}
#property_search .property_side dl {
  margin-bottom: 30px;
}
#property_search .property_side dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#property_search .property_side dd ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#property_search .property_side dd ul li {
    font-size: 15px;
    width: 50%;
}
#property_search .property_side dd ul li span { font-size: 12px; letter-spacing: 0;}
#property_search .property_side dd ul li input {
    padding: 0;
    margin: 0 5px 0 0;
    border-color: #d2d2d2;
}

#property_search .property_side dd select {
  -webkit-appearance: none;
  appearance: none;
  width: 39%;
  color: #000000;
  font-size: 14px;
  border: #d2d2d2 1px solid;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5px 10px;
}



#property_search .property_side .form_submit {
    background: #c6b589;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 60px;
}
#property_search .property_side .form_submit button {
  border: none;
  background: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: #232323;
  letter-spacing: 0.2em;
  padding: 15px 10px;
    font-weight: 700;
}


/*詳細*/
.property_name {
    display: flex;
    flex-direction: column;
}
.property_name .status { margin-bottom: 15px;}
.property_name .status span {
    font-size: 13px;
    background: #c6b589;
    color: #fff;
    padding: 6px 20px;
    margin-right: 20px;
    font-weight: bold;
}
.property_name .ttl_pt01 {
    font-size: 24px;
}

.property_details_blc {
    margin-bottom: 40px;
}
.property_details_img {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
}
.property_details_img li {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.property_details_img li img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#property_wrapper .ttl_pt02 {
    font-family: "Barlow", sans-serif;
}
#property_wrapper .ttl_pt02:first-letter { color: #c6b589;}

#property_wrapper .ttl_pt02:before {
    background: #c6b589;
}



.property_point { width: 100%; margin-bottom: 50px;}
.property_point table{ width: 100%; margin-bottom: 20px;}
.property_detail table { width: 100%;}

.property_point table th, .property_point table td,
.property_detail table th, .property_detail table td { vertical-align: top; padding: 10px 0; border-bottom: 1px solid #d2d2d2;}

.property_point table th,
.property_detail table th { width: 35%; font-weight: bold;}
.property_point table td,
.property_detail table td { width: 65%;}

/*問い合わせフォーム*/
.property_form {
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}

.property_form_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    line-height: 1.4;
    margin-bottom: 30px;
}

.property_form .form_table {
  width: 100%;
  table-layout: fixed;
}
.property_form .form_table th{
    padding: 0px 0 5px;
    font-weight: bold;
}
.property_form .form_table td {
    /*border-bottom: #d2d2d2 solid 1px;*/
    padding: 5px 0 15px;
}
.property_form .form_table tr,.property_form .form_table th,.property_form .form_table td {
  display: block;
  box-sizing: border-box;
}

.property_form .form_table th.required {
  padding-right: 70px;
  position: relative;
}
.property_form .form_table th.required::after {
  content: "必須";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background: #c6b589;
  padding: 2px 10px;
  box-sizing: border-box;
}



.property_form .form_table td input[type="text"],
.property_form .form_table td textarea {
  width: 100%;
  box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.property_form .property_submit_button {
  background: #232323;
    border-radius: 50px;
    margin-top: 30px;
}
.property_form .property_submit_button button,
.property_form .property_submit_button input {
  border: none;
  background: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding: 15px 10px;
    
}

.property_list {
    display: flex;
    flex-direction: column; 
}
.property_list .p_block {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.property_list .p_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.property_list .p_block .thum_img { width: 100%; height: 210px; margin: 0 auto 20px;}
.property_list .p_block .thum_img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}
.property_list .p_block .info_text .p_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.property_list .p_block .info_text table {
    width: 98%;
    margin: 0 auto;
}
.property_list .p_block .info_text table tr th,
.property_list .p_block .info_text table tr td {
    border-bottom: 1px solid #d2d2d2;
    padding: 6px 0;
}
.property_list .info_text table tr th {
    font-weight: 700;
}

@media screen and (min-width: 1025px) {
    .property_contents {
        position: relative;
    }
    #property_main {
        max-width: 1300px;
        padding-left: 16.9231%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    #property_main .property_list {
        flex-direction:row; 
        flex-wrap: wrap;
    }
    #property_main .property_list .p_block {
        width: 48%;
        margin-bottom: 70px;
    }
    #property_main .property_list .p_block:nth-child(2n) { margin-left: 4%;}
    
    #property_main .property_list .p_block .thum_img {
        height: 390px;
        margin: 0 auto 40px;
        overflow: hidden;
        border-radius: 10px;
    }
    #property_main .property_list .p_block .thum_img img {
        height: 390px;
        transition:1s all;
    }
    #property_main .property_list .p_block:hover .thum_img img {   transform:scale(1.1,1.1); transition:1s all;}
    
    #property_main .property_list .p_block .info_text .p_name {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    #property_main .property_list .p_block .info_text table {
        width: 86%;
    }
    
    
    #property_search  {
        width: 20%;
        height: auto;;
        max-width: 355px;
        position: absolute;
        top: 0;
        left: 5%;
    }
    #property_search .property_side dl {
        margin-bottom: 20px;
    }
    #property_search .property_side dt {
        margin-bottom: 5px;
        line-height: 1.2;
    }
    
    #property_search .property_side dd ul li {
        font-size: 16px;
        width: 50%;
        line-height: 1.6;
    }
    #property_search .property_side .shubetsu ul {
        display: block;
    }
    #property_search .property_side .shubetsu ul li { width: 100%;}
    
/*詳細*/
    .property_name {
        flex-direction:row;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }
    .property_name .status { margin-bottom: 0px;}
    .property_name .status span {
        font-size: 16px;
        padding: 6px 20px;
    }
    .property_name .ttl_pt01 { font-size: 34px; margin-bottom: 0;}

    .property_details_blc {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .property_details_blc .property_detail {
        width: 48%;
    }
    .property_details_blc .property_detail table { width: 100%;}
    
    .property_details_img {
        width: 45%;
        height: 330px;
        margin-bottom: 0px;
    }
    .property_details_img li {
        width: 100%;
        height: 330px;
    }
    
    #property_wrapper .ttl_pt02 { font-size: 40px; margin-bottom: 50px;}
    
    .property_point { overflow: hidden; margin-bottom: 80px;}
    .commnet_block { width: 52%; float: right;}
    
    .property_point table th, .property_point table td,
    .property_detail table th, .property_detail table td { padding: 15px 0; box-sizing: border-box;}
 
    .property_point table { width: 42%; float: left; margin-bottom: 0;}
    .property_point table th { width: 30%; }
    .property_point table td { width: 70%;}
    
    .property_detail { display: flex; justify-content: space-between; align-items: flex-start;}
    .property_detail table { width: 48%; margin-bottom: 0;}
    .property_detail table th { width: 25%;}
    .property_detail table td { width: 65%;}
    
    
/*問い合わせフォーム*/
    
    .property_form {
        padding: 60px 80px;
    }

    .property_form_ttl {
        font-size: 48px;
        margin-bottom: 40px;
    }


    .property_form .form_table th,
    .property_form .form_table td {
        display: table-cell;
        box-sizing: border-box;
    }

    .property_form .form_table td {
        width: 60%;
        padding: 15px 0;
    }
    .property_form .form_table tr {
        display: table-row;
    }
    
    .property_form .form_table th {
        width: 40%;
        padding: 15px 0;
    }
    .property_form .form_table th span { font-size: 14px;}
    .property_form .form_table th.required::after {
        top: 50%;
        transform: translateY(-50%);
        right: 70px;
    }


    .property_form .property_submit_button {
        width: 350px;
        margin: 50px auto 0;
    }

    .property_form .form_table .method {
        display: flex;
    }
    .property_form .form_table .method li { margin-right: 15px;}
    

    
    .property_list {
        flex-direction:row; 
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .property_list .p_block {
        width: 30%;
    }
    
    .property_list .p_block .thum_img {
        height: 260px;
        margin: 0 auto 30px;
        overflow: hidden;
        border-radius: 10px;
    }
    .property_list .p_block .thum_img img {
        height: 260px;
        transition:1s all;
    }
   .property_list .p_block:hover .thum_img img {   transform:scale(1.1,1.1); transition:1s all;}
    
    .property_list .p_block .info_text .p_name {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .property_list .p_block .info_text table {
        width: 100%;
    }
    .property_list .p_block .info_text table th,
    .property_list .p_block .info_text table td {
        font-size: 14px;
    }
    
    
}

/* ======================================================

   11. 販売中・実績・施工中物件

========================================================= */
.property_map {
    width: 100%;
    height: 310px;
    background: #ccc;
}

@media screen and (min-width: 1025px) {
    .property_map {
        height: 560px;
    }
    
}