@charset "UTF-8";

html {
  font-size: 62.5%;
  /* font-family: "Zen Maru Gothic", serif; */
  font-weight: 400;
  font-style: normal;

}

body {

  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media (max-width: 480px) {
  .main {
    padding: 0px 7px;
  }
}


.section__title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2C844A;
  font-family: "Source Code Pro", monospace;
}

@media (max-width: 480px) {
  .section__title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-top: 0;
  }
}

.header {
  padding: 30px 30px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100px;
  z-index: 100;
}

@media (max-width: 830px) {
  .header {
    height: 85px;
  }
}

@media (max-width: 480px) {
  .header {
    margin: 0;
    height: 100px;
  }
}

.header__logo {
  width: 100px;
}

.header__logoGroup {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .header__logo {
    max-width: 55px;
  }
}

.header__title {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .header__title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.header__titleText {
  margin-left: 20px;
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}

@media (max-width: 980px) {
  .header__buttonGroup {
    display: none;
  }
}

.header__buttonGroup ul {
  display: flex;
}

@media (max-width: 880px) {
  .header__buttonGroup ul {
    flex-direction: column;
    line-height: 1.5;
  }
}

.header__buttonGroup li {
  margin-right: 40px;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .header__buttonGroup li {
    font-size: 1.4rem;
    margin-right: 0px;
  }
}

.header__buttonGroup li:hover {
  color: #2C844A;
}

.header__global {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__botton li:hover {
  color: #2C844A;
}

.header_menu_sp {
  display: none;
}

@media (max-width: 400px) {
  .header_menu_sp.show {
    font-size: 1.5rem;
    width: 70%;
  }
}

@media (max-width: 700px) {
  .header_menu_sp.show {
    display: block;
    width: 70%;
  }
}

@media (max-width: 916px) {
  .header_menu_sp.show {
    display: block;
    width: 80%;
    height: 100px;
    background-color: #e4e6d4;
    height: 213px;
    border-radius: 10px 40px 20px 61px;
    font-size: 1.7rem;
    padding: 19px;
    line-height: 1.6;
    font-weight: 600;

  }
}

/* hamburger */
.nav_toggle {
  display: none;

}

@media (max-width: 949px) {
  .nav_toggle {
    display: block;
    margin: 0 10px;
  }
}

@media (max-width: 400px) {
  .nav_toggle {
    display: block;
    margin: 0 10px;
  }
}

.nav_toggle i {
  padding-bottom: 10px;
  background-color: red;
  display: block;
  width: 10%;
  padding: 2px 20px;
  height: 3px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}

@media(max-width:500px) {
  .nav_toggle i {
    background-color: red;
    display: block;
    width: 10%;
    padding: 2px 13px;
    height: 3px;
    margin: 7px;
  }
}


.nav_toggle.show .line1 {
  transform: rotate(45deg) translate(11px, 3px);
}

.nav_toggle.show .line2 {
  opacity: 0;
}

.nav_toggle.show .line3 {
  transform: rotate(-45deg) translate(13px, -5px);
}

/*hamburger */
.slick-slide {
  height: 0;
}

@media (max-width: 550px) {
  .header__buttonGroup {
    display: none;
  }
}

.header__logoGroup {
  position: relative;
}

.slick-slide {
  height: auto !important;
}



/* Top */
.top__image {
  padding-top: 75px;
}

/* about */
.about {
  padding-top: 100px;
}

.about__name {
  font-size: 1.8rem;
  text-align: center;
}

.aboutlogo {
  width: 100%;
}

.about__text {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;

}

.about__ad {
  width: 50%;
  padding-right: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
}

.about__group {
  line-height: 1.6;
  padding-bottom: 15px;
}

.about_skill,
.about_service {
  padding-top: 70px;
}

.about__skillText,
.about__text__group,
.about__serviceInfo {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
}

.about__logoGroup {
  margin: 0 auto 50px auto;
  width: 150px;
}

.about__text {
  font-size: 1.6rem;

}

.about__tableWrap {
  margin: 0 auto;
}

@media (max-width: 550px) {
  .about__text {
    font-size: 1.5rem;
  }
}

.works {
  padding-top: 100px;
  margin: 0 10px;
}


@media (max-width: 690px) {
  .works {
    padding-top: 100px;
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .works {
    padding-top: 100px;
    margin: 0 10px;
  }
}

.works__pic {
  margin: 0px auto 50px auto;
  max-width: 800px;
  border: solid 1px #d0c5c5;
}

.works__websiteTitle {
  font-size: 1.6rem;
  margin-bottom: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}


@media (max-width: 620px) {
  .works__websiteTitle {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.works__skillText {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
  color: gray;
}

.works__periodText {
  font-size: 1.4rem;
  color: gray;
}

.works__wrap {
  padding-bottom: 50px;
}


.package__wrap {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;

}

.package__productWrap__top,
.package__productWrap__under {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

@media (max-width: 830px) {

  .package__productWrap__top,
  .package__productWrap__under {
    flex-direction: column;
    align-items: center;
  }
}

.package__productWrap__under {
  margin-bottom: 150px;
}

.package__productBox {
  max-width: 270px;
  margin-bottom: 20px;
}

@media (max-width: 830px) {
  .package__productBox {
    width: 60%;
  }
}

.package__productWrap__text {
  display: none;
}

.package__text1,
.package__text2,
.package__text3 {
  width: 40%;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.6rem;
  background-color: antiquewhite;
}

@media (max-width: 400px) {
  #drowing {
    padding-top: 100px;
  }
}

.drowing__productWrap__top,
.drowing__productWrap__under {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.drowing__productWrap__under {
  margin-bottom: 150px;
}

.drowing__productBox {
  max-width: 150px;
}

label {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  margin: 0 auto 15px auto;
  width: 500px;
  text-align: left;
}

@media (max-width: 480px) {
  label {
    width: 100%;
  }
}

.wrapper {
  margin-bottom: 30px;
  color: #333;
  font-weight: 400;
}

@media (max-width: 480px) {
  .wrapper {
    width: 100%;
  }
}

.required::after {
  content: "※";
  color: red;
}

.container {
  text-align: center;
}

.text {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 15px auto;
  width: 500px;
  text-align: left;
}

textarea {
  width: 100%;
  max-width: 500px;
  height: 100px;
  border: 1px solid #2C844A;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: left;
  padding: 4px;
}

input[type=text],
input[type=email],
input[type=name],
input[type=tel] {
  width: 100%;
  max-width: 500px;
  height: 35px;
  font-size: 1.4rem;
  border: 1px solid #2C844A;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 4px;
}

input[type=submit] {
  color: #333;
  font-size: 1.5rem;
  border: solid 2px #67ad5b;
  width: 150px;
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px;
}

input[type=submit]:hover {
  background-color: #67ad5b;
}

.contact {
  padding-top: 180px;
}

@media (max-width: 480px) {
  .contact {
    padding-top: 90px;

  }
}







.contact__title {
  text-align: center;
  color: #2C844A;
  font-weight: 600;
  margin: 30px auto 30px auto;
  font-size: 1.7rem;
}

.contact__titleJa {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (max-width: 480px) {
  .contact__titleJa {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

.contact__title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-family: "Source Code Pro", monospace;
}

@media (max-width: 480px) {
  .contact__title {
    margin-bottom: 5px;
    margin-top: 50px;
    font-size: 1.4rem;
  }
}

.contact__button {
  max-width: 80px;
  margin: 0 auto;
  box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgba(0, 0, 0, 0.24);
}

@media (max-width: 480px) {
  .contact__button {
    max-width: 50px;
  }
}

.contact__textSmall {
  color: #333;
  font-size: 1rem;
  text-align: center;
}

.button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.contact__text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.contact__mark {
  color: red;
}

#massage {
  margin-bottom: 40px;
}

.footer {
  height: 180px;
  background-color: #C8D6CD;
  opacity: 0.6;
  margin-top: 100px;
}

@media (max-width: 480px) {
  .footer {
    height: 100px;
    margin-top: 50px;
  }
}

.footer__name {
  text-align: center;
  padding-top: 20px;
  font-size: 1.7rem;
  font-weight: 600;
}

@media (max-width: 480px) {
  .footer__name {
    font-size: 1.4rem;
  }
}

.footer__logoText {
  margin-left: 20px;
  font-family: "Source Code Pro", monospace;
}

.footer__small {
  margin: 0 auto;
}

.footer__copy {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 480px) {
  .footer__copy {
    margin-top: 40px;
  }
}

.button__top {
  font-size: 2.0rem;
  padding: 5px;
  border-radius: 20px;
  width: 45px;
  position: fixed;
  right: 1%;
  top: 90%;
  text-align: center;
  color: #fff;
}

.package__productBox.show {
  background-color: #d0c5c5;
  width: 100px;
  height: 100px;
}

/*# sourceMappingURL=style.css.map */