@charset "UTF-8";
@font-face {
  font-family: "FakePearl";
  src: url("../fonts/FakePearl-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "FakePearl";
  src: url("../fonts/FakePearl-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FakePearl";
  src: url("../fonts/FakePearl-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "FakePearl";
  src: url("../fonts/FakePearl-SemiBold.ttf") format("truetype");
}
.img_top {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 15px 10px rgba(13, 49, 36, 0.34));
  max-width: 1700px;
  margin: auto;
}

.img_top img {
  grid-row: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.type1 {
  grid-column: 1/span 4;
  align-self: start;
  width: 100%;
  z-index: 1;
}

.type2 {
  grid-column: 3/span 5;
  align-self: start;
  width: 100%;
  margin-left: -120px;
  margin-top: -70px;
}
@media (max-width: 1080px) {
  .type2 {
    margin: 0px;
  }
}

@media (max-width: 625px) {
  .img_top {
    grid-template-columns: 1fr 1fr 1fr; /* 手機版改為3欄 */
  }
  .type1 {
    grid-column: 1/span 2;
  }
  .type2 {
    grid-column: 2/span 2;
  }
}
#header {
  margin: 0 auto 90px;
}
@media (max-width: 990px) {
  #header {
    margin-bottom: 0;
  }
}

#wallpaper {
  padding: 0;
  margin-bottom: 80px;
  background: url(../images/bg.jpg) no-repeat top center #c2e6f9;
}
#wallpaper:before {
  z-index: 1;
}
@media (max-width: 990px) {
  #wallpaper {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

#wallpaper_index {
  padding: 0;
  margin-bottom: 80px;
  background: url(../images/bg.png);
}
#wallpaper_index:before {
  z-index: 1;
}
@media (max-width: 990px) {
  #wallpaper_index {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.menu_navigation {
  display: flex;
  justify-content: flex-end;
}
.menu_navigation .menu_nav {
  max-width: 250px;
  background: #91dcff;
  margin: 0;
  padding: 8px;
  border: 2px #191919 solid;
  border-top: 0;
  border-radius: 0px 0px 20px 20px;
}
.menu_navigation .menu_nav > a {
  color: #191919;
}

.menu_all a {
  width: 228px;
  height: 149px;
  background-size: contain;
}

.menu_all a:hover {
  background-size: contain;
}

#footer {
  background: #135d94;
  padding-bottom: 50px;
  position: relative;
}
#footer:before {
  content: "";
  width: 100%;
  padding-bottom: 27%;
  background: url(../images/bg_footer.png) center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -280px;
  left: 0;
}
#footer .footer_bg {
  border-radius: 20px;
  position: relative;
  background: #f1c251;
  padding: 40px;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1180px) {
  #footer .footer_bg figure img {
    display: none;
  }
}
@media (max-width: 990px) {
  #footer {
    padding-bottom: 0;
  }
  #footer:before {
    display: none;
  }
  #footer .footer_bg {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.index_footer #footer {
  background: #134c77;
}
.index_footer #footer:before {
  content: "";
  width: 100%;
  height: 915px;
  background: url(../in_images/footer_bg.png) center no-repeat;
  display: block;
  position: absolute;
  top: -915px;
  left: 0;
}

.breadcrumbs {
  min-width: 650px;
  padding: 29px 5px 37px 46px;
  background: #91dcff;
  border: 2px #191919 solid;
  border-radius: 20px;
  position: absolute;
  top: -149px;
  left: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.breadcrumbs .place {
  margin: 0;
  margin-right: 16px;
}
.breadcrumbs .place a {
  font-size: 1.12rem;
}
@media (max-width: 768px) {
  .breadcrumbs .place {
    width: 100%;
  }
}
.breadcrumbs #main_title {
  height: auto;
  background: none;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0;
  margin: 0;
}
.breadcrumbs #main_title h2 {
  margin: 0;
  font-size: 2rem;
}
.breadcrumbs:before {
  content: "";
  width: 23px;
  height: 112px;
  background: url(../images/title_bg2.png);
  display: block;
  position: absolute;
  top: 70px;
  left: 30px;
}
.breadcrumbs::after {
  content: "";
  width: 23px;
  height: 112px;
  background: url(../images/title_bg2.png);
  display: block;
  position: absolute;
  top: 70px;
  right: 40px;
}
@media (max-width: 990px) {
  .breadcrumbs {
    min-width: auto;
    width: 100%;
    padding: 15px;
    top: auto;
    position: relative;
  }
  .breadcrumbs:before, .breadcrumbs:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

#con {
  padding-top: 64px;
}
@media (max-width: 768px) {
  #con {
    padding-top: 0;
  }
}

.b {
  position: relative;
}
.b:after {
  content: "";
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: -1;
}

.b.on .b1 {
  top: 19px;
  left: -6px;
}

.b.on .b3 {
  left: -7px;
  top: 35px;
}

.about {
  position: relative;
  z-index: 1;
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  box-shadow: 0px 9px 0px rgba(0, 0, 0, 0.8);
  padding: 40px;
  font-family: "FakePearl";
}
@media (max-width: 990px) {
  .about {
    padding: 36px 24px;
  }
}

.sitemap_table .sitemap_title a:hover,
.sitemap_title a:focus {
  background-color: #91dcff;
  display: block;
  color: #3e3a39;
}

main {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 990px) {
  #logo img {
    padding: 0;
  }
}

.menu2 {
  position: relative;
  z-index: 99;
  margin-bottom: 16px;
}

.parent_top {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 1080px) {
  .parent_top {
    flex-wrap: wrap;
  }
}

@media (max-width: 1080px) {
  .div1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.div1 img:last-child {
  margin: 0 2rem;
}
@media (max-width: 1080px) {
  .div1 img:last-child {
    display: block;
    transform: rotate(90deg);
    margin-top: 1rem;
  }
}

@media (max-width: 1080px) {
  .div2 {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .div2 {
    margin-top: 0;
  }
  .div2 br {
    display: none;
  }
}

.div2 span:last-child {
  display: block;
  font-size: 1.5rem;
  color: #1369ac;
  background: url(../in_images/map.png) no-repeat left top 5px;
  line-height: normal;
  padding: 10px 8px 10px 73px;
  margin-top: 6px;
}
@media (max-width: 576px) {
  .div2 span:last-child {
    background: url(../in_images/map.png) no-repeat top center;
    padding: 73px 0px 10px 0px;
    text-align: center;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.parent > div {
  width: 100%;
}
@media (max-width: 1280px) {
  .parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.div3 {
  grid-area: 1/1/2/8;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .div3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.div4 {
  grid-area: 2/1/3/8;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .div4 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.div4 img {
  margin: 0 1rem;
}
@media (max-width: 1000px) {
  .div4 img {
    transform: rotate(90deg);
  }
}

.div5 {
  grid-area: 1/8/3/10;
}
@media (max-width: 1000px) {
  .div5::before {
    content: "活動地點";
    font-size: 2.25rem;
    background: #9ad4f2;
    text-align: center;
    padding: 24px 36px;
    display: inline-block;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) and (max-width: 576px) {
  .div5::before {
    font-size: 2rem;
    padding: 6px 16px;
  }
}

@media (max-width: 1280px) {
  .div5 br {
    display: none;
  }
}
.type_title,
.type_title2 {
  font-size: 2.25rem;
  background: #9ad4f2;
  min-width: 240px;
  text-align: center;
  padding: 24px 36px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 16px;
}
@media (max-width: 1000px) {
  .type_title,
  .type_title2 {
    width: 100%;
    padding: 18px 24px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .type_title,
  .type_title2 {
    font-size: 2rem;
    padding: 6px 16px;
  }
}

.type_title2 {
  background: #72bff5;
}

.calendar {
  font-size: 3.5rem;
}
@media (max-width: 1000px) {
  .calendar {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .calendar {
    font-size: 2.6rem;
  }
}

.day {
  font-size: 1.1875rem;
  display: inline-block;
  background: #333;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
}

.calendar_time {
  font-size: 3.5rem;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .calendar_time {
    font-size: 2.6rem;
    margin-left: 0;
  }
}

.div5 {
  text-align: center;
  margin-top: 16px;
}

.div5 span {
  margin-top: 1rem;
  display: block;
  font-size: 1.5rem;
}/*# sourceMappingURL=shared.css.map */