@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: 30px;
	left: 32px;
	width: 100%;
	height: 0;
	line-height: 1.15;
	font-size: 50px;
	font-weight: bold;
	text-align: left;	
	color:#fff;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .5), -2px 2px 8px rgba(0, 0, 0, .5), 2px -2px 8px rgba(0, 0, 0, .5), -2px -2px 8px rgba(0, 0, 0, .5);
}

.main_ttl_1, .main_ttl_2{
	font-family: 'Ÿà–¾’© Demibold','Ÿà–¾’©','YuMincho','Yu Mincho','Ÿà–¾’©‘Ì','ƒqƒ‰ƒMƒm–¾’© ProN','Hiragino','Mincho ProN','HG–¾’©E','‚l‚r ‚o–¾’©','‚l‚r –¾’©',serif;
	font-weight: bold;
}

.Android .main_ttl_1,.Android .main_ttl_2{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

.main_ttl_1{
	font-size: 55px;
	letter-spacing: 4px;
}

.main_ttl_2{
	display: inline-block;
	margin-left: 4px;	
	letter-spacing: -2px;
	font-size: 70px;
}

.ttl_lede{
	position: absolute;
	font-family: 'Ÿà–¾’© Demibold','Ÿà–¾’©','YuMincho','Yu Mincho','Ÿà–¾’©‘Ì','ƒqƒ‰ƒMƒm–¾’© ProN','Hiragino','Mincho ProN','HG–¾’©E','‚l‚r ‚o–¾’©','‚l‚r –¾’©',serif;
	top: 120px;
	left: 35px;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8), -2px 2px 8px rgba(0, 0, 0, .8), 2px -2px 8px rgba(0, 0, 0, .8), -2px -2px 8px rgba(0, 0, 0, .888);
	letter-spacing: -.2px;
}

.Android .ttl_lede{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}
/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) {
	.main_ttl{
		top: 35px;
	}	
}/* --------------- */


@media screen and (max-width: 640px){
	.main_image img{
			width: 100%;
		}
		
	.main_ttl{
		top: 13%;
		left: 4%;
	}
			
	.main_ttl_1{
		font-size: 40px;
		letter-spacing: 2px;
	}
	
	.main_ttl_2{
		margin-left: 0;	
		letter-spacing: -3px;
		font-size: 55px;
	}
	
	.ttl_lede{
		width: 84%;
		top: 43%;
		left: 4%;
	}
	
}
/* -----IE’²®----- */
 @media all and (-ms-high-contrast: none) and (max-width: 640px){	
	 .main_ttl{
 		left: 3%;
 	}
}/* --------------- */


@media screen and (max-width: 540px){
	.main_ttl_1{
		font-size: 30px;
	}
	
	.main_ttl_2{
		font-size: 40px;
	}
	
	.ttl_lede{
		font-size: 13px;
	}
} 

@media screen and (max-width: 414px){
	.main_ttl{
		top: 6%;
	}
}
	
@media screen and (max-width: 375px){
	.main_ttl{
		top: 4%;
	}
	
	.ttl_lede{
		top: 45%;
		line-height: 1.35;
	}
}
/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) and (max-width: 375px){
		.main_ttl{
			top: 4%;
		}
		
		.ttl_lede{
			top: 45%;
		}
}/* --------------- */
 
 
@media screen and (max-width: 320px){
	.main_ttl{
		top: 0;
	}
} 
/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) and (max-width: 320px){
	.ttl_lede{
		top: 43%;
	}
}
/* -----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;
	padding: 1% 0 .5% 2%;
	text-align: left;
	font-size: 26px;
}

h2.band1,h2.band2{
	position: relative;
	letter-spacing: -1px;
	font-family: 'Ÿà–¾’© Demibold','Ÿà–¾’©','YuMincho','Yu Mincho','Ÿà–¾’©‘Ì','ƒqƒ‰ƒMƒm–¾’© ProN','Hiragino','Mincho ProN','HG–¾’©E','‚l‚r ‚o–¾’©','‚l‚r –¾’©',serif;
	font-weight: bold;
}

.Android h2.band1,.Android h2.band2{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

h2.band1{
	color: #403028;
	background: url(../img/band1.jpg);
}

h2.band2{
	color: #fff;
	background: url(../img/band2.jpg);
}

.sub_h2{
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
}

.Android .sub_h2{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;	
}

.sub_h2:before{
	content: "`";
	margin-right: 5px;
}

.sub_h2::after{
	content: "`";	
}	

.list li {
	float:left;
	box-sizing: border-box;
	width: 24%;
	margin: 0 1.3% 1.5% 0;
	padding: 1% 1% 1%;
	border: 1px solid #795850;
	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;
}
/* -----IE’²®----- */
@media all and (-ms-high-contrast: none) {
	h2{
		padding-top: 1.5%;
		padding-bottom: .3%;
	}
}
/* -----IE’²®----- */


@media screen and (max-width:640px){
	h2{
		font-size: 25px;
		margin-bottom: 2% !important;
		padding: 1.2% 0 .9% 2.3% !important;
	}
	
	.sub_h2{
		display: block;
		font-size: 14px
	}
			
	.inner {
			margin-top: 3.5%;
			padding: 0 5px;
		}
			
	.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%;
	}
}
/* -----IE’²®----- */
@media screen and (-ms-high-contrast: none) and (max-width:640px){
	h2{
		padding-top: 1.5% !important;	
		padding-bottom: .3% !important;	
	}
}
/* -----IE’²®----- */


@media screen and (max-width: 540px){
	h2{
			font-size: 20px;
	}
	
	.sub_h2{
		font-size: 13px; 
	}
}

/* -----IE’²®----- */
@media screen and (-ms-high-contrast: none) and (max-width:375px){
	h2{
		padding-top: 2.8% !important;	
	}
	
	.sub_h2{
		font-size: 12px; 
		margin-top: -2px;
	}
}
/* -----IE’²®----- */



/* ????????? */
.recommend_recipe_link {
	text-align: right;
	margin-bottom: 24px;
}

.recommend_recipe_link a {
	border-bottom: #333 1px solid;
}

.recommend_recipe_link a:hover {
	color: #000;
	border-bottom: none;
}



/*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;
	}
}
