﻿@charset "utf-8";
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: white;
  width: 100%;
  max-width: 100%;
  height: 70px;
}
.header-inner {
  width: 100%;
  max-width: 1100px;
  max-height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header-logo {}
.header-logo img {
  width: 280px;
  height: auto;
}
nav {
  display: none;
}
nav a {
  text-decoration: none;
  color: black;
}
.wrapper {
  width: 100%;
  max-width: 1100px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapperBox {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  border: 0.1px solid transparent;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 100%;
}
.footer-menu {
  display: none;
}
.footer-t img {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
  height: auto;
  margin-top: 1.5em;
}
.footer-t {
  text-align: center;
  font-size: 0.7em;
  line-height: 1.4em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
.footer-t a {
  text-decoration: none;
  color: black;
}
.footer-t2 {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .8s;
}
#myBtn:hover {}
#topbt {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}
#myBtn img {
  height: auto;
}
.pagetitle {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/page-title.jpg);
  background-position: center center;
  background-size: auto 100%;
  padding: 1.3em 0;
  margin-top: 55px;
}
.pagetitle h2 {
  text-align: center;
  color: white;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  letter-spacing: 0.1em;
}
.pagetitle h2 span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 600;
  text-align: center;
  color: white;
  font-size: 0.45em;
  margin-top: 15px;
}
.subtitle {
  margin-top: 2em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
}
.subtitle h3 {
  color: #1b1464;
  text-align: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #1b1464;
  display: inline-block;
}
.contact-bg {
  width: 100%;
  background-image: url(../img/contact-bg.jpg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 1.5em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2em;
}
.contact-title {
  color: white;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-size: 2em;
  letter-spacing: 0.1em;
}
.contact-ad {
  text-align: left;
  line-height: 1.6em;
  color: white;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
}
.contactbox {
  display: block;
  justify-content: space-between;
  margin-top: 1em;
}
.contactbox-items {
  width: 100%;
  background-color: white;
  box-shadow: 3px 3px 6px black;
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 1em;
}
.contactbox-items a {
  text-decoration: none;
}
.contactbox-items h3 {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: bold;
}
.contactbox-items h3 span {
  margin-right: 5px;
}
.contactbox-items-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
}
.contactbox-items-content span {
  margin-right: 10px;
  font-size: 1em;
  margin-top: 6px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
}
.contactbox-items-content-tel {
  font-size: 1.4em;
  line-height: 1em;
  font-family: nimbus-sans, sans-serif;
}
.contactbox-items-content-tel span {
  font-size: 0.8em;
  margin-right: 5px;
  font-family: nimbus-sans, sans-serif;
}
.contactbox-items-content-line {
  border-bottom: 0.5px solid #333333;
  margin: 0.5em 0;
  width: 100%;
  height: 1px;
}
.contactbox-items-time {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  padding: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.contactbox-items-time h3 {
  font-size: 0.9em;
  margin-bottom: 0;
  width: 80px;
}
.contactbox-items-time p {
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.contactbox-form {
  width: 85%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 1em 0;
  background-color: black;
  margin-top: 0.3em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  font-size: 1.1em;
  border-radius: 45px;
}
.contactbox-form-t {
  color: #333333;
  font-size: 0.9em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  width: 85%;
  margin: 0 auto;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  padding-bottom: 1em;
}
.contact-t {
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-size: 1em;
  width: 95%;
  text-align: left;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
.contactform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.nav-line {
  color: #2a7f55;
  padding-bottom: 8px;
  padding-top: -8px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
@media screen and (min-width:1000px) {
  .header-inner {
    padding-top: 0px;
    height: 70px;
  }
  .header-logo {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .header-logo img {
    width: 340px;
  }
  nav {
    display: flex;
    font-weight: 600;
    color: #111;
  }
  nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  nav ul li a {
    margin-left: 30px;
  }
  .nav-contact {
    background-color: #e4e4e4;
    margin-left: 25px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .wrapperBox {
    margin-top: 50px;
  }
  .wrapperBox2 {
    margin-top: 75px;
  }
  .contact-bg {
    width: 100%;
    background-image: url(../img/contact-bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3.5em;
  }
  .contact-title {
    font-size: 2.4em;
  }
  .contact-ad {
    text-align: center;
    font-size: 1em;
    margin-top: 1.5em;
  }
  .contactbox {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .contactbox-items {
    width: 45%;
    background-color: white;
    box-shadow: 3px 3px 6px black;
    padding-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin-bottom: 0;
  }
  .contactbox-items h3 {
    font-size: 1.2em;
  }
  .contactbox-items-time {
    padding: 1em;
    margin-bottom: 1.5em;
    margin-top: 1em;
  }
  .contactbox-items-time h3 {
    font-size: 1em;
    margin-bottom: 0;
  }
  .contactbox-items-time p {
    font-size: 1em;
    padding-left: 20px;
    margin-left: 20px;
  }
  .contactbox-form {
    width: 85%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 1.5em 0;
    background-color: black;
    margin-top: 0.3em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    font-size: 1.2em;
    border-radius: 45px;
  }
  .contactbox-form-t {
    color: #333333;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    width: 85%;
    margin: 0 auto;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
  }
  .footer-menu {
    text-align: center;
    padding-top: 1.5em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
    font-size: 1.1em;
    display: block;
    border-top: 1px solid #878787;
  }
  .footer-menu a {
    text-decoration: none;
    color: black;
  }
  .footer-t img {}
  .footer-t2 {
    display: none;
  }
  .pagetitle {
    background-size: 100% auto;
    padding: 3em 0;
    margin-top: 0;
  }
  .pagetitle h2 {
    font-size: 2.3em;
  }
  .subtitle {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .subtitle h3 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
  .contact-t {
    width: 85%;
    text-align: left;
    margin-top: 2.5em;
  }
  .contactform {
    width: 85%;
  }
}