@charset "UTF-8";
/* DEFAULT */
@media only screen {
  button, input, textarea {
    color: #000000;
  }
  #channel {
    height: auto;
    max-width: 425px;
    width: 40vw;
  }
  #map {
    border: 0;
    height: 30vw;
    width: 60vw;
  }
  #sns {
    height: auto;
    max-width: 500px;
    width: 40vw;
  }
  #spear {
    height: auto;
    max-width: 800px;
    width: 60vw;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {}
/* DESKTOP */
@media only screen and (max-width: 2000px) {}
/* TABLET */
@media only screen and (max-width: 950px) {}
/* MOBILE */
@media only screen and (max-width: 700px) {
  textarea {
    width: 84vw;
  }
  #map {
    height: 40vw;
    width: 80vw;
  }
}
/* Format the honeypot phone and email form fields */
#phonex1, #email1 {
	display: none; 
}
