@charset "euc-jp";

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

form {
  margin: 0;
}

.row {
  max-width: 1170px;
}
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;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}


/* ========================================
      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 {
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  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;
  }

/* パンくずリスト */
.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,
.new-item-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: 13px;
}
.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;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #ecd783;
    background-color: #ecd783;
  }
  .prd-lst-pager li span {
     border: 1px solid #ecd062;
    background-color: #ecd062;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li:first-child span,.prd-lst-pager li:first-child a{
   font-size:80%;
    min-width: 20px;
    height: 20px;
    margin-top:3px;
    padding: 0 .5em;
    line-height: 20px;
  }
  .prd-lst-pager li:last-child span,.prd-lst-pager li:last-child a{
   font-size:80%;
   min-width: 20px;
    height: 20px;
    margin-top:3px;
    padding: 0 .5em;
    line-height: 20px;
  }
/* 商品のページャー タブレット スマホ */
.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;
  }

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.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;
}
.common_username{
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 17px;
  font-weight: 600;
  color: #109346;
}

/* フッター背景 */
.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 */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.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;
  }

/* sns */

.sns-lst {
  list-style: none;
  margin-top: 2em;
}
.sns-lst li{
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}
.sns-lst li:last-child{
  margin: 0;
}
.sns-lst li img{
  width: 100%;
}
/* ========================================
      PCかつRetinaの場合
======================================== */
@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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .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: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    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 (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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .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 {
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    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;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .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 (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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .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;
}

/*  レスポンシブ用
-------------------------------------------------------------*/
/*  pcのみ  */
@media screen and (min-width: 1100px) {
  .sp {display: none !important;}
}
/*  spのみ  */
@media screen and (max-width: 1099px) {
  .pc {display: none !important;}
}

#wrapper{position: relative;}
#wrapper.top{width: 100%; max-width: 100%;}
#wrapper .inner{width: 1100px; margin: 0 auto;}

#container{padding-top: 246px !important; width: 1100px;}
#container.top .col-lg-3{width: 230px;}


@media screen and (max-width: 1099px) {
  #wrapper {padding: 132px 0 0;}
  #wrapper .inner{width: 100%; margin: 0 auto;}
  #container{padding: 0 20px !important; width: 100%;}
  #container{width: 100%; box-sizing: border-box;}

}

/* =================================================================
3.ヘッダー
=================================================================*/
#header {width: 100%; height: 215px; position: absolute; top: -100px; margin-top: 100px;  transition: top 300ms; background: #ffffff; padding-top: 0px; font-family: "ヒラギノ角ゴ Pro"}
#header .inner{margin: 0 auto;}
#header img{display: inline-block;}
#header ul{list-style: none; margin: 0px;}
#header p{margin: 0px;}
#header h1{margin: 0px;}
#header h1 img{width: 115px;}
#header .top-box{width: 100%; background: #faf8dd; height: 56px; display: flex; align-items: center;}
#header .top-box .message{font-size: 15px; font-weight: bold; color: #221e1f; margin: 0px 18px 0 0;}
#header .top-box .inner{display: flex; align-items: center;}
#header .top-box ul{display: flex; align-items: center; list-style: none; background: #f2a121; border-radius: 4px; width: 588px; height: 38px; padding: 0px 12px 0; color: #ffffff; margin: 0 25px 0 0;}
#header .top-box li:nth-child(1){font-size: 19px; font-weight: bold; margin-right: 19px; letter-spacing: 0.01em;}
#header .top-box li:nth-child(1) img{margin-right: 3px; vertical-align: middle; position: relative; top: -2px;}
#header .top-box li:nth-child(2){font-size: 13px; padding-right: 15px; border-right: 1px solid #fff; letter-spacing: 0.07em;}
#header .top-box li:nth-child(3){font-size: 13px; padding-left: 15px; letter-spacing: 0.07em;}

#header .middle-box{padding-top: 11px; padding-bottom: 11px; background: #ffffff;}
#header .middle-box .seo-text{font-size: 12px; margin-bottom: 9px; color: #221e1f; line-height: 1;}
#header .middle-box .flex-area{display: flex; justify-content: space-between;}

#header .middle-box form{display: none;}

#header .menu {display: flex; border-right: 1px solid #dbdbdb; height: 62px;}
#header .menu li {border-left: 1px solid #dbdbdb;}
#header .menu li a{display: flex; justify-content: center; align-items: center; flex-direction: column; width: 95px; font-size: 12px; line-height: 1;}
#header .menu li span{padding-top: 10px; display: block;}

#header .menu .member-regist{position: relative;}
#header .menu .member-logout:before {content: url(https://file003.shop-pro.jp/PA01464/267/images/fukidashi.png); position: absolute; left: -243px; top: 5px;}

#header .nav-area {background: #109346;}
#header .nav {width: 1100px; margin: 0 auto; display: flex; align-items: center; height: 46px;}
#header .nav li{letter-spacing: 0.07em;}
#header .nav li a{font-weight: bold; font-size: 16px; color: #fff;}

#header .nav .arrow{position: relative; display: flex; align-items: center; height: 46px;}
#header .nav .arrow::after{content: ''; display: inline-block; width: 6px; height: 6px; border: 0px; border-top: solid 1px #fff; border-right: solid 1px #fff; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: -4px; margin-left: 7px;}

#header .nav li:nth-child(1){padding-left: 49px; margin-right: 110px; width: 176px;}
#header .nav li:nth-child(2){margin-right: 112px; width: 122px;}
#header .nav li:nth-child(3){margin-right: 110px; width: 52px;}
#header .nav li:nth-child(4){margin-right: 122px; width: 126px;}

#header .nav li{position: relative;}
#header .nav .sub{display: none; position: absolute; background: #f4f4f4; top: 46px; height: 414px; width: 1100px; left: 0px;}
#header .nav .sub-inner{display: flex; padding: 52px 0px 20px 40px;}
#header .nav .sub a{font-size: 14px; color: #221e1f; font-weight: normal; letter-spacing: 0;}
#header .nav .sub ul{margin-right: 30px; width: 232px;}
#header .nav .sub .sub-inner ul:nth-child(2){width: 240px;}
#header .nav .sub .sub-inner ul:nth-child(3){width: 250px;}
#header .nav .sub .sub-inner ul:nth-child(4){margin-right: 0px;}

#header .nav .sub li:nth-child(1){padding: 0px; margin-right: 0px; width: 100%;}
#header .nav .sub li:nth-child(2){padding: 0px; margin-right: 0px; width: 100%;}
#header .nav .sub li:nth-child(3){padding: 0px; margin-right: 0px; width: 100%;}
#header .nav .sub li:nth-child(4){padding: 0px; margin-right: 0px; width: 100%;}

#header .nav .sub li{margin-bottom: 2em;}

#header .nav li:nth-child(2) .sub{left: -335px; height: 200px;}
#header .nav li:nth-child(3) .sub{left: -569px; height: 350px;}

#header .nav .sub.open{display: block;}

/*  追従時のみ  */
#header.sticky {position: fixed; top: 0; margin-top: 0; height: 50px;}
#header.sticky .top-box{display: none;}
#header.sticky .seo-text{display: none;}
#header.sticky .middle-box form{display: block; width: 468px; display: flex; align-items: center; margin-right: 32px;}
#header.sticky .middle-box .search-select{width: 230px; margin-right: 8px; margin-bottom: 0px;}
#header.sticky .middle-box .flex-area-inner{display: flex; justify-content: flex-end; align-items: center;}

#header.sticky #inline-content{display: block; visibility: visible;}
#header.sticky #inline-content .close-button-area{display: none;}

#header.sticky .menu li{width: 86px;}
#header.sticky .menu .member-regist:before{display: none;}

#header.sticky .menu .common_username{display: none;}

.modaal-close{display: none;}

/*  pcのみ  */
@media screen and (min-width: 1000px) {
  #header .nav a.arrow.open:after{ -ms-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); margin-top: 4px;}
}

/*  spのみ  */
@media screen and (max-width: 1099px) {
  #header{height: 132px; overflow: hidden;}

  #header .top-box{height: 42px;}
  #header .top-box ul{display: none;}
  #header .top-box img{width: 174px;}
  #header .top-box .message{font-size: 13px; margin: 0px; padding-top: 3px;}
  #header .top-box .inner{padding: 0 15px 0 8px; justify-content: space-between;}

  #header .middle-box{padding-bottom: 11px;}
  #header .middle-box .seo-text{font-size: 11px;}
  #header h1 img{height: 45px; width: auto;}
  #header .middle-box .inner{padding: 0 8px 0 14px; box-sizing: border-box;}

  #header .menu {border: none; height: auto;}
  #header .menu li {margin-left: 23px; border: none; }
  #header .menu li a{border: none; width: auto; font-size: 10px;}
  #header .menu li img{height: 25px;}
  #header .menu li span{padding-top: 4px;}

  #header .nav-area{display: none;}

  #header.sticky {height: 67px;}
  #header.sticky .menu li{width: auto;}

  #header.sticky .middle-box{padding-bottom: 11px;}
  #header.sticky #inline-content{display: none; visibility: hidden;}

  /*  menu  *//*  button  */
  #head_submenu { transform: translateX(100%); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); visibility: hidden;}
  #head_submenu.open { transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); visibility: visible;}

  /*  head submenu  */
  #head_submenu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 997;}
  #head_submenu .head {position: fixed; width: 100%; top: 0; right: 0; bottom: 0;  background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); overflow-y: scroll; padding-top: 50px;}
  #head_submenu .head .close-button{position: absolute; right: 15px; top: 15px;}

  /*  animation  */
  #menu_button,
  #menu_button span,
  #head_submenu,
  #head_submenu #submenu_left ul li a,
  #head_submenu #submenu_right ul li a,
  #head_menu ul li a { transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s;}

  .close-button img{width: 22px;}

  .modaal-container{ border-radius: 2.5px;}
  .modaal-content-container{padding: 20px 20px 50px;}
  .close-button-area{text-align: right;}
  .close-button-area img{height: 20px; display: block;}
  .close-button-area a{display: inline-block;}
  .close-button-area .form-area{}
  .modaal-content-container .form-area .search-box{width: 100%; height: 55px; margin-bottom: 30px;}
  .modaal-content-container .form-area .search-btn{width: 100%; position: inherit; text-indent: 0; left: 0; top: 0; height: 55px; background-color: #daf3db; float: none; background-image: none;}
  .modaal-content-container .search-select{height: 55px;}

}

/* =================================================================
3.サイドバー
=================================================================*/
#sidebar{width: 230px; float: left;}
#sidebar h3{background: #daf3db; height: 44px; display: flex; align-items: center; padding-left: 16px; box-sizing: border-box; color: #221e1f;}
#sidebar ul{list-style: none; margin: 0px;}

.search-select{height: 40px; color: #b4b4b4; border-color: #e9e9e9; margin-bottom: 16px;}
.form-area{position: relative;}
.form-area .search-box{width: 200px; height: 30px; border-color: #221e1f; border-radius: 0px; font-size: 13px; padding: 4px 14px; display: block; float: none;}
.form-area .search-btn{background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-search.png); border: none; display: block; width: 20px; height: 20px; position: absolute; text-indent: -9999px; right: 10px; top: 10px;}

#sidebar .side-banner{margin-top: 54px; margin-bottom: 92px; display: block;}
#sidebar .side-banner img{display: block;}

#sidebar .search-category li a{font-size: 14px; color: #221e1f; display: flex; align-items: center; letter-spacing: -0.05em;}

.calender-area{border: 1px solid #cccccc; box-sizing: border-box; padding-top: 24px;}
#sidebar .calender-area h3{font-size: 18px; background: none; height: auto; display: block; padding: 0px; margin: 0px 0 14px; text-align: center; color: #221e1f;}
.calender-area .hours{font-size: 14px; text-align: center; margin-bottom: 20px; margin-bottom: 18px;}
.calender-area .tbl_calendar{max-width: 189px; margin: 0 auto 30px;}
.calender-area .supplement{font-size: 10px; padding: 0 0px; max-width: 189px; margin: 0 auto 20px;}

/*  spのみ  */
@media screen and (max-width: 1099px) {
  #sidebar{width: 100%;}
  #sidebar h3{font-size: 16px; height: 50px; margin-bottom: 0px; margin-top: 11px; position: relative;}
  #sidebar h3::after{content: ''; display:  block; width: 6px; height: 6px; border: 0px; border-top: solid 1px #221e1f; border-right: solid 1px #221e1f; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); right: 15px; position: absolute; top: 20px;}
  #sidebar h3.active:after{ -ms-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); top: 23px;}

  #sidebar h3 + ul{display: none;}
  #sidebar h3 + ul.active{display: block; margin-top: 10px;}

  #sidebar .side-section{ box-sizing: border-box; padding: 0 20px; margin-bottom: 0px;}
  #sidebar .common_username{ margin-bottom: 5px;}
  #sidebar .side-menu{display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px;}
  #sidebar .side-menu img{height: 18px; margin-right: 7px;}
  #sidebar .side-menu li {width: 50%; padding-right: 5px; box-sizing: border-box; margin-bottom: 10px;}
  #sidebar .side-menu li:nth-child(even){padding-right: 0px; padding-left: 5px;}
  #sidebar .side-menu li a{background: #efefef; display: flex; justify-content: center; align-items: center; height: 55px; padding: 0px;}

  #sidebar .side-bottom-menu{background: #f4f4f4; padding: 50px 20px; margin-top: 40px;}
  #sidebar .side-bottom-menu li{text-align: center; margin-bottom: 32px;}
  #sidebar .side-bottom-menu li:last-child{margin-bottom: 31px;}
  #sidebar .side-bottom-menu .tel{background: #f2a121; text-align: center; padding: 19px 0 10px;}
  #sidebar .side-bottom-menu .tel img{width: 18.5px; margin-right: 3px;}
  #sidebar .side-bottom-menu .tel .number{font-size: 22px; color: #fff; font-weight: bold; margin-bottom: 6px;}
  #sidebar .side-bottom-menu .tel p{color: #fff; font-size: 17px;}
  #sidebar .side-bottom-menu .tel .time{margin-bottom: 9px;}
 
    .calender-area h3{font-size: 28px; background: none; height: auto; display: block; padding: 0px; margin: 0px 0 14px; text-align: center; color: #221e1f;}
  .calender-area .tbl_calendar{max-width: 74%;}
    .calender-area .supplement{font-size: 12px; max-width: 74%;}

  .side-banner.sp{margin: 0 auto 40px; display: block;}
  .side-banner.sp img{display: block; width: 100%;}
  .side-banner.sp h3{text-align: center;}
}

/* =================================================================
5.フッター
=================================================================*/
#footer {padding-top: 110px; background: #fff;}
#footer h2{border-bottom: 2px solid #221e1f; padding-bottom: 11px; margin-bottom: 44px;}
#footer h3{background: #daf3db; height: 40px; display: flex; align-items: center; padding-left: 16px; box-sizing: border-box; color: #221e1f; font-size: 18px; letter-spacing: 0.09em; margin: 0 0 33px; padding-top: 2px;}
#footer ul{list-style: none;}

#footer .back-to-top {margin-bottom: 82px;}
#footer .back-to-top a{width: 100%; background: #f8f8f8; text-align: center; position: relative; display: block; color: #221e1f; font-size: 13px; height: 64px; box-sizing: border-box; padding-top: 17px; letter-spacing: 0.1em;}
#footer .back-to-top a::before{content: ''; display: block; width: 8px; height: 8px; border: 0px; border-top: solid 1px #221e1f; border-right: solid 1px #221e1f; -ms-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); margin: 0 auto 5px;}

#footer .guide-process{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 18px;}
#footer .guide-process li{width: 238px; font-size: 14px; color: #221e1f; position: relative; margin-bottom: 35px;}
#footer .guide-process li::after{content: ''; display: block; width: 17px; height: 17px; border: 0px; border-top: solid 2px #d1d1d1; border-right: solid 2px #d1d1d1; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin: 0 auto; position: absolute; right: 0px; top: 22%;}
#footer .guide-process li:nth-child(4n)::after{display: none;}
#footer .guide-process li img{display: block; margin: 0 auto 17px;}
#footer .guide-process li h4{text-align: center; font-size: 14px; color: #221e1f; margin: 0 0 15px; line-height: 1;}
#footer .guide-process li h4 strong{font-size: 22px;}
#footer .guide-process li p{width: 216px; margin: 0 auto; letter-spacing: 0.1em;}

#footer .guide-link{display: none;}

#footer .noshi{text-align: center; font-size: 14px; margin-bottom: 68px;}
#footer .noshi a{color: #b31717; text-decoration: underline; letter-spacing: 0.1em;}

#footer .bottom-area{display: flex; justify-content: space-between;}
#footer .bottom-area .box{width: 510px; margin-bottom: 38px;}

#footer .bottom-area .box h3{margin-bottom: 24px;}
#footer .bottom-area .box p{font-size: 14px; margin: 0px;}
#footer .bottom-area .box strong{font-size: 15px; font-weight: normal; color: #b31717;}
#footer .bottom-area .box a{text-decoration: underline;}

.footer-menu{border-top: 1px #cecece solid; padding-top: 32px; margin-top: 36px;}
.footer-menu .pc-menu{display: flex; justify-content: center; margin: 0px auto 0px; width: 660px; flex-wrap: wrap; list-style: none; line-height: 33px; margin-bottom: 41px;}
.footer-menu .sp-menu{display: none;}
.footer-menu li{margin-right: 1em; color: #221e1f; letter-spacing: 0.08em;}
.footer-menu .logo{display: block; width: 124px; margin: 0 auto 43px;}
.footer-menu .logo img{display: block; margin: 0 auto;}
.footer-menu .copy{text-align: center; font-size: 12px; color: #221e1f;}

/*  spのみ  */
@media screen and (max-width: 999px) {
  #footer h2{margin-bottom: 34px;}
  #footer h3{height: 50px; margin-bottom: 18px;}
  #footer .inner{padding: 0 20px; box-sizing: border-box;}
  #footer .bottom-area{flex-direction: column;}
  #footer .bottom-area .box{width: 100%;}

  .footer-menu{width: 89.334%; margin: 0 auto;}
  .footer-menu .pc-menu{display: none;}
  .footer-menu .sp-menu{display: flex; list-style: none; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
  .footer-menu .sp-menu ul{width: 150px; margin: 0px;}
  .footer-menu .sp-menu ul:nth-child(1){width: 170px; margin-right: 20px;}
  .footer-menu .sp-menu li{list-style: none; margin: 0 0 21px 0; font-size: 14px;}

  #footer .back-to-top {margin-bottom: 59px;}
  #footer .back-to-top a{height: 79px; font-size: 15px; padding-top: 22px;}
  #footer .back-to-top a::before{width: 12px; height: 12px; border-top: solid 2px #221e1f; border-right: solid 2px #221e1f;}

  #footer .guide-process{margin: 0px;}
  #footer .guide-process li{display: flex; width: 100%; align-items: center; margin-bottom: 53px;}
  #footer .guide-process li img{width: 83px; height: 83px; margin: 0px 25px 0 0;}
  #footer .guide-process li h4{text-align: left; font-size: 17px; margin-bottom: 8px;}
  #footer .guide-process li p{font-size: 13px; letter-spacing: 0; width: 100%;}
  #footer .guide-process li::after{ width: 15px; height: 15px; left: 0; top:  auto; bottom: -28px; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg);}
  #footer .guide-process li:last-child{margin-bottom: 32px;}

  #footer .noshi{text-align: left; font-size: 13px; margin-bottom: 48px;}

  #footer .sample-yohaku{display: none;}
  #footer .bottom-area .box p{font-size: 13px;}
  #footer .bottom-area .about-sample a{display: none;}

  #footer .bottom-area .guide-link{list-style: none; margin: 39px 0px 63px; display: block;}
  #footer .bottom-area .guide-link li{margin-bottom: 20px;}
  #footer .bottom-area .guide-link a{display: block; background: #daf3db; height: 55px; text-align: center; padding-top: 17px; box-sizing: border-box; text-decoration: none; position: relative; width: 275px; margin: 0 auto;}
  #footer .bottom-area .guide-link a::after{content: ''; display: inline-block; width: 6px; height: 6px; border: 0px; border-top: solid 1px #221e1f; border-right: solid 1px #221e1f; -ms-transform: rotate(135deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 16px; top: 22px;}

  .footer-menu {padding-top: 22px;}
  .footer-menu .logo{width: 100px; margin-bottom: 20px; margin-top: 10px;}
  .footer-menu .logo img{width: 100px; }

  .footer-menu .copy{font-size: 14px; margin-bottom: 30px;}

}

/* お問い合わせ */
.contact-banner-area {background: url(https://file003.shop-pro.jp/PA01464/267/images/contact-area-bg.jpg); clear: both; height: 236px; padding-top: 73px; box-sizing: border-box; margin-bottom: 110px;}
.contact-banner-area h2{text-align: center; color: #ffffff; font-size: 24px; margin-bottom: 33px; line-height: 1; margin: 0 0 33px;}
.contact-banner-area a{display: block; width: 264px; height: 50px; text-align: center; background: #fff; margin: 0 auto; padding-top: 15px; box-sizing: border-box; position: relative;}
.contact-banner-area a::after{content: ''; display: inline-block; width: 6px; height: 6px; border: 0px; border-top: solid 1px #221e1f; border-right: solid 1px #221e1f; -ms-transform: rotate(135deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 16px; top: 22px;}

@media screen and (max-width: 999px) {
  .contact-banner-area{background: none; padding: 0px; height: auto; margin-bottom: 60px;}
  .contact-banner-area a{height: auto; width: 100%; padding: 0px;}
  .contact-banner-area img{display: block; width: 100%; height: 100%;}
  .contact-banner-area a::after{display: none;}
}


/*  slick共通  */
.slick-prev, .slick-next{width: 36px !important; height: 36px !important; top: 38% !important;}
.slick-prev:before{content: "" !important; width: 36px !important; height: 36px !important; display: block !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-prev.jpg) !important; opacity: 1 !important;}
.slick-next:before{content: "" !important; width: 36px !important; height: 36px !important; display: block !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-next.jpg) !important; opacity: 1 !important;}

.slick-prev{left: 3px !important; z-index: 10 !important;}
.slick-next{right: 3px !important; z-index: 10 !important;}

/*  spのみ  */
@media screen and (max-width: 999px) {
  .slick-prev, .slick-next{width: 30px !important; height: 30px !important; top: 30% !important;}
  .slick-prev:before{width: 30px !important; height: 30px !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-prev-sp.jpg) !important; background-size: cover !important;}
  .slick-next:before{width: 30px !important; height: 30px !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-next-sp.jpg) !important; background-size: cover !important;}
  .slick-prev{left: -3px !important; z-index: 10 !important;}
  .slick-next{right: -3px !important; z-index: 10 !important;}
}

/* 最近チェックした商品 */
.checked-area h2{margin-top: 0px; margin-bottom: 23px;}
.checked-area .checked-area-item-list {padding: 0px;}
.checked-area .checked-area-item-list img{border: 1px solid #e9e9e9; width: 178px; height: 178px;}
.checked-area .checked-area-item-list .box {padding: 0 21px;}
.checked-area .checked-area-item-list .box h3{margin: 10px 0 5px; font-size: 16px; font-weight: normal;}
.checked-area .checked-area-item-list .box h3 img{display: inline-block !important; height: auto;}
.checked-area .checked-area-item-list .box p{font-size: 14px; margin-bottom: 0px; line-height: 1;}

@media screen and (max-width: 999px) {
  .checked-area{margin-bottom: 60px;}
  .checked-area h2{margin-bottom: 9px;}
  .checked-area .checked-area-item-list .box{padding: 12px;}
  .checked-area .checked-area-item-list img{height: auto;}
  .checked-area .checked-area-item-list .box h3{font-size: 14px;}
  .checked-area .checked-area-item-list .box p{font-size: 13px;}
  .checked-area .slick-prev, .checked-area .slick-next{width: 30px !important; height: 30px !important; top: 34% !important;}
  .checked-area .slick-prev{left: 0px !important; z-index: 100 !important;}
  .checked-area .slick-next{right: 0px !important; z-index: 100 !important;}
  .checked-area .slick-prev:before{content: "" !important; width: 36px !important; height: 36px !important; display: block !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-prev.jpg) !important; opacity: 1 !important;}
  .checked-area .slick-next:before{content: "" !important; width: 36px !important; height: 36px !important; display: block !important; background: url(https://file003.shop-pro.jp/PA01464/267/images/icon-next.jpg) !important; opacity: 1 !important;}
}


