/* Generated by less 2.2.0 */
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 18px;
	font-family:"Noto Sans TC", sans-serif!important;
	
}
#repeatbg{
	background:#dbdae0;
	background-size:contain;
}
ol, ul {
    padding-left: 2rem!important;
}
h3{font-size:28px;}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());  
}
blockquote{
	font-size:1rem;
	text-align: center;
	color: #6d1923;
}
.underline{
	text-decoration: underline;}
.clear{
	clear:both;
}
.number{
	font-size:14pt;}
sup {
    vertical-align: super;
    font-size: smaller;
} 
img {
  border: 0;
  width: 100%;
  height: auto;
}
#stage {
	position:relative;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

#quickMenu{
	display: inline-block;
	position: fixed;
	width: 45px;
	right:0!important;
    bottom: 20%!important;
	z-index:9999999999;
}
#quickMenu2{
	display: inline-block;
	position: fixed;
	width: 90px;
	right:0!important;
    bottom: 20%!important;
	z-index:9999999999;
}
#quickMenumo{
	display:none !important;

}
.quickBtn{
 
 bottom:25% !important;
  
}

ol.rules {
  list-style: none;
  counter-reset: steps;
}
ol.rules  li {
  counter-increment: steps;
  margin-left:1.5em;
   font-size: 0.54em;
    font-weight: 500;
}
ol.rules li::before {
    content: counter(steps);
    margin-right: 0.2rem;
    background: #4D4D4D;
    color: white;
    font-size: 12px;
	font-weight:lighter;
	margin-left: -1.4em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 1em;
	font-family: "Noto Sans TC", sans-serif!important;
}
 ol.rules ol li::before {
  background: darkorchid;
}

@media screen and (max-width: 769px) {
#quickMenu{
	width: 10%;
	right:0!important;
    bottom: 20%!important;
}
}
.fullwrap {
  position: relative;
 /* background: #fce9e0;*/
  z-index: 99999;
  margin:0 auto;
  width: 100%;
}
.borderWidth {
  position: relative;
  margin:0 auto;
  width:92%;
}

.fulcard{
	position: relative;
    z-index: 99999;
    margin: 0 auto;
    width: 100%;
}
.cards{
	margin:0 auto;
	 z-index: 9999999;
	 max-width:1150px;
}
/*ANIMATION　ＲＥＡＶＥＬ　ｏｎ　Ｓｃｒｏｌｌ*/
.reveal{
	position:relative;
	transform:translateY(80px);
	opacity:0;
	transition:all 2s ease;
}
.reveal.active{
transform:translateY(0px);
	opacity:1;
}

.rotateInUpLeft{
	position:relative;
	  transform-origin: left bottom;
	  transform: rotate3d(0, 0, 1, 45deg);
	  opacity: 0;
	transition:all 2s ease;
}
.rotateInUpLeft.active{
transform-origin: left bottom;
  transform: none;
  opacity: 1;
}

.driveRight{
	position:relative;
	transform:translateX(70px);
	opacity:1;
	transition:all 1s ease;
}
.driveRight.active{
transform:translateX(0px);
	opacity:1;
}

.driveLeft{
	position:relative;
	transform:translateX(-70px);
	opacity:1;
	transition:all 1s ease;
}
.driveLeft.active{
transform:translateX(0px);
	opacity:1;
}
.driveTop{
	position:relative;
	transform:translateY(-20px);
	opacity:1;
	transition:all 2s ease;
}
.driveTop.active{
transform:translateY(0px);
	opacity:1;
}

.stamp{
	position:relative;
	transform: scale(2, 2);
	opacity:0;
	transition:all 0.5s ease;
}
.stamp.active{
transform:scale(1, 1);
	opacity:1;
}
@media screen and (max-width: 769px) {
	.driveRight{
	transform:translateX(0px);
}
.driveLeft{

	transform:translateX(0px);
}
}
@-webkit-keyframes slideInViewport {
    from{
        -webkit-transform: scale(1) translate3d(0, 0, 0);
    }
    to{
        -webkit-transform: scale(0.8) translate3d(250px, 0, 0);
    }
}

 

/*ANIMATION　ＥＮＤ*/


.rednote{
	color:#c42b05;
}
#headerIndex {
	position:relative;
	max-width:100%;
	margin:0 auto;
	z-index: 999999;
}		
#header {
	position:fixed;
	width:100%;
	max-width:100%;
	margin:0 auto;
	background: #ffffff;
	height: 68px;
	z-index: 99999999999;
}
.logo {
	position:absolute;
	width: 160px;
    left: 50px;
    top: 14px;
	align-items: flex-end;
}
#headerP {
	position:fixed;
	width:100%;
	max-width:100%;
	margin:0 auto;
	background: #f4f4f4;
	height: 68px;
	z-index: 99999999999;
}
#header .logo1,
#headerP .logo1 {
    width: 141px;   
}
#header .logo2,
#headerP .logo2 {
    padding-top:12px;  
}
#header > div.Hcontainer,
#headerP > div.Hcontainer{
	margin: 12px 46px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#header > div.Hcontainer > div.logo2 a{
	align-items: flex-end;
	right: 50px;
	background: grey;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
}
#headerP > div.Hcontainer > div.logo2 a{
	align-items: flex-end;
	right: 50px;
    padding: 5px 10px;
    text-decoration: none;
    color: grey;
    border-radius: 5px;
}
#header > div.Hcontainer > div.logo2 a:hover,
#headerP > div.Hcontainer > div.logo2 a:hover{
	background: #b49b5d;
}
.col{
	padding-right: 5px!important;
    padding-left: 5px!important;
}

* {margin:0;padding:0;}

#title {
    text-align: center;
    width: 97%;
    margin: auto;
	letter-spacing: 1px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
    padding: 0.5em 0;
    margin-bottom: 3em;
    border: 2px solid;
}
#title::before {
	content: "";
    position: absolute;
    background: #dbdae0;
    width: 280px;
    height: 2px;
    margin-left: -138px;
    margin-top: -17px !important;
	}


/*------Selection Area -------*/
.select{
	width: 100%;
	margin: 0 auto;
}
.fixed {
	position: sticky;
    top: 66px;
    z-index: 999999;
    background: #dbdae0;
    height: 38px;
}
.fixed2 {
    position: sticky;
    top: 66px;
    z-index: 999999;
    background: #fff;
    height: 38px;
}
.mrgintop-55{
	margin-top: -55px!important;
}
#Navi {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 999999999!important;
}
ul.tabs{
	margin: 0 auto;
    display: table;
	list-style: none;
}
ul.tabs li.tabsProduct {
    background: #f4f4f4;
    color: #595757;
    font-size: 22px;
    display: inline-block;
    margin: 0 20px;
    padding: 5px 7px;
    border-radius: 49px;
    cursor: pointer;
}
ul.tabs li.tabsProduct:hover {
    background: #f4f4f4;
    color: #b49c5d;
}
ul.tabs li.tabsProduct p {
    margin-bottom: 0rem;
    padding: 2px 10px 2px 25px;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 50px;
    border: 2px solid #b49c5d;
}
ul.tabsProduct li.current p {
	border: 2px solid #fff !important;
}
ul.tabsProduct li p span {
    color: #b49c5d !important;
}
ul.tabsProduct li.current p span {
    color: #fff !important;
}
ul.tabsProduct li.current {
    border-bottom: 0px solid !important;
    background: #b49c5d!important;
    color: #fff !important;
    font-weight: normal !important;
}

ul.tabs li{
	background: none;
	color: #222;
	font-size:22px;
	display: inline-block;
    margin: 0 30px;
	cursor: pointer;
}

ul.tabs li.current{
	border-bottom:3px solid;
	color: #222;
	font-weight:bold;
}

.tab-content{
	display: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}
/*------Selection Area End -------*/

/*------- TAB -------*/


#North, #Mid, #South,#Other{
	width:100%;
	margin:0 auto;
	}
#hotel, #special, #rule {
    width: 100%;
    margin: 0 auto;
	
}
/* 2023 1205註解
#hotel p:first-child,
#special p:first-child,
#rule p:first-child {
	color: #595757;
	padding:2.5em 2em 2em;
	border-top: 1px solid #b49c5d !important;
    border-bottom: 1px solid #b49c5d !important;
}*/
#hotel .con-info , #special .con-info , #rule .con-info
{
    color: #595757;
	padding:2.5em 2em 2em;
	border-top: 1px solid #b49c5d !important;
    border-bottom: 1px solid #b49c5d !important;
}
.flex {
  display: flex;
  height: 300px;
  padding: 15px;
  background-color: #61a0f8;
}
#North > div.panel, 
#Mid > div.panel,
#South > div.panel,
#Other > div.panel{
	margin:2em 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	cursor:pointer;
	min-height:210px;
}
.light-green{
	background:#b0b2a7;
}
.light-brown{
	background:#6c5a4c;
}
.darl-brown{
	background:#514841;
}
.copper{
	background:#64463f;
}

#North > div.panel >.panel-text,
#Mid > div.panel >.panel-text,
#South > div.panel >.panel-text,
#Other > div.panel >.panel-text{
	width:35%;
	color:white;
	letter-spacing:1px;
	font-size: 22px;
	font-weight: 300;
	justify-content: center;
    align-items: center;
	display: inline-flex;
}

#North > div.panel >.panel-text p,
#Mid > div.panel >.panel-text p,
#South > div.panel >.panel-text p,
#Other > div.panel >.panel-text p{
	margin-bottom:0;
	padding: 0.7em 0.5em;
}
#North > div.panel >.panel-text p span,
#Mid > div.panel >.panel-text p span,
#South > div.panel >.panel-text p span,
#Other > div.panel >.panel-text p span{
	font-weight:600;
}
.panel-img{
	background-size:contain;
}
.break {
  flex-basis: 100%;
  height: 0;
}

.Npic1{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_N-01.JPG) center no-repeat;
	background-size:cover;
}
.Npic2{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_N-02.JPG) center no-repeat;
	background-size:cover;
}
.Npic3{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_N-03.JPG) center no-repeat;
	background-size:cover;
}

.Npic4{
	width:65%;
	max-width: 100%;
	height: auto;
	background:url(../img/sino-panel_N-04.JPG) center no-repeat;
	background-size:cover;
}


.Mpic1{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-01.JPG) center no-repeat;
	background-size:cover;
}
.Mpic2{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-02.JPG) center no-repeat;
	background-size:cover;
}
.Mpic3{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-03.JPG) center no-repeat;
	background-size:cover;
}
.Mpic4{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-04.JPG) center no-repeat;
	background-size:cover;
}
.Mpic5{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-05.JPG) center no-repeat;
	background-size:cover;
}
.Mpic6{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-06.JPG) center no-repeat;
	background-size:cover;
}
.Mpic7{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_M-07.JPG) center no-repeat;
	background-size:cover;
	
}


.Spic1{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_S-01.jpg) center no-repeat;
	background-size:cover;
}
.Spic2{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_S-02.JPG) center no-repeat;
	background-size:cover;
}
.Spic3{
	width:65%;
	max-width: 100%;
	height: auto;	
	background:url(../img/sino-panel_S-03.JPG) center no-repeat;
	background-size:cover;
}



#North img,
#Mid img,
#South img,
#Other img
{
	width: auto;
	max-width: 100%;
    max-height: 100%;
    height: auto;
	display: inline-flex;
}

#internship{
	max-width:1000px;
	margin:2em auto;
	background:#fff;
	border: 6px solid #008fc7 !important;
	z-index:222;
	outline:solid 4px #d6f2f2;
	}
/*------- TAB END -------*/

#cardbox{
	position:relative;
	width: 100%;
}

#cardbox .card-notice {
    background-color:white;
    color: #999999;
}

.wrap-content {
	padding: 0;
}
#cardbox .card-notice .wrap-content {
    max-width: 1061px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
#cardbox .card-notice .wrap-content .big-title {
    font-size: 3em;
    font-weight: bold;
	display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#cardbox .card-notice .wrap-content .descript-pc, #cardbox .card-notice .wrap-content .descript-mo {
	text-align: left;
    float: right;
    top: -60px;
    position: relative;
    letter-spacing: 3px;
    font-size: 1em;
	line-height: 1.2;
	display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#cardbox .card-notice .wrap-content .descript-pc{
	display:block;
}
#cardbox .card-notice .wrap-content .descript-mo {
	display:none;
}
.descript a{
	display: contents;
	color: #999999;
}
#bottomNav{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 2em 0;
}
#bottomNav a{
	color:#333;
	font-size: 18px;
	font-weight:bold;
	padding:0 1em;	
	border-right:solid 1px grey;
	text-decoration:none;
}
#bottomNav a:hover{
	text-decoration:underline;
}
.fix-footer{
	position:fixed !important;
	left: 0;
	  bottom: 0;
	  width: 100%;
	  background:#096;
}
#footer {
	/*position:relative;*/
	width: 100%;
	padding: 0 20px;
	background: #ce3339;
	
}
#footer p{
	font-size:13px;
	text-align:center;
	color:white;
	margin-bottom:0;
	}
#footer a{
	text-decoration:none;
	color:white;
}


#footer .bottom {
    padding: 5px 0px 5px;
	max-width: 1024px;
    margin: 0 auto;
    background: #ce3339;
    color: #FFF;
    text-align: left;
    line-height: 1.6;
}
#footer .bottom ul {
	width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .bottom ul li:nth(2) {
	width:50%;
	float:right;
}


@keyframes cardFlash {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}
/*-----首頁------*/



/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  /* For portrait layouts only */
#blockAA > div.contentMid{
	padding-top: 10em!important;
}

.hako {
    width: 40%!important;
}
}

@media (min-width: 1920px) and (max-width: 2560px)  {
    #blockAA > div.contentMid{
	max-width:1500px !important;
	position:relative;
	display:block;
	margin:0 auto!important;
	/*top: 20dvh;*/
	}
	#blockAA > div.contentMid .Title1{
	width:590px !important;
	margin:0 auto ;
	}
	#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover, #blockA > div.maincard .btn-hover {
	font-size: 20px !important;
	}
}
@media screen and (min-width: 769px){

#blockContent {
  position: relative;
  top:0;
}
#blockContent > div.navbar{
	position: absolute;
	max-width: 98%;
	left:0;
	padding: 0;
	top:0;
	}
#blockContent > div.T1{
    left: 38%;
    top: 10%;
    width: 25%;
}
#blockContent > div.mbbg{
	position:absolute!important;
	width:100%;
}
.indexbg{
	height: calc(100vh - 10%);
	}
#blockAA{
	display:block;
    background: url(../img/sino-banner-2025.png) center no-repeat!important;
    background-size: cover !important;
    width: 100%;
	min-height: calc(100vh - 10%);
    height:86vh;
}
#blockAA > div.pic {
    position: absolute;
    width: -webkit-fill-available;
}
#blockAA > div.contentMid{
	max-width:1020px;
	position:relative;
	display:block;
	margin:0 auto!important;
	/*top: 20dvh;*/
}
	
#blockAA > div.contentMid > div.flexBox > div.hako{
	top:25dvh;display:block;
}
#blockAA > div.contentMid .Title1{
	width:350px;
	margin:0 auto ;
}
#blockAA > div.contentMid .Title1{
		/*margin-top: -2em !important;
        padding-bottom: 1em;*/
		padding-top: 4em !important;
        padding-bottom: 10dvh;
	}

#blockAA {
  position: relative;
}
#blockAA > div.navbar{
	position: absolute;
	max-width: 98%;
	left:0;
	top:0;
	}
#blockAA > div.T1{
	animation-iteration-count:1;
	animation-fill-mode: both;/*hide element b4 animation*/
	border:none;
	animation-duration: 2s;
	animation-delay:0s;
	background:transparent;
}

#blockAA > div.T1 {
    animation-name: slideInLeft;
    left: 44%;
    top: 53%;
    width: 13%;
}

}

.flexBox{
	display:flex;
	align-items: center;
 	justify-content: center;
}
.hako{
	/*padding: 20px 1.5em 0;
	text-align: center;
	width: 30%;*/
	padding: 20px 1.5em 0;
    text-align: center;
    width: 28%;
    
}

.btnrow{
	display:inline-flex;
	margin-top: 10px;
}
div.shine span, div.shine2 span{
	display: none;
}

#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine:hover{
	left: -10px;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine2:hover{
	right: -10px;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine{
    width:85%;
    overflow: hidden;
    position: relative;
	margin-left: -20px;
	margin-right:10px;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine2{
    width:85%;
    overflow: hidden;
    position: relative;
	margin-right: -20px;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine:after,
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine2:after{
	background: linear-gradient( 117deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 60% );
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
	width:100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	opacity:0.3;
    -webkit-animation: cardFlash 1.5s -3s infinite alternate;
    animation: cardFlash 1.5s -3s infinite alternate;
}

.marginR20{
	margin-right: 20%;
}
.marginL20{
	margin-left: 20%;
}
/*#blockAA > div.contentMid > div.flexBox > div.hako > div.card1:after,
#blockAA > div.contentMid > div.flexBox > div.hako > div.card2:after,*/
#blockA > div.maincard:after   
{
    background: linear-gradient( 117deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 60% );
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
	opacity:0.3;
    -webkit-animation: cardFlash 1.5s -3s infinite alternate;
    animation: cardFlash 1.5s -3s infinite alternate;
}

#blockAA > div.contentMid > div.flexBox > div.hako > div.card1,
#blockAA > div.contentMid > div.flexBox > div.hako > div.card2
{
	border-radius: 5%;
    overflow: hidden;
    position: relative;
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.41);
}

.mgtop1em{
   margin-top: 1em;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn p{
	text-align:center;
	color: #fff;	
	margin-bottom: 0;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn a{
	text-decoration:none;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover,
#blockA > div.maincard .btn-hover{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover:hover,
#blockA > div.maincard .btn-hover:hover  {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover.color-1,
#blockA > div.maincard .btn-hover.color-1  {
    background-image: linear-gradient(to right, #d3b05b, #9c7920, #e8dab8, #6e4b26);
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover.color-2 {
    background-image: linear-gradient(to right, #919296, #a5a5a5, #a5a5a5, #615e61);
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn-hover:focus,
#blockA > div.maincard .btn-hover:focus  {
    outline: none;
}
/*-----首頁 end------*/


#blockA {
  position: relative;
  margin-top: 50px;
}
#blockA::after {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    top: -50px;
    position: relative;
    z-index: !important;
    background: linear-gradient(transparent 0%, #dbdae0 100%);
}

#blockA > div.navbar{
	position: absolute;
	max-width: 98%;
	left:0;
	top:0;
	}
#blockA > div.image{
	min-height: 360px;
    background: url(../img/sino-bannermid.png) #dbdae0 top center no-repeat;
    background-size: cover;
}
#blockA > div.image2{
	min-height: 360px;
    background: url(../img/sino-bannermid2.png) #dbdae0 top center no-repeat;
    background-size: cover;
}
#blockA > div.image3{
	min-height: 360px;
    background: url(../img/sino-bannermid_2025.png?1) #dbdae0 top center no-repeat;
    background-size: cover;
}
#blockA > div.image4{
	min-height: 360px;
    background: url(../img/sino-bannermid2_2025.png?1) #dbdae0 top center no-repeat;
    background-size: cover;
}
#blockA > div.T1{
	animation-iteration-count:1;
	animation-fill-mode: both;/*hide element b4 animation*/
	border:none;
	animation-duration: 2s;
	animation-delay:0s;
	background:transparent;
}



@keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  } 
 @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity:1;
  }
  } 
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity:1;
  }
  } 
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  visibility: visible;
  opacity:0;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity:1;
  }
  } 
  @keyframes cloud {
    0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50%{
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
   100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cloudleft {
    0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50%{
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
   100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes updown {
    0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50%{
    -webkit-transform:  translateY(-10px);
    transform:  translateY(-10px);
  }
   100%{
    -webkit-transform:  translateY(0);
    transform:  translateY(0);
  }
}
@keyframes spin { 
	from { 
		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}
@keyframes stamp {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(2,2,2);
  transform: scale3d(2,2,2);
  }
 
  50% {
  -webkit-transform: scale3d(0.9,0.9,0.9);
  transform: scale3d(0.9,0.9,0.9);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

 span.invisible{
	 color:#fef9ed;
 }


@keyframes starlight {
    0%{
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
	opacity:0;
  }
  55%{
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
	opacity:1;
  }
  
  90%{
    -webkit-transform: translateX(210px);
    transform: translateX(210px);
	opacity:0;
  }
   100%{
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
	opacity:0;
  }
}

#wrapper{
	position: relative;
	max-width: 1100px;
	padding: 0em 3em 1em 3em;
	margin: 0 auto;
	margin-top: -12em;
}
#wrapperP{
	position: relative;
	max-width: 1100px;
	padding: 0em 3em 1em 3em;
	margin: 0 auto;
	margin-top: 5em;
}
#wrapper > div.maincard {
    width: 214px;
	margin:0 auto;
    padding: 0;
    border-radius: 5%;
	border: none;
    overflow: hidden;
    box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.41);
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.41);
    z-index: 99999;
}
/*----------Product-----------*/
#Product {
  position: relative;
  margin-top:3em;
  letter-spacing: 1px;
}
.bigPanel{
	display:flex;
	width: 100%;
	background:#f4f4f4 !important;
}
.txtarea-panel{
	display:inline-flex;
	width:45%;
}
.txtarea-panel2 {
    font-size: 14px;
    margin-top: 9em;
    height: fit-content;
}
.txtarea-panel2 img.clickaddress{
	width:36px;
}
.txtarea-panel2 img.globe{
	width:18px;
}
.border1{
	border-left:1px solid;
}
.txtarea h1{
	line-height:1.5;
	color:#b49c5d;
	font-weight:bold;
}
.txtarea {
  padding: 30px;
}
.txtarea2 {
  padding:0 20px 0 15px
}
.txtarea2 p {
  margin-bottom:0 !important;
}
.txtarea h2{
	font-weight:300 !important;
	line-height:1.5;
	color:#595757;
}
#Product p{
	line-height:1.5;
}

element.style {
}
.bookingbtn {
    color: #b49c5d;
    background: white;
    width: fit-content;
    position: relative;
    margin: -28px 100px;
    float: right;
    z-index: 99999!important;
	box-shadow: 6px 9px 5px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 6px 9px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 6px 9px 5px 0px rgba(0,0,0,0.31);
}
.bookingbtn a {
    text-decoration: none;
    color: #b49c5d;
    padding: 10px 46px;
    border-radius: 5px;
    letter-spacing: 1px;
     background: rgb(236,236,236);
	background: -moz-linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 80%);
	background: -webkit-linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 80%);
	background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 80%);
    font-size: 22px;
    font-weight: bold;
}
.gradient-border {
    --borderWidth: 5px;
    position: relative;
    padding: 10px 0;
    border-radius: var(--borderWidth);
}
.gradient-border :after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(to right, #d3b05b, #9c7920, #e8dab8, #6e4b26);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
	

/*---------- details ------------*/

#details > div.dTitle h1 {
    background: #b49c5d;
    min-width: 200px;
    text-align: center;
    position: relative;
    width: fit-content;
    font-size: 22px;
    color: white;
    margin: 0 auto;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 5px 34px;
}
/* 2023 12 05 註解*/

/*#details .detailcontent ol {
    padding: 3em 2em;
    background: #f4f4f4;
    border-top: 2px solid #b49c5d;
    border-bottom: 2px solid #b49c5d;
    margin: -15px 0 2em 0;
    z-index: 9 !important;
}*/
#details .detailcontent {
    padding: 3em 2em;
    background: #f4f4f4;
    border-top: 2px solid #b49c5d;
    border-bottom: 2px solid #b49c5d;
    margin: -15px 0 2em 0;
    z-index: 9 !important;
}
#details .detailcontent ol li {
	margin-left: 1em;
    line-height: 1.8em;
}
#details .detailcontent ul li {
	list-style:disc;	
}
#confirm{
	display:block;
	text-align:center;
}
#confirm .btnGroup{
	margin:2em auto;
}
#confirm [type=button], [type=reset], [type=submit], button {
    padding: 0.5em 1em;
    margin: 0 1em;
    border: none;
    border-radius: 5%;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
}
#confirm input {
    margin-right: 9px;
}
#confirm [type=button]:hover, [type=reset], [type=submit], button:hover,
#confirm current {
    background: #b49c5d;
    color: white;
}
/*---------- details End------------*/



p.h2{
	font-weight: 700!important;
    font-size: 1em!important;
    margin: 1rem 0 !important;
}
p.h2-odd{
	font-weight: 700!important;
    font-size: 1em!important;
    margin: 1rem 0 !important;
	margin-left:-1em !important;
}
.row {
     margin-right: 10px!important; 
     margin-left: 10px!important;
}
.box{
	padding: 20px 0 0;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
	}

p.small{
	font-size: 8pt;
	font-weight:200;
    margin-left: 22px;
	padding-bottom: 1.5em;
    line-height: 1.2;
}
span.small{
	font-weight: 300;}
span .point{
	color:#a37246;
}
/*-----------------*/
.full{
	width:100%;
}
.half{
	width:50%;
	margin:2em auto 1em;
}

.w78{width:78%;}
.w80{width:80%;}
.neg-margin-top{
	margin-top:-4em;
}



@media screen and (max-width: 926px) {

}

.mrtop30{margin-top:30px;}
.pdr20{
	/*column-rule: solid blue;
	column-count: 2;
	column-rule-width: thin;*/
	padding-right:20px;
}
.pdl20{
	padding-left:20px;
}
.bdr{
	border-right:1px solid #ad957d;
}
.important{
	color:#e50011;
}
/*-----------------*/




/*working only in ipad air portrait device*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
#responsive-table,#responsive-table2{
	display: none;
}
.pc{display:none!important;}
.mo{
	display:block!important;
} 

}



.space{
	height:43px;
}

.element-to-hide{
    visibility:hidden;
}

.pc{
	display:none;
}
.mo{
	display:block;
}

@media screen and (min-width: 769px){

	.borderWidth {

	  width:87.34375%;
	}
  .pc{
		display:block;
	}
	.mo{
		display:none;
	}	
	.spText01 {
	  margin-right: 1.07142857143em;
	  display: inline-block;
		width:auto;
	}

}

@media screen and (max-width: 840px) {
#footer {
	position:relative;
	width: 100%;
	max-width: 1024px;
	background: #c42b05;
	padding:0em 0.5em;
	font-size:18px;
}

#cardbox .card-notice .wrap-content .big-title {
    display: block;
    margin: 0px auto 71px auto;
    width: 100%;
	font-size: 2.5em;
	text-align: center;
}
#cardbox .card-notice .wrap-content .descript-pc{
    float: none;
    position: initial;
}
#cardbox .card-notice .wrap-content .descript-pc{
	display:none;
}
#cardbox .card-notice .wrap-content .descript-mo {
	display:block;
}

#footer .bottom ul {
    color: #fff;
    display: inline-block;
}
#footer p {
    font-size: 15px;
}	
}


@media screen and (max-width: 769px) {
ol, ul {
    padding-left: 0rem!important;
}
 #wrapper{
	 position: relative;
	 padding: 0em 0em 0em 0em;
	 margin-top: -12.5em;
}


#title,#title2 {
    text-align: center;
    width: 90%;
    margin: auto;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    padding: 0.5em 0;
    margin-bottom: 1em;
    border: 2px solid;
}
#title::before {
    background: #eeedf1;
    width: 230px;
    margin-left: -111px;
    margin-top: -15px !important;
}
#title2::before {
	background: #dad8dd;
    width: 230px;
    margin-left: -111px;
    margin-top: -15px !important;
    
}
#wrapper > div.maincard {
    width: 180px;
}
#header > div.Hcontainer {
    margin: 12px 9px;
	}


#blockAA > div.pic{
z-index:9;
}
ul.tabs{
	padding-left:0px important;
}
#bottomNav a {
    font-size: 14px;
    padding: 0 5px;
}
ul.tabs li {
    margin: 0 10px;
}
#blockAA > div.contentMid {
    position: absolute;
    top: 14%;
	
    z-index: 99999999;
}
#blockAA > div.contentMid .Title1 {
    width: 70%;
    padding-bottom: 6em;
    margin: 0 auto;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btn {
    font-size: 14px;
	width: 85%;
	margin: 1em auto 0;
}
#blockAA > div.contentMid > div.flexbox{
	 margin: 0 auto !important;
}
.flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hako {
    padding: 20px 1em 0;
    width: 45%;
    display: inline-grid;
}
.btnrow {
    display: inline !important;
    margin-top: 10px;
}
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine,
#blockAA > div.contentMid > div.flexBox > div.hako > div.btnrow > div.shine2{
 width: 90%;
 padding-bottom: 10px;
}
.marginR20,
.marginL20{
	margin: 0;
	}
#blockA > div.T1 {
    left: 2%;
    top: 18%;
    width: 100%;
}

element.style {
}
#blockA > div.image,
#blockA > div.image2,
#blockA > div.image3,
#blockA > div.image4 {
    min-height: 171px;
	margin-top: 65px;
}

#North > div.panel >.panel-text, 
#Mid > div.panel >.panel-text, 
#South > div.panel >.panel-text, 
#Other > div.panel >.panel-text 
{
	width: 100%;
}
.Npic1, .Npic2, .Npic3, .Npic4,
.Mpic1, .Mpic2, .Mpic3,.Mpic4, .Mpic5, .Mpic6, .Mpic7,
.Spic1, .Spic2, .Spic3  {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.panel-img {
    background-size: cover;
    display: flex;
    height: 120px !important;
}
#col-rev {
  flex-direction: column-reverse;
}

.col {
    padding-right:2px!important;
    padding-left: 2px!important;
}
#txt, #txt2, #txt3, #txt4, #txt5 {
    width: 100%;
}

.wrap-content {
    padding: 5px 5px;
}
#blockA > div.icon1,#blockA > div.icon2  {
	display:none;
}

.Notice {
    margin-top: 0em;
}
#Note {
    text-align: center;
}
#header {
	min-height: 60px;
}
.logo1 {
    width: 120px;
    left: 6px;
    top: 9px;
}
/*----Product----*/
#headerP > div.Hcontainer {
    margin: 12px 9px;
	}
#wrapperP {
    position: relative;
    padding: 0;
    margin-top: 4.2em;
	border-bottom: 1px solid white;
}
#quickMenu2 {
    width: 50px;
}
.bookingbtn {
    margin: -28px 30% 0 2%;
}
#headerP .logo2{
    padding-top:12px;
	font-size: 12px;
}
.logo2 {
    /*width: 98px;*/
    right: 16px;
    top: 20px;
}
.bookingbtn a {
    padding: 6px 13px;
}
.txtarea h1 {
    font-size: 2.2rem;
}
.bigPanel {
    display: block;
    width: 100%;
}
.txtarea-panel {
    display: block;
    width: 100%;
    padding-top: 2em;
    text-align: center;
}
.moflex{
	display: flex;
}
.txtarea-panel2 {
    font-size: 12px;
    margin-top: 0em;
    margin-bottom: 2em;
    padding-bottom: 1em;
    display: inline-flex;
    height: fit-content;
    min-height: 90px;
    width: 50%;
}
.rightpanel{
	width:50% !important;
}
.gradient-border {
    padding: 5px 0;
}
#hotel, #special, #rule {
    width: 100%;
    margin: 0 auto;
	padding:0.2em 0;
	/*border-top: 1px solid #b49c5d !important;
    border-bottom: 1px solid #b49c5d !important;*/
}
ul.tabs li.tabsProduct {
    margin: 0 1%;
    padding: 1px 1px;
}
ul.tabs li.tabsProduct p {
    margin-bottom: 0rem;
    padding: 2px 0px 2px 11px;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 50px;
    border: 2px solid #b49c5d;
}
/*----Product END----*/

#details {
    margin-top: 6em !important;
    width: 90%;
    margin: 0 auto;
}
#details .detailcontent ol {
    padding: 3em 0em;
    background: #fff;
}
#details .detailcontent ol li {
    margin-left: 2em;
    line-height: 1.8em;
}
#confirm [type=button], [type=reset], [type=submit], button {
    padding: 0.2em 0.5em;
    margin: 0 5px;
}
.imgright{
float:none; display:none;}


/*
@media screen and (min-width: 1250px) and (max-width: 1449px) {
  
}
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  
}


@media screen and (min-width: 441px) and (max-width: 850px) {
 
}


*/