/* single.php */
.ol-article__title {
	margin-bottom: 14px;
}
#bento-volume .bento-volume-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
#bento-volume .bento-volume-item {
	text-align: center;
	color: #A2A2A2;
	width: 30%;
}
#bento-volume .bento-volume-item .contents {
	margin-top: 8px;
	font-size: 0.7rem;
	line-height: 1.5;
}
#bento-volume .bento-volume-item .heading {
	border: 1px solid #A2A2A2;
	padding: 8px 12px;
	border-radius: 16px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5;
}
#bento-volume .bento-volume-item.active .heading {
	border: 1px solid #333333;
	background-color: #333333;
	color: #ffffff;
}
#bento-volume .bento-volume-item.active .contents {
	color: #333333;
}
.bento-price {
	font-size: 32px;
	font-weight: bold;
}
.bento-detail p.bento-price span {
	font-size: 18px;
	font-weight: normal;
}
.single-custom--bento {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 16px;
	margin: 32px 0 16px;
}
.bento-points {
	margin-bottom: 64px;
}
.single-custom--bento::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 32px;
	border-left: 2px solid #333333;
}
.bento-points ul {
	padding-left: 32px;
}
.bento-points ul li {
	list-style-type: disc;
	margin-bottom: 16px;
}
.allergy {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 16px;
	border: 1px solid #333333;
	margin-top: 48px;
}
.allergy p {
	margin: 0;
}
/* シングルページ　お弁当サブ画像 */
.bento-subimages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.bento-subimage img {
    width: 100%;
    height: auto;
    display: block;
}

/* シングルページ　本文の位置調整 */
/* .ol-article__content {
	margin-top: 0;
}
.ol-article__content p {
	margin-top: 16px;
} */

/* シングルページ　タグ位置調整 */
.ol-category__item-anchor {
	top: -1px;
}
.ol-article__tag-item {
	line-height: 1;
}
.ol-article__meta {
	margin-bottom: 4px;
}
.ol-article__tag {
	margin: 0;
}
.ol-article__tag-list {
	justify-content: flex-start;
}
.customize-category-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.customize-category-list  > div {
	margin-right: 8px;
}

/* シングルページ　商品番号表示 */
.bento-item {
    font-size: 14px;
    color: #a9a9a9;
	text-align: right;
	line-height: 1;
	margin-bottom: 16px;
}

.bento-item-label {
    margin-right: 8px;
}

.bento-item-value {
    letter-spacing: 0.05em;
}
/* アイキャッチ画像の横幅合わせる */

/* .ol-article__content .wp-block-image .wp-block-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
} */