@charset "UTF-8";
/* リセット設定
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, .leading, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5 RESETS FOR OLDER BROWSERS (http://meyerweb.com/eric/tools/css/reset/) */
input, select {
	vertical-align: middle;
}
a img {
	border: 0;
}
:focus {
	outline: 0;
}
a:hover, a:active {
	outline: none;
}
/* 共通設定
----------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	color: #333;
	background: #FFF;
/*	font-family: ff-tisa-web-pro, Georgia, sans-serif;*/
/*	font-family: serif, sans-serif, cursive, fantasy, monospace;*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
}
img, embed, object, video {
	max-width: 100%;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
/* ----- テキスト選択時ハイライトのカラー変更設定 ----- */
::selection {
	background: rgba(255, 255, 150, 0.9);
}

::-moz-selection {
background: rgba(255, 255, 150.9);
}
img::selection {
	background: transparent;
}
 img::-moz-selection {
 background: transparent;
}
body {
	-webkit-tap-highlight-color: #eff8f7;
}
/* ----- リンク設定 ----- */
a, a:link, a:visited {
	text-decoration: none;
	color: #880e35;/* 0E6E57 */
}
a:hover, a:focus {
	color: #2e2e2e;
}
#content a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#content p a {
	border-bottom: 1px dashed #E5E5E5;
}
#content p a:hover {
	background: #EFF8F7;
}
/* ページ構成設定
----------------------------------------------- */
#big_flame {
  width:900px;
  margin:50px auto 0;
}
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
}
#content {
	position: relative;
	float: right;
	width: 712px;
	margin-left:25px;
}
/* ヘッダー
----------------------------------------------- */

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align:center;
  background-color:#571F12;
  padding:8px 0;
}
.online p {
  color:#fff;
}

/* ----- ロゴ設定 ----- */
header[role="headernavi"] {
	float: left;
	width: 160px;
	margin-bottom: 25px;
}
h1 #branding {
	display: block;
	width: 120px;
	height: 200px;
}
h1 #branding a {
	display: block;
	width: 120px;
	height: 120px;
}
h1#branding:hover {
	opacity: .75;
}
/* ----- メインナビ設定 ----- */
nav {
	position: absolute;
	top: 190px;
	left: 0;
	width: 160px;
}
nav li {
	display: block;
	margin-bottom: 18px;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #d8d8d8;
}
nav li:last-child {
	margin: 0;
}
nav a {
	display: block;
	height: 28px;
	padding: 4px 0 0 40px;
	/* 矢印の動き */
	color: #222;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
nav a:hover {
	color: #800000;
}
nav li a {
	background-position: 0 65%;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #E5E5E5;
}
nav li a:hover {
	background-position: 5px 65%;
}
li#concept a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/concept.png);
}
li#working a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/work.png);
}
li#company a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/company.png);
}
li#contact a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/contact.png);
}
li#question a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/question.png);
}
li#webshop a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/online.png);
}

/* コンテンツ
----------------------------------------------- */
/* ----- 文字設定 ----- */
#content h2 {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.3125em;
	font-weight: bold;
}
/* ----- イメージ設定 ----- */
#content article img {
	max-width: 100%;
	height: auto;
}
/* ----- イメージ枠ボーダー設定 ----- */
#content img.border {
	padding: 9px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	-moz-box-shadow: 1px 1px 3px #F5F5F5;
	box-shadow: 1px 1px 3px #F5F5F5;
}
/* ----- イメージメニュー画像設定 ----- */
#content.img_menu article img {
	margin-bottom: 20px;
}
#content.img_menu article .img-wrap img {
	margin-bottom: 0;
}
#content img.border.large {
	width: 95%;
}
#content article a img {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
#content article a:hover img {
	opacity: .75;
}
/* ----- スライダー ----- */
#main_slider {
	position: relative;
	width: 100%;
	height: 480px;
}
#main_slider #slides {
	width: 700px;
	height: 350px;
	overflow: hidden;
}
#main_slider section {
	position: relative;
	width: 700px;
}
#main_slider section img {
	position: absolute;
	left: -92px;
	width: 100%;
}
/* JS消えた時用 */
#main_slider #slide-2, #main_slider #slide-3, #main_slider #slide-4, #main_slider #slide-5 {
	display: none;
}
/* ----- スライダーナビ ----- */
#main_slider #nav {
	position: absolute;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#main_slider #nav li {
	float: left;
	text-align: center;
	width: 140px;
}
#main_slider #nav a {
	display: block;
	float: left;
	width: 140px;
	height: 70px;
	line-height: 1.1em;
}
#main_slider #nav li:last-child a {
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main_slider #nav a img:hover {
	opacity: .65;
}
#feature-1 {
	padding: 1px 0px 0 0;
}
#feature-2 {
	padding: 1px 0px 0 0;
}
#feature-3 {
	padding: 1px 0px 0 0;
}
#feature-4 {
	padding: 1px 0px 0 0;
}
#feature-5 {
	padding: 1px 0px 0 0;
}

/* ----- お知らせ ----- */
#top-news a { text-decoration:none; }

.info-box {
width: 700px;
margin: 20px auto 0;
}

.top-ttl-box {
margin-bottom: 10px;
}

#top-news {
overflow: hidden;
zoom: 1;
}

#top-news dt {
float: left;
clear: both;
width: 80px;
background-color: #FFF000;
text-align: center;
font-size: 10px;
letter-spacing: 0;
padding:5px 0;
}

#top-news dd {
padding: 0 0 15px 100px;
border-bottom: 1px solid #E5E5E5;
margin-bottom: 15px;
font-size: 13px;
}

#top-news dd .data {
padding:5px 0 0 10px;
border-bottom:0;
}

#top-news dt a {
display: block;
transition: all linear 0.2s;
}

/* ----- ショッピングガイド ----- */
#shopping_guide {
	overflow: hidden;
	clear: both;
	width: 100%;
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1em;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#shopping_guide img{
	width: 100%;
	box-shadow: 0 2px 5px -2px #999;
	margin:5px 0;
}
#shopping_guide img:hover{
	opacity: .75;
}

/* ----- イメージメニュー枠 ----- */
#top_img_menu {
	width: 100%;
	clear: both;
	margin-bottom: 50px;
	overflow: hidden;
}
#top_img_menu article {
	float: left;
	width: 160px;
	margin: 0 24px 25px 0;
}
#top_img_menu article img {
	background: #FFF;
	overflow: hidden;
}
#top_img_menu article:nth-child(4) {
	margin-right: 0;
}
#top_img_menu article h1 {
	margin: 10px 0 10px;
	line-height: 1.3em;
}
#top_img_menu article p {
	font-size: .875em;
	line-height: 1.45em;
}
#top_img_menu article p.meta {
	margin-top: 10px;
	color: #AAA;
	text-align: right;
}
/* ----- PAGE HEADERS(下層ページ) ----- */
#content header[role="page"], #content header[role="post"] {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0 28px;
	border-bottom: 2px solid #E5E5E5;
}
#content header[role="post"] {
	padding: 10px 0 18px;
}
#content header[role="page"] h1, #content header[role="post"] h1 {
	margin-bottom: 0;
	padding: 10px 0 14px;
	line-height: 1.25em;
	font-size: 2.25em;
	color: #111;
}
#content header[role="post"] h1 {
	padding: 15px 0 15px;
}
/* ICONS */
#content header h1.icon {
	padding-left: 75px;
} /* 58 */
/*   background: url() no-repeat 0 -99px; */

header h1.concept {
	background: url(http://fukuo-shouten.keeping.jp/img/h1_concept.png) no-repeat 0 0px;
}
header h1.work {
	background: url(http://fukuo-shouten.keeping.jp/img/h1_work.png) no-repeat 0 0px;
}
header h1.company {
	background: url(http://fukuo-shouten.keeping.jp/img/h1_company.png) no-repeat 0 0px;
}
header h1.contact {
	background: url(http://fukuo-shouten.keeping.jp/img/h1_contact.png) no-repeat 0 0px;
}
header h1.question {
	background: url(http://fukuo-shouten.keeping.jp/img/h1_question.png) no-repeat 0 0px;
}
li#concept a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/concept.png);
}
li#working a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/work.png);
}
li#company a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/company.png);
}
li#contact a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/contact.png);
}
li#question a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/question.png);
}
li#webshop a {
	background-image: url(http://fukuo-shouten.keeping.jp/img/online.png);
}
#content header[role="page"] p {
	width: 69%;
	line-height: 1.6em;
}
#content header[role="page"] p + p, #content header p {
	margin-top: 20px;
}

/* ----- コンテンツ > ヘッダー直下枠 ----- */
#content aside[role="sub"] {
	float: right;
	width: 26%;
	margin-bottom: 40px;
	color: #888;
}
#content aside h4 {
	clear: left;
	margin-bottom: 9px;
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px dashed #E5E5E5;
}
#content aside p {
	margin-bottom: 10px;
	line-height: 1.7em;
	font-size: .75em;
}
#content aside p + h4 {
	margin-top: 30px;
}
#content aside ul {
	margin-bottom: 30px;
}
#content aside li {
	font-size: .875em;
	line-height: 1.45em;
}

/* ヘッダー直下枠
----------------------------------------------- */
aside[role="information"] {
	position: absolute;
	top: 519px;
	left: 2px;
	width: 160px;
}
aside[role="information"] section {
	display: block;
	margin-bottom: 32px;
	padding-right: 20px;
}
aside[role="information"] section h1 {
	margin: 0 0 9px;
	padding-bottom: 5px;
	text-transform: uppercase;  /* 元CSS : text-tran.leading: uppercase; */
	font-size: .85em;
	border-bottom: 1px solid #E5E5E5;
}
aside[role="information"] section p {
	margin-bottom: 15px;
	line-height: 1.75em;
	font-size: .6825em;
	overflow: hidden;
}
aside[role="information"] a.button {
	width: 110px;
	height: 24px;
	padding: 4px 0 0 28px;
	background: no-repeat 6px 6px;
}
aside .twitter a.button {
	background-image: url(http://fukuo-shouten.keeping.jp/img/icon-twitter.png);
}
aside .facebook a.button {
	background-image: url(http://fukuo-shouten.keeping.jp/img/icon-facebook.png);
}
aside .instagram a.button {
	background-image: url(http://fukuo-shouten.keeping.jp/img/icon-instgram.png);
}
aside[role="information"] a.button:hover {
	background-color: #EFF8F7;
}
/* フッター
----------------------------------------------- */
footer[role="site_map"] {
	text-align: center;
	clear: both;
	min-height: 70px;
	padding-top: 20px;
	border-top: 2px solid #E5E5E5;
	color: #AAA;
}
footer[role="site_map"] p {
	line-height: 1.5em;
	font-size: .75em;
}
/* SNS設定
----------------------------------------------- */
.sns li {
	float: left;
	display: inline;
	margin-left: 5px;
}
.sns li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	opacity: .4;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.sns li a:hover {
	opacity: 1;
}
.twitter a {
	background: url(http://fukuo-shouten.keeping.jp/img/icon-twitter.png) no-repeat 50% 1px;
}
.facebook a {
	background: url(http://fukuo-shouten.keeping.jp/img/icon-facebook.png) no-repeat 50% 0;
}
.instagram a {
	background: url(http://fukuo-shouten.keeping.jp/img/icon-instgram.png) no-repeat 50% 0;
}


/* CSS3ローディング作成 
----------------------------------------------- */

.loader {
  font-size: 20px;
  margin: 5em auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #880e35, 2em -2em 0 0em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 0em #880e35;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #880e35, 2em -2em 0 0.2em #880e35, 3em 0em 0 0em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 0em #880e35, 3em 0em 0 0.2em #880e35, 2em 2em 0 0em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 0em #880e35, 2em 2em 0 0.2em #880e35, 0em 3em 0 0em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 0em #880e35, 0em 3em 0 0.2em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 0em #880e35, -2em 2em 0 0.2em #880e35, -3em 0em 0 0em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 0.2em #880e35, -2em -2em 0 0em #880e35;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 0em #880e35, -2em -2em 0 0.2em #880e35;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #880e35, 2em -2em 0 0em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 0em #880e35;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #880e35, 2em -2em 0 0.2em #880e35, 3em 0em 0 0em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 0em #880e35, 3em 0em 0 0.2em #880e35, 2em 2em 0 0em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 0em #880e35, 2em 2em 0 0.2em #880e35, 0em 3em 0 0em #880e35, -2em 2em 0 -0.5em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 0em #880e35, 0em 3em 0 0.2em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 -0.5em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 0em #880e35, -2em 2em 0 0.2em #880e35, -3em 0em 0 0em #880e35, -2em -2em 0 -0.5em #880e35;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 0.2em #880e35, -2em -2em 0 0em #880e35;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #880e35, 2em -2em 0 -0.5em #880e35, 3em 0em 0 -0.5em #880e35, 2em 2em 0 -0.5em #880e35, 0em 3em 0 -0.5em #880e35, -2em 2em 0 0em #880e35, -3em 0em 0 0em #880e35, -2em -2em 0 0.2em #880e35;
  }
}





/* デスクトップ 
----------------------------------------------- */

@media only screen and (min-width: 1024px) {

/* ----- スライダー ----- */
#main_slider {
	height: 420px;
}
#main_slider section img {
	left: 0;
}
/* ----- スライダーナビ ----- */
#main_slider #nav {
	top: 348px;
	width: 700px;
	height: 90px;
}
/* ----- イメージメニュー枠 ----- */
#top_img_menu article {
	width: 156px;
}
#top_img_menu article img {
	width: 135px;
}
/* ----- 取扱商品ページ ----- */
#content.gallery article {
	width: 184px;
	height: 430px;
}
#content.gallery article:nth-child(2n+2) {
	margin-right: 24px;
}
#content.gallery #main article:nth-child(4n+4) {
	margin-right: 0;
}
}/* デスクトップ */

/* タブレット 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
body {
	width: 750px;
	padding: 20px 20px 0;
}

#big_flame {
margin: 30px auto 0;
}

#content {
	float: left;
	width: 591px;
	margin-left:0;
}
/* ----- PAGE HEADERS(下層ページ) ----- */
#content header[role="page"], #content header[role="post"] {
	width: 100%;
	margin: 0 0 30px 20px;
	padding: 20px 0 28px;
	border-bottom: 2px solid #E5E5E5;
}
/* ----- ロゴ設定 ----- */
header[role="headernavi"] {
	float: left;
	width: 140px;
	margin-bottom: 25px;
}
h1 #branding {
	display: block;
	width: 140px;
	height: 200px;
}
h1 #branding a {
	display: block;
	width: 140px;
	height: 200px;
}
h1#branding:hover {
	opacity: .75;
}
/* ----- メインナビ設定 ----- */
nav {
	position: absolute;
	top: 160px;
	left: 0;
	width: 140px;
}

nav li a{font-size:14px;}

/* ----- スライダー ----- */

#main_slider {
	margin-top: 0;
	height: 364px;
}
#main_slider #slides {
	width: 570px;
	argin-top: 20px;
	margin-left: 20px;
}
#main_slider section img {
	width: 570px;
	left: 0px;
}

/* ----- お知らせ ----- */

.info-box {
width: 550px;
margin: 0px auto;
}

/* ----- ヘッダー直下枠 ----- */
aside[role="information"] {
	top: 490px;
}
/* ----- スライダーナビ ----- */

#main_slider #nav {
	top: 283px;
	width: 570px;
	height: 60px;
	margin-left: 20px;
}
#main_slider #nav li {
	float: left;
	text-align: center;
	width: 112px;
}
#main_slider #nav a {
	display: block;
	float: left;
	width: 112px;
	height: 85px;
	line-height: 1.1em;
}
/* ----- ショッピングガイド ----- */
#shopping_guide {
	width: 570px;
	margin-left: 20px;
}
/* ----- イメージメニュー枠 ----- */
#top_img_menu {
	width: 570px;
	margin-left: 20px;
}
#top_img_menu article {
	width: 124px;
}
/* ----- フッター ----- */
footer[role="site_map"] {
	width: 740px;
}
}/* タブレット */

/* スマホ 480px 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
body {
	width: 480px;
	padding: 0;
}
#content {
	width: 480px;
}
/* ----- ロゴ設定 ----- */
header h1#branding {
	margin-left: 20px;
}
header[role="headernavi"] {
	float: left;
	width: 140px;
	margin: 20px 0 10px 0;
}
h1 #branding {
	display: block;
	width: 140px;
	height: 200px;
}
h1 #branding a {
	display: block;
	width: 140px;
	height: 200px;
}
h1#branding:hover {
	opacity: .75;
}
/* ----- メインナビ設定 ----- */
nav {
	top:2px;
	left: auto;
	right: -20px;
	width: 380px;
	font-size: .85em;
	background: transparent;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
nav ul {
	position: absolute;
	right: 0;
}
nav li {
	display: inline;
	margin: 0;
}
nav li a {
	background-position: 0%;
}
nav a {
	float: left;
	margin: 10px 0 0 40px;
	padding: 5px 10px 0 40px;
}

li#question a{
	margin-left:65px;
}

/* ----- スライダーナビ ----- */
#main_slider {
	position: relative;
	width: 100%;
	height: 238px;
	margin-left: 10px;
}
#main_slider #slides {
	width: 480px;
	height: 100%;
}
#main_slider section {
	position: relative;
	width: 480px;
}
#main_slider section img {
	position: absolute;
	left: 0;
	width: 100%;
}
#main_slider #nav li {
	width: 115px;
}
#main_slider #nav a {
	width: 115px;
	height: 100%;
}
/* ----- ショッピングガイド ----- */
#shopping_guide {
	margin-top: 80px;
	width: 460px;
}
#shopping_guide p {
	width: 280px;
	padding: 7px 10px 0 5px;
	font-size: .7em;
}
#shopping_guide .leading img {
	margin-left: 0px;
}
/* ----- ヘッダー直下枠 ----- */
aside[role="information"] {
	display: none;
}
/* ----- イメージメニュー枠 ----- */
#top_img_menu {
	width: 456px;
	margin-left: 10px;
}
#top_img_menu article {
	width: 216px;
	margin-right: 15px;
}
#top_img_menu article img {
	width: 195px;
}
#top_img_menu article:nth-child(2) {
	margin-right: 0;
}
/* ----- 下層ページ ----- */
#content header[role="page"], #content header[role="post"] {
	width: 100%;
	margin: 0 0 30px 20px;
	padding: 0px;
	border-bottom: 2px solid #E5E5E5;
}
#content header[role="page"] h1, #content header[role="post"] h1 {
	margin-bottom: 0;
	line-height: 1.25em;
	font-size: 2em;
	color: #111;
}
/* MAIN */
#content.gallery article {
	width: 182px;
	height: 430px;
	margin-right: 24px;
}
#content .right, #content.img_menu article .post-image {
	float: right;
	margin: 0 0 20px 20px;
}
} /* スマホ 480px  */

/* スマホ 320px 
----------------------------------------------- */

@media only screen and (max-width: 479px) {
body {
	width: 321px;
	padding: 0;
}

#big_flame {
width: 360px;
margin: 80px auto 0;
}


/* ----- ヘッダー ----- */
header[role="headernavi"] {
	width: 100%;
	margin-top: 0;
}
/* ----- ロゴ設定 ----- */
header h1#branding {
	margin-left: 20%;
}

header h1#branding img {
	width:200px;
}

/* ----- メインナビ設定 ----- */
nav {
	top:220px;
	left: 0;
	width: 100%;
	height:65px;
	font-size: .75em;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-shadow: 0 1px 0 #F5F5F5;
	-moz-box-shadow: 0 1px 0 #F5F5F5;
	box-shadow: 0 1px 0 #F5F5F5;
}
nav li {
	display: inline;
	margin: 0;
}
nav a {
	float: left;
	margin: 0;
	padding:2px 5px 3px 30px;
}
nav li#concept a, nav li#working a, nav li#company a, nav li#contact a, nav li#t-about a, nav li#question a, nav li#webshop a {
	background-image: none;
	border:none;
}

li#concept a {
padding-left:20px;
}
li#working a {
padding-left:32px;
}
li#company a {
padding-left:45px;
}
nav li#question a{
padding-left:22px;
}
li#contact a {
padding-left:20px;
} 

/* --- コンテンツ --- */
#content {
	margin-top: 80px;
	width: 320px;
	float: left;
	margin-left: 0px;
}
/* --- スライダー --- */
#main_slider {
	height: 160px;
}
#main_slider #slides {
	width: 320px;
}
#main_slider #slides {
	height: 160px;
}
#main_slider section {
	position: relative;
	width: 320px;
}
#main_slider section img {
	max-width: 320px;
	left: 0px;
}
#main_slider #nav {
	display: none;
}
/* --- ショッピングガイド --- */
#shopping_guide {
	width: 100%;
	background-position: 15px 14px;
}

.info-box {
width: 320px;
margin: 20px 0 0 0;
}

/* --- イメージメニュー --- */
#top_img_menu {
	width: 320px;
	margin-left: 25px;
}
#top_img_menu article {
	width: 120px;
}
#top_img_menu article img {
	width: 108px;
}
/* --- フッター --- */	
footer[role="site_map"] {
	border-top: 1px solid #E5E5E5;
	-webkit-box-shadow: 0 -1px 0 #F5F5F5;
	-moz-box-shadow: 0 -1px 0 #F5F5F5;
	box-shadow: 0 -1px 0 #F5F5F5;
}
footer[role="site_map"] p {
	padding-left: 5px;
	line-height: 1.5em;
	font-size: .7em;
}
aside[role="information"] {
	display: none;
}
/* MAIN */

#content #main,
#content header[role="page"] {
	float: none;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;	
}
#content header[role="page"] {
	padding-top: 0;
	background-position: 5% 8px; 
}
#content header[role="page"] p { width: 100%; }

#content header h1.icon {
padding-left: 0px;
}

#content header[role="page"] h1 {
font-size: 1.4em;
}
header h1.concept,header h1.work,header h1.company,header h1.contact,header h1.question,header h1.webshop {
background: none;
}



#content.gallery #main { width: 90%; }

#content.gallery article {
	width: 266px;
	height: 480px;
}
#content.recipe article img { width: 266px; }

.vendors article .button {
	width: 100%;
	font-size: .75em;
}
#content .right,
#content.img_menu article .post-image {
	float: left;
	margin: 0 40px 20px 0;
}
#content aside input[type="search"] {
	width: auto;
}
#content .img-wrap,
#content .recipe .photo {
	width: 100%;
}


/* MISC
aside[role="information"] { display: none; }
aside[role="social"] { display: none; }
 */


} /* スマホ 320px */
