@charset "UTF-8";



main .item_content{
  width: 1106px;
  margin-bottom: 64px;
}

main .item_content .item_box{
  width: 260px;
}

main .item_content .item_photo a:hover{
  opacity: .5;
  transition: .4s;
}

main .item_content .item_info{
  line-height: 1.2;
  margin-bottom: 30px;
}

main .item_content .item_info .price{
  padding-top: 5px;
  font-size: 20px;
}

main .item_content .item_info .price span{
  font-size: 12px;
}

/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {

  main .item_content{
    width: 100%;
    margin-bottom: 64px;
    padding: 30px 40px 0 40px;
    box-sizing: border-box;
  }

  main .item_content .item_box{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px dotted #a4bba5;
  }

  main .item_content .item_box:last-child{
    width: 100%;
    margin-bottom: 0;
  }


}

