html, body {
    min-width: 980px;
}
body {

    font: 500 10px/1 "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    text-align: center;
    letter-spacing: 0;
    background: #FFF;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    overflow: scroll;
}
.fullscreen-container {
    height: 100%; 
    margin: 0 auto;
}




/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
  font-weight: bold;
  font-size: 20px; }

.site-header {
  position: relative;
  background-color: #FFF;
/*   border-bottom: 1px solid #007aff;*/


}
.site-header__wrapper {
 
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; } }
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } 
}

ul{
  padding-left:0;
}

li{
  list-style:none;
}
a.menu-button {
  color: #007aff;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  font-weight: weight;
  font-size: 20px;
}
.nav__item a {
  display: block;
  padding: 1.5rem 1rem; 
  margin-right: 30px;
}

.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } 
}


img.word-logo {
    width: 150px;
    height: 30px;
    margin-left: 70px;
}


* {
  box-sizing: border-box;
}

.contact {
  width: 960px;/*横幅*/
  margin: 0 auto;/*中央寄せ*/
  padding: 30px 0;
}

.contact-row {
  height: 30px;
}
.contact-ttl{
  font-size: 20px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: #007aff;
  margin-bottom: 40px;
  text-align: center;
}

.contact-table {
  width: 100%;
  margin-bottom: 5px;
}
.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
  height: 30px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #eee; /* グレーの背景色 */
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}
.form-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
  height: 40px;
}
.form-select {
    width: 350px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-submit {
  width: 400px; /* 横幅指定 */
  background-color: #007aff; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 16px; /* 文字の大きさ */
  padding: 15px; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
a {
    color: #007aff;
}

.siginin-wrapper {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;

}

a {
  margin-top: 10px;
    color: #007aff;
}