/* 主CSS */
@charset "utf-8";
:root {
  --main-bgcolor: #e17598; /*2024主色系*/
  --main-bgcolor-hover: #d44271;
  --main-bgcolor-hover2023: rgb(250, 70, 125);
  --main-bgcolor2023: rgb(255, 100, 150);
}
html {
  font-family: "微軟正黑體", Arial, sans-serif;
}
main {
  width: 100%;
  overflow-x: hidden;
}
.ll-hidden {
  display: none;
}
.ss-hidden {
  display: block;
}
body {
  font-family: "微軟正黑體", Arial, sans-serif;
  position: relative;
  -ms-overflow-y: scroll;
}

/* ========== LINE 固定按鈕（全站共用） ========== */
.line-fixed-btn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 195, 0, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  background: #06C755;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 急促提示：脉冲发光（不占用 transform，避免影响 hover 放大） */
  animation: lineUrgentPulse 0.95s ease-in-out infinite;
}

.line-fixed-btn:hover {
  animation-play-state: paused;
}

.line-fixed-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(0, 195, 0, 0.6);
}

.line-fixed-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-fixed-btn::after {
  content: 'LINE諮詢';
  position: absolute;
  right: 75px;
  background: #06C755;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.line-fixed-btn:hover::after {
  opacity: 1;
}

@keyframes lineUrgentPulse {
  0% {
    box-shadow: 0 4px 20px rgba(0, 195, 0, 0.45), 0 0 0 0 rgba(0, 195, 0, 0.35);
  }
  70% {
    box-shadow: 0 6px 28px rgba(0, 195, 0, 0.6), 0 0 0 14px rgba(0, 195, 0, 0);
  }
  100% {
    box-shadow: 0 4px 20px rgba(0, 195, 0, 0.45), 0 0 0 0 rgba(0, 195, 0, 0);
  }
}
a {
  color: #ff0099;
  text-decoration: none;
}
a:hover {
  color: #5a5a5a;
  text-decoration: none;
}
a:active {
  color: #5a5a5a;
  text-decoration: none;
}
a:focus {
  color: #5a5a5a;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu-note {
  display: inline;
  text-align: center;
}
#menu-note span {
  font-size: 75%;
  display: block;
}
main {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  padding: 0 px 0px 0px;
}
.container-wider {
  padding: 10px 2.5%;
  max-width: 1400px;
}
.headerTop {
  background-color: #ffffff;
}
.headerTop-container {
  margin: 0px auto;
  width: 100%;
  height: 110px;
  position: relative;
  max-width: 1400px;
}
.main-Logo {
  left: 15px;
  top: 12px;
  position: absolute;
}
.logo-words {
  position: absolute;
  left: 250px;
  top: 22px;
  font-size: 18px;
  color: #4D7FF3;
  font-weight: 600;
}
.main-Logo a {
  width: 200px;
  height: 95px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-Logo a img {
  display: none;
}
nav {
  /*	background-color: rgb(255 ,100 ,150); 過往主選單顏色*/
  background-color: var(--main-bgcolor);
}
nav.scrolled {
  left: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 10;
}
.navMenu-list {
  margin: 0px auto;
  font-size: 0px;
  max-width: 1400px;
  text-align: center;
}
.navMenu-item.mobileshow {
  display: none;
}
.navMenu-item {
  width: calc(100% / 6);
  font-size: 20px;
  display: inline-block;
}
.navMenu-link {
  min-height: 54px;
  display: flex;
  padding: 5px 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 5px #00000050;
}
.navMenu-link > img {
  width: 25px;
  margin-right: 5px;
}
.right-bottom-icon {
  width: 65px;
  float: right;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 20;
}
.navMenu-link:hover {
  color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  text-decoration: none;
  position: relative;
  /*	background-color: rgb(250, 70, 125);*/
  background-color: var(--main-bgcolor-hover);
}
.navMenu-list.smartScroll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.navMenu-list.smartScroll li {
  height: 100%;
}
/*漢堡選單*/
footer {
  background-color: #ffffff;
}
.footer-info {
  padding: 15px 0px 25px;
  color: #ffffff;
  /*	background-color: rgb(255 ,100 ,150); */
  background-color: var(--main-bgcolor);
}
.footer-info p {
  margin: 5px 0px;
  font-size: 100%;
}
.footer-info .footerLogo {
  padding: 0px 15px;
  float: left;
}
.footer-info .countNoses span {
  color: rgb(255, 255, 0);
}
.overlay {
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.active {
  display: block;
}
/*麵包屑位置列 pageFn、breadCrumb*/
.pageFn {
  margin: 0px 0px 20px;
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, .6);
}
.breadCrumb {
  padding: 0px 0px;
  font-size: 120%;
  float: left;
}
.breadCrumb li {
  line-height: 1.5em;
  font-size: 110%;
  display: inline;
}
.breadCrumb li:last-child a {
  color: rgb(255, 50, 102);
}
.breadCrumb li .icon-home {
  top: -2px;
  color: rgb(255, 50, 102);
  font-size: 150%;
  vertical-align: middle;
  position: relative;
}
.breadCrumb li a {
  color: rgb(167, 167, 167);
}
.breadCrumb li::after {
  margin: 0px 5px;
  color: rgb(255, 50, 102);
  display: inline-block;
  content: ">";
}
.breadCrumb li:last-child::after {
  display: none;
}
/*首頁自訂 */
.head-bgimg {
  background-image: url(../images/sakuru-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
.index-map-pinkline {
  /*	background-color: rgb(255 ,100 ,150); */
  background-color: var(--main-bgcolor); /*2024主色系*/
  height: 10px;
}
.index-map-area {
  padding: 15px 0px;
}
.mainTitle_pink {
  font-size: 26px;
  font-weight: 600;
  color: rgb(255, 101, 139);
  margin: 0;
}
.subtitle_pink > img, .mainTitle_pink > img {
  width: 40px;
}
.subTitle_cray {
  font-size: 22px;
  font-weight: 600;
  color: #4fc8dd;
}
subTitle_cray::before {
  content: "";
  display: block;
  background: url("../images/icons/icon-leave2024.png") no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
}
.subTitle_pink {
  font-size: 22px;
  font-weight: 600;
  color: rgb(230, 50, 80);
  margin: 0 0 1.5% 0;
}
.subTitle_pink ::before {
  content: url("../images/icons/icon-sukura2024.png");
  vertical-align: middle;
  margin-right: 5px;
}
.article_content {
  font-size: 16px;
  line-height: 150%;
  margin: 10px 0 1.5% 0;
}
.status-flower {
  margin: 0px 25px 0px;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(255, 240, 240, 1.00);
}
.status-flower .title {
  color: rgb(133, 133, 133);
  letter-spacing: 0.15em;
  vertical-align: middle;
  display: inline-block;
}
.status-flower li {
  margin: 0px 4px;
  vertical-align: middle;
  display: inline-block;
}
.status-flower li img {
  width: 53px;
  height: 53px;
}
.status-flower li span {
  text-align: center;
  color: rgb(58, 185, 196);
  font-size: 100%;
  display: block;
}
.index-tips-photo {
  border: 1px solid rgba(100, 100, 100, 0.60) /*	border: 2px solid rgba(255,255,255,1.00);
	box-shadow: 0px 0px 8px rgba(118,118,118,0.50);
*/
}
.index-tips-title {
  font-size: 120%;
  color: rgb(255, 56, 120);
  margin: 5px;
}
.views-List {
  margin: 5px -6px 15px;
  border: 2px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
}
.views-List-dm {
  margin: 0px 10px;
  border: 2px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
}
.views-TV {
  margin: 0px 0px 5px 0px !important;
  padding: 0;
  border: 5px solid rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
  padding-bottom: 56.25%;
}
.views-photo {
  padding: 0px !important;
  border: 5px solid rgba(255, 255, 255, 1.00);
}
/*櫻該這樣拍-*/
.ph-says {
  margin-top: -30px;
  padding-top: 50px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px;
  background-image: url(../images/views/words.png);
  background-size: 100% 100%;
}
.views-content {
  color: rgba(220, 220, 220, 1.00);
  padding: 15px;
  font-size: 18;
  line-height: 120%;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: -15;
  right: auto;
  max-width: 78%;
  background-color: rgba(230, 30, 115, 0.70)
}
.views-content a {
  color: rgb(255, 255, 255);
  font-size: 120%;
}
.views-content a:hover {
  color: antiquewhite;
  text-decoration: underline;
  font-size: 22;
}
.views-more {
  color: rgba(220, 220, 220, 1.00);
  padding: 3px 18px;
  font-size: 20;
  line-height: 150%;
  text-align: right;
  background-color: rgba(255, 230, 230, 1.00)
}
/*內頁主要區域*/
.inside-content-area {
  margin: auto;
  padding: 0 20;
  font-size: 16; /*	background-image: url(../images/activity/bg-image.jpg);*/
}
.views-title {
  height: 60px;
  padding: 15px;
}
.weather-statues {
  font-size: 22px;
  color: rgb(150, 150, 150);
}
.views-article {
  margin-top: 10px;
  padding-left: 2px;
  font-size: 120%;
  line-height: 200%;
  text-align: left;
}
.views-article-traffic {
  margin-top: 10px;
  padding-left: 2px;
  font-size: 120%;
  line-height: 150%;
  text-align: left;
}
/*活動內頁圓角圖片*/
.activity-img-radius {
  border-radius: 30px;
}
.traffic-note {
  font-size: 125%;
  color: blueviolet;
}
.inside-fb-content-area {
  margin: auto;
  padding: 0 20;
  font-size: 16;
  background-image: url(../images/activity/bg-image.jpg);
}
/*FB活動內頁區域*/
.fb-activity-bg {
  background-image: url(../images/FB-activity/fb-activity-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: none;
  background-position: top center;
  background-size: 100%;
  padding: 0px;
}
.fb-activity-rule {
  text-align: center;
  font-weight: 600;
  color: #222;
  font-size: 20px;
  line-height: 200%;
  padding: 20px 20px;
}
.fb-actrule-blue {
  color: #1da1f3;
}
.fb-actrule-red {
  font-size: 150%;
  color: #e30012;
}
.fb-activity-blue-title {
  font-weight: 600;
  text-align: center;
  color: #1da1f3;
  font-size: 28px;
  padding: 30px 0px 5px 0px;
}
.fb-activity-note1 {
  color: #fff;
  background-color: #FF6496;
  padding: 30px 10px;
  width: 90%;
  margin: 20px 5% 20px 5%;
}
.fb-activity-content {
  font-size: 18px;
  line-height: 200%;
}
.fb-activity-note2-area {
  background-color: #ffe0eb;
  margin: 50px -30px 0px;
  padding: 30px 10%;
}
.fb-activity-note2-title {
  font-weight: 600;
  color: #1da1f3;
  font-size: 150%;
}
.fb-activity-note2 {
  width: 90%;
  margin: 0 5% 0 5%;
  font-size: 16px;
  line-height: 220%;
}
/*2024各區櫻花季活動調整*/
.activity-item {
  background-color: rgba(255, 255, 255, .8);
  margin: 15px 0;
  padding: 25px;
  line-height: 200%;
  border: 5px solid #E76E6D60;
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
  border-radius: 20px
}
.activity-item a {
  color: #0d5ef3 !important;
  text-decoration: underline;
}
.activity-item a:hover {
  color: #0ea3ec !important;
  text-decoration: none;
}
.activity-item img {
  border: 1px solid #FFF;
  box-shadow: 2px 2px 10px 0 #00000050;
}
.activity-title {
  font-size: 26px;
  font-weight: 600;
  color: #0ea3ec;
  text-align: center;
}
.activity-circle-photo {
  padding: 15px;
  text-align: center;
}
.activity-hr {
  background-image: url(../images/activity/activity-title-hr.jpg);
  height: 28px;
  border-top: 0;
  margin: 0px;
}
.activity-sub-title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(255, 56, 120);
}
.activity-stitle {
  font-size: 18px;
  font-weight: 600;
  color: #808080;
}
.activity-stitle span {
  color: rgb(255, 56, 120);
}
.activity-ol {
  border-left: 5px solid #E76E6D60;
  margin-left: 1rem;
  padding-left: 3rem;
  font-size: 16px;
  line-height: 175%;
}
.activity-ol li {
  list-style: disc;
}
#photo1 {
  position: absolute;
  right: 18%;
  top: 20px;
  z-index: 2;
}
#photo2 {
  margin-top: 170px;
  padding-right: 80px;
  position: absolute;
  text-align: right;
}
#photo3 {
  margin-top: 170px;
  padding-right: 80px;
  position: absolute;
  text-align: right;
}
.vote-title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 56, 120);
}
/************************************* 

據說是FB可以RWD的 (無效)

*************************************/
.fb-comments, .fb-comments iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
@media (max-width: 480px) {
  iframe[src *=“facebook”] {
    max-width: 360px;
    height: 197px;
  }
}
/************************************* 

麵包屑導覽列home

*************************************/
.icon-home::before {
  background-position: 0px 3px;
  width: 25px;
  height: 27px;
  display: inline-block;
  content: "";
  background-image: url("../images/icons/home.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:1400px) {
  #photo1 {
    right: 12%;
    top: 20px;
  }
}
@media screen and (max-width:1200px) {
  .navMenu-item {
    width: calc(100% / 5);
  }
  #photo1 {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width:1000px) {
  header {
    top: 0px;
    width: 100%;
    height: 72px;
    position: fixed;
    z-index: 1000;
  }
  #menu-note-m {
    display: inline;
    text-align: center;
  }
  #menu-note-m span {
    display: block;
    font-size: 80%;
  }
  .headerTop {
    /*	border-bottom-color: rgb(255 ,100 ,150);*/
    border-bottom-color: var(--main-bgcolor) !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .headerTop-container {
    height: 70px;
  }
  .main-Logo {
    left: 15px;
    top: 5px;
  }
  .logo-words {
    position: absolute;
    left: 200px;
    top: 5px;
    font-size: 14px;
    color: #4D7FF3;
    font-weight: 400;
  }
  nav {
    transition: 0.3s;
    left: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 3000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: none;
    /*	background-color: rgb(255 ,100 ,150); */
    background-color: var(--main-bgcolor);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .navMenu-item {
    width: 100%;
    border-bottom-color: rgb(235, 254, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
  }
  .navMenu-item.mobileshow {
    display: block;
  }
  .navMenu-list {
    width: 100%;
    height: 100%;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
  }
  .navMenu-link {
    background-color: var(--main-bgcolor);
  }
  .navMenu-link:hover {
    border: currentColor;
    border-image: none;
  }
  .main-Logo a {
    width: 130px;
    height: 60px;
    background-size: 100%;
  }
  #photo1 {
    display: none;
  }
}
@media (max-width: 580px) {
  .logo-words {
    position: absolute;
    width: 200px;
    left: 120px;
    top: 24px;
    font-size: 14px;
    font-weight: 400;
  }
  .fb-activity-item {
    margin-left: -50px !important;
    margin-right: -50px !important;
    padding: 5px;
  }
  .ll-hidden {
    display: block;
  }
  .ss-hidden {
    display: none;
  }
  .views-title {
    height: auto;
    padding: 0;
    font-size: 24px;
  }
  .views-title img {
    width: 25px;
  }
  .views-title.views-article {
    font-size: 14px;
  }
  .subTitle_cray {
    font-size: 20px;
  }
  .views-photo {
  margin: 15px 0px;
  box-shadow: 0px 0px 8px rgba(118, 118, 118, 0.50);
  }
  .ph-says {
    margin: -30px -15px 0px;
    padding-top: 75px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 20px;
    background-image: url(../images/views/words-phone.png);
    background-size: 100% 100%;
  }
  /*FB最下方note文字*/
  .fb-activity-rule {
    font-size: 16px;
  }
  .fb-actrule-red {
    font-size: 125%;
    color: #e30012;
  }
  .fb-activity-content {
    font-size: 16px;
    line-height: 200%;
  }
  .fb-activity-note2-area {
    background-color: #ffe0eb;
    margin: 10px -30px 0px;
    padding: 20px 0px;
  }
  .fb-activity-note2 {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 220%;
  }
  .footer__info {
    padding: 0px;
    text-align: center;
    font-size: 80%;
  }
  .container-wider {
    padding: 10px;
  }
  .main-Logo {
    left: 10px;
    top: 8px;
  }
  .main-Logo a {
    width: 130px;
    height: 62px;
    background-size: 100%;
  }
  .breadCrumb {
    padding: 5px 0px;
  }
  /*手機板-位置列*/
  .pageFn__right {
    margin: 0px -5px 0px 0px;
  }
  .navMenu-link {
    /*	font-weight: 600; */
    padding: 20px 30px;
    text-align: left;
  }
  .right-bottom-icon {
    display: none;
  }
  .line-fixed-btn {
    width: 55px;
    height: 55px;
    right: 15px;
    bottom: 80px;
  }
  .line-fixed-btn::after {
    display: none;
  }
  .footer-info {
    text-align: center;
    font-size: 110%;
  }
  .footer-info .footerLogo {
    display: none;
  }
  .m-hide {
    display: none;
  }
  .activity-sub-title {
    font-size: 18px;
    font-weight: 400;
  }
  /*2024各區櫻花季*/
  .activity-item {
    background-color: white;
    padding: 15px;
    line-height: 185%;
    border: 1px solid #E76E6D30;
    box-shadow: 0px 0px 12px #E76E6D40;
    border-radius: 10px;
    margin: 5px 0;
  }
  .activity-item img {
    margin-bottom: 15px;
  }
  .activity-content {
    font-size: 18px;
  }
  .activity-title {
    font-size: 21px;
  }
  .activity-stitle span {
    color: rgb(255, 56, 120);
    display: block;
    font-size: 19px;
  }
  .activity-stitle {
    font-size: 17px;
  }
  .activity-ol {
    border-left: 0;
    margin-left: 0.5rem;
    padding-left: 2rem;
    font-size: 16px;
    line-height: 150%;
  }
}