@charset "UTF-8";
/*
base
1. default
2. header
3. footer
4. pagetop

———————————————————- */
b, h3, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

/*----- 1.default -----*/
h3 {
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

img {
  width: 100%;
}

/*----- 2.header -----*/
header {
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
header h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/titleLogo.png) 0 0 no-repeat;
  background-size: contain;
  width: 70%;
  height: 14vw;
}
header nav {
  background-color: #0088d1;
  padding: 20px 10px 30px;
}
header nav a {
  color: #fff;
  font-size: 14px;
}

/*----- 3.footer -----*/
footer {
  background-color: #0088d1;
  padding: 5px;
}
footer section {
  margin-bottom: 0;
}
footer .address h4, footer .address p {
  color: #fff;
  line-height: 1.8em;
}
footer .copy {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*----- 4.pagetop -----*/
#forTop {
  padding: 15px 0 0 16px;
  vertical-align: middle;
}
#forTop:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(135, 136, 136, 0.8);
}
#forTop:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 8px;
  left: 15px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*---------- sp ----------*/
@media screen and (max-width: 896px) {
  section {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  header {
    padding-top: 10px;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    z-index: 251;
    display: none;
  }
  header nav li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }

  footer .address {
    display: none;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 896px) {
  section {
    width: 830px;
    margin: 0 auto 100px;
  }

  h3 {
    margin-bottom: 40px;
  }

  header {
    margin-bottom: 100px;
  }
  header section {
    position: relative;
    height: 100%;
    margin-bottom: 0;
  }
  header h2 {
    position: absolute;
    top: 50px;
    left: -170px;
    width: 703px;
    height: 146px;
  }
  header nav {
    padding: 10px 0;
  }
  header nav ul {
    width: 830px;
    margin: 0 auto 0;
  }
  header nav li {
    border-right: 1px solid #fff;
    padding: 0 41px;
  }
  header nav li:last-child {
    border-right: none;
  }
  header nav li a {
    font-size: 13px;
  }
  header nav li a:hover {
    font-weight: bold;
  }

  footer {
    padding: 20px 0 10px;
  }
  footer section {
    position: relative;
  }
  footer .address {
    width: 50%;
  }
  footer .copy {
    width: 50%;
    height: 1.8em;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.8em;
  }

  #forTop {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  #forTop:after {
    top: 15px;
    left: 18px;
    width: 24px;
    height: 24px;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=base.css.map */
