h3.title {
  font-size: 1.6rem;
  text-align: center;
  margin: 2rem 1rem 2.5rem;
}

.sec_mainVisual {
  position: relative;
  width: 100%;
  height: 80vh;
  background-image: url(../../images/main_rentalSpace.jpg);
  background-size: cover;
}
.sec_mainVisual h2 {
  position: absolute;
  color: white;
  font-size: 2.8rem;
  text-shadow: 0 0 10px black;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.intoro {
  font-size: 0.95rem;
  max-width: 700px;
  padding: 1rem;
  margin: auto;
  margin-bottom: 3rem;
}
.inqBox {
  max-width: 600px;
  font-size: 1rem;
  text-align: center;
  padding: 1.5rem 1rem 0.7rem;
  margin: auto;
  margin-bottom: 4rem;
  border: 2px solid #464646;
}
.inqBox a {
  color: #232323;
}
.inqBox .tel {
  font-size: 1.3rem;
}

.cols2 {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.cols2.rev {
  flex-direction: row-reverse;
}
.cols2 .thumb {
  width: 55%;
}
.cols2 .thumb img {
  width: 100%;
  height: auto;
}
.cols2 .cont {
  width: 44%;
  font-size: 0.9rem;
  padding: 1.5rem;
}
.cols2 .cont h4 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.cols2 ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

/* コンタクト */
.contact {
  max-width: 970px;
  padding: 2rem 4rem;
  margin: auto;
  margin-bottom: 3rem;
  background-color: #e8e8e8;
}
.contact .cols {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.contact .cols .tel {
  width: 50%;
  font-size: 1.5rem;
  line-height: 0;
}
.contact .cols .tel a {
  color: #232323;
}
.contact .cols .form {
  width: 50%;
}

/* SP */
@media screen and (max-width: 800px) {
  h3.title {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin: 2rem 1rem 1rem;
  }

  .sec_mainVisual {
    position: relative;
    width: 100%;
    height: 80vh;
    background-position: center center;
  }
  .sec_mainVisual h2 {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .intoro {
    font-size: 0.9rem;
    padding: 2rem;
    margin-bottom: 0;
  }
  .inqBox {
    max-width: 500px;
    font-size: 1rem;
    text-align: center;
    padding: 1.5rem 1rem 0.7rem;
    margin: auto 1rem;
    margin-bottom: 2rem;
  }
  .inqBox a {
    color: #232323;
  }
  .inqBox .tel {
    font-size: 1.5rem;
  }

  .cols2 {
    max-width: initial;
    margin: auto;
    margin-bottom: 0.5rem;
    flex-direction: column;
  }
  .cols2.rev {
    flex-direction: column;
  }
  .cols2 .thumb {
    width: 100%;
  }
  .cols2 .thumb img {
    width: 100%;
    height: auto;
  }
  .cols2 .cont {
    width: 100%;
    font-size: 0.9rem;
    padding: 1.5rem;
  }
  .cols2 .cont h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .cols2 ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /* コンタクト */
  .contact {
    max-width: 600px;
    font-size: 0.9rem;
    padding: 2rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  .contact .cols {
    display: flex;
    text-align: center;
    align-items: initial;
    margin-top: 2.5rem;
    flex-direction: column;
    justify-content: initial;
  }
  .contact .cols .tel {
    width: 100%;
    font-size: 1.6rem;
  }
  .contact .cols .tel a {
    color: #232323;
  }
  .contact .cols .form {
    width: 100%;
  }

  .contact .btn01 {
    max-width: 320px;
    font-size: 0.9rem;
  }
}
