@charset "euc-jp";

*{
	margin: 0;
	padding: 0;
}


#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1700px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #ecd062;
  background-color: #ecd062;
  color: #fff;
  *background-color: #ecd062;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #ecd783;
  background-color: #ecd783;
  color: #fff;
  *background-color: #ecd783;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}



/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

.slider-btn {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }
.bn_freesp{
	padding-bottom: 3.75em;
}
/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 18px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
  }
  .prd-lst-pager li a {
    border: 1px solid #ecd062;
    background-color: #ecd062;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #ecd783;
    background-color: #ecd783;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 40px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;

  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1700px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  .slider-btn {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
  }
  .header-logo img {
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  .slider-btn {
    left: 20px;
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}




/* ============================================ ここから追加スタイル ============================================================================== */



/* *****************************************************************************************************
　　　　　　　全体
***************************************************************************************************** */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	font-size: 0.94vw;
	line-height: 1.875em;
	color: #000;
	background: #fff;
}

@media screen and (min-width:1700px){
body{
	font-size: 16px;
	line-height: 1.875em;
}
}

@media screen and (max-width:1000px){
body{
	font-size: 12px;
	font-size: 1.2vw;
}
}

@media screen and (max-width:800px){
body{
	font-size: 2vw;
}
}

@media screen and (max-width:600px){
body{
	font-size: 2.5vw;
}
}

@media screen and (max-width:480px){
body{
	font-size: 3vw;
}
}

/* 画像 */
img{
	vertical-align: bottom;
}

/* リンク */
a{
	text-decoration: none;
	color: #e60012;
}
a:hover{
	text-decoration: none;
	color: #e60012;
}

a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}


/* *****************************************************************************************************
　　　　　　　レイアウト
***************************************************************************************************** */
#siteinfo{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#gnav{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}
#shoppingnav{
	width: 100%;
	position: fixed;
	top:5em;
	left: 0;
	z-index: 9998;
}
#footertop{
	width: 100%;
	position: relative;
	padding: 6.25em 0;
}
#footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.innerbox{
	width: 100%;
	box-sizing: border-box;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 3.125em;
	overflow: hidden;
	zoon:1;
	position: relative;
}

/* ショッピングカラム構成 */
#container{
	position: relative;
	overflow: hidden;
	zoom:1;
	padding-top: 5em;
	width: 100%;
}
#sidebar{
	position: relative;
	float: left;
	width: 350px;
	box-sizing: border-box;
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0;
}
.main-section{
	position: relative;
	float: right;
	width: 100%;
	box-sizing: border-box;
	margin-right: -400px;
	padding-right: 400px;
	padding-top: 100px;
}

@media screen and (max-width:1050px){
#sidebar{
	width: 200px;
}
.main-section{
	margin-right: -250px;
	padding-right: 250px;
	
}
}


@media screen and (max-width:800px){
#container{
	padding-top: 45px
}
#shoppingnav{
	top:45px;
}
.innerbox{
	padding: 0 20px;
}
	
/* ショッピングカラム構成 */
#sidebar{
	float: none;
	width: 100%;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}
.main-section{
	float: none;
	margin-right: 0;
	padding-right: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
	padding-top: 25px;
}
}

@media screen and (max-width:768px){
.container {
    padding: 0;
}
}

/* *****************************************************************************************************
　　　　　　　ヘッダー
***************************************************************************************************** */
#siteinfo{
	color: #fff;
	letter-spacing: 0.1em;
}
h1{
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}
p.sitecopy{
	float: right;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
}

@media screen and (max-width:950px){
.sitecopy{
	display: none;
}
}

@media screen and (max-width:400px){
h1{
	font-size: 10px;
}
}

/* ************ グローバルナビゲーション ********************************************** */
#gnav{
	background: #fff;
}
.gnavps .innerbox{
	height: 5em;
	overflow: visible;

}

@media screen and (max-width:800px){
.gnavps .innerbox{
	height: 45px;
}
}

/* 画像 */
#gnav img{
	max-width: 100%;
	height: auto;
}

/* ---------- ロゴ ---------------------------------------- */
.logo{
	font-size: 1em;
	position: absolute;
	width: 6.25em;
	top:1em;
	left: 50%;
	margin-left: -3.1255em;
	z-index: 999999;
}

@media screen and (max-width:800px){
.logo{
	top:5px;
	width: 70px;
	margin-left: -35px;
}
}

@media screen and (max-width:600px){
.logo{
	left: 20px;
	margin-left: 0;
}
}

/* ---------- メニューボタン ---------------------------------------- */
.gnavps ul{
	list-style: none inside;
	width: 55em;
	line-height: 1em;
	margin: 0 auto;
	padding: 2em 0 0 0;
	position: relative;
	left: -2.5em;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	z-index: 99999;
}

@media screen and (max-width:800px){
.gnavps ul{
	display: none;
}
}

/* 各ボタン */
#gnav ul li:nth-child(1){
	width: 2.375em;
	padding-top: 0.1em;
}
#gnav ul li:nth-child(2){
	width: 4.25em;
	padding-top: 0.1em;
}
#gnav ul li:nth-child(3){
	width: 4.5em;
	padding-right: 12.5625em;
}
#gnav ul li:nth-child(4){
	width: 4.5em;
}
#gnav ul li:nth-child(5){
	width: 6.6875em;
}

/* ---------- ショッピングボタン ---------------------------------------- */
.btn_shopping{
	width: 8.125em;
	position: absolute;
	right:3.125em;
	top:0;
}

@media screen and (max-width:800px){
.btn_shopping{
	width: 70px;
	right:20px;
}
}


/* *****************************************************************************************************
　　　　　　　格納ナビゲーション
***************************************************************************************************** */
@media screen and (min-width:801px){
.hm_btn,.hm_menu_wrap{
	display: none;
}
}
@media screen and (max-width:800px){
.search-area{
	display: none !important;
}
.hm_btn,.hm_menu_wrap{
	display: block;
}
#cmsp_map {
    writing-mode: horizontal-tb !important;
}
}

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}

/* メニューボタン */
.hm_btn {
	position: fixed;
	width: 30px;
	height: 23px;
	cursor: pointer;
	z-index: 2;
	top:12px;
	right: 130px;
	z-index:9999999999;
}
.hm_btn::before {
	-webkit-box-shadow: #e60012 0 10px 0;
	box-shadow: #e60012 0 10px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 3px;
	background: #e60012;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
	

/* ----------格納領域--------------------------------------------------------------- */
.hm_menu_wrap {
	width :100%;
	background:rgba(0,0,0,0.50);
	position: fixed;
	top :45px;
	right: 0;
	left:0;
	bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: 0.7s;
	transition: 0.7s;
	box-sizing: border-box;
	overflow:hidden;
	visibility: hidden;
	z-index:9999999999991;
}
.hm_inner{
	position :absolute;
	top :0;
	left :0;
	bottom: 0;
	right: -19px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.hm_inner:before{
    content:"";
    display: block;
    padding-top: 80px;
}
.menucontent{
	box-sizing: border-box;
	padding: 0 0 0 0;
	width: 100%;
	position: absolute;
	top:-1000px;
	left: 0;
	bottom: 0;	
	-webkit-transition: top 0.7s;
	transition: top 0.7s;
	border: none;
}


/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
    opacity: 1.0;
    filter: alpha(opacity=100);
	visibility:visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
	opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
	height: 50px;
}

.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(5px, 9px, 0);
	transform: rotate(45deg) translate3d(5px, 9px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(5px, -9px, 0);
	transform: rotate(-45deg) translate3d(5px, -9px, 0);
}


/* ----------中身デザイン--------------------------------------------------------------- */
.menucontent ul,.menucontent li{
	list-style: none inside;
	padding: 0;
	margin: 0;
}
.menucontent ul{
	border-top:#e60012 solid 3px;
	border-bottom:#e60012 solid 3px;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	background: #fff;
}
.menucontent li{
	height: 40px;
	font-size: 12px;
	line-height: 1em;
}
.menucontent li a{
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 20px;
	border-bottom: rgba(255,255,255,0.30) solid 1px;
	color: #000;
}
.menucontent li a:hover{
	text-decoration: none;
}

@media screen and (max-width:600px){
.menucontent ul{
	padding-top: 20px;
	padding-bottom: 20px;
}
.menucontent li{
	width: 100%;
}
}

/* *****************************************************************************************************
　　　　　　　ショッピングナビゲーション
***************************************************************************************************** */
#shoppingnav{
	background: rgba(230,0,18,0.80);
	color: #fff;
}
#shoppingnav a{
	color: #fff;
}

/* 店舗名 */
#shopname{
	font-size: 1.125em;
	line-height: 1em;
}
#shopname a{
	display: block;
	width: 16em;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding-left:2.6em;
	margin: 0.61em 0 0.5em 0;
	background: url( https://file003.shop-pro.jp/PA01268/508/images/logoimg.png) no-repeat 0 0;
	background-size: contain;
	font-weight: normal;
}
#shopname small{
	display: inline-block;
	font-size: 0.67em;
	padding-left: 0.5em;
}

@media screen and (max-width:800px){
#shopname{
	font-size: 12px;
	line-height: 1em;
}
}

/* ---------- メニュー --------------------------------------------------------------- */
.shopmenu{
	box-sizing: border-box;
    padding-right: 3em;
    font-size: 1em;
    line-height: 1.5em;
    width: 42em;
    position: absolute;
    right: 0em;
    top: 0.3em;
}
ul.header-tools{
	list-style: none inside;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}

@media screen and (max-width:800px){
.shopmenu{
	padding-right: 1em;
	font-size: 10px;
	line-height: 1.5em;
	width: 36em;
	right:90px;
	top:0.4em;
	transform: scale(0.75);
	transform-origin: right 50%;
}
}

@media screen and (max-width:600px){
.shopmenu{
	width: 23em;
}
}

@media screen and (max-width:480px){
.shopmenu{
	display: none;
}
}

/* アイコン ------------------------ */
.header-tools li{
	padding-left: 2em;
}
.header-tools li:last-child{
	padding-left: 0;
}
.header-tools i{
	font-size: 1.5em;
	display: inline-block;
	margin-top: -0.2em;
	padding-left: 1.7em;
}

@media screen and (max-width:600px){
.header-tools li:nth-child(-n+3){
	box-sizing: border-box;
	padding-left: 4;
	width:1.5em;
	height: 1.5em;
	overflow: hidden;
}
}


/* ショッピングカート ------------------------ */
#shoppingnav .header-tools__unit-cart a{
	display: block;
	line-height: 1em;
	box-sizing: border-box;
	padding: 0.42em 1.2em 0.42em 4em;
	border-radius: 1em;
	color: #e60012;
	background: #fff url( https://file003.shop-pro.jp/PA01268/508/images/icon_cart.png) no-repeat 1em 0.2em;
	background-size: auto 1.5em;
}
/* カートアイコン */
.shopmenu i.fa-shopping-cart{
	display: none;
}

@media screen and (max-width:800px){
#shoppingnav .header-tools__unit-cart a{
	line-height: 1em;
	padding: 0.5em 1.2em 0.42em 4em;
	border-radius: 1em;
	background: #fff url( https://file003.shop-pro.jp/PA01268/508/images/icon_cart.png) no-repeat 1em 0.2em;
	background-size: auto 1.5em;
}
}

/* スマホ用 ------------------------ */
.shopmenusp{
	display: none;
}
ul.spiconmenu{
	margin: 0;
	list-style: none inside;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}

@media screen and (max-width:480px){
.shopmenusp{
	display: block;
	position: fixed;
	top:14px;
	right:170px;
	z-index: 9999999999999;
}
.shopmenusp i{
	font-size: 1.7em;
	display: inline-block;
	margin-top: -0.15em;
}
	
/* カートアイコン */
.spcart{
	width: 1.5em;
	line-height: 1.5em;
	margin-left: 0.5em;
	text-align: right;
}
.spcart img{
	max-width: 100%;
	height: auto;
}
}

/* *****************************************************************************************************
　　　　　　　フッター
***************************************************************************************************** */
#footer{
	background: #e60012;
	color: #fff;
	height: 30px;
}

/* コピーライト */
p.copyright{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}

@media screen and (max-width:480px){
.copyright{
	font-size: 10px;
	font-weight: normal;
}
}

@media screen and (max-width:400px){
.copyright{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
    -webkit-transform-origin:0 100%;
    -moz-transform-origin:0 100%;
    -ms-transform-origin:0 100%;
    -o-transform-origin:0 100%;
    transform-origin:0 100%;
}
}

/* ************ ショッピングフッター ********************************************** */
#shopfooter{
	width: 100%;
	position: relative;
	padding: 6.25em 0;
	border-top: #e60012 solid 1px;
}

/* ---------- お買い物ガイドここから ---------------------------------------- */
.footer_guide{
	padding-bottom: 6.25em;
	border-bottom: #e60012 solid 1px;
}
.footer_guide .innerbox{
	overflow: hidden;
	zoom:1;
	position: relative;
}
.guide_inner{
	width: 100%;
	position: relative;
}
.guide_cct{
	padding-top: 2.78em;
}

@media screen and (max-width:800px){
.guidebox{
	padding-bottom: 6.25em;
}
.footer_guide .innerbox .guidebox:last-child{
	padding-bottom: 0;
}
}

/* 見出し */
.guidebox h2{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #e60012;
}
.guide_cct h3{
	font-size: 1.125em;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* 段落 */
.guidebox p{
	padding-top: 1em;
}

/* レイアウト ------------------------ */
.footer_guide .guidebox:nth-child(1){
	float: left;
	width: 28.125%;
}
.footer_guide .guidebox:nth-child(2){
	position: absolute;
	left: 3.125em;
	bottom: 0;
}
.footer_guide .guidebox:nth-child(3){
	float: right;
	position: relative;
	width: 64.0625%;
}

/* 支払方法の中 */
.footer_guide .guidebox:nth-child(3) .guide_inner{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 7.875em;
	-webkit-column-gap: 7.875em;
	column-gap: 7.875em;
}
.footer_guide .guidebox:nth-child(3) .guide_inner .guide_cct:nth-child(2){
	padding-bottom: 10em;
}

@media screen and (max-width:800px){
.footer_guide .guidebox:nth-child(1){
	float: none;
	width: 100%;
}
.footer_guide .guidebox:nth-child(2){
	position: relative;
	left: 0;
}
.footer_guide .guidebox:nth-child(3){
	float: none;
	width: 100%;
}

/* 支払方法の中 */
.footer_guide .guidebox:nth-child(3) .guide_inner{
	-moz-column-count:1;
	-webkit-column-count: 1;
	column-count:1;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}
.footer_guide .guidebox:nth-child(3) .guide_inner .guide_cct:nth-child(2){
	padding-bottom: 0;
}
}

/* ---------- 送料表 ---------------------------------------- */
.footer_postage{
	padding-top: 6.25em;
}

/* 見出し */
.footer_postage h2{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding-bottom: 1em;
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #e60012;
}

/* テーブル ------------------------ */
.footer_postage table{
	width:100%;
	height: auto;
	border: none;
}
.footer_postage table tbody{
	width:100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 高さを揃える */
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.footer_postage table tr{
	width: 33.33%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 高さを揃える */
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
	border: none;
}
.footer_postage table td{
	width: 25%;
	box-sizing: border-box;
	padding: 1em 0;
	background: #dcdcdc;
	color: #000;
	border: #fff solid 1px;
}
.footer_postage table td:nth-last-child(2n){
	background: #666;
	color: #fff;
}

@media screen and (max-width:1050px){
.footer_postage table tr{
	width: 50%;
}
}

@media screen and (max-width:800px){
.footer_postage table tr{
	width: 100%;
}
}

@media screen and (max-width:480px){
.footer_postage table td{
	width: 50%;
}
.footer_postage table tr:last-child td:nth-last-child(-n+2){
	display: none;
}
}


/* ************ スクロールフッター ********************************************** */
#footertop{
	background: #eeeeee;
	color: #e60012;
}
#footertop .innerbox{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;

	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/* ---------- 会社情報 ---------------------------------------- */
.infobox{
	width: 25%;
}
/* 見出し */
.infobox h2{
	font-size: 1.125em;
	line-height: 2em;
	margin: 0;
}

/* 段落 */
.infobox p{
	font-size: 0.6875em;
	margin-bottom: 0;
}
.infobox p strong{
	font-size: 1.27em;
}

@media screen and (max-width:1000px){
.infobox{
	width: 30%;
}
}

@media screen and (max-width:600px){
.infobox{
	width: 100%;
	padding-bottom: 3em;
	text-align: center;
}
}

/* ---------- メニュー ---------------------------------------- */
.footermenu{
	width: 37.5%;
	overflow: hidden;
	zoom:1;
}

.footermenu ul{
	list-style: none inside;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
 	text-orientation: mixed;
	font-size: 0.875em;
	line-height: 3.43em;
	float: left;
	margin: 0;
}

@media screen and (max-width:1000px){
.footermenu{
	width: 45%;
}
}

@media screen and (max-width:800px){
.footermenu{
	width: 65%;
}
.footermenu ul{
	line-height: 3em;
}
}

@media screen and (max-width:600px){
.footermenu{
	width: 100%;
}
.footermenu ul{
	line-height: 3.43em;
}
}

@media screen and (max-width:480px){
.footermenu ul{
	font-size: 1.2em;
}
}

/* ロゴマーク */
.footerlogo{
	width: 12%;
	float: right;
}
.footerlogo img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:480px){
.footerlogo{
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 3em;
}
}

/* *****************************************************************************************************
　　　　　　　スライドショー
***************************************************************************************************** */
#supersized{
	top:5em !important;
}

@media screen and (max-width:800px){
#supersized{
	top:72px !important;
}
}

/* コントローラー */
#controls-wrapper{
	display: none !important;
}

/* *****************************************************************************************************
　　　　　　　サイドバー
***************************************************************************************************** */
#sidebar{
	font-size: 16px;
	line-height: 1.875em;
	padding-bottom: 100px;
}
#sidebar section{
	width: 100%;
	padding-top: 3.75em;
}
#sidebar a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width:1050px){
#sidebar{
	font-size: 10px;
	line-height: 1.875em;
}
}

@media screen and (max-width:800px){
#sidebar{
	font-size: 1em;
	line-height: 1.875em;
}
}


/* 見出し */
.sidettl{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 1em;
}
.sidettl .egttl{
	display: block;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 0.2em;
	font-family: 'Crimson Text', serif;
}

/* リスト */
#sidebar ul{
	width: 100%;
	box-sizing: border-box;
	list-style: none inside;
	margin: 0;
}
#sidebar li{
	width: 100%;
	box-sizing: border-box;
}

/* ************ 検索 ********************************************** */
.searchbox{
	width: 100%;
	box-sizing: border-box;
	padding: 1.4em;
	border: #e60012 solid 2px;
	overflow: hidden;
	line-height: 1em;
	position: relative;
}
.searchbox input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	padding-left: 3.5em;
	border: none;
	font-size: 1.05em;
}
.searchbox input[type="submit"]{
	display: block;
	font-size: 2.48em;
	width: 1em;
	line-height: 1em;
	font-family: FontAwesome;
	cursor: pointer;
	color: #e60012;
	position: absolute;
	left:0.49em;
	top:0.32em;
	border: none;
	background: none;
	padding: 0;
}

/* placeholder */
.searchbox input[type="text"]::-webkit-input-placeholder {
    color: rgba(230,0,18,0.50);
}
.searchbox input[type="text"]:-ms-input-placeholder {
    color: rgba(230,0,18,0.50);
}
.searchbox input[type="text"]::-moz-placeholder {
    color: rgba(230,0,18,0.50);
}

/* ************ カテゴリー ********************************************** */
#sidecate .sidettl{
	color: #e60012;
}

/* ---------- カテゴリーリスト ---------------------------------------- */
#sidecate li{
	border-bottom: #fff solid 1px;
}
#sidecate li:last-child{
	border-bottom: none;
}
#sidecate li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1em 1.5em;
	color: #fff;
	background-image: url( https://file003.shop-pro.jp/PA01268/508/images/ya01.png);
	background-repeat: no-repeat;
	background-position: right 1.25em top 50%;
}

/* カテゴリー1 ------------------------ */
.scate1 a{
	background-color: #e60012;
}

/* マウスオーバー */
#sidecate .scate1 li a:hover{
	background-color: #000;
	background-position: right 1.15em top 50%;
}

/* カテゴリー2 ------------------------ */
.scate2 a{
	background-color: #959595;
}

/* マウスオーバー */
#sidecate .scate2 li a:hover{
	background-color: #000;
	background-position: right 1.15em top 50%;
}

/* ************ お買い物ガイド ********************************************** */

/* ---------- ガイドリスト ---------------------------------------- */
#sideguide ul{
	border: #000 solid 3px;
	padding: 1em 0;
}
#sideguide li a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1em 1.5em;
	color: #000;
	background-image: url( https://file003.shop-pro.jp/PA01268/508/images/ya02.png);
	background-repeat: no-repeat;
	background-position: right 1.25em top 50%;
}

/* マウスオーバー */
#sideguide li a:hover{
	color: #e60012;
	background-image: url( https://file003.shop-pro.jp/PA01268/508/images/ya04.png);
	background-position: right 1.15em top 50%;
}


/* ************ 営業日のお知らせ********************************************** */

/* 見出し */
#sidecal .sidettl{
	color: #7d7d7d;
}

/* 背景 */
.side_section_cal{
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	background: #ececec;
}

/* カレンダー */
.tbl_calendar {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0.2em !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: none !important;
}
#sidecal .tbl_calendar {
  max-width: none;
}

/* セル色 */
td.mon,td.tue,td.wed,td.thu,td.fri,td.sat{
	background: #fff;
	border-radius: 50%;
}

/* 休日 */
.sun,.holiday{
	border-radius: 50%;
}

/* 注意書き */
.side_cal_memo{
	color: #e60012;
}
.side_cal_memo::before{
	display: inline-block;
	content:"●";
	font-size: 1.2em;
}

@media screen and (max-width:800px){
/* 横並び */
.side_cal{
	width:100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.tbl_calendar{
	width: 48%;
}
}

@media screen and (max-width:480px){
/* 横並び解除 */
.tbl_calendar{
	width: 100%;
}
}



/* *****************************************************************************************************
　　　　　　　メインカラム
***************************************************************************************************** */

/* 見出し */
.mainttl{
	font-size: 1.875em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 2.3em;
}
.mainttl .egttl{
	display: block;
	font-size: 2.572em;
	line-height: 1em;
	padding-bottom: 0.2em;
	font-family: 'Crimson Text', serif;
}

@media screen and (max-width:480px){
.mainttl{
	font-size: 1.5em;
	padding-bottom: 1.5em;
}
.mainttl .egttl{
	font-size: 2em;
}
}

/* 商品一覧リスト */
.prd-lst-unit {
    margin-bottom: 6.25em;
    padding: 0;
	padding-bottom: 0;
}

/* ************ 下層ページ ********************************************** */

/* 見出し */
.ttl-h2{
	font-family: "Sawarabi Mincho", "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #e60012;
	border-bottom: #e60012 solid 2px;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}

/* ボタン */
.btn-02 {
    border: 1px solid #e60012;
    background-color: #e60012;
    color: #fff;
    *background-color: #e60012;
}
.btn-02:hover {
    border: 1px solid #e60012;
    background-color: #e60012;
    color: #fff;
    *background-color: #e60012;
	opacity: 0.7;
}

/* 商品一覧 ------------------------ */
.grid-row ul.unstyled{
	width: 100%;
	position: relative;
	list-style: none inside;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.prd-lst-unit{
	width: 31%;
	padding-bottom: 6.25em;
	position: relative;
}
.prd-lst-unit span{
	display: block;
	width: 100%;
	position: relative;
}

@media screen and (max-width:480px){
.prd-lst-unit{
	width: 48%;
	padding-bottom: 3.125em;
}
}


/* 商品画像 */
a.prd_lst_link{
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
}
a.prd_lst_link img.prd-lst-img{
	max-width: 100%;
	height: auto;
}

/* 商品名 */
.prd-lst-name a{
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
.prd-lst-name a:hover{
	text-decoration: underline;
}

/* 商品簡易説明 */
.prd-lst-exp{
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

/* 商品価格 */
.prd-lst-price{
	font-size: 1.2em;
	line-height: 1em;
	color: #e60012;
}

/* ページネーション */
.prd-lst-pager ul.unstyled{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.prd-lst-pager li a {
    border: 1px solid #e60012;
    background-color: #e60012;
}
.prd-lst-pager li a:hover {
    border: 1px solid #e60012;
    background-color: #e60012;
	opacity: 0.7;
}
.sp-hm_menu li img{
    height: 15px;
}

/* SNSアイコン */
.sns-links{
	text-align: right;
	font-size: 30px;
	padding-top: 1.5%;
}
@media (max-width: 600px) {
	.infobox .sns-links{
        text-align: center !important;
    }
}
.infobox .sns-links{
	text-align: left;
}
.sns-links .twitter a{
	color: #08c !important;
}
.sns-links .instagram a img{
	height: 30px !important;
}
fuchsia
.sns-links .twitter a i {
	height: 15px;
}

.search-area {
  	display: inline-block;
  	padding-right: 10px;
    height: 25px;
}
.sp-search-area {
  	display: inline-block;
  	padding-right: 10px;
    height: 25px;
}
.center {
	text-align: center;
}

@media (min-width: 800px) and (max-width:1050px) {
	.instagram-media{
		display: none !important;
	}
}