@charset "UTF-8";

/*--当店の特徴横にイラスト--*/
#top_feature + section:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 200px;
    background-image: url(/common/upload_data/dancing-puppycom/image/20240124162057.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;  
}

/*--ブログ見出し横にイラスト--*/
#top_blog + div.block_news_1 .heading.block_header_1 p:before{
    content: "";
    position: absolute;
    left: -30rem;
    top: -10rem;
    width: 300px;
    height: 200px;
    background-image: url(/common/upload_data/dancing-puppycom/image/20240124162057.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/*--犬舎オーナー紹介--*/
@media screen and (max-width:900px){
  #hd + section.contents_box01:after{
    content: "";
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background-image: url(/common/upload_data/dancing-puppycom/image/20240124163836.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
