/* smart.css */

/* common
--------------------------------- */
body{
	font-size: 13px!important;
}

.pc{ display: none!important;}
.sm{ display: inherit!important;}

.fl_l, .fl_r{
	float: none!important;
}

.inner{ width: auto!important;}

img{
	max-width: 100%!important;
	height: auto!important;
	display: block;
	margin: 0 auto;
	float: none;
}

.sbox{
	width: auto;
	padding: 0 10px;
}

.btn a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* TOP
------------------------------------------*/
#top_header{
	background: none;
}

#top_header .box{
	height: 36px;
	padding: 15px 10px;
	background: url(../img/bg_logo.png) no-repeat 15px center, url(../img/bg_header.png) repeat-x center top;
}

#panel-btn{
	width: 37px;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
}

body#top #panel{
	padding: 0;
	margin-top: 0;
	top: 0;
}

#top_nav li{
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #8c795b;
}

#top_nav li a{
	height: auto;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #6e5635;
	color: #fff;
	font-size: 15px;
 	text-indent: 0;
	text-decoration: none;
}

#top_nav li a:before, #nav li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}

#top_nav li a:after, #nav li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #6e5635;
}

/* 下層
------------------------------------------*/
#header{
	width: 100%;
	height: 51px;
	padding-top: 15px;
	background: url(../img/bg_logo.png) no-repeat 15px center, url(../img/bg_header.png) repeat-x center top;
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
}

#header #panel-btn{
	margin: 0;
}

#panel{
	display: none;
	z-index: 999;
	float: none;
	position: relative;
	top: 51px;
}

#nav{
	float: none;
	background: none;
}

#nav li{
	float: none;
	width: 100%;
	padding: 0;
	border-top: 1px solid #8c795b;
}

#nav li a{
	height: auto;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #6e5635;
	color: #fff;
	font-size: 15px;
 	text-indent: 0;
	text-decoration: none;
}

body#top #top_nav li.n1 a,
body#product #nav li.n2 a,
body#recipe #nav li.n3 a,
body#campaign #nav li.n4 a{
	color: #fb7100;
}

body#top #top_nav li.n1 a:before,
body#product #nav li.n2 a:before,
body#recipe #nav li.n3 a:before,
body#campaign #nav li.n4 a:before{
	background: #fb7100;
}

#pan{
	padding-left: 10px;
	margin-top: 66px;
	margin-bottom: 20px;
}

#pan li span{
	display: none;
}

/* フッター
------------------------------------------*/
#footer{
	padding: 15px 10px;
}

#footer li{
	margin: 5px;
}

address{
	margin-top: 15px;
}

/* トップページ
------------------------------------------*/
body#top h1{
	padding: 20px;
}

#mv li{
	padding: 40px 20px;
	position: relative;
}

#mv li a.img{
	display: block;
	width: 230px;
	height: auto;
}
#mv li.bg8 a.img,
#mv li.bg9 a.img{
	height: auto;
	width: 270px;
}

#mv li p{
	width: auto;
	text-align: center;
}

/* 商品紹介（product）
------------------------------------------*/
.tokucho{
	width: auto;
	margin: 0 10px;
}

.tokucho li{
	width: auto;
	font-size: 13px;
	margin-top: 20px;
}

.tokucho li p{
	text-align: left;
	margin-top: 20px;
}

#product .cat{
	font-size: 18px;
	margin: 30px 10px;
}
/*
.bg_l, .bg_r{
	display: none;
}
*/

.bg_l, .bg_r{
	background-image: none;
}

.bg_box,  .product, 
.h650, .h650 .bg_box, 
.h650 .product, .product .box,
.bg_box .bg_l, .bg_box .bg_r,
.bg_box .bg_l .fl_l,
.bg_box .bg_l .fl_r,
.bg_box .bg_r .fl_l,
.bg_box .bg_r .fl_r {
	width: 100%;
	width: auto;
    height: auto;
    margin: 0;
    position: static;
}



.product .box{
	border-radius: 10px;
	padding: 0 10px 20px 10px;
	margin: 0 10px 40px 10px;
	border: 2px dotted #4e320e;
}

.bg_box .bg_l,
.bg_box .bg_r{
	border-radius: 10px;
	padding: 0 10px 20px 10px;
	margin: 0 10px 40px 10px;
	border: 2px dotted #4e320e;
}


.product .box a{
	display: block;
	margin: 0 10px;
	padding: 0;
}

.bg_box .box a{
	display: block;
	margin: 0 10px;
	padding: 0;
}

.product .box h2{
	margin: 20px 0;
}

.bg_box .box h2{
	margin: 20px 0;
}

.product .box p{
	margin: 10px 0;
	font-size: 14px;
}

.bg_box .box p{
	margin: 10px 0;
	font-size: 14px;
}

.bg_box .box_text{
	text-align: center;
	padding-top: 10px;
}

.bg_box .box_text .material dd{
	list-style-type: none;
}

/* レシピ（recipe）
------------------------------------------*/
#recipe h2{
	margin: 20px 0;
}

#recipe .cat{
	text-align: left;
}

#recipe .cat br{
	display: none;
}

#cate_list{
	max-width: 100%;
	margin: 20px 0;
}

#cate_list li{
	width: 45%;
	display: inline-block;
	float: none;
	margin: 0 3px 10px 3px;
}

#recipe .cate{
	padding: 20px 0;
}

#recipe .cate h3{
	margin: 10px;
}

.recipe_list{
	margin: 0 10px;
}

.recipe_list li{
	width: 50%;
	margin: 0 0 20px 0;
}

.recipe_list li a{
	margin: 0 10px;
}

/*モーダル*/
.modal-close {
	width: 48px;
	height: 48px;
	background-size: 100% auto;
}

#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.recipe{
	width: auto;
}

/* キャンペーン（campaign）
------------------------------------------*/
#campaign .in{
	background: none;
}

#campaign .oubo{
	padding: 0 10px;
}

.oubo dl{
	margin-top: 0;
}

.oubo dt{
	margin: 30px 0 10px 0;
}

.oubo dd, .oubo dd.np{
	margin-left: 0;
}

#campaign  #cate_list{
	margin-top: 0;
}

.picuparea {
  background: url(../img/recipe/fukudashi.png) no-repeat top left;
  background-size: 90% auto;
}

#cate1 .recipe_list li:nth-child(5),
#cate2 .recipe_list li:nth-child(5),
#cate2 .recipe_list li:nth-child(6),
#cate2 .recipe_list li:nth-child(7),
#cate2 .recipe_list li:nth-child(8),
#cate3 .recipe_list li:nth-child(6) {
padding-top: 0px;
}

#cate1_splink,
#cate2_splink,
#cate3_splink,
#cate4_splink,
#cate5_splink,
#cate6_splink{
margin-top: -65px;
padding-top: 65px;
}
