#sec{
  padding-bottom: 104px;
}
#sec .ttl_wrap{
  padding-top: 80px;
  padding-bottom: 130px;
}
#sec .ttl_wrap .sec_ttl{
  position: relative;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ac9268;
  text-align: center;
  padding-bottom: 0.2em;
  padding-right: 3em;
  padding-left: 3em;
}
#sec .ttl_wrap .sec_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../common/img/line_01.png);
  background-size: 100% 100%;
}
#sec .contact_conte{
  text-align: center;
}
#sec .contact_conte .txt{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 2em;
}

#sec .contact_conte .tel_num_wrap{
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
#sec .contact_conte .tel_num_wrap .tel_icon{
  width: 50px;
}
#sec .contact_conte .tel_num_wrap .tel_num{
  font-size: 65px;
  font-weight: 300;
  margin-left: 0.1em;
  line-height: 1;
}
#sec .contact_conte .tel_num_wrap .tel_time{
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 1em;
}

#sec .contact_conte .mail_wrap .mail_icon{
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:1600px){
  #sec{
    padding-bottom: 13vw;
  }
  #sec .ttl_wrap{
    padding-top: 5vw;
    padding-bottom: 8.12vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 1.87vw;
  }
  #sec .contact_conte .txt{
    font-size: 1.12vw;
  }
  
  #sec .contact_conte .tel_num_wrap{
    width: 35vw;
    margin-top: 4.37vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_icon{
    width: 3.12vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_num{
    font-size: 4.06vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_time{
    font-size: 1vw;
  }

  #sec .contact_conte .mail_wrap .mail_icon{
    width: 8.75vw;
  }
}

@media(max-width:750px){
  #sec{
    padding-bottom: 19.06vw;
  }
  #sec .ttl_wrap{
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 5.33vw;
    padding-right: 0;
    padding-left: 0;
  }
  #sec .ttl_wrap .sec_ttl::after{
    height: 1px;
  }
  #sec .contact_conte .txt{
    font-size: 3.73vw;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 1.6em;
  }
  
  #sec .contact_conte .tel_num_wrap{
    width: 86.66vw;
    margin-top: 12.8vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_icon{
    width: 8.53vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_num{
    font-size: 10.93vw;
  }
  #sec .contact_conte .tel_num_wrap .tel_time{
    font-size: 3.2vw;
    letter-spacing: 0;
  }

  #sec .contact_conte .mail_wrap .mail_icon{
    width: 17.5vw;
  }
}