body {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei" !important;
}

.chinese_font {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei";
  font-size: 15px;
}

/*設定圖片的大小*/
img {
  max-width: 100%;
  max-height: 100%;
}

/*ol,ul的位置樣式*/
ol,
ul {
  padding-left: 2rem;
}

/*footer的背景色*/
.footer_bg_color {
  background-color: #413624 !important;
}

.page_top_bg_style {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 40vh;
}

::placeholder {
  color: #c9a062;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #c9a062;
}

/*聯絡訊息區*/
.contact_info {
  font-size: 20px;
  line-height: 1.5em;
  color: #c9a062;
  text-align: right;
}

/* -------------------------------------------------------
                   social media icon區 start
-------------------------------------------------------- */
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end; /*內容物左右靠右*/
  align-items: center; /*內容物上下置中*/
  margin-top: 20px;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4a8737;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*間距*/
.footer-about-social-list a + a {
  margin-left: 6px;
}
.footer-about-social-list a:hover {
  background-color: #2c5b1d;
  color: #fff;
}

/* -------------------------------------------------------
                   social media icon end
-------------------------------------------------------- */

/* -------------------------------------------------------
                   手機版直式設定 start
-------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  /*首頁主圖圖片中央logo在電腦版的上下位置調整*/
  .index_main_photo_logo {
    position: absolute;
    margin: auto;
    top: 50%;
    width: 100%;
    z-index: 1;
    text-align: center !important;
  }

  /*logo的大小*/
  .header-logo img {
    width: 200px !important;
  }
}

/* -------------------------------------------------------
                   電腦版橫式設定 start
-------------------------------------------------------- */

@media (min-width: 992px) {
  /*這個屬性是用在電腦版顯示時，div col的排序 */
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  /*首頁主圖圖片中央logo在電腦版的上下位置調整*/
  .index_main_photo_logo {
    position: absolute;
    margin: auto;
    top: 50%;
    width: 100%;
    z-index: 1;
    text-align: center !important;
  }

  /*logo的大小*/
  .header-logo img {
    width: 200px;
  }
}

/*文字左右加橫線*/
.read_more_word {
  position: relative;
  line-height: 30px;
  font-weight: 700;
}
.read_more_word:before {
  border-top: 1px solid;
  width: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.read_more_word:after {
  border-top: 1px solid;
  width: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/*首頁上方滑動主圖class*/

/*首頁上方滑動主圖的點點 owl-dots for slider */
.slider-fade .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  text-align: right !important;
}
.slider-fade .owl-dots .owl-dot span {
  background: transparent;
  display: none;
}
.slider-fade .owl-dots .owl-dot {
  height: 16px;
  width: 16px;
  border-color: #aa8453;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
}
.slider-fade .owl-dots .owl-dot.active {
  border-color: #fff;
  background: #aa8453;
}

/*首頁上方主圖下的文字區塊*/
.slogon_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  z-index: 5;
}

/*首頁最下方加line區塊*/
.area_line {
  background: transparent;
  border: 1px solid rgba(200, 160, 100, 1);
  text-align: center;
}

.area_line_title {
  background: #c9a062;
  border: 1px solid rgba(200, 160, 100, 1);
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  padding: 5px 10px;
}

.area_line_brand {
  color: #c9a062;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

@media (max-width: 575.9px) {
  .slogon_wrapper .inner {
    font-size: 24px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 70px;
    align-items: center; /* ★ */
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .slogon_wrapper .inner {
    font-size: 50px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 90px;
    align-items: center; /* ★ */
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .slogon_wrapper .inner {
    font-size: 60px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 100px;
    align-items: center; /* ★ */
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .slogon_wrapper .inner {
    font-size: 70px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 110px;
    align-items: center; /* ★ */
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .slogon_wrapper .inner {
    font-size: 80px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 120px;
    align-items: center; /* ★ */
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .slogon_wrapper .inner {
    font-size: 100px;
    color: #fff;
    background-color: #f9d3d3;
    display: flex; /* ★ */
    height: 140px;
    align-items: center; /* ★ */
    padding-left: 30px;
  }
}
/* -------------------------------------------------------
                   電腦版設定 start
-------------------------------------------------------- */
@media only screen and (min-width: 768px) {
}
/* -------------------------------------------------------
                   電腦版設定 end
-------------------------------------------------------- */

/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */
@media only screen and (max-width: 767px) {
}
/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */

.stroke_orange {
  color: white;
  text-shadow: 0px 10px 0.02px #ff9500, 9.8px 2.1px 0.02px #ff9500,
    4.2px -9.1px 0.02px #ff9500, -8px -6px 0.02px #ff9500,
    -7.6px 6.5px 0.02px #ff9500, 4.8px 8.8px 0.02px #ff9500,
    9.6px -2.8px 0.02px #ff9500, -0.7px -10px 0.02px #ff9500,
    -9.9px -1.5px 0.02px #ff9500, -3.5px 9.4px 0.02px #ff9500,
    8.4px 5.4px 0.02px #ff9500, 7.1px -7px 0.02px #ff9500,
    -5.4px -8.4px 0.02px #ff9500, -9.4px 3.5px 0.02px #ff9500,
    1.4px 9.9px 0.02px #ff9500, 10px 0.8px 0.02px #ff9500,
    2.9px -9.6px 0.02px #ff9500, -8.7px -4.8px 0.02px #ff9500,
    -6.6px 7.5px 0.02px #ff9500, 5.9px 8px 0.02px #ff9500,
    9.1px -4.1px 0.02px #ff9500, -2.1px -9.8px 0.02px #ff9500,
    -10px -0.1px 0.02px #ff9500, -2.2px 9.8px 0.02px #ff9500,
    9.1px 4.2px 0.02px #ff9500, 6.1px -8px 0.02px #ff9500,
    -6.5px -7.6px 0.02px #ff9500, -8.8px 4.7px 0.02px #ff9500,
    2.7px 9.6px 0.02px #ff9500, 10px -0.6px 0.02px #ff9500,
    1.5px -9.9px 0.02px #ff9500, -9.3px -3.6px 0.02px #ff9500,
    -5.5px 8.4px 0.02px #ff9500, 7px 7.2px 0.02px #ff9500,
    8.5px -5.3px 0.02px #ff9500, -3.4px -9.4px 0.02px #ff9500,
    -9.9px 1.3px 0.02px #ff9500, -0.8px 10px 0.02px #ff9500,
    9.6px 2.9px 0.02px #ff9500, 4.9px -8.7px 0.02px #ff9500,
    -7.5px -6.7px 0.02px #ff9500, -8.1px 5.9px 0.02px #ff9500,
    4px 9.2px 0.02px #ff9500, 9.8px -2px 0.02px #ff9500,
    0.2px -10px 0.02px #ff9500, -9.7px -2.3px 0.02px #ff9500,
    -4.3px 9px 0.02px #ff9500, 7.9px 6.1px 0.02px #ff9500;
}

.stroke_blue {
  color: white;
  text-shadow: 0px 10px 0.02px #0096dc, 9.8px 2.1px 0.02px #0096dc,
    4.2px -9.1px 0.02px #0096dc, -8px -6px 0.02px #0096dc,
    -7.6px 6.5px 0.02px #0096dc, 4.8px 8.8px 0.02px #0096dc,
    9.6px -2.8px 0.02px #0096dc, -0.7px -10px 0.02px #0096dc,
    -9.9px -1.5px 0.02px #0096dc, -3.5px 9.4px 0.02px #0096dc,
    8.4px 5.4px 0.02px #0096dc, 7.1px -7px 0.02px #0096dc,
    -5.4px -8.4px 0.02px #0096dc, -9.4px 3.5px 0.02px #0096dc,
    1.4px 9.9px 0.02px #0096dc, 10px 0.8px 0.02px #0096dc,
    2.9px -9.6px 0.02px #0096dc, -8.7px -4.8px 0.02px #0096dc,
    -6.6px 7.5px 0.02px #0096dc, 5.9px 8px 0.02px #0096dc,
    9.1px -4.1px 0.02px #0096dc, -2.1px -9.8px 0.02px #0096dc,
    -10px -0.1px 0.02px #0096dc, -2.2px 9.8px 0.02px #0096dc,
    9.1px 4.2px 0.02px #0096dc, 6.1px -8px 0.02px #0096dc,
    -6.5px -7.6px 0.02px #0096dc, -8.8px 4.7px 0.02px #0096dc,
    2.7px 9.6px 0.02px #0096dc, 10px -0.6px 0.02px #0096dc,
    1.5px -9.9px 0.02px #0096dc, -9.3px -3.6px 0.02px #0096dc,
    -5.5px 8.4px 0.02px #0096dc, 7px 7.2px 0.02px #0096dc,
    8.5px -5.3px 0.02px #0096dc, -3.4px -9.4px 0.02px #0096dc,
    -9.9px 1.3px 0.02px #0096dc, -0.8px 10px 0.02px #0096dc,
    9.6px 2.9px 0.02px #0096dc, 4.9px -8.7px 0.02px #0096dc,
    -7.5px -6.7px 0.02px #0096dc, -8.1px 5.9px 0.02px #0096dc,
    4px 9.2px 0.02px #0096dc, 9.8px -2px 0.02px #0096dc,
    0.2px -10px 0.02px #0096dc, -9.7px -2.3px 0.02px #0096dc,
    -4.3px 9px 0.02px #0096dc, 7.9px 6.1px 0.02px #0096dc;
}

.textborder_title_black {
  -webkit-text-stroke: 1.5px black;
}
.textshadow_title_black {
  text-shadow: 0.1em 0.1em 0.2em black;
}

.textshadow_content_black {
  text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.textshadow_content_blue {
  text-shadow: 0 0 0.2em #00488b, 0 0 0.2em #00488b, 0 0 0.2em #00488b;
}

.textshadow_content_green {
  text-shadow: 0 0 0.2em #4e6e16, 0 0 0.2em #4e6e16, 0 0 0.2em #4e6e16;
}

.textshadow_content_white {
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.font_normal {
  font-style: normal !important;
  text-transform: none !important;
}

.font_arial {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei" !important;
}

.font_12 {
  font-size: 12px !important;
  line-height: 24px;
  font-weight: 200 !important;
}

.font_14 {
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

.font_15 {
  font-size: 15px !important;
  line-height: 26px !important;
}

.font_16 {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

.font_18 {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 300 !important;
}

.font_20 {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 300 !important;
}

.font_22 {
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 300 !important;
}

.font_24 {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 500 !important;
}

.font_26 {
  font-size: 26px !important;
  line-height: 30px;
  font-weight: 500 !important;
}

.font_28 {
  font-size: 28px !important;
  line-height: 30px;
  font-weight: 500 !important;
}

.font_30 {
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 500 !important;
}

.font_42 {
  font-size: 42px !important;
  line-height: 30px;
  font-weight: 800 !important;
}

.font_italic {
  font-style: italic;
}

.letter_spacing_1 {
  letter-spacing: 1px !important;
}

.letter_spacing_5 {
  letter-spacing: 5px !important;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.color_white {
  color: #ffffff !important;
}

.color_grey {
  color: #555555 !important;
}

.color_lightgrey {
  color: #aaaaaa !important;
}

.color_lightyellow {
  color: #ffeb99 !important;
}

.color_blue {
  color: #007cb0 !important;
}

.color_pink {
  color: #e4005b !important;
}

.color_red {
  color: #990000 !important;
}

.color_orange {
  color: #f77a00 !important;
}

.color_lightblue {
  color: #55daf7 !important;
}

.color_yellow {
  color: #efdd34 !important;
}

.color_darkgrey {
  color: #222222 !important;
}

.color_black {
  color: #101010 !important;
}

.color_lightorange {
  color: #ffce58 !important;
}

.color_darkpink {
  color: #cd765d !important;
}

.color_lightpink {
  color: #ffacbb !important;
}

.color_yellowgreen {
  color: #bfdb01 !important;
}

.color_green {
  color: #9bdb01 !important;
}

.color_darkgreen {
  color: #6e970b !important;
}

.color_darkgreen_1 {
  color: #4c6b00 !important;
}

.color_darkorange {
  color: #ad8a2c !important;
}

.color_darkbrown {
  color: #78632b !important;
}

.color_section_title {
}
.color_price {
  color: #990000 !important;
  font-size: 20px !important;
}

.color_price_small {
  color: #e16224 !important;
  font-size: 18px !important;
}

.color_price_small_2 {
  color: #ffb20c !important;
  font-size: 14px !important;
}

.color_price_small_grey {
  color: #444444 !important;
  font-size: 16px !important;
}

.color_price_promotion {
  color: #e16224 !important;
  font-size: 20px !important;
  font-style: italic;
}

.color_price_promotion_small {
  color: #e16224 !important;
  font-size: 16px !important;
  font-style: italic;
}

.color_price_promotion_title {
  color: #ff9c00 !important;
  font-size: 20px !important;
}

.div_opacity_2 {
  opacity: 0.2;
}

.div_opacity_5 {
  opacity: 0.5;
}

.div_opacity_6 {
  opacity: 0.6;
}
.div_opacity_8 {
  opacity: 0.8;
}

.div_opacity_9 {
  opacity: 0.9;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

.margin_0 {
  margin: 0 0 0 0 !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.margin_top_50 {
  margin-top: 50px;
}

.padding_100 {
  padding: 100px 0;
}

.padding_bottom_20 {
  padding-bottom: 20px;
}

.padding_bottom_30 {
  padding-bottom: 30px;
}

.padding_bottom_40 {
  padding-bottom: 40px;
}

.padding_left_20 {
  padding-left: 20px;
}
.padding_left_40 {
  padding-left: 40px;
}

.padding_left_60 {
  padding-left: 60px;
}

.padding_top_15 {
  padding-top: 15px;
}
.padding_top_20 {
  padding-top: 20px;
}
.padding_top_30 {
  padding-top: 30px;
}
.padding_top_50 {
  padding-top: 50px;
}
.padding_top_-20 {
  padding-top: -20px;
}

.padding_top_-50 {
  padding-top: -50px;
}

.padding_top_120 {
  padding-top: 120px;
}

.line_height_1em {
  line-height: 1em !important;
}

.line_height_10 {
  line-height: 10px;
}

.line_height_20 {
  line-height: 20px;
}

.line_height_26 {
  line-height: 26px;
}

.line_height_30 {
  line-height: 30px;
}

.line_height_36 {
  line-height: 36px;
}

.line_height_42 {
  line-height: 42px;
}

.line_height_50 {
  line-height: 50px;
}

.zindex_9999 {
  z-index: 9999;
}

.bgcolor_lightbrown {
  background: #f5f3f0;
}

.thumb_border {
  border: solid;
  border-width: 1px;
  border-color: #ffffff;
}

.photo_border {
  border: solid;
  border-width: 1px;
  border-color: #90877b;
}

A.naw:link {
  color: #ffffff !important;
  text-decoration: none !important;
}
A.naw:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
A.naw:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  filter: Alpha(Opacity=70, FinishOpacity=70, Style=2);
  filter: alpha(opacity=70); /* IE */
  -moz-opacity: 0.7; /* Moz + FF */
  opacity: 0.7;
}

A.naz:link {
  text-decoration: none !important;
}
A.naz:visited {
  text-decoration: none !important;
}
A.naz:hover {
  text-decoration: none !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
  filter: Alpha(Opacity=70, FinishOpacity=70, Style=2);
  filter: alpha(opacity=70); /* IE */
  -moz-opacity: 0.7; /* Moz + FF */
  opacity: 0.7;
}

A.nax:link {
  color: #eeeeee !important;
  text-decoration: none !important;
}
A.nax:visited {
  color: #eeeeee !important;
  text-decoration: none !important;
}
A.nax:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
}

A.nay:link {
  color: #222222 !important;
  text-decoration: none !important;
}
A.nay:visited {
  color: #222222 !important;
  text-decoration: none !important;
}
A.nay:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
}

A.naa:link {
  color: #222222 !important;
  text-decoration: none !important;
}
A.naa:visited {
  color: #222222 !important;
  text-decoration: none !important;
}
A.naa:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
}

A.nab:link {
  color: #0074c5 !important;
  font-size: 20px !important;
  text-decoration: none !important;
}
A.nab:visited {
  color: #0074c5 !important;
  text-decoration: none !important;
}
A.nab:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
}
