.food_order{	
	background:url('../images/KR3A6041-2.png') top center  no-repeat;
	padding: 0 0 21% 0;
	position:relative;
	z-index:1;
	height:300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.food_order_content{
	letter-spacing: 1px;
	line-height: 1.7em;
	position:absolute;
	left:0%;
	top:47%;
	text-align:left;
	width:100%;
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.food_order_text{
	font-size:3em;
	margin-left:35%;
	margin-right:35%;
	margin-bottom:2.5%;
	text-align:center;
	color:#ffffff;
}

.food_order_btnDiv{
	margin-top:6%;
	text-align:center;
}
.food_order_btn{
	background-color:rgba(255,255,255,0.6);
	border:1px #fff solid;
	border-radius:3px;
	color:#3d3d3d!important;
	font-size:1.3em;
	padding:1%;
}

.food_order_btn a{
	text-decoration:none;
	color:#3d3d3d!important;
}
.food_order_btn:hover{
	background-color:rgba(255,255,255,0.6);
	cursor:pointer;
}
.food_order_btn:hover .show_arrow{
	padding-left:1%;
	opacity: 1;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.food_introd{
	background-color: #42374f!important;
	color:#ffffff;
	padding-top:4%;
	padding-bottom:25%;
}
.food_introd_table{
	width:60%;
}
.food_introd_div{
	position:relative;
	float:left;
	width:33%;
}
.food_introd_icon{
  border:1px #000 solid;
	padding:4.8%;
	border-radius:100px;
	background-color: #0d2035;
	display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 	font-size: 2.8em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  width:23%;
	-webkit-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
	-moz-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
	-o-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
	animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);

}
.food_introd_title{
	font-size:1.5em;
	padding:5% 0% 3% 0%;
}
.food_introd_text{
	font-size:1em;
	line-height: 1.7em;
	padding:0% 4% 5% 4%;
	letter-spacing:1.3px;
	height:100px;
	text-align:justify;
}
.food_ask_div{
  position:relative;
  float:left;
  width:50%;
}
.food_ask{
	background-color:#ffffff;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:30%;
	margin-top:5%;
}
.food_ask img{
	max-width:500px;
	max-height:350px;
}
.food_ask_content{
	height:200px;
	margin-right:5%;
}
.food_ask_btn{
	color: #7f6b98;
	border:2px #7f6b98 solid;
	width:40%;
	text-align:center;
	padding:1.8% 1% 1.8% 1%;
	font-size:1.2em;
	border-radius:4px;
}
.food_ask_btn a{
	color: #7f6b98;
	cursor:pointer;
}
.food_ask_title{
	font-size:1.6em;
	color:#9085bf;
	margin-bottom:5%;
}
.food_ask_text{
	line-height:1.7em;
	color:#3f3f3f;
	margin-bottom:5%;
}
.food_ask_btn:hover{
	background-color: rgba(0,0,0,.05);
	border:0px;
	cursor:pointer;
}
.food_ask_column{
	height:100px;
}
.food_ask_clear{
	clear:both;
	padding:5% 0% 5% 0%;
}
.food_ask_btn:hover .show_arrow{
	padding-left:5%;
	opacity: 1;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.food_order_own{
	background-color: #f74b47!important;
	color:#ffffff;
	padding-bottom:7%;
	height:200px;
}
.food_order_own_content{
	padding-top:4%;
}
.food_order_own_title{
	font-size:1.5em;
	padding-bottom:2%;
}
.food_order_own_text{
	padding-bottom:2%;
}
.food_order_own_btn{
	padding:0.5%;
	font-size:1.2em;
	cursor:pointer;
	width:15%;
	border-radius:3px;
	border:2px #ffffff solid;
	color:#ffffff;
}
.food_order_own_btn a{
	color:#ffffff;	
	cursor:pointer;
}
.food_order_own_btn:hover {
	background-color:rgba(255,255,255,0.2);
	border:0px;
	cursor:pointer;
}

.food_order_own_btn:hover .show_arrow{
	padding-left:5%;
	opacity: 1;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.food_introd_btnDiv{
  margin:6%;
  text-align:center;  
  width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	min-width:20%;
	
}
.food_introd_btnDiv a{
	color:#B3DBFD;
	font-size:1.3em;
}
.food_introd_btn{
  background-color:rgba(255,255,255,0.6);
  border:1px #fff solid;
  border-radius:3px;
  color:#3d3d3d!important;
  font-size:1.3em;
  padding:8%;
  text-align:center;
  width:100%;
}
.food_introd_btn:hover{
  cursor:pointer;
}
.food_introd_btn:hover .show_arrow{
  padding-left:1%;
  opacity: 1;
  text-shadow: none;
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 1500px){/*小於 1400 (不含)*/
	.food_introd_table{
		width:80%;
	}
	.food_ask{
		margin-left:10%;
		margin-right:10%;
	}
	.food_ask_content{
		margin-left:5%;
	}
	.food_ask_btn{
		width:50%;
	}
	.food_order_own_btn{
		width:25%
	}
	.food_ask img{
		max-width:478px;
		max-height:317px;
	}
	.food_introd{
		padding-bottom:30%;
	}
	.food_introd_btn{
    font-size:1.2em;
    padding: 2% 4%;
    text-algin:center;
  }
}
@media screen and (max-device-width: 1280px){/*裝置小於 1280 (不含)*/

}
@media screen and (max-width: 1100px){
	.food_order_text{
	  margin-left: 25%;
    margin-right: 25%;
	}
	.food_ask_btn{
		width:65%;
	}
	.food_order_own_btn{
		width:30%
	}
	.food_ask img{
		max-width:500px;
		max-height:322px;
	}
	.food_introd_div{
		width:100%;
	}
	.food_introd{
		padding-bottom:75%;
		height:600px;
	}
	.food_introd_icon{	 
	  padding:3%;	 
	  width:12%;
	}
	.food_introd_title{
    
    padding:3% 0% 2% 0%;
  } 
.food_introd_text{
		padding: 0% 14% 5% 14%;
		font-size:1.2em;
	}
	.food_ask_div{
    width:100%;
  }
	.food_ask_content{
		margin-top:5%;
		
	}
.food_ask_title{
	font-size:2em;

}
.food_ask_text{
	font-size:1.3em;

}
	.food_ask{
		padding-bottom:40%;
	}
	.food_ask_clear{
		padding:10% 0% 10% 0%;
	}	
	.food_ask_btn_div_l{
		text-align:left;
	}
	.food_ask_btn_div_r{
		text-align:right;
	}
	.food_introd_btn{
    
    font-size:1.5em;
  }
}
@media screen and (max-width: 768px){
	
}
@media screen and (max-device-width: 640px){
	.food_order_text{
	  font-size:4em;
	}
.food_order_btnDiv{
	margin-top:12%;
	text-align:center;
}
.food_order_btn{
	font-size:3em;
	padding:3%;
}
	.food_order{
		padding:0% 0% 50% 0%;
	}
	.food_introd_table{
		width:100%;
	}
	.food_introd{
		height:2200px;
	}
	.food_introd_icon{
	 	font-size: 6em;
	 	padding:3%;   
    width:17%;
	}
	.food_introd_title{
		font-size:5em;
		padding:5% 0% 5% 0%;
	}	
	.food_introd_text{
			padding: 0% 5% 30% 5%;
			font-size:2.5em;
			
		}
	.food_ask_title{
		font-size:4em;
	
	}
	.food_ask_text{
		font-size:2.8em;
	}
	.food_ask{
		padding-bottom:80%;
	}
	.food_ask_clear {
	    padding: 30% 0% 30% 0%;
	}
	.food_ask_content{
		margin-left:0%;
		margin-right:0%;
		margin-bottom:40%;
		
	}
	.food_order_own{
		height: 350px;
	}
	.food_ask_btn {
		font-size:3em;
		
	}
	.food_order_own_btn{
		font-size:3em;
	}
	.food_order_own_title{
		width:80%;
		font-size:3.5em;
	}
	.food_order_own_text{
		width:80%;
		font-size:2em;
		padding-bottom: 5%;
	}
	.food_introd_btn{
	  font-size:5em;
  }
  .food_introd_btnDiv a{
	  font-size:3em;
}
}
