@charset "euc-jp";

/*
  font-family: 'Montserrat', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');


body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

li{
 list-style-type: none;
}

/*
 * layout
 */
#wrapper {
  width: 100%;
  max-width: 100%;
}



/*
 * add_css
 */

#main-pic{
 height: 500px;
 background-image: url(https://img21.shop-pro.jp/PA01450/880/etc/main.jpg?cmsp_timestamp=20201013114725);
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 position: relative;
}
.logo img{width: 170px;height: auto;}
.logo {
 position: absolute;
 left: 50px;
 top: 30px;
}

.right-menu{
 position: absolute;
 right: 50px;
 top: 30px;
}
.right-menu i{
 color: #fff;
}
.right-menu a:link{color: #fff;text-decoration: none;}
.right-menu a:hover{color: #fff;text-decoration: none;}
.right-menu a:visited{color: #fff;text-decoration: none;}
.right-menu a:active{color: #fff;text-decoration: none;}

.menu-list{
 text-align: center;
 margin: 70px 0 0 0;
}
.menu-list a:link{color: #fff;text-decoration: none;}
.menu-list a:hover{color: #fff;text-decoration: none;}
.menu-list a:visited{color: #fff;text-decoration: none;}
.menu-list a:active{color: #fff;text-decoration: none;}

.menu-list ul li{
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 display: inline-block;
 margin: 0 15px;
 font-size: 15px;
}

.search-box{
 position: absolute;
 right: 50px;
 top:70px;
}
.md-eng{
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 letter-spacing: 0.08em;
 color: #000;
}
.md-eng span{
 display: block;
 font-size: 12px;
 letter-spacing: 0.02em;
}

#section .item{
 text-align: center;
 padding: 0 0 100px 0;
}
.news-top-box{
 padding: 80px 0 0 0;
}

.news-txt{
 width: 500px;
 margin: 0 auto;
 text-align: left;
}

.recommend-box{
 width: 1100px;
 margin: 0 auto;
}
.recommend-box .md-eng{
 text-align: left;
 font-size: 30px;
}
ul.recommend-list{overflow: hidden;margin: 0;}
ul.recommend-list li{
 width: 240px;
 height: 360px;
 float: left;
 margin: 0 46px 46px 0;
 list-style-type: none;
}
ul.recommend-list li:nth-child(4n){
 margin: 0 0 46px 0;
}
ul.recommend-list li .pic{
 height: 240px;
}
ul.recommend-list li .pic img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 border-radius: 10px;
}
ul.recommend-list li .name{
 text-align: left;
 font-weight: bold;
 margin: 10px 0 5px 0;
}
ul.recommend-list li .price{
 text-align: left;
}

.btm-bnr{
 background-color: #EDEDE8;
 padding: 50px 0;
}
.btm-bnr ul{
 overflow: hidden;
 width: 1100px;
 margin: 0 auto;
}
.btm-bnr ul li img{width: 100%;height: auto;}
.btm-bnr ul li{
 width: 48%;
 float: left;
 margin: 0 4% 0 0;
}
.btm-bnr ul li:last-child{margin: 0;}

.btm-logo{
 text-align: center;
 margin: 0 0 30px 0;
}
.btm-logo img{
 width: 168px;
 height: auto;
}

#product{
 width: 1100px;
 margin: 0 auto;
}
.inner{
 width: 1100px;
 margin: 0 auto;
}

.bread{
 text-align: left;
 padding: 18px 50px;
}
.bread ul{
 margin: 0 0 5px 25px;
}

.product-box{overflow: hidden;margin: 0 0 50px 0;}
.inner .box{overflow: hidden;margin: 70px 0 0px 0;}
.product-box .pic-slider{
 float: left;
 width: 480px;
 padding: 1px;
}
.product-box .txt-box{
 float: right;
 width: 550px;
 text-align: left;
}
.product-box h2{
 font-size: 23px;
 font-weight: bold;
 padding: 0;
 margin: 0 0 30px 0;
 border: none;
 color: #000;
}
.product-box .md-eng{
 font-size: 30px;
 margin: 0 0 50px 0;
}
.inner .md-eng{
 font-size: 25px;
 margin: 0 0 50px 0;
}
.product-info{
 line-height: 180%;
}
.txt-box .table th,
.txt-box .table td {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
}
.option-link {
 padding-left: 0;
 float: none;
}
.option-link ul{
 margin: 0;
}

.product-order .set-cart{
 float: left;
 padding: 0 0 0 1px;
}

.product-info{
 margin: 30px 0 0 0;
 border: 1px solid #ddd;
 padding: 25px;
}
.swiper-wrapper{
 padding-bottom: 50px;
}

.bt-back {
 width: 300px;
 margin: 0 auto;
}
.bt-back span{
 display: block;
 text-align: center;
 padding: 15px 0;
 background-color: #000;
 color: #fff;
 border-radius: 3px;
}
.bt-back a:link{text-decoration: none;}
.bt-back a:visited{text-decoration: none;}
.bt-back a:hover{text-decoration: none;}
.bt-back a:active{text-decoration: none;}

.sort_bt{
 font-size: 13px;
 color: #999;
}
.sort_bt a:link{text-decoration: underline;}
.sort_bt a:visited{text-decoration: underline;}
.sort_bt a:hover{text-decoration: underline;}
.sort_bt a:active{text-decoration: underline;}

h2.cat_name{
 font-size: 18px;
}

.inner .md{
 font-size: 15px;
 font-weight: bold;
 color: #000;
}
.inner .md span{
 display: inline-block;
 border-bottom: 1px solid #000;
}
.inner dl dt,
.inner dl dd{
 font-size: 14px!important;
}
.inner #info .item{
 margin: 30px 0;
}
.inner #info .item dl{
 text-align: left;
 padding-right: 4%;
 padding-left: 4%;
}
.inner #info .item dt{
 color: #000;
 font-weight: bold;
}
.inner #info .item dd{
 color: #777;
}

.policy{
 text-align: left;
}
.policy h3{
 font-size: 16px;
 font-weight: bold;
 color: #000;
}

.p-shop__logo {
    width: 200px!important;
    max-width: 200px!important;
}

.inn-box{
 color: #fff;
 text-align: center;
 margin: 100px 0 0 0;
}
.inn-box .copy{
 font-size: 38px;
 font-weight: bold;
}
.inn-box .copy span{
 display: block;
 font-size: 16px;
}

.bt-set {
 width: 524px;
 margin: 30px auto;
}
.bt-set ul{overflow: hidden;margin: 0;padding: 0;}
.bt-set ul li{
 width: 255px;
 float: left;
 text-align: center;
}
.bt-set ul li span{
 display: block;
 background-color: rgba(255,255,255,0.3);
 padding: 15px 0;
 border: 1px solid #fff;
 color: #fff;
 font-weight: bold;
}
.bt-set ul li:first-child span{
 border-right: none;
 border-radius: 50px 0px 0px 50px
}
.bt-set ul li:last-child span{
 border-radius: 0 50px 50px 0px
}

.bt-set ul li a{text-decoration: none;}

.search-box input[type="text"]{
 display: inline-block;
 padding: 4px 15px;
 height: 20px;
 -webkit-border-radius: 30px 30px 30px 30px;
 -moz-border-radius: 30px 30px 30px 30px;
 border-radius: 30px 30px 30px 30px;
 color: #555;
 vertical-align: middle;
 font-size: 14px;
 line-height: 20px;
 border: none;
 width: 200px;
 outline: none;
}

span.soldout{
 font-size: 12px;
 background-color: #e75fa8;
 color: #fff;
 display: inline-block;
 line-height: 1;
 padding: 5px 15px;
 border-radius: 3px;
}

.search-shop-box{
 margin: 0 0 100px 0;
}
.search-shop-box h2.md-eng{
 font-size: 30px;
}

.shop-item{
 width: 80%;
 max-width: 1400px;
 min-width: 1000px;
 height: 485px;
 margin: 0 auto 50px;
 position: relative;
}
.shop-item .pic img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 border-radius: 10px;
}
.shop-item .pic{
 height: 320px;
 width: 70%;
 position: absolute;
 top:0;
 left: 0;
}
.shop-item.even .pic{
 left:auto;
 right: 0;
}

.shop-item .md01 img{width: 65px;height: auto;}
.shop-item .md01{
 width: 30%;
 text-align: center;
 position: absolute;
 top:0;
 left: 70%;
}
.shop-item.even .md01 {
 left: auto;
 right: 70%;
}

.shop-item .md02 img{width: auto;height: 60px;}
.shop-item .md02 {
 position: absolute;
 bottom: 0;
 left: 140px;
 height: 125px;
}
.shop-item.even .md02 {
 left: auto;
 right: 140px;
}
.shop-item .list {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 670px;
}
.shop-item.even .list {
 right: auto;
 left: 0;
}

.shop-item .list ul{overflow: hidden;}
.shop-item .list ul li{
 width: 32%;
 float: left;
 margin: 0 2% 0 0;
 text-align: left;
}
.shop-item .list ul li:last-child{margin: 0;}
.shop-item .list ul li .tmb img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 border-radius: 5px;
}
.shop-item .list ul li .tmb{
 height: 200px;
 margin: 0 0 15px 0;
}
.shop-item .list ul li .price{
 font-size: 13px;
}

.search-item-box{
 width: 800px;
 margin: 0 auto;
}
.search-item-box h2.md-eng {
    font-size: 30px;
    text-align: center;
}
.search-item-box ul{overflow: hidden;padding: 0;margin: 0;}
.search-item-box ul li{
 width: 180px;
 float: left;
 padding: 10px;
 text-align: center;
}
.search-item-box ul li .pic{
 margin: 0 0 10px 0;
}
.search-item-box ul li .pic img{width: 100%;height: auto;}
.search-item-box ul li p{
 margin: 0;
 font-size: 14px;
}
.shop-list{
 width: 80%;
 max-width: 1400px;
 min-width: 1000px;
 margin: 0 auto;
}
.shop-list .md-eng{
 font-size: 30px;
 text-align: center;
 margin: 0 0 50px 0;
}
.shop-list ul{overflow: hidden;padding: 0;margin: 0;}
.shop-list ul li{
 width: 48%;
 float: left;
 margin: 0 4% 4% 0;
 text-align: center;
}
.shop-list ul li:nth-child(2n){
 margin: 0 0 4% 0;
}
.shop-list ul li .pic{
 height: 320px;
 margin: 0 0 20px 0;
}
.shop-list ul li .pic img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 border-radius: 10px;
}
.shop-list ul li .name{margin: 0 0 15px 0;}
.shop-list ul li .name .eng{
 font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #999;
    font-size: 28px;
    margin: 0 0 2px 0;
}
.shop-list ul li .name .jp{
 font-size: 16px;
 font-weight: bold;
}
.shop-list ul li p{
 font-size: 13px;
 margin: 0 0 5px 0;
 color: #777;
}
.url{
 font-size: 12px;
}
.url dt{
    display: table-cell;
    width: 70px;
    font-size: 12px;
    padding: 3px 0px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #E5E0CD;
    vertical-align: middle;
}
.url dd{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0 3px 20px;
    line-height: 1;
}
a:link{color: #000;text-decoration: none;}
a:visited{color: #000;text-decoration: none;}
a:hover{color: #000;text-decoration: none;}
a:active{color: #000;text-decoration: none;}

.bt{
 width: 300px;
 margin: 0 auto;
 text-align: center;
}
.bt span{
 display: block;
 padding: 12px 0;
 background-color: #000;
 color: #fff;
 font-size: 14px;
 border-radius: 30px;
}
.bt span:hover{
 background-color: #333;
}

.item-list{
 width: 80%;
 max-width: 1400px;
 min-width: 1000px;
 margin: 0 auto;
}
.item-list .md-eng {
    font-size: 30px;
    text-align: center;
    margin: 0 0 50px 0;
}
.item-list ul{overflow: hidden;margin: 0;padding: 0;}
.item-list ul li{
 border: 1px solid #ddd;
 background-color: #fff;
 width: 23.25%;
 float: left;
 margin: 0 2% 4% 0;
 position: relative;
 text-align: center;
 box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.item-list ul li:nth-child(4n){
 margin: 0 0 4% 0;
}
.item-list ul li .inn{
 padding: 15px;
}
.item-list ul li .inn .pic{margin: 0 0 10px 0;}
.item-list ul li .inn .pic img{width: 100%;height: auto;}
.item-list ul li .name{
 font-size: 16px;
 font-weight: bold;
}
.item-list ul li a{
 position: absolute;
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}

.btn-block{
 padding: 10px 16px;
}

.shop-info{
 width: 80%;
 max-width: 1400px;
 min-width: 1000px;
 margin: 0 auto;
}
.shop-info .md-eng{
 font-size: 30px;
 text-align: center;
 margin: 0 0 50px 0;
}
.shop-info ul{overflow: hidden;padding: 0;margin: 0;}
.shop-info ul li{
 width: 48%;
 float: left;
 margin: 0 4% 4% 0;
 text-align: center;
}
.shop-info ul li:nth-child(2n){
 margin: 0 0 4% 0;
}
.shop-info ul li .pic{
 width: 250px;
 height: 250px;
 float: left;
 margin: 0 25px 0px 0;
}
.shop-info ul li .pic img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 border-radius: 10px;
}
.shop-info ul li .txt{
 text-align: left;
 border-top:1px solid #eee;
 padding: 60px 0 0 0;
 margin: 0 0 0 270px;
}
.shop-info ul li .name{margin: 0 0 15px 0;}
.shop-info ul li .name .eng{
 font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #999;
    font-size: 28px;
    margin: 0 0 2px 0;
}
.shop-info ul li .name .jp{
 font-size: 16px;
 font-weight: bold;
}
.shop-info ul li p{
 font-size: 13px;
 margin: 0 0 5px 0;
 color: #777;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@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 (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}



#headerSp{display: none;}

@media screen and (max-width: 800px) {

#headerSp{display: block;}

.container {
    padding: 0;
}
#main-pic {
    height: 220px;
    position: relative;
}
#main-pic p.txt_10{
 display: none;
}
#main-pic #header{
 padding: 50px 0 0 0;
}
.menu-list{
 display: none;
}
.search-box {
 display: none;
}
.inn-box {
    margin: 0px 0 0 0;
}
.inn-box .copy {
    font-size: 18px;
}
.inn-box .copy span {
    font-size: 13px;
}
#section .item {
 padding: 0 20px 50px;
}
.news-top-box {
 padding: 20px 0 0 0;
}
.md-eng {
 font-size: 18px;
}
.news-txt {
    width: auto;
}
.mar_b_50 {
    margin-bottom: 30px;
}
.recommend-box {
    width: 100%;
}
.recommend-box .md-eng {
    font-size: 22px;
    margin-top: 0;
}
.md-eng span {
    font-size: 11px;
}
ul.recommend-list li {
    width: 49%;
    height: 280px;
    margin: 0 2% 4% 0;
}
ul.recommend-list li:nth-child(2n){
 margin: 0 0 4% 0;
}
ul.recommend-list li .pic {
    height: auto;
}
ul.recommend-list li .pic img {
    object-fit:inherit;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.search-shop-box h2.md-eng {
    font-size: 18px;
}
.search-shop-box {
    margin: 50px 0 50px 0;
}
.shop-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0 auto 50px;
}
.shop-item .pic {
    height: 120px;
    width: 70%;
    position:relative;
    top:auto;
    left:auto;
    margin: 0 0 12px 0;
}
.shop-item .pic img {
    border-radius: 3px;
}
.shop-item .md01 img {
    width: 35px;
}
.shop-item .md02{display: none;}
.shop-item .list {
    position:relative;
    bottom:auto;
    right:auto;
    width: 100%;
}
.shop-item .list ul{
 margin: 0;
}
.shop-item .list ul li {
    width: 49%;
    margin: 0 2% 2% 0;
}
.shop-item .list ul li:nth-child(2n){
 margin: 0 0 2% 0;
}
.shop-item .list ul li .tmb {
    height: 165px;
}
.shop-item .list ul li .tmb img{
 
 object-fit: inherit;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.shop-item.even .pic {
    left: auto;
    right: 0;
    margin: 0 0 12px 30%;
}
.search-item-box {
    width: 100%;
}
.search-item-box h2.md-eng {
    font-size: 18px;
}
.search-item-box ul li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    padding: 0px;
}
.search-item-box ul li:nth-child(2n){
 margin: 0 0 2% 0;
}
.btm-bnr {
    padding: 20px 20px;
}
.btm-bnr ul {
    width: 100%;
}
.btm-bnr ul li {
    width: 100%;
    float: none;
    margin: 5px 0;
}
.btm-logo img {
    width: 125px;
}

#footer{
 padding: 30px 20px;
}
.bread{display: none;}

#product {
    width: 100%;
    padding: 30px 0 0 0;
}
.product-box {
    margin: 0 0 20px 0;
}
.product-box .md-eng {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.product-box .pic-slider {
    float: none;
    width: 100%;
    padding: 1px;
    margin: 0 0 15px 0;
}
.product-box .txt-box {
    float: none;
    width: 100%;
}
.product-box h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.input-prepend.input-append input {
    width: 50px!important;
}
.mar_5 {
    margin: 0;
}
.product-info {
    padding: 15px;
}
.product-info th{
 display: block;
 background-color: #f1f1f1;
 text-align: center;
 padding: 3px 0;
}
.product-info td{
 display: block;
 padding: 10px 0 10px 0;
}
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner .box {
    margin: 30px 0 0px 0;
}
.inner .md-eng {
    font-size: 25px;
    margin: 0 0 30px 0;
}

.__left{
 text-align: left;
}
.inner #info .item dl {
    padding-right: 0;
    padding-left: 0;
}
.inner #info .item{
 padding: 0;
}

#header .logo{
 display: none;
}
#header .right-menu{
 display: none;
}
.bt-set {
    width: 80%;
    margin: 15px auto;
}
.bt-set ul li {
    width: 50%;
}
.bt-set ul li span {
    padding: 12px 0;
}
.item-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.item-list .md-eng {
    font-size: 25px;
    margin: 30px 0 20px 0;
}
.item-list ul li {
    width: 49%;
    border: none;
    float: left;
    margin: 0 2% 4% 0;
}
.item-list ul li:nth-child(2n){
 margin: 0 0 4% 0;
}
.item-list ul li .inn{
 border: 1px solid #ddd;
 padding: 8px;
}
.item-list ul li .name {
    font-size: 12px;
    font-weight: normal;
}
.shop-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;

}
.shop-list .md-eng {
    font-size: 25px;
    margin: 30px 0 20px 0;
}
.shop-list ul li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
    text-align: center;
}

.shop-list ul li .pic {
    height: 150px;
    margin: 0 0 15px 0;
}
.shop-list ul li .pic img {
    border-radius: 3px;
}
.shop-list ul li:nth-child(2n) {
    margin: 0 0 40px 0;
}
.shop-list ul li .name .eng {
    font-size: 22px;
}
.shop-list ul li .name .jp {
    font-size: 13px;
}

.shop-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.shop-info .md-eng {
    font-size: 25px;
    margin: 30px 0 20px 0;
}
.shop-info ul li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
}
.shop-info ul li .pic {
    width: 100%;
    height: 150px;
    float: none;
    margin: 0 0 15px 0;
}
.shop-info ul li .pic img {
    border-radius: 3px;
}
.shop-info ul li .txt {
    border-top: none;
    padding: 0px 0 0 0;
    margin: 0 0 0 0px;
}
.shop-info ul li .name .eng {
    font-size: 22px;
    margin: 0 0 2px 0;
}
.shop-info ul li .name .jp {
    font-size: 14px;
}
.shop-info ul li:nth-child(2n) {
    margin: 0 0 40px 0;
}




#slide_menu{
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #f1f1f1;
}
#slide_menu .globalmenu .logo{text-align: center;float: none;width: 100%;margin-bottom: 20px;}
#slide_menu .globalmenu .logo img{width: auto;height: 40px;}
#slide_menu p{font-size: 12px;}
.globalmenu{
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
}

.cntBox ul{overflow: hidden;padding: 10px 20px;margin: 0;}
.cntBox ul li{
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.cntBox ul li a{
  padding: 12px 0;
  display: block;
  font-size: 14px;
  color: #fff;
}
.cntBox ul li.wide{width: 100%;
  float: none;
  margin-bottom: 5px;
}
.globalmenu .menulist{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.globalmenu .menulist ul{
 margin: 0;
 padding: 0 20px 10px;
}
.globalmenu .menulist ul li{
  padding: 8px 0;
  border: 1px solid #ddd;
  margin: 0 0 2px 0;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
.globalmenu .menulist ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position:relative;
}
.globalmenu .menulist ul li a:link{color: #000;}
.globalmenu .menulist ul li a:visited{color: #000;}
.globalmenu .menulist ul li a:hover{color: #000;}
.globalmenu .menulist ul li a:active{color: #000;}

#headerSp{
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
	position:relative;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	top:0;
	left: 0;
	z-index: 9999;
}
#headerSp .wrap{
  padding: 5px;
  overflow: hidden;
}
#headerSp .logo{
  float: left;
  width: 60%;
  position: relative;
  left: auto;
  top: auto;
}
#headerSp .logo img{width: auto;height: 40px;}
#menuRight{
	width: 45px;
	height: 35px;
	position: fixed;
	top:6px;
	right: 0px;
	z-index: 9999;
}
.sp-cart{
 position: absolute;
 right: 50px;
 top:15px;
}
.sp-accont{
 position: absolute;
 right: 120px;
 top:15px;
}

/*ハンバーガーメニュー*/
.hamburger{
	position:absolute;
	top:12px;
	right:10px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}



/*---------------------------------------------------------------------------------------------------------------------------------------- 800px */
}



















































