@charset "UTF-8";

#top_tel_contact + section .contact-section {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

#top_tel_contact + section .contact-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#top_tel_contact + section .contact-details {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#top_tel_contact + section .phone-number {
  display: flex;
  align-items: center;
}

#top_tel_contact + section .phone-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

#top_tel_contact + section .number {
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

#top_tel_contact + section .instruction {
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
}

#top_tel_contact + section .instruction_sp{
  display:none;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
}

#top_tel_contact + section .contact-button .button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0033cc;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: .3s;
}

#top_tel_contact + section .contact-button .button:hover {
  background-color: #002299;
}

#top_tel_contact + section .sp_br{
  display:none;
}

@media screen and (max-width: 900px){
  #top_tel_contact + section .contact-details{
    flex-direction: column;
  }
  #top_tel_contact + section .contact-button .button{
    margin-top: 20px;
  }
  #top_tel_contact + section .contact-section {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 600px){
  #top_tel_contact + section  .phone-number{
    flex-direction: column;
  }
  #top_tel_contact + section .instruction{
    display:none;
  }
  #top_tel_contact + section .instruction_sp{
    display:block;
  }
  #top_tel_contact + section .sp_br{
    display:block;
  }
  #top_tel_contact + section .contact-header {
    font-size: 16px;
  }
}

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

#top_image_sp + .contents_box01 {
    display: none;
}
@media(max-width: 600px){
  #top_image_sp + .contents_box01 {
    display: block;
  }
  #top_image_pc + .contents_box01 {
    display: none;
  }
}