@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　search
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background-image:url(../image/bg_ttl_pc.jpg);  
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* sec-search
-----------------------------------------------------------------*/
.sec-search{
  padding: 40px 0;
  background: #EFEFEF;  
}
.search-box{
  padding: 28px 30px 28px 0;  
}
.search-box h2{
  position: relative;
  width: 11.8%;
  line-height:58px;
  font-size: 1.8rem;
  text-align:center;  
}
.search-box h2::after{
  position: absolute;
  right: 0;
  top: -28px;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 56px);  
  background: #EFEFEF;
}
.search-box .btn-list{
  /*width: 47.7%; */
  width: 100%; 
}
.search-box .btn-list li {
	max-width: 420px;
  width: 50%;
}
.user-input {
	width: 35.73%;
}

.sec-search .search-result{
  width: 46%;
  height: 60px;
  line-height: 58px;
  font-size: 2.8rem;
}

.btn-base._black a::after{
	right: 7%;
	top: 50%;
	transform: translateY(-45%);
	width: 7px;
	height: 26px;
	background: url(../../common/image/ico_arw_down_w.svg) no-repeat;
  background-size: auto 100%;
}
.btn-base._black a:hover::after{
  transform: translateY(-30%); 
}


/* sec-area
-----------------------------------------------------------------*/
.sec-area h2{
	margin-bottom: 50px;	
}

.property-list{
  width: 100%;  
}
.property-list li{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 65px 5.5% 60px;
  background: #F9F9F9;
}
.property-list li+li{
  margin-top: 75px;  
}
.property-list .new::after{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 86px;
  height: 86px;
  background:url(../../image/ico_pickup_new.svg) no-repeat;
  background-size: 100% auto;  
}
.property-list .pic-area{
  width: 48.5%;
}
.property-list .pic-area .pic{
  text-align: center;  
}
.property-list .txt-area{
  width: 46.16%;
}
.property-list .txt-area .property-hd{
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;  
}
.property-list .txt-area h3{
  margin-bottom: 15px;
  font-size: 3.5rem;  
  line-height:1.5;
  font-weight:normal;
}
.property-list .txt-area h3 .sold{
  display: inline-block;
  transform: translateY(-2px);
  vertical-align: middle;
  margin-left: 12px;
  padding: 2px 10px;
  background: #A2272D;  
  font-size: 2rem;
  color: #FFF;   
}
.property-list .txt-area .txt{
  font-size: 1.5rem;
  line-height: 2;  
}
.property-list .property-info div{
  display: flex;
  font-size: 1.2rem;
}
.property-list .property-info dt{
  width: 100px;
  flex-shrink: 0;  
}
.property-list .property-info div+div{
  margin-top: 5px;  
}

/* ボタン */
.property-list .btn-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;  
}
.property-list .btn-area.sp{
  display: none;  
}
.property-list .btn-area a{
  display: block;
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  transition: .3s;
}
.property-list .btn-area a:hover{
    opacity: .7;
}
.property-list .btn-area a span{
  padding: 0 21px;
  background: no-repeat right center;
  background-size:15px auto;  
}
.property-list .btn-detail a{
  color: #000;
  background: #FFF;
  border: 1px solid #C7C7C7;
}
.property-list .btn-detail a span{
  background-image:url(../../common/image/ico_blank_bk.svg);
}
.property-list .btn-request a{
  background: #00A3E9;
}
.property-list .btn-reserve a{
  background: #333;
}
.property-list .btn-request a span,
.property-list .btn-reserve a span{
  background-image:url(../../common/image/ico_blank_w.svg);
}
.property-list .btn-area p{
  width: 100%; 
}
.property-list ._col1 p{
  max-width: 268px;
  margin: 0 auto;  
}
.property-list ._col2 p{
  width: calc(50% - 5px);  
}
.property-list ._col3 p{
  width: calc((100% - 16px)/3);  
}

/* KansaiArea */
#KansaiArea,
.area-container1{
	padding: 95px 0 55px;	
}
/* CapitalArea */
#TokyoArea,
.area-container2{
	padding: 60px 0 150px;	
}








/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) { 
  .page-ttl{
    background-image:url(../image/bg_ttl_sp.jpg);  
  }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* sec-search
-----------------------------------------------------------------*/
  .sec-search{
    padding: 25px 0;
  }
  .search-box{
    /*padding: 20px 15px;*/
    padding: 0 15px; 
  }
  .search-box h2{
    width: 100%;
    margin-bottom: 15px;
    line-height:1.5;
    font-size: 1.8rem; 
  }
  .search-box h2::after{
    display:none;
  }
  .search-box .btn-list{
    width: 100%;  
  }
  .search-box .btn-list li {
    width: calc(25% - 4px);
  }
  .user-input {
    width: 100%;
  }
  
  .sec-search .search-result{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 1.4rem;
    text-align:center;
  }
  .btn-base._black a::after{
    width: 5px;
    height: 20px;
  }

/* sec-area
-----------------------------------------------------------------*/
  .sec-area h2{
    margin-bottom: 18px;	
  }
  
  .property-list{
    width: 100%;  
  }
  .property-list li{
    display: block;
    padding: 22px 16px 25px;
  }
  .property-list li+li{
    margin-top: 30px;  
  }  
  .property-list .new::after{
    width: 50px;
    height: 50px;
    background-size: 100% auto; 
  }
  .property-list .pic-area{
    width: 100%;
    margin-bottom: 15px;
  }
  .property-list .txt-area{
    width: 100%;
  }
  .property-list .txt-area .property-hd{
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .property-list .txt-area h3{
    margin-bottom: 5px;
    font-size: 2rem;  
  }
  .property-list .txt-area h3 .sold{
    margin-left: 10px;
    padding: 1px 7px;
    transform: translateY(-3px);
    font-size: 1.7rem;   
  }
  .property-list .txt-area .txt{
    font-size: 1.4rem; 
  }
  .property-list .property-info dt{
    flex-shrink: 0;
    width: 70px;  
  }

/* ボタン */
  .property-list .btn-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;  
  }
  .property-list .btn-area.sp{
    display: flex;  
  }
  .property-list .btn-area.pc{
    display:none; 
  }
  .property-list ._col1 p{
    max-width: 100%;
  }
  .property-list ._col2 p{
    width: 100%;  
  }
  .property-list ._col2 p+p{
    margin-top: 10px; 
  }
  .property-list ._col3 p+p{
    margin-top: 10px;
    width: calc(50% - 4px);  
  }
  .property-list ._col3 p:first-of-type{
    width: 100%;
  }

/* KansaiArea */
  #KansaiArea,
  .area-container {
    padding: 40px 0 10px;	
  }


/* CapitalArea */
  #TokyoArea,
  .area-container2 {
    padding: 40px 0;	
  }




}