@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　property
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* property
-----------------------------------------------------------------*/
.property{
  padding: 180px 0;  
}
.property .inner{
  position: relative;
  display: flex;
  align-items: flex-start;
}
.property-nav-area{
  position: sticky;
  top: 100px;
  width: 17.5%;
  padding-right: 20px;
}
.property-nav-area h3{
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 1.5;
}
.area-list li:nth-child(n+2){
  margin-top: 5px;  
}
input[type="radio"]{
  opacity: 0;  
}
input[type="radio"]+label{
	position: relative;
  display: inline-block;
	padding-left: 4px;
  margin-right: 20px;
	font-size: 1.6rem;
  line-height: 1.6;
	cursor: pointer;	
}
input[type="radio"]+label:before{
  display: block;
  position: absolute;
  left: -21px;
  top:5px;
  content: "";
  border: 1px solid var(--gold);
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#FFF;	
}
input[type="radio"]:checked+label:after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  left: -17px;
  top: 9px;
  background-color: var(--gold);
  border-radius: 50%;
}
.property-cont-area{
  width: 82.5%; 
}
.property .property-main{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--grey);  
}
.property .property-main .pic a{
  display: inline-block;
  overflow: hidden;  
}
.property .property-main .pic img{
  transition: .5s;  
}
.property .property-main .pic a:hover img{
  transform: scale(1.05);  
}
.property .property-main .txt-area{
  max-width: 340px;
  width: 45%;
  margin-left: 30px;
}
.property .property-main h2{
  margin-bottom: 30px;
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 1.6;
}
.property .property-main .txt{
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: .3em;
}
.property .property-main .txt-access{
	margin-bottom: 35px;
	font-size: 1.4rem;
}
.property .property-main .txt-access .location{
	display: block;
	width: fit-content;
	margin-top: 5px;
	padding: 3px 15px 5px;
	border-radius: 100vmax;
	background: var(--dark);
	color: var(--light);
	font-size: 1.2rem;
}
.property .property-main .btn-list{
	display: flex;
}
.property .property-main .btn-list li{
	width: 32.5%;
	margin-right: 1.25%;
}
.property .property-main .btn-list li:last-child{
	margin-right: 0;
}
.property .property-main .btn-list li.hide{
	display: none;
}
.property .property-main .btn-list a{
	height: 48px;
	font-size: 1.2rem;
}
.property .property-main .btn-list a span{
	padding: 0 10px;
}
.property .property-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--grey);    
}
.property .property-list li{
  max-width: 480px;
  width: calc(50% - 10px); 
}
.property .property-list li:nth-child(n+3){
  margin-top: 50px;  
}
.property .property-list .pic a{
  display: inline-block;
  overflow: hidden;  
}
.property .property-list .pic img{
  transition: .5s;  
}
.property .property-list .pic a:hover img{
  transform: scale(1.05);  
}
.property .property-list h3{
  margin: 15px 0px 10px;
  font-size: 1.8rem;
  letter-spacing: .2em;
  line-height: 1.6;
}
.property .property-list .txt{
  margin-bottom: 20px;
  font-size: 1.4rem;
  letter-spacing: .3em;
  line-height: 1.6;  
}

















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* property
-----------------------------------------------------------------*/
  .property{
    padding: 60px 0;  
  }
  .property .inner{
    display: block;
  }
  .property-nav-area{
    position: static;
    width: auto;
    padding-right:0;
    margin-bottom: 30px;
  }
  .property-nav-area h3{
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .area-list{
    display:flex;
		flex-wrap: wrap;  
  }
  .area-list li{
    margin: 0 0 5px 0;  
  }
	.area-list li:nth-child(n+2){
		margin-top: 0;
	}
  input[type="radio"]+label{
		margin-right: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .property-cont-area{
    width: auto; 
  }
  .property .property-main{
    display: block;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .property .property-main .pic a:hover img{
    transform: scale(1);  
  }
  .property .property-main .txt-area{
    max-width: none;
    width: auto;
    margin: 10px 0 0;
  }
  .property .property-main h2{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .property .property-main .txt{
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
	.property .property-main .txt-access{
		margin-bottom: 25px;
		font-size: 1.2rem;
	}
	.property .property-main .txt-access .location{
		padding: 3px 10px 4px;
		font-size: 1rem;
	}
  .property .property-list{
    padding-bottom: 30px;  
  }
  .property .property-list li{
    width: calc(50% - 5px); 
  }
  .property .property-list li:nth-child(n+3){
    margin-top: 30px;  
  }
  .property .property-list .pic a:hover img{
    transform: scale(1);  
  }
  .property .property-list h3{
    margin: 5px 0px 10px;
    font-size: 1.4rem;
  }
  .property .property-list .txt{
    margin-bottom: 15px;
    font-size: 1.2rem;
    letter-spacing: .2em; 
  }




}