@charset "UTF-8";

*{
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body, th, td, input, select, textarea{
	font-size: 1em;
	line-height: 150%;
	color: #333;
	font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
body{
	margin: 0px;
}
figure{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
img{
	border: 0px;
	max-width: 100%;
	vertical-align: bottom;
}
figure img {
	display: block;
}
a{
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
	text-decoration: none;
	opacity: 0.6;
}
dl, ul, ol{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
p{
	margin: 0px;
	font-size: 0.9em;
	line-height: 150%;
	color: #333;
}
* + p{
	margin-top: 15px;
}
.margin20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.margin30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.margin40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding20{
	padding: 0 20px;
}

.center{
	text-align: center !important;
}
.left{
	text-align: left !important;
}
.bold{
	font-weight: bold;
}
.red{
	color: #ff0000;
}
.block{
	display: block;
}
.size_l{
	font-size: 1.4em;
}
.indent{
	margin-left: 1.25em;
	text-indent: -1.25em;
}
.image{
	text-align: center;
}
.image img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.image a{
	display: inline-block;
	margin: auto;
}
.image a img{
	display: inline-block;
}
.contents{
	position: relative;
	width: 1260px;
	max-width: 100%;
	margin: auto;
}
.contents > div{
	background: url(../../images/pcbg02.png) repeat-y center;
	background-size: 100%;
}
.contents > div:nth-child(2n){
	background: url(../../images/pcbg01.png) repeat-y center;
	background-size: 100%;
}
.contents .recipe_block{
	display: flex;
	flex-wrap: wrap;
	width: 1120px;
	max-width: 100%;
	margin: 0 auto 120px;
	gap: 40px;
	padding: 0 20px;
}
.contents .recipe_block > a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	width: calc((100% - 40px) / 2);
}
.contents .recipe_block > a .image{
	width: 60%;
}
.contents .recipe_block > a .image img{
	width: 100%;
}
.contents .recipe_block > a .text{
	position: relative;
	width: 40%;
	display: table;
	padding: 20px;
	transition: 0.3s;
}
.contents .recipe_block > a .text > *{
	display: table-cell;
	vertical-align: middle;
}
.contents .recipe_block > a .text p{
	font-size: 1.3em;
	font-weight: bold;
	transition: 0.3s;
}
.contents .recipe_block > a:hover{
	opacity: 1;
}
.contents .recipe_block > a:hover .text p{
	color: #fff !important;
}
.contents .recipe_block > a .button{
	position: absolute;
	display: block;
	bottom: 5px;
	right: 0;
	width: 25px;
	height: 25px;
}
.contents .recipe_block > a .button::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 7px;
	right: 9px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}
.contents .recipe_block.recipe01 > a{
	border-top: 6px solid #777777;
	border-bottom: 6px solid #777777;
}
.contents .recipe_block.recipe01 > a:hover .text{
	background: #777777;
}
.contents .recipe_block.recipe01 > a .button{
	background: #777777;
}
.contents .recipe_block.recipe01 > a .text p{
	color: #777777;
}
.contents .recipe_block.recipe02 > a{
	border-top: 6px solid #bb8f14;
	border-bottom: 6px solid #bb8f14;
}
.contents .recipe_block.recipe02 > a:hover .text{
	background: #bb8f14;
}
.contents .recipe_block.recipe02 > a .button{
	background: #bb8f14;
}
.contents .recipe_block.recipe02 > a .text p{
	color: #bb8f14;
}
.contents .recipe_block.recipe03 > a{
	border-top: 6px solid #ad302c;
	border-bottom: 6px solid #ad302c;
}
.contents .recipe_block.recipe03 > a:hover .text{
	background: #ad302c;
}
.contents .recipe_block.recipe03 > a .button{
	background: #ad302c;
}
.contents .recipe_block.recipe03 > a .text p{
	color: #ad302c;
}
.contents .recipe_block.recipe04 > a{
	border-top: 6px solid #617834;
	border-bottom: 6px solid #617834;
}
.contents .recipe_block.recipe04 > a:hover .text{
	background: #617834;
}
.contents .recipe_block.recipe04 > a .button{
	background: #617834;
}
.contents .recipe_block.recipe04 > a .text p{
	color: #617834;
}
.contents .recipe_block.recipe05 > a{
	border-top: 6px solid #c95b20;
	border-bottom: 6px solid #c95b20;
}
.contents .recipe_block.recipe05 > a:hover .text{
	background: #c95b20;
}
.contents .recipe_block.recipe05 > a .button{
	background: #c95b20;
}
.contents .recipe_block.recipe05 > a .text p{
	color: #c95b20;
}
.sp_menu{
	display: none;
}
footer{
	padding: 0 0 10px;
	margin: 40px auto 0;
}
footer .inner{
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}
footer .logo{
	float: left;
}
footer .copy{
	float: right;
	text-align: right;
}
footer .copy p{
	margin: 0;
}
footer .copy p span{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}
#pagetop{
	width: 880px;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	margin: auto;
}
#pagetop a{
	display: block;
	padding: 15px 0;
	text-align: center;
}
#pagetop a:hover{
	opacity: 0.7;
}
.pc_center{
	text-align: center;
}
.view_pc{
	display: block !important;
}
.view_sp{
	display: none !important;
}
.right{
	text-align: right;
}
.youtube {
	max-width: 840px;
	margin: 40px auto;
	padding: 50px 0;
}
.youtube > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social{
	margin: 120px 0;
	padding-top: 80px;
	border-top: 2px solid #f0f0f0;
}
.social p{
	margin: 20px 0 0 -50px;
}
.social p a{
	display: inline-block;
	margin: 20px 0 0 50px;
}
.social h2{
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.social h2 span{
	font-size: 1.1rem;
}
.youtube{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	aspect-ratio: 16 / 11;
}
.youtube > iframe{
	width: 100%;
	height: 100%;
}
#sns {
	padding: 50px 0;
	margin-top: 40px;
	background: #fff;
}
#sns > div{
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0;
	max-width: 780px;
	padding: 0 20px;
}
#sns .tx p{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
#sns .tx p span{
	font-size: 1.7em;
	vertical-align: middle;
}
#sns > div .img{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	font-size: 0.8em;
}
#sns > div .img .image{
	display: flex;
	align^items: center;
	height: 64px;
	margin-bottom: 10px;
}


