@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/becky/fonticons/css/style.css');
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');
/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/becky/css/reset.css');
/*房型一覽*/
	.rooms{
		width: 95%;
	    max-width: 1200px;
	    min-height: 600px;
	    margin: 2rem auto;
	    border: 1px solid #EEE;
	}
	.rooms_title{
		text-align: center;
		background: antiquewhite;
		padding: 0.5rem 0;
	    box-sizing: border-box;
	    margin-bottom: 1rem;
	}
	.rooms_main_title{
		display: block;
	    font-size: 1.5rem;
	    letter-spacing: 4px;
	    padding-bottom: 20px;
	    box-sizing: border-box;
	}
	.icon-bed5{
		display: inline-block;
	    font-size: 2rem;
	    color: #FFF;
	    background-color: #D7C178;
	    padding: 0.75rem;
	    margin: 0.25rem;
	    border-radius: 50%;
	    box-sizing: border-box;
	}
	.rooms_main_title_txt{ display: block; }
	.rooms_main_title_en{
		display: block;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
    	position: relative;
    	width: 200px;
    	margin: 0 auto;
	}
	.rooms_main_title_ena{
		color: #c4772f;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
	}
	.rooms_main_title_en:before{
		position: absolute;
	    right: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
	.rooms_main_title_en:after{
		position: absolute;
	    left: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
/*導覽列*/
	.rooms_all,
	.rooms_s,
	.rooms_t{
		width: 100%;
	    max-width: 300px;
	    margin: 0 auto;
	}
	.rooms_all ul,
	.rooms_s ul,
	.rooms_t ul{
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.rooms_all ul li a,
	.rooms_s ul li a,
	.rooms_t ul li a{
		display: inline-block;
	    padding: 0.5rem 1rem;
	    box-sizing: border-box;
	    background-color: #D7C178;
	    color: #fff;
	    margin: 0.25rem;
	    border: 1px solid #D7C178;
	    position: relative;
	    font-size: 0.9rem;
	}
/*全部房型nav*/
	.rooms_all ul li:nth-child(2) a,
	.rooms_all ul li:first-child a{
		background-color: rgba(255,255,255,.5);
		color: #D7C178;
		transition: all .5s;
	}
	.rooms_all ul li:nth-child(2) a:hover,
	.rooms_all ul li:first-child a:hover{
		background-color: #D7C178;
		color: #fff;
	}
	.rooms_all ul li:last-child a:after{
		position: absolute;
		content: " ";
	    width: 0px;
	    height: 0px;
	    border-style: solid;
	    border-width: 5px 10px 0 10px;
	    border-color: #D7C178 transparent transparent transparent;
	    top: 100%;
	    left: 50%;
	    transform: translate(-50%,0);
	}
/*雙人房型nav*/
	.rooms_t ul li:nth-child(2) a,
	.rooms_t ul li:last-child a{
		background-color: rgba(255,255,255,.5);
		color: #D7C178;
		transition: all .5s;
	}
	.rooms_t ul li:nth-child(2) a:hover,
	.rooms_t ul li:last-child a:hover{
		background-color: #D7C178;
		color: #fff;
	}
	.rooms_t ul li:first-child a:after{
		position: absolute;
		content: " ";
	    width: 0px;
	    height: 0px;
	    border-style: solid;
	    border-width: 5px 10px 0 10px;
	    border-color: #D7C178 transparent transparent transparent;
	    top: 100%;
	    left: 50%;
	    transform: translate(-50%,0);
	}
/*背包房型nav*/
	.rooms_s ul li:first-child a,
	.rooms_s ul li:last-child a{
		background-color: rgba(255,255,255,.5);
		color: #D7C178;
		transition: all .5s;
	}
	.rooms_s ul li:first-child a:hover,
	.rooms_s ul li:last-child a:hover{
		background-color: #D7C178;
		color: #fff;
	}
	.rooms_s ul li:nth-child(2) a:after{
		position: absolute;
		content: " ";
	    width: 0px;
	    height: 0px;
	    border-style: solid;
	    border-width: 5px 10px 0 10px;
	    border-color: #D7C178 transparent transparent transparent;
	    top: 100%;
	    left: 50%;
	    transform: translate(-50%,0);
	}
/*房型介紹*/
	.rooms_body{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.rooms_main{
		display: block;
		width: 95%;
	    max-width: 500px;
	    margin: 0 auto;
	    background-color: #FFF;
	    padding: 2.5rem 2rem;
    	box-sizing: border-box;
    	overflow: hidden;
    	position: relative;
	}
	.rooms_img{
		position: relative;
		z-index: 1;
	}
	.rooms_img:after{
		content: "";
	    width: 600px;
	    height: 600px;
	    background: #fff;
	    border-radius: 99em;
	    display: block;
	    position: absolute;
	    z-index: 2;
	    right: 50%;
	    margin-right: -300px;
	    top: 100%;
	    margin-top: -50px;
	}
	.rooms_img > a{
		display: block;
		overflow: hidden;
		position: relative;
	}
	.rooms_img > a > img{
		width: 100%;
		display: block;
		-webkit-transition: all 0.4s ease;
    	-moz-transition: all 0.4s ease;
    	-o-transition: all 0.4s ease;
    	transition: all 0.4s ease;
	}
	.rooms_img > a > img:hover{
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-ms-transform:scale(1.1);
		transform:scale(1.1);
	}
	.rooms_main_box{
		position: relative;
		z-index: 99;
	}
	.rooms_main_content{
		text-align: center;
	}
	.rooms_main_content > h2{ color: #c4772f; }
	.rooms_main_content > h3,
	.rooms_main_content > p{
		font-size: 1rem;
    	line-height: 2rem;
    	color: #666;
	}
/*房價表*/
	.price{
		width: 95%;
	    max-width: 1200px;
	    min-height: 600px;
	    margin: 2rem auto;
	    border: 1px solid #EEE;
	}
	.price_title{
		text-align: center;
		background: antiquewhite;
		padding: 0.5rem 0;
	    box-sizing: border-box;
	    margin-bottom: 1rem;
	}
	.price_main_title{
		display: block;
	    font-size: 1.5rem;
	    letter-spacing: 4px;
	    padding-bottom: 20px;
	    box-sizing: border-box;
	}
	.icon-database{
		display: inline-block;
	    font-size: 2rem;
	    color: #FFF;
	    background-color: #D7C178;
	    padding: 0.75rem;
	    margin: 0.25rem;
	    border-radius: 50%;
	    box-sizing: border-box;
	}
	.price_main_title_txt{ display: block; }
	.price_main_title_en{
		display: block;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
    	position: relative;
    	width: 200px;
    	margin: 0 auto;
	}
	.price_main_title_ena{
		color: #c4772f;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
	}
	.price_main_title_en:before{
		position: absolute;
	    right: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
	.price_main_title_en:after{
		position: absolute;
	    left: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
	.price_main > p{
		padding: 0.25rem 0;
	    box-sizing: border-box;
	    line-height: 1.5rem;
	    font-size: 1.25rem;
	}
	.price_main{
		width: 90%;
	    margin: 1rem auto;
	    border: 1px solid #D7C178;
	    border-radius: 10px;
	    padding: 1rem;
	    box-sizing: border-box;
	    overflow: auto;
    	-webkit-overflow-scrolling: touch;
    	border-bottom: 1px solid lightgray;
	}
	.price_main table{
		margin: 0 auto;
	    width: 90%;
	    background-color: #888;
	    border-radius: 10px;
	    color: #fff;
	    text-align: center;
	}
	.price_main table thead tr th{
		border-bottom: 1px solid #fff;
		padding: 0.5rem;
    	box-sizing: border-box;
	}
	.price_main table tr td{
		padding: 0.5rem;
    	box-sizing: border-box;
	}


