@charset "utf-8";
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html {}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-size: 16px;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
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;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.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 {
	background: #fff;
}
/* ----------------------------------------
ヘッダーコンテンツ
---------------------------------------- */
#header .h-contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 22px 0 25px;
}
/********** ロゴ **********/
#header .h-contents .h-logo {
	width: 245px;
}
#header .h-contents .h-logo a {
	display: block;
}
/********** あいさつ **********/
#header .h-contents .greeting-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 865px;
}
#header .h-contents .h-logo a {
	display: block;
}
/********** ナビゲーション **********/
#header .h-contents .h-nav {
	width: 400px;
	padding: 40px 0;
	text-align: right;
}
#header .h-contents .h-nav nav > ul {
	display: flex;
	justify-content: flex-end;
}
#header .h-contents .h-nav nav > ul > li {
	padding: 0 18px;
	border-right: solid 1px #333;
	line-height: 1.2;
}
#header .h-contents .h-nav nav > ul > li:last-child {
	padding-right: 0;
	border-right: 0;
}
#header .h-contents .h-nav nav > ul > li .btn-open-close {
	cursor: pointer;
}
/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
#header .customer .my-false .logout {
	display: block !important;
}
#header .customer .my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
#header .customer .my-true .logout {
	display: none !important;
}
#header .customer .my-true .login {
	display: block !important;
}
/********** ログアウト時 **********/
#header .customer {
	background: #333;
}
#header .customer .btn-customer {
	display: flex;
	justify-content: flex-end;
}
#header .customer .btn-customer ul {
	display: flex;
}
#header .customer .btn-customer ul li {
	width: 100%;
}
#header .customer .btn-customer ul li a {
	display: block;
	width: 170px;
	padding: 12px 0 12px 33px;
}
#header .customer .btn-customer ul li.h-btn-customer-register a {
	padding: 12px 0 12px 18px;
}
#header .customer .btn-customer ul li a span {
	display: block;
	padding: 0 0 0 24px;
	color: #fff;
}
/* ログイン */
#header .customer .btn-customer ul li.h-btn-customer-login a span {
	background: url("../images/common/h-icon-login.png") no-repeat 0 50%;
	background-size: 15px auto;
}
/* マイページ */
#header .customer .btn-customer ul li.h-btn-customer-mypage a span {
	background: url("../images/common/h-icon-my.png") no-repeat 0 50%;
	background-size: 15px auto;
}
/* 新規会員登録 */
#header .customer .btn-customer ul li.h-btn-customer-register a {
	text-decoration: none;
	background: #c33;
}
#header .customer .btn-customer ul li.h-btn-customer-register a span {
	background: url("../images/common/h-icon-register.png") no-repeat 0 50%;
	background-size: 15px auto;
}
/* ----------------------------------------
商品一覧
---------------------------------------- */
#header .btn-item-list .h-item-list {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	padding: 88px 0 0;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
}
#header .btn-item-list .h-item-list {
	/* 最初は隠しておく */
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/********** リスト **********/
#header .h-item-list .h-item-list-wrapper {
	padding: 44px 19px 0;
	background: #fff;
}
#header .h-item-list .h-item-list-box {
	width: 1200px;
	margin: 0 auto;
}
#header .h-item-list .h-item-list-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/*  padding: 0 100px 0 0;  */
	/* 動きをつけるため */
	position: relative;
	left: 100px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
#header .h-item-list .h-item-list-box ul li {
	width: 200px;
	padding: 0 10px 50px 0;
}
#header .h-item-list .h-item-list-box ul li a {
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 0 0 0 35px;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-sweets a, #footer .f-category .f-category-box ul li.f-category-sweets a {
	background: url("../images/common/h-icon-sweets.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-food a, #footer .f-category .f-category-box ul li.f-category-food a {
	background: url("../images/common/h-icon-food.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-flowerbox a, #footer .f-category .f-category-box ul li.f-category-flowerbox a {
	background: url("../images/common/h-icon-champagne.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-beverage a, #footer .f-category .f-category-box ul li.f-category-beverage a {
	background: url("../images/common/h-icon-beverage.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-event a, #footer .f-category .f-category-box ul li.f-category-event a {
	background: url("../images/common/h-icon-event.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-gift a, #footer .f-category .f-category-box ul li.f-category-gift a {
	background: url("../images/common/h-icon-gift.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-drivethrough a, #footer .f-category .f-category-box ul li.f-category-drivethrough a {
	background: url("../images/common/h-icon-drivethrough.svg") no-repeat 0 50%;
	background-size: 28px;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-shop a, #footer .f-category .f-category-box ul li.f-category-shop a {
	background: url("../images/common/h-icon-shop.svg") no-repeat 0 50%;
	background-size: 28px;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-taxi a, #footer .f-category .f-category-box ul li.f-category-taxi a {
	background: url("../images/common/h-icon-taxi.svg") no-repeat 0 50%;
	background-size: 28px;
}
#header .h-item-list .h-item-list-box ul li.h-item-list-deliv a, #footer .f-category .f-category-box ul li.f-category-deliv a {
	background: url("../images/common/h-icon-deliv.svg") no-repeat 0 50%;
	background-size: 28px;
}
/********** hover **********/
#header .btn-item-list:hover .h-item-list {
	/* ホバーで表示する */
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#header .btn-item-list:hover .h-item-list .h-item-list-box ul {
	/* 動きをつけるため */
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
/* --------------------------------------------------------------------------------
	ヘッダー固定
-------------------------------------------------------------------------------- */
#header {
	width: 100%;
	box-sizing: border-box;
}
/* jQueryで付与されるfixedの固定配置するためのスタイル */
#header.fixed {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	animation: SlideDownAnime 0.6s forwards;
}
@keyframes SlideDownAnime {
	from {
		opacity: 0;
		transform: translateY(-300px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* ----------------------------------------
検索
---------------------------------------- */
#search {
	/* 最初は消しておく */
	visibility: hidden;
	position: fixed;
	/* 下からふわっと表示させるためにあえて予定の位置より下の位置を指定しておく */
	top: 171px;
	right: 72px;
	z-index: 10;
	width: 620px;
	padding: 40px 30px 56px;
	text-align: left;
	background: #f8f8f8;
	/* 変化 */
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/********** 検索：アクティブ **********/
#search.active {
	/* active時に表示 */
	visibility: visible;
	/* 変化 */
	top: 119px; /* 予定の位置を指定する */
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/********** オーバーレイ **********/
#overlay {
	/* 最初は消しておく */
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	/* 変化 */
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#overlay.active {
	/* active時に表示 */
	visibility: visible;
	/* 変化 */
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/********** 検索ボックス **********/
/* キーワード */
#search .input-keyword {
	margin: 0 0 30px;
}
#search .input-keyword input {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 3px;
	border: solid 1px #ccc;
}
/* 価格 */
#search .input-price {
	padding: 0 0 50px;
}
#search .input-price select {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 3px;
	border: solid 1px #ccc;
	appearance: none;
}
/* tag */
#search .tag {
	padding: 0 0 52px;
}
#search .tag .tag-box {
	width: 100%;
	padding: 0 0 16px;
}
#search .tag .tag-box span.tag-item {
	margin: 0 30px 0 0;
}
#search .tag .tag-box span.tag-item span.label {
	margin: 0 0 0 10px;
}
/* 検索する */
#search .input-submit input {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	background: #dacfbd;
}
/* --------------------------------------------------------------------------------
	fix
-------------------------------------------------------------------------------- */
#fix {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 2;
	width: 80px;
}
#fix .fix-btn-top {
	padding: 0 0 5px;
}
#fix .fix-btn-cart a, #fix .fix-btn-top a {
	display: block;
}
#fix .fix-btn-cart img, #fix .fix-btn-top img {
	display: block;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding: 0 0;
}
/* ----------------------------------------
カテゴリー
---------------------------------------- */
#footer .f-category {
	padding: 46px 19px 28px;
	background: #f5f5f5;
}
/********** heading **********/
#footer .f-category .heading {
	margin: 0 0 49px;
	text-align: center;
	line-height: 1.4;
	color: #1a1a1a;
}
#footer .f-category .label-en {
	font-size: 36px;
	letter-spacing: 0.04em;
}
#footer .f-category .label-ja {
	font-size: 18px;
}
/********** f-category **********/
#footer .f-category .f-category-box {
	width: 1000px;
	margin: 0 auto;
}
#footer .f-category .f-category-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#footer .f-category .f-category-box ul li {
	width: 200px;
	padding: 0 10px 44px 0;
}
#footer .f-category .f-category-box ul li a {
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 0 0 0 35px;
}
/*
#footer .f-category .f-category-box ul li.f-category-sweets a {
	background: url("../images/common/h-icon-sweets.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#footer .f-category .f-category-box ul li.f-category-food a {
	background: url("../images/common/h-icon-food.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#footer .f-category .f-category-box ul li.f-category-beverage a {
	background: url("../images/common/h-icon-beverage.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#footer .f-category .f-category-box ul li.f-category-event a {
	background: url("../images/common/h-icon-event.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#footer .f-category .f-category-box ul li.f-category-gift a {
	background: url("../images/common/h-icon-gift.svg") no-repeat 0 50%;
	background-size: 28px;
	letter-spacing: 0.04em;
}
#footer .f-category .f-category-box ul li.f-category-drivethrough a {
	background: url("../images/common/h-icon-drivethrough.svg") no-repeat 0 50%;
	background-size: 28px;
}
#footer .f-category .f-category-box ul li.f-category-shop a {
	background: url("../images/common/h-icon-shop.svg") no-repeat 0 50%;
	background-size: 28px;
}
#footer .f-category .f-category-box ul li.f-category-taxi a {
	background: url("../images/common/h-icon-taxi.svg") no-repeat 0 50%;
	background-size: 28px;
}
*/
/********** フッターコンテンツ **********/
#footer .f-contents {
	padding: 30px 0;
	background: #333;
}
#footer .f-contents .f-contents-box {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
/* フッターロゴ */
#footer .f-logo {
	width: 555px;
}
#footer .f-logo img {
	display: block;
	width: 180px;
}
/* フッターメニュー */
#footer .f-menu {
	width: 440px;
	letter-spacing: -0.05em;
}
#footer .f-menu ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 17px 0 0;
}
#footer .f-menu ul li {
	width: 210px;
	padding: 0 10px 27px 0;
}
#footer .f-menu ul li a {
	letter-spacing: 0.04em;
	color: #fff;
}
/* sns */
#footer .f-sns ul {
	padding: 10px 0 0;
}
#footer .f-sns ul li {
	margin: 0 0 15px;
}
#footer .f-sns ul li a {
	display: flex;
	align-items: center;
}
#footer .f-sns ul li img {
	display: block;
	width: 35px;
	height: auto;
	margin: 0 10px 0 0;
}
#footer .f-sns ul li span {
	font-size: 16px;
	color: #fff;
}
/********** コピーライト **********/
#footer .copyright {
	padding: 15px 0;
	text-align: center;
}