.main-sect { /* main的section */
	/* text-align: center; */
}
.cuisine-sect-1 { /* 美食饗宴(清單)的第一個區塊 - 房間清單 */
	width: 100%;
	position: relative;
	/* text-align: center; */
}
.cuisine-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%;
}
.cuisine-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 -420px;
}
.cuisine-sect-decoration {
	position: absolute;
	width: 100%;
	height: 125px;
	top: 0;
	left: 0;
}
.cuisine-sect-decoration::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.cuisine-sect-decoration-left {
	float: left;
	width: 50%;
	padding-right: 123px;
	line-height: 155px;
	text-align: right;
}
.cuisine-sect-decoration-right {
	float: left;
	width: 50%;
	padding-left: 123px;
	line-height: 155px;
	text-align: left;
}
.cuisine-sect-decoration-left .cuisine-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.cuisine-sect-decoration-right .cuisine-sect-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.cuisine-tab-box {
	margin: 0 auto 32px;
	text-align: center;
}
.cuisine-tab {
	position: relative;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 8px;
}
.cuisine-tab span {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	height: 31px;
	line-height: 31px;
}
.cuisine-tab::before {
	content: '';
	display: inline-block;
	width: 10px;
	padding-top: 31px;
	line-height: 0;
}
.cuisine-tab::after {
	content: '';
	display: inline-block;
	width: 10px;
	padding-top: 31px;
	line-height: 0;
}
.cuisine-intro {
	/* display: flex; */
	width: 100%;
	margin-bottom: 5%;
	/* align-items: stretch; */
}
.cuisine-intro::after {
	content: '';
	display: block;
	clear: both;
}
.cuisine-intro-box {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.cuisine-intro-box-1 {
	padding: 8px;
	background-color: #fff;
	border-bottom: 4px solid #fff;
	box-shadow: 1px 1px 4px rgba(150,150,150,.4);
}
.cuisine-main-thumbnail { /* 主圖容器 */
	position: relative;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
	/* background-color: #f0f0f0; */
}
.cuisine-main-thumbnail img { /* 主圖 */
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.cuisine-head { /* 美食標題 */
	padding: 8px;
}
.cuisine-intro-box-2 {
	/* overflow-y: hidden; */
}
.cuisine-intro-tab-box {
	width: 100%;
	text-align: left;
}
.cuisine-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);
}
.cuisine-intro-tab.active {
	position: relative;
	border-bottom: 4px solid #fff;
	z-index: 33;
}
.cuisine-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;
}
.cuisine-intro-content {
	display: none;
	-webkit-overflow-scrolling: touch;    
}
.cuisine-intro-content-1 {
	padding: 10px;
}
.cuisine-intro-content.active {
	display: block;
	min-height: 100%;
}
.cuisine-intro-content-2.show-btn {
	position: relative;
}
.cuisine-intro-content-2::before {
	display: block;
	content: '';
	opacity: 0;
	transition: all 0.6s;
}
.cuisine-intro-content-2::after {
	display: block;
	content: '';
	opacity: 0;
	transition: all 0.6s;
}
.cuisine-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;
}
.cuisine-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 */
.cuisine-intro-content-2 .cuisine-pricelist-table {
	width: 100%;
	text-align: center;
}
.cuisine-intro-content-2 .cuisine-pricelist-table td,
.cuisine-intro-content-2 .cuisine-pricelist-table th {
	padding: 4px 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #f0f0f0;
	white-space: nowrap;
}
.cuisine-pricelist-table tr td:last-of-type,
.cuisine-pricelist-table tr th:last-of-type {
	border-right: none;
}
.cuisine-pricelist-table .cuisine-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 .cuisine-pricelist-table {
	width: 100%;
	text-align: center;
	padding: 2px 2px 0;
	background-color: #fff;
}
.lightbox-inner-box-price .cuisine-pricelist-table td,
.lightbox-inner-box-price .cuisine-pricelist-table th {
	padding: 4px 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* 美食相片圖文清單 */
.cuisine-photos-list {
	width: 100%;
	font-size: 16px;
}
.cuisine-photos-list::after {
	content: '';
	display: block;
	clear: both;
}
.cuisine-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;
}
.cuisine-item-thumbnail { /* 美食縮圖容器 */
	position: relative;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
	background-color: #f0f0f0;
}
.cuisine-item-thumbnail img { /* 美食縮圖 */
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.cuisine-item-desc {
	padding: 8px 0 0;
	height: 78px;
}
.cuisine-photos-item-link-box {
	position: relative;
	height: 33px;
}
.cuisine-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;
}
.cuisine-photos-item-link::before {
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	left: 4px;
	top: 5px;
}

/* lightbox ==> 2018-10-01 棄用這套lightbox */
/* body.lightbox-active {
	overflow: hidden;
}
.cuisine-lightbox {
	display: none;
}
.lightbox-active .cuisine-lightbox {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
.lightbox-active .cuisine-lightbox-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.66);
}
.lightbox-active .cuisine-lightbox-show {
	position: absolute;
	width: 100%;
	max-height: 100%;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform:         translate(-50%, -50%);
	transform:     -ms-translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	margin: auto;
	background-color: #fff;
	border-bottom: 4px solid #fff;
}
.lightbox-active .cuisine-lightbox-thumbnail {
	position: relative;
	width: 100%;
	padding-top: 62.5%;
	background-color: #f0f0f0;
}
.lightbox-active .cuisine-lightbox-thumbnail img {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.lightbox-active .cuisine-lightbox-desc {
	width: 100%;
	padding: 10px;
	color: #000;
	text-align: center;
}
.cuisine-lightbox-btn-close {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 4px;
	right: 4px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	border-color: #666;
	background-color: #fff;
	cursor: pointer;
}
.cuisine-lightbox-btn-close::before,
.cuisine-lightbox-btn-close::after {
	content: '';
	position: absolute;
	width: 13px;
	height: 3px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	background-color: #666;
}
.cuisine-lightbox-btn-close::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.cuisine-lightbox-btn-close::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
} */

@media screen and (min-width: 1280px) {
	.main-sect { /* main的section */
		padding: 40px 20%;
	}
	.cuisine-sect-decoration {
		padding: 40px 20% 0;	
	}
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
	.main-sect { /* main的section */
		padding: 40px 12%;
	}
	.cuisine-sect-decoration {
		padding: 40px 12% 0;	
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.main-sect { /* main的section */
		padding: 40px 5%;
	}
	.cuisine-sect-decoration {
		padding: 40px 5% 0;
	}
	.cuisine-sect-decoration-left .cuisine-sect-icon-4,
	.cuisine-sect-decoration-right .cuisine-sect-icon-4 {
		display: none;
	}
	.cuisine-photos-item {
		float: left;
		width: 45%;
		margin: 0 2.5% 5%;
	}
	.cuisine-item-desc {
		height: 56px;
	}
}
@media screen and (min-width: 768px) {
	.cuisine-intro-box-1 img {
		transition: all 0.8s ease;
	}
	.cuisine-intro-box-1:hover img {
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
		transition: all 0.8s ease;
	}
	.cuisine-tab:hover span {
		color: #fff;
		background: url('../images/cuisine-tab-bg-hover.png') repeat-x 0 0;
		background-size: 1px 100%;
	}
	.cuisine-tab:hover::before {
		background: url('../images/cuisine-tab-before-hover.png') no-repeat 0 0;
		background-size: 100% 100%;
	}
	.cuisine-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%;
	}
	.cuisine-sect-decoration {
		padding: 40px 0 0;
	}
	.cuisine-sect-decoration-left {
		padding-right: 22%;
	}
	.cuisine-sect-decoration-right {
		padding-left: 22%;
	}
	.cuisine-sect-decoration-left .cuisine-sect-icon {
		width: 36px;
		height: 36px;
		margin-left: 4%;
	}
	.cuisine-sect-decoration-right .cuisine-sect-icon {
		width: 36px;
		height: 36px;
		margin-right: 4%;
	}
	.cuisine-sect-decoration-left .cuisine-sect-icon-3,
	.cuisine-sect-decoration-left .cuisine-sect-icon-4,
	.cuisine-sect-decoration-right .cuisine-sect-icon-3,
	.cuisine-sect-decoration-right .cuisine-sect-icon-4 {
		display: none;
	}
	.cuisine-sect-1 {
		/* padding-bottom: 0; */
	}
	.cuisine-intro-box {
		width: 100%;
		margin: 0 auto 5%;
	}
	.cuisine-photos-item {
		width: 100%;
		margin: 0 auto 5%;
	}
	.cuisine-item-desc {
		height: 56px;
	}
	/* .lightbox-active .cuisine-lightbox-show {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	} */
}