@font-face {
  font-family: "myFont";
  src: url(/fonts/JF-OPENHUNINN-2.0.TTF);
}
@font-face {
  font-family: "pFont";
  src: url(/fonts/KAIU.TTF);
}
* {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-family: "myFont", DFkai-sb, sans-serif;
}

p {
  font-family: "pFont", DFkai-sb, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  position: relative;
}
body img.fixed-image {
  min-height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -5;
  bottom: 0;
  left: 0;
}
body header {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  align-items: center;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 10;
}
body header section.logo {
  flex: 1 1 440px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header section.logo img {
  width: 60%;
  height: 10%;
}
body header nav {
  flex: 3 1 500px;
}
body header nav ul {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  margin: 0;
}
body header nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-bottom: 0.3rem;
}
body header nav ul li a:hover {
  color: #925908;
  border-bottom: 2.5px solid #925908;
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main section.main {
  background-image: url(/images/Background-tree.jpg);
  background-size: cover;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.main div.guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body main section.main div.guide h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #757070;
  font-weight: bolder;
  text-shadow: -8px 4px 24.3px #ffe3ae;
}
body main section.main div.guide button {
  border: none;
  background: rgba(189, 180, 180, 0.3411764706);
  border-radius: 3px;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}
body main section.main div.guide button a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bolder;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: -8px 4px 12.3px #000000;
}
body main section.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  margin: 2rem;
  width: 80%;
}
body main section.title h1 {
  text-align: center;
  font-weight: lighter;
  color: rgb(255, 255, 255);
  margin: 1rem;
  font-size: 4rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
}
body main section.title div.line {
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
body main section.carousel {
  width: 100%;
}
body main section.carousel button.carousel-control-prev {
  margin-left: 10.5%;
}
body main section.carousel button.carousel-control-prev span {
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
body main section.carousel button.carousel-control-next {
  margin-right: 10.5%;
}
body main section.carousel button.carousel-control-next span {
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
body main section.carousel img {
  width: 60%;
  height: 20%;
}
body main section.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  width: 60%;
}
body main section.info div.flame {
  display: flex;
  flex-direction: column;
  margin: 2rem;
  width: 80%;
}
body main section.info div.flame div.top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1e0bf;
  border-bottom: 3px solid rgba(87, 84, 84, 0.39);
}
body main section.info div.flame div.top h2 {
  text-align: center;
  padding: 0.5rem;
  margin: 0;
  font-weight: 700;
}
body main section.info div.flame div.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d1c6b2;
}
body main section.info div.flame div.bottom iframe {
  width: 60%;
  height: 40vh;
  margin: 2rem 0rem;
}
body main section.Shengji-1 {
  display: flex;
  width: 80%;
  align-items: center;
  margin-bottom: 5rem;
}
body main section.Shengji-1 section.carousel_Shengji {
  flex: 1 1 400px;
  width: 100%;
}
body main section.Shengji-1 section.carousel_Shengji button.carousel-control-prev {
  margin-left: 10.5%;
}
body main section.Shengji-1 section.carousel_Shengji button.carousel-control-prev span {
  width: 70px;
  height: 70px;
}
body main section.Shengji-1 section.carousel_Shengji button.carousel-control-next {
  margin-right: 10.5%;
}
body main section.Shengji-1 section.carousel_Shengji button.carousel-control-next span {
  width: 70px;
  height: 70px;
}
body main section.Shengji-1 section.carousel_Shengji img {
  width: 80%;
  height: 80%;
}
body main section.Shengji-1 p {
  font-size: 2rem;
  flex: 2 1 600px;
  padding: 5rem;
  color: #000000;
  font-weight: bold;
}
body main section.Shengji-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 5rem;
}
body main section.Shengji-2 div.img {
  display: flex;
  flex: 2 1 600px;
  justify-content: center;
  align-items: center;
}
body main section.Shengji-2 div.img img {
  width: 100%;
  padding: 2rem;
}
body main section.Shengji-3 {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 5rem;
}
body main section.Shengji-3 div.Sevens {
  display: flex;
  align-items: center;
  margin: 2rem;
}
body main section.Shengji-3 div.Sevens:hover p {
  color: #925908;
}
body main section.Shengji-3 div.Sevens img {
  width: 10%;
  height: 10%;
}
body main section.Shengji-3 div.Sevens p {
  transition: all 0.75s ease;
  margin-left: 5rem;
  font-size: 2.5rem;
  font-weight: bolder;
  color: black;
}
body main section.Shengji-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-bottom: 5rem;
}
body main section.Shengji-4 p {
  font-size: 1.75rem;
  font-weight: bolder;
  color: black;
  padding: 1rem;
}
body main section.Shengji-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 5rem;
}
body main section.Shengji-5 p {
  font-size: 2rem;
  font-weight: bolder;
  color: black;
  padding: 1rem;
}
body main section.Area-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 5rem;
}
body main section.Area-1 h1 {
  text-align: center;
  color: black;
  padding: 2rem;
}
body main section.Area-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-bottom: 5rem;
}
body main section.Area-2 div.area {
  display: flex;
  flex: 0 1 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main section.Area-2 div.area:hover h1 {
  color: #f1e0bf;
}
body main section.Area-2 div.area img {
  width: 80%;
  margin: 1rem 3rem;
  transition: all 0.2s ease;
  padding: 0.3rem;
  margin: 1rem;
}
body main section.Area-2 div.area img:hover {
  margin: 0.5rem;
  padding: 0;
}
body main section.Area-2 div.area h1 {
  text-align: center;
  color: black;
  transition: all 0.5s ease;
  margin: 0;
}
body main section.Area-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem;
  width: 80%;
}
body main section.Area-3 div.announcement {
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding: 0rem 2rem;
  margin: 1rem 0rem;
  width: 100%;
  border-radius: 15px;
  background-color: #f1e0bf;
  border: 4px solid #c09c68;
}
body main section.Area-3 div.announcement div.title {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 2px solid rgb(99, 98, 98);
}
body main section.Area-3 div.announcement div.title img {
  width: 65px;
  height: 65px;
}
body main section.Area-3 div.announcement div.title p {
  margin: 0.5rem;
  font-weight: 1000;
  font-size: 1.5rem;
}
body main section.Area-3 div.announcement div.text p {
  margin: 0.5rem;
  font-weight: 100;
}
body main section.about-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 5rem;
}
body main section.about-1 p {
  font-size: 2rem;
  color: black;
  font-weight: 800;
  padding: 1rem;
}
body main section.about-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 5rem;
}
body main section.about-2 p {
  font-size: 2rem;
  font-weight: bolder;
  color: #2b2a2a;
  padding: 1rem;
}
body footer {
  width: 100%;
  background-color: #363636;
  padding: 2rem;
  position: relative;
}
body footer section p {
  font-size: 1rem;
  color: white;
  margin: 0;
}
body footer section p.update_date {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem;
}

@media screen and (max-width: 940px) {
  header nav ul {
    padding: 0;
  }
  body main section.main div.guide h3 {
    font-size: 1.5rem;
    padding: 0rem 2rem;
  }
  body main section.carousel img {
    width: 90%;
  }
  body main section.title {
    align-items: center;
  }
  body main section.title h1 {
    font-size: 2.5rem;
  }
  body main section.info {
    width: 100%;
  }
  body main section.info div.flame div.top h2 {
    font-size: 1rem;
  }
  body main section.Shengji-1 {
    flex-direction: column;
  }
  body main section.Shengji-1 p {
    flex: 0 1 300px;
    overflow: scroll;
    font-size: 2rem;
    padding: 0;
  }
  body main section.Shengji-2 {
    flex-direction: column;
    width: 100%;
  }
  body main section.Shengji-3 {
    flex-direction: column;
    width: 100%;
  }
  body main section.Shengji-3 div.Sevens img {
    width: 20vw;
    height: 10vh;
  }
  body main section.Shengji-3 div.Sevens p {
    overflow: scroll;
    font-size: 1.5rem;
    padding: 0;
    margin: 0 1.5rem;
  }
  body main section.Shengji-4 {
    flex-direction: column;
  }
  body main section.Shengji-4 p {
    overflow: scroll;
    font-size: 2rem;
    padding: 0;
  }
  body main section.Shengji-5 {
    flex-direction: column;
    width: 90%;
    align-items: center;
  }
  body main section.Shengji-5 p {
    flex: 0 1 300px;
    overflow: scroll;
    font-size: 2rem;
    padding: 0;
  }
  body main section.about-1 {
    flex-direction: column;
    width: 90%;
    align-items: center;
  }
  body main section.about-1 p {
    flex: 0 1 300px;
    overflow: scroll;
    font-size: 2rem;
    padding: 0;
  }
  body main section.about-2 {
    flex-direction: column;
    width: 90%;
    align-items: center;
  }
  body main section.about-2 p {
    flex: 0 1 300px;
    overflow: scroll;
    font-size: 2rem;
    padding: 0;
  }
  body main section.info div.flame div.bottom iframe {
    width: 80%;
    height: 20vh;
    margin: 2rem 0rem;
  }
}/*# sourceMappingURL=style.css.map */