:root {
  --accent-color: #d57575;
  --white: white;
  --text-color: #353232;
  --black: black;
}

.section-top {
  background-image: url('../images/main-img.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-logo-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
  position: static;
  inset: 30% auto auto 47%;
}

.main-text {
  color: #fff;
  max-width: 50px;
  margin: 0 5px;
  font-family: Kiwi Maru;
  font-size: 45px;
  line-height: 50px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 60px 145px;
  display: flex;
  position: relative;
}

.title-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
}

.title-text {
  color: #353232;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Yuji Syuku, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.title-line {
  background-color: var(--accent-color);
  border-radius: 50px;
  width: 100px;
  height: 3px;
}

.con-box {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 120px;
  display: flex;
}

.con-text-box {
  flex-flow: column;
  width: 40%;
  margin-left: 30px;
  margin-right: -30px;
  display: flex;
  position: relative;
}

.con-img {
  height: 100%;
}

.con-img-box {
  width: 540px;
  height: 300px;
}

.nomal-bold-text {
  color: #353232;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Zen Old Mincho, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.nomal-bold-text.service {
  color: #353232;
  margin-bottom: 0;
}

.nomal-bold-text.service._2 {
  margin-top: 3px;
  padding-bottom: 0;
}

.nomal-text {
  color: #353232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.service-box {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: 120px;
  display: flex;
}

.service-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ser-img {
  width: 100%;
  max-width: 380px;
  max-height: 270px;
}

.s-text-box {
  padding: 60px 0;
}

.s-title-box {
  border-right: 2px solid var(--accent-color);
  margin-bottom: 60px;
}

.com-box {
  flex-flow: column;
  max-width: 1440px;
  margin-top: 120px;
  display: flex;
}

.com-block {
  width: 100%;
  display: flex;
}

.com-img-box {
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  height: 300px;
  margin-left: 60px;
  display: flex;
}

.com-text-box {
  border-left: 1px solid var(--accent-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.com-info-box {
  flex-flow: row;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  display: flex;
}

.com-title-text {
  color: #353232;
  border-right: 1px #000;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.nomal-tex {
  color: #353232;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: static;
}

.nomal-tex.com {
  font-family: Zen Old Mincho, sans-serif;
}

.nomal-tex.com.adress {
  font-size: 14px;
}

.map-box {
  width: 100%;
  height: 500px;
  max-height: 400px;
  margin-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
  overflow: hidden;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
  position: relative;
}

.footer-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.menu-box {
  border-left: 1px solid var(--accent-color);
  margin-right: 15px;
  padding: 9px 15px 9px 30px;
  text-decoration: none;
}

.menu-box._2.w--current {
  border-right: 1px solid var(--accent-color);
  margin-right: 0;
  padding-right: 30px;
}

.footer-box {
  background-color: var(--accent-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 120px;
  display: flex;
}

.footer-text-box {
  border-bottom: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 9px;
  display: flex;
}

.ft-bold-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Kiwi Maru;
  font-size: 24px;
  font-weight: 500;
}

.ft-nomal-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.ft-nomal-text._2 {
  margin-left: 15px;
  font-family: Zen Old Mincho, sans-serif;
}

.ft-copyright {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Old Mincho, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.map {
  width: 100%;
  height: 100%;
}

.company-box {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 60px;
}

.com-text {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kiwi Maru;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.logo-box {
  width: 80px;
  height: 80px;
}

.greenp-svg {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -5% 10% auto auto;
}

.onion-svg {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -5% auto auto 10%;
}

.tomato-svg {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -5% 10% auto auto;
}

.veg-svg {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -50% auto auto 5%;
}

.ft-ad-box {
  display: flex;
}

.image {
  max-width: 300px;
}

.line {
  z-index: -1;
  max-width: 300px;
  position: absolute;
  inset: 15px auto 0% 0%;
}

.ft-logo {
  max-width: 200px;
}

.body {
  background-image: url('../images/body.png');
  background-position: 0 0;
  background-size: cover;
}

.google-map-link {
  border-bottom: 1px solid var(--text-color);
  padding: 5px 5px 0;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .main-logo-box {
    max-width: 500px;
    left: 40%;
  }

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title-text {
    font-size: 40px;
  }

  .con-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .con-text-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .con-img {
    height: auto;
  }

  .con-img-box {
    height: auto;
    margin-top: 60px;
  }

  .nomal-bold-text.service._2 {
    font-size: 20px;
  }

  .service-block {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .s-text-box {
    height: 543px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .com-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .com-img-box {
    margin-top: 60px;
    margin-left: 0;
    overflow: hidden;
  }

  .com-text-box {
    width: 100%;
  }

  .map-box {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .company-box {
    left: 30px;
  }

  .greenp-svg, .onion-svg, .tomato-svg {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .main-logo-box {
    max-width: 300px;
  }

  .section {
    margin-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-box {
    width: 250px;
  }

  .title-text {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 36px;
  }

  .con-box {
    max-width: 380px;
    margin-top: 90px;
  }

  .con-img-box {
    width: 100%;
    height: auto;
  }

  .nomal-bold-text {
    font-size: 20px;
  }

  .nomal-bold-text.service {
    font-size: 16px;
  }

  .nomal-bold-text.service._2 {
    margin-left: 9px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
  }

  .nomal-text {
    font-size: 14px;
  }

  .service-box {
    flex-flow: column;
    margin-top: 30px;
  }

  .service-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .s-text-box {
    max-width: 380px;
    height: auto;
  }

  .s-title-box {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .com-block {
    justify-content: center;
    align-items: flex-start;
    max-width: 380px;
  }

  .com-img-box {
    width: 100%;
    height: 260px;
  }

  .com-info-box {
    padding-left: 30px;
  }

  .com-title-text {
    width: 100px;
    font-size: 14px;
  }

  .nomal-tex {
    font-size: 14px;
  }

  .com-img {
    width: 100%;
  }

  .map-box {
    max-width: 380px;
    height: 260px;
    margin-top: 30px;
  }

  .footer {
    margin-top: 30px;
  }

  .footer-menu {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .menu-box, .menu-box.w--current {
    margin-right: 9px;
    padding-left: 18px;
    padding-right: 9px;
  }

  .menu-box._2.w--current, .menu-box._2-copy.w--current {
    border-right: 1px solid var(--accent-color);
    margin-right: 0;
    padding-right: 18px;
  }

  .footer-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ft-nomal-text._2 {
    margin-left: 0;
  }

  .map {
    max-width: 508px;
  }

  .company-box {
    padding: 9px 15px;
  }

  .com-text {
    margin-top: 9px;
    font-size: 20px;
    line-height: 24px;
  }

  .veg-svg {
    max-width: 80px;
    top: -40%;
    left: 10%;
  }

  .ft-ad-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .line {
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .main-logo-box {
    max-width: 240px;
    left: 35%;
  }

  .main-text {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .nomal-bold-text.service._2 {
    padding-bottom: 0;
  }

  .ser-img, .s-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .s-title-box {
    justify-content: flex-start;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .com-img-box {
    height: auto;
  }

  .com-text-box {
    width: 100%;
  }

  .com-info-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
  }

  .com-title-text {
    width: auto;
  }

  .nomal-tex.com {
    margin-top: 9px;
    margin-left: 15px;
  }

  .map-box {
    height: 200px;
  }

  .footer-menu {
    flex-flow: column;
  }

  .menu-box {
    border-bottom: 1px solid var(--accent-color);
    border-left-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 9px;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 18px;
    padding-left: 9px;
    display: flex;
  }

  .menu-box._2.w--current, .menu-box._2-copy.w--current {
    border-right-style: none;
  }

  .footer-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ft-bold-text {
    font-size: 20px;
  }

  .ft-nomal-text {
    font-size: 12px;
  }

  .ft-copyright {
    font-size: 11px;
  }

  .company-box {
    left: 15px;
  }

  .greenp-svg {
    max-width: 80px;
  }

  .onion-svg {
    max-width: 80px;
    top: -3%;
  }

  .tomato-svg {
    max-width: 80px;
    top: -10%;
  }

  .veg-svg {
    top: -20%;
  }

  .ad-box {
    width: 100%;
  }
}


