@charset "utf-8";

main {
  position: relative;
  background: #fff;
  padding: 0 0 0.1px;
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
#pageTtl--Box {
  padding: 80px 0 50px;
  text-align: center;
}
#pageTtl {
  color: #344b5c;
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  /*margin-bottom: 1.5em;*/
}
.gm_head {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 30px;
}

#googleMapBox {
  margin-top: 80px;
}
#googleMapBox iframe {
  width: 100%;
  aspect-ratio: 4/3;
}


@media only screen and (max-width : 1024px) {



}

@media only screen and (max-width : 767px) {

  #pageTtl--Box {
    padding: 40px 0 30px;
  }
  #pageTtl {
    font-size: 22px;
  }
  .gm_head {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  #googleMapBox {
    margin-top: 40px;
  }
  #googleMapBox iframe {
    width: 100%;
    aspect-ratio: 1/1;
  }

}
