@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');

/*訂房須知*/
	.notice{
		width: 95%;
	    max-width: 1200px;
	    min-height: 600px;
	    margin: 2rem auto;
	    border: 1px solid #EEE;
	}
	.notice_title{
		text-align: center;
		background: antiquewhite;
		padding: 0.5rem 0;
	    box-sizing: border-box;
	    margin-bottom: 1rem;
	}
	.notice_main_title{
		display: block;
	    font-size: 1.5rem;
	    letter-spacing: 4px;
	    padding-bottom: 20px;
	    box-sizing: border-box;
	}
	.icon-bell{
		display: inline-block;
	    font-size: 2rem;
	    color: #FFF;
	    background-color: #D7C178;
	    padding: 0.75rem;
	    margin: 0.25rem;
	    border-radius: 50%;
	    box-sizing: border-box;
	}
	.notice_main_title_txt{ display: block; }
	.notice_main_title_en{
		display: block;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
    	position: relative;
    	width: 200px;
    	margin: 0 auto;
	}
	.notice_main_title_ena{
		color: #c4772f;
		font-family: 'Allura', cursive;
    	font-size: 0.9rem;
	}
	.notice_main_title_en:before{
		position: absolute;
	    right: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
	.notice_main_title_en:after{
		position: absolute;
	    left: 0;
	    top: 50%;
	    content: "";
	    width: 30px;
	    height: 1px;
	    display: block;
	    background: #797978;
	}
	.notice_main > p{
		padding: 0.25rem 0;
	    box-sizing: border-box;
	    line-height: 1.5rem;
	    font-size: 1.25rem;
	}
/*訂房須知、匯款資訊*/
	.notice_rooms,
	.notice_payment{
		width: 100%;
	    max-width: 300px;
	    margin: 0 auto;
	}
	.notice_rooms ul,
	.notice_payment ul{
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.notice_rooms ul li a,
	.notice_payment 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;
	}
	.notice_rooms ul li:last-child a{
		background-color: rgba(255,255,255,.5);
		color: #D7C178;
		transition: all .5s;
	}
	.notice_rooms ul li:last-child a:hover{
		background-color: #D7C178;
		color: #fff;
	}
	.notice_rooms 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);
	}
	.notice_payment ul li:first-child a{
		background-color: rgba(255,255,255,.5);
		color: #D7C178;
		transition: all .5s;
	}
	.notice_payment ul li:first-child a:hover{
		background-color: #D7C178;
		color: #fff;
	}
	.notice_payment 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);
	}
/*訂房資訊內容*/

	.notice_main{
		width: 90%;
	    margin: 1rem auto;
	    border: 1px solid #D7C178;
	    border-radius: 10px;
	    padding: 1rem;
	    box-sizing: border-box;
	}
	.notice_main h2{
	    margin-bottom: 1rem;
	    border-bottom: 3px solid #D7C178;
	    letter-spacing: 1rem;
	    color: #444;
	}
	.notice_main_content{ min-height: 200px; }
	.notice_main_content > p{
		padding: 0.25rem;
		box-sizing: border-box;
		line-height: 20px;
	}

