#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 * {
		font-family: sans-serif;
		font-size: 1.0rem;
	}

	.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 > strong.delivery {
		display: block;
		margin-bottom: 0.50rem !important;
		text-align: center;
	}

	.list-main > ul > li > strong.delivery.pink {
		color: rgba(235 80 100/ 1.00);
	}

	.list-main > ul > li > strong.delivery.purple {
		color: purple;
	}

	.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 > *:nth-child(2) {
		box-sizing: border-box;
		display: block;
		width: calc(100% - 35px);
	}

	.list-main > ul > li > ol > li > *:nth-child(n+3) {
		box-sizing: border-box;
		display: block;
		width: calc(100% - 35px);
		margin-left: 35px !important;
	}

	.list-main > ul > li > ol > li > * {
		text-align: left;
	}

	.list-main > ul > li > ol > li > i {
		display: flex;
		align-items: center;
		justify-content: center;
	    min-width: 29px;
		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.name {
		/*
		margin-right: 0.50rem !important;
		margin-right: auto !important;
		*/
		width: calc(100% - 35px) !important;
	}

	.list-main > ul > li > ol > li > em.price {
		/* margin-left: auto !important; */
		/* padding-left: 35px !important; */
		text-align: left;
		font-weight: bold;
	}

	.list-main > ul > li > ol > li > em.size {
		width: 100% !important;
		padding-left: 35px !important;
	}


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


	.restrictions {
		padding-left: 1.15rem !important;
		color: rgba(200 30 30/ 1.00);
		text-indent: -1.00rem;
	}




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


	.grp_name {
		margin: 0.25rem 0 !important;
		font-weight: bold;
	}

	.addition {
		margin: 0.25rem 0 !important;
		padding: 0.25rem 0 !important;
		border-top: 1px solid rgba(180 180 180/ 1.00);
		border-bottom: 1px solid rgba(180 180 180/ 1.00);
		font-weight: bold;
	}

	.careful {
		color: rgba(200 20 20/ 1.00);
	}

	#_7 .careful {
		border-bottom: 1px solid rgba(200 20 20/ 1.00);
	}


	.list-main > ul > li#_7 > ol > li:nth-child(2) {
		border-bottom: 1px solid rgba(200 200 200/ 1.00);
	}



#aside {
	box-sizing: border-box;
	width: 80%;
	max-width: 100%;
	padding: 2.00rem !important;
	margin: 0 auto 4.00rem auto !important;
	background: beige;
}

#aside * {
	font-family: sans-serif;
	text-align: center;
}

#aside ul li {
	padding-left: 1.00rem !important;
	text-align: left;
	text-indent: -1.00rem;
}

#aside dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	width: 70%;
	max-width: 100%;
	margin: 0 auto !important;
	margin-bottom: 2.00rem !important;
}

#aside dl > dt {
	width: 100%;
	margin-bottom: 1.00rem !important;
}

#aside dl > dd {
	width: calc(50% - 15px);
}

@media screen and (max-width: 960px) {
	#aside dl {
		flex-direction: column;
	}

	#aside dl > * {
		width: 100% !important;
	}

	#aside dl > dd {
		padding: 1.00rem !important;
		margin-bottom: 1.00rem !important;
		border: 1px solid rgba(220 220 220/ 1.00);
	}
}

@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%;
	}

}