@charset "utf-8";

body {
  background-color: whitesmoke;
}

.first-view {
  height: 70vh;
  background-image: url(../images/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
}

.white-logo {
  background-image: url(../images/white.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  background-position: center;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.white-logo h3 {
  text-align: center;
  align-items: flex-start;
  padding-top: 150px;
}

.white-logo h4 {
  text-align: center;
}
.narabi {
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 40px;
  row-gap: 50px;
  justify-content: center;
}
.uegawa img {
  width: 100%;
}


.nav {
  text-align: center;
}

.concept-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
  color: #666666;
}

.concept-title h3 {
  font-weight: 500;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial,;
  color: #41735d;
  line-height: 35px;
}

.concept-title h4 {
  font-weight: 400;
  line-height: 30px;
}

.button {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  /* font-family: 'montserrat', sans-serif; */
  font-size: 14px;
  margin-bottom: 50px;
  padding top: 50px;
  font-weight: bold;
}

.link-button:hover {
  background-color: #d8b500;
}

.yonko p {
  text-align: center;
  color: #666666;
}

.shanpoo p {
  margin-top: 30px;
  margin-left: 50px;
}

.marbb p {
  margin-right: 60px;
}


.map .ifr {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  margin: 20px auto;
}

.map iframe {
  width: 100%;
  height: 600px;
}

.map h2 {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 40px auto;
  height: 35px;
  border-bottom: 2px solid gray;
  font-size: 25px;
  font-weight: bold;
  padding: 4px 0 4px 30px;
  color: #666666;
}

.footer-tel {
  font-size: 25px;
}



@media (max-width: 800px) {
  .first-view {
    height: calc(10vh - 50px);
    background-image: url(../images/mainvisual.jpg);
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .gazou {
    display: block;
    width: 100%;
    background-size: cover;
  }

  .organic-color {
    background-size: 100% auto;
  }

  .marbb {
    background-size: 100% auto;
  }

  .milbon {
    background-size: 100% auto;
  }

  .shanpoo {
    background-size: 100% auto;
  }

  .concept-title h3 {
    font-size: 16px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial,;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  
  .concept-title h4 {
    font-size: 14px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .white-logo {
    height: 50px;
    margin-top: 30px;
  }
  .concept-title {
    margin-top: 30px;
    margin-bottom: 40px;
  }
.map .ifr {
  height: 300px;
}
  .map iframe {
    height: 300px;
    /* overflow: hidden; */
  }

  .yokobou {
    max-width: 1200px;
    border-bottom: 2px solid gray;
    padding: 4px 0 4px 30px;
    margin-bottom: 40px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
}