@charset "UTF-8";
/* CSS Document */
.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

/****內頁****/
.contentBox .leftBox {
  float: left;
  width: 67%; }

.contentBox .title {
  margin-bottom: 15px; }
  .contentBox .title b {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #51649A;
    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 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; }

.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; } }

.mainArea {
  padding-top: 97px;
  padding-bottom: 80px; }
  @media (min-width: 1181px) {
    .mainArea {
      padding-left: 150px;
      padding-right: 150px; } }
  @media (max-width: 1180px) {
    .mainArea {
      padding-top: 60px; } }
  .mainArea .bread {
    top: -77px; }
    @media (max-width: 1180px) {
      .mainArea .bread {
        top: -40px;
        right: 20px; } }

.spotList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .spotList li {
    width: 50%;
    padding-bottom: 40px; }
    @media (max-width: 860px) {
      .spotList li {
        width: 100%; } }
    @media (min-width: 861px) {
      .spotList li:nth-of-type(even) {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px); } }
  .spotList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 1380px) {
      .spotList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .spotList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: 360px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1681px) {
      .spotList .Img {
        margin-right: 40px; } }
    @media (min-width: 1481px) and (max-width: 1680px) {
      .spotList .Img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }
    @media (min-width: 1381px) and (max-width: 1480px) {
      .spotList .Img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
    @media (max-width: 1380px) {
      .spotList .Img {
        margin-bottom: 20px; } }
    .spotList .Img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      height: 100%;
      border: solid 1px rgba(152, 106, 48, 0.3);
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .spotList .Img:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border-radius: 50%;
      border: dashed 1px #986A30; }
  .spotList .dot-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    fill: #986A30;
    display: none; }
  .spotList img {
    display: block;
    border-radius: 50%; }
  .spotList .Txt {
    position: relative;
    max-width: 260px; }
    .spotList .Txt:before {
      content: attr(data-no);
      position: absolute;
      top: 120px;
      right: -10px;
      line-height: 100px;
      font-size: 130px;
      font-style: italic;
      -webkit-text-stroke: 1px rgba(152, 106, 48, 0.3);
      color: transparent; }
  .spotList h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #BDA180;
    padding-bottom: 20px; }
  .spotList .info {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: #ABABAB; }
    .spotList .info > div {
      padding-top: 4px;
      padding-bottom: 4px; }
      .spotList .info > div:before {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        background-position: center left;
        vertical-align: top; }
    .spotList .info a {
      color: #ABABAB; }
      .spotList .info a:hover {
        color: #06F; }
  .spotList .addr:before {
    background-image: url(../images/map.png); }
  .spotList .tel:before {
    background-image: url(../images/tel.png); }
  .spotList .fax:before {
    background-image: url(../images/fax.png); }
  .spotList .email:before {
    background-image: url(../images/email.png); }
  .spotList .intro:before {
    background-image: url(../images/time.png); }

.outerWrap {
  overflow: hidden; }

.sideText {
  position: absolute;
  top: 150px;
  left: 80px;
  width: 56px;
  height: 344px;
  background-image: url(../images/storeSideText.png);
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 1180px) {
    .sideText {
      left: 0; } }
  @media (max-width: 480px) {
    .sideText {
      top: 40px; } }
  .sideText:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 1px;
    height: 300vh;
    background-color: rgba(164, 120, 73, 0.5); }
