* {
  box-sizing: border-box;
}

*:focus {
  outline-color: #ff9900;
  outline-style: dashed;
  outline-width: 3px;
}

html,
body {
  /*overflow-x: hidden;*/
  height: 100%;
}

body {
  background-image: url(/images/bg2.jpg);
  background-color: #fff;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}

.acc-show-at-focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  display: block;
  width: 0.063rem;
  height: 0.063rem;
  padding: 0;
  margin: -0.063rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
}
.acc-show-at-focus:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding-top: 10px;
  flex-grow: 1;
}

header {
  padding-top: 10px;
}
header.container {
  padding-top: 0;
  justify-content: space-between;
  align-items: center;
}
header.open {
  position: fixed;
}

.logo {
  width: 100%;
}
.logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background-image: url(/images/h_01-1.jpg);
}

.brick {
  margin-right: 10px;
}

.site-func-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.site-func-list .item {
  display: flex;
  align-items: center;
}
.site-func-list .item a {
  display: flex;
  align-items: center;
  color: #662b00;
  line-height: 21px;
  white-space: nowrap;
}
.site-func-list .item::after {
  content: "";
  display: block;
  border-right: 1px solid #662b00;
  height: 80%;
  margin-left: 10px;
  margin-right: 10px;
}
.site-func-list .item:last-of-type {
  margin-right: 10px;
}
.site-func-list .item:last-of-type::after {
  display: none;
}

.burger {
  display: none;
  position: relative;
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #400000;
  padding: 7px;
  height: 36px;
  border: 0;
  cursor: pointer;
  width: 37px;
  margin-right: 20px;
  border-radius: 5px;
}

.burger-text {
  display: none;
}

.icon-bar {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.burger.open {
  position: fixed;
}

.burger.open .icon-bar {
  position: absolute;
}

.burger.open .icon-bar:nth-of-type(1) {
  transform: rotate(45deg) translate(12px, 12px);
  width: 29px;
  top: 0px;
}

.burger.open .icon-bar:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}

.burger.open .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg) translate(11px, -11px);
  width: 29px;
  bottom: 0px;
}

#nav {
  display: flex;
  flex-direction: row;
  padding: 0;
}

#L {
  align-self: center;
}

.slide-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 0 5px;
}

.menu-item {
  display: flex;
  font-family: "DFKai-SB", "BiauKai", "KaiTi", serif;
  font-size: 1.4rem;
  text-shadow: -3px 0px 4px #666;
  padding: 5px 0;
}
.menu-item::after {
  content: "";
  align-self: center;
  display: block;
  border-radius: 50%;
  background-color: red;
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
.menu-item:last-of-type::after {
  display: none;
}

.top-hot-key {
  position: absolute;
  left: -17px;
  top: 0;
}

footer.container {
  background-color: #4c4b34;
  justify-content: center;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-content-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-content p {
  color: #fff;
  font-size: 0.9rem;
}
.footer-content p a {
  color: inherit;
  text-decoration: underline;
}

.pass-2A {
  margin: 10px 0;
}
.pass-2A img {
  width: 88px;
}

/*============== float-btn ==============*/
.float-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.gotop {
  display: block;
  width: 50px;
  height: 50px;
  padding: 1px;
  border-radius: 50%;
}
.gotop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/goindex.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (max-width: 767px) {
  .container {
    padding-right: 6%;
    padding-left: 6%;
  }
  .container::before, .container::after {
    display: none;
  }
  header {
    background-image: url(/images/h_01-1.jpg);
  }
  header.container {
    padding: 0;
    align-items: flex-end;
  }
  .burger {
    margin: 5px 0;
  }
  .brick {
    margin-right: 0;
  }
  .menu-bg {
    height: 100vh;
  }
  .menu-bg,
  .links,
  #nav {
    position: fixed;
    right: -767px;
    z-index: 99;
    width: 100%;
    max-width: unset;
    background-image: unset;
    background-color: #fff3e3;
    transition: all ease-in-out 0.5s;
  }
  .menu-bg.open,
  .links.open,
  #nav.open {
    right: 0;
    transition: all ease-in-out 0.5s;
  }
  .links {
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-func-list {
    flex-direction: column;
  }
  .site-func-list .item {
    justify-content: center;
    padding: 5px 0;
  }
  .site-func-list .item::after {
    display: none;
  }
  .site-func-list .item:last-of-type {
    margin-right: 0;
  }
  #nav {
    padding-top: 20px;
    flex-direction: column;
    top: 200px;
  }
  .slide-menu {
    flex-direction: column;
    padding-bottom: 180px;
    height: calc(100vh - 77px);
    overflow: auto;
    background-color: transparent;
  }
  .burger-box {
    width: 60px;
    height: 46px;
  }
  .menu-item {
    font-size: 1.5rem;
    padding: 10px;
  }
  .menu-item::after {
    display: none;
  }
  .main_navbar {
    margin-top: 20px;
    border: none;
  }
  .main_navbar li {
    background: none;
    border-bottom: 2px solid #fff;
    width: 80vw;
  }
  .main_navbar li a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .burger {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer_links_box {
    width: 100vw;
    border: none;
    transform: translate(-6%, 0);
  }
  .footer_links {
    width: calc(100% - 80px);
  }
  .footer_links a {
    margin: 11px;
    border: none;
    height: 53px;
    max-width: 193px;
    max-height: 53px;
  }
  .footer_links img {
    width: 100%;
    height: 100%;
  }
  .box-bottom-shadow {
    box-shadow: none;
  }
  footer {
    border-radius: 0;
    box-shadow: none;
  }
  footer.container {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .pass-2A {
    position: absolute;
    bottom: 7px;
  }
  /*============== float-btn ==============*/
  .float-btn {
    right: 20px;
    bottom: 50px;
  }
}/*# sourceMappingURL=layout.css.map */
