@charset "utf-8";

p{
	color: #444;
	line-height: 1.6;
}

.st-Footer_Map .address p{
	color: #fff;
}

/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 207px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 297px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 388px;
	}
}


/* ============================================
              SPここから
============================================ */

h2.sub_ttl{
	width: 90%;
	margin: 20px auto 0;
	padding: 5px 0;
	border-top: 1px solid #43270B;
	border-bottom: 1px solid #43270B;
}

/* garden-Contents - comment
-----------------------------------*/
.garden-Contents{
	margin: 60px auto 0;
}
.garden-Contents + .garden-Contents{
	margin: 80px auto 0;
}
.garden-Contents .mainImage img{
	width: 100%;
	height: auto;
}
.garden-Contents .pc{
	display: none;
}
.garden-Contents .comment{
	width: 95%;
	background: rgba(250, 248, 237, 0.8);
	padding: 40px 0 80px;
	margin: -50px auto 0;
	position: relative;
}
.garden-Contents .comment h3{
	text-align: center;
	line-height: 1.6;
}
.garden-Contents .comment h3 .en{
	color: #43270B;
	font-size: 184%;
}
.garden-Contents .comment .box{
	margin: 30px auto 0;
}
.garden-Contents .comment .box p{
	text-align: center;
}
.garden-Contents .comment::after{
	content: "";
	width: 97%;
	height: 95%;
	border: 0.5px solid #9A8D62;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.garden_img_wrap{
	width: 85%;
	margin: -30px auto 0;
}
.garden_img_wrap li{
	margin-bottom: 10px;
}

.daytime,
.night{
	padding-bottom: 50px;
}

.night{
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0;
}
.night .comment{
	background: rgba(96, 96, 95, 0.8);
}
.night .comment h3 .en{
	color: #fff;
	font-size: 184%;
}
.night .comment p{
	color: #fff;
}
.night .comment::after{
	border: 0.5px solid #fff;
}

.scenes{
	padding: 50px 0;
	background-image: url("../../asset/img/bg_common_08.png");
	background-color: #FAF8ED;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0;
}
.scenes h3{
	font-size: 30px;
	text-align: center;
	color: #43270B;
}
.scenes h4{
	font-size: 12px;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: center;
    color: #43270B;
    margin-bottom: 40px;
}
.scenes ul{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.scenes ul li{
	width: 49%;
	margin-bottom: 20px;
}
.scenes ul li p{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	background:linear-gradient(transparent 80%, rgba(154, 141, 98, 0.5) 0);
}


/* ============================================
              PCここから
============================================ */

@media only screen and (min-width: 769px){

	h2.sub_ttl{
		max-width: 1280px;
		margin: 0 auto;
	}
	.garden-Contents{
		margin: 100px auto 0;
	}

	.garden-Contents .comment{
		width: 80%;
		max-width: 800px;
		padding: 65px 0 240px;
		margin-top: -100px;
		margin-right: auto;
		margin-left: auto;
	}
	.garden-Contents .comment p{
		margin-top: 40px;
		font-size: 14px;
		line-height: 2;
	}
	.garden-Contents .comment h3{
		text-align: center;
	}
	.garden-Contents .comment h3 .en{
		font-size: 292%;
	}
	.garden-Contents .comment .box{
		margin: 30px 30px 0;
	}
	.garden_img_wrap{
		max-width: 1280px;
		margin: -170px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.garden_img_wrap li{
		width: 32%;
		margin-bottom: 0;
	}

	.daytime,.night{
		padding-bottom: 100px;
	}

	.night .comment::after{
		border: 0.5px solid #fff;
	}

	.scenes{
		padding: 100px 0;
	}
	.scenes h3{
		font-size: 36px;
	}
	.scenes h4{
		font-size: 18px;
    	margin-bottom: 60px;
	}
	.scenes ul{
		justify-content: center;
	}
	.scenes ul li{
		width: 250px;
		margin: 0 30px 0 0;
	}
	.scenes ul li:last-child{
		margin-right: 0;
	}


}


/* ============================================
              PC調整ここから
============================================ */

@media only screen and (min-width: 768px) and (max-width: 1280px){


}
