#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 * {
		display: inline-block;
	}

	#memo > span {
		margin-bottom: 0.25rem !important;
		border-bottom: 1px solid rgba(150 150 150/ 1.00);
		font-size: 1.25rem;
	}

	#memo strong {
		margin-bottom: 0.25rem !important;
		border-bottom: 1px solid rgba(150 150 150/ 1.00);
		font-size: 1.50rem;
	}

	#memo > i,
	#memo > b {
		padding-bottom: 0.15rem !important;
	}

	#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 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;
	}

@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) {
	#part_other article,
	#part_drink article {
		flex-direction: column;
	}

	#part_other article > dl,
	#part_drink article > dl {
		width: 100%;
	}

	.list-main > ul > li {
		width: 100%;
	}

}