@charset "UTF-8";
.bg-menu {
	background-image: url(/menu/wp-content/uploads/2025/05/bg-menu.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.text-center {
	text-align: center;
}
.mb-40 {
	margin-bottom:40px!important;
}
.menu-wrap {
	max-width:768px;
	min-width:768px;
	margin:60px auto 0;
	/*font-family: "Cormorant Infant", "Noto Serif JP", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
.menu-wrap section {
	padding-top:100px;
}
.menu-wrap h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	letter-spacing: 1.6px;
	font-weight: 500;
	/*font-weight: 900;*/
	text-align: center;
}

.menu-wrap #cafe h2 {
	color:#8d6559;
}

.menu-wrap #alcohol h2 {
	color:#6b6c8c;
}

.menu-wrap #special h2 {
	color:#d9b816;
}
.menu-wrap #flavor h2 {
	color:#6b917a;
}

.menu-wrap h2::before,
.menu-wrap h2::after {
	content: '';
	width: 20%;
	height: 3px;
	background-color: #111111;
}

.menu-wrap h2::before {
	margin-right: 40px;
}
.menu-wrap h2::after {
	margin-left: 40px;
}

.menu-wrap h3 {
	padding: 20px 80px;
	margin-bottom:20px;
	background-color:#b5b5b5;
	font-size:28px;
	font-weight: 500;
	/*font-weight: 900;*/
	color:#fff;
	letter-spacing: 1.6px;
}
.menu-wrap section h3::after {
	background:none;
	width:0!important;
	bottom:0;
}
.menu-wrap table {
	margin:1em 10% 40px 10%;
	width:80%;
	font-size:1.2rem;
	position: relative;
}
.menu-wrap table::before {
	position:absolute;
	top:-1em;
	left:0;
	content:"";
	border:1px solid #b5b5b5;
	height:calc(100% + 1.5em);
}
.menu-wrap th,.menu-wrap td {
	padding-left: 2em;
	word-wrap: break-word;
	white-space: normal;
	line-height: 2.5em;
	font-weight:400;
	/*font-weight:600;*/
	letter-spacing:1.1px;
}
.menu-wrap th {
	position: relative;
	line-height: 1.2em;
}
.menu-wrap th::before {
	position:absolute;
	top:calc(1.25em - 1px);
	left:0;
	content:"";
	border:1px solid #b5b5b5;
	width:1.5em;
}
.menu-wrap th span, .menu-wrap td span {
	font-size:0.8em!important;
}
.menu-wrap td {
	text-align: end;
	font-size:1.4rem;
}
.option-box {
	padding: 20px 20px;
	border-radius: 8px;
	border:2px solid #b5b5b5;
}
.option-box h2 {
	font-size:42px;
	margin-top:40px;
	margin-bottom:40px;
	color:#111111!important;
}

.menu-wrap .option-box h2::before,
.menu-wrap .option-box h2::after {
	content: '';
	width: 35%;
	height: 3px;
	background-color: #111111;
}
.special-price {
	font-size:36px;
	line-height: 54px;
	font-weight: 500;
	/*font-weight: bold;*/
	text-align: center;
	padding:40px 0;
}

.special-price span {
	font-size:20px;
	border-bottom: 2px solid #111111;
}
.menu-nav {
	width: 100%;
	position: fixed;
	top:0;
	padding:10px;
	display: flex;
	justify-content: center;
	box-shadow: 0 0 10px #b5b5b5;
	background-color: #fff;
	z-index:2;
}
.menu-nav a {
	display: inline-block;
	margin:0 30px;
	text-align: center;
	text-decoration: none!important;
	color:#111111!important;
	font-size:14px;
}
.menu-nav a img {
	width:50px;
}
.menu-nav a p {
	margin-top:6px;
	/*font-family: "Cormorant Infant", "Noto Serif JP", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}

.attention-area {
	padding: 30px 60px;
	background-color: #f3f3f3;
	border-radius: 10px;
	margin-top:40px;
}
.attention-area ul {
	padding-left: 20px;
}
.attention-area ul li {
	list-style: disc;
	line-height:32px;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reccommend-item {
	border-bottom: 1px solid #111111;
	margin-bottom: 20px;
}
.reccommend-item .txt {
	width:78%;
	margin-right: 20px;
	padding: 10px 0 20px;
}
.reccommend-item .txt h3 {
	background-color: unset;
	font-size: 24px;
	color:#111111;
	padding: 20px 0 10px;
	margin:0;
}
.reccommend-item .txt p {
	line-height: 24px;
}
.reccommend-item .img {
	width:18%;
}

.flex-flavor {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.flavor-item {
	width: 18%;
	margin: 0 6px 10px;
	text-align: center;
}
.flavor-item p {
	font-size:16px;
	font-weight: 500;
	/*font-weight: 700;*/
	text-align: center;
}
.flavor-item img {
	max-height: 114px;
	margin-top:10px;
}


.sp {
	display: none;
}

@media screen and (max-width:768px) {
	.menu-wrap {
		max-width:100%;
		min-width:100%;
		margin:60px auto 0;
		/*font-family: "Cormorant Infant", "Noto Serif JP", sans-serif;*/
		font-family:  "Noto Sans JP", sans-serif;
	}
	.menu-nav {
		justify-content: space-evenly;
	}

	.menu-nav a {
		font-size:12px;
		margin:0 15px;
	}
	.menu-nav a img {
		width:36px;
	}
	.menu-nav a p {
		margin-top:4px;
	}
	.menu-wrap section {
		padding-top:40px;
	}
	.menu-wrap h2 {
		font-size: 24px;
		letter-spacing:0.5px;
		font-weight:700;
	}
	.menu-wrap h2::before,
	.menu-wrap h2::after {
		content: '';
		width: 14%;
	}

	.menu-wrap h2::before {
		margin-right: 20px;
	}
	.menu-wrap h2::after {
		margin-left: 20px;
	}
	.tax-txt {
		font-size:14px;
		line-height:20px;
		font-weight:400;
		margin-top:20px;
	}
	.menu-wrap h3 {
		font-size:20px;
		padding: 10px 40px;
		letter-spacing:0.5px;
	}
	.menu-wrap th {
		line-height:1.4em;
	}
	.menu-wrap td {
		font-weight:300;
	}
	.menu-wrap th, .menu-wrap td {
		font-size:16px;
		letter-spacing:0.8px;
	}

	.option-box {
		margin:0 20px;
	}
	.option-box h2 {
		font-size:24px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.menu-wrap .option-box table {
		margin:1em 2% 1em 2%;
		width: 90%;
	}

	.menu-wrap .option-box h2::before,
	.menu-wrap .option-box h2::after 
	{
		width: 16%;
	}

	.special-price {
		padding:20px 0;
	}

	.flavor-item {
		width: 29%;
	}
	.inner {
		width: 90%;
		margin:0 auto;
	}
	.sp {
		display: block;
	}


}