/*
Theme Name: Gymgym Theme
Theme URI: https://gymgym.net/
Description: contact用WordPressテーマ
Text Domain: gymgym
*/
.contact{
  position: relative;
  padding: 90px 24px 90px;
  color: #fff;
  background: url("../img/contact/contact_bg.webp") center/cover no-repeat;
}
.contact_inner{
  position: relative;
  z-index: 1;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.contact_box{
  margin: 28px auto 0;
  max-width: 1000px;
}
.contact_iframe{
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
  background: transparent;
}
.contact iframe {
  width: 100%;
  height: 1000px;
  max-width: 1000px;
  padding-top: 10px;
  background-color: rgb(247, 249, 252);
}

@media (max-width: 768px){
  .contact{
    background: url("../img/contact/contact_bg_sp.webp") center/cover no-repeat;
    padding: 50px 0px;
  }
  .contact_box{
    max-width: 100%;
    border-radius: 6px;
  }
  .contact_iframe{
    height: 620px;
  }
}