@charset "utf-8";
/* CSS Document */
/* CSS animation */
*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
    -o-transition: color .10s linear, background-color .10s linear, border-color .10s linear, linear, margin-left .10s linear;
    -webkit-transition: color .10s linear, background-color .10s linear, border-color .10s linear, linear, margin-left .10s linear;
    -moz-transition: color .10s linear, background-color .10s linear, border-color .10s linear, linear, margin-left .10s linear;
    transition: color .10s linear, background-color .10s linear, border-color .10s linear, margin-left .10s linear, font-size .10s linear;
}
/*---------------------------------------*/
.clear {
    clear: both;
}
body {
    background: #2B0E4E url(../images/bg2.webp) no-repeat bottom center;
}
.bg {
    background: url(../images/bg1.webp) no-repeat center top;
}
#container {
    position: relative;
    width: 1171px;
    margin: 0 auto;
}
/*header---------------------------------------*/
.header {
    height: 105px;
    position: relative;
}
.logo {
    top: 23px;
    position: absolute;
    display: inline-block;
    background: url(../images/logo.png);
    width: 169px;
    height: 68px;
    text-indent: -999px;
}
.demo-5 {
    font-family: "微軟正黑體";
    display: none;
}
.rwd_menu {
    display: none;
}
.menu {
    position: absolute;
    z-index: 999;
    top: 46px;
    left: 241px;
    display: inline-block;
}
.menu li {
    position: relative;
    display: block;
    float: left;
}
.menu li ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    top: 50px;
    left: -3px;
    border: 3px solid #000;
    background: rgba(121, 26, 64, 0.9);
}
.menu li:hover>ul {
    display: block;
    padding: 0;
    opacity: 1;
}
.menu li ul li {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(234, 217, 163, 0.3);
    text-align: center;
    float: none;
}
.menu li ul li:hover {
    background: #4D0F52;
}
.menu li ul li a {
    width: 104px;
    display: block;
    line-height: 35px;
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #fff;
}
.menu li ul li a:hover {
    position: relative;
    top: 0;
    border-bottom: none;
}
.menu ul ul {
    background: rgba(184, 90, 50, 0.9);
    position: absolute;
    left: 100%;
    top: 10px;
}
.menu ul ul li:hover {
    background: #8F4627;
}
.menu .dot {
    position: relative;
    top: -25px;
    left: 7px;
}
.menu .dot.d02 {
    left: 2px;
}
.menu .dot.d03 {
    left: -1px;
}
.menu .dot.d04 {
    left: -1px;
}
.menu .dot.d05 {
    left: -2px;
}
.menu .dot.d06 {
    left: 9px;
}
.menu .dot.d07 {
    left: 2px;
}
.menu .dot.d08 {
    left: -2px;
}
.menu a:hover {
    position: relative;
    top: -4px;
    border-bottom: 4px double #F6F0AD;
}
/*banner---------------------------------------*/
.tp-simpleresponsive .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    font-weight: 300;
}
.caption.big_black {
    background: rgba(100, 13, 126, 0.8);
    color: #fff;
    font-size: 23px;
    line-height: 35px;
    padding: 3px 10px 5px;
    font-family: "微軟正黑體";
    text-transform: uppercase;
}
.caption.small_black {
    background: rgba(0, 0, 0, 0.8);
    color: #cbcbcb;
    font-size: 19px;
    line-height: 28px;
    padding: 2px 10px 5px;
    font-family: "微軟正黑體";
}
.caption.big_white {
    background: rgba(176, 48, 84, 0.8);
    color: #fff;
    font-size: 23px;
    line-height: 35px;
    padding: 3px 10px 5px;
    font-family: "微軟正黑體";
    text-transform: uppercase;
}
.caption.small_white {
    background: rgba(255, 255, 255, 0.8);
    color: #313131;
    font-size: 19px;
    line-height: 28px;
    padding: 2px 10px 5px;
    font-family: "微軟正黑體";
}
.caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.caption.noshadow {
    text-shadow: none;
}
.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #B03054 url(../images/slider-arrows.png) no-repeat left top;
    width: 31px;
    height: 31px;
    top: 50% !important;
    margin-left: 20px;
    margin-top: -16px;
}
.tp-leftarrow.large:hover {
    background-position: left bottom;
}
.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #B03054 url(../images/slider-arrows.png) no-repeat top right;
    width: 31px;
    height: 31px;
    top: 50% !important;
    margin-left: -20px;
    margin-top: -16px;
}
.tp-rightarrow.large:hover {
    background-position: bottom right;
}
.tp-bannertimer {
    width: 100%;
    height: 5px;
    background: url(style/images/timer.png);
    position: absolute;
    bottom: 0;
    z-index: 200;
}
.tp-bullets {
    z-index: 100;
    position: absolute;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative;
    background: #b9bbb7;
    width: 20px;
    height: 7px;
    margin: 1px;
    float: left;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.tp-bullets.simplebullets .bullet.selected {
    background: #848583;
}
.tp-bullets.simplebullets .bullet:hover {
    background: #9e9f9c;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive>ul li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(style/images/loading.gif) no-repeat;
    background-color: #eceee9;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
}
.fullwidthbanner-container {
    border: 5px solid #000;
    width: 1163px !important;
    position: relative;
    padding: 0;
    /*height: 300px !important;*/
    max-height: 300px !important;
    overflow: hidden;
}
.fullwidthbanner ul {
    overflow: inherit;
}
.fullwidthbanner ul li {
    padding: 0;
    background: none;
}
.fullwidthbanner img {
    max-width: none;
    display: block;
}
.bannercontainer {
    background-color: transparent;
    width: 960px;
    position: relative;
    margin: 50px auto;
}
.banner {
    width: 960px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.bannercontainer ul {
    overflow: inherit;
}
.bannercontainer ul li {
    padding: 0;
    background: none;
}
.banner img {
    max-width: none;
    display: block;
}
/*content------------------------------------------*/
.content {
    padding: 20px 24px;
    margin-bottom: 45px;
    background: #fff url(../images/shdow.jpg) no-repeat;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0px 1px 5px #333;
    -webkit-box-shadow: 0px 1px 5px #333;
    box-shadow: 0px 1px 5px #333;
}
/*left---------------------*/
.left {
    float: left;
    margin-right: 35px;
    margin-top: 47px;
}
.left h1 {
    margin-bottom: 24px;
}
.left_menu2 {
    margin: 0 0 15px 2px;
}
.left_menu2 li {
    font-family: "微軟正黑體";
    font-size: 14px;
}
.left_menu2 li a {
    display: block;
    background: url(../images/icon.png) no-repeat center left;
    border-bottom: 1px solid #C594AC;
    line-height: 35px;
    padding: 3px;
    padding-left: 18px;
    color: #000;
}
.left_menu2 li a:hover {
    background: #F4F2EC url(../images/icon.png) no-repeat center left;
}
.left_menu2 li ul {
    margin-left: 20px;
}
.left_menu2 li ul li a {
    background: url(../images/icon2.png) no-repeat center left;
    color: #999;
    font-size: 13px;
    border-bottom: 1px solid #DCBECD;
    line-height: 25px;
}
.left_menu2 li ul li a:hover {
    color: #666;
    background: #F4F2EC url(../images/icon2.png) no-repeat center left;
}
/*
.left_menu {
	margin-bottom: 20px;
}
.left_menu li {
	margin-bottom: 10px;
	text-align: center;
	width: 180px;
	height: 38px;
	line-height: 38px;
	background: url(../images/left_menu_bg.png) no-repeat;
}
.left_menu a {
	font-weight: bold;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #fff;
}
.left_menu li:hover {
	-o-transition: background .10s linear;
	-webkit-transition: background .10s;
	-moz-transition: background .10s;
	transition: background .10s linear;
	background: url(../images/test.gif) no-repeat;
}*/
.link {
    margin-bottom: 15px;
    color: #fff;
    font-family: "微軟正黑體";
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 8px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #C594AC;
}
.link:hover {
    background: #B06F8F;
}
/*----------------*/
.ad img {
    margin-bottom: 6px;
}
.ad {
    margin-bottom: 10px;
}
/*main---------------------*/
.main {
    float: left;
    width: calc(100% - 213px);
}
.page_img {
    position: relative;
    margin-bottom: 26px;
}
.page_img.pa02 p {
    color: #6a3906;
    text-shadow: 1px 1px 0px #fff;
}
.page_img p {
    position: absolute;
    top: 24%;
    color: #fff;
    text-align: left;
    width: 100%;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}
.page_img span {
    position: absolute;
    left: 5%;
    font-size: 12px;
    font-family: "新細明體";
    line-height: 20px;
}
/*text---------------------*/
.rwd_link {
    display: none;
}
.rwd_h1 {
    display: none;
}
.text {
    padding: 0 30px;
}
.text .p02 {
    position: relative;
    top: -50px;
    left: 110px;
    font-family: "微軟正黑體";
    font-size: 15px;
    line-height: 30px;
    color: #666;
    width: 700px;
}
.text .p02 b {
    position: relative;
    top: -15px;
    left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #452C64;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}
.text .p02 a {
    color: #9A3168;
}
.text .p02.r01 b {
    margin-right: 10px;
    margin-bottom: 15px;
}
.text .p02 .b01 {
    top: -9px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background: none;
}
.text .s01 {
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
    display: block;
    border: 4px double #E1C8D5;
}
.text .s01 span {
    font-size: 14px;
    color: #333;
    display: block;
}
.text .s01 span strong {
    display: inline-block;
    font-weight: bold;
    color: #7F3673;
}
.text .h03 {
    color: #2B0E4E;
    font-family: Arial, Helvetica, sans-serif "新細明體";
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    padding-left: 125px;
}
.text .s02 strong {
    margin-right: 5px;
    color: #B44BA2;
    font-weight: bold;
}
.text .s02 a {
    color: #B4A774;
}
.text .s03 {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 5px;
    background: #A5895A;
    color: #fff;
    font-weight: bold;
}
.text .s04 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #BE7799;
    padding: 1px 2px;
    line-height: 20px;
    display: inline-block;
}
.text .s05 {
    font-size: 16px;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.text .s06 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #CBBEA3;
    left: 380px;
    top: 19px;
    position: absolute;
}
.text .s07 {
    font-size: 16px;
    font-weight: bold;
    color: #F33;
}
.page_tel {
    line-height: 20px;
    padding: 10px 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background: #F2F2F2;
}
.page_tel li {
    margin-bottom: 15px;
}
.page_tel .s04 {
    margin-bottom: 0;
}
.text .all {
    margin-left: 5px;
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 5px;
    background: #333;
    color: #fff;
    font-weight: bold;
}
.text .all:hover {
    background: #999;
}
.p02 .all.a01 {
    background: #999;
    color: #fff;
}
.p02 .all.a01:hover {
    background: #6D5B3D;
}
.imgbd01 {
    border: 2px dotted #A68C5E;
    margin-bottom: 25px;
}
.imgbd01:hover {
    border: 2px solid #CEC0A6;
}
/*news-------*/
.ul_news {
    height: 105px;
    border-bottom: 1px dotted #cab587;
    font-family: "微軟正黑體";
    margin-bottom: 20px;
}
.ul_news li p {
    width: 580px;
    font-size: 14px;
    display: inline-block;
}
.ul_news li p b {
    color: #E36A7B;
    font-size: 16px;
    margin-top: 10px;
    line-height: 35px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
}
.ul_news li a {
    color: #666;
}
.ul_news li a:hover {
    color: #7F3673;
}
.ul_news li img {
    float: left;
    margin-right: 15px;
}
/*roome------*/
.space-3_page {
    display: none;
}
.room_list {
    margin: 0 0 40px 7px;
    border-bottom: 1px dotted #cab587;
}
.room_list li {
    height: 220px;
    width: 400px;
    margin-right: 20px;
    float: left;
    position: relative;
}
.room_list .r01 {
    background: url(../images/room01.png) no-repeat top left;
}
.room_list .r02 {
    margin-right: 0;
    background: url(../images/room02.png) no-repeat top left;
}
.room_list .r03 {
    background: url(../images/room03.png) no-repeat top left;
}
.room_list .r04 {
    margin-right: 0;
    background: url(../images/room04.png) no-repeat top left;
}
.room_list .r05 {
    background: url(../images/room05.png) no-repeat top left;
}
.room_list .r06 {
    margin-right: 0;
    background: url(../images/room06.png) no-repeat top left;
}
.room_list .r07 {
    background: url(../images/room07.png) no-repeat top left;
}
.room_list .r08 {
    margin-right: 0;
    background: url(../images/room08.png) no-repeat top left;
}
.room_list .r09 {
    margin-right: 0;
    background: url(../images/room09.png) no-repeat top left;
}
.room_list .r10 {
    background: url(../images/room10.png) no-repeat top left;
}
.room_list li p {
    position: absolute;
    top: 150px;
    left: 115px;
    width: 277px;
    line-height: 20px;
    font-family: "新細明體";
    font-size: 12px;
    color: #797979;
    margin-bottom: 8px;
}
.room_img {
    top: 45px;
    left: 110px;
    position: absolute;
    border: 3px solid #E7E2D7;
}
.room_img:hover {
    border: 3px solid #C4B79D;
}
.more {
    position: absolute;
    right: 10px;
    top: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #2A0F4D;
}
.more.c01 {
    background: #2A0F4D;
}
.more.c02 {
    background: #A12E6C;
}
.more.c03 {
    background: #8E723D;
}
.more:hover {
    -o-transition: background .10s linear;
    -webkit-transition: background .10s;
    -moz-transition: background .10s;
    transition: background .10s linear;
    background: #999;
}
.room {
    border: 4px solid #000;
    margin-top: 10px;
    position: relative;
}
.room .black {
    bottom: 0;
    z-index: 100;
    text-align: left;
    width: 633px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    padding: 7px 30px 7px 30px;
    background: rgba(0, 0, 0, 0.7);
    /*white-space:nowrap;
	overflow:hidden;
	z-index: 100;
	position: absolute;
	bottom: 0;
	width:99%;
	padding:7px 0 7px 1%;
	background:rgba(0, 0, 0, 0.7);*/
}
.room .black.bl2 {
    width: 100%;
}
.room_s {
    cursor: pointer;
    margin-right: 8px;
    border: 1px solid #cb3f5f;
    z-index: 111;
}
.room_s:hover {
    border: 1px solid #ccc;
}
.room_plane,
.room_b {
    float: left;
}
.room_plane {
    border: 5px solid #E5DED6;
}
.room_plane.pl01 {
    margin-top: 15px;
}
#run_prev,
#run_next {
    cursor: pointer;
    padding: 3px 5px;
    display: inline-block;
    bottom: 55px;
    position: absolute;
    background: #A68C5E;
    border: 1px solid rgba(166, 140, 94, 0.8);
}
#run_prev:hover,
#run_next:hover {
    background: #000;
}
#run_next {
    right: 315px;
}
#run_prev {
    left: 330px;
}
/*metting----------------------------------------*/
.ul01 li {
    line-height: 22px;
    background: url(../images/icon_urhere.png) no-repeat center left;
    padding-left: 15px;
    margin-bottom: 20px;
}
.ul01 li span {
    color: #000;
    font-weight: bold;
}
.tb01 {
    margin-bottom: 20px;
}
.tb01 th {
    border: 1px dotted #FFF;
    padding: 0 10px;
    background: #7F3673;
    color: #fff;
}
.tb01 .th01 {
    color: #000;
    background: #ECD7E1;
}
.tb01 td {
    text-align: center;
    border: 1px solid #E9CFDB;
    padding: 0 10px;
}
.tb02 strong {
    background: #A68C5E;
    font-weight: bold;
    color: #fff;
    display: block;
}
.tb02.c01 img {
    margin-bottom: 10px;
}
/*footer-----------------------------------------*/
.footer_out {
    height: 230px;
    background: rgba(0, 0, 0, 0.6);
    min-width: 1171px;
}
.footer {
    width: 1171px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif "新細明體";
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.logo2 {
    position: absolute;
    top: 15px;
    left: 112px;
}
.footer_link {
    position: absolute;
    top: 20px;
    left: 255px;
}
.footer_link,
.footer_link a {
    color: rgba(255, 255, 255, 0.8);
}
.footer_link a:hover {
    text-decoration: underline;
}
.footer_link b {
    display: inline-block;
    margin: 0 10px;
}
.info,
.info2 {
    position: absolute;
    top: 78px;
    color: #fff;
}
.info a {
    color: #fff;
}
.info th,
.info2 th,
.fb b {
    text-align: left;
    font-weight: bold;
    color: #fff6ad;
}
.info {
    left: 255px;
}
.info2 {
    left: 492px;
}
.fb {
    position: absolute;
    top: 78px;
    left: 672px;
    color: #fff;
}
.fb a {
    margin-bottom: 5px;
    display: block;
    width: 116px;
    height: 24px;
    background: url(../images/fb.png) no-repeat center;
    padding: 6px 82px;
    border: 1px solid #fff6ad;
}
.fb a:hover {
    background: #45619D url(../images/fb.png) no-repeat center;
}
.p01 {
    position: absolute;
    top: 178px;
    left: 255px;
    color: rgba(255, 255, 255, 0.5);
}
/*-----------------------------------*/
#gotop {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 20px;
    text-align: center;
    padding: 14px 10px;
    font-size: 20px;
    background: rgba(180, 75, 162, 0.8);
    cursor: pointer;
    z-index: 999;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#gotop img {}
.lcclink {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0px auto 15px;
    padding: 5px 0px;
    color: #FFF;
    background: #923772;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    font-family: "微軟正黑體";
}
.lcclink:hover {
    color: #FD0;
    background: #85326D;
}