@charset "utf-8";
/*-----------------------------------
count
-----------------------------------*/
.wrap {
  position: relative;
}
h1{
    padding-right: 200px;
}
.data{
    position: relative;
}
button{
    margin: 0;
    padding: 0;
    border-style: none;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-appearance: none;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    section{
        padding-bottom: 0;
    }
    h1{
        margin-bottom: 10px;
        padding-right: 0;
    }
    .container .wrap.product-type{
      padding: 0 5px;
    }
        .all:before {
          content: '全商品タイプ';
        }
        .type0:before {
          content: 'パッケージ商品';
        }
        .type1:before {
          content: '単体商品';
        }
      .not-btn {
        color: #fff;
        border: none;
        opacity: 1;
      }
}

/*-----------------------------------
list
-----------------------------------*/
.li-type0-off,
.li-type1-off,
.li-type9-off
 {
  display: none;
}
.result li{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
  .result li:last-child{
      margin-bottom: 0;
  }
  .result li:hover{
      background-color: #f6f6f6;
  }
.result li a{
    display: block;
    color: #333;
    text-decoration: none;
}
.result li p.name{
    position: relative;
    margin-bottom: 0;
    padding: 6px 160px 6px 20px;
    background-color: #eeeeee;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}
  .result li p.name::before{
      position: absolute;
      content: "";
      z-index: 10;
      top: 50%;
      left: 0;
      width: 5px;
      height: 30px;
      margin-top: -15px;
      background-color: #87bb1e;
  }
  .result li.product-type-select {
    width: calc( (100% - 10px) / 3);
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ff9933;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
    .result li.product-type-select:not(:last-child){
      margin-right: 5px;
    }
    .result li.product-type-select:hover{
        background-color: #fff;
        transition: 0 none;
    }
    .result li.product-type-select:active{
      opacity: 0.8;
      transition: 0 none;
    }
    .result li.not-btn {
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      background-color: #ff9933;
      cursor: default;
      pointer-events: none;
    }
    .all:before {
      content: '全商品タイプ表示';
    }
    .type0:before {
      content: 'パッケージ商品のみ表示';
    }
    .type1:before {
      content: '単体商品のみ表示';
    }
.product-type {
  position: relative;
}
.product-type-contents {
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-box;
  border-bottom : #ff9933 solid 3px;
}
.sentence {
  display: flex;
}
.container p.product-type-sentence {
  margin: 0 auto;
  margin-right: 20px;
  text-align: right;
  font-weight: bold;
}
.container p.product-type-sentence span {
  font-weight: bold;
  cursor: pointer;
}
.type-description{
    display: none;
    width: 200px;
    position: absolute;
    z-index: 10000;
    top: 90px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    color: #FFF;
    text-align: left;
}
  .type-description:before{
      position: absolute;
      top: -16px;
      left: 50%;
      content: "";
      margin-left: -8px;
      border: 8px solid transparent;
  	border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  }
.type-description.open{
    display: block;
}
  .type-description dl:first-child{
      margin-bottom: 10px;
  }
.type-description dt{
    font-size: 0.9em;
    font-weight: bold;
}
.container .type-description p{
    margin-bottom: 0;
    font-size: 0.8em;
}
.container p.count-sentence {
  font-size: 1.2em;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 20px;
}
.count-sentence span{
    margin-right: 5px;
    font-size: 1.2em;
    font-weight: bold;
}
.type-icon{
    padding: 2px 10px;
    color: #ff9933;
    background-color: #ff9933;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.type1-icon{
    padding-right: 30px;
    padding-left: 30px;
}
.id{
    margin-right: 10px;
    padding: 2px 15px;
    background-color: #333;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.id-icon {
  display: flex;
  margin-bottom: 10px;
}
.result-col2{
    padding: 20px;
}
.result-col2 .pict{
    float: right;
    width: 25%;
}
.result-col2 .txt{
    float: left;
    width: 72%;
    margin-right: 3%;
}
.result-col2 .pict .icon{
    margin: 10px 0 -2%;
}
.result-col2 .pict .icon li{
    float: left;
    width: 49%;
    margin-bottom: 2%;
    padding: 1px 5px;
    font-size: 0.9em;
}
.result-col2 .pict .icon li:nth-child(odd){
    margin-right: 2%;
}
.result-col2 .txt p{
    margin-bottom: 10px;
}
.result-col2 .txt .hd{
    color: #f26c37;
}
.result-col2 .txt th,.result-col2 .txt td{
    width: 20%;
    padding: 5px 15px;
}
.result-col2 .txt th{
    width: 5%;
    white-space: nowrap;
}
.result li .detail-btn a{
    width: auto;
    margin: 0 20px;
    padding: 5px 25px 8px;
    background-color: #87bb1e;
    border-radius: 5px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
      .all:before {
        content: '全商品タイプ';
      }
      .type0:before {
        content: 'パッケージ商品';
      }
      .type1:before {
        content: '単体商品';
      }
  .type-description{
      position: absolute;
      z-index: 10000;
      top: 90px;
      right: 30px;
  }
    .result-col2 .pict{
        width: 27%;
    }
    .result-col2 .txt{
        width: 70%;
    }
    .result-col2 .txt th,.result-col2 .txt td{
        padding: 5px 10px;
        line-height: 1.5;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
  .product-type {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 7px #ff9933 solid;
  }
  .product-type-contents {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 70px;
    border: none;
  }
  .result li.product-type-select {
    color: #000;
    border: 1px solid #ff9933;
    font-size: 13px;
    padding: 10px 0;
    box-shadow: none;
    position: static;
  }
    .result li.product-type-select:not(:last-child){
      margin-right: 5px;
    }
    .result li.product-type-select:hover {
      background-color: #fff;
    }
  .result li.not-btn {
    color: #fff;
  }
    .all:before {
      content: '全商品タイプ';
    }
    .type0:before {
      content: 'パッケージ商品';
    }
    .type1:before {
      content: '単体商品';
    }
  .sentence {
    display: block;
  }
  .container p.product-type-sentence {
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
    top: -51px;
  }
  .type-description {
    position: absolute;
    top: 67px;
    right: 13px;
  }
  .container p.count-sentence {
    margin-left: 20px;
    font-size: 1.1em;
    position: relative;
    top: -46px;
    margin-bottom: 0px;
  }
  .result ul{
      margin: 0 -20px;
  }
  .result ul.product-type-contents{
      margin: 0 0;
  }
    .result li{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
      .result li:hover{
        transition: none;
        background-color: #fff;
      }
    .result .list li{
        padding-bottom: 0;
    }
    .result li p.name{
        padding: 10px 15px 5px 25px;
        background-color: #333;
        font-size: 1em;
        color: #FFF;
    }
      .result li p.name::after{
          position: absolute;
          content: "";
          top: 50%;
          right: 10px;
          width: 10px;
          height: 10px;
          margin-top: -7px;
          border-top: 2px solid #FFF;
          border-right: 2px solid #FFF;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
      }
    .id-icon {
      margin-bottom: 0;
    }
    .type-icon{
      position: static;
      margin: 0 0 10px;
      margin-right: 10px;
    }
    .id{
        position: static;
        margin: 0 10px 10px 0;
        font-size: 0.9em;
    }
    .result-col2{
        padding-bottom: 10px;
    }
    .result-col2 .pict{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .result-col2 .pict .main-pict{
        text-align: center;
    }
    .result-col2 .pict .main-pict img{
        width: 250px;
    }
    .result-col2 .pict .icon{
        margin: 0 0 -2%;
    }
    .result-col2 .pict .icon li{
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 1px 3px;
    }
    .result-col2 .pict .icon li:nth-child(3n){
        margin-right: 0;
    }
    .result-col2 .txt{
        clear: both;
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .result-col2 .txt p{
        margin-bottom: 5px;
    }
    .result-col2 .txt table{
        margin-bottom: 10px;
    }
    .result-col2 .txt th,.result-col2 .txt td{
        padding: 3px 10px;
        line-height: 1.5;
    }
    .result-col2 .txt th{
        width: 15%;
        font-size: 0.9em;
        font-weight: bold;
        white-space: normal;
    }
    .result-col2 .txt td{
        width: 35%;
    }
    .container .wrap.nodata{
        margin-top: 20px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.result-col2,
.result-col2 .pict,
.result-col2 .pict .icon{
    display: block;
    min-height: 1%;
}
.result-col2:after,
.result-col2 .pict:after,
.result-col2 .pict .icon:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
