@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
:root {
	--header-max-height: 50px;
	--nav-icon-wh :50px;
}

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
    line-height: 1;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 200;
	height: 100%;
	width: 100%;
}
ol, ul, li {
    list-style-type: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a:link ,a:hover ,a:active ,a:visited{
	text-decoration: none;
	color: black;
}
       /* Set the size of the div element that contains the map */
#map {
margin: 0 auto;
display: block;
position: fixed;
height: inherit;/* The height is 400 pixels */
width: 100%;  /* The width is the width of the web page */
}
nav {
	
}
#logo {
	position: relative;
	background-image: url("../svg/jenshilogo.svg");
	width: 300px;
	height: calc(var(--header-max-height) - 20px);;
	background-origin: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	margin: 10px auto;
}
#headbar {
	width: 100%;
	height: var(--header-max-height);
	position: fixed;
	z-index: 95;
}
#headbar_bg{
	position: absolute;	
	background-color: rgba(76,178,76,1);
	height: inherit;
	width: inherit;
	opacity: 1;
}
nav {
	position: fixed;
	height: 0;
	width: 0;
	z-index: 90;
	top: 50%;
}
.nav_list {
	display: block;
	position: absolute;
	width: var(--nav-icon-wh);
	height: var(--nav-icon-wh);
	border-radius: 50%;
	z-index: 90;
	background-color: white;
	left: 40px;
	box-shadow: 0 0 12px 0px gray;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 5px solid white;
	box-sizing: border-box;
	cursor: pointer;
	pointer-events: all;
}
/*.nav_list:first-child {
	background-image: url("../svg/serach_wine.svg");
	top :0;
}
.nav_list:nth-child(2) {
	background-image: url("../svg/location.svg");
	top : calc(var(--nav-icon-wh) + 30px);
}
.nav_list:nth-child(3) {
	top : calc(var(--nav-icon-wh) + 110px);
}*/
nav > ul >li {
	width: 0;
	height: 0;
	position: relative;
}
nav > ul >li:first-child {
	top :0;
}
nav > ul >li:nth-child(2) {
	top : calc(var(--nav-icon-wh) + 30px);
}
nav > ul >li:nth-child(3) {
	top : calc(var(--nav-icon-wh) + 110px);
}
nav > ul >li:first-child >a {
	background-image: url("../svg/serach_wine.svg");
}
nav > ul >li:nth-child(2) >a {
	background-image: url("../svg/location.svg");
}
nav > ul >li:nth-child(3) >a {

}
#loading{
	z-index: 96;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loading > p {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	font-size: 40px;
	font-weight: 400;
	transform: translate(-50%,-50%);
	color: black;
	border: 1px solid black;
	padding: 10px;
	width: 200px;
	background-color: white;
	text-align: center;
}
.mwt_border{
	position: absolute;
    width:120px;
    height:40px;
    text-align:center;
    background:#fff;
    border: none;;
    padding:30px;
	left: 110px;
    top : 0;
	transition: all 1s ease-in-out;
	transform: translateY(-10%);
	z-index: 91;
}

.mwt_border .arrow_l_out{
	border: none;
    width:0px;
    height:0px;
    border-width:15px;
    border-style:solid;
    border-color:transparent #fff transparent transparent ;
    position:absolute;
    top:20%;
    left:-29px;
}
.bg_black {
	background-color: black;
	opacity: 0.8;
	z-index: 93;
	width: inherit;
	height: inherit;
	display: block; /*block*/
	position: fixed;
	top: 0;
	left: 0;
}
.nav_close_bottom {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background-image: url("../img/close_button.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	pointer-events: all;
}
#product_menu {
	position: fixed;
	display: block; /*block*/
	width: 80%;
	height: 80%;
	background-color: rgba(76,178,76,1);
	z-index: 95;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 12px 1px black;
}
#product_title {
	width: 100%;
	padding: 30px;
	display: block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
#close_buttom {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background-image: url("../img/close_button.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#product_list {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: calc(100% - 150px);
}
#product_sort {
	padding: 10px 30px;
	z-index: 90;
}
#product_sort > ul{
	display: flex;
	justify-content: center;
	flex-flow: row;
	flex-wrap: nowrap;
	max-width: 80%;
	min-width: 50%;
	margin: 0 auto;
}
#product_sort >ul >a {
	margin: 0 10px;
	display: block;
	flex: 2 2 100px;
	cursor: pointer;
	pointer-events: all;
}
#product_sort >ul >a >li {
	font-size: 20px;
	text-align: center;
}
#product_list >ul {
	display: flex;
	justify-content: center;
	flex-flow: row;
	flex-wrap: wrap;
	transition: all 2s ease-in-out;
	height: inherit;
}
#product_list >ul >a {
	margin: 10px;
	display: block;
	flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 300px;
	background-color: azure;
	transition: all 4s ease-in-out;
	padding: 13px;
}
#product_list >ul >a >li{
	height: inherit;
}
.product_img {
	width: 100%;
	height: 250px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 30px;
	box-sizing: border-box;
}
.product_text {
	height: 50px;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	
}
.no_product {
	display: block;
	position: relative;
	margin: auto 0;
	text-align: center;
	font-size: 30px;
}
#no_mark {
	position: fixed;
	display: none; /*block*/
	width: 60%;
	height: 60%;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	border-radius: 5px;
	border: dashed 2px white;
	z-index: 95;
}
#no_mark > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: bold;
	color: white;
}
#search_more_time {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	border-radius: 10px;
	box-shadow: 0 0 10px 2px black;
	background-color: white;
	width: 300px;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
}
footer{
	color: rgba(224,224,224,1.00);
	font-size: 10px;
	display: block;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 30;
	left: 50%;
	transform: translateX(-50%);
	cursor: default;
}
.navi_button {
	display: block;
	background-color: yellow;
	border: 1px solid black;
	text-align: center;
}
#search_ing_div {
	position: fixed;
	display: block;
	top: calc(var(--header-max-height) + 30px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 0 5px 2px white;
	z-index: 30;
	width: 600px;
	height: 25px;
	padding: 10px;
	text-align: center;
}
#serach_ing_title {
	font-size: 20px;
	font-weight: 500;
}
#serach_ing_num {
	font-size: 18px;
}
#total_num {
	color: red;
}
#search_ing_img {
	position: relative;
	float: left;
	top: -30px;
	left: 0;
	width: 90px;
	height: 90px;
	background-image: url("../img/close_button.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#search_ing_div > span {
    position: relative;
	right: 0;
	  
}
.gm-style-iw-d {
	z-index: 80;
}


@media screen and (max-width:899px){
nav {
bottom: 10%;
	}
.nav_list {
	left: 20px;
}
/*.nav_list:first-child {
	bottom :0;
}
.nav_list:nth-child(2) {
	bottom : calc(var(--nav-icon-wh) + 30px);
}
.nav_list:nth-child(3) {
	bottom : calc(var(--nav-icon-wh) + 110px);
}*/
	#search_ing_div {
		width: 85%;
		height: 50px;
	}
	#product_menu {
	width: 100%;
}
	#product_sort {
		padding: 0;
	}
	#product_sort > ul{
		min-width: 100%;
		max-width: 100%;
	}
	#product_list >ul >a {
	flex-basis: 300px;
	flex-grow: 3;
	flex-shrink: 1;
}
	#close_buttom {
		top: 0;
		right: 0;
}

}
