@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	     url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		 url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		 url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		 url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	/* background-image: url(../images/bg.jpg); */
	background-position: center top;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 95%;
}

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

body { font-size: 95%; }

}

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

body { padding-top: 100px; font-size: 110%; }

}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

hr {
	display: none;
}

a {
	text-decoration: inherit; /* 必要に応じて「none」に */
}

a:link { color: #00c;}
a:visited { color: #333;}
a:hover { color: #fc3;}


/* ---------------------------------
  _02 共通クラス
------------------------------------*/

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

.hidden_pc { display: none !important; }

.btn_onlineshop { margin-bottom: 70px; }
.btn_onlineshop a {
	display: block;
	width: 1100px;
	height: 90px;
	background-image: url(../../images/pc/shop_btn.jpg);
	text-indent: -10000em;
	border-radius: 5px;
	box-shadow: 0 0 5px #999;
}

}

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

.hidden_sp { display: none !important; }

.btn_onlineshop { margin-bottom: 70px; }
.btn_onlineshop a {
	margin: 0 auto;
	display: block;
	width: 600px;
	height: 100px;
	background-image: url(../../images/sp/shop_btn.jpg);
	text-indent: -10000em;
	border-radius: 5px;
	box-shadow: 0 0 5px #999;
}

}

.supplement { /* 補助的にいれる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;
}

section .container h2 {
	margin-bottom: 1.5em;
	text-align: center;
}

#index #lineup ul li,
#lineup #item_list ul li,
#lineup #moreitems ul li {
	margin-bottom: 20px;
}

#index #lineup ul li a,
#lineup #item_list ul li a,
#lineup #moreitems ul li a {
	display: block;
	overflow: hidden;
	background-position: center bottom;
	box-shadow: 0 0 5px #aaaaaa;
	border-radius: 5px;
}

#index #lineup ul li dl,
#lineup #item_list ul li dl,
#lineup #moreitems ul li dl {
	padding-top: 100%;
}

#index #lineup ul li dl dt,
#lineup #item_list ul li dl dt,
#lineup #moreitems ul li dl dt {
	padding: 10px 20px 20px 20px;
	line-height: 1.5;
	min-height: 75px;
}

#index #lineup ul li dl dt span,
#lineup #item_list ul li dl dt span,
#lineup #moreitems ul li dl dt span {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
}

#index #lineup ul li.rice a,
#lineup #item_list ul li.rice a,
#lineup #moreitems ul li.rice a { background-image: url(../images/lineup_rice_bg.jpg); }

#index #lineup ul li.greentea a,
#lineup #item_list ul li.greentea a,
#lineup #moreitems ul li.greentea a { background-image: url(../images/lineup_greentea_bg.jpg); }

#index #lineup ul li.apple a,
#lineup #item_list ul li.apple a,
#lineup #moreitems ul li.apple a { background-image: url(../images/lineup_apple_bg.jpg); }

#index #lineup ul li.konnyaku a,
#lineup #item_list ul li.konnyaku a,
#lineup #moreitems ul li.konnyaku a { background-image: url(../images/lineup_konnyaku_bg.jpg); }

#index #lineup ul li.hitachioguro a,
#lineup #item_list ul li.hitachioguro a,
#lineup #moreitems ul li.hitachioguro a { background-image: url(../images/lineup_hitachioguro_bg.jpg); }

#index #lineup ul li.shamo a,
#lineup #item_list ul li.shamo a,
#lineup #moreitems ul li.shamo a { background-image: url(../images/lineup_shamo_bg.jpg); }



#articlelist ul li {
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.9);
}

#articlelist ul li dl {
	padding-top: 66.7%;
	position: relative;
	min-height: 120px;
}

#articlelist ul li dl dt {
	padding: 20px 20px;
}

#articlelist ul li dl dd.image {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 234px;
}

.backtotop {
	margin-left: 580px;
	position: fixed;
	bottom: 50px;
	left: 50%;
	width: 60px;
	height: 60px;
	background-image: url(../images/backtotop.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

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

#index #lineup ul li {
	margin-bottom: 0 !important;
}

#index #lineup ul li dl dt,
#lineup #item_list ul li dl dt,
#lineup #moreitems ul li dl dt {
	padding: 10px 15px 15px 15px;
}

#index #lineup ul li dl dt span,
#lineup #item_list ul li dl dt span,
#lineup #moreitems ul li dl dt span {
	font-size: 0.85em;
}

#articlelist .container {
	margin: 0 20px;
}

#articlelist ul li dl {
	padding-top: 300px;
	height: auto;
	min-height: inherit;
}

#articlelist ul li dl dd.image {
	height: 300px;
}

.backtotop {
	margin-left: 0;
	position: fixed;
	bottom: 50px;
	left: inherit;
	right: 20px;
}

}

/* ---------------------------------
  _02 bx-slider
------------------------------------*/

.mainview .bx-wrapper {
	margin: 0 auto;
	border: none;
	box-shadow: none;
}

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

.mainview .bx-viewport { overflow: visible !important; }

}

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

.mainview .bx-wrapper { margin: 0 !important; }

}

/* ---------------------------------
  _ ヘッダー
------------------------------------*/

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

header .container {
	margin: 0 auto;
	width: 1100px;
	height: 110px;
}

header .sitename a {
	margin: 0 auto;
	display: block;
	width: 1100px;
	height: 100px;
	background-image: url(../images/pc/sitename.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

header dl.contactinfo {
	padding-top: 20px;
	float: right;
	text-align: right;
}

header dl.contactinfo dd.tel {
	font-size: 1.4em;
}

header dl.contactinfo dd.tel:before {
	margin-right: 0.25em;
	content:"\f095";
	font-family: "FontAwesome";
}

header dl.contactinfo dd.open {
	font-size: 0.9em;
}

header nav {
	width: 100%;
	height: 50px;
	background-color: #338039;
	/* background-image: url(../images/pc/nav_bg.jpg); */
	z-index: 100;
}

header nav dl {
	margin: 0 auto;
	width: 1100px;
	height: 50px;
}

header nav dl dd {
	margin-right: 30px;
	float: left;
}

header nav dl dd.nav10 { margin-right: 178px; }
header nav dl dd.nav07,
header nav dl dd.nav08 { margin-right: 7px; }
header nav dl dd.nav09 { margin-right: 0; }


header nav dl dd a {
	display: block;
	height: 50px;
	background-image: url(../images/pc/nav.png);
	background-repeat: no-repeat;
	text-indent: -10000em;
}

header nav dl dd.nav01 a { width: 134px; background-position: 0 0; }
header nav dl dd.nav01 a:hover { background-position: 0 -50px; }
header nav dl dd.nav02 a { width: 124px; background-position: -158px 0; }
header nav dl dd.nav02 a:hover { background-position: -158px -50px; }
header nav dl dd.nav03 a { width: 78px; background-position: -306px 0; }
header nav dl dd.nav03 a:hover { background-position: -306px -50px; }
header nav dl dd.nav04 a { width: 142px; background-position: -408px 0; }
header nav dl dd.nav04 a:hover { background-position: -408px -50px; }
header nav dl dd.nav05 a { width: 147px; background-position: -574px 0; }
header nav dl dd.nav05 a:hover { background-position: -574px -50px; }
header nav dl dd.nav06 a { width: 69px; background-position: -745px 0; }
header nav dl dd.nav06 a:hover { background-position: -745px -50px; }
header nav dl dd.nav10 a { width: 107px; background-position: -838px 0; }
header nav dl dd.nav10 a:hover { background-position: -838px -50px; }
header nav dl dd.nav07 a { width: 30px; background-position: -996px 0; }
header nav dl dd.nav07 a:hover { background-position: -996px -50px; }
header nav dl dd.nav08 a { width: 30px; background-position: -1033px 0; }
header nav dl dd.nav08 a:hover { background-position: -1033px -50px; }
header nav dl dd.nav09 a { width: 30px; background-position: -1070px 0; }
header nav dl dd.nav09 a:hover { background-position: -1070px -50px; }

}

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

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 11000;
}

header .container {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 1100;
}

header .container .sitename a {
	margin-left: 15px;
	display: block;
	height: 100px;
	line-height: 100px;
	background-image: url(../images/sp/sitename.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

header .sp_navcontrol {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background-color: #ccc;
	background-image: url(../images/sp/menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

header nav {
	z-index: 1000;
}

header nav dl {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	transition-duration: 2.0s;
}

header nav.sp_navactive dl {
	top: 100px;
	transition-duration: 1.0s;
}

header nav dl dd {
	padding-left: 15px;
	border-bottom: dashed 1px #999;
	position: relative;
	line-height: 3em;
}

header nav dl dd:after {
	position: absolute;
	top: 0;
	right: 15px;
	content:"\f105";
	font-family: "FontAwesome";
}

header nav dl dd a {
	display: block;
	color: #333 !important;
}

}

/* ---------------------------------
  _ フッター
------------------------------------*/

footer {
	background-color: rgba(59,0,0,0.1);
	font-size: 0.95em;
}

footer .container {
	padding: 50px 0;
}

footer dl.info {
	margin-bottom: 30px;
}

footer dl.info dt {
	margin-right: 30px;
	float: left;
	width: 400px;
	height: 89px;
	background-image: url(../images/pc/footer_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em
}

footer dl.info dd {
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

footer dl.info dd span {
	font-size: 1.3em;
	font-weight: 700;
}

footer dl.info dd.address { padding-top: 10px; }

footer dl dd.tel {
	margin-right: 20px;
	float: left;
}

footer dl dd.tel:before {
	margin-right: 0.5em;
	content:"\f095";
	font-family: "FontAwesome";
	font-size: 1.3em;
}

footer dl dd.mail span { font-size: 1.0em; }

footer dl dd.mail:before {
	margin-right: 0.5em;
	content:"\f0e0";
	font-family: "FontAwesome";
	font-size: 1.3em;
}

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

footer nav {
	margin-bottom: 1.5em;
}

footer nav dl dd {
	margin-right: 15px;
	padding: 0 15px 0 0;
	border-right: solid 1px #666;
	float: left;
	line-height: 1.0;
}

}

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

footer .container {
	padding: 30px 15px 15px 15px;
}

footer dl.info {
	margin: 0 15px 20px 15px;
}

footer dl.info dt {
	margin-right: 20px;
	margin-bottom: 20px;
	float: none;
	width: 100%;
	height: 80px;
	background-image: url(../images/pc/footer_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000em
}

}


/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


