@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: /* #464e54 */#000;
  letter-spacing: .05em;
  font-family: "Hiragino Kaku Gothic ProN", 'Meiryo', sans-serif;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
ul {
  list-style: none;
}
li {
  text-decoration: none;
}



/* ===== 2018-8-11 〜 追加・変更 ====== */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* ==== layout ==== */
#outer {
	background-color: #eee;
	overflow-x: hidden;
	max-width: 100%;
    width: 100%;
	height: auto;
}

#container {
  margin: 0px auto;
  text-align: left;
  background-color: #fff;
  width: 100%;
  position: relative;
   -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

 #container.open {
  -moz-transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
    -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

 #drawer.open {
    box-shadow: 10px 10px 15px -10px;
   -moz-transform: translate3d(300px, 0, 0);
   -webkit-transform: translate3d(300px, 0, 0);
   transform: translate3d(300px, 0, 0);

   -moz-transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}


/* ===== header部分 ===== */
#header {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.header-top {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.header-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  background-color: #a79478;
}
.header-inner-box {
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.header-li-1 {
  display: table-cell;
  width: 62%;
  height: 12px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  color: rgba(255,255,255,.8);
}
.header-li-1 h1 {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
}
.header-li-2 {
  display: table-cell;
  height: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 37%;
  right: 150px;
}

.header-li-2 a {
  background-color: rgb(255,255,255);
  padding: 5px 26px;
  color: rgba(0,0,0,.8);
  font-size: .8em;
}
.header-li-3 {
  display: table-cell;
  width: 120px;
  height: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 37%;
  right: 10px;
}
.header-li-3 a {
  color: #fff;
  font-size: .8em;
  background-color: rgb(135,8,38);
  padding: 5px 15px;
}
.header-li-3 a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f07a";
  width: 16px;
  height: 16px;
  padding-right: 5px;
  color: #fff;
}

#header .header-img-box {
	box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 15px 10px;
}
#header .header-img-box > img {
  position: absolute;
  right: 10px;
}
#header .header-txt-box {
  display: none;
}
#header .inline-txt-box {
	background-color: #a79478;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#header .inline-txt-box li {
	color: #fff;
  display: table-cell;
  width: 16%;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
  padding: 8px 0;
}
#header .inline-txt-box li a {
	color: #fff;
}
#header .inline-txt-box li a i {
  vertical-align: middle;
}
/* ===== ツールバー ===== */
.toolbar {
  display: none;
}

/* ===== bx-slider ====== */
.bx-wrapper img {
  width: 100%;
/*   height: 475px; */
}
.bx-wrapper .bx-pager {
	bottom: -25px !important;
}
.bx-viewport {
/*   height: 475px !important; */
  border: none !important;
/*   left: unset !important; */
  box-shadow: none !important;
}
.slider {
  max-width: 1150px;
  margin: 20px auto;
}
#slider > div {
  width: 100% !important;
/*   height: 475px !important; */
}
.bx-wrapper .bx-viewport {
  left: unset !important;
}
.bx-wrapper .bx-caption {
	 left: unset !important;
}
#slider .bx-caption {
  position: absolute;
/*
  left: unset;
  top: -webkit-calc(475px - 20%);
  top: calc(475px - 20%);
*/
  right: 15px;
  bottom: 15px;
  width: 40%;
  margin: 0;
  padding: 10px 20px;
  background-color: rgba(121, 121, 121, 0.77);
  color: #fff;
}

.bx-wrapper .bx-caption span {
	font-size: 14px !important;
	display: unset !important;
	padding: unset !important;
}

/* ==== wrapper-row ===== */
.wrapper-row {
   max-width: 1150px;
   width: 100%;
   margin: 0 auto;
}
/* ===== side部分 ===== */
 #drawer {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    height: auto;
    float: none;
    background-color: #fff;
    overflow-y: auto;
    margin: 0 auto;
    z-index: 100;
    -webkit-overflow-scrolling: touch;　/* ios用 */
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

#side {
  width: 23.478%;
  float: left;
  margin: 10px auto 50px;
  padding: 0;
}
#side h3 {
  border-bottom: 1px solid #6b2938;
  padding-left: 1em;
  margin: 0;
  letter-spacing: .08em;
}
#side h3:nth-of-type(1) {
  margin-bottom: 15px;
}
.side-inner {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
.side-form {
  display: none;
}
.side-img-box {
  margin-bottom: 50px;
}
.side-img-box img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}

.side-txt-box {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}
.txt-box-inner {
  width: 98%;
  margin: 0 auto;
}
.txt-box-inner img {
  margin-bottom: 10px;
}

/* カテゴリー */
.category-txt-box {
  margin-bottom: 50px;
}
.category-txt-box ul {
  margin: 0;
  padding: 0;
}
.category-txt-box li {
  margin: 0;
  padding: 0;
  font-size: .9em;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.category-txt-box li:nth-of-type(1) {
/*   border-top: 1px dotted rgba(0,0,0,.1); */
}
.category-txt-box a {
	color: #000;
  display: block;
  padding: 10px 0;
}
.category-txt-box span {
  display: block;
  padding-left: 1.5em;
}
.category-txt-box li:hover a {
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

/* グループ */
.group-txt-box {
  margin-bottom: 50px;
}
.group-txt-box ul {
  margin: 0;
  padding: 0;
}
.group-txt-box li {
  margin: 0;
  padding: 0;
  font-size: .9em;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.group-txt-box li:nth-of-type(1) {
/*   border-top: 1px dotted rgba(0,0,0,.1); */
}
.group-txt-box a {
  display: block;
  padding: 10px 0 10px 1.5em;
}

.group-txt-box li:hover a {
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
/* メニュー */
.menu-txt-box {
  margin-bottom: 50px;
}
.menu-txt-box ul {
  margin: 0;
  padding: 0;
}
.menu-txt-box li {
  margin: 0;
  padding: 0;
  font-size: .9em;
  border-bottom: 1px dotted rgba(0,0,0,.1);
}
.menu-txt-box li:nth-of-type(1) {
/*   border-top: 1px dotted rgba(0,0,0,.1); */
}
.menu-txt-box a {
  display: block;
  padding: 10px 0 10px 1.5em;
}
.menu-txt-box li:hover a {
  background-color: rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
/* ===== content部分 ===== */
#contents {
  margin: 10px 0 50px 2.609%;
  width: 73.913%;
  padding: 0;
}
.contents-img-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
.contents-img-box a {
  display: table-cell;
  width: 50%;
}
.contents-img-box img {
  display: block;
  max-width: 415px;
  width: 100%;
}
.contents-img-box a:nth-of-type(1) img {
  float: left;
/*
  padding-right: 1%;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
*/
}

.contents-img-box a:nth-of-type(2) img {
  float: right;
/*
  padding-left: 1%;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
*/
 }
  #contents .topicpath-nav {
   margin-bottom: 5px;
  }
  #contents .topicpath-nav li {
    padding: 0;
  }

/* ===== 特集 ===== */
.contents-tokusyu {
  width: 90%;
  margin: 0px auto 20px;
}
.tokusyu-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tokusyu-inner a {
  display: table-cell;
  width: 32%;
  float: left;
  margin-bottom: 2%;
  padding-right: 2%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tokusyu-inner a:nth-of-type(3n) {
  padding-right: 0;
}
.tokusyu-inner a:hover {
  opacity: .85;
}

/* ===== ７つのメリット ===== */
.contents-nanatuno {
/*   width: 95%; */
  margin: 50px auto;
  border: 5px double rgba(0,0,0,.1);
  box-shadow: 4px 4px 4px -2px rgba(0,0,0,.5);
}
.nanatuno-inner {
  width: 90%;
  margin: 50px auto;
}
.nanatuno-inner img:nth-of-type(1) {
  display: block;
  margin: 20px auto;
}
.nanatuno-inner img:nth-of-type(n+2) {
  text-align: left;
}
.nanatuno-inner p {
  margin: 10px 20px;
  font-size: 1em;
}
.nanatuno-inner p span {
  display: block;
}
.nanatuno-inner img:nth-of-type(2) {
  margin-left: -8px;
}
.nanatuno-inner img:nth-of-type(3) {
  margin-left: -15px;
}
.nanatuno-inner img:nth-of-type(4) {
  margin-left: -14px;
}
.nanatuno-inner img:nth-of-type(5) {
  margin-left: -15px;
}
.nanatuno-inner img:nth-of-type(6) {
  margin-left: -15px;
}
.nanatuno-inner img:nth-of-type(7) {
  margin-left: -14px;
}
.nanatuno-inner img:nth-of-type(8) {
  margin-left: -13px;
}

/* =====  ご注文ガイド ===== */
.contents-bottom {
  width: 100%;
  height: auto;
  margin: 50px auto;
  background-color: #eee;
  color: #642937;
  clear: both;
}
.bottom-inner {
  width: 100%;
}
.bottom-inner h4 {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background-color: #a79478;
  color: #fff;
  font-size: 1.2em;
}
.bottom-inner h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
}
.bottom-inner h5::before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: 1em;
  padding-right: .5em;
}
.bottom-inner h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
}
.bottom-inner p {
  font-size: .8em;
  margin: 5px 0;
  padding: 0;
}
.bottom-txt-box-1 {
  display: table;
  table-layout: fixed;
  width: 95%;
  height: auto;
  margin: 20px auto 50px;
}
.caution-box {
	background-color: #fff;
	border-radius: 10px;
	margin: 20px 0 50px;
	padding: 10px;
}
.caution-box p {
	font-size: 14px;
}

.bottom-txt-left {
  display: table-cell;
  width: 50%;
  float: left;
}
.bottom-txt-right {
  display: table-cell;
  width: 50%;
  float: right;
}
.bottom-txt-box-2 {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
}
.bottom-txt-box-2 table {
  font-size: .9em;
}
.bottom-txt-box-2 tr:nth-of-type(1) td,
.bottom-txt-box-2 tr:nth-of-type(3) td,
.bottom-txt-box-2 tr:nth-of-type(5) td,
.bottom-txt-box-2 tr:nth-of-type(6) td,
.bottom-txt-box-2 tr:nth-of-type(8) td,
.bottom-txt-box-2 tr:nth-of-type(10) td,
.bottom-txt-box-2 tr:nth-of-type(12) td,
.bottom-txt-box-2 tr:nth-of-type(13) td,
.bottom-txt-box-2 tr:nth-of-type(15) td {
  padding-bottom: 10px;
}

.bottom-txt-box-2 td {
  width: 50px;
  white-space: nowrap;
　
}
.bottom-txt-box-2 td:nth-of-type(2n) {
  width: 60px;
}
.bottom-txt-box-2 tr td:nth-of-type(2n) {
  text-align: right;
  padding-right: 10px
}

/* ===== footer部分 ===== */
#footer {
  width: 100%;
  margin: 10px auto;
  padding: 0;
}
.footer-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 1em;
  background-color: rgb(184, 158, 143);
  color: #fff;
}
.footer-inner-box {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.footer-left {
  display: table-cell;
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 20px;
}
.footer-right {
  display: table-cell;
  float: right;
  width: 50%;
  text-align: left;
}
.footer-txt-box-1 {
  display: table-cell;
  float: left;
  width: 50%;
}
.footer-txt-box-2 {
  display: table-cell;
  float: right;
  width: 50%;
}
.footer-txt-box-1 a,
.footer-txt-box-2 a {
  display: block;
  color: #fff;
  font-size: .8em;
  line-height: 2;
  padding-bottom: 5px;
}
.footer-bottom {
  background-color: rgb(63,59,56);
  padding: 15px 0 8px;
  color: #fff;
  margin: 0;
  text-align: center;
}
address {
  padding: 15px;
}


/* ===== フリーページ用 ===== */
#main {
	padding: 0 0 100px;
}
#main h3 {
	border-bottom: 1px solid #6b2938;
	color: #642937;
	font-size: 18px;
	margin: 10px 0 50px 0;
}
#main .breadcrumbs {
	color: #888;
	font-size: 11px;
	margin: 0 0 30px 0;
}
#main .breadcrumbs a {
	color: #888;
}
#main .name {
  margin-bottom: 30px;
}
#main .img-box {
  display: block;
  margin-bottom: 50px;
}
/* 無料ページ */
.muryo {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.muryo p {
  display: table-cell;
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-bottom: 80px;
}
.muryo img {
  display: table-cell;
  float: right;
}

/* パンくずリスト */
.breadcrumbs {
	margin: 0 0 50px 10px;
}
/* 札・デザイン */
.fuda-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.fuda-img {
   display: table-cell;
   width: 49%;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   padding-right: 1%;
}
.fuda-img:nth-of-type(2) {
  padding-right: 0;
}
/* 商品の梱包について  100%満足保証 */
.konpou-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.konpou-img {
   display: table-cell;
   width: 24%;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   padding-right: 1%;
}
.konpou-img img {
  width: 100%;
}
/* 店舗情報 */
.tenpo-table {
	color: #642937;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	padding-right: 10px;
  }
.tenpo-left {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	background-color: #eee;
  }
.tenpo-left p {
  margin :0;
  padding: 5px;
}
.tenpo-right {
    display: table-cell;
    width: 70%;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: none;
    border-left: none;
}
.tenpo-right p {
  margin: 0 0 0 10px;
  padding: 5px;
}
.tenpo-table:last-of-type .tenpo-left,
.tenpo-table:last-of-type .tenpo-right {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
/* 堀江美砂子の世界 */
.m-btm-120 {
	margin-bottom: 120px !important;
}
.m-btm-30 {
	margin-bottom: 30px !important;
}

.f15-world,
.f15-arrange,
.f15-merit {
	width: 100%;
	height: 40px;
	padding: 8px 0;
	margin: 60px auto 20px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(243,228,228);
}
.f15-heading-3 {
	display: inline-block;
	margin-bottom: 30px;
	color: rgb(172,134,144);
	border-bottom: 1px solid rgb(172,134,144);
}
.f15-table {
	display: table;
	width: 100%;
	margin: 50px auto;
}
.f15-top-cell {
	display: table-cell;
	width: 32%;
	float: left;
	text-align: center;
	padding-right: 2%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.f15-top-cell:nth-of-type(3) {
	padding-right: 0;
}
.f15-top-cell span {
	display: inline-block;
	width: 100%;
	height: 50px;
	color: #fff;
	padding: 15px 15px;
	vertical-align: middle;
	background-color: rgb(135, 8, 38);
	border-radius: 10px;
}
.f15-top-cell:nth-of-type(2) span {
	padding: 5px 15px;
}
.f15-top-cell span:hover {
	opacity: .8;
}
.f15-world-cell-left,
.f15-world-cell-right {
	display: table-cell;
	width: 50%;
	float: left;
	margin: 0 auto 60px;
	padding: 10px;
}
.f15-world-cell-right img:first-of-type {
	margin-bottom: 20px;
}
.f15-world-cell h4 {
	margin: 0 auto 10px;
}
.art-01,
.art-02 {
	display: none;
}
/* ===== fab ===== */
.body-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 0;
  z-index: 100;
}

#fab {
  display: block;
  width: 56px;
  height: 56px;
  background: #a79478;
  text-align: center;
  border-radius: 50%;
  transition: .2s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}

#fab i {
  color: white;
  line-height: 56px;
  vertical-align: middle;
  font-size: 30px;
  transition: .2s;
  transform: -webkit-translateY(-3px);
  transform: translateY(-3px);
}

/* ===== レスポンシブ ===== */
@media (min-width: 1150px) {
  /* ~1150px */

  .body-fab {
    right: -webkit-calc(50% - 551px);
    right: calc(50% - 551px);
  }
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  address span:nth-of-type(4) {
    display: block;
    margin-top: .5em;
  }

/* 堀江美砂子の世界 */
	.f15-top-cell span {
    font-size: .9em;
    padding: 15px 5px;
	}
	.f15-top-cell:nth-of-type(2) span {
    padding: 8px 5px;
	}
}
@media (max-width: 860px) {
  /* ~860px */
 /* == 無料ページ == */
  .muryo p {
    width: 45%;
  }
}

@media (max-width: 820px) {
  /* ~820px */
/* 堀江美砂子の世界 */
	.f15-top-cell span {
    font-size: .85em;
	}

}
@media (max-width: 768px) {
  /* ~768px */

 #container {
   width: 100%;
  }
 #contents {
   width: 98%;
   margin: 0 1% 0;
  }


 .header-inner {
   display: none;
  }
 #header .header-img-box {
   width: 100%;
   height: 110px;
  }
 #header .header-img-box a > img {
   position: absolute;
   top: 70px;
/*
   left: -webkit-calc(50% - 95px);
   left: calc(50% - 95px);
*/
	 left: 10px;
   width: 200px;
  }
 #header .header-img-box > img {
   position: absolute;
   top: 70px;
/*
   left: -webkit-calc(50% - 105px);
   left: calc(50% - 105px);
*/
   right: 10px;
   width: 150px;
 }
 #header .inline-txt-box {
   display: none;
  }

 .bx-wrapper img {
/*   	height: 300px; */
  }
 .bx-viewport {
/*   	height: 300px !important; */
  }
 #slider .bx-caption {
    top: -webkit-calc(300px - 20%);
    top: calc(300px - 20%);
  }

/* ===== ツールバー ===== */

.toolbar {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  background-color: #a79478;
  color: #fff;
  box-shadow: 0 8px 8px -6px rgba(0,0,0,.6);
}

.toolbar-inner {
  position: relative;
  width: 100%;
}

.toolbar-item-menu {
  position: absolute;
  top: 8px;
  left: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.toolbar-item-menu:hover {
  opacity: .8;
  }
.toolbar-item-menu img {
  width: 40px;
  height: 35px;
  }
.toolbar-item-menu p {
  font-size: 10px;
  transform: -webkit-scale(.8);
  transform: scale(.8);
  color: #fff;
  }

.toolbar-item-h1 {
  position: absolute;
  top: 3px;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 40px;
}
.toolbar-item-h1 h1 {
  font-size: 1em;
  text-align: center;
  }
.toolbar-item-h1 h1 p span:nth-of-type(3) {
  display: block;
  }
.toolbar-item-cart {
  position: absolute;
  top: 8px;
  left: unset;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.toolbar-item-cart img {
  width: 40px;
  height: 35px;
  }
.toolbar-item-cart p {
  font-size: 10px;
  transform: -webkit-scale(.8);
  transform: scale(.8);
  color: #fff;
  padding-left: 7px;
  }



/* ===== side ==== */
  #side {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    height: auto;
    float: none;
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 60px;
    box-shadow: 10px 10px 15px -10px;
    z-index: 100;
  }

  .side-inner {
    width: 90%;
   }
/* ===== ドロワー内 ===== */
	#drawer h3 {
	  border-bottom: 1px solid #6b2938;
	  padding-left: 1em;
	  margin: 0;
	  letter-spacing: .08em;
	}
	#drawer h3:nth-of-type(1) {
	  margin-bottom: 15px;
	}
	
  .drawer-home {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: rgb(173,171,173);
    }
  .drawer-home a {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 20px 0;
  }
  .drawer-home:hover a {
    opacity: .8;
  }
  .drawer-login {
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid rgb(173,171,173);
    margin: 30px auto;
  }
  .drawer-login a {
    display: block;
    color: rgb(173,171,173);
    font-size: 1em;
    font-weight: bold;
    padding: 14px 0;
  }
  .drawer-login:hover a {
    color: #fff;
    background-color: rgba(0,0,0,.1);
    text-decoration: none;
  }
  .side-img-box {
    margin-bottom: 40px;
  }
  .drawer-nav ul {
    width 100%;
    margin: 0 auto 40px;
    text-align: center;
    border-top: 1px solid rgb(173,171,173);
    border-bottom: 1px solid rgb(173,171,173);
  }
  .drawer-nav li {
    display: block;
    letter-spacing: .1em;
    font-size: .9em;
    border-bottom: 1px solid rgba(173,171,173,.5);
    font-weight: bold;
  }
  .drawer-nav li a {
    display: block;
    padding: 15px 0 10px;
  }
  .drawer-nav li:hover a {
    background-color: rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
    
    
/* ===== フォーム ===== */
  /*
  .side-form {
    display: block;
   }
  .side-form form {
    width: 280px;
    height: 140px;
    margin: 20px auto;
    padding: 0;
  }
  .side-form select {
    width: 260px;
    height: 40px;
  }
  .side-form input {
    width: 260px;
    height: 40px;
  }
  .side-form button {
    margin-top: 10px;
    margin-left: 160px;
    width: 100px;
    height: 40px;
    display: inline-block;
    padding: 0.3em 1em;
    color: rgba(242, 142, 207,.4);
    border: solid 2px rgba(242, 142, 207,.4);
    border-radius: 3px;
    transition: .4s;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
	}

  .side-form button:hover {
    background-color: rgba(242, 142, 207,.4);
    color: white;
	}

  .side-form span::before {
    display: inline-block;
  	font-family: 'FontAwesome';
 	content: "\f002";
    width: 16px;
    height: 16px;
    padding-right: 5px;
    }
  */

/* ===== contents ===== */
  /* =====  ご注文ガイド ===== */

  .bottom-txt-left {
    padding-right: 10px;
  }
  .bottom-txt-right {
    padding-left: 10px;
  }
/* ===== footer ===== */
  .footer-left {
    display: block;
  	float: none;
  	width: 100%;
  	text-align: center;
 	padding-left: 0;
    padding-top: 30px;
	}
  .footer-right {
  	display: block;
  	float: none;
  	width: 100%;
  	text-align: center;
	}
  .footer-txt-box-1 {
  	display: block;
  	float: none;
  	width: 100%;
	}
  .footer-txt-box-2 {
  	display: block;
  	float: none;
  	width: 100%;
	}
  .footer-txt-box-1 a,
  .footer-txt-box-2 a {
  	display: block;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
	}
  .footer-bottom {
    font-size: .9em;
  }
/* ===== フリーページ ===== */

#main {
	padding: 50px 0 100px;
}
/*  無料ページ */

.muryo p {
  width: 100%;
  margin-bottom: 30px;
  }
.muryo img {
  float: left;
  }
/* 札・デザイン */

.fuda-img {
   display: block;
   width: 100%;
   margin-bottom: 20px;
   padding-right: 0;
}
/* 堀江美砂子の世界 */
	.f15-world-cell-left {
		display: block;
		width: 100%;
		float: none;
	}
	.f15-world-cell-right {
		display: none;
	}
	.art-01,
	.art-02 {
		display: block;
		margin: 50px auto;
	}
	.m-btm-120 {
    margin-bottom: 0px !important;
	}



}
@media (max-width: 680px) {
  /* ~680px */

/* ===== footer ===== */
  .footer-bottom {
    font-size: .8em;
  }
  address span:nth-of-type(1) {
    display: block;
    margin-top: .5em;
    font-weight: bold;
    font-size: 150%;
  }
  address span:nth-of-type(2) {
    display: inline-block;
    margin-top: .8em;
  }
  address span:nth-of-type(3) {
    margin-top: .8em;
  }
}

@media (max-width: 600px) {
  /* ~600px */

/* ===== ツールバー ===== */
.toolbar-item-h1 {
  top: 7px;
  }
.toolbar-item-h1 h1 {
  font-size: .9em;
  }

/* 堀江美砂子の世界 */
	.f15-top-cell span {
    font-size: .8em;
	}

}
@media (max-width: 540px) {
  /* ~540px */

/* 堀江美砂子の世界 */

	.f15-top-cell {
    display: block;
    width: 90%;
    float: none;
    margin: 15px auto;
    text-align: center;
    padding-right: 0;
	}
	.f15-top-cell span {
    font-size: .9em;
	}
	.f15-top-cell:nth-of-type(2) span {
    padding: 8px 5px;
	}

}
@media (max-width: 480px) {
  /* ~480px */


 #header .header-img-box {
   width: 100%;
   height: 90px;
  }
 #header .header-img-box a > img {
   position: absolute;
   top: 70px;
	 left: 10px;
   width: 175px;
  }
 #header .header-img-box > img {
   position: absolute;
   top: 70px;
   right: 10px;
   width: 130px;
 }
/* ===== ツールバー ===== */

.toolbar-item-h1 h1 {
  font-size: .85em;
  }

/* ===== content部分 ===== */
 .contents-img-box {
	 box-sizing: border-box;
   display: table;
   table-layout: fixed;
   width: 100%;
   margin: 0 auto 10px;
   padding: 0 15px;

 }
 .contents-img-box a {
   display: block;
   width: 100%;
 }
 .contents-img-box img {
   display: block;
   max-width: 480px;
   width: 100%;
 }
 .contents-img-box a:nth-of-type(1) img {
 	 margin-bottom: 10px;
 }

 .contents-img-box a:nth-of-type(2) img {

  }
/* ===== ７つのメリット ===== */
	.contents-nanatuno {
	/*   width: 95%; */
	  margin: 0 auto;
	  border: 5px double rgba(0,0,0,.1);
	  box-shadow: 4px 4px 4px -2px rgba(0,0,0,.5);
	}
  .nanatuno-inner {
    width: 91.5%;
  }
  .nanatuno-inner p {
   font-size: .85em;
 }
  .nanatuno-inner img:nth-of-type(2) {
    margin-left: -11px;
  }


	/* ===== 特集 ===== */
	.contents-tokusyu {
	  width: 100%;
	  margin: 20px auto 20px;
	}
	.tokusyu-inner {
	  display: table;
	  table-layout: fixed;
	  width: 100%;
	}
	.tokusyu-inner a {
	  display: table-cell;
	  width: 49%;
	  float: left;
	  margin-bottom: 2%;
	  padding-right: 2%;
	  -webkit-box-sizing: content-box;
	  box-sizing: content-box;
	}
	.tokusyu-inner a:nth-of-type(3) {
	  padding-right: 2%;
	}
	.tokusyu-inner a:nth-of-type(2n) {
	  padding-right: 0;
	}
	.tokusyu-inner a:hover {
	  opacity: .85;
	}

/* =====  ご注文ガイド ===== */
  .bottom-txt-left {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .bottom-txt-right {
    display: block;
    float: none;
    width: 100%;
    padding-left: 10px;
  }
  .bottom-inner p {
    margin: 5px 10px;
  }
  .bottom-txt-box-2 table {
    margin-left: 20px;
  }
  .bottom-txt-box-2 tr {
    display: inline-block;
    width: 300px;
  }
  .bottom-txt-box-2 td {
    display: inline-block;
    width: 70px;
  }
  .bottom-txt-box-2 tr td:nth-of-type(2n) {
    margin-right: 20px;
    padding-right: 0;
}
  .bottom-txt-box-2 tr:nth-of-type(5) td:nth-of-type(-n+4),
  .bottom-txt-box-2 tr:nth-of-type(6) td:nth-of-type(-n+4),
  .bottom-txt-box-2 tr:nth-of-type(13) td:nth-of-type(-n+4),
  .bottom-txt-box-2 tr:nth-of-type(15) td:nth-of-type(-n+4) {
    padding-bottom: 0
  }

/* ===== footer ===== */
 address span:nth-of-type(2) {
   display: block;
   letter-spacing: .2em;
   margin-top: 1em;
  }
/* ===== フリーページ ===== */
  /* 商品の梱包について */
.konpou-img {
  width: 48%;
  float: left;
  margin-bottom: 2%;
  padding-right: 2%;
  }
 .konpou-img:nth-of-type(2n) {
   padding-right: 0;
  }
 /* 店舗情報 */
 .tenpo-left {
  width: 100%;
  float: left;
 }
 .tenpo-right {
  width: 100%;
  float: left;
  border-left: 1px solid rgba(0,0,0,.1);
  }

 .tenpo-table:last-of-type .tenpo-left {
   border-bottom: none;
 }

}

@media (max-width: 420px) {
  /* ~420px */

/* ===== ツールバー ===== */
.toolbar-item-h1 h1 {
  font-size: .8em;
  }
.toolbar-item-menu {
  left: 10px;
  }
.toolbar-item-cart {
  right: 10px;
  }
 .bx-wrapper img {
/*    height: 200px; */
  }
  .bx-viewport {
/*    height: 170px !important; */
  }
  #slider .bx-caption {
   top: -webkit-calc(200px - 20%);
   top: calc(200px - 20%);
  }
/* ===== フリーページ ===== */
  #main .img-box {
  margin: 0 auto 50px;
  }

/* 堀江美砂子の世界 */

	.f15-world, .f15-arrange, .f15-merit {
    padding: 10px 0;
    font-size: .9rem;
	}
}

@media (max-width: 370px) {
  /* ~370px */
 #header .header-img-box a > img {
   position: absolute;
   top: 70px;
	 left: 10px;
   width: 150px;
  }
 #header .header-img-box > img {
   position: absolute;
   top: 70px;
   right: 10px;
   width: 115px;
 }
/* ===== ツールバー ===== */
.toolbar-item-h1 {
  width: 220px;
  top: 4px;
  left: -webkit-calc(50% - 90px);
  left: calc(50% - 90px);
  }
.toolbar-item-h1 h1 {
  font-size: .75em;
  text-align: left;
  }
.toolbar-item-h1 h1 p span:nth-of-type(1),
  .toolbar-item-h1 h1 p span:nth-of-type(2) {
    display: block;
  }
.toolbar-item-menu {
  left: 5px;
  }
.toolbar-item-cart {
  right: 5px;
  }
/* =====  ご注文ガイド ===== */
   .bottom-txt-box-2 table {
    margin-left: 10px;
  }
   .bottom-txt-box-2 tr td:nth-of-type(2n) {
    margin-right: 10px;
  }
}

@media(max-width: 360px) {
		/* ~360px */
/* ===== ７つのメリット ===== */
   .nanatuno-inner {
    width: 91%;
  }
  .nanatuno-inner p {
   font-size: .8em;
 }


}

@media (max-width: 340px) {
  /* ~340px */
/* ===== ドロワー ===== */
#drawer {
  width: 280px;
  }
}
@media (max-width: 330px) {
  /* ~330px */
/* ===== ７つのメリット ===== */
   .nanatuno-inner {
    width: 90%;
  }
}

/* ===== 追加・変更終了 ===== */






/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }





/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-w.icon-mail { background-position: -96px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
