/* ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºç”¨CSS */
body {
    background: url(/shop/html/user_data/assets/img/common/bg.png) !important;
}
.sp_wrap {
  overflow: hidden;
}
.ec-layoutRole {
  background: unset;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  background-color: #ece2c2;
  height: fit-content;
  padding-bottom: 16px;
}
.ec-layoutRole__footer {
  background-color: #ffffff;
  margin-top: 40px;
}
.ec-productRole {
  padding-top: 40px;
}
.ec-shelfGrid__item h4 {
  margin-bottom: 16px;
}
.ec-productRole .ec-productRole__priceRegular {
  padding-top: 0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color: #220000;
}
.ec-headerNav .ec-headerNav__itemIcon,
.fa-shopping-cart,
.ec-topicpath .ec-topicpath__item a,
.ec-topicpath .ec-topicpath__item--active a,
.ec-productRole .ec-productRole__category a,
.ec-pageHeader h1, .ec-pageHeader .h1 {
  color: #220000;
}
.ec-inlineBtn--action,
.ec-blockBtn--cancel,
.ec-cartRole .ec-blockBtn--action,
.ec-blockBtn--action {
  color: #ffffff !important;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
  border-bottom: 1px solid #220000;
  margin: 10px 16px;
}
.ec-borderedDefs dl {
  border-bottom: 1px dotted #220000;
}
.ec-borderedDefs {
  border-top: 1px dotted #220000;
}
.ec-itemNav__nav li a {
  text-align: left;
  border-bottom: 1px dashed #cccccc;
  font-family: serif;
}
.ec-categoryNaviRole {
  padding-left: 10px;
  padding-right: 10px;
}
.ec-registerRole {
  padding-bottom: 10px;
}
.price02-default,
.ec-productRole .ec-productRole__price {
  color: #aa051e;
}
.ec-productRole .ec-productRole__price {
  font-size: 20px;
}
.ec-borderedDefs .ec-label {
  margin-bottom: 0;
}
.ec-borderedDefs dl {
  align-items:center;
}
.ec-productRole__btn {
  margin-top: 16px !important;
}
.ec-productRole__description {
  border-bottom: 2px dashed #403232;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.ec-radio input {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
.ec-headerNaviRole {
  padding-top: 40px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 24px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  width: 80%;
  height: auto;
  margin: 0 auto 16px;
}
.ec-itemNav__nav li {
  width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item {
  width : 50% ;
}
.ec-borderedDefs dl {
  padding: 10px 0;
}
.ec-borderedDefs dt {
  margin-bottom: 14px;
}
.ec-borderedDefs dd {
  line-height: normal;
}
.ec-itemNav__nav li {
    border-bottom: 1px dashed #cccccc;
}
.ec-itemNav__nav li a {
    border-bottom: none;
    padding: 16px 10px;
}
.ec-itemNav__nav li ul {
  position: relative;
}
.ec-itemNav__nav li ul li {
    height: auto;
    border-bottom: none;
    font-weight: 400;
}
.ec-itemNav__nav li ul li a {
  background-color:#ffffff;
  color:#000000;
  padding: 8px 32px;
  border-bottom: none;
}
.ec-itemNav__nav li ul li a:before {
  content:"-";
}
.ec-itemNav__nav > li:hover > a,
.ec-itemNav__nav > li:hover li:hover > a {
  background: #fafafa;
}
}

/* SP */
.ec-headerNavSP,
.ec-drawerRoleClose {
  top: 64px;
  color: #403232;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  color: #403232;
}
.ec-drawerRole .ec-headerLinkArea {
  background-color:#403232;
}
.ec-drawerRole .ec-headerLinkArea .fa-shopping-cart {
  color:#ffffff;
}
@media screen and (max-width: 800px) {
.ec-headerNaviRole .ec-headerNaviRole__right {
  width:100%;
}
.ec-headerNaviRole__nav {
    width: max-content;
}
  .ec-headerNav__item {
    display: flex;
    text-align: center;
    margin: 0 .5rem;
  }
  .ec-headerNav .ec-headerNav__itemLink {
    display: block;
    margin: 0;
  }
}

/* plugin */
.coffee-taste {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.coffee-taste .taste-block {
    display: flex;
    align-items: center;
}
.coffee-taste .taste-block .taste-label {
    color: #525263;
}
.coffee-taste .taste-block img {
    width: auto;
}
a.btn-success {
  color: #ffffff !important;
  background-color: #589ea5;
  border: 1px solid #589ea5;
}
a.btn-success:hover {
  background-color: #589ea5;
  border: 1px solid #589ea5;
}
