@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900");
/*------------ basic ------------*/
body {
  color: #777;
  background: url("../../../images/layout01/common/body-bg.jpg");
  background-repeat: repeat;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
}
.editor {
  letter-spacing: 1px;
}
.content-nav-menu {
  display: none;
}
.about-content {
  color: #000;
}
.column.half.article-about-txt {
  width: 35%;
}
.column.half.article-about-img {
  width: 65%;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #bb1d33;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #bb1d33;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  text-indent: inherit;
  margin: 0px auto;
  text-align: center;
  background: #a31529;
  color: #ead2bc;
  width: 145px;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
}
.btn.back:hover {
  background: #000;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  width: 180px;
  height: 90px;
  background: url("../../../images/layout01/tw/fb.png") no-repeat;
  background-position: 0 0;
  position: relative;
  overflow: inherit;
}
.ibtn.fb:before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 10px solid transparent;
}
.ibtn.fb:hover:before {
  border-color: #eee;
}
/*--- style01-btn ---*/
.btn.style01 {
  transition: all 0.2s;
  line-height: 44px;
  font-weight: bold;
  padding: 0 15px;
  margin: 0 20px 15px;
  position: relative;
  width: 145px;
  height: 44px;
  border-radius: 0;
  font-size: 16px;
  background: url(../../../images/layout01/common/btn-line.png) no-repeat;
  color: #a9997f;
}
.btn.style01 i {
  margin: 5px;
  font-size: 10px;
}
/* .btn.style01 i {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  background-image: url(../../../images/layout01/common/icons.png);
} */
/* .btn.style01 i {
  background-position: -180px -87px;
  right: 10px;
}
.btn.style01.arrowL i {
  background-position: -160px -87px;
  left: 10px;
  width: 12px;
  height: 20px;
  top: 12px;
} */
.btn.style01:hover {
  background: #000;
}
.btn.style01:hover i {
  transition: all 0.2s;
}
/*--- style02-btn ---*/
.btn.style02 {
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  line-height: 44px;
  width: 145px;
  height: 44px;
  margin: 20px auto 0;
  background: url(../../../images/layout01/common/btn-line.png) transparent
    no-repeat;
  color: #a9997f;
  text-align: center;
  background-size: contain;
  border-radius: 0;
  overflow: hidden;
}
.btn.style02:hover {
  background: #000;
}
/*------------ / btn ------------*/
.banner {
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 2;
}
.banner .container {
  padding: 0;
}
.banner:before {
  content: "";
  display: block;
  background: url(../../../images/layout01/common/banner_bg.jpg) no-repeat;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 0;
}
/*------------ site_header ------------*/
.wrapper {
  padding-top: 175px;
}
.site-header {
  text-align: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-title {
  /* padding: 17px 0 27px;
    float: left; */
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout01/common/logo.png) no-repeat;
  background-size: contain;
  width: 376px;
  height: 80px;
  transition: all 0.3s ease;
  margin-top: 70px;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: absolute;
  right: 5px;
  z-index: 35;
  top: 15px;
}
/*詢價車*/
.func-menu > li.gocart {
  margin-top: 39px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #31caa4;
}
.func-menu > li.gocart .price {
  color: #f2856c;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #31caa4;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #31caa4;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #31caa4;
  color: #fff;
}
.func-menu .cart-list li + li {
  border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
  background: #fafafa;
}
.func-menu .cart-list .qty {
  color: #f2856c;
}
/*數量icon*/
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #8d8582;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  color: #666;
  border: 1px solid #ddd;
  position: absolute !important;
  z-index: 0;
  top: 0;
}
.qty-box .btn:hover {
  border-color: #8d8582;
  background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #8d8582;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #8d8582;
  color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
}
.site-header .language .btn {
  display: none;
}
.top-nav .language li {
  display: inline-block;
}
.top-nav .language li a {
  display: inline-block;
  color: #222;
  font-size: 13px;
  border-left: solid thin #ddd;
  line-height: 16px;
  min-width: 28px;
  text-align: center;
  padding-left: 5px;
}
.top-nav .language li a:hover {
  color: #31caa4;
  text-decoration: underline;
}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  width: 170px;
  float: right;
  box-sizing: border-box;
  margin: 0 0px 0 25px;
}
.site-header .search-box .form-control {
  border: 1px solid #ddd;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 42px 0 12px;
  border-radius: 15px;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border-color: #31caa4;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: 1px;
}
.search-box:after {
  content: "";
  background-image: url(../../../images/layout01/common/btn_search.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 1px;
}
.search-box:hover:after {
  background-position: 100% 100%;
}
/*------------site-nav ------------*/
.site-nav {
  float: right;
  margin: 55px -32px 0 0;
  transition: all 0.3s ease;
}
.site-nav .menu {
  display: inline-block;
}
.site-nav .menu li {
  position: relative;
  width: auto;
  margin-left: 35px;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  width: auto;
  height: auto;
  color: #000;
  font-size: 17px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
  letter-spacing: 0.15em;
  padding-top: 41px;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 24px;
  position: relative;
  -moz-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -webkit-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
}
.site-nav .menu > li > a:before {
  content: "";
  z-index: -1;
  width: 80px;
  height: 0;
  background: url(../../../images/layout01/common/nav-hover.png);
  position: absolute;
  background-size: 100%;
  top: calc(50% - 22px);
  left: calc(50% - 40px);
  margin: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
  height: 77px;
  opacity: 0.5;
}
.site-nav .menu > li:nth-child(2n) > a {
  background-position: 50% 0;
}
.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a,
.site-nav .menu > li:nth-child(n).active2 > a {
  background-position: 100% 0;
  color: #bb1d33;
}
.site-nav .menu li ul {
  display: none;
  position: absolute;
}

.site-nav .menu > li > ul {
  z-index: 600;
  width: 190px;
  top: 116%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 5px 0 0 -95px;
  background: #414042;
}
.site-nav .menu > li.full_menu > ul {
  top: 100%;
}
.site-nav .menu > li ul {
  background: #414042;
  border-radius: 0px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  width: 100%;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  border-bottom: solid 1px #5a5a5a;
}

.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu li ul li:first-child a {
  border-radius: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
}
.site-nav .menu li ul li:last-child a {
  border-radius: 0;
}
.site-nav .menu ul li a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 10.5px 15px;
  position: relative;
  font-size: 15px;
  transition: all 0.2s;
  color: #bbbbbb;
  background: #414042;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #a31529;
  color: #ffffff;
}
.site-nav .menu ul ul {
  margin: 0 0 0 2px;
  width: 100%;
  top: 0px;
  left: 100%;
  box-sizing: border-box;
}
.site-nav .menu ul ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  right: 100%;
  top: 0;
  background: transparent;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
/*滿版清單*/
.site-nav .menu .full_menu ul li a {
  padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgba(255, 255, 255, 0.08);
  padding: 5px 10px;
  margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul li.active > a,
.site-nav .menu li.full_menu ul ul li.active2 > a {
  background: #a31529;
  color: #ffffff;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.site-nav .menu .full_menu ul > li.active > a,
.site-nav .menu .full_menu ul > li.active2 > a,
.site-nav .menu .full_menu ul > li > a:hover {
  background: none;
  color: #ead2bc;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  font-size: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
}
.share .btn i {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #bbbcbc;
}
/* .share .btn.cm-fb{
    color: #405D9A;
}
.share .btn.cm-youtube{
    color: #cd201f;
}
.share .btn.cm-mail{
    color: #31caa4;
}
.share .btn.cm-line{
    color: #04ba04;
} */
/* .share .btn.cm-phone{
    color: #3c352a;
} */
/* .share .btn.cm-instagram i{
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
/* .share .btn.cm-linkedin{
    color: #0073b0;
}
.share .btn.cm-twitter{
    color: #5da9dd;
}
.share .btn.cm-wechat{
    color: #51c332;
}
.share .btn.cm-qq{
    color: #000;
} */
.share .btn:hover {
  opacity: 0.6;
}
.share_box {
  margin: 10px 0 20px 0;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-nav .menu > li > a:before {
  content: "";
  z-index: -1;
  width: 60px;
  height: 0;
  background: url(../../../images/layout01/common/nav-hover.png);
  background-size: 100%;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  opacity: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.header-fixed .site-nav .menu > li > a:hover:before {
  height: 58px;
  opacity: 0.5;
}
.header-fixed .site-header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  -moz-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
  -o-transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
  -webkit-transition: height 0.4s ease, width 0.4s ease,
    background-color 0.4s ease;
  transition: height 0.4s ease, width 0.4s ease, background-color 0.4s ease;
}
.header-fixed .language,
.header-fixed .search-box {
  display: none;
}
.header-fixed .site-title {
  padding: 10px 0;
}
.header-fixed .site-title .logo {
  height: 50px;
  width: 235px;
  margin: 0;
}
.header-fixed .site-nav {
  margin-top: 0px;
  padding: 10px 0 0;
}
.header-fixed .site-nav .menu > li > a {
  height: 46px;
  width: 96px;
  padding: 12px 0 10px 0;
  border-radius: 10px;
}
.header-fixed .func-menu > li.gocart {
  margin-top: 6px;
}
.header-fixed .top-nav {
  top: -5px;
}
.header-fixed .site-nav .menu > li > ul {
  margin: 5px 0 0 -104px;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  text-align: right;
  margin-bottom: 40px;
}
.main-top .main-title {
  display: none;
}
.main-top .container {
  padding: 0;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 100px;
}
.main-content .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
.content-top {
  border-bottom: 1px solid #ccc;
  border-width: 1px 0;
  padding: 0 0 10px 0px;
  margin: 0 0 20px 0px;
  overflow: hidden;
}
.content-title {
  position: relative;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
  padding: 5px 0 5px 60px;
  color: #282727;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.5;
  min-height: 30px;
  float: left;
  margin: 0;
}
.content-title:before {
  content: "";
  display: inline-block;
  background: url(../../../images/layout01/common/content_title_ic.png)
    no-repeat;
  width: 55px;
  height: 28px;
  position: absolute;
  top: 4px;
  left: 0;
}
.search-title h1 {
  color: #383838;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
.site-main {
  position: relative;
}
.site-main::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: -2px;
  width: 500px;
  height: 428px;
  background-size: contain;
  background: url(../../../images/layout01/common/news/news-item01.png)
    no-repeat;
}
.site-main::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 2%;
  width: 150px;
  height: 180px;
  background-size: contain;
  background: url(../../../images/layout01/common/main-bg-item.png) no-repeat;
  opacity: 0.7;
}

/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  position: relative;
  border-width: 1px 0;
  z-index: 12;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../images/layout01/common/index/line.png);
  width: 100%;
  height: 1px;
}
.footer_top {
  padding: 30px 15px 30px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
}
.footer_bottom {
  border-width: 1px 0;
  text-align: right;
  color: #bbbcbc;
  font-size: 12px;
  padding: 5px 0 5px;
  background: url(../../../images/layout01/common/footer.jpg);
}
.footer-info-block {
  display: flex;
  padding-top: 50px;
}
.footer-info-block .items ul {
  padding: 0;
}
.footer-info-block .items ul li {
  padding: 0;
}
.footer-info-block .items:first-child {
  margin-right: 25px;
}
.site-footer .col {
  float: left;
}
.footer-info-block .items h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
}
.footer-info-block .items .txt-01 {
  margin-right: 10px;
  font-weight: bold;
}
.footer-info-block .items .txt-02,
.footer-info-block .items .txt-02 a {
  color: #888787;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 600px;
  font-size: 14px;
  color: #040303;
  min-height: 149px;
}
.site-info::before {
  content: "";
  background: url(../../../images/layout01/common/logo.png) 50% 50% no-repeat;
  width: 259px;
  height: 55px;
  background-size: contain;
  position: absolute;
}
.site-info ul {
  list-style-type: none;
}
.site-info li .tel a {
  font-size: 18px;
  font-weight: bold;
  color: #31caa4;
  line-height: 1;
}
.site-info li {
  position: relative;
  padding: 4px 0;
}
.site-info li span,
.site-info li a {
  color: #040303;
}
.site-info li + li {
  margin: 0px 0 0;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  line-height: 1.34;
  width: 403px;
  font-size: 14px;
  transition: all 0.3s ease;
  padding-top: 10px;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.35px;
}
.site-map li + li {
  margin-top: 17.5px;
}
.site-map ul a:hover {
  color: #be2a3f;
}
.site-footer .fllow {
  float: right;
  text-align: right;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  left: 0;
  position: absolute;
  top: 100%;
  margin-top: 35px;
  z-index: 5;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  margin: 0 0px 0 20px;
  float: right;
  width: 90px;
}
.copy_box {
  text-align: right;
  font-size: 12px;
  margin: 5px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 9%;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  background-image: url(../../../images/layout01/common/gotop.png);
  width: 85px;
  height: 150px;
}
.floating .gotop:hover {
  background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
  background: #a31529;
  text-align: right;
  color: #ead2bc;
  font-size: 13px;
  padding: 5px 15px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #0bb98e;
}
.breadcrumb li + li:before {
  content: "/";
  margin: 0px 2px;
}
.content-top .breadcrumb {
  background: none;
  float: right;
  color: #bababa;
  padding: 6px 0;
  margin-top: 6px;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 0 0 15px;
  float: right;
  color: #bababa;
  background: none;
}
.products-breadcrumb:before,
.products-breadcrumb:after {
  content: "/";
}
.products-breadcrumb li + li:before {
  content: ">";
  margin: 0px 2px;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 265px;
  box-sizing: border-box;
  line-height: 1.5;
  vertical-align: top;
  padding: 0px 0 0 0;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 260px);
  box-sizing: border-box;
}
.side_logo {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  display: none;
}
.side_logo span {
  display: block;
  font-weight: 400;
}
.side .title {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
  background: url(../../../images/layout01/common/side_title_bg.jpg) no-repeat;
  background-size: 100% auto;
  border-bottom: 0;
  padding: 92px 0 15px 0;
  color: #cac0b3;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  width: 250px;
  height: 16px;
  margin: 0;
}
.side-nav {
  max-width: 250px;
  background: url(../../../images/layout01/common/side_shadow.png) 50% 100%
    no-repeat;
  padding-bottom: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
}
.side-nav > li {
  margin-top: -1px;
}
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav > li > a {
  padding: 12px 16px 12px 50px;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4947;
  background: transparent;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #a9997f;
}
.side-nav > li > a::before {
  content: "";
  position: absolute;
  background: url(../../../images/layout01/common/nav-icon.png) no-repeat;
  width: 18px;
  height: 18px;
  z-index: 999;
  background-size: contain;
  left: 20px;
  top: calc(50% - 9px);
}
.side-nav > li:hover > a,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  background: #dbd4c9;
  color: #454543;
}
.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
  background: transparent;
  padding-top: 20px;
  border: 1px solid #a9997f;
}
.side-nav ul ul {
  padding-top: 5px;
}
.side-nav ul li a {
  line-height: 1.3;
  padding: 8px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  margin: 1px 0;
}
.side-nav ul ul li a {
  border: none;
}
.side-nav ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #a31529;
  position: absolute;
  left: 14px;
  top: 16px;
  width: 0;
  transition: all 0.3s ease;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #a31529;
  padding-left: 32px;
}
.side-nav ul li:hover > a:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  width: 8px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #868686;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
  text-decoration: underline;
  color: #a2958b;
}
.pagination li a.controls {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 2px;
  color: #fff;
  background-color: #a2958b;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}
.pagination li a.controls:hover {
  background-color: #000;
}
.page-info .form-control {
  color: #999;
  border: 1px solid #ddd;
}
.page-info .form-control:focus {
  border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: center;
  margin: 0 0 45px 0;
}
.reminder b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  width: 3px;
  height: 3px;
  border: 3px solid #c0605d;
  border-radius: 5px;
}
/*-----form-detail-----*/
.form-control {
  color: #666666;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 6px;
  height: 30px;
  line-height: 28px;
}
.form-control:focus {
  border: 1px solid #8d8582;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: auto;
}
.form-box .captcha .form-control {
  display: inline-block;
  width: 46%;
  max-width: 280px;
}
.form-box .captcha a {
  display: inline-block;
  color: #bbb;
  font-size: 20px;
  line-height: inherit;
  margin-left: 5px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
/*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  border: 3px solid #ddd;
  max-width: 1000px;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 20px;
  padding-bottom: 30px;
}
.form-box .name .radio-box {
  position: static;
}
.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  z-index: 15;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
}
.form-box .required:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 2px 10px;
  width: 3px;
  height: 3px;
  border: 3px solid #c0605d;
  border-radius: 5px;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border: 3px solid #e8e8e8;
  text-align: center;
  padding: 4% 15px;
}
.success-box .msg {
  max-width: 600px;
  border-bottom: 1px dashed #ccc;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.success-box .msg i {
  background-image: url(../../../images/layout01/common/mail_success.png);
  width: 25px;
  height: 25px;
  margin: 0 12px 5px 0;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url(../../../images/layout01/common/lightbox_close.png) no-repeat;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
body .fancybox-skin {
  background: #fff;
  margin: 20px 40px;
  border-radius: 20px;
  border: 3px solid #ccc;
}

body .fancybox-nav span {
  visibility: visible;
  background: url("../../../images/layout01/common/lightbox_arrow.png")
    no-repeat;
  width: 30px;
  height: 60px;
  opacity: 0.8;
  margin-top: -30px;
}
body .fancybox-prev span {
  background-position: 0 0;
  left: -65px;
}
body .fancybox-next span {
  background-position: 100% 0;
  right: -65px;
}
body .fancybox-nav span:hover {
  opacity: 1;
}
body .fancybox-inner {
  /*background: #fff;*/
  border-radius: 0;
  overflow: hidden !important;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.login-box {
  padding: 30px;
}
.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.lightbox-title span {
  display: block;
  font-size: 32px;
}
.lightbox-title .icon {
  background: url("../../../images/layout01/common/title_ic.png") no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.lightbox-wrapper .form-group {
  padding: 5px 0;
}
.lightbox-wrapper .control-label {
  display: none;
}
.photo-title {
  border: 1px dashed #ddd;
  border-width: 1px 0;
  color: #a31529;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 70px 5px 10px;
  min-height: 28px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", Times, serif;
}
.photo-intro {
  padding: 15px 10px 5px;
}
.photo-pager {
  float: right;
  color: #999;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 10px 0;
}
.photo-pager b {
  color: #eb4130;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout01/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout01/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #bb1d33;
}
.mmenu-show #mobile-fixed li {
  background: #bb1d33;
  color: #ead2bc;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #bb1d33;
}
.mmenu-show #mobile-menu .language-menu {
  background: #000;
  color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu {
  background: #eee;
}
.mmenu-show #mobile-search {
  background: #bb1d33;
}
.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 30px;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 35px;
}
.contit {
  font-size: 0px;
  text-align: center;
}
.contit b {
  color: #5d5d5d;
  font-family: "Times new roman", cursive;
  font-size: 46px;
  text-align: center;
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
.contit span {
  display: none;
}
.contact-title .reminder,
.reminder {
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.contact-title .reminder .requrin_txt,
.reminder .requrin_txt {
  display: block;
}
@media screen and (max-width: 1280px) {
  .footer_top > .container {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
  }
  .site-nav .menu > li > a:before {
    top: calc(50% - 38px);
  }
  .site-map {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 30px;
    letter-spacing: 40px;
    width: 100%;
    order: 3;
  }
  .site-map ul {
    display: inline;
    padding: 0 0px;
    float: none;
  }
  .site-map ul li {
    display: inline-block;
  }
  .site-map li {
    padding: 2px 6px;
  }
  .copy_box {
    text-align: center;
  }
  .footer_bottom .container {
    padding-right: 15px;
  }
  .site-title .logo {
    width: 235px;
    height: 50px;
    margin-top: 50px;
  }
  .site-nav .menu > li > a {
    padding-top: 14px;
  }
  .site-nav .menu li {
    margin-left: 20px;
  }
  .site-footer .fllow {
    order: 3;
  }
  .site-map {
    padding-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  .site-title {
    padding: 10px 0;
    float: none;
    text-align: center;
    position: static;
  }
  .header-fixed .site-title,
  .header-fixed .func-menu {
    display: none;
  }
  .func-menu {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .header-fixed .site-nav {
      margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .site-nav .menu > li > a:before {
    top: calc(50% - 22px);
  }
  .site-info {
    width: 55% !important;
  }
  .site-map {
    width: 100% !important;
    padding-left: 0px;
    padding-top: 10px;
    order: 3;
  }
  .site-footer .fllow {
    order: 2;
    padding-top: 30px;
  }
  .site-nav .menu li {
    margin-left: 15px;
  }
  .site-title .logo {
    width: 250px;
    margin-top: 55px;
  }
  .site-nav .menu > li > a {
    padding-top: 38px;
  }
  .wrapper {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1204px) {
  .about-sect,
  .service-sect {
    height: 400px !important;
  }
  .site-main::after {
    bottom: 30%;
  }
  .footer-info-block .items ul {
    font-size: 12px;
  }
  .site-nav .menu > li.full_menu > ul {
    top: 95%;
  }
  .wrapper {
    padding-top: 135px;
  }
  .site-nav .menu li {
    margin-left: 10px;
  }
  .site-nav .menu > li > a {
    padding-top: 50px;
  }
  .site-nav .menu > li > a {
    padding-top: 27px;
    font-size: 16px;
  }
  .site-nav .menu li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .banner:before {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .main-top .main-title {
    display: block;
    text-align: left;
    font-size: 20px;
    padding: 10px 0px 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .wrapper {
    padding-top: 40px;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .ibtn.fb {
    margin: 0 10px;
  }
  .btn.style01 {
    font-size: 15px;
    padding: 0 15px;
    margin: 0 5px 15px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 30px;
  }
  .btn-box {
    padding-top: 25px;
  }
  /*------------ site_header 1000 ------------*/
  .header-fixed .site-title,
  .site-title {
    display: block;
    float: none;
    padding: 10px 0;
  }
  .header-fixed .site-title .logo {
    width: 126px;
    height: 60px;
  }
  .site-header .container {
    justify-content: center;
  }
  .site-title .logo {
    margin-top: 0;
    width: 235px;
    height: 50px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .footer_top {
    padding: 20px 0px;
  }
  .footer_bottom {
    padding-bottom: 30px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: auto;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li .tel a {
    font-size: 36px;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .site-footer .site-info {
    padding-left: 0;
    background: none;
    float: none;
    margin: 0 auto 15px;
    min-height: inherit;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout01/common/mobile_gotop.png) 50% 50%
      no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  .contact-title {
    margin: 0 5px 15px;
  }
  .contact-title .reminder,
  .reminder {
    margin: 0;
  }
  .contact-form {
    background: none;
  }
  .main-top {
    margin-bottom: 0px;
  }
  .content-title {
    font-size: 16px;
  }
  .content-title:before {
    background-size: 80%;
  }
  .content-top {
    padding: 0 0 0px 0px;
  }
  .contact-title > b {
    font-size: 30px;
  }
  .form-box {
    background: none;
    padding: 15px;
  }
  /*------------ lightbox ------------*/
  .fancybox-album .fancybox-skin {
    margin: 50px 0 5px;
  }
  .fancybox-album .fancybox-close {
    top: -50px;
    right: 50%;
    margin-right: -20px;
  }
  .fancybox-album .fancybox-nav span {
    top: -45px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
  .fancybox-album .fancybox-title .photo-title,
  .fancybox-album .fancybox-title .photo-pager {
    font-size: 18px;
  }
  .fancybox-album .fancybox-title .photo-title {
    padding: 5px 0;
  }
  .fancybox-album .fancybox-title .photo-pager {
    padding: 5px 0 0;
  }
  .fancybox-album .fancybox-title .photo-intro {
    padding: 15px 0 5px;
  }
  /*------------ / lightbox  ------------*/
}
@media screen and (max-width: 900px) {
  body .fancybox-nav span {
    left: 0;
  }
  body .fancybox-next span {
    left: calc(100% - 35px);
  }
}
@media screen and (max-width: 850px) {
  .footer_top > .container {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .fllow {
    width: 100%;
    text-align: center;
  }
  .site-footer .fllow {
    display: flex;
    justify-content: center;
  }
  .fllow .qr-inner {
    float: none;
    margin: 0 5px;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  /*------------ site-main 767 ------------*/

  .pagination li a {
    line-height: 38px;
  }
  .site-main::after {
    display: none;
  }
  .main-content {
    padding: 0 0 40px;
  }
  .pagination li a.controls {
    margin-bottom: -3px;
  }
  .site-info::before {
    left: calc(50% - 150px);
  }
  .site-info {
    width: 100% !important;
  }
  .footer-info-block {
    justify-content: center;
  }
  .footer-info-block .items:first-child {
    margin-right: 7px;
  }
  .site-footer .fllow {
    padding-top: 10px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  .column.half.article-about-txt,
  .column.half.article-about-img {
    width: 50%;
  }
  /*------------ / site-footer 767 ------------*/
}

@media screen and (max-width: 480px) {
  .column.half.article-about-txt,
  .column.half.article-about-img {
    width: 100%;
  }
  .site-main::before {
    bottom: 0%;
    right: -18%;
    opacity: 0.7;
  }
}
