@charset "utf-8";

.breadcrumb{
  border-bottom: none;
}
.box-title {
  padding : 0 0 10px;
}
article{
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  height: auto;
  overflow: hidden;
}
article h2{
  margin: 65px auto;
  display: none;
}
article section{
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
}
article section figure{
  float: left;
  width: calc( 51.2% - 15px );
  padding: 0 15px 0 0;
}
article section figure img{
  width: 100%;
}
article section ul{
  float: left;
  width: 48.8%;
  height: auto;
  overflow: hidden;
}
article section ul li{
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
  width: calc( 50% - 5px );
}
article section ul li:nth-child( 2n - 2 ) {
  margin: 0 0 0 5px;
}
article section ul li:nth-child( 2n - 1 ) {
  clear: both;
}
article section ul li p{
  display: block;
  height: auto;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  float: left;
}
article section ul li p.hidden-phone{
  padding: 82px 0;
}
article section ul li p .item-info{
  padding: 0 10px;
  font-size:12px;
}
article section ul li figure {
  width: 100%;
  padding: 0;
}
article section ul li img{
  width: 100%;
}
article section ul li span{
  display: block;
}
article p#pagetop{
  width: 100%;
  background-color: transparent;
}
.info_sns{
  vertical-align: middle;
  margin: 35px 0;
}
.info_sns span {
  display: inline-block;
  margin: 0 10px;
}
.info_sns span.i_s0 .sns-icon-share {
  margin-right: 0;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/assets_2016/common/share.png) no-repeat;
  background-position: center 0;
  cursor: default;
  display: block;
  height: 21px;
  margin-left: 0;
  width: 21px;
}
.info_sns span a:hover {
  text-decoration: none;
}
.info_sns span .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  vertical-align:bottom;
  color: #999;
  line-height: 24px;
}
.info_sns.sp {
  margin: 30px auto 30px;
  border-bottom: solid 1px #eee;
  padding-bottom: 30px;
  width: 100%;
}
.info_sns.sp span.i_s0 {
  margin-right: 8px;
}
.info_sns.sp span img {
  width: 25px;
  height: auto;
  margin: 0 5px;
}
.desc2 {
  margin-bottom: 0;
  text-align:left;
  font-size: 11px;
}
[class^="c-fa-"]:before, [class*=" c-fa-"]:before {
  margin:0!important; 
}
.return{
  margin-top:44px;
}
.return a{
  font-family: lato, sans-serif;
  font-size: 13px;
  color: #303030;
}
.return a:before{
  content: "<";
  color: #303030;
  font-size: 12px;
  padding-right:4px;
}
.list-item-text {
  border: none;
  clear: both;
  margin: 0;
}
.list-item-text .item-price {
  padding-top: 0;
}
.list-item-text .item-ttl {
  margin: 0 0 10px;
}
.pages {
  padding-top: 25px;
}
.pagination .pager_arrows {
  top: 0;
}

@media (max-width: 1292px) {
  article{
    width: 950px;
  }
}


/******************************
 tablet
******************************/
@media (max-width: 979px) {
  article{
    width: 100%;
    margin: 10px 0;
  }
  article h2{
    margin: 32px auto;
  }
  article section ul li p{
    height: auto;
  }
  article section ul li p.hidden-phone{
    padding: 57px 0;
  }
  article section{
    margin: 0 0 35px;
  }
  .list-item-text {
    padding: 10px 0;
    min-height: 85px !important;
  }
}

/******************************
 SP
******************************/
@media (max-width: 767px) {
  .breadcrumb {
      padding: 12px 16px;
  }
  .breadcrumb ul{
    padding-left: 0;
  }
  article{
    margin: 30px 0 0;
  }
  article h2{
    width: 50%;
    margin: 15px auto;
  }
  article section{
    margin: 25px 0 0;
    padding: 25px 15px 0;
  }
  article section figure{
    margin: 0 0 4%;
  }
  article section figure .pages {
    padding: 0;
    border: none;
    text-align: center;
  }
  article section figure .pagination .pager_arrows .pager_back {
    float: none;
  }
  article section figure .pagination .pager_arrows img {
    width: auto;
  }
  article section figure,
  article section ul{
    width: 100%;
  }
  article section ul li{
    width: 48%;
    float:left;
    margin: 0 0 0 2%;
  }
  article section ul li:nth-child(2n-1){
    margin: 0 2% 0 0;
    clear: both;
  }
  article section ul li p{
    display: block;
    height: auto;
    width: 100%;
  }
  article section ul li p span{
    font-size: 10px;
    line-height: 16px;
    margin: 10px 0;
  }
  article section ul li p span span{
    margin: 0;
  }
  article p#pagetop{
    display: none;
  }
  .info_sns {
    vertical-align: middle;
    margin: 20px 0;
  }
  .info_sns span#i_s4{
    display: inline-block!important;
  }
  .desc2 {
    margin: 6px 0 0;
  }
  .return{
    margin-top:26px;
  }
  .return a{
    font-size: 14px;
    color: #2F2F2F;
  }
  .return a:before{
    color: #2F2F2F;
    font-size: 13px;
  }

} /* media query end */