.main-sect { /* main的section */
	padding: 40px;
}
.resv-sect-1 { /* 只用來裝標題的section */
    
}
.resv-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%;
}
.resv-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 -270px;
}
.resv-sect-title { /* 區塊(公用樣式) */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
}
.resv-sect-cont { /* 標題(公用樣式) */
    margin-top: 20px;
}
.resv-sect-2 {  /* 訂房說明 */
    
}
.resv-sect-3 {  /* 空房表 */

}
.resv-sect-title-3 {
    margin-bottom: 20px;
}
.resv-sect-4 {  /* 預約表單 */

}
.resv-sect-5 {  /* 匯款通知 */

}
.resv-note-div {  /* 匯款通知內容 - 匯款備註(不一定會有) */
    margin-top: 20px;
}
.resv-bank-div {  /* 匯款通知內容 - 帳戶資料(一定會有) */
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
    padding: 30px 6px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    background-color: #555;
}
.resv-bank-div-title {  /* 匯款通知內容 - 帳戶資料標題(匯款資訊) */
    padding-bottom: 10px;
}
.resv-bank-div-cont {  /* 匯款通知內容 - 帳戶資料標題(帳戶資料) */

}
.resv-sect-6 { /* 預付訂金 */
    background-color: rgba(200, 200, 200, 0.25);
    text-align: center;
}

/* 預付訂金 */
.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;
}

/* online-payment(bookingcom, agoda) */
.online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
    display: block;
    margin: auto;
    color: #000;
    margin-bottom: 20px;
}
.online-payment-btn:last-of-type {
    margin-bottom: 0;
}
.online-payment-btn img { /* 客房介紹(清單)的第三個區塊的按鈕圖片 - 預付訂金 */
    width: 100%;
    background-color: #f0f0f0;
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 60px 20%;
    }
    .resv-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 20% 0;
    }
    .resv-sect-title-3 {  /* 空房表標題 */
        width: 60%;
        margin-right: 20%;
        margin-left: 20%;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 60px 12%;
    }
    .resv-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 12% 0;
    }
    .resv-sect-title-3 {  /* 空房表標題 */
        width: 76%;
        margin-right: 12%;
        margin-left: 12%;
    }
}
@media screen and (min-width: 1000px) {

}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 60px 5%;
    }
    .resv-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 5% 0;
    }
    .resv-sect-title-3 {  /* 空房表標題 */
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 客房介紹(清單)的第三個區塊的連結區塊 - 預付訂金 */
        width: 318px;
    }
}
@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%;
    }
    .resv-sect-title-3 {  /* 空房表標題 */
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .resv-sect-1 {  /* 只用來裝標題的section (與main-sect 無關) */
        padding: 60px 5% 0;
    }
    /* online-payment(bookingcom, agoda) */
    .online-payment-btn { /* 預約訂房的第七個區塊的連結區塊 - 預付訂金 */
        width: 175px;
    }
    .online-payment-btn span { /* 預約訂房的第七個區塊的文字 - 預付訂金 */
        font-size: 0.9rem;
    }

}