@charset "utf-8";
/* CSS Document */
.section-top__image {
  height: 100px;
  background-image: url("../images/service/service.jpeg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.30);
}
.section-top h2 {
  color: #FFF;
  font-size: 2.4rem;
}
@media (min-width: 1160px) {
  .section-top__image {
    height: 160px;
  }
  .section-top__image-filter {
    padding-top: 70px;
  }
  .section-top h2 {
    font-size: 3.2rem;
  }
}
.section-service {
  color: #444;
  padding: 40px 15px 20px;
  /*  background-color: #E6E6FA; */
  margin: 0 auto 20px;
}
.section-service h2 {
  line-height: 3.6rem;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.section-service p {
  text-align: left;
  margin: 0 30px 40px;
}
.section-service__image img {
  width: 100%;
  max-width: 960px;
  object-fit: cover;
  object-position: 0% 0%;
}
@media (min-width: 1160px) {
  .section-service {
    padding: 60px 15px 20px;
    margin-bottom: 50px;
  }
  .section-service h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .section-service p {
    /*    max-width: 960px; */
    margin: 0 60px 40px;
    font-size: 1.8rem;
  }
  .section-service__image img {
    /*    width: 80%;　*/
  }
}
.section-runner, .section-grip, .section-shop {
  background-color: #6F6F6F;
  padding: 45px 0 10px;
  color: #FFF;
}
.section-grip {
  background-color: #E6E6FA;
  color: #333;
}
.section-shop {
  margin-bottom: 40px;
}
.section-runner h2, .section-grip h2, .section-shop h2 {
  /*  font-size: 2.4rem; */
  margin-bottom: 20px;
}
.section-runner h3, .section-grip h3, .section-shop h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.section-runner p, .section-grip p, .section-shop p {
  width: 80%;
  max-width: 580px;
  text-align: left;
  margin: 0 auto 40px;
}
.section-runner__visual, .section-grip__visual, .section-shop__visual {
  margin: 30px auto 40px;
  margin-bottom: 30px;
}
.section-runner__main-image, .section-grip__main-image, .section-shop__main-image {
  width: 80%;
  max-width: 580px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 1160px) {
  .section-runner, .section-grip, .section-shop {
    margin: 0;
    padding: 0;
    display: flex;
    height: 450px;
    background-color: #FFF; /* #6F6F6F; */
  }
  .section-grip {
    flex-flow: row-reverse;
  }
  .section-shop {
    margin-bottom: 40px;
  }
  .section-runner__visual, .section-grip__visual, .section-shop__visual {
    width: 50vw;
    margin: auto;
  }
  .section-runner__main-image, .section-grip__main-image, .section-shop__main-image {
    width: 95%;
    max-width: 720px;
    /*    height: 100%;　*/
  }
  .section-runner__discription, .section-grip__discription, .section-shop__discription {
    background-color: #6F6F6F;
    text-align: left;
    color: #FFF;
    padding: 130px 60px 0 80px;
    width: 50vw;
  }
  .section-grip__discription {
    background-color: #E6E6FA;
    color: #333;
  }
  .section-runner__discription h2, .section-grip__discription h2, .section-shop__discription h2 {
    font-size: 3.0rem;
    margin-bottom: 30px;
  }
  .section-runner__discription h3, .section-grip__discription h3, .section-shop__discription h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
  .section-runner__discription p, .section-grip__discription p, .section-shop__discription p {
    width: 100%;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: left;
    margin: 0 0;
  }
}