@charset "utf-8";
/*―――――――――――――――
共通
――――――――――――――――*/

.all {
	background: url(../../images/bg.jpg) no-repeat #F4E7D4;
	background-size: 100%;
	color: #3a2917;
}
.all main {
	display: block;
}
.linkt {
	text-align: center;
	margin: 5% 0 0;
}
.stext {
	text-align: right;
	padding: 2.5%;
}
.box01 {
	cursor: pointer;
	cursor: hand;
}
.title {
	text-align: center;
	padding-top: 5.7%;
}
.center {
	width: 100%;
	margin: 0 auto;
}
.recipebox:after {
	content: "";
	clear: both;
	display: block;
}
.recipe_item a:hover, .recipe_item img:hover, .linkt:hover {
	opacity: 0.7;
	color: #3a2917;
}
.all a {
	color: #3a2917;
}
.all a:focus {
	outline: none;
}
/*-----modalの部分----*/
div [data-remodal-id="modal_recipe"] {
	background: none;
}
.slide_wrap {
	background: url("/foods/soup/jal_soup/images/m_bg.jpg") repeat scroll 0 0 !important;
	opacity: 0;
}
/*謎の padding を削除*/
.slick-slider {
	padding: 0 !important;
}

/*=====================
      smartPhone
=======================*/
@media screen and (max-width: 640px) {
.pc_display, .h_none, .slick-prev, .slick-next {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
.recipe_item {
	width: 49%;
}.all
/*title and lead*/
.logo {
	padding: 8% 0 5%;
}
.logo img {
	width: 20%;
}
.all h1 {
	margin: 0 15% 6%;
}
.all h2 {
	max-width: 50%;
	margin-bottom: 2.5%;
}
.linkt {
	margin: 5% 10%;
}
.stext img {
	padding: 3% 0;
	width: 50.6%;
}
/*コンテンツ*/
main {
	max-width: 94%;
	margin: 9% auto 0;
	display: block;
}
main section {
	margin-bottom: 9%;
}
.recipebox {
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	padding: 0 2%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.recipe_item p {
	font-size: 3vw;
	font-weight: normal;
	padding: 5% 10% 4% 2.5%
}
.recipe_item {
	box-sizing: border-box;
	border-radius: 2px;
	max-width: 49%;
	background: url(../../images/ic01.png) no-repeat right bottom #fff;
	background-size: 20%;
	position: relative;
	margin: 7px 0 0 0;
}
.recipe_item:nth-child(2n) {
	margin-left: 2%;
}
.recipe_item img {
	max-width: 95%;
	padding: 2.5% 2.5% 0;
}
div:after, ul:after {
	content: "" !important;
}
}

/* ====================
         pc
=======================*/

@media screen and (min-width: 640px) {
.sp_display {
	display: none;
}
/*title and　lead文*/
.title {
	font-size: 18px;
}
.logo a img {
	max-width: 10%;
}
.all h1 {
	margin: 3.8% 0 2%;
}
.all h2 {
	margin: 0 0 1% 2%;
}
.all h2 img {
	width: 25%;
}
.all main section {
	margin-bottom: 2.5%;
}
.all main {
	max-width: 1024px;
	height: auto;
	margin: 1.6% auto 0;
	display: block;
}
.recipe_item p {
	font-size: 130%;
	line-height: 1.2;
	font-weight: normal;
	max-width: 80%;
	padding: 8.2% 0 4% 2%;
}
.recipebox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 2%;
	-webkit-flex-wrap:wrap; 
	flex-wrap:wrap; 
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.recipe_item {
	width: 24.1%;
	box-sizing: border-box;
	float: left;
	border-radius: 2px;
	background: url(../../images/ic01.png) no-repeat right bottom #fff;
	background-size: 20%;
	position: relative;
	margin: 10px 1.1% 0 0;
	padding: 6px;
}
.recipebox li:nth-child(4n) {
	margin-right: 0;
}
.recipe_item img {
	max-width: 100%;
	margin: 0 auto;
}
}

@media screen and (min-width: 1320px) {
.all {
	background: url(../../images/bg01.jpg) no-repeat top left, url(../../images/bg02.jpg) no-repeat top right, url(../../images/bg00.jpg) repeat-x top center #F4E7D4;
}
}
