@charset "UTF-8";
@import "common/product_tags.css";

/* 商品一覧の絞り込み */

.sub_back{
  background-color: #fff;
  margin-bottom:2px;
}

.sub_search_box{
  display: block;
    /*height: 520px;*/
    width: 800px;
    margin: 0 auto;
}

.sub_search_box input[type=checkbox]{
  margin-right:15px;
}

.search_price{
  display: flex!important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:40px;
}

.flex_left{
  width:40%;
}
.flex_right{
  width:60%;
}
@media screen and (max-width: 800px) {
  .flex_left{
    width:100%;
  }
  .flex_right{
    width:100%;
  }
}
.flex_left label{
  line-height: 40px;
}

.flex_right input{
  width: 130px;
  height: 40px;
  margin:0 10px;

}

.flex_right span{
  font-size: 18px;
  font-weight: bold;

}


.search_category{
  display: flex;
  line-height: 48px;
  margin-bottom:35px;
}

.search_category h2{
  font-size: 16px;
  font-weight: bold;
  margin-top:15px;
  width: 120px;
}


.check_items{
  width:700px;
}

.check_items label{
  width: 165px;
  display:inline-block;
}

.search_buttom a{
  padding: 20px 0px 20px 120px;
  color: #D3D3D3;
  background-color: #444444;
  border-radius: 3px;
  display: block;
  text-align: left;
  width: 320px;
  font-size: 14px;
  margin: 0 auto;
}

.search_buttom img{
  width: 17px !important;
  margin-bottom: 3px;
  margin-left: 90px;

}

.search_close p{
  width: 320px;
  font-size: 14px;
  margin: 35px auto;
  text-align: center;

}

#sub_search_box{
  display:none;
}




.ec-headerSearch__keywordBtn{
  font-family: "Noto Serif JP", sans-serif;
  color: #D3D3D3;
  background-color: #444444;
  border-radius: 3px;
  display: block;
  text-align: left;
  width: 320px;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  height: 60px;
}

@media screen and (max-width: 800px) {
	font-size: 16px;
}

.ec-headerSearch__keywordBtn img{
  width: 16px !important;
  margin-bottom: 3px;
  margin-left: 90px;

}


/* 20200723 追加*/
#page_product_list .ec-pageHeader{
  margin:0;

}
#page_product_list .header-contents{
  width:calc(100% - 200px);
  max-width:1200px;
  margin:auto;
  display: flex;
  justify-content:space-between;
  align-items: center;
  /*position: relative;*/
}
@media screen and (max-width: 800px) {
  #page_product_list .ec-pageHeader {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  #page_product_list .header-contents{
    margin: 0px;
    align-items: stretch;
  }
  #page_product_list .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 5px;
    padding-right: 5px;
  }

  #page_product_list .noitem{
    letter-spacing: -2px;
  }
  .category_mv_wrap{
    margin-top: 4.5rem;
  }
}

#page_product_list .ec-pageHeader h1{
  margin:0;
  padding:0;
}
#sub_search_select{
      margin-top: 20px;
}
#page_product_list .header_right{
  height: 50px;
/*
  display: flex;
  height: 76px;
  line-height: 76px;
*/
}

#page_product_list .header_right select{
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  background-color:#fff;
*/
}

#page_product_list .header_right option[selected]{
  border:none;
  background-color:#aa8420;
}

#page_product_list .order-by{
/*
  position: absolute;
  bottom: -33px;
  right: 0;
*/
}

#page_product_list .sort{
  line-height: 76px;
  margin-left:30px;

}



#page_product_list .ec-searchnavRole__infos{
  border:none;
}


/* 一覧表示 */
#page_product_list .ec-shelfRole{
  max-width: unset;
  padding: 0;

}
#page_product_list .ec-shelfGrid {
    display: flex;
    margin: 0;
    margin-bottom: 80px;
}
#page_product_list .ec-shelfGrid__item{
  width: calc(100% / 3 - 20px / 3);
  margin-bottom: 10px;
  padding: 60px 20px 40px 20px;
  background-color: #fff;
  position:relative;
}


#page_product_list .ec-shelfGrid__item-image{
  height:auto;
}

#page_product_list .ec-shelfGrid__item-image img{
  width: 70%;
}
#page_product_list .ec-shelfGrid__item-image:hover{
  /*opacity:0.7;*/
}

#page_product_list .ec-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

#page_product_list .ec__itemTitle{
    margin: 20px 0 10px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-align: center;
}

#page_product_list .price02-default{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}


#page_product_list .select-box {
  background: #AA8420;
  border: 2px solid #AA8420;

  color: #0C2245;
  font-size: 14px;
  /*height: 30px;*/
  /*line-height: 30px;*/
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 140px;
  position: relative;
}
#page_product_list .select-box_none {
  background: #fff;
  border: 2px solid #fff;

  color: #0C2245;
  font-size: 14px;
  /*height: 30px;*/
  /*line-height: 30px;*/
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 140px;
  position: relative;
}
#page_product_list .select-box_none:hover{
background: #AA8420;
border: 2px solid #AA8420;
color:white!important;
}
#page_product_list .noitem{
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 43px;
  font-weight: 600;
}
#page_product_list .noitem-search {
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: 400;
}
#page_product_list .ec-headerSearch__keywordBtn_nonlist{
  font-family: "Noto Serif JP", sans-serif;
  height: 50px;
  color: #ffffff;
  background-color: #444444;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
  width: 80px;
  font-size: 14px;
  margin: 0px auto 10px -18px;
  display: inline-block;
  border: 1px solid #444444;
  padding-top: 3px;
  line-height: normal;
}
#page_product_list .ec-headerSearch__keywordBtn_nonlist:hover{
background-color: #aa8420;
}
#page_product_list .search-name2{
    margin: 20px 10px 0;
    max-width: 720px;
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    line-height: normal;
}
#page_product_list .search-area{
    text-align: center;
    width: 100%;
    line-height: 3;
    margin: 70px auto 30px auto;
}

/* 新着、sale 等の表記関連*/
.l_new_text{
    color: #AA8420;
}
.l_sale_text{
    color: #971B2F;
}
#page_product_list .count{
    font-size: 14px;
}

.rs-block {
  display: inline;;
}

@media screen and (max-width: 845px) {
  #page_product_list .noitem {
    font-size: 20px;
  }
  .rs-block {
    display: block;
    line-height: 16px;
  }
  #page_product_list .search-name2 {
    max-width: 80%;
    min-width: 200px;
    margin: 10px 0 0;
    line-height:36px;
    padding: 2px 0px 4px 0px;
    height:40px;
  }
  #page_product_list .search-name2::placeholder{

  }
  #page_product_list .ec-headerSearch__keywordBtn_nonlist {
    height:40px;
    width: 60px;
    line-height: 31px;
    padding-bottom:3px;
    position: relative;
    top: -1px;
  }
  /*
  _::-webkit-full-page-media, _:future, :root #page_product_list .ec-headerSearch__keywordBtn_nonlist {
    height:40px;
    line-height: 39px;
  }
  */
  #page_product_list .ec-shelfGrid{
    margin-top: 40px;
  }

  #sub_search_select {
      margin-top: 0;
  }

}

/* category_mv_wrap */
.category_mv img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}