@charset "UTF-8";
body {
  font-family: "Sacramento", cursive;
  text-align: center;
}

nav {
  text-align: center;
  font-family: "Sacramento", cursive;
}
nav ul {
  margin: 2em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  nav ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
}
nav ul li {
  list-style: none;
  display: inline-block;
  width: 15%;
}
@media screen and (max-width: 767px) {
  nav ul li {
    width: auto;
    padding: 0 0.5em;
  }
}
nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  nav ul li a {
    font-size: 1.3em;
  }
}

.form {
  font-family: "Zen Kurenaido", sans-serif;
  padding-top: 3em;
  font-size: 1.2em;
}

#formWrap {
  width: 800px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  font-family: "Sacramento", cursive;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  font-size: 2em;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit], form input[type=reset], form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.bg {
  background-image: url(../images/bg.518c86b.jpg);
}

.topmsg {
  font-size: 4em;
  font-family: "Sacramento", cursive;
  color: black;
  padding-top: 0.5em;
}

.topmsg-p {
  font-size: 1.5em;
  padding-bottom: 1em;
  font-family: "Zen Kurenaido", sans-serif;
  color: black;
}
@media screen and (max-width: 767px) {
  .topmsg-p {
    font-size: 1em;
  }
}

.footmsg {
  font-family: "Sacramento", cursive;
  color: black;
}

.footer p {
  text-align: center;
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}/*# sourceMappingURL=style.contact.css.map */