@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;
}

/* banquet-Contents - comment
-----------------------------------*/
.banquet-Contents{
	margin: 60px auto 0;
}
.banquet-Contents + .banquet-Contents{
	margin: 80px auto 0;
}
.banquet-Contents .mainImage img{
	width: 100%;
	height: auto;
}

.banquet-Contents .mainImage .pc{
	width: 80%;
	margin: auto;
}

.banquet-Contents .pc{
	display: none;
}
.banquet-Contents .comment{
	width: 90%;
	background: rgba(250, 248, 237, 0.8);
	padding: 40px 0 40px;
	margin: -50px auto 50px;
	position: relative;
	z-index: 2;
}
.banquet-Contents .comment h3{
	text-align: center;
	line-height: 1.6;
	position: relative;
}
.banquet-Contents .comment h3:after{
	content: "";
	width: 30px;
	height: 3px;
	background: #9A8D62;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banquet-Contents .comment h3 .sm{
	color: #9A8D62;
	font-size: 93%;
}
.banquet-Contents .comment h3 .en{
	color: #43270B;
	font-size: 184%;
}
.banquet-Contents .comment .box{
	margin: 30px auto 0;
}
.banquet-Contents .comment .box p{
	text-align: center;
}


/* banquet_point
-----------------------------------*/
.banquet_point{
	margin-bottom: 100px;
}
.point_text h4{
	width: fit-content;
	font-size: 18px;
	color: #444;
	border-bottom: 1px solid #9A8D62;
	margin-bottom: 30px;
}
.point_text p{
	font-size: 12px;
	line-height: 2.4;
}

.point_left .point_main_img{
	margin: 0 0 40px 5%;
}
.point_left .point_text{
	margin: 0 0 40px 10%;
}
.point_img_wrap{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.point_img_wrap li{
	width: 49%;
}
.point_left{
	position: relative;
}
.point_left::after{
	content: "";
	display: inline-block;
	background-size: cover;
	background-image: url(/asset/img/bg_common_08.png);
	background-color: #FAF8ED;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: -1;
}

.point_center{
	padding-top: 50px;
	position: relative;
}
.point_center .point_text{
	margin: 0 auto;
	text-align: center;
}
.point_center .point_text h4{
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0 auto 30px;
}
.point_center .point_text p{
	color: #fff;
}
.point_img_center_wrap{
	width: 80%;
	margin: 40px auto;
}
.point_img_center_wrap li{
	margin-bottom: 20px;
}
.point_center::after{
	content: "";
	display: inline-block;
	background-size: cover;
	background-image: url(/asset/img/bg_common_01.png);
	background-color: #bc9588;
	width: 100%;
	height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.point_right .point_main_img{
	margin: 0 5% 40px 0;
}
.point_right .point_text{
	margin: 0 10% 40px 0;
}
.point_right .point_text{
	text-align: right;
}
.point_right .point_text h4{
	margin: 0 0 30px auto;
}
.point_right{
	position: relative;
}
.point_right::after{
	content: "";
	display: inline-block;
	background-size: cover;
	background-image: url(/asset/img/bg_common_08.png);
	background-color: #FAF8ED;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: -1;
}




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

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

	h2.sub_ttl,.content_wrap{
		max-width: 1280px;
		margin: 0 auto;
	}

	/* banquet-Contents - comment
	-----------------------------------*/
	.banquet-Contents .sp{
		display: none;
	}
	.banquet-Contents .pc{
		display: block;
	}
	.banquet-Contents + .banquet-Contents{
		margin-top: 200px;
	}
	.banquet-Contents .comment .pc{
		display: inline-block!important;
	}
	.banquet-Contents .comment{
		width: 80%;
		max-width: 800px;
		padding: 40px 0 40px;
		margin-top: -40px;
		margin-right: auto;
		margin-left: auto;
	}
	.banquet-Contents .comment p{
		text-align: center;
		margin-bottom: 10px;
	}
	.banquet-Contents .comment h3{
		text-align: center;
		padding: 0 0 16px;
		margin: 0;
	}
	.banquet-Contents .comment h3:after{
		width: 80px;
		left: 50%;
	}
	.banquet-Contents .comment h3 .sm{
		font-size: 108%;
	}
	.banquet-Contents .comment h3 .en{
		font-size: 292%;
	}
	.banquet-Contents .comment .box{
		margin: 30px 30px 0;
	}

	/* banquet_point
	-----------------------------------*/
	.banquet_point{
		margin-bottom: 100px;
	}
	.point_text h4{
		font-size: 30px;
	}
	.point_text p{
		font-size: 14px;
	}

	.point_left .point_main_img{
		width: 55%;
		margin: 0 0 0 auto;
	}
	.point_left .point_text{
		margin: -200px 0 175px 5%;
	}
	.point_img_wrap{
		margin-left: 10%;
		justify-content: flex-start;
	}
	.point_img_wrap li{
		width: 250px;
		margin-right: 40px;
	}
	.point_left::after{
		top: 100px;
		bottom: auto;
	}

	.point_center{
		padding-top: 100px;
	}
	.point_center .point_img_center_wrap{
		width: 80%;
		margin: 50px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.point_img_center_wrap li{
		width: 32%;
	}
	.point_center::after{
		height: 80%;
	}

	.point_right .point_main_img{
		width: 55%;
		margin: 0 auto 0 0;
	}
	.point_right .point_text{
		margin: -200px 10% 80px 0;
	}
	.point_right::after{
		top: 100px;
		bottom: auto;
	}
	.point_right .point_img_wrap{
		margin: 0 10% 0 0;
		justify-content: flex-end;
	}
	.point_right .point_img_wrap li{
		margin: 0 0 0 40px;
	}

}


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

@media only screen and (min-width: 768px) and (max-width: 1280px){
	.point_text h4{
		font-size: 24px;
	}
	.point_text p{
		font-size: 14px;
	}
	.point_img_wrap{
		width: 55%;
	}

	.point_left .point_main_img{
		margin: 0 0 40px 30%;
	}
	
	.point_img_center_wrap{
		display: flex;
		justify-content: space-between;
	}

	.point_img_center_wrap li{
		width: 32%;
		margin-bottom: 0;
	}
	.point_center::after{
		height: 80%;
	}

	.point_right .point_main_img{
		margin: 0 30% 40px 0;
	}

}
