@charset "utf-8";

/* PC */
@media screen and (min-width:768px){
  .bmz-icons__wrapper,.bmz-icons__tit{
    display: none;
  }

}
#shop_header_inner{
  max-width: 972px;
  margin: auto;
  position: relative;
}


/*アイコン*/
.bmz-icons__wrapper {
  width: 100%;
  overflow-x: scroll;
  margin: 10px 0;
  padding: 0;
}



.bmz-icons__item {
  min-width: 60px !important;
  border-right: 1px solid #f5f5f5;
}

.bmz-icons__item img {
  width: 100%;
  height: 100%;
}

/* カテゴリリスト（SP） */
#bmz-icons__header {
  display: none;
}

.bmz-icons__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;

}

.bmz-icons__item {
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  width: calc(100% / 5);
  display: inline;
}

/* .bmz-icons__item:nth-child(5n){
  border-right: 0;
} */
.bmz-icons__item a {
  display: block;
  text-align: center;
  width: 100%;
}

.bmz-icons__item a:hover {
  opacity: 0.7;
}

.bmz-icons__item img {
  width: 100%;
  height: auto;
}
.category_list{
  margin: auto;
}
.list_name{
  font-size: 16px;
}

.bmz-search__box {
  width: 100%;
}
.bmz-search__box form.search__box__flex {
  display: flex;
}
input.bmz-search__text{
  width: calc(100% - 60px);
  padding-left: 1rem;
}
.bmz-search__btn {
  border: 1px solid;
}
.bmz-search__btn img {
  width: 30px;
}

/* SP */
@media screen and (max-width:767px) {
  .bmz-search {
    width: calc(100% - 16px);
    margin: auto auto 1.5rem;
  }
  .bmz-search__btn {
    background: #e5e5e5;
    padding: 4px 16px;
    box-sizing: content-box;
    width: 30px;
    border-radius: 0 2px 2px 0;
    margin-left: -5px;
  }
}
/*  PC */
@media screen and (min-width:768px) {
  .bmz-search {
    margin: auto;
	margin-bottom: 15px;
    max-width: 1406px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .bmz-search__btn {
    background: #e5e5e5;
    padding: 3.5px 16px;
    box-sizing: content-box;
    width: 30px;
    border-radius: 0 2px 2px 0;
    margin-left: -5px;
  }


}