.main-sect { /* main的section */
	text-align: center;
}
.album-sect-1 {  /* 相簿的第一個區塊(也只有一個) */

}
.album-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%;
}
.album-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 -300px;
}

/* 相簿連結清單 */
.album-select { /* 相簿連結選單 (偽裝選單容器) */
    position: absolute;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 500;
}
.album-head { /* 目前相簿的名稱 仿相簿的標題樣式 */
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    background: url('../images/eu-bg-mid-3.png') repeat-y 0 0;
    background-size: 100% 1px;
}
.album-list { /* 相簿連結清單(ul容器[預設隱藏]) */
    display: none;
    list-style: none;
}
.album-list li {
    list-style: none;
}
.album-select.active .album-list { /* 相簿連結清單(ul容器) */
    display: block;
    width: 100%;
    top: 2.5rem;
    background: url('../images/eu-bg-mid-3.png') repeat-y 0 0;
    background-size: 100% 1px;
}
.album-select .album-select-inner-top { /* 相簿連結清單(ul容器頭部裝飾背景) */
    display: block;
    width: 100%;
    padding-top: 6.4516%;
    overflow: hidden;
    background: url('../images/eu-bg-top-3.png') no-repeat 0 0;
    background-size: 100% auto;
}
.album-select .album-select-inner-bot { /* 相簿連結清單(ul容器底部裝飾背景) */
    position: relative;
    display: block;
    width: 100%;
    padding-top: 6.4516%;
    overflow: hidden;
    background: url('../images/eu-bg-bot-3.png') no-repeat 0 0;
    background-size: 100% auto;
}
.album-select-inner-bot::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 10px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url('../images/back-top.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.album-select.active .album-select-inner-bot::before {
    top: 10px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.album-list li { /* 相簿連結清單 */
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.album-list .active a { /* 當前相簿的顯目 */
    background-color: rgba(255,255,255,0.25);
}
.album-list a { /* 相簿連結清單(連接區塊) */
    display: block;
    width: 98%;
    height: 100%;
    margin: auto;
    color: #fff;
}
.album-list a:hover { /* 相簿連結清單(連接區塊:hover) */
    color: #fff;
    background-color: rgba(255,255,255,0.25);
}

/* 相片圖文清單 */
.photos-list::after { /* clear */
    content: '';
    display: block;
    clear: both;
}
.photos-list li { /* 相片圖文清單(li) */
    float: left;
    border: 8px solid #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    cursor: pointer;
}
.photos-list-img { /* 相片圖文清單的圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.photos-list-img img { /* 相片圖文清單的圖 */
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.photos-list-txt { /* 相片圖文清單的文字主容器 */
    position: relative;
    width: 100%;
    height: 56px;
    padding: 10px 6px 6px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}

@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) {
    
    .photos-list li { /* 相片圖文清單(li) */
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 2.5%;
    }
    .photos-list li:nth-of-type(3n+1) { /* 相片圖文清單(li) */
        width: 31.5%;
        margin-left: 0;
        margin-right: 2%;
    }
    .photos-list li:nth-of-type(3n+2) { /* 相片圖文清單(li) */
        width: 31.5%;
        margin-left: .75%;
        margin-right: .75%;
    }
    .photos-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%;
    }
    .photos-list li { /* 相片圖文清單(li) */
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
    }
    .photos-list li:nth-of-type(odd) { /* 相片圖文清單(li) */
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
    }
    .photos-list li:nth-of-type(even) { /* 相片圖文清單(li) */
        width: 49%;
        margin-left: 1%;
        margin-right: 0%;
    }
}
@media screen and (min-width: 768px) {
    /* 2018-12-22 相簿連結清單 */
    .album-select {
        width: 100%;
        max-width: 620px;
        top: 209px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .album-head {
        width: 100%;
        padding: 20px 6px;
    }
    /* 相片圖文清單 */
    .photos-list { /* 相片圖文清單(ul容器) */
        margin-top: 240px;
    }
}
@media screen and (max-width: 767px) {
    /* 2018-12-22 相簿連結清單 */
    .album-select {
        width: 90%;
        max-width: 640px;
        top: 0;
        right: 0;
        left: 0;
        margin: 35% auto 0;
    }
    .album-select.active .album-select-inner-bot::before {
        top: 4px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .photos-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%;
    }
    .album-sect-1 {  /* 相簿的第一個區塊(也只有一個區塊) */

    }
    .album-sect-title-1 { /* 相簿的標題 - 2a 圓圓的那顆 */

    }
}