.ttl-ban-image{
  padding:20px 100px;
  text-align:center;
}
.lineup-cate-area .box-list{
  padding:0 0 40px;
}
.lineup-cate-area .box-list .box{
  padding:0 0 20px;
}
.lineup-cate-area .box-list .box .item-name{
  padding:12px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  background: #f0f0f0;
  font-size: 1.1rem;
}
.lineup-cate-area .box-list .box .ban-image{
  padding:0 0 20px;
  text-align: center;
}
.lineup-cate-area .box-list .box .ban-text{
  padding:0 0 12px;
}
.lineup-cate-area .box-list .box .btn-area{
  text-align: center;
  font-weight: bold;
  padding: 12px 0 16px;
}
.lineup-cate-area .box-list .box .btn-area a{
  display: inline-block;
  color:#fff;
  border-radius: 5px;
  text-align: center;
  margin:0 4px;
  padding:16px 40px;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s ease;
}
.lineup-cate-area .box-list .box .btn-area .btn-lp{
  background:#f44f2e url("https://file002.shop-pro.jp/PA01385/352/image/ban/arrow-a.png") no-repeat center right 10px;
  background-size: 16px;
}
.lineup-cate-area .box-list .box .btn-area .btn-ichiran{
  background:#f48b2e url("https://file002.shop-pro.jp/PA01385/352/image/ban/arrow-a.png") no-repeat center right 10px;
  background-size: 16px;
}
.lineup-cate-area .box-list .box .btn-area .btn-lp:hover,
.lineup-cate-area .box-list .box .btn-area .btn-ichiran:hover{
  background-color:#48a2d2;
}
.sub-ban-area{
  padding:20px 8px 30px;
      display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sub-ban-area a{
  width:320px;
  display:block;
  margin:0 2px;
}
.shincyaku-area ul{
  list-style:none;
}
.shincyaku-area ul li{
  padding:12px 0;
  border-bottom:1px dotted #666;
}
.shincyaku-area ul li:last-child{
  border-bottom:0;
}
.shincyaku-area ul li .day{
  font-size:0.86em;
  color:#666;
}
.shincyaku-area ul li a{
  color:#0066c0;
  text-decoration:underline;
  transition: 0.3s ease;
}
.shincyaku-area ul li a:hover{
  color:#ffa500;
  text-decoration:none;
}
.dino-catelist-area .box-list{
  display: flex;
  flex-wrap: wrap;
  border-left:1px solid #ccc;
}
.dino-catelist-area .box-list .box{
 width:50%;
  background:#fff;
    border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
}
.dino-catelist-area .box-list .box .item-name{
padding:12px;
  text-align:center;
  font-weight:bold;
}

.goods-catelist-area .box-list{
    display: flex;
    flex-wrap:wrap;
    padding:16px 3px 24px;
}
.goods-catelist-area .box-list .box-50{
    width:50%;
    display:block;
    padding:3px 3px 7px;
}
.goods-catelist-area .box-list .box-full{
    width:100%;
    display:block;
    padding:3px 1px 7px;
}
@media (max-width: 760px) {

.ttl-ban-image{
  padding:20px;
  text-align:center;
}
.lineup-cate-area .box-list{
  padding:0 20px 40px;
}
.shincyaku-area .base-inner{
  padding:16px;
  background:#f0f0f0;
}
.shincyaku-area .base-inner ul{
  padding:6px 16px;
  background:#fff;
  border-radius:7px;
}
}