
/* --------------------------------
共通
-------------------------------- */
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (max-width: 979px) {
}

/* --------------------------------
main_img
-------------------------------- */
#main_img{
	background: url(img/main_img.jpg) no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#main_img{
		background: url(img/main_img_sp.jpg) no-repeat center 50px;
		background-size: cover;
	}
}


#oureel #main{
	font-size: 110%;
}
.box_in{
	background: url(img/bg_bottom.jpg) no-repeat bottom right;
}
.text_box{
	background: url(img/bg_top.jpg) no-repeat 30px 450px;
}
#oureel h3{
	border: none;
	background: #921E17 0%, #921E17 35%, #333333 35%, #333333 100%);
	background: linear-gradient(90deg, #921E17 0%, #921E17 35%, #333333 35%, #333333 100%);
	color: #FFF; 
	padding: 3px 10px
}
#oureel h3:after {
	border-bottom: none;
}
#oureel #main p{
	text-align: center;
	margin-bottom: 25px;
}
	@media screen and (max-width: 1002px) {
		.text_box{
			background: url(img/bg_top.jpg) no-repeat 30px 150px;
		}
	}
	@media screen and (max-width: 767px) {
		
		#oureel #main{
			font-size: 14px;
		}
		.box_in{
			background: url(img/bg_bottom.jpg) no-repeat bottom right;
			background-size: 210px;
		}
		.text_box{
			background: url(img/bg_top.jpg) no-repeat 10px 260px;
			background-size: 220px;
		}
		#oureel #main p{
			margin-bottom: 15px;
			text-align: left;
		}
	}


.decoration_box{
	margin-bottom: 30px;
	padding: 20px 10px;
	background: #40220F url(/common/css/img/bg_menu.png) repeat 0 0;
}
.decoration_box p{
	margin-bottom: 0 !important;
	color: #FFF100;
	font-size: 26px;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
	@media screen and (max-width: 767px) {
		.decoration_box{
			margin-bottom: 20px;
			padding: 10px 10px;
		}
		.decoration_box p{
			font-size: 16px;
			text-align: center !important;
		}
	}

.red_text{
	color: #F00;
}
.p_box_red{
	width: 100%;
	margin: 40px auto !important;
	padding: 15px;
	color: #F00;
	border: 1px solid #F00;
}
	@media screen and (max-width: 767px) {
		.p_box_red{
			width: auto;
			margin: 0 auto 20px !important;
			padding: 10px 15px;
			text-align: center !important;
			font-weight: bold;
		}
	}
.f_size90{
	font-size: 90%;
}

.chu{
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1em;
}

.marker_yellow_futo {
	background: linear-gradient(transparent 0%, #FF6 0%);
}

dl.dl_list_ell{
	margin-bottom:40px; 

}
	dl.dl_list_ell dt{
		width: 430px;
		float: left;
	}
		dl.dl_list_ell dt figure{ width: 200px; float: left; margin-right: 10px;}
		dl.dl_list_ell dt img{
			width: 100%;
		}
	dl.dl_list_ell dd{
		margin-left: 220px;

	}

	dl.dl_list_ell dd:after{
	  display: block;
	  content: "";
	  clear: both;
	}
@media screen and (max-width: 767px) {
	dl.dl_list_ell{
	margin-bottom:30px; 

}
	dl.dl_list_ell dt{
		width: 100%;
		float: none;
		margin-bottom: 10px;

	}
		dl.dl_list_ell dt figure{ width: 45%; float: left; margin-right: 2%; margin-left: 2%;}
		dl.dl_list_ell dt img{
			width: 100%;
		}
	dl.dl_list_ell dd{
		width: 100%;
		margin-left: 0;

	}

	dl.dl_list_ell dd:after{
	  display: block;
	  content: "";
	  clear: both;
	}
	dl.dl_list_ell dd.sp_left{
		padding-left: 50%;
	}
}
/* --------------------------------
産地証明書
-------------------------------- */
figure.certificate a{
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #333;
}
	figure.certificate a img{ width: 100%; }

	img.lum-img{ width: 600px; }


@media screen and (max-width: 767px) {

	img.lum-img{ width: 320px; }
}

a.zoom{
  position: relative;
  display: block;
}
a.zoom::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0,0,0,0.7);
  background-image: url("/common/css/img/glass.png");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
}

/*----   うなぎのfooter上  ----*/
.box_in {
    background: none !important;
}


.reserve_box .box_in h3 {
    border: none;
    background:none !important;
}