@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

/* 210316追記 本番環境/テスト環境CSS差分調整 */
/* ここから */
img {
	max-width: 100%;
}
/* ここまで */

/* 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','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ＭＳ ゴシック','MS UI Gothic','ＭＳ Ｐゴシック','MS PGothic','メイリオ', 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;
	}
}

/* メインビジュアル */
.container {
	overflow: hidden;
    font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ＭＳ ゴシック','MS UI Gothic','ＭＳ Ｐゴシック','MS PGothic','メイリオ', Meiryo,sans-serif;
}

.main_image {
	position: relative;
}

h1{
	height: 0;
	width: 100%;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}

.ttl_1{	
	position: absolute;	
	top: 15%;
	left: 3.5%;
	color:#09C02E;
	font-size: 41px;
	text-shadow: 3px 3px 3px #fff, -3px 2px 2px #fff, 3px -2px 2px #fff, -3px -3px 3px #fff;
}

.ttl_2{
	display: inline-block;
	position: absolute;	
	top: 31%;
	left: 3%;
	color:#09C02E;
	font-size: 60px;
    /*letter-spacing: 0.05em;*/
    text-shadow: 3px 3px 3px #fff, -3px 2px 2px #fff, 3px -2px 2px #fff, -3px -3px 3px #fff;
}

.ttl_lede{
	position: absolute;
	top: 58%;
	left:3%;
	line-height: 1.5;
	color: #381A08;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1.5px;	
}

/* -----IE調整----- */
@media all and (-ms-high-contrast: none) {
	.ttl_1{
		top: 17%;			
	}
	
	.ttl_2{
		top: 36%;			
	}
	
	.ttl_lede{
		top: 64%;
	}
}/* --------------- */


@media screen and (max-width: 640px){		
	.ttl_1{
		top: 14%;
		left: 2.3%;
		font-size: 5.1vw;
	}
		
	.ttl_2{
		position: absolute;
		top: 29%;
		left: 2.7%;
		font-size: 7vw;
	}
	
	.ttl_lede{
		top: 55%;
		left: 2.7%;
		right: 6%;
		width: 47%;
		font-size: 3vw;
	}
}

/* -----IE調整----- */
@media all and (-ms-high-contrast: none) and (max-width: 640px){
	.ttl_1{
		top: 14%;
		left: 5.6%;
		font-size: 5.4vw;
	}
	
	.ttl_2{
		top: 30%;
		left: 5.3%;
		font-size: 6.7vw;
	}
	
	.ttl_lede{
		top: 54%;
		left: 5.6%;
		width: 47%;
	}
}/* --------------- */

@media screen and (max-width: 375px){
	.ttl_1{
		top: 16%;
	}
	
	.ttl_2{
		top: 31%;
	}
	
	.ttl_lede{
		top: 60%;
	}
}

/* -----IE調整----- */
@media all and (-ms-high-contrast: none) and (max-width: 375px){
	.ttl_lede{
		top: 54%;
	}
}/* --------------- */

@media screen and (max-width: 320px){
	.ttl_2{
		top: 30%;
	}
		
	.ttl_lede{
		top: 53%;
	}		
}

/* -----IE調整----- */
@media all and (-ms-high-contrast: none) and (max-width: 320px){
	.ttl_2{
		top: 30.5%;
	}		
}
/* -----IE調整----- */


/* レシピエリア */
.inner {
	padding: 12px 0 0;
}

.container ul {
	list-style-type:none;
	overflow: hidden;
}

.container .lastList {
	padding:0;
}

#recipe {
	width: 100%;
	max-width: inherit;
}

h2{
	text-align: left;
	color: #600e07;
	letter-spacing: .06em;
}

h2.band:nth-of-type(1){
 font-weight: bold;
 color: #cc3300;
 background: #FFDFDF;
 background-image: url("../img/dot.png");
 background-position: left 105% bottom 30%;
 background-repeat: no-repeat;
 background-size: 25%;
 border-left: #ff6699 15px solid;
}

h2.band:nth-of-type(2){
 font-weight: bold;
 color: #007D00;
 background: #DEF3B8;
 background-image: url("../img/dot.png");
 background-position: left 105% bottom 30%;
 background-repeat: no-repeat;
 background-size: 25%;
 border-left: #66cc00 15px solid;
}

h2.band:nth-of-type(3){
 font-weight: bold;
 color: #F57100;
 background: #FDFAA8;
 background-image: url("../img/dot.png");
 background-position: left 105% bottom 30%;
 background-repeat: no-repeat;
 background-size: 25%;
 border-left: #ffcc00 15px solid;
}

.list li {
	float:left;
	width: 21.81%;
	margin: 0 1.3% 1.5% 0;
	padding: 10px 1% 1%;
	border: 1px solid #AFADAD;
	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;
}

.recipe_pict {
	width: 100%;
}

.recipe_title {
	margin: 2% 0;
	color: #1E5000;
	font-size: 130%;
	letter-spacing: -0.05em;
}

@media screen and (min-width:641px){
	h2{
		height: 50px;
		margin: 1% 0;
		padding-left: 20px;
		line-height: 50px;
		font-size: 24px;
	}
}	

/* -----IE調整----- */
@media screen and (-ms-high-contrast: none) and (min-width:641px){
	h2{
		line-height: 55px;
	}
}/* -------------- */


@media screen and (max-width:640px){
	.inner {
			margin-top: 3.5%;
			padding: 0 5px;
		}
			
	.contents {
		background: none;
	}
		
	.container ul {
		width: 100%;
		margin-bottom: 2px;
	}
	
	.list li img {
		width: 100%;
	}
	.list li {
		width: 46%;
		width: calc(47% - 2px);
		min-height: 150px;
		margin: 0 0.5% 3%;
		padding: 1%;
	}

 h2{
		margin-bottom: 2%!important;
		padding-top: 8px!important;	
	 	padding-bottom: 6px!important;
		padding-left: 3%!important;
		font-size: 160%;
		line-height: 1.1;	
		letter-spacing: .04em;
	}
	
	h2 .fs{
		font-size: 86%;		
		line-height: 1;
	}
				
	.recipe_title {
		width: 100%;
		font-size: 110%;
	}
	
	.list li p{
		font-size: 100%;
	}
}

/* -----IE調整----- */
@media all and (-ms-high-contrast: none) and (max-width: 640px) {
	h2{
		line-height: 1.2;
		padding-bottom: 5px!important;
	}
}/* -------------- */


@media screen and (max-width: 375px){
 h2{
		height: 20%;
		font-size: 4.8vw;
	}
		
	h2 .fs{
		font-size: 4vw;
	}
	
	.recipe_title {
		font-size: 4.2vw;
	}

	.list li p{
		font-size: 3.6vw;
	}
}

/* -----IE調整----- */
@media screen and (-ms-high-contrast: none)  and (max-width: 320px){
	.ttl_lede{
		font-size: 3vw;
	}
}/* --------------- */

/* サブビジュアル */
	h4{
		color: #f38600;
	}
	
	.sub_image a{
		display: block;
		text-decoration: none;
	}
	
	.sub_content1 ul{
		color: #691008;
	}
	
	.sub_content1 li{
		padding-bottom: 1%;
	}
	
	.sub_ttl1,
	.sub_ttl2{
		color: #f38600;
		font-weight: bold;
	}

	.sub_content2 p{
		line-height: 1.5;
		color: #691008;
	}
	
	p.highball_link_1,
	p.highball_link_2{
		color: #f38600;
	}
	
	@media screen and (min-width:641px){
		.sub_image{
			position: relative;
			margin-top: 1%;
			text-align: left;
		}
		
		.sub_content1 ul{
			position: absolute;
			top: 19.5%;
			left: 27.5%;
			width: 58%;
			padding-left: 1.3em;
			text-indent: -1.3em;
			font-size: 12px;
		}	
		
		.sub_ttl1{
			position: absolute;
			top: 11%;
			left: 28%;
			font-size: 24px;
		}
		
		.sub_ttl2{
			position: absolute;
			top: 65%;
			left: 14%;
			font-size: 24px;
		}
		
		.sub_content2 p{
			position: absolute;
			top: 73%;
			left: 13.5%;
			width: 33%;		
			font-size: 12px;
		}
		
		p.highball_link_1{
			position: absolute;
			top: 47%;
			left: 58%;
			font-size: 13px;
			text-decoration: underline;
		}
		
		p.highball_link_2{
			position: absolute;
			top: 85%;
			left: 17.5%;
			font-size: 13px;
			text-decoration: underline;
		}
	}
	
	/* -----IE調整----- */
	@media screen and (-ms-high-contrast: none) and (min-width:641px){
		.sub_ttl1,
		.sub_content1 ul,
		.sub_content2 p{
			line-height: 1.35;
		}
		
		p.highball_link_1{
			left: 57%;
		}
	}/* -------------- */

	
	@media screen and (max-width: 640px){
		.sub_image {
			width: 90%;
			margin: 0 auto ;
		}
		
		.sub_img1{
			width: 20%;
		}
		
		.sub_img2{
			width: 80%;
		}
		
		.sub_ttl1{
			margin: 6% 0 4%;
			text-align: center;
			border-bottom: 2px solid #f38600;
			font-size: 3.5vw;
		}
		
		.sub_ttl2{
			margin: 5% 0 4%;
			text-align: center;
			border-bottom: 2px solid #f38600;
			font-size: 3.5vw;
		}
		
		.sub_content1 ul{
			width: 90%;
			padding-left: 1.3em;
			text-indent: -1.3em;
			text-align: left;
			margin: 4% auto;
			font-size: 2vw;
		}
		
		.sub_content2 p{
			width: 89%;
			margin: 4% auto;
			text-align: left;
			font-size: 2vw;
			line-height: 1.5;
		}
		
		p.highball_link_1,
		p.highball_link_2{
			width: 72%;
			line-height: 1.5;
			margin: 5% auto 12%;
			padding: 1% 3% 1.2%;
			border-radius: 20px;
			color: #fff;
			font-size: 2.2vw;
			text-align: center;
			background-color: #f38600;
		}
	}
	
	/* -----IE調整----- */
	@media screen and (-ms-high-contrast: none) and (max-width:640px){
		p.highball_link_1,
		p.highball_link_2{
			line-height: 1.2;
			padding-top: 1.4%;
			padding-bottom: 1%;
		}
	}/* -------------- */
	
	@media screen and (max-width: 375px){	
		.sub_ttl1,
		.sub_ttl2{
			font-size: 5vw;
		}
		
		.sub_content1 ul{
			font-size: 3.4vw;
		}
		
		.sub_content2 p{
			font-size: 3.4vw;
		}
		
		p.highball_link_1,
		p.highball_link_2{
			width: 83%;
			border-radius: 10px;
			line-height: 1.2;
			padding: 2% 3% 1.8%;
			font-size: 3.8vw;
		}
	}
	
	/* -----IE調整----- */
	@media screen and (-ms-high-contrast: none) and (max-width:375px){
		p.highball_link_1,
		p.highball_link_2{
			padding-top: 1.9%;
			padding-bottom: 1%;
		}
	}/* -------------- */	

/* ラインアップ */
.lineup {
	margin: 3% 0;
}

.lineup .ssp{
	display: none;
}

.lineup_contents {
	overflow: hidden;
}

.lineup_ttl {
	line-height: 45px;
	margin: 1%;
	color: #691008;		
	font-size: 24px;
	font-weight: bold;	
}

.lineup_box {
	float: left;
	width: 24.25%;
	margin: 2% 1% 3% 0;
	text-align: left;
	font-size: 12px;
}

.lineup_box:last-child {
	margin-right: 0;
}

.lineup_box img {
	display: block;
	width: 80%;
	margin: 0 auto 10%;
}

.lineup_box a{
	line-height: 1.4;
}

.lineup_box a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.lineup_box .lineup_1 {
	width: 100%;
	padding-left: 21.5%;
}

.lineup_box .lineup_2 {
	width: 100%;
	padding-left: 16%;
}

.lineup_box .lineup_3 {
	width: 100%;
	padding-left: 10%;
}

.lineup_box .lineup_4 {
	width: 100%;
	padding-left: 31%;
}

@media screen and (max-width: 640px){
	.lineup{
		margin-top: 6%;
	}
	
	.lineup .ssp{
		display: none;
	}
	
	.lineup_contents{
		margin: 0 4%;
	}
	
	.lineup a{
		text-decoration: underline;
	}
	
	h5 img{
		width: 12%;
	}
	
	.lineup_ttl{
		line-height: 0;
		font-size: 3.8vw;
	}
		
	.lineup_box {
		width: 49%;
		margin-top: 4%;
	}
	
	.lineup_box .lineup_1 {
		padding-left: 27%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_2 {
		padding-left: 24%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_3 {
		padding-left: 14%;
		font-size: 2vw;
	}
	
	.lineup_box .lineup_4 {
		padding-left: 35.5%;
		font-size: 2vw;
	}
}

/* -----IE調整----- */
@media screen and (-ms-high-contrast: none) and (max-width:640px){
	.lineup_ttl{
		line-height: 3.7;
	}
}/* -------------- */


@media screen and (max-width: 375px){
	.lineup_ttl{
		font-size: 5vw;
	}
	
	.lineup .ssp{
		display: block;
	}
	
	h5 img{
		width: 18%;
	}
	
	.lineup_ttl{
		line-height: 1.1;
	}
	
	
	.tume{
		margin-left: 20%;
	}
	
	.lineup_box .lineup_1 {
		padding-left: 15%;
		font-size: 3vw;
	}
	
	.lineup_box .lineup_2 {
		padding-left: 10%;
		font-size: 3vw;
	}
	
	.lineup_box .lineup_3 {
		padding-left: 4%;
		font-size: 2.9vw;
	}
}
	
@media screen and (max-width: 320px){	
	.lineup_box .lineup_4 {
		padding-left: 27%;
		font-size: 3vw;
	}	
}

/* アサヒショップバナー */
@media screen and (max-width: 640px){
	.asahishop_bnr img {
		margin: 4% 0 6.5%;
	}
}

	/*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: auto;
		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;
}




/* アサヒフッター崩れ対応 */
@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;
	}
}
