@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;
}
.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;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.margin_block{
	margin: 110px 0px 80px 0;
}
.margin_block02{
	margin: 80px 0px;
}
.image img{
	display: block;
	margin: auto;
}

.contents{
	position: relative;
	width: 1260px;
	margin: auto;
	background: url(../../images/bg_main.jpg) repeat-y center top;
}
.contents .mainvisual img{
	width: 100%;
	max-width: none;
}
.contents .inner{
	width: 880px;
	margin: 0 auto;
}
.button{
	margin-top: 40px;
}
.anchor_button{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}
.anchor_button a{
	display: block;
}
.anchor_button a + a{
	margin-left: 20px;
}
.contents .recipe_block{
	width: 900px;
	margin: 0 auto 160px;
}
.contents .recipe_block > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -40px 0 0 -20px;
}
.contents .recipe_block > div a{
	position:  relative;
	margin: 40px 0 0 20px;
}
.ingredients{
	text-align: center;
	margin-top: 100px;
	padding-bottom: 110px;
}
.ingredients a{
	display: inline-block;
	margin-top: 20px;
}
.ingredients .button{
	margin-top: 100px;
}
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: 920px;
	margin: 0 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: 80px 0;
}
.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;
}
