.shoppingFlow{
  padding-top:100px;
  padding-bottom:100px;
  background:#f2f2f2;
}
/*ステップ*/
.stepList__unit{
  width:175px;
  float:left;
  font-size:12px;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.stepList__unit:nth-child(n+2){
  margin-left:20px;
}
.stepList__num{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height:20px;
  text-transform: uppercase;
}
.stepList__detail{
  padding:20px 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height:148px;
}
.stepList__title{
  padding: 0px 0 3px;
  font-weight: bold;
  font-size:13px;
  margin-bottom: 5px;
}
.stepList__imgWrap{
  position:relative;
  height:60px;
  width:100%;
}
.stepList__imgWrap img{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.stepList__imgWrap i {
  font-size: 60px !important;
}
.stepList__textArea{
  display: table;
  width: 100%;
  height: 50px;
  margin-top:5px;
}
.stepList__text{
  display: table-cell;
  vertical-align: middle;
  line-height:1.2;
  font-size:12px;
  text-align:center;
}
.shoppingFlow__title{
  font-size:24px;
  text-align:center;
  font-weight:bold;
  line-height:1;
  margin-bottom:30px;
}
.shoppingFlow__topText{
  text-align:center;
  font-size:14px;
  margin-bottom:33px;
}

/* 店舗情報 */
.shopinfo {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.shopinfo__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.info__unit {
  width: 380px;
  float: left;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.info__unit:nth-child(n+2) {
  margin-left: 30px;
}
.infoWrap {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 148px;
}
.infoWrap img {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
}
.infoWrap p {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1;
}

.hdrLogo {padding: 10px 0;}

.barTextWrap {
  margin-top: 20px;
    background: black;
}

.barText {
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 10px 0px;
}

.slider .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
  left:0;
}