@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

.hero_title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
}

.hero_txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}

.community_txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.community_txt1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.copy-txt {
  font-size: 16px;
  font-weight: 300;
}

.note_txt {
  font-size: 16px;
  color: #444;
  font-weight: 100;
}

.town_txt {
  font-size: 22px !important;
  font-weight: 500;
}

.community {
  font-size: 18px;
  font-weight: 500;
}

.community-img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.link a {
  color: #222;
}

.link a :hover {
  color: #666;
}

.bright {
  opacity: 1;
}

.bright:hover {
  opacity: 0.8;
}

.pc {
  display: inline;
}

@media (max-width: 767px) {
  .pc {
    display: inline-block;
  }

  .hero_title {
    font-size: 9.8vw;
    font-weight: 700;
  }

  .hero_txt {
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 1.7;
  }

  .community_txt {
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 1.6;
  }

  .community_txt1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .town_txt {
    font-size: 20px !important;
    font-weight: 500;
  }

  .community {
    font-size: 15px;
    font-weight: 400;
  }

  .community-img {
    width: 60px;
    margin: 0 auto;
    text-align: center;
  }

  .note_txt {
    font-size: 14px;
    color: #444;
    font-weight: 100;
  }
}

/* 手風琴 */
.accordion {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.8s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}

.button {
  outline: none;
}


/* .car_btn a {
  color: #222;
} */

.car_btn {
  border: 1px solid #C4C4C6;
  color: #222;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  max-width: 300px;
  padding: 20px 1em;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}


.car_btn:hover {
  border: 1px solid #000000;
}


.activity_title {
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  padding: 15px 0px 10px;
  color: #222;
}

.activity_txt {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #222;
}

.activity_txt_1 {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #444;
}


.wrapper {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.heading-016 {
  display: flex;
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #7f0019;
}

.heading-016::before,
.heading-016::after {
  width: 3px;
  height: 40px;
  background-color: #7f0019;
  content: '';
}

.heading-016::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.heading-016::after {
  transform: rotate(35deg);
  margin-left: 30px;
}


@media (max-width: 767px) {
  .heading-016 {
    font-size: 7vw;

  }

  .heading-016::before {
    transform: rotate(-35deg);
    margin-right: 18px;
  }

  .heading-016::after {
    transform: rotate(35deg);
    margin-left: 18px;
  }

}