@charset "UTF-8";
.tomi {}
.tomi_title {}
.tomi_title > .icon {}
.tomi_title > small {}
.tomi_title > b {}
.tomi_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.tomi_col {}
.tomi_col-no1 {
	width: 72%;
}
.tomi_text {
	margin-bottom: 2em;
}
.tomi_dList {
	list-style: none;
	display: flex;
	align-items: center;
}
.tomi_dList > dt {
	height: 32px;
	width: 120px;
	background-color: #f2f2ee;
	align-items: center;
	justify-content: center;
	display: flex;
	min-width: 120px;
	margin-right: 11px;
}
.tomi_dList > dd {}
.tomi_link {
	max-width: 396px;
	margin-top: 27px;
}
.tomi_link > a {}
.tomi_link > a::before {
	content: "";
}
.tomi_link > a::after {
	content: "";
}
.tomi_link > a > .icon {
	color: #e60012;
	font-size: 30px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.tomi_col-no2 {
	width: 25%;
}
.tomi_image {}
.tomi_image > img {}
.item {
	margin-bottom: 70px;
}
.item:last-child {
	margin-bottom: 0;
}
.item_title {}
.item_boxWrap {
	display: flex;
	flex-wrap: wrap;
}
.item_box {
	width: 47%;
	margin-left: 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item_box-wide {
	width: auto;
	margin-left: 0;
}
.item_box:nth-child(2n+1) {
	margin-left: 0;
}
.item_box:nth-child(n+3) {
	margin-top: 45px;
}
.item_image {
	width: 200px;
}
.item_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.item_dList {
	list-style: none;
	width: calc(100% - 230px);
}
.item_dList > dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 11px;
}
.item_dList > dt > b {
	display: inline-flex;
	vertical-align: middle;
	background-color: #e83428;
	color: #fff;
	font-size: 12px;
	min-width: 50px;
	align-items: center;
	height: 22px;
	justify-content: center;
	line-height: 1;
	border-radius: 3px;
	margin-right: 10px;
}
.item_dList > dd {}
.item_dList > dd > address {
	font-style: inherit;
	display: block;
}
.item_dList > dd > address > a {}
.item_dList > dd > address > a::before {
	content: "";
}
.item_dList > dd > address > a::after {
	content: "";
}
.recipe {
	max-width: 600px;
	margin: 90px auto 70px;
}
.recipe_link {}
.recipe_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 98px;
	border: 1px solid #000000;
	align-items: center;
	font-size: 30px;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.recipe_link > a::before {
	content: "";
}
.recipe_link > a::after {
	content: "";
}
.recipe_link > a > img {
	display: block;
	min-width: 131px;
	width: 131px;
}
.recipe_link > a > b {
	display: block;
	font-weight: normal;
	flex-grow: 1;
}
.award {
	max-width: 730px;
	margin: 0 auto 0;
}
.award > img {}
@media screen and (min-width:1000px) {
	.tomi_link > a:hover {}
	.tomi_link > a:hover > .icon {
		color: #fff;
	}
	.item_dList > dd > address > a:hover {}
	.recipe_link > a:hover {
		background-color: #f2f2ee;
	}
}
@media screen and (max-width:999px) {
	.tomi {}
	.tomi_title {}
	.tomi_title > .icon {}
	.tomi_title > small {}
	.tomi_title > b {}
	.tomi_cols {}
	.tomi_col {}
	.tomi_col-no1 {}
	.tomi_text {}
	.tomi_dList {}
	.tomi_dList > dt {}
	.tomi_dList > dd {}
	.tomi_link {}
	.tomi_link > a {}
	.tomi_link > a::before {}
	.tomi_link > a::after {}
	.tomi_link > a > .icon {}
	.tomi_col-no2 {}
	.tomi_image {}
	.tomi_image > img {}
	.item {
		margin-bottom: 50px;
	}
	.item:last-child {}
	.item_title {}
	.item_boxWrap {
		display: block;
	}
	.item_box {
		width: auto;
		margin-left: 0;
	}
	.item_box-wide {}
	.item_box:nth-child(2n+1) {}
	.item_box:nth-child(n+2) {
		margin-top: 10px;
	}
	.item_image {}
	.item_image > img {}
	.item_dList {}
	.item_dList > dt {}
	.item_dList > dt > b {}
	.item_dList > dd {}
	.item_dList > dd > address {}
	.item_dList > dd > address > a {}
	.item_dList > dd > address > a::before {}
	.item_dList > dd > address > a::after {}
	.recipe {}
	.recipe_link {}
	.recipe_link > a {}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.recipe_link > a > img {}
	.recipe_link > a > b {}
	.award {}
	.award > img {}
}
@media screen and (max-width:767px) {
	.tomi {}
	.tomi_title {}
	.tomi_title > .icon {}
	.tomi_title > small {}
	.tomi_title > b {}
	.tomi_cols {
		flex-direction: column-reverse;
	}
	.tomi_col {
		width: auto;
	}
	.tomi_col-no1 {}
	.tomi_text {
		margin-bottom: 1em;
	}
	.tomi_dList {
		display: block;
	}
	.tomi_dList > dt {
		height: 30px;
		color: black;
		width: auto;
	}
	.tomi_dList > dd {
		margin-top: 9px;
	}
	.tomi_link {}
	.tomi_link > a {}
	.tomi_link > a::before {}
	.tomi_link > a::after {}
	.tomi_link > a > .icon {}
	.tomi_col-no2 {
		max-width: 150px;
		margin: 0 auto 10px;
	}
	.tomi_image {}
	.tomi_image > img {}
	.item {
		margin-bottom: 35px;
	}
	.item:last-child {}
	.item_title {}
	.item_boxWrap {}
	.item_box {
		flex-direction: column-reverse;
	}
	.item_box:nth-child(n+2) {
		margin-top: 20px;
	}
	.item_box-wide {}
	.item_box:nth-child(2n+1) {}
	.item_box:nth-child(n+3) {}
	.item_image {
		width: 200px;
		margin: 0 auto 10px;
	}
	.item_image > img {}
	.item_dList {
		width: auto;
	}
	.item_dList > dt {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.item_dList > dt > b {
		font-size: 10px;
		height: 18px;
		min-width: 40px;
		margin-right: 5px;
	}
	.item_dList > dd {}
	.item_dList > dd > address {}
	.item_dList > dd > address > a {}
	.item_dList > dd > address > a::before {}
	.item_dList > dd > address > a::after {}
	.recipe {
		margin: 35px 0;
		max-width: none;
	}
	.recipe_link {}
	.recipe_link > a {
		height: auto;
		font-size: 18px;
		line-height: 1.2;
	}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.recipe_link > a > img {
		min-width: 80px;
		width: 90px;
	}
	.recipe_link > a > b {}
	.award {}
	.award > img {}
}
