@charset "UTF-8";

#tel + section .inner_item_img a {
  pointer-events: none;
}
@media screen and (max-width: 768px){
#tel + section .inner_item_img a {
  pointer-events: auto;
}

#tel + section .inner_item_img a:hover {
  opacity: 0.7;
}
}

#font + section .heading.block_header_1 p {
  font-size: 7.4rem;
  color: #EBBD38;
}
@media screen and (max-width: 768px){
#font + section .heading.block_header_1 p {
  font-size: max(7.5vw, 2.7rem);
}
}