@charset "euc-jp";
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a{
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover{
	opacity: 0.8;
}

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

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

.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 {
  bottom: 20px;
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop img {
  width: 100%;
  height: auto;
}


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

body {
  	background: url(https://img21.shop-pro.jp/PA01451/983/etc/back_white.jpg?cmsp_timestamp=20200729232404);
  font-family:  "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

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

a:hover {
  color: #5e5e5e;
}

.discription{
  	padding: 6px 0 0 0;
  color: #fff;
}

.discription a{
	color: #fff;
  	text-decoration: none;
}

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

.icon:before {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.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 { display: none;margin: 2px 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:20px 0 1em 0;
  color: #333333;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5em;
  padding: 5px 20px;
  background-color: #eeeeee;
}

.ttl-h3 {
  margin-bottom: .7em;
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #000;
  font-weight: normal;
  font-size: 124%;
}

#container {
  z-index: 101;
  padding-top: 20px;
}

/* スライダー */

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

/*付加画像*/
.unstyled li{
	position: relative;
  margin: 0 0 20px 0;
}

.icons{
	position: absolute;
 	top: -3px;
    left: -5px;
}

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

#header-wrapper{
  background: #000;
  height: 55px;
}

.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: none;
  width: 200px;
  padding: 51px 0 0 10px;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  	width: 1000px;
	margin: 35px auto 0 auto;
}

.header-global-nav ul{
   margin: 0 0 0 160px;
  	text-align: left;
   letter-spacing: normal;
}

  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-headline-nav li a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #585856;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid #FFF;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header-global-nav a:hover,
.header-global-nav span:hover{
	border-bottom: 1px solid #999;
	color: #999;
  	opacity: 1;
}
.header-global-nav ul ul li a:hover{
	background: #ffe1e1;
}
    .header-global-nav ul ul {
      z-index: 999;
      position: absolute;
      top: 24px;
      left: -9px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin: 0 0 0 20px;
      text-align: left;
    }
      .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;
        border-bottom: 0;
      }


/* スマホ用ヘッダーメニュー */
.cp_cont,.header-nav-phone{
display: none;
}
/*PIROTスマホメニュー
.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;
}
*/

.unstyled{
display: flex;
  flex-wrap: wrap;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
  background: #FFF;
  padding: 15px;
}
.side-section li {
  margin: 5px 0 15px 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: none;
    color:#ccc;
  }
  .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: 10px 0px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    margin-top: 10px;
    padding-left: 10px;
  }

.side-section .unstyled li,.product-info-lst ul li{
width: 100%;
}

/* パンくずリスト */
.topicpath-nav {
  margin: 15px 5px 0 5px;
  font-size: 84.615%;
  justify-content: flex-start;
}
  .topicpath-nav li {
    display: inline;
    margin: 0 .2em 0 0;
  }
.topicpath-nav li br{
display: none;
}
  .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: 20px;
  padding-bottom: 0px;
  word-break: break-all;
}

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

.info-block ul li{
 width: 100%;
}

.news {
  padding: 0px 0 5px 0;
  border-bottom: 1px dotted #ccc;
}

.news-date {
  padding-right: 10px;
  display: block;
  padding: 0px;
  margin-top: -10px;
}

.main-section {
 background: #FFF;
  padding: 5px 15px;
}

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

.prd-lst-unit {
  margin-bottom: 15px;
  padding: 0 18px;
}

.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;
}
.prd-lst-name a{
  color:#000;
  text-decoration: none;
}

.prd-lst-name a:hover{
  color:#ccc;
  text-decoration: none;
}

.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;
}

.product-list{
  justify-content: space-around;
}

.product-list li{
  width: 31%;
  padding: 0;
}

/* 商品のページャー 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 #990000;
    background-color: #990000;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #cc0000;
    background-color: #cc0000;
  }
  .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 ul {
  justify-content: space-between;
}
  .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: 93px;
  height: 107px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 200;
}
.notice-wrapper {
  margin: 0;
  padding: 20px 0;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 45.5%;
  *width: 45.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

.foot-notice{
  padding: 20px 0;
  background: #f9f9f9;
}

.foot-notice-box{
  width: 80%;
  max-width: 1170px;
  margin: 0 auto 20px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.foot-notice .foot-notice-left{
	flex: 1; 
  	margin: 0 30px 0 0;
}

.foot-notice .foot-notice-right{
	width: 42%;
}

.foot-notice .foot-notice-left img,.foot-notice .foot-notice-right img{
  width: auto;
}

.foot-notice h3 img{
	width: 200px !important;
  	height: auto !important;
}

/* フッター背景 */
.footer-wrapper { background: url(https://img21.shop-pro.jp/PA01451/983/etc/back_fotter.jpg) repeat; text-align:center; color:#FFF; text-align:left;}
.footer-wrapper .inner { width: 1000px;margin: 0 auto;padding:80px 40px;}
.footer-wrapper .inner div { display:inline-block; vertical-align:middle;} 
.footer-wrapper .logoarea { display:block; margin:0 auto; width:315px; padding:0px 0 0 15px; margin:0px auto 0px;}
.footer-wrapper .logoarea img, .footer-wrapper .logoarea p { display: inline-block; vertical-align:middle;}
.footer-wrapper .logoarea p { text-align:left; font-size:19px; line-height:1.6; padding-left:1em; font-weight:700;}

.footer-wrapper .inner div.box { width:330px; line-height:2;}
.footer-wrapper .inner div.box p{margin: 0;}
.footer-wrapper .inner div.box p.tel { color:#aba166; line-height:1; margin-bottom:20px;}
.footer-wrapper .inner div.box p.tel a { font-size:34px; color:#aba166; font-family: 'Lora', serif;}
.footer-wrapper .inner div.link { width:260px; }
.footer-wrapper ul li { display:block; background:url(https://img21.shop-pro.jp/PA01451/983/etc/fotter_icon.png) no-repeat center left; padding-left:15px;margin: 0 0 6px 0;}
.footer-wrapper a { color:#FFF; display:inline;}
.footer-wrapper ul {margin: 0;}

.footer-wrapper .copy { display:block; background:none; padding:0; background:#FFF; padding:15px;}

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

/*
 * footer 2020.07.04
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

#footer_i{
  width: 100%;
}

.footer_inner {
  max-width: 90%;
  margin: 0 auto;
}

h2.footer_checked_heading {
  border-bottom: 1px solid #000;
}

  .footer_lists {
    padding: 0 5px 5px;
  }

.footer_list {
  width: 112px;
  padding: 0;
  margin: 0 6px 0 0;
  text-align: center;
}

.footer_list:last-child{
margin: 0;
}

.footer_list_img {
  margin: 0;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  width: 1170px;
  margin: 15px auto 40px auto;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_checked_lists li:last-child{
margin: 0 0 10px 0;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: <{$key_color}>;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: <{$sub_key_color}>;
}

.footer-nav{
	background: #f9f9f9;
  	padding: 20px 0;
}

.footer-nav ul{
  width: 80%;
	max-width: 1170px;
  	margin: 0 auto 10px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer-nav ul li{
	list-style: none;
  	margin: 0 8px;
}

.footer-nav ul li a{
	color: #333;
}

.footer-nav ul li:after{
 	content: '|';
  	padding: 0 0 0 12px;
}

.footer-nav ul li:last-child:after{
 	content: '';
}

/* footerバナー */

.footer-nav-banner{
	background: #f9f9f9;
  	padding: 20px 0;
}

.footer-nav-banner ul{
  width: 90%;
	max-width: 1170px;
  	margin: 0 auto 10px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer-nav-banner ul li{
	list-style: none;
  	margin: 0 8px;
}

/* ショップ紹介 */
.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 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  border-left: 5px solid #666666;
  margin-bottom: 10px;
}
.def-lst-dd {
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0 0 0 10px;
  line-height: 1.6em;
}
  .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;
}
.freepage h1{
  font-size: 22px;
  padding-left: 16px;
  border-left: 7px solid #000;
}
.freepage h2{
  font-size: 18px;
  padding: 15px 0px 5px 65px;
  margin-top:20px;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-image: url("https://img21.shop-pro.jp/PA01451/983/etc/icon_crown.png?cmsp_timestamp=20200727234959")
}

.freepage_nav{
  width: 100%;
  list-style: none;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.freepage_nav li{
  width: 30%;
  margin: 0 0 12px 0;
  background-color: #eee;
  line-height: 1.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.freepage_nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  padding: 15px;
}


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

.sp_header{
display: none;
}

/*年齢確認画面カスタマイズ*/
#main_i {
border: none;
padding-top: 0;
}
#main_i form {
background: url(https://img21.shop-pro.jp/PA01451/983/etc/age_alcohol01.png?cmsp_timestamp=20200801160127) no-repeat center top;
padding-top: 180px;
}
#main_i form img {
display: none;
}
#validation_select_yes,
#validation_select_no {
margin: 20px;
}
#validation_select_yes a,
#validation_select_no a {
color: #fff;
text-decoration: none;
padding: 20px 40px;
background: #E47911;
border-radius: 8px;
}
#validation_select_no a {
background: #ccc;
}

#validation_select_yes a:hover,
#validation_select_no a:hover {
text-decoration: none;
opacity: 0.9;
}
#validation_txt_sub_i {
margin-bottom: 30px;
}
#logo_i a {
text-decoration: none;
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  body{
  font-family: 'Noto Serif JP', serif;
   font-weight: 500;
  }
  #wrapper{
  margin: 60px 0 0 0;
  }
  
  .sp_header{
	display: block;
    position: fixed;
    width: 100%;
    height: 30px;
    background: #333;
}
  
  .ttl-h2{
  font-weight: 600;
  }
  
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  #header-wrapper{
  background-image: url(https://img21.shop-pro.jp/PA01451/983/etc/spirits_top.jpg?cmsp_timestamp=20200801155427);
  background-repeat: no-repeat;
  background-size: cover;
  height:107px;
}
  .header-logo{
  width: 30%;
  padding: 0;
  }
  .discription{
  padding: 15px 0 0 20px;
  }
  .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;
  }
  
  /*ナビ＝＝＝＝＝＝＝＝ */
.header-nav-phone,.header-headline-nav{
display: none;
}
  .cp_cont a{
  color: #fff;}
.cp_cont { height:60px; width:100%; display:block; z-index:1000; position: fixed; top: 0px;background: #000; }
.cp_cont h1 { width:152px; height:38px; margin:10px 0 0 10px;}
.cp_cont p.mail { background: #990404; position: absolute; z-index:1000; top: 0px; height:60px; width:60px; right: 61px; display:block; }
.cp_cont p.mail:after { display: inline-block; vertical-align: middle;  bottom: 9px; line-height:8px; content: "お問合せ";
font-size: 9px; left: 0px; text-align:center; color:#FFF; position: absolute; transform: scale(0.8); width: 100%;
background-repeat: no-repeat; background-position: center center;}
.cp_cont p.mail .far { text-align:center; font-weight: normal; font-size: 30px; color:#FFF; margin-top: 10px; display: block; }

/* スマホメニューリスト */
.menulistbox { position: absolute; z-index:1000; top: 15px; height:60px; width:38px; right: 10px; display:block; }

/* スマホメニューリストト一覧 */
.menulistbox .cp_menu { position: fixed; top: 0px; right:0; left:0; display:none; width: 100%; height: 100%; background: rgba(0,0,0,0.85);
cursor: pointer; -webkit-transition: 0.53s transform; opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s;  }

/* スマホメニューリストト中身 */
.menulistbox .cp_menu ul { margin: 50px 0 0; padding: 0;}
.menulistbox .cp_menu li { list-style: none; font-size:14px;}
.menulistbox .cp_menu li a { display: block; text-align:center; padding: 5px; text-decoration: none; position:relative; color: #ffffff; }

/* スマホメニューリストボタン位置*/

/* スマホメニューリスト開き */
.menulistbox .cp_menu_open { display:block; opacity: 1; transform: translate(0, 0); }

/* スマホメニューリスト一覧 */
.menulistbox button.cp_button,
.menulistbox button.cp_button span { display: inline-block;  transition: all .4s;  box-sizing: border-box;
 display: block; cursor: pointer; outline: none; border: none; }
.menulistbox button.cp_button {background: none;position: relative;width: 34px;height: 30px;position: absolute; z-index:2001;}
.menulistbox button.cp_button span { position: absolute; left: 0; width: 100%; height: 4px; background: #fff; }
.menulistbox button.cp_button span:nth-of-type(1) { top: 0;}
.menulistbox button.cp_button span:nth-of-type(2) {top: 13px;}
.menulistbox button.cp_button span:nth-of-type(3) { bottom: 0;}

.menulistbox button.cp_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg); top: -8px;}

.menulistbox button.cp_button.active span:nth-of-type(2) {  opacity: 0;}
.menulistbox button.cp_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: -6px;
  }
.menulistbox button.cp_button.active span { background: #fff !important; }
  
    .foot-notice-box{
  width: 100%;
  padding: 15px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  }
  
  .foot-notice .foot-notice-right{
  width: 100%;
   margin: 0;
  }
  .foot-notice .foot-notice-left img, .foot-notice .foot-notice-right img{
  width: 100%;
  height: auto;
  }
  
  .footer-nav ul, .footer-wrapper .inner{
  width: 100%;
  }
  
  .footer-wrapper .inner{
  display: flex;
    padding: 40px 15px;
  }


  /* ========================================
        タブレットかつ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) {
 #header-wrapper{
  background-image: url(https://img21.shop-pro.jp/PA01451/983/etc/spirits_top.jpg?cmsp_timestamp=20200801155427);
  background-repeat: no-repeat;
  background-size: cover;
  height: 107px;
}
  .discription{
  width: 83%;
  font-size: 10px;
  padding: 15px 0 0 15px;
  }
  .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: 0px;
    border-bottom: 1px solid #dbdbdb;
  }
  
  .info-block,.bestseller-block{
    margin: 0;
  	border: none;
  }

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

  .header-logo {
    width: 30%;
    padding: 8px 0 0 0;
    margin: 0;
  }

  /* スライダー */
  .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: 10px;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
    padding: 10px;
  }
  .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: 15%;
    height: 13%;
    position: fixed;
    right: 30px;
    bottom: 20px;
  }
  .footer-wrapper {
    margin: 0;
    padding: 0 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;
  }
  
.footer-wrapper { width: 100%;text-align: center;}
.footer-wrapper .inner { padding:40px 0 8px 0; width:auto;display: block;}
.footer-wrapper .inner div { display:block;} 
.footer-wrapper .logoarea { display:block; margin:0 auto; width:auto; padding:0px; margin:0px auto 0px;}
.footer-wrapper .logoarea img, .footer-wrapper .logoarea p { display: block; margin:0 auto 20px; }
.footer-wrapper .logoarea p { text-align: center; font-size:3.5vw; padding-left:0em; }

.footer-wrapper .inner div.box { width:auto; }
.footer-wrapper .inner div.box p.tel { margin-bottom:20px;}
.footer-wrapper .inner div.box p.tel a { font-size:34px; color:#aba166; font-family: 'Lora', serif;}
.footer-wrapper .inner div.link { width:auto; margin-top:3em; }
.footer-wrapper ul li { text-align: left; background:url(https://img21.shop-pro.jp/PA01451/983/etc/fotter_icon.png) no-repeat center left 20px #000; border-top:1px solid #949494;margin: 5px ;padding:5px 0 3px 40px;}
.footer-wrapper a { }
.footer-wrapper ul {}

.footer-wrapper .copy { display:block; background:none; padding:0; background:#FFF; padding:15px;}
  
  .foot-notice-box{
  width: 100%;
  padding: 15px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  }
  .foot-notice .foot-notice-left{
  width: 100%;
   margin: 0;
  }
  .foot-notice .foot-notice-left img, .foot-notice .foot-notice-right img{
  width: 100%;
  height: auto;
  }
  .footer-nav{
  display: none;
  }
  #footer_i{
  display: none;
  }
  
  .footer-nav-banner ul{
  flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .footer-nav-banner ul li{
  width: 20%;
    margin: 0 8px 8px 0;
  }
  
  #logo_i{
  margin: 20px 0;
    padding: 0;
  }
  #main_i{
    width: 90%;
    margin: 15px auto;
    padding: 30px 0;
  }
  #validation_select_yes, #validation_select_no{
  margin: 0;
  }
  
  .freepage_nav li{
  width: 100%;
  }
  
  .topicpath-nav{
  margin: 10px 5px 0 5px;
  }
  
  /* ========================================
        スマホかつ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 screen and (max-width: 450px){
  #header-wrapper{
  height: 70px;
  }
  .header-logo{
  width: 40%;
  }
}

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

.red{color:#cc0000;}
