/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
*/
.hawk-topImg-pc{
display: block;
}
.hawk-topImg-sp{
display: none;
}
@media screen and (max-width:782px){
.hawk-topImg-pc{
display: none;
}
.hawk-topImg-sp{
display: block;
}
}