@charset "utf-8";
/* CSS Document */
@import url(help/reset.css);
@import url(help/hover.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Raleway:600');
body{
	font-family: 'Averia Serif Libre', cursive,"微軟正黑體", Heiti TC, "メイリオ";
	color:#333;
	font-size:16px;
	line-height:1.75;
}
a{
	cursor:pointer;
	color:#333;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	outline: none;
  text-decoration: none;
}
a:hover{color:#29b3d0;text-decoration: none;}
.wrap {
  width: 100%;
  padding-left:20px;
  padding-right: 20px; 
}
.container {
  max-width: 1500px;
  width: 100%;
}

.more { border-bottom: 1px solid #000412; letter-spacing: 2px; }
.more:hover { border-bottom: 1px solid #29b3d0; }
.dropdown-toggle{
  border-radius: 0;
  background-color: #000412;
  color: #fff;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-toggle:hover { 
background-color:#29b3d0;
color: #fff;
  }
.dropdown-menu{
  width: 100%;
  min-width: 100%;
}
.l-title-primary{
  text-align: center;
  padding-top:50px;
  padding-bottom: 50px; 
}
.l-title-primary em{
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  font-family:"Raleway", sans-serif;
  letter-spacing: .05em;
  padding-bottom: 10px;
  color: #29b3d0;
}
.l-title-primary .bottom {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    box-sizing: border-box;
}
.l-title-primary .bottom span {
    position: absolute;
    left: 0;
    top: 12px;
    width: 46px;
    height: 1px;
    background: #000;
    margin-top: 5px;
}
.l-title-primary .bottom span:before,
.l-title-primary .bottom span:after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    background: #000;
}
.l-title-primary .bottom span:before,
.l-title-primary .bottom span:after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    background: #000;
}
.l-title-primary .bottom span:before {
    top: -4px;
    width: 36px;
}
.l-title-primary .bottom span:after {
    bottom: -4px;
    width: 31px;
}
.l-title-primary .bottom span:nth-of-type(2) {
    left: auto;
    right: 0;
}
.l-title-primary .bottom span:nth-of-type(2):before,
.l-title-primary .bottom span:nth-of-type(2):after {
    right: auto;
    left: 0;
}
.l-title-primary b {
    font-size: 18px;
    letter-spacing: .35em;
    font-weight: normal;
    font-family: "微軟正黑體", Heiti TC, "メイリオ";
    color: #000412;
}
.l-btn-primary{
  border: 1px solid  #000412;
  color:  #000412;
  border-radius: 0;
min-width: 120px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 20px;
letter-spacing: 1px;
padding-left: 35px;
padding-right: 35px;
}
.l-btn-primary:before {background-color:#0B2938; }
/* room-item */
.l-room-item{

}
/* item */
.tabs_select{display: none;}
.tabs_select{
  width: 100%;
  border: 1px solid #333;
  padding: 8px;
  height: 40px;
  margin-bottom: 20px;
  display: none;
  background-color: #FFF;
}
.news-list{width: 100%;}
.news-tabs{display: flex;justify-content: center;margin-bottom: 30px;}
.news-tabs>li{border: 1px solid #333;padding: 5px 10px;margin: 10px;cursor: pointer;}
.news-tabs>li:hover{background: #333;color: #fff;}
.news-tabs>li.active{background: #333;color: #fff;}
@media (max-width: 640px) {.news-tabs{display: none;}.tabs_select{display:block;}}
.l-item-card.col-lg-4{max-width: 100%;}
.l-item-card {overflow: hidden; margin-bottom:50px;}
.l-item-card .img-wrap {
  width: 100%; 
  height: 0; 
  padding-bottom: 56%; 
  overflow: hidden; 
  position:relative;
  text-align: center;
  display: block;
}

.l-item-card .title{
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 8px;
  text-overflow:ellipsis; height: 30px;
  overflow:hidden;
white-space: nowrap; 
}
#facility .l-item-card .title,#restaurants .l-item-card .title{ margin-top:0px;}
#facility,#restaurants,#news-area{ padding:0px 0px;}
.l-item-card img{
  transition:all 0.4s ease;
}
.l-item-card img:hover { 
  opacity: 0.8; 
  transition:all 0.4s ease;
  transform:scale(1.2);
}
.l-item-card .text{ text-align: center;}
.l-item-card .text a:hover {color: #29b3d0;}
.l-item-card .date { 
  color: #aaa; 
  font-size: 90%; 
  padding-top: 15px;
  padding-bottom: 0px; 
}
.l-fc-rmark { color: #7F7F7F; }
/*---------------------------------------
  css animation
-----------------------------------------*/
@-webkit-keyframes upDown {
  0%     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:1;}
  100% {bottom:20px; opacity:1;}
}
@-moz-keyframes upDown {
  0%     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:1;}
  100% {bottom:20px; opacity:1;}
}
@keyframes upDown {
  from     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:1;}
  to {bottom:20px; opacity:1;}
}
.upDown{
  -webkit-animation: upDown ease-out 1s infinite;
  -moz-animation: upDown ease-out 1s infinite;
  -o-animation: upDown ease-out 1s infinite;
  animation: upDown ease-out 1s infinite;}
/*---------------------------------------
   Sidenav
-----------------------------------------*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	overflow-x: hidden;
	transition: 0.1s;
	display: block;
}
.sidenav ul{background-color: #f7f7f7; padding-left: 0;}
.sidenav li{
	padding: 15px;
	text-decoration: none;
	color: #000412;
	display: block;
	transition: 0.1s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	text-align: center;
}
.sidenav li:hover a{color: #29b3d0;}
.sidenav li a {
 	position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
 }
.sidenav .closebtn {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 15px;
	font-size: 110%;
	font-weight: normal;
	color: #000412;
}
.sidenav .fa-user {
	margin-right: 15px;
	margin-top: -8px;
}
.side-nav__header {
  background: #fff;
  color: #000412;
  display: flex;
  height: 50px;
  align-items: flex-end;
  position: relative;
}
.side-nav__header a{color: #000412;}
.sidenav .dropdown { display: inline-block; }
/*---------------------------------------
   loading
-----------------------------------------*/
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.loader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 30px;
  background-color: #555;
  -webkit-animation: grow 1.5s linear infinite;
  animation: grow 1.5s linear infinite;
}

.loader-bars:after {
  left: 15px;
  -webkit-animation: grow 1.5s linear -0.5s infinite;
  animation: grow 1.5s linear -0.5s infinite;
}

.loader-bars span {
  left: 30px;
  -webkit-animation: grow 1.5s linear -1s infinite;
  animation: grow 1.5s linear -1s infinite;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
/*---------------------------------------
   light box
-----------------------------------------*/
 .modal-content{border-radius: 0; min-height: 250px;}
 .modal-content .head {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    border-bottom: 1px solid #eceeef;
    padding-top: 15px;
    padding-bottom: 15px;
 }
 .modal-body.one-line {
    text-align: center;
    color: #25c19c;
    font-weight: bold;
    font-size: 140%;
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .modal-body.one-line.phonenumber{
    text-decoration: none;
    line-height: 80px;
 }
 .modal-body.one-line .fa {margin-right: 10px;}
 .modal-content .modal-title {font-size: 110%; font-weight: bold; text-align: center;}
 .modal-content .footer {border-top: 1px solid #eceeef;}
 .modal-content .footer.bt-two .btn{
    width: 49%;
    background-color: #fff;
    height: 60px;
    font-size: 140%;
    font-weight: bold;
 }
 .modal-content .close {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
 }
 .modal-content .icon-phone{width: 80px;}
 .modal-content .ps-wr {
    position: relative;
    border-bottom: 1px solid #eceeef ;
    margin-bottom: 30px;
    padding-bottom: 20px;
 }
 .modal-content .ps-wr .align-self-center {margin-bottom: 0;  }
 .modal-content .ps-wr .or {
    position: absolute;
    background-color: #fff;
    display: block;
    padding: 5px 20px;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
 }
 .modal-content a.d-flex{color: #3f3f3f;}
 .modal-content .share-icon-wrap {
    width: 32%;
    text-align: center;
    display: inline-block;
 }
 .modal-content .share-icon-wrap img { width: 60%;}
 /*---------------------------------------
   大banner
-----------------------------------------*/
.banner-area{position: relative;}
#head-carousel{width: 100%;}
#head-carousel .banner-L {
	overflow: hidden;
	position: relative;
	height:650px;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
#head-carousel .banner-L img {
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
	height:650px;
	position: absolute;
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
#head-carousel .slick-list { width: 100%; }
#head-carousel .slick-dots {
  width: 100%;
  text-align: center;
  padding-left: 0;
  position: absolute;
  bottom: 0;
}
#head-carousel .slick-dots li {
  display: inline-block;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
#head-carousel .slick-dots li.slick-active {background-color: #fff;}
#head-carousel .slick-dots li button {display: none;}
.banner-area a.scrollDown {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 26px;
    height: 40px;
    margin-left: -13px;
    border: 2px solid silver;
    border-radius: 8px;
    cursor: pointer;
}
.arrow-down{
display:block;
position:absolute;
left:50%;
bottom:7px;
margin-left:-6px;
width:12px;
height:6px;
cursor:pointer;
}
.arrow-down>span{
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
margin:auto;
width:8px;
height:2px;
background:#000;
margin-top: 9px;
}
.arrow-down>span:first-child{
left:-4px;
-webkit-transform:rotateZ(45deg);
transform:rotateZ(45deg);
}
.arrow-down>span:last-child{
right:-4px;
-webkit-transform:rotateZ(-45deg);
transform:rotateZ(-45deg);
}
.scrollDown:hover .arrow-down>span:first-child{
-webkit-transform:rotateZ(225deg);
transform:rotateZ(225deg);
-webkit-transition:-webkit-transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
transition:transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
}
.scrollDown:hover .arrow-down>span:last-child{
-webkit-transform:rotateZ(-225deg);
transform:rotateZ(-225deg);
-webkit-transition:-webkit-transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
transition:transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
}
.arrow-down{
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
}
.arrow-down>span:first-child{left:-6px;}
.m-intro-header._full._panorama .m-scroll-down .mouse 
.arrow-down>span:last-child{right:-6px;}
.arrow-down>span{width:10px;}
.scrollDown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 16px;
    background: #000;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.46,.45,.94) 0s;
    transition: transform .25s cubic-bezier(.25,.46,.45,.94) 0s;
}
.scrollDown:hover::after{
  -webkit-transform-origin:50% 0 0;
  transform-origin:50% 0 0;
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  -webkit-transition:-webkit-transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
  transition:transform .35s cubic-bezier(.25,.46,.45,.94) 0s;
}
 /*---------------------------------------
   主選單
-----------------------------------------*/
#top-area{
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.15);
  width:100%;
  position: relative;
  z-index:99;
}
#top-area.on{
  position:fixed;
  top:0;
  transform:none;
}
#top-area .top-menu { display: inline-block; }
#top-area .top-menu > li {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
#top-area .top-menu>li> a {
    display: block;
    position: relative;
    padding:15px 0;
    text-decoration: none;
}
#top-area .top-menu>li .fa{
  font-size: 25px;
  color: #ccc;
  margin-right: 8px;
}
#top-area .top-menu>li:hover a{
  color: #000412;
}
#top-area .top-menu>li:hover .fa { 
  transition:all 0.4s ease;
  color: #262C43;
 }
#top-area .top-menu>li> .submenu {
    display: none;
    width: 150px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 99;
}
#top-area .top-menu>li> .submenu a {
    display: block;
    background: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    line-height: 2;
    text-decoration: none;
}
#top-area .top-menu>li> .submenu a:hover{
  background:#000412;
  color:#FFF;}
#top-area a.m_menu {display: none}
#top-area.hotel-name {margin-bottom: 0;}
#top-area .dropdown-menu{
  bottom: 100%;
  top: inherit;
}
#top-area.on .top-menu>li> .submenu {
   width: 150px;
    position: absolute;
    left: 0;
    bottom: inherit;
    top: 100%;
    z-index: 99;
}
#top-area.on .dropdown-menu{
  bottom: inherit;
  top: 100%;
}
/* logo */
.hotel-logo-wrap { display: block; line-height: 0; }
.hotel-logo {max-height:60px; padding-top:0px; vertical-align: middle;}
/*---------------------------------------
   news-area
-----------------------------------------*/


/*---------------------------------------
   about-area
-----------------------------------------*/
#about-area {
    padding-bottom: 610px;
    text-align: center;
    background: #fff url(../images/about-bg.jpg) 50% 50% no-repeat;
    padding-top: 50px;
    margin-top: 100px;
}
.about-text{margin-bottom: 20px; line-height: 1.8;}

/*---------------------------------------
   room-area
-----------------------------------------*/
#room-area{width: 100%;overflow:hidden;}
#room-area .title-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 150px;
}
#room-area .h3 { 
  float: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0;
 }
 #room-area .h3:after{
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
  z-index: -1;
 }
.l-room-list .img {
    position: absolute;
    width: 65%;
    max-width: 1200px;
    left: 0;
    bottom: 50px;
    overflow: hidden;
}
.l-room-list .img {transition: all 1s ease-in;}
.l-room-text {
    background: linear-gradient(to bottom, transparent 0, transparent 53%,  #eff4f5 0, #a2aebb 100%) 0 0 no-repeat;
    max-width: 1500px;
    margin: 0 auto;
}
.l-room-text .text {
    float: right;
    width: 500px;
    padding: 280px 50px 150px;
}
.l-room-text .title {
  font-size: 250%;
  letter-spacing: 1px;
  color: #000412;
}
.l-room-text .eg-title{
  font-size: 150%;
  margin-top: -15px;
  color: #000412;
}
.l-room-text .words{
  margin-top: 38px;
  margin-bottom:20px;
  font-size: 110%;
}
.l-arrow-wrap {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.l-arrow-wrap .arrow-box {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.l-arrow-wrap .arrow-box a{
    float: left;
    width: 75px;
    line-height: 75px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #08192c;
}
.l-arrow-wrap .arrow-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -.5px;
    background-color: #fff;
}
/*---------------------------------------
   foooter
-----------------------------------------*/
.footer-top{
background: url(../images/footerTopBg.jpg) repeat;
color: #fff;
font-family:"Raleway", sans-serif;
}
.footer-top .share {
  float: left;
}
.footer-top .title{
  font-size: 150%;
  font-style: italic;
  float: left;
  line-height: 55px;
  margin-right: 50px;
}
.footer-top .social{float: left;}
.footer-top .social a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #343434;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 7.5px 8px 0 0;
    transition: all .5s;
}
.footer-top .social a img {
    vertical-align: middle;
    width: 22px;
    height: auto;
}
.footer-top .social a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all .5s;
}
.footer-top .social a:nth-of-type(1):after {
    background: #4267b2;
}
.footer-top .social a:nth-of-type(2):after {
    background: #09f;
}
.footer-top .social a:nth-of-type(3):after {
    background: #00b900;
}
.footer-top .gotop-wrap{float: right;}
.goTop {
    position: relative;
    float: left;
    display: block;
    width: 55px;
    height: 55px;
    background: #29b3d0;
    transition: all .5s;
}
.goTop:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 17px;
    background: url(../images/goTop.png) no-repeat;
    background-size: contain;
}
.footer-bottom{
  background-color: #2f3e53; 
  color: #fff;
  font-family:"微軟正黑", sans-serif;
} 
.footer-bottom .container {
    width: 100%;
    padding: 40px 20px;
}
.copyright {
  float: left;
  font-size: 100%; 
  letter-spacing: 1px; 
  line-height: 14px;}
.copyright h6{font-size: 130%; color:#DFF9FF; margin-bottom: 20px; font-weight: bold;}
.copyright a { color: #ddd; }
.copyright a:hover { color: #fff; border-bottom: 1px solid #fff; }
.copyright b { font-weight: normal; color: #6f6f6f; margin-right: 8px; }
.footer-logo-wrap {
  float: right;
  text-align: right;
}
.footer-logo-wrap .design{
  font-size: 90%;
  color: #6f6f6f;
}
.wrapper{
	max-width: 1024px;
	margin: auto;margin-top: 50px;
}
#detail_rooms{
	margin: 0px 0px  50px 0px;
	line-height: 30px;
}
#detail_rooms h2{
	color: #333;
	font-size: 160%;
	text-align: center;
	margin-bottom: 10px;
}
#detail_rooms h2 img{
	height: 35px;
	width: 40px;
}
#detail_rooms .ti{
	text-align: center;
	color: #333333;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0px;
}
#detail_rooms .wrap_01{
	float: left;
	width: 73%;
	margin-bottom: 50px;
	margin-right: 2%;
}
#detail_rooms .wrap_01 img{
	margin: 10px 0px;
	max-width:100%;height:auto;
}
#detail_rooms .wrap_02{
	float: left;
	width: 25%;
	/*background-color: #FFF;
	padding: 10px;*/
	text-align: center;
}
#detail_rooms ul{
	margin-bottom: 30px;
}
/*#detail_rooms ul p{
	font-size: 120%;
	color: #960;
	font-family: "微軟正黑體";
}*/

#detail_rooms .newsday{
	margin-top: 5px;
	color:#20654e;
}
#detail_rooms .newsitem{
	color: #FFF;
	background-color: #20654e;
	margin: 10px 15px 10px 0px;
	font-size: 90%;
	padding: 5px 8px;
}
#detail_rooms .itemti{
	font-size: 150%;
	line-height: 40px;
	/*font-family: "微軟正黑體";*/
	color: #333;
}
#detail_rooms .toppic{
	/*height: 576px;*/
	position: relative;
	overflow: hidden;
	margin: 20px 0px;
}

#detail_rooms .toppict img{
    /*height: 576px;*/
    position: absolute;	
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick  .slick-dots {
	width: 100%;
	text-align: center;
	padding-left: 0;
	position: absolute;
	bottom: 0px;
}
.slick  .slick-dots li {
	display: inline-block;
	border: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
}
.slick  .slick-dots li.slick-active {	
	background-color: #ffffff;
}
.slick  .slick-dots li button {
	display: none;
}
.slick-slide img {
      width: 100%;
    }
.slick-prev:before,
.slick-next:before {
	color: black;
    }
.articleTitle{/*文章標題*/
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px dashed #292727;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #061540;}

.articleTitle strong{
	font-weight:normal;}
.articleTitle{
	text-align:left;
	border:none;
	border-top:1px solid #292727;
	margin-top:20px;
	padding:35px 0 10px 0;
	position:relative;}
.articleTitle:after{
	content:"";
	position:absolute;
	top:0;
	left:5%;
	width:70px;
	height:3px;
	background:#29b3d0;
	margin-left:-35px;}
.articleTitle strong{
	font-size: 26px;
	color: #222;
	font-weight: bold;
}
.articleTitle em{
	display: block;
	font-size: 100%;
	color: #333333;
	margin-top: 8px;
}
.articleTitle2{/*文章標題*/
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px dashed #FFFFFF;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;}

.articleTitle2 strong{
	font-weight:normal;}
.articleTitle2{
	text-align:center;
	border:none;
	border-top:1px solid #FFFFFF;
	margin-top:20px;
	padding:35px 0 10px 0;
	position:relative;}
.articleTitle2:after{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	width:70px;
	height:3px;
	background:#FFFFFF;
	margin-left:-35px;}
.articleTitle2 strong{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.articleTitle2 em{
	display:block;
	font-size:100%;
	color:#FFFFFF;
	margin-top:8px;}

.btn-style03 {
	border-radius: 2px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #e77a1b;
	width: 30%;
	margin: 15px auto;
}
.btn-style03:hover {
    background-color: #e7461b;
	color: #fff;
}
.btn-style04 {
	border-radius: 2px;
	color: #1c2a3c;
	display: block;
	text-align: center;
	width: 44%;
	float: left;
	margin: 15px 3%;
	border: 1px solid #1c2a3c;	
}
.btn-style04:hover {
    background-color: #1c2a3c;
	padding-right: 50px;
	padding-left: 50px;
	color: #fff;
	
}
.btn-style05 {
	border-radius: 2px;
	color: #ffffff;
	background-color: #1c2a3c;
	display: block;
	text-align: center;
	width: 44%;
	float: left;
	margin: 15px 3%;
}
.btn-style05:hover {
    background-color: #171719;
	padding-right: 50px;
	padding-left: 50px;
	color: #fff;
	
}
.back01{
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-image: url(../images/rback.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.iconbox{background-color:#FFF;opacity: 0.9;margin-bottom:20px}
.numerals {font-family:'Amiko',"微軟正黑體",sans-serif;}
.price {
	font-size: 180%;
	font-weight: bold;
	font-family: 'Lora', "新細明體", serif;
	color: #ab181d;
	margin-bottom: 20px;
}
.price .small {
	font-size: 50%;
	color: #626262;
	font-family:"微軟正黑體",sans-serif;
}


.outerWrap{
	position:relative;
	overflow:hidden;
}

.btn-buy-wrap a.btn-blue{color: #fff;}
.btn-blue {
	background-color: #6da94f;
	color: #fff;
	border-radius: 1px;
	width: 90%;
	max-width: 300px;
}
.btn-blue:hover {
	background-color: #85BA6B;
	color: #fff;
}
.btn-warp{
	width: 50%;
	margin: auto;
}
/*---------------------------------------
   rwd
-----------------------------------------*/
@media (max-width: 1350px){
.wrapper{
	width: 100%;
	margin-top: 50px;
}
.l-room-text .text {
    width: 450px;
    padding-right: 20px;
}
}
@media (max-width: 1180px){
.wrapper{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 16px;
	margin-top: 30px;
}

.banner-area{margin-top: 60px;}
#top-area {
  text-align: center;
  position: fixed;
  top: 0;
}
#top-area a.m_menu {
  display: block;
  float: left;
  width: 50px;
  height: 60px;
  font-size: 25px;
  text-align: center;
  line-height: 10px;
  line-height: 60px;
}
#top-area .top-menu {display: none;}
#top-area .wrap { padding: 0; }
.hotel-logo-wrap { display: inline-block; }
.hotel-logo {padding-right: 50px;}
#about-area {
    background-size: cover;
    background-attachment: inherit;
}
#room-area .h3 {
    background-color: #29b3d0;
    z-index: 1;
    position: inherit;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#room-area .h3 em { color: #fff; }
.l-room-list {
    padding-left: 20px;
    padding-right: 20px;
}
.l-room-list .img {
    position: static;
    width: 100%;
}
.l-room-list .img img {
    width: 100%;
} 
.l-room-list .slick-dots button {display: none;}
.l-room-list .slick-dots { text-align: center; margin-top: 15px;}
.l-room-list .slick-dots>li  {
  display: inline-block; 
  width: 10px;
  height:10px; 
  background-color: #ccc;
  margin-left:5px;
  margin-right: 5px;
}
.l-room-list .slick-dots>li.slick-active{
  background-color: #29b3d0;
}
.l-room-text {
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient(to bottom, transparent 0, transparent 40%, #f4f4f4 0, #f4f4f4 100%);
}
.l-room-text .text {
    width: 100%;
    padding:45px 30px;
}
.l-room-text .title {
  margin-top: -15px;
}
.l-room-text  .words {
  height: 95px;
  margin-top: 30px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.l-arrow-wrap .arrow-box {
    bottom: 20px;
}
}
@media (max-width: 991px){
  .l-item-card {margin-bottom: 50px;}

}
@media (max-width: 768px){
#detail_rooms .wrap_01{margin-bottom: 0px;}
#detail_rooms .wrap_01,#detail_rooms .wrap_02{width: 100%;}
#detail_rooms .toppic{
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
}

#detail_rooms .toppict img{
    height: auto;
    position: absolute;	
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
  .l-arrow-wrap{ display: none; }
  .copyright {float: none;text-align: center;}
  .footer-logo-wrap {
  float: none;
  text-align: center;
  margin-top: 20px;
}
#room-area .title-wrap{
  top: -10px;
  text-align: center;
}
#room-area .h3{
  background-color: transparent;
 float: none;  margin-top: 50px;
}
#room-area .h3 em{color: #29b3d0;}
}
@media (max-width: 576px){
#about-area {
    padding-top: 0px;
}
.footer-top .title{
  font-size: 110%;
}
#head-carousel .banner-L,#head-carousel .banner-L img{
	height: 350px;
	width: auto;
}
.articleTitle:after{
	content:"";
	position:absolute;
	top:0;
	left:15%;
	width:70px;
	height:3px;
	background:#29b3d0;
	margin-left:-35px;}
.btn-warp{
	width: 100%;
	margin: auto;
}
.l-title-primary{
  text-align: center;
  padding-top:50px;
  padding-bottom: 50px; 
}
.l-title-primary em{
  font-size: 30px;

}

.l-room-text .title {
  font-size: 200%;
  letter-spacing: 1px;
  color: #000412;
}
}
/**************** Google Translate widget ***********/
/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */
        .lan_box{float: right;padding-top: 15px;}
   div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {
            text-decoration: none;
        }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
  color: #000;
  height: 31px;
  padding-left: 5px;  
        }

        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
            color: #000;
        }
        
       
        /* Remove the down arrow */
        /* when dropdown open */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
            display: none;
        }
        /* after clicked/touched */
       
        /* on page load (not yet touched or clicked) */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
            display: none;
        }

        /* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
       
        /* Remove span with left border line | (next to the arrow) in Edge & IE11 */
        div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
            display: none;
        }
        /* HIDE the google translate toolbar */
        .goog-te-banner-frame.skiptranslate {
            display: none !important;
        }
    #goog-gt-tt{width: 100% !important; display: none !important;}
.VIpgJd-ZVi9od-ORHb-OEVmcd{display: none;}    





 /**************** Google Translate widget ***********/      
		body {
            top: 0px !important;
        }
/* 圖片RWD */
.editor img{max-width:100%;height:auto;}
/* iframeRWD */
.editor iframe {width: 100% !important;}
/* 影片RWD */
.editor .video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.editor .video-container iframe, 
.editor .video-container object, 
.editor .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}