@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
nav {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 480px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

nav.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav .nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: url("../img/nav-bg.jpg") no-repeat center center;
  background-size: cover;
}

nav .nav-wrap .nav-img {
  z-index: 1;
  position: relative;
  width: 75%;
  height: 30%;
  background: url("../img/nav-img.png") no-repeat center center;
  background-size: contain;
}

nav .nav-wrap .nav-block {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 5% 0 2.5% 0;
  margin-top: -5%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

nav .nav-wrap .nav-block::before {
  z-index: 0;
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#4ba964), to(#00762e));
  background: linear-gradient(to right, #4ba964, #00762e);
  border-radius: 16px;
  -webkit-border-radius: 16px;
}

nav .nav-wrap .nav-block::after {
  z-index: 0;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/nav-block-bg.jpg") repeat center top;
  background-size: 70% auto;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
}

nav .nav-wrap .nav-block a {
  z-index: 1;
  position: relative;
  display: block;
  width: 70%;
  margin: 1% auto;
}

nav .nav-wrap .nav-share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}

nav .nav-wrap .nav-share-block a {
  display: block;
  width: 25%;
  margin: 0 5%;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  color: #0c4724;
  background: #FFF;
  font-family: 'Noto Sans TC';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto;
}

.clear {
  clear: both;
}

input {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans TC';
  letter-spacing: 0.05rem;
  color: #00762e;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 1rem;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  margin-left: 1rem;
}

ul li {
  position: relative;
}

ul li::before {
  position: absolute;
  content: '・';
  left: -1rem;
}

.all {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: tocuh;
}

.logo {
  z-index: 3;
  position: fixed;
  top: 0;
  margin-left: 20px;
  width: 80px;
}

.header {
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 480px;
}

.home {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15%;
  padding-top: 15%;
  background: url("../img/icon-home.png") no-repeat center center;
  background-size: contain;
}

.hamburger {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15%;
  padding-top: 15%;
  background: url("../img/icon-hamburger.png") no-repeat center center;
  background-size: contain;
}

.back {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15%;
  padding-top: 15%;
  background: url("../img/icon-back.png") no-repeat center center;
  background-size: contain;
}

.close {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15%;
  padding-top: 15%;
  background: url("../img/icon-close.png") no-repeat center center;
  background-size: contain;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 100%;
  margin: auto;
  background: url("../img/page-bg.jpg") #72c661 repeat left top;
  background-size: 50% auto;
  padding: 5vh 0;
}

.content-wrap {
  z-index: 0;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 20px 10px 15% 10px;
  font-weight: bold;
}

.content-wrap::before {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  background: -webkit-gradient(linear, left top, right top, from(#4ba964), to(#00762e));
  background: linear-gradient(to right, #4ba964, #00762e);
  border-radius: 16px;
  -webkit-border-radius: 16px;
}

.content-wrap::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
}

.content-wrap.page {
  padding-top: 0;
  margin-top: 15%;
}

.content-wrap.page h1 {
  width: 75%;
  margin: auto;
  margin-bottom: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) {
  body {
    background: url("../img/outer-bg.jpg") #FFF repeat center center;
    background-size: 30% auto;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  html {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */