/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}


.bunrui{
    border:1px solid #000;
    padding:2px 8px;
    background:#fff;
    margin-bottom:10px;
    display: inline-block;
}
.icon_medicine{
    width: auto;
    height: 30px;
}
.title_inner{
    position: relative;
    display: inline-block;

}
.cursive{
    position: absolute;
  right: -30px;
  bottom: -15px;
}
.bg_dott{
    background: url('https://file003.shop-pro.jp/PA01455/219/image/bg_archive.jpg');
    /*padding-bottom: 30px;*/
}
.bg_dott .wrap{
    padding-bottom: 10px;
}
.wrap .sort{
    padding-top: 15px;
}
.item_box {
    /*max-width: 280px;*/
    width: 28%;
    /*width: 100%;*/
    height: auto;
    /*margin-right: 110px;*/
    margin-right: 8%;
}
.item_box img{
    width: 100%;
}
.item_box:nth-child(3n){
    margin-right: 0;
}
.item_name a{
    font-weight: bold;
    color:#6a3906;
}
.item_price,
.item_name a{
    font-size: 18px;
    text-align: center;
}
.item_name a{
  overflow: initial;
  white-space: initial;
  display:inline-block;
  text-align:left;
}
.item_box .item_detail {
    padding-left: 0;
    text-align: center;
    border-left: 0;
}
.link_btn,
.link_btn:hover{
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background: #ff8585;
    color: #fff;
    padding: 10px 30px 10px 40px;
    border-radius: 100px;
    position: relative;
    margin-top: 0;
}

.link_btn::before{
  content: "";
  background: url(https://file003.shop-pro.jp/PA01455/219/image/arrow.png)no-repeat;
  background-size: cover;
  width: 11px;
  height: 14px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
}
.item_box .item_detail p.item_name{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:45px;
}
.item_box .item_detail .bunrui + p.item_name {
  margin-top:0;
}
.item_box:nth-child(1),
.item_box:nth-child(4),
.item_box:nth-child(7),
.item_box:nth-child(10){
  clear:both;
}
.repeat-banner {
  padding: 30px 0;
}
.repeat-banner__inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  font-size: 0;
}
.repeat-banner__inner img {
  width: 100%;
}

@media only screen and (max-width: 660px){
.item_name {
    text-align: left;
}
.item_name a{
    font-size: 16px;
    text-align: left;
}
.item_price{
    font-size: 16px;
}
.item_box,
.item_box:nth-child(3n){
    width: 47%;
    margin-right: 6%;
}
.item_box:nth-child(2n){
    margin-right: 0;
}
  
.link_btn, .link_btn:hover{
    padding: 10px 15px 10px 30px;
  font-size:14px;
}
.link_btn::before{
  left	: 12px;
}
.productlist__titlewrap .productlist__title{
    font-size:18px;
}
.item_box:nth-child(1),
.item_box:nth-child(4),
.item_box:nth-child(7),
.item_box:nth-child(10){
  clear:inherit;
}
.item_box:nth-child(add){
  clear:both;
}
}

