@charset "utf-8";
/* --------------------------------------------------------------------------------

	Yumeya common.css for touch device
	----------------------------------------------------------------------------
	
	reset & common styles
	YUMEYA Corp.
	
	@import 'https://secure1.future-shop.jp/~xxxxxx/sp/css/common.css';
	@import 'https://secure1.future-shop.jp/~xxxxxx/sp/css/fs.css';
	@import 'https://secure1.future-shop.jp/~xxxxxx/sp/css/group.css';
	@import 'https://secure1.future-shop.jp/~xxxxxx/sp/css/item.css';
	
	----------------------------------------------------------------------------
	
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
	リセット
-------------------------------------------------------------------------------- */
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;
}
body {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #555;
  -webkit-text-size-adjust: 100%;
 word-break: break-word;
}
h1, h2, h3, h4, h5, h6, 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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
a img {
  border: none;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.8);
  color: #555;
}
a:hover, a:active {
  text-decoration: underline;
}
input {
  -webkit-border-radius: 100%;
  border-radius: 0;
}
input, select {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}





.common a:link,
.common a:visited,
.common a:hover,
.common a:active {
	color: #555;
}





/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.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 1.5em;
}
ol.ol {
  list-style: decimal;
  padding: 0 0 0 1.75em;
}
/********** プレースホルダー **********/ ::-webkit-input-placeholder {
  color: #000;
}
/********** inner **********/
.inner {
  padding: 0 2%;
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}





/* --------------------------------------------------------------------------------
	FS2_layout_body
-------------------------------------------------------------------------------- */
#FS2_layout_body {
  background: #fff;
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
  position: relative;
}
/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {
	font-size: 3.6vw;
}


/********** ロゴ・ナビ **********/
#header-sp .logo-h-nav {}
/********** ロゴ **********/
#header-sp .logo {
  width: 42.5%;
  float: left;
}
/********** 各ボタン **********/
#header-sp .h-nav-btn ul li {
  width: 19%;
  float: left;
}
#header-sp .h-nav-btn ul li:nth-of-type(1) {
  width: 19.5%;
}
/********** メニュー **********/
#header-sp .h-menu-content {
  display: none;
  position: absolute;
  width: 88%;
  padding: 2% 2% 0;
  right: 0;
  z-index: 250;
  background: #f4f8e5;
}
/********** 検索 **********/
#header-sp .h-menu-content-search {
  margin: 0 0 6%;
}
#header-sp .h-menu-content-search .h-menu-content-search-box {
  box-sizing: content-box;
  display: table;
  width: 100%;
  padding: 0;
}
#header-sp .h-menu-content-search .input-txt {
  display: table-cell;
  width: 85%;
  vertical-align: middle;
  position: relative;
}
#header-sp .h-menu-content-search .input-txt input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 94%;
  height: 100%;
  padding: 0 3%;
  border: none;
}
#header-sp .h-menu-content-search .input-submit {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#header-sp .h-menu-content-search .input-submit input {
  display: block;
  right: 0;
}
/********** ヘッダーメニュー **********/
#header-sp .h-navigation ul li {
  padding: 0 0 3%;
}
#header-sp .h-navigation ul li ul li:last-child {
  padding: 0 0 0;
}
#header-sp .h-navigation ul li a {
  display: block;
  padding: 4% 12% 4% 3%;
  color: #fff;
  background: #ff9900 url(../images/common/h-icon-arr.png) no-repeat 97% 50%;
  background-size: 5% auto;
}
/********** アイコン付きナビ **********/
#header-sp .h-navigation ul li.icon-nav a .icon-nav-box {
  width: 100%;
  display: table;
}
#header-sp .h-navigation ul li.icon-nav a .icon {
  width: 10%;
  display: table-cell;
  padding: 0 3% 0 0;
}
#header-sp .h-navigation ul li.icon-nav a .label {
  display: table-cell;
  width: 90%;
  vertical-align: middle;
}
/********** サブメニュー **********/
#header-sp .h-navigation ul li.submenu .btn-submenu {}
#header-sp .h-navigation ul li.submenu .btn-submenu a {
  color: #fff;
  background: #ff9900 url(../images/common/h-icon-arr-down.png) no-repeat 97% 50%;
  background-size: 5% auto;
}
#header-sp .h-navigation ul li.submenu.active .btn-submenu a {
  background-image: url(../images/common/h-icon-arr-up.png);
}
#header-sp .h-navigation ul li.submenu .submenu-content {
  padding: 3% 0 0;
  display: none;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul {
  float: left;
  width: 49%;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul:nth-child(2) {
  float: right;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul li {}
#header-sp .h-navigation ul li.submenu .submenu-content ul li a {
  display: table;
  width: 100%;
  padding: 3% 0;
  font-size: 0.85em;
  color: #555;
  background: #fff;
  background-size: 4% auto;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul li a .thumb {
  display: table-cell;
  width: 30%;
  padding: 0 4% 0 2%;
  vertical-align: middle;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul li a .thumb img {
  width: 100%;
}
#header-sp .h-navigation ul li.submenu .submenu-content ul li a .label {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.85em;
}
/********** 目的別に選ぶ **********/
#header-sp .h-navigation ul li.submenu-mokuteki .submenu-content ul li a {
  height: 3.8em;
}
/********** 検索＆ボタン **********/
#header-sp .search-btns {
  padding: 3%;
}
/********** 検索 **********/
#header-sp .h-search {
  margin: 0 0 4%;
  padding: 4% 3%;
  background: #96c100;
}
#header-sp .h-search .h-search-box {
  box-sizing: content-box;
  display: table;
  width: 100%;
  padding: 0;
}
#header-sp .h-search .input-txt {
  display: table-cell;
  width: 85%;
  vertical-align: middle;
  position: relative;
}
#header-sp .h-search .input-txt input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 94%;
  height: 100%;
  padding: 0 3%;
  border: none;
  font-size: 1.5em;
}
#header-sp .h-search .input-submit {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#header-sp .h-search .input-submit input {
  display: block;
  right: 0;
}



#header-sp * {
	box-sizing: content-box;
}


/********** 発送日バナー **********/
#shippingdate_bnr-sp {
  width: 100%;
  margin: 1vh auto;
  text-align: center;
}
#shippingdate_bnr-sp #asb001 {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
  width: auto !important;
  margin: auto !important;
}
/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
  width: auto !important;
  margin: auto !important;
}
/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */
#footer-sp {
	margin: 5% 0 0;
	font-size: 3.6vw;
	background: #f4f8e5;
}

#footer-sp * {
	box-sizing: content-box;
}

/********** 外側 **********/
#footer-sp .footer-outer {}
/********** 内側 **********/
#footer-sp .footer-inner {}
/********** 商品カテゴリ・インフォメーション **********/
#footer-sp .cat-info {}
#footer-sp .cat-info .cat-info-box {
  padding: 0 2% 6%;
}
#footer-sp .cat-info .heading {
  margin: 0 0 1.5%;
}
#footer-sp .cat-info ul {
  float: left;
  width: 49%;
}
#footer-sp .cat-info ul:nth-child(2) {
  float: right;
}
#footer-sp .cat-info ul li {
  display: table;
  width: 100%;
  padding: 0 0 2%;
}
#footer-sp .cat-info ul li a {
  display: table-cell;
  height: 4em;
  padding: 0 12% 0 3%;
  vertical-align: middle;
  font-size: 0.85em;
  color: #555;
  background: #fff url(../images/common/f-icon-arr.png) no-repeat 97% 50%;
  background-size: 6% auto;
}

/* ----------------------------------------
カレンダー
---------------------------------------- */
#footer-sp .calendar {
	padding: 0 0 6%;
}
#footer-sp .calendar .heading {
	padding: 0 0 5%;
}
#footer-sp .calendar .calendar-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	
	padding: 0 2.5% 6%;
	box-sizing: border-box;
}
/* カレンダー外枠 */
#footer-sp .calendar .calendar-box {
	width: 45%;
	border: solid 1px #96c100;
	
	color: #555;
}
/* 営業日カレンダー */
#footer-sp .calendar table {
	width: 100%;
	line-height: 1.1;
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
}
/* 月名 */
#footer-sp .calendar caption {
	padding: 11px 0;
	text-align: center;
	font-weight: normal;
}
/* 曜日 */
#footer-sp .calendar th {
	padding: 3px 0;
	width: calc(100% / 7);
	border-right: solid 1px #c5dc72;
	border-bottom: solid 1px #c5dc72;
	font-weight: normal;
}
#footer-sp .calendar th.sunday {
}
#footer-sp .calendar th.saturday {
}
/* 日付の枠 */
#footer-sp .calendar td {
	padding: 3px 0;
	width: calc(100% / 7);
	border-right: solid 1px #c5dc72;
	border-bottom: solid 1px #c5dc72;
}
#footer-sp .calendar tr:first-child th,
#footer-sp .calendar tr:first-child td{
	border-top: solid 1px #c5dc72;
}
#footer-sp .calendar tr:last-child td{
	border-bottom:none;
}
#footer-sp .calendar tr th:last-child {
	border-right: none;
}
#footer-sp .calendar tr td:last-child{
	border-right:none;
}
#footer-sp .calendar td.sunday {
}
#footer-sp .calendar td.saturday {
}
#footer-sp .calendar td.close {
	color: #fff;
	background: #96c100;
}

/* 休業日 */
#footer-sp .calendar .txt-calendar {
	padding: 0 3%;
}
#footer-sp .calendar .txt-calendar .mark1 {
	color: #96c100;
}




/********** ロゴ **********/
#footer-sp .logo {
  padding: 0 23% 8%;
}
/********** 住所 **********/
#footer-sp .address {
  padding: 0 0 7.5%;
  line-height: 1.3;
  text-align: center;
}
/********** SMS **********/
#footer-sp .sms {
  padding: 0 0 6%;
}
#footer-sp .sms ul li {
  float: left;
  width: 13%;
  padding: 0 0 0 4.5%;
}
#footer-sp .sms ul li:nth-of-type(1) {
  padding: 0 0 0 25.8%;
}
/********** ボタン **********/
#footer-sp .contact ul {
  padding: 0 0 3%;
}
#footer-sp .contact ul li {
  padding: 0 4% 5%;
}
/********** コピーライト **********/
#footer-sp .copyright {
  padding: 3% 0;
  text-align: center;
  font-size: 0.85em;
  color: #fff;
  background: #96c100;
}



