body {
  /*深色底的背景顏色底色、每頁最下方底色與底圖*/
  background-color: #6e9102;
  /*background-image:url(../images_muxia/index/bg_dark.jpg);*/
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei";
}

/*設定圖片的大小*/
img {
  max-width: 100%;
  max-height: 100%;
}

.section_bg_lightgrey {
  background: #fbdc4d;
}

/*首頁左上角logo區的底圖或顏色*/
.home_logo {
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: right bottom; /* 背景對齊 */
  /*background: #fff;*/
  height: 56.5vmin;
  z-index: 40;
  width: 24.4vmin;
  text-align: center;
}

/* -------------------------------------------------------
                   電腦版設定 start
-------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*首頁左上角logo區的底圖或顏色*/
  .home_logo_bg {
    position: fixed;
    left: 0px;
    top: 0px;
    background-image: url(../images_muxia/index/index_left_top_bg.png);
    height: 615px;
    z-index: 40;
    /*width: 24.4vmin;*/
    width: 235px;
  }

  .computer_padding_bottom {
    padding-bottom: 100px;
  }

  .computer_padding_bottom_30 {
    padding-bottom: 30px;
  }

  .slide_height_vh {
    height: 90vh !important;
  }
}
/* -------------------------------------------------------
                   電腦版設定 end
-------------------------------------------------------- */

/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .mobile_padding_top {
    padding-top: 150px;
  }

  .mobile_padding_top_30 {
    padding-top: 30px;
  }

  .mobile_margin_top_50 {
    margin-top: 150px;
  }

  .slide_height_vh {
    height: 35vh !important;
  }
}
/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */

.muxia_body_wrapper_bg {
  background-image: url(../images_muxia/index/body_wrapper_bg.jpg);
  background-position: left top; /* 背景對齊 */
}

.muxia_index_section_bg1 {
  background-image: url(../images_muxia/index/index_section_bg1.jpg);
  background-position: right top; /* 背景對齊 */
}
.muxia_index_section_bg2 {
  background-image: url(../images_muxia/index/index_section_bg2.jpg);
  background-position: right top; /* 背景對齊 */
}

.muxia_room1_bg {
  background-image: url(../images_muxia/room1/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.muxia_room2_bg {
  background-image: url(../images_muxia/room2/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.muxia_room3_bg {
  background-image: url(../images_muxia/room3/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.muxia_room4_bg {
  background-image: url(../images_muxia/room4/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.muxia_room5_bg {
  background-image: url(../images_muxia/room5/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.muxia_price_bg {
  background-image: url(../images_muxia/price/bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.muxia_contact_bg {
  background-image: url(../images_muxia/contact/bg.webp);
  background-position: center top; /* 背景對齊 */
  background-attachment: fixed;
}

.muxia_news_bg {
  background-image: url(../images_muxia/news/bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.osb_body_wrapper_bg {
  background-image: url(../images_osb/index/body_wrapper_bg.jpg);
  background-position: left top; /* 背景對齊 */
}

.osb_index_section_bg1 {
  background-image: url(../images_osb/index/index_section_bg1.jpg);
  background-position: right top; /* 背景對齊 */
}
.osb_index_section_bg2 {
  background-image: url(../images_osb/index/index_section_bg2.jpg);
  background-position: right top; /* 背景對齊 */
}

.osb_room1_bg {
  background-image: url(../images_osb/room1/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.osb_room2_bg {
  background-image: url(../images_osb/room2/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.osb_room3_bg {
  background-image: url(../images_osb/room3/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.osb_room4_bg {
  background-image: url(../images_osb/room4/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}
.osb_room5_bg {
  background-image: url(../images_osb/room5/room_bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.osb_price_bg {
  background-image: url(../images_osb/price/bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.osb_contact_bg {
  background-image: url(../images_osb/contact/bg.webp);
  background-position: center top; /* 背景對齊 */
  background-attachment: fixed;
}

.osb_news_bg {
  background-image: url(../images_osb/news/bg.webp);
  background-position: left top; /* 背景對齊 */
  background-attachment: fixed;
}

.osb_footer_bgcolor {
  background: #9d3d5d;
}

.img_border_white {
  border: solid;
  border-color: #ffffff;
  border-width: 5px;
}

.img_border_lightyellow {
  border: solid;
  border-color: #ffe99b;
  border-width: 15px;
}

.img_border_lightpink {
  border: solid;
  border-color: #fad3db;
  border-width: 15px;
}

/*fancybox訊息內容li的設定*/
#hello ul,
ol li {
  margin-left: 30px;
}

/*首頁fancybox訊息內容 右上角 關閉鈕 的設定*/
button:not([data-filter]):not(.mfp-arrow) {
  position: absolute;
  right: 25px;
  top: 5px;
  width: auto;
  color: #fff;
  background-color: #090909;
}

/* 房間照片小圖滑鼠移入時小小放大效果 start */
.room_image .col_image {
  overflow: hidden;
  position: relative;
}

.room_image .col_image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}

.room_image:hover .col_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* 房間照片小圖滑鼠移入時小小放大效果 end */

/*最新訊息-資料的div屬性設定*/
.div_border_color /*滑鼠移入前*/ {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 20px 20px 20px;
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 40px 5px 40px 5px; /*border-radius 後方允許填入四個值，依序分別是 「左上」、「右上」、「右下」、「左下」*/
  cursor: pointer; /*滑鼠指標變成超連結的 手 圖案*/
  background: #ffffff33; /*HEX還可搭配一個透明的數值，一樣也是加在最後 #RRGGBBaa*/
}
.div_border_color:hover /*滑鼠移入後*/ {
  background: #22222211; /*HEX還可搭配一個透明的數值，一樣也是加在最後 #RRGGBBaa*/
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 40px 5px 40px 5px; /*border-radius 後方允許填入四個值，依序分別是 「左上」、「右上」、「右下」、「左下」*/
  cursor: pointer; /*滑鼠指標變成超連結的 手 圖案*/
}

/*訂房須知-頁面背景圖*/
.bg_note {
  background-color: #ecede8; /*淺底的背景顏色與底圖*/
  background-image: url(../images_muxia/note/bg.jpg);

  background-position: center center;
  color: #444444; /*文字顏色*/
}

.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;
}

/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #1e1e1e;
  font-family: "Teko", sans-serif;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-curve:focus {
  outline: none;
}
.btn-curve:hover {
  outline: none;
}
.btn-curve:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #98846f;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-color {
  background: #98846f;
  border-color: #98846f;
}
.btn-curve.btn-color:after {
  background: #fff;
}
.btn-curve.btn-color span {
  color: #fff;
}
.btn-curve.btn-color:hover span {
  color: #98846f;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.btn-curve.btn-radius {
  border-radius: 30px;
}

/* ====================== [ End Button Style ] ====================== */

.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_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_42 {
  font-size: 42px !important;
  line-height: 30px;
  font-weight: 800 !important;
}

.font_italic {
  font-style: italic;
}

.font_price {
  color: #f26e3a !important;
  font-size: 16px !important;
  line-height: 30px;
  font-weight: 400 !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_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;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !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_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_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: #e97c00 !important;
  text-decoration: none !important;
}
A.naw:visited {
  color: #e97c00 !important;
  text-decoration: none !important;
}
A.naw:hover {
  color: #00bdfc !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 {
  color: #f9bf37 !important;
  text-decoration: none !important;
}
A.naz:visited {
  color: #f9bf37 !important;
  text-decoration: none !important;
}
A.naz:hover {
  color: #00bdfc !important;
  text-decoration: underline !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;
}

.intro-text .inner ul li {
  list-style: square;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 30px;
}

.pro-text ul li {
  list-style: square;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 30px;
}

/*點擊icon設定class*/
.click_word_icon {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  width: 180px;
  line-height: 33px;
  text-align: center;
  margin: 20px 20px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  color: #000;
  letter-spacing: 1px;
}
