@charset "utf-8";


/**/
.design01{
	margin: 0;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding-bottom:80px;
}
.design01 .txt01{
	font-size:clamp(1.6rem,2.2vw,2.2rem);
}
.design01 .txt02{
	color:#CABB89;
	font-size:clamp(2.1rem,2.8vw,2.8rem);
}
.design01 .txt03{
	color:#CABB89;
	font-size:clamp(3rem,5.4vw,5.4rem);
	line-height: 1.5;
}
/**/

/**/
.design02{}
.design02 .gooddesign{
	width:100%;
	max-width:440px;
	margin:0 auto;
}
.design02 .txt01{
	font-size:clamp(1.6rem,2vw,2rem);
}
.design02 .txt02{
	font-size:clamp(2.1rem,2.8vw,2.8rem);
}
/**/

/**/
.design03{
	padding-bottom:80px;
	margin-bottom:100px !important;
}
.design03 figure{
	margin:0 30px;
}

.design03 .slick-prev,
.design03 .slick-next{
	top:auto;
	bottom:20px;
	z-index: 1;
}
.design03 .slick-prev{
	left: calc(50% - 120px);
}
.design03 .slick-next{
	right: calc(50% - 130px);
}
.design03 .slick-prev::before,
.design03 .slick-next::before{
	content: "";
	display: block !important;
	width: 10px;
	height: 10px;
	border-top:1px solid #796A56;
	border-right:1px solid #796A56;
	opacity:1;
	transition-duration: 0.3s;
}
.design03 .slick-prev::before{
	transform: rotate(-135deg);
}
.design03 .slick-next::before{
	transform: rotate(45deg);
}
.design03 .slick-prev:hover::before,
.design03 .slick-next:hover::before{
	opacity: 0.8;
}
.design03 .slick-prev::after,
.design03 .slick-next::after{
	content: "";
	display: block !important;
	width: 20px;
	height: 1;
	border-top:1px solid #796A56;
	opacity:1;
	top:10px;
	position:absolute;
}
.design03 .slick-next::after{
	right:10px;
}


.design03 .slick-dots {
    bottom: 20px;
}
.design03 .slick-dots li button:before {
    font-family: slick;
    font-size: 14px;
    line-height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #796A56;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.design03 .slick-dots .slick-active button:before  {
    opacity: 1;
}
/**/



/**/
.landscape{
	padding-bottom:80px;
}
.landscape .img01{
	width:90%;
	max-width:1060px;
	margin:0 auto;
}
/**/

/**/
.townscape{
	margin:0 auto;
}

.townscape .img01{
	width:90%;
	margin:0 10% 0 0;
}
.townscape .img02{
	width:100%;
	max-width:1000px;
	margin:0 auto 80px;
}
/**/

/**/
.forestclub01{
	margin: 0;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:80px 0;
}
.forestclub01{
	margin: 0;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:80px 0;
}

.forestclub02 .club1f{
	margin:0 auto 40px;
}
.forestclub02 .club2f{
	max-width:600px;
	margin:0 auto 40px;
}
@media(min-width:768px){
	.forestclub02 .club1f,
	.forestclub02 .club2f{
		margin:0 auto 60px;
	}
}

.forestclubList01{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin:0 -1%;
}
.forestclubList01 img{
	width:48%;
	margin:0 1%;
}
@media(min-width:768px){
	.forestclubList01{
		margin:0 -1.5%;
	}
	.forestclubList01 img{
		width:22%;
		margin:0 1.5%;
	}
}


.forestclub03{
	width: 100%;
}
@media(min-width:768px){
	.forestclub03{
		max-width: 1200px;
		margin: 0 auto;
		text-align: right;
	}
	.forestclub03 img{
		max-width: 1100px;
		width: 95%;
	}
}






