@charset "utf-8";/* 本店メインCSS*/
/* RESET*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}
/* RESET/ */

html {
  font-size: 62.5%; /* -> 10px; */
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.4em; /* -> 14px; */
  line-height: 1.8em;
  font-family:  'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
  font-weight: 500;
  color: #333;
  overflow: auto;
   height: 100%;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1s ease 0s 1 normal;/*ページ移動アニメーション*/
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {/*ページ移動アニメーション*/
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {/*ページ移動アニメーション*/
    0% {opacity: 0}
    100% {opacity: 1}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/*  リンク */
a {
  outline:none;
  color:#0f6296;
  }

a:hover {
  text-decoration: none;
  color:#73bcc5;
  }

a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:600px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:600px){.sp_none{display:none !important;}}


img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: none;
    width /***/:auto;　/*IE8のみ適用*/
}

  #container {
    text-align:center;
    position:relative;
    margin:0 auto;
    padding:1em 0px;
  max-width:980px;}

@media only screen and (max-width:600px) {
  #container {
    padding: 1em 10px;
  }
}
/* 装飾 */
.text_small{font-size: 0.8em;}
.appeal{
  font-weight: bolder;
  color:#EE6557;
}

    /*  HEADER */
    #header {
      z-index: 10;
      margin:0 auto;
      width: 100%;
      max-width: 980px;
      top: 0;
    }

    #shopname{
      display:inline-block;
      width:40%;
      padding:10px 0 0 10px;
    }
    #shopname>img{
      max-width: 214px;
    }

    #shopmenu{
      display:inline-block;
      width:50%;
      padding-right: 10px;
    }
    #shopmenu>ul{
      text-align:right;
      vertical-align: middle;
      width:100%;}

    #shopmenu> ul li {
      display:inline-block;
      padding-top:10px;
      width: 32%;
      text-align: center;
    }
    #shopmenu>img{
      max-width: 50px;
    }

#souryo_guide{
  width:100%;
  display:block;
  text-align: right;
  margin-top: 0.8em;
  padding:0.6em 2em;
  background-image: linear-gradient(-20deg, #c9e9ed 0%, #efefef 100%);
  font-weight:bold;
  color:#27313D;
}

    @media only screen and (max-width:600px) {
    #shopname{width:100%;
    max-width:100%;
    margin:0 auto;
    text-align: center;
    margin-top: 5px;
    }
    #shopname>img{max-height:40px;
    margin:0 auto;
    text-align: center;
    }
    #shopmenu{
      width:100%;
      padding:0;
      margin:0;}
    #shopmenu ul li{
      padding-top: 1.5em;
      font-size: 1.0rem;}
    #shopmenu>img{height:40%;}
    #souryo_guide{
      font-weight:normal;
      text-align:center;
      margin:0 auto;
      margin-top: 1em;
      padding:0;}
    }

    button{
      font-size: 1.2rem;
      border:0;
      background-color: transparent;
      cursor: pointer;}

      /* 上からオーバーレイメニュー */
      .overlay {
        width: 100%;
        height: 0;
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.8);
        overflow-x: hidden;
        text-align: center;
        transition: 0.5s;
      }

      #drawerNavi{ padding: 0;
    list-style: none;
    border: none;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;}

      /* close */
      #drawerClose {
                z-index:2;
        position: absolute;
        top: 0px;
        right: 20px;
        font-size: 40px;
        cursor: pointer;
      }
      #drawerClose:hover {
          opacity: 0.8;
      }

      .lineClose {
          display: inline-block;
          vertical-align: middle;
          color: #73BCC5;
          line-height: 1;
          width: 2.5rem;
          height: 5px;
          background: currentColor;
          border-radius: 0.1rem;
          position: relative;
          transform: rotate(45deg);
      }
      .lineClose::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
      }

    /*オーバーレイのCSS*/

      .overlay-inner{
        position: relative;
        width:90%;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        padding:5px;
        border-radius:10px;
        background-color:#FFF;
      }

      .is-hide{
          display:none;
      }

    /*オーバーレイメニュー内装飾*/
    .box_item {
        position: relative;
        margin: 3em 0;
        padding: 0.5em 1em;
        background:#f3f3f3;
        border-radius: 5px;
    }
    .box_item .box-title {
        position: absolute;
        display: inline-block;
        top: -12px;
        left: 10px;
        padding: 0 9px;
        line-height: 1;
        font-size: 1.6rem;
        color: #383838;
        font-weight: bold;
    }

    .menu_item {
      display: inline-block;
      width:100%;
      margin-top: 0.5em;
    }

    .menu_item li{
      font-size:1.4rem;
      display:inline-block;
      text-align: center;
      vertical-align:top;
      margin-top:0.5em;
      margin-bottom:1em;
      width:32%;
    }
    .menu_comment{
      display: inline-block;
      text-align: left;
      font-size: 1.2rem;
    }


@media only screen and (max-width:600px) {
  .overlay-inner{
    width:90%;
    padding:3px;}

  .menu_item li{
    width:47%;
    margin:1%;
  }
}

/* 背景固定 */
.modalWrapper {
    display: flex;
    overscroll-behavior: contain;
    overflow-y: scroll;
}
.nonScroll {
    height:calc(100vh + 1px) ;
    width: 1px;
    background-color: transparent;
}


/* FOOTER*/
#footer {
  margin: 0 auto;
  width: 100%;
  background-image: linear-gradient(-20deg, #c9e9ed 0%, #efefef 100%);
  font-size: 1.2rem;
  padding: 10px 0;
 margin-top: auto;
}

@media all and (-ms-high-contrast:none) {
  #footer { display:block;}
  }/*IE対策*/

#copy a{margin:5px 10px;}

#copy { text-align:center;}

/*TOPへ戻る*/
#page_top{
  z-index: 100;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: -50px;
  background: #80c6ce;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 3rem;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.news{
  width: 100%;
  max-width: 980px;
  max-height:191px;
  margin:0 auto;
  margin-top:0.5em;
  padding:0;
}

/** お買物ガイド **/
.shop_guide{
  display:inline-block;
  width:95%;
  margin-bottom: 1.5em;
  padding:1em;
  border-radius: 10px;
  background-color: #F3F3F3;
}
.shop_guide_ul li{
  margin: 1em;
  margin-top: 1.5em;
  list-style-type: circle;
}
#shop_guide_souryo td{
  padding:1em;
  vertical-align: middle;
  border:solid 1px #c0c0c0;
}
.souryo_naka{
  background-color: #EDF0F5;
}

.faq_title{
  font-size:1.2em;
  font-weight: bolder;
  display:inline-block;
  margin-top:1em;
  margin-bottom:1em;}

    details {
      padding:1em;
      margin: :1em;
      transition: .5s;
    }
    details[open] {
      border-radius: 5px;
      background: #ffffff;
    }
    summary{
      font-weight: bolder;
      margin: 0.5em 0 0.5em 0;
    }


/**** index ****/
#index_made_jp{position: relative;
margin-bottom: 1.5em;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#index_made_jp1{
  position: absolute;
    width: 100%;
    left: 0;
    top: calc(20% - 25px);
    text-align: center;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1.2em;
  color:#fff;/*文字装飾*/
  opacity: 0.9;
 }

#index_made_jp2{
  position: absolute;
    width: 100%;
    left: 0;
    top: calc(65% - 25px);
    text-align: right;
    padding-right: 1em;
    font-weight: lighter;
    font-size: 2.2rem;
    line-height: 1.4em;
    color:#fff;/*文字装飾*/
}

  @media only screen and (max-width:780px){
    #index_made_jp1{
      font-size:2.0rem;
      top: calc(40% - 25px);
    }
    #index_made_jp2{
      position:relative;
      font-size:1.4rem;
      color:#666;
    }
  }


/*swiperスライダーの幅を指定*/
.swiper-parent {
           position: relative;
           padding-bottom: 50px
       }
.swiper-container {
  width: 100%;
  max-width: 980px;
  max-height:191px;
  margin:0 auto;
  margin-top:0.5em;
  padding:0;
}

.swiper-container img{width: 100%;}


.swiper-slide{text-align: center;
}
.swiper-pagination{
  position:absolute;
  top:105%;
}

#recommend_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top:2em;
  width:100%;
}

.recommend {
  width:24%;
  background: #fff;
}

.reco_in {
  font-size:1.4rem;
	overflow: hidden;
	width: 95%;
  height: 95%;
	margin: 1em auto;
  padding-bottom: 0.5em;
	border: 10px solid #ffffff;
	box-shadow: 0 0 2px #888;
}

.reco_genre {
  text-align: right;
  padding: 1px 3px 1px 3px;
  margin-top: 3px;
  font-size: 1.4rem;
}

  @media only screen and (max-width:600px) {
    .recommend{width:50%;
      margin-bottom:1em;}
    .reco_in{margin-top:0.5em;
    margin-bottom:0;}
  }


  /* 商品　*/
  /* 商品名 */
  .itemname {
    margin:20px 5px;
    padding-left: 1em;
    text-align: left;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
  }

  .itemname::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f559";
      margin-right: 0.6em;
  }

  .itemname:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
  }

  /*パンくず*/
  .pankuzu{text-align: right;
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #bfbfbf;/*文字色*/
  padding: 0.4em;/*文字周りの余白*/}

  .pankuzu a{
      color: #bfbfbf;
      transition: .3s;}
  .pankuzu a:hover {
    color:#93baca;
  }

  /* 製品紹介 */
  .item_block{
    max-width: 980px;
   margin: 5px;
  }

  .mainImage{
    display: inline-block;
    width:40%;}

  .mainImage img{
      border:1px solid #eee;
      padding:10px;
      width:100%;
    }

  .item_thumb{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width:100%;
  }

  ul.item_thumb li{
    width:18%;
    list-style: none;
    padding: 0;
  }

    .item_description {
    display: inline-block;
    padding: 5px;
    padding-top: 20px;
    background: #fff;
    width: 55%;
    text-align: left;
    vertical-align: top;
    margin:10px;
    }

  @media (max-width: 600px) {
  .mainImage{width:98%;}
  .item_block, .item_description {
       width: 100%;
         margin:0px;
  }
  }

  /*お買求めはコチラ*/
    .shopping {
      width:100%;
      background-image: linear-gradient(-20deg, #c9e9ed 0%, #efefef 100%);
    	color: #27313d;/*文字色*/
    	font-size: 1.2em;
    	display: flex;
    	align-items: center;
      vertical-align: middle;
      margin-top: 1.5em;
      margin-bottom: 1em;
      position: relative;
      padding:0.5em 0 0.4em 0.5em;
      border-radius:3px
    }
    .shopping::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f07a";
        margin-left: 1em;
        margin-right: 0.6em;
    }





  @media (max-width: 600px) {
  .item_block {
       width: 100%;
         margin:5px;
  }
  .item_text{width: 100%;
         margin:5px;}
  }

  /***　STORES買物カゴ　***/
  .stores_block{
    width:100%;
    font-size: 1.2rem;
  }
  .stores_block tr {
    border-bottom: dotted 1px #ccc;
  }
  .stores_block td{
      vertical-align: middle;
      padding: 0.5em;
      white-space: nowrap;
    }

  .stores_kg{position: relative;
  font-size:1.4rem;
  padding-left: 1em;/*アイコン分のスペース*/
  line-height: 1.4;
  }

  .stores_kg:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #33a2ba; /*アイコン色*/
  }

  .stores_tax{
    font-size:1.0rem;
    margin-right: 0.8em;
      }

  .stores_souryo:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f199";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color:#cc0000;
    margin-right:1em;}

    .stores_souryo{
    position: relative;
    padding-left: 1.1em;/*アイコン分のスペース*/
    line-height: 1.4;
  }



  /*品質表示*/
  .cp_table *, .cp_table *:before, .cp_table *:after {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .cp_table {
    margin:20px auto;
    width: 100%;
    border-collapse: collapse;
  }
  .cp_table  td {
    text-align: left;
  	padding: 5px;
  	border: 1px solid #dddddd;
  }
  .cp_table th {
    white-space: nowrap;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #dddddd;
  	text-align: center;
  	background: #f4f4f4;
  }
