@charset "UTF-8";
/*===================layout===================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
}

.body-hidden {
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #8b6c4e;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:focus {
  outline: none;
}

.noscroll {
  overflow: hidden;
}

.all-width {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

@media only screen and (max-width: 1800px) {
  .all-width {
    padding: 0 4.88vw;
  }
}

@media only screen and (max-width: 1600px) {
  .all-width {
    padding: 0 120px;
  }
}

@media only screen and (max-width: 1201px) {
  .all-width {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .all-width {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .all-width {
    padding: 0 6.4vw;
  }
}

.all-width2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

@media only screen and (max-width: 1640px) {
  .all-width2 {
    padding: 0 120px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1201px) {
  .all-width2 {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .all-width2 {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .all-width2 {
    padding: 0 6.4vw;
  }
}

.all-width3 {
  width: 100%;
  max-width: 1155px;
  margin: auto;
}

@media only screen and (max-width: 1155px) {
  .all-width3 {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .all-width3 {
    padding: 0 6.4vw;
  }
}

.main-btn {
  width: 112px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: solid 1px #8b6c4e;
  color: #8b6c4e;
}

.main-btn:hover {
  background: #8b6c4e;
  color: #f2efe6;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1000px) {
  .main-btn {
    display: none !important;
  }
}

.hide {
  display: none;
}

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

.edit img, .edit iframe {
  max-width: 100%;
  height: auto;
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

@-webkit-keyframes scrolltop {
  0% {
    background-position: 0 80pxfooter;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -80px;
  }
}

@keyframes scrolltop {
  0% {
    background-position: 0 80pxfooter;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -80px;
  }
}

#search-box {
  max-width: 850px;
  width: 100%;
}

#search-box .search-box__grid {
  width: 100%;
  display: grid;
  padding: 20px;
  grid-template-columns: 133px 1fr;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__grid {
    grid-template-columns: 100%;
  }
}

#search-box .search-box__title {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #search-box .search-box__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#search-box .search-box__name {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__name {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    width: 100%;
  }
}

#search-box .search-box__en {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  margin-left: 5px;
  color: #c4ad91;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

#search-box .search-box__form {
  padding-right: 78px;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__form {
    padding-right: 0;
  }
}

#search-box .search-box__form-row .title {
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__form-row .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

#search-box .search-box__form-row .field {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 0 60px 0 30px;
  border: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #aeaeae;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#search-box .search-box__form-row .field:focus {
  outline: none;
}

#search-box .search-box__form-row .field option {
  color: #000;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__form-row .field {
    height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    padding: 0 30px 0 20px;
  }
}

#search-box .search-box__form-date {
  position: relative;
}

#search-box .search-box__form-date i {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #8b6c4e;
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__form-date i {
    top: 14px;
    right: 17px;
  }
}

#search-box .search-box__form-arrow {
  position: relative;
}

#search-box .search-box__form-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #8b6c4e transparent transparent transparent;
  position: absolute;
  top: 25px;
  right: 23px;
}

@media only screen and (max-width: 769px) {
  #search-box .search-box__form-arrow:before {
    top: 22px;
    right: 20px;
  }
}

#search-box .search-box__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background: #8b6c4e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

#search-box .search-box__btn i {
  color: #fff;
}

#search-box .search-box__btn:hover {
  background: #684c30;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 769px) {
  .fancybox__content {
    padding: 10px !important;
  }
}

#fright-box {
  max-width: 850px;
  width: 100%;
}

#fright-box .fright-box__grid {
  width: 100%;
  display: grid;
  padding: 20px;
  grid-template-columns: 133px 1fr;
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box__grid {
    grid-template-columns: 100%;
  }
}

#fright-box .fright-box__title {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#fright-box .fright-box__name {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box__name {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    width: 100%;
  }
}

#fright-box .fright-box__en {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  margin-left: 5px;
  color: #c4ad91;
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box__en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

#fright-box .fright-box_list {
  width: 100%;
}

#fright-box .fright-box_list .fright-box_list-item {
  border-bottom: solid 1px #dadada;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

#fright-box .fright-box_list .fright-box_list-item .s-title {
  color: #8b6c4e;
  margin-bottom: 10px;
}

#fright-box .fright-box_list .fright-box_list-item .s-tit {
  padding-right: 30px;
}

#fright-box .fright-box_list .fright-box_list-item .s-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fright-box .fright-box_list .fright-box_list-item .s-text i {
  padding: 0 5px;
}

#fright-box .fright-box_list .fright-box_list-item--noborder {
  border-bottom: none;
}

#fright-box .fright-box_list .fright-box_list-tips {
  color: #666666;
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box_list .fright-box_list-item .s-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #fright-box .fright-box_list .fright-box_list-item .s-text .s-tit {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  #fright-box .fright-box_list .fright-box_list-item .s-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  #fright-box .fright-box_list .fright-box_list-item .s-text .s-tit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
  #fright-box .fright-box_list .fright-box_list-tips {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 25px;
  }
}

#payment-box {
  max-width: 850px;
  width: 100%;
}

#payment-box .payment-box__grid {
  width: 100%;
  display: grid;
  padding: 20px;
  grid-template-columns: 133px 1fr;
}

@media only screen and (max-width: 769px) {
  #payment-box .payment-box__grid {
    grid-template-columns: 100%;
  }
}

#payment-box .payment-box__title {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #payment-box .payment-box__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#payment-box .payment-box__name {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  #payment-box .payment-box__name {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    width: 100%;
  }
}

#payment-box .payment-box__en {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  margin-left: 5px;
  color: #c4ad91;
}

@media only screen and (max-width: 769px) {
  #payment-box .payment-box__en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

#payment-box .payment-box_list {
  color: #666;
}

#payment-box .payment-box_list .item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 8px 0;
}

#payment-box .payment-box_list .tips {
  margin-top: 45px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (max-width: 769px) {
  #payment-box .payment-box_list .item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #payment-box .payment-box_list .tips {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.page-btn {
  width: 230px;
  height: 64px;
  border-radius: 64px;
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  border: solid 1px #000;
}

.page-btn:hover {
  color: #dbcdbe;
  border: solid 1px #dbcdbe;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: .8;
}

.page-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/circle-right.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1201px) {
  .page-btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .page-btn:before {
    top: 15px;
    right: 10px;
  }
}

.wrapper figure {
  background: #f2f2f2;
}

@keyframes scrolltop {
  0% {
    background-position: 0 -40px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 40px;
  }
}

.scroll-wrap {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 4;
  color: #000;
  width: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.scroll-wrap span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 600;
  color: #fff;
}

.scroll-wrap .scroll {
  width: 1px;
  height: 40px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 25px 4px 0 0;
}

.scroll-wrap .scroll .scroll-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a3bb7d), color-stop(50%, rgba(4, 15, 48, 0)));
  background: -webkit-linear-gradient(top, #a3bb7d 50%, rgba(4, 15, 48, 0) 50%);
  background: -o-linear-gradient(top, #a3bb7d 50%, rgba(4, 15, 48, 0) 50%);
  background: linear-gradient(to bottom, #a3bb7d 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -40px;
  background-size: 100% 200%;
  -webkit-animation: scrolltop 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolltop 4s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@media only screen and (max-width: 1201px) {
  .scroll-wrap {
    right: 25px;
  }
  .scroll-wrap span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.top {
  position: absolute;
  background: #c5af9a;
  right: 10px;
  bottom: 20px;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c322f;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 1201px) {
  .top {
    width: 40px;
    height: 40px;
    right: 5p5;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    bottom: 100px;
  }
}

@-webkit-keyframes header-scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.inquiry {
  position: fixed;
  display: block;
  width: 74px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 22;
  color: #c5af9a;
}

.inquiry .circle {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background: #ede8dd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inquiry .circle svg {
  fill: #8b6c4e;
  width: 60%;
  height: auto;
}

.inquiry .text {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.inquiry:hover {
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .inquiry {
    width: 40px;
    right: 5px;
  }
  .inquiry .circle {
    width: 40px;
    height: 40px;
  }
  .inquiry .text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.header.fixed {
  position: fixed;
  -webkit-animation: header-scroll 1s;
          animation: header-scroll 1s;
  background: #fff;
  height: 100px;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header.fixed:before {
  opacity: 1;
}

.header.fixed h1 {
  color: #000;
}

.header.fixed nav .nav-list_item a {
  color: #000;
}

.header.fixed nav .nav-list_item .nav_inner {
  top: 110px;
}

.header.fixed nav .nav-list_item:hover a {
  color: #8b6c4e;
}

.header.fixed nav .nav-list_item:hover .nav_inner {
  top: 100px;
}

.header.fixed nav .nav-list_item:hover .nav_inner a {
  color: #000;
}

.header.fixed nav .nav-list_item:hover .nav_inner a:hover {
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .header.fixed nav .nav-list_item .nav_inner {
    top: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.fixed nav .nav-list_item:hover .nav_inner {
    top: 0 !important;
  }
}

.header.fixed .mobile-btn .mobile-btn__burger {
  background: #000;
}

.header.fixed .mobile-btn .mobile-btn__burger:before, .header.fixed .mobile-btn .mobile-btn__burger:after {
  background: #000;
}

.header.fixed .mobile-btn.current .mobile-btn__burger:before, .header.fixed .mobile-btn.current .mobile-btn__burger:after {
  background: #000;
}

@media only screen and (max-width: 1201px) {
  .header.fixed {
    -webkit-animation: none;
            animation: none;
    height: 80px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }
  .header.fixed:before {
    opacity: 0;
  }
  .header.fixed h1 {
    color: #666;
  }
  .header.fixed .search i {
    color: #000;
  }
}

@media only screen and (max-width: 769px) {
  .header.fixed {
    height: 60px;
  }
}

.header-other {
  -webkit-animation: none;
          animation: none;
  background: #fff !important;
  top: 0 !important;
  z-index: 23 !important;
}

.header-other .mobile-btn .mobile-btn__burger {
  background: #000 !important;
}

.header-other .mobile-btn .mobile-btn__burger:before, .header-other .mobile-btn .mobile-btn__burger:after {
  background: #000 !important;
}

.header-other .mobile-btn.current .mobile-btn__burger {
  background: none !important;
}

@media only screen and (max-width: 1201px) {
  .header-other .search i {
    color: #000 !important;
  }
}

.header {
  width: 100%;
  background: #fff;
  height: 100px;
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 23;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.header .all-width {
  max-width: 100%;
  padding: 0 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .head-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .head-sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header .search {
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  background: #8b6c4e;
  margin-left: 30px;
}

.header .search i {
  color: #fff;
  font-size: 35px;
  text-align: center;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.header .search:hover {
  background: #684c30;
}

.header .logo {
  width: 120px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .logo img {
  max-width: 80px;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1201px) {
  .header .logo img {
    max-width: 60px;
  }
}

@media only screen and (max-width: 769px) {
  .header .logo {
    width: 60px;
    height: 60px;
  }
  .header .logo img {
    max-width: 50px;
  }
}

.header h1 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  margin-left: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -9999px;
}

.header nav {
  height: inherit;
}

.header nav .nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header nav .nav-list_item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.3em;
  position: relative;
  margin: 0 15px;
}

.header nav .nav-list_item i {
  font-size: 10px;
  margin-left: 5px;
  margin-top: 2px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.header nav .nav-list_item a {
  display: block;
  white-space: nowrap;
  color: #000;
  position: relative;
}

.header nav .nav-list_item:hover a, .header nav .nav-list_item:hover i {
  color: #8b6c4e;
}

.header nav .nav-list_item:hover i {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.header nav .nav-list_item:hover .nav_inner {
  top: 100px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.header nav .nav-list_item:hover .nav_inner a:before {
  display: none;
}

.header nav .nav-list_item .nav_inner {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 310px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  padding: 20px 0;
  z-index: -1;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.header nav .nav-list_item .nav_inner .nav_inner-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
  color: #000;
  display: block;
  z-index: -1;
}

.header nav .nav-list_item .nav_inner .nav_inner-link:hover {
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .header nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0 !important;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-out .6s;
    -o-transition: .3s ease-out .6s;
    transition: .3s ease-out .6s;
  }
  .header nav .nav-list {
    height: 100vh;
    width: 80vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: start;
    padding: 70px 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .8s ease-out;
    -o-transition: .8s ease-out;
    transition: .8s ease-out;
  }
  .header nav .nav-list .nav-list_item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 30px;
  }
  .header nav .nav-list .nav-list_item i {
    display: none;
  }
  .header nav .nav-list .nav-list_item:hover .nav_inner {
    top: 0;
  }
  .header nav .nav-list .nav-list_item:after {
    display: none;
    text-align: center;
  }
  .header nav .nav-list .nav-list_item a {
    color: #000;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    text-align: left;
    font-weight: 400;
    border-bottom: solid 1px #dadada;
    position: relative;
  }
  .header nav .nav-list .nav-list_item a:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #8b6c4e;
    left: 0;
    bottom: -1px;
  }
  .header nav .nav-list .nav-list_item a:hover:before {
    display: none;
  }
  .header nav .nav-list .nav_inner {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 0;
    left: 0;
    width: 100%;
  }
  .header nav .nav-list .nav_inner .nav_inner-link {
    padding: 0 10px 0 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    border-bottom: none;
    color: #7f7f7f;
  }
  .header nav.current {
    top: 100px;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  .header nav.current .nav-list {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .8s ease-out;
    -o-transition: .8s ease-out;
    transition: .8s ease-out;
  }
}

@media only screen and (max-width: 769px) {
  .header nav {
    top: 90px;
  }
  .header nav.current {
    top: 80px;
  }
}

.header .mobile-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  display: none;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 6;
}

.header .mobile-btn .mobile-btn__burger {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .mobile-btn .mobile-btn__burger:before, .header .mobile-btn .mobile-btn__burger:after {
  content: '';
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .mobile-btn .mobile-btn__burger:before {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.header .mobile-btn .mobile-btn__burger:after {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.header .mobile-btn.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .mobile-btn.current .mobile-btn__burger {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  background: transparent;
}

.header .mobile-btn.current .mobile-btn__burger:before, .header .mobile-btn.current .mobile-btn__burger:after {
  background: #000;
}

.header .mobile-btn.current .mobile-btn__burger:before {
  -webkit-transform: rotate(45deg) translate(10px, -10px);
      -ms-transform: rotate(45deg) translate(10px, -10px);
          transform: rotate(45deg) translate(10px, -10px);
}

.header .mobile-btn.current .mobile-btn__burger:after {
  -webkit-transform: rotate(-45deg) translate(10px, 10px);
      -ms-transform: rotate(-45deg) translate(10px, 10px);
          transform: rotate(-45deg) translate(10px, 10px);
}

@media only screen and (max-width: 1201px) {
  .header .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1740pxpx) {
  .header .all-width {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 1201px) {
  .header {
    top: 0;
    background: none;
    height: 80px;
  }
  .header .all-width {
    padding: 0 6.333vw;
  }
  .header .logo {
    width: 100px;
    height: 80px;
  }
  .header .head-sub {
    margin-right: 10px;
  }
  .header .search {
    background: none;
    width: auto;
    height: auto;
  }
  .header .search i {
    font-size: 20px;
  }
  .header .search:hover {
    background: none;
  }
}

@media only screen and (max-width: 769px) {
  .header {
    height: 60px;
  }
  .header .logo {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 401px) {
  .header {
    height: 60px;
  }
  .header h1 {
    display: none;
  }
}

footer {
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 3;
  min-height: 655px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 154px 0 50px 0;
  color: #c5af9a;
  letter-spacing: 0.2em;
  z-index: 1;
}

@media only screen and (max-width: 1201px) {
  footer {
    padding: 77px 0 60px 0;
  }
}

footer a {
  color: #c5af9a;
}

footer a:hover {
  color: #fff;
}

@media only screen and (max-width: 769px) {
  footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

footer .foot-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  grid-column-gap: 100px;
}

@media only screen and (max-width: 1600px) {
  footer .foot-grid {
    grid-template-columns: auto auto auto;
    grid-gap: 2.25vw;
    grid-template-rows: auto;
  }
  footer .foot-grid .foot-follow {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media only screen and (max-width: 1400px) {
  footer .foot-grid {
    grid-template-columns: auto auto;
  }
  footer .foot-grid .foot-logo {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  footer .foot-grid .foot-follow {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media only screen and (max-width: 1000px) {
  footer .foot-grid {
    grid-template-columns: 100%;
  }
  footer .foot-grid .foot-logo {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  footer .foot-grid .foot-follow {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  footer .foot-grid .foot-list {
    padding: 0 0 25px 0;
  }
  footer .foot-grid .foot-list li {
    word-break: break-all;
  }
  footer .foot-grid .foot-list li:last-child {
    margin-bottom: 0;
  }
}

footer .foot-logo {
  width: 310px;
  min-width: 310px;
}

footer .foot-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 577px) {
  footer .foot-logo {
    width: 250px;
    min-width: 250px;
  }
}

footer .foot-list {
  margin-top: 10px;
}

footer .foot-list li {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .foot-list li i {
  margin-right: 15px;
  min-width: 23px;
  width: 23px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  footer .foot-list li {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .foot-list li i {
    margin-right: 0;
    margin-top: 5px;
  }
}

footer .foot-follow .foot-follow-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

footer .foot-follow .foot-follow-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

footer .foot-follow .foot-follow-link a svg {
  fill: #c5af9a;
}

footer .foot-follow .foot-follow-link a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

footer .foot-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  width: 100%;
  border: solid #5e4b46;
  border-width: 1px 0;
  margin: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

footer .foot-link .foot-link__item {
  margin-right: 37px;
  white-space: nowrap;
  padding: 10px 0;
}

footer .foot-btm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  margin-top: 30px;
  text-align: right;
  letter-spacing: 0.1em;
}

footer .foot-btm span {
  padding: 0 5px;
}

@media only screen and (max-width: 1000px) {
  footer .foot-btm {
    text-align: left;
  }
  footer .foot-btm span {
    display: block;
    margin-bottom: 10px;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #00386a;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  z-index: 10;
}

.scroll-top i {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.scroll-top:hover {
  color: #fff;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

@media only screen and (max-width: 1201px) {
  .scroll-top {
    display: none;
  }
}

@-webkit-keyframes scrolldown1 {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

@keyframes scrolldown1 {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

@-webkit-keyframes zoomslide {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomslide {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.selectnav {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: url("../images/select-arrow.svg") no-repeat right 10px center;
  background-size: 20px auto;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  border: solid 1px #cfcfcf;
  color: #000;
  width: calc(100% - 200px);
  margin: 30px 100px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1201px) {
  #nav {
    display: none;
  }
  .selectnav {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .selectnav {
    width: calc(100% - 16.8vw);
    margin: 30px 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .selectnav {
    width: calc(100% - 12.8vw);
    margin: 30px 6.4vw;
  }
}

.slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev {
  left: -60px;
  background: url("../images/left.svg") no-repeat center;
  background-size: 42px;
}

@media only screen and (max-width: 1201px) {
  .slick-prev {
    left: -60px;
  }
}

@media only screen and (max-width: 769px) {
  .slick-prev {
    left: -55px;
  }
}

.slick-next {
  right: -60px;
  background: url("../images/right.svg") no-repeat center;
  background-size: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1201px) {
  .slick-next {
    right: -60px;
  }
}

@media only screen and (max-width: 769px) {
  .slick-next {
    right: -55px;
  }
}

.noscroll {
  overflow: hidden;
}

@media only screen and (max-width: 1201px) {
  .wrapper--padding {
    padding-bottom: 60px;
  }
}

.error {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: 120px 0;
  margin-top: 100px;
}

@media only screen and (max-width: 1201px) {
  .error {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 769px) {
  .error {
    margin-top: 30px;
  }
}

.error .error-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #000;
  letter-spacing: .2em;
}

.error .error-text {
  margin-top: 25px;
  color: #666;
  padding: 0 8.4vw;
  letter-spacing: .1em;
}

.error .main-btn {
  margin: 60px auto 0;
}

@media only screen and (max-width: 1201px) {
  .error .error-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .error .main-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 577px) {
  .error .main-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.page-banner {
  margin-top: 100px;
  height: 430px;
  position: relative;
  width: 100%;
}

.page-banner .page-banner__title {
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-banner .page-banner__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 15px 0;
  text-indent: 0.2em;
}

.page-banner .page-banner__line {
  width: 1px;
  height: 40px;
  background: #fff;
  margin: auto;
}

.page-banner .page-banner__en {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.page-banner figure {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-banner figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.page-banner figure:before {
  content: '';
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 70%;
}

@media only screen and (max-width: 1201px) {
  .page-banner {
    margin-top: 80px;
    height: 33.83vw;
  }
  .page-banner .page-banner__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 10px 0;
  }
  .page-banner .page-banner__line {
    height: 30px;
  }
  .page-banner .page-banner__en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .page-banner figure {
    height: inherit;
  }
}

@media only screen and (max-width: 769px) {
  .page-banner {
    margin-top: 60px;
  }
  .page-banner .page-banner__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.page-banner-slider {
  margin-top: 100px;
}

.page-banner-slider .slick-dots {
  bottom: 20px;
}

.page-banner-slider .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-banner-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
}

.page-banner-slider .slick-dots li button:before {
  display: none;
}

.page-banner-slider .slick-dots li.slick-active button {
  background: #dbcdbe;
}

.page-banner-slider .page-banner-slider__item figure {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-banner-slider .page-banner-slider__item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.page-banner-slider .page-banner-slider__item figure:before {
  content: '';
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 70%;
}

@media only screen and (max-width: 1400px) {
  .page-banner-slider .page-banner-slider__item figure {
    height: 430px;
  }
}

@media only screen and (max-width: 1201px) {
  .page-banner-slider {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 769px) {
  .page-banner-slider {
    margin-top: 60px;
  }
  .page-banner-slider .page-banner-slider__item figure {
    height: 300px;
  }
}

@media only screen and (max-width: 577px) {
  .page-banner-slider .page-banner-slider__item figure {
    height: 200px;
  }
}

.page-banner-wrap.fixed {
  width: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.page-banner-wrap.fixed .tab-btn {
  display: grid;
}

@media only screen and (max-width: 1201px) {
  .page-banner-wrap.fixed {
    top: 0;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
  }
  .page-banner-wrap.fixed .tab-btn {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .page-banner-wrap.fixed {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
}

.page-banner-wrap {
  background: #8b6c4e;
  z-index: 5;
}

@media only screen and (max-width: 1201px) {
  .page-banner-wrap .all-width2 {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-banner-wrap .all-width2 {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .page-banner-wrap .all-width2 {
    padding: 0 10px;
  }
}

.page-banner-tab {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-banner-tab .tab-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-banner-tab .tab-list .tab-list__item {
  display: block;
  padding: 20px 0;
  color: #f2efe6;
  outline: none;
  margin-right: 35px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.page-banner-tab .tab-list .tab-list__item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  left: 0;
  background: #cfa872;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.page-banner-tab .tab-list .tab-list__item:hover {
  color: #cfa872;
}

.page-banner-tab .tab-list .tab-list__item:hover:before {
  bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .page-banner-tab .tab-list .tab-list__item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1201px) {
  .page-banner-tab .tab-list .tab-list__item:hover {
    color: #f2efe6;
  }
  .page-banner-tab .tab-list .tab-list__item:before {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .page-banner-tab {
    grid-template-columns: 100%;
  }
  .page-banner-tab .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 5px 0;
  }
  .page-banner-tab .tab-list .tab-list__item {
    width: 25%;
    padding: 5px 15px;
    margin-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 577px) {
  .page-banner-tab .tab-list .tab-list__item {
    padding: 5px 5px;
  }
}

.page-banner-tab .tab-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 100%;
  max-width: 436px;
  display: none;
}

.page-banner-tab .tab-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  border-radius: 5px;
  padding: 0 20px;
}

.page-banner-tab .tab-btn .btn1 {
  width: 100%;
  border: solid 1px #f7f6f1;
  color: #f7f6f1;
}

.page-banner-tab .tab-btn .btn2 {
  background: #f7f6f1;
  color: #8b6c4e;
}

.page-banner-tab .tab-btn .btn2 i {
  margin-left: 5px;
  margin-top: 3px;
}

@media only screen and (max-width: 1400px) {
  .page-banner-tab .tab-btn {
    max-width: 430px;
  }
  .page-banner-tab .tab-btn a {
    padding: 0 10px;
  }
}

.page-main {
  width: 100%;
}

.page-main .page-main__category {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 40px auto;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-main .page-main__category li {
  margin: 0 10px 20px;
}

.page-main .page-main__category li a {
  height: 44px;
  padding: 0 20px;
  border-radius: 44px;
  letter-spacing: 0.3em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0.3em;
}

.page-main .page-main__category li a:hover {
  background: #8b6c4e;
  color: #f2efe6;
}

.page-main .page-main__category li.active a {
  background: #8b6c4e;
  color: #f2efe6;
}

@media only screen and (max-width: 1201px) {
  .page-main .page-main__category {
    max-width: 1000px;
  }
  .page-main .page-main__category li {
    margin: 0 5px 5px;
  }
  .page-main .page-main__category li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}

.page-btm {
  background: #453d3b;
  width: 100%;
  padding: 45px 0;
}

@media only screen and (max-width: 1201px) {
  .page-btm {
    display: none;
  }
}

#breadcrumb {
  color: #c5af9a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
}

#breadcrumb li {
  position: relative;
  margin-right: 30px;
}

#breadcrumb li:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #c5af9a;
  position: absolute;
  right: -15px;
  top: 4px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

#breadcrumb li:last-child:after {
  display: none;
}

#breadcrumb li a {
  color: #c5af9a;
}

#breadcrumb li a:hover {
  color: #fff;
}

.tour-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 68px;
}

.tour-list .tour-list__wrap {
  width: 100%;
  position: relative;
}

.tour-list .tour-list__wrap:before {
  background: #f2efe6;
  content: '';
  display: block;
  width: 50%;
  height: 393px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.tour-list .tour-list__wrap:nth-child(even):before {
  left: auto;
  right: 0;
}

.tour-list .tour-list__wrap:nth-child(even) .tour-list__row figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.tour-list .tour-list__wrap:nth-child(even) .tour-list__row .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 116px;
}

@media only screen and (max-width: 1640px) {
  .tour-list .tour-list__wrap:nth-child(even) .tour-list__row .info {
    margin-right: 6.2vw;
  }
}

@media only screen and (max-width: 1201px) {
  .tour-list .tour-list__wrap:before {
    height: 24.75vw;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__wrap:before {
    width: 100%;
    height: 60vh;
  }
  .tour-list .tour-list__wrap:nth-child(even) .tour-list__row figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tour-list .tour-list__wrap:nth-child(even) .tour-list__row .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tour-list .tour-list__row {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1640px) {
  .tour-list .tour-list__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 120px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1201px) {
  .tour-list .tour-list__row {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__row {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .tour-list .tour-list__row {
    padding: 0 6.4vw;
  }
}

.tour-list .tour-list__row figure {
  width: 660px;
  height: 412px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.tour-list .tour-list__row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media only screen and (max-width: 1640px) {
  .tour-list .tour-list__row figure {
    width: 38.24vw;
    height: 25.12vw;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__row figure {
    min-width: auto;
    width: 100%;
    height: 52vw;
    margin-bottom: 0;
  }
}

.tour-list .tour-list__row .info {
  margin-left: 116px;
  width: 624px;
}

@media only screen and (max-width: 1640px) {
  .tour-list .tour-list__row .info {
    width: 36.05vw;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__row .info {
    width: 100%;
  }
}

.tour-list .tour-list__row .info .info-top {
  margin-bottom: 20px;
  color: #8b6c4e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.tour-list .tour-list__row .info .info-top span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-list .tour-list__row .info .info-top span i {
  margin-right: 5px;
}

.tour-list .tour-list__row .info .info-top .line {
  margin: 0 10px;
}

.tour-list .tour-list__row .info .info-name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.tour-list .tour-list__row .info .info-name a {
  display: block;
}

.tour-list .tour-list__row .info .info-name a:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.tour-list .tour-list__row .info .info-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666666;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tour-list .tour-list__row .info .info-price {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #8b6c4e;
  letter-spacing: 0;
}

.tour-list .tour-list__row .info .info-price span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.tour-list .tour-list__row .info .info-date {
  border: solid 1px #8b6c4e;
  border-width: 1px 0;
  padding: 15px 5px;
  position: relative;
  margin-top: 60px;
  color: #8b6c4e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.tour-list .tour-list__row .info .info-date:before {
  content: '可出團日期';
  position: absolute;
  top: -40px;
  left: 0;
  color: #8b6c4e;
}

.tour-list .tour-list__row .info .info-date span {
  text-decoration: line-through;
}

.tour-list .tour-list__row .info .info-date a {
  color: #8b6c4e;
}

.tour-list .tour-list__row .info .info-date a:hover {
  opacity: .6;
}

@media only screen and (max-width: 1400px) {
  .tour-list .tour-list__row .info {
    margin-left: 6.2vw;
  }
}

@media only screen and (max-width: 1201px) {
  .tour-list .tour-list__row .info .info-name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .tour-list .tour-list__row .info .info-text {
    display: none;
  }
  .tour-list .tour-list__row .info .info-price {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 10px;
  }
  .tour-list .tour-list__row .info .info-price span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-list .tour-list__row .info {
    margin-bottom: 60px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 769px) {
  .tour-list .tour-list__row .info .info-top {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    margin-bottom: 10px;
  }
  .tour-list .tour-list__row .info .info-name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (max-width: 769px) {
  .tour-detail {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.tour-detail .tour-detail__top {
  padding: 90px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1000px) {
  .tour-detail .tour-detail__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 0;
  }
  .tour-detail .tour-detail__top .tour-detail__box {
    width: 100%;
  }
  .tour-detail .tour-detail__top .tour-detail__info {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.tour-detail .tour-detail__box {
  margin-left: 70px;
  width: 470px;
}

@media only screen and (max-width: 1000px) {
  .tour-detail .tour-detail__box {
    margin-left: 0;
  }
}

.tour-detail .tour-detail__category {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.3em;
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__category {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 769px) {
  .tour-detail .tour-detail__category {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.tour-detail .tour-detail__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  margin: 20px 0 65px 0;
  position: relative;
}

.tour-detail .tour-detail__name:before {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  position: absolute;
  background: #8b6c4e;
  left: -70px;
  top: 20px;
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 1000px) {
  .tour-detail .tour-detail__name {
    margin: 20px 0 0 0;
  }
  .tour-detail .tour-detail__name:before {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .tour-detail .tour-detail__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 10px 0 35px 0;
  }
}

.tour-detail .tour-detail__price {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #8b6c4e;
  letter-spacing: 0;
}

.tour-detail .tour-detail__price span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-left: 5px;
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__price {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .tour-detail .tour-detail__price span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

.tour-detail .tour-detail__info {
  width: 430px;
  margin-left: 290px;
}

.tour-detail .tour-detail__info .list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8b6c4e;
  margin: 12px 0;
}

.tour-detail .tour-detail__info .list li i {
  width: 38px;
  text-align: center;
  margin-top: 3px;
}

@media only screen and (max-width: 1400px) {
  .tour-detail .tour-detail__info {
    margin-left: 16.71vw;
  }
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__info {
    margin-left: 4.71vw;
  }
}

@media only screen and (max-width: 769px) {
  .tour-detail .tour-detail__info li {
    margin: 6px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.tour-detail .tour-detail__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-top: 30px;
}

.tour-detail .tour-detail__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  border-radius: 5px;
}

.tour-detail .tour-detail__btn .btn1 {
  width: 100%;
  background: #fff;
  border: solid 1px #8b6c4e;
  color: #8b6c4e;
}

.tour-detail .tour-detail__btn .btn1:hover {
  background: #8b6c4e;
  color: #f2efe6;
}

.tour-detail .tour-detail__btn .btn2 {
  background: #8b6c4e;
  color: #f2efe6;
}

.tour-detail .tour-detail__btn .btn2 i {
  margin-left: 5px;
  margin-top: 3px;
}

.tour-detail .tour-detail__btn .btn2:hover {
  background: #684c30;
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 22;
    grid-column-gap: 0;
  }
  .tour-detail .tour-detail__btn a {
    border-radius: 0;
  }
  .tour-detail .tour-detail__btn .btn1 {
    background: #f2efe6;
    border: solid 1px #f2efe6;
    color: #8b6c4e;
  }
}

.tour-detail .tour-detail__wrap--bg {
  background: #f8f6f1;
}

.tour-detail .tour-detail__wrap--fright {
  min-height: 624px;
  background: url("../images/fright-bg.jpg") no-repeat;
  background-size: cover;
}

.tour-detail .tour-detail__wrap--fright .tour-detail__row .name, .tour-detail .tour-detail__wrap--fright .tour-detail__row .en {
  color: #fff;
}

.tour-detail .tour-detail__wrap--fright .tour-detail__row .line {
  background: #fff;
}

.tour-detail .tour-detail__wrap {
  width: 100%;
}

.tour-detail .tour-detail__row {
  padding: 60px 0;
  width: 100%;
  margin: auto;
}

.tour-detail .tour-detail__row .title {
  text-align: center;
  margin-bottom: 40px;
}

.tour-detail .tour-detail__row .name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 5px 0;
  text-indent: 0.2em;
  color: #000;
}

.tour-detail .tour-detail__row .line {
  width: 1px;
  height: 40px;
  background: #c4ad91;
  margin: 15px auto 0;
}

.tour-detail .tour-detail__row .en {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .tour-detail .tour-detail__row .name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .tour-detail .tour-detail__row .line {
    height: 30px;
    margin: 10px auto 0;
  }
  .tour-detail .tour-detail__row .en {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.tour-detail .tour-detail__edit {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.tour-detail .tour-detail__edit img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 769px) {
  .tour-detail .tour-detail__edit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .tour-detail .tour-detail__edit table {
    display: block;
    width: 100% !important;
    height: auto !important;
    white-space: nowrap;
  }
}

.theme-list {
  margin: 110px 0;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 84px;
}

@media only screen and (max-width: 1201px) {
  .theme-list {
    margin: 60px 0;
    grid-row-gap: 44px;
  }
}

.theme-list .theme-list__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-list .theme-list__item:nth-child(even) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.theme-list .theme-list__item:nth-child(even) .theme-list__pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.theme-list .theme-list__item:nth-child(even) .theme-list__pic:before {
  background: #dbcdbe;
}

.theme-list .theme-list__item:nth-child(even) .theme-list__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1400px) {
  .theme-list .theme-list__item:nth-child(even) .theme-list__info {
    margin-left: 6.29vw;
  }
}

@media only screen and (max-width: 577px) {
  .theme-list .theme-list__item:nth-child(even) .theme-list__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .theme-list .theme-list__item:nth-child(even) .theme-list__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.theme-list .theme-list__pic {
  width: 50%;
  position: relative;
  height: 563px;
}

.theme-list .theme-list__pic figure {
  width: 400px;
  height: 500px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.theme-list .theme-list__pic figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.theme-list .theme-list__pic figure a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: 'MORE';
  font-style: italic;
  color: #8b6c4e;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  letter-spacing: 0;
  font-weight: bold;
  background: #f2efe6;
  opacity: 0;
  -webkit-transition: .3s ease-out .5s;
  -o-transition: .3s ease-out .5s;
  transition: .3s ease-out .5s;
}

.theme-list .theme-list__pic figure a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.theme-list .theme-list__pic figure a:hover:after {
  opacity: 1;
}

.theme-list .theme-list__pic figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.theme-list .theme-list__pic:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 434px;
  background: #f2efe6;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .theme-list .theme-list__pic {
    height: 40.21vw;
  }
  .theme-list .theme-list__pic figure {
    width: 28.57vw;
    height: 35.71vw;
  }
  .theme-list .theme-list__pic:before {
    height: 31vw;
  }
}

@media only screen and (max-width: 577px) {
  .theme-list .theme-list__pic {
    height: 97.57vw;
    position: relative;
    z-index: 1;
  }
  .theme-list .theme-list__pic:before {
    height: 75.22vw;
  }
}

.theme-list .theme-list__info {
  width: 400px;
  margin-left: 116px;
}

@media only screen and (max-width: 1400px) {
  .theme-list .theme-list__info {
    margin-left: 8.29vw;
    width: 28.57vw;
  }
}

@media only screen and (max-width: 577px) {
  .theme-list .theme-list__info {
    margin-left: 6.4vw;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    width: 100%;
  }
}

.theme-list .theme-list__no {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 4.6875rem;
  font-weight: bold;
  font-style: italic;
  color: #8b6c4e;
}

.theme-list .theme-list__name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: .3em;
  margin: 35px 0 35px 20px;
  display: block;
}

.theme-list .theme-list__name:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.theme-list .theme-list__text {
  margin: 0 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666;
}

.theme-list .main-btn {
  margin-top: 45px;
}

@media only screen and (max-width: 1201px) {
  .theme-list .theme-list__no {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 4.0625rem;
  }
  .theme-list .theme-list__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 20px 0 20px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .theme-list .theme-list__no {
    font-size: 48px;
    font-size: 3rem;
    line-height: 3.75rem;
  }
  .theme-list .theme-list__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .theme-list .theme-list__text {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .theme-list .theme-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-list .theme-list__item figure {
    width: 69.32vw;
    height: 86.66vw;
  }
  .theme-list .theme-list__pic {
    width: 100%;
    height: 97.57vw;
  }
  .theme-list .theme-list__no {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 3.28125rem;
  }
  .theme-list .theme-list__text {
    display: none;
  }
}

.itinerary-nav-wrap {
  position: relative;
  width: 135px;
  min-width: 135px;
}

.itinerary-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  left: 160px;
  width: 66px;
  z-index: 12;
  -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
          transform: translateX(-70px);
}

.itinerary-nav a {
  width: 66px;
  height: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8b6c4e;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.itinerary-nav a:hover {
  background: #8b6c4e;
  color: #f2efe6;
}

.itinerary {
  max-width: 1400px;
  width: 100%;
  position: relative;
}

.itinerary .itinerary-wrap {
  width: 100%;
  max-width: 1265px;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 90px;
  margin-bottom: 60px;
}

.itinerary .itinerary-row {
  width: 100%;
}

.itinerary .itinerary-row .itinerary-row__top {
  margin-bottom: 50px;
}

.itinerary .itinerary-row .itinerary-row__top .front {
  min-width: 130px;
  width: 130px;
}

.itinerary .itinerary-row .itinerary-row__top .front .en {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: bold;
  color: #8b6c4e;
  font-style: italic;
  letter-spacing: 0.1em;
}

.itinerary .itinerary-row .itinerary-row__top .front .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.itinerary .itinerary-row .itinerary-row__top .front .text:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #dbcdbe;
  margin: 0 15px;
}

@media only screen and (max-width: 769px) {
  .itinerary .itinerary-row .itinerary-row__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itinerary .itinerary-row .itinerary-row__top .front {
    margin: auto;
  }
  .itinerary .itinerary-row .itinerary-row__top .itinerary-row__name {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

.itinerary .itinerary-row .itinerary-row__name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.71875rem;
  display: block;
  font-weight: normal;
  margin: 40px 0 0 25px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  .itinerary .itinerary-row .itinerary-row__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.itinerary .itinerary-row .slider-grid1 .item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}

.itinerary .itinerary-row .slider-grid1 .item-wrap figure {
  min-width: 360px;
  height: 240px;
}

.itinerary .itinerary-row .slider-grid1 .item-wrap .box {
  margin-left: 28px;
}

@media only screen and (max-width: 1600px) {
  .itinerary .itinerary-row .slider-grid1 .item-wrap figure {
    min-width: 22.5vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 1400px) {
  .itinerary .itinerary-row .slider-grid1 .slick-slide {
    margin: 0 10px;
  }
  .itinerary .itinerary-row .slider-grid1 .slick-list {
    margin: 0 -10px;
  }
  .itinerary .itinerary-row .slider-grid1 .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
  .itinerary .itinerary-row .slider-grid1 .item-wrap .box {
    margin-left: 0;
  }
  .itinerary .itinerary-row .slider-grid1 .item-wrap figure {
    height: 21.21vw;
  }
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .slider-grid1 .item-wrap figure {
    height: 55.56vw;
  }
}

.itinerary .itinerary-row .slider-grid2 .slick-slide {
  margin: 0 10px;
}

.itinerary .itinerary-row .slider-grid2 .slick-list {
  margin: 0 -10px;
}

.itinerary .itinerary-row .slider-grid2 .item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.itinerary .itinerary-row .slider-grid2 .item-wrap figure {
  height: 273px;
}

@media only screen and (max-width: 1600px) {
  .itinerary .itinerary-row .slider-grid2 .item-wrap figure {
    height: 17.06vw;
  }
}

@media only screen and (max-width: 1400px) {
  .itinerary .itinerary-row .slider-grid2 .item-wrap figure {
    height: 15.07vw;
  }
}

@media only screen and (max-width: 1201px) {
  .itinerary .itinerary-row .slider-grid2 .item-wrap figure {
    height: 21.21vw;
  }
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .slider-grid2 .item-wrap figure {
    height: 55.56vw;
  }
}

.itinerary .itinerary-row .slider-grid3 .slick-slide {
  margin: 0 10px;
}

.itinerary .itinerary-row .slider-grid3 .slick-list {
  margin: 0 -10px;
}

.itinerary .itinerary-row .slider-grid3 .item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.itinerary .itinerary-row .slider-grid3 .item-wrap figure {
  height: 198px;
  margin-bottom: 20px;
}

.itinerary .itinerary-row .slider-grid3 .item-wrap figure .s-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 3;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.itinerary .itinerary-row .slider-grid3 .item-wrap figure:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.itinerary .itinerary-row .slider-grid3 .item-wrap figure img {
  z-index: 1;
}

.itinerary .itinerary-row .slider-grid3 .item-wrap .box .s-title {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .itinerary .itinerary-row .slider-grid3 .item-wrap figure {
    height: 11.07vw;
  }
}

@media only screen and (max-width: 1201px) {
  .itinerary .itinerary-row .slider-grid3 .item-wrap figure {
    height: 21.21vw;
    margin-bottom: 0;
  }
  .itinerary .itinerary-row .slider-grid3 .item-wrap figure .s-title, .itinerary .itinerary-row .slider-grid3 .item-wrap figure:before {
    display: none;
  }
  .itinerary .itinerary-row .slider-grid3 .item-wrap .box .s-title {
    display: block;
  }
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .slider-grid3 .item-wrap figure {
    height: 55.56vw;
  }
}

.itinerary .itinerary-row .itinerary-row__slider {
  margin-bottom: 100px;
  width: 100%;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-arrow {
  width: 65px;
  height: 65px;
  border: solid 1px #8b6c4e;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-next {
  right: -75px;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-prev {
  left: -75px;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-dots {
  bottom: -60px;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #e2e2e2;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-dots li button:before {
  display: none;
}

.itinerary .itinerary-row .itinerary-row__slider .slick-dots li.slick-active button {
  background: #8b6c4e;
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .itinerary-row__slider {
    margin-bottom: 60px;
  }
  .itinerary .itinerary-row .itinerary-row__slider .slick-dots {
    bottom: -30px;
  }
}

.itinerary .itinerary-row .itinerary-row__slider .item-wrap figure {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.itinerary .itinerary-row .itinerary-row__slider .item-wrap figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.itinerary .itinerary-row .itinerary-row__slider .item-wrap .box .s-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #8b6c4e;
  font-weight: normal;
  margin: 15px 0;
}

.itinerary .itinerary-row .itinerary-row__slider .item-wrap .box .s-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media only screen and (max-width: 769px) {
  .itinerary .itinerary-row .itinerary-row__slider .item-wrap .box .s-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .itinerary .itinerary-row .itinerary-row__slider .item-wrap .box .s-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .itinerary-row__slider .item-wrap .box .s-text {
    display: none;
  }
}

.itinerary .itinerary-row .itinerary-row__btm {
  width: 100%;
  background: #f2efe6;
  display: grid;
  grid-template-columns: repeat(2, fit-content(50%));
  padding: 40px 0;
  margin-top: 20px;
  letter-spacing: 0.3em;
}

.itinerary .itinerary-row .itinerary-row__btm .item {
  padding-left: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary .itinerary-row .itinerary-row__btm .item .item-circle {
  min-width: 72px;
  width: 72px;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #8b6c4e;
  color: #f2efe6;
  margin-right: 40px;
}

.itinerary .itinerary-row .itinerary-row__btm .item .item-circle i {
  font-size: 24px;
  letter-spacing: 0;
}

.itinerary .itinerary-row .itinerary-row__btm .item .item-list .item-list_row {
  margin: 5px 0;
}

@media only screen and (max-width: 1000px) {
  .itinerary .itinerary-row .itinerary-row__btm {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 577px) {
  .itinerary .itinerary-row .itinerary-row__btm {
    border-radius: 15px;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item .item-circle {
    margin: 0 auto 40px;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item .item-list {
    width: 100%;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item .item-list .item-list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item .item-list .item-list_row span {
    white-space: nowrap;
  }
  .itinerary .itinerary-row .itinerary-row__btm .item .item-list .item-list_edit {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .itinerary {
    width: 90%;
  }
}

@media only screen and (max-width: 1400px) {
  .itinerary {
    width: 85%;
  }
}

@media only screen and (max-width: 1201px) {
  .itinerary {
    width: 100%;
  }
  .itinerary .itinerary-nav-wrap {
    display: none;
  }
}

.fright-wrap {
  width: 100%;
  margin: auto;
}

.fright-wrap .fright-wrap__content {
  background: #dbcdbe;
  padding: 30px;
}

.fright-wrap .fright-wrap__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.fright-wrap .fright-wrap__title {
  height: 68px;
  background: #8b6c4e;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fright-wrap .fright-wrap__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0 60px;
}

.fright-wrap .fright-wrap__text .s-title {
  padding-right: 28px;
}

.fright-wrap .fright-wrap__text .fa-arrow-down-long {
  display: none;
}

.fright-wrap .fright-wrap__text i {
  margin: 0 5px;
}

.fright-wrap .fright-wrap__tips {
  color: #f2efe6;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media only screen and (max-width: 1201px) {
  .fright-wrap .fright-wrap__grid {
    grid-template-columns: 12.67vw 1fr;
  }
  .fright-wrap .fright-wrap__text {
    padding: 0 3vw;
  }
}

@media only screen and (max-width: 1000px) {
  .fright-wrap .fright-wrap__grid {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .fright-wrap .fright-wrap__title {
    height: 44px;
  }
  .fright-wrap .fright-wrap__text {
    height: auto;
    padding: 3vw;
  }
}

@media only screen and (max-width: 769px) {
  .fright-wrap .fright-wrap__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fright-wrap .fright-wrap__text .s-title {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
    color: #8b6c4e;
  }
  .fright-wrap .fright-wrap__text span {
    display: block;
    width: 100%;
  }
  .fright-wrap .fright-wrap__text .fa-arrow-right-long {
    display: none;
  }
  .fright-wrap .fright-wrap__text .fa-arrow-down-long {
    display: block;
    margin: 10px 0;
  }
  .fright-wrap .fright-wrap__tips {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.search-top-wrap {
  background: #8b6c4e;
}

.search-content {
  max-width: 1400px;
  display: grid;
  width: 100%;
  margin: auto;
  padding: 10px 0;
  grid-template-columns: auto 1fr auto auto;
  grid-column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1660px) {
  .search-content {
    grid-template-columns: 1fr 2fr 1fr 1fr;
    padding: 10px 30px;
    max-width: 100%;
  }
  .search-content .search-content__item .field {
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 1201px) {
  .search-content {
    padding: 10px 100px;
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .search-content {
    padding: 10px 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .search-content {
    padding: 10px 6.4vw;
  }
}

.search-content .search-content__item--arrow {
  position: relative;
}

.search-content .search-content__item--arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0 6.5px;
  border-color: #f6e0cb transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}

.search-content .search-content__item--date {
  position: relative;
}

.search-content .search-content__item--date i {
  position: absolute;
  top: 14px;
  right: 0;
  color: #f6e0cb;
  font-size: 16px;
  font-weight: 300;
}

.search-content .search-content__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-content .search-content__wrap span {
  padding: 0 20px;
  color: #f6e0cb;
}

.search-content .search-content__item {
  width: 100%;
}

.search-content .search-content__item .field {
  width: 100%;
  min-width: 260px;
  background: none;
  border: solid 1px #f6e0cb;
  color: #f6e0cb;
  border-width: 0 0 1px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 43px;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.search-content .search-content__item .field::-webkit-input-placeholder {
  color: #f6e0cb;
  opacity: 1;
}

.search-content .search-content__item .field::-moz-placeholder {
  color: #f6e0cb;
  opacity: 1;
}

.search-content .search-content__item .field:-ms-input-placeholder {
  color: #f6e0cb;
  opacity: 1;
}

.search-content .search-content__item .field::-ms-input-placeholder {
  color: #f6e0cb;
  opacity: 1;
}

.search-content .search-content__item .field::placeholder {
  color: #f6e0cb;
  opacity: 1;
}

.search-content .search-content__item .field::-webkit-input-placeholder {
  color: #f6e0cb;
}

.search-content .search-content__item .field:-moz-placeholder {
  color: #f6e0cb;
}

.search-content .search-content__item .field::-moz-placeholder {
  color: #f6e0cb;
}

.search-content .search-content__item .field:-ms-input-placeholder {
  color: #f6e0cb;
}

.search-content .search-content__item .field:focus {
  outline: none;
}

.search-content .search-content__item .field * {
  background: #8b6c4e;
  color: #f2efe6;
}

.search-content .search-content__item .field option {
  padding: 5px;
}

@media only screen and (max-width: 769px) {
  .search-content .search-content__item .field {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.search-content .search-content__item .btn {
  width: 190px;
  height: 43px;
  border-radius: 5px;
  background: #6f4d2c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ede8dd;
  letter-spacing: 0.1em;
  border: 0;
}

.search-content .search-content__item .btn:hover {
  background: #684c30;
}

@media only screen and (max-width: 1201px) {
  .search-content .search-content__item .btn {
    width: 100%;
    text-indent: -.1em;
    margin: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 769px) {
  .search-content .search-content__item .btn {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.search-wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

@media only screen and (max-width: 1840px) {
  .search-wrap {
    max-width: 100%;
    padding: 0 120px;
  }
}

@media only screen and (max-width: 1201px) {
  .search-wrap {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .search-wrap {
    padding: 0 8.4vw;
  }
}

@media only screen and (max-width: 577px) {
  .search-wrap {
    padding: 0 6.4vw;
  }
}

.search-wrap .search-result {
  width: 100%;
  text-align: right;
  margin: 60px 0 30px 0;
}

.search-wrap #search-table {
  width: 100%;
}

.search-wrap #search-table thead tr th {
  white-space: nowrap;
  height: 83px;
  border-bottom: solid 4px #8b6c4e;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.search-wrap #search-table thead tr th:nth-child(2) {
  width: 487px;
  text-align: left;
}

.search-wrap #search-table tbody tr td {
  text-align: center;
  height: 116px;
}

.search-wrap #search-table tbody tr td svg {
  width: 30px;
  height: 30px;
}

.search-wrap #search-table tbody tr td svg .st0 {
  fill: #8B6C4E;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.search-wrap #search-table tbody tr td svg:hover .st0 {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  fill: #000;
}

.search-wrap #search-table tbody tr td:nth-child(2) {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.search-wrap #search-table tbody tr td:nth-child(2) a {
  display: block;
}

.search-wrap #search-table tbody tr td:nth-child(2) a:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.search-wrap #search-table tbody tr td .table-link {
  width: 75px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.search-wrap #search-table tbody tr td .table-link--sign {
  background: #8b6c4e;
  color: #f2efe6;
}

.search-wrap #search-table tbody tr td .table-link--sign:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  background: #684c30;
}

.search-wrap #search-table tbody tr td .table-link--wait {
  background: #666666;
  color: #fff;
}

.search-wrap #search-table tbody tr td .table-link--wait:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.search-wrap #search-table tbody tr td .table-link--stop {
  background: #dadada;
  color: #fff;
}

.search-wrap #search-table tbody tr:nth-child(even) {
  background: #f5f2ed;
}

@media only screen and (max-width: 769px) {
  .search-wrap #search-table thead tr th {
    height: auto;
    text-align: left;
  }
  .search-wrap #search-table tbody tr {
    display: block;
    margin-bottom: 30px;
  }
  .search-wrap #search-table tbody tr td {
    border: solid 1px #fff;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    background: #f5f2ed;
  }
  .search-wrap #search-table tbody tr td .bt-content {
    padding: 8px;
    background: #f2efe6;
    display: block;
  }
  .search-wrap #search-table tbody tr td:before {
    padding: 8px 10px;
    color: #8b6c4e;
    font-weight: 400;
    width: 7.5em;
  }
  .search-wrap #search-table tbody tr td:nth-child(2) {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 577px) {
  .search-wrap #search-table tbody tr td:nth-child(2) {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .search-wrap #search-table tbody tr td:nth-child(2):before {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign {
  background: #f2efe6;
  width: 100%;
  padding: 70px 0;
  margin-top: 100px;
}

@media only screen and (max-width: 1201px) {
  .sign {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 769px) {
  .sign {
    margin-top: 30px;
  }
}

.sign .step.step1:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  position: absolute;
  background: #8b6c4e;
  top: 31px;
  left: 65px;
  z-index: 2;
}

.sign .step.step1 .step-box:nth-child(1) .step-box__icon {
  background: #957658;
  border: solid 5px #8b6c4e;
}

.sign .step.step1 .step-box:nth-child(1) .step-box__icon i {
  color: #f2efe6;
}

.sign .step.step1 .step-box:nth-child(1) .step-box__text {
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .step.step1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sign .step.step1:after, .sign .step.step1:before {
    display: none;
  }
  .sign .step.step1 .step-box:not(:nth-child(1)) {
    display: none;
  }
}

.sign .step.step2:after {
  content: '';
  display: block;
  width: calc(33.33% - 65px);
  height: 5px;
  position: absolute;
  background: #8b6c4e;
  top: 31px;
  left: 65px;
  z-index: 2;
}

.sign .step.step2 .step-box:nth-child(1) .step-box__icon, .sign .step.step2 .step-box:nth-child(2) .step-box__icon {
  background: #957658;
  border: solid 5px #8b6c4e;
}

.sign .step.step2 .step-box:nth-child(1) .step-box__icon i, .sign .step.step2 .step-box:nth-child(2) .step-box__icon i {
  color: #f2efe6;
}

.sign .step.step2 .step-box:nth-child(2) .step-box__text {
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .step.step2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sign .step.step2:after, .sign .step.step2:before {
    display: none;
  }
  .sign .step.step2 .step-box:not(:nth-child(2)) {
    display: none;
  }
}

.sign .step.step3:after {
  content: '';
  display: block;
  width: calc(63.66% - 50px);
  height: 5px;
  position: absolute;
  background: #8b6c4e;
  top: 31px;
  left: 65px;
  z-index: 2;
}

.sign .step.step3 .step-box:nth-child(1) .step-box__icon, .sign .step.step3 .step-box:nth-child(2) .step-box__icon, .sign .step.step3 .step-box:nth-child(3) .step-box__icon {
  background: #957658;
  border: solid 5px #8b6c4e;
}

.sign .step.step3 .step-box:nth-child(1) .step-box__icon i, .sign .step.step3 .step-box:nth-child(2) .step-box__icon i, .sign .step.step3 .step-box:nth-child(3) .step-box__icon i {
  color: #f2efe6;
}

.sign .step.step3 .step-box:nth-child(3) .step-box__text {
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .step.step3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sign .step.step3:after, .sign .step.step3:before {
    display: none;
  }
  .sign .step.step3 .step-box:not(:nth-child(3)) {
    display: none;
  }
}

.sign .step.step4:after {
  content: '';
  display: block;
  width: calc(100% - 130px);
  height: 5px;
  position: absolute;
  background: #8b6c4e;
  top: 31px;
  left: 65px;
  z-index: 2;
}

.sign .step.step4 .step-box:nth-child(1) .step-box__icon, .sign .step.step4 .step-box:nth-child(2) .step-box__icon, .sign .step.step4 .step-box:nth-child(3) .step-box__icon, .sign .step.step4 .step-box:nth-child(4) .step-box__icon {
  background: #957658;
  border: solid 5px #8b6c4e;
}

.sign .step.step4 .step-box:nth-child(1) .step-box__icon i, .sign .step.step4 .step-box:nth-child(2) .step-box__icon i, .sign .step.step4 .step-box:nth-child(3) .step-box__icon i, .sign .step.step4 .step-box:nth-child(4) .step-box__icon i {
  color: #f2efe6;
}

.sign .step.step4 .step-box:nth-child(4) .step-box__text {
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .step.step4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sign .step.step4:after, .sign .step.step4:before {
    display: none;
  }
  .sign .step.step4 .step-box:not(:nth-child(4)) {
    display: none;
  }
}

.sign .step {
  width: 100%;
  max-width: 730px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sign .step:before {
  content: '';
  display: block;
  width: calc(100% - 130px);
  height: 5px;
  background: #d9d1ba;
  position: absolute;
  top: 31px;
  z-index: 1;
  left: 65px;
  right: 65px;
}

.sign .step .step-box {
  width: 130px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.sign .step .step-box .step-box__icon {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  margin: auto;
  background: #f2efe6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 5px #d9d1ba;
  margin-bottom: 20px;
}

.sign .step .step-box .step-box__icon i {
  text-align: center;
  font-size: 20px;
  color: #8b6c4e;
  width: 24px;
  display: block;
  text-indent: 0.1em;
}

.sign .step .step-box .step-box__num {
  font-style: italic;
  color: #8b6c4e;
}

@media only screen and (max-width: 1201px) {
  .sign .step .step-box .step-box__num {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign .step .step-box .step-box__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 5px;
  letter-spacing: .2em;
}

@media only screen and (max-width: 1201px) {
  .sign .step .step-box .step-box__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.sign .sign-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.sign .sign-grid .sign-grid-side {
  position: relative;
  min-width: 367px;
  margin-left: 34px;
  z-index: 2;
}

@media only screen and (max-width: 1800px) {
  .sign .sign-grid .sign-grid-side {
    min-width: 300px;
  }
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-side {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
  }
}

.sign .sign-grid .sign-grid-side .sign-grid-side__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__row {
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 15px;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-side .sign-grid-side__row {
    padding: 30px;
  }
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-side .sign-grid-side__row {
    padding: 20px;
  }
}

.sign .sign-grid .sign-grid-side .sign-grid-side__title {
  border-bottom: solid 1px #d3d3d3;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__title .name {
  border-left: solid 5px #8b6c4e;
  padding: 0 0 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: .2em;
  color: #000;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-side .sign-grid-side__title .name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.sign .sign-grid .sign-grid-side .sign-grid-side__list {
  margin-top: 20px;
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 10px;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  letter-spacing: 0;
  padding: 0 5px;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__list li .tit {
  color: #000;
  letter-spacing: .1em;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__list li .total {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #8b6c4e;
}

.sign .sign-grid .sign-grid-side .deposit {
  width: 100%;
  letter-spacing: 0;
  padding: 0 5px;
}

.sign .sign-grid .sign-grid-side .deposit .deposit-title {
  letter-spacing: .1em;
  margin: 20px 0 5px 0;
}

.sign .sign-grid .sign-grid-side .deposit .deposit-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
}

.sign .sign-grid .sign-grid-side .deposit .deposit-row .price {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn {
  width: 100%;
  margin-top: 34px;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link {
  height: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: solid 1px #8b6c4e;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--sign {
  background: #8b6c4e;
  color: #f2efe6;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  letter-spacing: .1em;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--sign i {
  margin-left: 5px;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--sign:hover {
  background: #684c30;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--back {
  color: #8b6c4e;
}

.sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--back:hover {
  background: #8b6c4e;
  color: #f2efe6;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-side .sign-grid-side__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 23;
  }
  .sign .sign-grid .sign-grid-side .sign-grid-side__btn .link {
    border-radius: 0;
  }
  .sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--sign {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sign .sign-grid .sign-grid-side .sign-grid-side__btn .link--back {
    background: #f2efe6;
    border: solid 1px #8b6c4e;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sign .sign-grid .sign-grid-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 34px;
  max-width: 999px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row {
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 15px;
  width: 100%;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row {
    padding: 30px;
  }
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row {
    padding: 20px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 275px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__box {
  width: 470px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__no {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__no {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 400;
  margin: 10px 0 30px 0;
  position: relative;
  letter-spacing: .2em;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__btn {
  width: 140px;
  height: 47px;
  border-radius: 5px;
  background: #8b6c4e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f2efe6;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__btn i {
  font-size: 12px;
  margin: 2px 5px 0 0;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info {
  margin-left: 100px;
  min-width: 270px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info .list {
  margin-top: 30px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info .list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8b6c4e;
  margin: 20px 0;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info .list li i {
  width: 48px;
  text-align: center;
  margin-top: 3px;
}

@media only screen and (max-width: 1840px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__box {
    width: 100%;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info {
    margin-left: 5.14vw;
  }
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info {
    margin-left: 0;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info .list li {
    margin: 10px 0;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__info {
    min-width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-top .sign-top__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title {
  border-bottom: solid 1px #d3d3d3;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title .name {
  border-left: solid 5px #8b6c4e;
  padding: 0 0 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: .2em;
  color: #000;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title .name a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #8b6c4e;
  text-decoration: underline;
  margin-left: 10px;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title {
    padding-bottom: 10px;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title .name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 1000px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__title .name {
    width: 100%;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__tips {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__tips i {
  margin-right: 5px;
}

@media only screen and (max-width: 1000px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__tips {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__tips {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 10px;
  /*&:nth-child(even)
							background: #fafafa*/
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-name:before {
  content: attr(data-num);
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #8b6c4e;
  color: #fff;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  font-weight: bold;
  letter-spacing: 0;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-right: 35px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__btn .btn_minus, .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__btn .btn_plus {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__btn .btn_minus {
  background: url("../images/less.svg") no-repeat;
  background-size: contain;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__btn .btn_plus {
  background: url("../images/plus.svg") no-repeat;
  background-size: contain;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__value {
  width: 100px;
  height: 33px;
  border: solid 1px #e2e2e2;
  border-radius: 5px;
  text-align: center;
  margin: 0 12px;
  color: #000;
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__value {
    width: 40px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li.no-padding {
  padding: 0 10px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li.no-padding .form-grid {
  margin-top: 0;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content .item-content__price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-name {
    width: 100%;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__booking li .item-content {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 44px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__edit {
  background: #fafafa;
  padding: 30px;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__edit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 15px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract {
  background: #fafafa;
  padding: 30px;
  margin: 20px 0 0 0;
  overflow: hidden;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content {
  height: 330px;
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content {
    height: 200px;
    padding-right: 0;
    word-break: break-all;
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract .content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .sign-grid-content__contract {
    padding: 15px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check {
  margin-top: 20px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check a {
  color: #8b6c4e;
  text-decoration: underline;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check input {
  display: none;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check input + label {
  cursor: pointer;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check input + label span {
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #f4f4f4;
  border-radius: 5px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check input + label span:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  background: url("../images/check.svg") no-repeat center;
  width: 24px;
  height: 24px;
  height-background-size: contant;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check input:checked + label span:after {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .contract-check {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .passenger {
  width: 100%;
  height: 60px;
  background: #f2efe6;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .passenger i {
  color: #8b6c4e;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .passenger .s-tit {
  padding: 0 20px 0 10px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .passenger .name {
  color: #8b6c4e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .passenger .name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid--2 {
    grid-template-columns: 100%;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1000px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid--3 {
    grid-template-columns: 100%;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 27px;
  grid-row-gap: 20px;
  margin-top: 30px;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid {
    grid-row-gap: 10px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap {
  position: relative;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap .address {
  display: grid;
  grid-template-columns: 311px 1fr;
  grid-column-gap: 15px;
}

@media only screen and (max-width: 1400px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap .address {
    grid-template-columns: 100%;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap .address .select2 {
    margin-bottom: 10px;
    max-width: 311px;
  }
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap .address .select2 {
    max-width: 200px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap .text-danger {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.09375rem;
  margin-top: 10px;
  color: #fc002f;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap--date i {
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 18px;
  color: #8b6c4e;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap--date i {
    top: 14px;
    right: 17px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap--arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #8b6c4e transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 24px;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-wrap--arrow:before {
    top: 18px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item {
  position: relative;
  width: 83px;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item {
    width: 100%;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox:checked + label:before, .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox.checked + label:before {
  background: url("../images/check1.svg") no-repeat #8b6c4e center;
  background-size: contain;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox__label {
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox__label:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 10px;
  border-radius: 100%;
  border: solid 2px #8b6c4e;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox__label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-group .list-option .list-option__item .radiobox__checked {
  background: #4e8cdb !important;
  color: #fff !important;
  border: solid 1px #3173c8 !important;
  cursor: inherit;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-item--full {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-item--full {
    grid-column-end: 2;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-title {
  position: relative;
  margin-bottom: 10px;
  letter-spacing: .2em;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-title span {
  margin: -3px 0 0 5px;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
}

@media only screen and (max-width: 1201px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container {
    max-width: 311px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container .select2-selection--single {
  height: 53px;
  padding: 0 20px;
  width: 100%;
  border: solid 1px #cfcfcf;
  background: none;
  letter-spacing: .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 15px;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container .select2-selection--single {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    height: 40px;
    padding: 0 10px;
  }
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .select2-container .select2-selection--single .select2-selection__arrow {
    top: 8px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-feild {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: solid 1px #cfcfcf;
  height: 53px;
  padding: 0 20px;
  width: 100%;
  background: none;
  letter-spacing: .2em;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-feild:focus {
  outline: none;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-feild option {
  color: #afafaf;
  letter-spacing: .2em;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-feild {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    height: 40px;
    padding: 0 10px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: solid 1px #cfcfcf;
  height: 200px;
  padding: 20px;
  width: 100%;
  background: none;
  letter-spacing: .2em;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::placeholder {
  color: #afafaf;
  opacity: 1;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::-webkit-input-placeholder {
  color: #afafaf;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea:-moz-placeholder {
  color: #afafaf;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea::-moz-placeholder {
  color: #afafaf;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea:-ms-input-placeholder {
  color: #afafaf;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea:focus {
  outline: none;
}

@media only screen and (max-width: 769px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .form-grid .form-grid-textarea {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    padding: 10px;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group {
  margin-top: 34px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item {
  position: relative;
  width: 232px;
  height: 107px;
  margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item {
    width: 100%;
    height: 10.7vw;
    margin-right: 0;
  }
}

@media only screen and (max-width: 577px) {
  .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item {
    height: 20.7vw;
  }
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox:checked + label, .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox.checked + label {
  background: #8b6c4e;
  color: #f2efe6;
  border: solid 5px #7e6144;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox:checked + label:before, .sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox.checked + label:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/check1.svg") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox__label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 5px;
  color: #8b6c4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 5px #f2efe6;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  letter-spacing: .2em;
}

.sign .sign-grid .sign-grid-content .sign-grid-content__row .pay-group .list-option__item .radiobox__checked {
  background: #4e8cdb !important;
  color: #fff !important;
  border: solid 1px #3173c8 !important;
  cursor: inherit;
}

.sign .sign-finish {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 475px;
  margin-top: 60px;
  padding: 0 6.4vw;
}

.sign .sign-finish .sign-finish__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  letter-spacing: .3em;
  text-indent: -.3em;
}

.sign .sign-finish .sign-finish__title i {
  color: #8b6c4e;
  margin-right: 15px;
  font-size: 42px;
  margin-top: 5px;
}

.sign .sign-finish .sign-finish__no {
  color: #8b6c4e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 25px 0;
  text-align: center;
}

.sign .sign-finish .sign-finish__text {
  color: #666;
  width: 700px;
  margin: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
}

.sign .sign-finish .sign-finish__home {
  width: 210px;
  height: 44px;
  border-radius: 5px;
  background: #8b6c4e;
  color: #f2efe6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.sign .sign-finish .sign-finish__home:hover {
  background: #684c30;
}

@media only screen and (max-width: 1201px) {
  .sign .sign-finish {
    margin-top: 30px;
  }
  .sign .sign-finish .sign-finish__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .sign .sign-finish .sign-finish__text {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .sign .sign-finish .sign-finish__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .sign .sign-finish .sign-finish__no {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .sign .sign-finish .sign-finish__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.news {
  padding-top: 90px;
}

.news .news-list {
  border-top: solid 1px #d9d9d9;
  width: 100%;
  margin-right: 100px;
}

.news .news-list li {
  border-bottom: solid 1px #d9d9d9;
  padding: 35px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news-list li .date {
  width: 90px;
  min-width: 90px;
  margin: 0 67px 0 36px;
  color: #8b6c4e;
  text-align: center;
}

.news .news-list li .date .big {
  font-size: 48px;
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: bold;
}

.news .news-list li .info {
  width: 100%;
}

.news .news-list li .info .info-name {
  display: block;
  font-weight: 400;
}

.news .news-list li .info .info-name:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.news .news-list li .info .info-text {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1201px) {
  .news {
    padding-top: 45px;
  }
  .news .news-list li {
    padding: 25px 0;
  }
  .news .news-list li .date {
    margin: 0 20px;
  }
  .news .news-list li .date .big {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .news .news-list li .info .info-text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 769px) {
  .news .news-list li .date {
    margin: 0 20px;
  }
  .news .news-list li .date .big {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.34375rem;
  }
  .news .news-list li .info .info-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media only screen and (max-width: 577px) {
  .news .news-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .news-list li .date {
    margin: 20px auto;
  }
}

.news .news-detail {
  margin-bottom: 100px;
}

.news .news-detail .news-detail__top {
  padding-left: 40px;
}

.news .news-detail .news-detail__date {
  color: #8b6c4e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.40625rem;
}

.news .news-detail .news-detail__name {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 30px 0;
}

.news .news-detail .news-detail__name h2 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: .1em;
}

.news .news-detail .news-detail__share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.news .news-detail .news-detail__share:before {
  content: '分享';
  color: #666;
  margin-right: 20px;
  white-space: nowrap;
}

.news .news-detail .news-detail__share .link {
  width: 36px;
  height: 36px;
  display: block;
}

.news .news-detail .news-detail__share .link:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.news .news-detail .news-detail__share .link--fb svg {
  fill: #1877f2;
}

.news .news-detail .news-detail__share .link--LINE svg {
  fill: #00c300;
}

.news .news-detail .news-detail__edit {
  padding: 40px;
  border: solid 1px #d9d9d9;
  border-width: 1px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #666;
}

.news .news-detail .news-detail__edit img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 769px) {
  .news .news-detail .news-detail__edit table {
    display: block;
    width: 100% !important;
    height: auto !important;
    white-space: nowrap;
  }
}

.news .news-detail .news-detail__btn {
  width: 112px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: solid 1px #8b6c4e;
  color: #8b6c4e;
  margin: 50px auto 0;
}

.news .news-detail .news-detail__btn:hover {
  color: #f2efe6;
  background: #8b6c4e;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 1201px) {
  .news .news-detail .news-detail__top {
    padding-left: 20px;
  }
  .news .news-detail .news-detail__date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .news .news-detail .news-detail__name {
    margin: 10px 0 20px 0;
  }
  .news .news-detail .news-detail__name h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .news .news-detail .news-detail__edit {
    padding: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .news .news-detail .news-detail__top {
    padding-left: 0;
  }
  .news .news-detail .news-detail__date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }
  .news .news-detail .news-detail__name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .news-detail .news-detail__name h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
  .news .news-detail .news-detail__share {
    margin-left: 0;
    margin-top: 20px;
  }
  .news .news-detail .news-detail__edit {
    padding: 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.about {
  width: 100%;
}

.about .about-top {
  width: 100%;
  display: grid;
  grid-template-columns: 360px 1fr;
  padding: 40px 0;
  min-height: 490px;
}

.about .about-top .about-top__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  letter-spacing: .5em;
  text-align: center;
  width: 37px;
  padding-top: 65px;
  position: relative;
  margin: auto;
}

.about .about-top .about-top__title span {
  display: block;
}

.about .about-top .about-top__title:before {
  background: #c4ad91;
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about .about-top .about-top__text {
  width: 870px;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 110px;
}

@media only screen and (max-width: 1640px) {
  .about .about-top .about-top__text {
    width: 53.05vw;
  }
}

@media only screen and (max-width: 1400px) {
  .about .about-top {
    grid-template-columns: 25.71vw 1fr;
  }
  .about .about-top .about-top__text {
    margin-top: 7.85vw;
  }
}

@media only screen and (max-width: 1201px) {
  .about .about-top .about-top__title {
    width: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-top {
    min-height: auto;
  }
  .about .about-top .about-top__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .about .about-top {
    grid-template-columns: 100%;
  }
  .about .about-top .about-top__text {
    width: 100%;
  }
}

.about .about-content-wrap {
  width: 100%;
  position: relative;
}

.about .about-content-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 517px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/about-content_bg.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 577px) {
  .about .about-content-wrap:after {
    height: 89.6vw;
  }
}

.about .about-content {
  margin: 0 auto;
  max-width: 1430px;
  padding: 105px 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .about-content .about-content__item {
  width: 695px;
}

.about .about-content .about-content__item:nth-child(2) {
  margin-top: 70px;
}

@media only screen and (max-width: 1640px) {
  .about .about-content .about-content__item {
    width: 42.38vw;
  }
}

@media only screen and (max-width: 1400px) {
  .about .about-content .about-content__item {
    width: 40.38vw;
  }
}

.about .about-content .about-content__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: .3em;
  margin: 40px 0 20px 25px;
}

.about .about-content .about-content__list {
  margin-left: 25px;
}

.about .about-content .about-content__list li {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.about .about-content .about-content__list li:before {
  content: '';
  display: block;
  width: 10px;
  min-width: 10px;
  height: 1px;
  margin: 15px 5px 0 2px;
  background: #8b6c4e;
  text-indent: -.1em;
}

.about .about-content .about-content__pic {
  width: 695px;
  height: 470px;
  position: relative;
}

.about .about-content .about-content__pic figure {
  width: 670px;
  height: 445px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about .about-content .about-content__pic figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}

.about .about-content .about-content__pic:before {
  content: '';
  display: block;
  width: 670px;
  height: 445px;
  background: #8b6c4e;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 1640px) {
  .about .about-content {
    padding: 100px;
    max-width: 100%;
  }
  .about .about-content .about-content__pic {
    width: 42.38vw;
    height: 28.66vw;
  }
  .about .about-content .about-content__pic figure {
    width: 40.85vw;
    height: 27.13vw;
  }
  .about .about-content .about-content__pic:before {
    width: 40.85vw;
    height: 27.13vw;
  }
}

@media only screen and (max-width: 1400px) {
  .about .about-content .about-content__pic {
    width: 40.38vw;
    height: 26.66vw;
  }
  .about .about-content .about-content__pic figure {
    width: 38.85vw;
    height: 25.13vw;
  }
  .about .about-content .about-content__pic:before {
    width: 38.85vw;
    height: 25.13vw;
  }
}

@media only screen and (max-width: 1201px) {
  .about .about-content {
    padding: 60px 6.4vw;
  }
  .about .about-content .about-content__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

@media only screen and (max-width: 1000px) {
  .about .about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .about-content .about-content__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .about-content .about-content__title {
    margin: 20px 0 20px 25px;
  }
  .about .about-content .about-content__pic {
    min-width: 40.38vw;
    height: 26.66vw;
  }
  .about .about-content .about-content__pic figure {
    min-width: 38.85vw;
    height: 25.13vw;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-content .about-content__list li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 577px) {
  .about .about-content .about-content__title {
    margin: 20px 0;
    text-align: center;
  }
  .about .about-content .about-content__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .about-content .about-content__list {
    margin-left: 0;
  }
  .about .about-content .about-content__pic {
    width: 100%;
    height: 57.89vw;
  }
  .about .about-content .about-content__pic figure {
    width: 100%;
    height: 57.89vw;
  }
}

.about .about-btm {
  width: 100%;
  background: url("../images/about-btm_bg.jpg") no-repeat center top;
  background-size: 100% auto;
  min-height: 847px;
  padding-top: 150px;
}

.about .about-btm .about-btm__title {
  text-align: center;
}

.about .about-btm .about-btm__name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.about .about-btm .about-btm__line {
  width: 1px;
  height: 40px;
  background: #8b6c4e;
  margin: 35px auto 0;
}

.about .about-btm .about-btm__text {
  width: 1100px;
  margin: 90px auto 0;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media only screen and (max-width: 1640px) {
  .about .about-btm {
    min-height: auto;
    padding-bottom: 90px;
  }
  .about .about-btm .about-btm__text {
    width: 100%;
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1201px) {
  .about .about-btm .about-btm__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .about .about-btm .about-btm__line {
    height: 30px;
    margin: 20px auto 0;
  }
  .about .about-btm .about-btm__text {
    margin: 45px auto 0;
    padding: 0 6.4vw;
  }
}

@media only screen and (max-width: 769px) {
  .about .about-btm .about-btm__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
