@charset "utf-8";
/* CSS Document */

/*--------reset----------*/
html {
  box-sizing: border-box;
}
.nav img{
	float:left;
}

*, *:before, *:after {
  box-sizing: inherit;
}
.logo{
  width: 167px;
  height: 56px;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
h2{
  font-weight: 700;
  font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

ol, ul {
 /* list-style: none;*/
	padding-left: 30px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*--------reset----------*/

.wrapper{width: 840px;margin: 0 auto;}
.content {
  width: 840px;
  margin: 0 auto;
  background-color: #f4a91e;
}
.ev {
  width: 740px;
  margin: 0 0 20px 0;
  font-size: 36px;
  text-align: center;
  color: #efab22;
  
}
.gomap{
	width: 840px;
}
.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #f4a91e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	padding: 20px;
	width: 300px;
	transition: all 0.5s;
	cursor: pointer;
	margin: -5px 0 30px 220px
  }
  .button a:link{
	text-decoration:none;
	color:#ffffff;
  }
  .button a:visited {
	color:#ffffff;
	}
  
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
  .button span:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
  .button:hover span {
	padding-right: 25px;
  }
  
  .button:hover span:after {
	opacity: 1;
	right: 0;
  }
.storetitle{
  font-size: 36px;
  height: 150px;
}
.broder-content {
	width: 840px;
	margin: 0 auto;
	
}
.broder-content2 {
	width: 840px;
	margin: 0 auto;
	
}
.broder-content ol {font-size: 28px;color: #e9efff;font-weight: bold;line-height: 1.5;}
.product table {line-height: 40px;font-size: 20px;color: #ffffff;}
.product table th {
  text-align: center; background-color: #ffc23e;color: #1b1919;line-height: 50px; 
}
.product table td {
  text-align: left; 
}
.product table td.storename{
  text-align: left;
  padding-left: 100px;
}
tr:nth-child(even) {
  background: #fddfc3;
  color: #2b2b2b;
  font-weight: 600;
}
tr:nth-child(odd) {
  background:#ffffff ;
  color: #2b2b2b;
  font-weight: 600;
}
.product table .storelist th{
  background-color: #fddfc3;
}
.product table .storelist th td{
  text-align: center;
}

.footer{
	
	padding: 20px 0 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #ffffff;

}
 .footer a {color: #ffffff;
} 

.gotop {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 80%;
	background-image: linear-gradient(#f1ab41, #ee9035);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.gotop::before, .gotop::after {
	width: 28px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	content: "";
}
.gotop::before {
	transform: rotate(-50deg) translate(0, -90%);
	left: 12px;
}
.gotop::after {
	transform: rotate(50deg) translate(0, -90%);
	right: 12px;
}
.gotop:focus {outline: none;}
