.main-sect { /* main的section */
    /* text-align: center; */
}
.activity-sect-1 { /* 美食饗宴(清單)的第一個區塊 - 房間清單 */
	width: 100%;
	position: relative;
    /* text-align: center; */
}
.activity-sect-title-1 { /* 入住資訊的標題 - 2a 圓圓的那顆 */
	width: 125px;
	height: 125px;
	margin: 0 auto 20px;
	padding-top: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	border-radius: 50%;
}
.activity-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 -450px;
}
.activity-sect-decoration {
	position: absolute;
	width: 100%;
	height: 125px;
	top: 0;
	left: 0;
}
.activity-sect-decoration::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.activity-sect-decoration-left {
	float: left;
	width: 50%;
	padding-right: 123px;
	line-height: 155px;
	text-align: right;
}
.activity-sect-decoration-right {
	float: left;
	width: 50%;
	padding-left: 123px;
	line-height: 155px;
	text-align: left;
}
.activity-sect-decoration-left .activity-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.activity-sect-decoration-right .activity-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.activity-tab-box {
    margin: 0 auto 32px;
    text-align: center;
}
.activity-tab {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
}
.activity-tab span {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    height: 31px;
    line-height: 31px;
}
.activity-tab::before {
    content: '';
    display: inline-block;
    width: 10px;
    padding-top: 31px;
    line-height: 0;
}
.activity-tab::after {
    content: '';
    display: inline-block;
    width: 10px;
    padding-top: 31px;
    line-height: 0;
}
.activity-intro {
    /* display: flex; */
    width: 100%;
    margin-bottom: 5%;
    /* align-items: stretch; */
}
.activity-intro::after {
    content: '';
    display: block;
    clear: both;
}
.activity-intro-box {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.activity-intro-box-1 {
    padding: 8px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 1px 1px 4px rgba(150,150,150,.4);
}
.activity-main-thumbnail { /* 主圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    /* background-color: #f0f0f0; */
}
.activity-main-thumbnail img { /* 主圖 */
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.activity-head { /* 美食標題 */
    padding: 8px;
}
.activity-intro-box-2 {
    /* overflow-y: hidden; */
}
.activity-intro-tab-box {
    width: 100%;
    text-align: left;
}
.activity-intro-tab {
    display: inline-block;
    padding: 8px 40px;
    border-radius: 8px 8px 0 0;
    border-bottom: 4px solid rgba(240, 240, 240, 0.9);
    vertical-align: top;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0px -2px 2px rgba(150,150,150,.2);
}
.activity-intro-tab.active {
    position: relative;
    border-bottom: 4px solid #fff;
    z-index: 33;
}
.activity-intro-content-box {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(150,150,150,.4);
    border-bottom: 4px solid #fff;
    z-index: 30;
    overflow: auto;
}
.activity-intro-content {
    display: none;
    -webkit-overflow-scrolling: touch;    
}
.activity-intro-content-1 {
    padding: 10px;
}
.activity-intro-content.active {
    display: block;
    overflow: auto;
    min-height: 100%;
}
.activity-intro-content-2.show-btn {
    position: relative;
}
.activity-intro-content-2::before {
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.6s;
}
.activity-intro-content-2::after {
    display: block;
    content: '';
    opacity: 0;
    transition: all 0.6s;
}
.activity-intro-content-2.show-btn::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.56);
    transition: all 0.6s;
}
.activity-intro-content-2.show-btn::after {
    position: absolute;
    display: block;
    content: '顯示價目表';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    width: 20%;
    min-width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    /* color: #555; */
    /* background-color: #fff; */
    cursor: pointer;
    transition: all 0.6s;
}
/* table */
.activity-intro-content-2 .activity-pricelist-table {
    width: 100%;
    text-align: center;
}
.activity-intro-content-2 .activity-pricelist-table td,
.activity-intro-content-2 .activity-pricelist-table th {
    padding: 4px 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #f0f0f0;
    white-space: nowrap;
}
.activity-pricelist-table tr td:last-of-type,
.activity-pricelist-table tr th:last-of-type {
    border-right: none;
}
.activity-pricelist-table .activity-desc-td {
    text-align: left;
}
/* table-lightbox */
.lightbox-box-price {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200%;
    opacity: 0;
    z-index: 1;
    transition: opacity .4s;
}
.lightbox-box-price.active {
    display: block;
    position: fixed;
    left: 0;
    opacity: 1;
    z-index: 10000;
    transition: opacity .4s;
}
.lightbox-box-mask-price {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
}
.lightbox-inner-box-price {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    padding: 56px 3% 56px;
}
.lightbox-box-btn-price {
    position: fixed;
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
    z-index: 11;
    opacity: .66;
    cursor: pointer;
    background: url('../../../images/lb-sld.png') no-repeat;
    background-size: 64px 64px;
    background-position: -32px 0;
}
.lightbox-box-btn-price:hover {
    opacity: 1;
    background-position: -32px -32px;
}
.lightbox-inner-box-price .activity-pricelist-table {
    width: 100%;
    text-align: center;
    padding: 2px 2px 0;
    background-color: #fff;
}
.lightbox-inner-box-price .activity-pricelist-table td,
.lightbox-inner-box-price .activity-pricelist-table th {
    padding: 4px 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/* 美食相片圖文清單 */
.activity-photos-list {
    width: 100%;
    font-size: 16px;
}
.activity-photos-list::after {
    content: '';
    display: block;
    clear: both;
}
.activity-photos-item {
    float: left;
    width: 30%;
    margin: 0 1.5% 5%;
    padding: 8px 8px 0;
    font-size: 0.9rem;
    line-height: 1.2;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    cursor: pointer;
}
.activity-item-thumbnail { /* 美食縮圖容器 */
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.activity-item-thumbnail img { /* 美食縮圖 */
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.activity-item-desc {
    padding: 8px 0 0;
    height: 78px;
}
.activity-photos-item-link-box {
    position: relative;
    height: 33px;
}
.activity-photos-item-link {
    position: absolute;
    display: block;
    height: 33px;
    padding: 0 6px 0 33px;
    bottom: -4px;
    right: -8px;
    font-size: 0.8rem;
    line-height: 33px;
}
.activity-photos-item-link::before {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    left: 4px;
    top: 5px;
}

@media screen and (min-width: 1280px) {
    .main-sect { /* main的section */
        padding: 40px 20%;
    }
    .activity-sect-decoration {
    	padding: 40px 20% 0;	
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .activity-sect-decoration {
    	padding: 40px 12% 0;	
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .activity-sect-decoration {
    	padding: 40px 5% 0;
    }
    .activity-sect-decoration-left .activity-sect-icon-4,
    .activity-sect-decoration-right .activity-sect-icon-4 {
		display: none;
    }
    .activity-photos-item {
        float: left;
        width: 45%;
        margin: 0 2.5% 5%;
    }
    .activity-item-desc {
        height: 56px;
    }
}
@media screen and (min-width: 768px) {
    .activity-intro-box-1 img {
        transition: all 0.8s ease;
    }
    .activity-intro-box-1:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        transition: all 0.8s ease;
    }
    .activity-tab:hover span {
        color: #fff;
        background: url('../images/cuisine-tab-bg-hover.png') repeat-x 0 0;
        background-size: 1px 100%;
    }
    .activity-tab:hover::before {
        background: url('../images/cuisine-tab-before-hover.png') no-repeat 0 0;
        background-size: 100% 100%;
    }
    .activity-tab:hover::after {
        background: url('../images/cuisine-tab-after-hover.png') no-repeat 0 0;
        background-size: 100% 100%;
    }
}
@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 */
        
    }
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .activity-sect-decoration {
    	padding: 40px 0 0;
    }
    .activity-sect-decoration-left {
		padding-right: 22%;
    }
    .activity-sect-decoration-right {
		padding-left: 22%;
    }
    .activity-sect-decoration-left .activity-sect-icon {
    	width: 36px;
    	height: 36px;
		margin-left: 4%;
    }
    .activity-sect-decoration-right .activity-sect-icon {
    	width: 36px;
    	height: 36px;
		margin-right: 4%;
    }
    .activity-sect-decoration-left .activity-sect-icon-3,
    .activity-sect-decoration-left .activity-sect-icon-4,
    .activity-sect-decoration-right .activity-sect-icon-3,
    .activity-sect-decoration-right .activity-sect-icon-4 {
		display: none;
    }
    .activity-sect-1 {
        /* padding-bottom: 0; */
    }
    .activity-intro-box {
        width: 100%;
        margin: 0 auto 5%;
    }
    .activity-photos-item {
        width: 100%;
        margin: 0 auto 5%;
    }
    .activity-item-desc {
        height: 56px;
    }
    /* .lightbox-active .activity-lightbox-show {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    } */
}