#pre_ttl {
	margin-bottom: 1.00rem !important;
	text-align: center;
}

#memo {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.00rem !important;
}

#memo > * {
	text-align: center;
}

#memo > span {
	font-size: 0.90rem;
}

#memo strong {
	font-size: 1.25rem;
}

#memo > b {
	font-size: 1.00rem;
	font-weight: normal;
}

#memo a {
	font-size: inherit;
}

.list-main > ul > li > ol > li:last-child {
	border: none;
}

.list-main figure {
	padding: 1.00rem !important;
	margin-bottom: 1.00rem !important;
	background: rgba(245 245 225/ 1.00);
}

.list-main img {
	width: 100%;
}


.list-main > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.00rem !important;
}

.list-main > ul > li {
	width: calc(100% / 3 - 15px);
	margin-bottom: 30px !important;
}

.list-main > ul::after {
	content: "";
	display: block;
	width: calc(100% / 3 - 15px);
}

.list-main > ul > li > ol > li {
	padding: 0.25rem !important;
	border-bottom: 1px solid rgba(200 200 200/ 1.00);
}

.list-main > ul > li > ol {
	margin-bottom: 0.75rem !important;
}

.list-main > ul > li > ol > li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
}

.list-main > ul > li > ol > li > i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 29px !important;
	padding: 0.15rem !important;
	margin-right: 0.25rem !important;
	background: black;
	border-radius: 3px;
	color: white;
	font-family: sans-serif;
	font-size: 0.80rem;
	text-align: center;
	white-space: nowrap;
}


.list-main > ul > li > ol > li > strong {
	margin-right: 0.50rem !important;
	margin-right: auto !important;
}

.list-main > ul > li > ol > li > em {
	margin-left: auto !important;
}


.list-main > ul > li > ol > li:first-child {
	display: block;
	border: none;
	min-height: 4.00rem;
	font-size: 1.00rem;
}




.list-main figure {
	display: flex;
	align-items: center;
}


#part_other,
#part_drink {
	margin-top: 2.00rem !important;
	padding-top: 1.50rem !important;
	border-top: 1px solid rgba(200 200 200/ 1.00);
}



#part_other * {
	text-align: center;
}

#part_other article,
#part_drink article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px !important;
}

#part_other article dl,
#part_drink article dl {
	width: calc(100% / 2 - 20px);
}

#part_drink article p {
	width: 100%;
}

#part_drink article dl dt {
	font-size: 1.50rem;
	text-align: center;
}

#part_drink article dl dt,
#part_drink article dl dd:nth-child(2) {
	padding: 1rem 2rem  0 2rem !important;
	background: rgba(245 245 225/ 1.00);
}

#part_drink article dl dd:nth-child(2) {
	padding-bottom: 1.00rem !important;
	margin-bottom: 1.50rem !important;
}

#part_drink article dl dd:nth-child(2) p {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	padding: 0 0.15rem !important;
}

#part_drink article dl dd:nth-child(2) p *:nth-child(1) {
	width: 5.00rem;
	text-align-last: justify;
	text-justify:inter-ideograph;
	white-space: nowrap;
}

#part_drink article dl dd:nth-child(2) p *:nth-child(2) {
	width: calc(100% - 6.00rem);
	margin-left: 1.00rem !important;
}




.list_menu > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.35rem 1.00rem !important;
	border-bottom: 1px dotted rgba(220 220 220/ 1.00);
}

.list_menu > li em {
	margin-left: auto !important;
}


#explanation {
	padding: 1.50rem !important;
	margin-bottom: 2.00rem !important;
	background: rgba(235 235 205/ 1.00);
}

#explanation section:nth-child(1) {
	margin-bottom: 2.00rem !important;
}

#explanation h2 {
	padding: 0.50rem !important;
	margin-bottom: 0.75rem !important;
	background: rgba(50 25 20/ 1.00);
	border-radius: 5px;
	color: white;
	font-size: 1.50rem;
	text-align: center;
}

#explanation article > ul > li:not(:last-child) {
	border-bottom: 1px dotted rgba(180 180 180/ 1.00);
}

#explanation article > ul li {
	padding-bottom: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

#explanation article ul dl {
	display: flex;
}

#explanation article > ul dl dt {
	width: 12.00rem;
}

#explanation article > ul dl dd {
	width: calc(100% - 12.00rem);
}

#explanation .shoplist li dl {
	display: flex;
}

#explanation .shoplist li dl dt {
	display: flex;
}

.shoplist li {
	display: flex;
}



.shoplist li span {
	display: flex;
	align-items: center;
	width: 14.00rem;
}

.shoplist li em {
	padding-left: 1.50rem !important;
}

.shoplist li span::before {
	content: "";
	width: 0.85rem;
	height: 0.85rem;
	margin-right: 0.50rem !important;
	background: rgba(220 105 104/ 1.00);
	border-radius: 100%;
}



#fax > dd > p {
	display: flex;
}

#fax > dd > p > span {
	padding-right: 1.50rem !important;
	
}

main #fax > dd > p > a.btn {
	background: rgba(220 105 104/ 1.00);
	color: white;
}

main .btn {
	margin: 0 !important;
}



			






@media screen and (max-width: 1100px) {
	.list-main > ul > li {
		width: calc(100% / 2 - 15px);
	}

	.list-main > ul > li > ol > li > strong {
		margin-right: auto !important
	}

	.list-main > ul > li > ol > li > em {
		margin-left: auto !important;
	}

}

@media screen and (max-width: 767px) {
	.list-main > ul > li {
		width: 100%;
	}

	.list-main > ul > li > ol > li:first-child {
		display: block;
		border: none;
		min-height: 2.00rem;
		font-size: 1.00rem;
	}

	.shoplist li {
		flex-direction: column;
	}

	.shoplist li * {
		width: 100% !important;
	}

	#fax > dd > p {
		flex-direction: column;
	}


	main .btn {
		width: 10rem;
		margin: 1.00rem auto !important;
	}

	#explanation article > ul dl {
		flex-direction: column;
	}

	#explanation article > ul dl > * {
		width: 100% !important;
	}

}