@charset "UTF-8";

/*--------------------電話番号-------------------------*/
#contact_note + section .content_wrapper{
  padding:0;    
}

.contact_note {
  width:80%;
  margin:0 auto;
}

.contact_note a {
  margin: 10px 0;
  display: block;
  font-size: 3rem;
}

.-ilb{
  display:inline-block;
}

a[href^="tel:"] {
  text-decoration: none;
}

#form + a + section,
#form .submit + a + section,
.widget_form .content_wrapper form .submit + a + section{
  display:none;
}


@media screen and (min-width: 769px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  .contact_note {
    width:100%;
  }
}

@media screen and (max-width: 480px){
  .-ilb{
    display:inline;
  }
  .contact_note {
    font-size: max(1.3rem , 3vw);
  }
  .contact_note a {
    font-size: 2.5rem;
  }
}