body { min-width: 1200px; color: #333; font: 18px "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; font-weight: bold;}
a {color: #06f; }
:focus { outline: none; }
i { font-style: normal; }
.float-left{ float: left;}
.header { margin: auto; width: 100%;}
.footer { margin: auto; width: 100%;}
.hd_pc { width: 100%;}
.hd_m { display: none; }
.pez_ft { height: 228px;}
.M_menu_wrap { display: none; }
.main { margin: auto; position: relative; width: 100%; z-index: 1; overflow: hidden; }
.gotop { display: none; }

/**kv**/
.kv_wrapper{ background: url("../images/kv_bg.jpg") no-repeat top center #fff5da; overflow: hidden;  border-bottom: 5px solid #797979; margin-bottom: 5px; }
.kv { width: 1050px; height: 450px; margin: auto; position: relative; }
.kv_slogan1 { position: absolute; left: 200px; top: 40px; z-index:1;}
.kv_slogan2 { position: absolute; left: 96px; top: 30px; animation: mymove 1.5s linear infinite; -webkit-animation: mymove 1.5s linear infinite; z-index:2;}
.kv_slogan3 { position: absolute; left: -455px; top: 0px; animation: mymove 2.5s linear infinite; -webkit-animation: mymove 2.5s linear infinite; z-index:2;}
.kv_slogan1m{display: none;}

/*rule*/
.intext{ width:100%; background:#fff; margin:0 auto; max-width:1050px; }
.intext i { color: #c00; font-size: 26px;  font-weight: bold; padding-left: 20px;  padding-right: 5px; }
.intext h4 { font-weight: bold; color: #01a4e5;  padding-left: 16px; font-size: 22px;    padding-top: 5px; }

h2{ color:#ffffff; font-size:20px; line-height:24px; font-weight: bold; background:#4094dc; text-align:center; width:100%; padding:8px 0px;  }
span.limited { font-size: 20px;line-height: 24px;display: block;padding-bottom: 3px;}
h3 { color: #00b3b0; font-size: 24px; font-weight: bold; padding: 5px 0;}
h2.group{ color:#ffffff; font-size:30px; line-height:40px; font-weight: bold; background:#186db7; text-align:center; width:100%; padding:5px 0px 5px 0px; }
h2.note{ color:#ffffff; font-size:30px; line-height:40px; font-weight: bold; background:#86be51; text-align:center; width:100%; padding:5px 0px 5px 0px; border-radius: 20px; border: 3px #ffffff dotted; width: 99.5%;}
h5.group_tit { display: inline; font-weight: bold; color: #01a4e5;  padding-left: 16px;  font-size: 22px; }

.contact_box {padding-top: 5px;}
span.contact { display: block; padding-left: 188px; }

ol li { list-style: decimal; margin: 0 0 7px 25px;}
ol.step li { list-style: decimal; margin: 0 40px 7px 70px;}
ol.hotel-step li{ /* list-style: disc; */ margin: 7px 40px }

.tb01 tr td{ padding:10px 0 10px 0; border-bottom:1px #8F8F8F dashed; }
.tb01 tr td p{ padding:0 0 5px 35px;}
.tb01 tr td.end {padding-bottom: 35px;border-bottom: 3px #8F8F8F dashed;}
.tb02 tr td{ padding:10px 0 10px 0; border-bottom:0; }
.red{ font-weight: bold; color: #c00; font-size: 19px; }
.rule_title { font-size: 22px;  color: #62483b; }
.tb02 tbody {border: 2px solid #785e51; }


.tb02 {width: 98%;margin: 0 auto;}
.tb02 tr td { padding: 10px 0 10px 0;   border-bottom: 0; border: 1px solid #b1b1b1; }

/*step*/
.step_word{ position: relative; width: 900px;  margin: 0 auto;  border: 3px solid #83bd83; border-radius: 20px; padding:20px 20px 20px 110px;  margin-bottom: 20px;   font-weight: bold;  font-size: 20px;  box-shadow: 5px -5px 0px #83bd83;}
.step_number{ position: absolute;  width: 40px;  height: 40px;  border-radius: 50px;  background: #fff000;  color: #01a4e5;  top: -12px;  left: 32px;  text-align: center;  font-weight: bold;  padding: 15px 15px;  font-size: 22px;  line-height: 22px; }

/**float**/
.float_wrapper { position: fixed; top: 190px; right:10px; z-index: 250; }
.float_main { width: 110px; opacity: 0.9; filter: alpha(opacity=90);}
.go_top { display: block;cursor: pointer;}
.group_leftmenu { margin: auto; width:110px; }
.group_leftmenu:after {content: '';display: table;clear: both;}
.group_leftmenu li { position: relative; text-align: center; font-size: 18px; line-height: 21px; border-radius: 30px;  margin-bottom: 4px; }
.group_leftmenu li.highlight1 { background-color: #95503b;  padding: 10px 0; }
.group_leftmenu li.highlight2 { background-color: #95503b;  padding: 20px 0; }
.group_leftmenu li a {position: relative; z-index: 500;color: #fff;cursor: pointer; font-weight: bold; font-size: 28px; line-height: 30px; text-decoration: none; display: block;}
.group_leftmenu li a span { font-size: 15px; color: yellow; padding-top: 2px; line-height: 17px; display: block; }
/*.group_leftmenu li:hover { background: #ff5253; }*/

span.hotel_icon{ display: inline-block; width: 50px; }
.hotel_icon_pc {  position: absolute;  top: 10px; left: 300px; }


/*kv-move*/
@keyframes mymove {
 0%, 100% {margin-left:0px;}
 50% {margin-top:5px;}
}

@media screen and (max-width:768px) {
body { width: 100vw; min-width: inherit;  font-size: 14px; line-height: 20px; font-weight: normal;}
* { box-sizing: border-box; }
.header { width: 100vw; }
.pez_ft { height: 310px;}
.pez_ft { height: 310px;}
.hd_pc { display: none; }
.hd_m { display: block; }
.footer{ display: none;}
    
.kv {width: 100vw; height: 37.7vw;}
.kv_slogan1, .kv_slogan2, .kv_slogan3 { display: none;}
.kv_slogan1m{ display: block;}
.kv_slogan1m img{ width: 100%;}

.intext{ width:96%; margin: 0 auto; margin-bottom: 60px;}
.intext img{ width: 100%; }
h2 {  font-size: 17px;  line-height: 17px;  padding: 6px 0; }
h3 {  font-size: 16px; }
h2.group{ font-size:19px; line-height:24px;}
h2.note{ font-size:19px; line-height:24px;}
h5.group_tit { padding-left: 0;  font-size: 15px;     display: block; }
.intext h4 { padding-left: 0;  font-size: 15px;   padding-top: 5px; }
.intext i { font-size: 19px; padding-left: 15px; padding-right: 2px; }
span.contact { padding: 0;}
    
ol li { margin: 0 0 1px 20px;}
ol.step li { list-style: decimal; margin: 0 40px 7px 70px;}
ol.hotel-step li{ margin:2px 0 5px 30px; }
    
.tb01 tr td{ padding:5px 0 5px 0; }
.tb01 tr td.end {padding-bottom: 17px;border-bottom: 2px #8F8F8F dashed;}
.tb01 tr td p {padding: 0 0 5px 0;}
.red { font-size: inherit; }
.rule_title { font-size: 15px; font-weight: bold;}
.rule_title span { display: block;}
span.limited { font-size: 16px;line-height: 21px;padding-bottom: 0;}
    
.step_word { width: 96vw; padding: 2vw 2vw 2vw 20vw; font-size: 15px;  margin: 1vw 0 4vw;  box-shadow: 3px -3px 0px #83bd83; }
.step_number { top: -3vw; left: 2vw; padding: 3vw 3vw; width: 15vw; height: 15vw; font-size: 18px; line-height: 18px; }
span.q1 {display: block;}
    
span.hotel_icon { width: 10vw; }
img.hotel_icon_pc {width: 10vw;  top: 1.5vw;  left: 59vw;}

    
/**/
.float_wrapper {display: none; left: 100%;}
.M_menu_wrap { position: fixed; bottom: 0; z-index: 200; display: block; font-size: 14px; }
.M_menu_block { width: 100vw; height: 46px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));}
.M_menu_block:after { content: ''; display: table; clear: both; }
.M_menu_block ul { list-style: none; overflow: hidden; }
.M_menu_block li { float: left; width: 33.3vw; font-size: 14px; line-height: 16px; border-top: 1px solid #ccc; border-left: 1px solid #666; border-right: 1px solid #222;  padding-top: 0; text-align: center; padding: 10px 0 20px;}
.M_menu_block li.red { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb5284), color-stop(100%, #d50744));}
.M_menu_block li a { color: #fff; text-decoration: none; font-size: 16px; line-height: 18px; }
.M_menu_block li a span { color: #fdff9b; font-size: 13px;}
.bk_mask { display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,.8); top: 0; z-index: 100; }
    
}

