@charset "utf-8";

.contents {
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .contents {
    padding-bottom: 1rem;
  }

}


/* Map*/
#map {
  padding: 7rem 0;
  background: #ececed;
}

#map .lb {
  background: url(../img/common/bg_green.jpg) no-repeat center center / cover;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  padding: 2rem 0;
  line-height: 1;
}


#map .lb .f46 {
  font-size: 4.6rem;
}

#map .lb .f35 {
  font-size: 3.5rem;
}

#map .lb .sm {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

#map .map {
  position: relative;
  margin-top: 5rem;
}

#map .map p {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  line-height: 2;
  color: #3d4348;
}


@media (max-width: 767px) {
  #map .map p {
    position: static;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-bottom: 2rem;
  }

  #map .lb {
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  #map .lb .f46 {
    font-size: 4rem;
  }

  #map .lb .f35 {
    font-size: 3rem;
  }
}





/* Sale*/
#sale {
  padding: 9rem 0 4rem;
}

#sale h4 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 4rem;
  color: #3d4348;
  font-weight: bold;
}

#sale h4::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #3d4348;
  z-index: 1;
}

#sale h4 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  background: #fff;

}

#sale ul li {
  width: 32.1%;
  margin-bottom: 4.5rem;
}

#sale ul li .photo figcaption {
  font-size: 1.7rem;
  letter-spacing: -1px;
  color: #3d4348;
}

@media (max-width: 767px) {
  #sale {
    padding: 6rem 0 4rem;
  }
  #sale ul li {
    width: 49%;
    margin-bottom: 2rem;
  }

  #sale ul li img {
    width: 100%;
  }

  #sale ul li .photo figcaption {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}




/* Develop */
#develop {
  background: #ececed;
  padding: 10rem 0;
}

#develop h3 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #3d4348;
  font-weight: bold;
}

#develop h4 {
  text-align: center;
  background: #4c5157;
  color: #ffffff;
  padding: 1rem 0;
  font-size: 2.7rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

#develop ul li {
  width: 49%;
  margin-bottom: 2%;
  border: 1px solid #9eafa3;
  padding: 4rem;
}

#develop ul li h5 {
  font-size: 2.9rem;
  font-weight: bold;
  color: #234a2e;
  text-align: center;
  margin-bottom: 2rem;
}

#develop ul li {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
}

#develop ul li:nth-child(1) {
  background-image: url(../img/brand/develop01.svg);
}

#develop ul li:nth-child(2) {
  background-image: url(../img/brand/develop02.svg);
}

#develop ul li:nth-child(3) {
  background-image: url(../img/brand/develop03.svg);
}

#develop ul li:nth-child(4) {
  background-image: url(../img/brand/develop04.svg);
}

@media (max-width: 1200px) and (min-width: 768px) {
  #develop h3 {
    font-size: 3vw;
  }

  #develop ul li h5 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  #develop {
    padding: 6rem 0;
  }

  #develop h3 {
    font-size: min(5vw, 3.4rem);
  }

  #develop ul li h5 {
    font-size: 2.5rem;
  }

  #develop ul li {
    width: 100%;
  }
}