@charset "utf-8";
/* カスタマイズ用CSS */
body {
  background: #f5ffee;
}
.ec-layoutRole{
  background: #f5ffee;
}
.ec-itemNav__nav li {
      float: none;
      width: 100%;
}
.ec-itemNav__nav li a {
  background:
  none;
  border-bottom: 1px dotted #069506;
}
.ec-itemNav__nav li a:hover {
  background:none;
}
.ec-itemNav__nav li ul {
	width:100%;
}
.ec-itemNav__nav li ul li a {
  color: #fff;
  background: #069506;
}
.ec-itemNav__nav > li:hover > a {
  background: unset;
}
.ec-itemNav__nav > li:hover li:hover > a {
  color: #069506;
	background:#fff;
	opacity:1;
}
.ec-headerNav .ec-headerNav__itemIcon {
	color:#069506;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
	background: #069506;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #069506;
}
.ec-headerNavSP,
.ec-drawerRoleClose {
  color: #069506;
}
.sec {
    margin-bottom: 40px;
}
.page_index {
	background: #fff;
	padding: 16px 8px 16px 40px;
	position: relative;
	line-height: 1;
	font-weight: 600;
	}
.page_index:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #069506;
}
.red {
	color: #ff004e !important;
	font-weight: bold;
}

.center {
	margin:0 auto 0;
	text-align:center;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
.flr {
	display: flow-root;
}
#nav_sp01 {
	display: flex;
}
section {
  width: 1140px;
  max-width: 100%;
  margin: auto;
}
html{
    scroll-behavior: smooth;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
}

/* header */
#header_sp {position: fixed;width: 100%;z-index: 1;}
.header_top {
  display: flex;
  justify-content: space-between;
	padding:8px 0;
  align-items: center;
  background: #f5ffee;
}
.ec-cartNaviWrap {
	z-index:0;
}
.header_top_btn {
  display: flex;
}
.header_btn {
  border: 3px solid #069506;
  border-radius: 24px;
  padding: 4px 16px;
  color: #069506 !important;
  margin: 0 8px;
  font-weight: bold;
}
.header_top_info {
  display: flex;
}
.header_top_info a {
	padding:0 8px ;
	color:#069506;
}
.header_bottom {
  background: #069506;
  padding: 8px 0;
  color: #fff;
}
.header_bottom section {
}

/* g_nav */
ul.ddmenu {
   margin: auto;
   display: flex;
   justify-content: space-evenly;
	z-index:100;
}
ul.ddmenu li {
   display: inline-block;
   list-style-type: none;
   position: relative;
}
ul.ddmenu a {
   color: white;
   line-height: 40px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   display: block;
   font-size: 18px;
}
ul.ddmenu a:hover {
}
ul.ddmenu ul {
   margin: 0px;
   padding: 16px;
   display: none;
   position: absolute;
	border:1px solid #069506;
	background:#fff;
	z-index:100;
   width: 520px;
   right: 0;
}
ul.ddmenu ul li {
   width: 240px;
}
ul.ddmenu ul li a {
   line-height: 35px;
   text-align: left;
   padding-left: 5px;
   font-weight: normal;
	color:#333;
}
ul.ddmenu ul li a:hover {
   color: #005500;
}
ul.ddmenu ul ul {
   margin: 0px;
   padding: 16px;
   display: none;
   position: absolute;
   top: 0;
   left: 100%;
}

/* footer */
#footer {
    margin: 80px auto 0;
    padding: 24px 0;
    background: #069506;
    color: #fff;
}
.footer_inner {
    margin: 0 auto;
    width: 1140px;
		max-width: 100%;
}
#scrolltop { /* 外枠を角丸の四角にする */
  position: fixed; /* 表示場所を固定する */
  bottom: 10px; /* 下から10px */
  right: 10px; /* 右から10px */
  width: 56px; /* 横幅を40px */
  height: 56px; /* 高さを40px */
  border-radius: 50%; /* 角丸にする */
  background: #8eda8e; /* 背景色を半透明の黒にする */
  overflow: hidden; /* textを非表示にする */
  text-indent: 100%; /* textを横幅と同じだけindent */
  white-space: nowrap; /* textを改行しない */
}
#scrolltop a {
  display: block; /* クリック可能な領域を広げる */
  padding: 10px 5px;
}
#scrolltop a:after { /* 白い三角をプラスする */
  content: " ";
  position: absolute;
  top: 16px; /* 三角形を10px下にずらす */
  right: 0; /* 三角形を四角の中の中央に表示するために左右を0に指定 */
  left: 0;
  width: 0; /* 横幅と高さを０に指定 */
  height: 0;
  margin: 0 auto; /* 中央寄せ */
  border-right: 10px solid transparent; /* ボーダー色を背景色と同じにし中心から右側のサイズを指定 */
  border-bottom:18px solid #fff; /* 三角形の高さ */
  border-left: 10px solid transparent; /* ボーダー色を背景色と同じにし中心から左側のサイズを指定 */
}

/* PC用 */
@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
#header_sp {
  display: none;
}
.ec-shelfGrid .ec-shelfGrid__item {
  /* width: 20%; */
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
}
}

/* SP用 */
@media screen and (max-width: 800px) {
.spNone {
	display: none;
}
.header_bottom {
	height: 50px;
}
ul.ddmenu {
	display:
	flex;
	flex-direction: column;
}
.ec-headerNaviRole {
	padding-top:112px;
}
}

/* SPmenu */
/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:
    fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(6,149,6,0.9);
    /*動き*/
    transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
/*リストのレイアウト設定*/
#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:
	fixed;
	z-index: 1000;/*ボタンを最前面に*/
	top: 60px;
	right: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #069506;
	border-radius: 50%;
}
/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 40%;
  }
.openbtn span:nth-of-type(1) {
	top: 13px;
}
.openbtn span:nth-of-type(2) {
	top: 19px;
}
.openbtn span:nth-of-type(3) {
	top: 25px;
}
.openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 25px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.ec-headerNavSP,
.ec-drawerRoleClose {
	top:60px;
	z-index: 1001;
}
.have_curtain .ec-overlayRole {
	z-index:1000;
}
.add-cart {
    background-color: green;
    border-color: green;
}
.add-cart:hover {
    background-color: green;
    border-color: green;
    opacity: 0.8;
}
.ec-productRole img {
  max-width: 100%;
  width: auto;
}
.RelatedProduct_title {
	background: #069506;
	padding: 16px;
	color: #fff;
}