@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  townscape.css
// style info :  スタイル指定
=================================================================== */

#kvWrap h2{background: none;z-index: 2;}

.con_inner{padding: 50px 0;}
.con_inner_wrap{ width: 100%; max-width: 1300px; /*background: #fff;*/ margin: 0 auto; padding: 0 15px; overflow: hidden;}

#captionArea{ margin-top: 50px!important;}

@media screen and (max-width:1300px) {
	.con_inner_wrap{ width: 95%;}
}

@media screen and (max-width:767px) {
	/*.con_inner_wrap{ width: 90%;}*/
}
@media screen and (max-width:640px) {
	.con_inner{padding: 0 0 50px;}
	.con_inner:first-child{ padding-top: 50px;}
	.con_inner_wrap{ padding: 25px;}
}


/*  common
--------------------------------------------------*/

.sp-bl,.sp-il,.tablet-bl { display:none; }
.opa { transition: 0.3s ease-in-out; }
.opa:hover { opacity: 0.85; }
.opa1 { opacity: 1 !important; }
.w100 { width: 100% !important; }
.h100 { height: 100% !important; }
.none { display: none !important }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.inner {
	width:95%;
	max-width:1100px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
@media screen and (max-width:991px) {
.inner { max-width:680px; }
}
@media screen and (max-width:767px) {
.pc { display:none !important; }
.sp-bl { display:block; }
.sp-il { display:inline; }
.inner { width:100%; max-width:560px; }
}


.contents-property-innerWrap{ }
.contents-property-innerWrap section#topCnt,
.contents-property-innerWrap section#design,
.contents-property-innerWrap section#thumbnail_slider_sec,
.contents-property-innerWrap section#original,
.contents-property-innerWrap section#field,
.contents-property-innerWrap section#birth{margin: 0;}

#topCnt h2,
#thumbnail_slider_sec h2,
#design h2,
#original h2,
#field h2,
#birth h2,
#readjustment h2{ margin-bottom: 50px;}

@media screen and (max-width: 767px){
	#topCnt h2,
	#thumbnail_slider_sec h2,
	#design h2,
	#original h2,
	#field h2,
	#birth h2,
	#readjustment h2{ margin-bottom: 30px;}
}

.contents-property-innerWrap figure figcaption{
	/*opacity: .5;*/
	position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    padding: 5px 7px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px){
	.contents-property-innerWrap figure figcaption{
		font-size: 10px;
	}
}


/*btn*/
.a-btn{
	width: 332px;
	margin: 0 auto;   
}
.a-btn a{
	display: block;
	background-color: #76a633;
	font-size: 18px;
	line-height: 1;
	padding: 18px 0 18px;
	border-radius: 20px;
	text-align: center;	
	transition: .3s all ease-in-out;
	color: #fff;
}
.a-btn.long a{
	letter-spacing: -0.08em;
}
	.a-btn a:hover {
	    box-shadow: 0 3px 10px rgba(0,0,0,.2);
	    transform: translateY(-5px);
	}

@media screen and (max-width: 767px){
	.a-btn{
		width: 100%;
		max-width: 260px;
	}
		.a-btn a{
			font-size: 14px;
			padding: 12px 0 12px;
		}
}


@media screen and (max-width: 767px){
	#townscapePage #kvWrap {
	    /*background: url(../../../img/pages/townscape/kv.jpg) left -150px center;*/
		background: url(../../../img/pages/townscape/kv.jpg) right -100px center;
	    background-size: cover;
	}
}


/*  .tabWrap
--------------------------------------------------*/


.tabWrap{
	   padding-top: 180px;
    margin-top: -180px;
}
	.tabWrap li{
		width: 50%;
		float: left;
		background-color: #efebe6;
		position: relative;
		line-height: 120px;
		text-align: center;
		color: #fff;
		font-size: 36px;
		cursor: pointer;
	}
	.tabWrap li.active{
		background-color: #b09b82;
		pointer-events: none;
	}
		.tabWrap li a{
			display: block;
			color: #b09b82;	
		}
.tabWrap li a{
			display: block;
			color: #b09b82;	
		}


		.tabWrap li .tab{
			max-width: 750px;
			margin-left: auto;
			position: relative;
		}
	.tabWrap li .tab span#icon{
	   position: absolute;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    background: #60c14e;
    padding: 2px 10px;
		
		 top: 38%;
    right: auto;
    margin-left: 10px;
		}
.tabWrap li .tab span#icon:before{
	content: ' ';
	display: inline-block;
	width:18px;
	height: 14px;
	background: url("../../../img/pages/townscape/tabNav_icon.png") left  center no-repeat;
	background-size: cover;
}
		.tabWrap li + li .tab{
			margin-left: 0;
			margin-right: auto;	
		}

			.tabWrap li.active .tab:after{
				content: "";
				position: absolute;
				bottom: -30px;
				left: 0;
				right: 0;
				margin: auto;
			    display: inline-block;
			    width: 0;
			    height: 0;
			    border-style: solid;
			    border-width: 50px 40px 0 40px;
			    border-color: #b09b82 transparent transparent transparent;
			}
@media screen and (max-width: 767px){
	.tabWrap li{
		line-height: 70px;
		font-size: 22px;
	}
	.tabWrap li.active .tab:after {
	    bottom: -18px;
	    border-width: 20px 16px 0 16px;
	}
	.tabWrap li .tab span#icon{top: 0;right: 0;font-size: 12px;padding: 0px 5px;}
	.tabWrap li .tab span#icon:before{
	content: ' ';
	display: inline-block;
	width:12px;
	height: 10px;
	background: url("../../../img/pages/townscape/tabNav_icon.png") left  center no-repeat;
	background-size: cover;
}
}


/*
============================================================================
街づくり
============================================================================
*/






/*  #topTips
--------------------------------------------------*/


#topTips{
	text-align: center;
	margin-bottom: 80px;
}
	#topTips .ttl{
		text-align: center;
		margin-bottom: 20px;
	}
	#topTips .desc{
		font-size: 18px;
		text-align: center;
		line-height: 1.75;
	}
	#topTips .desc + .desc{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#topTips .logo{
		width: 230px;
		margin: 0 auto;
	}

@media screen and (max-width: 767px){
	#topTips{
		margin-bottom: 50px;
	}
		#topTips .desc{
			font-size: 16px;
		}
		#topTips .desc + .desc{
			margin-top: 10px;
			margin-bottom: 30px;
		}
}



/*  #calm
--------------------------------------------------*/


#calm{
	margin-top: 80px;
	padding: 100px 0;
	position: relative;
}
	#calm:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 66.6667%;
		height: 82.5%;
		background-color: #f3f8f0;
		z-index: -1;	
	}
	#calm .boxWrap{
		max-width: 1500px;
		margin: 0 auto 80px;
	}
		#calm .boxWrap .box{
			max-width: 1300px;
			width: 95%;
			margin-left: auto;
		}
			#calm .boxWrap .box .txtBox{
				max-width: 550px;
				width: 42.3076%;
				float: left;
				padding-top: 110px;
				box-sizing: border-box;
				padding-right: 3%;
			}
				#calm .boxWrap .box .txtBox .ttl{
					font-size: 30px;
					line-height: 1.94;
					margin-bottom: 15px;
					text-align: left;
				}
				#calm .boxWrap .box .txtBox .desc{
					font-size: 18px;
					line-height: 1.97;
				}
			#calm .boxWrap .box figure{
				max-width: 750px;
				width: 57.6923%;
				float: right;
			}
	#calm .table{
		margin-bottom: 0;
	}		

@media screen and (max-width: 991px){
	#calm {
	    margin-top: 50px;
	    padding: 60px 0;
	    position: relative;
	}
		#calm .boxWrap{
			margin: 0 auto 50px;
		}
			#calm .boxWrap .box{
				max-width: 680px;
				margin-right: auto;
			}
				#calm .boxWrap .box .txtBox{
					max-width: 680px;
					width: 100%;
					float: none;
					padding-top: 0;
					padding-right: 0;
					margin-bottom: 30px;
				}
					#calm .boxWrap .box .txtBox .ttl{
						font-size: 24px;
						text-align: center;
						line-height: 1.75;
					}
				#calm .boxWrap .box figure{
					max-width: 680px;
					width: 100%;
					float: none;
				}
}
@media screen and (max-width: 991px){
	#calm {
	    padding: 40px 0 0px;
	    margin-bottom: 60px;
	}
		#calm:before{
			height: 90%;	
		}
		#calm .boxWrap{
			margin: 0 auto 30px;
		}
			#calm .boxWrap .box{
				width: 87.5%;
			}
				#calm .boxWrap .box .txtBox .desc{
					font-size: 16px;
				}
}
@media screen and (max-width: 767px){
		#calm:before{
			height: 95%;	
		}
}


/*  #development
--------------------------------------------------*/

#development{
	background: url(../../../img/pages/townscape/bg_development.jpg) no-repeat center center/cover;
	padding: 50px 0;
}
	#development figure{
		max-width: 444px;
		width: 40.3636%;
		float: right;
	}
	#development .txtBox{
		max-width: 610px;
		width: 55.4545%;
		float: left;
		padding-top: 80px;
	}
		#development .txtBox .ttl{
			font-size: 30px;
			line-height: 1.94;
			text-align: left;
			margin-bottom: 10px;
		}
		#development .txtBox .desc{
			font-size: 18px;
			line-height: 1.75;
		}
@media screen and (max-width: 991px){
	#development figure{
		max-width: 444px;
		width: 100%;
		float: none;
		margin: 0 auto 40px;
	}
	#development .txtBox{
		max-width: 680px;
		width: 100%;
		float: none;
		padding-top: 0;
		margin-bottom: 30px;
	}
	#development .txtBox .ttl{
		font-size: 24px;
		line-height: 1.75;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	#development {
	    padding: 40px 0 30px;
	    margin-top: 70px;
	}
		#development figure{
			margin-bottom: 10px;
		}
		#development .txtBox .desc{
			font-size: 16px;
		}
}


/*  #birth
--------------------------------------------------*/

#birth{
	margin-bottom: 70px;
	background: #f5f5f5;
}
	#birth .ttl{
		margin-bottom: 50px;
	}
	#birth .movieBox_line{padding: 10px; margin-top: 100px;}
	#birth .movieBox{
		position: relative;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding-top: 100px;
		padding-bottom: 65px;
		background: #fff;
	}
#birth .movieBox:before{
	content: ''; position: absolute;top: 0;left: 50%;transform: translate(-50%,-50%);width: 1px;height: 120px;
	background: #999;
}
		#birth .movieBox h3{
			margin-bottom: 20px;
			font-size: 32px;
			font-weight: 700;
			letter-spacing: 0.12em;
			line-height: 1.6;
		}
		#birth .movieBox .movie{
			max-width: 800px !important;
			width: 95%;
			margin: 0 auto;
		}
		#birth .movieBox .movie iframe{
			width:100%!important;
			height:auto!important;
			aspect-ratio: 1 / .5625;
		}



@media screen and (max-width: 767px){
	#birth .con_inner_wrap{ padding: 0 0;}
	
	#birth{
		margin-bottom: 50px;
	}
		#birth .ttl{
			margin-bottom: 30px;
			padding: 0 25px;
		}
	#readjustment .tips .desc{ padding: 0 25px;}
	
	#birth .movieBox_line{padding:0;margin-top: 60px;}
		#birth .movieBox{
			max-width: 680px;
			width: 100%;
			padding-top: 60px;
			padding-bottom: 40px;
			margin-bottom: 0;
		}
	#birth .movieBox:before{
		height: 60px;
	}
			#birth .movieBox h3{
				font-size: 18px;
			}
			#birth .movieBox .movie{
				width: 87.5%;
			}
	
	#birth .movieBox{ max-width: 100%;}
}





/*  #readjustment
--------------------------------------------------*/

#readjustment{
    margin-bottom: 0;
	margin-top: 0;
}
#readjustment .tips{}
	#readjustment .tips .ttl{
		margin-bottom: 30px;
		font-size: 40px;
			font-weight: 500;
			letter-spacing: 0.12em;
			line-height: 1.5;
	}
	#readjustment .tips .desc{
		text-align: center;
	}
	#readjustment .become{
		border: solid 1px #76a633;
		padding: 0 49px 50px;
		box-sizing: border-box;
	}
		#readjustment .become h4{
			text-align: center;
			line-height: 1;
			position: relative;
			margin-top: -20px;
			margin-bottom: 60px;
			font-size: 30px;
		}
			#readjustment .become h4 span{
				background-color: #fff;
				padding: 0 35px;
				position: relative;
				padding-bottom: 20px;
			}
				#readjustment .become h4 span:after{
					content: "";
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto;
					width: calc(100% - 70px);
					height: 1px;
					background-color: #76a633;
				}
		#readjustment .become h5{
				font-size: 28px;
				margin-bottom: 18px;
				line-height: 1.5;
			}
			#readjustment .become .desc{
				font-size: 18px;
				line-height: 1.75;
				margin-bottom: 22px;
			}

	/* #become1 */
	#readjustment #become1{
		margin-bottom: 120px;
	}
	#readjustment #become1 li{
		/*width: 45%;*/
		/*float: left;*/
		padding: 25px 0 30px;
		width: 100%;
	}
	#readjustment #become1 li + li{
		/*width: 50%;*/
		width: 100%;
		/*float: right;*/
		background-color: #f3f8f0;
	    padding: 30px 42px 50px;
	    margin-top: 50px;
	}
		#readjustment #become1 li h5{
			text-align: center;
		}
		#readjustment #become1 li p{
			text-align: center;
		}
		#readjustment #become1 li figure{
			position: relative;
		}
		#readjustment #become1 li + li figure{
			max-width: 410px;
			margin-left: auto;
			margin-right: auto;
		}
			#readjustment #become1 li img{
		    	width: 100%;
			}
	#readjustment .yurigaoka{
		margin-top: 60px;
	}
		#readjustment .yurigaoka h5,
		#readjustment .yurigaoka .desc{
			text-align: center;
		}
		#readjustment .yurigaoka .desc{
			margin-bottom: 25px;
		}
			#readjustment .yurigaoka figure{
				width: 50%;
				float: left;
			}
				#readjustment .yurigaoka figure img{
					vertical-align: bottom;
				}


	/* #become2 */		


	#readjustment #become2 .catch{
		font-size: 24px;
		text-align: center;
		line-height: 1.8;
		margin-bottom: 30px;
	}
		#readjustment #become2 .catch span{
			font-size: 10px;
			vertical-align: top;
		}
	#readjustment #become2 .catchDesc{
		text-align: center;
		font-size: 16px;
		line-height: 2;
		margin-bottom: 30px;
	}
		#readjustment #become2 ul{
			margin-bottom: 20px;
			font-size: 0;
		}
			#readjustment #become2 li{
				max-width: 485px;
				width: 48.5%;
			}
			#readjustment #become2 li:nth-child(1){
				max-width: 100%;
				width: 100%;
				margin-bottom: 30px;
			}
			#readjustment #become2 li:nth-child(2){
				display: inline-block;
			}
			#readjustment #become2 li:nth-child(3){
				display: inline-block;
				margin-left: 3%;
			}
			#readjustment #become2 li:nth-child(4){
				max-width: 100%;
				width: 100%;
				margin-top: 30px;
				position: relative;
			}
				#readjustment #become2 li:nth-child(4) .pr {
				    top: 30px;
				    z-index: 100;
				    width: 35%;
				    margin: 0 1%;
				}
				#readjustment #become2 li img{
					width: 100%;
				}
	#readjustment #become2 .caption{
		margin-bottom: 30px;
	}			
@media screen and (max-width: 991px){
	#readjustment .tips .ttl{
		font-size: 18px;
		margin-bottom: 15px;
	}
	/* #become1 */
	#readjustment #become1{
	}
	#readjustment #become1 li{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	    padding: 25px 42px 30px;
	}
}

@media screen and (max-width: 767px){
	#readjustment {
	    margin-top: 30px;
	    margin-bottom: 0;
	}
		#readjustment .tips{
			margin-bottom: 0;
		    padding: 0;
		}
			#readjustment .tips .ttl {
			}
			#readjustment .tips .desc{
				text-align: left;
			}
			#readjustment .become{
				padding: 0 20px 40px;
			}
				#readjustment .become h4{
					margin-top: -30px;
					margin-bottom: 40px;
					font-size: 22px;
				}
					#readjustment .become h4 span{
						padding: 0 10px;
					    padding-bottom: 10px;
					    text-align: center;
					    display: block;
					    line-height: 1.4;
					}
						#readjustment .become h4 span:after{
							width: 140px;
						}
				#readjustment .become h5 {
				    font-size: 21px;
				    margin-bottom: 15px;
				    text-align: center;
				}
				#readjustment .become .desc {
				    font-size: 16px;
				    margin-bottom: 15px;
				    text-align: left;
				}
			/* #become1 */
			#readjustment #become1{
				margin-bottom: 80px;
			}
				#readjustment #become1 li {
				    padding: 0;
				}
				#readjustment #become1 li + li {
				    padding: 30px 20px 40px;
				}
				#readjustment .yurigaoka{
					margin-top: 40px;
				}
					#readjustment .yurigaoka figure{
						width: 100%;
						float: none;
					}
			/* #become2 */		
			#readjustment #become2 .catch{
				font-size: 20px;
				line-height: 1.3;
				margin-bottom: 20px;
			}
				#readjustment #become2 .catch span{
					/*font-size: 30px;*/
				}
				#readjustment #become2 ul{
					margin-bottom: 30px;
				}
					#readjustment #become2 li{
						max-width: 680px;
						width: 100%;
						float: none;
					}
					#readjustment #become2 li:nth-child(1){
						margin-bottom: 20px;
					}
					#readjustment #become2 li:nth-child(2){
						display: block;
					}
					#readjustment #become2 li:nth-child(3){
						display: block;
						margin-left: auto;
						margin-top: 20px;
					}
					#readjustment #become2 li:nth-child(4){
						margin-top: 40px;
					}
						#readjustment #become2 li:nth-child(4) .pr {
						    top: 20px;
						    width: 98%;
						}
}

/*  #field
--------------------------------------------------*/

#field{
	margin-top: 0;
}
	#field h2{
		margin-bottom: 65px;
	}
	#field h2 span{font-size: 1.3em;}

	#field .mFigure{
		margin-bottom: 90px;
	}
	#field .contentWrap{
		position: relative;
	}
		/*#field .contentWrap:before{
			content: "";
			position: absolute;
			background-color: #f4f0f8;
			width: 66.6667%;
			height: 74%;
			top: 7.6%;
			right: 0;
		}*/
#field ul{
	display: flex;
  flex-wrap: wrap;
}
#field ul li{
	width: 50%;
	padding: 0 2%;
}
#field ul li:nth-child(n + 3){
	margin-top: 50px;
}
			#field ul li img{
				vertical-align: bottom;
			}
			#field ul li .ttl{
				font-size: 32px;
				font-weight: 700;
				text-align: center;
				line-height: 1.6;
				margin-bottom: 10px;
    			margin-top: 30px;
			}
				#field ul li .ttl span{
					font-size: 12px;
					vertical-align: top;
				}
			#field ul li .desc{}
				#field ul li .desc span{
					font-size: 14px;
					display: block;
				}
@media screen and (max-width: 991px){
	#field .contentWrap:before{
		height: 84%;
	}
	#field ul li{
		max-width: 680px;
		width: 100%;
		float: none;
	}
	#field ul li:nth-child(even){
		margin-left: auto;
	}
	#field ul li:nth-child(2){
		margin-top: 70px;
	}
	#field ul li:nth-child(n + 3){
		margin-top: 70px;
	}
	#field ul li:nth-child(2n + 1){
		clear: both;
	}
}

@media screen and (max-width: 767px){
	#field{
		margin-top: 0;
	}
	#field h2{
		margin-bottom: 30px;
	}
	#field .mFigure {
	    margin-bottom: 30px;
	}
		#field ul li:nth-child(2){
			margin-top: 40px;
		}
		#field ul li:nth-child(n + 3){
			margin-top: 40px;
		}
			#field ul li .ttl {
			    font-size: 18px;
			    line-height: 1.6;
			    margin-bottom: 10px;
			    margin-top: 20px;
			}
			#field ul li .desc{}
				#field ul li .desc span{
					font-size: 10px;
				}
}	

/*
============================================================================
街並み
============================================================================
*/

/*  #topCnt
--------------------------------------------------*/
#topCnt{/*margin-top: 110px;*/margin-top: 0;}
	#topCnt .boxWrap{
		max-width: 1100px;
		margin: 30px auto 80px;
	}
		#topCnt .boxWrap .box{
			width: 100%;
			margin:0 auto;
		}
			#topCnt .boxWrap .box .right{
				width: 52%;
				float: right;
			}
			#topCnt .boxWrap .box .left{
				width: 45%;
				float: left;
			}
				#topCnt .boxWrap .box .left .desc{
					font-size: 18px;
					line-height: 1.97;
					margin-bottom: 30px;
					letter-spacing: -0.5px;
				}
			
	#topCnt .pointWrap{

	}
		#topCnt .pointWrap li{
			width: 332px;
			width: 45%;
			float: left;
		}
		#topCnt .pointWrap li + li{
			margin-left: 52px;
		}
			#topCnt .pointWrap li .point{
				width: 137px;
				margin: 0 auto;
			}
			#topCnt .pointWrap li p{
				font-size: 21px;
				text-align: center;
			    line-height: 1.25;
    			padding: 30px 0 0;
			}
			/*#topCnt .pointWrap li:nth-child(3) p{
				line-height: 1.62;
				padding: 53px 0;
			}*/
				#topCnt .pointWrap li p span{
					font-size: 36px;
				}
#topCnt .contentWrap p.caption a{ border-bottom: 1px solid;}
#topCnt .contentWrap p.caption a:hover{ border-bottom:none;}

#topCnt .point_ttl{ padding: 50px 0;}
#topCnt .point_ttl h3{ margin-bottom: 0; color: #B0A691;}

#topCnt .pointWrap ul{ display: flex; justify-content: space-around; width:100%!important; max-width: 100%!important;}
#topCnt .pointWrap li{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 48%;}
#topCnt .pointWrap li + li{ margin-left:0;}
#topCnt .pointWrap li .point{ width: 20%;}
#topCnt .pointWrap li p{ width: 78%; text-align: left; padding: 0 0 0 10px; font-size: 20px;}
#topCnt .pointWrap li .point h4{
	font-size: 35px;
	color: #B0A691;
	text-align: center;
	position: relative;
	line-height: 1;
	font-family: 'Cinzel', serif;
	border-right: 1px solid;
	padding-right: 10px;}
#topCnt .pointWrap li .point h4 small{ font-size: 0.7em;}

@media screen and (max-width: 1200px){
	#topCnt .pointWrap ul{
		max-width: 716px;
	}
		#topCnt .pointWrap li:nth-child(3){
			width: 332px;
			float: none;
			margin-left: auto;
			margin-right: auto;
			padding-top: 60px;
			clear: both;
		}
}
@media screen and (max-width: 991px){
	#topCnt .boxWrap .box{
		max-width: 680px;
		margin-right: auto;
	}
		#topCnt .boxWrap .box .right{
			width: 100%;
			float: none;
			margin-bottom: 50px;
		}
		#topCnt .boxWrap .box .left{
			/*max-width: 680px;*/
			width: 100%;
			float: none;
			padding-top: 0;
		}
		#topCnt .pointWrap li p{
				font-size: 16px;
			}
	
	#topCnt .pointWrap li{ width: 100%; flex-direction: column;}
	#topCnt .pointWrap li .point h4{ padding: 0 0 10px 0; margin-bottom: 10px; border-bottom: 1px solid; border-right: none;}
	#topCnt .pointWrap li p{ width: 100%; text-align:center; }
		
}
@media screen and (max-width: 767px){
	#topCnt{ }
	#topCnt .contents-property-innerWrap section h2{ margin-bottom: 40px;}
	#topCnt .boxWrap{
		margin-bottom: 50px;
	}
		#topCnt .boxWrap .box{
			width: 87.5%;
		}
		#topCnt .boxWrap .box .right {
		    margin-bottom: 30px;
		    margin-top: 20px;
		}
			#topCnt .boxWrap .box .left .desc {
			    font-size: 16px;
			}
		#topCnt .pointWrap ul{
			max-width: 280px;
		}
			#topCnt .pointWrap li{
				width: 280px;
				float: none;
			}
			#topCnt .pointWrap li + li{
				margin-left: auto;
				margin-top: 20px;
			}
			#topCnt .pointWrap li:nth-child(3){
				width: 280px;
				padding-top: 0;
			}
				#topCnt .pointWrap li p{
					font-size: 17px;
					text-align: center;
				    line-height: 1.3;
	    			padding: 15px 0;
				}
				/*#topCnt .pointWrap li:nth-child(3) p{
					padding: 15px 0;
				}*/
					#topCnt .pointWrap li p span{
						font-size: 30px;
					}
	#topCnt .point_ttl h3{ font-size: 20px;}
	
	#topCnt .pointWrap li .point h4{ font-size: 25px;}

	#topCnt .point_ttl{ padding: 30px 0;}
	#topCnt .pointWrap ul{ flex-direction: column;}
	#topCnt .pointWrap li{ width: 100%; flex-direction: initial;}
	#topCnt .pointWrap li .point h4{ font-size: 20px; padding: 0 10px 0 0; border-bottom:none; }
	#topCnt .pointWrap li p{ width: 78%; text-align: left; border-left: 1px solid #B0A691; padding: 0 0 0 10px; font-size: 15px;}
}


/*  #thumbnail_slider_sec
--------------------------------------------------*/
#thumbnail_slider_sec {/*background: #f5f5f5;*/}
.thumbnail_slider_wrap{}

#thumbnail_slider_sec ul.thumbnail_slider{ position: relative;}
#thumbnail_slider_sec ul.thumbnail_slider li{font-size: 0; clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);}
#thumbnail_slider_sec ul.thumbnail_slider li figcaption{ background-color: rgba(0,0,0,0.5); bottom: 0; left: 0; right: initial;}
#thumbnail_slider_sec ul.thumbnail_img{ margin: 0 20px; position: relative;}
#thumbnail_slider_sec ul.thumbnail_img li{ padding: 20px 4px 0; opacity: 0.3; transition: opacity .3s linear;}
#thumbnail_slider_sec ul.thumbnail_img li.slick-current{ opacity: 1;}

#thumbnail_slider_sec ul.thumbnail_img .slick-prev:before,
#thumbnail_slider_sec ul.thumbnail_img .slick-next:before{
	content: "";
    position: absolute;
    z-index: 3;
    width: 35px;
    height: 50px;
    top: 50%;
    transform: translateY(-35%);}
#thumbnail_slider_sec ul.thumbnail_img .slick-prev:before{ background-image: url(../../../img/pages/concept/prevBtn.png)!important; left: -8px;}
#thumbnail_slider_sec ul.thumbnail_img .slick-next:before{ background-image: url(../../../img/pages/concept/nextBtn.png)!important; right: -10px;}

#thumbnail_slider_sec .slider-num{
	display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 18px;
	font-family: 'Cinzel', serif;}

@media screen and (max-width: 991px){
	#thumbnail_slider_sec .slider-num{ right: 0;}
}
@media screen and (max-width: 767px){
	#thumbnail_slider_sec .slider-num{ font-size: 10px;}
}
@media screen and (max-width: 400px){
	#thumbnail_slider_sec .slider-num{ right: -5px;}
}
@media screen and (max-width: 350px){
	#thumbnail_slider_sec .slider-num{ right: -10px;}
}


/*  #design
--------------------------------------------------*/


#design{ position: relative;
	/*background: #f5f5f5;*/
  background-color: #f6efe9;
}

}
	#design:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 66.6667%;
		height: 80.25%;
		background-color: #f4f0f8;
		z-index: -1;	
	}
	#design .boxWrap{
		max-width: 1100px;
	    margin: 70px auto 60px;
	}
		#design .boxWrap .box{
			/*max-width: 1300px;*/
			width: 100%;
			margin: 0 auto;
		}
			#design .boxWrap .box .right{
				max-width: 100%;
				width: 58%;
				float: right;
			}
			#design .boxWrap .box .left{
				max-width: 100%;
				width: 40%;
				float: left;
				padding-top: 0;
			}
				#design .boxWrap .box .left .designLogo{
					width: 100%;
					margin-bottom: 17px;
					position: relative;
				}
				#design .boxWrap .box .left .designLogo::before{
					content: "新街区";
					display: block;
					position: absolute;
					top: -10px;
					left: 14%;
					font-size: 18px;
				}
				#design .boxWrap .box .left .desc{}
			

	#design .photoList{
		/*margin-bottom: 100px;*/
	}
		#design .photoList li.photoList_box{
			    width: 100%;
    			margin-right: 0;}

#design .design_main_con{ padding: 15px; background: #eeff58;}
#design .design_main_con .box{ background: #fff; padding: 30px;}

@media screen and (max-width: 991px){
	#design { }
	#design:before{
		height: 87.25%;	
	}
		#design .boxWrap{
		    margin: 40px auto 60px;
		}
			#design .boxWrap .box{
				/*max-width: 680px;*/
				margin-right: auto;
			}
				#design .boxWrap .box .right{
					width: 100%;
					float: none;
					margin-bottom: 50px;
				}
				#design .boxWrap .box .left{
					max-width: 680px;
					width: 100%;
					float: none;
					padding-top: 0;
				}
					#design .boxWrap .box .left .designLogo {
						width: 100%;
					 	max-width: 470px;
						margin: 0 auto 15px;
					}
}

@media screen and (max-width: 767px){
	#design { }
		#design .boxWrap {
		   margin-bottom: 40px;
		}
			#design .boxWrap .box{
				/*width: 87.5%;*/
			}
				#design .boxWrap .box .right {
				    margin-bottom: 20px;
				}
				#design .boxWrap .box .left .designLogo {
				    width: 100%;
					max-width: 280px;
				    margin-bottom: 10px;
				}
				#design .boxWrap .box .left .desc {
				}
					#design .photoList li.photoList_box{
						width: 100%;
    				margin-right: 0;
					}
	#design .design_main_con{  padding: 0; border: none;}
	#design .design_main_con .box{ max-width: none; width: 100%; padding: 0;}
	
	#design .boxWrap .box .left .designLogo::before{ top: -12px; left: 12%; font-size: 15px;}
	
}



/*  #original
--------------------------------------------------*/


#original{
	background: #f5f5f5;
}
	#original h2{
		margin-bottom: 65px;
	}
	#original h5{
		/*font-size: 21px;
		line-height: 1.52;
		margin-bottom: 11px;*/
		font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 30px;
	}
	#original .desc{}
		#original .desc small{
			font-size: 10px;line-height: 2;
		}
	#original ul{
		/*margin-bottom: 75px;*/
		margin-bottom: 0;
		display: flex;
    flex-wrap: wrap;
	}

		#original li{
			/*max-width: 510px;
			width: 46.3636%;
			float: left;*/
			width: 50%;
			padding: 0 2%;
			display: flex;
    flex-wrap: wrap;
			
		}
		/*#original li + li{
			margin-left: 7.2727%;
		}
		#original li:nth-child(3){
			margin-left: 0;
			clear: both;
		}*/
		#original li:nth-child(n + 3){
			margin-top: 50px;
		}
			#original li figure{
				width: 100%;
				/*max-width: 200px;
				width: 39.2156%;
				float: left;*/
			}
				#original li figure img{
					width: 100%;
					vertical-align: bottom;
				}
			#original li .txtBox{
				    width: 100%;
				/*max-width: 280px;
				width: 54.902%;
				float: right;
				position: relative;
				margin-top: -5px;*/
			}
	#original .gatepost{ }
		#original .gatepost .txtBox{
			max-width: 480px;
			width: 43.6364%;
			float: left;
		}
		#original .gatepost figure{
			max-width: 588px;
			width: 53.4545%;
			float: right;
		}
	
@media screen and (max-width: 991px){
			#original li figure{
				max-width: 680px;
				width: 100%;
				float: none;
			}
			#original li .txtBox{
				max-width: 680px;
				width: 100%;
				float: none;
				margin-top: 20px;
			}
		#original .gatepost{
			display: flex;
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
	
		#original .gatepost .txtBox{
			max-width: 680px;
			width: 100%;
			float: none;
			margin-top: 50px;
		}
		#original .gatepost figure{
			max-width: 680px;
			width: 100%;
			float: none;
		}
}

@media screen and (max-width: 991px){
	#original li{
		width: 100%;
	}
	#original li:nth-child(n + 2){
		margin-top: 40px;
	}
	#original li .txtBox{
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
		#original h2{
			margin-bottom: 30px;
		}
		#original ul {
			margin-bottom: 0;
		}
			#original h5{
				font-size: 18px;
				line-height: 1.6;
				margin-bottom: 7px;
				text-align: center;
			}
}





.font-small{
	font-size: 82% !important;
}

@media screen and (max-width: 767px){
	.font-small{
		font-size: 20px;
	}

}

@media only screen and (max-width: 991px) {
	.font-small{
		font-size: 20px;
	}
}


#townscapePage #captionArea span.small{
	transform: scale(0.8);
	display: inline-block;
	vertical-align: -1px;
}


.point_annotation{
	vertical-align: super;
      font-size: 12px!important;
}

.topCnt_layout_img .icon_plus{display: none; position: absolute; z-index: 2; top: 0; right: 0; background: #fff; padding: 3px; width: 30px; height: 30px;}
@media screen and (max-width:767px) {
	.topCnt_layout_img .icon_plus{display: block;}
}


/***********
	photoList
************/
#design .photoList{ position: relative; padding-bottom: 60px; z-index: 2;}
#design .photoList::after{
	content: "";
    display: block;
    position: absolute;
    /*background-image: url(../../../img/pages/common/bg_brick_texture.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;*/
	/*background: #df5539;*/
	background: #BBA991;
    bottom: 0;
    width: 82%;
    right: 0;
    height: 70%;
	z-index: -1;}

/*スライダー*/
#design .photoList .slick-dots{}
#design .photoList .slick-dots button{
	padding: 0;
    color: transparent;
    outline: none;
    border: unset;
	width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    cursor: pointer;
	border-radius: 0;}
#design .photoList .slick-dots li{ width: auto; height: auto; margin: 0 2px;}
#design .photoList .slick-dots li:hover button{ background: #f2ad49;}
#design .photoList .slick-dots .slick-active button { background: #f2ad49;}

.photoList_slider .slick-prev,
.photoList_slider .slick-next{ z-index: 3;}
.photoList_slider .slick-prev{ left: 0;}
.photoList_slider .slick-next{ right: 0;}
.photoList_slider .slick-prev:before{ left: -10px!important;background-image: url(../../../img/pages/roomplan/prevBtn.png)!important;}
.photoList_slider .slick-next:before{right: -10px!important;background-image: url(../../../img/pages/roomplan/nextBtn.png)!important;}
.photoList_slider .slick-prev:before,
.photoList_slider .slick-next:before{content: ""; position: absolute; z-index: 3; width: 70px; height: 90px; top: 50%; transform: translateY(-50%);}

@media screen and (max-width:1300px) {
	#design .photoList::after{ right: -30px;}
}
@media screen and (max-width:991px) {
	/*#design .photoList{ padding-bottom: 30px;}*/
}
@media screen and (max-width:767px) {
	/*#design .photoList{ padding-bottom: 20px;}*/
	#design .photoList::after{ right: -15px;}
	
	#design .photoList .slick-dots{ bottom: -10px;}
	.photoList_slider .slick-prev:before{ left: -40px!important;}
	.photoList_slider .slick-next:before{right: -40px!important;}
}

/*magnific-popup*/
.townscape_mpop{ }
.townscape_mpop .slideBox{ 
	overflow: scroll;
    width: 90vw;
    height: 70vh;
	margin: 0 auto;
    background-color: white;}


/*アコーディオン*/

.accordion_area dd .btn_open_wrap{ display: none;}

.accordion_area dd::before{ display: none;}
#readjustment .accordion_area dd{ height: auto;}

@media screen and (max-width:767px) {
	#readjustment{ padding-top: 80px; margin-top: -50px;}
	.accordion_area dd .btn_open_wrap{ display: block;}
	.accordion_area dd::before {
		content: "";
		display: block;
		position: absolute;
		background: linear-gradient(180deg, rgb(255, 255, 255, 0) 10%, rgb(255, 255, 255, 1) 60%);
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;}
	.accordion_area dd.open::before { opacity: 0; z-index: -1;}
	#readjustment .accordion_area dd {
		height: 125px;
		overflow: hidden;
		position: relative;}
	#readjustment .accordion_area dd .con_readjustment { padding-bottom: 60px;}
	.accordion_area dd .btn_open {
		position: absolute;
		bottom: 0;
		max-width: 600px;
		transform: translateX(-50%);
		left: 50%;
		width: 90%;
		font-size: 16px;
		line-height: 1;
		padding: 12px 10px;
		color: #fff;
		z-index: 10;
		background: #df5539;
		cursor: pointer;}
	.accordion_area dd .btn_open span.btn_txt {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 10px;}
	.btn_icon {
		position: absolute!important;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		z-index: 10;
		font-size: 0;}
	.accordion_area dd.open .btn_open span.btn_icon::after {
		width: 20px;
		height: 2px;
		background: url(../../../img/pages/concept/icon_minus.svg) center center;}
	.accordion_area dd .btn_open span.btn_icon::after {
		content: "";
		background: url(../../../img/pages/concept/icon_plus.svg) center center;
		position: absolute;
		right: 10px;
		width: 20px;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);}

}

/***********
	centralSunny_slider
************/
/*スライダー*/
.centralSunny_slider_wrap{ max-width: 1100px; margin: 0 auto;}
.centralSunny_slider{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.centralSunny_slider li.centralSunny_box{ width: calc(100% / 3 - 10px);}
.centralSunny_slider li.centralSunny_box .designLogo{ margin: 0 30px 20px 0;}
.centralSunny_slider li.centralSunny_box p{ margin-top: 30px;}

@media screen and (max-width:991px) {
	.centralSunny_slider li.centralSunny_box{ width: 100%; margin-bottom: 30px;}
	.centralSunny_slider li.centralSunny_box:last-child{ margin-bottom: 0;}
	
	.centralSunny_slider li.centralSunny_box .designLogo{ width: 80%; margin: 0 auto 20px;}
	.centralSunny_slider li.centralSunny_box{ width: 100%; display: block; padding: 0 10px;}
	.centralSunny_slider .slick-prev,
	.centralSunny_slider .slick-next{ z-index: 3;}
	.centralSunny_slider .slick-prev{ left: 0;}
	.centralSunny_sliderr .slick-next{ right: 0;}
	.centralSunny_slider .slick-prev:before{ left: -25px!important;background-image: url(../../../img/pages/concept/prevBtn.png)!important;}
	.centralSunny_slider .slick-next:before{right: 0!important;background-image: url(../../../img/pages/concept/nextBtn.png)!important;}
	.centralSunny_slider .slick-prev:before,
	.centralSunny_slider .slick-next:before{content: ""; position: absolute; z-index: 3; width: 35px; height: 50px; top: 50%; transform: translateY(-50%);}
}
@media screen and (max-width:767px) {
	.centralSunny_slider_wrap h2{ margin-bottom: 30px!important;}
	.centralSunny_slider li.centralSunny_box .designLogo{ width: 100%;}
}


.design_theme {margin-bottom: 100px;}
.design_theme .design_theme_head {position: relative;max-width: 404px;margin: 0 auto 30px;}
.design_theme .design_theme_head::before {
    content: "新街区";
    display: block;
    position: absolute;
    top: -10px;
    left: 14%;
    font-size: 18px;
}
.design_theme .design_theme_con01 {display: flex;flex-wrap: wrap;}
.design_theme .design_theme_con01 .photoArea{
	width: 45%;
}
.design_theme .design_theme_con01 .photoArea img {width: 100%;}
.design_theme .design_theme_con01 .textArea{
	width: 55%;
	display: flex;
	align-items: center;
	/*background: #df5539;
	color: #FFF;*/
    color: #333;
    background-image: url("../../../img/pages/top/re/dec_info01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.design_theme .design_theme_con01 .textArea .textArea_inner {
	padding: 0 80px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 1500px) {
	.design_theme .design_theme_con01 .photoArea{
		width: 100%;
	}
	.design_theme .design_theme_con01 .textArea{
		width: 100%;
		font-size: 14px;
    line-height: 2.1;
		margin-top: 16px;
	}
	.design_theme .design_theme_con01 .textArea .textArea_inner{
		padding: 0 40px;
	}
}
@media screen and (max-width: 960px) {
	.design_theme .design_theme_con01 .textArea .textArea_inner{
		padding: 30px 40px 35px;
	}
}
@media screen and (max-width:767px) {
	.design_theme {margin-bottom: 50px;}
	.design_theme .design_theme_con01 .textArea{
		margin-top: 0;
	}
}

