@charset "utf-8";



/* 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;
	}
}



/* banquet-Intro
-----------------------------------*/
.banquet-Intro{
	margin: 25px auto 0;
}
.banquet-Intro ul{
	max-width: 1280px;
	margin: 0 auto;
}
.banquet-Intro ul li{
	list-style: none;
	width: calc(33.33% - 2px);
	float: left;
}
.banquet-Intro ul li:first-child{
	margin-right: 2px;
}
.banquet-Intro ul li:nth-child(2){
	width: 33.33%;
}
.banquet-Intro ul li:nth-child(3){
	float: right;
}
.banquet-Intro ul li a{
	color: #fff;
	line-height: 1.6;
	text-align: center;
	height: 160px;
	background-image: url("../img/bg_banquet_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 55px;
	position: relative;
	display: block;
}
.banquet-Intro ul li:nth-child(2) a{
	background-image: url("../img/bg_banquet_02.jpg");
}
.banquet-Intro ul li:nth-child(3) a{
	background-image: url("../img/bg_banquet_03.jpg");
}
.banquet-Intro ul li a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #222e53;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
.banquet-Intro ul li a .sm{
	font-size: 77%;
	position: relative;
	z-index: 2;
}
.banquet-Intro ul li a .en{
	font-size: 93%;
	position: relative;
	z-index: 2;
}
.banquet-Intro p{
	text-align: center;
	margin-top: 30px;
}
@media only screen and (min-width: 374px){
	.banquet-Intro ul li a .sm{
		font-size: 93%;
		position: relative;
		z-index: 2;
	}
	.banquet-Intro ul li a .en{
		font-size: 108%;
		position: relative;
		z-index: 2;
	}
}
@media only screen and (min-width: 768px){
	.banquet-Intro ul li a .sm{
		font-size: 108%;
	}
	.banquet-Intro ul li a .en{
		font-size: 138.5%;
	}
}
@media only screen and (min-width: 1024px){
	.banquet-Intro ul li a .sm{
		font-size: 123.1%;
	}
	.banquet-Intro ul li a .en{
		font-size: 184%;
	}
}




/* banquet-Contents
-----------------------------------*/
.banquet-Contents{
	margin: 60px auto 0;
}
.banquet-Contents + .banquet-Contents{
	margin: 80px auto 0;
}
.banquet-Contents .mainImage img{
	width: 100%;
	height: auto;
}
.banquet-Contents .pc{
	display: none;
}
.banquet-Contents .comment{
	width: calc(100% - 10px);
	background: #fff;
	padding: 40px 0 0;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}
.banquet-Contents .comment h3{
	line-height: 1.6;
	padding: 0 0 8px 30px;
	margin-right: 20px;
	position: relative;
}
.banquet-Contents .comment h3:after{
	content: "";
	width: 100%;
	height: 5px;
	background: #222e53;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banquet-Contents .comment h3 .sm{
	color: #777;
	font-size: 93%;
}
.banquet-Contents .comment h3 .en{
	color: #222e53;
	font-size: 184%;
}
.banquet-Contents .comment .box{
	margin: 20px 45px 0 30px;
}
.banquet-Contents .comment .box h4{
	color: #222e53;
	font-size: 116%;
}
.banquet-Contents .comment .box h4 .line{
	display: inline-block;
	position: relative;
}
.banquet-Contents .comment .box h4 .line:after{
	content: "";
	width: 100%;
	height: 10px;
	background: #b9a667;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.banquet-Contents .comment .box p{
	margin-top: 15px;
}
.banquet-Contents .subImage{
	margin: 40px auto 0;
}
.banquet-Contents .subImage img{
	width: 100%;
	height: auto;
}
.banquet-Contents .subImage .lg{
	width: calc(100% - 30px);
}
.banquet-Contents .subImage .sm{
	padding: 0 30px;
	margin: 60px auto 30px;
}
.banquet-Contents .subImage .sm li{
	list-style: none;
	width: calc(50% - 20px);
	margin-bottom: 30px;
	float: left;
}
.banquet-Contents .subImage .sm li:nth-child(even){
	float: right;
}
.banquet-Contents-shukuriyya .subImage .box:nth-child(odd) .lg{
	margin-left: 30px;
}
.banquet-Contents-shukuriyya .subImage .box:nth-child(even) .lg{
	margin-right: 30px;
}
.banquet-Contents-hulhule .subImage .box:nth-child(odd) .lg{
	margin-right: 30px;
}
.banquet-Contents-hulhule .subImage .box:nth-child(even) .lg{
	margin-left: 30px;
}
.banquet-Contents-male .subImage{
	padding: 0 30px;
}
.banquet-Contents-male .subImage .thumb + .thumb{
	margin-top: 20px;
}
.banquet-Contents-male .subImage .thumb .caption{
	margin-top: 5px;
}



.banquet-Contents .gallery{
	margin: 30px 30px 0;
}
.banquet-Contents .gallery h3{
	color: #222e53;
	font-size: 156.8%;
}
.banquet-Contents .gallery .slides + h3{
	margin-top: 45px;
}
.banquet-Contents .slides{
	position: relative;
	margin-top: 25px;
}
.banquet-Contents .slides:before,
.banquet-Contents .slides:after{
	content: "";
	width: 54px;
	height: 54px;
	background-image: url("../img/ico_banquet_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.banquet-Contents .slides:before{
	top: -15px;
	left: -15px;
}
.banquet-Contents .slides:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -15px;
	right: -15px;
}
.banquet-Contents .slides .item{
	list-style: none;
	opacity: 0;
}
.banquet-Contents .slides .item img{
	width: 100%;
	height: auto;
}
.banquet-Contents .slides.slick-initialized li{
	opacity: 1;
}
.banquet-Contents .slides .item.slick-current{
	outline: none;
}
.banquet-Contents .slick-dots{
	text-align: center;
	position: absolute;
	bottom: -30px;
}
.banquet-Contents .slick-dots li{
	display: inline-block;
}
.banquet-Contents .slick-dots li + li{
	margin-left: 10px;
}
.banquet-Contents .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.banquet-Contents .slick-dots li.slick-active button{
	opacity: 1;
}
.banquet-Contents .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.banquet-Contents .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 10px;
}
.banquet-Contents .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 10px;
}




.banquet-Contents .recommend{
	margin: 60px auto 0;
}
.banquet-Contents .recommend h3{
	color: #222e53;
	font-size: 108%;
	text-align: center;
	width: 200px;
	border: 1px solid #d3d5dd;
	border-left: 0;
	border-right: 0;
	padding: 6px 0;
	margin: 0 auto;
}
.banquet-Contents .recommend ul{
	margin: 30px 20px 0 45px;
}
.banquet-Contents .recommend ul li{
	font-size: 93%;
	list-style: none;
	position: relative;
}
.banquet-Contents .recommend ul li:before{
	content: "◇";
	position: absolute;
	top: 0;
	left: -1.2em;
}
.banquet-Contents .sw-Btn{
	margin-top: 30px;
}
@media only screen and (min-width: 768px){
	.banquet-Contents .sp{
		display: none;
	}
	.banquet-Contents .pc{
		display: block;
	}
	.banquet-Contents + .banquet-Contents{
		margin-top: 90px;
	}
	.banquet-Contents .comment .pc{
		display: inline-block!important;
	}
	.banquet-Contents .comment{
		width: 80%;
		max-width: 800px;
		padding: 40px 0 0;
		margin-top: -40px;
		margin-right: auto;
		margin-left: auto;
	}
	.banquet-Contents .comment h3,
	.banquet-Contents .comment h4,
	.banquet-Contents .comment p{
		text-align: center;
	}
	.banquet-Contents .comment h3{
		padding: 0 0 16px;
		margin: 0;
	}
	.banquet-Contents .comment h3:after{
		width: 80px;
		margin-left: -40px;
		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-Contents .comment .box h4{
		font-size: 138.5%;
	}
	.banquet-Contents .subImage{
		margin: 60px auto 0;
	}
	.banquet-Contents .subImage .lg{
		width: 50%;
		min-height: 600px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin: 0!important;
	}
	.banquet-Contents-shukuriyya .subImage .box:first-child .lg{
		background-image: url("../img/img_banquet_pc_04.jpg");
	}
	.banquet-Contents-shukuriyya .subImage .box:nth-child(2) .lg{
		background-image: url("../img/img_banquet_pc_09.jpg");
	}
	.banquet-Contents-hulhule .subImage .box:first-child .lg{
		background-image: url("../img/img_banquet_pc_14.jpg");
	}
	.banquet-Contents-hulhule .subImage .box:nth-child(2) .lg{
		background-image: url("../img/img_banquet_pc_19.jpg");
	}
	.banquet-Contents-male .subImage{
		max-width: 1280px;
		letter-spacing: -.4em;
	}
	.banquet-Contents-male .subImage .thumb{
		width: 50%;
		margin: 0!important;
		display: inline-block;
		letter-spacing: normal;
	}
	.banquet-Contents .subImage .sm{
		width: 50%;
		max-width: 640px;
		margin: 0!important;
		padding: 0;
		display: table;
	}
	.banquet-Contents .subImage .sm ul{
		padding-top: 30px;
		display: table-cell;
		vertical-align: middle;
	}
	.banquet-Contents .subImage .sm li{
		width: 24%;
	}
	.banquet-Contents .subImage .sm li:nth-child(odd){
		margin-left: 20%;
		float: left;
	}
	.banquet-Contents .subImage .sm li:nth-child(even){
		margin-right: 20%;
		float: right;
	}
	.banquet-Contents .subImage .box:nth-child(odd) .lg,
	.banquet-Contents .subImage .box:nth-child(odd) .sm{
		float: left;
	}
	.banquet-Contents .subImage .box:nth-child(even) .lg,
	.banquet-Contents .subImage .box:nth-child(even) .sm{
		float: right;
	}
	
	
	
	.banquet-Contents .gallery{
		width: calc(100% - 60px);
		max-width: 960px;
		margin: 60px auto 0;
	}
	.banquet-Contents .gallery h3{
		font-size: 184%;
		text-align: center;
	}
	.banquet-Contents .gallery .slides + h3{
		margin-top: 60px;
	}
	.banquet-Contents .slides{
	}
	.banquet-Contents .slick-prev{
		left: 30px;
	}
	.banquet-Contents .slick-next{
		right: 30px;
	}
	.banquet-Contents .slides .item{
		margin: 15px;
	}
	.banquet-Contents .slick-dots{
		width: 100%;
	}
	
	
	
	.banquet-Contents .recommend{
		width: 80%;
		max-width: 800px;
		-webkit-box-shadow: 0 0 0 1px #d3d5dd inset, 0 0 0 7px #fff inset, 0 0 0 8px #d3d5dd inset;
		box-shadow: 0 0 0 1px #d3d5dd inset, 0 0 0 7px #fff inset, 0 0 0 8px #d3d5dd inset;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px;
		margin: 80px auto 0;
	}
	.banquet-Contents .recommend h3{
		font-size: 123.1%;
		width: 300px;
		padding: 8px 0 6px;
	}
	.banquet-Contents .recommend ul li{
		font-size: 108%;
	}
	.banquet-Contents .sw-Btn{
		margin-top: 45px;
	}
}
@media only screen and (min-width: 1024px){
	.banquet-Contents + .banquet-Contents{
		margin-top: 120px;
	}
	.banquet-Contents .comment{
		padding: 60px 0 0;
		margin-top: -60px;
	}
	.banquet-Contents .comment h3{
		padding: 0 0 24px;
	}
	.banquet-Contents .comment h3 .sm{
		font-size: 123.1%;
	}
	.banquet-Contents .comment h3 .en{
		font-size: 338%;
	}
	.banquet-Contents .comment .box{
		margin: 45px 30px 0;
	}
	.banquet-Contents .comment .box h4{
		font-size: 184%;
	}
	.banquet-Contents .subImage{
		margin: 80px auto 0;
	}
	.banquet-Contents .subImage .sm ul{
		padding: 60px 0 30px;
	}
	.banquet-Contents .gallery h3{
		font-size: 307%;
	}
	.banquet-Contents .gallery .slides + h3{
		margin-top: 120px;
	}
}