@charset "UTF-8";

/*------------電話番号リンクボタン--------------*/
@media screen and (min-width:768px){
#tel + .composite_box01 .inner_item:first-child a{
    pointer-events: none;
}
}

@media screen and (max-width:768px){
#tel+div .heading.block_header_4 p {
    font-size: 2rem;
}
#tel+div .heading.block_header_4 .h {
    font-size: 1.6rem !important;
}
}


/*------------画像バナー--------------*/
#img_contents + .composite_box01 .inner_item_img img {
    object-fit: contain;
}