@charset "UTF-8";
/* CSS Document */
.main {
  padding: 30px 0 0 0;
}
.main img {
  width: 100%;
  height: auto;
}
.about {
  padding: 50px 0 0 0;
  position: relative;
}
.about-img {
  padding: 0 0 0 150px;
}
.about-img img {
  width: 100%;
  height: auto;
}
.about-text {
  background-color: white;
  margin: -250px 0 0 150px;
  padding: 20px 20px 20px 10px;
  width: 550px;
  position: relative;
}
.about-text p, .history-text p {
  color: #85794A;
}
.main-title {
  font-size: 5rem;
  letter-spacing: 1rem;
  color: #85794A;
}
.main-title span {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.history-text {
  width: 420px;
  height: auto;
  background: white;
  padding: 20px 10px 20px 20px;
  position: absolute;
  right: 100px;
}
.history-text__second {
  left: 300px;
}
.history-img {
  padding: 0 250px 0 0;
}
.history-img img {
  width: 100%;
  height: auto;
}
.history-map {
  text-align: right;
  margin: -130px 0 0 0;
  position: relative;
  float: right;
}
.howto {
  clear: both;
  padding: 50px 30px 0 150px;
}
.howto-box {
  display: flex;
  flex-wrap: wrap;
}
.howto-box__item {
  width: 48%;
  margin: 1%;
}
.howto-box__item img {
  width: 100%;
  height: auto;
}
.howto-video {
	margin: 50px 0 0 0;
}
.howto-video iframe {
	width: 100%;
  aspect-ratio: 16 / 9;
	height: auto;
}
.products {
  padding: 70px 0;
}
.products h2 {
  margin: 0 0 50px 30px;
}
.products-back {
  background: #eee;
  margin: 0 80px 0 0;
  position: relative;
}
.products-list {
  display: flex;
  position: relative;
  top: -70px;
  left: 30px;
}
.products-list__item {
  width: 48%;
  margin: 1%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .about-text {
    margin: -150px 0 0 5%;
    width: 60%;
    position: relative;
  }
  .history-text {
    width: 40%;
    right: 5%;
  }
  .history-text__second {
    left: 170px;
  }
  .history-map {
    margin: 0 0 0 0;
  }
  .howto {
    padding: 50px 30px 0 30px;
  }
  .main-title {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    color: #85794A;
  }
  .main-title span {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 759px) {
  .main {
    padding: 90px 0 0 0;
  }
  .about-img {
    padding: 0 0 0 0;
  }
  .about-text {
    margin: 0 0 0 0px;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  .history-text {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    position: relative;
    right: 0;
  }
  .history-text__second {
    left: 0px;
    width: 100%;
  }
  .history-img {
    padding: 0 0 0 0;
  }
  .history-img img {
    width: 100%;
    height: auto;
  }
  .history-map {
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    float: none;
  }
  .products-list {
    flex-wrap: wrap;
  }
  .products-list__item {
    width: 100%;
    margin: 0%;
    text-align: center;
  }
  .howto-box__item {
    width: 100%;
    margin: 1%;
  }
}