/* menu */
.menu__contents {
}
.menu__contents--title {
	font-size: 0;
	margin: 0;
}
.menu__contents--tab-img {
	width: 100%;
	max-width: 20rem;
	height: auto;
	vertical-align: bottom;
}



.menu__accordion--bar {
	background-color: #fff2cc;
	border-bottom: 1px solid #af9572;
/*	border-left: 1px solid #af9572; */
/*	border-right: 1px solid #af9572; */
	padding: .375rem .75rem;
	position: relative;
	user-select: none;
}
.menu__accordion--title {
	font-weight: bold;
	margin: 0;
}
.accordion-btn-show {
	background: none !important;
}
.accordion-btn-show.clicked::before {
	background: #000000;
}
.accordion-btn-show::after {
	background: #000000;
}


.menu__contents--ul, .menu__contents--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu__contents--ul > li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.8rem 0.4rem;
}
.menu__contents--ul > li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.menu__contents--a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10;
}

.menu__order--ul, .menu__order--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu__order--ul {
	border: 0;
	margin-bottom: -4.375rem;
	text-align: center;
}
.menu__order--ul > li {
	margin: 0.4rem 0;
	padding: .25rem!important;
}
.menu__order--li-sounds-img {
	width: 100%;
	max-width: 6rem;
	height: auto;
}


.menu__order-list--title {
	border-bottom: 2px solid #000000;
	font-weight: bold;
	padding: 0 0 0.4rem 1rem;
}
.menu__order-sounds--ul, .menu__order-sounds--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu__order-sounds--ul > li {
	padding-top: 4.375rem;
	margin-bottom: -4.375rem;
}
.menu__order-list--ul, .menu__order-list--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu__order-list--ul {
	margin: 1rem;
}
.menu__order-list--ul > li {
	color: #664003;
	position: relative;
	padding-left: 1.0rem;
}
.menu__order-list--ul > li::before {
	content: '・';
	position: absolute;
	top: -0.1rem;
	left: 0;
}
