.recommend-items {
  margin: 60px 0 0 0;
}
#slider div {
    width: 100% !important;
  }

#slider div img {
    width: 100% !important;
    height: auto;
  }
.freespace {
  margin: 25px 0;
  padding: 25px 0;
}
.voice {
  display:block;
  clear:both;
}
.voice h3 {
  text-align:center;
}
.voice .inner {
  width:700px;
  height:250px;
  padding: 10px;
  margin: 0 auto 20px auto;
  overflow:auto;
  border: 2px solid #CCC;
}
.voice table  {
  width: 95%;
  font-size: 12px;
  margin: 0 auto;
}
.voice th {
  padding:10px;
  width:60px;
  height:72px;
  white-space: nowrap;
  background: url('https://img21.shop-pro.jp/PA01346/537/etc/hula_bg.png?cmsp_timestamp=20160305005523');
  background-position:center;
  background-repeat:no-repeat;
  border-bottom: 1px solid #f4f4f4;
}
.voice td {
  padding:10px;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 768px) {
  .voice .inner {
    width: 80%;
    }
}
 
 .group {
   text-align: center;
 }
 .group ul {
   list-style:none;
   margin: auto;
 }
 .group ul li.txt {
    display: inline-block;
   margin: 5px;
 }
 .group ul li.txt a {
   display: block;
   border: 1px solid #3E1D87;
   padding: 5px 15px;
   border-radius: 5px;
   color:#3E1D87;
   transition: 1.0s ;
}
 .group ul li.txt a:hover {
   text-decoration:none;
   background:#ebe3fd;
}
