.mainImg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../../images/location/main.jpg);
  background-position: center;
  background-size: cover;
}
.mainImg .inner {
  position: absolute;
  text-align: center;
  padding-top: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mainImg .inner h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

.content {
  padding: 20px;
}
.content .contImg {
  max-width: 1200px;
  margin: auto;
}
.content .contImg img {
  width: 100%;
  height: auto;
}
.content .inner {
  max-width: 1200px;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  padding: 30px;
  margin: auto;
}
.content h2 {
  color: #2a2a2a;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 35px;
}
.content h3 {
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-top: 20px;
  margin-bottom: 30px;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 440px) {
  .mainImg {
    background-position: left;
  }

  .content {
    padding: 20px;
  }
  .content .contImg {
    max-width: 1200px;
    margin: auto;
  }
  .content .contImg img {
    width: 100%;
    height: auto;
  }
  .content .inner {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0;
  }
  .content h2 {
    color: #2a2a2a;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 35px;
  }
  .content h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: normal;
    padding-top: 35px;
    margin-bottom: 25px;
  }
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 441px) {
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
}
