@charset "utf-8";
/* CSS Document */
#banquet #firstview{
	background: url("/banquet2/images/banquet_main.jpg") no-repeat;
	background-size: cover;
	background-position: top 50% left 60%;
}

#reserve{
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
	background-color: #000;
}
#reserve ul{
	width: calc(100% - 40px);
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#reserve ul li{
	width: 49%;
	list-style: none;
	position: relative;
	transition: .3s;
}
#reserve a{
	display: block;
	background: #fff;
	text-align: center;
	font-size: 1.16rem;
	padding: 0.7em;
	box-sizing: border-box;
	margin: 0 auto;
	width: 18em;
	transition: .3s;
}
#reserve a:hover{
	opacity: .7;
}

#banquetroom article{
	padding: 0 0 120px;
}
.maintitle{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto 12px;
	position: relative;
}
.maintitle img{
	object-fit: cover;
}
.maintitle h3{
	display: block;
	position: absolute;
	top: 30px;
	left: 40px;
	font-size: 2rem;
	color: rgb(86, 86, 86);
}
.maintitle h3 .ettl{
	display: block;
	font-size: 3.66rem;
}
.maintitle h3 .sttl{
	display: block;
	font-size: 1.5rem;
	line-height: 1em;
	text-indent: -0.5em;
}
ul.roomimages{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.roomimages li{
	width: calc(100% / 3 - 8px);
	list-style: none;
}
.roomdscrptn{
	font-size: 1rem;
	width: calc(100% - 40px);
	max-width: 550px;
	margin: 0 auto 50px;
}
.banqe_table table{
	border-collapse:collapse; 
	text-align: center; 
	width: calc(100% - 40px); 
	max-width: 550px; 
	margin: 0 auto 50px;
}
.banqe_table td,
.banqe_table th{
	font-size: 1rem;
	border: solid 1px #514f4e; 
	padding: 5px; 
	box-sizing: border-box;
}
.banqe_table th{
	background-color: #ebebeb;
}
ul.layout{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.layout li.p3{
	width: calc(100% / 3 - 20px);
	list-style: none;
}
.layout li.p4{
	width: calc(100% / 4 - 40px);
	list-style: none;
}
.layout p{
	font-size: 1.16rem;
	text-align: center;
	margin-bottom: 0.5em;
}
#smallroom h3{
	font-size: 2.5rem;
	color: #a57a43;
	text-align: center;
	margin-bottom: 20px;
}
#smallroom h3 .sttl{
	display: block;
	font-size: 1.16rem;
}
ul.roomtitle{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto;
}
ul.roomtitle li{
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
	display: table;
}
.titlearea{
	display: table-cell;
	width: 34%;
	text-align: center;
	vertical-align: middle;
	background: #a57a43;
}
.titlearea h4{
	font-size: 1.5rem;
	color: #fff;
}
.titlearea h4 span{
	display: block;
	font-size: 2.5rem;
}
.imagearea{
	display: table-cell;
}
.imagearea img{
	object-fit: cover;
}

#kanogawa h3{
	font-size: 2.5rem;
	color: #a57a43;
	text-align: center;
}
#kanogawa .capa{
	font-size: 1.16rem;
	text-align: center;
	margin-bottom: 20px;
}
#kanogawa .titlearea{
	background: #000;
}
#kanogawa .titlearea h4{
	width: 70%;
	margin: 0 auto;
}
#kanogawa .roomtitle a:hover{
	opacity: .7;
}
#kanogawa .name{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto;
	font-size: 1.33rem;
}

#catering h3{
	font-size: 2.5rem;
	color: #a57a43;
	text-align: center;
	margin-bottom: 30px;
}
ul.enkaicatering{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
ul.enkaicatering li{
	width: 49%;
	list-style: none;
	position: relative;
	transition: .3s;
}
ul.enkaicatering li p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.75rem;
	width: 8em;
	padding: 0.5em;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #fff;
	color: #fff;
}
ul.enkaicatering li img{
	object-fit: cover;
}
ul.enkaicatering li:hover{
	opacity: .7;
}

#banquetroom article#allergy{
	padding: 0 0 40px;
}
.allergybox{
	width: calc(100% - 40px);
	max-width: 924px;
	margin: 0 auto;
	padding: 40px 80px;
	border: solid 1px #595757;
	box-sizing: border-box;
	color: #595757;
}
#allergy h3{
	font-size: 2.16rem;
	text-align: center;
	margin-bottom: 1em;
}
.allergybox dt{
	font-size: 1.66rem;
	margin-bottom: 1em;
}
.allergybox dd{
	font-size: 1rem;
	margin-bottom: 40px;
}
.allergybox dd li{
	margin-left: 2em;
}

.mitorizu{
	display: block;
	width: 220px;
	margin: 40px auto;
	font-size: 1.1rem;
	line-height: 1em;
	color: #fff;
	padding: 0.7em;
	box-sizing: border-box;
	text-align: center;
	background: #a57a43;
}
.mitorizu:hover{
	opacity: .7;
}
.mitorizu span{
	padding-left: 1rem;
	position: relative;
}
.mitorizu span::before{
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 0.2em;
	left: 0;
	background: url("/common/images/arrow_link_wht.svg") no-repeat;
	background-size: contain;
}

@media screen and (max-width: 567px){

#reserve{
	padding: 30px 0 10px;
}
#reserve ul{
	display: block;
}
#reserve ul li{
	width: 100%;
	margin-bottom: 20px;
}
	
#banquetroom article{
	padding: 0 0 60px;
}
.maintitle{
	margin: 0 auto 6px;
}
.maintitle h3{
	display: block;
	position: inherit;
	top: 0;
	left: 0;
	font-size: 1rem;
	color: #000;
	text-align: center;
	margin-bottom: 1.5rem;
}	
.maintitle h3 .ettl{
	display: block;
	font-size: 1.66rem;
}
.maintitle h3 .sttl{
	display: block;
	font-size: 0.8rem;
	line-height: 1em;
	text-indent: -0.5em;
}
.roomimages li{
	width: calc(100% / 3 - 4px);
}
.banqe_table table{
	margin: 0 auto 30px;
}
ul.layout{
	width: calc(100% - 20px);
	flex-wrap: wrap;
	justify-content: center;
}
.layout li.p3,.layout li.p4{
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}
#smallroom h3{
	font-size: 1.33rem;
}
#smallroom h3 .sttl{
	font-size: 1rem;
}
ul.roomtitle li{
	display: block;
}
.titlearea{
	display: block;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}
.titlearea h4{
	font-size: 1rem;
}
.titlearea h4 span{
	font-size: 1.66rem;
}
.imagearea{
	display: block;
}
.imagearea img{
	object-fit: cover;
	width: 100%;
	height: calc((100vw - 40px) * 0.71);
}
	
#kanogawa h3{
	font-size: 1.33rem;
}
#kanogawa .capa{
	font-size: 1rem;
}
#kanogawa ul.roomtitle li{
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
	display: block;
	position: relative;
	height: calc((100vw - 40px) * 0.94);
}
#kanogawa .titlearea{
	display: flex;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
#kanogawa .titlearea h4{
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#kanogawa .imagearea{
	display: block;
	width: 100%;
	height: 100%;
}
#kanogawa .imagearea img{
	object-fit: cover;
	height: 100%;
}
#kanogawa .name{
	font-size: 1rem;
	text-align: center;
}
	
#catering h3{
	font-size: 1.33rem;
	margin-bottom: 20px;
}
ul.enkaicatering{
	width: calc(100% - 40px);
	margin: 0 auto;
	display: block;
}
ul.enkaicatering li{
	width: 100%;
	list-style: none;
	position: relative;
	transition: .3s;
	margin-bottom: 20px;
}
ul.enkaicatering li p{
	font-size: 1.66rem;
}
	
#banquetroom article#allergy{
	padding: 0;
}
.allergybox{
	padding: 30px 20px 0;
}
#allergy h3{
	font-size: 1.16rem;
}
.allergybox dt{
	font-size: 1.16rem;
	margin-bottom: 1em;
}
.allergybox dd{
	font-size: 1rem;
	margin-bottom: 30px;
}
	
}

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

#reserve{
	padding: 30px 0;
}
	
ul.enkaicatering li p{
	font-size: 1.66rem;
}
	
}

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

}
