
/*PC スマホ共通*/
.category{
  padding: 0 0 10px;
  margin-top: 20px;
  display: block;
  overflow: hidden;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
@media screen and (max-width:667px) {
  .category{margin: 20px -10px 0;}
}

.category-title {
  height: auto!important;
  background: none!important;
  color: #333!important;
  font-weight: bold;
  display: block;
  width:auto!important;
  padding: 10px !important;
  text-align: left;
  margin: 0 auto!important;
  font-size: 150% !important;
  border-top: 3px solid #4C6AB0;
}
.category-title .exp-c-tit {
  font-size: 15px !important;
  font-weight: normal !important;
  padding-left: 4px;
}
.category-title img{
  display: block;
  margin: 4px 0 0 2px;
  position: relative;
}
.category-text {
  text-align: left;
  padding: 10px ;
  margin: 10px auto 0;
  max-width: 640px;
  border-top: 1px dotted #CCC;
}

.slidearea {
  margin: 0;
  overflow: hidden;
  ;
}

.bx-wrapper {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  border: none !important;
  margin-bottom: 15px !important;
}

.bx-viewport {
  position: relative;
  width: 100%;
  height: auto !important;
  background-color: #F2F2F2;
}

.bx-viewport:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.bxslider {
  position: absolute !important;
  height: 100%;
  display: -webkit-flex;
  display: flex;
}

.bxslider li {
  background-color: #F2F2F2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.bxslider img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* PCサイズ
-----------------------------*/

@media screen and (min-width:668px) {
  /*boxslider用*/
  .bx-nav {}
  .bx-pager {
    text-align: center;
  }
  .bx-pager li {
    margin: 0 3px;
    background-color: #F2F2F2;
    text-align: center;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
  }
  .bx-pager li a {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    /*display: inline-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;*/
    position: relative;
  }
  .bx-pager li a.active::after{
    content:'';
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width: 74px;
    height: 74px;
    border: 3px solid #4D6BB1;
  }
  .bx-pager li a img {
    /*max-width: 100%;*/
    height: 100%;
    margin-left: -18px;
  }
  .bx-nav .icon {
    clear: both;
    padding-top: 32px;
  }
  .icon li {
    float: left;
    min-height: 47px;
  }
  .icon li:nth-child(2n) {
    margin-left: 10px;
  }
  /*遷移ナビ*/
  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    width: 28px !important;
    height: 56px !important;
    background-color: rgba(45, 82, 170, 0.8) !important;
    top: 45% !important;
    border-radius: 30px 0 0 30px;
    background-image: url("/maison/smp/images/icon_arrow_03.png") !important;
    background-position: 6px center !important;
    background-repeat: no-repeat !important;
    background-size: 27px !important;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .bx-wrapper .bx-next {
    right: 0 !important;
  }
  .bx-wrapper .bx-next:hover {
    width: 38px !important;
  }
  .bx-wrapper .bx-prev {
    left: 0 !important;
    /*border-radius : 0 30px 30px 0;*/
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
  }
  .bx-wrapper .bx-prev:hover {
    width: 38px !important;
  }
}
/* スマホ
-----------------------------*/

@media screen and (max-width:667px) {
  /*boxslider用*/
  /*●ナビげーション設定*/
  .bx-pager {
    text-align: center;
  }
  .bx-pager li {
    display: inline-block;
  }
  .bx-pager li a {
    background: #E4E4E4;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
  }
  .bx-pager li a.active {
    background-color: #6894EF;
  }
  .bx-pager li img {
    display: none;
  }
  /*●アイコン*/
  .icon {
    margin-top: 10px;
  }
  .icon li {
    width: 24%;
    margin-left: 1%;
    float: left;
  }
  .icon li:first-child {
    margin-left: 0;
  }
  .icon li img {
    width: 100%;
  }
  /*遷移ナビ*/
  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    width: 28px !important;
    height: 56px !important;
    background-color: rgba(45, 82, 170, 0.8) !important;
    background-image: url("/maison/smp/images/icon_arrow_03.png") !important;
    background-position: 6px center !important;
    background-repeat: no-repeat !important;
    background-size: 27px !important;
    top: 45% !important;
    border-radius: 30px 0 0 30px;
  }
  .bx-wrapper .bx-next {
    right: 0 !important;
  }
  .bx-wrapper .bx-prev {
    left: 0 !important;
    /*border-radius : 0 30px 30px 0;*/
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
  }
}
