@charset "UTF-8";
/*Copyright (c) 2009, Shawphy(shawphy.com). All rights reserved.
 *http://shawphy.com/2009/03/my-own-reset-css.html
 *Based on YUI http://developer.yahoo.com/yui/reset/ 
 *and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html 
 *Licensed under the BSD License:
 *http://creativecommons.org/licenses/BSD/
 *version: 1.1 | 20090303 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0;
  margin: 0; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, samp, tt {
  font-size: 100%; }

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  /**font-size: 100%; */ }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

sup, sub {
  font-size: 100%;
  vertical-align: baseline; }

/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

body {
  font-family: Verdana, Geneva, sans-serif;
  color: #3b3b3b;
  line-height: 23px;
  font-size: 13px; }

a {
  color: #3b3b3b;
  text-decoration: none; }
  a:hover {
    color: #ca1a51;
    text-decoration: none; }

.hide {
  display: none; }

.clean {
  clear: both;
  line-height: 0;
  height: 0; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

.left {
  width: 210px;
  float: left; }

.right {
  width: 990px;
  float: right;
  padding-left: 20px;
  box-sizing: border-box; }

.go-left {
  float: left; }

.go-right {
  float: right; }

.red {
  color: #ff001e; }

.orange {
  color: #ff6000; }

.green {
  color: #08800d; }

.red2 {
  color: #740510; }

.blue {
  color: #004c92; }

.purple {
  color: #5b0f8c; }

/*btn */
.btn-bg {
  padding: 40px 0;
  text-align: center; }
  .btn-bg a, .btn-bg button {
    margin: 0 10px; }

.btn {
  width: 108px;
  height: 99px;
  padding-top: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  box-sizing: border-box;
  font-weight: bold;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  background-image: url("../images/bg02.png");
  background-position: 0 0;
  background-repeat: repeat; }
  .btn:hover {
    color: #fff;
    background-color: #ca1a51; }

.btn001 {
  background-color: #227f29; }

.btn002 {
  background-color: #bfbfbf; }

.btn003 {
  background-color: #f84c78; }

.btn004 {
  background-color: #44ade9;
  padding-top: 22px; }
  .btn004 img {
    display: inline-block;
    vertical-align: middle; }

/*header */
.top-link {
  padding: 7px;
  background-color: #f84c78;
  color: #fff; }
  .top-link ul {
    width: 1200px;
    margin: 0 auto;
    text-align: right; }
    .top-link ul li {
      margin-left: 15px;
      display: inline; }
      .top-link ul li a {
        color: #fff; }
        .top-link ul li a:hover {
          color: #5c0018; }

.menu {
  padding: 45px 20px 0 0;
  float: right;
  text-align: right; }
  .menu ul li {
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle; }
    .menu ul li:first-child {
      padding-left: 0; }
    .menu ul li a {
      font-size: 15px;
      color: #f84c78;
      font-weight: bold; }
      .menu ul li a:hover {
        color: #fc0000; }
    .menu ul li .top-search {
      width: 185px;
      height: 30px;
      margin-left: 15px;
      padding: 3px 12px 0 15px;
      box-sizing: border-box;
      background-color: #f84c78;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      border-radius: 35px; }
    .menu ul li .search-text {
      width: 130px;
      height: 24px;
      margin-right: 3px;
      border: none;
      color: #fff;
      display: inline-block;
      background-color: #f84c78; }
    .menu ul li .search-btn {
      width: 20px;
      height: 24px;
      background-image: url("../images/search-icon.gif");
      background-position: 0 2px;
      background-repeat: no-repeat;
      background-color: #f84c78;
      border: none;
      cursor: pointer;
      text-indent: -9999px; }

.logo {
  width: 230px;
  padding: 26px 0 15px 25px;
  position: relative;
  float: left; }
  .logo img {
    width: 100%;
    display: block; }
  .logo h1 {
    position: absolute;
    text-indent: -99999px; }

/*banner and marguee */
.bg01 {
  background-image: url("../images/bg01.jpg");
  background-position: 0 0;
  background-repeat: repeat; }

.banner {
  height: 586px; }

.marguee-bg {
  width: 100%;
  height: auto;
  padding: 0 10px;
  background-color: #f9e1e7;
  border-top: #f283a1 dotted 1px;
  border-bottom: #f283a1 dotted 1px;
  box-sizing: border-box; }

.marquee {
  width: 100%; }
  .marquee h4 {
    margin-right: 200px;
    display: inline-block; }
    .marquee h4 a {
      display: block;
      line-height: 35px;
      color: #fc0000;
      font-weight: bold; }
      .marquee h4 a:hover {
        color: #5c0018; }

/*hot-travel */
.hot-travel-area {
  width: 1152px;
  height: 126px;
  margin: 0 auto;
  padding: 0 0 26px 0;
  position: relative; }
  .hot-travel-area .next, .hot-travel-area .prev {
    width: 10px;
    height: 67px;
    display: block;
    top: 25px;
    position: absolute;
    background-repeat: no-repeat; }
  .hot-travel-area .next {
    right: -21px;
    background-image: url(../images/next-off.png); }
    .hot-travel-area .next:hover {
      background-image: url(../images/next-on.png); }
  .hot-travel-area .prev {
    left: -21px;
    background-image: url(../images/prev-off.png); }
    .hot-travel-area .prev:hover {
      background-image: url(../images/prev-on.png); }

.hot-travel {
  width: 267px;
  height: 115px;
  float: left;
  padding: 5px 10px 0 10px;
  border-right: #cacaca solid 1px;
  -moz-box-shadow: white 1px 0 0 0;
  -webkit-box-shadow: white 1px 0 0 0;
  box-shadow: white 1px 0 0 0;
  display: inline-block; }
  .hot-travel .hot-travel-img {
    width: 155px;
    height: 104px;
    margin-right: 10px;
    float: left;
    display: block; }
    .hot-travel .hot-travel-img img {
      width: 100%;
      display: block;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px; }
  .hot-travel div {
    width: 102px;
    float: left; }
    .hot-travel div a {
      padding-top: 2px;
      display: block;
      color: #f84c78;
      font-weight: bold; }
      .hot-travel div a:hover {
        color: #ca1a51; }
    .hot-travel div p {
      line-height: 20px; }

/*index travel group */
.index-group-bg {
  padding-top: 32px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDZlMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdd6e0), color-stop(25%, #ffffff));
  background-image: -moz-linear-gradient(#fdd6e0, #ffffff 25%);
  background-image: -webkit-linear-gradient(#fdd6e0, #ffffff 25%);
  background-image: linear-gradient(#fdd6e0, #ffffff 25%); }

.map-link-area {
  width: 370px;
  padding-bottom: 45px;
  float: left;
  position: relative; }
  .map-link-area .flow {
    width: 163px;
    height: 89px;
    padding: 10px 0 0 15px;
    background-image: url("../images/flow-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0; }

.title01 {
  margin-bottom: 19px;
  padding-left: 10px;
  font-size: 18px;
  font-family: "微軟正黑體";
  border-left: #e84c72 solid 9px;
  line-height: 30px; }

.map-link {
  width: 100%;
  height: 445px;
  position: relative;
  background-image: url("../images/taiwan-map.png");
  background-position: 85px 0;
  background-repeat: no-repeat; }
  .map-link a {
    position: absolute;
    color: #000;
    display: block;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff; }
    .map-link a:hover {
      color: #fff;
      text-shadow: 0 0 0 transparent, -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 0px 0 #000, 0px 0px 0 #000, 1px 0px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000; }
  .map-link .sunmoonlake {
    top: 179px;
    left: 211px; }
  .map-link .beigang {
    top: 210px;
    left: 112px; }
  .map-link .alishan {
    top: 230px;
    left: 188px; }
  .map-link .chiayi {
    top: 245px;
    left: 120px; }
  .map-link .tainan {
    top: 272px;
    left: 117px; }
  .map-link .kaohsiung {
    top: 324px;
    left: 138px; }
  .map-link .nmmba {
    top: 406px;
    left: 193px; }
  .map-link .Kenting {
    top: 425px;
    left: 210px; }

.group-area {
  width: 830px;
  float: left;
  padding-left: 10px;
  box-sizing: border-box; }

.group {
  width: 820px;
  float: left;
  overflow: hidden; }

.group-list {
  width: 385px;
  float: left;
  margin: 0 25px 25px 0; }

.group-title {
  margin-bottom: 21px;
  padding-left: 40px;
  background-image: url("../images/icon001.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  border-bottom: #f84c78 dotted 1px; }
  .group-title h4 {
    width: 260px;
    float: left;
    color: #f84c78;
    font-weight: bold;
    font-size: 15px;
    line-height: 33px; }
  .group-title a.group-more {
    width: 85px;
    height: 21px;
    float: left;
    margin-top: 6px;
    background-color: #9d9d9d;
    line-height: 21px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.group-content {
  height: 131px; }
  .group-content img {
    width: 188px;
    height: 131px;
    float: left;
    margin-right: 10px;
    display: block; }
  .group-content ul {
    width: 187px;
    float: left; }
    .group-content ul li {
      width: 187px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 26px; }
      .group-content ul li a {
        color: #3b3b3b; }
        .group-content ul li a:hover {
          color: #ca1a51; }

.group-btn {
  margin-bottom: 20px;
  text-align: center; }
  .group-btn a {
    width: 125px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color: #7b7b7b;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
    background-color: #e9e9e9;
    line-height: 40px; }
    .group-btn a:hover {
      color: #e2547b;
      background-color: #e84c72; }
  .group-btn .next2 {
    background-image: url("../images/next2-off.png");
    background-position: 100px center;
    background-repeat: no-repeat; }
    .group-btn .next2:hover {
      background-image: url(../images/next2-on.png); }
  .group-btn .prev2 {
    background-image: url("../images/prev2-off.png");
    background-position: 20px center;
    background-repeat: no-repeat; }
    .group-btn .prev2:hover {
      background-image: url(../images/prev2-on.png); }

.footer-menu {
  background-color: #f5f5f5;
  border-top: #ebebeb solid 1px;
  border-bottom: #ebebeb solid 2px; }
  .footer-menu ul {
    padding: 15px 0;
    text-align: center; }
    .footer-menu ul li {
      margin: 0 8px;
      padding-left: 27px;
      display: inline-block;
      background-image: url("../images/icon002.gif");
      background-position: 0 center;
      background-repeat: no-repeat; }
      .footer-menu ul li a {
        display: block;
        color: #ea7498;
        font-weight: bold; }
        .footer-menu ul li a:hover {
          color: #ca1a51; }

.footer-com {
  padding: 30px 0 20px 0;
  background-color: #f5f5f5; }
  .footer-com ul.qr-list {
    text-align: center; }
    .footer-com ul.qr-list li {
      margin: 0 10px 10px 10px;
      display: inline-block; }
      .footer-com ul.qr-list li img {
        display: block; }

.com-list {
  text-align: center; }
  .com-list li {
    margin: 0 6px;
    display: inline; }
    .com-list li a {
      color: #3b3b3b; }
      .com-list li a:hover {
        color: #ca1a51; }
  .com-list .copyright {
    color: #5d5d5d;
    font-weight: bold;
    font-size: 15px; }
  .com-list .ework {
    color: #a2a2a2; }
    .com-list .ework a {
      color: #a2a2a2; }
      .com-list .ework a:hover {
        color: #ca1a51; }

.footer-link {
  padding: 8px 0;
  background-color: #f84c78;
  text-align: center; }
  .footer-link ul li {
    margin: 0 13px;
    display: inline-block;
    color: #fff;
    vertical-align: middle; }
    .footer-link ul li a {
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
      .footer-link ul li a:hover {
        text-decoration: underline; }
    .footer-link ul li img {
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle; }
    .footer-link ul li:nth-child(5) {
      margin-right: 0; }
    .footer-link ul li:nth-child(6) {
      margin: 0 0 0 10px; }
    .footer-link ul li:nth-child(7) {
      margin: 0 0 0 10px; }

/*breadcrumb */
.breadcrumb {
  width: auto;
  float: right;
  padding: 10px 0;
  text-align: right; }
  .breadcrumb li {
    display: inline;
    color: #f8a8bd; }
    .breadcrumb li a {
      padding-right: 3px;
      color: #f8a8bd; }
      .breadcrumb li a:hover {
        color: #ca1a51; }
    .breadcrumb li span {
      color: #f51b53; }

.slogan {
  width: auto;
  float: left;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #ff134f; }

.travel-link {
  width: 398px;
  height: 298px;
  float: left;
  margin: 0 0 1px 1px;
  overflow: hidden;
  position: relative; }
  .travel-link .travel-img {
    width: 100%;
    height: 100%; }
  .travel-link a {
    width: 100%;
    height: 100%;
    padding: 62px 10px 0 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .travel-link a .car-icon {
      width: 145px;
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: #fff dashed 1px;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .travel-link a h3 {
      font-size: 35px;
      font-weight: bold;
      padding-top: 20px;
      font-family: "微軟正黑體"; }
    .travel-link a:before {
      -moz-transform: scale(0.45, 0.45);
      -ms-transform: scale(0.45, 0.45);
      -webkit-transform: scale(0.45, 0.45);
      transform: scale(0.45, 0.45);
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      opacity: 0;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .travel-link a:hover {
      background-color: transparent; }
      .travel-link a:hover .car-icon {
        -moz-transform: translate(300px, 0);
        -ms-transform: translate(300px, 0);
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0); }
      .travel-link a:hover h3 {
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 0;
        text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 0 0; }
      .travel-link a:hover:before {
        width: 378px;
        height: 278px;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border: #fff solid 1px; }

/*left-menu */
.left-menu {
  width: 100%;
  padding: 10px;
  border: #f84c78 solid 1px;
  box-sizing: border-box; }
  .left-menu h2 {
    width: 155px;
    margin-bottom: 15px;
    padding-left: 28px;
    line-height: 38px;
    background-color: #f51a52;
    background-image: url("../images/bg02.png");
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    font-size: 23px;
    font-family: "微軟正黑體";
    font-weight: bold;
    position: relative;
    float: right;
    box-sizing: border-box; }
    .left-menu h2 img {
      position: absolute;
      left: -39px;
      top: -5px; }

.mainnav li {
  margin-bottom: 6px;
  background-image: url("../images/bg02.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #f84c78;
  border: #f84c78 solid 1px; }
  .mainnav li:hover {
    background-color: #FFF;
    border: #f84c78 solid 1px; }
  .mainnav li a {
    width: 100%;
    padding: 5px 10px 5px 20px;
    background-image: url("../images/icon004.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .mainnav li a:hover {
      background-image: url("../images/icon005.png");
      background-position: 4px center;
      background-repeat: no-repeat;
      color: #f84c78; }

a.allpay-link {
  width: 100%;
  padding: 8px 0;
  background-image: url("../images/bg02.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #44ade9;
  text-align: center;
  display: block; }

/*travel-lsit-title */
.travel-list-title {
  margin: 0 0 20px 0; }
  .travel-list-title img {
    vertical-align: middle; }
  .travel-list-title h2 {
    padding-left: 15px;
    display: inline-block;
    color: #f51a52;
    font-size: 23px;
    font-family: "微軟正黑體";
    font-weight: bold;
    vertical-align: middle; }

.travel-list {
  width: 310px;
  float: left;
  margin: 0 18px 20px 0; }
  .travel-list:nth-child(3n) {
    margin-right: 0; }
  .travel-list a {
    display: block;
    position: relative;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .travel-list a img {
      width: 310px;
      height: 232px;
      margin-bottom: 5px;
      display: block; }
    .travel-list a .cover {
      width: 310px;
      height: 232px;
      display: block;
      background-color: rgba(0, 0, 0, 0.5);
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .travel-list a .travel-txt {
      display: block;
      color: #3b3b3b;
      font-size: 15px;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .travel-list a:before {
      width: 54px;
      height: 54px;
      content: "GO";
      -webkit-border-radius: 54px;
      -moz-border-radius: 54px;
      -ms-border-radius: 54px;
      border-radius: 54px;
      border: #fff solid 2px;
      line-height: 54px;
      position: absolute;
      text-align: center;
      top: 88px;
      left: 130px;
      font-size: 28px;
      font-weight: bold;
      color: #fff;
      z-index: 3; }
    .travel-list a:hover .cover {
      opacity: 0; }
    .travel-list a:hover .travel-txt {
      color: #ca1a51; }
    .travel-list a:hover:before {
      opacity: 0;
      color: #fff; }

/*travel show */
.travel-show-Tbg {
  width: 1082px;
  float: left; }

.travel-Tbg {
  width: 100%;
  padding: 7px 0 7px 15px;
  background-image: url("../images/bg02.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #f84c78;
  box-sizing: border-box; }
  .travel-Tbg img {
    display: inline-block;
    vertical-align: middle; }
  .travel-Tbg h2 {
    width: 875px;
    padding: 0 15px;
    font-size: 30px;
    line-height: 37px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    vertical-align: middle; }
  .travel-Tbg .fb {
    display: inline-block;
    vertical-align: middle; }
  .travel-Tbg .travel-T {
    width: 1093px; }

.travel-show-menu {
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
  font-weight: bold;
  background-image: url("../images/bg02.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #92072b; }
  .travel-show-menu li {
    padding-left: 30px;
    display: inline-block; }
    .travel-show-menu li a {
      display: block;
      color: #fff; }
      .travel-show-menu li a:hover {
        color: #ca1a51; }

.travel-title-bg {
  margin-bottom: 30px;
  text-align: center; }
  .travel-title-bg .travel-title {
    width: 200px;
    display: inline-block;
    padding: 35px 0 3px 0;
    border-bottom: #f7d3dc solid 4px; }
    .travel-title-bg .travel-title img {
      display: inline-block;
      vertical-align: middle; }
    .travel-title-bg .travel-title h3 {
      padding-left: 10px;
      display: inline-block;
      vertical-align: middle;
      color: #292425;
      font-size: 30px;
      font-weight: bold; }

/*three pic */
.travel-3img {
  margin-bottom: 2px;
  overflow: hidden; }
  .travel-3img img {
    display: block; }
  .travel-3img .t3img01 {
    width: 480px;
    height: 450px; }
  .travel-3img .t3text {
    width: 375px;
    height: 450px; }
  .travel-3img .t3img02 {
    margin-bottom: 2px; }

/*travel text 共用 */
.travel-text {
  padding: 10px 23px;
  box-sizing: border-box;
  overflow: hidden; }
  .travel-text h5 {
    padding-bottom: 5px;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #000; }
  .travel-text p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify; }
  .travel-text .h5right {
    text-align: right; }

/*one pic */
.travel-1img {
  margin-bottom: 2px;
  overflow: hidden; }
  .travel-1img .t1text {
    width: 625px;
    height: 375px; }
  .travel-1img img {
    width: 575px;
    height: 375px;
    display: block; }

/*tree pic02 */
.travel-3img2 {
  overflow: hidden; }
  .travel-3img2 img {
    display: block; }
  .travel-3img2 .t32-img01 {
    width: 510px;
    height: 340px; }
  .travel-3img2 .t32-text {
    width: 435px; }
  .travel-3img2 .t32-img02-bg {
    width: 225px; }
    .travel-3img2 .t32-img02-bg img {
      width: 225px;
      height: 169px;
      margin-bottom: 2px; }

/*tow pic */
.travel-2img {
  margin-bottom: 2px;
  overflow: hidden; }
  .travel-2img .t2-img01 {
    width: 398px; }
  .travel-2img .t2-img02 {
    width: 398px;
    margin: 0 2px; }
  .travel-2img .t2-text {
    width: 398px; }

/*travel hover共用 */
.img-hover {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .img-hover .img-cover, .img-hover .img-cover2 {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    opacity: 1;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .img-hover .img-cover:hover, .img-hover .img-cover2:hover {
      opacity: 0; }
  .img-hover .img-cover h5 {
    font-size: 23px;
    line-height: 35px;
    font-weight: bold;
    color: #ffd800; }
  .img-hover .img-cover p {
    font-size: 15px;
    line-height: 25px; }
  .img-hover .img-cover2 {
    height: 169px;
    display: table; }
    .img-hover .img-cover2 span {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      font-weight: bold; }

/*day */
.day-title {
  width: 100%;
  background-color: #fff0f4; }
  .day-title .day-number {
    width: 74px;
    height: 74px;
    display: inline-block;
    vertical-align: middle;
    background-color: #52d0d2; }
    .day-title .day-number span {
      padding: 9px 0 0 10px;
      display: block;
      font-size: 15px;
      color: #2f6869;
      font-weight: bold;
      line-height: 15px; }
    .day-title .day-number b {
      padding: 0 5px;
      display: block;
      color: #fff;
      font-style: italic;
      font-size: 50px;
      text-align: right;
      line-height: 42px; }
  .day-title h4 {
    width: 1090px;
    padding: 5px 0 5px 20px;
    display: inline-block;
    vertical-align: middle;
    color: #342d2d;
    font-size: 20px;
    font-weight: bold; }

/*food and hotel */
.food-area {
  width: 100%;
  height: 86px;
  margin-bottom: 35px;
  padding: 3px;
  display: table;
  border-top: #ffa2a2 dashed 1px;
  border-bottom: #ffa2a2 dashed 1px;
  font-size: 15px; }
  .food-area .food-tr {
    display: table-row; }
  .food-area .food-th {
    display: table-cell;
    border-left: #ffa2a2 dashed 1px;
    text-align: center;
    vertical-align: middle; }
  .food-area .food-th01 {
    width: 10%; }
  .food-area .food-th02 {
    width: 60%; }
    .food-area .food-th02 .food-area2 {
      width: 100%;
      display: table; }
      .food-area .food-th02 .food-area2 .food-tr2 {
        display: table-row; }
      .food-area .food-th02 .food-area2 div {
        width: 33.333%;
        display: table-cell; }
        .food-area .food-th02 .food-area2 div h6 {
          color: #ca1a51;
          font-size: 15px;
          font-weight: bold; }
        .food-area .food-th02 .food-area2 div p {
          font-size: 15px; }
  .food-area .food-th03 {
    width: 8%; }

/*inquiry */
.inquiry-area {
  width: 1030px;
  margin: 0 auto 10px auto;
  padding: 0 20px;
  border: #f6b5c6 solid 1px;
  display: block; }

/*contact */
.contact-img {
  width: 540px;
  height: 387px;
  margin: 0 10px 0 60px;
  padding: 3px;
  border: #bdbdbd solid 1px; }

.contact-text {
  width: 560px; }

/*about */
.about {
  padding: 20px 0;
  font-size: 15px;
  line-height: 30px; }

.about-img li {
  margin-right: 2px;
  display: inline-block; }
  .about-img li img {
    display: block; }

.about-car {
  margin-bottom: 2px; }

.car01 {
  width: 268px;
  margin-right: 2px; }

.car02 {
  width: 462px; }

.car-text {
  width: 198px;
  padding: 225px 15px 0 15px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px; }

/*theme */
.theme-banner {
  max-width: 1920px;
  height: 550px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .theme-banner .theme-menu {
    width: 100%;
    height: 43px;
    background-image: url("../images/theme-menuBG.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    z-index: 2; }
    .theme-banner .theme-menu ul {
      width: 1200px;
      margin: 0 auto; }
      .theme-banner .theme-menu ul li {
        height: 43px;
        margin-right: 15px;
        display: inline-block; }
        .theme-banner .theme-menu ul li a {
          display: block;
          font-size: 15px;
          font-weight: bold;
          color: #fff;
          box-sizing: border-box; }
          .theme-banner .theme-menu ul li a:hover {
            color: #f77d9c; }
      .theme-banner .theme-menu ul .menu-title {
        width: 114px;
        padding: 10px 20px;
        background-image: url("../images/theme-menu-titleBG.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        font-size: 15px;
        color: #fff;
        box-sizing: border-box;
        font-weight: bold; }
  .theme-banner .theme-text {
    width: 550px;
    min-height: 180px;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    bottom: 43px;
    z-index: 1; }
    .theme-banner .theme-text .theme-textT {
      padding: 3px 10px;
      font-size: 50px;
      font-family: "微軟正黑體";
      line-height: 55px;
      background-color: rgba(249, 18, 77, 0.5);
      color: #fff; }
    .theme-banner .theme-text p {
      padding: 10px 15px;
      font-size: 15px;
      color: #fff; }

.bigTitle-BG {
  margin-bottom: 30px;
  padding: 20px 0;
  background-image: url("../images/bg01.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  text-align: center; }

.bigTitle {
  width: 183px;
  height: 183px;
  margin: 0 20px;
  border: 4px solid rgba(21, 19, 19, 0.5);
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -ms-border-radius: 190px;
  border-radius: 190px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .bigTitle .big-img {
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    border-radius: 190px; }
  .bigTitle .bigTitle-cover {
    width: 184px;
    height: 184px;
    padding-top: 22px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    border-radius: 190px;
    text-align: center;
    position: absolute;
    background-color: rgba(39, 34, 34, 0.45);
    box-sizing: border-box;
    z-index: 2;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .bigTitle .bigTitle-cover .cover-icon {
      margin-bottom: 15px;
      display: inline-block;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .bigTitle .bigTitle-cover h5 {
      padding: 10px 0;
      background-color: rgba(21, 19, 19, 0.6);
      font-size: 23px;
      font-family: "微軟正黑體";
      color: #fff;
      font-weight: bold;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .bigTitle .bigTitle-link {
    width: 184px;
    height: 184px;
    display: block;
    position: absolute;
    z-index: 3;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    border-radius: 190px; }

.bigTitle:hover, .bT-on {
  border: 4px solid rgba(243, 9, 69, 0.6); }
  .bigTitle:hover .bigTitle-cover, .bT-on .bigTitle-cover {
    background-color: transparent; }
    .bigTitle:hover .bigTitle-cover .cover-icon, .bT-on .bigTitle-cover .cover-icon {
      opacity: 0; }
    .bigTitle:hover .bigTitle-cover h5, .bT-on .bigTitle-cover h5 {
      background-color: rgba(242, 30, 85, 0.7); }

.theme-show-title {
  padding: 5px 8px;
  font-family: "微軟正黑體";
  font-weight: normal;
  border-bottom: 1px solid #c0c0c0;
  font-size: 32px;
  line-height: 40px; }

.theme-show-text2 {
  height: 165px;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
  overflow: hidden; }

.theme-show-link {
  padding: 0 10px; }
  .theme-show-link a {
    display: inline-block;
    color: #ff0041;
    text-decoration: underline; }

.theme-travel {
  padding-bottom: 20px;
  overflow: hidden; }
  .theme-travel li {
    width: 276px;
    float: left;
    margin: 0 0 20px 24px;
    padding: 3px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-box-shadow: rgba(0, 0, 0, 0.055) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.055) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.055) 0 1px 3px; }
    .theme-travel li img {
      width: 100%;
      display: block; }
    .theme-travel li p {
      width: 268px;
      padding: 8px 10px;
      background-color: rgba(0, 0, 0, 0.7);
      display: block;
      color: #fff;
      box-sizing: border-box;
      position: absolute;
      bottom: 18px;
      left: 3px;
      z-index: 1; }
    .theme-travel li a {
      width: 276px;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
    .theme-travel li:hover {
      border-color: #f21e55;
      -moz-box-shadow: rgba(242, 30, 85, 0.25) 0 1px 4px;
      -webkit-box-shadow: rgba(242, 30, 85, 0.25) 0 1px 4px;
      box-shadow: rgba(242, 30, 85, 0.25) 0 1px 4px; }

/*table */
.table001 {
  width: 100%; }
  .table001 tr {
    border-bottom: #e8bbc6 dashed 1px; }
    .table001 tr:last-child {
      border: none; }
  .table001 th, .table001 td {
    padding: 11px 10px;
    vertical-align: middle; }
  .table001 th {
    width: 12%;
    color: #222;
    font-weight: bold;
    font-size: 15px;
    text-align: right; }

/*from 共用 */
.f00 {
  margin-right: 5px;
  vertical-align: middle; }

.f0 {
  background-color: #f7d3dc;
  border: none;
  line-height: 30px;
  color: #444;
  vertical-align: middle; }

.f1 {
  width: 100%; }

.f2 {
  width: 100%;
  height: 163px; }

/*go-top */
.go-top {
  width: 50px;
  height: 50px;
  font-size: 15px;
  background-color: #ca1a51;
  position: fixed;
  line-height: 50px;
  border: #fff solid 1px;
  text-align: center;
  right: 15px;
  bottom: 15px;
  color: #fff; }
  .go-top:hover {
    background-color: #ffea00;
    color: #000; }

/*edit */
.edit-01 {
  padding: 20px 23px;
  font-size: 15px;
  line-height: 30px; }
