@charset "utf-8";
/* ↓　以下のインポートをFutureShopのオリジナルCSSに切り取って貼り付ける　↓
@import "https://www.shop-angeli.com/css/common.css";
@import "https://www.shop-angeli.com/css/fs.css";
@import "https://www.shop-angeli.com/css/group.css";
@import "https://www.shop-angeli.com/css/item.css";
↑　以下のインポートをFutureShopのオリジナルCSSに切り取って貼り付ける　↑ */
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "Yu Gothic", YuGothic;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input, textarea {
  font-weight: normal;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea, select {
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
  overflow: hidden;
  outline: none;
  text-decoration: none;
  color: #000;
}
a:hover, a:active {
  text-decoration: underline;
}
input[type="text"]:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
a img {
  border: none;
}
a:hover img {}


.common a:link,
.common a:visited,
.common a:hover,
.common a:active {
	color: #000;
}

/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
body {
  min-width: 1200px;
  line-height: 1.5;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.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;
	/**/
}
ul.ul {
  list-style: disc;
  padding: 0 0 0 40px;
}
ol.ol {
  list-style: decimal;
  padding: 0 0 0 40px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.fix {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}

/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}




/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
  padding: 10px 0 0;
  background: url(../images/common/h-img.jpg) no-repeat 50% 35px;
}

#header * {
	box-sizing: content-box;
}
#header div {
	
}

/********** 内側 **********/
#header .header-inner {
  width: 1100px;
  margin: 0 auto;
  height: 180px;
}
/********** ヘッダーコンテンツ **********/
#header .h-contents {
  float: left;
  width: 730px;
}
#header .h-catch {
  padding: 0 0 10px;
  color: #F60;
  font-weight: bold;
}
/********** ロゴ **********/
#header .logo {
  float: left;
  width: 300px;
  margin: 0 0 0;
}
/********** 支払い方法 **********/
#header .h-img-credit {
  float: left;
  padding: 9px 0 0;
}
/********** メニュー **********/
#header .h-menu {
  float: right;
  width: 370px;
  margin: 0 0 0;
}
/********** ソーシャルメディア **********/
/*#header .sms{
	padding:0 0 19px;
}
#header .sms ul{
	float:right;
}
#header .sms ul li{
	float:left;
}
#header .sms ul li:nth-of-type(1){
	padding:0 15px 0 0;
}
#header .sms ul li:nth-of-type(2){
	padding:0 12px 0 0;
}*/
/********** ログイン・カゴ **********/
#header .login-cart {
  height: 72px;
  padding: 0 0 10px;
}
#header .login-cart ul {
  float: right;
}
#header .login-cart ul li {
  float: left;
}
#header .login-cart ul li:nth-child(1) {
  float: left;
  margin: 0 0 8px;
}
#header .login-cart ul li:nth-child(2) {
  margin: 0 3px 0 0;
}
#header .login-cart ul li:nth-child(3) {
  margin: 0 3px 0 0;
}
#header .login-cart ul li:nth-child(4) {
  margin: 0;
}
/********** お問い合わせ **********/
#header .h-txt-tel {
  padding: 0 0 10px;
}
#header .h-txt-tel a img{
	width: 370px;
	height: 20px;
}
/********** 検索 **********/
#header .search {
  float: right;
  width: 370px;
  border: solid 1px #555;
}
#header .search form {
  display: table;
}
#header .search .search-box {
	height: 28px;
}
#header .search .input-txt {
  display: table-cell;
  width: 215px;
  vertical-align: top;
}
#header .search .input-txt input {
  border: none;
  width: 330px;
  height: 28px;
  padding: 0 5px;
}
#header .search .input-submit {
  display: table-cell;
  vertical-align: top;
}
/********** ナビゲーション **********/
#header .h-nav {
  padding: 10px 0;
  background: #96c100;
}
#header .h-nav .h-nav-box > ul {
  width: 1100px;
  margin: 0 auto;
}
#header .h-nav .h-nav-box > ul > li {
  float: left;
  width: 156px;
  border-left: dashed 1px #fff;
}
#header .h-nav .h-nav-box > ul > li:last-child {
  border-right: dashed 1px #fff;
}
#header .h-nav .h-nav-box > ul > li > a {
  display: block;
  padding: 5px 0 6px;
  text-align: center;
  color: #fff;
}
/********** オープン・クローズ **********/
#header .h-nav .open-close .open-close-contents {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 100;
}
#header .h-nav .open-close .open-close-contents .open-close-contents-wrapper {
  background: #f4f8e5;
}
#header .h-nav .open-close .open-close-contents .open-close-contents-box {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
/********** サブメニュー **********/
#header .h-nav .sub-menu ul {}
#header .h-nav .sub-menu ul li {
  float: left;
  width: 270px;
  padding: 0 10px 22px 0;
}
#header .h-nav .sub-menu ul li:nth-of-type(4n) {
  width: 260px;
  padding: 0 0 22px;
}
#header .h-nav .sub-menu ul li:nth-of-type(4n+1) {
  clear: both;
}
#header .h-nav .sub-menu ul a {
  display: table;
  width: 100%;
}
#header .h-nav .sub-menu ul a .thumb {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}
#header .h-nav .sub-menu ul a .thumb img {
  width: 38px;
}
#header .h-nav .sub-menu ul a .label {
  display: table-cell;
  vertical-align: middle;
}
/* --------------------------------------------------------------------------------
	出荷日バナー
-------------------------------------------------------------------------------- */
#shippingdate_bnr {
  margin: 1vh auto;
  text-align: center;
}
/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
  margin: 0 0 100px;
}
/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
  padding: 27px 0 0;
  background: #f4f8e5;
}

#footer * {
	box-sizing: content-box;
}

/********** 外側 **********/
#footer .footer-outer {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 15px;
}
/********** 内側 **********/
#footer .footer-inner {
  padding: 0 107px 0 90px;
}
/********** 商品カテゴリ・インフォメーション **********/
#footer .cat-info {
  padding: 21px 0 42px;
}
#footer .cat-info .category {
  float: left;
  width: 238px;
}
#footer .cat-info .heading {
  margin: 0 0 15px;
  padding: 0 0 14px;
  border-bottom: dashed 1px #5a5a57;
}
#footer .cat-info ul li {
  padding: 0 0 4px;
}
#footer .cat-info .information {
  float: right;
  width: 238px;
}
/********** col1 **********/
#footer .col1 {
  float: left;
  width: 536px;
}


/* ----------------------------------------
カレンダー
---------------------------------------- */
/* heading */
#footer .calendar .heading {
	margin: 0 0 20px;
	padding: 0 0 14px;
	border-bottom: dashed 1px #5a5a57;
}

#footer .calendar .calendar-wrapper {
	display: flex;
	justify-content: space-between;
	width: 480px;
	padding: 0 0 38px;
}
/* カレンダー外枠 */
#footer .calendar .calendar-box {
	width: 230px;
	border: solid 1px #96c100;
	
	color: #555;
}
/* 営業日カレンダー */
#footer .calendar table {
	width: 100%;
	line-height: 1.1;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
}
/* 月名 */
#footer .calendar caption {
	padding: 11px 0;
	text-align: center;
	font-weight: normal;
}
/* 曜日 */
#footer .calendar th {
	padding: 3px 0;
	width: calc(100% / 7);
	border-right: solid 1px #c5dc72;
	border-bottom: solid 1px #c5dc72;
	font-weight: normal;
}
#footer .calendar th.sunday {
}
#footer .calendar th.saturday {
}
/* 日付の枠 */
#footer .calendar td {
	padding: 3px 0;
	width: calc(100% / 7);
	border-right: solid 1px #c5dc72;
	border-bottom: solid 1px #c5dc72;
}
#footer .calendar tr:first-child th,
#footer .calendar tr:first-child td{
	border-top: solid 1px #c5dc72;
}
#footer .calendar tr:last-child td{
	border-bottom:none;
}
#footer .calendar tr th:last-child {
	border-right: none;
}
#footer .calendar tr td:last-child{
	border-right:none;
}
#footer .calendar td.sunday {
}
#footer .calendar td.saturday {
}
#footer .calendar td.close {
	color: #fff;
	background: #96c100;
}

/* 休業日 */
#footer .calendar .txt-calendar .mark1 {
	color: #96c100;
}








/********** col2 **********/
#footer .col2 {
  float: right;
  width: 336px;
}
/********** ロゴ **********/
#footer .logo {
  padding: 0 0 31px;
}
/********** SMS **********/
#footer .sms {
  padding: 0 0 30px;
}
#footer .sms ul li {
  float: left;
  padding: 0 21px 0 0;
}
/********** 住所 **********/
#footer .address {
  padding: 0 0 44px;
  line-height: 1.8;
}
/********** お電話 **********/
#footer .tel {
  padding: 0 0 37px;
}
#footer .tel .heading {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: dashed 1px #5a5a57;
}
#footer .tel ul li {
  margin: 0 0 12px;
}
/********** メールでのお問い合わせ **********/
#footer .mail .heading {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: dashed 1px #5a5a57;
}
#footer .mail ul li {
  margin: 0 0 12px;
}
#footer .f-btn-contact {
  margin: 0 0 10px;
}
#footer .mail .qr-fax .f-btn-qr {
  float: left;
  width: 191px;
  padding: 0 10px 0 0;
}
#footer .mail .qr-fax .f-fax {
  float: left;
  width: 135px;
}
.fix-bnr {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 9999;
}
.fix-bnr ul li {
  margin: 0 0 10px;
}

/********** コピーライト **********/
#footer .copyright {
  padding: 16px 0;
  text-align: center;
  color: #fff;
  background: #96c100;
}

.alphassl {
  padding: 20px 0;
}

