* {
	margin: 0;
	padding: 0;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*::before,
*::after {
			box-sizing: inherit;
	-webkit-box-sizing: inherit;
}
html, body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	max-height: 99999px;
}
body {
	font-family: Tahoma, Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei",sans-serif;
	/* background-color: #fff; */
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 16px;
}
img {display: block;}
a {text-decoration: none;}
*.hidden,
*.v3-hidden {display: none !important;}
.pre-html-tag ol {
	list-style-position: outside;
	padding-left: 20px;
}
.pre-html-tag ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.unfold .resp {
	display: block !important;
}
.resp { /* 初始被隱藏的文章 */
	display: none;
}
.yellow {
	color: #F7C631;
}
.list-exc ul {
	list-style: disc; 
	list-style-position: outside;
	padding-left: 20px;
}
.list-exc li {
	position: relative;
	float: left;
}
.list-exc::after {
	content: '';
	display: block;
	clear: both;
}
/* 硬寫 */
#divPalPal {
	height: 88px;
	overflow: hidden;
}
/* 新增YT */
.yt-div {
	width: 100%;
	max-width: 640px;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.yt-div iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* news.aspx沒news時 */ 
.no-news-img {
	width: 100%;
}
/* ================================== */
/* display: none; in version 3a by id */
/* 用webpage000 逐一編號(順序不重要) 記得每項在右側註解他的位置(看得懂就好) */
/* #footerInforHead, */ /* footer h3：聯絡資訊 (3a 出現) */
#footerPhoneTxt, /* footer 訂房專線文字 (2a 出現) */
#footerPhone, /* footer 聯絡電話 (2a 出現) */
#footerFax, /* footer 傳真 (2a 出現) */
#mobPageHead1a, /* news.aspx的手機大標題 (1a 出現) */
#mobPageBanner2a, /* news.aspx的手機banner (2a 出現) */
/* #pageImg1_3a, */ /* news.aspx、about_us.aspx、index.aspx的圖片 (3a 出現) */
/* #pageImg2_3a, */ /* news.aspx、index.aspx的圖片 (3a 出現) */
/* #pageImg3_3a, */ /* news.aspx、index.aspx的圖片 (3a 出現) */
/* #positionSectHead, */ /* location.aspx的地址標題 (3a 出現) */
/* #contactFormHead, */ /* contact.aspx的表單標題 (3a 出現) */
/* #detailSectHead, */ /* room.aspx的房間資料 (3a 出現)  */
/* #aboutSectHead, */ /* about_us.aspx的大標題 (2a、3a 出現) */
/* #aboutSectHead1, */ /* index.aspx的大標題 (3a 出現) */
#bnbRoomsSlider, /* about_us.aspx、index.aspx 的 slider (2a 出現) */
/* #bnbRoomsLinks3a, */ /* 每頁都有的房間連結 (3a 出現) */
/* .clear-3a */ /* news.aspx、index.aspx 的 清float用的div (3a 出現) */
#mobileLinksSect1a, /* index.aspx的手機才出現的連結 (1a 出現) */
/* #reservationFormTitle, */ /* reservation.aspx 的 slider (3a 出現) */
/* #contactFormTitle, */ /* contact.aspx 的 slider (3a 出現) */
.footer-info-2a-icons /* footer 資訊(2a 出現) */
{
	display: none;
}
#bnbRoomsLinks3a { /* 房間連結的容器 */
	width: 100%;
	text-align: center;
	vertical-align: top;
	/* 2018-10-07 蓋掉 banner的動畫 */
	position: relative;
	z-index: 6;
	background-color: #fff;
}
#bnbRoomsLinks3a::after {
	content: '';
	display: block;
	clear: both;
}
#bnbRoomsLinks3a a { /* 房間連結的容器 */
	display: inline-block;
	/* float: left; */
	margin-bottom: 10px;
	padding: 10px 15px;
	height: 180px;
	color: #000;
	text-align: center;
	vertical-align: top;
	-webkit-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
	background: url('../images/roomlinks-bg.png') no-repeat top center;
}
#bnbRoomsLinks3a a::before {
	content: '';
	display: block;
	width: 20px;
	height: 28px;
	margin: 15% auto 25px;
	background: url('../images/i13.png') no-repeat 0 0;
	background-size: 100% 100%;
}
/* ================================== */
@media screen and (min-width: 1000px) {
	/* 版型專屬的 list-style */
	.list-exc li {
		width: 23%;
		margin-right: 2%;
	}
	#bnbRoomsLinks3a { /* 房間連結的容器 */
		padding: 0 2% 2%;
	}
	#bnbRoomsLinks3a a {
		width: 14.5%;
		margin-right: 2%;
	}
	#bnbRoomsLinks3a a:last-of-type {
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	/* 版型專屬的 list-style */
	.list-exc li {
		width: 32%;
		margin-right: 1%;
	}
	#bnbRoomsLinks3a { /* 房間連結的容器 */
		padding: 0 2% 5%;
	}
	#bnbRoomsLinks3a a {
		width: 31%;
		margin-right: 2%;
	}
}
@media screen and (min-width: 768px) {
	*.m-exc,
	*.m-exc-3a {display: none !important;}
}
@media screen and (max-width: 767px) {
	*.p-exc,
	*.p-exc-3a {display: none !important;}

	/* 版型專屬的 list-style */
	.list-exc li {
		width: 48%;
		margin-right: 2%;
	}
	#bnbRoomsLinks3a { /* 房間連結的容器 */
		padding: 0 0 5%;
		text-align: left;
	}
	#bnbRoomsLinks3a a {
		width: 48%;
		height: 170px;
		margin-right: 4%;
		background-size: 100% 100%;
	}
	#bnbRoomsLinks3a a::before {
		margin-bottom: 12px;
	}
	#bnbRoomsLinks3a a:nth-of-type(even) {
		margin-right: 0;
	}
}
/* == Basic Swiper Styles == */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index: 4;
}
.swiper-wrapper {
	position:relative;
	width: auto;
	margin: auto;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	-webkit-transition-property:left, top, -webkit-transform;
	
	transition-property:left, top, -webkit-transform;
	
	-o-transition-property:transform, left, top;
	
	transition-property:transform, left, top;
	
	transition-property:transform, left, top, -webkit-transform;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	z-index: 997;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container {
	width: 100%;
	/* height: 60px; */
	line-height: 58px; /* .swiper-slide.active border-bottom */
	z-index: 996;
}
.swiper-slide {
	float: left;
	display: block;
	/*slide-nav.js 有數字跟他一樣*/
	/* width: 120px; */
	padding: 0 20px;
	height: inherit;
	text-decoration: none;
	text-align: center;
	color: #fff;
	/* opacity: 0; */
	z-index: 998;
}
.swiper-slide span {
	display: inline-block;
	min-width: 17px;
}
.swiper-slide.hidden {display: none;}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: 30px;
	height: 60px;
	top: 0;/* 
	line-height: 56px; */
	cursor: pointer;
	/* opacity: 0; */
	z-index: 999;
	background-color: rgba(34, 61, 97, 0.8);
	/* background: url('../../../images/arr-bg.png') no-repeat;
	background-size: 30px 60px; */
}
.swiper-button-prev::before,
.swiper-button-next::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../../../images/arr-bg.png') no-repeat 0 0;
	background-size: 30px 60px;
	opacity: 0.65;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../../../images/arr.svg') no-repeat;
	background-size: 60px 60px;
	opacity: 0.95;
}
.swiper-button-prev::after {
	background-position: 0 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next::after {
	background-position: -30px 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev:hover::before,
.swiper-button-prev:hover::after,
.swiper-button-next:hover::before,
.swiper-button-next:hover::after {
	opacity: 1;
}
.swiper-button-disabled {
	display: none;
}
/* header */
header {
	position: absolute;
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 20px 0 0;
	left: 0;
	right: 0;
}
.header-logo {
	z-index: 9000;
}
h1 {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	/*text-shadow: 1px 1px 12px rgba(0,0,0,1),1px 1px 15px rgba(0,0,0,1);*/
	text-shadow: 1px 1px 8px rgba(0,0,0,1), 1px 1px 10px rgba(0,0,0,1), 1px 1px 12px rgba(0,0,0,1);
	z-index: 5;
}
.master-pc-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-image: url('../../../images/banner.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	z-index: 4;
}
.master-pc-banner::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.4); */
	z-index: 4;
}
.slogan {
	width: 50%;
	margin: auto;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 4px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1);
	z-index: 5;
}
/* footer */
footer {
	position: relative;
	width: 100%;
	color: #fff;
	background-color: #252421;
}

.footer-inner-box {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.footer-sec-div {
	float: left;
}
.footer-sec-1,
.footer-sec-2 {
	width: 33%;
	padding: 0 10px 60px 60px;
}
.footer-sec-3 {
	position: relative;
	width: 100%;
	padding-top: 94px;
	padding-bottom: 52px;
	z-index: 3;
}
footer::after,
.footer-inner-box::after,
.footer-share-list::after,
.footer-sec-3::after,
.footer-web-guide-list::after,
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
footer a {
	text-decoration: none;
	cursor: pointer;
}
.footer-sec-0 {
	width: 33%;
	padding: 30px 10px 60px;
}
.footer-sec-0>div,
.footer-sec-0>h2,
.footer-sec-0>ul {
	margin-bottom: 15px;
}

.footer-bnb-name {
	font-size: 2.4rem;
}
.footer-fans-club {
	display: block;
	position: relative;
	width: 218px;
	height: 27px;
	margin: 5px 0;
	overflow: hidden;
}
.footer-fans-club img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.footer-share-list {
	padding-top: 20px;
}
.footer-share-list li {
	float: left;
	border: 1px solid #fff;
	width: 52px;
	height: 52px;
	margin-right: 10px;
}
.footer-share-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-share-list li {
	background: url('../../../images/footer-share-list.png') scroll no-repeat;
}
.footer-share-list li {background-size: 200px 50px;}
.footer-share-list .facebook-link {background-position: 0 0;}
.footer-share-list .line-link {background-position: -50px 0;}
.footer-share-list .googleplus-link {background-position: -100px 0;}
.footer-share-list .weibo-link {background-position: -150px 0;}

.footer-infor-div h3,
.footer-web-guide h3 {
	position: relative;
	margin-bottom: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 1.1rem;
}
.footer-infor-div h3::after,
.footer-web-guide h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 20%;
	height: 2px;
	left: 0;
	bottom: 0;
}
.footer-infor-div h3::before,
.footer-web-guide h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 80%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.footer-infor-div li {
	padding-bottom: 4px;
}
.footer-web-guide a {
	color: #fff;
}
.footer-web-guide a:hover {
	color: #ed6c2b;
}
.footer-web-guide-list {
	display: block;
	width: 100%;
}
.footer-web-guide-list li {
	/* float: left; */
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-bottom: 4px;
}
.footer-copyright-information,
.footer-relatived-link-list {
	float: left;
	width: 50%;
}
.footer-copyright-information div {
	display: inline-block;
}
.footer-relatived-link-list li {
	display: inline-block;
	margin-right: 20px;
}
/* 2018-12-22 */
.footer-infor-list li {
	position: relative;
}
.footer-infor-desc {
	padding-left: 28px;
}
.footer-infor-icon {
	position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.footer-infor-hint {
	font-size: 0.8rem;
}
/*footer-資訊類icon*/
.footer-infor-icon {
    background: url('../images/footer-info-3a.png') scroll no-repeat;
    background-size: 192px 24px;
}
.footer-infor-icon.for-address {background-position: 0 0;}
.footer-infor-icon.for-phone {background-position: -24px 0;}
.footer-infor-icon.for-fax {background-position: -48px 0;}
.footer-infor-icon.for-email {background-position: -72px 0;}
.footer-infor-icon.for-gps {background-position: -96px 0;}
.footer-infor-icon.for-line {background-position: -120px 0;}
.footer-infor-icon.for-wechat {background-position: -144px 0;}
.footer-infor-icon.for-whatsapp {background-position: -168px 0;}

.google-language {
	position: fixed;
	z-index: 900;
}
.goo-trans-bar {
	width:0;
	height:0;
	overflow:hidden;
}
.toggleTrans {
    position: relative;
    display: block;
    width: 132px;
    height: 34px;
    line-height: 1;
    cursor: pointer;
}
.toggleTrans img {
    width: 100%;
    border: 1px solid #898989;
    line-height: 1;
}
/* to-top */
.page-to-top {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	background: url('../images/to-top.png') no-repeat;
	background-size: 100% 100%;
	z-index: 900;
}
/* google translate */
.goo-trans-bar img {display: inline;}
.google-language {
	right: 10px;
	bottom: 10px;
}
/* has-chat-plugin (會改動to-top和google translate的位置) */
.has-chat-plugin .page-to-top {
	right: 35px;
	bottom: 90px;
}
.has-chat-plugin .google-language {
	left: 10px;
	bottom: 10px;
}

/* 民宿標誌 */
.bnb-mark { /* 民宿相關標誌 = about-sect-cont-6 */
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

/*通用-alert*/
.alert-box {
	padding: 4px;
	background-color: #FFCA00;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
.alert-box>div {
	padding: 30px 30px 20px;
	text-align: center;
	background-color: #FFF;
}
.alert-box>div div {
	text-align: left;
}
.alert-box>div input[type="submit"] {
	margin-top: 10px;	
	padding: 6px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: #303030;
	color: #FFF;
	letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
	header::after {
		position: fixed;
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 8888;
		background-color: rgba(34, 61, 97, 0.64);
	}
	/* header.active::after {
		position: fixed;
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 8888;
	} */
	.header-logo {
		position: fixed;
		display: inline-block;
		width: 16%;
		max-width: 80px; /* 120+20 */
		top: 0;
		left: 10%;
		padding-left: 20px;
	}
	.header-logo img {
		width: 100%;
	}
	h1 {
		margin: 22% auto 0;
		font-size: 4rem;
	}
	.slogan {
		position: relative;
		font-size: 1.2rem;
	}
	.swiper-outter-container {
		position: fixed;
		display: inline-block;
		width: 60%;
		top: 0;
		right: 10%;
		max-width: 1152px;
		padding: 0 29px;
		vertical-align: top;
		opacity: 1;
		z-index: 9000;
	}
	.swiper-container {
		height: 60px;
		line-height: 58px;
	}
	.swiper-slide span {
		text-shadow: 0 0 1px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 4px rgba(0,0,0,1);
	}
	.swiper-slide.active span {
		/* text-shadow: none; */
		text-shadow: 0 0 1px rgba(0,0,0,1),0 0 2px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1);
	}
	.swiper-slide.active {
		border-bottom-width: 2px;
		border-bottom-style: solid;
	}
	/* footer */
	footer::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 170px;
		left: 0;
		bottom: 0;
		background-color: #000;
		z-index: 2;
	}

	/* 民宿標誌 */
	.bnb-mark {
		max-width: 600px;
	}
	.bnb-mark>div {
		display: inline-block;
		background-image: url('../../../images/mark-set.png');
		background-size: 978px 120px;
		margin: 40px 4px;
	}
	.legal-bnb-mark {
		width: 116px;
		height: 80px;
		background-position: 0 0;
	}
	.legal-hotel-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 20px;
		background-position: -116px 0;
	}
	.friendly-bnb-mark {
		width: 142px;
		height: 80px;
		background-position: -236px 0;
	}
	.civil-travel-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 20px;
		background-position: -378px 0;
	}
	.sgs-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 24px;
		background-position: -498px 0;
	}
	.green-bnb-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-position: -618px 0;
	}
	.bike-bnb-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-image: url('../../../images/bike-friendly.png') !important;
		background-size: cover !important;
	}
	.certified-hotspring-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-position: -738px 0;
	}
	.hualien-classic-mark {
		width: 120px;
		height: 80px;
		background-position: -858px 0;
	}
}
@media screen and (max-width: 767px) {
	.header-logo {
		position: fixed;
		width: 42px;
		height: 42px;
		top: 4px;
		left: 12px;
	}
	.header-logo img {
		position: absolute;
		max-height: 100%;
	}
	header {
		height: 100vh;
	}
	h1 {
		position: absolute;
		width: 95%;
		top: 45%;
		left: 50%;
		margin: auto;
		-webkit-transform:         translate(-50%, -100%);
			-ms-transform:         translate(-50%, -100%);
				transform:         translate(-50%, -100%);
		-ms-transform:     -ms-translate(-50%, -100%);
			transform:     -ms-translate(-50%, -100%);
		-webkit-transform: -webkit-translate(-50%, -100%);
				transform: -webkit-translate(-50%, -100%);
				transform-origin: center bottom;
			-ms-transform-origin: center bottom;
		-webkit-transform-origin: center bottom;
		font-size: 10vw;
		line-height: 1.1;
	}
	/* mobile banner */
	.master-mob-banner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		/* background-size: auto 100%; */
		background-position: 50% 0;
	}
	.slogan {
		position: absolute;
		width: 90%;
		top: 50%;
		left: 50%;
		margin: auto;   
		-webkit-transform:         translate(-50%, 5px);   
			-ms-transform:         translate(-50%, 5px);   
				transform:         translate(-50%, 5px);
		-ms-transform:     -ms-translate(-50%, 5px);
			transform:     -ms-translate(-50%, 5px);
		-webkit-transform: -webkit-translate(-50%, 5px);
				transform: -webkit-translate(-50%, 5px);
				transform-origin: center top;
			-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		font-size: 1rem;
	}
	/* menu btn */
	.master-menu-btn-div { /* mobile 固定在最上面的透明bar */
		position: fixed;
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
		z-index: 8999; /* 必須小於 .master-pc-banner 的 z-index */
	}
	.master-menu-btn-div.active {
		background-color: rgba(34, 61, 97, 0.64);
	}
	.master-menu-btn {
		position: fixed;
		display: block;
		width: 48px;
		height: 36px;
		top: 6px;
		right: 12px;
		border: 1px solid #fff;
		border-radius: 3px;
		z-index: 9000;
		background-color: rgba(180,180,180,0.32);
		box-shadow: 0 0 12px 1px #809999;
		-moz-box-shadow: 0 0 12px 1px #809999;
		-webkit-box-shadow: 0 0 12px 1px #809999;
	}
	.show-menu .master-menu-btn,
	.active .master-menu-btn {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.active .master-menu-btn {
		background-color: rgba(180,180,180,0);
	}
	.master-menu-bar {
		width: 31px;
		height: 2px;
		margin: auto;
		border-radius: 4px;
				transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 9999;
		background-color: #fff;
	}
	.bar1 {
				transform: translateY(9px);
			-ms-transform: translateY(9px);
		-webkit-transform: translateY(9px);
	}
	.bar2 {
				transform: translateY(14px);
			-ms-transform: translateY(14px);
		-webkit-transform: translateY(14px);
	}
	.bar3 {
				transform: translateY(19px);
			-ms-transform: translateY(19px);
		-webkit-transform: translateY(19px);
	}

	/* nav */
	.swiper-outter-container {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		top: -100%;
		left: 0;
		padding-top: 50px; /* .master-menu-btn-div 的高 */
		z-index: 8999;
		overflow-y: auto;
		/* transition: all .5s ease; */
		background-color: rgba(34, 61, 97, 0.9);
		-webkit-overflow-scrolling: touch;
	}
	.swiper-outter-container.show-menu {
		top: 0;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	.swiper-container {
		height: auto;
		line-height: 48px;
	}
	.swiper-slide {
		width: 100%;
		float: none;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	/* footer */
	.footer-sec-1,
	.footer-sec-2 {
		width: 100%;
		padding: 0 3% 30px;
	}
	.footer-sec-0 {
		width: 100%;
		padding: 30px 3% 30px;
	}
	.footer-sec-3 {
		padding: 30px 0;
		background-color: #000;
		font-size: 0.8rem;
	}
	.footer-line-friend {
		display: block;
		position: relative;
		width: 117px;
		height: 28px;
		margin-top: 15px;
		overflow: hidden;
	}
	.footer-line-friend img {
		position: absolute;
		width: 219px;
		top: -28px;
		left: 0;
	}
	.footer-infor-div h3,
	.footer-web-guide h3 {
		padding-top: 30px;
	}
	.footer-copyright-information {
		width: 100%;
		text-align: center;
	}
	.footer-relatived-link-list {
		display: none;
	}

	/* 民宿標誌 */
	.bnb-mark {
		max-width: 600px;
	}
	.bnb-mark>div {
		display: inline-block;
		background-image: url('../../../images/mark-set.png');
		background-size: 489px 60px;
		margin: 20px 2px;
	}
	.legal-bnb-mark {
		width: 58px;
		height: 40px;   
		background-position: 0 0;
	}
	.legal-hotel-mark {
		position: relative;
		width: 60px;
		height: 60px;
		top: 10px;  
		background-position: -58px 0;
	}
	.friendly-bnb-mark {
		width: 71px;
		height: 40px;
		background-position: -118px 0;
	}
	.civil-travel-mark {
		position: relative;
		width: 60px;
		height: 60px;
		top: 10px;  
		background-position: -189px 0;
	}
	.sgs-mark {
		position: relative;
		width: 60px;
		height: 60px;
		top: 12px;
		background-position: -249px 0;
	}
	.green-bnb-mark {
		position: relative;
		width: 60px;
		height: 60px;
		top: 10px;
		background-position: -309px 0;
	}
	.bike-bnb-mark {
		position: relative;
		width: 120px;
		height: 120px;
		top: 10px;
		background-image: url('../../../images/bike-friendly.png') !important;
		background-size: cover !important;
	}
	.certified-hotspring-mark {
		position: relative;
		width: 60px;
		height: 60px;
		top: 10px;
		background-position: -369px 0;
	}
	.hualien-classic-mark {
		width: 60px;
		height: 40px;
		background-position: -429px 0;
	}
}

@media screen and (orientation: portrait) {
	.master-mob-banner {
		background-size: auto 100%;
	}
}

@media screen and (orientation: landscape) {
	.master-mob-banner {
		background-size: 100% 100%;
	}
}
.footer-line-friend {
	display: block;
	position: relative;
	width: 117px;
	height: 28px;
	margin-top: 15px;
	overflow: hidden;
}
.footer-line-friend img {
    position: absolute;
    width: 219px;
    top: -28px;
    left: 0;
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
}


@keyframes ldio-iy0vj14x1lb {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-iy0vj14x1lb div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: ldio-iy0vj14x1lb linear 1s infinite;
  background: #ffffff;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}.ldio-iy0vj14x1lb div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #ffffff;
}.ldio-iy0vj14x1lb div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ffffff;
}
.loadingio-spinner-spinner-sa81a9ufh6d {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  position: fixed;
  top : 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ldio-iy0vj14x1lb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-iy0vj14x1lb div { box-sizing: content-box; }
/* generated by https://loading.io/ */