@charset "UTF-8";

div#contents h1 {
  text-align: center;
}
img {
  display: inline;
}

@media only screen and (max-width: 768px) {
  div#wrapper {
    max-width: 700px;
    width: 100%;
    box-sizing: border-box;
  }
  div#header img {
    max-width: 357px;
    width: 100%
  }
  div#header img:nth-child(2) {
    max-width: 240px;
  }
  div#menu + img {
    width: 100%;
    height: auto;
  }
  div#contents table {
    width: 100%;
  }
  div#contents div {
    width: 100% !important;
  }
  div#contents center > img {
    width: 100%;
    height: auto;
  }
  div#footer {
    max-width: 700px;
    width: 100%;
  }

  /*フォーム*/
  table.mailform tr td textarea {
    width: 100% !important;
    height: 120px !important;
  }
  table.mailform tr td input[type="text"] {
    width: 100% !important;
  }

  div#mfp_buttons ul {
    max-width: 360px;
    width: 100% !important;
    height: auto !important;
  }
  div#mfp_buttons ul li {
    max-width: 180px;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto;
  }
  input#button_mfp_reset,
  input#button_mfp_goconfirm {
    max-width: 180px;
    width: 100% !important;
  }
}
