@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main {
	padding-bottom: 6.2rem;
}
#main::before {
	background-image: url(../img/menu/bg01.webp);
	background-image:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url(../img/menu/bg01.webp);

    background-size: cover;
    background-position: center;
}
#main .comBox {
	padding-bottom: 8.8rem;
}
#main .topPhoto {
	margin: 0 auto 11.2rem;
	width: 95.1rem;
}
#main .topPhoto .photoWrap {
	position: relative;
	display: block;
}
#main .topPhoto .caption {
	margin-top: 1rem;
	font-size: 1.4rem;
	text-align: right;
	letter-spacing: 0.02em;
}
#main .topPhoto .note {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	font-size: 1.1rem;
	color: #FFF;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	letter-spacing: 0.02em;
}
#main .textBox {
	margin: 4.8rem auto 10.3rem;
	max-width: 95.1rem;
}
#main .textBox .text {
	margin-bottom: 4.3rem;
	font-size: 1.6rem;
	line-height: 1.56;
	letter-spacing: -0.1em;
}
#main .textBox .text:last-child {
	margin-bottom: 0;
}
#main .hTitle {
	margin: 0 auto 4.5rem;
	padding: 1.7rem 1rem 1.9rem;
	max-width: 95.1rem;
	border: 1px solid #FFF;
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.1rem;
}
#main .drink {
	margin-top: 12rem;
	margin-bottom: 12rem;
}
#main .drink .comTitle {
	margin-bottom: 3.3rem;
}
#main .drink .photoUl {
	margin: 0 auto 5.3rem;
	max-width: 94.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .drink .photoUl li .photo {
	margin-bottom: 2rem;
}
#main .drink .photoUl li .photo img {
	height: 30.3rem;
}
#main .drink .photoUl li .text {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.25;
}
#main .drink .photoArea {
	margin: 0 auto;
	max-width: 93.8rem;
}
#main .drink .photoArea .subPhoto {
	margin-right: 5.7rem;
	width: 20.5rem;
}
@media all and (max-width: 896px) {
#main {
	padding-bottom: 6.2rem;
	background: url(../img/menu/bg01.jpg) repeat-y center top / 100%;
}
	#main .comBox {
		padding: 5rem 2rem;
	}
	#main .topPhoto {
		margin: 0 0 4rem;
		width: auto;
	}
	#main .topPhoto img {
		width: 100%;
	}
	#main .topPhoto .caption {
		font-size: 1.2rem;
	}
	#main .topPhoto .note {
		font-size: 0.8rem;
		right: 0.8rem;
		bottom: 0.3rem;
	}
	#main .textBox {
		margin: 3rem auto 6rem;
		max-width: inherit;
	}
	#main .textBox .text {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#main .hTitle {
		margin: 0 auto 3rem;
		padding: 1.5rem 1rem;
		max-width: inherit;
		font-size: 2rem;
	}
	#main .drink {
		margin-top: 6rem;
	}
	#main .drink .photoUl {
		margin: 0 0 5.3rem;
		max-width: inherit;
		display: block;
	}
	#main .drink .photoUl li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .drink .photoUl li .photo img {
		height: auto;
		width: 100%;
	}
	#main .drink .photoUl li .text {
		font-size: 1.8rem;
	}
	#main .drink .photoArea {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .drink .photoArea .subPhoto {
		margin: 0 auto 3rem;
		width: auto;
		max-width: 19.5rem;
	}
	#main .drink .photoArea .subPhoto:last-child {
		margin-bottom: 0;
	}
}