@charset "utf-8";
/* CSS Document */
.home-explore {
  background-image: url(../images/home_explore.webp);
}

.about-process .timeline_intro{
	    line-height: 170%;
}
.news-detail_title {
    background-image: url(../images/news_detail_bg.jpg);
}
.event-detail .news-detail_title {
    background-image: url(../images/event_detail_bg.jpg);
}
.event-detail .news-detail_title_text h1{
  margin-bottom: 30px;
      line-height: 125%;
}
.timeline_intro ul li{
	margin-bottom: 10px;
	line-height: 145%;
}
.about-story_video{
	-webkit-box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.4);
}
.tour_accommodation {
  padding-top: 70px;
}
.product-detail_sec .editor * {
    font-family:"Lexend Exa", Microsoft JhengHei, 微軟正黑體, sans-serif;
}
.form-submit_hint{
	line-height: 1.4;
}
.form-submit_hint p{
	margin-bottom: 5px;
}
.form-submit_remark p{
	margin-bottom: 5px;
}
.news-detail_info li {
  display: flex;
  align-items: baseline; 
  margin-bottom: 10px; /* 每行之間的間距 */
}

.news-detail_info li span:first-child {
  flex: 0 0 80px; /* 固定寬度 80px */
  font-weight: bold; /* 可選：讓標題更醒目 */
}

.news-detail_info li span:last-child {
  flex: 1; /* 佔據剩餘空間 */
  word-break: break-word; /* 避免過長單字 overflow */
}

.member .form-submit_wrapper{
	padding: 50px 35px;
}


/*editor*/
.editor p{
	margin-bottom: 8px;
}
.editor table{
	border-spacing: 0;
	border-collapse: collapse;
}
.editor table tr td,.editor table tr td{
	border: 1px solid #999;; 
	padding: 3px 5px;
}
.editor ul{
  list-style-type: disc;
}
.editor ul li, .editor ol li{
	/*list-style: auto;*/
	margin-bottom: 5px;
	margin-left: 1.6em;
}
.editor img{
	max-width: 100%;
  height: auto !important;
}
.editor a {
  text-decoration: underline;
}
.editor a:hover{
	color: #FF7500;
}
/*editor--end*/
.footer_nav_item a:hover{
	text-decoration: underline
}
.form-submit_table.table-lg td{
	min-width: 95px;
}
.btn-top {
    margin-right: 35px;
    margin-left: auto;
    margin-bottom: 10px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: rgba(255, 117, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  position: fixed;
    right: 0;
    bottom: 95px;
}
.btn-top:hover {
    background-color: #FF7500;
}
.event-form-submit .event-form_main{
	padding-right: 80px;
}
@media screen and (max-width: 1700px) {
  .fixed-bottom .ban-slogan span {
    font-size: 50px;
    letter-spacing: 0.6em;
  }
}
@media screen and (max-width: 1300px) {
  .fixed-bottom .ban-slogan span {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 1040px) {
  .fixed-bottom .ban-slogan span {
    font-size: 45px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px){
.product-detail_prize .col-lg-3{
	width: 50%;
}	
}
@media screen and (max-width: 991px) {
  .about_list {
    padding-top: 20px;
  }
  .product-detail_sec .editor {
    margin-bottom: 20px;
  }
  .form-submit_table.table-lg td {
    width: 100%;
  }
  .cask-submit .form-submit_table.table-lg td br {
    display:block;
  }
      .btn-top {
        margin-right: 20px;
        margin-bottom: 5px;
        width: 44px;
        height: 44px;
        gap: 3px;
        bottom: 60px;
        right: -12px;
    }
  .btn-top span {
        font-size: 10px;
    }
	.event-form-submit .event-form_main{
	padding-right: 20px;
}
}
@media screen and (max-width: 800px) {
  .fixed-bottom .ban-slogan span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-process .timeline_intro br {
    display: none;
  }
	.home-explore {
    background-image: url(../images/home_explore_m.png);
}
}
@media screen and (max-width: 630px) {
  .fixed-bottom .ban-slogan span {
    font-size: 30px;
  }
	.form-submit_info ul li span{
	display: block;
		width: 100%;
}
}
@media screen and (max-width: 480px) {
  .fixed-bottom .ban-slogan span {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .fixed-bottom .ban-slogan span {
    font-size: 16px;
  }
}
.form_item.focus select {
    padding: 0 10px;
}
.tour_plan_pic > img{
	cursor: grab;
}
.born{
  display: none;
}
.born a{
  color: #fff;
  font-weight: 700;
}

.form_item{
  padding: 0 20px;
}
.form_item.datetime {
  /*background-image: none;*/
}
.product_new{
  z-index: 9;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: auto;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  cursor: pointer; 
  width: 100%; 
  height: 100%; 
  opacity: 0; /* 將原本的 icon 隱藏 */
  position: absolute; 
  top: 0;
  right: 0;
  left: auto; 
}

input[type="date"] {
  position: relative; 
  padding-right: 0px; 
}
.form_item input:disabled + label {
  font-size: 14px;
    padding: 2px 8px;
    background-color: #211E2D;
    border-radius: 100px;
    color: #fff;
    top: 0;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
button {
  cursor: pointer;
}
.product-detail_prize .row{
	    width: 100%;
}
.footer_nav{
	z-index: 2;
}
.footer_nav_title.link a:hover{
	text-decoration: underline;
}
.news_date.time{
	color:#211E2D 
}
.form_checkbox label a {
    text-decoration: underline;
}
.form_checkbox label a:hover{
  color: #FF7500;
}
