@charset "UTF-8";
body {
  background: #fafafa;
  font-size: 16px; }

a {
  cursor: pointer; }

section {
  padding: 80px 0; }

.btn.btn-focus {
  background: #EF4665;
  color: #fff; }

/* ----------------------------------------------------------------------
	背景框
-------------------------------------------------------------------------*/
.border-background {
  background: #fff;
  border: 1px solid #DCE0E0; }

/* ----------------------------------------------------------------------
  Header
-------------------------------------------------------------------------*/
#header #header-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#header:not(.header-sticky),
#header:not(.header-sticky) #header-wrap {
  background: #FA9C00;
  height: 140px;
  width: 100%;
  transition: height .4s ease;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease; }

#header:not(.header-sticky) .title-block {
  height: 80px;
  overflow: hidden;
  transition: opacity .4s ease ,height .4s ease;
  -webkit-transition: opacity .4s ease ,height .4s ease;
  -o-transition: opacity .4s ease ,height .4s ease; }

#header h1 {
  text-align: center;
  color: #fff; }

#header:not(.header-sticky) nav.navbar {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  height: 50px; }

#header nav.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 50px; }

#header nav.navbar ul li {
  float: left;
  display: list-item;
  text-align: -webkit-match-parent;
  height: 100%; }

#header nav.navbar ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#header nav.navbar ul li a,
.dropbtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 15px; }

#header nav.navbar ul li a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0, 0, 0, 0.1); }

#header nav.navbar ul li a.btn-focus:hover {
  background-color: #eb173e; }

#header nav.navbar ul li.dropdown {
  display: inline-block; }

#header nav.navbar ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

#header nav.navbar ul .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

#header nav.navbar ul .dropdown-content a:hover {
  background-color: #f1f1f1; }

#header nav.navbar ul .dropdown:hover .dropdown-content {
  display: block; }

#header.header-sticky,
#header.header-sticky #header-wrap {
  height: 50px;
  transition: height .4s ease;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease; }

header.header-sticky .container {
  margin-top: 0px; }

#header.header-sticky .title-block {
  height: 0px;
  overflow: hidden;
  transition: opacity .4s ease ,height .4s ease;
  -webkit-transition: opacity .4s ease ,height .4s ease;
  -o-transition: opacity .4s ease ,height .4s ease; }

#header.header-sticky #header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #FA9C00;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

#header.header-sticky nav.navbar {
  text-align: center;
  height: 50px; }

#m-navbar {
  display: none; }

/* ----------------------------------------------------------------------
  大圖
-------------------------------------------------------------------------*/
#slider-header .slider-cover {
  display: none; }

#slider-header .sp-slides .sp-layer {
  font-size: 38px;
  color: #FFF; }

/* ----------------------------------------------------------------------
  沒有大圖的標題
-------------------------------------------------------------------------*/
.header-no-photo {
  display: none;
  background: #FFF;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
  padding: 30px 16px;
  text-align: center; }

.header-no-photo .title {
  text-align: center;
  font-size: 24px;
  margin: 0;
  color: #E3991F;
  border: 3px solid;
  display: inline-block;
  padding: 16px; }

/* ----------------------------------------------------------------------
  優惠快訊
-------------------------------------------------------------------------*/
/* Chrome, Safari, Opera */
@-webkit-keyframes showup {
  0% {
    margin-top: 40px; }
  10% {
    margin-top: 0px; }
  90% {
    margin-top: 0px; }
  100% {
    margin-top: -40px; } }
/* Standard syntax */
@keyframes showup {
  0% {
    margin-top: 40px; }
  10% {
    margin-top: 0px; }
  90% {
    margin-top: 0px; }
  100% {
    margin-top: -40px; } }
.activity {
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #eee; }

.activity .container {
  height: 40px;
  display: table; }

.activity .activity-title,
.activity .activity-content,
.activity .activity-more {
  display: table-cell; }

.activity .activity-title {
  min-width: 100px;
  text-align: center;
  height: 100%;
  vertical-align: middle; }

.activity .activity-title a {
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  background-color: #EF4665;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }

.activity .activity-title a:hover {
  background: #eb173e; }

.activity .activity-content {
  width: 100%;
  list-style-type: none;
  position: relative;
  overflow: hidden; }

.activity .activity-content li {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  overflow: hidden; }

.activity .activity-content li.active {
  -webkit-animation: showup 10.0s forwards;
  /* Chrome, Safari, Opera */
  animation: showup 10.0s forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-out;
  /* Safari and Chrome */
  transition-timing-function: ease-out; }

.activity .activity-content li.show {
  margin-top: 0; }

.activity .activity-content li a.title,
.activity .activity-content li a.content {
  font-size: 16px; }

.activity .activity-content li a.title {
  color: #EF4665;
  margin-right: 16px; }

.activity .activity-content li a.content {
  color: #0E6EB7;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.activity .activity-content li .right-cover {
  width: 128px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=1 );
  /* IE6-9 */ }

.activity .activity-more {
  min-width: 80px; }

.activity .activity-more:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.activity .activity-more a {
  display: inline-block;
  vertical-align: middle;
  color: #EF4665;
  border: 1px solid #EF4665;
  text-decoration: none;
  border-radius: 2px;
  padding: 1px 4px;
  font-size: 13px; }

.activity .activity-more a:hover {
  background: rgba(243, 71, 97, 0.1); }

/* ----------------------------------------------------------------------
  welcome
-------------------------------------------------------------------------*/
section.welcome .introduce {
  float: left;
  width: calc(100% - 240px);
  padding-right: 32px; }

section.welcome .container {
  background: #91C14D;
  padding: 32px; }

.welcome .photo {
  float: left;
  width: 240px; }

.welcome .introduce .title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px; }

.welcome .introduce .content {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  overflow: hidden; }

.welcome .photo img {
  width: 100%; }

/* ----------------------------------------------------------------------
  特色美食
-------------------------------------------------------------------------*/
section.special-meals .container {
  text-align: center; }

section.special-meals .container .title-border {
  border: 2px solid #E8544B;
  display: inline-block;
  padding: 4px;
  transform: rotate(-2deg);
  margin-left: auto;
  margin-right: auto; }

section.special-meals .container .title-border .title {
  background: #E8544B;
  color: #FFF;
  padding: 16px 16px;
  min-width: 300px;
  margin: 0;
  font-size: 28px;
  text-align: center; }

section.special-meals .container .list-root {
  padding: 32px 0; }

section.special-meals .container .list-root .card {
  width: calc(33.3333333% - 32px/3);
  float: left;
  margin-bottom: 16px; }

section.special-meals .container .list-root .card:nth-child(3n+1),
section.special-meals .container .list-root .card:nth-child(3n+2) {
  margin-right: 16px; }

section.special-meals .container .list-root .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); }

section.special-meals .container .list-root .card img {
  width: 100%; }

section.special-meals .container .list-root .card .title {
  font-size: 18px;
  min-height: 36px;
  padding: 8px;
  color: #444; }

/* ----------------------------------------------------------------------
  民宿gallery
-------------------------------------------------------------------------*/
section.gallery .title {
  font-size: 28px;
  color: #444;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBB; }

#slider-gallery .sp-caption-container {
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 8px 32px;
  transform: translateX(-50%); }

#slider-gallery .sp-full-screen-button {
  color: #FFF; }

/* ----------------------------------------------------------------------
  美食菜單
-------------------------------------------------------------------------*/
section.menu .container .title-border {
  background: #FBB12F;
  padding: 8px 0;
  margin-bottom: 40px; }

section.menu .container .title-border > .title {
  font-size: 28px;
  color: #444;
  text-align: center;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  padding: 6px 0;
  margin: 0; }

section.menu .container .menu .post-item .post-content-details {
  clear: left;
  width: 100%; }

section.menu .container .menu .post-item .group-title {
  font-size: 18px;
  color: #444;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #FBB12F;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 28px; }

section.menu .container .menu .post-item .post-image {
  width: 100%;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 0px;
  clear: both;
  overflow: hidden;
  padding: 0 8px; }

section.menu .container .menu .post-item .post-image > a {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 8px; }

section.menu .container .menu .post-item .post-image > a > img {
  width: 80px;
  height: 60px; }

section.menu .container .menu .post-item .post-image > .menu-content {
  float: left;
  width: calc(100% - 88px);
  height: auto; }

section.menu .container .menu .post-item .post-image > .menu-content:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block; }

section.menu .container .menu .post-item .post-image > .menu-content table {
  margin: 0;
  width: calc(100% - 8px);
  vertical-align: middle;
  display: inline-table; }

section.menu .container .menu .post-item .post-image > .menu-content table tr td {
  border: 0px;
  padding: 0 0 8px 0px;
  color: #444;
  font-size: 15px; }

section.menu .container .menu .post-item .post-image > .menu-content table tr td:last-child {
  text-align: right;
  padding-right: 4px; }

section.menu .container .menu .post-item .post-content-details {
  padding: 0 8px; }

section.menu .container .menu .post-item .post-content-details table tr td {
  border: 0px;
  padding: 8px 0px;
  color: #444;
  font-size: 16px; }

section.menu .container .menu .post-item .post-image > .menu-content table tr td.price,
section.menu .container .menu .post-item .post-content-details table tr td.price {
  color: #E66666; }

section.menu .container .menu .post-item .post-content-details table tr td:last-child {
  text-align: right;
  padding-right: 4px; }

/* ----------------------------------------------------------------------
  注意事項
-------------------------------------------------------------------------*/
section.store-info {
  background: #fff;
  padding: 40px 0; }

section.store-info .container > .title {
  font-size: 28px;
  color: #444;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBB;
  margin-bottom: 40px; }

section.store-info .container > .content {
  font-size: 16px;
  color: #666; }

/* ----------------------------------------------------------------------
  影片介紹
-------------------------------------------------------------------------*/
section.video {
  padding: 40px 0; }

section.video .container > .title {
  font-size: 28px;
  color: #444;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBB;
  margin-bottom: 40px; }

section.video .container .embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

section.video .container .embed .embed-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

section.video .container .embed.embed43 {
  padding-bottom: 75%; }

section.video .container .embed-responsive-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* ----------------------------------------------------------------------
  優惠活動
-------------------------------------------------------------------------*/
section.activities .container {
  background: #CEE6E6;
  padding: 16px; }

section.activities .container > .title {
  font-size: 28px;
  color: #4F623F;
  padding-bottom: 8px;
  border-bottom: 2px solid #4F623F;
  margin-bottom: 40px; }

section.activities .container > ul {
  list-style-type: none;
  padding: 0; }

section.activities .container > ul li {
  padding: 16px 0; }

section.activities .container > ul li:not(:first-child) {
  border-top: 1px dashed #ddd; }

section.activities .container ul .info {
  margin-bottom: 0px; }

section.activities .container ul .info .title {
  color: #EF4665;
  font-size: 18px;
  margin-right: 16px; }

section.activities .container ul .info .content {
  color: #4F623F;
  font-size: 18px; }

section.activities .container ul .duration {
  color: #666;
  font-size: 15px;
  margin: 0; }

/* ----------------------------------------------------------------------
  地圖
-------------------------------------------------------------------------*/
.map-near {
  float: left;
  width: 400px;
  height: 250px;
  position: relative; }

.map-near img {
  width: 100%; }

.map-near .hover-title {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #EEE;
  padding: 8px 8px;
  color: #0066CC; }

.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 32px;
  background: rgba(0, 0, 0, 0.4); }

.dialog .dialog-content {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background: #FFF; }

.dialog .dialog-content .dialog-header {
  height: 44px;
  width: 100%; }

.dialog .dialog-content .dialog-header .title {
  float: left;
  width: calc(100% - 44px);
  line-height: 44px;
  margin: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #444; }

.dialog .dialog-content .dialog-header .close {
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center; }

.dialog .dialog-content .dialog-header .close:hover,
.dialog .dialog-content .dialog-header .close:active {
  background: rgba(0, 0, 0, 0.1); }

.dialog .dialog-content .map-block {
  width: 100%;
  height: calc(100% - 44px); }

.dialog .dialog-content .map-block .gm-style img {
  width: 200px;
  height: 130px; }

/* ----------------------------------------------------------------------
  聯絡我們
-------------------------------------------------------------------------*/
section.contact {
  background: #fff;
  border-bottom: 1px solid #eee; }

section.contact .container > .title {
  font-size: 28px;
  color: #444;
  padding-bottom: 8px;
  border-bottom: 2px solid #BBB;
  margin-bottom: 40px; }

section.contact .container .info {
  width: 50%;
  float: left; }

section.contact .container .info ul {
  list-style-type: none;
  padding: 0; }

section.contact .container .info ul li {
  min-height: 40px; }

section.contact .container .info ul li.social-link {
  margin-top: 16px; }

section.contact .container .info ul li .title {
  font-size: 18px;
  line-height: 40px;
  color: #444;
  display: inline-block;
  vertical-align: top; }

section.contact .container .info ul li .content {
  line-height: 40px;
  display: inline-block; }

section.contact .container .info ul li .content > a {
  font-size: 18px;
  line-height: 40px;
  color: #666;
  text-decoration: none;
  min-height: 40px;
  display: block;
  padding: 0; }

section.contact .container .info ul li .content.blue-border a {
  font-size: 16px;
  color: #0E6EB7;
  border: 1px solid #0E6EB7;
  text-decoration: none;
  min-height: 0;
  line-height: 18px;
  display: inline-block;
  padding: 6px 8px; }

section.contact .container .info ul li .content > a.link {
  color: #0E6EB7;
  text-decoration: underline; }

section.contact .container .info ul li .content > a:not(.link):hover {
  background: rgba(0, 0, 0, 0.1); }

section.contact .container .info ul li .content > a .text {
  margin-right: 16px; }

section.contact .container .info ul li .content > a .do-action {
  font-size: 15px;
  border: 1px solid #EF4665;
  color: #EF4665;
  display: inline-block;
  line-height: 20px;
  display: inline-block;
  padding: 2px 4px; }

section.contact .container .info ul li a.quick-link {
  color: #0066CC;
  border: 1px solid #0066CC;
  padding: 6px 8px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  text-decoration: none; }

section.contact .container .info ul li a.quick-link:hover {
  background: rgba(14, 110, 183, 0.1);
  text-decoration: underline; }

/* ----------------------------------------------------------------------
  附近推薦
-------------------------------------------------------------------------*/
section.near-by .container > .tab-title {
  padding-bottom: 8px;
  border-bottom: 2px solid #BBB;
  margin-bottom: 40px;
  position: relative; }

section.near-by .container > .tab-title .title {
  font-size: 28px;
  color: #444; }

section.near-by .container > .tab-title ul {
  position: absolute;
  right: 0;
  bottom: 0px; }

section.near-by .container > .tab-title ul li.near-nav a {
  font-size: 20px;
  min-width: 130px;
  height: 50px;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin-right: 0; }

section.near-by .container > .tab-title ul li.near-nav:not(.active) a {
  color: #777777;
  background: #E5E5E5; }

section.near-by .container > .tab-title ul li.near-nav.active a,
section.near-by .container > .tab-title ul li.near-nav a:hover {
  color: #fff; }

section.near-by .container > .tab-title ul li.near-nav.active.landscape a,
section.near-by .container > .tab-title ul li.near-nav.landscape a:hover {
  background: #4EB8E5; }

section.near-by .container > .tab-title ul li.near-nav.active.food a,
section.near-by .container > .tab-title ul li.near-nav.food a:hover {
  background: #F2AC19; }

section.near-by .container > .tab-title ul li.near-nav.active.play a,
section.near-by .container > .tab-title ul li.near-nav.play a:hover {
  background: #EC878E; }

section.near-by .container > .tab-content .list-root .card {
  float: left;
  width: calc(33.3333333% - (32px/3));
  margin-bottom: 16px; }

section.near-by .container > .tab-content .list-root .card:nth-child(3n+1),
section.near-by .container > .tab-content .list-root .card:nth-child(3n+2) {
  margin-right: 16px; }

section.near-by .container > .tab-content .list-root .card img {
  width: 100%; }

section.near-by .container > .tab-content .list-root .card .title {
  color: #0E6EB7; }

section.near-by .container > .tab-content .list-root .card .title strong {
  font-weight: normal; }

section.near-by .container > .tab-content .list-root .card .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 72px;
  color: #666; }

section.near-by .container > .tab-content .list-root .card .duration-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
  line-height: 14px; }

section.near-by .container > .tab-content .list-root .card .duration {
  font-size: 14px;
  color: #777; }

/* ----------------------------------------------------------------------
  footer
-------------------------------------------------------------------------*/
footer {
  background: #333333; }

footer .detail-info {
  padding-top: 40px; }

footer .detail-info .info > .title {
  font-size: 22px;
  color: #fff; }

footer .detail-info .info .icon-auth {
  padding: 8px;
  background: #fff;
  display: inline-block; }

footer .detail-info .info .icon-auth > img {
  display: inline-block; }

footer .detail-info .info {
  width: calc(100% - 250px);
  float: left; }

footer .detail-info .fb-block {
  width: 250px;
  height: 300px;
  float: left; }

footer .detail-info .info-block {
  padding-top: 32px; }

footer .detail-info .info .contact > .title,
footer .detail-info .info .relation > .title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal; }

footer .detail-info .info .contact > ul,
footer .detail-info .info .relation > ul {
  list-style-type: nonoe;
  padding: 0; }

footer .detail-info .info .contact > ul li {
  min-height: 32px; }

footer .detail-info .info .contact > ul li .title,
footer .detail-info .info .contact > ul li .content {
  display: inline-block;
  color: #FFF;
  font-size: 15px; }

footer .detail-info .info .contact > ul li .content a {
  font-size: 15px;
  color: #EEE;
  text-decoration: none; }

footer .detail-info .info .relation > ul {
  padding-bottom: 16px; }

footer .detail-info .info .relation > ul li {
  display: inline-block;
  margin-right: 4px; }

footer .detail-info .info .relation > ul li:not(:last-child):after {
  content: '';
  color: #fff;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 0 0 4px; }

footer .detail-info .info .relation > ul li a {
  font-size: 15px;
  color: #FFF;
  text-decoration: underline; }

footer .detail-info .info .contact > ul li .content a:hover {
  color: #FFF;
  text-decoration: underline; }

footer .detail-info .info .relation {
  padding-left: 16px; }

footer .uukt-footer {
  border-top: 1px solid #666; }

footer .uukt-footer .container {
  padding: 8px 0; }

footer .uukt-footer .container .uukt {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0; }

footer .uukt-footer .container .uukt-cr {
  text-align: center;
  color: #fff;
  font-size: 14px; }

footer .uukt-footer .container .uukt-cr a {
  color: #fff;
  font-size: 14px;
  text-decoration: none; }

footer .uukt-footer .container .uukt-cr a:hover {
  text-decoration: underline; }

/* ----------------------------------------------------------------------
  go to top
-------------------------------------------------------------------------*/
.gototop-button {
  border: 0px;
  background: #E9B947;
  border-radius: 50%;
  bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  line-height: 16px;
  padding: 12px;
  position: fixed;
  right: 16px;
  z-index: 200;
  color: #FFF; }

.gototop-button:hover {
  background: #CDA33D;
  color: #DDD; }

/* ----------------------------------------------------------------------
-------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 960px; } }
@media (max-width: 991px) {
  /* ----------------------------------------------------------------------
  地圖
-------------------------------------------------------------------------*/
  #map-dialog.dialog {
    padding: 0px; }

  /* ----------------------------------------------------------------------
   聯絡我們
  -------------------------------------------------------------------------*/
  section.contact .container .map-near {
    width: 50%; }

  /* ----------------------------------------------------------------------
    footer
  -------------------------------------------------------------------------*/
  footer .detail-info .info .relation {
    padding-left: 0; } }
@media (max-width: 768px) {
  /* ----------------------------------------------------------------------
    優惠快訊
  -------------------------------------------------------------------------*/
  .activity .container {
    width: 100%;
    padding: 0;
    margin: 0; }

  /* ----------------------------------------------------------------------
      優惠活動
  -------------------------------------------------------------------------*/
  section.activities {
    padding: 0; }

  section.activities .container {
    background: #FFF; }

  /* ----------------------------------------------------------------------
    footer
  -------------------------------------------------------------------------*/
  footer .detail-info .info .relation {
    padding: 0; } }
@media (max-width: 720px) {
  section {
    padding: 16px 0; }

  /* ----------------------------------------------------------------------
    header
  -------------------------------------------------------------------------*/
  #header {
    display: none; }

  /* ----------------------------------------------------------------------
    沒有大圖的標題
  -------------------------------------------------------------------------*/
  .header-no-photo {
    display: block; }

  #m-navbar {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 56px;
    background: #fff; }

  #m-navbar ul {
    list-style-type: none;
    height: 56px;
    padding: 6px 0;
    margin: 0;
    width: 100%; }

  #m-navbar ul li {
    float: left;
    width: 16.666666667%;
    text-align: center;
    vertical-align: middle; }

  #m-navbar ul li:not(.focus):hover {
    background: rgba(0, 0, 0, 0.1); }

  #m-navbar ul li a {
    color: #FFF;
    line-height: 44px;
    border-bottom: 2px solid #FFF;
    padding: 0 4px;
    text-decoration: none !important; }

  #m-navbar ul li a.btn {
    color: #444;
    line-height: 20px;
    padding: 12px 16px;
    border: 0;
    border-radius: 0;
    width: 100%; }

  #m-navbar ul li a.btn-focus:hover {
    background: #d1ab00; }

  #m-navbar.header-sticky ul {
    position: fixed;
    left: 0;
    top: 0;
    background: #FA9C00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000; }

  /* ----------------------------------------------------------------------
    優惠快訊
  -------------------------------------------------------------------------*/
  .activity .activity-content {
    padding: 0; }

  .activity .activity-content li {
    padding: 0 8px;
    width: 100%; }

  .activity .activity-content li .right-cover {
    display: none; }

  .activity .activity-content li a.title {
    margin-right: 8px; }

  .activity .activity-more {
    display: none; }

  .activity .activity-title {
    min-width: 70px; }

  .activity .activity-title a {
    width: 70px;
    font-size: 15px; }

  /* ----------------------------------------------------------------------
    大圖
  -------------------------------------------------------------------------*/
  #slider-header .slider-cover {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: 1;
    border: 2px solid #fff;
    padding: 8px;
    min-width: 240px;
    text-align: center; }

  #slider-header .slider-cover .title {
    background: rgba(255, 255, 255, 0.8);
    color: #444;
    padding: 16px;
    font-size: 22px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    text-shadow: none; }

  #slider-header .sp-slides .sp-layer {
    font-size: 18px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
    welcome
  -------------------------------------------------------------------------*/
  section.welcome {
    background: #F5F5F5; }

  section.welcome .container {
    background: transparent;
    padding: 16px; }

  section.welcome .introduce {
    width: 100%;
    padding: 0; }

  .welcome .introduce .title {
    font-size: 20px;
    color: #444; }

  .welcome .introduce .content {
    font-size: 16px;
    color: #444;
    line-height: 24px; }

  section.welcome .photo {
    display: none; }

  /* ----------------------------------------------------------------------
    特色美食
  -------------------------------------------------------------------------*/
  section.special-meals .container .title-border .title {
    min-width: 180px;
    font-size: 20px; }

  section.special-meals .container .list-root .card .title {
    font-size: 16px; }

  /* ----------------------------------------------------------------------
    民宿gallery
  -------------------------------------------------------------------------*/
  section.gallery {
    background: #F5F5F5; }

  section.gallery .title {
    font-size: 20px;
    margin-bottom: 32px; }

  #slider-gallery .sp-caption-container {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    padding: 8px; }

  /* ----------------------------------------------------------------------
    美食菜單
  -------------------------------------------------------------------------*/
  section.menu .container {
    padding-left: 0;
    padding-right: 0; }

  section.menu .container .title-border > .title {
    font-size: 20px; }

  /* ----------------------------------------------------------------------
  -------------------------------------------------------------------------*/
  /* ----------------------------------------------------------------------
    注意事項
  -------------------------------------------------------------------------*/
  section.know {
    padding-top: 32px; }

  section.know .container > .title {
    font-size: 20px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
    影片介紹
  -------------------------------------------------------------------------*/
  section.video .container > .title {
    font-size: 20px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
    優惠活動
  -------------------------------------------------------------------------*/
  section.activities {
    padding: 0; }

  section.activities .container > .title {
    font-size: 20px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
   店家資訊
  -------------------------------------------------------------------------*/
  section.store-info .container > .title {
    font-size: 20px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
   聯絡我們
  -------------------------------------------------------------------------*/
  section.contact {
    padding-top: 32px; }

  section.contact .container > .title {
    font-size: 20px;
    margin-bottom: 16px; }

  /* ----------------------------------------------------------------------
    附近推薦
  -------------------------------------------------------------------------*/
  section.near-by {
    padding-top: 32px; }

  section.near-by .container > .tab-title {
    padding-bottom: 0; }

  section.near-by .container > .tab-title .title {
    font-size: 20px;
    margin-bottom: 16px; }

  section.near-by .container > .tab-title ul li.near-nav a {
    font-size: 16px;
    min-width: 100px;
    height: 40px; }

  section.near-by .container > .tab-content .list-root .card .content {
    line-height: 20px;
    height: 60px;
    font-size: 15px; }

  section.near-by .container > .tab-content .list-root .card .duration-title {
    font-size: 13px; } }
@media (max-width: 600px) {
  /* ----------------------------------------------------------------------
  header
  -------------------------------------------------------------------------*/
  #m-navbar {
    height: 112px;
    background: #F5F5F5; }

  #m-navbar ul {
    height: 112px;
    background: #FA9C00; }

  #m-navbar ul li {
    width: 33.3333333%; }

  #m-navbar ul li a.btn {
    width: auto; }

  #m-navbar.header-sticky ul {
    height: 44px;
    padding: 0; }

  #m-navbar.header-sticky ul li.m-keep {
    width: 25%; }

  #m-navbar.header-sticky ul li.m-keep a {
    border: 0;
    font-size: 15px;
    width: 100%;
    padding: 0;
    line-height: 44px; }

  #m-navbar.header-sticky ul li:not(.m-keep) {
    display: none; }

  /* ----------------------------------------------------------------------
   特色美食
  -------------------------------------------------------------------------*/
  section.special-meals .container .list-root .card {
    width: calc(50% - 16px/2);
    float: left; }

  section.special-meals .container .list-root .card:nth-child(2n+1) {
    margin-right: 16px; }

  section.special-meals .container .list-root .card:nth-child(2n+2) {
    margin-right: 0px; }

 /* ----------------------------------------------------------------------
 民宿gallery
-------------------------------------------------------------------------*/
  section.gallery .title {
    text-align: center; }

  /* ----------------------------------------------------------------------
   注意事項
  -------------------------------------------------------------------------*/
  section.know .container > .title {
    text-align: center;
    border: 0; }

  section.know ul li.half {
    width: 100%; }

  section.know ul li > .title {
    padding-right: 16px;
    width: 120px; }

  section.know ul li > .content {
    width: calc(100% - 120px);
    float: left;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px; }

  /* ----------------------------------------------------------------------
  影片介紹
-------------------------------------------------------------------------*/
  section.video .container > .title {
    text-align: center;
    border: 0; }

  /*----------------------------------------------------------------------
    優惠活動
  -------------------------------------------------------------------------*/
  section.activities .container > .title {
    text-align: center; }

  /*----------------------------------------------------------------------
    google map
  -------------------------------------------------------------------------*/
  section.google-map .map-block {
    height: 250px; }

  /* ----------------------------------------------------------------------
 店家資訊
-------------------------------------------------------------------------*/
  section.store-info .container > .title {
    text-align: center; }

  /* ----------------------------------------------------------------------
   聯絡我們
  -------------------------------------------------------------------------*/
  section.contact .container > .title {
    text-align: center; }

  section.contact .container .info {
    width: 100%; }

  section.contact .container .map-near {
    width: 100%;
    max-width: 400px; }

  /* ----------------------------------------------------------------------
    附近推薦
  -------------------------------------------------------------------------*/
  section.near-by .container > .tab-title .title {
    text-align: center; }

  section.near-by .container > .tab-title ul {
    position: relative;
    right: auto; }

  section.near-by .container > .tab-title ul li {
    width: 33.333333%; }

  section.near-by .container > .tab-title ul li.near-nav a {
    min-width: inherit;
    width: 100%; }

  section.near-by .container > .tab-content .list-root .card {
    width: calc(50% - 8px); }

  section.near-by .container > .tab-content .list-root .card:nth-child(2n+1) {
    margin-right: 16px; }

  section.near-by .container > .tab-content .list-root .card:nth-child(2n+2) {
    margin-right: 0px; }

  /* ----------------------------------------------------------------------
    footer
  -------------------------------------------------------------------------*/
  footer .detail-info .info {
    width: 100%;
    text-align: center; }

  footer .detail-info .info-block {
    text-align: left; }

  footer .detail-info .fb-block {
    width: 100%;
    height: auto;
    padding: 32px;
    text-align: center; } }
@media (max-width: 480px) {
  /*----------------------------------------------------------------------
    優惠活動
  -------------------------------------------------------------------------*/
  section.activities .container ul .info .title,
  section.activities .container ul .info .content {
    font-size: 16px; }

  /* ----------------------------------------------------------------------
    線上購票
  -------------------------------------------------------------------------*/
  section.tickets .list-root .card .bottom-info .name {
    font-size: 16px; }

  section.tickets .list-root .card .bottom-info .prices .special {
    font-size: 16px; }

  section.tickets .list-root .card .bottom-info .prices .original {
    font-size: 13px; }

  section.tickets .list-root .card .bottom-info .description {
    line-height: 20px;
    height: 60PX;
    font-size: 14px; }

  /*----------------------------------------------------------------------
    google map
  -------------------------------------------------------------------------*/
  section.google-map .map-block {
    height: 250px; }

  /* ----------------------------------------------------------------------
   聯絡我們
  -------------------------------------------------------------------------*/
  section.contact .container .info ul li .title,
  section.contact .container .info ul li .content > a {
    font-size: 16px; } }
@media (max-width: 375px) {
  /* ----------------------------------------------------------------------
    特色美食
  -------------------------------------------------------------------------*/
  section.special-meals .container .list-root .card {
    width: 100%;
    float: left; }

  section.special-meals .container .list-root .card {
    margin-right: 0px; }

  /* ----------------------------------------------------------------------
   注意事項
  -------------------------------------------------------------------------*/
  section.know ul li > .title,
  section.know ul li > .content {
    font-size: 15px;
    width: 100%; }

  /*----------------------------------------------------------------------
    google map
  -------------------------------------------------------------------------*/
  section.google-map .map-block {
    height: 200px; }

  /* ----------------------------------------------------------------------
   聯絡我們
  -------------------------------------------------------------------------*/
  section.contact .container .info ul li .title,
  section.contact .container .info ul li .content > a {
    font-size: 15px; }

  /* ----------------------------------------------------------------------
    附近推薦
  -------------------------------------------------------------------------*/
  section.near-by .container > .tab-content .list-root .card {
    width: 100%; }

  section.near-by .container > .tab-content .list-root .card {
    margin-right: 0px; }

  /* ----------------------------------------------------------------------
    footer
  -------------------------------------------------------------------------*/
  footer .uukt-footer .container .uukt-cr a {
    display: block; } }

/*# sourceMappingURL=style.css.map */
