::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #CDA930
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #CDA930
}

img::selection {
  color: #fff;
  background: #CDA930
}

img::-moz-selection {
  color: #fff;
  background: #CDA930
}

.video-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 100%
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 1024px) {
  .video-container {
    padding-bottom: 50%
  }
}

body {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  color: #333;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

a {
  font-family: "Microsoft JhengHei", 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  outline: 0
}

a:hover {
  text-decoration: none;
  color: #CDA930;
  outline: 0
}

div.content {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif
}

h1.yl_blue {
  font-size: 38px;
  color: #CDA930;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 45px
}

h1.yl_white {
  font-size: 34px;
  color: #fff;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  letter-spacing: 1px
}

h6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px
}

p {
  line-height: 28px;
  font-size: 15px
}

.scrollpoint {
  opacity: 0
}

.scrollpoint.active {
  opacity: 1 \0
}

.down_icon a {
  display: inline-block;
  padding-top: 12px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #4E5069;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.down_icon a:hover {
  background: #D3BE79
}

.down_icon a:hover i {
  color: #CDA930
}

.down_icon i {
  font-size: 16px
}

.down_icon2 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0
}

.down_icon2 a {
  border: none
}

.down_icon2 i {
  color: #D3BE79;
  font-size: 20px
}

@media (max-width: 640px) {
  .w640 {
    width: 100%
  }
}

@media (max-width: 480px) {
  .w480 {
    width: 100%
  }
}

section {
  position: relative
}

section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity
}

.carousel-fade .carousel-inner .active {
  opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1
}

.carousel-fade .carousel-control {
  z-index: 2
}

.tp-caption {
  -webkit-font-smoothing: antialiased
}

.tp-caption.large_white_bold {
  color: #fff;
  font-size: 65px;
  font-weight: 400
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block
}

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center
}

@media (max-width: 768px) {
  .pre-loader .load-con {
    display: none
  }
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@-webkit-keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1)
  }

  to {
    -webkit-transform: scale(1.5, 1.5)
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1)
  }

  to {
    transform: scale(1.5, 1.5)
  }
}

.navbar-toggle {
  background-color: #666;
  border: 1px solid transparent
}

.pre-loader {
  background: #222
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

.tr {
  text-align: right
}

.tc {
  text-align: center
}

.tl {
  text-align: left
}

#gotop {
  position: fixed;
  display: none;
  right: 5%;
  bottom: 7%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
  background: #283644;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  -webkit-box-shadow: 0 1px 3px rgba(2, 2, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(2, 2, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 2, 2, 0.3)
}

#gotop:hover {
  color: #fff;
  background: #A08525
}

#logo_prev,
#logo_next {
  height: 30px;
  width: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  top: 50%;
  position: absolute;
  z-index: 5
}

#logo_prev:hover,
#logo_next:hover {
  background-position: 100% 100%
}

#logo_prev {
  left: 100px;
  background: url(../img/aw_left.png) no-repeat
}

#logo_next {
  right: 100px;
  background: url(../img/aw_right.png) no-repeat
}

.main_banner {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden
}

.main_banner img.b_img {
  -webkit-animation: zoom 55s;
  animation: zoom 55s
}

.main_banner .scroll_down {
  position: absolute;
  bottom: 18%;
  left: 0;
  max-width: 200px;
  margin: 0 auto;
  right: 0;
  z-index: 5;
  text-align: center
}

.main_banner .scroll_down h6 {
  font-size: 12px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 700
}

.main_banner .scroll_down img {
  position: relative;
  -webkit-animation-name: drops;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drops;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-play-state: running
}

@media (max-width: 991px) {
  .main_banner {
    padding: 0;
    margin: 0;
    position: relative
  }

  .main_banner .scroll_down {
    display: none
  }
}

@-webkit-keyframes drops {
  0% {
    top: 0;
    opacity: 0
  }

  30% {
    top: 10px;
    opacity: 1
  }

  100% {
    top: 0;
    opacity: 0
  }
}

@keyframes drops {
  0% {
    top: 0;
    opacity: 0
  }

  30% {
    top: 10px;
    opacity: 1
  }

  100% {
    top: 0;
    opacity: 0
  }
}

.home_img {
  margin-top: -20px;
  position: relative
}

.home_img .home_word {
  position: absolute;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  margin-top: 20%;
  left: 0;
  right: 0;
  font-size: 32px;
  color: #fff;
  letter-spacing: 1px
}

.home_img .home_word h1 {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  line-height: 42px;
  opacity: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wordzoomin;
  animation-name: wordzoomin
}

.home_img .in_word33 {
  margin: 0 auto;
  margin-top: 6% !important
}

.home_img .in_word {
  position: absolute;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  margin-top: 15%;
  left: 0;
  right: 0;
  font-size: 32px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center
}

.home_img .in_word img {
  margin: 0 auto
}

.home_img .in_word p {
  opacity: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.home_img .in_word h1 {
  line-height: 42px;
  opacity: 0;
  font-size: 55px;
  font-family: "Times New Roman", Georgia, Serif;
  padding-top: 30px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wordzoomin;
  animation-name: wordzoomin;
  position: relative
}

.home_img .in_word h1::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 300px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4)
}

.home_img .in_word h2 {
  font-size: 25px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 4px;
  opacity: 0;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wordzoomin;
  animation-name: wordzoomin;
  padding-top: 15px
}

.home_img .in_word h3 {
  opacity: 0;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  margin-top: 10%
}

.home_img .in_word2 {
  position: absolute;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  margin-top: 15%;
  left: 0;
  right: 0;
  font-size: 32px;
  color: #22282E;
  letter-spacing: 1px;
  text-align: center
}

.home_img .in_word2 h6 {
  font-size: 19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px solid #22282E;
  color: #22282E;
  text-align: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  opacity: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.home_img .in_word2 img {
  margin: 0 auto
}

.home_img .in_word2 p {
  opacity: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.home_img .in_word2 h1 {
  line-height: 42px;
  opacity: 0;
  font-size: 55px;
  font-family: "Times New Roman", Georgia, Serif;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wordzoomin;
  animation-name: wordzoomin;
  position: relative
}

.home_img .in_word2 h1::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 300px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #22282E
}

.home_img .in_word2 h2 {
  font-size: 25px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 4px;
  opacity: 0;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wordzoomin;
  animation-name: wordzoomin;
  padding-top: 15px
}

.home_img .in_word2 h3 {
  opacity: 0;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  margin-top: 10%
}

@media (max-width: 1600px) {

  .home_img .in_word h3,
  .home_img .in_word2 h3 {
    margin-top: 0
  }

  .home_img .in_word p {
    display: none !important
  }

  .home_img .in_word h1 {
    padding-top: 10% !important
  }
}

@media (max-width: 1280px) {
  .home_img {
    margin-top: -20px;
    position: relative
  }

  .home_img .in_word33 {
    margin: 0 auto;
    margin-top: 7% !important
  }

  .home_img .in_word,
  .home_img .in_word2 {
    margin: 0 auto;
    margin-top: 15%
  }

  .home_img .in_word p,
  .home_img .in_word2 p {
    display: none
  }

  .home_img .in_word h1,
  .home_img .in_word2 h1 {
    font-size: 50px;
    padding-top: 10%
  }

  .home_img .in_word h2,
  .home_img .in_word2 h2 {
    padding-top: 15px
  }

  .home_img .in_word2 h1 {
    padding-top: 0
  }

  .home_img .in_word2 h6 {
    margin-top: 10%
  }
}

@media (max-width: 991px) {
  .home_img {
    margin-top: -20px;
    position: relative
  }

  .home_img .in_word,
  .home_img .in_word2 {
    margin: 0 auto;
    margin-top: 20%
  }

  .home_img .in_word p,
  .home_img .in_word2 p {
    display: none
  }

  .home_img .in_word h1,
  .home_img .in_word2 h1 {
    font-size: 40px;
    padding-top: 10%
  }

  .home_img .in_word h2,
  .home_img .in_word2 h2 {
    padding-top: 15px
  }

  .home_img .in_word h3,
  .home_img .in_word2 h3 {
    margin: 0 auto;
    margin-top: 10%;
    max-width: 180px
  }

  .home_img .in_word2 h1 {
    padding-top: 0
  }

  .home_img .in_word2 h6 {
    margin-top: 10%
  }
}

@media (max-width: 768px) {
  .home_img {
    margin-top: -20px;
    position: relative
  }

  .home_img .in_word33 {
    margin: 0 auto;
    margin-top: 15% !important
  }

  .home_img .in_word33 h1 {
    line-height: 40px;
    font-size: 35px;
    padding-top: 10%
  }

  .home_img .in_word33 h1::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 200px;
    bottom: -20px;
    left: 0;
    right: 0
  }

  .home_img .in_word33 h2 {
    font-size: 20px;
    letter-spacing: 4px;
    padding-top: 15px
  }

  .home_img .home_word {
    margin-top: 30%
  }

  .home_img .home_word h1 {
    font-size: 30px;
    line-height: 36px
  }

  .in_word2 h1 {
    padding-top: 0 !important
  }

  .in_word2 h6 {
    margin-top: 10%
  }
}

@media (max-width: 640px) {
  .home_img {
    margin-top: -20px;
    position: relative
  }

  .home_img .home_word {
    margin-top: 30%
  }

  .home_img .home_word h1 {
    font-size: 20px;
    line-height: 28px
  }

  .in_word2 h1 {
    padding-top: 0
  }

  .in_word2 h6 {
    margin-top: 10%
  }

  .in_word h3,
  .in_word2 h3 {
    display: none
  }
}

@media (max-width: 480px) {
  .home_img {
    margin-top: -20px;
    position: relative
  }

  .home_img .in_word33 {
    margin: 0 auto;
    margin-top: 15% !important
  }

  .home_img .in_word33 h1 {
    line-height: 20px;
    font-size: 35px;
    padding-top: 10%
  }

  .home_img .in_word33 h1::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 200px;
    bottom: -10px;
    left: 0;
    right: 0
  }

  .home_img .in_word33 h2 {
    font-size: 16px;
    letter-spacing: 4px;
    padding-top: 0 !important
  }

  .home_img .in_word,
  .home_img .in_word2 {
    margin: 0 auto;
    margin-top: 22%
  }

  .home_img .in_word p,
  .home_img .in_word2 p {
    display: none
  }

  .home_img .in_word h1,
  .home_img .in_word2 h1 {
    font-size: 24px;
    padding-top: 10%
  }

  .home_img .in_word h1::after,
  .home_img .in_word2 h1::after {
    width: 170px;
    bottom: -10px
  }

  .home_img .in_word h2,
  .home_img .in_word2 h2 {
    padding-top: 0;
    font-size: 18px
  }

  .home_img .in_word h3,
  .home_img .in_word2 h3 {
    margin: 0 auto;
    margin-top: 2%;
    max-width: 100px
  }
}

@-webkit-keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes wordzoomin2 {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  50% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes wordzoomin2 {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  50% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1)
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.vhcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.redbox:not(.magicblue) {
  position: relative;
  width: 100vw
}

.box {
  position: absolute
}

.box1 {
  -webkit-transform: translateX(25%) translateY(25%);
  transform: translateX(25%) translateY(25%);
  background: rgba(197, 150, 32, 0.9)
}

.box2 {
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  background: #900
}

.box3 {
  -webkit-transform: translateX(75%) translateY(75%);
  transform: translateX(75%) translateY(75%)
}

.display768 {
  display: none
}

@media (max-width: 768px) {
  .display768 {
    display: block
  }

  .none768 {
    display: none
  }
}

@keyframes progress-bar {
  0% {
    width: 0
  }
}

@-webkit-keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes wordzoomin {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes wordzoomin2 {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  50% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes wordzoomin2 {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  50% {
    top: 0;
    opacity: 0;
    transform: scale(1.5)
  }

  100% {
    top: 0;
    opacity: 1;
    transform: scale(1)
  }
}

.order_logo {
  margin-top: 30px;
  padding: 0
}

.order_logo a {
  background: #CDA930;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 40%;
  height: 40px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.order_logo a:hover {
  background: #A08525
}

.lan_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  padding: 5px;
  height: 40px;
  background: #374253 url(../img/icon_aw.png) no-repeat center right;
  border: 1px solid #374253;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.lan_select:hover {
  cursor: pointer
}

.top_menu {
  position: relative;
  height: 120px
}

.top_menu .menu_logo {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 5;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  padding-top: 20px
}

.top_menu .menu_logo img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  max-width: 100%;
  margin: 0 auto
}

.top_menu .menu_mu {
  text-align: center;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0
}

.top_menu .menu_mu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.top_menu .menu_mu ul li.active a {
  background: #fff;
  color: #CDA930
}

.top_menu .menu_mu ul li {
  display: inline-block
}

.top_menu .menu_mu ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  padding: 7px 15px;
  border-radius: 50px;
  letter-spacing: 2px;
  position: relative;
  text-align: center
}

.top_menu .menu_mu ul li a::after {
  height: 2px;
  content: '';
  position: absolute;
  background: #CDA930;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0
}

.top_menu .menu_mu ul li:hover a::after {
  width: 67px
}

.top_menu .menu_btn {
  display: none
}


.top_menu .menu_mu ul li {
  position: relative;

}

.top_menu .menu_mu ul li dl {
  position: absolute;
  width: 180px;
  top: 112%;
  left: 50%;
  transform: translateX(-50%);
  background: #CDA930;
  border-radius: 4px;
  display: none;
}

.top_menu .menu_mu ul li dl dd {
  display: block;
}

.top_menu .menu_mu ul li dl dd a {
  display: block;
  padding: 1em;
  border-radius: 4px;
}

.top_menu .menu_mu ul li dl dd a:after {
  content: normal;
}

.top_menu .menu_mu ul li dl dd a:hover {
  background-color: #A08525;
}

.top_menu .menu_mu ul li:hover dl,
.top_menu .menu_mu ul li:focus dl {
  display: block;
}


@media (max-width:1599px){
  .top_menu .menu_mu ul li a {
    padding: 7px 10px
  }







}

@media (max-width: 1480px) {
  .home_about_box_t {
    margin-top: 40%
  }

  .top_menu {
    position: relative;
    height: 100px
  }

  .top_menu .menu_logo {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .top_menu .menu_mu ul li a {
    font-size: 15px;
    padding: 7px;
    letter-spacing: 0
  }

  .top_menu .menu_mu ul li:hover a::after {
    width: 67px
  }
}

@media (min-width: 1200px) and (max-width: 1479px) {
  .home_about_box_t {
    margin-top: 40%
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .order_logo {
    margin-top: 30px
  }

  .order_logo a {
    padding: 2px;
    width: 40%;
    height: 30px;
    font-size: 14px;
    padding-top: 5px
  }

  .order_logo .lan_select {
    height: 32px;
    font-size: 14px;
    padding: 2px;
    background: #374253 url(../img/icon_aw3.png) no-repeat center right
  }

  .top_menu .menu_mu ul li a {
    padding: 7px 2px;
    font-size: 13.5px;
    letter-spacing: 0
  }

  .top_menu .menu_mu ul li:hover a::after {
    width: 57px
  }
}

@media (max-width: 991px) {
  .home_about_box_t {
    padding-right: 15px;
    margin-left: 15px
  }

  .menu_logo img {
    max-width: 100% !important
  }

  .top_menu {
    height: 80px
  }

  .top_menu .menu_logo img {
    max-width: 100%
  }

  .top_menu .menu_mu {
    display: none
  }

  .top_menu .menu_btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 5
  }
}

@media (max-width: 640px) {
  .home_about_box_t {
    margin-top: 60%
  }
}

@media (max-width: 768px) {
  .menu_logo img {
    max-width: 170px !important
  }
}

@media (max-width: 390px) {
  .menu_logo img {
    max-width: 150px !important
  }
}

.hamburger {
  width: 40px;
  border: 1px solid #eee;
  height: 35px;
  margin-top: 20px;
  background: transparent;
  display: block;
  padding-top: 2px;
  transition: all .5s ease
}

.hamburger:hover {
  cursor: pointer
}

.hamburger span {
  border: 1px solid #eee;
  display: block;
  margin: 5px auto;
  background-color: #eee;
  width: 60%;
  height: 3px;
  border-radius: 5px;
  transition: all .5s ease
}

.hamburger:hover {
  background: #fff
}

.hamburger:hover span {
  background-color: #CDA930;
  border: 1px solid #CDA930
}

.hamburger:hover span:first-child {
  transform: translateY(-2px)
}

.hamburger:hover span:last-child {
  transform: translateY(2px)
}

.overlay-navigation {
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  z-index: 550;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  width: 100% !important;
  background: rgba(41, 49, 63, 0.95);
  text-align: center
}

.overlay-navigation .show {
  opacity: 1;
  right: 0
}

.overlay-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 30px
}

.overlay-navigation ul li {
  margin-bottom: 26px;
  width: 24%;
  display: inline-block
}

.overlay-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  position: relative;
  width: 92%;
  padding: 10px 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: .5px;
  letter-spacing: 2px
}

.overlay-navigation ul li a::after {
  height: 2px;
  content: '';
  position: absolute;
  background: #CDA930;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0
}

.overlay-navigation ul li:hover a::after {
  width: 67px
}

.overlay-navigation ul li {
  position: relative;
}

.overlay-navigation ul li:last-child {
  display: block;
  width: 100%;
  background-color: #22282E;
  margin-bottom: 0;
}

.overlay-navigation ul li dl {
  position: initial;
  width: 100%;
  /* background: #CDA930; */
  /* border-radius: 4px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.overlay-navigation ul li dl dd {
  width: 50%;
}

.overlay-navigation ul li dl dd a {
  display: block;
  width: 100%;
  padding: 1em;
  /* border-radius: 4px; */
}

.overlay-navigation ul li dl dd a::after {
  content: normal;
}

.overlay-navigation ul li dl dd a:hover,
.overlay-navigation ul li dl dd a:focus {
  background-color: #A08525;
}


@media (max-width: 480px) {
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px
  }

  .overlay-navigation ul li {
    margin-bottom: 26px;
    width: 49%;
    display: inline-block
  }

  .overlay-navigation ul li a {
    width: 92%
  }
}

.overlay-navigation.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%)
}

.nav_close {
  margin-top: 50px;
  text-align: right;
  padding-right: 20px
}

.close-button {
  border: 1px solid transparent;
  height: 40px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  text-align: right
}

.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 55%;
  left: 69%;
  margin-top: -3px;
  margin-left: -23px;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #D3BE79;
  transition: all .2s ease-out
}

.close-button:after {
  transform: rotate(45deg)
}

.close-button:hover:before,
.close-button:hover:after {
  transform: rotate(0deg)
}

@media (max-width: 640px) {
  .nav_close {
    margin-top: 20px
  }

  .overlay-navigation {
    width: 100% !important
  }

  .overlay-navigation ul {
    padding-top: 20px
  }

  .overlay-navigation ul li {
    margin-bottom: 10px !important
  }

  .overlay-navigation ul li:last-child {
    margin-bottom: 0 !important;
  }

  .down_icon2 {
    bottom: 20px
  }
}

@media (max-width: 360px) {
  .overlay-navigation ul li dl dd a {
    padding: 1em 0.5em;
  }
}

header .navbar-default {
  background: url(../img/nav_banner2.png) repeat-x top;
  border: none;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  width: 100%
}

@media (max-width: 1280px) {
  header .navbar-default {
    background: url(../img/nav_banner.png) repeat-x top
  }
}

header .navbar-default.scrolled {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.8) url(../img/space.png);
  padding: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

header .navbar-default.scrolled .top_menu {
  position: relative;
  height: 80px
}

header .navbar-default.scrolled .top_menu .menu_mu {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

header .navbar-default.scrolled .top_menu .menu_logo img {
  max-width: 100%
}

header .navbar-default.scrolled .top_menu .menu_btn {
  right: 15px;
  top: -5px
}

.tabs .tab {
  display: inline-block;
  z-index: 5
}

.z3 {
  background-position: 100% 100% !important
}

.tabs-content {
  float: left;
  width: 100%;
  position: relative
}

.tabs-content .tab-content_sample {
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: none
}

.tabs-content>.tab-content_sample.active {
  display: block;
  z-index: 5 !important
}

footer {
  background: #22282E;
  color: #fff;
  padding-bottom: 20px;
  padding-bottom: 60px
}

footer a {
  color: #fff
}

footer .fb_bg2 {
  background: #22282E;
  padding: 0;
  margin-top: 20px
}

footer .fb_bg {
  background: url(../img/ft_bg.jpg) repeat-y center center;
  padding-top: 50px;
  padding-bottom: 50px
}

footer .bottom_word {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px
}

footer img {
  max-width: 100%
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none
}

footer ul.down_logo {
  padding-top: 40px
}

footer ul.down_logo li {
  display: inline-block;
  width: 24%
}

footer ul.down_logo li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: block
}

footer ul.down_logo li a:hover {
  text-decoration: underline
}

footer ul.down_info li {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff
}

footer ul.down_info li a {
  color: #fff !important
}

footer ul.down_info li i {
  margin-right: 5px
}

footer ul.down_menu li {
  display: inline-block;
  width: 10.5%
}

footer ul.down_menu li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-align: center
}

footer ul.down_menu li a:hover {
  text-decoration: underline
}

@media (max-width: 1280px) {
  footer ul.down_menu li {
    width: 32%;
    margin-bottom: 10px
  }

  footer ul.down_logo {
    padding-top: 40px
  }

  footer ul.down_logo li {
    width: 24%
  }

  footer ul.down_info {
    padding-top: 20px
  }

  footer ul.down_info li {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center
  }

  footer ul.down_sicon {
    text-align: center
  }
}

@media (max-width: 991px) {
  footer ul.down_menu li {
    width: 32%;
    margin-bottom: 10px
  }

  footer ul.down_logo {
    padding-top: 40px
  }

  footer ul.down_logo li {
    width: 24%
  }

  footer .fb_bg {
    background: #374353 url()
  }
}

.down_sicon {
  margin-top: 20px
}

.down_sicon .view_icon {
  width: 115px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  color: #333;
  text-align: center;
  background: #fff;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.down_sicon .view_icon:hover {
  background: #CDA930;
  color: #fff;
  border: 1px solid #CDA930
}

.down_sicon li {
  display: inline-block
}

.down_sicon li a {
  margin-left: 2px;
  margin-right: 2px
}

.down_sicon li a i {
  width: 30px;
  height: 30px;
  padding-top: 7px;
  font-size: 18px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  border-radius: 50%;
  color: #29313F;
  background: #fff;
  text-align: center
}

.down_sicon li a:hover i {
  background: #CDA930;
  color: #fff
}

.tablegg {
  border: 1px solid #D5DCDF;
  color: #5C5C5B;
  font-weight: 700;
  font-size: 16px
}

.tablegg th {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  height: 50px;
  background: #F1F1EF;
  border-right: 1px solid #D5DCDF
}

.tablegg tr {
  border-bottom: 1px solid #D5DCDF
}

.tablegg td {
  border-right: 1px solid #D5DCDF;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.tablegg p {
  padding-top: 10px;
  font-size: 16px
}

.tablegg tr td:first-child {
  background: #F1F1EF
}

.tablegg tr:hover td {
  background: #C4E3C3;
  color: #CDA930
}

.tablegg2 {
  border: 1px solid transparent;
  color: #9F9F9F;
  font-weight: 700;
  font-size: 16px;
  width: 100%
}

.tablegg2 th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  height: 50px;
  background: #453625
}

.tablegg2 td {
  text-align: center;
  vertical-align: middle;
  height: 50px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.tablegg2 p {
  padding-top: 10px;
  font-size: 16px
}

.tablegg2 tr:nth-child(odd) td {
  background: #1C1A1B
}

.tablegg2 tr:hover td {
  background: #B3894B;
  color: #fff
}

.img_rwd {
  max-width: 100%
}

.ab_box {
  padding: 0
}

.ab_box .ab_box_img {
  position: relative;
  overflow: hidden
}

.ab_box .ab_box_img:hover img.abig {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.ab_box .ab_box_img:hover .ab_box_mask {
  opacity: 0
}

.ab_box .ab_box_img img.abig {
  width: 100%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s
}

.ab_box .ab_box_img .ab_box_word2 {
  position: absolute;
  z-index: 3;
  color: #CDA930;
  left: 20%;
  text-align: right;
  top: 30%
}

.ab_box .ab_box_img .ab_box_word2 h1 {
  font-size: 41px;
  padding: 0;
  margin: 0;
  letter-spacing: 3px;
  padding-bottom: 10px
}

.ab_box .ab_box_img .ab_box_word2 h2 {
  font-size: 29px;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
  padding-right: 5px
}

.ab_box .ab_box_img .ab_box_word2 h2:after {
  position: absolute;
  content: '';
  height: 8px;
  width: 100px;
  right: 5px;
  bottom: -20px;
  background: #CDA930
}

.ab_box .ab_box_img .ab_box_word {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 27px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 45%
}

.ab_box .ab_box_img .ab_box_more {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 15px
}

.ab_box .ab_box_img .ab_box_more img {
  max-width: 30px
}

.ab_box .ab_box_img .ab_box_mask {
  position: absolute;
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: url(../img/mask.png) repeat-x bottom;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.home_order_list {
  position: absolute;
  top: 75%;
  z-index: 10;
  left: 0;
  right: 0
}

.home_order_list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px
}

.home_order_list ul li {
  display: inline-block;
  width: 19.5%
}

.home_order_list ul li input,
.home_order_list ul li select {
  border: 1px solid transparent;
  width: 100%;
  letter-spacing: 1px;
  text-align: left;
  height: 70px;
  font-size: 15px;
  color: #fff;
  padding: 25px 20px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.home_order_list ul li select,
.home_order_list ul li option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none
}

.home_order_list ul li:nth-child(1) input {
  background: #29313F url(../img/icon_date.png) no-repeat center right
}

.home_order_list ul li:nth-child(2) {
  margin-left: -4px
}

.home_order_list ul li:nth-child(2) input {
  background: #374253 url(../img/icon_date.png) no-repeat center right
}

.home_order_list ul li:nth-child(3) {
  margin-left: -4px
}

.home_order_list ul li:nth-child(3) select {
  background: #374253 url(../img/icon_aw.png) no-repeat center right
}

.home_order_list ul li:nth-child(4) {
  margin-left: -4px
}

.home_order_list ul li:nth-child(4) select {
  background: #374253 url(../img/icon_aw.png) no-repeat center right
}

.home_order_list ul li:nth-child(5) {
  margin-left: -4px
}

.home_order_list ul li:nth-child(5) button {
  margin-top: 10px !important;
  width: 100%;
  background: #F0F4F5;
  color: #29313F;
  text-align: center;
  border: none;
  height: 65px
}

.home_order_list ul li:nth-child(5) button:hover {
  background: #CDA930
}

@media (max-width: 1280px) {
  .home_order_list {
    position: absolute;
    top: 75%
  }

  .home_order_list ul {
    max-width: 800px
  }

  .home_order_list ul li {
    display: inline-block;
    width: 19.5%
  }

  .home_order_list ul li input,
  .home_order_list ul li select {
    letter-spacing: 1px;
    height: 70px;
    padding: 20px 10px
  }
}

@media (max-width: 991px) {
  .order_logo {
    display: none
  }
}

@media (max-width: 768px) {
  .home_order_list {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: -40px
  }

  .home_order_list ul li {
    display: inline-block;
    width: 25%;
    margin-bottom: 0
  }

  .home_order_list ul li input,
  .home_order_list ul li select {
    letter-spacing: 0;
    height: 70px;
    padding: 20px 10px;
    border-radius: 0
  }

  .home_order_list ul li:nth-child(2),
  .home_order_list ul li:nth-child(3),
  .home_order_list ul li:nth-child(4) {
    margin-left: -5px
  }

  .home_order_list ul li:nth-child(5) {
    width: calc(100% - 1px) !important;
    display: block;
    margin-left: 0
  }

  .home_order_list ul li:nth-child(5) button {
    border: 1px solid #374253;
    margin-top: 0 !important
  }
}

@media (max-width: 640px) {
  .order_logo {
    display: none
  }

  .home_order_list {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px
  }

  .home_order_list ul {
    padding-left: 5px
  }

  .home_order_list ul li {
    display: inline-block;
    width: 49% !important;
    margin-bottom: 0
  }

  .home_order_list ul li input,
  .home_order_list ul li select {
    letter-spacing: 0;
    height: 70px;
    padding: 20px 10px;
    border-radius: 0
  }

  .home_order_list ul li:nth-child(2),
  .home_order_list ul li:nth-child(4) {
    margin-left: -5px
  }

  .home_order_list ul li:nth-child(3) {
    margin-left: 0
  }

  .home_order_list ul li:nth-child(5) {
    width: 98% !important;
    display: block;
    margin-left: 0
  }

  .home_order_list ul li:nth-child(5) button {
    border: 1px solid #374253;
    margin-top: 0 !important
  }
}

.box600 {
  max-width: 600px;
  margin-top: 100px;
  margin-bottom: 50px
}

.traffic_icon_map {
  margin-top: -150px
}

.traffic_icon_map img {
  max-width: 100%
}

.mobile_language {
  color: #fff;
  margin-top: 10px
}

.mobile_language a {
  color: #fff;
  padding: 5px;
  position: relative
}

.mobile_language a::after {
  content: '';
  position: absolute;
  width: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  height: 2px;
  background: #CDA930;
  left: 0;
  right: 0;
  bottom: 0
}

.mobile_language a:hover {
  color: #CDA930
}

.mobile_language a:hover::after {
  width: 100%
}

@media (max-width: 768px) {
  .box600 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px
  }

  .abt2 {
    text-align: center !important
  }
}

span.about_mask_txt {
  display: block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-bottom: 30px
}

span.about_mask_txt h1 {
  font-size: 28px;
  color: #22282E;
  text-align: center;
  position: relative;
  line-height: 40px;
  z-index: 5;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  width: 25px;
  margin: 0 auto
}

span.about_mask_txt h1::after {
  position: absolute;
  background: #CDA930;
  height: 1px;
  width: 30px;
  content: '';
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto
}

span.about_mask_txt h2 {
  font-size: 50px;
  text-align: center;
  color: #ccc;
  font-family: "Times New Roman", Georgia, Serif;
  letter-spacing: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%
}

.home_about_box_t2 {
  background: transparent !important;
  margin-top: -20%
}

.home_about_box_t2 h2,
.home_about_box_t2 p {
  color: #333 !important
}

.about_mask_txt3 {
  margin-top: 150px
}

.about_mask_txt4 {
  margin-top: 50px
}

.bg_news2 {
  padding-top: 100px;
  padding-bottom: 100px
}

.bg_about {
  background: url(../img/bg_about.jpg);
  padding-top: 100px;
  padding-bottom: 100px
}

.home_about_box {
  background: #22282E;
  padding: 50px
}

.home_about_box h2 {
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: left
}

.home_about_box h1 {
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  position: relative;
  text-align: left;
  margin-bottom: 40px
}

.home_about_box h1::after {
  position: absolute;
  content: '';
  background: #CDA930;
  height: 1px;
  width: 35px;
  bottom: -10px;
  left: 0
}

.home_about_box p {
  color: #fff;
  margin-bottom: 26px;
  text-align: left;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px
}

.home_about_box span {
  display: inline-block;
  width: 49%
}

.home_about_box span a {
  display: block;
  color: #D3BE79;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  font-size: 16px;
  text-align: center;
  border: 1px solid #8A7F5A;
  padding: 17px 10px
}

.home_about_box span a:hover {
  background: #D3BE79;
  color: #22282E;
  border: 1px solid #D3BE79
}

.bg_room {
  padding-top: 50px;
  padding-bottom: 50px
}

.bg_service {
  padding-top: 50px;
  padding-bottom: 50px
}

.room_box {
  overflow: hidden
}

.room_box .room_box_mask3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}

.room_box .room_box_mask3 span.mask_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  padding-top: 10px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  background: rgba(0, 0, 0, 0.8);
  color: #CDA930;
  text-align: center;
  margin: 0 auto;
  margin-top: 6%
}

.room_box .room_box_mask3 span.mask_txt {
  background: rgba(182, 145, 98, 0.9);
  width: 175px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 30px;
  text-align: center;
  color: #fff;
  display: block
}

.room_box .room_box_mask3 span.mask_txt h1 {
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin: 0;
  padding-bottom: 10px;
  margin: 10px
}

.room_box .room_box_mask3 span.mask_txt h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 2px
}

.room_box .room_box_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}

.room_box .room_box_mask span.mask_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  padding-top: 10px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  background: rgba(0, 0, 0, 0.8);
  color: #CDA930;
  text-align: center;
  margin: 0 auto;
  margin-top: 12%
}

.room_box .room_box_mask span.mask_txt {
  background: rgba(182, 145, 98, 0.9);
  width: 175px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 30px;
  text-align: center;
  color: #fff;
  display: block
}

.room_box .room_box_mask span.mask_txt h1 {
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin: 0;
  padding-bottom: 10px;
  margin: 10px
}

.room_box .room_box_mask span.mask_txt h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 2px
}

.room_box .room_box_mask2 {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: 20px solid rgba(0, 0, 0, 0.75)
}

.room_box .room_box_mask2 span.mask_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  display: block;
  padding-top: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 12%
}

.room_box .room_box_mask2 span.mask_txt {
  width: 175px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 30px;
  text-align: center;
  color: #fff;
  display: block
}

.room_box .room_box_mask2 span.mask_txt h1 {
  font-size: 21px;
  padding: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin: 0;
  padding-bottom: 10px;
  margin: 10px
}

.room_box .room_box_mask2 span.mask_txt h2 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 2px
}

.room_box img {
  width: 100%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s
}

.room_box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

@media (max-width: 1366px) {
  .room_box .room_box_mask span.mask_txt {
    background: rgba(182, 145, 98, 0.9);
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block
  }

  .room_box .room_box_mask2 span.mask_txt {
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block
  }
}

.displaynone1024 {
  display: block !important
}

.display1024 {
  display: none !important
}

@media (max-width: 1024px) {
  .service_box span.mask_txt4 h1 {
    line-height: 24px !important;
    letter-spacing: 2px
  }

  .box_1024 {
    width: 100%;
    margin: 0 auto;
    text-align: center
  }

  .displaynone1024 {
    display: none !important
  }

  .display1024 {
    display: block !important
  }

  .room_box {
    margin: 0 auto;
    margin-bottom: 10px
  }

  .room_box .room_box_mask,
  .room_box .room_box_mask3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
  }

  .room_box .room_box_mask span.mask_circle,
  .room_box .room_box_mask3 span.mask_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    padding-top: 10px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    border: none;
    background: rgba(0, 0, 0, 0.8);
    color: #CDA930;
    text-align: center;
    margin: 0 auto;
    margin-top: 12%
  }

  .room_box .room_box_mask span.mask_txt,
  .room_box .room_box_mask3 span.mask_txt {
    background: rgba(182, 145, 98, 0.9);
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 30px;
    text-align: center;
    color: #fff;
    display: block
  }

  .room_box .room_box_mask span.mask_txt h1,
  .room_box .room_box_mask3 span.mask_txt h1 {
    font-size: 21px;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    margin: 0;
    padding-bottom: 10px;
    margin: 10px
  }

  .room_box .room_box_mask span.mask_txt h2,
  .room_box .room_box_mask3 span.mask_txt h2 {
    font-size: 19px;
    padding: 0;
    margin: 0;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    letter-spacing: 2px
  }

  .room_box .room_box_mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border: none;
    outline: none;
    background: none
  }

  .room_box .room_box_mask2 span.mask_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    padding-top: 10px;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    background: rgba(0, 0, 0, 0.8);
    color: #CDA930;
    text-align: center;
    margin: 0 auto;
    margin-top: 12%;
    border: none
  }

  .room_box .room_box_mask2 span.mask_txt {
    background: rgba(182, 145, 98, 0.9);
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 30px;
    text-align: center;
    color: #fff;
    display: block
  }

  .room_box .room_box_mask2 span.mask_txt h1 {
    font-size: 21px;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    margin: 0;
    padding-bottom: 10px;
    margin: 10px
  }

  .room_box .room_box_mask2 span.mask_txt h2 {
    font-size: 19px;
    padding: 0;
    margin: 0;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    letter-spacing: 2px
  }
}

@media (max-width: 640px) {
  .home_about_box {
    background: #22282E;
    padding: 30px
  }

  .room_box {
    margin-bottom: 10px
  }
}

@media (max-width: 520px) {

  .room_box .room_box_mask span.mask_circle,
  .room_box .room_box_mask3 span.mask_circle {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin-top: 5%
  }

  .room_box .room_box_mask span.mask_txt,
  .room_box .room_box_mask3 span.mask_txt {
    width: 100px;
    margin-top: 15px;
    padding: 10px
  }

  .room_box .room_box_mask span.mask_txt h1,
  .room_box .room_box_mask3 span.mask_txt h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
    margin: 8px
  }

  .room_box .room_box_mask span.mask_txt h2,
  .room_box .room_box_mask3 span.mask_txt h2 {
    font-size: 14px;
    padding: 0;
    margin: 0
  }

  .room_box .room_box_mask2 span.mask_circle {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin-top: 5%
  }

  .room_box .room_box_mask2 span.mask_txt {
    width: 100px;
    margin-top: 15px;
    padding: 10px
  }

  .room_box .room_box_mask2 span.mask_txt h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
    margin: 8px
  }

  .room_box .room_box_mask2 span.mask_txt h2 {
    font-size: 14px;
    padding: 0;
    margin: 0
  }
}

@media (max-width: 390px) {

  .room_box .room_box_mask span.mask_circle,
  .room_box .room_box_mask3 span.mask_circle {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin-top: 5%
  }

  .room_box .room_box_mask span.mask_txt,
  .room_box .room_box_mask3 span.mask_txt {
    width: 100px;
    margin-top: 5px;
    padding: 5px
  }

  .room_box .room_box_mask span.mask_txt h1,
  .room_box .room_box_mask3 span.mask_txt h1 {
    font-size: 16px;
    padding-bottom: 5px;
    margin: 5px
  }

  .room_box .room_box_mask span.mask_txt h2,
  .room_box .room_box_mask3 span.mask_txt h2 {
    font-size: 14px
  }

  .room_box .room_box_mask2 span.mask_circle {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin-top: 5%
  }

  .room_box .room_box_mask2 span.mask_txt {
    width: 100px;
    margin-top: 5px;
    padding: 5px
  }

  .room_box .room_box_mask2 span.mask_txt h1 {
    font-size: 16px;
    padding-bottom: 5px;
    margin: 5px
  }

  .room_box .room_box_mask2 span.mask_txt h2 {
    font-size: 14px
  }
}

.home_tit_box {
  text-align: center;
  margin-bottom: 50px
}

.home_tit_box .home_tit_box_word h1 {
  text-align: center;
  font-size: 27px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
  color: #333;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  z-index: 2
}

.home_tit_box .home_tit_box_word h1::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  width: 40px;
  background: #CDA930;
  height: 1px
}

.home_tit_box .home_tit_box_gray {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 61px;
  color: #E7E7E7;
  letter-spacing: 20px;
  text-align: center
}

@media (max-width: 991px) {
  .home_tit_box .home_tit_box_word h1 {
    text-align: center;
    font-size: 27px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px
  }

  .home_tit_box .home_tit_box_gray {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: -1;
    font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
    font-size: 61px;
    color: #E7E7E7;
    letter-spacing: 15px;
    text-align: center
  }
}

.service_box {
  position: relative;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  overflow: hidden
}

.service_box img {
  width: 100%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s
}

.service_box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.service_box:hover .service_box_mask {
  background: rgba(0, 0, 0, 0.5)
}

.service_box:hover .service_box_mask span.mask_txt h6,
.service_box:hover .service_box_mask span.mask_txt4 h6 {
  background: #CDA930;
  color: #fff
}

.service_box:hover .service_box_mask2 {
  background: rgba(0, 0, 0, 0.5)
}

.service_box:hover .service_box_mask2 span.mask_txt h6 {
  background: #CDA930;
  color: #fff
}

.service_box:hover .service_box_mask span.mask_txt3 h6,
.service_box:hover .service_box_mask span.mask_txt5 h6 {
  background: #CDA930;
  color: #fff
}

.service_box .service_box_mask {
  position: absolute;
  text-align: center;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: transparent;
  left: 15px;
  top: 15px;
  z-index: 3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.service_box .service_box_mask span.mask_txt3,
.service_box .service_box_mask span.mask_txt5 {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding-top: 40%
}

.service_box .service_box_mask span.mask_txt3 h4,
.service_box .service_box_mask span.mask_txt5 h4 {
  font-size: 25px;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.service_box .service_box_mask span.mask_txt3 h1,
.service_box .service_box_mask span.mask_txt5 h1 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  line-height: 40px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  width: 25px;
  margin: 0 auto
}

.service_box .service_box_mask span.mask_txt3 h1::after,
.service_box .service_box_mask span.mask_txt5 h1::after {
  position: absolute;
  background: #CDA930;
  height: 1px;
  width: 25px;
  content: '';
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.service_box .service_box_mask span.mask_txt3 h2,
.service_box .service_box_mask span.mask_txt5 h2 {
  font-size: 48px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 12px
}

.service_box .service_box_mask span.mask_txt3 h3,
.service_box .service_box_mask span.mask_txt5 h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px
}

.service_box .service_box_mask span.mask_txt3 h6,
.service_box .service_box_mask span.mask_txt5 h6 {
  width: 135px;
  height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px
}

.service_box .service_box_mask span.mask_txt5 {
  padding-top: 20%
}

.service_box .service_box_mask span.mask_txt {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding-top: 35%
}

.service_box .service_box_mask span.mask_txt h1 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  width: 25px;
  margin: 0 auto
}

.service_box .service_box_mask span.mask_txt h1::after {
  position: absolute;
  background: #CDA930;
  height: 1px;
  width: 25px;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.service_box .service_box_mask span.mask_txt h2 {
  font-size: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 12px;
  margin: 5px
}

.service_box .service_box_mask span.mask_txt h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  margin: 5px
}

.service_box .service_box_mask span.mask_txt h6 {
  width: 135px;
  height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px
}

.service_box span.mask_txt4 {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding-top: 10%
}

.service_box span.mask_txt4 h1 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  width: 25px;
  margin: 0 auto
}

.service_box span.mask_txt4 h1::after {
  position: absolute;
  background: #CDA930;
  height: 1px;
  width: 25px;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.service_box span.mask_txt4 h2 {
  font-size: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin: 5px;
  letter-spacing: 12px
}

.service_box span.mask_txt4 h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  margin: 5px
}

.service_box span.mask_txt4 h6 {
  width: 135px;
  height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px
}

.service_box .service_box_mask2 {
  position: absolute;
  text-align: center;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  z-index: 3;
  background: transparent;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.service_box .service_box_mask2 span.mask_txt {
  display: block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  padding-top: 12%
}

.service_box .service_box_mask2 span.mask_txt h1 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  line-height: 40px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 5px;
  width: 25px;
  margin: 0 auto
}

.service_box .service_box_mask2 span.mask_txt h1::after {
  position: absolute;
  background: #CDA930;
  height: 1px;
  width: 35px;
  content: '';
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.service_box .service_box_mask2 span.mask_txt h2 {
  font-size: 48px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%
}

.service_box .service_box_mask2 span.mask_txt h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px
}

.service_box .service_box_mask2 span.mask_txt h6 {
  width: 135px;
  height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px
}

@media (max-width: 1440px) {
  .service_box span.mask_txt4 {
    padding-top: 5% !important
  }

  .service_box span.mask_txt4 h6 {
    margin-top: 15px;
    height: 30px;
    padding-top: 8px;
    width: 100px
  }
}

@media (max-width: 1199px) {
  .service_box span.mask_txt4 {
    padding-top: 1% !important
  }

  .service_box span.mask_txt4 h6 {
    margin-top: 8px
  }

  .service_box span.mask_txt4 h3,
  .service_box span.mask_txt h3 {
    margin: 10px !important
  }

  .service_box span.mask_txt4 h2,
  .service_box span.mask_txt h2 {
    display: none !important
  }
}

@media (max-width: 991px) {
  .service_box span.mask_txt4 {
    padding-top: 15% !important
  }

  .service_box span.mask_txt {
    padding-top: 25% !important
  }

  .service_box span.mask_txt4 h6 {
    margin-top: 8px
  }

  .service_box span.mask_txt4 h3,
  .service_box span.mask_txt h3 {
    margin: 10px !important
  }

  .service_box span.mask_txt4 h2,
  .service_box span.mask_txt h2 {
    display: none !important
  }
}

@media (max-width: 768px) {
  .service_box span.mask_txt4 {
    padding-top: 7% !important
  }

  .service_box span.mask_txt {
    padding-top: 25% !important
  }

  .service_box .service_box_mask span.mask_txt h6,
  .service_box .service_box_mask span.mask_txt5 h6,
  .service_box .service_box_mask span.mask_txt3 h6 {
    width: 100px;
    height: 30px;
    margin-top: 8px;
    padding-top: 7px;
    font-size: 12px
  }

  .service_box .service_box_mask2 span.mask_txt {
    padding-top: 10%
  }

  .service_box .service_box_mask2 span.mask_txt h1 {
    font-size: 20px;
    line-height: 30px
  }

  .service_box .service_box_mask2 span.mask_txt h2 {
    font-size: 40px;
    letter-spacing: 12px;
    top: 60%
  }

  .service_box .service_box_mask2 span.mask_txt h6 {
    width: 135px;
    height: 40px;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px
  }
}

@media (max-width: 640px) {
  .service_box span.mask_txt4 {
    padding-top: 12% !important
  }

  .service_box span.mask_txt {
    padding-top: 30% !important
  }

  .service_box span.mask_txt4 h1,
  .service_box .service_box_mask span.mask_txt h1 {
    width: 100%
  }
}

@media (max-width: 480px) {
  .service_box .service_box_mask span.mask_txt5 {
    padding-top: 12% !important
  }

  .service_box span.mask_txt4 h3,
  .service_box span.mask_txt h3 {
    display: none !important
  }

  .service_box .service_box_mask2 span.mask_txt {
    padding-top: 6%
  }

  .service_box .service_box_mask2 span.mask_txt h1 {
    font-size: 18px;
    line-height: 22px
  }

  .service_box .service_box_mask2 span.mask_txt h1::after {
    width: 16px
  }

  .service_box .service_box_mask2 span.mask_txt h2 {
    font-size: 30px;
    letter-spacing: 12px;
    top: 30%
  }

  .service_box .service_box_mask2 span.mask_txt h6 {
    width: 135px;
    height: 40px;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px
  }
}

.news_row {
  border-bottom: 1px solid #DCDCDC;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 700;
  padding-top: 10px;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px
}

.news_row_img {
  margin-bottom: 30px
}

.img-responsive img {
  max-width: 100%
}

.bg_news {
  padding-bottom: 50px
}

.view_btn {
  width: 135px;
  height: 40px;
  display: block;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.view_btn:hover {
  background: #333;
  color: #fff
}

.more_btn {
  width: 135px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.more_btn:hover {
  background: #fff;
  color: #333
}

.bg_trip {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #87ADD8;
  color: #fff
}

.trip_h1 {
  padding: 0;
  margin: 0;
  font-size: 28px
}

.trip_boxx {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0
}

.trip_boxx a {
  color: #fff
}

.trip_boxx:hover .trip_txt p::after {
  width: 100%
}

.trip_user {
  display: inline-block;
  width: 20%;
  background: #87ADD8;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  padding-top: 20px
}

.trip_user h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 10px
}

.trip_txt {
  display: inline-block;
  width: 79%;
  padding-left: 10px
}

.trip_txt h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: left
}

.trip_txt p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  position: relative;
  text-align: left
}

.trip_txt p::after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
  bottom: -20px;
  height: 2px;
  width: 0;
  background: rgba(255, 255, 255, 0.9)
}

.trip_fluid:hover {
  background: #F6F9FC
}

.trip_boxx2 {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #A8C4E3;
  padding-bottom: 45px;
  padding-top: 35px
}

.trip_boxx2 a {
  color: #fff
}

.trip_boxx2:hover .trip_txt p::after {
  width: 100%
}

.trip_user2 {
  background: #87ADD8;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
  margin-top: 30px
}

.trip_user2 h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  padding: 0;
  color: #fff;
  margin: 0;
  margin-bottom: 10px
}

.trip_txt2 {
  padding-left: 10px
}

.trip_txt2 h2 {
  font-size: 18px;
  color: #333;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 700
}

.trip_txt2 h3 {
  font-size: 17px;
  color: #85ACD8;
  font-weight: 700;
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 10px
}

.trip_txt2 h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: left
}

.trip_txt2 h1 b {
  color: #86ACD8
}

.trip_txt2 p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  position: relative;
  text-align: left
}

.trip_txt2 p::after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
  bottom: -20px;
  height: 2px;
  width: 0;
  background: rgba(255, 255, 255, 0.9)
}

.bg_sigh {
  padding-bottom: 0;
  padding-top: 50px
}

.bg_traffic {
  background: #F0F1F0
}

.home_tit_box .home_tit_box_gray2 {
  color: #DCDDDC !important
}

.home_tit_box .home_tit_box_word2 h1 {
  padding-top: 30px !important
}

.abt1 {
  text-align: right;
  padding: 0;
  margin-top: -200px
}

.abt2 {
  text-align: left;
  padding: 0;
  margin-top: -36px
}

.abt1 img,
.abt2 img {
  max-width: 100%
}

.tit_circle_num {
  width: 23px;
  height: 23px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #AB850B;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 16px;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 25px;
  margin-right: 5px
}

.tit_h1 {
  color: #21272D;
  font-size: 33px;
  letter-spacing: 2px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.tit_h2 {
  color: #21272D;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.tit_h3 {
  color: #21272D;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  line-height: 30px;
  color: #B69162
}

.tit_h4 {
  color: #21272D;
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  position: relative
}

.tit_h4::after {
  position: absolute;
  height: 1px;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  width: 35px;
  background: #CDA930
}

.tit_h5 {
  color: #8D6E00;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  line-height: 30px
}

.tit_p {
  color: #21272D;
  font-size: 16px;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif !important;
  line-height: 26px;
  font-weight: 700
}

.tit_pf {
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif !important;
  line-height: 30px;
  font-weight: 700
}

.tit_p2 {
  color: #21272D;
  font-size: 14px;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif !important;
  line-height: 26px;
  font-weight: 700
}

.btn_gold_div {
  margin-top: 20px
}

.btn_gold_div .btn_gold {
  width: 32.5%
}

.btn_gold {
  display: inline-block;
  text-align: center
}

.btn_gold a {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 19px;
  letter-spacing: 2px;
  color: #997F4D;
  padding: 20px 1px;
  border: 1px solid #BCAC8D;
  display: block
}

.btn_gold a:hover {
  background: #BCAC8D;
  color: #fff
}

.a90 {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 800px;
  margin: 0 auto
}

.a90 p {
  margin-top: 20px
}

@media(max-width:1680px) {
  .a90 {
    padding-top: 360px;
    padding-bottom: 200px
  }
}

@media(max-width:1023px) {
  .a90 {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (max-width: 991px) {
  .a_img {
    margin-top: 20px
  }

  .a_img img {
    max-width: 100%
  }
}

@media (max-width: 991px) {
  .btn_gold_div .btn_gold a {
    font-size: 15px;
    letter-spacing: 0
  }
}

@media (max-width: 390px) {
  .btn_gold_div .btn_gold {
    width: 100%;
    display: block;
    margin-bottom: 10px
  }
}

@media (max-width: 1280px) {
  .home_about_box_t {
    margin-top: 0
  }

  .home_about_box {
    margin-right: 0
  }
}

@media (max-width: 991px) {

  .abt1,
  .abt2 {
    margin-top: 0
  }

  .home_about_box_t2 {
    margin-top: 20px
  }

  .a_img {
    margin-bottom: 50px
  }
}

ul.tx_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px
}

ul.tx_ul li {
  font-size: 17px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  text-align: left;
  color: #fff;
  line-height: 35px
}

ul.tx_ul li span {
  color: #B1BEC3;
  width: 80px;
  display: inline-block;
  border-right: 1px solid #7B7452;
  margin-right: 20px
}

.about_mask_txt4 {
  z-index: 10
}

.rooms_img {
  z-index: -2;
  margin-left: -50px
}

.case_slider_box img {
  max-width: 99%
}

#c_left,
#c_right {
  height: 44px;
  width: 24px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  top: 45%;
  position: absolute;
  z-index: 5
}

#c_left:hover,
#c_right:hover {
  background-position: 100% 100%
}

#c_left {
  left: -15px;
  background: url(../img/room/aw_left.png) no-repeat
}

#c_right {
  right: -15px;
  background: url(../img/room/aw_right.png) no-repeat
}

.room_boxaa {
  margin-bottom: 40px
}

.gr_btn a {
  display: block;
  width: 240px;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  height: 60px;
  padding-top: 15px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  margin: 0 auto;
  background: #CDA930 url(../img/room/aw.png) no-repeat right center;
  color: #fff;
  border-radius: 10px;
  text-align: center
}

.gr_btn a:hover {
  background: #AA8339 url(../img/room/aw.png) no-repeat right center
}

.gr_btn button {
  display: block;
  width: 240px;
  font-size: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  height: 60px;
  padding-top: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  float: right;
  border: 1px solid #CDA930;
  margin-top: 20px;
  background: #CDA930 url(../img/room/aw.png) no-repeat right center;
  color: #fff;
  border-radius: 10px;
  text-align: center
}

.gr_btn button:hover {
  background: #AA8339 url(../img/room/aw.png) no-repeat right center
}

.service_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px
}

.service_ul li {
  width: 19.5%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px
}

.service_ul li a {
  font-size: 17px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px;
  position: relative;
  display: block
}

.service_ul li a::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  content: '';
  text-align: center;
  width: 0;
  height: 2px;
  background: #CDA930;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.service_ul li:hover a::after {
  width: 90px
}

@media (max-width: 640px) {
  .service_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px
  }

  .service_ul li {
    width: 32.5%;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px
  }

  .service_ul li a {
    font-size: 15px;
    letter-spacing: 0
  }
}

@media (max-width: 480px) {
  .service_ul {
    margin-bottom: 40px
  }

  .service_ul li {
    width: 49%;
    margin-bottom: 15px
  }

  .service_ul li a {
    font-size: 15px;
    letter-spacing: 0
  }
}

.rwd_img img {
  max-width: 100%
}

.p_line_box {
  padding: 20px;
  border: 1px solid #D3BE79;
  background: #FAFAFA
}

.ff44 {
  padding: 0;
  margin: 0;
  list-style: none
}

.ff44 li {
  line-height: 20px;
  margin-bottom: 8px;
  display: inline-block;
  width: 49.5%
}

.ffaa {
  background: #AB850B;
  width: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: 0;
  height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block
}

.tr2tc {
  text-align: right
}

.tl2tc {
  text-align: left
}

.p32 {
  padding-top: 32px
}

.pta100 {
  padding-top: 100px
}

.pta130 {
  padding-top: 130px
}

@media (max-width: 991px) {
  .pta130 {
    padding-top: 130px
  }

  .pta100 {
    padding-top: 50px
  }

  .tl2tc,
  .tr2tc {
    text-align: center
  }

  .p32 {
    padding-top: 0
  }

  .pta130 {
    padding-top: 50px
  }
}

@media (max-width: 768px) {
  .pta100 {
    padding-top: 50px
  }
}

.mw490 {
  max-width: 490px
}

h5.tit_h55 {
  color: #5C5C5C;
  font-size: 19px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  letter-spacing: 1px
}

.moon_a {
  margin-left: 30%;
  margin-top: 20%
}

.moon_b {
  margin-right: 30%;
  margin-top: 5%
}

.moon_c {
  margin-top: -200px
}

@media (max-width: 1280px) {
  .moon_c {
    margin-top: 0
  }
}

@media (max-width: 991px) {
  .moon_a {
    margin-left: 0;
    margin-top: 50px
  }

  .moon_b {
    margin-right: 0;
    margin-top: 50px
  }
}

.news_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative
}

.news_ul .news_ul_line {
  position: absolute;
  z-index: -1
}

.news_ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px
}

.news_ul li a {
  color: #fff;
  display: block;
  background: #88AED6;
  border-radius: 50%;
  padding-top: 10px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  width: 155px;
  height: 155px;
  text-align: center
}

.news_ul li a h1 {
  font-size: 19px;
  font-weight: 700
}

.news_ul li a:hover {
  background: #374254
}

@media (max-width: 768px) {
  .news_ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
  }

  .news_ul li a {
    padding-top: 10px;
    width: 100px;
    height: 100px;
    text-align: center
  }

  .news_ul li a img {
    max-width: 30px
  }

  .news_ul li a h1 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px
  }
}

@media (max-width: 480px) {
  .news_ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
  }

  .news_ul li a {
    padding-top: 10px;
    width: 80px;
    height: 80px;
    text-align: center
  }

  .news_ul li a img {
    max-width: 30px
  }

  .news_ul li a h1 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px
  }
}

.news_in_box {
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 35px 20px;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.news_in_box:hover {
  border-color: #CDA930
}

.news_in_box:hover .news_in_box_txt h1,
.news_in_box:hover .news_in_box_txt p {
  color: #333
}

.news_in_box:hover .news_in_box_txt p {
  text-decoration: underline
}

.news_in_box:hover .news_in_box_txt span {
  background: #86ACDA url(../img/news/icon_aw.png) no-repeat right center
}

.news_in_box:hover .news_in_box_img img.big {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.news_in_box .news_in_box_img {
  overflow: hidden;
  position: relative
}

.news_in_box .news_in_box_img .n_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5
}

.news_in_box .news_in_box_img .n_mask img {
  width: 59px
}

.news_in_box .news_in_box_img img.big {
  width: 100%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s
}

.news_in_box .news_in_box_txt h1 {
  font-size: 19px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.news_in_box .news_in_box_txt p {
  font-size: 14px;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  line-height: 20px
}

.news_in_box .news_in_box_txt h6 {
  color: #86ACDA;
  font-size: 15px
}

.news_in_box .news_in_box_txt span {
  display: block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  background: #333 url(../img/news/icon_aw.png) no-repeat right center;
  color: #fff;
  border-radius: 5px
}

.news_ul_bg {
  background: url(../img/news/line.png) no-repeat center center
}

.b_btn {
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff;
  letter-spacing: 2px;
  background: #333 url(../img/news/icon_aw.png) no-repeat right center;
  color: #fff;
  border-radius: 5px;
  text-align: center
}

.b_btn a {
  display: block;
  color: #fff
}

.b_btn:hover {
  background: #86ACDA url(../img/news/icon_aw.png) no-repeat right center
}

.b_btn4 {
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff;
  letter-spacing: 2px;
  background: url(../img/icon_aw2.png) no-repeat right center;
  border: 1px solid #333;
  color: #333;
  border-radius: 5px;
  text-align: center
}

.b_btn4 a {
  display: block;
  color: #fff
}

.b_btn4:hover {
  background: #333 url(../img/icon_aw.png) no-repeat right center;
  color: #fff
}

.d_box img {
  max-width: 100%
}

.news_d_tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #CDDDEF;
  text-align: center
}

.news_d_tit h1 {
  font-size: 31px;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif
}

.news_d_tit h2 {
  font-size: 17px;
  color: #85ACD9;
  font-family: "Times New Roman", Georgia, Serif;
  letter-spacing: 2px
}

.tra_box {
  position: relative
}

.tra_box img {
  max-width: 100%
}

.tra_box .tra_box_btn {
  position: absolute;
  left: 0;
  bottom: 50px
}

.tra_box .tra_box_btn a {
  background: #CDA930;
  color: #fff;
  font-size: 19px;
  display: block;
  border-radius: 5px;
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.tra_box .tra_box_btn a:hover {
  background: #A08525
}

.tra_box .tra_box_btn a i {
  margin-right: 5px
}

@media (max-width: 991px) {
  .tra_box {
    position: relative
  }

  .tra_box .tra_box_btn {
    position: relative;
    left: 0;
    display: block;
    margin-top: 100px;
    margin-bottom: 30px
  }
}

.b_btn2 {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
  color: #fff;
  letter-spacing: 2px;
  background: #C5AA4C url(../img/news/icon_aw.png) no-repeat right center;
  color: #fff;
  border-radius: 5px;
  text-align: center
}

.b_btn2 a {
  display: block;
  color: #fff
}

.b_btn2:hover {
  background: #A08525 url(../img/news/icon_aw.png) no-repeat right center
}

.t_ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.t_ul li {
  width: 49.5%;
  display: inline-block
}

@media (max-width: 640px) {
  .t_ul li {
    width: 100%;
    display: block
  }
}

.contact_row {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px
}

.contact_row div {
  margin-bottom: 10px
}

.contact_row p {
  font-weight: 700
}

.contact_row input,
.contact_row textarea {
  padding: 12px;
  background: #fff;
  border: 1px solid #fff;
  width: 100%
}

.contact_row input:focus,
.contact_row textarea:focus {
  border-color: #CDA930
}

.radio_input {
  width: 20px !important
}

input[type="radio"] {
  display: none
}

input[type="radio"]+label {
  color: #333;
  font-size: 16px;
  margin-right: 10px
}

input[type="radio"]+label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #CDA930
}

input[type="radio"]:checked+label span {
  background-color: #CDA930
}

input[type="radio"]+label span,
input[type="radio"]:checked+label span {
  -webkit-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  -moz-transition: background-color .4s linear;
  transition: background-color .4s linear
}

input.menu[type="radio"] {
  display: none
}

input.menu[type="radio"]+label {
  color: #333;
  font-size: 16px;
  margin-right: 10px
}

input.menu[type="radio"]+label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #3B3B3E;
  border: 1px solid #3B3B3E
}

input.menu[type="radio"]:checked+label span {
  background-color: #CDA930
}

input.menu2[type="radio"] {
  display: none
}

input.menu2[type="radio"]+label {
  color: #333;
  font-size: 16px
}

input.menu2[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #111;
  border: 1px solid #666
}

input.menu2[type="radio"]:checked+label span {
  background-color: #fff
}

.product_select {
  background: #333;
  color: #ccc;
  border: 1px solid #333;
  padding: 3px 8px
}

.yellow_btn {
  background: #B3894B;
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 30px;
  width: 280px;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.yellow_btn:hover {
  background: #7C6034;
  color: #fff
}

.table-responsive {
  border: none
}

.total_price {
  background: #353332;
  border: 1px solid #555;
  padding: 15px 30px;
  margin-top: 20px
}

.total_price ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.total_price ul li {
  display: inline-block;
  color: #fff
}

.total_price ul li:nth-child(1) {
  min-width: 110px
}

.total_price ul li:nth-child(2) {
  width: calc(100% - 280px);
  text-align: right;
  padding-right: 20px;
  padding-left: 20px
}

.total_price ul li:nth-child(3) {
  min-width: 150px;
  text-align: right
}

@media (max-width: 640px) {
  .total_price ul li {
    display: inline-block;
    color: #fff
  }

  .total_price ul li:nth-child(1) {
    min-width: 10px;
    width: 28%
  }

  .total_price ul li:nth-child(2) {
    width: 68%;
    padding-right: 0;
    padding-left: 0;
    text-align: right
  }

  .total_price ul li:nth-child(3) {
    min-width: 150px;
    width: 100%;
    text-align: right;
    margin-top: 8px
  }
}

.check {
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 10px
}

.check input {
  display: none
}

.check input:checked+.box {
  background-color: #3B3B3E
}

.check input:checked+.box:after {
  top: 0
}

.check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid transparent;
  background-color: #3B3B3E;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px rgba(0, 0, 0, 0.2)
}

.check .box:hover {
  border: 1px solid #B3894B
}

.check .box:after {
  width: 50%;
  height: 30%;
  content: '';
  position: absolute;
  border-left: 3.5px solid;
  border-bottom: 3.5px solid;
  border-color: #B3894B;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto
}

.check_product {
  background: #333
}

.bg_fff_line {
  background: #fff;
  padding: 12px
}

@media (max-width: 991px) {
  .cucf {
    padding-bottom: 80px;
    padding-top: 50px
  }

  .img991 img {
    max-width: 100%
  }
}

.s_img {
  position: relative;
  overflow: hidden
}

.s_img:hover .s_txt {
  margin: 19% auto
}

.s_img:hover img.big {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.s_img .s_txt {
  position: absolute;
  z-index: 5;
  text-align: center;
  margin: 22% auto;
  left: 0;
  right: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

.s_img .s_txt h1,
.s_img .s_txt h2 {
  color: #fff
}

.s_img .s_txt h1 {
  font-size: 27px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.s_img .s_txt h2 {
  font-size: 17px;
  font-family: "Times New Roman", Georgia, Serif
}

.s_img img.big {
  width: 100%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s
}

@media (max-width: 1280px) {
  .s_img:hover .s_txt {
    margin: 5% auto
  }

  .s_img .s_txt {
    margin: 10% auto
  }

  .s_img .s_txt h2,
  .s_img .s_txt h1 {
    padding: 0;
    margin: 0;
    margin-top: 5px
  }
}

@media (max-width: 991px) {
  .s_img:hover .s_txt {
    margin: 18% auto
  }

  .s_img .s_txt {
    margin: 20% auto
  }
}

@media (max-width: 480px) {
  .s_img:hover .s_txt {
    margin: 18% auto
  }

  .s_img:hover .s_txt h1 {
    margin-top: 8px
  }

  .s_img .s_txt {
    margin: 20% auto
  }

  .s_img img.small {
    max-width: 80px
  }
}

.map_info {
  position: relative
}

.map_info .map_icon {
  position: absolute;
  overflow: hidden
}

.map_info .map_icon a {
  width: 100%;
  display: block
}

.map_info .map_icon:hover {
  cursor: pointer;
  background-position: 100% 100% !important
}

.map_info .map_icon1 {
  right: 3%;
  bottom: 38%;
  height: 75px;
  width: 100px;
  background: url(../img/info/dot1.png) no-repeat
}

.map_info .map_icon2 {
  right: 35%;
  bottom: 35.5%;
  height: 50px;
  width: 90px;
  background: url(../img/info/dot2.png) no-repeat
}

.map_info .map_icon3 {
  right: 32%;
  bottom: 19.5%;
  height: 75px;
  width: 100px;
  background: url(../img/info/dot3.png) no-repeat
}

.map_info .map_icon4 {
  right: 43.5%;
  bottom: 52.5%;
  height: 60px;
  width: 75px;
  background: url(../img/info/dot4.png) no-repeat
}

.map_info .map_icon5 {
  right: 76%;
  bottom: 72%;
  height: 70px;
  width: 125px;
  background: url(../img/info/dot5.png) no-repeat
}

.map_info .map_icon6 {
  right: 63%;
  bottom: 85%;
  height: 70px;
  width: 135px;
  background: url(../img/info/dot6.png) no-repeat
}

.map_info .map_icon7 {
  right: 37%;
  bottom: 77%;
  height: 80px;
  width: 80px;
  background: url(../img/info/dot7.png) no-repeat
}

.map_info img {
  max-width: 120%;
  margin-top: -120px
}

.map_txt {
  margin-top: 350px
}

.in_p1,
.in_p2 {
  position: absolute;
  z-index: 5
}

.in_p1 {
  bottom: 0;
  left: -20%
}

.in_p2 {
  top: 300px;
  right: -15%
}

.tabs-content {
  float: right;
  width: auto;
  margin-top: -25%;
  max-width: 500px
}

.tabs .tab_map {
  z-index: 5;
  padding: 0
}

@media (max-width: 1480px) {
  .in_p1 {
    bottom: 0;
    left: 0
  }

  .in_p1 img {
    max-width: 200px
  }

  .in_p2 {
    top: 300px;
    right: 0
  }
}

@media (max-width: 1280px) {
  .in_p1 {
    bottom: 0;
    left: 0
  }

  .in_p1 img {
    max-width: 200px
  }

  .in_p2 {
    top: 300px;
    right: 0
  }

  .in_p2 img {
    max-width: 250px
  }
}

@media (max-width: 1024px) {
  .tabs-content {
    margin-top: -18%
  }
}

@media (max-width: 991px) {
  .tabs-content {
    float: none;
    width: auto;
    margin-top: 0;
    max-width: 800px;
    padding-bottom: 100px
  }

  .map_txt {
    margin-top: 15px;
    margin-bottom: 100px
  }

  .in_p1 {
    bottom: 0;
    left: 0
  }

  .in_p1 img {
    max-width: 200px
  }

  .in_p2 {
    top: 100px;
    right: 0
  }

  .in_p2 img {
    max-width: 250px
  }

  .map_info .map_icon1 {
    right: 17%;
    bottom: 38%;
    height: 75px;
    width: 100px
  }

  .map_info .map_icon2 {
    right: 42%;
    bottom: 35.5%;
    height: 50px;
    width: 90px
  }

  .map_info .map_icon3 {
    right: 45%;
    bottom: 19.5%;
    height: 75px;
    width: 100px
  }

  .map_info .map_icon4 {
    right: 52%;
    bottom: 52.5%;
    height: 60px;
    width: 75px
  }

  .map_info .map_icon5 {
    right: 81%;
    bottom: 72%;
    height: 70px;
    width: 125px
  }

  .map_info .map_icon6 {
    right: 65%;
    bottom: 85%;
    height: 70px;
    width: 135px
  }
}

@media (max-width: 768px) {
  .map_icon7 {
    right: 46% !important;
    bottom: 77.5%
  }
}

@media (max-width: 640px) {
  .map_txt {
    margin-top: 15px;
    margin-bottom: 100px
  }

  .in_p2 {
    display: none
  }
}

@media (max-width: 480px) {

  .map_info .map_icon1,
  .map_info .map_icon2,
  .map_info .map_icon3,
  .map_info .map_icon4,
  .map_info .map_icon5,
  .map_info .map_icon6,
  .map_info .map_icon7 {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0
  }

  .map_info .map_icon1 {
    background: url(../img/info/dot1s.png) no-repeat;
    width: 90px;
    height: 35px
  }

  .map_info .map_icon2 {
    background: url(../img/info/dot2s.png) no-repeat;
    width: 90px;
    height: 35px
  }

  .map_info .map_icon3 {
    background: url(../img/info/dot3s.png) no-repeat;
    width: 90px;
    height: 35px
  }

  .map_info .map_icon4 {
    background: url(../img/info/dot4s.png) no-repeat;
    width: 90px;
    height: 35px
  }

  .map_info .map_icon5 {
    background: url(../img/info/dot5s.png) no-repeat;
    width: 190px;
    height: 35px
  }

  .map_info .map_icon6 {
    background: url(../img/info/dot6s.png) no-repeat;
    width: 152px;
    height: 35px
  }

  .map_info .map_icon7 {
    background: url(../img/info/dot7s.png) no-repeat;
    width: 90px;
    height: 35px
  }
}

.w555 {
  padding-top: 600px
}

@media (max-width: 1680px) {
  .w555 {
    padding-top: 800px
  }
}

@media (max-width: 1366px) {
  .w555 {
    padding-top: 850px
  }
}

@media (max-width: 1280px) {
  .w555 {
    padding-top: 800px
  }
}

@media (max-width: 991px) {
  .w555 {
    padding-top: 1100px
  }
}

@media (max-width: 768px) {
  .w555 {
    padding-top: 0
  }
}

.online_btn {
  width: 100%;
  padding: 20px;
  display: block;
  background: #CDA930;
  color: #fff;
  font-size: 19px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.online_btn:hover {
  color: #fff;
  background: #A08525
}

.home_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}

.home_box:hover .home_txt span {
  background: #000;
  border: 1px solid #AE894B;
  color: #AE894B
}

.home_box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.home_box img {
  width: 100%;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s
}

.home_box .home_txt {
  position: absolute;
  z-index: 3;
  margin: 15% auto;
  text-align: center;
  left: 0;
  right: 0
}

.home_box .home_txt h1 {
  font-size: 24px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  color: #fff
}

.home_box .home_txt h2 {
  font-size: 16px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  color: #fff;
  padding: 0;
  margin: 0
}

.home_box .home_txt span {
  background: #AE894B;
  font-family: "Times New Roman", Georgia, Serif;
  display: block;
  margin: 20px auto;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 140px
}

@media (max-width: 480px) {
  .home_box .home_txt {
    margin: 10% auto
  }

  .home_box .home_txt h1 {
    font-size: 18px
  }

  .home_box .home_txt h2 {
    font-size: 14px
  }

  .home_box .home_txt span {
    margin: 5px auto;
    padding: 3px
  }
}

.home_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #14171B;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 14px
}

.home_bottom a {
  color: #fff
}

@media (max-width: 768px) {
  .home_bottom {
    position: relative;
    bottom: 0
  }
}

@media (min-width: 1921px) and (max-width: 2000px) {
  body .hero {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw
  }

  body .hero:before {
    content: '';
    height: 100%;
    width: 100%;
    width: 100vw;
    background: #000;
    position: absolute
  }

  body .content {
    position: absolute;
    z-index: 1000;
    top: 105vh;
    background: #000;
    width: 100vw
  }

  .wra_css {
    margin-top: 190vh;
    background: #fff;
    position: relative;
    z-index: 5;
    display: block
  }
}

@media (min-width: 1681px) and (max-width: 1920px) {
  body .hero {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw
  }

  body .hero:before {
    content: '';
    height: 100%;
    width: 100%;
    width: 100vw;
    background: #000;
    position: absolute
  }

  body .content {
    position: absolute;
    z-index: 1000;
    top: 105vh;
    background: #000;
    width: 100vw
  }

  .wra_css {
    margin-top: 190vh;
    background: #fff;
    position: relative;
    z-index: 5;
    display: block
  }
}

@media (min-width: 1661px) and (max-width: 1680px) {
  body .hero {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw
  }

  body .hero:before {
    content: '';
    height: 100%;
    width: 100%;
    width: 100vw;
    background: #000;
    position: absolute
  }

  body .content {
    position: absolute;
    z-index: 1000;
    top: 82vh;
    background: #000;
    width: 100vw
  }

  .wra_css {
    margin-top: 150vh;
    background: #fff;
    position: relative;
    z-index: 5;
    display: block
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  body .hero {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw
  }

  body .hero:before {
    content: '';
    height: 100%;
    width: 100%;
    width: 100vw;
    background: #000;
    position: absolute
  }

  body .content {
    position: absolute;
    z-index: 1000;
    top: 140vh;
    width: 100vw
  }

  .wra_css {
    margin-top: 240vh;
    background: #fff;
    position: relative;
    z-index: 5;
    display: block
  }
}

@media (min-width: 1px) and (max-width: 1440px) {
  .wra_css {
    background: #fff;
    position: relative;
    z-index: 5;
    display: block
  }
}

@media (max-width: 768px) {
  .home_tit_box .home_tit_box_gray {
    font-size: 18px !important;
    letter-spacing: 5px;
    color: #ccc
  }

  span.about_mask_txt h2 {
    font-size: 18px !important;
    letter-spacing: 5px;
    color: #ccc
  }
}

@media (min-width: 769px) {
  .p50_769 {
    padding-top: 50px
  }
}

@media (max-width: 1024px) {
  span.about_mask_txt {
    margin-bottom: 50px !important
  }

  span.about_mask_txt4 {
    margin-bottom: 50px !important
  }
}

@media (max-width: 991px) {
  .about_mask_txt3 {
    margin-top: 50px !important
  }
}

@media (max-width: 768px) {
  span.about_mask_txt4 {
    margin-bottom: 50px !important
  }

  .service_box .service_box_mask span.mask_txt3 {
    padding-top: 20% !important
  }
}

@media (max-width: 640px) {
  span.about_mask_txt {
    margin-bottom: 50px !important
  }

  span.about_mask_txt4 {
    margin-bottom: 50px !important
  }
}

.service_ul {
  padding-top: 100px
}

.room_img2 {
  padding-bottom: 40px;
  margin-top: -50px
}

.nav_online_btn {
  margin-top: 50px
}

@media (max-width: 991px) {
  .nav_online_btn {
    margin-top: 0;
  }

  .map_info img {
    max-width: 100%
  }

  .room_img2 {
    padding-bottom: 20px;
    margin-top: 20px
  }

  .rooms_img {
    margin-left: 0
  }

  .service_ul {
    padding-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CDA930
  }

  .img991_rwd {
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .img991_rwd img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0
  }

  .img991_rwd2 {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .img991_rwd2 img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .home_about_box_t {
    margin-left: 0 !important
  }

  .w991_tc {
    text-align: center
  }

  .w991_tc p {
    margin: 0 auto;
    max-width: 991px
  }

  .tit_p {
    text-align: left
  }
}

.img_display991 {
  display: none
}

.img_display991 img {
  max-width: 100%
}

@media (max-width: 991px) {
  .bg_none991 {
    background: none !important
  }

  .img_display991 {
    display: block
  }
}

@media (min-width: 769px) {
  .home_ff {
    min-height: 100vh
  }
}

.booking_btn {
  display: none
}

@media (max-width: 768px) {
  .booking_btn {
    position: fixed;
    bottom: 0;
    z-index: 50;
    display: block;
    color: #fff;
    height: 50px;
    width: 100%;
    background: #997600
  }

  .booking_btn a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: block;
    height: 50px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    width: 100%
  }

  .booking_btn .book_call {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0;
    margin: 0
  }

  .booking_btn .book_call a {
    font-size: 28px;
    padding-top: 5px;
    color: #fff;
    background: #CDA930
  }

  .booking_btn .book_call:hover {
    background: #D3BE79
  }

  .booking_btn .book_call:hover a {
    border-right: none
  }

  .booking_btn .book_word {
    display: inline-block;
    width: calc(100% - 57px);
    text-align: center;
    padding: 0;
    margin: 0
  }

  .booking_btn .book_word a {
    line-height: 55px;
    color: #fff
  }
}

.display768 {
  display: none
}

.displaynone768 {
  display: block
}

@media (max-width: 768px) {
  .display768 {
    display: block
  }

  .displaynone768 {
    display: none !important
  }
}

@media (max-width: 1024px) {

  .rooms_right,
  .rooms_left {
    width: 36px;
    height: 35px;
    overflow: hidden !important;
    top: 40%;
    position: absolute;
    z-index: 3
  }

  .rooms_right:hover,
  .rooms_left:hover {
    background-position: 100% 100%;
    cursor: pointer
  }

  .rooms_right {
    background: url(../img/pp_right.png) no-repeat;
    right: 0
  }

  .rooms_left {
    background: url(../img/pp_left.png) no-repeat;
    left: 0
  }

  .slider_rooms>div {
    max-width: 95%;
    margin: 0 auto !important;
    text-align: center
  }
}

@media (max-width: 768px) {
  .slider_rooms>div {
    max-width: 95%;
    margin: 0 auto !important;
    text-align: center
  }

  .service_box768 {
    max-height: 360px
  }
}

.display480 {
  display: none
}

.displaynone480 {
  display: block
}

@media (max-width: 480px) {
  .display480 {
    display: block
  }

  .displaynone480 {
    display: none
  }

  .service_box768 {
    max-height: 250px
  }

  .service_box .service_box_mask span.mask_txt3 {
    padding-top: 12% !important
  }

  .maps480 {
    padding-top: 100px
  }

  .map_info .nav-tabs {
    text-align: center
  }
}

.tit_map_h6 {
  font-family: "Lobster", cursive;
  font-size: 20px;
  color: #333;
  font-weight: 400
}

.map_info .nav-tabs {
  border: none
}

.booking_ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding-top: 180px
}

.booking_ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top
}

.booking_ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: relative
}

.booking_ul li a h3 {
  font-family: "Cinzel", serif
}

.booking_ul li a h2 {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-size: 23px;
  margin-top: 15px
}

.booking_ul li a:hover {
  color: #fff
}

.booking_ul li a::after {
  position: absolute;
  top: 5px;
  content: '';
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  right: 0
}

.booking_ul li:last-child a::after {
  width: 0
}

.booking_ul li.active a {
  color: #fff
}

.n-box {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #666;
  display: block;
  clear: both;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #A1A1A1;
  border-bottom: 1px solid #666
}

.n-box img {
  max-width: 100%
}

.booking_input {
  background: #3B3B3E;
  border: 1px solid #3B3B3E;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px
}

.img_rwd img {
  max-width: 100%
}

.set1 {
  clear: both;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px dotted #666;
  padding-bottom: 20px
}

.n-box-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  color: #A1A1A1;
  padding-bottom: 20px;
  margin-top: 20px
}

.n-box-input span {
  color: #A1A1A1
}

.n-box-input input[type="radio"]+label {
  color: #A1A1A1
}

.n-box-input p {
  margin: 0
}

.n-box-tit {
  text-align: left;
  padding-left: 20px
}

.price_tit {
  font-size: 21px;
  font-family: "Cinzel", serif;
  color: #B3894B
}

.select_booking {
  width: 49%;
  margin-right: 10px;
  max-width: 300px
}

@media (max-width: 991px) {
  .booking_ul {
    padding-top: 120px
  }

  .booking_ul li {
    width: 32%
  }

  .booking_ul li a h3 {
    font-size: 13px
  }

  .booking_ul li a h2 {
    font-size: 18px;
    margin-top: 8px
  }
}

@media (max-width: 768px) {
  .n-box-tit2 {
    padding-left: 20px
  }
}

@media (max-width: 480px) {
  .n-box-tit {
    text-align: left;
    margin-bottom: 10px
  }
}

.rwd-table {
  margin: 0;
  min-width: 100%;
  border: 3px solid #444
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.rwd-table th {
  display: none;
  background: #b98e61;
  color: #fff !important;
  font-size: 16px
}

.rwd-table td {
  display: block
}

.rwd-table td:first-child {
  padding-top: .5em
}

.rwd-table td:last-child {
  padding-bottom: .5em
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none
  }
}

.rwd-table th,
.rwd-table td {
  text-align: center
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0
  }
}

.rwd-table2 {
  border: none
}

.rwd-table2 tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.rwd-table2 th {
  display: none;
  background: #b98e61;
  color: #fff !important;
  font-size: 16px
}

.rwd-table2 td {
  display: block
}

.rwd-table2 td:first-child {
  padding-top: .5em
}

.rwd-table2 td:last-child {
  padding-bottom: .5em
}

.rwd-table2 td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block
}

@media (min-width: 480px) {
  .rwd-table2 td:before {
    display: none
  }
}

.rwd-table2 th,
.rwd-table2 td {
  text-align: center
}

@media (min-width: 480px) {

  .rwd-table2 th,
  .rwd-table2 td {
    display: table-cell;
    padding: .25em .5em
  }

  .rwd-table2 th:first-child,
  .rwd-table2 td:first-child {
    padding-left: 0
  }

  .rwd-table2 th:last-child,
  .rwd-table2 td:last-child {
    padding-right: 0
  }
}

.rwd-table {
  background: #fff;
  color: #444;
  border-radius: .4em;
  overflow: hidden
}

.rwd-table tr {
  border-color: #444
}

.rwd-table th,
.rwd-table td {
  margin: 1em
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important
  }
}

.rwd-table th,
.rwd-table td:before {
  color: #444
}

.rwd-table2 {
  background: #fff;
  color: #874704;
  border-radius: .4em;
  overflow: hidden
}

.rwd-table2 h2 {
  color: #21272D;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif
}

.rwd-table2 h6 {
  color: #D3BE79;
  font-size: 13px;
  text-align: center;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  margin-top: 20px
}

.rwd-table2 h1 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  padding-top: 20px
}

.rwd-table2 h5 {
  color: #52371a;
  font-size: 12px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
  font-weight: 400;
  letter-spacing: 1px
}

.rwd-table2 tr {
  border-color: #ccc
}

.rwd-table2 th,
.rwd-table2 td {
  margin: .8em 1em
}

@media (min-width: 480px) {

  .rwd-table2 th,
  .rwd-table2 td {
    padding: 1em !important
  }
}

.rwd-table2 th,
.rwd-table2 td:before {
  color: #21272D
}

@media (max-width: 480px) {

  th,
  td {
    text-align: left !important
  }

  .rwd-table td {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
  }

  .rwd-table2 h2,
  .rwd-table2 h3,
  .rwd-table2 h4,
  .rwd-table2 h5,
  .rwd-table2 h6 {
    text-align: left;
    display: inline-block
  }

  .rwd-table2 {
    background: #fff
  }

  .rwd-table2 td {
    border-color: #fff
  }
}

.table_opentime {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  color: #000;
  font-weight: 700
}

.table_opentime tr {
  border-bottom: 1px solid #cdcdcd
}

.table_opentime td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  color: #5C5C5B;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s
}

.table_opentime tr td:nth-child(odd) {
  border-right: 1px solid #cdcdcd;
  background: #f5f5f5
}

.table_opentime tr:last-child {
  border-bottom: none
}

.table_opentime tr:hover td {
  background: #ddd
}

/* menu */

.m_bg {
  padding: 1em 0 5em
}

.m_ul {
  margin-bottom: -5em;
}

.m_ul ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.m_ul ul li {}