.page-head {
	background: url(../Contents/images/sanchoku/bg_pagehead.jpg) no-repeat 50% 50% / cover;
	height: 360px;
	padding: 27px 0 30px;
	text-align: center;
}
.page-main {
	max-width: 960px;
	margin: 60px auto;
}
.item-grid {
	border-bottom: 1px solid #ECE4D9;
	display: -ms-grid;
	display: grid;
	gap: 60px 30px;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 20px;
	padding-bottom: 60px;
}
.item-box {
	color: #222;
}
.item-box_thumb {
	border-radius: 6px;
	overflow: hidden;
}
.item-box_thumb a {
	display: block;
}
.item-box_thumb img {
	display: block;
	width: 300px;
	height: 225px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.item-box_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 27.5px;
}
.item-box_desc {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 18.4px;
}
.item-box_price {
	color: #FF6A1C;
	font-size: 16px;
	margin-top: 1em;
}
.item-box_price .price {
	font-weight: bold;
}
.item-box_price .num {
	font-size: 22px;
}
.item-box_price .tax {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
.item-box_btn {
	margin-top: 40px;
	text-align: center;
}
.item-box_btn a {
	background: #E8053B;
	border-radius: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	padding: .75em 3em;
	position: relative;
	text-decoration: none;
}
.item-box_btn a::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.item-box_btn a:hover {
	opacity: .6;
}

/* section */
.section {
	margin-top: 60px;
}
.section .section-title {
	color: #532F10;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 1.14em;
	text-align: center;
}
/* category list */
.list-category {
	display: -ms-grid;
	display: grid;
	gap: 10px;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.list-category_item {
	background: #FFF;
	border-radius: 8px;
}
.list-category_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 9px 10px;
}
.list-category_item .item-thumb {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 62px;
}
.list-category_item .item-thumb img {
	max-width: 100%;
	height: auto;
}
.list-category_item .item-name {
	font-size: 18px;
	line-height: 1.3;
	margin-left: 12px;
}

/* guide */
.block-guide_title {
	background: #ECE4D9;
	font-size: 20px;
	font-weight: bold;
	padding: .9em 1em;
}
.block-guide_title ~ .block-guide_title {
	margin-top: 40px;
}
.item-guide {
	background: #FFF;
	border-radius: 8px;
	font-size: 16px;
	margin: 20px 0;
	padding: 50px 40px;
}
.item-guide_title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	position: relative;
}
.item-guide_title::before {
	color: #FE7827;
	content: "■";
	margin-right: .15em;
}
.item-guide_title ~ .item-guide_title {
	margin-top: 2.25em;
}
.item-guide p + p {
	margin-top: 1em;
}
.item-guide .note {
	font-size: 14px;
}
