.main-sect { /* main的section */
    position: relative;
}
.house-sect-title-1 { /* 入住資訊的標題 - 2a 圓圓的那顆 */
    width: 125px;
    height: 125px;
    margin: 0 auto; /* 不需要margin-bottom (每頁的圈圈設定不同請留意) */
    padding-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border-radius: 50%;
}
.house-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 -150px;
}
.house-sect-2 {  /* 民宿服務 - 條列樣式(可參考) */

}
.house-sect-3 {  /* 到店付款 */
    text-align: center;
    /* background-color: rgba(200, 200, 200, 0.25); */
}
.house-sect-4 {  /* 匯款資訊 */
    text-align: center;
    /* background-color: rgba(170, 170, 170, 0.25); */
}
.house-sect-cont-4 {
    line-height: 2;
}
.house-btn { /* 匯款通知按鈕 */
    display: inline-block;
    display: block;
    width: 128px;
    height: 36px;
    margin: 30px auto 0;
    line-height: 36px;
    border-radius: 4px;
}
.house-note-div { /* 匯款備註(不一定會有) */
    margin-top: 30px;
    text-align: left;
}
.house-sect-5 {  /* 預付訂金 */
    text-align: center;
}
.house-sect-6 {  /* 注意事項 */ /* 這裡會有摺疊的div */
    
}
.house-cont-head { /* 平假日定義、入退時間、入住須知的標題 */
    font-weight: bold;
    line-height:  2rem;
}
.house-cont-div { /* 平假日定義、入退時間、入住須知的內容 */
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 30px;
}
.house-cont-div:last-of-type { /* 入住須知 */
    padding: 0;
}
.house-sect-7 {  /* 改期退訂 */ /* 這裡會有摺疊的div */

}
.house-sect-title { /* 入住資訊的標題 */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
.house-sect-cont { /* 入住資訊的內容 */
    margin-top: 20px;
}

/* unfold-btn 的設定 */
.house-unfold-div { /* 文章過長控制div */
    position: relative;
}
.house-unfold-btn { /* 文章過長按鈕 */
    position: relative;
    display: block;
    width: 100%;
    height: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
}
.house-unfold-btn::before { /* 文章過長按鈕 */
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 3px;
    right: 0;
    left: 0;
    margin: auto;
    border: 12px solid transparent;
    z-index: 2;
}

/* 到店付款 */
.house-payment-method-list li { /* 到店付款 */
    display:inline-block;
    position: relative;
    width: 100px;
    height: 63px;
    margin-right: 8px;
    margin-bottom: 10px;
    background: url('../../../images/credit.png') scroll no-repeat 0 0;
    background-size: 810px 63px;
}
.house-payment-method-list li.aecard {background-position: 0 0;}
.house-payment-method-list li.visa {background-position: -100px 0;}
.house-payment-method-list li.master {background-position: -200px 0;}
.house-payment-method-list li.jcb {background-position: -300px 0;}
.house-payment-method-list li.unionpay {background-position: -400px 0;}
.house-payment-method-list li.cash {width: 108px;background-position: -500px 0;}
.house-payment-method-list li.alipay {width: 108px;background-position: -608px 0;}
.house-payment-method-list li.civiltravel {width: 90px;background-position: -716px 0;}

/* 預付訂金 */
.pay-tool-icon {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 20px 20px;
    background: url('../../../images/pay-tool.png') no-repeat;
    background-size: 400px 400px;
}
.pay-tool-icon.paypal {background-position: 0 0;}
.pay-tool-icon.paypal:hover {background-position: 0 -200px;}
.pay-tool-icon.other-tool-1 {background-position: -200px 0;}
.pay-tool-icon.other-tool-2 {background-position: -200px -200px;}
.pay-tool-icon.other-tool-1 img,
.pay-tool-icon.other-tool-2 img {
    position: absolute; 
    width: 120px;
    height: 120px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
.pay-tool-icon.other-tool-3 {
    display: block;
    width: 200px;
    height: 55px;
    margin: auto;
    background: none;
}
.pay-tool-icon.other-tool-3 a {
    display: block;
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 60px 20%;
    }
    .house-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 20% 0;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 60px 12%;
    }
    .house-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 12% 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 60px 5%;
    }
    .house-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 5% 0;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

    /* 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 { /* 入住資訊 */

    }
    .main-sect { /* main的section */
        padding: 60px 5%;
    }
    .house-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 5% 0;
    }
    .house-sect-title-1 { /* 入住資訊的標題 - 2a 圓圓的那顆 */
        
    }
    
}