<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{margin:0px;font-family: 微軟正黑體;background-color: #f3e7d7;}
body, html{width: 100%; height: 100%; background-color: #f3e7d7;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	padding-bottom: 6%;
}

/*******header*******/
.header {
    position: absolute;
    width: 100%;
    top: 90px;
	z-index: 1000;
}
.pak .header {
    top: 60px;
}
.pak .header.reserve_pak {
    position: relative;
    margin-bottom: 3%;
}
.header img {
    position: relative;
    width: 340px;
    left: 14%;
}
.pak .header img {
    width: 440px;
}
.pak .header.reserve_pak img {
    left: 50%;
    transform: translateX(-20%);
}

/*******menu*******/
.menu_wrapper {
    position: fixed;
    top: 80px;
    right: 20px;
    text-align: center;
	background-color: rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 60px;
	z-index: 1000;
}
.onoff {
    display: none;
}
.time .menu_wrapper {
    position: relative;
    top: auto;
	right: auto;
	background-color: initial;
    padding: initial;
    border-radius: initial;
    z-index: 500;
}
.menu {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #fff;
	list-style-type: none;
    line-height: 2.5em;
}
.time .menu {
    line-height: initial;
}
.menu_h1 {
    font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.time .menu_h1 {
    transform: scale(1);
}
.menu a {
    color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	text-decoration:none;
}
.menu a.active {
    color: #555555;
    padding: 2px 10px;
    background-color: #fff;
	text-shadow: 0 0 black;
}
.menu a.active_2 {
    color: #555555;
    padding: 2px 10px;
    background-color: #fff;
    text-shadow: 0 0 black;
}
.menu .reserveicon a {
    color: #d32428;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.menu .reserveicon a:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 55px;
    background-image: url(../images/RESERVEicon.svg);
	background-repeat: no-repeat;
    margin-top: -0.5em;
    left: -3.3em;
}

/*******主視覺*******/
.banner_wrapper {
    position: relative;
    margin-top: 53px;
}
.pak .banner_wrapper {
    margin-top: 0px;
}
.banner {
    width: 100%;
}
.h1 {
    position: absolute;
    max-width: 898px;
    width: 58%;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    animation-name: h1;
    animation-duration:0.8s;
	animation-delay:0.2s;
	animation-fill-mode: forwards;
}
@-moz-keyframes h1 {
  from {top: -60%;}
  to {top: 18%;}
}
@-webkit-keyframes h1 {
  from {top: -60%;}
  to {top: 18%;}
}
@-o-keyframes h1 {
  from {top: -60%;}
  to {top: 18%;}
}
@-ms-keyframes h1 {
  from {top: -60%;}
  to {top: 18%;}
}
@keyframes h1 {
  from {top: -60%;}
  to {top: 18%;}
}
.pak .h1 {
    animation-name: pak_h1;
}
@-moz-keyframes pak_h1 {
  from {top: -60%;}
  to {top: 15%;}
}
@-webkit-keyframes pak_h1 {
  from {top: -60%;}
  to {top: 15%;}
}
@-o-keyframes pak_h1 {
  from {top: -60%;}
  to {top: 15%;}
}
@-ms-keyframes pak_h1 {
  from {top: -60%;}
  to {top: 15%;}
}
@keyframes pak_h1 {
  from {top: -60%;}
  to {top: 15%;}
}
.h1 img {
    width: 100%;
}
.h2 {
    position: absolute;
    max-width: 526px;
    width: 70%;
    margin: 0 auto;
    top: 62%;
    left: 50%;
    transform: translateX(-70%);
    z-index: 100;
}
.h2 img {
    width: 100%;
}
.banner_pc{
	display: block;
}
.banner_m{
	display: none;
}
.banner img {
    width: 100%;
}

/*******main*******/
.main {
    width: 100%;
}
.colorblock {
    position: relative;
    width: 110%;
    height: 250px;
    background-color: #d7b582;
    margin-top: -7%;
    left: -8%;
    transform: rotate(5deg);
}
/*******menu_pak*******/
.menu_pak_box {
    position: relative;
    width: 100%;
	height: 100px;
}
.menu_pak_box.fixed-top {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0;
    z-index: 1000;
}
.menu_pak_nav {
    display: none;
}
.menu_pak {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-31%);
	margin-top: -5%;
    z-index: 1000;
}
.fixed-top .menu_pak {
    margin-top: 0%;
}
.menu_pak li {
    max-width: 200px;
    width: 10%;
    display: inline-block;
}
.menu_pak li img {
    width: 100%;
}
.menu_pak span {
    position: absolute;
    max-width: 200px;
    width: 10%;
}
.menupak_btn2 {
    opacity: 0;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.menupak_btn2:hover {
	opacity: 1;   
}

/****主題****/
.themes_wrapper {
	position: relative;
    width: 70%;
    margin: 0 auto;
	margin-top: 3%;
}
.margintop-0 {
    margin-top: -8%;
}
.margintop-0.page3 {
    margin-top: 0%;
}
.pak .margintop-0 {
    margin-top: 0%;
}
.tips_wrapper {
    position: absolute;
    right: 0;
    bottom: -12%;
    z-index: 150;
}
.tips, .tips2, .tips3, .tips4 {
    position: absolute;
    width: 233px;
    right: 25px;
	cursor: pointer;
    z-index: 150;
	margin-left: 1.3em;
    animation-name: tips;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@keyframes tips {
  0% {right: 10px;}
  50% {right: 25px;}
  70% {right: 25px;}
  100% {right: 10px;}
}
.tips img, .tips2 img, .tips3 img, .tips4 img {
    width: 100%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    position: relative;
    width: 573px;
    top: -40px;
    right: 22%;
	cursor: pointer; 
    z-index: 150;
	visibility: hidden;
}
.on_tipsbox {
    visibility: initial; 
}
.tips_box img, .tips_box2 img, .tips_box3 img, .tips_box4 img {
    width: 100%;
}
.themes_no {
    position: relative;
    width: 92px;
    display: inline-block;
    top: 60px;
    left: 26px;
    margin-right: 35px;
    z-index: 100;
}
.themes_no img {
    width: 100%;
}
.themes_h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    top: -10px;
}
.themes_h1 span {
    font-size: 24px;
    padding-left: 10px;
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 1.5px;
}
.themes_content {
    position: absolute;
    width: 80%;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    left: 5%;
    bottom: 3px;
    background-color: rgba(0,0,0,0.55);
    margin: 0 auto;
    padding: 4% 5% 5% 5%;
    z-index: 100;
}
.themes_h2 {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #00479d;
    background-color: #fff200;
    display: inline-block;
    padding: 5px 15px;
    top: -0.8em;
}
.themes_p {
    position: relative;
    width: 52%;
	min-height: 6em;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: justify;
    display: inline-block;
    margin-right: 3%;
}
.themes_box {
    position: absolute;
    width: 32%;
    display: inline-block;
    padding: 1% 2%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
}
.themes_box.long {
    width: 36%;
}
.themes_box li {
    width: 11.1em;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
}
.themes_box.long li {
    width: 100%;
}
.carousel_box {
    width: 90%;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
}
.swiper-container {
    overflow: initial;
}
.swiper-wrapper {
    width: 80%;
}
.swiper-button-prev {
	width: 96px;
    height: 70px;
	background-image: url(../images/prev.png);
	background-size: 96px 70px;
    left: -110px;
    z-index: 1000;
}
.swiper-button-next {
	width: 96px;
    height: 70px;
    background-image: url(../images/next.png);
	background-size: 96px 70px;
    right: -110px;
    z-index: 1000;
}
.time {
	position: relative;
    max-width: 1623px;
    width: 80%;
    margin: 0 auto;
	margin-top: 0%;
    margin-bottom: 3%;
}
.pak .time {
    margin-top: 5%;
}
.time img {
    width: 100%;
}
.reserve_day_wrapper {
    width: 100%;
    text-align: center;
}
.reserve_day {
	position: relative;
    max-width: 980px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.reserve_day_wrapper .reserve_day:nth-child(6) {
    margin-bottom: auto;
}
.reserve_day:before {
    content: "";
    position: absolute;
    width: 15%;
    height: 10%;
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}
.reserve_day img {
    width: 100%;
}
.reserve_day img:before {
    content: "";
    position: absolute;
    width: 5%;
    height: 3%;
    background-color: #fff;
	top: 0;
    left: 0;
}
.menuli_pc {
    display: block;
}
.menuli_m {
    display: none;
}

/****footer****/
.footer_wrapper {
    width: 100%;
	text-align: center;
	margin-top: 6%;
	padding-bottom: 10%;
}
.footer_h1 {
    max-width: 1390px;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 3%;
	overflow: hidden;
}
.footer_h1 img {
    width: 100%;
}
.footer {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.pak_company_box {
    font-family: 'Noto Serif TC', serif;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
	text-decoration: none;
    background-color: #0e4778;
    border-radius: 10px;
    padding: 0.3em 0.5em 0.2em 0.5em;
    margin: 1.3% 0.6%;
    display: inline-block;
}
.pak_company_box.top {
    margin: 1.3% 1.8%;
}
.pak_company {
    font-size: 35px;
	min-width: 6.1em;
}
.pak_company_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 5px 0;
}
.pak_company_tel {
    font-size: 30px;
    padding: 0 0.6em;
}

/*******goTop*******/
.goTop {
    position: fixed;
    width: 93px;
    right: 0.5%;
    bottom: 5%;
    z-index: 500;
}
.goTop img {
    width: 100%;
}

.sidebar-a.green {
    top: auto;
}

/************************rwd**************************/
@media all and (max-width:1800px){
.menu_pak {
    margin-top: -3%;
}
.margintop-0 {
    margin-top: 0%;
}
.pak .margintop-0 {
    margin-top: 0%;
}
}
@media all and (max-width:1730px){
.pak .header.reserve_pak {
    top: 90px;
}
.tips, .tips2, .tips3, .tips4 {
    width: 200px;
}
.h2 {
    top: 72%;
}
.themes_content {
    font-size: 15px;
}
.themes_box {
    font-size: 14px;
}
.themes_h2 {
    font-size: 25px;
}
.footer {
    width: 85%;
}
}
@media all and (max-width:1640px){
.footer {
    width: 90%;
}
}
@media all and (max-width:1600px){
.header img {
	width: 300px;
    left: 5%;
}
.pak .header img {
	width: 400px;
    left: 14%;
}
.pak .header.reserve_pak img {
    left: 50%;
}
}
@media all and (max-width:1580px){
.themes_h1 {
    letter-spacing: -2px;
}
.themes_h1 span {
    font-size: 22px;
}
.themes_box {
    width: 34%;
	font-size: 13px;
}
.themes_box li {
    width: 11.5em;
}
}
@media all and (max-width:1550px){
.time {
    width: 90%;
}
.footer {
    width: 80%;
}
.pak_company_box, .pak_company_box.top {
    margin: 1.3% 3%;
}
.pak_company_box_br {
    display: none;
}
}
@media all and (max-width:1450px){
.pak .header.reserve_pak {
    margin-bottom: 0%;
}
.pak .header.reserve_pak img {
    width: 450px;
}
.menu_pak {
    margin-top: 2%;
}
.h2 {
    top: 77%;
    transform: translateX(-55%);
}
.themes_box {
    width: 35%;
}
.themes_h1 {
    font-size: 38px;
}
.themes_h1 span {
    font-size: 20px;
}
.margintop-0.page3 {
    margin-top: auto;
}
.time {
    margin-top: 5%;
}
.footer_h1 {
    width: 90%;
}
}
@media all and (max-width:1400px){
.header img {
    width: 280px;
    left: 2%;
}
.pak .header img {
    left: 8%;
}
.tips, .tips2, .tips3, .tips4 {
    width: 170px;
}
.themes_no {
    left: 8px;
	margin-right: 1.5%;
}
.themes_h2 {
    font-size: 23px;
}
.themes_content {
    font-size: 14px;
}
.themes_box li {
    width: 11.1em;
}
.footer_h1 img {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
}
}
@media all and (max-width:1340px){
.themes_h1 {
    font-size: 36px;
}
.themes_h1 span {
    font-size: 18px;
}
.themes_box {
    width: 36%;
}
.themes_box li {
    width: 10.9em;
}
}
@media all and (max-width:1300px){
.themes_content {
    font-size: 14px;
}
.tips, .tips2, .tips3, .tips4 {
    width: 150px;
}
.themes_h2 {
    font-size: 21px;
}
}
@media all and (max-width:1280px){
.menu_pak_box.fixed-top {
    height: 80px;
}
.themes_box li {
    width: 10.8em;
}
.swiper-button-prev, .swiper-button-next {
    background-size: 90%;
}
}
@media all and (max-width:1250px){
.pak .header.reserve_pak {
    top: 110px;
}
.themes_no {
    width: 82px;
    top: 50px;
    margin-right: 1%;
}
.themes_h1 {
    font-size: 34px;
}
.themes_h1 span {
    font-size: 17px;
}
.themes_h2 {
    font-size: 20px;
}
.themes_box li {
    width: 10.4em;
}
}
@media all and (max-width:1230px){
.themes_p {
    width: 50%;
}
.themes_box {
    width: 38%;
}
}
@media all and (max-width:1200px){
.menu_pak {
    margin-top: 0%;
}
.h2 {
    text-align: center;
}
.h2 img {
    width: 90%;
}
.themes_h1 {
    font-size: 32px;
}
.themes_h1 span {
    font-size: 15px;
}
.footer {
    width: 90%;
}
}
@media all and (max-width:1160px){
.themes_content {
    font-size: 13px;
}
.themes_h2 {
    font-size: 19px;
}
.themes_p {
    width: 50%;
}
.themes_box {
    width: 39%;
}
}
@media all and (max-width:1130px){
.themes_wrapper {
    margin-top: 10%;
}
.margintop-0, .margintop-0.page3 {
    margin-top: 5%;
}
.themes_content {
    position: relative;
    width: 100%;
    font-size: 17px;
    color: #000;
    background-color: rgba(0,0,0,0.0);
    padding: 4% 0% 5% 0%;
}
.themes_h1 span {
    position: relative;
    display: block;
    left: -8px;
}
.themes_p {
    width: 90%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.themes_h2 {
    position: relative;
    font-size: 26px;
    top: auto;
}
.themes_box {
    width: 78%;
    border-color: #d7b582;
    font-size: 17px;
    padding: 1% 6%;
}
.themes_box.long {
    width: 78%;
}
.themes_box li {
    width: 49%;
}
.tips_wrapper {
    bottom: 0%;
    top: 15%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    top: 10px;
}
.wrapper {
    padding-bottom: 12%;
}
}
@media all and (max-width:1100px){
.pak .header {
    top: 40px;
}
.menu_pak_box.fixed-top {
    height: 60px;
}
.header img {
    width: 250px;
}
.pak .header img {
    width: 300px;
}
.menu {
    font-size: 14px;
    line-height: 2.4em;
}
.menu .reserveicon a:before {
    width: 50px;
    height: 42px;
    margin-top: -0.3em;
    left: -2.7em;
}
.menu_h1 {
    transform: scale(0.8);
}
.tips, .tips2, .tips3, .tips4 {
    right: 10px;
}
@keyframes tips {
  0% {right: 0px;}
  50% {right: 10px;}
  70% {right: 10px;}
  100% {right: 0px;}
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 500px;
	right: 10%;
}
.themes_no {
    left: 0px;
	margin-right: 0.5%;
}
.goTop.active {
    width: 83px;
}
}
@media all and (max-width:1070px){
.footer {
    width: 95%;
}
}
@media all and (max-width:1020px){
.footer_h1 img {
    width: 140%;
}
.pak_company_box, .pak_company_box.top {
    margin: 1.3% 2%;
}
}
@media all and (max-width:1000px){
.header img {
    width: 220px;
}
.pak .header img {
    width: 280px;
}
.h1 {
    transform: translateX(-40%);
}
.h2 {
    transform: translateX(-40%);
}
.h2 img {
    width: 85%;
}
.footer_h1 img {
    width: 160%;
}
}
@media all and (max-width:960px){
.themes_content, .themes_box {
    font-size: 15px;
}
.themes_h2 {
    font-size: 25px;
}
.tips_wrapper {
    top: 18%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 450px;
}
.footer_wrapper {
    padding-bottom: 15%;
}
.pak_company_box, .pak_company_box.top {
    margin: 1.3% 1%;
}
.pak_company {
    font-size: 30px;
}
.pak_company_tel {
    font-size: 25px;
}
}
@media all and (max-width:900px){
.themes_no {
    left: -10px;
	margin-right: -1.5%;
}
.swiper-button-prev, .swiper-button-next {
    background-size: 80%;
}
}
@media all and (max-width:880px){
.margintop-0 {
    margin-top: 10%;
}
.menu_pak {
    margin-top: 7%;
}
.menu_pak_box.fixed-top {
    padding: 10px 0;
}
.pak .margintop-0 {
    margin-top: 5%;
}
.h2 img {
    width: 80%;
}
.colorblock {
    height: 150px;
}
.themes_wrapper {
    margin-top: 15%;
}
.time {
    margin-top: 8%;
}
.footer_h1 img {
    width: 180%;
}
}
@media all and (max-width:850px){
.header img {
    width: 200px;
}
.pak .header img {
    width: 250px;
}
.menu {
    font-size: 13px;
    line-height: 2.2em;
}
.menu .reserveicon a:before {
    margin-top: -0.5em;
    left: -2.9em;
}
.menu_h1 {
    transform: scale(0.7);
}
@-moz-keyframes h1 {
  from {top: -60%;}
  to {top: 13.5%;}
}
@-webkit-keyframes h1 {
  from {top: -60%;}
  to {top: 13.5%;}
}
@-o-keyframes h1 {
  from {top: -60%;}
  to {top: 13.5%;}
}
@-ms-keyframes h1 {
  from {top: -60%;}
  to {top: 13.5%;}
}
@keyframes h1 {
  from {top: -60%;}
  to {top: 13.5%;}
}
.h2 {
    width: 75%;
}
.goTop {
    width: 70px;
}
}
@media all and (max-width:800px){
.header img {
    width: 180px;
}
.themes_h2 {
    font-size: 23px;
}
.themes_content, .themes_box {
    font-size: 15px;
}
.themes_h1 {
    font-size: 30px;
}
.themes_h1 span {
    font-size: 16px;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 420px;
}
}
@media all and (max-width:765px){
.pak .header img {
    width: 230px;
}
.pak_company {
    font-size: 28px;
}
.pak_company_tel {
    font-size: 22px;
}
}
@media all and (max-width:740px){
.footer_h1 img {
    width: 200%;
}
.pak_company {
    min-width: 6em;
}
}

/***平板***/
@media all and (max-width:700px){
.wrapper {
    padding-bottom: 18%;
}
.header img {
    width: 180px;
}
.pak .header img {
    width: 200px;
}
.menu_pak {
    margin-top: 10%;
	transform: translateX(-40%);
}
.themes_wrapper {
    margin-top: 20%;
}
.menu_pak li, .menu_pak span {
    width: 13%;
}
.h1 {
    width: 65%;
    transform: translateX(-40%);
}
.h2 {
    width: 85%;
}
.themes_h2 {
    font-size: 21px;
}
.themes_content, .themes_box {
    font-size: 14px;
}
.tips_wrapper {
    top: 20%;
}
.tips, .tips2, .tips3, .tips4 {
    width: 120px;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    right: 0%;
}
.time {
    margin-top: 10%;
}
.footer_h1 img {
    width: 220%;
}
.pak_company {
    font-size: 25px;
}
.pak_company_tel {
    font-size: 20px;
}
.reserve_day {
    width: 90%;
}
.goTop.active {
    width: 73px;
}
}
@media all and (max-width:650px){
.menu_pak {
	margin-top: 7%;
    transform: translateX(-43.5%);
}
.menu_pak li, .menu_pak span {
    width: 14%;
}
.h1 {
    width: 60%;
    transform: translateX(-38%);
}
.h2 {
    top: 73%;
}
.h2 img {
    width: 72%;
}
.themes_h2 {
    font-size: 20px;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 400px;
	right: 2%;
}
.swiper-button-next {
    right: -90px;
    background-size: 70%;
}
.swiper-button-prev {
    left: -90px;
    background-size: 70%;
}
.pak_company {
    font-size: 23px;
	min-width: 6em;
}
.pak_company_tel {
    font-size: 18px;
}
}
@media all and (max-width:625px){
.pak_company {
    min-width: 5.6em;
}
}
@media all and (max-width:600px){
.themes_no {
    left: -15px;
    margin-right: -4.5%;
}
.themes_box {
    font-size: 13px;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 380px;
    right: 1%;
}
.themes_h1 {
    font-size: 28px;
}
.themes_h1 span {
    font-size: 14px;
}
.pak_company_tel {
    font-size: 16px;
}
}
@media all and (max-width:580px){
.themes_no {
    left: -15px;
    margin-right: -6%;
}
.themes_h1 {
    font-size: 28px;
}
.themes_h1 span {
    font-size: 14px;
}
.pak_company {
    min-width: 5.1em;
}
}

/***手機板***/
@media all and (max-width:550px){
.header {
	position: fixed;
    top: 53px;
    background-color: #1866b2;
}
.pak .header {
    position: relative;
    top: 0px;
}
.pak .header.reserve_pak {
    top: 0px;
}
.header img {
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.pak .header.reserve_pak img {
    width: 150px;
}
.pak .header img {
    left: 50%;
    transform: translateX(-20%);
}
.banner_wrapper {
    margin-top: 110px;
}
.banner_pc{
	display: none;
}
.banner_m{
	display: block;
}
/***menu_pak變一行推動***/
.menu_wrapper {
    top: 70px;
	padding: initial;
    background-color: initial;
}
.menu_on.menu_wrapper {
    width: 100%;
    height: 100%;
    top: 53px;
    right: auto;
    background-color: rgba(13,81,148,0.95);
    border-radius: initial;
}
.onoff {
	position: absolute;
    width: 35px;
    height: 25px;
    top: 10%;
    right: 15%;
	cursor: pointer;
    display: block;
}
.on_line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 49%;
    display: block;
}
.on_line.displaynone {
    display: none;
}
.onoff:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
	top: 0;
    left: 0;
}
.menu_on .onoff:before {
    top: 50%;
    transform: rotate(45deg);
}
.onoff:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.menu_on .onoff:after {
    top: 50%;
    transform: rotate(-45deg);
}
.menu-cont {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	display: none;
}
.menu_on .menu-cont {
	display: block;
}
.menu {
    font-size: 24px;
}
.time .menu {
    font-size: 13px;
}
.menu li a:after {
    content: "";
    position: absolute;
    width: 3em;
    height: 1px;
    background-color: #f5f7f9;
    margin-top: 1.8em;
    margin-left: -2.5em;
}
.time .menu li a:after {
	display: none;
}
.menu a.active {
    background-color: rgba(250,250,250,0.8);
}
.menu li a.active:after {
    display: none;
}
.menu li.reserveicon a:before {
    display: block;
    width: 65px;
    height: 55px;
    margin-top: 0em;
    left: 30%;
}
.menu_h1, .menu li:nth-child(2) a:after {
    display: none;
}
.time .menu-cont {
    top: auto;
    transform: initial;
    display: block;
}
.time .menu_h1, .time .menu li:nth-child(2) a:after {
    display: block;
}
.menu_pak_box.fixed-top {
    padding: 10px 0 10px 0;
    overflow: hidden;
}
.menu_pak_nav {
    position: absolute;
    max-width: 25px;
    width: 5%;
    margin-top: -3.5%;
    text-align: right;
    right: 2.6%;
    cursor: pointer;
    display: block;
}
.fixed-top .menu_pak_nav {
    margin-top: 4%;
}
.openbtn.fixed-top .menu_pak_nav {
    margin-top: 20%;
}
.openbtn.fixed-top .menu_pak_wrapper {
    margin-top: 12%;
}
.menupaknav_openbtn {
    max-width: 25px;
    width: 100%;
}
.menupaknav_openbtn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    margin-left: -5px;
    background-color: #000;
}
.menupaknav_openbtn img {
    width: 100%;
}
.menupaknav_p {
    display: none;
}
.menu_pak_wrapper {
    position: relative;
    width: 88%;
    height: 50px;
    margin-top: -12%;
    left: 12px;
}
.menupak_btn2 {
    display: none;
}
.fixed-top .menu_pak_wrapper {
    margin-top: 0%;
}
.menu_pak {
    height: 80px;
    margin-top: -10%;
    left: auto;
    transform: initial;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.fixed-top .menu_pak {
    margin-top: -2%;
}
.menu_pak li, .menu_pak span {
    width: 130px;
}
::-webkit-scrollbar {
      width: 15px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
      background-color: #d7b582;
} /* the new scrollbar will have a flat appearance with the set background color */

.fixed-top ::-webkit-scrollbar-track {
      background-color: #fff;
} /* the new scrollbar will have a flat appearance with the set background color */	
	
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0); 
} /* this will style the thumb, ignoring the track */
 
/*::-webkit-scrollbar-button {
      background-color: #7c2929;
} *//* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
/*::-webkit-scrollbar-corner {
      background-color: black;
}*/

::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
    border-radius: 10px;  
}

/*::-webkit-scrollbar {

width:20px;

height:20px;

}
*/

html{ 
	/*scrollbar-arrow-color: #fff;*/ /**//*三角箭頭的顏色*/ 
	/*scrollbar-face-color: #fff;*/ /**//*立體滾動條的顏色*/ 
	/*scrollbar-3dlight-color: #fff;*/ /**//*立體滾動條亮邊的顏色*/ 
	/*scrollbar-highlight-color: #fff;*/ /**//*滾動條空白部分的顏色*/ 
	/*scrollbar-shadow-color: #fff;*/ /**//*立體滾動條陰影的顏色*/ 
	/*scrollbar-darkshadow-color: #fff;*/ /**//*立體滾動條強陰影的顏色*/ 
	/*scrollbar-track-color: #fff;*/ /**//*立體滾動條背景顏色*/ 
	/*scrollbar-base-color:#fff;*/ /**//*滾動條的基本顏色*/ 
}
.menu_pak_box.openbtn {
    background-color: #fff;
    margin-top: -21%;
	height: auto;
}
.openbtn .menu_pak_nav {
    position: relative;
    max-width: initial;
    width: 100%;
    right: auto;
    text-align: left;
}
.openbtn .menupaknav_openbtn {
    position: relative;
    display: inline-block;
    margin-top: -10%;
    float: right;
    right: 15px;
}
.openbtn .menupaknav_openbtn img {
    transform: rotate(180deg);
}
.openbtn .menupaknav_p {
    width: 87%;
    font-size: 18px;
    margin: 2.5%;
    padding: 3% 0% 3% 12%;
    border-bottom: 2px solid #7d7d7d;
    display: block;
}
.openbtn .menu_pak_wrapper {
    width: 100%;
    height: auto;
    margin-top: 19%;
    left: 50%;
    transform: translateX(-40%);
    padding-bottom: 10%;
}
.openbtn .menu_pak {
    position: relative;
    height: auto;
	left: 1%;
    overflow: initial;
    overflow-x: initial;
    white-space: initial;
}
.openbtn .menu_pak li {
	position: relative;
}
.openbtn .menu_pak li:nth-child(1) {
    /*display: block;*/
}
.openbtn .menu_pak li, .openbtn .menu_pak span {
    width: 35%;
    height: 75px;
    margin: 0% 1.5%;
}
.openbtn .menu_pak span {
    width: 100%;
}
/***menu_pak變一行推動END***/
.themes_wrapper {
    margin-top: 6%;
}
.margintop-0 {
    margin-top: -15%;
}
.themes_wrapper.margintop-15 {
    margin-top: 15%;
}
.themes_wrapper.margintop-0.margintop-15 {
    margin-top: 5%;
}
.h1 {
    width: 95%;
    transform: translateX(-50%);
}
@-moz-keyframes h1 {
  from {top: -60%;}
  to {top: 20%;}
}
@-webkit-keyframes h1 {
  from {top: -60%;}
  to {top: 20%;}
}
@-o-keyframes h1 {
  from {top: -60%;}
  to {top: 20%;}
}
@-ms-keyframes h1 {
  from {top: -60%;}
  to {top: 20%;}
}
@keyframes h1 {
  from {top: -60%;}
  to {top: 14%;}
}
.h2 {
    width: 95%;
    transform: translateX(-50%);
    top: 60%;
}
.h2 img {
    width: 90%;
}
.themes_box {
    width: 84%;
    padding: 1% 2%;
}
.themes_h1 {
    font-size: 26px;
}
.themes_h1 span {
    font-size: 12px;
}
.themes_h2 {
    font-size: 19px;
}
.tips, .tips2, .tips3, .tips4 {
    width: 100px;
    right: 5px;
}
@keyframes tips {
  0% {right: -10px;}
  50% {right: 5px;}
  70% {right: 5px;}
  100% {right: -10px;}
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 380px;
    right: -3%;
}
.pak_company {
    font-size: 20px;
}
.pak_company_tel {
    font-size: 14px;
}
.time {
    margin-top: 0%;
}
.time .menu .menu_h1 {
    width: 100%;
}
.time .menu li {
    display: inline-block;
    width: 7.7%;
    vertical-align: top;
}
.time .menu .time_0m_m {
    width: 18.8%;
}
.menuli_pc {
    display: none;
}
.menuli_m {
    display: block;
}
.time .menuli_m {
    width: 100%;
}
.goTop {
    width: 50px;
}
.sidebar-a.green {
    top: auto;
}
}
@media all and (max-width:530px){
.themes_wrapper.margintop-15 {
    margin-top: 20%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 350px;
	right: -5%;
}
.themes_no {
    width: 72px;
    top: 40px;
}
.themes_h2 {
    font-size: 18px;
}
.themes_content, .themes_box {
    font-size: 13px;
}
.swiper-button-prev, .swiper-button-next {
    background-size: 60%;
}
}
@media all and (max-width:500px){
.menu_pak_nav {
    margin-top: -2.5%;
}
.menu_pak_wrapper {
    margin-top: -15%;
}
.themes_h1 {
    font-size: 24px;
}
.themes_h2 {
    font-size: 17px;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    right: 3%;
}
.themes_wrapper {
    width: 80%;
}
.margintop-0 {
    margin-top: -20%;
}
.swiper-button-next {
    right: -80px;
}
.swiper-button-prev {
    left: -80px;
}
.pak_company {
    font-size: 16px;
	min-width: 5.5em;
}
.pak_company_tel {
    font-size: 12px;
}
}
@media all and (max-width:480px){
.menu_pak_wrapper {
    width: 87%;
}
.tips_wrapper {
    top: 45%;
}
}
@media all and (max-width:450px){
.header img {
    width: 150px;
}
.header img, .pak .header img {
    width: 150px;
}
.banner_wrapper {
    margin-top: 100px;
}
.menu_wrapper {
    top: 65px;
}
.menu {
    font-size: 20px;
}
.menu li.reserveicon a:before {
    margin-top: -0.2em;
	left: 28%;
}
.menu_pak_wrapper {
    margin-top: -20%;
}
.menu_pak li, .menu_pak span {
    width: 120px;
}
.themes_box {
    position: relative;
}
.themes_wrapper.margintop-15 {
    margin-top: 5%;
}
.swiper-button-next {
    right: -75px;
    background-size: 50%;
}
.swiper-button-prev {
    left: -75px;
    background-size: 50%;
}
.footer_h1 img {
    width: 280%;
}
.pak_company_box {
    padding: 0.2em;
}
.pak_company_box, .pak_company_box.top {
    margin: 1.3% 2%;
}
.pak_company_line {
    margin: 2px 0;
}
.goTop.active {
    width: 53px;
}
}
@media all and (max-width:440px){
.margintop-0 {
    margin-top: -25%;
}
.themes_box li {
    width: 100%;
}
.tips_wrapper {
    top: 42%;
}
}
@media all and (max-width:420px){
.tips_wrapper {
    right: auto;
}
}
@media all and (max-width:400px){
.openbtn .menu_pak li, .openbtn .menu_pak span {
    height: 55px;
}
.menupaknav_openbtn {
    margin-top: 5px;
}
.tips_wrapper {
    right: -10%;
}
}
@media all and (max-width:390px){
.margintop-0 {
    margin-top: -30%;
}
.openbtn .menu_pak_wrapper {
    left: 45%;
}
.openbtn .menu_pak li {
    width: 40%;
}
.time .menu .time_0m_m {
    width: 17.5%;
}
.themes_h1 {
    font-size: 22px;
}
.themes_h2 {
    font-size: 15px;
}
.menu li.reserveicon a:before {
    width: 50px;
    height: 42px;
    margin-top: 0em;
}
}
@media all and (max-width:365px){
.openbtn .menupaknav_openbtn {
    margin-top: -12%;
}
.menu_pak_wrapper {
    margin-top: -25%;
}
.tips_wrapper {
    right: -18%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    top: 30px;
}
.themes_h1 {
    font-size: 20px;
}
}
@media all and (max-width:335px){
.margintop-0 {
    margin-top: -35%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    right: 0%;
}
.themes_h1 {
    font-size: 18px;
}
.time .menu li {
    width: 7.2%;
}
}
@media all and (max-width:330px){
.menu li.reserveicon a:before {
    left: 25%;
}
}
@media all and (max-width:320px){
.themes_h1 {
    margin-left: 23%;
}
.tips_wrapper {
    top: 40%;
}
}
@media all and (max-width:315px){
.margintop-0 {
    margin-top: -45%;
}
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 320px;
}
}
@media all and (max-width:300px){
.themes_h1 {
    font-size: 17px;
}
.themes_h1 span {
    transform: scale(0.8);
    margin-left: -1em;
}
}
@media all and (max-width:280px){
.tips_box, .tips_box2, .tips_box3, .tips_box4 {
    width: 300px;
    right: -2%;
}
.themes_h1 {
    margin-left: 28%;
}
.tips_wrapper {
    top: 36%;
}
.menu li.reserveicon a:before {
    left: 22%;
}
}</pre></body></html>