@charset 'utf-8';

/* contact
------------------------------------------------ */
.contact-frame { position: relative; width: 100%; height: 820px; }
.contact-frame iframe { width: 100%; height: 100%; }

@media screen and (min-width: 769px) {
  .contact-frame { margin: 0 auto; max-width: 800px; height: 800px; }
}