.slider {
  width: 100%;
  margin-bottom: 3em;
  position: relative;
}
.sublogo {
    width: 7vw;
    height: auto;
    position: absolute;
    bottom: -40px;
    right: 49px;
}
#slider div {
  width: 100%!important;
}
.bx-wrapper img {
    width: 100%!important;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0;
    background: none!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D2D493!important;
    width: 5px!important;
    height: 5px!important;
    margin: 0 3px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #576E5A!important;
}
.infobox {
  width: 70%;
  margin: 7em auto 4em auto;
  padding: .3em;
  background-color: #D4CAB3;
}
.info {
  max-height: 20em;
  overflow-y: scroll;
  border: 2px solid #003942;
  font-size: 90%;
  padding: 1.5em 1em 1em 1em;
  color: #003942;
  position: relative;
  background: url(https://mavuno.jp/shop/img/info_down.png) 96% 90% no-repeat;
  background-size: 5px 33px;
}
.info::-webkit-scrollbar{
   width: 10px;
}
.info::-webkit-scrollbar-track{
   background-color: #b5ae9a;
}
.info::-webkit-scrollbar-thumb{
   background-color: #9b9685;
}
.info table {
  width: 80%;
   margin: 0 auto;
  border-collapse:collapse;
}
.info tr {
  border-bottom: 1px dotted #003942;
}
.info th, .info td {  
  padding: .7em 0 1em 0;
}
.info tr:last-of-type {
   border: none;
}
.info th {
  padding-right: 1em;
  vertical-align: top;
}
.info td {
  padding-left: 17px;
}
.info td:has(a) { 
  padding-left: 15px;
    background: url(https://mavuno.jp/shop/img/arrow_r.png) left 16px no-repeat;
    background-size: 9px 8px;
}
.info a {
  color: #003942;
  /* border-bottom: 1px solid #b5ae9a; */
}

.newarrival {
     margin-top: 6em;
}
/* .newarrival h2 {
  text-align: center;
    margin-bottom: 2em;
}
.newarrival h2 img {
  width: 30%;
} */
.top-list-title {
  text-align: center;
}
.top-list-title img {
    width: 90%;
    margin: 13% auto;
    border: none;
}
.top-list h3 img, .price img {
  display: none!important;
}
.pickup .btn {
  margin: 1em 0 3em 0;
}
@media(max-width: 599px) {
  .slider {
    width: 116%;
    float: none;
    margin-left: -8%;
  }
  .bx-viewport {
      height: 100vw;
  }
  .sublogo {
    width: 13vw;
    bottom: -23px;
    right: 25px;
  }
  .infobox {
    width: 100%;
    margin: 4em auto;
  }
  .info table {
    width: 95%;
    font-size: 80%;
  }
  .info td:has(a) {
    background: url(https://mavuno.jp/shop/img/arrow_r.png) left 12px no-repeat;
    background-size: 9px 8px;
  }
  .top-list-title img {
    width: 85%;
    margin: 0 auto;
  }
  .newarrival .btn {
    margin: 1em 0;
  }
  .newarrival ul {
    margin-bottom: 4em;
  }
}



  