@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #fff;
}

*, *: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;
}

img {
  vertical-align: top;
  width: 100%;
  line-height:0;
}
body{
	width:100%;
	padding: 0;
	margin: 0;
	backgroung-color:#d80c18;
}

.recipe{
	width:100%;
	text-align:center;
	background-image:url("../images/pc/bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	padding-bottom:90px;
@media screen and (max-width: 767px) {
	background-image:url("../images/sp/bg.png");
}

}
.rcpInner{
	width:67.7%;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
		.rcpInner {
			width:82.6%;
		}
		.recipe{
			padding-bottom:93px;
		}
	}

.only_pc {
	line-height: 0;
}
@media screen and (min-width: 768px) {
	.only_pc {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.only_pc {
		display: none;
	}
}

.only_sp {
	line-height: 0;
}
@media screen and (max-width: 767px) {
	.only_sp {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.only_sp {
		display: none;
	}
}

.wrap{
	width:100%;
	display: block;
}
.wrap img{
		width: 100%;
		vertical-align: top;
	}
.wrap.acc{
	display: none;
}
.wrap.acc.open{
	display: block;
}

a.accBt img.open{
	display: none;
}
a.accBt img.close{
	display: block;
}
a.accBt.open img.open{
	display: block;
}
a.accBt.open img.close{
	display: none;
}
a{
/*	opacity: 0.5;*/
}