@charset "UTF-8";

/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
  -moz-user-select : none;
　-webkit-user-select: none;
}
html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: "Lato","Noto Sans TC", "Helvetica", sans-serif;
	background:#FFF;
  color: #333;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {	
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#CCC;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none; 
}



#header {
  width: 100%;
  height: 115px;
  background: rgba(51,51,51,0.95);
  position: fixed;
  z-index: 1000;
}

.header_top {
  width: 100%;
  padding: 5px 0;
  background: #d1bfb1;
  overflow: hidden;
  font-size: 12px;
  color: #FFF;
}
.header_top_menu {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
}
.header_top_menu a {
  color: #FFF;
}
.header_top2_menu {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
  padding-top: 20px;
  position: relative;
}
.header_top2_menu a {
  color: #FFF;
}
.menu_list {
  font-size: 16px;
}

.logo {
  width: 80px;
  float:left;
  text-align: left;
  padding-top: 2px;
}
.logo_word {
  float:left;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
  padding-top: 16px;
  margin-left: 24px;
}
.header_top2_line {
  width: 100%;
  height: 19px;
  border-top: 1px solid #FFF;
}
.header_top2_clear {
  width: 100%;
  clear: both;
  height: 22px;
}
.header_menu {
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 16px;
}
.header_menu ul {
  list-style: none;
}
.header_menu ul li {
  margin-left: 73px;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  padding-bottom: 10px;
}
.header_menu ul li:first-child {
  margin-left: 7px;
}

.header_list_menu {
  position: fixed;
  top: 178px;
  left: 0;
  width: 100%;
  min-height:  60px;
  z-index: 10;
  background: rgba(246,246,246,0.95);
  display: none;
}
.header_list_menu2 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.header_list_menu2 ul {
  padding: 20px 0;
}
.header_list_menu2 ul li {
  font-size: 16px;
  line-height: 30px;
  margin-left: 67px;
}
.header_list_menu2 ul li a {
  color: #666666;
}
.header_list_menu2 ul li a:hover {
  color: #a5886d;
  border-bottom: 0;
}

.cart {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1002;
}

.header_menu_list {
  width: 280px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  background: #FFF;
  position: absolute;
  top:88px;
  right: 20px;
  display: none;
}
.header_products {
  position: relative;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  width: 100%;
  border-top:1px solid #666666;
  height: 20px;
}
.header_products_clear {
  height: 20px;
  clear: both;
}
.header_products_del {
  background: #666;
  color: #FFF;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
  z-index: 10;
  cursor: pointer;
}

.header_products_clear {
  height: 20px;
  clear: both;
}

.header_products_1 {
  width: 50%;
  float: left;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.header_products_2 {
  width: 50%;
  float: right;
  text-align: right;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #FFF;
  background: #fc9786;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #FFF;
  background: #8cb19a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) {
#header {
  height: 130px;
  z-index: 1000;
}
.header_top {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}
.header_top2_menu {
  padding-top: 30px;
}
.cart {
  right: 25px;
  top: 10px;
}
.header_menu_list {
  width: 300px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  top:103px;
  right: 25px;;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  height: 20px;
}
.header_products_clear {
  height: 20px;
}
.header_products_del {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
}
.header_products_1 {
  width: 50%;
  font-size: 14px;
  }
.header_products_2 {
  width: 50%;
  font-size: 14px;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  font-size: 14px;
} 
}
@media only screen and (min-width: 1100px) {
#header {
  height: 180px;
  z-index: 1000;
}
.header_top {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}
.header_top2_menu {
  padding-top: 30px;
}
.cart {
  right: 0;
  top: 10px;
}
.header_menu_list {
  width: 300px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  top:96px;
  right: 0;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  height: 20px;
}
.header_products_clear {
  height: 20px;
}
.header_products_del {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
}
.header_products_1 {
  width: 50%;
  font-size: 14px;
  }
.header_products_2 {
  width: 50%;
  font-size: 14px;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  font-size: 14px;
} 
}



.header_main_menu {
  display: none;
  position: relative;
}
.header_main_menu2 {
  display: block;
  position: relative;
}
.header_small_logo {
  position: absolute; 
  width: 80px;
  left: 55px;
  top: 05px;
  z-index: 1000;
}
.header_small_logo_word {
  position: absolute; 
  left: 155px;
  top: 23px;
  color:#FFF;
  font-size: 12px;
  font-weight: 300;
   z-index: 1000;
}
.header_small_open {
  position: absolute; 
  width: 27px;
  left: 15px;
  top: 13px;
  z-index: 1000;
}
.header_small_close {
  position: absolute;
  width: 27px;
  left: 13px;
  top: 10px;
  z-index: 1000;
  display: none;
}
.header_small_menu {
  width: 100%;
  padding: 25px 15px 25px 15px;
  background: rgba(51,51,51,0.95);
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.header_small_menu ul {
  list-style: none;
  padding-left: 55px;
}
.header_small_menu ul li {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-bottom: 30px;
  color: #FFF;
}
.header_small_menu ul li a { 
  color: #FFF;
}
.header_menu_open {
  list-style: none;
  padding-left: 20px;
  overflow: hidden;
  display: none;
}
.header_menu_open div {
  text-align: left;
  font-size: 16px;
  padding: 15px 0 0 0;
  color: #FFF;
}
.header_menu_open div a{ 
  color: #FFF;
}

.down-arrow {
  display :inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  margin-left: 100px;
}

.down-arrow::after {
  display: inline-block;
  content: " ";
  height: 18px;
  width: 18px;
  border-width: 2px 2px 0 0;
  border-color: #FFF;
  border-style: solid;
  transform: matrix(0.60, 0.60, -0.60, 0.60, 0, 0);
  transform-origin: center;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 10px;
}

.down-arrow.active::after {
  transform-origin: center;
  transform: rotate(135deg);
  transition: transform .3s;
}


@media only screen and (min-width: 768px) {
.header_small_logo {
  position: absolute; 
  width: 90px;
  left: 70px;
  top: 2px;
  z-index: 1000;
}
.header_small_logo_word {
  position: absolute; 
  left: 180px;
  top: 20px;
  color:#FFF;
  font-size: 16px;
  font-weight: 300;
    z-index: 1000;
}
.header_small_open {
  position: absolute; 
  width: 32px;
  left: 25px;
  top: 10px;
  z-index: 1000;
}
.header_small_close {
  position: absolute;
  width: 32px;
  left: 25px;
  top: 10px;
  display: none;
}
.header_small_menu {
  padding: 50px 25px 50px 25px;
}
.header_small_menu ul li {
  width: 300px;
  font-size: 18px;
  padding-bottom: 30px;
}
.header_menu_open {
  padding-left: 25px;
}
.header_main_menu {
  display: none;
}
.header_main_menu2 {
  display: block;
}
.down-arrow {
  margin-left: 120px;
}
}
@media only screen and (min-width: 1100px) {
.header_main_menu {
  display: block;
}
.header_main_menu2 {
  display: none;
}
}

#banner {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .banner_word {
    max-width: 1100px;
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    padding-left: 20px; 
  }
  .banner_title1 {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    bottom: 100px;
  }
  .banner_title2 {
    letter-spacing: 6px;
  }
@media only screen and (min-width: 768px) {
#banner {
  height: 400px;
}
  .banner_word {
    padding-left: 24px; 
  }
  .banner_title1 {
    font-size: 20px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1100px) {
#banner {
  height: 400px;
}
  .banner_word {
    padding-left: 0; 
  }
  .banner_title1 {
    font-size: 24px;
    bottom: 80px;
  }
}

#content {
  width: 100%;
  background: #FFF;
}
.content_memo {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 35px 20px;
  overflow: hidden;
}
.content_memo2 {
  width: 100%;
  text-align: left;
  padding: 0;
}
.content_memo3 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 0 20px 35px 20px;
  overflow: hidden;
}
.content_memo4 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: left;
  padding-top: 35px;
}
.content_link {
  font-size: 14px;
  color: #333333;
}
.content_link a {
  color: #a5886d;
}
.content_link a:hover {
  color: #a5886d;
}
.content_link1 {
  width: 100%;
  float: left;
  text-align: left;
}
.content_link2 {
  width: 100%;
  float: right;
  text-align: right;
  padding-top: 20px;
}
.content_search {
  width: 200px;
  height: 30px;
  border: 1px solid #666;
  padding: 0 10px;
  float: left;
  border-radius: 0;
}
.content_search_button {
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-left: 0;
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
.content_memo {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 60px 20px;
}
.content_memo2 {
  padding: 0 40px;
}
.content_memo3 {
  padding: 0 20px 60px 20px;
}
.content_memo4 {
  padding-top: 60px;
}
.content_link {
  font-size: 16px;
}
.content_link1 {
  width: 50%;
  float: left;
  text-align: left;
}
.content_link2 {
  width: 232px;
  float: right;
  text-align: right;
  padding-top: 0px;
}
}
@media only screen and (min-width: 1100px) {
.content_memo {
  padding: 80px 0;
}
.content_memo2 {
  padding: 0;
}
.content_memo3 {
  padding: 0 0 80px 0;
}
.content_memo4 {
  padding-top: 80px;
}
}

/* 產品  */

.product_pic1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product_title1 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding-top: 14px;
  height: 100px;
}
.product_money1 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-decoration: line-through;
  padding-top: 6px;
}
.product_money2 {
  font-size: 16px;
  color: #ec7260;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.product_money3 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding-top: 6px;
}
.product_cart {
  width: 100%;
  height: 40px;
  border: 1px solid #a6886e;
  font-size: 14px;
  color: #a6886e;
  padding: 10px 0;
  margin-top: 16px;
  background-image: url("../images/cart2.png");
  background-size: 20px 20px;
  background-position: 15% 10px;
  padding-left: 30%;
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
}
.product_cart img {
  width: 20px;
}
.product_cart:hover {
  background-color: #a6886e;
  background-image: url("../images/cart.png");
  color: #fff;
}
.product-list {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 400px) {
.product_cart {
  background-position: 30% 10px;
  padding-left: 40%;
}
}
@media only screen and (min-width: 768px) {
.product_title1 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  height: 90px;
}
.product_money1 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 6px;
}
.product_money2 {
  font-size: 18px;
  line-height: 30px;
}
.product_money3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 6px;
}
.product_cart {
  height: 50px;
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
  background-size: 28px 28px;
  background-position: 30% 10px;
  padding-left: 45%;
}
.product_clear {
  height: 30px;
}  
}

@media only screen and (min-width: 1100px) {
.product-list {
  margin: 0 0 50px 0;
}
.product_title1 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  height: 90px;
}
.product_money1 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}
.product_money2 {
  font-size: 18px;
  line-height: 30px;
}
.product_money3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}
.product_cart {
  height: 50px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  background-size: 28px 28px;
  background-position: 30% 10px;
  padding-left: 45%;
}
.product_clear {
  height: 50px;
} 
}


.product_1 {
  width: 100%;
  float: left;
  position: relative;
}
.product_1_1 {
  display: none;
}
.product_1_2 {
  position: relative;
  display: block;
}
.product_2 {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-left: 0px;
}
.product_in_memo {
  font-size: 16px;
  line-height: 30px;
  padding-top: 0;
  font-weight: 500;
}
.product_in_title1 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.product_in_title2 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product_in_title3 {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: 700;
  text-decoration: line-through;
}
.product_in_title4 {
  font-size: 18px;
  line-height: 30px;
  color: #ec7260;
  font-weight: 700;
}
.product_in_line {
  border-top: 1px solid #a5886d;
  height: 10px;
}
.product_in_text {
  width: calc(100% - 60px);
  height: 30px;
  border-top: solid 2px #efefef;
  background-color: #ffffff;
  text-align: center;
  float: left;
  color: #666666;
  border: 1px solid #666666;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.product_in_add1 {
  width: 30px;
  height: 30px;
  float: left;
  background: #f5f5f5;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  cursor: pointer;
}
.product_in_add2 {
  width: 30px;
  height: 30px;
  float: left;
  background: #f5f5f5;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  cursor: pointer;
}
.product_in_button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 4px 0;
  margin-top: 16px;
  background-image: url("../images/cart2.png");
  background-size: 20px 20px;
  background-position: 30% 9px;
  padding-left: 45%;
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
  color: #a6886e;
  border: 1px solid #a6886e;
  float: left;
  border-radius: 0;
}
.product_in_button2 {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 4px 0;
  margin-top: 16px;
  background-image: url("../images/cart3.png");
  background-size: 20px 20px;
  background-position: 30% 9px;
  padding-left: 45%;
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
  color: #ec7260;
  border: 1px solid #ec7260;
  float: left;
  border-radius: 0;
}
.product_in_button3 {
  width: 240px;
  height: 40px;
  font-size: 14px;
  padding: 10px 0;
  background-image: url("../images/button_arrow.png");
  background-repeat: no-repeat;
  background-size: 14px 22px;
  background-position: 30% 10px;
  padding-left: 30%;
  background-color: #FFF;
  text-align: left;
  cursor: pointer;
  color: #a6886e;
  border: 1px solid #a6886e;
  border-radius: 0;
}
.product_in_button:hover {
  background-color: #a6886e;
  background-image: url("../images/cart.png");
  color: #fff;
}
.product_in_button2:hover {
  background-color: #ec7260;
  background-image: url("../images/cart.png");
  color: #FFF;
}
.product_in_button3:hover {
  background-color: #a6886e;
  background-image: url("../images/button_arrow2.png");
  color: #FFF;
}
.product_in_clear {
  height: 10px;
  clear: both;
}
.product_in_clear2 {
  height: 20px;
  clear: both;
}
.product_in_clear3 {
  height: 60px;
  clear: both;
}

.product_small {
  width: 23.5%;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #a5886d;
  margin-bottom: 6px;
}
.product_small_none {
  width: 2%;
  float: left;
  height: 20px;
}
.product_small_clear {
  width: 100%;
  height: 10px;
  clear: both;
}

.product_share {
  font-size: 16px;
  color: #666;
  text-align: left;
}
.product_share img {
  width: 30px;
  margin-left: 10px;
}

.product_in_memo1 {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

@media only screen and (min-width: 768px) {
.product_1 {
  width: 100%;
}
.product_1_1 {
  display: block;
}
.product_1_2 {
  display: none;
  }
  .product_small {
    margin-bottom: 20px;
  }
.product_2 {
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
.product_memo {
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
}
.product_in_title1 {
  font-size: 20px;
  line-height: 36px;
  padding-top: 30px;
}
.product_in_title2 {
  font-size: 16px;
  line-height: 36px;
}
.product_in_title3 {
  font-size: 20px;
  line-height: 36px;
}
.product_in_title4 {
  font-size: 20px;
  line-height: 36px;
}
.product_in_line {
  border-top: 1px solid #a5886d;
  height: 20px;
}
.product_in {
  float: left;
}
.product_in_text {
  width: 100px;
  height: 30px;
}
.product_in_add1 {
  width: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 16px;
}
.product_in_add2 {
  width: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 16px;
}
.product_in_button {
  width: 48%;
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 20px 20px;
  background-position: 30% 15px;
  padding-left: 20%;
}
.product_in_button2 {
  width: 48%;
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 20px 20px;
  background-position: 30% 15px;
  padding-left: 20%;
  margin-left: 4%;
}
.product_in_button3 {
  width: 240px;
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 14px 22px;
  background-position: 30% 13px;
  padding-left: 14%;
}
.product_in_clear {
  height: 20px;
}
.product_in_clear2 {
  height: 40px;
}
.product_in_clear3 {
  height: 80px;
}
.product_in_memo1 {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
}
}
@media only screen and (min-width: 1110px) {
.product_1 {
  width: 50%;
  padding-right: 8%;
}
.product_2 {
  width: 50%;
  padding-left: 20px;
  padding-top: 20px;
}
.product_memo {
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
}
.product_in_title1 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 0;
}
.product_in_title2 {
  font-size: 16px;
  line-height: 36px;
}
.product_in_title3 {
  font-size: 20px;
  line-height: 36px;
}
.product_in_title4 {
  font-size: 20px;
  line-height: 36px;
}
.product_in_line {
  border-top: 1px solid #a5886d;
  height: 20px;
}
.product_in {
  float: left;
}
.product_in_text {
  width: 100px;
  height: 30px;
}
.product_in_add1 {
  width: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 16px;
}
.product_in_add2 {
  width: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 16px;
}
.product_in_button {
  width: 240px;
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 20px 20px;
  background-position: 30% 15px;
  padding-left: 20%;
}
.product_in_button2 {
  width: 240px;
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 20px 20px;
  background-position: 30% 15px;
  padding-left: 20%;
  margin-left: 20px;
}
.product_in_button3 {
  height: 50px;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 0;
  background-size: 14px 22px;
  background-position: 30% 13px;
  padding-left: 10%;
}
.product_in_clear {
  height: 20px;
}
.product_in_clear2 {
  height: 40px;
}
.product_in_clear3 {
  height: 100px;
}
.product_in_memo1 {
  width: 100%;
  padding: 0 85px;
}
}


.content5_1 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.content5_2 {
  width: 50%;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  display: none;
}
  .content5_word {
    width: 100%;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    justify-content: left;
    align-items: center; 
    text-align: left;
  }
  .content5_title1 {
    font-size: 18px;
    color: #333333;
  }
  .content5_title2 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
  }
  .content5_title3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
  }
  .content5_clear {
    height: 60px;
    clear: both;
  }
  .content5_b1 {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #a5886d;
    background: #ffffff;
    letter-spacing: 4px;
    font-size: 16px;
    border: 1px solid #a5886d;
    border-radius: 0;
  }
  .product_arrow {
    width: 40px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 10;
  }


@media only screen and (min-width: 768px) {
.content5_1 {
  width: 50%;
  height: 100%;
  float: left;
}
  .content5_word {
    width: 100%;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 50px 50px 60px;
  }
  .content5_title1 {
    font-size: 18px;
  }
  .content5_title2 {
    font-size: 24px;
    font-weight: 700;
  }
  .content5_title3 {
    font-size: 16px;
    line-height: 36px;
  }
  .content5_clear {
    height: 100px;
    clear: both;
  }
  .content5_b1 {
    width: 250px;
    height: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    border: 1px solid #a5886d;
  }

.content5_2 {
  width: 50%;
  display: block;
}
  .product_arrow {
    width: 60px;
  }
}

@media only screen and (min-width: 1100px) {
.content5_1 {
  width: 50%;
  height: 100%;
  float: left;
}
  .content5_word {
    width: 550px;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
  }
  .content5_title1 {
    font-size: 24px;
  }
  .content5_title2 {
    font-size: 36px;
    font-weight: 700;
  }
  .content5_title3 {
    font-size: 20px;
    line-height: 36px;
  }
  .content5_clear {
    height: 140px;
    clear: both;
  }
  .content5_b1 {
    width: 250px;
    height: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    border: 1px solid #a5886d;
  }

.content5_2 {
  width: 50%;
}
  .product_arrow {
    width: 100px;
  }
}




.about_title1 {
  font-size:18px;
  color: #333;
  font-weight: 500;
}
.about_title2 {
  font-size:15px;
  color: #333;
  line-height: 36px;
}
.about_title3 {
  font-size:20px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}
.about_title4 {
  font-size:16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
.about_title5 {
  font-size:16px;
  color: #333;
  font-weight: 500;
  margin-left: 10px;
}
.about_line {
  width: 70px;
  border-top: 6px solid #a5886d;
  margin-top: 35px;
}
.about_clear {
  height: 35px;
  clear: both;
}
.about_clear2 {
  height: 35px;
  clear: both;
}
.content_brown {
  background: #f5f5f5;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.about_1 {
  width: 100%;
  float:left;
  text-align: left;
  position: relative;
  padding-bottom: 40px;
}
.about_cycle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #a5886d;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  margin: auto;
}
.about_cycle img {
  width: 65px;
}
.about_tel {
  position: absolute;
  bottom:0px;
  left: 250px;
  display: none;
}
.about_tel2 {
  padding-top: 20px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.about_title1 {
  font-size:20px;
}
.about_title2 {
  font-size:16px;
  line-height: 36px;
}
.about_title3 {
  font-size:20px;
  line-height: 24px;
  padding-top: 10px;
}
.about_title4 {
  font-size:14px;
  line-height: 24px;
}
.about_title5 {
  font-size:16px;
  margin-left: 10px;
}
.about_line {
  width: 70px;
  border-top: 6px solid #a5886d;
  margin-top: 35px;
}
.about_clear {
  height: 45px;
}
.about_clear2 {
  height: 35px;
}
.about_1 {
  width: 50%;
  float:left;
  text-align: left;
  padding-bottom: 0px;
}
.about_cycle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: inherit;
}
.about_cycle img {
  width: 65px;
}
.about_tel {
  display: none;
}
.about_tel2 {
  padding-top: 20px;
  display: block;
  text-align: left;
}
}
@media only screen and (min-width: 1100px) {
.about_title1 {
  font-size:24px;
}
.about_title2 {
  font-size:16px;
  line-height: 36px;
}
.about_title3 {
  font-size:24px;
  line-height: 24px;
  padding-top: 10px;
}
.about_title4 {
  font-size:16px;
  line-height: 24px;
}
.about_title5 {
  font-size:18px;
  margin-left: 10px;
}
.about_line {
  width: 70px;
  border-top: 6px solid #a5886d;
  margin-top: 35px;
}
.about_clear {
  height: 50px;
}
.about_clear2 {
  height: 35px;
}
.about_1 {
  width: 50%;
  float:left;
  text-align: left;
}
.about_cycle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.about_cycle img {
  width: 82px;
}
.about_tel {
  display: block;
}
.about_tel2 {
  padding-top: 20px;
  display: none;
}
}

.service_title1 {
  margin-left: 24px;
}

.service3_main1 {
  display: block;
}
.service3_main2 {
  display: none;
}

.service3_block {
  background: #d1bfb1;
  width: 100%;
  padding: 30px 26px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.service3_none {
  width: 100%;
  height: 20px;
  float: left;
}
.service3_1 {
  width: 65%;
  display: inline-block;
}
.service3_2 {
  width: 35%;
  display: inline-block;
}
.service3_title1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 15px;
}
.service3_title2 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.service3_clear {
  clear: both;
  height: 20px;
}
.service4_title1 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 36px;
}

@media only screen and (min-width: 768px) {
.service3_main1 {
  display: none;
}
.service3_main2 {
  display: block;
}
.service3_block {
  width: 47%;
  padding: 30px 26px;
}
.service3_none {
  width: 6%;
  height: 20px;
}
.service3_1 {
  width: 160px;
}
.service3_2 {
  width: 80px;
}
.service3_title1 {
  font-size: 18px;
  padding-bottom: 15px;
}
.service3_title2 {
  font-size: 16px;
}
.service3_clear {
  height: 35px;
}
}
@media only screen and (min-width: 1100px) {
.service3_main1 {
  display: block;
}
.service3_main2 {
  display: none;
}
.service3_block {
  width: 300px;
  padding: 30px 26px;
}
.service3_none {
  width: 66.77777px;
  height: 20px;
}
.service3_1 {
  width: 160px;
}
.service3_2 {
  width: 80px;
}
.service3_title1 {
  font-size: 18px;
  padding-bottom: 15px;
}
.service3_title2 {
  font-size: 16px;
}
.service3_clear {
  height: 35px;
}
}


.service4_main {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center; 
}
.service4_1 {
  width: 100%;
  float: left;
}
.service4_2 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
.service4_3 {
  width: 100%;
  display: block;
}
.service4_block {
  border: 1px solid #666666;
  padding: 25px 20px;
  text-align: center;
  float: left;
  min-width: 100%;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.service4_cycle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #d1bfb1;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  margin: auto;
}
.service4_img1 {
  width: 62px;
}
.service4_img2 {
  width: 83px;
}
.service4_img3 {
  width: 62px;
}
.service4_img4 {
  width: 55px;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.service4_title1 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  letter-spacing: 4px;
}
.service4_title2 {
  font-size: 16px;
  color: #333;
}
.service4_title3 {
  font-size: 13px;
  color: #333;
  line-height: 30px;
}
.service4_title4 {
  font-size: 13px;
  color: #ec7260;
  line-height: 30px;
}
.service4_title5 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
.service4_main {
  display: flex;
}
.service4_1 {
  width: 200px;
}
.service4_2 {
  width: 110px;
  padding: 0;
}
.service4_3 {
  width: 375px;
}
.service4_block {
  padding: 30px 10px;
  min-width: 100%;
  min-height: 180px;
}
.service4_cycle {
  width: 200px;
  height: 200px;
}
.service4_img1 {
  width: 62px;
}
.service4_img2 {
  width: 83px;
}
.service4_img3 {
  width: 62px;
}
.service4_img4 {
  width: 55px;
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
}
.service4_title1 {
  font-size: 20px;
  padding-top: 10px;
}
.service4_title2 {
  font-size: 16px;
}
.service4_title3 {
  font-size: 16px;
}
.service4_title4 {
  font-size: 16px;
}
.service4_title5 {
  font-size: 18px;
}
}
@media only screen and (min-width: 1100px) {
.service4_1 {
  width: 300px;
}
.service4_2 {
  width: 200px;
}
.service4_3 {
  width: 600px;
}
.service4_block {
  padding: 40px 20px;
  min-width: 380px;
  min-height: 180px;
}
.service4_cycle {
  width: 300px;
  height: 300px;
}
.service4_img1 {
  width: 108px;
}
.service4_img2 {
  width: 127px;
}
.service4_img3 {
  width: 100px;
}
.service4_img4 {
  width: 68px;
}
.service4_title1 {
  font-size: 24px;
  padding-top: 20px;
}
.service4_title2 {
  font-size: 18px;
}
.service4_title3 {
  font-size: 18px;
}
.service4_title4 {
  font-size: 18px;
}
.service4_title5 {
  font-size: 18px;
}
}


.contact_share img {
  width: 40px;
  margin-right: 12px;
}
.contact_line {
  border-top: 1px solid #a5886d;
  padding-top: 35px;
}
.contact_block {
  width: 100%;
}
.contact_block2 {
  width: 100%;
  padding: 0 0 0 0; 
}
.contact_1 {
  width: 95px;
  float: left;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #333;
}
.contact_2 {
  width: calc(100% - 95px);
  float: left;
}
.contact_3 {
  width: 95px;
  float: left;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #333;
  display: none;;
}
.contact_4 {
  width: 100%;
  float: left;
}
.contact_title1 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  font-weight: 500px;
}
.contact_title2 {
  font-size: 12px;
  color: #333;
  line-height: 30px;
}
.input_text {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px;
  color: #333;
  border:1px solid #666;
  border-radius: 0;
}
.input_text2 {
  width: 100%;
  height: 70px;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px;
  color: #333;
  border:1px solid #666;
  border-radius: 0;
}
.contact_button {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  background-image: url("../images/contact_del.png");
  background-position: 32% 10px;
  background-repeat: no-repeat;
  border: 1px solid #a5886d;
  background-color: #fff;
  color: #a5886d;
  padding-left: 30px;
  font-size: 13px;
  border-radius: 0;
}
.contact_button2 {
  width: 100%;
  height: 40px;
  float: right;
  text-align: center;
  background-image: url("../images/contact_send.png");
  background-position: 32% 11px;
  background-repeat: no-repeat;
  border: 1px solid #a5886d;
  background-color: #fff;
  color: #a5886d;
  padding-left: 30px;
  margin-top: 22px;
  font-size: 13px;
  border-radius: 0;
}
.contact_button:hover {
  background-image: url("../images/contact_del2.png");
  background-color: #a5886d;
  color: #FFF;
}
.contact_button2:hover {
  background-image: url("../images/contact_send2.png");
  background-color: #a5886d;
  color: #FFF;
}
.contact_clear {
  clear: both;
  height: 30px;
}

@media only screen and (min-width: 768px) {
.contact_share img {
  width: 40px;
  margin-right: 12px;
}
.contact_line {
  padding-top: 35px;
}
.contact_block {
  width: 100%;
}
.contact_block2 {
  width: 100%;
  padding: 0 40px 0 0; 
}
.contact_1 {
  width: 150px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.contact_2 {
  width: calc(100% - 150px);
  float: left;
}
.contact_3 {
  width: 150px;
  float: left;
  text-align: center;
  font-size: 16px;
  display: block;
}
.contact_4 {
  width: calc(100% - 150px);
  float: left;
  margin-top: 0;
}
.contact_title1 {
  font-size: 16px;
  line-height: 36px;
}
.contact_title2 {
  font-size: 16px;
  line-height: 36px;
}
.input_text {
  height: 50px;
  padding: 15px 10px;
  font-size: 16px;
}
.input_text2 {
  height: 100px;
  padding: 15px 10px;
  font-size: 16px;
}
.contact_button {
  width: 220px;
  height: 50px;
  float: left;
  text-align: center;
  background-image: url("../images/contact_del.png");
  background-position: 30% 15px;
  padding-left: 30px;
  font-size: 16px;
}
.contact_button2 {
  width: 220px;
  height: 50px;
  float: right;
  text-align: center;
  background-image: url("../images/contact_send.png");
  background-position: 30% 16px;
  padding-left: 30px;
  font-size: 16px;
  margin-top: 0;
}
.contact_clear {
  height: 30px;
}
}

@media only screen and (min-width: 1100px) {
.contact_share img {
  width: 40px;
  margin-right: 12px;
}
.contact_line {
  padding-top: 35px;
}
.contact_block {
  width: 800px;
}
.contact_block2 {
  width: 800px;
  padding: 0 40px 0 0; 
}
.contact_1 {
  width: 150px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.contact_2 {
  width: calc(100% - 150px);
  float: left;
}
.contact_3 {
  width: 150px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.contact_4 {
  width: calc(100% - 150px);
  float: left;
}
.contact_title1 {
  font-size: 16px;
  line-height: 36px;
}
.contact_title2 {
  font-size: 16px;
  line-height: 36px;
}
.input_text {
  height: 50px;
  padding: 15px 10px;
  font-size: 16px;
}
.input_text2 {
  height: 100px;
  padding: 15px 10px;
  font-size: 16px;
}
.contact_button {
  width: 240px;
  height: 50px;
  float: left;
  text-align: center;
  background-image: url("../images/contact_del.png");
  background-position: 30% 15px;
  padding-left: 30px;
}
.contact_button2 {
  width: 240px;
  height: 50px;
  float: right;
  text-align: center;
  background-image: url("../images/contact_send.png");
  background-position: 30% 16px;
  padding-left: 30px;
  margin-top: 0;
}
.contact_clear {
  height: 30px;
}
}


/* 購物車 */

.cart_memo {
  width: 100%;
  padding: 0;
}
.cart_line {
  border-top: 1px solid #a5886d;
  padding-top: 15px;
}
.cart_line2 {
  border-top: 1px solid #a5886d;
  padding-top: 15px;
}
.cart_clear {
  height: 15px;
  clear: both;
}
.cart_clear2 {
  height: 15px;
  clear: both;
}
.cart_clear3 {
  height: 15px;
  clear: both;
}
.cart_clear4 {
  height: 10px;
  clear: both;
  display: block;
}
.cart_step {
  float: left;
  text-align: left;
  margin-left: 10px;
}
.cart_step:first-child {
  margin-left: 0;
}
.cart_cycle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  color: #FFF;
  background: #666666;
  text-align: center;
  line-height: 18px;
  display: inline-block;
}
.cart_cycle.active {
  background: #a5886d;
}
.cart_cycle_title1 {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-left: 3px;
  display: inline-block;
  letter-spacing: 3px;
}
.cart_cycle_title1.active {
  color: #a5886d;
}

.cart_1 {
  width: calc(100% - 120px);
  float: left;
  background: #f5f5f5;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.cart_2 {
  width: 120px;
  float: left;
  margin-left: 10px;
  background: #f5f5f5;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: none;
}
.cart_3 {
  width: 110px;
  float: left;
  margin-left: 5px;
  background: #f5f5f5;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.cart_4 {
  width: 165px;
  float: left;
  margin-left: 10px;
  background: #f5f5f5;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: none;
}
.cart_5 {
  width: 65px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  text-align: center;
  display: none;
}

.cart_6 {
  width: calc(100% - 120px);
  float: left;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  color: #333;
}
.cart_6_1 {
  float: right;
  width: calc(100% - 50px);
}
.cart_6 img {
  width: 40px;
  float: left;
}
.cart_7 {
  width: 130px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #333;
  display: none;
}
.cart_8 {
  width: 110px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.cart_9 {
  width: 120px;
  float: left;
  margin-left: 5px;
  text-align: center;
  font-size: 12px;
  color: #333;
  display: none;
}
.cart_10 {
  width: 65px;
  float: left;
  margin-left: 10px;
  text-align: center;
  display: none;
}

.cart_in_add1 {
  width: 25px;
  height: 25px;
  line-height: 21px;
  border:1px solid #666666;
  float: left;
  background: #f5f5f5;
  text-align: center;
}
.cart_in_add2 {
  width: 25px;
  height: 25px;
  line-height: 21px;
  border:1px solid #666666;
  float: left;
  background: #f5f5f5;
  text-align: center;
}
.cart_in_text {
  float: left;
  width: 50px;
  height: 25px;
  line-height: 28px;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.cart_in_1 {
  width: 100%;
  float: left;
}
.cart_in_2 {
  width: 100%;
  float: right;
  text-align: right;
  padding-top: 20px;
}
.cart_coupon1 {
  width: calc(100% - 100px);
  height: 30px;
  border: 1px solid #a5886d;
  text-align: center;
  padding: 0 20px;
  float: left;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}
.cart_coupon2 {
  width: 100px;
  height: 30px;
  background: #a5886d;
  border: 0;
  text-align: center;
  padding: 0 20px;
  float: left;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
.cart_coupon3 {
  width: calc(100% - 100px);
  height: 30px;
  line-height: 26px;
  border: 1px solid #666;
  text-align: center;
  padding: 0 20px;
  float: left;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.cart_coupon4 {
  width: 100px;
  height: 30px;
  background: #666666;
  border: 0;
  text-align: center;
  line-height: 26px;
  padding: 0 20px;
  float: left;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
.cart_money1 {
  width: calc(100% - 130px);
  text-align: right;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.cart_money2 {
  width: 120px;
  padding-right: 23px;
  text-align: right;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.cart_money3 {
  display: block;
}
.cart_money4 {
  display: block;
}
.cart_button {
  float: right;
  width: 100%;
  height: 40px;
  background: #ec7260;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
}
.cart_button2 {
  float: right;
  width: 100%;
  height: 40px;
  background: #8cb19a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
}
.cart_text {
  border: 1px solid #a5886d;
  background: #f5f5f5;
  padding: 35px 10px;
}
.cart_title1 {
  font-size: 18px;
  color: #a5886d;
  font-weight: 500;
}
.cart_title2 {
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.cart_title3 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.cart_title4 {
  font-size: 16px;
  color: #666;
}
.cart_title5 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}
.cart_title6 {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 10px;
}
.cart_text_memo {
  padding: 0 ;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
}
.cart_radio {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.cart_radio2 {
  width: 20px;
  height: 20px;
  float: left;
}
.cart_radio3 {
  line-height: 26px;
  float: left;
  margin-left: 10px;
}
.cart_input1 {
  width: 100%;
  height: 38px;
  border:1px solid #a5886d;
  text-align: left;
  padding: 0 30px;
}
.cart_input2 {
  width: 100%;
  height: 38px;
  border:1px solid #a5886d;
  text-align: left;
  display: inline-block;
  padding: 0 30px;
}
.cart_input3 {
  width: 100%;
  height: 38px;
  border:1px solid #a5886d;
  text-align: left;
  padding: 0 30px;
}
.cart_input4 {
  width: 100%;
  height: 100px;
  border:1px solid #a5886d;
  text-align: left;
  padding: 10px 30px;
}
.cart_input2_1 {
  width: 100%;;
  float: left;
}
.cart_input2_2 {
  width: 100%;;
  float: right;
  text-align: left;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
.cart_memo {
  padding: 0 20px;
}
.cart_line {
  padding-top: 30px;
}
.cart_line2 {
  padding-top: 25px;
}
.cart_clear {
  height: 30px;
}
.cart_clear2 {
  height: 25px;
}
.cart_clear3 {
  height: 15px;
}
.cart_clear4 {
  height: 10px;
  display: none;
}
.cart_step {
  margin-left: 80px;
}
.cart_cycle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
}
.cart_cycle_title1 {
  font-size: 18px;
  margin-left: 18px;
  letter-spacing: 3px;
}

.cart_1 {
  width: calc(100% - 380px);
  float: left;
  line-height: 36px;
  font-size: 14px;
}
.cart_2 {
  width: 90px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 14px;
  display: block;
}
.cart_3 {
  width: 120px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 14px;
}
.cart_4 {
  width: 100px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 14px;
  display: block;
}
.cart_5 {
  width: 30px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  display: block;
}
.cart_6 {
  width: calc(100% - 380px);
  float: left;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
  color: #333;
}
.cart_6_1 {
  width: calc(100% - 70px);
}
.cart_6 img {
  width: 60px;
}
.cart_7 {
  width: 90px;
  float: left;
  margin-left: 10px;
  font-size: 13px;
  display: block;
}
.cart_8 {
  width: 120px;
  float: left;
  margin-left: 10px;
  font-size: 13px;
}
.cart_9 {
  width: 100px;
  float: left;
  margin-left: 10px;
  font-size: 13px;
  display: block;
}
.cart_10 {
  width: 30px;
  float: left;
  margin-left: 10px;
  display: block;
}

.cart_in_add1 {
  width: 30px;
  height: 30px;
  line-height: 26px;
  float: left;
}
.cart_in_add2 {
  width: 30px;
  height: 30px;
  line-height: 26px;
  float: left;
}
.cart_in_text {
  float: left;
  width: 60px;
  height: 30px;
  line-height: 28px;
}
.cart_in_1 {
  width: 100%;
  float: left;
}
.cart_in_2 {
  width: 100%;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.cart_coupon1 {
  width: 240px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
}
.cart_coupon2 {
  width: 100px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
}
.cart_coupon3 {
  width: 240px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}
.cart_coupon4 {
  width: 100px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}
.cart_money1 {
  width: 100px;
  text-align: right;
  font-size: 16px;
}
.cart_money2 {
  width: 180px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}
.cart_money3 {
  display: none;
}
.cart_money4 {
  display: none;
}
.cart_button {
  float: right;
  width: 240px;
  height: 50px;
  font-size: 14px;
}
.cart_button2 {
  float: right;
  width: 240px;
  height: 50px;
  font-size: 14px;
}
.cart_text {
  padding: 30px 40px;
}
.cart_title1 {
  font-size: 18px;
}
.cart_title2 {
  font-size: 18px;
}
.cart_title3 {
  font-size: 16px;
}
.cart_title4 {
  font-size: 16px;
}
.cart_title5 {
  font-size: 20px;
  padding-top: 35px;
}
.cart_title6 {
  font-size: 16px;
  padding-top: 15px;
}
.cart_text_memo {
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  padding-bottom: 30px;
}
.cart_radio {
  width: 260px;
  padding-bottom: 0px;
}
.cart_radio2 {
  width: 20px;
  height: 20px;
}
.cart_radio3 {
  line-height: 26px;
  margin-left: 10px;
}
.cart_input1 {
  width: 220px;
  height: 38px;
  padding: 0 30px;
}
.cart_input2 {
  width: 100%;
  height: 38px;
  padding: 0 30px;
}
.cart_input3 {
  width: 100%;
  height: 38px;
  padding: 0 30px;
}
.cart_input4 {
  width: 100%;
  height: 100px;
  padding: 10px 62px;
}
.cart_input2_1 {
  width: 220px;
  float: left;
}
.cart_input2_2 {
  width: calc(100% - 230px);
  float: right;
  text-align: left;
  padding-top: 0px;
}
}

@media only screen and (min-width: 1100px) {
.cart_memo {
  padding: 0 50px;
}
.cart_line {
  padding-top: 30px;
}
.cart_line2 {
  padding-top: 25px;
}
.cart_clear {
  height: 30px;
}
.cart_clear2 {
  height: 25px;
}
.cart_clear3 {
  height: 15px;
}
.cart_step {
  margin-left: 77px;
}
.cart_cycle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
}
.cart_cycle_title1 {
  font-size: 18px;
  margin-left: 18px;
  letter-spacing: 3px;
}

.cart_1 {
  width: 470px;
  float: left;
  line-height: 36px;
  font-size: 16px;
}
.cart_2 {
  width: 130px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 16px;
}
.cart_3 {
  width: 130px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 16px;
}
.cart_4 {
  width: 165px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  font-size: 16px;
}
.cart_5 {
  width: 65px;
  float: left;
  margin-left: 10px;
  line-height: 36px;
}

.cart_6 {
  width: 470px;
  float: left;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  color: #333;
}
.cart_6_1 {
  width: calc(100% - 90px);
}
.cart_6 img {
  width: 80px;
}
.cart_7 {
  width: 130px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.cart_8 {
  width: 130px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.cart_9 {
  width: 165px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.cart_10 {
  width: 65px;
  float: left;
  margin-left: 10px;
}

.cart_in_add1 {
  width: 30px;
  height: 30px;
  line-height: 26px;
  float: left;
}
.cart_in_add2 {
  width: 30px;
  height: 30px;
  line-height: 26px;
  float: left;
}
.cart_in_text {
  float: left;
  width: 60px;
  height: 30px;
  line-height: 28px;
}
.cart_in_1 {
  width: 50%;
  float: left;
}
.cart_in_2 {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 0px;
}
.cart_coupon1 {
  width: 240px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
}
.cart_coupon2 {
  width: 100px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
}
.cart_coupon3 {
  width: 240px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}
.cart_coupon4 {
  width: 100px;
  height: 38px;
  padding: 0 20px;
  float: left;
  font-size: 16px;
  line-height: 34px;
}
.cart_money1 {
  width: 100px;
  text-align: right;
  font-size: 16px;
}
.cart_money2 {
  width: 255px;
  padding-right: 125px;
  text-align: right;
  font-size: 16px;
}
.cart_button {
  float: right;
  width: 240px;
  height: 50px;
  font-size: 14px;
}
.cart_button2 {
  float: right;
  width: 240px;
  height: 50px;
  font-size: 14px;
}
.cart_text {
  padding: 35px 45px;
}
.cart_title1 {
  font-size: 18px;
}
.cart_title2 {
  font-size: 18px;
}
.cart_title3 {
  font-size: 16px;
}
.cart_title4 {
  font-size: 16px;
}
.cart_title5 {
  font-size: 24px;
  padding-top: 35px;
}
.cart_title6 {
  font-size: 20px;
  padding-top: 15px;
}
.cart_text_memo {
  padding: 0 35px;
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 35px;
}
.cart_radio {
  width: 250px;
}
.cart_radio2 {
  width: 20px;
  height: 20px;
}
.cart_radio3 {
  line-height: 26px;
  margin-left: 10px;
}
.cart_input1 {
  width: 230px;
  height: 38px;
  padding: 0 30px;
}
.cart_input2 {
  width: 100%;
  height: 38px;
  padding: 0 30px;
}
.cart_input3 {
  width: 100%;
  height: 38px;
  
  padding: 0 30px;
}
.cart_input4 {
  width: 100%;
  height: 100px;
  padding: 10px 62px;
}
.cart_input2_1 {
  width: 230px;
  float: left;
}
.cart_input2_2 {
  width: calc(100% - 240px);
  float: right;
  text-align: left;
}
}





/* 會員管理1 */
.member_block {
  display: none;
}
.member_block2 {
  display: block;
}
.member_line {
  border-bottom: 1px solid #666666;
  padding: 0 10px;
  height: 40px;
}
.member_line2 {
  border-top: 1px solid #666666;
  border_bottom: 0;
  height: 40px;
  position: relative;
}
.member_line3 {
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 1px solid #666666;
}
.member_line4 {
  position: absolute;
  height: 100%;
  right: 0;
  border-right: 1px solid #666666;
}
.member_tab {
  width: 50%;
  height: 38px;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 13px;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.member_tab2 {
  width: 100%;
  height: 6px;
  background: #bfbfbf;
  position: absolute;
  top: -6px;
  display: none;
}
.member_tab.active {
  background: #666666;
  color: #FFF;
}
.member_tab:hover {
  background: #666666;
  color: #FFF;
}
.member_tab:hover {
  display: block;
}
.member_tab.active .member_tab2 {
  display: block;
}

@media only screen and (min-width: 768px) {
.member_block {
  display: block;
}
.member_block2 {
  display: none;
}
.member_line {
  padding: 0 20px;
  height: 50px;
}
.member_line2 {
  height: 50px;
}
.member_tab {
  width: 25%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
}

@media only screen and (min-width: 1100px) {
.member_line {
  padding: 0 85px;
  height: 50px;
}
.member_line2 {
  height: 50px;
}
.member_tab {
  width: 25%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
}




/* 會員管理2 */

.login_1 {
  width: 490px;
  height: 820px;
  float: left;
  display: none;
}
.login_2 {
  width: 100%;
  height: auto;
  float: left;
  background: #f5f5f5;
  padding: 30px 30px;
}
.login_3 {
  width: 490px;
  height: 820px;
  float: left;
  display: none;
}
.login_4 {
  width: 100%;
  height: auto;
  float: left;
  background: #f5f5f5;
  padding: 30px 30px;
}
.login_memo {
  border:1px solid #a5886d;
  width: 100%;
  padding: 55px 20px;
  background: #f5f5f5; 
}
.login_memo img {
  width: 50px;
}
.login_list {
  text-align: right;
}
.login_list1 {
  width: 55px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #a5886d;
  font-size: 14px;
  line-height: 28px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 0;
  color: #a5886d;
  cursor: pointer;
}
.login_list2 {
  width: 55px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #a5886d;
  font-size: 14px;
  line-height: 28px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 0;
  color: #a5886d;
  cursor: pointer;
}
.login_list1.active, .login_list2.active {
  color: #fff;
  background: #a5886d;
}
.login_list1:hover, .login_list2:hover {
  color: #fff;
  background: #a5886d;
}
.login_in_1 {
  width: 100%;
  float: left;
  padding-right: 0;
}
.login_in_2 {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-top: 20px;
}
.login_title1 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
  padding-top: 20px;
}
.login_title2 {
  font-size: 16px;
  color: #666;
  text-align: left;
  padding-bottom: 10px;
}
.login_title3 {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 26px;
}
.login_title4 {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 36px;
}
.login_input {
  width: 100%;
  height: 40px;
  border: 1px solid #a5886d;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
}

.login_input2 {
  max-width: 400px;
  width: 100%;
  height: 40px;
  border: 1px solid #a5886d;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  background: #FFF;
  margin: auto;
  border-radius: 0;
}

.login_clear {
  height: 30px;
  clear: both;
}
.login_clear2 {
  height: 20px;
  clear: both;
}
.login_clear3 {
  height: 20px;
  clear: both;
}

.login_button {
  width: 100%;
  height: 40px;
  background: #fc9786;
  color: #FFF;
  font-size: 16px;
  border: 0;
  border-radius: 0;
}
.login_button2 {
  width: 100%;
  height: 40px;
  background: #1876db;
  color: #FFF;
  font-size: 16px;
  border: 0;
  border-radius: 0;
}
.login_button3 {
  width: 100%;
  height: 40px;
  background: #22ba4f;
  color: #FFF;
  font-size: 16px;
  border: 0;
  border-radius: 0;
}
.login_button4 {
  max-width: 400px;
  width: 100%;
  height: 40px;
  background: #8cb19a;
  color: #FFF;
  font-size: 16px;
  border: 0;
  margin: auto;
  text-align: center;
  border-radius: 0;
}
.login_line {
  border-top: 1px solid #a5886d;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
.login_1 {
  width: 490px;
  height: 820px;
  float: left;
  display: none;
}
.login_2 {
  width: 100%;
  height: 820px;
  float: left;
  padding: 30px 120px;
}
.login_3 {
  display: none;
}
.login_4 {
  width: 100%;
  height: 700px;
  float: left;
  padding: 30px 120px;
}
.login_memo {
  padding: 55px 50px;
}
.login_memo img {
  width: 62px;
}
.login_in_1 {
  width: 50%;
  padding-right: 12px;
}
.login_in_2 {
  width: 50%;
  padding-left: 12px;
  padding-top: 0px;
}
.login_title1 {
  font-size: 20px;
  padding-top: 0px;
}
.login_title2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.login_title3 {
  font-size: 16px;
  line-height: 30px;
}
.login_input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.login_clear {
  height: 55px;
}
.login_clear2 {
  height: 35px;
}
.login_clear3 {
  height: 20px;
}
.login_button {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_button2 {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_button3 {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_line {
  border-top: 1px solid #a5886d;
  padding-top: 20px;
}
}
@media only screen and (min-width: 1100px) {
.login_1 {
  width: 490px;
  height: 820px;
  float: left;
  display: block;
}
.login_2 {
  width: 610px;
  height: 820px;
  float: left;
  padding: 30px 100px;
}
.login_3 {
  width: 490px;
  height: 700px;
  float: left;
  display: block;
}
.login_4 {
  width: 610px;
  height: 700px;
  float: left;
  padding: 30px 100px;
}
.login_in_1 {
  width: 50%;
  padding-right: 12px;
}
.login_in_2 {
  width: 50%;
  padding-left: 12px;
}
.login_title1 {
  font-size: 20px;
}
.login_title2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.login_title3 {
  font-size: 16px;
  line-height: 30px;
}
.login_input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.login_clear {
  height: 55px;
}
.login_clear2 {
  height: 35px;
}
.login_clear3 {
  height: 20px;
}
.login_button {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_button2 {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_button3 {
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.login_line {
  border-top: 1px solid #a5886d;
  padding-top: 20px;
}
}



/* 會員修改 */

.member_edit_1 {
  width: 100%;
  float: left;
}
.member_edit_2 {
  width: 100%;
  float: left;
  margin-left: 0px;
  padding-top: 15px;
}
.member_edit_title1 {
  font-size: 16px;
  color: #666;
  text-align: left;
  padding-bottom: 15px;
}
.member_edit_text {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #FFF;
  background: #d1bfb1;
}
.member_edit_text2 {
  max-width: 400px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #FFF;
  background: #d1bfb1;
}
.member_edit_input {
  max-width: 400px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #d1bfb1;
  border-radius: 0;
}
.member_edit_input2 {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #d1bfb1;
  float: left;
  border-radius: 0;
}
.member_edit_input3 {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #d1bfb1;
  float: left;
  border-radius: 0;
}
.member_edit_input_1 {
  width: 100%;
  float: left;
}
.member_edit_input_2 {
  width: 100%;
  float: right;
  padding-top: 15px;
}
.member_edit_radio {
  padding-right: 20px;
  float: left;
  font-size: 14px;
  color: #666;
  padding-bottom: 5px;
}
.member_edit_button {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #a5886d;
  border: 0;
  text-align: center;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
.member_edit_1 {
  width: 190px;
}
.member_edit_2 {
  width: 190px;
  margin-left: 20px;
  padding-top: 0px;
}
.member_edit_title1 {
  font-size: 16px;
  padding-bottom: 15px;
}
.member_edit_text {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_text2 {
  max-width: 400px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input {
  max-width: 400px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input2 {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input3 {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input_1 {
  width: 230px;
}
.member_edit_input_2 {
  width: calc(100% - 240px);
  padding-top: 0px;
}
.member_edit_radio {
  padding-right: 20px;
  font-size: 16px;
}
.member_edit_button {
  width: 170px;
  height: 40px;
  font-size: 16px;
}
}

@media only screen and (min-width: 1100px) {
.member_edit_1 {
  width: 190px;
}
.member_edit_2 {
  width: 190px;
  margin-left: 20px;
}
.member_edit_title1 {
  font-size: 16px;
  padding-bottom: 15px;
}
.member_edit_text {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_text2 {
  max-width: 400px;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input {
  max-width: 400px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input2 {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input3 {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
}
.member_edit_input_1 {
  width: 230px;
}
.member_edit_input_2 {
  width: calc(100% - 240px);
}
.member_edit_radio {
  padding-right: 30px;
  font-size: 16px;
}
.member_edit_button {
  width: 170px;
  height: 40px;
  font-size: 16px;
}
}



/* 追蹤清單 */

.track_1 {
  width: calc(100% - 110px);
  float: left;
  text-align: left;
  font-size: 12px;
  color: #666666;
}
  .track_1 img {
    width: 40px;
  }
.track_2 {
  width: 120px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  display: none;
}
.track_3 {
  width: 110px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  display: none;
}
.track_4 {
  width: 100px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.track_button {
  width: 100%;
  height: 30px;
  border: 0;
  background: #fc9786;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 0;
}
.track_button2 {
  width: 100%;
  height: 30px;
  border: 0;
  background: #8cb19a;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 0;
}
.track_clear {
  height: 25px;
  clear: both;
}
.track_clear2 {
  height: 10px;
  clear: both;
}
.track_line {
  border-top:1px solid #a5886d;
  height: 25px;
  clear: both;
}
@media only screen and (min-width: 768px) {
.track_1 {
  width: calc(100% - 350px);
  line-height: 30px;
  font-size: 13px;
}
  .track_1 img {
    width: 60px;
  }
.track_2 {
  width: 100px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 13px;
  display: block;
}
.track_3 {
  width: 90px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 13px;
  display: block;
}
.track_4 {
  width: 130px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
}
.track_clear {
  height: 25px;
}
.track_clear2 {
  height: 15px;
}
.track_button {
  height: 40px;
  font-size: 14px;
}
.track_button2 {
  height: 40px;
  font-size: 14px;
} 
}
@media only screen and (min-width: 1100px) {
.track_1 {
  width: calc(100% - 425px);
  line-height: 30px;
  font-size: 16px;
}
  .track_1 img {
    width: 80px;
  }
.track_2 {
  width: 120px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.track_3 {
  width: 110px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.track_4 {
  width: 165px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 16px;
}
.track_clear {
  height: 25px;
}
.track_clear2 {
  height: 15px;
}
.track_button {
  height: 40px;
  font-size: 16px;
}
.track_button2 {
  height: 40px;
  font-size: 16px;
} 
}


/* 訂單查詢 */

.member_1 {
  width: 32%;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.member_2 {
  width: 32%;
  float: left;
  margin-left: 2%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.member_3 {
  width: 110px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  display: none;
}
.member_4 {
  width: 100px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: none;
}
.member_5 {
  width: 100px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  display: none;
}
.member_6 {
  width: 32%;
  float: left;
  margin-left: 2%;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.member_button {
  width: 100%;
  height: 30px;
  border: 0;
  background: #a5886d;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 0;
}
.order_title1 {
  font-size: 18px;
  color: #666;
  text-align: left;
  font-weight: 500;
}
.order_title2 {
  font-size: 14px;
  color: #666;
  text-align: right;
  font-weight: 500;
}
.order_title3 {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-left: 0px;
}
.order_title4 {
  font-size: 13px;
  color: #666;
  text-align: left;
  margin-left: 0px;
}
.order_memo {
  width: 100%;
  padding: 0;
}
.order_memo2 {
  width: 100%;
  border: 1px solid #666;
  padding: 30px 10px;
}
.order_1 {
  width: 35%;
  float: left;
  text-align: left;
  font-size: 12px;
  color: #666666;
}
.order_2 {
  width: 22%;
  float: left;
  margin-left: 2%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.order_3 {
  width: 15%;
  float: left;
  margin-left: 2%;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.order_4 {
  width: 22%;
  float: left;
  margin-left: 2%;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.order_5 {
  width: 180px;
  float: right;
  text-align: right;
}
.order_5_1 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.order_5_2 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

@media only screen and (min-width: 768px) {
.member_1 {
  width: 16%;
  line-height: 30px;
  font-size: 13px;
}
.member_2 {
  width: 16%;
  margin-left: 0.8%;
  line-height: 30px;
  font-size: 13px;
}
.member_3 {
  width: 16%;
  margin-left: 0.8%;
  line-height: 30px;
  font-size: 13px;
  display: block;
}
.member_4 {
  width: 16%;
  margin-left: 0.8%;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.member_5 {
  width: 16%;
  margin-left: 0.8%;
  line-height: 30px;
  font-size: 13px;
  display: block;
}
.member_6 {
  width: 16%;
  margin-left: 0.8%;
  line-height: 30px;
  font-size: 14px;
}
.member_button {
  height: 40px;
  font-size: 14px;
}
.order_title1 {
  font-size: 18px;
}
.order_title2 {
  font-size: 14px;
  text-align: right;
}
.order_title3 {
  font-size: 14px;
  margin-left: 8px;
}
.order_title4 {
  font-size: 14px;
  margin-left: 8px;
}
.order_memo {
  padding: 0 20px;
}
.order_memo2 {
  padding: 35px;
}
.order_1 {
  width: 40%;
  font-size: 13px;
  text-align: left;
}
.order_2 {
  width: 18%;
  margin-left: 2%;
  font-size: 13px;
  display: block;
}
.order_3 {
  width: 18%;
  margin-left: 2%;
  font-size: 13px;
}
.order_4 {
  width: 18%;
  margin-left: 2%;
  font-size: 13px;
  display: block;
}
.order_5 {
  width: 200px;
  float: right;
  text-align: right;
}
.order_5_1 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 13px;
}
.order_5_2 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 13px;
  padding-right: 20px;
} 
}
@media only screen and (min-width: 1100px) {
.member_1 {
  width: 175px;
  line-height: 30px;
  font-size: 13px;
}
.member_2 {
  width: 175px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
.member_3 {
  width: 175px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
.member_4 {
  width: 175px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
}
.member_5 {
  width: 175px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
.member_6 {
  width: 175px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 14px;
}
.member_button {
  height: 40px;
  font-size: 16px;
}
.order_title1 {
  font-size: 18px;
}
.order_title2 {
  font-size: 14px;
  text-align: right;
}
.order_title3 {
  font-size: 16px;
  margin-left: 8px;
}
.order_title4 {
  font-size: 16px;
  margin-left: 8px;
}
.order_memo {
  padding: 0 80px;
}
.order_memo2 {
  padding: 35px;
}
.order_1 {
  width: 49%;
  font-size: 16px;
  text-align: left;
}
.order_2 {
  width: 15%;
  margin-left: 2%;
  font-size: 16px;
}
.order_3 {
  width: 15%;
  margin-left: 2%;
  font-size: 16px;
}
.order_4 {
  width: 15%;
  margin-left: 2%;
  font-size: 16px;
}
.order_5 {
  width: 250px;
  float: right;
  text-align: right;
}
.order_5_1 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 16px;
}
.order_5_2 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 16px;
  padding-right: 35px;
}
}






.track_list_bg {
  font-size: 12px;
  color: #666666;
  background: #f5f5f5;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.track_list_bg {
  font-size: 14px;
  line-height: 40px;
}
}
@media only screen and (min-width: 768px) {
.track_list_bg {
  font-size: 16px;
  line-height: 40px;
}
}
  
.content6_img {
  width: 100px;
}
.content6_title1 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.content6_title2 {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-family: "Noto Serif TC",serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.content6_img {
  width: 150px;
}
.content6_title1 {
  font-size: 20px;
  padding-top: 25px;
}
.content6_title2 {
  font-size: 16px;
}
}
@media only screen and (min-width: 1100px) {
.content6_img {
  width: 200px;
}
.content6_title1 {
  font-size: 30px;
  padding-top: 25px;
}
.content6_title2 {
  font-size: 18px;
}
}

#footer {
  background: #333;
  overflow: hidden;
  padding: 40px 20px 30px 20px;
}
  .footer {
    max-width: 1100px;
    width: 100%;
    margin: auto;
  }
  .footer_block {
    width: 50%;
    float: left;
    color: #FFF;
  }
  .footer_block2 {
    width: 100%;                      
    float: left;
    color: #FFF;
    display: none;
  }
  .footer_block3 {
    width: 100%;
    float: right;
    color: #FFF;
    padding-bottom: 10px;
    display: block;
  }
  .footer_block4 {
    width: 100%;                      
    float: left;
    color: #FFF;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 30px;
    margin-left: 5px;
  }
  .footer_title1 {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
  }
  .footer_title2 {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
  }
  .footer_title3 {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
  }
  .copyright {
    font-size: 12px;
    color: #666666;
    text-align: right;
  }
  .footer_clear {
    clear: both;
    height: 20px;
  }
  .footer_clear2 {
    clear: both;
    height: 5px;
  }
  .footer_clear3 {
    clear: both;
    height: 20px;
    display: block;
  }
  .footer_line {
    border-top:1px solid #FFF;
    height: 20px;
  }

.footer_1 {
  width: 100%;
  float: left;
  text-align: left;
}
  .footer_1 img {
    width: 72px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 10px;
}
  .footer_2  img {
    margin-left: 3px;
    height: 10px;
  }

@media only screen and (min-width: 768px) {
#footer {
  padding: 40px 20px 30px 20px;
}
  .footer_block {
    width: 33.33333%;
    float: left;
  }
  .footer_block2 {
    width: 33.33333%;
    float: left;
    display: none;
  }
  .footer_block3 {
    width: 100%;
    float: right;
    text-align: right;
    display: block;
  }
  .footer_block4 {
    width: 33.33333%;
    float: left;
    display: block;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 33px;
    margin-left: 10px;
  }
  .footer_title1 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title2 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title3 {
    font-size: 15px;
    margin-left: 15px;
    float: left;
    padding-top: 22px;
  }
  .copyright {
    font-size: 12px;
    text-align: right;
  }
  .footer_clear {
    height: 30px;
  }
  .footer_clear2 {
    height: 5px;
  }
  .footer_clear3 {
    display: none;;
  }
  .footer_line {
    height: 30px;
  }

.footer_1 {
  width: 41%;
  float: left;
  text-align: left;
  font-size: 14px;
}
  .footer_1 img {
    width: 122px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 59%;
  float: left;
  text-align: right;
  padding-top: 25px;
}
  .footer_2  img {
    height: 15px;
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1100px) {
#footer {
  padding: 50px 0 30px 0;
}
  .footer_block {
    width: 25%;
    float: left;
  }
  .footer_block2 {
    width: 25%;
    float: left;
    display: block;
  }
  .footer_block3 {
    width: 25%;
    float: left;
    display: none;
  }
  .footer_block4 {
    width: 25%;
    display: block;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 33px;
    margin-left: 10px;
  }
  .footer_title1 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title2 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title3 {
    font-size: 16px;
    margin-left: 20px;
    float: left;
    padding-top: 22px;
  }
  .copyright {
    font-size: 12px;
    text-align: right;
  }
  .footer_clear {
    height: 40px;
  }
  .footer_clear2 {
    height: 5px;
  }
  .footer_line {
    height: 40px;
  }

.footer_1 {
  width: 30%;
  float: left;
  text-align: left;
  font-size: 16px;
}
  .footer_1 img {
    width: 122px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 70%;
  float: left;
  text-align: right;
  padding-top: 0;
}
  .footer_2  img {
    height: 20px;
    margin-left: 15px;
  }
}


.pink {
  color: #ec7260;
}


.item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}
}
button:focus {
    outline: none;
}

.pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
  font-size: 14px;
  color: #FFF;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: -30px;
}
.owl-prev img {
  width: 20px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -30px;
}
.owl-next img {
  width: 20px;
}
button.owl-prev:hover ,button.owl-next:hover {
  background-color: none;
}

@media only screen and (min-width: 768px) {
.owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
}
.owl-prev img {
  width: 30px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -50px;
}
.owl-next img {
  width: 30px;
}
}
@media only screen and (min-width: 1100px) {
.owl-prev {
  position: absolute;
  top: 40%;
  left: -70px;
}
.owl-prev img {
  width: 50px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -70px;
}
.owl-next img {
  width: 50px;
} 
}