@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap");
body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #333;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

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

header {
  position: relative;
}
header figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
header figure img {
  width: 100%;
}
header .menu {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 1em;
  right: 1em;
}
@media only screen and (max-width: 820px) {
  header .menu {
    top: auto;
    bottom: -2em;
  }
}
@media only screen and (max-width: 600px) {
  header .menu {
    bottom: -2.5em;
    right: 5px;
  }
}
header .menu a {
  font-family: "Noto Serif TC", serif;
  display: block;
  text-align: center;
  width: 100px;
  padding: 0.35em;
  margin-left: 0.5em;
  border-radius: 8px;
  color: #ffe6be;
  border: 1.5px solid #C5A26B;
  font-size: 1.1em;
  background-color: rgba(248, 213, 156, 0.3);
}
@media only screen and (max-width: 820px) {
  header .menu a {
    padding: 0.2em;
    background-color: #C5A26B;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(197, 162, 107, 0.5);
  }
}
@media only screen and (max-width: 600px) {
  header .menu a {
    font-size: 1em;
    width: 90px;
  }
}
header .menu a:hover {
  background-color: #C5A26B;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(197, 162, 107, 0.5);
}

article h2.title {
  font-size: 2.5em;
  color: #99580d;
  position: relative;
}
@media only screen and (max-width: 600px) {
  article h2.title {
    font-size: 1.8em;
  }
}
article h2.title:after {
  content: "";
  width: 180px;
  height: 1px;
  background: #99580d;
  position: absolute;
  top: 50%;
  margin-left: 0.5em;
}
@media only screen and (max-width: 600px) {
  article h2.title:after {
    width: 80px;
  }
}
article section.main_words {
  max-width: 1170px;
  margin: 2em auto;
  padding: 2%;
  box-sizing: border-box;
}
article section.main_words p {
  line-height: 2;
  width: 95%;
  margin-top: 1em;
  padding-left: 1%;
}
article section.bless, article section.rule {
  background: rgba(255, 255, 255, 0.2);
}
article section .bless_con {
  width: 100%;
  max-width: 1170px;
  margin: 2em auto;
  padding: 4em 2%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  article section .bless_con {
    flex-direction: column;
    padding: 2.5%;
  }
}
article section .bless_con .title_con {
  display: flex;
  flex-direction: row;
  width: 18%;
  padding-right: 2.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  article section .bless_con .title_con {
    width: 18%;
  }
}
@media only screen and (max-width: 600px) {
  article section .bless_con .title_con {
    width: 100%;
    flex-direction: column;
  }
}
article section .bless_con .title_con h2, article section .bless_con .title_con h3 {
  writing-mode: vertical-lr;
  display: block;
}
@media only screen and (max-width: 600px) {
  article section .bless_con .title_con h2, article section .bless_con .title_con h3 {
    writing-mode: lr;
  }
}
article section .bless_con .title_con h2 {
  margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
  article section .bless_con .title_con h2 {
    margin-top: 0.5em;
  }
}
article section .bless_con .title_con h2 em {
  display: block;
  font-style: normal;
  font-size: 0.65em;
  letter-spacing: 12px;
  margin-top: -2em;
}
@media only screen and (max-width: 1024px) {
  article section .bless_con .title_con h2 em {
    margin-top: -3em;
  }
}
@media only screen and (max-width: 600px) {
  article section .bless_con .title_con h2 em {
    letter-spacing: 3px;
    display: inline;
    font-size: 0.8em;
  }
}
article section .bless_con .title_con h2:after {
  width: 1px;
  height: 150px;
}
@media only screen and (max-width: 600px) {
  article section .bless_con .title_con h2:after {
    width: 60px;
    height: 1px;
  }
}
article section .bless_con .title_con h3 {
  font-size: 1.2em;
  padding-top: 3em;
  letter-spacing: 6px;
}
@media only screen and (max-width: 1024px) {
  article section .bless_con .title_con h3 {
    padding-top: 7em;
    font-size: 1.15em;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 600px) {
  article section .bless_con .title_con h3 {
    padding-top: 0;
    font-size: 1em;
    text-align: right;
    padding-bottom: 1em;
  }
}
article section .bless_con .des {
  width: 40%;
  padding-left: 2%;
  line-height: 1.8;
  border-right: 1px solid #bbbbbb;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  article section .bless_con .des {
    width: 100%;
    border-right: none;
  }
}
article section .bless_con .des + .des {
  border-right: none;
  padding-left: 5%;
}
article section.route {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-width: 820px) {
  article section.route {
    flex-direction: column;
  }
}
article section.route figure {
  width: 50%;
  padding-left: 5%;
}
@media only screen and (max-width: 820px) {
  article section.route figure {
    width: 100%;
    padding-left: 0;
    padding-bottom: 2em;
  }
}
article section.route figure img {
  width: 100%;
}
article section.route .route_detail {
  background: #411607;
  position: absolute;
  top: -80px;
  bottom: 0;
  right: 0;
  width: 42%;
  height: 120%;
  min-height: 750px;
  box-sizing: border-box;
  padding: 3% 1% 3% 3%;
  overflow-y: scroll;
}
@media only screen and (max-width: 1400px) {
  article section.route .route_detail {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1280px) {
  article section.route .route_detail {
    min-height: 600px;
    height: 110%;
    top: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  article section.route .route_detail {
    min-height: 550px;
  }
}
@media only screen and (max-width: 820px) {
  article section.route .route_detail {
    position: static;
    width: 100%;
    height: 450px;
    min-height: 450px;
    box-sizing: box-sizing;
  }
}
article section .rule_con {
  width: 100%;
  max-width: 1170px;
  margin: 2em auto;
  padding: 4em 2%;
  line-height: 1.8;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  article section .rule_con {
    padding: 1em 2%;
  }
}
article section .rule_con ol li {
  padding: 1em 0;
  color: #411607;
  font-size: 1.4em;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}
article section .rule_con ol li i {
  padding-right: 0.5em;
}
article section .rule_con ol li ul li, article section .rule_con ol li ol li {
  padding: 0.25em;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
article section .rule_con ol li ul li em, article section .rule_con ol li ol li em {
  font-style: normal;
  font-weight: 800;
}
article section .rule_con ol li ul {
  list-style: disc;
  list-style-position: inside;
}
article section .rule_con ol li ol {
  list-style: decimal;
  list-style-position: inside;
}
article section .news_con {
  max-width: 1170px;
  margin: 2em auto;
  padding: 2%;
  box-sizing: border-box;
}
article section .news_con li {
  border-bottom: 1px solid #bbbbbb;
  position: relative;
  padding-left: 15px;
}
article section .news_con li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #99580d;
}
article section .news_con li a {
  padding: 0.5em;
  display: block;
}
article section .news_con li:hover {
  transform: translateX(5px);
  transition: all 0.5s;
}
article section .news_con em {
  margin-right: 2%;
  color: #99580d;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  article section .news_con li em {
    display: block;
  }
}
article section .new_more {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}
article section .new_more figure {
  padding-left: 1em;
}
article section .new_more figure img {
  width: auto;
  max-width: 150px;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  article section .new_more figure img {
    width: 90px;
  }
}

.day_detail {
  margin-bottom: 1.5em;
}
.day_detail h3 {
  color: #dd8e31;
  border-bottom: 1px solid #dd8e31;
  font-size: 1.35em;
  font-weight: 600;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.day_detail h4 {
  color: #ffe5c7;
  font-size: 1.2em;
  padding: 0.5em 0;
  position: relative;
}
.day_detail h4:after {
  content: "";
  background-image: url(../images/icon_arr.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
}
.day_detail .map_show {
  height: 0;
  overflow: hidden;
}
.day_detail .map_show.open {
  height: auto;
}
.day_detail .map {
  position: relative;
  margin-top: 2em;
}
.day_detail .map + .map {
  margin-top: 3em;
}
.day_detail .map h4 {
  position: absolute;
  background: #e69840;
  top: -1.25em;
  color: #411607;
  width: auto;
  padding: 0.35em 0.75em;
  border-radius: 10px 35px 35px 10px;
}
.day_detail .map h4:after {
  content: "";
  display: none;
}
@media only screen and (max-width: 1280px) {
  .day_detail .map h4 {
    padding: 0.25em 0.5em;
  }
}
.day_detail .map h4 i {
  font-style: normal;
}
.day_detail .map h4 .time {
  padding-left: 1.5em;
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.day_detail .map h4 .way {
  padding-left: 1.25em;
  margin-left: 0.5em;
  background-image: url(../images/icon_way.png);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.day_detail .map figure {
  width: 75%;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  background: #280c02;
}
@media only screen and (max-width: 1280px) {
  .day_detail .map figure {
    width: 90%;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .day_detail .map figure {
    width: 95%;
  }
}
.day_detail .map figure img {
  width: 100%;
}

.news {
  padding-bottom: 0;
  background-color: #f5f5f5;
  overflow: hidden;
}

footer {
  background-color: #300f04;
  border-bottom: solid 8px #99580d;
  display: flex;
  justify-content: center;
  padding: 1.5em 3%;
}
footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}/*# sourceMappingURL=style.css.map */