/* カスタマイズ用CSS */
#shopping_guide {
  width: 100%;
}

#shopping_guide li {
  display: -webkit-flex;
  float: left;
  width: 48%;
}

.cl {
  clear: both;
}

.guide {
  width: 100%;
}

.guide ul li {
  width: 100%;
  margin-bottom: 5%;
}

.ec-off2Grid {
  line-height: 40px;
  text-align: center;
}

.ec-off4Grid {
  text-align: center;
}

.favorite {
  margin-bottom: 5%;
}

.favorite ul {
  display: flex;
  list-style: none;
  border: solid 1px;
  padding: 0;
  background-color: #fff;
  box-shadow: 5px 5px 10px;
}

.ec-navlistRole ul {
  list-style: none;
  padding: 0;
}

.ec-favoriteRole__itemList {
  padding: 0;
}

.ec-favoriteRole__itemList li {
  list-style: none;
}
.favorite_left {
  width: 20%;
  padding: 1%;
}

.favorite_right {
  width: 80%;
  padding: 1%;
}

.ec-borderedList {
  list-style: none;
  padding: 0;
}

.ec-borderedList li {
  list-style: none;
  padding: 0;
}

.ec-imageGrid {
  display: flex;
  list-style: none;
  padding: 0;
  background: #f4f4f4;
  box-shadow: 5px 5px 10px;
  margin-bottom: 5%;
}

.ec-imageGrid__img {
  width: 30%;
  padding: 1%;
}

.ec-imageGrid__content {
  width: 70%;
  padding: 1%;
}

@media only screen and (min-width: 768px) {
  .ec-select__delivery {
    display: inline-block;
  }
}

.ec-select {
  margin-bottom: 16px;
}
.ec-selects {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #f5f7f8;
  border-color: #ccc;
}

.ec-radio {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-checkbox {
  margin-bottom: 20px;
}

.ec-login {
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .ec-headerLinkArea {
    display: none;
  }

  .floating-box {
    position: fixed;
    bottom: 90px;
    right: 1px;
    width: 320px;
    border: solid #b5b5b6;
    height: 600px;
    background: #e6e6e6;
    padding: 15px;
    z-index: 10;
    text-align: center;
    color: #221815;
  }
}

@media only screen and (max-width: 767px) {
  .ec-headerLink__item {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    text-align: center;
    text-decoration: none;
  }

  .ec-headerLink__list a {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .ec-headerLink__item_menu {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 10px 20px;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
  }
}

.ec-historyRole {
  border: solid 1px;
  padding: 2%;
  margin-bottom: 5%;
  background-color: #fff;
}

.ec-addressList__address {
  padding: 3%;
  margin: 5%;
}

.ec-addressList__item {
  padding: 3%;
  margin: 5%;
  border: solid 1px;
}

.footeraddress {
  width: 100%;
}

.ec-required {
  color: #e0080c;
}

.touroku {
  border: solid 2px #e0080c;
  padding: 20px;
  color: #000;
  text-align: center;
}

.ec-productRole__tag_tag_1 {
  list-style: none;
  background-color: #9acd32;
  border: solid #9acd32;
  border-radius: 1em;
  width: 80px;
  text-align: center;
  color: #fff;
}

.ec-productRole__tag_tag_2 {
  list-style: none;
  background-color: #ff6347;
  border: solid #ff6347;
  border-radius: 1em;
  width: 80px;
  text-align: center;
  color: #fff;
}

.ec-productRole__tags {
  padding: 0;
  margin-top: 0;
}

.ec-shelfGrid__item {
  margin-bottom: 20px;
  width: 180px;
  transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .ec-shelfGrid__item {
    width: 46%;
    margin-bottom: 20px;
    transition: 0.2s;
  }
  .floating-box {
    display: none;
  }
}
.ec-shelfGrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.ec-shelfRole {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
  padding: 60px 15px;
}

.ec-shelfGrid__item .item_name {
  margin: 10px 0;
}

.ec-shelfGrid__item .item_price {
  margin: 0;
}

.wk-flexBox__item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .wk-flexBox {
    display: flex;
  }

  .wk-flexBox__item {
    margin: 0 20px;
  }
  .wk-flexBox__item:first-child {
    margin-left: 0;
  }
  .wk-flexBox__item:last-child {
    margin-right: 0;
  }

  .wk-flex--1 {
    flex: 1;
  }
  .wk-flex--2 {
    flex: 2;
  }
  .wk-flex--3 {
    flex: 3;
  }
}

.wk-twitterBox{
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}