@charset "utf-8";
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html {}
body {
	margin: 0;
	padding: 0 0 30px;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-weight: 400;*/
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
address {
	font-style: normal;
}
/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	font-size: 16px;
}
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-weight: 400;*/
}
.common h1, .common h2, .common h3, .common h4, .common h5, .common h6 {
	font-size: 1em;
}
.common ol, .common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a, .common a:link, .common a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	tap-highlight-color: rgba(0, 0, 0, 0.8);
}
.common a:hover, .common a:active {
	text-decoration: underline;
}
input, select, textarea {
	outline: none !important;
	box-shadow: none !important;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*/ /*/
	height:auto;
	overflow:hidden;
	/**/
}
.font-mincho, .font-mincho * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
	padding: 0 0;
	border-top: solid 10px #006934;
}
#header .header-outer {
	padding: 0.5em 0;
	border-bottom: solid 10px #006934;
}
#header .header-outer p {
	width: 1100px;
	margin: 0 auto;
	color: #DD0606;
	font-weight: bold;
}
/* ----------------------------------------
header-inner
---------------------------------------- */
#header .header-inner {
	display: flex;
	width: 1100px;
	margin: 0 auto;
}
/********** ロゴ **********/
#header .h-logo {
	margin: 18px 31px 0 0;
}
#header .h-logo a {
	display: block;
}
#header .h-logo img {
	display: block;
}
/* ----------------------------------------
ヘッダーコンテンツ
---------------------------------------- */
#header .h-contents {}
#header .h-contents .h-contents-box {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
/********** txt-greeting **********/
#header .txt-greeting {
	padding: 0 0 19px;
	text-align: right;
}
/********** search **********/
#header .search {
	padding: 0 0 3px;
}
#header .search form {}
#header .search form .search-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 300px;
	padding: 0 11px 9px 0;
	border-bottom: solid 1px #333;
}
#header .search form .search-box input[type="text"] {
	display: block;
	width: calc(100% - 10px);
	border-radius: 0;
	border: none;
	padding: 0 5px;
	line-height: 1;
	font-size: 16px;
}
#header .search form .search-box input[type="text"]::placeholder {
	color: #333;
}
#header .search form .search-box input[type="image"] {
	display: block;
	width: 20px;
	height: 25px;
	border-radius: 0;
}
/********** h-help **********/
#header .h-help {
	padding: 0 0 0 13px;
}
#header .h-help .h-help-box ul {
	display: flex;
}
#header .h-help .h-help-box ul li a {
	display: block;
	padding: 37px 0 0;
	text-decoration: none;
	line-height: 1;
	position: relative;
}
#header .h-help .h-help-box ul li.h-help-login a {
	background: url('../images/common/h-icon-login.png') no-repeat 50% 0;
}
#header .h-help .h-help-box ul li.h-help-add a {
	background: url('../images/common/h-icon-add.png') no-repeat 50% 0;
}
#header .h-help .h-help-box ul li.h-help-favorite a {
	background: url('../images/common/h-icon-favorite.png') no-repeat 50% 0;
}
#header .h-help .h-help-box ul li.h-help-cart a {
	background: url('../images/common/h-icon-cart.png') no-repeat calc(50% + 12px) 0;
}
#header .h-help .h-help-box ul li a span {
	display: block;
	padding: 0 25px;
	border-right: solid 1px #333;
}
/* カート数量 */
#header .h-help .h-help-box ul li.h-help-cart a .fs-client-cart-count {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	padding: 0;
	border: none;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	background: #c33;
	line-height: 1;
	z-index: 1;
}
#header .h-help .h-help-box ul li.h-help-cart a .label {
	border-right: none;
	padding-right: 0;
}
/* ----------------------------------------
ナビゲーション
---------------------------------------- */
#header .h-nav {
	background: #5a5a5a;
}
#header .h-nav .h-nav-wrapper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 12px 0;
	z-index: 3;
}
#header .h-nav .h-nav-box ul {
	display: flex;
	justify-content: center;
}
#header .h-nav .h-nav-box ul li {
	width: 176px;
	cursor: pointer;
}
#header .h-nav .h-nav-box ul li span, #header .h-nav .h-nav-box ul li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 1;
	border-right: solid 1px #fff;
	color: #fff;
}
#header .h-nav .h-nav-box ul li:nth-last-of-type(1) a {
	border-right: none;
}
#header .h-nav .h-nav-box ul li.h-nav-cat span::before {
	display: block;
	position: absolute;
	left: -19px;
	content: url('../images/common/h-nav-icon-cat.png');
}
/* ----------------------------------------
メガメニュー
---------------------------------------- */
#header .h-mega {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	display: none;
}
#header .h-mega .h-mega-wrapper {
	position: relative;
	z-index: 1;
	margin: -5px 0 0;
	padding: 19px 0 19px 23px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 0 10px 10px 10px;
}
/* 全てのカテゴリー（閉じるボタン） */
#header .h-mega .h-mega-close {
	position: relative;
	z-index: 2;
	width: 216px;
	padding: 12px 0 12px 45px;
	line-height: 1;
	border-radius: 10px 10px 0 0;
	background: #fff url('../images/common/h-btn-close.png') 14px 50% no-repeat;
	cursor: pointer;
}
/* タブボタン */
#header .btn-tab ul {
	display: flex;
}
#header .btn-tab ul li {
	margin: 0 19px 0 0;
}
#header .btn-tab ul li img {
	display: none;
	cursor: pointer;
}
/* 非アクティブ */
#header .btn-tab ul li img.h-mega-off {
	display: block;
}
#header .btn-tab ul li.h img.h-mega-on {
	display: none;
}
/* アクティブ */
#header .btn-tab ul li.h-mega-active img.h-mega-off {
	display: none;
}
#header .btn-tab ul li.h-mega-active img.h-mega-on {
	display: block;
}
/* h-mega-box */
#header .h-mega .h-mega-box {
	padding: 12px 0;
}
#header .h-mega .h-mega-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#header .h-mega .h-mega-list .heading {
	margin: 0 0 20px;
	padding: 0 0 7px;
	border-bottom: solid 1px #ccc;
	font-weight: 700;
}
#header .h-mega .h-mega-list .heading a {
	font-weight: 700;
}
#header .h-mega .h-mega-cat-food .h-mega-list .h-mega-list-box {
	width: 190px;
	margin: 0 25px 10px 0;
}
#header .h-mega .h-mega-cat-cosme .h-mega-list .h-mega-list-box {
	width: 220px;
	margin: 0 60px 10px 0;
}
#header .h-mega .h-mega-cat-food .h-mega-list .h-mega-list-box:nth-of-type(5n) {
	margin-right: 0;
}
#header .h-mega .h-mega-cat-cosme .h-mega-list .h-mega-list-box:nth-of-type(4n) {
	margin-right: 0;
}
#header .h-mega .h-mega-list ul li {
	margin: 0 0 15px;
}
#header .h-mega .h-mega-list ul li a {
	display: block;
	line-height: 1;
	font-size: 12px;
}
/* h-mega-box */
#header .h-mega .tabs .tabs-box {
	display: none;
}
#header .h-mega .tabs .h-tab-active {
	display: block;
}
/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout {
	display: block !important;
}
.my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout {
	display: none !important;
}
.my-true .login {
	display: block !important;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {}
/********** フッターコンテンツ **********/
#footer .footer-inner {
	margin: 0 0 15px;
	padding: 47px 0 10px;
	background: #eee;
}
/********** cols **********/
#footer .cols {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}
#footer .cols .col {
	position: relative;
	width: 340px;
	margin: 0 40px 20px 0;
	padding: 0 0 7px;
}
#footer .cols .col:nth-of-type(3n) {
	margin-right: 0;
}
/* heading */
#footer .cols .col .heading {
	margin: 0 0 15px;
	padding: 0 0 2px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #333;
}
/* txt */
#footer .cols .col .txt {
	line-height: 1.7;
}
#footer .cols .col .txt .txt-delivery {
	padding: 0 0 0 1.2em;
}
#footer .cols .col .txt .txt-delivery .mark-1 {
	font-weight: bold;
	font-size: 18px;
	color: #dd0606;
}
#footer .cols .col .txt a:link, #footer .cols .col .txt a:visited, #footer .cols .col .txt a:hover, #footer .cols .col .txt a:active {
	text-decoration: underline;
}
/* list link */
#footer .cols .col .txt ul li {
	padding: 0 0 3px;
}
#footer .cols .col .txt ul li a {
	display: block;
	text-decoration: none !important;
}
/* txt-delivery-1 */
#footer .cols .col .txt .txt-delivery-1 {
	width: calc(100% + 5px);
	padding: 0 0 20px 1.2em;
}
/* btn-mail */
#footer .cols .col .btn-mail {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
#footer .cols .col .btn-mail a {
	display: block;
}
#footer .cols .col .btn-mail img {
	display: block;
}
/* txt-delivery-1 */
/*#footer .family-site{
	position: relative;
}
#footer .family-site .btn-family-site{
	margin: 0 2vw 8vw;
	padding: 4vw 0;
	display: block;
	text-align: center;
	text-decoration: none !important;
	background: #006934 url('../images/common-device/f-icon-arr-down.png') no-repeat calc(100% - 23px) 50%;
	background-size: 4.8vw auto;
}
#footer .family-site .family-site-box{
	display: none;
}
#footer .family-site ul{
	position: absolute;
	bottom: 13.4vw;
	
	width: 100%;
	padding: 0 2vw;
}
#footer .family-site ul li a{
	display: block;
	padding: 3.5vw 5.5vw;
	color: #fff;
	background: rgba(0,105,52,0.8);
}*/
#footer .family-site {}
#footer .family-site .family-site-box {
	display: none;
	position: absolute;
	bottom: 39px;
}
#footer .family-site.active .family-site-box {
	display: block;
}
#footer .family-site .family-site-box ul {
	background: rgba(0, 105, 52, 0.8);
	width: 240px;
	padding: 15px 0;
}
#footer .family-site .family-site-box ul li a {
	display: block;
	padding: 7px 20px;
	color: #fff;
	font-size: 14px;
}
#footer .btn-family-site span {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 240px;
	padding: 8px 0;
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	background: #006934 url('../images/common/f-icon-arr-up.png') no-repeat calc(100% - 23px) 50%;
}
#footer .family-site.active .btn-family-site span {
	background: #006934 url('../images/common/f-icon-arr-down.png') no-repeat calc(100% - 23px) 50%;
}
/********** shopinfo **********/
#footer .cols .col.shopinfo {
	padding: 0 0 80px;
}
#footer .cols .col.shopinfo .heading {
	margin: 0 0 5px;
	border: none;
}
#footer .cols .col.shopinfo .f-logo {
	padding: 0 0 25px;
}
#footer .cols .col.shopinfo .txt {
	line-height: 1.85;
}
#footer .cols .col.shopinfo .f-logo img {
	display: block;
}
/********** カレンダーレイアウト **********/
#footer .calendar .calendar-wrapper {}
/********** カレンダー（今月のみの表示にする） **********/
#footer .calendar .calendar-wrapper .calendar-box:nth-of-type(2) {
	display: none;
}
/********** カレンダー外枠 **********/
#footer .calendar .calendar-box {
	width: 240px;
	margin: 0 0 5px;
}
/********** 営業日カレンダー **********/
#footer .calendar table {
	width: 100%;
	line-height: 1.6;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	background: #fff;
}
/********** 月名 **********/
#footer .calendar caption {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	border-left: solid 1px #333;
	color: #fff;
	background: #666;
}
/********** 曜日 **********/
#footer .calendar th {
	padding: 3px 0;
	width: calc(100% / 7);
	border: 1px solid #333;
	font-weight: bold;
}
#footer .calendar th.sunday {}
#footer .calendar th.saturday {}
/********** 日付の枠 **********/
#footer .calendar td {
	padding: 3px 0;
	width: calc(100% / 7);
	border: 1px solid #333;
}
#footer .calendar td.sunday {}
#footer .calendar td.saturday {}
#footer .calendar td.close {}
#footer .calendar td.today {}
/********** 日付の文字 **********/
#footer .calendar td span {}
#footer .calendar td.close {
	color: #c00;
	background: #ffcccc;
}
/********** カレンダーのマーク **********/
#footer .calendar .mark-close {
	display: flex;
	align-items: center;
}
#footer .calendar .mark-close::before {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	background: #ffcccc;
}
/********** copyright **********/
#footer .copyright {
	text-align: center;
}
/********** fix **********/
#footer .fix {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 20%;
}
#footer .fix .fix-btn-top {
	padding: 0 0 1px;
	position: relative;
}
#footer .fix a {
	display: block;
}
#footer .fix img {
	display: block;
	margin: 0 0 5px;
}