@charset "UTF-8";
ul.spotList li, .textEditor {
  box-sizing: border-box;
}

header {
  border-bottom: 1px solid #d9d9d9;
}

header.scroll {
  border-bottom-color: transparent;
}

.mainArea {
  margin-top: 310px;
  padding-bottom: 0;
}

.classLink li a.current::before, .classLink li a::before {
  background-color: #d9d9d9;
}

ul.spotList {
  padding-top: 30px;
  margin: 0 -10px;
}

ul.spotList li {
  max-width: 490px;
  padding: 10px;
  margin-bottom: 60px;
}

ul.spotList li .Img {
  position: relative;
}

ul.spotList li .Img a {
  display: block;
}

ul.spotList li .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.spotList li .Txt {
  padding: 12px 0;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.spotList li .Txt h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ad8b51;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.spotList li .Txt h3 a:hover {
  color: #ad8b51;
}

ul.spotList li .Txt p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.8;
}

ul.spotList li .Txt .date {
  font-weight: 600;
  color: #bbb;
}

.iconFor1 {
  background-color: #dd6137;
}

.iconFor2 {
  background-color: #ed8838;
}

.iconFor3 {
  background-color: #d2ae73;
}

.iconFor4 {
  background-color: #00a0e9;
}

.iconFor5 {
  background-color: #32b16c;
}

.contentBox .leftBox {
  float: left;
  width: 67%;
}

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

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

.contentBox .leftBox .shareBox {
  float: right;
}

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

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

.contentBox .leftBox .Img img {
  width: 100%;
}

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

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

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  transition: none;
}

ul.icon {
  margin: 15px 0;
}

ul.icon li {
  display: inline-block;
  font-size: 13px;
}

ul.icon li:first-child {
  color: #e23000;
}

ul.icon li:nth-child(2) {
  color: #36c1c9;
}

ul.icon li + li {
  margin-left: 15px;
}

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

#spotMap {
  height: 500px;
}

ul.side_album {
  display: none;
}

ul.side_album li {
  width: 33.33%;
  padding: 0 5px 5px 0;
}

.titleArea {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.titleArea h3 {
  margin-bottom: 70px;
  font-size: 35px;
  font-weight: 500;
  color: #444244;
  margin-left: 7px;
  letter-spacing: 7px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.titleArea .sort {
  position: static;
  display: inline-block;
}

.titleArea .btn-fb {
  float: left;
}

.titleArea .backBtn {
  position: absolute;
  padding: 5px 0;
  left: 0;
  bottom: 0;
  font-size: 14px;
}

.titleArea a.back {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 5px;
  color: #06F;
  font-size: 10pt;
}

.side_map {
  max-width: 1160px;
  margin: auto;
  text-align: right;
}

.textEditor {
  margin-bottom: 60px;
  padding-bottom: 110px;
  background-color: #f8f8f8;
}

.imgArea {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
}

.imgArea img {
  max-width: 100%;
  height: auto;
}

.albumBtn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.articleBox {
  max-width: 1160px;
  margin: auto;
  padding: 105px 0;
  color: #696969;
  line-height: 2.2;
}

.articleBox .articleTitle {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 400;
  color: #080808;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

@media (max-width: 1280px) {
  .articleBox, .side_map {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  .mainArea {
    margin-top: 40px;
  }
  .articleBox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  ul.spotList li {
    max-width: none;
  }
  .classLink {
    display: none;
  }
  .m_classLink {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .top {
    position: static;
    margin: 15px 0;
  }
  .top .link {
    float: none;
    width: 100%;
    text-align: center;
    float: none;
    width: 100%;
    text-align: center;
  }
  .top ul.classLink {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
  }
  .col-4 {
    width: 50%;
    margin-bottom: 25px;
  }
  .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;
  }
}
