@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　design
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* design
-----------------------------------------------------------------*/
.design{
  padding: 0 0 160px;   
}
.design h2{
	margin-bottom: 100px;
}

.design .feature{
	margin-bottom: 120px;	
}
.design .feature .txt-lead{
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.5;
}
.design .feature-list li:nth-child(n+2){
	margin-top: 75px;
}
.design .feature-list h3{
	margin-top: 15px;
	color: #99811E;
	font-size: 2rem;
	line-height: 1.5;
}
.design .feature-list .txt{
	margin-top: 15px;
	line-height: 1.6;
}


h3.ttl-landplan{
	margin-bottom: 45px;
	font-size: 2.5rem;
	letter-spacing: .1em;
	text-align: center
}
.design-tab-nav{
	display: flex;
}
.design-tab-nav li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 85px;
	background: #212020;
	font-size: 1.8rem;
	transition: .3s;
	cursor: pointer;
}
.design-tab-nav li:hover{
	opacity: .7;
}
.design-tab-nav li.current{
	background: #99811e;	
}
.design-tab-nav li::after{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	display: block;
	width: 38px;
	height: 38px;
	content: "";
	background:url(../img/common/arw_btn_circle_w.svg) no-repeat;
	background-size: 100% auto;
}
.design-tab-nav li.off{
	pointer-events: none;
}
.design .tab-contents{
	padding: 65px 5% 80px;
	background: #fff;
	color: #212020;
}


/* 外観 --------------------------------------------*/

.tab01{
	display: none;
}





/* ランドプラン ------------------------------------*/

.tab02 .txt-lead{
	margin-bottom: 40px;
	line-height: 2;
	text-align: center;
	font-size: 1.8rem;
}
.tab02 .pic-landplan{
	margin-bottom: 40px;	
}
.tab02 .separeted-design{
	position: relative;
	margin-bottom: 70px;
	padding: 30px 20px;
	border: 1px solid #99811e;
	text-align: center;
}
.tab02 .separeted-design h3{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #99811e;
}
.tab02 .separeted-design h3 span{
	padding: 0 20px;
	background: #fff;
}
.tab02 .separeted-design p{
	font-size: 1.6rem;
	line-height: 2;
}
.tab02 .point-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.tab02 .point-list li{
	position: relative;
	width: 22.2%;
	padding-bottom: 130px;
}
.tab02 .point-list li:nth-child(4),
.tab02 .point-list li:nth-child(8){
	width: 26.6%;
}
.tab02 .point-list li:nth-child(n+5){
	margin-top: 40px;
}
.tab02 .point-list h3{
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.tab02 .point-list h3 .num{
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background: #212020;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 18px
}
.tab02 .point-list h3 .ttl{
	transform: translateY(-2px);
	color: #99811e;
	line-height: 1.4;
	font-size: 1.6rem;
}
.tab02 .point-list .txt{
	font-size: 1.4rem;
	text-align: justify;
}
.tab02 .point-list li .thumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.tab02 .flora{
	display: flex;
	justify-content: space-between;
}
.tab02 .flora .txt-area{
	width: 50%;
}
.tab02 .flora .txt-area h3{
	margin-bottom: 12px;
	font-size: 1.6rem;
	color: #99811e;
}
.tab02 .flora .txt-area .txt{
	font-size: 1.4rem;
}
.tab02 .flora ul{
	display: flex;
	justify-content:space-between;
	width: 47.7%;
}
.tab02 .flora ul li{
	width: 23.25%;
}
.design .btn-cv{
	margin-top: 150px;
}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


  .design{
    padding: 0 0 60px;   
  }
	.design h2{
		margin-bottom: 60px;
	}
	
	.design .feature{
		margin-bottom: 60px;	
	}
	.design .feature .txt-lead{
		margin-bottom: 30px;
		font-size: 1.8rem;
		line-height: 2;
	}
	.design .feature-list li:nth-child(n+2){
		margin-top: 35px;
	}
	.design .feature-list .pic{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.design .feature-list h3{
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.design .feature-list .txt{
		margin-top: 10px;
		font-size: 1.4rem;
	}
	
	h3.ttl-landplan{
		margin-bottom: 25px;
		font-size: 2rem;
	}
	.design-tab-nav li{
		height: 50px;
		font-size: 1.5rem;
	}
	.design-tab-nav li:hover{
		opacity: 1;
	}
	.design-tab-nav li.current{
		background: #99811e;	
	}
	.design-tab-nav li::after{
		right: 10px;
		display: block;
		width: 26px;
		height: 26px;
	}
	.design-tab-nav li.off{
		pointer-events: none;
	}
	.design .tab-contents{
		padding: 50px 20px 60px;
	}


/* 外観 --------------------------------------------*/




/* ランドプラン ------------------------------------*/

	.tab02 .txt-lead{
		margin-bottom: 25px;
	}
	.tab02 .pic-landplan{
		margin-bottom: 35px;	
	}
	.tab02 .separeted-design{
		position: relative;
		margin-bottom: 55px;
		padding: 25px 15px;
	}
	.tab02 .separeted-design h3 span{
		padding: 0 10px;
	}
	.tab02 .separeted-design p{
		font-size: 1.4rem;
		line-height: 2;
	}
	.tab02 .point-list{
		margin-bottom: 35px;
	}
	.tab02 .point-list li{
		width: 48.5%;
		padding-bottom: 25vw;
	}
	.tab02 .point-list li:nth-child(4),
	.tab02 .point-list li:nth-child(8){
		width: 48.5%;
	}
	.tab02 .point-list li:nth-child(n+3){
		margin-top: 30px;
	}
	.tab02 .point-list h3{
		margin-bottom: 10px;
	}
	.tab02 .point-list h3 .ttl{
		transform: translateY(-2px);
		font-size: 1.5rem;
	}
	.tab02 .point-list .txt{
		line-height: 1.5;
	}
	.tab02 .flora{
		display: block;
	}
	.tab02 .flora .txt-area{
		width: 100%;
		margin-bottom: 10px;
	}
	.tab02 .flora ul{
		width: 100%;
	}
	.design .btn-cv{
		margin-top: 60px;
	}


}