﻿/* ---reset.css--- */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	
}


/* --電腦版型------------------------------------- */


#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 0 5% 0;	
}
.Operations-1{
	display: block;
    width: 1200px;
	margin: 0 auto;
}
.Operations-slogan{
	width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-slogan p{
	display: block;
    width: 70%;
    height: auto;
    color: #666666;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 15%;
}
.Operations-img {
	display: block;
    width: 1010px;
    height: 915px;
	margin: 0 auto;
	padding-bottom: 2%;
}
#Funtion-All{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
.Funtion-Gray{
	display: block;
    width: 100%;
}
.Funtion-11{
	display: block;
    width: 1200px;
	height: 650px;
	margin: 0 auto;
}
.Funtion-B {
    display: block;
    width: 43%;
    height: 380px;
    float: left;
    margin: 8% 0 0 3%;
}
.Funtion-slogan{
	width: 80%;
    height: 60px;
    margin: 3% 10%;
}
.Funtion-slogan h1{
	display: block;
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
}
.hr-solid-content-2 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-2::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.Funtion-1200{
	width:1200px;
}
.Delivery{
	display: block;
    width: 90%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 25%;
    height: 280px;
    float: left;
    margin: 2% 0 1% 5%;
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Delivery-1 p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.Delivery-img {
	display: block;
    width: 180px;
    height: 180px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 180px;
    height: 180px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
#member{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;	
}
.member-1200 {
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.member-slogan {
    width: 70%;
    height: 150px;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.member-slogan h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.member-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.member-content{
	display: block;
    width: 1200px;
    margin: 0 auto;
}
.member-img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
}
.member-img img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
	border-radius: 25px;
}
.member-platform{
	display: block;
    width: 1100px;
    height: 750px;
	margin: 0 auto;
}
.member-platform h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 5% 5%;
}
.platform{
	display: block;
    width: 1100px;
    height: 550px;
    margin: 0 auto;
    box-shadow: 4px 4px 12px 4px rgb(183 183 187 / 50%);
    border-radius: 25px;
}
.platform-A{
	display: block;
    width: 42%;
    height: 450px;
    float: left;
    margin: 8% 2% 0% 5%;
}
.platform-A h1{
	display: block;
    width: 90%;
    height: auto;
    color: #333333;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
    margin: 5% 3%;
    letter-spacing: 3px;
}
.platform-A p{
	display: block;
    width: 90%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 5% 3%;
}
.platform-B{
	display: block;
    width: 46%;
    height: 500px;
    float: left;
    margin: 0 0 0 2%;
}
.platform-B img{
	display: block;
    width: 500px;
    height: 500px;
	margin: 0 auto;
}
.hr-edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.Funtion .content {
    display: flex;
    align-items: center;
}
.Funtion:nth-of-type(even) .content {
    flex-direction: row-reverse;
}
.Funtion-list{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Funtion-list-all {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 300px;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-p{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 4% 7%;
}
.Funtion-list-p p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-btn {
    display: block;
    width: 250px;
    height: 60px;
    margin: 0 0 0 7%;
}
.Funtion-AA5{
	display: block;
    width: 55%;
    height: 400px;
    float: left;
	margin: 4% 0 0 0;
}
.Funtion-AA5 img {
	display: block;
    width: 580px;
    height: 360px;
    border-radius: 30px;
    margin: 0 0 0 5%;
}
#partners{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;
}
.partners-slogan{
	width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.partners-slogan h1{
	display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.partners-slogan p{
	display: block;
    width: 70%;
    height: auto;
    color: #666666;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 15%;
}
.partners-All{
 	display: block;
    width: 1200px;
    height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F{
	display: block;
    width: 25%;
    height: auto;
    float: left;
    padding-bottom: 2%;
}
.partners-F-img{
	display: block;
    width: 200px;
    height: 200px;
	margin: 0 auto;
	padding: 3.5% 0 0 0;
}
.partners-F-img img{
	display: block;
    width: 200px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-2{
	display: block;
    width: 45%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding-bottom: 2%;
}
.partners-F-img-2{
	display: block;
    width: 400px;
    height: 200px;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
.partners-F-img-2 img{
	display: block;
    width: 400px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img-2 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-text{
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F-text h1{
	display: block;
    width: 90%;
    height: 50px;
    color: #333;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
#Many-tickets{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 5%;	
}
.tickets-1200 {
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.tickets-slogan {
    width: 70%;
    height: 150px;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.tickets-slogan h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.tickets-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.tickets-content{
	display: block;
    width: 1200px;
    margin: 0 auto;
}
.tickets-img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
}
.tickets-img img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
	border-radius: 25px;
}
#restaurants{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 5%;	
}
.restaurants-1200 {
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.restaurants-slogan {
    width: 70%;
    height: 150px;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.restaurants-slogan h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.restaurants-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.restaurants-content{
	display: block;
    width: 1000px;
    margin: 0 auto;
}
.restaurants-A{
	display: block;
    width: 250px;
    height: 370px;
    float: left;
    margin: 4% 3% 2% 3.5%;
    background-color: #ffffff;
    border-radius: 30px;
	border:1px solid #adabab;
	overflow: hidden;
	box-shadow: 4px 4px 12px -2px rgb(169 169 177 / 42%);
}
.restaurants-img {
	display: block;
    width: 250px;
    height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.restaurants-img img{
	display: block;
    width: 250px;
    height: 300px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px 20px 0 0;
}
.restaurants-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px 20px 0 0;
}
.restaurants-A p{
	display: block;
    width:100%;
    height: auto;
    color: #333333;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 2px;
}
#match-product {
    width: 100%;
    height: 600px;
	overflow: hidden;
	/*background: #f5f7fa;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f7fa+99 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f7fa 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f7fa 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f7fa 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7fa',GradientType=0 ); /* IE6-9 */

}
.match-product-all{
 	display: block;
    width: 1200px;
    height: 350px;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 560px;
    height: 350px;
    margin: 0 auto;
    float: left;
    padding: 0 0 0 2%;
}
.match-product-img{
	display: block;
    width: 260px;
    height: 260px;
	margin: 0 auto;
	float:left;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 260px;
    height: 260px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-product-text{
    display: block;
    width: 280px;
    height: 120px;
    float: left;
}
.match-product-text h1{
	display: block;
    width: 90%;
    height: 60px;
    color: #1e1e1e;
    font-size: 26px;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20% 0 0 8%;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 85%;
    height: 100px;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    margin: 0% 0 2% 8%;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
	width: 250px;
    height: auto;
    margin: 5% 0 0 10%;
}
.match-slogan {
    width: 850px;
    height: 120px;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}
.match-slogan h1 {
    display: block;
    width: 100%;
    height: 60px;
    color: #1e1e1e;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}	
.match-slogan p {
    display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 0 5% 0;	
}
.Operations-1{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Operations-slogan{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 70px;
    color: #333333;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 15%;
}
.Operations-img {
	display: block;
     width: 100%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 2%;
}	
#Funtion-All{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
.Funtion-Gray{
	display: block;
    width: 100%;
}
.Funtion-11{
	display: block;
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5% 0;
}
.Funtion-B {
    display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 5%;
}	
.Funtion-slogan{
	width: 95%;
    height: auto;
    margin: 0 auto;
	padding: 5% 0;
}
.Funtion-slogan h1{
	display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
	font-weight: bolder;
}
.Funtion-1200{
	width:100%;
}
.hr-solid-content-2 {
     color: #333333;
     border: 0;
     font-size: 14px;
     padding: 1em 0;
     position: relative;
     font-weight: normal;
 }	
.Delivery{
	display: block;
    width: 90%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 100%;
    height: 280px;
    float: none;
    margin: 2% 0 2% 0;
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Delivery-1 p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.Delivery-img {
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 165px;
    height: 165px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
#member{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;	
}
.member-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.member-slogan {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 8% 0;
}
.member-slogan h1 {
    display: block;
    width: 100%;
    height: 80px;
    color: #333333;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.member-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
}
.member-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.member-img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.member-img img{
	display: block;
    width: 90%;
    height: auto;
	margin: 0 auto;
	border-radius: 25px;
}
.member-platform{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.member-platform h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 5% 5%;
}
.platform{
	display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    box-shadow: 4px 4px 12px 4px rgb(183 183 187 / 50%);
    border-radius: 25px;
}
.platform-A{
	display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
}
.platform-A h1{
	display: block;
    width: 95%;
    height: auto;
    color: #333333;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 3px;
    padding: 5% 0;
 }
.platform-A p{
	display: block;
    width: 90%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 2% 3%;
}
.platform-B{
	display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
}
.platform-B img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.Funtion .content {
    display: block;
    align-items: center;
	flex-direction: column;
    padding: 0;
}
.Funtion:nth-of-type(even) .content {
    flex-direction:row;
}	
.Funtion-AA5 {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 5% 0;
}
.Funtion-AA5 img {
    display: block;
    width: 90%;
    height: auto;
    border-radius: 30px;
    margin: 0 auto;
}	

.Funtion-list{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-left: 0%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 30px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 2%;
}	
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 60%;
    height: 30px;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
    float: left;
    padding-left: 2%;
}	
.Funtion-list-p{
	width: 85%;
    height: auto;
    display: block;
    margin: 0% 0 2% 11%;
}
.Funtion-list-p p{
	display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 2px;
}
#partners{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;
}
.partners-slogan{
	width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.partners-slogan h1{
	display: block;
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.partners-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 15%;
}
.partners-All{
 	display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F{
	display: block;
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 2%;
}
.partners-F-img{
	display: block;
    width: 200px;
    height: 200px;
	margin: 0 auto;
	padding: 0;
}
.partners-F-img img{
	display: block;
    width: 200px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-2{
	display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 2%;
}
.partners-F-img-2{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
.partners-F-img-2 img{
	display: block;
    width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img-2 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-text{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F-text h1{
	display: block;
    width: 90%;
    height: 50px;
    color: #333;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
#Many-tickets{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 5%;	
}
.tickets-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.tickets-slogan {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.tickets-slogan h1 {
    display: block;
    width: 90%;
    height: auto;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.tickets-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
}
.tickets-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.tickets-img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.tickets-img img{
	display: block;
    width: 90%;
    height: auto;
	margin: 0 auto;
	border-radius: 25px;
}
#restaurants{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 5%;	
}
.restaurants-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.restaurants-slogan {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.restaurants-slogan h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.restaurants-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
}
.restaurants-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.restaurants-A{
	display: block;
    width: 42%;
    height: auto;
    float: left;
    margin: 3% 4%;
    background-color: #ffffff;
    border-radius: 20px;
	border:1px solid #adabab;
	overflow: hidden;
	box-shadow: 4px 4px 12px -2px rgb(169 169 177 / 42%);
}
.restaurants-img {
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.restaurants-img img{
	display: block;
    width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px 20px 0 0;
}
.restaurants-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px 20px 0 0;
}
.restaurants-A p{
	display: block;
    width:100%;
    height: auto;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}	
#match-product {
    width: 100%;
    height: auto;
	overflow: hidden;
	background-color: #f5f7fa;
}
.match-product-all{
 	display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	float: left;
	padding: 5% 0 5% 0%;
}
.match-product-img{
	display: block;
    width: 60%;
    height: auto;
	margin: 0 auto;
	float:none;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-product-text{
    display: block;
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
	padding-bottom: 6%;
}
.match-product-text h1{
	display: block;
    width: 80%;
    height: auto;
    color: #1e1e1e;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
	padding: 2% 0 0 0%;
}
.match-product-btn{
	display: block;
	width: 100%;
    height: auto;
    margin: 5% 0 0 0%;
}
.match-slogan {
    width: 78%;
    height: 120px;
    margin: 0 auto;
    padding: 4% 0 1% 0;
}
.match-slogan h1 {
    display: block;
    width: 90%;
    height: 60px;
    color: #1e1e1e;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.match-slogan p {
    display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}		
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
	
#Restaurant-Operations{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 0 5% 0;	
}
.Operations-1{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Operations-slogan{
	width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.Operations-slogan h1{
	display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.Operations-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 5%;
	margin: 0 auto;
}
.Operations-img {
	display: block;
    width: 100%;
    height: 915px;
	margin: 0 auto;
	padding-bottom: 2%;
}
#Funtion-All{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
.Funtion-Gray{
	display: block;
    width: 100%;
}
.Funtion-11{
	display: block;
    width: 100%;
	height: 650px;
	margin: 0 auto;
}
.Funtion-slogan{
	width: 80%;
    height: 60px;
    margin: 3% 10%;
}
.Funtion-slogan h1{
	display: block;
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
	font-weight: bolder;
}
.hr-solid-content-2 {
    color: #333333;
    border: 0;
    font-size: 25px;
    padding: 1em 0;
    position: relative;
	font-weight: normal;
}
.hr-solid-content-2::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 3ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.Funtion-1200{
	width:100%;
}
.Delivery{
	display: block;
    width: 90%;
	margin: 0 auto;
}
.Delivery-1{
	display: block;
    width: 25%;
    height: 280px;
    float: left;
    margin: 2% 0 1% 5%;
}
.Delivery-1 h3{
	display: block;
    width: 100%;
    height: 50px;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	padding-left: 2%;
}
.Delivery-1 p{
	display: block;
    width: 80%;
    height: auto;
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
}
.Delivery-img {
	display: block;
    width: 180px;
    height: 180px;
	margin: 0 auto;
}
.Delivery-img img{
	display: block;
    width: 180px;
    height: 180px;
	margin: 0 auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.Delivery-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
#member{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;	
}
.member-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.member-slogan {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 5% 0;
}
.member-slogan h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.member-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.member-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.member-img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
}
.member-img img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
	border-radius: 25px;
}
.member-platform{
	display: block;
    width: 100%;
    height: 550px;
	margin: 0 auto;
}
.member-platform h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 5% 5%;
}
.platform{
	display: block;
    width: 90%;
    height: 430px;
    margin: 0 auto;
    box-shadow: 4px 4px 12px 4px rgb(183 183 187 / 50%);
    border-radius: 25px;
}
.platform-A{
	display: block;
    width: 42%;
    height: 350px;
    float: left;
    margin: 3% 2% 0% 5%;
}
.platform-A h1{
	display: block;
    width: 90%;
    height: auto;
    color: #333333;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
    margin: 5% 3%;
    letter-spacing: 3px;
}
.platform-A p{
	display: block;
    width: 90%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 2px;
    margin: 5% 3%;
}
.platform-B{
	display: block;
    width: 46%;
    height: auto;
    float: left;
    margin: 0 0 0 2%;
}
.platform-B img{
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
}
.hr-edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.Funtion .content {
    display: flex;
    align-items: center;
}
.Funtion:nth-of-type(even) .content {
    flex-direction: row-reverse;
}
.Funtion-list{
	display: block;
    width: 100%;
	margin: 0 auto;
}
.Funtion .Funtion-B {
        width: calc(100% * 6 / 15);
        text-align: left;
        margin: 4% 3%;
    }	
.Funtion-list-all {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.Funtion-list-1{
	display: block;
    width: 100%;
    height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.Funtion-list-1 img{
	display: block;
    width: 30px;
    height: 30px;
	float: left;
}
.Funtion-list-1 h1{
	display: block;
    width: 80%;
    height: 30px;
    color: #1e1e1e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
	float: left;
	padding-left: 2%;
}
.Funtion-list-p{
	width: 95%;
    height: auto;
    display: block;
    margin: 0% 0 4% 7%;
}
.Funtion-list-p p{
	display: block;
    width: 95%;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 2px;
}
.Funtion-btn {
    display: block;
    width: 250px;
    height: 60px;
    margin: 0 0 0 7%;
}
.Funtion-AA5{
	display: block;
    width: calc(100% * 8 / 12);
    text-align: left;
    margin: 2% 3%;
}
.Funtion-AA5 img {
	display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin: 0 0 0 5%;
}
#partners{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 3%;
}
.partners-slogan{
	width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3% 0 2% 0;
}
.partners-slogan h1{
	display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 70px;
    text-align: center;
	font-weight: bolder;
    margin: 0 auto;
}
.partners-slogan p{
	display: block;
    width: 70%;
    height: auto;
    color: #666666;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    padding: 1% 5%;
}
.partners-All{
 	display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F{
	display: block;
    width: 25%;
    height: auto;
    float: left;
    padding-bottom: 2%;
}
.partners-F-img{
	display: block;
    width: 200px;
    height: 200px;
	margin: 0 auto;
	padding: 3.5% 0 0 0;
}
.partners-F-img img{
	display: block;
    width: 200px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-2{
	display: block;
    width: 45%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding-bottom: 2%;
}
.partners-F-img-2{
	display: block;
    width: 400px;
    height: 200px;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
.partners-F-img-2 img{
	display: block;
    width: 400px;
    height: 200px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.partners-F-img-2 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px;
	overflow: hidden;
}
.partners-F-text{
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.partners-F-text h1{
	display: block;
    width: 90%;
    height: 50px;
    color: #333;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
#Many-tickets{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 5%;	
}
.tickets-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.tickets-slogan {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.tickets-slogan h1 {
    display: block;
    width: 100%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.tickets-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.tickets-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.tickets-img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
}
.tickets-img img{
	display: block;
    width: 750px;
    height: 500px;
	margin: 0 auto;
	border-radius: 25px;
}
#restaurants{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5f7fa;
  padding-bottom: 5%;	
}
.restaurants-1200 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.restaurants-slogan {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0 1% 0;
}
.restaurants-slogan h1 {
    display: block;
    width: 90%;
    height: 80px;
    color: #333333;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}
.restaurants-slogan p{
	display: block;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.restaurants-content{
	display: block;
    width: 100%;
    margin: 0 auto;
}
.restaurants-A{
	display: block;
    width: 40%;
    height: auto;
    float: left;
    margin: 4% 3% 2% 5%;
    background-color: #ffffff;
    border-radius: 30px;
	border:1px solid #adabab;
	overflow: hidden;
	box-shadow: 4px 4px 12px -2px rgb(169 169 177 / 42%);
}
.restaurants-img {
	display: block;
    width: 100%;
    height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.restaurants-img img{
	display: block;
    width: 100%;
    height: auto;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
	border-radius: 20px 20px 0 0;
}
.restaurants-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
	border-radius: 20px 20px 0 0;
}
.restaurants-A p{
	display: block;
    width:100%;
    height: auto;
    color: #333333;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 2px;
}
#match-product {
    width: 100%;
    height: auto;
	overflow: hidden;
    background: #ffffff;
	padding-bottom: 3%;
}
.match-product-all{
 	display: block;
    width: 85%;
    height: auto;
	margin: 0 auto;
}
.match-product-A{
	display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding: 0;
}
.match-product-img{
	display: block;
    width: 250px;
    height: 250px;
	margin: 0 auto;
	float:none;
	overflow: hidden;
	border-radius: 50%;
    border: 6px #ffffff solid;
}
.match-product-img img{
	display: block;
    width: 250px;
    height: 250px;
	transform:scale(1,1);
    transition: all 0.3s ease-out;
}
.match-product-img img:hover{
	display: block;
    transform:scale(1.2, 1.2);
	border-radius: 20px;
	overflow: hidden;
}
.match-slogan h1 {
    display: block;
    width: 100%;
    height: 60px;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
}	
.match-product-text{
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
.match-product-text h1{
	display: block;
    width: 80%;
    height: 60px;
    color: #1e1e1e;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0% 0 0 10%;
    padding: 2% 0 0 0;
}
.match-product-text p{
	display: block;
    width: 100%;
    height: 60px;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin: 2% 0 5% 0%;
    letter-spacing: 2px;
}
.match-product-btn{
	display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5%;
}
}