/* レスポンシブ共通 */
.sp {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ヘッダー */
.ec-headerNaviRole img {
  width: 70%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole img {
    width: 100%;
    margin-bottom: 0px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 15%;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: 85%;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    width: 30%;
    margin-top: 5px;
  }
  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 40%;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    float: left;
    width: 60%;
  }
}
@media only screen and (max-width: 901px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
}
/* コンテンツ */
.top_contents_img {
  margin-bottom: 20px;
}
.top_contents_img:hover {
  opacity: 0.7;
}
/* おすすめ商品 */
.recommend .title img {
  margin-top: 20px;
  width: auto;
}
.recommend .ec-shelfGrid__item img:hover {
  border: solid 1px #ccc;
  opacity: 0.7;
}
.recommend .ec-shelfGrid__item .item_name {
  text-decoration: underline;
}
.recommend .ec-shelfGrid__item .item_price {
    color: #F30;
    font-weight: bold;
}
/* 右カラム */
.ec-layoutRole__right .title h3 {
  border-bottom: solid 2px #AAA;
  border-top: solid 2px #AAA;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ec-layoutRole__right ul {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.ec-layoutRole__right .side_categories li {
  background-image: url('../img/side/allow.png');
  background-repeat: no-repeat;
  background-size: 0.9rem;
  background-position: left center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  transition: background-position 0.4s;
}
.ec-layoutRole__right .side_categories li a {
  color: #000000;
  text-decoration: none;
}
.ec-layoutRole__right .side_categories li:hover {
  background-position: left 0.2rem center;
}
/* 右カラムインフォ */
.ec-layoutRole__right .side_info li img {
  width: 100%;
  margin-bottom: 10px;
}
.ec-layoutRole__right .side_info li img:hover {
  opacity: 0.7;
}
.ec-layoutRole__right .side_sns li img {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #F3F4EE;
}
.ec-layoutRole__right .side_sns li img:hover {
  border: solid 1px #ccc;
}
.ec-layoutRole__right .side_banner li img {
  width: 100%;
  margin-bottom: 10px;
}
.ec-layoutRole__right .side_banner li img:hover {
  opacity: 0.7;
}
/* 下部バナー */
.ec-layoutRole__contentBottom .banner {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  max-width: 1150px;
  margin: auto;
}
.ec-layoutRole__contentBottom .banner div {
  width: 31%;
}
.ec-layoutRole__contentBottom .banner img {
  width: 100%;
}
@media (max-width: 767px) {
  .ec-layoutRole__contentBottom .banner {
      margin-left: 10px;
      margin-right: 10px;
  }
}
/* フッター */
.ec-footerRole {
  border-top: none;
  background: transparent;
  margin-top: 20px;
  padding-top: 10px;
}
.ec-footerRole .ec-footerNavi {
  margin-top: 10px;
}
.ec-footerRole {
  padding-top: 10px;
  background-image: url("../img/footer/footer.gif");
  background-size: contain;
  min-height: 130px;
  padding-left: 10px;
  padding-right: 10px;
}
.ec-footerRole .ec-footerTitle {
  padding: 0;
  text-align: left;
}
.ec-footerRole .ec-footerTitle .ec-footerTitle__logo {
  display: none;
}
.ec-footerRole .footerInfo {
  color: #FFF;
  font-size: 12px;
  text-align: left;
  width: 230px;
  /*margin-left: auto;*/
}
.ec-footerRole .ec-footerNavi__sns {
  display: inline-block;
}
.ec-footerRole .ec-footerNavi__sns a {
  margin-left: 15px;
  display: inline-block;
}
.ec-footerRole .ec-footerNavi__sns img {
  width: 32px;
}
.ec-footerRole .footer_flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .ec-footerRole .footer_flex {
    display: block;
  }
  .ec-footerRole .ec-footerNavi__sns {
    display: block;
    text-align: center;
  }
  .ec-footerRole .footerInfo {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle .ec-footerTitle__copyright {
    text-align: right;
    margin-top: 40px;
  }
}
/* slickスライダー */
.ec-sliderRole.pc {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
/* 商品詳細 */
#page_product_detail .ec-layoutRole__contents {
  max-width: 1280px;
}
/* ユーザーガイド */
.user_guide img {
  width: auto;
}
.user_guide .ec-pageHeader h1 {
  border-top: solid 2px #000;
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 20px 0 5px 0;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.user_guide .menu {
  /*display: flex;*/
  list-style: none;
  list-style-position: outside;
  padding: 15px;
  margin: 0;
  background-color: #F3F4EE;
  margin-bottom: 10px;
}
.user_guide .menu li {
  display: inline;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6em;
  font-size: 0.8rem;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  border-right-style: solid;
  border-right-width: 1px;
}
.user_guide .menu li a {
  color: #333;
  text-decoration: underline;
}
.user_guide .menu li a:hover {
  color: #666;
}
.user_guide h3 {
  color: #999;
  margin: 0 0 15px 0;
  padding: 8px 0 0 0;
  font-size: 1.3em;
}
.user_guide h4 {
  padding: 0 0 4px 0;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}
.user_guide .guide_text {
  line-height: normal;
  margin-bottom: 30px;
}
.user_guide .guide_text a {
  color: #000;
  text-decoration: underline;
}
.user_guide .guide_text a:hover {
  color: #003e78;
  text-decoration: none;
}
.user_guide .guide_text .tel {
  margin-top: 10px;
}
.user_guide .guide_warn {
  border: solid 1px #C00;
  padding: 10px;
  margin-bottom: 20px;
}
.user_guide .guide_text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #CCC;
}
.user_guide .guide_text table caption {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #000;
  caption-side: top;
}
.user_guide .guide_text table th {
  width: 40%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #CCC;
  background-color: #F3F4EE;
  color: #000;
}
.user_guide .guide_text table td {
  padding: 10px 0 10px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #CCC;
  color: #000;
}
.user_guide .guide_text table.postage {
  margin-top: 20px;
}
.user_guide .guide_text table.postage th {
  text-align: center;
  width: 70%;
}
.user_guide .guide_text table.postage th:nth-child(1),
.user_guide .guide_text table.postage td:nth-child(1) {
  border-right-style: solid;
  border-right-width: 1px;
}
.user_guide .guide_text table.postage td:nth-child(2) {
  text-align: right;
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .user_guide .ec-off1Grid__cell {
    width: 100%;
    margin-left: 18px;
    margin-right: 18px;
  }
}
/* 商品詳細 */
.ec-productRole__seasonal_message {
  color: #f00;
  font-weight: bold;
}
.ec-productRole__product_info {
  line-height: 1.0rem;
}
.ec-productRole__product_info dl {
  border: solid 1px;
  margin-right: 15px;
  padding: 12px 7px 7px 12px;
}
.ec-productRole__product_info dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
.ec-productRole__product_info dd {
  margin-left: 0;
}
.ec-productRole__product_no_list {
  font-size: 85%;
}
.ec-productRole__product_no_list .no {
  background-color: #000;
  color: #FFF;
}
.ec-productRole__product_no_list td {
  padding: 2px;
}
.ec-productRole__product_no_list p {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.ec-productRole__product_no_list p a {
  text-decoration: underline;
  color: #000;
}
.ec-productRole__product_no_list p a:hover {
  color: #003e78;
  text-decoration: none;
}

#page_product_list .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}

#page_product_list .ec-productRole__tag {
  display: inline-block;
  padding: 2px 2px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8;
}

.deliv_notice {
  border-top: 1px dotted #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}