#header {
  top: 0;
}
#header .hpc .header-menu {
  position: initial;
  flex-flow: row;
  align-items: center;
}
#header .hpc .header-menu #menu-header-menu {
  flex-flow: row;
}

main {
  padding-top: 10.8333333333vw;
}

.fixed-btn {
  position: fixed;
  bottom: 7.03125vw;
  right: 0;
  z-index: 5;
}

.fixed-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #567A27;
  color: #ffffff;
  width: 5.2083333333vw;
  height: 15vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  writing-mode: tb;
  border-radius: 0.5208333333vw 0 0 0.5208333333vw;
  border: solid 2px #567A27;
  border-right: none;
  transition: 1s;
  letter-spacing: 0.1vw;
}

.fixed-btn a:hover {
  background: #FAF9F5;
  color: #567A27;
}

.ttl-box {
  margin-bottom: 2.6041666667vw;
}
.ttl-box .txt-e {
  color: #7A7127;
  line-height: 1;
  margin-bottom: 1.05vw;
}
.ttl-box .txt-h2 {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  color: #000000;
}

section#contact_area .inner {
  padding-top: 10.4166666667vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
  .ttl-box {
    margin-bottom: 30px;
  }
  .ttl-box .txt-e {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .ttl-box .txt-h2 {
    font-size: 18px;
  }
  .fixed-btn {
    bottom: 0;
    width: 100%;
  }
  .fixed-btn a {
    width: 100%;
    font-size: 14px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 1px;
    writing-mode: initial;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  background: #FAF9F5;
  position: relative;
}
section#contact_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
section#contact_area .box .txt-box {
  position: relative;
}
section#contact_area .box .txt-box .txt-e {
  text-align: center;
  color: #7A7127;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#contact_area .box .txt-box .txt-h2 {
  line-height: 1.8em;
  text-align: center;
}
section#contact_area .box .links {
  margin-top: 3.8541666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.8125vw;
}
section#contact_area .box .links .txt-l {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #7A7127;
  gap: 0.5208333333vw;
  transition: 1s;
}
section#contact_area .box .links .txt-l span {
  line-height: 1;
  color: #000000;
}
section#contact_area .box .links .txt-l:hover {
  color: #567A27;
}
section#contact_area .box .links .txt-b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 3.90625vw;
  color: #ffffff;
  background: #7A7127;
  border: solid 2px #7A7127;
  box-sizing: border-box;
  transition: 1s;
}
section#contact_area .box .links .txt-b:hover {
  color: #7A7127;
  background: #FAF9F5;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#contact_area .box .txt-box {
    position: relative;
  }
  section#contact_area .box .txt-box .txt-e {
    margin-bottom: 30px;
    font-size: 42px;
  }
  section#contact_area .box .txt-box .txt-h2 {
    font-size: 14px;
  }
  section#contact_area .box .links {
    margin-top: 30px;
    gap: 40px;
    flex-flow: column;
  }
  section#contact_area .box .links .txt-l {
    font-size: 32px;
    gap: 5px;
  }
  section#contact_area .box .links .txt-l span {
    font-size: 14px;
  }
  section#contact_area .box .links .txt-b {
    width: 100%;
    height: 60px;
    font-size: 14px;
    max-width: 350px;
  }
}
/*# sourceMappingURL=page.css.map */