/*メインビジュアル*/



.deau_main img{
	width: 100%;
}

.top_count{
clear:both;
background-repeat:no-repeat;
margin:0 auto;
padding:0;
	position: relative;
}

.top_count img{
	width: 100%;
}

.displayTimer{
color:#fff;
	padding:0 0 0px 40px;
margin:0px auto 0 auto;
text-align:center;
font-weight:bold;
	font-size: 1.6rem;

	width: 97%;
/*	left: 170px;
	transform: translateX(160px);
	 -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
   */
	

	bottom: -2px;
	position: absolute;
}




.sakugara{
	background-image: url(images/sakugara_top.png),url(images/sakugara_btm.png),url(images/sakugara_bk.png) ;
	padding: 40px 10% 50px 10%;
	background-repeat: no-repeat ,no-repeat ,repeat;
	background-position: right top,left bottom,top left;
	margin-top: 70px;
}

.sakugara_title{
	text-align: center;
	font-size: 2.0rem;
	margin: 0px 0 0px 0;
	background-image: url(images/title_point.png) ;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}

.sakugara_day{
	font-size: 1.6rem;
	margin-bottom: 8px;
	margin-top: 40px;
}

.goods_listbox_beaujolais{
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
	
}


.goods_listbox_beaujolais div{
	width: 44%;
	margin: 0 0 15px 0;
}

.beaujolais_recipe{
	width: 100%;
	margin: 70px 0 0 0;
}

.beaujolais_recipe img{
	width: 100%;
}

.beaujolais_recipebox{
	background-color: #fff;
	width:90%;
	padding: 40px 5%;
}

.beaujolais_recipebox:after{
    content: "";
    clear: both;
    display: block;
}

.beaujolais_recipe_ph{
	display: block;
	text-align: center;
}

.beaujolais_recipe_ph img{
	width: 100%;
	max-width: 241px;
	margin: 0 auto 15px auto;
}

.beaujolais_recipe_ti{
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #681c25;
	font-weight: bold;
}

.beaujolais_recipe_btn{
    background-color: #d94052;
    color: #fff !important;
	padding: 5px 30px 5px 20px ;
	border-radius: 20px;
	text-decoration: none;
	background-image: url(images/btn_icon.png) ;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.beaujolais_recipe_btn:hover {
    background-color: #c02638;
}
.h3_jp span{
	font-size: 1.8rem;
}

.beaujolais_lavel{
	text-align: center!important;
	margin: 0 auto 15px auto!important;
}

.beaujolais_message{
	background-color: #fdf4d9;
	clear: both;
	margin: 75px 0 0 0;
	padding: 40px 5%;
	background-image: url(images/message_bk.png) ;
	background-repeat: no-repeat;
	background-position: right top;
	width: 90%;
}

.beaujolais_lead{
	font-weight: bold;
	font-size: 1.6rem;
}

.beaujolais_message:after{
    content: "";
    clear: both;
    display: block;
}

.beaujolais_message_ti{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.beaujolais_message_left{
	width: 100%;
	text-align: center;
}
.beaujolais_message_right{
	width: 100%;
}

.beaujolais_message_left p{
	font-size: 1.2rem;
	margin: 5px 0 15px 0;
	text-align: center;
}

.beaujolais_foodlink{
	display: flex;
	justify-content: space-between;
	 -webkit-flex-wrap: wrap;
  	flex-wrap:         wrap;
	margin: 0;
	padding: 0;
}

.beaujolais_foodlink li{
	display: flex;
	align-items:center;
	border: 1px solid #ccc;
	width: 48%;
	list-style-type: none;
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}

.beaujolais_foodlink li a{
	display: block;
}
.beaujolais_foodlink li img{
	width: 100%;
	max-width: 40px;
}

@media (min-width: 788px) {
.beaujolais_foodlink{
	width: 100%;
	margin: 0 auto;
	justify-content:center;
	}
.beaujolais_foodlink li{
	display: flex;
	align-items:center;
	border: 1px solid #ccc;
	width: 40%;
	list-style-type: none;
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.deau_main{
	display: block;
}

.top_topimg{
width:100%;
/*background-image:url(images/beaujolais_main.png);
background-repeat:no-repeat;*/
margin:0 0 0px 0;
padding:0px 0 0 0;	
	background-size: contain;
	
}	
	
.top_count{
clear:both;
background-repeat:no-repeat;
margin:0 0 0px 0;
padding:0;
font-size:1.6rem;
	line-height: 70%;
	
}	

.displayTimer{
color:#fff;
padding:0 0 8px 65px;
margin:0px auto 0 auto;
text-align:center;
font-weight:bold;
	font-size: 3.4rem;

	width: 97%;
/*	left: 170px;
	transform: translateX(160px);
	 -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
	
   */
	bottom: 0px;
	position: absolute;
}
	
.goods_listbox_beaujolais{
	  display: -webkit-flex;
    display: flex;
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content:space-between;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;

}
	
	
	
.goods_listbox_beaujolais div{
	max-width: 228px;
	margin: 0 0px 13px 0;
}	

.beaujolais_recipe_ph{
	float: right;
	width: 40%;
	text-align: right;
	
}
	
	.beaujolais_recipe_txt{
		float: left;
		width: 60%;
	}

.beaujolais_message_ti{
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.beaujolais_message_left{
	float: left;
	width: 27%;
	text-align: left;
}
.beaujolais_message_right{
	float: left;
	width: 73%;
}	
	
	.beaujolais_message_left p{
	font-size: 1.2rem;
	margin: 5px 0 15px 0;
		text-align: left;
}
	


	
}