.main-sect { /* main的section */
	text-align: center;
}
.spot-sect-1 {  /* 週邊導覽的第一個區塊(也只有一個) */

}
.spot-sect-title-1 { /* 週邊導覽的標題 - 2a 圓圓的那顆 */
    width: 125px;
    height: 125px;
    margin: 0 auto 60px;
    padding-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border-radius: 50%;
}
.spot-sect-title-1::before {
    content: '';
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 27%;
    background: url('../images/title-2a.png') no-repeat;
    background-size: 100%;
    background-position: 0 -240px;
}
.spot-list { /* 週邊導覽的圖文連結清單(ul容器) */

}
.spot-list::after {
    content: '';
    display: block;
    clear: both;
}
.spot-list li { /* 週邊導覽的圖文連結清單(li) */
    float: left;
}
.spot-list a { /* 週邊導覽的圖文連結清單 */
    display: block;
    width: 100%;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.spot-list-img { /* 週邊導覽的圖文連結清單的圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    border: 8px solid #fff;
    overflow: hidden;
    background-color: #f0f0f0;
}
.spot-list-img::before {
    content: attr(photo-by);
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    padding-right: 8px;
    font-size: 0.8em;
    text-align: right;
    line-height: 20px;
    color: #f0f0f0;
    background-color: rgba(0,0,0,0.2);
    z-index: 10;
}
.spot-list-img img { /* 週邊導覽的圖文連結清單的圖 */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.spot-list-txt { /* 週邊導覽的圖文連結清單的文字主容器 */
    position: relative;
    width: 100%;
    padding: 10px 6px 6px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}
.spot-list-head { /* 週邊導覽的圖文連結清單的文字-景點名字 */
    height: 32px;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
}
.spot-list-addr { /* 週邊導覽的圖文連結清單的文字-景點地址 */
    height: 40px;
    line-height: 20px;
    font-size: 0.9rem;
    color: #0066FF;
    overflow: hidden;
}
.spot-list-dist { /* 週邊導覽的圖文連結清單的文字-景點距離 */
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 0.9em;
    color: #898989;
    font-weight: bold;
    z-index: 2;
    font-family: 'Franklin Gothic Medium', Arial;
}
.spot-more-btn { /* 週邊導覽的閱讀更多按鈕 */
    position: relative;
    text-align: left;
    display: inline-block;
    width: 88px;
    margin-top: 40px; /* 要把清單的 margin-bottom 考慮進去 所以不能直接用40px */
}
.spot-more-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 60px 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 60px 12%;
    }
}
@media screen and (min-width: 1000px) {
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 2.5%;
    }
    .spot-list li:nth-of-type(3n+1) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: 0;
        margin-right: 2%;
    }
    .spot-list li:nth-of-type(3n+2) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: .75%;
        margin-right: .75%;
    }
    .spot-list li:nth-of-type(3n+3) { /* 週邊導覽的圖文連結清單(li) */
        width: 31.5%;
        margin-left: 2%;
        margin-right: 0%;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 60px 5%;
    }
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
    }
    .spot-list li:nth-of-type(odd) { /* 週邊導覽的圖文連結清單(li) */
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
    }
    .spot-list li:nth-of-type(even) { /* 週邊導覽的圖文連結清單(li) */
        width: 49%;
        margin-left: 1%;
        margin-right: 0%;
    }
}
@media screen and (min-width: 768px) {
    
}
@media screen and (max-width: 767px) {
    .spot-list li { /* 週邊導覽的圖文連結清單(li) */
        width: 100%;
        margin-bottom: 5%;
    }
    /* 2a mob style ▼ - 各頁可以套用(除了首頁和關於我們) */
    header { /* 各頁(除了首頁和關於我們) - 手機版header不滿版 */
        position: fixed;
        height: 72px;
        min-height: 72px;
        background-color: rgba(0, 0, 0, 0.80);
        z-index: 9998;
    }
    header::after {
        display: none;
    }
    h1 { /* 各頁(除了首頁和關於我們) - 民宿名稱 */
        position: absolute;
        width: 100%;
        top:50%;
        left: 50%;
        margin: auto;
        transform:         translate(-50%, -50%);
        transform:     -ms-translate(-50%, -50%);
        transform: -webkit-translate(-50%, -50%);
        /* font-size: 1.5rem; */
        font-size: 5vw;
    }
    .header-logo {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 12px;
        left: 6px;
    }
    .header-logo img {
        width: 100%;
    }
    .swiper-outter-container { /* menu */
        padding-top: 72px;
    }
    h1::before, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有上邊線 */
    h1::after, /* 各頁(除了首頁和關於我們) - 手機版民宿名稱不會有下邊線 */
    .slogan, /* 各頁(除了首頁和關於我們) - 手機版不會有slogan */
    .master-pc-banner { /* 各頁(除了首頁和關於我們) - 不會有首頁的banner */
        display: none;
    }
    .mob-page-banner { /* 各頁(除了首頁和關於我們) - 獨立圖片banner */
        position: relative;
        width: 100%;
        /* padding-top: 123.4375%; */
        padding-top: 134%;
        overflow: hidden;
    }
    .mob-page-banner img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        transform: -webkit-translate(-50%, 0);
        transform: -ms-translate(-50%, 0);
        margin: auto;
    }
    
    /* 2a mob style ▲ - 各頁可以套用(除了首頁和關於我們) */

    .main { /* 週邊導覽 - 空出header的空間 */
        
    }
    .main-sect { /* main的section */
        padding: 60px 5%;
    }
    .location-sect-1 {  /* 週邊導覽的第一個區塊(含google地圖) */
        padding: 60px 0 0 0;
    }
    .location-sect-title-1 { /* 週邊導覽的第一個區塊(含google地圖)的(桌機)標題 */

    }
}