@media(max-width:1000px) {

  .fixed {
    background-color:rgba(255,255,255,0);
  }

  .menu1, .menu2, .menu3, .menu4 {
    display: none;
  }

  .logo {
    margin: 10px 41%;
  }

  .menu-btn {
    display: block;
  }

  /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  						Section1
  ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

  .contact-left {
    float:none;
    width:80%;
    border-right:none;
    margin:0px 10%;
  }

  .contact-left form {
    width:100%;
  }

  .contact-right {
    float:left;
    width:80%;
    margin-left:10%;
    margin-right:10%;
  }

  .info {
    display: none;
  }

  #map_canvas {
    width:100%;
    height:400px;

  }

  /*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
              Footer
  ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

  footer {
    height:280px;
  }

  .span {
    display:block;
    border-left: none;
    line-height:20px;
  }

  .foot2 span .last {
    border-right: none;
  }

}
