@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
body {
	background-color: rgba(254, 241, 230, 1);
}
/*	cart button: ;*/
/*
#SideAc ul.stitemlist input.cart
ul[id^="fukudelicas"] form span {}
*/
#SideAc p.kanbai::after {
	content: "完売";
	font-family: "Kaisei Decol", serif;
	font-size: 1.6em;
	line-height: 2em;
	color: #800000;
	border: solid 2px #800000;
	background-color: #ffffff;
	display: block;
	border-radius: 1em;
	margin: 8px auto;
	width: 50%;
	text-align: center;
}
#SideAc ul.stitemlist li form input.cart {
	background-color: #800000;
	color: #ffffff;
	border-radius: 2em;
	line-height: 3em;
	height: 3em;
	border: 2px solid #800000;
	font-size: 1.2em;
	padding-right: 38px;
	padding-left: 38px;
	width: auto;
	white-space: nowrap;
}
#SideAc ul.stitemlist li form input.cart:hover {
	background-color: #ffbcc1;
	color: #800000;
	border: 2px solid #800000;
}
/*	recipe 4column	*/
#SideAc p.sellstart {
	font-size: 1.5em;
	color: #800000;
	font-family: "Kaisei Decol", serif;
	text-align: center;
	text-decoration: underline;
	line-height: 2em;
}
@media screen and (max-width: 950px) {
	#SideAc p.sellstart {
		font-size: 5vw;
	}
}
#SideAc ul.fukumenu {
	display: grid;
	grid-gap: 2px;
	grid-template-columns: repeat(auto-fit, 23%);
	flex-wrap: wrap;
	justify-content: space-around;
}
@media screen and (max-width: 770px) {
	#SideAc ul.fukumenu {
		font-size: 0.8em;
		grid-template-columns: repeat(auto-fit, 45%);
		grid-gap: 8px;
	}
}
#SideAc ul.fukumenu li {
	flex-direction: column;
	width: auto;
	height: auto;
	border: 2px solid #800000;
	border-radius: 8px;
}
#SideAc ul.fukumenu li a {
	text-decoration: none;
	line-height: 2em;
}
#SideAc ul.fukumenu li img {
	width: auto;
	height: auto;
	border-radius: 8px;
}
#SideAc ul.kanren li, #SideAc #trendlist li {
	max-width: 420px;
	max-height: auto;
}
#SideAc ul.recipelist.fuku {
	display: grid;
	grid-gap: 2px;
	grid-template-columns: repeat(auto-fit, 308px);
	flex-wrap: wrap;
	justify-content: space-around;
}
#SideAc ul.recipelist.fuku li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 770px) {
	#SideAc .recipelist::after {
		display: none;
	}
	#SideAc ul.recipelist.fuku {
		display: grid;
		grid-gap: 2px;
		grid-template-columns: repeat(auto-fit, 32%);
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	#SideAc ul.recipelist li img {
		width: 100%;
		height: auto;
	}
	
}
#SideAc ul#hisokasample {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
	text-align: center;
	max-width: 1200px;
}
#SideAc ul#hisokasample a:last-of-type {
	text-decoration: none;
	display: block;
	background-color: #EADCCC;
	border: 1px solid #EADCCC;
	border-radius: 6px;
	line-height: 2em;
}
#SideAc ul#hisokasample li {
	display: inline;
}
#SideAc ul#hisokasample li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#SideAc div.eyehead {
	display: block;
	height: auto;
	background-image: url("eyesbg.png");
	background-repeat: repeat-y;
	background-position: left;
	background-size: contain;
}
#SideAc div.eyehead p:first-of-type {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: auto 0px 0px auto;
}
#SideAc div.eyehead p:nth-child(2) {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0px 0px auto auto;
}
@media screen and (min-width: 770px) {
	#SideAc div.eyehead p:nth-child(2) {
		margin-top: -128px;
	}
	#SideAc div.eyehead p:nth-child(2) img {
		width: 50%;
		height: auto;
	}
}
#SideAc a.zooms img {
	width: 288px;
	height: auto;
}
@media screen and (min-width: 770px) {
	#SideAc a.zooms img {
		width: 30%;
		height: auto;
	}
}
#SideAc a.zooms::before {
	content: url("seekgo.png");
	position: absolute;
	margin-top: auto;
}
#SideAc p.chui {
	font-size: 0.8em;
	border: 1px solid #EBE6E7;
	padding: 2px;
}
#SideAc p.attention::before {
	content: "◆";
	color: #800000;
}
#SideAc .carts {
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
	color: #800000;
}
#SideAc ul.carts {
	width: 88%;
}
#SideAc ul.carts li {
	width: 30%;
	max-width: 308px;
	margin: 8px;
}
#SideAc ul.carts li img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
#SideAc .glay {
	background-color: #800000;
}
#SideAc ul.stitemlist.kanbai li::after {
	content: "完売";
	font-family: "Kaisei Decol", serif;
	font-size: 1.6em;
	line-height: 2em;
	color: #800000;
	border: solid 2px #800000;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 1em;
	margin: 8px;
}
#SideAc ul.stitemlist#fukudelicas02, #SideAc ul.stitemlist.kanbai {
	display: grid;
	grid-gap: 2px;
	grid-template-columns: repeat(auto-fit, 308px);
	flex-wrap: wrap;
	justify-content: space-around;
}
@media screen and (max-width: 770px) {
	#SideAc ul.stitemlist#fukudelicas02, #SideAc ul.stitemlist#fukudelicas022 {
		font-size: 0.8em;
		grid-template-columns: repeat(auto-fit, 45%);
		grid-gap: 8px;
	}
}
#SideAc ul.stitemlist#fukudelicas02 li.item, #SideAc ul.stitemlist#fukudelicas022 li.item {
	flex-direction: column;
	width: auto;
	height: auto;
}
#SideAc form {
	color: #800000;
}
#SideAc form .glay, #SideAc ul.stitemlist[id^="fukudelicas"] li.item input.cart, #SideAc ul.stitemlist[id^="fukudelicas"] li.item form select#item_num_pull option {
	background-color: #800000;
	color: #ffffff;
	border-radius: 2em;
	line-height: 3em;
	height: 3em;
	border: 2px solid #800000;
	font-size: 1.2em;
	padding-right: 38px;
	padding-left: 38px;
	width: auto;
	white-space: nowrap;
}
#SideAc form select, #SideAc ul.stitemlist[id^="fukudelicas"] li.item form select#item_num_pull {
	color: #800000;
	background-color: #ffffff;
	border-radius: 2em;
	line-height: 3em;
	height: 3em;
	height: 3em;
	border: 2px solid #800000;
	font-size: 1.2em;
	padding-right: 38px;
	padding-left: 38px;
	width: auto;
	white-space: nowrap;
}
#SideAc ul.carts .glay, #SideAc ul.carts select {
	line-height: 2em;
	height: 2em;
	margin: 2px;
}
#SideAc form .glay:hover, #SideAc form select:hover, #SideAc ul.stitemlist[id^="fukudelicas"] li.item input.cart:hover {
	background-color: #ffbcc1;
	color: #800000;
	border: 2px solid #800000;
}
#SideAc ul.carts li span {
	font-size: 0.8em;
	color: #000000;
}
@media screen and (max-width: 770px) {
	#SideAc ul.carts {
		width: 100%;
	}
	#SideAc ul.carts li {
		font-size: 0.8em;
		line-height: 1.5em;
		width: 43%;
		max-width: 308px;
	}
	#SideAc ul.carts li span {
		font-size: 0.8em;
	}
	#SideAc form .glay, #SideAc form select, #SideAc form option {
		width: auto;
		height: 2.5em;
		line-height: 2.5em;
		font-size: 0.9em;
		white-space: wrap;
		clear: both;
		text-align: center;
		display: inline-block;
		padding-right: 8px;
		padding-left: 8px;
	}
}
#SideAc p.memo {
	border-bottom: 1px dashed #999999;
	font-size: 0.6em;
	width: 25%;
	margin-right: 0px;
	padding: 2px;
}
#SideAc p.memo::before {
	content: "memo:";
}
#SideAc ul.stitemlist li.item {
	width: 16%;
}
/*　**個だけ並び*/
#SideAc ul.stitemlist li.item:first-child:nth-last-child(2) ~ li.item, #SideAc ul.stitemlist li.item:first-child:nth-last-child(2) {
	width: 16%;
}
#SideAc ul.stitemlist li.item:first-child:nth-last-child(8) ~ li.item, #SideAc ul.stitemlist li.item:first-child:nth-last-child(8) {
	width: 16%;
}
@media screen and (max-width: 770px) {
	#SideAc ul.stitemlist#ootatu01 li.item {
		width: 32%;
	}
	#SideAc ul.stitemlist#ootatu01 li.item input.cart, #SideAc ul.stitemlist#ootatu01 li.item form select#item_num_pull option {
		width: 98%;
		padding: auto;
		margin: auto;
	}
	#SideAc ul.stitemlist#ootatu01 li.item form select#item_num_pull {
		width: 98%;
	}
}
/*/-----01-----/*/
#SideAc {
	-moz-box-sizing: border-box;
	line-height: 1em;
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	color: #281d22;
	background-color: rgba(254, 241, 230, 100);
	text-align: center;
	background-position: center top;
	padding: 0px;
	background-repeat: repeat;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#SideAc p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}
@media screen and (max-width: 880px) {
	#SideAc {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
}
#SideAc A.arrow::before {
	content: url("/images/design/icon_tech.png");
}
#SideAc A:link {
	color: #281d22;
	text-decoration: underline;
}
#SideAc A:hover {
	color: #97A5A8;
	text-decoration: none;
	width: 100%;
}
#SideAc A:visited {
	color: #987C71;
}
#SideAc h2 {
	border: none;
	background-image: url("h2bg.jpg");
	background-color: #800000;
	background-repeat: no-repeat;
	color: #ffffff;
	clear: both;
	font-family: "Kaisei Decol", serif;
	font-weight: normal;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 84px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	line-height: 128px;
	border-radius: 0px;
	padding-left: 8px;
	vertical-align: bottom;
	width: 100%;
	-moz-box-sizing: border-box;
}
@media screen and (max-width: 880px) {
	#SideAc h2 {
		width: 100%;
		background-size: contain;
		color: #ffffff;
		font-size: 1.1em;
		line-height: 2em;
	}
}
#SideAc h3 {
	font-family: "Kaisei Decol", serif;
	font-size: 1.2em;
	text-align: left;
	color: #ffffff;
	background: radial-gradient(#800000, #800000);
	margin-top: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 3em;
	border-top-style: solid;
	border-bottom-style: none;
	border-color: #AC9320;
	-moz-box-sizing: border-box;
	padding-left: 0px;
	width: 100%;
	text-indent: 0;
}
@media screen and (max-width: 880px) {
	#SideAc h3 {
		width: 100%;
		color: #ffffff;
		font-size: 1em;
		margin-top: 38px;
	}
}
#SideAc h4 {
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1em;
	text-align: left;
	color: #800000;
	background-color: #ffffff;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	border-bottom-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	-moz-box-sizing: border-box;
	padding-left: 0px;
	width: 880;
	border-right-style: none;
	border-left-style: none;
	text-indent: 0;
	border-top-width: 1px;
	border-top-color: #AC9320;
	border-bottom-width: 1px;
	border-bottom-color: #AC9320;
}
#SideAc h5 {
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1em;
	text-align: left;
	color: #4A5659;
	background-color: #ECECEC;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	padding-left: 0px;
	width: 880;
	text-indent: 0;
	border: none;
}
@media screen and (max-width: 880px) {
	#SideAc h4, #SideAc h5 {
		width: 100%;
		font-size: 1em;
		color: #ffffff;
	}
}
#SideAc p {
	font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ proN W3", "Hiragino Kaku Gothic proN W3", HiraKakuProN-W3, "ヒラギノ角ゴ proN", "Hiragino Kaku Gothic proN", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic pro", "メイリオ", "Meiryo", sans-serif;
	width: 880px;
	text-align: left;
	clear: both;
	line-height: 2em;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
@media screen and (max-width: 880px) {
	#SideAc p {
		line-height: 1.8em;
		font-size: 0.9em;
		width: 98%;
	}
}
#SideAc p.line {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin: 16px auto;
	background: none;
	clear: both;
	-moz-box-sizing: border-box;
	padding: 0px;
	width: 880;
}
@media screen and (max-width: 880px) {
	#SideAc p.line {
		width: 100%;
		margin: 8px 0px;
		padding: 0px;
	}
}
#SideAc p.line img.fit50 {
	max-width: 100%;
	height: auto;
}
#SideAc p.news {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	background: none;
	clear: both;
	-moz-box-sizing: border-box;
	padding: 0px;
	width: 880px;
	border: 1px solid #AB9152;
}
#SideAc p strong {
	color: #000000;
	border-bottom: 1px solid #cc0000;
}
SideAc p img {
	margin: 0px;
	padding: 0px;
}
#SideAc img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	max-width: 100%;
}
#SideAc img.border8 {
	border-radius: 8px;
}
#SideAc img.left {
	margin-right: 16px;
	margin-bottom: 16px;
}
#SideAc img.right {
	margin-left: 24px;
	margin-bottom: 24px;
}
#SideAc ul {
	margin-top: 24px;
	margin-bottom: 24px;
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	width: 880;
	-moz-box-sizing: border-box;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
	#SideAc ul {
		width: 100%;
	}
}
#SideAc li {
	list-style-type: none;
	clear: none;
	text-align: center;
	display: inline-block;
	padding: 2px;
	margin: 2px;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
/* youtube */
#SideAc .video {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: blok
}
#SideAc .video .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#SideAc .video .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*目次-------------------------------------------*/
/* over 1200 */
@media screen and (min-width: 880) {
	#SideAc img.eyechach.fit {
		height: auto;
		width: 880;
		margin-left: 0px;
		margin-right: auto;
		margin-top: 0px;
		margin-button: 0px;
	}
}
/*under 950*/
@media screen and (max-width: 880px) {
	/*eyechach*/
	#SideAc img.eyechach.fit {
		width: 100%;
		height: auto;
	}
	/*youtube*/
	#SideAc .video {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}