:root {
  --main-color: #0acaad;
  --sub-color: #795b49;
  --notice-color: #e75b5b;
  --bg-color: #f8f8f8;
}

body {
  background: #ffffff;
  font-family: Arial,"文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
  color: #333;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}


/* Typography */
h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}
h1 {
  letter-spacing: 3px;
}

h2 {
  color: #333;
  letter-spacing: 2px;
}

h3 {
  color: #444;
  letter-spacing: 1px;
}

h4 {
  letter-spacing: 3px;
}

p {
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

a {
  display: block;
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

img{
  display: block;
  width: 100%;
}

ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* MENU */
body{
  padding-top: 56px;
}
nav.navbar{
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1); 
}
nav.navbar .container{
  display: block;
  text-align: right;
}

@media (min-width: 992px) {
  nav.navbar .container{
    padding-right: 175px;
  }
}
.dropdown-menu{
  border: 1px solid rgba(0, 0, 0, .1);
}
.nav-logo{
  width: 100px;
}

/* All Section styles */
.color-block{
  background-color: var(--bg-color);
}
.fixed-block{
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.image-block{
  background-image: url(../images/bg_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.icon-block{
  background-image: url(../images/bg_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.text-highlight{
  color: var(--notice-color);
}
.section-block{
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-block{
    padding: 80px 0;
  }
}
.section-title{
  margin-bottom: 30px;
}
h2{
  font-size: 26px;
}
@media (min-width: 768px) {
  h1{
    font-size: 30px;
  }
}
.more-btn{
  margin: 0;
  margin-top: 30px;
  border: 1px solid var(--notice-color);
  color: var(--notice-color);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  clear: both;
  transition: .3s;
}
.more-btn:hover{
  background-color: var(--notice-color);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .more-btn{
    width: fit-content;
    padding: 0 40px;
    margin: 30px auto 0 auto;
  }
}

/* Qwl */
.owl-item {
  padding: 20px;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev.disabled, .owl-next.disabled{
  opacity: .25;
}
.owl-prev i, .owl-next i {
  font-size: 32px !important;
  opacity: .65;
  transition: .3s;
}
.owl-prevhover i, .owl-nexthover i {
  color: #333 !important;
}
.owl-prev {
  left: -35px;
}
.owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #333;
  text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .owl-prev {
    left: -15px;
  }
  .owl-next {
    right: -15px;
  }
}

/* LOGO */
img.logo{
  width: 155px;
  float: left;
}

/* banner */

/* .banner-section{
  position: relative;
  height: 300px;
}
.banner-img{
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  right: -50px;
  height: 100%;
}
.banner-img img{
  height: 100%;
  width: auto;
}
.banner-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.banner-content p{
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
}
.banner-content p:nth-child(1){
  font-size: 16px;
}
.banner-content p:nth-child(2){
  font-size: 14px;
  letter-spacing: 0px;
}
.banner-content p:nth-child(3){
  font-size: 20px;
}
@media screen and (min-width: 514px) {
  .banner-section{
    height: 450px;
  }
  .banner-content p:nth-child(1){
    font-size: 18px;
  }
  .banner-content p:nth-child(2){
    font-size: 17px;
    letter-spacing: 2px;
  }
  .banner-content p:nth-child(3){
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .banner-section{
    height: auto;
  }
  .banner-content p{
    letter-spacing: 10px;
  }
  .banner-content p:nth-child(1){
    font-size: 21px;
  }
  .banner-content p:nth-child(2){
    font-size: 20px;
    letter-spacing: 3px;
  }
  .banner-content p:nth-child(3){
    font-size: 35px;
  }
  .banner-img{
    position: static;
  }
  .banner-img img{
    height: auto;
    width: 100%;
  }
} */


/* Introduction */
h1{
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.introduction-section{
  background-image: url(../images/introduction_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.introduction-section .introduction-wrap .main-introduction{
  padding-bottom: 20px;
}
.introduction-section .introduction-wrap .main-introduction p{
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1{
    font-size: 30px;
  }
}


/* Store */
.store-btn-section{
  background-image: url(../images/store_btn_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.store-btn-wrap ul{
  text-align: center;
}
.store-btn-wrap ul li{
	margin: 5px;
	padding: 10px 20px;
	list-style: none;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.store-btn-wrap ul li:hover{
	background-color: #1A3E13;
}
.store-btn-wrap ul li.active{
	background-color: #1A3E13;
}
.store-btn-wrap ul li span{
	display: inline-block;
	font-size: 14px;
	color: #63955F;
}
.store-btn-wrap ul li:hover span{
	color: #fff;
}
.store-btn-wrap ul li.active span{
	color: #fff;
}

.store-group{
  display: none;
}
.store-group.active{
  display: block;
}

@media (min-width: 768px) {
  section .title-circle {
    width: 50%;
  }
}

.store-section{
  padding: 0 !important;
}
.store-description,.store-list-wrap{
  padding: 50px 0;
}
@media (min-width: 768px) {
  .store-description,.store-list-wrap{
    padding: 80px 0;
  }
}

.store-wrap{
  background-color: #EEEEE2;
}
.store-accommodation{
  background-color: #DDE9E0;
}
.store-experience{
  background-color: #E8DABA;
}

.map-section{
  background-color: #EEEEE2;
}
.map-section h2{
  text-align: center;
  margin-bottom: 30px;
}
.map-section p{
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .map-section h2{
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .map-section h2{
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .map-section p{
    /* font-size: 16px; */
  }
  .map-content{
    margin-top: 80px;
    margin-right: 10px;
  }
}
.map-img{
  margin-bottom: 30px;
}
.map-section .row{
  flex-direction: row-reverse;
}

#toggle-box-btn{
  position: absolute;
  left: -9999px;
}
@media (max-width: 991px) {
  .toggle-box {
    position: relative;
    margin-bottom: 50px;
  }
  .toggle-box-btn{
    /* background-color: #fff; */
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: -60px;
    left: 0;
    cursor: pointer;
  }
  .toggle-box-btn::after {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
    background-image: url(../images/content_more_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
  }
  #toggle-box {
    max-height: 100px;
    overflow: hidden;
    transition: 0.5s;
  }
  #toggle-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: 0.5s ease-in-out;
    background: linear-gradient(to top, #EEEEE2 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to top, #EEEEE2 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(to top, #EEEEE2 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to top, #EEEEE2 0%, rgba(255, 255, 255, 0) 100%);
  }
  #toggle-box-btn:checked ~ #toggle-box {
    max-height: 1300px;
    transition: 0.5s ease-in-out;
  }
  #toggle-box-btn:checked ~ #toggle-box::after {
    height: 0px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  }
  /* #toggle-box-btn:checked ~ .toggle-box-btn::after {
    content: "顯示部分內容";
  } */
}

.store-title{
  position: relative;
  height: 240px;
}
.store-title::after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.store-title-content{
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
.store-title-content h3{
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}
.store-title-content p{
  color: #fff;
  font-size: 12px;
}
.store-title-img{
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.store-title-img img{
  width: auto;
  height: 100%;
}

@media (min-width: 600px) {
  .store-title{
    height: 300px;
  }
}
@media (min-width: 748px) {
  .store-title-img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .store-title-img img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    width: 100%;
  }
  .store-title-content h3{
    font-size: 30px;
  }
  .store-title-content p{
    font-size: 14px;
    /* max-width: 900px; */
    margin: 0 auto;
  }
}

/* 卡片樣式 */
.store-item-img{
  margin-bottom: 10px;
}
.store-item-content{
  position: relative;
}
.store-item-content h5{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.store-item-content p{
  font-size: 12px;
}
.store-item-content a{
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 20px;
  color: #fff;
  width: fit-content;
  transition: .3s ease-in-out;
}
.store-item-content a:hover{
  opacity: .8;
}
.accommodation-list .store-item-content a{
  background-color: #587C8C;
}
.experience-list .store-item-content a{
  background-color: #B9743C;
}

.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 6px;
  margin: 5px 5px;
  background: #fff;
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:focus span{
  background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #8a9793;
}

@media (min-width: 992px) {
  .store-slider{
    overflow: hidden;
  }
  .store-item{
    float: left;
    width: calc(33.3333% - 30px);
    margin: 25px 15px;
  }
  .store-item-content{
    height: 150px;
  }
  .store-item-content a{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .store-item-content{
    height: 140px;
  }
}

/* transportation */
.transportation-section{
  background-color: #C8E3DC;
}
.transportation-section h2{
  text-align: center;
  margin-bottom: 20px;
}
.transportation-section p{
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .transportation-section h2 {
      font-size: 30px;
  }
}

/* Post */
.post-section{
  background-color: #EEEEE2;
}
.post-section h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-section h2 {
      font-size: 30px;
  }
}

/* .post-video{
  padding: 30px;
} */
.video-item{
  margin-bottom: 30px;
}
.video-item h5{
  font-size: 18px;
}
.video-item-iframe {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 48%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
  
.video-item-iframe iframe, .video-item-iframe object, .video-item-iframe embed {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.post-article .owl-item{
  /* padding: 30px; */
}
.article-item a{
  border-radius: 10px;
  padding: 10px 10px 30px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  transition: .5s all;
}
.article-item a .article-img{
  transform: translateY(0px);
  transition: .5s all;
  border-radius: 10px;
  box-shadow: none;
}
.article-item a:hover .article-img{
  transform: translateY(-25px);
}
.article-item a .article-img img{
  border-radius: 10px;
}
.article-item a .article-content {
  position: relative;
}
.article-item a .article-content .subtitle {
  position: absolute;
  left: -20px;
  top: 5px;
  padding: 2px 10px;
  border-radius: 5px 5px 5px 0px;
  line-height: 20px;
  background-color: #f09f18;
  color: #fff;
  transform: translateY(-50%);
  font-size: 14px;
}
.article-item a .article-content .subtitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  height: 0px;
  width: 0px;
  border-color: rgba(0, 0, 0, 0) #c68407 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.article-item a .article-content .title {
  transform: translateY(20px);
  font-size: 18px;
  color: #002e5d;
}

/* footer */
.footer-content{
  background-color: #587C8C;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .footer-content{
    padding: 80px 0;
  }
}
.footer-banner{
  margin-bottom: 30px;
}
.footer-sns ul li{
  margin-bottom: 20px;
}
.footer-sns ul li:last-child{
  margin: 0;
}
.footer-sns ul li a{
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  transition: .3s ease-in-out;
}
.footer-sns ul li a:hover{
  background-color: rgba(256,256,256,.1);
}
.footer-sns ul li a img{
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

.footer-copyright{
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-banner{
    margin-bottom: 40px;
  }
  .footer-sns ul{
    overflow: hidden;
  }
  .footer-sns ul li{
    margin: 0;
    padding: 10px;
    width: 33.3333%;
    float: left;
  }
}
/* 
@media (min-width: 992px) {
  .footer-sns ul{
    max-width: 800px;
    margin: 0 auto;
  }
} */
