body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  background: #265A3C;
  width: 100%;
}

header a {
  color: white;
}

h1 {
  color: #be8f68;
  margin-top: 60px;
  font-size: 5vw;
}

h1::before {
  content: '';
  display: inline-block;
  background-image: url(../img/title-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
}

h1::after {
  content: '';
  display: inline-block;
  background-image: url(../img/title-logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-left: 10px;
  margin-top: 5px;
}


.eathard {
  padding-left: 0;
  margin-top: 60px;
}

.first {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.second {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.third {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.content img {
  width: 80%;
}

.bread img {
  width: 100%;
}


.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
}

.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  font-weight: bold;
  text-align: center;
}

h6 {
  color: #89AC71;
  font-size: 3vw;
}


table {
  width: 100%;
  margin: 10px auto 0;
}

th {
  color: white;
  background: #265a3c;
}

td {
  color: #6F5436;
}


footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background: #265A3C;
  margin-top: 70px;
}

/* パソコン */
@media screen and (min-width:500px) {
  .nav {
    display: none;
  }

  header {
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
  }

  .head img {
    width: 56px;
    height: 56px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .head {
    width: 90%;
    display: flex;
    margin: 0 auto;
  }

  .pc-head {
    width: 80%;
    height: 100px;
    padding-left: 0;
    margin: 0 auto;
    line-height: 100px;
  }

  .pc-head li {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
  }

  h1 {
    font-size: 25px;
  }

  h6 {
    font-size: 15px;
    margin-top: 15px;
  }


}



/* スマホ*/
@media screen and (max-width:499px) {

  .pc-head {
    display: none;
  }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
    }

    .head {
      display: flex;
      width: 90%;
      margin: 0 auto;
    }

    .head img {
      width: 9vw;
      height: 9vw;
      margin: auto 0;
    }

    .nav {
      margin: 0 0 0 auto;
    }

    .drawer-hidden {
      display: none;
    }

    .drawer-open {
      display: flex;
      height: 40px;
      width: 40px;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 100;/* 重なり順を一番上に */
      cursor: pointer;
    }

    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background: white;
      transition: 0.5s;
      position: absolute;
    }

    .drawer-open span:before {
      bottom: 8px;
    }

    .drawer-open span:after {
      top: 8px;
    }

    #drawer-check:checked ~ .drawer-open span {
      background: rgba(255, 255, 255, 0);
    }

    #drawer-check:checked ~ .drawer-open span::before {
      bottom: 0;
      transform: rotate(45deg);
    }

    #drawer-check:checked ~ .drawer-open span::after {
      top: 0;
      transform: rotate(-45deg);
    }

    .drawer-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;/* メニューを画面の外に飛ばす */
      z-index: 99;
      background: #265a3c;
      transition: .5s;
    }

    #drawer-check:checked ~ .drawer-content {
      left: 0;/* メニューを画面に入れる */
    }

    .sumaho-head {
      width: 100%;
      padding-left: 0;
      text-align:center;
      margin-top: 60px;
      line-height: 2;
    }

    h1 {
      margin-top: 30px;
    }

    .eathard {
      margin-top: 40px;
    }

    .second {
      margin-top: 10px;
    }

    .third {
      margin-top: 10px;
    }

    h6 {
      margin-top: 10px;
    }



  footer {
    font-size: 10px;
    height: 40px;
    line-height: 40px;
  }


}
