@charset "UTF-8";

/*2連バナー調整_251023*/
#top_banner + .contents_btn01 a {
  transition: 0.3s all;
}
#top_banner + .contents_btn01 a:hover {
  background: transparent;
  border: initial;
  opacity: 0.7;
}
@media screen and (min-width: 769px){
    #top_banner + .contents_btn01.block_button_2 a[href^="tel"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 650px) {
    #top_banner + .block_button_2 .inner_item_img:nth-child(1):nth-last-child(2), 
    #top_banner + .block_button_2 .inner_item_img:nth-child(2):nth-last-child(1) {
        max-width: 100%;
    }
}