@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

/* mouseover */
a:hover {
	color: inherit;
}

a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a img {
	border: 0 none;
	outline: 0 none;
}

#wrap {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	font-family:'Hiragino Kaku Gothic ProN','ƒqƒ‰ƒMƒmŠpƒS ProN W3','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN','‚l‚r ƒSƒVƒbƒN','MS UI Gothic','‚l‚r ‚oƒSƒVƒbƒN','MS PGothic','ƒƒCƒŠƒI', Meiryo,sans-serif;
}

#wrap>.pcHead {
	margin: 0 auto;
}

#wrap .wrap_header .linkTop{
	display: none;
}

#menuHeader #search{
	display: none;
}

#wrap .wrap_header .sns ul {
	clear: both;
}

@media screen and (max-width: 640px){	
	.wrap_header{
		padding: 0 0 10px;
		background: url(/enjoy/recipe/sp/img/bg.jpg) repeat 0 0;		
	}
	
	.pc {
		display:none!important;
	}
}

@media screen and (min-width: 641px){	
	.sp {
		display:none!important;
	}
}

/* ƒƒCƒ“ƒrƒWƒ…ƒAƒ‹ */
.container {
	overflow: hidden;
}

.main_image {
	position: relative;
}

.main_ttl{
	position: absolute;	
	top: 25px;
	left: 30px;
	width: 100%;
	height: 0;
	line-height: 1.1;
	text-align: left;
	text-shadow: 5px 5px 10px #fff, -5px 5px 10px #fff, 5px -5px 10px #fff, -5px -5px 10px #fff;	
	color:#c10404;
	font-family: 'Noto Serif JP', serif;
	font-size: 53px;
	font-weight: bold;
}

.ttl_lede{
	position: absolute;
	top: 148px;
	left: 30px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;	
	color:#c10404;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.2px;
}

/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) {
	.main_ttl{
		top: 22px;
	}	
}/* --------------- */


@media screen and (max-width: 640px){
	.main_image img{
			width: 100%;
		}
				
	.main_ttl{		
		top: 13%;
		left: 4%;
		letter-spacing: 2px;
		text-shadow: 4px 4px 10px #fff, -4px 4px 10px #fff, 4px -4px 10px #fff, -4px -4px 10px #fff;	

	}
		
	.ttl_lede{
		width: 92%;
		top: 60%;
		left: 4%;
	}
	
}
/* -----IE’²®----- */
 @media all and (-ms-high-contrast: none) and (max-width: 640px){	
	 .main_ttl{
 		left: 3%;
 	}
}/* --------------- */


@media screen and (max-width: 560px){
	.main_ttl{
		font-size: 37px;
	}
	
	.ttl_lede{
		font-size: 13px;
	}
} 

@media screen and (max-width: 450px){
	.main_ttl{
		top: 6%;
	}
}
	
@media screen and (max-width: 375px){
	.main_ttl{
		font-size: 30px;
	}
	
	.ttl_lede{
		top: 57%;
		line-height: 1.35;
	}
	
	.ttl_lede br{
		display: none;
	}
}
/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) and (max-width: 375px){
	.main_ttl{
		top: 8%;
	}		
}

@media all and (-ms-high-contrast: none) and (max-width: 320px){
	.main_ttl{
		font-size: 28px;
	}
}/* -----IE’²®----- */


/* ƒŒƒVƒsƒGƒŠƒA */
.inner {
	padding: 12px 0 0;
}

.container ul {
	list-style-type:none;
	overflow: hidden;
}

.container .lastList {
	padding:0;
}

#recipe {
	width: 100%;
	max-width: inherit;
}

h2{
	margin: 1% 0!important;
	padding: 1% 0 1% 2%!important;
	text-align: left;
	font-size: 26px;
}

h2.band1,
h2.band2{
	position: relative;
	letter-spacing: -1px;
	font-family: 'Noto Serif JP',serif;
	font-weight: 700;	
	font-weight: bold;
}

h2.band1{
	color: #fff;
	font-weight: 500;
	border-bottom: 3px solid #ffb521;	
	background: linear-gradient(linear, left top, left bottom, from(#cc3c3c), to(#a60000));
	background: -webkit-linear-gradient(top, #cc3c3c, #a60000);
	background: -mozlinear-gradient(top, #cc3c3c, #a60000);
	background: -ms-linear-gradient(top, #cc3c3c, #a60000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3c3c', endColorstr='#a60000', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3c3c', endColorstr='#a60000', GradientType=0);
}

h2.band2{
	color: #c10404;	
	font-weight: 700;
	border-bottom: 3px solid #c10404;	
	background: linear-gradient(linear, left top, left bottom, from(#ffb521), to(#e3a21e));
	background: -webkit-linear-gradient(top, #ffb521, #e3a21e);
	background: -mozlinear-gradient(top, #ffb521, #e3a21e);
	background: -ms-linear-gradient(top, #ffb521, #e3a21e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb521', endColorstr='#e3a21e', GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb521', endColorstr='#e3a21e', GradientType=0);
}

.list li {
	float:left;
	box-sizing: border-box;
	width: 24%;
	margin: 0 1.3% 1.5% 0;
	padding: 1% 1% 1%;
	border: 1px solid #b1a692;
	text-align: center;
	background: #fff;
}

#recipe a {
	text-decoration: none;
}

.list li:nth-of-type(4n) {
	margin-right: 0;
}

.list li p,
.recipe_title {
	text-align: left;
}

.recipe_title {
	font-weight: bold;
}

.list li p {
	font-size: 12px;
	line-height: 1.4;
}

.list li img {
	width: 100%;
}

.recipe_pict {
	width: 100%;
}

.recipe_title {
	margin: 2% 0;
	color: #402f2b;
	font-size: 130%;
	letter-spacing: -0.05em;
}

.recipes_link {
	position: relative;
	margin-bottom: 5%;
}

.recipes_link p{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 130%;
	letter-spacing: -0.05em;
}

.recipes_link p span{
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: -1.5%;
	border: 8px solid transparent;
	border-left: 12px solid #402f2b;
}

#recipe .recipes_link a{
	text-decoration: underline;
}

@media screen and (-ms-high-contrast: none) {
	h2{
		margin: .5% 0 2%!important;
	}
}

@media screen and (max-width:640px){
	.contents {
		background: none;
	}
		
	.container ul {
		width: 100%;
		margin-bottom: 2px;
	}
	
	.list li{
		width: 49%;
		width: calc(49%);
		min-height: 150px;
		padding: 1%;
	}
	
	.list li:nth-of-type(2n-1) {
		margin: 0 .5% 3% .5%;		
	}
	
	.list li:nth-of-type(2n) {
		margin: 0 .5% 3% .5%;
	}

	.recipe_title {
		width: 100%;
		font-size: 110%;
	}
	
	.list li p{
		font-size: 100%;
	}
	
	.recipes_link{
		margin: 0 1% 45px 0;
	}
	
	.recipes_link p{
		font-size: 13px;
	}
	
	.recipes_link p span{
		border: 6px solid transparent;
		border-left: 10px solid #402f2b;
	}
}

@media screen and (max-width:640px) and (-ms-high-contrast: none) {
	h2{
		font-size: 20px;
	}
}

@media screen and (max-width: 540px){
	h2{
			font-size: 20px;
	}
}

/*bnr_area*/
.bnr_area{
	margin: 20px 0 20px -8px;
}

.bnr_area ul{
	list-style-type: none;
}

.bnr_area ul li {
	float: left;
	margin: 0 0 0 8px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bnr_area ul li p {
	display: block;
	width: 90%;
	padding: 5px 5%;
	position: absolute;
	bottom: 2px;
	left: 0;
	color: #ffffff;
	text-align: left;
}

@media screen and (max-width:640px){
	.bnr_area {
		margin: 0 0 4%;
	}

	.bnr_area ul {
		}

	.bnr_area ul li {
		width: 46%;
		height: 21%;
		margin: 0 1% 2%;
	}

	.bnr_area ul li:nth-of-type(2n-1) {
		margin: 0 1% 3% 3%;
	}

	.bnr_area ul li:nth-of-type(2n) {
		margin: 0 0 3% 1%;
	}

	.bnr_area ul li img {
		width: 100%;
		display: block;
	}

	.bnr_area ul li p {
		padding: 3px 3%;
		width: 94%;
		bottom: 0px;
	}
}

@media screen and (min-width:641px){
	.bnr_area ul li {
		height: 172px;
	}
}

@media screen and (max-width:375px){
	.bnr_area {
		margin: 0 0 3.5%;
	}


	a:hover img.op{
	opacity: 0.8;
	}
}

/* ƒAƒTƒqƒtƒbƒ^[•ö‚ê‘Î‰ž */
@media screen and (max-width:640px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 100%;
	}
}
@media screen and (min-width:641px){
	#commonUtility .contents-inner,
	#commonFooter .contents-inner {
		width: 1024px;
	}
}
