@charset "utf-8";
/* --------------------------------------------------------------------------------
	body
-------------------------------------------------------------------------------- */
html {}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	color: #666666;
	background: #ffffff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
.common {
	font-size: 14px;
}
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	color: #666666;
}
.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;
	tont-size: 1em;
}
.common a, .common a:link, .common a:visited {
	text-decoration: none;
	color: #666666;
	-webkit-tap-highlight-color: rgba(102, 102, 102, 0.1);
	tap-highlight-color: rgba(102, 102, 102, 0.8);
}
.common a:hover, .common a:active {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.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;
	/**/
}
b, strong {
    font-weight: bold !important;
}
/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}
.inner {}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
#header .header-inner {
	width: 100%;
	min-width: 1200px;
}
/********** ヘッダーレイアウト **********/
#header .header-inner .h-contents1 {
	width: 100%;
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	background: #f4f3f1;
	padding: 10px 25px;
}
/*テキスト*/
#header .header-inner .h-contents1 .txt-logo {
	width: 620px;
	font-size: 14px;
	font-feature-settings: "palt";
}
/*お客様*/
#header .header-inner .h-contents1 .customer {
	width: 610px;
	/*width: 850px;*/
	/*width: 778px;*/
	display: flex;
	justify-content: space-between;
}
/*いらっしゃいませ*/
#header .header-inner .h-contents1 .customer .customer-name {
	/*width: 600px;*/
	width: 430px;
	font-size: 16px;
	text-align: right;
	/*padding: 0 16px 0 0;*/
	padding: 0 8px 0 0;
	/*margin: 0 34px 0 0;*/
	margin: 0;
}
/********** 会員ステージ **********/
#header .header-inner .h-contents1 .customer .customer-name .customer-name-box {
	display: flex;
}
/* 会員ステージ */
#header .header-inner .h-contents1 .customer .customer-name .stage {
	padding: 0 0 0 15px;
}
/* プラチナ */
#header .header-inner .h-contents1 .customer .customer-name .stage .platinum-1 {
	color: #33b3d8;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .platinum-1:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-platinum.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* ゴールド */
#header .header-inner .h-contents1 .customer .customer-name .stage .gold-2 {
	color: #e0ad1e;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .gold-2:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* シルバー */
#header .header-inner .h-contents1 .customer .customer-name .stage .silver-3 {
	color: #afada7;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .silver-3:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-silver.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* ブロンズ */
#header .header-inner .h-contents1 .customer .customer-name .stage .bronze-4 {
	color: #b24718;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .bronze-4:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-bronze.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* レギュラー */
#header .header-inner .h-contents1 .customer .customer-name .stage .pt-5 {
	color: #eda9a0;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .pt-5:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-pt.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .platinum-1:after, #header .header-inner .h-contents1 .customer .customer-name .stage .gold-2:after, #header .header-inner .h-contents1 .customer .customer-name .stage .silver-3:after, #header .header-inner .h-contents1 .customer .customer-name .stage .bronze-4:after, #header .header-inner .h-contents1 .customer .customer-name .stage .pt-5:after {
	content: '会員';
}
/* レギュラー */
#header .header-inner .h-contents1 .customer .customer-name .stage .norank-1, #header .header-inner .h-contents1 .customer .customer-name .stage .norank-2, #header .header-inner .h-contents1 .customer .customer-name .stage .norank-3, #header .header-inner .h-contents1 .customer .customer-name .stage .norank-4, #header .header-inner .h-contents1 .customer .customer-name .stage .norank-5 {
	display: none;
}
#header .header-inner .h-contents1 .customer .customer-name .stage .norank- {
	display: inline;
}
/*ログイン　会員登録*/
#header .header-inner .h-contents1 .customer .login-register {
	width: 180px;
	font-size: 16px;
	text-align: right;
}
#header .header-inner .h-contents1 .login-register ul {
	display: flex;
	justify-content: flex-end;
}
#header .header-inner .h-contents1 .login-register ul li {
	position: relative;
}
#header .header-inner .h-contents1 .login-register ul li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
}
#header .header-inner .h-contents1 .login-register ul li a {
	padding: 0 10px;
}
#header .header-inner .h-contents1 .login-register ul li:last-child:after {
	content: "";
}
#header .header-inner .h-contents2 {
	width: 100%;
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
}
/*ロゴ*/
#header .header-inner .h-contents2 .h-logo {
	width: 300px;
	margin: 7px 0 0;
}
/*検索・info*/
#header .header-inner .h-contents2 .h-search-info {
	width: 778px;
	display: flex;
	justify-content: space-between;
}
/*検索*/
#header .header-inner .h-contents2 .h-search {
	width: 400px;
	margin: 0 34px 0 0;
}
#header .header-inner .h-contents2 .h-search form .search-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 20px;
	border: solid 1px #cccccc;
	overflow: hidden;
}
#header .header-inner .h-contents2 .h-search form .search-box .input-search {
	display: flex;
	width: 330px;
}
#header .header-inner .h-contents2 .h-search form .search-box .input-search input[type="text"] {
	display: block;
	width: 100%;
	border-radius: 0;
	border: none;
	padding: 9px 20px;
	line-height: 1;
	font-size: 14px;
}
#header .header-inner .h-contents2 .h-search form .search-box .btn-search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	padding: 9px 20px 9px 0;
}
#header .header-inner .h-contents2 .h-search form .search-box .btn-search input[type="image"] {
	display: block;
	width: 40px;
	height: auto;
	border-radius: 0;
}
/*info*/
#header .header-inner .h-contents2 .h-info {
	width: 344px;
}
#header .header-inner .h-contents2 .h-info ul {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
#header .header-inner .h-contents2 .h-info ul li {
	text-align: center;
}
/********** パンくず **********/
.fs-c-breadcrumb .fs-c-breadcrumb__list {}
/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1 {
	width: 265px;
	margin: 0 35px 0 0;
}
#sub1 .bnrs {
	margin: 0 0 50px;
}
#sub1 .bnrs ul li {
	margin: 0 0 20px;
}
/*カテゴリ*/
#sub1 .category {
	margin: 0 0 40px;
}
#sub1 .category h2 {
	background: url("../images/common/bg-line.png") repeat-x 0 100%;
	background-size: 3px 1px;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#sub1 .category .category-box {
	margin: 0 0 50px;
}
#sub1 .category .category-box h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 22px;
}
#sub1 .category .category-box h3.gift::before {
	content: "";
	background: url("../images/common/icon-gift.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
#sub1 .category .category-box h3.home::before {
	content: "";
	background: url("../images/common/icon-home.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#sub1 .category .category-box h3.corporation::before {
	content: "";
	background: url("../images/common/icon-corporation_gift.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#sub1 .category .category-box h3 a {
	font-size: 16px;
	font-weight: bold;
}
#sub1 .category .category-box ul.box > li {
	margin: 0 0 20px;
	position: relative;
}
#sub1 .category .category-box ul.box > li > a {
	font-size: 14px;
	position: relative;
	display: block;
}
#sub1 .category .category-box ul.box > li > a::before {
	content: "";
	background: url("../images/common/h-icon-right_arr.png") no-repeat;
	background-size: 100%;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7.5px;
}
#sub1 .category .category-box ul.box > li .cat-list {
	display: none;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 255px;
	z-index: 10;
}
#sub1 .category .category-box ul.box > li:hover .cat-list {
	display: block;
}
#sub1 .category .category-box ul.box > li .sub-cat {
	background: #f4f3f1;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	padding: 20px 25px;
}
#sub1 .category .category-box ul.box > li .sub-cat h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
#sub1 .category .category-box ul.box > li .sub-cat .sub-cat-list {
	display: flex;
}
#sub1 .category .category-box ul.box > li .sub-cat .sub-cat-list ul {
	width: 160px;
}
#sub1 .category .category-box ul.box > li .sub-cat .sub-cat-list ul li {
	margin: 0 0 20px;
}
#sub1 .category .category-box ul.box > li .sub-cat .sub-cat-list ul li a {
	font-size: 14px;
}
/*バナー*/
#sub1 .bnr1 {
	margin: 0 0 30px;
}
/*インフォメーション*/
#sub1 .info {
	margin: 0 0 50px;
}
#sub1 .info h2 {
	background: #f4f3f1;
	border-bottom: 2px solid #e2dacf;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#sub1 .info .info-box ul.box li {
	margin: 0 0 20px;
}
/*メンバー*/
#sub1 .member {
	margin: 0 0 40px;
}
#sub1 .member h2 {
	background: #f4f3f1;
	border-bottom: 2px solid #e2dacf;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#sub1 .member .member-box ul.box li {
	margin: 0 0 20px;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {}
#footer .footer-inner1 {
	background: #f4f3f1;
	padding: 25px 0;
}
#footer .footer-inner-box {
	width: 1200px;
	margin: 0 auto;
}
/*SNS*/
#footer .footer-inner1 .f-sns {
	margin: 0 0 40px;
}
#footer .footer-inner1 .f-sns .img-txt {
	margin: 0 0 30px;
	text-align: center;
}
#footer .footer-inner1 .f-sns ul {
	display: flex;
	justify-content: center;
}
#footer .footer-inner1 .f-sns ul li {
	text-align: center;
}
#footer .footer-inner1 .f-sns ul li a {
	font-size: 14px;
}
#footer .footer-inner1 .f-sns ul li img {
	width: 50px;
	margin: 0 30px 10px;
}
/*info*/
#footer .footer-inner1 .f-info {
	margin: 0 0 90px;
}
#footer .footer-inner1 .f-info ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
	grid-template-columns: repeat(auto-fill, minmax(400px, 400px));
}
#footer .footer-inner1 .f-info ul li {
	width: calc(100%/3);
	text-align: center;
	padding: 20px 10px 70px;
	border: 1px solid #ded9d3;
	position: relative;
	float: left;
	height: 24em;
}
#footer .footer-inner1 .f-info ul li .img {
	margin: 0 auto 15px;
	width: 50px;
}
#footer .footer-inner1 .f-info ul li .img img {
	width: 100%;
}
#footer .footer-inner1 .f-info ul li .txt1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#footer .footer-inner1 .f-info ul li .txt2 {
	font-size: 14px;
	margin: 0 0 50px;
	line-height: 1.7;
}
#footer .footer-inner1 .f-info ul li .btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -100px;
}
#footer .footer-inner1 .f-info ul li .btn a {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	border: 1px solid #d0cabd;
	border-radius: 30px;
	padding: 16px;
	width: 200px;
}
/*カテゴリ*/
#footer .footer-inner1 .f-category {
	display: flex;
	justify-content: space-between;
}
#footer .footer-inner1 .f-category .col {
	width: 278px;
}
#footer .footer-inner1 .f-category h2 {
	background: url("../images/common/bg-line.png") repeat-x 0 100%;
	background-size: 3px 1px;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#footer .footer-inner1 .f-category .category-box {
	margin: 0 0 50px;
}
#footer .footer-inner1 .f-category .category-box h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 22px;
}
#footer .footer-inner1 .f-category .category-box h3.gift::before {
	content: "";
	background: url("../images/common/icon-gift.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
#footer .footer-inner1 .f-category .category-box h3.home::before {
	content: "";
	background: url("../images/common/icon-home.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .category-box h3.corporation::before {
	content: "";
	background: url("../images/common/icon-corporation_gift.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .category-box h3 a {
	font-size: 16px;
	font-weight: bold;
}
#footer .footer-inner1 .f-category .category-box ul.box > li {
	margin: 0 0 20px;
	position: relative;
}
#footer .footer-inner1 .f-category .category-box ul.box > li > a {
	font-size: 14px;
	position: relative;
	display: block;
}
#footer .footer-inner1 .f-category .category-box ul.box > li > a::before {
	content: "";
	background: url("../images/common/h-icon-right_arr.png") no-repeat;
	background-size: 100%;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .info-box ul.box li {
	margin: 0 0 20px;
}
#footer .footer-inner1 .f-category .member-box ul.box li {
	margin: 0 0 20px;
}
#footer .footer-inner2 {
	background: #e3dfd8;
	padding: 25px 0 23px;
}
#footer .footer-inner2 .footer-inner-box {
	display: flex;
}
#footer .footer-inner1 .f-info ul.fs-c-creditCardIcons li {
    border: none;
    width: calc(100%/5);
    margin: 0;
    padding: 2%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

#footer .footer-inner1 .f-info ul.fs-c-creditCardIcons {
    vertical-align: middle;
}
/*カテゴリ*/
#footer .footer-inner1 .f-category {
	display: flex;
	justify-content: space-between;
}
#footer .footer-inner1 .f-category .col {
	width: 278px;
}
#footer .footer-inner1 .f-category h2 {
	background: url("../images/common/bg-line.png") repeat-x 0 100%;
	background-size: 3px 1px;
	padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#footer .footer-inner1 .f-category .category-box {
	margin: 0 0 50px;
}
#footer .footer-inner1 .f-category .category-box h3 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 22px;
}
#footer .footer-inner1 .f-category .category-box h3.gift::before {
	content: "";
	background: url("../images/common/icon-gift.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
#footer .footer-inner1 .f-category .category-box h3.home::before {
	content: "";
	background: url("../images/common/icon-home.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .category-box h3.corporation::before {
	content: "";
	background: url("../images/common/icon-corporation_gift.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .category-box h3 a {
	font-size: 16px;
	font-weight: bold;
}
#footer .footer-inner1 .f-category .category-box ul.box > li {
	margin: 0 0 20px;
	position: relative;
}
#footer .footer-inner1 .f-category .category-box ul.box > li > a {
	font-size: 14px;
	position: relative;
	display: block;
}
#footer .footer-inner1 .f-category .category-box ul.box > li > a::before {
	content: "";
	background: url("../images/common/h-icon-right_arr.png") no-repeat;
	background-size: 100%;
	width: 8px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7.5px;
}
#footer .footer-inner1 .f-category .info-box ul.box li {
	margin: 0 0 20px;
}
#footer .footer-inner1 .f-category .member-box ul.box li {
	margin: 0 0 20px;
}
#footer .footer-inner2 {
	background: #e3dfd8;
	padding: 25px 0 23px;
}
#footer .footer-inner2 .footer-inner-box {
	display: flex;
}
/*ロゴ・会社情報*/
#footer .footer-inner2 .footer-inner-box .f-company {
	width: 310px;
	margin: 0 70px 0 0;
}
#footer .footer-inner2 .footer-inner-box .f-company .f-logo {
	margin: 0 0 40px;
}
#footer .footer-inner2 .footer-inner-box .f-company .f-txt {
	font-size: 14px;
	line-height: 1.7;
}
/*カスタマーサポート*/
#footer .footer-inner2 .footer-inner-box .f-support {
	width: 430px;
	margin: 0 70px 0 0;
}
#footer .footer-inner2 .footer-inner-box .f-support .heading {
	font-size: 24px;
	line-height: 1;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-tel {
	display: table;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-tel .icon {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-tel .icon img {
	width: 100%;
	display: block;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-tel .tel {
	display: table-cell;
	font-size: 36px;
	padding: 0 0 0 20px;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-mail {
	display: table;
	margin: 0 0 20px;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-mail .icon {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-mail .icon img {
	width: 100%;
	display: block;
	/*margin: 0 5px;*/
}
#footer .footer-inner2 .footer-inner-box .f-support .f-mail .mail {
	display: table-cell;
	font-size: 24px;
	padding: 0 0 0 20px;
}
#footer .footer-inner2 .footer-inner-box .f-support .f-txt {
	font-size: 14px;
	line-height: 1.7;
}
/*カレンダー*/
#footer .footer-inner2 .footer-inner-box .f-calendar {
	width: 320px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .calendar {
	width: 240px;
	margin: 0 0 10px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar caption {
	background: #333333;
	padding: 4px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar caption span {
	color: #ffffff;
	font-size: 14px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar table {
	width: 100%;
	text-align: center;
	color: #333333;
	border: 1px solid #333333;
}
#footer .footer-inner2 .footer-inner-box .f-calendar th {
	background: #eeeeee;
	border: 1px solid #333333;
	padding: 4px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar th.sunday span {
	color: #cc0000;
}
#footer .footer-inner2 .footer-inner-box .f-calendar th.saturday span {
	color: #6699cc;
}
#footer .footer-inner2 .footer-inner-box .f-calendar td {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 4px;
}
/*#footer .footer-inner2 .footer-inner-box .f-calendar td.sunday span {
  color: #ffffff;
}
#footer .footer-inner2 .footer-inner-box .f-calendar td.saturday span {
  color: #ffffff;
}*/
#footer .footer-inner2 .footer-inner-box .f-calendar td.close {
	background: #cc9999;
}
#footer .footer-inner2 .footer-inner-box .f-calendar td.close span {
	color: #cc0000;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt1 {
	margin: 0 0 10px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt1 ul {
	display: flex;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt1 ul li .mark1 {
	color: #ffffff;
	border: 1px solid #cccccc;
	line-height: 1;
	background: #fff;
	display: inline-block;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt1 ul li .mark2 {
	color: #cc9999;
	line-height: 1;
	background: #cc9999;
	display: inline-block;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt2 {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 10px;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt3 {
	font-size: 14px;
	line-height: 1.7;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt3 .mark1 {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
#footer .footer-inner2 .footer-inner-box .f-calendar .f-txt3 .mark2 {
	font-size: 20px;
	line-height: 1.5;
	color: #cc0000;
	font-weight: bold;
}
/*コピーライト*/
#footer .copyright {
	text-align: center;
	font-size: 14px;
	padding: 15px 0 10px;
}
/********** PAGETOP **********/
#footer .f-btn-pagetop {
	position: fixed;
	right: 0;
	bottom: 28px;
	z-index: 100;
}
#footer .f-btn-pagetop a {
	display: block;
}
#footer .f-btn-pagetop img {
	display: block;
	width: 101px;
}


/********** 商品一覧タイトルリンク撤去 **********/
.fs-c-productListItem__productName a ,
.fs-c-productListItem__productName a:hover {
	cursor: inherit;
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}


/******** カートボタン調整 **********/
.btn-member_entry {
	text-align: center;
}

.btn-member_entry a {
    background: #667895;
    border: 1px solid #667895;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase {
    display: none;
}

.btn-no-member_entry {
	text-align: center;
}

.btn-no-member_entry a {
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    text-decoration: underline;
    text-align: center;
}

.btn-k-checkout {
	text-align: center;
}

.btn-k-checkout a {
    background: #667895;
    border: 1px solid #667895;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}