﻿@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;}	

/*::-webkit-scrollbar {display:none;}*/
	
body{
  width: 100vw;
  height: auto;
  overflow-x: hidden;
  position: relative;
  background-repeat:no-repeat;
  background-position:bottom;
}
	
#header-float{
	display: block;
	position: absolute;
	bottom: -68.9%;
}
	
footer{
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #262f40;
  margin-top: 100px;
}

a {
    text-decoration:none;
}

.alink{
    width: 100%;
    height: 100%;
}

#bgtop1{
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
	min-width: 320px;
    height: 2480px;
    top: 0;
    background-image: url(../img/bg.png) ;
    /*background-color: #cfebdc;*/
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 2px solid #fff;
}
#bgtop2{
    display: block;
    position: fixed;
    z-index: -10;
    width: 100%;
    min-width: 320px;
    height: 1600px;
    bottom: 0px;
    left: 0%;
    background-image: url(../img/background2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
    
}


.page-header{
  display: block;
  position: relative;
  width: 100%;
  min-width: 320px;
  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: 120px;
    z-index: 30;
    top: 0px;
    background-color: #fff6f7;
    box-shadow: 0px -3px 3px 0px rgba(255, 213, 211, 0.1);
}
	
.page-header-coverbar-flo{
	display: block;
    position: absolute;
    width: 12%;
    height: auto;
    z-index: 30;
    top: -175%;
    left: 12%;
}

.page-header-coverbar > img{
	position:absolute;
	bottom: -1px;
}

.page-main{
  display: block;
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 625px;
  margin: 15% auto 0 auto;
}

.title{
	display: block;
    width: 100%;
    max-width: 885px;
    min-width: 275px;
    height: auto;
    margin: 0 auto;
	/*filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.5));
	-webkit-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.5));*/
}
	
.shop-list{
	display:block;
	width:100%;
	max-width:1250px;
	height:auto;
	min-height: 315px;
	margin: 0px auto;
	margin-top: 0px;
	background-image: url(../img/title-box_mid.png);
	padding: 10px 0 20px;
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: contain;
	
}

.shop-list2{
	display:block;
	width:100%;
	max-width:1250px;
	height:auto;
	min-height: 315px;
	margin: 0px auto;
	margin-top: 0px;
	background-image: url(../img/title-box2_mid.png);
	padding: 10px 0 20px;
    background-position: center bottom;
    background-repeat: repeat-y;
    background-size: contain;
	
}
.shop-list::after,.shop-list2::after{
	content:" ";
	display:table;
	clear: both;
}
	
.shop-list ul,.shop-list2 ul{
	display: block;
	text-align: center;
    padding: 0px 0px 0px 13px;
}
.shop-list li,.shop-list2 li{
    display: inline-block;
    position: relative;
    margin: 0px 10px 15px 0px;
    padding: 12px;
    width: 275px;
    height: auto;
    list-style: none outside none;
    background: #fff;
	border: 1px solid #e5e5e5;
	
    -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,.shop-list2 li:hover{
	transform: translateY(-6px);
    box-shadow: 4px 4px 6px -2px #c7c7c773	
}

.shop-list li:hover > .shop_type{
	background:#5386e2;
}

.shop-list2 li:hover > .shop_type{
	background:#5386e2;
}

.shop-list-top {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1250px;
    height: 60px;
    margin: 0px auto;
    padding: 0 10px;
    background-image: url(../img/title-box_mid.png);
	background-color:#FFF;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: contain;
}

.shop-list-bottom {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1250px;
    height: 175px;
    margin: 0px auto;
	margin-top: 0px;
    padding: 0;
    
	background-color:transparent;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: contain;
}

.shop_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.shop_img img{
	width: auto;
    height: 100%;
}

.shop_type{
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto;
    text-align: center;
    background: #7da645;
    padding: 3px 0;
    color: #FFF;
    font-size: 21px;
    box-sizing: content-box;
    border-radius: 2px;
}

.s-tittle{
	display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
	min-width:325px;
	max-width: 1250px;
    height: auto;
    margin: 20px auto 40px auto;
	margin-bottom: 0;
    background-color: transparent;
    color: #FFF;
	font-weight: 700;
    font-size: 42px;
    border-radius: 22px 22px 0 0;
}


.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: #ff003b;
}

/*Animetion*/
#header-floatAD{
    display: block;
    position: absolute;
    top: 9%;
    left: 29%;
    width: 20%;
    animation-name: banner-floatAD;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
}

@keyframes banner-floatAD{
	0%{
		top:7%;
	}
	
	50%{
		top:9%;
	}
	
	100%{
		top:7%;
	}
}


/***************************/

#bgtop3{
	display: block;
    position: fixed;
    z-index: -5;
    width: 100%;
	min-width: 320px;
    height: 6000px;
    top: 0;
    background-image: url(../img/ba-scroll.png) ;
    background-position: center top;
    background-repeat: repeat-y;
	transform: translateY(0%);
}