#boxnew .header_block {
  clear: both;
  padding: 0;
  background: url("https://img07.shop-pro.jp/PA01461/049/etc/bg_title01.png?cmsp_timestamp=20210228164619")  repeat-x;
  background-position:bottom ;
  height:55px;
  width:93%;
  margin:0 auto 25px;
 }
#boxnew ul{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  width:93%;
  margin:0 auto;
 }
#boxnew ul li{
   margin-bottom: 25px;
   width:160px;
}
#boxnew ul li img{
  width:100%;
  height:auto;
}
#boxnew h3 span{
  font-family: 'Barlow', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  padding-left:20px;
}
.new_list{
  width:207px;
  margin:0 auto;
}
.new_list img:hover {
  opacity: 0.8 ;
}
/* ************************************************
* お知らせ
* ************************************************ */
#main #box_news{
  width:75%;
  margin: 0 auto;
}
#main #box_news h2{
  font-size: 170%;
  text-align:center;
  padding-bottom:3px;
  margin:20px 0 5px;
  border-bottom: solid 2px #989898;
  font-family: 'Barlow', sans-serif;
  font-family: 'Roboto', sans-serif;
}
#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  list-style: none;
  background-color:#efefef;
  padding:5px 10px;
}

#main #box_news ul li{
  display: -webkit-flex;
  display: flex;
  padding:5px 0;
}
#main #box_news ul li .news_date{
  width:15%;
}
#main #box_news ul li .news_message{
  width:85%;
}

/* ************************************************
*  おススメ_box
* ************************************************ */
#box_recommend_t .title{
  background: url("https://img07.shop-pro.jp/PA01461/049/etc/ico_pickup.gif?cmsp_timestamp=20210228174532") left no-repeat;
  background-color:#ede5d5;
  height:80px;
  width:100%;
  text-align:center;
  font-size: 185%;
  line-height:1.2em;
}
#box_recommend_t .title h3{
  font-family: 'Barlow', sans-serif;
  font-family: 'Roboto', sans-serif;
  padding-top:20px;
}
#box_recommend_t .title h3 span{
  display:block;
  font-size: 50% !important;
  font-weight: lighter;
}
#box_recommend {
  background-color:#ede5d5;
  padding:25px 0 25px 30px;
}
