@charset "euc-jp";
javascript:void(0)
#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 #FF3333;
  background-color: #FF3333;
  color: #fff;
  *background-color: #FF3333;
}
.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #FF3333;
  background-color: #FF3333;
  color: #fff;
  *background-color: #FF3333;
}
.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: 55px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}

#header2024 {max-width: 1100px; margin: 0 auto; padding: 14px;}
#header2024 ul {margin: 0; list-style:none;}
#header2024 .block {display:flex; justify-content: space-between;}
#header2024 .header-logo { width: 180px;}
#header2024 .header-logo img {max-width: 100%;}
#header2024 .cart-account {display:flex; flex-direction:row-reverse; margin: 12px 0; align-items: center;}
#header2024 .account ul {display:flex; justify-content: space-between;}
#header2024 .account ul li {display:block; margin-right:36px;}
#header2024 .suggest-tel {display:flex; justify-content:space-between; width:740px;}
#header2024 .suggest-tel .header_phone {padding: 0 1em; font-size: 16px; line-height: 32px;
    background: #d6271e; color: white; border-radius: 5px; font-weight: bold; }
#suggest {width: 350px;}
#suggest  input[type=text] {background-image: url('https://sinano.co.jp/store/img/loupe.png'); background-repeat: no-repeat; background-position: right; height:32px; margin:0; padding:0;}
#suggest_keyword {line-height:32px; border:2px solid grey; border-radius:4px;}
#ui-id-1 {z-index:10000; background-color:#fff; list-style:none; width:334px; padding-left:8px; box-shadow: 5px 10px 20px rgba(0,0,0,.3);}
#ui-id-1 li {font-size:14px; line-height:32px; cursor:pointer;}				
.ui-helper-hidden-accessible {display:none;}
@media screen and (max-width: 980px) {
　#header2024 {margin-bottom: 20px;}
 #header2024 .header-logo {width: 270px; padding-top:4px;}
 #header2024 .block {justify-content: space-between;}
 #header2024 .info {display: flex;  flex-direction: row-reverse; justify-content: space-between; align-items: center; margin-right: 50px; width: 420px;}
 #header2024 .suggest-tel {width:350px;}
 #suggest {width: 98%;}
}
@media screen and (max-width: 768px) {
#header2024 {margin-bottom: 0px; padding: 14px 0 0 0 ;}
#header2024 .block {display:block}
#header2024 .header-logo {display:flex; justify-content: space-between; width: 100%;}
#header2024 .store-logo { width: 270px; margin-left:4%;}
#header2024 .info {justify-content: space-evenly; width:100%; }
#header2024 .cart-account {margin: 0 0 10px 0;}
#header2024 .suggest-tel {width:74%;}
#suggest {width:100%; margin-bottom: 10px;}
	.header-nav-lst-phone { margin-top: 40px; }
.nav-btn-phone {margin-top: -20px;}
#header2024	.hide {display:none !important;}
}


/* ヘッダーのスタイリング */
.menu2024 {color: #fff; padding: 0 25px; right: 0; top:17px; position: fixed; z-index: 9999;}
/* ハンバーガーボタンのスタイリング */
.menu2024 input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute;}
.menu2024 .hamburger {display: block; width: 26px; height: 42px; position: relative; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index:300;}
.menu2024 .hamburger span,
.menu2024 .hamburger span::before,
.menu2024 .hamburger span::after {position: absolute; display: block; content: ""; width: 100%; height: 2px; background-color: #000; transition: all 0.5s;}
.menu2024 .hamburger span::before {top: -10px;}
.menu2024 .hamburger span::after {bottom: -10px;}
.menu2024 input[type="checkbox"]:checked + .hamburger span {background-color: transparent;}
.menu2024 input[type="checkbox"]:checked + .hamburger span::before {top: 0; transform: rotate(45deg);}
.menu2024 input[type="checkbox"]:checked + .hamburger span::after {bottom: 0; transform: rotate(-45deg);}
/* メニューのスタイリング */
.nav2024 {position: fixed; width: 220px; height: 360px; top: 6px; right: -120%; background-color: #fff; color: #fff; transition: all 0.5s; z-index: 200; border-radius: 20px}
.nav2024 ul	{padding-top:50px; margin:0; list-style: none;}
.nav__item a {display: block; color: #000; font-size: 16px; padding: 16px 0 0 30px; text-transform: uppercase; text-decoration: none;}
.nav__item a:hover {color: #000; background-color: #fff; opacity: 0.7;}
input[type="checkbox"]:checked ~ .nav2024 {right: 0;}

/* PC navメニューのスタイリング */
#nav_pc {max-width: 1100px; margin: -40px auto 0 auto; padding: 0 14px;}
#nav_pc .menu {max-width: 700px; display: flex; justify-content: end; margin: 0 2px 0 auto; position: relative;}
#nav_pc .menu > li {height: 30px; line-height: 30px; text-align: right; list-style: none; padding-left:40px;}
#nav_pc .menu > li:hover {background-color: #fff;}
#nav_pc .menu > li a {display: block; color:#000; text-decoration: none;}
#nav_pc .category_drop {position: relative;}
#nav_pc .category_drop .menu_second {visibility: hidden; width: 300px; background-color: #fff; position: absolute; top: 30px; left: 0; text-align: left; list-style: none; z-index:200; box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);}
#nav_pc .category_drop .menu_second li {padding: 6px 20px;}
#nav_pc .category_drop  .menu-second li a:hover {opacity: 0.7;}
#nav_pc .category_drop:hover .menu_second {visibility: visible;}

/* ======   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: #4d4d4d;
  text-decoration:none;
  opacity:0.7;
}

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

.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;
  padding: .1em 0 .1em .5em;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
  border-left: 6px solid #ccc;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-weight: normal;
  font-size: 124%;
}

#container {
    padding-top: 20px
}

/* スライダー */

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

/* ヘッダー */
#header-wrapper{
  background-color: rgba(255,255,255,0.5);
  z-index:1;
}
#header-wrapper .container{
	width: 100%;
}
#header {
  position: relative;
  z-index: 102;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  background-color: white;
}
.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;
  }

.sindan_banner {
  text-align: center;
  margin-top: 20px;
}
.sindan_banner img {
  width: 65%;
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 20px;
}
.side-section li {
  margin: 15px 0px 0px 10px;
}
  .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;
  }
  .incart-delivery {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d6271e;
    width: 93%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    /* padding: 2px 0; */
    padding: 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;
  }
 .side-section .check-img,  .side-section .check-name  {
    width: 180px; 
   display: block;
  }
 .side-section .osusume_tokushu .img {
  width:180px;
  margin-bottom: 20px;
}

/* パンくずリスト */
.topicpath-nav {
  padding: 0;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

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

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  padding-bottom: 20px;
  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: 15px 0 20px 0;
    text-align: center;
}

.prd-lst-unit {
  margin-bottom: 20px;
  padding: 0 2%;
  height: 370px;
}
@media only screen and (min-width: 769px) and (max-width: 899px){
 .prd-lst-unit {
  height: 330px;
  }
}
.prd-lst-img {
  background: #fff;
  padding: 0;
}
.prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.prd-lst-exp {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #b81717;
  font-size: 14px;
  text-align: center;
}
.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 #FF3333;
    background-color: #FF3333;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #FF3333;
    background-color: #FF3333;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

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

/* フッター */
html {
    scroll-behavior: smooth;
}
.go-up {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 14px;
    bottom: 100px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    opacity: 0.7;
}
.go-up_arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translatey(20%) rotate(-45deg);
}


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

/* フッター背景 */
.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;
}

/* カレンダー */
.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;
  }


/* FreePage Shimozaki */
table.qapage td {
    border-bottom: 1px dotted gray;
    line-height:200%;
}  
table.qapage th { background: lightgray;}
.qapage a { color: blue;}
div#QandA-1 dt {
    padding: 30px 0 10px;
    font-size: larger;
 　 clear: both;
}
div#QandA-1 a { color: blue;}
div#QandA-1 dt::before {
    content: "Q. ";
    font-size: 20px;
    /* color: red; */
    font-weight: bold;
}

.grp-lst-name {
    display: block;
    margin: 4px 0;
    padding: 0;
    font-size: 14px;
}
.grp-lst-unit a {
    display: block;
    padding: .0em 0.5em;
    color: #4d4d4d;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 6px;
}
.grp-lst-unit {display: block;}
.col-lg-4 {
    width: 33.3333333%;
    *width: 30.4%;
}
.col {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    word-break: break-all;
    *padding-right: 1% !important;
    *padding-left: 1% !important;
}
.tax10 {
    margin: 0 0 1em 0;
    padding: .1em 0 .1em .5em;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    background-color: lightgoldenrodyellow;
    border: 2px solid brown;
    padding: 20px;
  }
.news_table {
    width: 100%;
    font-size: 14px;
    color: #565656;
    margin: 0 auto 30px;
    border-collapse: collapse;
    border-spacing: 0;
}
.news_table td, .news_table th {
    padding: 8px;
    border: 1px solid #ccc;
}  
.odd {  background: #f0f1f2;}
.even {  background: #fff;}

.reviewnote {
  width: 80%;
    max-width: 650px;
    padding: 0.5em 1.5em 0;
    background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
    background-size: auto 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    margin: 0 2em 1.7em;
}
.reviewnote > p { margin: 0 0 2rem; }

p.reviewtytle:before { content: "★";}
p.reviewtytle {
    font-size: x-large;
    font-weight: bold;
}

p.reviewinfo {
    float: right;
    font-weight: bold;
}
p.reviewtytle { border-bottom: double 6px lightsalmon;}

.erabikata_tytle {
    background: #E9516A;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFFCE1;
}
.erabikata_achtung{
    background: #F6B5C0;
    padding: 5px 10px;
    border-radius: 5px;
}

/* FreePage 原 */
.choice_wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	}
.sindan_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.sindan {
	background: #CDD8D8;
	border-radius: 10px;
	margin: 10px;
	padding: 15px;
}
.sindan p {
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
}
.sindan a { 
  color: black;
}
.choice {
	background: #809DA4;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
}
.choice a {
  color:white;
}
.choicesmall {
	background: #CDD8D8;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
}
.choicesmall a {
	color:black;
}
.choicemttl{
  background:#F6B5C0;
  padding:5px 10px;
  clear:both;
}
.grip-choice {
  	background: #CEF9DC;
	border-radius: 5px;
	margin: 7px;
  	padding: 10px;
}
.grip-choice-tue {
	margin-right: 50px;
  	padding: 3px;
}

.clr_rd{
  background: #E9516A;
}  
.clr_rd a, .clr_gry a {
  color:white;}
.clr_gry{
  background: #809DA4;}

 /* ストアガイドナビ sd_yamamoto */
.wrap{
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.sg_box{
  box-sizing: border-box;
  flex: 0 1 calc((100% / 3) - 10px); /* カラム間の隙間の分を引く */
  padding: 10px;
  margin-top: 10px; /* カラム間の隙間 */
  margin-left: 10px; /* カラム間の隙間 */
  display: flex; /* テキスト上下中央揃え */
  background: #ddd;
  border-radius: 6px;
  color: #4d4d4d;
  box-shadow: 1px 1px 1px #a09e9e;
}
 .sg_box a{
  color: #4d4d4d;
  display: block;
}

/* kokomade freepage */
}


/* ========================================
      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%;
  }
  #container {
    /*　padding-top: 90px;　*/
    padding-top: 10px
  }
    /* ヘッダー */
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .sg_box{
  flex: 0 1 calc((100% / 2) - 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);
    }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
    #container {
    /*　padding-top: 120px;　*/
    padding-top: 0px
    overflow:hidden;
  }
  .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-sp {
    margin-right: -2px;
    margin-left: 2px;
    margin-top: 2px;
    line-height: 26px;
  }
  .icon-cart-sp .icon:before {
    background-image: url('https://sinano.co.jp/store/img/cart.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;
  }

  /* スライダー */
  .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%;
  }
  .checked-item {
    display: flex;
    flex-wrap: wrap;
  }
  .checked-item li {
    width: 50%;
  }
  .side-section .check-img,  .side-section .check-name  {
   width: 98%; 
   margin: 0 1%;
  }
  .side-section  .osusume_tokushu {
   display: flex; 
   flex-wrap: wrap;
    justify-content: space-between;
    max-width:500px;
    margin:0 auto;
  }
  .side-section .osusume_tokushu .img {
    width: 48%;
    margin: 14px 0;
  }
 
  .side-erabikata ul {
    display: flex; 
   flex-wrap: wrap;
    justify-content: space-between;
    max-width:500px;
    margin:0 auto;
  }
 .side-erabikata ul li  {width: 48%; margin: 14px 0;}
  .side-section ul li a {padding: 0;}
  .side-erabikata ul li img {width: 100%;}

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }
  
  /* ヘッダー */
#header-wrapper .container {
  	padding: 0;
}
.header-logo img {
    max-width: 200px;
    margin-top: 30px;
    margin: 4px 0 10px 0;
  }
  .incart-delivery {
    width: 86%;
  }
  /* フッター */
  .go-up {
    height: 44px;
    width: 44px;
    right: 8px;
    bottom: 60px;
  }
  #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 0px;
    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;
  }


  /* 原：追加 */
  .prd-lst-img-info {
  background: #fff;
  padding: 0 0px 0 0px;
}
  .prd-lst-img-info:hover {
    opacity: 0.8;
  }
.prd-lst-unit-info {
  margin-bottom: 60px;
  padding: 0 0px 0 0px;
}
.prd-lst-name-info {
  margin: 5 5px 5 5px;
  padding: 0;
}
  
/* FreePage Shimozaki */
table.qapage td {
    border-bottom: 1px dotted gray;
}  
  
.news_table {
    width: 100%;
    font-size: 14px;
    color: #565656;
    margin: 0 auto 30px;
    border-collapse: collapse;
    border-spacing: 0;
}
.news_table td, .news_table th {
    padding: 8px;
    border: 1px solid #ccc;
}  
p.reviewinfo {
    float: none;
  margin:0;
}

/* FreePage 原 */
.choice_wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	}

.sindan_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.sindan {
	background: #CDD8D8;
	border-radius: 10px;
	margin: 10px;
	padding: 15px;
}
.sindan p {
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
}
.sindan a {    color: black;}

.choice {
	background: #809DA4;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
}
.choice a {	color:white;}

.choicesmall {
	background: #CDD8D8;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
}
.choicesmall a {
	color:black;
}
.choicemttl{
  background:#F6B5C0;
  padding:5px 10px;
  clear:both;
}
.grip-choice {
  	background: #CEF9DC;
	border-radius: 5px;
	margin: 7px;
  	padding: 10px;
}
.grip-choice-tue {
	margin-right: 50px;
  	padding: 3px;
}

.clr_rd{
  background: #E9516A;
  color:white;
 }
  

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

.btn-top {
  border: 1px solid #ecd783;
  background-color: #ecd783;
  color: #ffffff;
  *background-color: #ecd783;
}

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



/*641px〜PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*スマホ〜641pxの幅サイズまで*/
@media screen and (max-width:640px){
  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
  }
  .footer_area .footer_area_inner {
    position: relative;
    width: 90%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
    display: flex;
    margin: 0 auto;
  }
  .footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
  }
  .inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
  display: inline;
    text-align: center;
    text-decoration: none;
	width: 50%;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .footer_to_cart {
    background-color: red;
    -webkit-border-radius: 3px;
    display: inline;
    text-align: center;
    text-decoration: none;
    width: 50%;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 5px;
    color: #FFFFFF;
  }
  .footer_to_cart img {
    width: 25px;
  } 
  .inquiry_btn:link, .inquiry_btn:visited .footer_to_cart:link, .footer_to_cart:visited {
    color: #FFFFFF !important;
  }
  .footer_area_inner span{
	color: #fff;
  }
  #siteBottom{
	margin-bottom: 85px;
  }
  #contents {
    position: relative;
  }
  #contents .inner{
    width: 100%;
    margin: 0 auto;
  }
  .sp .inquiry_btn {
	width: 100%;
    font-size: 16px;
  }
  a.footer_to_cart:hover {
    color: #FFFFFF;
  }
  .sindan_banner img {
    width: 80%;
    margin-bottom: 20px;
  }
}

.kyugyochu{display:none;}

/*PC SP動作切り替え*/
.pc { display: block !important; }
.sp { display: none !important; }
.sp2 { display: none !important; }

@media only screen and (max-width: 640px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  .sp2 { display: none !important; }
}

#for-swiper {
   /*　padding-top: 178px;　*/
    padding-top: 10px
}
.swiper-slide a:hover {
    opacity: unset ;
}
.swiper {
    max-width: 1100px;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}
.swiper-pagination-bullet {
     background: #D6271E !important;
}

@media only screen and (max-width: 980px) {
	#for-swiper {
    /*　padding-top: 86px;　*/
    padding-top: 0px
	}
}
@media only screen and (max-width: 768px) {
  	#for-swiper {
    /*　padding-top: 116px;　*/
    padding-top: 0px
	}
  .grp-lst-unit {display: block;}
.col-lg-4 {
    width: 100%;
  }
}