@charset "UTF-8";
#header {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.9);
  position: static; }
  #header #header_in {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #header #header_in h1 {
      margin-right: auto; }
    #header #header_in .btn {
      margin-left: .625rem;
      min-width: 0; }
  #header a {
    color: inherit; }
    #header a[href] {
      text-decoration: none; }
    #header a[class*="btn"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      font-size: 10px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      padding: 0;
      color: #fff;
      position: relative; }
      #header a[class*="btn"]:before {
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 5px; }
  #header .btn-cart {
    background-color: #f39e77; }
    #header .btn-cart:before {
      content: "\f07a"; }
    #header .btn-cart:after {
      content: attr(data-cnt);
      background-color: #111;
      background-color: #ff2c00;
      border-radius: 1em;
      position: absolute;
      left: -.75em;
      top: -.75em;
      width: 2em;
      line-height: 2em; }
  #header .btn-login {
    background-color: #77ccf3; }
    #header .btn-login:before {
      content: "\f007"; }
  #header .btn-mypage {
    background-color: #77ccf3; }
    #header .btn-mypage:before {
      content: "\f02b"; }

#nav {
  background-color: rgba(0, 0, 0, 0.9); }
  #nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #nav ul li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      position: relative; }
      #nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        background-color: rgba(128, 128, 128, 0.5);
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s; }
        #nav ul li a:hover {
          opacity: .75; }
      #nav ul li:nth-child(n + 2) a:before {
        content: "";
        border-left: solid 1px;
        position: absolute;
        height: 1em;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0; }

#list_cats {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 0;
  display: none !important; }
  #list_cats li {
    padding: 10px;
    margin: 0 8px 8px 0;
    margin-bottom: 0;
    border: 1px solid gainsboro; }
    #list_cats li:nth-last-child(3) {
      margin-left: auto; }
      #list_cats li:nth-last-child(3)[style*="display: none"] + li {
        margin-left: auto; }
    #list_cats li a {
      display: block;
      width: 100%;
      height: 100%;
      white-space: nowrap; }

#list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #list_items li {
    min-width: 300px;
    background-color: #fff;
    border: 1px solid gainsboro;
    border-radius: .25rem; }
    #list_items li > a {
      display: block;
      text-decoration: none;
      color: inherit;
      padding: .625rem;
      -webkit-transition: opacity .25s;
      -o-transition: opacity .25s;
      transition: opacity .25s; }
      #list_items li > a:hover {
        opacity: .75; }
    #list_items li .rows {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #list_items li .rows > figure {
        width: 120px; }
      #list_items li .rows > div {
        width: calc(100% - 120px - .75rem); }
        #list_items li .rows > div .item-price {
          font-weight: bold;
          margin-top: .5rem; }
          #list_items li .rows > div .item-price:after {
            content: "円"; }
        #list_items li .rows > div .item-std {
          font-size: smaller; }
          #list_items li .rows > div .item-std:empty {
            font-size: 0; }
          #list_items li .rows > div .item-std[data-m_cats_did="2"]:before, #list_items li .rows > div .item-std[data-m_cats_did="3"]:before {
            content: "大豆品種";
            background-color: #c584a6;
            color: #fff;
            margin-right: .25rem;
            padding: .125rem;
            font-size: x-small;
            border-radius: .0625rem; }
/*** 調整中

@media (max-width: 767px) {
  #list_items li {
    width: calc((100 / 2 * 1%) - (1rem * 1 / 2)); }
    #list_items li:nth-child(2n) {
      margin-left: 1rem; }
    #list_items li:nth-child(n + 3) {
      margin-top: 1rem; } }

@media (min-width: 768px) {
  #list_items li {
    width: calc((100 / 3 * 1%) - (1rem * 2 / 3)); }
    #list_items li:nth-child(3n), #list_items li:nth-child(3n - 1) {
      margin-left: 1rem; }
    #list_items li:nth-child(n + 4) {
      margin-top: 1rem; } }

***/

h2#h2_cat_name {
  font-weight: normal;
  text-align: center;
  font-size: 1.625rem;
  margin-top: 0;
  margin-bottom: 0; }
  h2#h2_cat_name:not(:empty) {
    margin-bottom: 2rem; }

#bcl {
  font-size: smaller; }
  #bcl ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #bcl ul li:after {
      content: ">";
      padding: 0 5px; }
    #bcl ul li a[href] {
      color: rgba(206, 184, 125, 0.9); }
    #bcl ul li:last-child:after {
      content: ""; }

#area_item h2 {
  font-size: 1.625rem;
  font-weight: normal; }

#area_item .rows {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #area_item .rows > .item-img {
    width: calc(50% - 1.875rem);
    text-align: center; }
  #area_item .rows > .item-body {
    width: 50%;
    margin-left: 1.875rem; }

#area_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  border-top: dotted 1px #ccc; }
  #area_item dl dt, #area_item dl dd {
    border-bottom: dotted 1px #ccc;
    padding-top: .75rem;
    padding-bottom: .75rem; }
  #area_item dl dt {
    width: 4rem; }
  #area_item dl dd {
    width: calc(100% - 4rem); }

#free_id {
  font-size: small;
  color: gray; }
  #free_id:before {
    content: "[商品番号: "; }
  #free_id:after {
    content: "]"; }

#s_price {
  font-weight: bold; }
  #s_price:after {
    content: "円"; }

#std {
  font-size: smaller; }
  #std:empty {
    font-size: 0; }
  #std[data-m_cats_did="2"]:before, #std[data-m_cats_did="3"]:before {
    content: "大豆品種";
    background-color: #c584a6;
    color: #fff;
    margin-right: .25rem;
    padding: .125rem;
    font-size: x-small;
    border-radius: .0625rem; }

#exp pre {
  white-space: pre-wrap; }

section[id^="area_"]:not(#area_item), main[id^="area_"]:not(#area_item) {
  padding: 1rem;
  background-color: #fff;
  border: solid 1px gainsboro;
  border-radius: .25rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
  section[id^="area_"]:not(#area_item) + section[id^="area_"]:not(#area_item)[id^="area_"]:not(#area_item), main[id^="area_"]:not(#area_item) + section[id^="area_"]:not(#area_item)[id^="area_"]:not(#area_item), section[id^="area_"]:not(#area_item) + main[id^="area_"]:not(#area_item)[id^="area_"]:not(#area_item), main[id^="area_"]:not(#area_item) + main[id^="area_"]:not(#area_item)[id^="area_"]:not(#area_item) {
    margin-top: 2.875rem; }
  section[id^="area_"]:not(#area_item) h2, main[id^="area_"]:not(#area_item) h2 {
    font-weight: bold;
    margin-top: 0;
    border-bottom: solid 1px gainsboro;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    text-align: center; }
  section[id^="area_"]:not(#area_item) ul, main[id^="area_"]:not(#area_item) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem; }
  section[id^="area_"]:not(#area_item) table#list_cart, main[id^="area_"]:not(#area_item) table#list_cart {
    width: 100%;
    border-spacing: 0; }
    section[id^="area_"]:not(#area_item) table#list_cart th, main[id^="area_"]:not(#area_item) table#list_cart th {
      border-top: solid 1px gray;
      border-bottom: solid 1px gray;
      text-align: left;
      font-size: .75rem; }
    section[id^="area_"]:not(#area_item) table#list_cart th:not(:empty), section[id^="area_"]:not(#area_item) table#list_cart td:not(:empty), main[id^="area_"]:not(#area_item) table#list_cart th:not(:empty), main[id^="area_"]:not(#area_item) table#list_cart td:not(:empty) {
      padding: .375rem .5rem; }
    section[id^="area_"]:not(#area_item) table#list_cart tfoot tr:last-child th, section[id^="area_"]:not(#area_item) table#list_cart tfoot tr:last-child td, main[id^="area_"]:not(#area_item) table#list_cart tfoot tr:last-child th, main[id^="area_"]:not(#area_item) table#list_cart tfoot tr:last-child td {
      font-weight: bold;
      background-color: #efefef; }
    section[id^="area_"]:not(#area_item) table#list_cart #grand_total_price:before, main[id^="area_"]:not(#area_item) table#list_cart #grand_total_price:before {
/**
      content: "\0a5";
**/
      margin-right: .25em; }

.btn {
  color: #fff;
  background-color: #f39e77;
}
.btn:hover {
  color: #fff;
  background-color: #ed6c31;
}

#btn_back.btn
, #btn_empty_cart.btn
 {
  color: #fff;
  background-color: #999;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
#btn_back.btn:hover
, #btn_empty_cart.btn:hover
 {
  background-color: #666;
  /*background-color: #ccc;*/
}
#btn_back.btn:before
, #btn_empty_cart.btn:before
, #btn_confirm.btn:before
, #btn_put_in:before
 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  margin-right: .5em;
}
#btn_back.btn:before {
  content: "\f060";
}
#btn_empty_cart.btn:before {
  content: "\f00d";
}
#btn_confirm.btn:before {
  content: "\f061";
}
#btn_put_in:before {
  content: "\f217";
}