@charset "utf-8";
/* CSS Document */

*{box-sizing: border-box;margin: 0;padding: 0;font-family: 微軟正黑體;}

html{width: 100%;height: auto;}

img{width: 100%;border: none;display: block;}	
	
body{
  width: 100%;
  height: auto;
  position: relative;
  background-repeat:no-repeat;
  background-position:bottom;
}
	
footer{
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #000;
  margin-top: 50px;
}

a {
    text-decoration:none;
}

.alink{
	width: 100%;
	height: 100%;
}

#bgtop1{
	display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1920px;
    top: 0;
    background-image: url(../img/bg.jpg) ;
	background-position: center top;
	background-repeat: no-repeat;
}
#bgtop2{
    position: absolute;
    z-index: -45;
    width: 100%;
    height: 100%;
	top:0;
	left: 0;
    background-image: url(../img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	pointer-events: none;
}


.head-animetion{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page-header{
  display: block;
  position: relative;
  width: 100%;
  min-width: 325px;
  height: auto;
  background-size: cover;
  background-position:center center;
}

.page-header-image{
  display: block;
  width: 100%;
  min-width: 325px;
}

.page-header-coverbar{
	display: block;
    position: relative;
    width: 100%;
    height: 10px;
    z-index: 30;
    background-image: url(../img/botbar.jpg) ;
}
	
.page-main{
  display: block;
  width: 100%;
  min-width: 325px;
  min-height: 625px;
  margin-top: 80px;
}

.title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	filter: drop-shadow(4px 2px 1px #a59182bf);
}
	
.shop-list{
	display:block;
	width:100%;
	max-width: 1280px;
	height:auto;
	min-height: 315px;
	margin: 0px auto;
	padding: 0 10px;
    background-image: url(../img/mainblock2.png);
	background-position: center bottom;
	background-repeat: repeat-y;
	/*pointer-events: none;*/
	 background-size: contain;
}

.shop-list::after{
	content:" ";
	display:table;
	clear: both;	
}
.shop-list-top{
	display:block;
	position: relative;
	width:100%;
	max-width: 1280px;
	height:268px;
	margin: 0px auto;
	padding: 0 10px;
    background-image: url(../img/mainblock1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	background-size: contain;
}

.shop-list-top::before{
    content: " ";
    display: block;
    position: absolute;
    width: 70%;
    height: 120px;
    background-image: url(../img/IN2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    left: 15%;
    bottom:45%;
}

.shop-list-bot{
	display:block;
	width:100%;
	max-width: 1280px;
	height:90px;
	margin: 0px auto;
	padding: 0 10px;
    background-image: url(../img/mainblock3.png);
	background-position: center top;
	background-repeat: no-repeat;
	pointer-events: none;
	 background-size: contain;
}
	
.shop-list ul{
	display: block;
	text-align: center;
    padding: 0px 0px 0px 13px;		
}
.shop-list li{
    display: inline-block;
    margin: 0px 15px 15px 0px;
    padding: 5px;
    width: 268px;
    height: auto;
    list-style: none outside none;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shop-list li:hover{
	transform: translateY(-6px);
    box-shadow: 3px 3px 3px 2px rgba(134, 9, 9, 0.75);
}


.shop-list li:hover > .shop_type{
	background:#5386e2;
}

.shop_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.shop_img img{
	width: auto;
    height: 100%;
}

.shop_type{
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto;
    text-align: center;
    background: #235db5;
    padding: 3px 0;
    color: #FFF;
    font-size: 21px;
    box-sizing: content-box;
    border-radius: 2px;
}

.shop_name{
	display: block;
    width: 98%;
	height: 42px;
    margin: 1%;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #1F1F1F;

}

.shop_Price{
	display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin: 4px 0;
}

.shop_Price > p {
	width: 50%;
    font-size: 19px;
    font-weight: 300;
    text-align: left;
    color: #CCC;
    text-decoration: line-through;	
}

.shop_Price > p2 {
	width: 50%;
	text-align: right;
	font-size: 28px;
	color: #ff0c10;
}


/*Animetion*/
#bannerM{
    width: 28%;
    position: absolute;
    height: auto;
    top: 4.85%;
    right: 36.28%;
    animation-delay: 0s;
    animation-duration: 10s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-name: bannerM;
    z-index: 99;
}

#head-animetion-s1{
	width: 15%;
	position: absolute;
	height: auto;
	top:2%;
	right: 22%;
	/**/
	animation-delay:5s;
	animation-duration:2.8s;
	animation-direction: normal;
	animation-iteration-count:infinite;
	animation-name: fire_01;
	z-index: 99;
	opacity:0;
}

#head-animetion-s2{
	width: 15%;
	position: absolute;
	height: auto;
	top:2%;
	left: 22%;
	/**/
	animation-delay:3s;
	animation-duration:3.3s;
	animation-direction: normal;
	animation-iteration-count:infinite;
	animation-name: fire_02;
	z-index: 99;
	opacity:0;
}

#head-animetion-s3{
	width: 8%;
	position: absolute;
	height: auto;
	bottom: 44%;
	left: 18%;
	/**/
	animation-delay:1s;
	animation-duration:4s;
	animation-direction: normal;
	animation-iteration-count:infinite;
	animation-name: fire_03;
	z-index: 99;
	opacity:0;
}

#head-animetion-s4{
	width: 8%;
	position: absolute;
	height: auto;
	bottom: 52%;
	right: 14%;
	/**/
	animation-delay:5.5s;
	animation-duration:4s;
	animation-direction: normal;
	animation-iteration-count:infinite;
	animation-name: fire_04;
	z-index: 99;
	opacity:0;
}

@keyframes fire_01{
    0% {
		transform:scale(0,0);
		opacity:0;
	}
	
    50% {
		transform:scale(0,0);
		opacity:0;
    }
    
    80% {
		transfrom:scale(1,1);
		opacity:1;
    }
	
    100% {
		transfrom:scale(0,0);
		opacity:0;
    }
}

@keyframes fire_02{
    0% {
		transform:scale(0,0);
		opacity:0;
	}
	
    50% {
		transform:scale(0,0);
		opacity:0;
    }
    
    80% {
		transfrom:scale(1,1);
		opacity:1;
    }
	
    100% {
		transfrom:scale(0,0);
		opacity:0;
    }
}

@keyframes fire_03{
    0% {
		transform:scale(0,0);
		opacity:0;
	}
	
    50% {
		transform:scale(0,0);
		opacity:0;
    }
    
    80% {
		transfrom:scale(1,1);
		opacity:1;
    }
	
    100% {
		transfrom:scale(0,0);
		opacity:0;
    }
}

@keyframes fire_04{
    0% {
		transform:scale(0,0);
		opacity:0;
	}
	
    30% {
		transform:scale(0,0);
		opacity:0;
    }
    
    80% {
		transfrom:scale(1,1);
		opacity:1;
    }
	
    100% {
		transfrom:scale(0,0);
		opacity:0;
    }
}