@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#pageTitleVox::after{
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 400px;
	z-index: 1;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
}
#pageTitleVox .inner{
	width: 90%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.banquet h2.banquet_ttl{
	text-align: center;
	font-size: 2.375em;
}
.banquet h3{
	line-height: 1.75;
	text-align: center;
}
.banquet h3 .ja{
	font-size: 2.125em;
}
.banquet h3 .en{
	display: block;
	color: #a3916d;
	font-size: 0.875em;
	letter-spacing: 0.5px;
}
.banquet h4{
	display: inline-block;
	margin: 0 auto;
	padding: 2px 14px;
	text-align: center;
    font-size: 1.625em;
    border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
}
.banquet h5{
	text-align: center;
	font-size: 1.5em;
}
.banquet table.banquet_table{
	width: 100%;
}
.banquet table.banquet_table th,
.banquet table.banquet_table td{
	padding: 10px 20px;
	text-align: center;
}
.banquet table.banquet_table th{
	font-weight: normal;
	background: #e6e6e6;
}
.banquet table.banquet_table td{
	background: #ffffff;
}
.banquet table.banquet_table .br{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.banquet table.banquet_table .bb{
	border-bottom: 1px solid #ccc;
}
.banquet table.banquet_table .rr{
	border-right: 1px solid #ccc;
}
.banquet .contact .contactVox{
	width: 100%;
}
.banquet .contactVox{
	width: 842px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 50px;
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .contactVox p{
	font-size: 2em;
	text-align: center;
}
.banquet .contactVox .banquet_tel a{
	font-size: 2.125em;
}
.banquet .contactVox .banquet_btn{
	text-align: center;
}
.banquet .contactVox .banquet_btn a{
	width: 390px;
	color: #fff;
	display: block;
	font-size: 1.5em;
	text-align: center;
	position: relative;
	background: #578ea2;
	padding: 22px 0;
	margin: 0 auto;
}
.banquet .contactVox .banquet_btn a::after{
	top: 45%;
	right: 20px;
	width: 16px;
	height: 15px;
	content: "";
	position: absolute;
	background: url("../../images/arw2.svg") no-repeat;
}
.banquet .contactVox .contact_txt{
	font-size: 1.375em;
	}

/* information */
.banquet .information{	
	background: #fff url(../images/bg.jpg) no-repeat top center;
	background-size: 100% 605px;
}
.banquet .information .inner{
	padding: 80px 0 0 0;
}
.banquet .information .inner p{
	line-height: 1.75;
	text-align: center;
	font-size: 1.5em;
}
.banquet .information .slider_thumb li{
	width: 95% !important;
	cursor: pointer;
	background: #333;
}
.banquet .information .slick-slide li img{
	opacity: 0.7;
}
.banquet .information .slick-current li img{
	opacity: 1;
}
	
/* news */
.banquet .news{}
.banquet .news .inner{
	padding: 120px 0 0 0;
}
.banquet .news .inner div.news_list ul{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 5vw;
}
.banquet .news .inner div.news_list ul li{
	width: 220px !important;
	text-align: left;
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .news .inner div.news_list ul li .img img{
		width: 100% !important;
    }
.banquet .news .inner  div.news_list ul li .txt{
		padding: 14px 12px;
	}
.banquet .news .inner div.news_list ul li p{
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 0.875em;
		display: inline-block;
    }
.banquet .news .inner .slick-arrow:before{
		content:""!important;
	}
.banquet .news .inner .slick-prev{
		left: 0 !important;
		width: 17px !important;
		height: 19px !important;
		z-index: 10;
		background: url("../../images/pr.svg") center center no-repeat!important;
		background-size: contain!important;
	}
.banquet .news .inner .slick-next{
		right: 0 !important;
		width: 17px !important;
		height: 19px !important;
		z-index: 10;
		background: url("../../images/pr.svg") center center no-repeat!important;
		background-size: contain!important;
		transform: scale(-1, 1)!important;
	}
.banquet .news .inner .more{
	width: 100%;
	text-align: center;
}
.banquet .news .inner .more a{
		width: 278px;
		color: #333;
		display: block;
		text-align: center;
		position: relative;
		background: #fff;
	margin: 0 auto;
		padding: 12px 0 16px;
	border: 1px solid #ccc;
    }
.banquet .news .inner .more a::after{
		top: 45%;
		right: 20px;
		width: 31px;
		height: 7px;
		content: "";
		position: absolute;
		background: url("../../images/arw_b.svg") no-repeat;
    }

/* banquetlist */
.banquet .banquetlist{
	text-align: center;
}
.banquet .banquetlist .inner{
	padding: 120px 0 160px 0;
}
.banquet .banquetlist .banquet_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banquet .banquetlist .banquet_list li{
	width: 48%;
}
.banquet .banquetlist .banquet_list li p{
	margin-top: 10px;
	text-align: center;
	font-size: 1.5625em;
}

/* hall */
.banquet .hall{
	text-align: center;
}
.banquet .hall_bg{
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .hall .inner{
	padding: 120px 0 0;
}
.banquet .hall .inner .hallVox{
	margin-bottom: 150px;
}
.banquet .hall h3{
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.banquet .hall h3 .ja{
	font-size: 2.625em;
}
.banquet .hall h3 .en{
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.5px;
}
.banquet .contactVox_bg{
	width: 100%;
	padding: 120px 0 0;
	background: #fff;
}

/*　2024/11/21追記　*/
.banquettypeBtn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banquettypeBtn.btnOne{
	justify-content: center;
}
.banquettypeBtn div{
	width: 40.5%;
}
.banquettypeBtn .view a{
	width: 90%;
	color: #fff;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	position: relative;
	padding: 24px 0;
}
.banquettypeBtn .view a{
	position: relative;
	background: url(../images/view_bg.jpg) no-repeat top center;
	background-size: cover;
}
.banquettypeBtn .view a::after{
	top: 40%;
	right: 20px;
	content: "";
	width: 60px;
	height: 19px;
	position: absolute;
	background: url(../images/view.svg) no-repeat top center;
}

}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100vw;
	height: 80vw;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90vw;
	height: 80vw;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.banquet h2.banquet_ttl{
	font-size: 2em;
	line-height: 1.5;
	text-align: center;
}
.banquet h3{
	line-height: 1.5;
	text-align: center;
}
.banquet h3 .ja{
	font-size: 1.5em;
}
.banquet h3 .en{
	display: block;
	color: #a3916d;
	font-size: 0.875em;
	letter-spacing: 0.5px;
}
.banquet h4{
	display: inline-block;
	margin: 0 auto;
	padding: 2px 14px;
	text-align: center;
    font-size: 1.375em;
    border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.banquet h5{
	text-align: center;
	font-size: 1.125em;
}
.scroll-x {
    overflow-x: auto;
  }
.banquet table.banquet_table{
	width: 1100px;
}
.banquet table.banquet_table th,
.banquet table.banquet_table td{
	padding: 10px 20px;
	text-align: center;
}
.banquet table.banquet_table th{
	font-weight: normal;
	background: #e6e6e6;
}
.banquet table.banquet_table td{
	background: #ffffff;
}
.banquet table.banquet_table .br{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.banquet table.banquet_table .bb{
	border-bottom: 1px solid #ccc;
}
.banquet table.banquet_table .rr{
	border-right: 1px solid #ccc;
}
.banquet .contactVox{
	width: 88vw;
	margin: 0 auto;
	text-align: center;
	padding: 3em 2em;
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .contactVox p{
	font-size: 1.125em;
	text-align: center;
}
.banquet .contactVox .banquet_tel a{
	font-size: 1.5em;
}
.banquet .contactVox .banquet_btn{
	text-align: center;
}
.banquet .contactVox .banquet_btn a{
	color: #fff;
	display: block;
	font-size: 1.5em;
	text-align: center;
	position: relative;
	background: #578ea2;
	padding: 22px 0;
	margin: 0 auto;
}
.banquet .contactVox .banquet_btn a::after{
	top: 45%;
	right: 20px;
	width: 16px;
	height: 15px;
	content: "";
	position: absolute;
	background: url("../../images/arw2.svg") no-repeat;
}
.banquet .contactVox .contact_txt{
	font-size: 1.125em;
}

/* information */
.banquet .information{
	overflow: hidden;
	text-align: center;
	background: #fff url(../images/bg.jpg) no-repeat top center;
	background-size: 100% 100vw;
}
.banquet .information .inner{
	padding: 3em 0 0 0;
}
.banquet .information .inner p{
	line-height: 1.75;
	text-align: center;
	font-size: 1.125em;
}
.banquet .information .slider_thumb li{
	width: 95% !important;
	cursor: pointer;
	background: #333;
}
.banquet .information .slick-slide li img{
	opacity: 0.7;
}
.banquet .information .slick-current li img{
	opacity: 1;
}

/* news */
.banquet .news{
	overflow: hidden;
	text-align: center;
}
.banquet .news .inner{
	margin: 0 auto;
	padding: 5em 0 0;
}
.banquet .news .inner div.news_list ul{
	margin: 0 auto;
}
.banquet .news .inner div.news_list ul li{
	width: 92% !important;
	text-align: left;
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .news .inner  div.news_list ul li .txt{
		padding: 1em 1.5em;
	}
.banquet .news .inner div.news_list ul li p{
		margin: 0;
		padding: 0;
		text-align: left;
		display: inline-block;
    }
.banquet .news .inner .more{
	width: 100%;
	text-align: center;
}
.banquet .news .inner .more a{
		width: 80vw;
		color: #333;
		display: block;
		text-align: center;
		position: relative;
		background: #fff;
	margin: 0 auto;
		padding: 12px 0 16px;
	border: 1px solid #ccc;
    }
.banquet .news .inner .more a::after{
		top: 45%;
		right: 20px;
		width: 31px;
		height: 7px;
		content: "";
		position: absolute;
		background: url("../../images/arw_b.svg") no-repeat;
    }

/* banquetlist */
.banquet .banquetlist{
	overflow: hidden;
	text-align: center;
}
.banquet .banquetlist .inner{
	padding: 6em 0 5em;
}
.banquet .banquetlist .banquet_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banquet .banquetlist .banquet_list li{
	width: 42vw;
}
.banquet .banquetlist .banquet_list li p{
	margin-top: 0.5em;
	line-height: 1.5;
	text-align: center;
	font-size: 1.125em;
}

/* hall */
.banquet .hall{
	overflow: hidden;
	text-align: center;
}
.banquet .hall_bg{
	background: url(../images/bg.jpg) top center;
	background-size: cover;
}
.banquet .hall .inner{
	padding: 5em 0 0;
}
.banquet .hall .inner .hallVox{
	margin-bottom: 3em;
}
.banquet .hall h3{
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.banquet .hall h3 .ja{
	font-size: 2em;
}
.banquet .hall h3 .en{
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.5px;
}
.banquet .contactVox_bg{
	width: 100%;
	padding: 3em 0 0;
	background: #fff;
}

/*　2024/11/21追記　*/
/*.banquettypeBtn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}*/
/*.banquettypeBtn.btnOne{
	justify-content: center;
}*/
.banquettypeBtn .view a{
	width: 80vw;
	color: #fff;
	display: block;
	font-size: 1.125em;
	margin: 2em auto 0;
	text-align: center;
	position: relative;
	padding: 24px 0;
}
.banquettypeBtn .view a{
	position: relative;
	background: url(../images/view_bg.jpg) no-repeat top center;
	background-size: cover;
}
.banquettypeBtn .view a::after{
	top: 40%;
	right: 1em;
	content: "";
	width: 3em;
	height: 100%;
	position: absolute;
	background: url(../images/view.svg) no-repeat top center;
}


}