.main-sect { /* main的section */
    text-align: center;
}
.activity-info-sect-1 { /* 美食饗宴(清單)的第一個區塊 - 房間清單 */
	width: 100%;
	position: relative;
    text-align: center;
}
.activity-info-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-info-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-info-sect-decoration { /* 2a 獨有 */
	position: absolute;
	width: 100%;
	height: 125px;
	top: 0;
	left: 0;
}
.activity-info-sect-decoration::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.activity-info-sect-decoration-left {
	float: left;
	width: 50%;
	padding-right: 123px;
	line-height: 155px;
	text-align: right;
}
.activity-info-sect-decoration-right {
	float: left;
	width: 50%;
	padding-left: 123px;
	line-height: 155px;
	text-align: left;
}
.activity-info-sect-decoration-left .activity-info-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.activity-info-sect-decoration-right .activity-info-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.activity-info-tab-box {
    margin: 0 auto 32px;
    text-align: center;
}
.activity-info-tab {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
}
.activity-info-tab span {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    height: 31px;
    line-height: 31px;
}
.activity-info-tab::before {
    content: '';
    display: inline-block;
    width: 10px;
    padding-top: 31px;
    line-height: 0;
}
.activity-info-tab::after {
    content: '';
    display: inline-block;
    width: 10px;
    padding-top: 31px;
    line-height: 0;
}
.activity-info-list {

}
.activity-info-list::after {
	height: 0;
	display: block;
	content: '';
	clear: both;
}
.activity-info-list>li {
	position: relative;
	padding: 8px 8px 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
	font-size: 16px;
	border-bottom: 4px solid #fff;
	background-color: #fff;
    text-align: left;
}
.activity-info-list-img { /* 美食相片圖文清單的圖容器 */
    display: block;
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.activity-info-list-img img { /* 美食相片圖文清單的圖 */
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.activity-info-list-txt {
	position: relative;
    width: 100%;
    padding: 10px 6px 6px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}
.activity-info-head {
	width: 100%;
	height: 28px;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
}
.activity-info-desc {
	width: 100%;
	height: 100px;
	font-size: 0.9rem;
	letter-spacing: 0;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.activity-info-list-link-box {
	position: relative;
	height: 33px;
}
.activity-info-list-link {
	position: absolute;
	display: block;
	height: 33px;
	padding: 0 6px 0 33px;
	bottom: -4px;
	right: -8px;
	font-size: 0.8rem;
	line-height: 33px;
}
.activity-info-list-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-info-sect-decoration {
    	padding: 40px 20% 0;	
    }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .main-sect { /* main的section */
        padding: 40px 12%;
    }
    .activity-info-sect-decoration {
    	padding: 40px 12% 0;	
    }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .main-sect { /* main的section */
        padding: 40px 5%;
    }
    .activity-info-sect-decoration {
    	padding: 40px 5% 0;
    }
    .activity-info-sect-decoration-left .activity-info-sect-icon-4,
    .activity-info-sect-decoration-right .activity-info-sect-icon-4 {
		display: none;
    }
}
@media screen and (min-width: 768px) {
    .activity-info-list>li {
		float: left;
		width: 45%;
		margin: 0 2.5% 5%;
    }
    .activity-info-list-img img {
        transition: all 0.8s ease;
    }
    li:hover .activity-info-list-img img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        transition: all 0.8s ease;
    }
    .activity-info-tab:hover span {
        color: #fff;
        background: url('../images/cuisine-tab-bg-hover.png') repeat-x 0 0;
        background-size: 1px 100%;
    }
    .activity-info-tab:hover::before {
        background: url('../images/cuisine-tab-before-hover.png') no-repeat 0 0;
        background-size: 100% 100%;
    }
    .activity-info-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-info-sect-decoration {
    	padding: 40px 0 0;
    }
    .activity-info-sect-decoration-left {
		padding-right: 22%;
    }
    .activity-info-sect-decoration-right {
		padding-left: 22%;
    }
    .activity-info-sect-decoration-left .activity-info-sect-icon {
    	width: 36px;
    	height: 36px;
		margin-left: 4%;
    }
    .activity-info-sect-decoration-right .activity-info-sect-icon {
    	width: 36px;
    	height: 36px;
		margin-right: 4%;
    }
    .activity-info-sect-decoration-left .activity-info-sect-icon-3,
    .activity-info-sect-decoration-left .activity-info-sect-icon-4,
    .activity-info-sect-decoration-right .activity-info-sect-icon-3,
    .activity-info-sect-decoration-right .activity-info-sect-icon-4 {
		display: none;
    }
    .activity-info-sect-1 {
        /* padding-bottom: 0; */
    }
	.activity-info-list>li {
		width: 100%;
		margin: 0 auto 5%;
    }
}