@charset "euc-jp";
/* 商品一覧 */
.eatinfo {
    padding: 3%;
    color: #d96c60;
    font-weight: 500;
    background-color: whitesmoke;
}
.mincho_ttl  {
    font-family: 'Libre Baskerville', serif;
    font-weight:400;
    letter-spacing: 0.7em;
    font-size: large;
    color:#000;
    padding-top:30px;
    margin-top: 0px;
}
.prdlst_item {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 30px 4px;
    vertical-align: top;
}
#container {
    overflow: hidden;
}
/**.prdlst_contents {
    padding-bottom: 100px;
}**/
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}
.col {
  padding:0;
}
/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.prdlst_cont {
    padding-bottom: 80px;
    border-bottom: thin solid #ccc;
    width: 90%;
    margin: 0 auto 10px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}
.ttl-h2 {
    position: initial;
    font-weight: lighter;
    letter-spacing: 1em;
    margin-bottom: 10px;
}

/* 商品説明文 */
.lineupprice {
    text-align: center;
    font-weight: 500;
}
.lineupprice span {
    font-size: xx-small;
    font-weight: 200;
}
#lineupcont {
    padding: 65px 0;
    width: 90%;
    margin: 0 auto;
}
.lineupbox {
    display: inline-block;
    width: 44%;
    margin: 0 2.8%;
    font-size: 11.5px;
    line-height: 1.8em;
    vertical-align: top;
}
#lineupcont img {
    width: 100%;
}
.lineupbox h2 {
    font-weight: 300;
    text-align: left;
}
.lineupbox h3 {
    font-weight: 500;
    margin-top: 0;
}
.lineupbox p {
    margin-bottom: 20px;
}
.lu_note {
    font-size: xx-small;
    text-align: right;
}
.lu_fruit {
    margin: 15px 0 0;
}
.delispan {
    background-color: #f3d3c4;
    font-weight: 500;
    letter-spacing: 0.3em;
    padding: 1% 3%;
}
.deliinfo {
    border:0.2em solid #d96c60;
    padding: 3%;
    color: #d96c60;
    font-weight: 500;
}
.deli_cool {
    background-color: #0394af;
    color: #fff;
    font-weight: 300;
    padding: 1% 3%1% 13%;
    background-image: url(https://img21.shop-pro.jp/PA01368/291/etc/deli_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 8px;
    background-position-y: 4px;
}
.deli_reizo {
      background-color: #171c61;
    color: #fff;
    font-weight: 300;
    padding: 1% 3%1% 13%;
    background-image: url(https://img21.shop-pro.jp/PA01368/291/etc/deli_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 8px;
    background-position-y: 4px;
}
p.deli_link {
    font-weight: 500;
    text-decoration: underline;
    text-align: right;
}
.page li {
    display: inline-block;
}
.prdlst-pos {
    text-align: center;
}
@media only screen and (max-width: 768px) {
  a.notice_link {
    display: block;
    background-color: #d96c60;
    padding: 3%;
    color: #fff;
    border-radius: 10px;
}
  ul.prdlst_box {
    margin-left: 0;
}
  .prdlst_item {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 4px;
    vertical-align: top;
}
  img.prdlst_img {
    margin-bottom: 3%;
}
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
  .lineupbox {
    display: inline-block;
    width: 100%;
}
}
@media only screen and min-width: 769px) {
a.notice_link {
    display: block;
    background-color: #d96c60;
    padding: 3%;
    color: #fff;
    border-radius: 10px;
  width:30%
   margin:0 auto;
  }