@charset "UTF-8";

body {
	background-color: #eaeae9;
	}

.contents-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	}
@media screen and (max-width:1280px) {
.contents-wrap {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	}
}
@media screen and (max-width:980px) {
.contents-wrap {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	}
}
@media screen and (max-width:680px) {
.contents-wrap {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	}
}

.dd-pc {
	display: block;
	}
.dd-sp {
	display: none;
	}
@media screen and (max-width:980px) {
.dd-pc {
	display: none;
	}
.dd-sp {
	display: block;
	}
}

#social,
#footer_info,
#footer_review,
.footer-brandbar {
	display: none;
	}

#el_humburger {
	top: 0;
}
	
#site_header_contents .container {
	justify-content: center;
	}

/* ******************************************
	Page Header
****************************************** */
#page_header.noto_header {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: rgb(0,0,0);
	}
	#page_header.noto_header .noto_hello {
		width: 100%;
		height: 100vh;
		}
	#page_header.noto_header img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.8;
		}
	#page_header.noto_header h1 {
		position: absolute;
		margin: 132px 0 0;
		padding: 0 5%;
		color: #fff;
		font-family: AgendaMedium,'Arial-Bold','Arial Bold','Hiragino Sans W5','ヒラギノ角ゴシック W5','Noto Sans JP', sans-serif;
		font-size: 40px;
		font-weight: 500;
		text-align: center;
		letter-spacing: 2px;
		}
		#page_header.noto_header h1 span {
			display: block;
			margin: 5px 0;
			font-family: AgendaMedium,'Arial-Bold','Arial Bold','Hiragino Sans W5','ヒラギノ角ゴシック W5','Noto Sans JP', sans-serif;
			font-size: 20px;
			font-weight: 500;
			}
@media screen and (max-width:1023px) {
#page_header.noto_header {
	margin-top: 0;
	}
	#page_header.noto_header h1 {
		margin: 0;
		}
}
@media screen and (max-width:980px) {
	#page_header.noto_header h1 {
		font-size: 30px;
		}
		#page_header.noto_header h1 span {
			}
}
@media screen and (max-width:680px) {
	#page_header.noto_header h1 {
		font-size: 24px;
		}
		#page_header.noto_header h1 span {
			}
}
@media screen and (max-width:480px) {
	#page_header.noto_header h1 {
		font-size: 21px;
		}
		#page_header.noto_header h1 span {
			}
}

/* ******************************************
	NOTO Fair
****************************************** */
#noto-fair {
	margin-top: 120px;
	}
	#noto-fair .contents-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		}
		#noto-fair .noto-fair-img {
			width: calc(40% - 30px);
			}
		#noto-fair .noto-fair-txt {
			width: calc(60% - 30px);
			}
			#noto-fair .noto-fair-txt h2 {
				font-size: 27px;
				}
			#noto-fair .noto-fair-txt p {
				font-size: 18px;
				line-height: 1.8;
				}
@media screen and (max-width:1280px) {
		#noto-fair .noto-fair-img {
			width: 100%;
			max-width: 600px;
			text-align: center;
			margin: 0 auto 60px;	
			}
		#noto-fair .noto-fair-txt {
			width: 100%;
			max-width: 900px;
			text-align: center;
			margin: 0 auto;
			}
}
@media screen and (max-width:980px) {
		#noto-fair .noto-fair-img {
			width: 80%;
			max-width: 400px;
			text-align: center;
			margin: 0 auto 60px;	
			}
		#noto-fair .noto-fair-txt {
			width: 100%;
			text-align: center;
			margin: 0 auto;
			}
}
@media screen and (max-width:680px) {
#noto-fair {
	margin-top: 60px;
	}
}

/* ******************************************
	Partner
****************************************** */
#partner {
	margin-top: 120px;
	}
	#partner .contents-wrap {
		position: relative;
		height: 700px;
		}
		.partner-main-img {
			position: absolute;
			top: 40px;
			right: 0;
			width: 800px;
			}
		.partner-sub-img {
			position: absolute;
			top: 0;
			left: 40px;
			width: 400px;
			}
		.partner-text {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 600px;
			padding: 30px;
			background-color: rgba(255, 255, 255, 0.7);
			}
			.partner-text h2 {
				font-size: 22px;
				line-height: 1.8;
				}
			.partner-text p {
				font-size: 18px;
				line-height: 1.8;
				}
@media screen and (max-width:1280px) {
	#partner .contents-wrap {
		position: static;
		height: auto;
		text-align: center;
		}
		.partner-main-img {
			position: static;
			top: auto;
			right: auto;
			width: 100%;
			max-width: 800px;
			margin: 0 auto 30px;
			}
		.partner-sub-img {
			position: static;
			top: auto;
			left: auto;
			width: 100%;
			max-width: 800px;
			margin: 0 auto 30px;
			}
		.partner-text {
			position: static;
			bottom: auto;
			left: auto;
			width: 100%;
			max-width: 800px;
			margin: 0 auto;
			padding: 30px;
			background-color: rgba(255, 255, 255, 0.7);
			}
}
@media screen and (max-width:680px) {
#partner {
	margin-top: 60px;
	}
}

/* ******************************************
	Seven Stars
****************************************** */
#seven-stars {
	margin-top: 120px;
	background-image: url("https://www.anacrowneplaza-kanazawa.jp/_cms/wp-content/uploads/2024/12/seven-stars_bg.png");
	background-repeat: no-repeat;
	background-position-y: 60px;
	}
	#seven-stars .contents-wrap {
		
		}
	#seven-stars .contents-wrap h2 {
		width: 90%;
		margin: 0 auto 50px;
		padding: 30px;
		background-color: #55585a;
		font-size: 32px;
		color: #fff;
		text-align: center;
		}
		#seven-stars .contents-wrap h2 span {
			display: inline;
			font-size: 40px;
			}
@media screen and (max-width:980px) {
	#seven-stars .contents-wrap h2 {
		font-size: 24px;
		}
		#seven-stars .contents-wrap h2 span {
			font-size: 30px;
			}
}

	#seven-stars .contents-wrap .seven-stars-item {
		position: relative;
		height: 230px;
		margin: 50px 0;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n + 1) .seven-stars-item-img {
		position: absolute;
		top: 0;
		left: 0;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n + 1) .seven-stars-item-txt {
		position: absolute;
		top: 35px;
		right: 40px;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n) .seven-stars-item-img {
		position: absolute;
		top: 0;
		right: 0;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n) .seven-stars-item-txt {
		position: absolute;
		top: 35px;
		left: 40px;
		}
@media screen and (max-width:1280px) {
	#seven-stars .contents-wrap .seven-stars-item {
		position: relative;
		height: auto;
		margin: 50px 0;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n + 1) .seven-stars-item-img {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n + 1) .seven-stars-item-txt {
		position: relative;
		top: auto;
		right: auto;
		margin: -30px auto 0;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n) .seven-stars-item-img {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
		}
	#seven-stars .contents-wrap .seven-stars-item:nth-of-type(2n) .seven-stars-item-txt {
		position: relative;
		top: auto;
		left: auto;
		margin: -30px auto 0;
		}
}
		#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-img {
			width: 720px;
			height: 230px;
			}
			#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-img img {
				width: 720px;
				height: 230px;
				object-fit: cover;
				}
@media screen and (max-width:1280px) {
		#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-img {
			width: 100%;
			height: 400px;
			}
			#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-img img {
				width: 100%;
				height: 400px;
				object-fit: cover;
				}
}
		#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt {
			width: 550px;
			height: 160px;
			padding: 30px;
			background-color: rgba(255, 255, 255, 0.7);
			}
			#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt h3 {
				font-size: 24px;
				}
				#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt h3 img.star-icon-l {
					width: auto;
					height: 50px;
					}
			#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt p {
				margin-top: 20px;
				font-size: 18px;
				font-weight: 500;
				}
@media screen and (max-width:980px) {
		#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt {
			width: 90%;
			height: auto;
			text-align: center;
			}
}
@media screen and (max-width:680px) {
#seven-stars {
	margin-top: 60px;
	}
			#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt h3 {
				font-size: 21px;
				}
				#seven-stars .contents-wrap .seven-stars-item .seven-stars-item-txt h3 img.star-icon-l {
					display: block;
					width: auto;
					height: 50px;
					margin: 0 auto 10px;
					}
}

/* ******************************************
	Info
****************************************** */
#info {
	margin-top: 120px;
	}
	#info .contents-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
		#info .contents-wrap .info-box {
			position: relative;
			width: calc(50% - 20px);
			padding: 40px 30px 90px;
			border: 1px solid #666;
			}
@media screen and (max-width:1280px) {
		#info .contents-wrap .info-box {
			position: relative;
			width: 100%;
			margin: 60px auto 0;
			padding: 40px 30px 90px;
			border: 1px solid #666;
			}
}
			#info .contents-wrap .info-box h2 {
				position: absolute;
				top: -18px;
				left: 0;
				width: 100%;
				margin: 0;
				text-align: center;
				}
				#info .contents-wrap .info-box h2 span {
					display: inline-block;
					margin: 0 auto;
					padding: 0 30px;
					background-color: #eaeae9;
					font-size: 24px;
					}
			#info .contents-wrap .info-box dl {
				display: flex;
				flex-wrap: wrap;
				font-size: 16px;
				}
				#info .contents-wrap .info-box dl dt {
					width: 120px;
					padding: 5px;
					border-bottom: 1px solid #666;
					font-weight: normal;
					}
				#info .contents-wrap .info-box dl dd {
					width: calc(100% - 120px);
					padding: 5px;
					border-bottom: 1px solid #666;
					font-weight: normal;
					}
			#info .contents-wrap .info-box .btn {
				position: absolute;
				bottom: 25px;
				left: calc(50% - 75px);
				}
			#info .contents-wrap .info-bg-w {
				width: 80%;
				margin: 30px auto 0;
				padding: 20px;
				border: 1px solid #666;
				background-color: #fff;
				font-size: 16px;
				text-align: center;
				}
				#info .contents-wrap .info-bg-w a {
					text-decoration: underline;
					}

		.contents-wrap .info-box-w {
			position: relative;
			width: 100%;
			margin: 80px auto 0;
			padding: 40px 30px 20px;
			border: 1px solid #666;
			}
			.contents-wrap .info-box-w h2 {
				position: absolute;
				top: -18px;
				left: 0;
				width: 100%;
				margin: 0;
				text-align: center;
				}
				.contents-wrap .info-box-w h2 span {
					display: inline-block;
					margin: 0 auto;
					padding: 0 30px;
					background-color: #eaeae9;
					font-size: 24px;
					}
			.contents-wrap .info-box-w dl {
				display: flex;
				flex-wrap: wrap;
				font-size: 16px;
				}
				.contents-wrap .info-box-w dl dt {
					width: 160px;
					padding: 5px;
					border-bottom: 1px solid #666;
					font-weight: normal;
					}

				#info .contents-wrap .info-box-w dl dd {
					width: calc((100% - 160px) / 3);
					padding: 5px;
					border-bottom: 1px solid #666;
					font-weight: normal;
					text-align: right;
					}

.dd-line {
	border-bottom: none !important;
	}

@media screen and (max-width:980px) {
				.contents-wrap .info-box-w dl dt {
					width: 100%;
					border-bottom: none;
					background-color: #55585a;
					color: #fff;
					}
				
				#info .contents-wrap .info-box-w dl dd {
					width: 50%;
					}
				#info .contents-wrap .info-box-w dl dd.dd-sp {
					text-align: left;	
					}
.dd-line {
	border-bottom: 1px solid #666 !important;
	}
}

@media screen and (max-width:680px) {
#info {
	margin-top: 60px;
	}
			#info .contents-wrap .info-bg-w {
				width: 100%;
				}
				#info .contents-wrap .info-box-w {
					padding: 80px 30px 20px;
					}
}

/* ******************************************
	Menu
****************************************** */
#menu {
	}
	#menu .contents-wrap {
		margin-top: 120px;
		}
		#menu .contents-wrap h2 {
			width: 100%;
			text-align: center;
			font-size: 32px;
			}
		#menu .contents-wrap h3 {
			width: 100%;
			margin: 0 0 20px;
			text-align: center;
			font-size: 24px;
			}
		#menu .contents-wrap .recommend {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			}
			#menu .contents-wrap .recommend div {
				position: relative;
				width: calc(50% - 20px);
				aspect-ratio: 3 / 2;
				}
@media screen and (max-width:980px) {
			#menu .contents-wrap .recommend div {
				width: 100%;
				margin: 30px auto 0;
				}
}
				#menu .contents-wrap .recommend div img {
					width: 100%;
					aspect-ratio: 3 / 2;
					object-fit: cover;
					}
				#menu .contents-wrap .recommend div p {
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					padding: 8px 5px 5px;
					background-color: rgba(255, 255, 255, 0.7);
					font-size: 16px;
					line-height: 1.5;
					text-align: center;
					}
					#menu .contents-wrap .recommend div p img {
						width: 21px;
						height: 20px;
						margin-right: 5px;
						aspect-ratio: auto;
						vertical-align: -3px;
						}
				#menu .contents-wrap .info-box-w h2 {
					top: -22px;
					}
				#menu .contents-wrap .info-box-w dl dd {
					width: calc(100% - 160px);
					padding: 5px;
					border-bottom: 1px solid #666;
					}
					#menu .contents-wrap .info-box-w dl dd img {
						width: 21px;
						height: 20px;
						margin-right: 5px;
						aspect-ratio: auto;
						vertical-align: -3px;
						}
@media screen and (max-width:980px) {
				#menu .contents-wrap .info-box-w dl dt {
					width: 100%;
					padding: 5px 5px 0;
					border-bottom: none;
					}
				#menu .contents-wrap .info-box-w dl dd {
					width: 100%;
					}
}
@media screen and (max-width:680px) {
	#menu .contents-wrap {
		margin-top: 60px;
		}
}

/* ******************************************
	Drink
****************************************** */
#drink {
	}
	#drink .contents-wrap {
		margin-top: 120px;
		}
		#drink .contents-wrap h2 {
			width: 100%;
			text-align: center;
			}
		#drink .contents-wrap .drink-img {
			width: 100%;
			text-align: center;
			}
			#drink .contents-wrap .drink-img img {
				width: 100%;
				max-width: 500px;
				margin: 0 0 20px;
				}
		#drink .contents-wrap .drink-plan {
			display: flex;
			flex-wrap: wrap;
			border-top: 1px solid #666;
			font-size: 16px;
			}
			#drink .contents-wrap .drink-plan dt {
				width: 45%;
				padding: 10px;
				border-bottom: 1px solid #666;
				font-weight: normal;
				}
				#drink .contents-wrap .drink-plan dt span {
					display: inline-block;
					width: 100px;
					padding: 6px 10px 2px;
					background-color: #55585a;
					color: #fff;
					text-align: center;
					font-size: 15px;
					line-height: 15px;
					}
			#drink .contents-wrap .drink-plan dd {
				width: 55%;
				padding: 10px;
				border-bottom: 1px solid #666;
				font-weight: normal;
				}
		#drink .contents-wrap .drink-menu {
			display: flex;
			flex-wrap: wrap;
			font-size: 16px;
			}
			#drink .contents-wrap .drink-menu dt {
				width: 200px;
				padding: 10px;
				border-bottom: 1px solid #666;
				font-weight: normal;
				}
			#drink .contents-wrap .drink-menu dd {
				width: calc(100% - 200px);
				padding: 10px;
				border-bottom: 1px solid #666;
				font-weight: normal;
				}	

@media screen and (max-width:980px) {
			#drink .contents-wrap .drink-plan dt {
				width: 100%;
				padding: 10px 10px 0;
				border-bottom: none;
				}
			#drink .contents-wrap .drink-plan dd {
				width: 100%;
				}
			#drink .contents-wrap .drink-menu dt {
				width: 100%;
				padding: 10px 10px 0;
				border-bottom: none;
				}
			#drink .contents-wrap .drink-menu dd {
				width: 100%;
				}
}
@media screen and (max-width:980px) {
	#drink .contents-wrap {
		margin-top: 60px;
		}
}

/* ******************************************
	Collaboration
****************************************** */
#collaboration {
	margin-top: 120px;
	}
	#collaboration h2 {
		width: 100%;
		text-align: center;
		}
	#collaboration .contents-wrap {
		position: relative;
		}
		.collaboration-main-img {
			position: absolute;
			top: 40px;
			right: 0;
			width: 55%;
			}
			.collaboration-main-img img {
				width: 100%;
				}
			.collaboration-main-img p {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 8px 10px 5px;
				background-color: rgba(255, 255, 255, 0.7);
				font-size: 16px;
				line-height: 1.5;
				text-align: center;
				}
		.collaboration-sub-img {
			position: relative;
			top: -30px;
			left: 150px;
			width: 40%;
			}
			.collaboration-sub-img img {
				width: 100%;
				}
			.collaboration-sub-img p {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 8px 10px 5px;
				background-color: rgba(255, 255, 255, 0.7);
				font-size: 16px;
				line-height: 1.5;
				text-align: center;
				}
		.collaboration-text {
			position: relative;
			top: 0;
			left: 0;
			width: 50%;
			padding: 30px 80px 60px 30px;
			background-color: rgba(255, 255, 255, 0.7);
			}
			.collaboration-text h3 {
				font-size: 22px;
				line-height: 1.8;
				}
			.collaboration-text p {
				font-size: 18px;
				line-height: 1.8;
				}
				.collaboration-text p a {
					text-decoration: underline;
					}
@media screen and (max-width:980px) {
	#collaboration .contents-wrap {
		display: flex;
		flex-wrap: wrap;
		position: static;
		}
		.collaboration-main-img {
			position: static;
			top: auto;
			right: auto;
			width: 100%;
			order: 1;
			}
		.collaboration-sub-img {
			position: static;
			top: auto;
			left: auto;
			width: 100%;
			margin-top: 30px;
			order: 2;
			}
		.collaboration-text {
			position: static;
			top: auto;
			left: auto;
			width: 100%;
			margin-top: 30px;
			padding: 30px;
			order: 3;
			}
}
@media screen and (max-width:980px) {
#collaboration {
	margin-top: 60px;
	}
}


/* ******************************************
	Attention
****************************************** */
#attention {
	margin: 120px 0 60px;
	}

#copyright {
	opacity: 1 !important;
	}
@media screen and (max-width:980px) {
#attention {
	margin: 60px 0;
	}
	}


/* ******************************************
	ビアカレンダー
****************************************** */
.lpcal_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
	}
	.lpcal_status {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		}
		.lpcal_status div {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin: 10px 0 10px 30px;
			}
			.lpcal_status img {
				width: 50px;
				}
	.lpcal_month {
		display: flex;
		flex-wrap: wrap;
		width: calc(50% - 10px);
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
		.lpcal_month_title {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			min-height: 40px;
			padding: 5px 0 0;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background-color: #d9b23f;
			color: #fff;
			font-weight: bold;
			line-height: 1.0;
			}
		.lpcal_week {
			display: flex;
			justify-content: center;
			align-items: center;
			width: calc(100% / 7);
			min-height: 40px;
			padding: 5px 0 0;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background-color: #d9b23f;
			color: #fff;
			font-weight: bold;
			line-height: 1.0;
			}
		.lpcal_day {
			width: calc(100% / 7);
			padding: 3px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			}
			.lpcal_date {
				line-height: 1;
				}
			.lpcal_icon {
				display: flex;
				justify-content: center;
				align-items: center;
				}
				.lpcal_icon img {
					width: 30px;
					margin-bottom: 0;
					}

