.title_area {
width:800px;
height:110px;
margin:20px auto 0;
background:url(https://img.dougu-ya.com/2017/img/bnr_02.jpg) no-repeat top center;
}
.title_area span {
font-size:0;
}
@media screen and (max-width: 768px) {/*タブレット縦以下*/
.title_area {
width:90% !important;
height: 0 !important;
padding-top: 37% !important;
background: url(https://img.dougu-ya.com/2017/img/bnr_02m.jpg) top center no-repeat !important;
background-size: contain !important;
}
}
