@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, Helvetica, "Microsoft JhengHei Correct", 'Microsoft JhengHei', PMingLiU, sans-serif;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.fixed body {
  margin-top: 101px;
}

em {
  font-style: normal;
}

h1 {
  display: inline-block;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  vertical-align: middle;
}

h3,
h3 a {
  color: #336600;
}

a {
  text-decoration: none;
}

.more {
  margin-top: 10px;
  text-align: right;
}

.more a {
  padding: 3px 5px;
  background-color: #fa0;
  color: #fff;
}

span.remind {
  display: block;
  color: red;
  /*     font-size: 18px;
 */
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}


/*表頭*/

header {
  position: relative;
}

header>.container {
  overflow: visible;
}


/*BANNER*/

.banner {
  height: 500px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}

.banner>.container {
  padding: 0 .5em;
  z-index: 2;
  text-align: center;
}

h1.title img {
  max-width: 100%;
  margin-bottom: 20px;
}


/*搜尋*/

.search_bar {
  padding: .5em;
  margin: 0 auto;
  max-width: 1100px;
}

.search_bar * {
  vertical-align: middle;
}

.search_bar ul li {
  display: inline-block;
}

.search_bar li input,
.search_bar li select {
  color: #333;
  width: 100%;
  height: 35px;
  padding: 0 0 0 5px;
  border: 1px solid;
  font-size: 1em;
}

input.btns {
  width: 10%;
  border: 0;
  cursor: pointer;
  background: #fa0;
  color: #fff;
}


/*主選單*/

ul.container li a {
  font-size: 1.2em;
  color: #333;
  display: block;
  text-align: center;
  padding: 15px 0 10px;
  border-bottom: 5px solid #fff;
}


/*區塊內容*/

.main>article {
  overflow: hidden;
  padding: 3em 0em;
}

.main>article:nth-of-type(even) {
  background-color: #eee;
}


/*旅遊新聞*/

.news {
  overflow: hidden;
}

.featured_hotel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featured_hotel .featured_pic {
  float: left;
  width: 50%;
  background-position: center;
  background-size: cover;
  padding-bottom: 35%;
}

.featured_hotel .featured_pic img {
  display: none;
}

.featured_hotel .featured_info {
  float: right;
  width: 50%;
  padding: 0 1em;
}


/* .featured_hotel .featured_info p {
    font-size: 18px;
} */

ul.featured_lists {
  width: 100%;
}

ul.featured_lists li {
  background: url(../images/list_icon.png) no-repeat left;
  text-indent: 20px;
  border-bottom: 1px solid;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* ul.featured_lists li a {
    font-size: 18px;
} */

.featured_hotel .featured_info h3 span,
ul.featured_lists li a {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/*促銷飯店*/

.swiper-container {
  padding: 0px !important;
  background: transparent !important;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.7;
  width: 50px;
  height: 100%;
  top: 0;
  background-size: 70% auto;
  margin: 0;
}

.swiper-button-prev {
  /*     background-image: url(../images/prev_arrow.png);
 */
  left: 0;
  right: auto;
}

.swiper-button-next {
  /*     background-image: url(../images/next_arrow.png);
 */
  right: 0;
  left: auto;
}

.news_container .swiper-button-next,
.news_container .swiper-button-prev,
.flowers_travel .swiper-button-next,
.flowers_travel .swiper-button-prev {
  top: 10px;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.news_container .swiper-button-next,
.flowers_travel .swiper-button-next {
  background-image: url(../images/next_arrow.png);
}

.news_container .swiper-button-prev,
.flowers_travel .swiper-button-prev {
  background-image: url(../images/prev_arrow.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

section.grid_list {
  position: relative;
}

.grid_beroom {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5em;
  background: rgba(000, 000, 000, 0.7);
  color: #fff;
}

.grid_pic {
  position: relative;
}

.grid_pic a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

figure.grid_pic img {
  width: 100%;
  vertical-align: bottom;
}

.grid_txt {
  line-height: 1.8;
}

h3.grid_name,
.grid_address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.grid_address {
  background-image: url(../images/mapicon.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: 30px;
  font-weight: normal;
  display: block;
  font-size: 15px;
  color: #333;
}

#gridlists .grid_icon_address {
  display: none;
}

.grid_Prj {
  height: 60px;
  overflow: hidden;
}

.grid_Prj a {
  color: #333;
}

.grid_rate {
  overflow: hidden;
}

a.grid_booking {
  float: right;
  background: #fa0;
  color: #fff;
  padding: 3px 25px;
}

.grid_prices {
  float: right;
  color: red;
  padding: 5px 10px;
}


/*熱門景點*/

.attractions .swiper-slide figure img {
  width: 100%;
}

.attractions .swiper-slide figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.attractions .swiper-slide figure .hidden img {
  border-radius: 50%;
}

.attractions figcaption {
  text-align: center;
  margin: .5em;
  color: #000;
  padding: .5em 0;
  border-radius: 20px;
}


/* .attractions, .point_text {
    font-size: 18px;
} */


/*about*/

.about_info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3em;
}

.revers {
  flex-direction: row-reverse;
}

.featured_info h3,
.about_info h3,
.strokes h3 {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid;
  color: #336600;
}

.about_info img {
  max-width: 100%;
  width: 48%;
}

.about_info p {
  margin-bottom: 10px;
}

.about_info a {
  color: #333;
}

.about_info .about_text {
  width: 50%;
}


/*news*/

.rwd-table {
  background: #fff;
  overflow: hidden;
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}

.rwd-table {
  min-width: 100%;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td::before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 5em;
  display: inline-block;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table th,
.rwd-table td::before {
  font-weight: bold;
}

.news_container h3,
#taiwan_strokes .swiper-slide>h3 {
  padding: .5em;
  border: 1px solid #666;
  display: block;
  text-align: center;
  background-color: #f2dbdb;
}

.activityname,
.eventlocation {
  width: 40%;
}

.news_container thead tr th {
  padding: 1em 0;
  border-right: 1px solid #666;
  background-color: #fde9d9;
}

.news_container .swiper-slide table tbody {
  text-align: left;
}

.news_container tr {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

.news_container .swiper-slide table tbody td {
  border-right: 1px solid #666;
  vertical-align: middle;
  padding: 5px;
}


/*錨點*/

.search_area {
  display: none;
}

.anchor_box {
  background-color: #fcabb9;
}

ul.anchor {
  display: flex;
  flex-wrap: wrap;
}

ul.anchor li {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

ul.anchor li a {
  padding: 10px;
  display: block;
  color: #fff;
}

.flowers_container p.grid_p {
  line-height: 160%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 7.9em;
}

section.grid_list.grid_size_w100.point,
section.grid_list.grid_size_w100.flowerlist {
  margin-bottom: 10px;
}

section.grid_list.grid_size_w100.point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.grid_list.grid_size_w100.flowerlist .grid_beroom.grid_today {
  display: none;
}

section.grid_list.grid_size_w100.flowerlist div,
section.grid_list.grid_size_w100.flowerlist h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}


/* section.grid_list.grid_size_w100.flowerlist h3 {
    width: 32%;
} */

section.grid_list.grid_size_w100.point h3.grid_name {
  width: 100%;
  margin: 0;
}


/*Timeline v1
------------------------------------*/

.timeline-box {
  padding: 20px 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.timeline-box::before {
  top: 70px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline-box>li {
  margin-bottom: 40px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline-box>li::before,
.timeline-box>li::after {
  content: " ";
  display: table;
}

.timeline-box>li::after {
  clear: both;
}

.timeline-box>li::before,
.timeline-box>li::after {
  content: " ";
  display: table;
}

.timeline-box>li::after {
  clear: both;
}

.timeline-box>li>.timeline-panel {
  width: 94%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  background: #FFF;
}

.timeline-box>li>.timeline-panel::before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline-box>li>.timeline-panel::after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline-box>li>.timeline-badge {
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 30px;
  right: -12px;
  background: url(../images/icon.png) center center no-repeat;
  background-size: 100%;
  /*    z-index: 9;
 */
}

.timeline-box>li>.timeline-badge i:hover {
  color: #72c02c;
}

.timeline-box>li.timeline-right>.timeline-panel {
  float: right;
}

.timeline-box>li.timeline-right>.timeline-panel::before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-box>li.timeline-right>.timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-box .timeline-body {
  padding: 10px;
  /*margin-bottom: 20px;*/
}

.timeline-box .timeline-footer {
  padding: 7px 12px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.timeline-box .timeline-footer .blog-info {
  float: left;
}

.timeline-box .timeline-footer .blog-info i {
  color: #777;
}

.timeline-box .timeline-footer .likes {
  float: right;
}

.timeline-box .timeline-footer .likes i {
  margin-right: 2px;
  color: #777;
}

.timeline-box .timeline-footer .likes:hover {
  text-decoration: none;
  color: inherit;
}

.timeline-box .timeline-footer .likes:hover i {
  color: #72c02c;
}

.timeline-box>li.timeline-right {
  float: right;
  clear: right;
  /*margin-bottom: 80px;*/
}

.timeline-box>li:nth-child(2) {
  margin-top: 60px;
}

.timeline-box>li.timeline-right>.timeline-badge {
  left: -12px;
}

.grid_address a,
.grid_address {
  overflow: hidden;
  color: #333;
}


/*travel*/

.enjoy_travel {
  padding: 0;
  display: table;
  width: 100%;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.enjoy_travel li {
  display: table-cell;
}

.enjoy_travel li input[type="radio"] {
  opacity: 0;
  position: absolute;
  outline: none;
}

.enjoy_travel li input[type="radio"]:checked~label {
  background-color: #fff;
  color: #333;
  height: 50px;
  cursor: default;
  position: relative;
}

.enjoy_travel li input[type="radio"]:checked~.taiwan_strokes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  z-index: 1;
  text-align: left;
  padding: .5em;
}

.enjoy_travel li label {
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #999;
  background: #e8e8e8;
}

.enjoy_travel li .taiwan_strokes {
  display: none;
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  border: 1px solid #666;
  border-top: 0px;
}

.taiwan_strokes img {
  width: 39%;
}

.taiwan_strokes .strokes {
  width: 59%;
}

.taiwan_strokes .strokes section {
  position: relative;
  margin-bottom: 20px;
}

p.day {
  color: #DB5055;
}


/*PC*/

@media (max-width: 1100px) {
  article .container {
    padding: 0em .5em;
  }
  .timeline-box>li>.timeline-panel::before {
    top: 31px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #ccc;
    border-bottom: 11px solid transparent;
  }
  .timeline-box>li>.timeline-panel::after {
    top: 32px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
  .timeline-box>li.timeline-right>.timeline-panel::before {
    border-right-width: 11px;
    left: -11px;
  }
  .timeline-box>li.timeline-right>.timeline-panel::after {
    border-right-width: 10px;
    left: -10px;
  }
}

@media (min-width: 480px) {
  .rwd-table td::before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em!important;
  }
}

@media (min-width: 741px) {
  #mobile_searchbar,
  .search_button {
    display: none;
  }
  #nav .active a {
    border-bottom: 5px solid #fc5212;
  }
  ul.top_bar {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 3;
  }
  .search_container {
    background: rgba(255, 255, 255, .7);
  }
  .search_bar ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  form#rooms_search_bar li {
    flex: 2;
    margin-right: 5px;
  }
  form#rooms_search_bar input.btns {
    flex: 1;
  }
  .countdown {
    text-align: right;
    padding: 1em 0;
  }
  nav {
    background: #fff;
  }
  .anchor_hide {
    display: block;
    height: 101px;
    margin-top: -101px;
    z-index: -1;
    visibility: hidden;
  }
  ul.container {
    border-bottom: 3px solid #eee;
    display: flex;
  }
  #fixed_nav ul.container {
    border-bottom: 0;
  }
  ul.container li {
    flex: 1;
  }
  ul.container li.home {
    display: none;
  }
  .mobile_nav {
    display: none;
  }
  .flowers_container figure.grid_pic,
  .flowers_container .grid_txt {
    width: 49%;
  }
  .enjoy_travel {
    margin-bottom: 37%;
  }
}

@media (min-width: 1024px) {
  .featured_hotel {
    float: left;
    width: 70%;
  }
  ul.featured_lists {
    float: right;
    width: 30%;
    padding-left: .5em;
  }
  /*hover*/
  input.btns,
  ul.container li a,
  ul.featured_lists li a,
  .grid_list a,
  section.grid_list a,
  #hotPont figure a,
  .swiper-button-next,
  .swiper-button-prev,
  .more a {
    transition: .4s all;
  }
  ul.container li a:hover {
    border-bottom: 5px solid #fa0;
  }
  ul.featured_lists li a:hover {
    color: #fa0;
  }
  .more a:hover {
    background-color: #f60;
  }
  .grid_list a:hover,
  #hotPont figure a:hover {
    background-color: rgba(255, 255, 255, .3);
  }
  input.btns:hover,
  section.grid_list a.grid_booking:hover {
    background: #f60;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .timeline-box>li:hover>.timeline-badge {
    background: url('../images/icon_hover.png') center center no-repeat;
    background-size: 100%;
  }
}


/*pad*/

@media (max-width: 770px) {
  ul.timeline-box::before {
    left: 40px;
  }
  ul.timeline-box>li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline-box>li>.timeline-panel {
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }
  ul.timeline-box>li>.timeline-badge {
    left: 28px;
    margin-left: 0;
  }
  ul.timeline-box>li>.timeline-panel {
    float: right;
  }
  ul.timeline-box>li>.timeline-panel::before {
    top: 27px;
    right: -12px;
    border-top: 12px solid transparent;
    border-left: 12px solid #ccc;
    border-bottom: 12px solid transparent;
  }
  ul.timeline-box>li>.timeline-panel::after {
    top: 28px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 11px solid transparent;
  }
  ul.timeline-box>li>.timeline-panel::before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }
  ul.timeline-box>li>.timeline-panel::after {
    border-left-width: 0;
    border-right-width: 11px;
    left: -11px;
    right: auto;
  }
  .timeline-box>li.timeline-right {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline-box>li.timeline-right>.timeline-badge {
    left: 28px;
  }
  .enjoy_travel {
    margin: 0;
  }
  .enjoy_travel li {
    display: inline-block;
    width: 100%;
  }
  .enjoy_travel li .taiwan_strokes {
    position: static;
  }
}


/*MOBILE*/

@media (max-width: 740px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
body {
    margin: 60px 0 46px;
}
  .anchor_hide {
    display: block;
    height: 60px;
    margin-top: -60px;
  }
  h1 {
    font-size: 4em;
  }
  .main>article {
    padding: 2em 0em;
  }
  #banner_change {
    height: 255px;
  }
  #mobile_nav li a {
    border: 0;
    padding: 10px 0;
  }
  #rooms_search_bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 0%;
    transition: .4s ease-in-out;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
  }
  .open #rooms_search_bar {
    height: 100%;
  }
  .search_bar {
    width: 100%
  }
  .search_bar ul li {
    width: 100%;
    padding: 5px 0;
  }
  input.btns {
    width: 100%;
    margin-top: 5px;
    height: 35px;
  }
  .search_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fa0;
    text-align: center;
    padding: 5px 0;
    font-size: 24px;
    z-index: 9;
    color: white;
  }
  .table-responsive td.tickets,
  .table-responsive td.fare {
    text-align: left;
  }
  .about_info img,
  .about_info .about_text {
    width: 100%;
  }
  .about_info img,
  .about_info .about_text {
    margin-top: 1em;
  }
  .search_area {
    display: block;
    background: #fcabb9;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
  .anchor_box {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    z-index: 5;
    width: 100%;
    background: #fff;
    transition: .4s all;
  }
  .anchor_box_open .anchor_box {
    top: 0;
  }
  ul.anchor {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 336px;
  }
  ul.anchor li {
    display: inline-block;
    width: 49%;
  }
  ul.anchor li a {
    color: #333;
    border: 1px solid #eee;
    width: 75%;
    margin: 5px auto;
  }
}

@media (max-width: 570px) {
  .featured_hotel .featured_pic {
    float: none;
    width: 100%;
    padding-bottom: 60%;
  }
  .featured_hotel .featured_info {
    float: none;
    width: 100%;
    padding: .5em 0;
  }
  .enjoy_travel {
    border-bottom: 1px solid #666;
  }
  .enjoy_travel li .taiwan_strokes {
    border: 0;
  }
  .taiwan_strokes img {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .taiwan_strokes .strokes {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hotels .swiper-button-next,
  .hotels .swiper-button-prev,
  .attractions .swiper-button-next,
  .attractions .swiper-button-prev {
    display: none;
  }
  td.activityname,
  td.activitytime,
  td.eventlocation {
    width: 100%;
  }
  .rwd-table th,
  .rwd-table td {
    margin: 0;
  }
  .flowers_container .grid_pic,
  .grid_address {
    width: 100%;
  }
  .grid_list.grid_size_w100.point .grid_txt {
    width: 100%;
    padding: .5em 0;
  }
}
