@charset "utf-8";



#detail .image{
    background-image: url(img/1.jpg);
  }

  #satisfaction .image{
    background-image: url(img/2.jpg);
  }


  #challenge .image{
    background-image: url(img/3.jpg);
  }


@media print,screen and (min-width: 769px) {




    #kv .image {
        background-image:url(img/kv.jpg);
    }
 
   #schedule .pages .page .item{
    width: calc(1000px / 4);
    height: 460px;
    position: relative;
   }
#schedule .pages .page .item .texts {
    width: 270px;
}




   
    
  
    
    
 
    
}





@media only screen and (max-width: 768px) {



    #kv .image {
        background-image: url(img/kv_sp.jpg);
    }


    


    
    


}
