<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
	font-size:1.4em;
	font-family: 'Average Sans', sans-serif;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6,a{line-height:125%;}
p{line-height:170%;}
li{line-height:145%;}

/* iPad背景切れ対策 */
@media screen and (min-width:767px){
	body{
		min-width:1100px;
	}
}

*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
main{
	min-width: 1100px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{list-style:none;}
a{
	color:#000000;
	text-decoration:none;
	transition:0.3s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#666666;
	text-decoration:none;
	opacity: 0.6;
}
@media screen and (max-width:767px){
	main{
		min-width: 100%;
	}
	p{
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
}
/* 表示切替 */
/*.switch{visibility:hidden;}*/
/*common*/
img{width:100%;}
.pc{display:block;}
.sp{display:none;}
.cts01{
	width: 1070px;
	margin: 0 auto;
}
.cts02{
	width:1040px;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	body{
		-webkit-text-size-adjust:100%;
	}
	.pc{display:none;}
	.sp{display:block;}
	.cts,.cts01,.cts02{
		width:100%;
		margin: 0 ;
		padding: 0 10px;
	}
}

.suryo{
	display: none;
}

/* header
--------------------------- */
header{
	text-align: center;
}
header .cts01 {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 0 5px;
}
.mainTit {
	width: 362px;
}
.headerMenu {
	padding: 5px 0 0 0;
}
.headerMenu ul {
	display: flex;
	align-items: center;
}
.headerMenu ul a:not(:last-child){
	margin: 0 24px 0 0;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 1);
}
.headerMenu ul a li {
	text-align: center;
	color: #fff;
	letter-spacing: 0.05rem;
	font-weight: bold;
}
.headerMenu ul a li span{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	color: #ffff00;
	line-height: 1.4rem;
}
#mainNaviSp,
.menuTrigger{
	display: none;
}

.contactBtm{
	background: url("../images/contactBg.svg") no-repeat;
	padding: 6px 13px;
	background-size: cover;
}
/*IE10+Edge*/
_:-ms-lang(x),
.contactBtm {
	padding: 5px 15px 6px;
}
@media screen and (max-width:767px){
	_:-ms-lang(x),
	.contactBtm {
		padding: 5px 15px 6px;
	}
}
.mainCtach{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 4rem;
}
.menuBnr{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 35px;
}
.menuBnrInner {
	display: flex;
	align-items: flex-start;
	background: #3c0d08;
}
.menuBnrInner img {
	width: 135px;
	display: block;
}
.menuBnrTxt{
	color:#fff;
	padding: 15px 45px 15px 20px;
	position: relative;
}
.menuBnrTxt:after{
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
	opacity: 0.5;
}
.bnrTit{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.headerMenu {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9;
		width: 100%;
	}
	header .cts01 {
		padding: 10px 0 0 0;
	}
	.headerMenu ul.pc{
		display: none;
	}
	.mainTit{
		width: 50%;
		margin: 0 0 0 0;
	}
	.menuBnr {
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 1;
	}
	.menuBnr.pc{
		display: none;
	}
	.menuBnrInner img {
		width: 28%;
		max-width: 120px;
	}
	.menuBnrTxt {
		padding: 7px 5px 5px 11px;
	}
	.menuBnrTxt:after {
		right: -15px;
	}
	.bnrTit {
		font-size: 1.4rem;
	}
	.bnrTxt {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
	.mainCtach{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	
	/*menuTrigger*/
	.menuTrigger,
	.menuTrigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menuTrigger {
		width: 60px;
		height: 60px;
		display: block;
		position: fixed;
		right: 10px;
		z-index: 10;
	}
	.menuTrigger span {
		position: absolute;
		z-index: 3;
		left: 17.5px;
		width: 32px;
		height:2.5px;
		background-color: #fff;
		top:35px;
		box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
	}
	.menuTrigger.active span {
		top:32px;
	}	
	.menuTrigger span:nth-of-type(1) {
		top:15px;
	}
	.menuTrigger.active span:nth-of-type(1) {
		top: 23px;
	}
	.menuTrigger span:nth-of-type(2) {
		top: 25px;
	}
	.menuTrigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menuTrigger span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	.menuTrigger span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.menuTrigger span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	.menuTrigger.active span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	.menuTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuTrigger.active span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	#mainNaviSp.active{
		display: block;
		position: absolute;
		background: rgba(0,0,0,0.7);
		z-index: 1;
		top: 0;
		left: -15px;
		animation: active 0.4s linear 0s;
		padding: 20px 0 0 0;
		width: calc(100% + 30px);
	}
	.mainNaviSpInner {
		padding: 40px 20px;
		text-align: center;
		font-size: 1.6rem;
	}
	.mainNaviSpInner ul a {
		display: block;
		margin: 0 auto;
		width: 70%;
		padding: 10px 0;
	}
	.mainNaviSpInner ul a:not(:last-child) {
		margin: 0 auto 15px;
	}
	.headerMenu ul {
		display: block;
	}
}

/* main
--------------------------- */
.recipeDetail{
	color: #3c0d08;
}
.titArea {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.titDe {
	display: flex;
	align-items: flex-start;
}
.titDe img {
	width: 12px;
	display: block;
}
.titDe img:not(:last-child){
	margin: 0 9px 0 0;
}
.titTxt{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 2.2rem;
	margin: 18px 0 0 0;
	letter-spacing: 0.1rem;
}
.titTxt span{
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
.leadTxt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #3c0d08;
	line-height: 4.2rem;
}
.calloutTit {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 10px 0
}
.calloutTit h3 {
	font-size: 3rem;
	font-weight: bold;
	font-style: italic;
	position: relative;
}
.calloutTit h3:before{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/callout-01.svg) no-repeat;
	position: absolute;
	left: -45px;
	bottom: 0px;
}
.calloutTit h3:after{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url("../images/callout-02.svg") no-repeat;
	position: absolute;
	right: -45px;
	bottom: 0px;
}
.calloutTit p {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 0 0;
}
@media screen and (max-width:767px){
	.titTxt{
		font-size: 2rem;
		margin: 10px 0 0 0;
		line-height: 2rem;
		letter-spacing: 0;
	}
	.leadTxt {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.menuArea .leadTxt{
		font-size: 1.6rem;
		text-align: center;
	}
	.calloutTit h3 {
		font-size: 2.4rem;
	}
	.calloutTit h3:before{
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: url("../images/callout-01.svg") no-repeat;
		position: absolute;
		left: -25px;
		bottom: 5px;
	}
	.calloutTit h3:after{
		content: '';
		display: block;
		width: 20px;
		height:  20px;
		background: url("../images/callout-02.svg") no-repeat;
		position: absolute;
		right: -25px;
		bottom: 5px;
	}
	.calloutTit p {
		font-size: 1.6rem;
	}
	.recipeDetail {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}
/* pickUpArea
--------------------------- */
.pickList {
	display: flex;
	justify-content: space-between;
	margin: 35px 0 0 0;
}
.pickList li {
	width: 24%;
}
.pickList li a {
	display: block;
	background: #3c0d08;
	background-size: contain;
	background-position: center left;
}
.pickList li a .imgArea {
	width: 100%;
	margin: 0 0 0 0;
}
.pickAw{
	background: url("../images/pickUp-Aw.png") no-repeat #3c0d08;
}
.pickNon{
	background: url("../images/pickUp-Non.png") no-repeat #3c0d08;
}
.pickAlc{
	background: url("../images/pickUp-Alc.png") no-repeat #3c0d08;
}
.pickImg {
	width: 104px;
	height: 104px;
}
.pickTxt {
	width: 100%;
	padding: 10px 0 10px 10px;
}
.pickTxt p {
	color: #fff;
}
.pickTxt p:nth-child(1){
	font-size: 1.6rem;
	font-weight: bold;
}
.pickTxt p:nth-child(2){
	font-size: 1.4rem;
	line-height: 2rem;
}
@media screen and (max-width:767px){
	.pickUpArea {
		margin: 40px 0 40px 0;
	}
	.pickList {
		flex-wrap: wrap;
		margin: 20px 0 0 0;
	}
	.pickList li {
		width: 48%;
		margin: 0 auto;
		position: relative;
	}
	.pickList li:after {
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 14px;
		content: "";
		vertical-align: middle;
		top: 50%;
		margin-top: -45px;
		opacity: 0.5;
	}
	.pickList li:not(last-child) {
		margin: 0 auto 10px;
	}
	.pickTxt {
		padding: 10px 5px;
	}
	.pickTxt p:nth-child(1) {
		font-size: 1.2rem;
	}
	.pickTxt p:nth-child(2) {
		font-size: 1rem;
		line-height: 1.4rem;
	}
}

/* footer
--------------------------- */
footer{
	background: #3c0d08;
	width: 100%;
	min-width: 1100px;
	position: relative;
}
footer .cts02{
	position:relative;
	padding: 30px 0;
	color: #fff;
}
.shareBtnArea {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
	top: -80px;
	right: 40px;
}
.shareBtnArea .txt{
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
	color: #fff;
	letter-spacing: 0.1rem;
	position: relative;
}
.shareBtnArea .txt::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:0;
	margin:-2px 0 0 0;
	transition: border-top 0.3s, border-right 0.3s;
}
.shareBtnArea a:first-of-type{
	margin: 0 8px 0 0;
}
#footT,
#footB{
	display:-ms-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-ms-align-items: center;
	align-items: center;
}
#footT{
	margin: 0 0 15px;
}
#footB{
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#footLogo{
	display:-ms-inline-flex;
	display:inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.3rem;
}
#footLogo img{
	width: 115px;
	height: 25px;
	margin: 0 15px 0 0;
}
#copyright small{
	font-size:1.2rem;
}
#footHome a{
	padding: 0 0 0 22px;
	color: #fff;
	position: relative;
	transition: border-color 0.2s;
}
#footHome a:before{
	content:'';
	position:absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	background: url("../images/footerIco.svg") no-repeat;
	background-size: contain;
	background-position: center;
}
#footHome a:hover{
	text-decoration: underline;
}
#listFoot{
	display:-ms-flex;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#listFoot li{
	padding: 0 10px;
	border-right: 1px solid #838383;
	line-height: 100%;
}
#listFoot li:last-of-type{
	padding: 0 0 0 10px;
	border-right: none;
}
#listFoot li a{
	font-size: 1.2rem;
	color: #838383;
}
#listFoot li a:hover{
	text-decoration: underline;
	opacity: 1;
}
@media screen and (max-width:767px){
	.shareBtnArea {
		top: -35px;
		right: 20px;
	}
	footer {
		min-width: auto;
	}
	footer .cts02 {
		padding: 10px;
	}
	#footIn{
		width: 100%;
		padding: 15px;
	}
	#footT{
		display: block;
	}
	#footHome a {
		padding: 0 0 0 13px;
	}
	#footHome a:before {
		height: 10px;
		width: 10px;
	}
	#footB{
		display: block;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#footLogo{
		margin: 0 0 10px;
		font-size: 1.1rem;
	}
	#footLogo span{
		display: block;
		width: 100%;
	}
	#footLogo img{
		margin: 0 0 8px 0;
	}
	#listFoot{
		display: block;
	}
	#listFoot li{
		padding: 0 0 8px;
		border-right: none;
		text-decoration: underline;
	}
	#listFoot li:last-of-type{
		padding: 0 0 15px;
	}
	#listFoot li a{
		font-size: 1rem;
	}
	#footHome,
	#copyright small{
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
}
/* pageTop
--------------------------- */
.pageTop{
	margin: 0px auto 36px auto;
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 3;
	width: 50px;
	height: 30px;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
}
.pageTop a {
	pointer-events: painted;
}
.pageTop a img{
	width: 100%;
}

@media screen and (max-width:767px){
	.pageTop {
		bottom: -25px;
		right: 10px;
		width: 30px;
		height: 20px;
	}
}

/*keyframes*/
@keyframes menu-bar01 {
	0% {transform: translateY(4px) rotate(45deg);}
	50% {transform: translateY(8px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes menu-bar02 {
	0% {transform: translateY(-5px) rotate(-45deg);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
@keyframes active-menu-bar01 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(4px) rotate(0);}
	100% {transform: translateY(4px) rotate(45deg);}
}
@keyframes active-menu-bar03 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(-5px) rotate(0);}
	100% {transform: translateY(-5px) rotate(-45deg);}
}
@keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes active{
	from{opacity: 0;}
	to{opacity: 1;}
}


/*
	cmnSubNav
-----------------------------------------------------------------------------------------------*/
.cmnSubNav{
	display: flex;
	justify-content: end;
	gap: 10px;
}
[class^="cmnSubNav__area"]{
	width: 100%;
}
.cmnSubNav__areaBtm{
	padding-right: 10px;
	position: absolute;
	top: -37px;
}
a[class^="cmnSubNav__btn"]{
	display: inline-block;
	padding: 12px 25px 12px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
.cmnSubNav__areaBtm a[class^="cmnSubNav__btn"]{
	border-radius: 5px 5px 0 0;
}
a[class^="cmnSubNav__btn"]::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	margin-top: -2px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:8px;
}
.cmnSubNav__btn01{
	background-color: #00408f;
}
.cmnSubNav__btn02{
	background-color: #ff8b02;
}
@media screen and (max-width:812px){
	[class^="cmnSubNav__area"]{
		display: none;
	}
	#mainNaviSp a[class^="cmnSubNav__btn"]{
		border-radius: 5px;
	}
}</pre></body></html>