@charset 'utf-8';

/* ------------------------------------------------
   LAYOUT

*/
body {
  /*background: #F5F3F0;*/
  /*background: #FAF9F6;*/
  /*background: #F9F6F3;*/
  background: url(/images/common/hemp_45.png);  
}
#globalHeader,
#wrapper {
  position: relative;
  min-width: 980px;
  max-width: 1740px;
  margin: 0 auto;
}
#wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#wrapcon {
  position: relative;
  padding: 0 5px;
}
#mainContainer,
#footContainer {
  padding: 0 25px 32px;
  /*padding: 0 5px 32px;*/
}
@media screen and (max-width: 1019px) {
  #mainContainer,
  #footContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* ------------------------
iE
*/
#wrapper {
  display: block\9;
}
#wrapcon {
  width: 100%\9;
  float: right\9;
  margin-left: -210px\9;
  box-sizing: border-box\9;
}
#mainContainer,
#footContainer {
  margin-left: 210px\9;
}
#sideContainer {
  z-index: 10\9;
  position: relative\9;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #wrapper {
    display: block;
  }
  #wrapcon {
    width: 100%;
    float: right;
    margin-left: -210px;
    box-sizing: border-box;
  }
  #mainContainer,
  #footContainer {
    margin-left: 210px;
  }
  #sideContainer {
    z-index: 10;
    position: relative;
  }
}

/*
 *
#globalHeader
 *
 */
.gh-left {
  width: 210px;
  float: left;
}
.gh-right {
  margin-left: 210px;
}
/*
 *
#mainContainer
 *
 */
main img {
  max-width: 100%;
}
#contents,
#contents2 {
  max-width: 720px;
  margin: 0 auto;
  background: #FFF;
  padding: 15px;
}
/*
 *
#footContainer
 *
 */
#footContainer {
  /*padding: 0 20px;*/
}
/*
 *
#sideContainer
 *
 */
#sideContainer {
  /*position: fixed;
  top: 0;
  left: 0;
  padding-top: 127px;*/
  width: 210px;
  min-width: 210px;
  /*overflow-y: scroll;
  height: 100%;*/
  /*background: url(/images/back/cambas_side.jpg) repeat 0 0;*/
  /*background-color: #f5f3f0;*/
  /*background: #FFF;*/
  background: #FAF9F6;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
* html #sideContainer { 
  position: absolute; 
  height: auto;
  overflow: auto;
}
#gts-c {
  opacity: .9;
}
#gts-c:hover {
  opacity: 1;
}

/* ================================================
   GLOBAL HEADER
   ================================================ */
.gh p,
.gh li {
  margin: 0;
}
.gh li{
  display:inline-block\9;/* IE10以下 */
}
/* safari6 */
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
    .gh li { 
        display:inline-block; 
    }
}}
/* ------------------------------------------------
   Global Header Left
   */
.gh-left {
  /*background: #f5f3f0;*/
  /*background: #FFF;*/
  background: #FAF9F6;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
.gh-logo {
  line-height: 0;
}
.gh-logo h1 {
  padding: 8px 0 5px;
  text-align: center;
}
.gh-logo h1 a {
}
/* ------------------------------------------------
   Global Header Right
   */
.gh-right {
  line-height: 2em;
  /*padding-top: 1.5em;*/
  padding-left: 30px;
  justify-content: space-between;
}
.gh-top {
  font-size: 12px;
  /*padding-left: 30px;*/
  display: flex;
}
.gh-top-msg {
  margin: 0;
  display: inline-block;
  /*font-weight: bold;*/
  color: #777;
  letter-spacing: .1em;
  float:left\9;
  margin-right:.5em!important\9;
}
.gh-top-link {
  font-size: 13px;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0 0 0 5px;
}

.gh-top-link li:not(:last-child)::after {
  /*content: "｜";*/
  content: "\FF5C";
}
/* ナビ1 */
.gh-nav {
  font-size: 13px;
  margin-right: 100px;
  /*padding-left: 30px;*/
  /*border-bottom: 1px solid #AAA;*/
  /*background: #3da067;*/
  display: flex;
}
.gh-nav ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  display:inline-block\9;
  vertical-align:middle\9;
}
.gh-nva-item {
  border: 1px solid #AAA;
}
.gh-nav-item a {
  margin-right: .5em;
  width: 9em;
  color: inherit;
  font-weight: bold;
  display: block;
  /*border: 1px solid #e0ddd9;*/
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
  /*background: linear-gradient(to bottom, #f5f3f0 0%,#EFECEA 100%); */
  background: linear-gradient(to bottom, #FFF 0%,#F9F7F4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f7f4',GradientType=0 ); /* IE6-9 */
}
.gh-nav_login a {
  background: linear-gradient(to bottom, #fff0c5 0%,#ffeaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c5', endColorstr='#ffeaaa',GradientType=0 ); /* IE6-9 */
}
/*.gh-nav_logout a { background: linear-gradient(to bottom, #d8d5cf 0%,#d0ccca 100%); } */
/*.gh-nav_mypage a { background: linear-gradient(to bottom, #c6e4d2 0%,#b4e2c7 100%); }*/
.gh-nav_mypage a {
  background: linear-gradient(to bottom, #ecb0ac 0%,#dc9a96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb0ac', endColorstr='#dc9a96',GradientType=0 ); /* IE6-9 */
 }
/*.gh-nav_regi a { background: linear-gradient(to bottom, #fbd1d1 0%,#ecbebe 100%); }*/

.gh-nav-item a:hover {
  text-decoration: none;
  opacity: .7;
}
.gh-nav-item span {
  /*background-size: contain;*/
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: .25em center;
  padding-left: 1.5em;
}
.gh-nav_login span {background-image: url(/images/common/lock.png);}
.gh-nav_logout span {background-image: url(/images/common/unlock.png);}
.gh-nav_guide span {background-image: url(/images/common/wakaba.png);}
.gh-nav_regi span, 
.gh-nav_mypage span {background-image: url(/images/common/hito.png);}


[data-login-status="0"] .gh-nav_logout,
[data-login-status="0"] .gh-nav_mypage {
  display: none;
}
[data-login-status="1"] .gh-nav_login,
[data-login-status="1"] .gh-nav_regi {
  display: none;
}

.gh-login {
  line-height: 1.25;
  display:inline-block\9;
  vertical-align:middle\9;
}
.gh-login-name {
  font-weight: bold;
}

/* カートボタン */
.gh-cart {
  position: fixed;
  right: 20px;
  top: 18px;
  z-index: 100;
}
.gh-cart .cart-item-num {
  font-weight: bold;
  position: absolute;
  left: -30px;
  width: 30px;
  top: 7px;
  height: 27px;
  padding-top: 3px;
  display: block;
  text-align: center;
  border-radius: 1em;
  /*background-color: #3da067;*/
  background-color: #66ab85;
  color: #ffffff;
}
/* ================================================
   GLOBAL FOOTER
   ================================================ */
.gf-inner {
  border-top: 1px solid #AAA;
}

/* ------------------------------------------------
 */
.gf-sec { /* フッターグループ */
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  clear: both\9;
}
.gf-box,
.gf-box2 {
  margin: 10px 0;
}
.gf-blk .gf-box,
.gf-box2:last-child {
  margin-bottom: 0;
}
.gf-box:first-child {
  margin-top: 0;
}
.gf-box-lid {
  font-size: 15px;
}

.gf-box2-lid {
  margin-bottom: 5px;
}

.gf-box2-label {
  font-size: 12px;
}
.gf-box .notice {
  font-size: 11px;
  line-height: 15px;
  color: rgba(0,0,0,.7);
}
.gf-box .note {
  font-size: 12px;
  border-top: 1px dotted #AAA;
  padding-top: 5px;
}
.gf-box b {
  font-size: 14px;
}

.gf-set {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  justify-content: center;
}
.gf-set-i {
  flex: 0 0 150px;
  margin: 5px;
  box-sizing: border-box;
  font-size: 12px;
  display:inline-block\9;
}
.gf-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.gf-list li {
  margin-bottom: 10px;
}
.gf-prema .gf-list {
  padding: 10px 0;
}
.gf-box-lid-symbol {
  float: left;
  margin-right: 5px;
}
.gf-box-label.-organics,
.gf-box-label.-gelateria {
  font-size: 13px;
}
.gf-box-label.-gelateria {
  color: #8a2685;
}
.gf-box-image {
  float: right;
  margin-left: 5px;
}
.gf-box-bottom.-organics,
.gf-box-bottom.-gelateria {
  font-size: 12px;
}

/* ------------------------------------------------
 */
.gf-blk._nav {
  flex-grow: 0;
}
.gf-catl1-i .icon-link {
  /*color: inherit;*/
  font-weight: normal;
}
.gf-catl1-i a {
  display: block;
}
.gf-blk {
  flex: 1 0 300px;
  font-size: 13px;
  line-height: 20px;
  background: #FFF;
  margin: 5px;
  /*float:left\9;*/
  width: 49%\9;
  margin: 5px 0\9;
}
.gf-blk:nth-child(odd){
  float: left\9;
  clear: left\9;
}
.gf-blk:nth-child(even){
  float: right\9;
  clear: right\9;  
}
.gf-blk-banner {
  background: inherit;
  border: 0;
}
.gf-blk-banner ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.gf-catl1-i {
  flex-basis: 160px;
  display:inline-block\9;
  width:160px\9;
}
.gf-badges {
  display: flex;
  font-size: 10px;
  justify-content: space-around;
}
.gf-badges-item {
  flex: 0 0 180px;
  text-align: center;
  float:left\9;
  width:180px\9;
}
.gf-badges-item.-expo {
  flex-basis: 110px;
}
.gf-badges ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.gf-badges ul li{
  display:inline-block\9;
}
.gf-banner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gf-banner2 li img {
  width: 80px;
}
.gf-footer {
  display: flex;
  justify-content: space-between;
  clear:left\9;
}
/* ================================================
   GLOBAL SIDE
   ================================================ */
.gnav-search {
  border: 1px solid #e0ddd9;
  padding: .25em;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f5f3f0 0%,#EFECEA 100%);
}
.gnav-search-inner {
  padding: 4px 10px 0 10px;
}
/* */
.gnav-inner {
  padding: 0 15px 45px;
}
/* ------------------------------------------------
   Side Category Box
*/
.gnav-banner {
  text-align: center;
}

.gnav-box {
  margin: 0 0 1em;
}
.gnav .cat-l2 a {
  /*color: inherit;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gnav .cat-l1-link,
.gnav .cat-l1-detail {
  display: none;
}
.gnav .icon-link._present {
  background-image: url(/images/gnav/pre.png);
}
.gnav-choice {
  font-size: 12px;
}
.gnav-choice-banner {
  text-align: center;
}
.gnav-choice-now {
  color: #014190;
  font-weight: bold;
  text-align: center;
}
.gnav-choice-item {
  margin-bottom: 10px;
}
.gnav-choice-item-lid {
  float: left;
  width: 20px;
}
.gnav-choice-item-bottom {
  padding-left: 25px;
}
.gnav-choice-item-label {
  font-size: 11px;
}
.gnav-choice-item-content {
  font-weight: bold;
}

.gnav-ki {
  font-size: 13px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #AAA;
}
.gnav-ki-ttl {
  text-align: center;
}
.gnav-ki-h {
  color: #dc9a96;
}
.gnav-ki-q::first-line {
  font-size: 16px;
  font-weight: bold;
}
.gnav-ki-q-icon {
  vertical-align: middle;
}
.gnav-ki-back {
  padding-left: 0;
  list-style-type: none;
}
.gnav-ki-back li {
  background: url(/images/gnav/q.png) no-repeat left top;
  padding-left: 20px;
}
  
/* ------------------------
safari6
*/
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
    #wrapper { 
        display: block;
    }
    #wrapcon {
  width: 100%;
  float: right;
  margin-left: -210px;
  box-sizing: border-box;
}
#mainContainer,
#footContainer {
  margin-left: 210px;
}
#sideContainer {
  z-index: 10;
  position: relative;
}
.gh-top-msg {
  float:left;
  margin-right:.5em!important;
}
.gh-nav ul {
  display:inline-block;
  vertical-align:middle;
}
.gh-login {
  display:inline-block;
  vertical-align:middle;
}
.gf-sec { /* フッターグループ */
  clear: both;
}
.gf-set-i {
  display:inline-block;
}
.gf-blk {
  width: 49%;
  margin: 5px 0;
}
.gf-blk:nth-child(odd){
  float: left;
  clear: left;
}
.gf-blk:nth-child(even){
  float: right;
  clear: right;  
}
.top-header {
    float: left;
    width: 558px;
}
.top-header2 {
    float: right;
    width: 152px;
}
.top-body-item {
    display: inline-block;
    width: 357.5px;
    vertical-align: top;
}
.top-news-rss {
    float: right;
}
.top-news h2 {
    float: left;
}
.top-box-m {
    clear: both;
}
.top-box-m, .top-box {
    margin-bottom: 3px;
}
.top-rank-item {
    margin-bottom: 20px;
    clear: left;
}
.top-rank-pos {
    float: left;
    width: 20px;
}
.top-rank-lid {
    float: left;
}
.gf-badges-item {
    float: left;
    width: 180px;
}
}}