@charset "UTF-8";
/*-------  本番反映時commonに追加  -------*/
#map .form-btn{
  padding: 2.5rem 1.5rem 0;
}



/*-------  map  -------*/
#map{
  padding: 0 0 5rem;
  background: #ffffff;
}
#map iframe{
  width: 100%;
  height: 14.4rem;
}
#map .address{
  margin-top: 2rem;
  text-align: center;
}
#map .txt{
  margin: .3rem auto;
  font-size: 1rem;
}
#map .tel a{
  margin: 0 0 0 2rem;
  position: relative;
  color: #505050;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#map .tel a::after {
  content: '';
  width: 2.1rem;
  height: 2rem;
  position: absolute;
  background: url(../img/common/footer_tel.svg) top center no-repeat;
  background-size: contain;
  display: block;
  top: .6rem;
  left: -2rem;
}
@media screen and (min-width: 769px){
#map iframe{
  height: 18.4rem;
}
}


