@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  text-size-adjust: none;
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background: #357443;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*置頂按鈕*/
.gotop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999;
  border-radius: 50%;
  padding: 15px 10px;
}

.gotop a {
  text-align: center;
  color: #357443;
  text-decoration: none;
  font-weight: 600;
}

.gotop:active {
  box-shadow: 1px 1px 3px 2px rgba(20%, 20%, 40%, 0.5) inset;
  transition: all 0s;
}

.wap {
  margin: 0 auto;
  height: auto;
}

header {
  background: url(../images/B_top.png) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  overflow: hidden;
  aspect-ratio: 217 / 100;
}



.container {
  margin: 0 auto;	max-width:1300px;

}


/* 留單 */
.customer {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 6px solid #bed666;
  margin-bottom: 20px;
}

footer {
  margin: 0;
  padding: 20px 5%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #f4d833;
}

footer ul {
  margin: 0;
  padding: 10px 5% 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer ul li {
  border-left: 1px solid #dab57c;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 5px;
}

footer ul li:first-child {
  border-left: 0px;
}

footer ul li a {
  text-decoration: none;
  color: #4f5683;
  font-size: 1rem;
}

footer p {
  color: #606060;
  line-height: 1.6;
}

.pic {
  display: block;
  overflow: hidden;
}

.pic-m {
  display: none;
}




.button_slide {
	width:60%;
  background-color:#ff7300;
  text-align:center;
  padding: 1% 1% 1% 1%;
   margin: 1% 1% 6% 1%;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #efd435;
  -webkit-transition: ease-out 10s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  border-radius:40px;
  font-weight:bold;


}
.slide_right:hover {
  box-shadow: inset 200px 0 0 #429b38;
  color:#fff;
  
}
.slide_right a{  color:#F5EFEF;
	display:block;
	text-decoration:none;
	}

.content{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:0;
	text-align:center;}
/* ===== moblie ===== */
@media (max-width: 600px) {
  .pic {
    display: none;

  }

  .pic-m {
    display: block;
    overflow: hidden;
  }

  header {
    background: url(../images/B_m.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }

  /* 留單 */
  .customer {
    width: 95%;
    border: 1px solid #bed666;
  }

  footer {
    margin: 0;
    padding: 10px 3%;
  }

  footer ul {
    padding: 10px 8%;
  }
}