/*===== 共通 ==================================================*/
.clearfix {
zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
content:".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* == 全体 ===================================================== */
body {
	background-color: #EEEBDA;
	color: #666;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#wrapper {
	clear: both;
	width: 100%;
	background-color: #e1dcbe;
	box-shadow: 0 0 12px rgba(0,0,0,0.6);
	margin: 0 auto;
}
#wrapper {
zoom:1; /* for IE 5.5-7 */
}
#wrapper:after { /* for modern browser */
content:".";
display: block;
height:0;
clear:both;
visibility:hidden;
}
#wrapper {display: inline-table;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */

/* -- 細々 -- */
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
/*
	margin: 0px;
*/
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #AF1900;
}
#wrapper a:hover img {
	filter:alpha(Opacity=50); /* IE 用 */
	-moz-opacity:0.5; /* Mozilla 用 */
	-khtml-opacity:0.5; /* KHTML 用 */
	opacity:0.5; /* Safari 用 */
}

hr {
	clear: both;
	border-top: 1px solid #B99B5A;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px 0px 10px;
}

.clear_both {
	clear: both;
}
.img_left {
	float: left;
	margin: 0 5px 5px 0;
}
.img_right {
	float: right;
	margin: 0 0 5px 5px;
}

.notes {
	font-size: 0.8em;
	clear: both;
	line-height:1.2em;
	padding-top:.5em;
}
.notes strong {
	color:#c00;
}
.notes a {
	color:#AF1900;
	text-decoration:underline;
}
.notes a img {
	border:none !important;
	margin-right:5px;
	margin-top:5px;
	text-decoration:none;
}

/* -- 詳細を見る・一覧へ・商品一覧へもどる など -- */
.go_page {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.go_page a {
	color: #B99B5A;
	background: url(/img/arrow_red.gif) no-repeat left center;
	padding-left: 8px;
}
.go_page a:hover {
	color: #AF1900;
}
.go_itemlist {
	clear: both;
	text-align: right;
}
.go_itemlist a {
	color: #AF1900;
	background: url(/img/arrow_red.gif) no-repeat left ;
	padding-left: 8px;
	font-weight: bold;
}


/* -- ヘッダー・フッター -- */
#header {
	background: url(/img/head_bg.gif) repeat-x left top #dc5528;
	border-bottom: 4px solid #AF1900;
	padding: 0 0 5px;
}
#header_inner {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
#header h1 {
	text-align: center;
}
#head_navi {
	list-style-type: none;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
}
#head_navi li {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
}

/* -- フットナビ -- */
#foot_navi {
	padding-top: 40px;
	clear: both;
}
#foot_navi #cominfo a {
	color: #4E3723;
}
#foot_navi #cominfo a:hover {
	color: #AF1900;
}
#foot_navi ul {
	list-style-type: none;
	text-align: center;
	margin: 0 0 0.8em;
	padding: 0;
}
#foot_navi li {
	margin: 0;
	padding: 0;
}
/* -- copyright -- */
#footer {
	clear: both;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	background: url(/img/footer_bg.gif) repeat-x bottom #dc5528;
	padding: 0.3em 0;
}


/* -- サブボックス -------------------------------------------- */
body:not(#top) #sub_box,
header .drawer-nav {
	background: url(/img/subbox_bg02.gif) no-repeat 15px bottom #e1dcbe;
}
#sub_box p ,
#sub_box ul , 
#sub_box hr {
	margin: 15px;
}
#sub_box .go_page a {
	color: #4E3723;
}

/* -- ショップ案内ナビ -- */
#sub_box #shopinfo_navi {
	padding: 0px;
	margin-bottom: 25px;
}
#shopinfo_navi li {
	margin-bottom: 10px;
	list-style-type: none;
}

/* -- バナー類 -- */
#sub_box .bunner_area {
	margin-top: 20px;
	margin-bottom: 40px;
}
#sub_box .bunner_area img {
	margin-bottom: 5px;
}


/* -- メインボックス ------------------------------------------ */
#main_box {
	background: url(/img/mainbox_bg.gif) repeat-y left top #fff;
	box-shadow: -5px 3px 6px -3px rgba(0,0,0,0.3);
	padding: 0.5em 5%;
}

/* for understanding browsers */
#main_box_inner {
	min-height: 730px;
}
/* for Internet Explorer */
/*\*/
* html #main_box_inner {
	height: 730px;
}
/**/

#main_box a img {
	border: none;
}

/* -- 商品リスト -- */
.item_1pon h2 {
	background-color: #789664;
}
.item_hukuro h2 {
	background-color: #c86478;
}
.item_kibidango h2 {
	background-color: #5082a0;
}
.item_gentei h2 {
	background-color: #d29646;
}
.item_pet h2 {
	background-color: #eb8c3c;
}
.item_nanae h2 {
	background-color: #BE3C5A;
}
#other_title {
	text-align: center;
}
h2.itemlist_title {
	text-align: center;
	margin-bottom: 10px;
}
#shop .syohin_list_box {
    margin-bottom: 1em;
}
.syohin_list_box h3 {
	color: #D74128;
	margin: 0;
}
.syohin_list_box img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
#main_box .syohin_list_box h3,
#main_box .syohin_list_box p {
	margin: 0 0 0 88px;
}

.item_name ,
.item_title {
	color: #D74128;
	background: url(/img/border_red.gif) repeat-y;
	line-height: 1em;
	margin-bottom: 0.5em;
	padding-left: 12px;
}


/* -- 会社案内 -- */
#cominfo {
	color: #4E3723;
	font-size: 0.9em;
	line-height: 1.3;
	margin: 0px;
}
#main_box #cominfo {
	font-size: 0.9em;
	line-height: 1.4;
}
#cominfo strong {
	font-size: 1.2em;
}
#cominfo span {
	display: inline-block;
	margin-right: 1em;
}
.fb-like {
	display: block !important;
	margin-top: 1em;
	margin-left:1em;
}



/* ========================================================

 Responsive settings Media query

=========================================================== */

/* -- #wrapperサイズ860px以下(スクロールバー17px計算) ----------------------------------- */
@media screen and (min-width: 860px) {
/* ==　全　体 == */
#wrapper {
	max-width: 850px;
}
/* -- ヘッダー・フッター -- */
#header h1 {
	float: left;
}
body:not(#top) #head_navi {
    text-align: right;
	padding-top: 34px;
}
/* -- 商品リスト -- */
h2.itemlist_title {
	float: left;
}
#shop .syohin_list_box {
	float: right;
	width: 400px;
	padding-right: 20px;
}
}

/* -- PC・ipad -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
/* テルリンク */
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	color: #000;
	text-decoration: none;
}
/* ドロワーメニュー */
#top_header header,
#header header,
#header #m-cart {
	display: none;
}
/* -- フットナビ -- */
#foot_navi ul {
	font-size: 0.8em;
}
#foot_navi li {
	display: inline-block;
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin: 0 1px;
	padding: 0 0.5em;
}

#sub_box {
	float: left;
	width: 21.177%;/*180px*/
}

#main_box {
	float: left;
	width: 62.353%;/*550px*/
	padding: 40px 4.706% 5px 11.765%;
}
}

/* -- ipad以下 -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* -- ヘッダー -- */
#header_inner #head_navi {
	display: none;
}
#header #m-cart {
	text-align: center;
	margin: 0.6em 0 0;
}
.drawer-nav #shopinfo_navi {
	font-size: 0.9em;
	line-height: 3em;
}
.drawer-nav #shopinfo_navi li:before {
	content: url(/img/arrow_red.gif);
}
.drawer-nav #shopinfo_navi a {
	color: #000;
	vertical-align: sub;
	margin-left: 0.3em;
}
.drawer-nav #shopinfo_navi,
.drawer-nav .bunner_area {
	margin: 0;
	padding: 0 0 0.5em;
}

.go_page a {
	font-size: 1.1em;
	line-height: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
input[value="カートへ入れる"] {
	font-size: 1.2em;
	padding: 0.5em;
}

/* -- フットナビ -- */
#foot_navi li a {
	display: block;
	background-color: rgba(185,155,90,0.6);
	color: #fff !important;
	letter-spacing: 0.15em;
	border-bottom: solid 1px #fff;
	padding: 1.1em 0 1em;
}
#foot_navi li a:hover {
	background-color: rgba(185,155,90,1.0);
}
#sub_box {
	display: none;
}
#shopinfo_navi li {
	margin-bottom: 0;
}
}

/* -- 微調整 ---------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
.img_left,
.img_right {
	display: block;
	float: none;
	margin: 0 auto 5px;
}
}
@media screen and (max-width: 320px) {
/* -- 商品リスト -- */
.syohin_list_box img {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#main_box .syohin_list_box h3,
#main_box .syohin_list_box p {
	margin: 0;
}
.syohin_list_box h3 {
	text-align: center;
}
}
