<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
main{
	padding-top: 80px;
	background-color: #000;
}
.contents01 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/recipe/bg01.png);
	background-repeat: no-repeat;
	background-size: 1713px auto;
	background-position: top -70px center;
}
@media only screen and (max-width: 767px) {
	.contents01 {
		background-image: initial;
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 160px auto 120px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 {
		width: 90%;
		max-width: 335px;
		margin: 23px auto 0;
		padding-bottom: 80px;
	}
}
.contents01 .contents01_01 h2{
	width: 237px;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01 .text01{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text01{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin: 30px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3{
	box-sizing: border-box;
	height: auto;
	position: relative;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #2D2C2B;
	cursor: pointer;
	background-color: #B0E327;
	padding: 15px;
	text-align: center;
	box-shadow: 0 0 10px #B0E327;
	border: 1px solid #000;
	border-radius: 6px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3{
		font-size: 15px;
	}
}
@media only screen and (min-width: 600px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3 {
		width: calc((100% - 30px * 2) / 3);
		height: auto;
		margin: 35px 30px 0 0;
		display: block;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3 {
		width: calc((100% - 15px * 1) / 2);
		margin: 15px 15px 0 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h3:nth-of-type(2n) {
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .active{
	border: 1px solid #fff;
}


.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 80px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		margin: 40px auto 0;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: none;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .item01{
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download {
		gap: 50px 16px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li {
	width: calc((100% - 35px * 2) / 3);
	height: auto;
	margin: 35px 35px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li {
		width: calc(50% - 8px);
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li:nth-of-type(-n+3) {
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li:nth-of-type(3n) {
	margin-right: 0;
}
/*@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li {
		width: calc((100% - 15px * 1) / 2);
		margin: 15px 15px 0 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li:nth-of-type(2n) {
		margin-right: 0;
	}
}*/
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li .pho {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li .pho a{
	display: block;
	width: 100%;
	height: auto;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li .pho a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li .txtBox {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: left;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li .txtBox a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 6px #95C11F;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .download li a:hover {
	opacity: 0.7;
}
</pre></body></html>