@charset "euc-jp";

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

.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 #555;
  background-color: #555;
  color: #fff;
  *background-color: #555;
}

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

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

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

.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: #000;
    font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体" !important;
}

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

a:hover {
  color: #888888;
}

/* アイコン */
.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: 160%;
}

.midashi-h3 {
  clear: both;
  font-size: 18px;
  font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体" !important;
font-weight: normal;
  margin-bottom: 5px;
}
.ttl-h2 {
  margin:0 0 1.4em 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
  font-size: 160%;
  font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体" !important;
  font-weight:normal;
}
.ttl-h2-item {
  margin:0 0 1.4em 0;
  padding: 15px 0 15px 0;
  border-top: 1px solid #333;
  font-size: 160%;
font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3",  "ＭＳ Ｐ明朝", "細明朝体",  !important;
font-weight:500;
}

.ttl-h3 {
  margin:0 0 0 0;
  padding: 13px 0 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #bcac95;
  font-weight: normal;
}

.ttl-h4 {
  margin:20px 0 1.0em 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: bold;
  font-size: 120%;
  color:#666;
}

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

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 300px;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
  width: 100%;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}
.header-nav-login{
      position: absolute;
    top: 21px;
    right: 60px;
}
.header-nav-login .login_nav .icon{
  line-height:1.5;
}
.header-nav-login .login_nav .icon:before{
  display:none;
}
.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 8px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
.header-headline-nav li.login_nav{
margin-left:24px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #a4957f;
    text-decoration: none;
    font-weight: normal;
    padding-left: 0; /* 202007改修　*/
  }

.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;
  font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
}
  .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;
    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 1em 0 1em;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  font-weight:700;
}
.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;
}

.header-nav-lst-phone li.menu-etc {
  background: #fff !important;
}
.header-nav-lst-phone li.menu-product {
  background: f5f5f5 !important;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 13px 0;
 	border-bottom: 1px solid #e5e5e5;
 	padding-bottom:10px;
}
  .side-section li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
font-weight: normal;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }

  .side-section ul li img {
width: 60px;
height: 60px;
margin-right: 10px;
}
.side-section li a span {
    font-size:13px;
    margin-left:8px;
  }

.ranking-section {
  margin-bottom: 40px;
}
.ranking-section ul {
 	margin-top: 13px;
 	padding-bottom: 7px;
 	border-bottom: 1px solid #e5e5e5;
}
.ranking-section li {
  margin: 0;
 	padding-bottom:0;
}
  .ranking-section li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
font-weight: normal;
  }
  .ranking-section li a:hover {
    text-decoration: underline;
  }

.ranking-lst {position: relative;}
.rank-photo {
width: 65px;
height: 65px;
margin-right: 10px;
}
.rank-icon {
position: absolute;
}

  .incart-delivery {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 13px;
    color: #fff;
    background-color: #d52300;
    margin-bottom: 0 !important;
  }
 .incart-delivery:after {
                content: '';
                position: absolute;
                border-top: 10px solid #d52300;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                bottom: -9px;
                left: 5px;
}
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
    border-bottom: none !important;
  }
  .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 {
  padding-top: 10px;
  font-size: 84.615%;
  border-top: solid 1px #333;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .7em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

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

.eyecatch-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 0px;
  padding-bottom: 10px;
  word-break: break-all;
}

.info-block {
  line-height: 1em !important;
  border: solid 1px #333;
  margin-bottom: 40px;
  padding: 5px 10px 5px 10px;
}
.info-block hr {border-width: 1px 0 0 0; border: solid 1px #e8e8e8; padding: 0; margin:0;}
.info-block p {margin-top:10px;}

.event-block {
  margin-bottom: 40px;
}
.event-text-block {
  background: #ed588d;
  border: solid 2px #fff;
  padding: 15px 15px 15px 15px;
  color: #fff;
}


.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: 30px;
  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: 15px;
  font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
  font-weight: bold !important;
}
.prd-lst-exp {
  font-size: 12px;
margin-bottom: 6px;

}
.prd-lst-regular {
  font-size: 12px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #000;
  font-size: 15px;
  font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
}
.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 #555;
    background-color: #555;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #bcac95;
    background-color: #bcac95;
  }
  .prd-lst-pager li span {
    background-color: #f7f7f7;
    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;
  }

/* フッター */
#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 {
  display:none;
  margin-top: 60px;
  padding: 40px 0;
  background:url(https://file001.shop-pro.jp/PA01312/552/images/common/bg_notice.gif) center top;
  
}
.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;
  background:url(https://file001.shop-pro.jp/PA01312/552/images/common/bg_footer.gif) center top;
}

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

.footertxt {
    color: #fff;
  }
.footerlogo {
    margin:20px;
  }

/* ショップ紹介 */
.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%;
}

/* 取り扱い店舗 about */
.shop-spec-block table,
.about-spec-block table {
    width: 100%;
    border-top: 1px dotted #DBDBDB;
     margin: 30px 0 !important;
}

.shop-spec-table tr,
.about-spec-table tr {
    margin-bottom: 20px;
    border-bottom: 1px dotted #DBDBDB;
}

.shop-spec-table tr.cate {
    background-color:#f7f7f7;
}


.shop-spec-table th,
.about-spec-table th {
    width: 30%;
    border-top: none !important;
}

.shop-spec-table th,
.about-spec-table th {
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    border-top: none !important;
}


.table th, .table td {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    border-top: none !important;
    font-size:15px !important;
}


.shop-spec-table td,
.about-spec-table td {
    width: 50%;
    font-size:13px !important;
}

.shop-spec-table td,
.about-spec-table td  {
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

a.shop-address:link {

}

.map-button {
    font-size: 11px !important;
    border: solid 1px #333;
    padding: 1px 3px 0px 2px;
    white-space: nowrap;
}


/* よくあるご質問 */
.qtxt {
	color:#A4957F;
}
.atxt {
	color:#d89898;
	font-wight:bold;
}

.qa-block table {
    width: 100%;
    border-top: 1px dotted #DBDBDB;
     margin: 30px 0 !important;
}

.qa-table tr {
    margin-bottom: 30px !important;
    border-bottom: 1px dotted #DBDBDB;
}

.qa-table tr.q {
    background-color:#f7f7f7;
}


.qa-table th {
    width: 20px;
    border-top: none !important;
    font-size: 15px;
}
.qa-table td {
    width: 20px;
    border-top: none !important;
    font-size: 15px;
}

.shop-spec-table th {
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    border-top: none !important;

}


.table th, .table td {
    padding: 13px;
    vertical-align: middle;
    text-align: left;
    line-height: 160%;
    border-top: none !important;
}


.shop-spec-table td {

}

.shop-spec-table td {
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}




/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #fff;
  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;
}

/* about */

.aboutArea {
  margin-bottom: 30px;
  line-height: 1.8;
}

.aboutArea figure img {
    float: right;
    margin: 15px 0 15px 15px;
}

figure {
    margin: 0px;
}

/* 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 (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;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 0px 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;
  }

/* 取り扱い店舗 about */

.shop-spec-table th,
.about-spec-table th {
    width: 98%;
    display: block;
    border-top: none !important;
}

.shop-spec-table td,
.about-spec-table td {
    width: 98%;
    display: block;
    border-top: none !important;
    padding:0 0 10px 10px;
}

/* よくあるご質問 */

.qa-table th {
    width: 18px;
    border-top: none !important;
}

.qac-table td {
    border-top: none !important;
    padding:0 0 10px 10px;
}

/* about */

.aboutArea figure {
    width: 220px !important;
    float: none;
    margin: 15px 15px 15px 0;
}

.aboutArea figure img {
    width: 220px !important;
}


  /* フッター */
  #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;
    background: #fff;
  }

  .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;
    color: #555;
  }

  /* ========================================
        スマホかつ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;
}



form {
  margin: 0 !important;
}

.col {
  padding-right: 2% !imporatnt;
  padding-left: 0% !imporatnt;
}




.category-detail-block {
clear: both;
display: block;
margin-bottom: 30px;
font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体" !important;
font-weight: normal;
height: auto;
}
.category-detail-block p {line-height: 160%}

@media only screen and (max-width: 768px) {
.category-detail-block p br {display:none}

}



 /* ========================================
        吹き出し
  ======================================== */

.profile {
	clear: both;
	display: block;
	padding: 10px 10px 10px 5px ;
	background: #f9f9f9;
}

.ourstaff {
	clear: both;
	display: block;
	padding: 15px 15px 0px 15px ;
	background: #f9f9f9;
}

.ourstaff-h3 {
	margin: 0 0 10px 0;
	font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: normal;
}

.arrow_box {
	width: 90%;
	float: left;
	position: relative;
	padding: 10px;
	margin-bottom: 15px;
	background: #ffffff;
	border: 1px solid #bcac95;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.arrow_box:before {
	border-color: rgba(188, 172, 149, 0);
	border-right-color: #bcac95;
	border-width: 7px;
	margin-top: -7px;
}

.news-section {
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
}
.news-section h2 {
margin-top:40px; 
letter-spacing: 0.05em;
}
.news-section p {
font-size:15px; 
line-height:2em;
letter-spacing: 1px;
}
.news-section li {
font-size:15px; 
line-height:2em;
letter-spacing: 1px;
margin-bottom: 0.5em;
}

.category-lineup {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    text-align: center;
    margin-bottom: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    position: relative;
    line-height: 1em;
    height: 0.5em;
    clear: both;
    display: block;
}
.category-lineup span {
    font-size: 15px !important;
    font-family: "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "細明朝体";
    font-weight: bold;
    background-color: #FFF;
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
}



@media only screen and (max-width: 768px) {
.ourstaff img {width:30% !important; height:auto}
.ourstaff {text-align: center;}
.ourstaff-h3 {margin: 10px auto 10px auto;}
.arrow_box {text-align:left}
.arrow_box:after {
	border-width: 0;
	margin-top: 0;
}
.arrow_box:before {
	border-width: 0;
	margin-top: 0;
}
}

.event-list p {
  line-height: 160%;
}
.event-list a {
  text-decoration: underline !important;
}
.event-list ul {
margin: 0
}
.event-list li {
list-style-type:none; 
  background-color:#eee; 
  width: 100%; 
  padding: 10px 10px 10px 10px; 
  margin-bottom:5px;
  box-sizing: border-box;
}
.event-list li a {
  text-decoration: underline !important;
}



 /* ========================================
        取扱店舗
  ======================================== */

.shop-info-block {
	display: block;
	padding: 10px 10px 10px 5px ;
	margin: 7px 0 7px 0;
	background: #f9f9f9;
    line-height: 160%;
    height: 100%;
}

.shopinfo-h3 {
	margin: 0 0 10px 0;
	font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
}

 /* ========================================
        カテゴリートップ
  ======================================== */
.cate_body h1{
  margin: 0 0 48px;
}
.cate_body .main_read{
  margin-bottom: 20px;
}

.cate_sec{
  margin: 0 20px 60px;
}
.cate_sec h2{
  margin: 0 30px 20px;
  font-weight: normal;
}
.cate_sec .img{
  margin-bottom: 50px;
}
.cate_sec .img.img2{
  margin-bottom: 2px;
}
.cate_sec .img.mb0{
  margin-bottom: 2px;
}
.cate_sec .img.cap {
  font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.cate_sec .img.cap img{
  margin: 0 0 8px;
}
.cate_sec .read_txt{
  margin: 0 30px 40px;
  line-height: 2;
  font-size: 1.1em;
}
.cate_sec .read_txt span{
  display: block;
}

/* staff comment */
.arrow_box {
  width: 95%;
  float: right;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #bcac95;
  border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 6px;
  margin-top: -6px;
}
.arrow_box:before {
  border-color: rgba(188, 172, 149, 0);
  border-right-color: #bcac95;
  border-width: 7px;
  margin-top: -7px;
}

/* column */
h3.staff_comment{
  text-align: center;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 24px;
}
.wrap_cate_column{
  background: #f9f9f9;
  padding: 6px;
  margin-bottom: 50px;
}
.cate_column{
  border: 1px solid #bbb;
  padding-top: 15px;
}
.cate_column .category-detail-block{
  margin-bottom: 10px;
}

/* AKITO */
.cate_column.akito{
  padding: 15px 36px 8px;
}

.cate_column.akito h3{
  margin-bottom: 24px;
}
.cate_column.akito h3.staff_comment{
  margin-bottom: 40px;
}
.cate_column.akito h3.staff_comment span{
  font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.cate_column.akito h3.akito_ttl{
  margin-bottom: 5px;
}
.cate_column.akito .category-detail-block {
  margin-bottom: 20px;
}
.column_left{
  padding-right: 24px;
}
.column_right{
  padding-left: 24px;
}
.cate_column.akito p{
  margin-bottom: 24px;
}
.akito_read{
  font-family: YuGothic,"Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
}

a.shop-detail-link {
  text-decoration: underline  !important;
}

@media only screen and (max-width: 768px){
.cate_body h1{
  margin: 0 0 28px;
}
.cate_sec{
  margin: 0 10px 50px;
}
.cate_sec h2{
  margin: 0 0 20px;
  text-align: center;
}
.cate_sec h2 span{
  display: block;
  padding-left: 15px;
  line-height: 1.9;
}
.cate_sec .read_txt{
  margin: 0 0 25px;
}
.cate_sec .read_txt span{
  display: inline;
}
.cate_sec .read_txt br{
  display: none;
}
.cate_sec .img.img2{
  margin-bottom: 1px;
}
.cate_sec .img.cap{
  font-size: 0.9em;
}
.ourstaff .prd_lst_link img {
  margin-bottom: 20px;
}
.arrow_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow_box:after, .arrow_box:before {
  display: none;
}
.cate_column .ourstaff img{
  width: 50% !important;
}
.cate_column .bestseller-block{
  padding-bottom: 0;
}

/* AKITO */
.wrap_cate_column.akito{
  margin-left: -10px;
  margin-right: -10px;
}
.cate_column.akito{
  padding: 15px 16px 8px;
}
.cate_column.akito h3.staff_comment{
  font-size: 1.2em;
  margin-left: -15px;
  margin-right: -15px;
}
.cate_column.akito h3.staff_comment span{
  display: none;
}
.cate_column.akito .category-detail-block {
  margin-bottom: 5px;
}
.cate_column.akito h3{
  margin-bottom: 15px;
}
.cate_column.akito img{
  margin-bottom: 18px;
}
.column_left{
  padding-right: 0;
}
.column_right{
  padding-left: 0;
}

  .header-logo img{
    width:135px;
    height:auto;
    margin-left:-12px;
  }
}


	.entryerea {
	    display: block;
	    width: 100%;
	    margin: 40px auto;
	    text-align: center;
	}
	.entrybutton {
	    font-size: 16px;
	    font-weight: bold;
	    color: white !important;
	    text-decoration: none;
	    background: #000;
      min-width:200px;
	    padding: 15px 20px 13px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    white-space: nowrap;
      display:inline-block;
	}
@media only screen and (max-width: 768px) {
  	.entrybutton {
	    font-size: 15px;
  }
}
/* RINEN　*/
.rinenArea{
  overflow:hidden;
}
.rinenArea .rinen{
 	font-size: 24px;
   letter-spacing: 0.15em;
   line-height: 1.8;
  font-weight: 700;
  margin-bottom:30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  color: #666;
}
.rinenArea .rinenBox{
  border:1px solid #000;
  padding: 18px 15px;
  display:inline-block;
  margin-bottom:30px;
}
.rinenArea .rinenBox h5{
  text-align:center;
  font-size:120%;
  margin:0 0 15px;
}
.rinenArea ul{
    list-style: none;
    line-height: 2.2;
    margin: 0
}
.rinenArea .slogan{
 	font-size: 30px;
   letter-spacing: 0.15em;
  	font-weight: 700;
  margin-bottom:10px;
  line-height:2.8;
  text-align:center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
}
.rinenArea .mb20{
  margin-bottom:20px;
}
.rinenArea .img{
  margin-bottom:5px;
}
.rinenArea .name{
  font-size:85%;
  text-align:right;
  letter-spacing: 0.1em;
}
.rinenArea .name span{
  font-size:120%;
  margin-left:10px;
}
@media only screen and (max-width: 768px) {
  .rinenArea .row{
    margin-bottom:30px;
  }
}

/* ----------------------------------------
   商品まとめ
   ----------------------------------------*/

.matome-lead {
  	text-align: center;
  margin-bottom: 40px;
}

.matome-lead p {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
    line-height: 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
      font-size:18px !important;
      letter-spacing: 0.025em !important;
      line-height: 1.8em !important;
}

.matome-lead p small {
      font-size:15px !important;
      letter-spacing: 0.025em !important;
      line-height: 1.8em !important;
}


/* ----------------------------------------
   記念誌インタビュー
   ----------------------------------------*/
.kinenshi_interview .mv{
margin-bottom:40px;
}
.kinenshi_interview .interview_lead{
margin-bottom:40px;
font-size:15px;
line-height:1.8;
padding:0 20px;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
    border: solid 1px #999;
    padding: 20px 25px;
}
.kinenshi_interview .body{
margin-bottom:50px;
padding:0 20px;
}
.kinenshi_interview .body .img{
margin-bottom:50px;
}
.kinenshi_interview .body .interview_q{
margin-bottom:30px;
font-size:15px;
font-weight:bold;
}
.kinenshi_interview .body .interview_a{
margin-bottom:50px;
  min-height:60px;
}
.kinenshi_interview .body .interview_a p:before{
content:'';
display:block;
float:left;
background:url('https://img05.shop-pro.jp/PA01312/552/etc/mizukami_icon.png?cmsp_timestamp=20180410214104') no-repeat left top;
background-size:60px;
width:60px;
height:60px;
margin:0 18px 15px 0;
}
.kinenshi_interview .body p{
line-height:1.8;
letter-spacing:0.01em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
}
.kinenshi_interview .tsuzuku{
  text-align:right;
}

.pagenation{
font-size: 15px;
font-weight: bold;
margin-bottom:40px;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
}
.pagenation a{
text-decoration:underline;
}
.interview_navi{
text-align:center;
}
.interview_navi li{
display: inline-block;
color: #999;
font-size: 16px;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
}
.interview_navi li a{
  color: #000;
font-weight: bold;
}
.interview_navi li:first-of-type:after{
  content: '|';
margin:0 15px;
}



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



/* 取扱店舗タブ用 */
.select_shop{
display:flex;
flex-wrap: wrap;
margin:0 0 10px;
}
.select_shop li{
display:block;
margin:0 10px 10px 0;
}
.select_shop li.active a{
background:#555;
border:1px solid #555;
color:#FFF;
flex-shrink: 0;
}
.select_shop li a{
display:block;
border:1px solid #333;
padding:10px 24px;
font-weight: bold;
font-size: 14px;
transition: all .3s ease;
}
.select_shop li a:hover{
color:#000;
background:#e8e8e8;
text-decoration:none;
}
.select_shop li.active a:hover{
background:#555;
border:1px solid #555;
color:#FFF;
}
@media screen and (max-width: 1024px) {
.select_shop li{
margin:0 4px 10px 0;
}
.select_shop li a{
padding:10px 12px;
}
}
@media screen and (max-width: 768px) {
.select_shop li{
display: block;
margin: 0 1% 5px 0;
width: 49%;
text-align:center;
}
.select_shop li a{
padding:10px 5px;
}
}


.onlySP{
  display: none;
}
@media screen and (max-width: 768px) {
  .onlyPC{
    display: none;
  }
  .onlySP{
    display: block;
  }
}



/* for メディア掲載　*/
.wrap_media{
	letter-spacing:-0.4em;
}
.wrap_media > .text-block{
	float:none;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
  margin:0 0 40px;
  padding:0 2% !important;
  width:25%;
}
.wrap_media > .text-block img{
  height:180px !important;
  width:auto !important;
}
@media screen and (max-width: 980px) {
  .wrap_media > .text-block{
    width:50%;
  }
  .wrap_media > .text-block img{
    object-fit: cover;
  }
  .wrap_media > .text-block p strong{
    font-size:13px;
  }
}

/* for 澤田屋を知る　*/
.sawataya_history_list{
  margin:0;
}
.sawataya_history_list li{
  list-style:none;
  margin:0 0 60px;
}
.sawataya_history_list li .ttl{
  font-size:18px;
  text-align:center;
}

@media screen and (max-width: 768px) {
 .sawataya_history_list li .ttl{
  font-size:16px;
   text-align:left;
}
}

/* サイドバーSNSリンク*/
.side_sns ul{
  display:flex;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0 0;
}
.side_sns li{
  margin: 0 20px 0 0;
  list-style:none;
  font-size:24px;
}
.side_sns li img{
  width:25px;
  height:auto;
}
@media screen and (max-width: 768px) {
.side_sns ul{
  justify-content: center;
}
.side_sns li{
  margin: 0 20px;
  font-size:28px;
}
  .side_sns li img{
  width:28px;
  height:auto;
}
}


/* ヘッダー周り設定*/
.header-headline-nav{
  padding-right:0;
}
.header_bg_box{
  background:rgba(255,255,255,0.7);
  overflow:hidden;
  width:616px;
  padding:10px;
  float:right;
  box-sizing:border-box;
}
.header-headline-nav .header_bg_box{
  padding:15px 15px 5px  10px;
}
.header-headline-nav .header_bg_box li a{
  color:#000;
}
.header-global-nav .header_bg_box ul{
  margin:0;
  padding-right:5px;
  float:right;
}
.header-global-nav li{
  padding: 4px 15px 0px;
  border-right: 1px solid #000;
}
.header-global-nav li:last-of-type{
  border-right: none;
}


/*　〇〇円で送料無料が2つ出る対策　*/
.incart-delivery li:nth-of-type(n+2){
  display:none;
}
/*　フッターに三角がいる対策　*/
.incart-delivery:after{
  display:none;
}


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