@charset "UTF-8";
/*
Theme Name: KMtheme
Author: Flex Planning ,LLC
Author URI: https://www.flex-planning.com/
Version: 1.0
*/

/*フォーム調整*/
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.grecaptcha-badge {
  display: none;
  bottom: 90px!important;
  z-index: 20!important;
}
.page-id-37 .grecaptcha-badge,
.page-id-70 .grecaptcha-badge {
  display: block;
}
  @media screen and (max-width: 899px) {
    .page-id-37 .grecaptcha-badge,
    .page-id-70 .grecaptcha-badge {
      bottom: 80px!important;
    }
  }

/*投稿調整*/
.side_menu01 .cat-item-none {
  display: none;
}

.g-recaptcha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-origin: center center!important;
  -webkit-transform-origin: center center!important;
}

  @media screen and (max-width: 899px) {
    #map_canvas {
      height: 68vw!important;
    }
  }