* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  overflow-x: hidden;
  color: #2E2E38; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a, button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #ddd; }

::selection {
  background: #96262C;
  color: #fff; }

.navbar-default {
  margin: 20px 20px 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9; }
  .navbar-default .nav_logo {
    display: none; }
  .navbar-default .togglebar {
    width: 51px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 99; }
    .navbar-default .togglebar i {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 51px;
      height: 3px;
      border-radius: 50px;
      background-color: #fff;
      position: absolute;
      right: 0; }
      .navbar-default .togglebar i:nth-child(2) {
        margin: 10px 0;
        width: 40px; }
      .navbar-default .togglebar i:nth-child(3) {
        width: 25px;
        margin: 20px 0; }
    .navbar-default .togglebar.active {
      position: fixed;
      right: 41px; }
      .navbar-default .togglebar.active i {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .navbar-default .togglebar.active i:nth-child(1) {
          width: 51px;
          transform: rotate(45deg); }
        .navbar-default .togglebar.active i:nth-child(2) {
          transform: translateY(-10px);
          opacity: 0; }
        .navbar-default .togglebar.active i:nth-child(3) {
          transform: rotate(-45deg);
          width: 51px; }
  .navbar-default.scrolled .togglebar {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #96262C;
    width: 66px;
    height: 65px;
    padding-top: 21px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .navbar-default.scrolled .togglebar i {
      right: 10px; }
      .navbar-default.scrolled .togglebar i:nth-child(1), .navbar-default.scrolled .togglebar i:nth-child(2), .navbar-default.scrolled .togglebar i:nth-child(3) {
        width: 45px; }
  .navbar-default .nav_box {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #96262C;
    padding: 8em 0;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 11; }
    .navbar-default .nav_box.active {
      transform: translateY(0);
      opacity: 1; }
    .navbar-default .nav_box ul {
      text-align: center;
      list-style: none; }
      .navbar-default .nav_box ul li {
        font-size: 25px;
        margin: 30px auto;
        width: 15%; }
        .navbar-default .nav_box ul li a {
          color: #DAB38D;
          text-decoration: none;
          letter-spacing: 2px;
          font-weight: bold; }
          .navbar-default .nav_box ul li a span {
            -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            display: block;
            font-size: 18px;
            color: #BD9A5F; }
          .navbar-default .nav_box ul li a:hover, .navbar-default .nav_box ul li a:focus {
            color: #fff; }
            .navbar-default .nav_box ul li a:hover span, .navbar-default .nav_box ul li a:focus span {
              color: #fff; }

.inside_nav {
  position: relative; }
  .inside_nav .navbar-default {
    position: initial;
    background-color: #96262C;
    margin: 0;
    border-radius: 0;
    min-height: 80px;
    border: 0; }
    .inside_nav .navbar-default .nav_logo {
      display: block; }
      .inside_nav .navbar-default .nav_logo img {
        position: absolute;
        left: 3em;
        top: 0;
        bottom: 0;
        margin: auto; }
    .inside_nav .navbar-default .togglebar {
      position: absolute;
      right: 3em;
      top: 0;
      bottom: 0;
      margin: auto; }
      .inside_nav .navbar-default .togglebar i {
        background-color: #BD9A5F; }
    .inside_nav .navbar-default.scrolled {
      position: fixed; }
      .inside_nav .navbar-default.scrolled .togglebar {
        position: fixed;
        right: 0;
        top: 0;
        bottom: auto; }

@media (max-width: 767px) {
  .navbar-default .nav_box {
    padding: 0; }
    .navbar-default .nav_box ul li {
      width: 40%; }
  .navbar-default .togglebar.active {
    right: 15px; }

  .inside_nav .navbar-default .nav_logo img {
    left: 1em; }
  .inside_nav .navbar-default .togglebar {
    right: 1em; } }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  overflow-x: hidden;
  color: #2E2E38; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a, button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #ddd; }

::selection {
  background: #96262C;
  color: #fff; }

.banner_border {
  margin: 20px 20px 0 20px;
  position: relative; }
  .banner_border a {
    display: block; }
    .banner_border a .logo {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .banner_border .index_banner_icon img {
    position: absolute;
    bottom: 0;
    margin: auto; }
    .banner_border .index_banner_icon img:nth-child(1) {
      transform: scaleX(-1);
      left: 0; }
    .banner_border .index_banner_icon img:nth-child(2) {
      right: 0; }

.index_banner_items {
  background: url(../image/banner.jpg) no-repeat top center;
  background-size: cover;
  height: 96vh; }

.menu_bg {
  background: url(../image/bg.jpg) no-repeat top center;
  background-size: cover; }
  .menu_bg img {
    margin: 0 auto; }
  .menu_bg a {
    display: block;
    width: 135px;
    line-height: 42px;
    background-color: #0D7A79;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 30px auto;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
    text-decoration: none; }
    .menu_bg a:hover, .menu_bg a:focus {
      background-color: #DAB38D; }

.title {
  margin: 30px auto; }
  .title h3 {
    background: url(../image/title.png) no-repeat center;
    text-align: center;
    min-height: 112px;
    color: #96262C;
    font-size: 22px;
    padding-top: 3.7em;
    margin-bottom: 0; }
  .title span {
    display: block;
    text-align: center;
    color: #DAB38D;
    font-size: 16px;
    font-weight: bold;
    font-family: "Times New Roman";
    letter-spacing: 2px; }

.news_bg {
  background: url(../image/bg3.jpg) no-repeat bottom right;
  position: relative;
  padding-bottom: 6em; }

.index_news_bg {
  width: 100%;
  min-height: 430px;
  background: #96262C url(../image/bg2.png) no-repeat left bottom;
  position: absolute;
  top: 0;
  left: 0; }

.index_news_item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8em; }
  .index_news_item a {
    text-decoration: none; }
  .index_news_item img {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    margin: 0 auto;
    border: 5px solid transparent; }
  .index_news_item .index_news_box {
    font-family: "Microsoft JhengHei";
    display: block;
    height: 205px;
    margin: 20px auto;
    padding: 0 3.5em; }
    .index_news_item .index_news_box p {
      display: inline-block;
      vertical-align: middle;
      vertical-align: top;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 15px;
      color: #2D2D38; }
    .index_news_item .index_news_box h3 {
      display: inline-block;
      vertical-align: middle;
      vertical-align: top;
      -webkit-writing-mode: vertical-lr;
      -moz-writing-mode: vertical-lr;
      -ms-writing-mode: vertical-lr;
      writing-mode: vertical-lr;
      margin: 0 5px;
      font-size: 18px;
      color: #96262C;
      font-weight: bold; }
  .index_news_item:hover img, .index_news_item:focus img {
    border: 5px solid #BD9A5F; }

.news_title {
  position: absolute;
  right: 0;
  z-index: 1;
  background: url(../image/title2.png) no-repeat center;
  width: 161px;
  height: 200px;
  margin-top: 35px;
  padding-top: 10px; }
  .news_title h3 {
    font-size: 22px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    width: 26px;
    height: 180px;
    margin: 0 auto; }
  .news_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #DAB38D;
    font-weight: bold;
    font-family: "Times New Roman";
    letter-spacing: 2px;
    position: relative;
    right: 5px;
    top: 10px;
    width: 20px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }

.news_more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 4em; }
  .news_more a {
    float: right;
    display: block;
    width: 42px;
    height: 135px;
    background-color: #0D7A79;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-family: "Microsoft JhengHei";
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px; }
    .news_more a:hover, .news_more a:focus {
      background-color: #DAB38D; }

.index_about_box {
  background-color: #2F2F38;
  padding: 1em 5em 0 5em;
  min-height: 536px; }
  .index_about_box h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 30px; }
    .index_about_box h3 span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      font-size: 16px;
      color: #DAB38D;
      font-family: "Times New Roman";
      font-weight: bold;
      letter-spacing: 2px; }
  .index_about_box p {
    font-size: 15px;
    color: #fff;
    font-family: "Microsoft JhengHei"; }

.index_about_img {
  background: no-repeat top center;
  background-size: cover;
  min-height: 536px; }

.store_bg {
  background: url(../image/bg4.png) no-repeat left bottom; }

.store_slick {
  margin: 10em auto 1em auto; }
  .store_slick .slick-prev, .store_slick .slick-next {
    width: 51px;
    height: 51px;
    background: url(../image/icon/arrow.png) no-repeat;
    z-index: 1; }
    .store_slick .slick-prev:hover, .store_slick .slick-prev:focus, .store_slick .slick-next:hover, .store_slick .slick-next:focus {
      background: url(../image/icon/arrow.png) no-repeat;
      opacity: 0.5; }
  .store_slick .slick-prev {
    transform: rotate(180deg);
    left: 0; }
  .store_slick .slick-next {
    right: 0; }
  .store_slick .store_item {
    padding: 0 8em; }
    .store_slick .store_item h3 {
      font-size: 20px;
      color: #BD9A5F;
      letter-spacing: 2px;
      margin-bottom: 30px; }
    .store_slick .store_item .store_item2 {
      display: block;
      margin: 10px auto; }
      .store_slick .store_item .store_item2 p {
        display: inline-block;
        vertical-align: middle;
        vertical-align: top;
        list-style: none;
        font-size: 15px;
        font-family: "Microsoft JhengHei";
        border-left: 1px solid #CCCCCC;
        padding-left: 13px; }
      .store_slick .store_item .store_item2 span {
        display: inline-block;
        vertical-align: middle;
        width: 13%;
        font-family: "Microsoft JhengHei";
        vertical-align: top;
        margin-right: 10px;
        color: #96262C;
        font-weight: bold; }

iframe {
  margin: 20px auto; }

.contact_form {
  background: url(../image/bg5.png) no-repeat top center;
  min-height: 537px;
  overflow: hidden;
  padding: 5em 7em 2em 7em;
  margin-top: -4.5em;
  margin-bottom: 50px; }
  .contact_form p {
    font-family: "Microsoft JhengHei";
    display: block;
    padding-left: 15px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px; }
  .contact_form .form-control {
    font-family: "Microsoft JhengHei";
    border: 0;
    border-bottom: 1px solid #BD9A5F;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666; }
  .contact_form button {
    display: block;
    width: 135px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    border: 0;
    background-color: #96262C;
    font-family: "Microsoft JhengHei";
    float: right; }
    .contact_form button:hover, .contact_form button:focus {
      background-color: #BD9A5F; }

.footer {
  background-color: #2F2F38;
  padding-top: 3em;
  padding-bottom: 0.5em;
  position: relative; }
  .footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px; }
    .footer ul li a {
      display: block;
      font-size: 14px;
      color: #fff; }
  .footer p {
    color: #fff;
    font-size: 14px;
    font-family: "Times New Roman";
    margin-top: 7em; }
    .footer p a {
      color: #fff; }

.backtop {
  position: absolute;
  right: 10em;
  bottom: 2em;
  width: 20px;
  height: 91px; }
  .backtop a {
    display: block;
    width: 100%;
    height: 100%; }
    .backtop a:hover, .backtop a:focus {
      opacity: 0.5; }
  .backtop i {
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0; }
    .backtop i:nth-child(1) {
      transform: rotate(-45deg);
      top: 6px;
      right: -1px; }
    .backtop i:nth-child(2) {
      width: 1px;
      height: 91px; }

@media (max-width: 1700px) {
  .store_slick .store_item {
    padding: 0 6em; }
    .store_slick .store_item .store_item2 span {
      width: 15%; }

  .contact_form {
    padding: 3em 3em 2em 3em; } }
@media (max-width: 1600px) {
  .index_about_box {
    padding: 2em 6em 0 6em; } }
@media (max-width: 1400px) {
  .index_about_box {
    padding: 1em 5em 0 5em; }

  .store_slick .store_item {
    padding: 0 2.5em; }
    .store_slick .store_item .store_item2 span {
      width: 16%; }

  .backtop {
    right: 3em;
    bottom: 1.5em; } }
@media (max-width: 1199px) {
  .index_news_item .index_news_box {
    padding: 0 2em; }

  .index_about_box {
    padding: 3em 2.5em 0 2.5em; }
    .index_about_box h3 {
      margin-top: 0; }
    .index_about_box p {
      margin-bottom: 0; }

  .store_slick .store_item .store_item2 span {
    width: 20%; }

  .contact_form {
    padding: 3em 0 2em 0;
    background-size: cover; }

  .footer ul li {
    margin: 0 10px; } }
@media (max-width: 991px) {
  .index_news_item .index_news_box {
    padding: 0 0.3em; }

  .index_news_bg {
    min-height: 300px; }

  .news_bg {
    padding-bottom: 4em; }

  .store_bg {
    background-image: none; }

  .contact_form {
    border-bottom: 5px solid #BD9A5F;
    padding: 4em 3em 0 3em; }

  .footer ul li {
    margin: 0 7px; }
  .footer p {
    margin-top: 5em; } }
@media (max-width: 767px) {
  .banner_border {
    margin: 0; }
    .banner_border a .logo {
      width: 55%; }

  .index_banner_items {
    height: 100vh; }

  .index_news_item {
    margin-top: 0; }
    .index_news_item .index_news_box {
      text-align: center; }
      .index_news_item .index_news_box p {
        text-align: left; }

  .index_about_box {
    padding: 3em 2.5em 3em 2.5em;
    min-height: auto; }

  .news_title {
    position: initial;
    margin: 0 auto;
    width: 100%; }

  .news_more {
    position: initial;
    display: block; }
    .news_more a {
      float: none;
      display: block;
      width: 135px;
      line-height: 42px;
      height: auto;
      background-color: #0D7A79;
      border-radius: 3px;
      text-align: center;
      color: #fff;
      margin: 30px auto;
      font-size: 16px;
      font-family: "Microsoft JhengHei";
      text-decoration: none;
      -webkit-writing-mode: initial;
      -moz-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial; }

  .news_bg {
    padding-bottom: 0;
    background-position-x: 34em; }

  .store_slick {
    margin: 20px auto; }
    .store_slick .store_item {
      padding: 0; }
      .store_slick .store_item .store_item2 {
        margin: 3px auto; }

  .contact_form button {
    float: none;
    margin: 20px auto; }

  .index_about_img {
    min-height: 320px; }

  .footer img {
    margin: 0 auto;
    margin-bottom: 20px; }
  .footer ul {
    text-align: center;
    margin-bottom: 20px; }
  .footer p {
    text-align: center;
    margin-top: 0; }

  .backtop {
    right: 1.5em;
    top: 1.5em;
    bottom: auto; } }
@media (max-width: 480px) {
  .contact_form {
    padding: 4em 0em; } }
.bookmark ul {
  margin: 20px auto 0 auto;
  text-align: right;
  border-bottom: 1px solid #DAB38D;
  padding-bottom: 20px; }
  .bookmark ul li {
    display: inline-block;
    vertical-align: middle;
    color: #BD9A5F;
    margin: 0 5px;
    font-size: 15px; }
    .bookmark ul li a {
      display: block;
      color: #BD9A5F; }

.news_banner {
  background: no-repeat top center;
  background-size: cover;
  min-height: 452px;
  width: 100%;
  position: relative; }
  .news_banner .news_title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/title3.png) no-repeat center;
    width: 187px; }
    .news_banner .news_title h3 {
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
      .news_banner .news_title h3 span {
        color: #fff; }

.inside_news .index_news_item {
  margin-top: 3em;
  margin-bottom: 2em; }
  .inside_news .index_news_item .index_news_box {
    text-align: center; }
    .inside_news .index_news_item .index_news_box p {
      text-align: left; }

.inside_news_bg {
  position: relative; }
  .inside_news_bg .bg6 {
    position: absolute;
    top: 20em;
    left: 0; }

.inside_news_more {
  background-color: #FAFAFA;
  padding: 4% 0;
  text-align: center;
  position: relative; }
  .inside_news_more img {
    position: absolute;
    right: 2em;
    bottom: 0;
    margin: auto; }
  .inside_news_more a {
    font-family: "Microsoft JhengHei";
    display: block;
    width: 135px;
    line-height: 42px;
    background-color: #0D7A79;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-decoration: none; }
    .inside_news_more a:hover, .inside_news_more a:focus {
      background-color: #96262C; }

.inside_news_title h3 {
  font-family: "Microsoft JhengHei";
  text-align: center;
  font-size: 20px;
  color: #96262C;
  font-weight: bold;
  border-bottom: 1px dotted #DAB38D;
  padding-bottom: 20px; }
.inside_news_title span {
  display: block;
  text-align: center;
  font-family: "Microsoft JhengHei";
  color: #BD9A5F;
  font-size: 15px; }

.inside_news_content {
  font-family: "Microsoft JhengHei";
  padding: 3em 0; }
  .inside_news_content p {
    font-size: 15px;
    color: #2E2E38;
    text-align: center;
    line-height: 23px; }
  .inside_news_content img {
    margin: 20px auto; }

@media (max-width: 991px) {
  .inside_news_more img {
    display: none; } }
@media (max-width: 767px) {
  .news_banner {
    min-height: 220px; }
    .news_banner .news_title {
      position: absolute; } }
.products_box {
  display: block;
  overflow: hidden; }
  .products_box:nth-child(even) {
    background-color: #FAFAFA; }
  .products_box .products_items {
    margin: 50px auto;
    position: relative; }
    .products_box .products_items .limit {
      position: absolute;
      top: -2em;
      left: 1.5em; }
    .products_box .products_items img {
      margin: 10px auto; }
    .products_box .products_items h3 {
      display: block;
      font-size: 20px;
      text-align: center; }
    .products_box .products_items p {
      display: block;
      font-size: 14px;
      color: #BD9A5F;
      text-align: center;
      padding: 0 3em; }
    .products_box .products_items ul {
      text-align: center;
      margin: 20px auto; }
      .products_box .products_items ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        color: #96262C;
        margin: 0 10px; }
        .products_box .products_items ul li span {
          display: inline-block;
          vertical-align: middle;
          background-color: #96262C;
          width: 30px;
          line-height: 30px;
          border-radius: 100%;
          font-size: 15px;
          color: #fff;
          margin: 0 15px; }

.products_box2 img {
  margin: 40px 0; }

.p_bg2 {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 1; }

.bg3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }

.products_menu {
  display: block;
  margin: 30px auto;
  margin-bottom: 0; }
  .products_menu a {
    display: block; }
    .products_menu a img {
      margin: 0 auto; }
    .products_menu a:hover, .products_menu a:focus {
      opacity: 0.5; }

@media (max-width: 1440px) {
  .products_box .products_items ul li {
    margin: 0 5px; }
    .products_box .products_items ul li span {
      margin: 0 10px; } }
@media (max-width: 1215px) {
  .products_box .products_items p {
    padding: 0; }
  .products_box .products_items ul li {
    margin: 0 0; }
    .products_box .products_items ul li span {
      margin: 0 8px; } }
@media (max-width: 991px) {
  .p_bg2 {
    display: none; } }
@media (max-width: 767px) {
  .products_box .products_items {
    margin-top: 0; } }
.index_store_more a {
  display: block;
  width: 135px;
  line-height: 42px;
  background-color: #0D7A79;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  margin: 0 auto 60px auto;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  text-decoration: none; }
  .index_store_more a:hover, .index_store_more a:focus {
    background-color: #DAB38D; }

.store_list {
  margin: 30px auto;
  margin-bottom: 50px; }
  .store_list ul {
    text-align: center; }
    .store_list ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 10px; }
      .store_list ul li a {
        font-family: "Microsoft JhengHei";
        display: block;
        width: 135px;
        line-height: 42px;
        border: 1px solid #96262C;
        border-radius: 4px;
        color: #96262C;
        font-size: 20px;
        text-decoration: none; }
        .store_list ul li a:hover, .store_list ul li a:focus, .store_list ul li a.active {
          background-color: #96262C;
          color: #fff; }

.store_items {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
  min-height: 495px;
  height: auto; }
  .store_items .store_hover {
    position: relative; }
    .store_items .store_hover .google_map {
      position: absolute;
      right: 1em;
      bottom: -2em; }
      .store_items .store_hover .google_map a {
        display: block;
        width: 100%;
        height: 100%; }
        .store_items .store_hover .google_map a img {
          -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          background-color: #96262C;
          border-radius: 100%;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        .store_items .store_hover .google_map a:hover img, .store_items .store_hover .google_map a:focus img {
          background-color: #0D7A79; }
  .store_items h3 {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    font-size: 20px;
    color: #BD9A5F;
    margin-bottom: 20px; }
  .store_items ul {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    list-style: none; }
    .store_items ul li {
      font-family: "Microsoft JhengHei";
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      font-size: 15px;
      margin-bottom: 10px; }
      .store_items ul li i {
        font-style: normal;
        display: block;
        width: 100%; }
      .store_items ul li span {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        display: inline-block;
        vertical-align: middle;
        color: #96262C;
        font-weight: bold;
        border-right: 1px solid #CCCCCC;
        padding-right: 10px;
        margin-right: 15px;
        width: 40%; }

.store_items_all {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border: 2px solid #DAB38D;
  height: auto;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1.5em; }
  .store_items_all:hover, .store_items_all:focus {
    background-color: #DAB38D; }
    .store_items_all:hover h3, .store_items_all:focus h3 {
      color: #fff; }
    .store_items_all:hover ul li span, .store_items_all:focus ul li span {
      border-color: #fff; }

.s_a {
  margin: 20px auto 10px; }
  .s_a a {
    display: block;
    background-color: #96262C;
    border-radius: 4px;
    color: #fff;
    padding: 0.5em;
    text-align: center; }
    .s_a a:hover, .s_a a:focus {
      background-color: #0D7A79; }

@media (max-width: 1199px) {
  .store_items h3 {
    padding: 0; }
  .store_items ul {
    padding: 0; }
    .store_items ul li span {
      width: 29%; } }
@media (max-width: 991px) {
  .store_items {
    min-height: 500px; } }
@media (max-width: 767px) {
  .store_items {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .store_items ul li span {
    width: 100%;
    display: block;
    border: 0; } }

/*# sourceMappingURL=style.css.map */
