@charset "UTF-8";
#btn_detail_search{
	text-align:center;
}
#btn_detail_search img{
	cursor:pointer;
}
#detail_search_area{
	display:none;
    position:fixed;
    left: 0!important;
    top:0;
    z-index:120;
    width:100%;
    padding: 0 0 0 0;
	/*background-color: #AAA;*/
}
#detail_search_wrap{
	position:relative;
	overflow: auto;
	background-color:rgba(237,232,225,0.96);
	overflow-scrolling:touch;
	-webkit-overflow-scrolling:touch;
}
#detail_search_area #top{
	overflow:hidden;
	margin-bottom:10px;
}
#detail_search_area p#btn_search_close{
	/*float:right;
	width:38px;
	cursor:pointer;*/
    float: none;
    width: 50px;
    cursor: pointer;
    position: fixed;
    top: 80px;
    right: 80px;
    z-index: 100;
    /* background-color: #000; */
    color: #fff;
}



#detail_search_wrap h2 {
  width: 80%;
  max-width: 900px;
  margin: 80px auto 0 auto;
    font-size: 13px;
}

#detail_search_wrap div.search-body {
    padding: 0 0 150px 0;
}
#detail_search_wrap div.search-cateblock {
    width: 90%;
    max-width: 1000px;
    margin: 12px auto 0 auto;
    padding: 22px 0 0 0;
    border-top: dotted 1px #000;
    position: relative;
    z-index: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
}
.search-cateblock.search-3 {
    justify-content: flex-start!important;
}
#detail_search_wrap div.searchbutton {
    width: 100%;
  max-width: 100%!;
    text-align: center;
    padding: 20px 0;
    background-color: #3C260A;
    position: fixed;
    bottom: 0;
}
#detail_search_wrap div ul {
    justify-content: flex-start;
}
#detail_search_wrap div h3 {
    color: #3C260A;
    font-weight: bold;
    font-size: 15px;
    display: block;
    width: 97%;
    color: #3C260A;
    padding: 0 0 0 1%;
    margin: 0 0 18px 0;
    border-left: solid 3px #F60;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#detail_search_wrap div h3:after {
	/*display: block;*/
  display: none;
	content: "";
	background-color: #F60;
    width: 30px;
    height: 2px;
    margin: 5px 0 10px 0;
}
#detail_search_wrap div h4 {
  color: #3C260A;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/*.search-cateblock label {
  position: relative;
  display: inline-block;
  margin: 0 5% 10px 0;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  width: 28%;
}*/
.search-cateblock label {
    position: relative;
    display: inline-block;
    margin: 0 2% 20px 0;
    padding-left: 2%;
    padding-right: 10px;
    line-height: 100%;
    cursor: pointer;
    width: 18%;
    }
.search-cateblock label:nth-of-type(5n) {
  margin: 0 0 10px 0;
}
.search-cateblock.search-3 label {
    position: relative;
    display: inline-block;
    margin: 0 2% 20px 0;
    padding-left: 2%;
    padding-right: 10px;
    line-height: 100%;
    cursor: pointer;
    width: 18%;
}
/*.search-cateblock.search-3 label:nth-of-type(3n) {
    margin-right: 0;
}*/
label::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    /* border: 2px solid #3C260A; */
    border: 2px solid #FF6600;
    border-radius: 4px;
    z-index: -1;
}
label.searchbox {
    padding-left: 0;
    width: 100%;
    max-width: 500px;
}
label.searchbox input {
    padding: 5px 10px;
    background-color: #FFF;
    color: #000;
    width: 100%;
}
label.searchbox::before {
  display: none;
}
input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    padding: 6px;
  color: #fff;
  text-align: center;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF6600;
}
/* Transition */
label,
label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}


select {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  letter-spacing: .1em;
  padding: 5px 30px;
}


.searchbutton {
    text-align: center;
    padding: 0 0 100px 0;
}
input[type="submit"] {
    border: none;
    border-radius: 5px;
    background: #FF6600;
    color: #fff;
    padding: 10px;
    width: 60%;
    max-width: 350px;
    margin: 0 30px;
    display: inline-block;
}
input[type="reset"] {
    border: none;
    border-radius: 5px;
    background: #aaa;
    color: #000;
    padding: 10px;
    width: 30%;
    max-width: 200px;
    margin: 0 0;
    display: inline-block;
}

.item-price {
  text-align: right;
}
/*********** page-search **********/
/********** SP **********/
@media screen and (max-width: 841px) {

#detail_search_wrap div.search-body {
    padding: 0 0 250px 0;
}
	#detail_search_area p#btn_search_close {
    float: none;
    width: 40px;
    cursor: pointer;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 100;
    /* background-color: #000; */
    color: #fff;
}
.searchbutton {
    text-align: center;
    padding: 0 0 150px 0;
}
input[type="submit"] {
  border: none;
  border-radius: 5px;
  background: #FF6600;
  color: #fff;
  padding: 10px 0;
	width: 60%;
	margin: 0 1% 30px 4%;
	display: inline-block;
}
input[type="reset"] {
  border: none;
  border-radius: 5px;
  background: #aaa;
  color: #000;
  padding: 10px 0;
	width: 30%;
	margin: 0 4% 0 1%;
	display: inline-block;
}

#detail_search_wrap div.search-cateblock {
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-cateblock label {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 5%;
    padding-right: 0;
    line-height: 20px;
    cursor: pointer;
    /* width: 45%; */
    width: 47%;
    letter-spacing: 0em;
}
.search-cateblock label:nth-of-type(3n) {
  margin: 0 0 10px 0;
}
.search-cateblock.search-3 label {
    position: relative;
    display: inline-block;
    margin: 0 2% 20px 0;
    padding-left: 5%;
    padding-right: 10px;
    line-height: 100%;
    cursor: pointer;
    width: 30%;
}
.inputarea {
    width: 100%!important;
    padding-left: 30px!important;
}

	}

.pager {
  /*margin: 80px auto 0 auto;*/
  margin: 0px auto 40px auto;
  width: 100%;
  text-align: center;
}
  .pager ul.Flex {
    justify-content: center;
  }
  .pager ul li {
    margin: 0 15px;
  }
@media screen and (min-width: 841px) {
  .pager {
    width: 90%;

  }
}
.pager li.active {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  margin: -5px 0 0 0;
  border-radius: 5px;
}
.pager li a{
  color: #000;
}
.pager li.active a {
  color: #fff;
}

.refine {
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #000;
}
.refine dt {
  display: inline-block;
}
.refine dd {
  display: inline-block;
  margin: 0 10px 0 0;
}
