@charset "UTF-8";
/* CSS Document */
/*列表頁*/
.spotList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 768px) {
  .spotList {
    margin-top: 30px;
  }
}

.spotList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1180px) {
  .spotList li {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .spotList li {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .spotList li {
    width: 100%;
  }
}

.spotList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 1180px) {
  .spotList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.spotList .Img {
  position: relative;
  width: 100%;
  margin: 0;
}

.spotList .Img img {
  display: block;
  width: 100%;
}

@media (min-width: 1181px) {
  .spotList .Txt {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}

@media (max-width: 1180px) {
  .spotList .Txt {
    width: 100%;
  }
}

.spotList .Txt h3 a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.spotList .Txt h3 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.spotList .Txt .text {
  margin-bottom: 20px;
  max-height: 96px;
}

.spotList .Txt .address,
.spotList .Txt .text {
  font-size: 13px;
  letter-spacing: .05em;
  color: #757575;
  line-height: 1.6;
}

.spotList .Txt b {
  /*距離計算*/
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #323232;
}

.spotList .btn2 a {
  padding: 6px 30px;
  font-size: 13px;
}

/****內頁****/
.contentBox .leftBox {
  float: left;
  width: 67%;
}

.contentBox .title {
  margin-bottom: 15px;
}

.contentBox .title b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #a9b2bb;
  padding: 5px 0;
}

.contentBox .shareBox {
  float: right;
}

.contentBox .shareBox a {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.contentBox .Img {
  margin-bottom: 20px;
}

.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contentBox .rightBox {
  float: right;
  width: 28%;
}

.contentBox .link {
  margin-bottom: 15px;
}

.contentBox .link a {
  display: inline-block;
  padding: 7px 15px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

.icon {
  margin: 10px 0;
}

.icon li {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}

.icon img {
  vertical-align: middle;
  margin-right: 5px;
}

.map {
  border: 1px solid #CCC;
}

#spotMap {
  height: 280px;
}

/*側邊相簿*/
.side_album li {
  width: 33.33%;
  padding: 0 5px 5px 0;
}

@media (max-width: 767px) {
  .col-4 {
    width: 50%;
    margin-bottom: 25px;
  }
  .link {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top {
    position: static;
    margin: 15px 0;
  }
  .classLink {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
  }
  /*內頁*/
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding: 0;
  }
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .col-4 {
    width: 100%;
    margin-bottom: 25px;
  }
}
