@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus a:active {
  color: #333;
}

.for-mobile-lg {
  display: none !important;
}

@media (max-width: 970px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: 970px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.one-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.one-wrapper.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.one-wrapper.no-gutters > .one,
.one-wrapper.no-gutters > [class*="one-"] {
  margin-left: 0;
  margin-right: 0;
}

.one,
.one-4,
.one-xl,
.one-lg,
.one-lg-5,
.one-lg-7,
.one-md,
.one-md-4,
.one-md-5,
.one-md-7,
.one-md-8,
.one-sm-6, .one-md-s, .one-xl-l, .one-lg-l {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.one {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
}

.one-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 1rem);
          flex: 0 0 calc(33.33333% - 1rem);
  max-width: calc(33.33333% - 1rem);
}

@media (min-width: 576px) {
  .one-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 768px) {
  .one-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
  }
  .one-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 1rem);
            flex: 0 0 calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .one-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.66667% - 1rem);
            flex: 0 0 calc(41.66667% - 1rem);
    max-width: calc(41.66667% - 1rem);
  }
  .one-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.33333% - 1rem);
            flex: 0 0 calc(58.33333% - 1rem);
    max-width: calc(58.33333% - 1rem);
  }
  .one-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.66667% - 1rem);
            flex: 0 0 calc(66.66667% - 1rem);
    max-width: calc(66.66667% - 1rem);
  }
}

@media (min-width: 970px) {
  .one-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
  }
  .one-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.66667% - 1rem);
            flex: 0 0 calc(41.66667% - 1rem);
    max-width: calc(41.66667% - 1rem);
  }
  .one-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.33333% - 1rem);
            flex: 0 0 calc(58.33333% - 1rem);
    max-width: calc(58.33333% - 1rem);
  }
}

@media (min-width: 1200px) {
  .one-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
  }
}

.btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bolder;
  color: #212529;
  text-align: center;
  padding: 0.6rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media (max-width: 768px) {
  .btn {
    font-size: 1rem !important;
  }
}

.btn:hover, .btn.hover {
  color: #fff;
  opacity: 0.9;
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-sm {
  font-size: 1rem;
  padding: 0.6rem 0.8rem;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-secondary:hover {
  color: #fff;
}

.tour-info__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 970px) {
  .tour-info__btn-block {
    position: fixed;
    bottom: 0;
    padding-bottom: 0;
    background-color: #fff;
    left: 0;
    right: 0;
  }
}

@media (max-width: 970px) {
  .tour-info__btn-block .btn {
    border-radius: 0;
  }
}

.tour-info__btn-block .btn + .btn {
  margin-left: 0.625rem;
}

@media (max-width: 970px) {
  .tour-info__btn-block .btn + .btn {
    margin-left: 0;
  }
}

@media (max-width: 970px) {
  .tour-info__btn-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tour-info__btn-block .btn-outline-info {
    width: 100%;
    border: 0;
  }
  .tour-info__btn-block .btn-primary {
    width: 50%;
    padding: 0.8rem 0;
  }
  .tour-info__btn-block .btn-secondary {
    width: 50%;
    padding: 0.8rem 0;
  }
}

.btn-under {
  font-size: 1.25rem;
  padding: 0.6rem;
  width: calc(100% + 1.25rem);
  border-radius: 0;
  margin: 0 -0.625rem -0.625rem;
}

.btn-full {
  width: 100%;
  border-radius: 0;
}

.btn-outline-info {
  border: #ced4da 1px solid;
  cursor: none;
  pointer-events: none;
  background-color: #f8f9fa;
  color: #666;
}

.btn-outline-info:hover, .btn-outline-info.hover {
  color: #666;
}

.btn-primary {
  background-color: #0099ff;
  color: #fff;
}

.btn-primary:focus, .btn-primary.focus {
  outline: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.65;
}

.btn-primary:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-secondary {
  background-color: #ff6600;
  color: #fff;
}

.btn-secondary:focus, .btn-secondary.focus {
  outline: 0;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  opacity: 0.65;
}

.btn-secondary:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-success {
  background-color: #666;
  color: #fff;
}

.btn-success:focus, .btn-success.focus {
  outline: 0;
}

.btn-success.disabled, .btn-success:disabled {
  opacity: 0.65;
}

.btn-success:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-info {
  background-color: #666;
  color: #fff;
}

.btn-info:focus, .btn-info.focus {
  outline: 0;
}

.btn-info.disabled, .btn-info:disabled {
  opacity: 0.65;
}

.btn-info:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-warning {
  background-color: #FF0000;
  color: #fff;
}

.btn-warning:focus, .btn-warning.focus {
  outline: 0;
}

.btn-warning.disabled, .btn-warning:disabled {
  opacity: 0.65;
}

.btn-warning:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-danger {
  background-color: #FF0000;
  color: #fff;
}

.btn-danger:focus, .btn-danger.focus {
  outline: 0;
}

.btn-danger.disabled, .btn-danger:disabled {
  opacity: 0.65;
}

.btn-danger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-light {
  background-color: #aaa;
  color: #fff;
}

.btn-light:focus, .btn-light.focus {
  outline: 0;
}

.btn-light.disabled, .btn-light:disabled {
  opacity: 0.65;
}

.btn-light:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-dark {
  background-color: #666;
  color: #fff;
}

.btn-dark:focus, .btn-dark.focus {
  outline: 0;
}

.btn-dark.disabled, .btn-dark:disabled {
  opacity: 0.65;
}

.btn-dark:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-link {
  font-weight: bolder;
  color: #343a40;
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.btn-link:hover, .btn-link.hover {
  color: #0099ff;
}

.btn-link:focus, .btn-link.focus {
  outline: 0;
}

.btn-link:active, .btn-link.active {
  outline: 0;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bolder;
}

body.open {
  position: fixed;
}

main {
  padding-top: 50px;
}

footer {
  background-color: #0099ff;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 970px) {
  footer.for-tour-base {
    margin-bottom: 4rem;
  }
}

footer .footer-inner {
  max-width: 1200px;
  padding: 1.625rem 0.9375rem 1rem;
  margin: 0 auto;
}

footer p {
  display: inline-block;
  padding-right: 1rem;
  margin-bottom: 0.625rem;
}

.nav-bar-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}

.nav-bar-container .toggler {
  display: none;
  border: 0;
  background: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

.nav-bar-container .toggler:focus {
  outline: 0;
}

@media (max-width: 1200px) {
  .nav-bar-container .toggler {
    display: block;
  }
}

.nav-bar {
  background-color: #0099ff;
  padding: 0.625rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

@media (max-width: 1200px) {
  .nav-bar__list {
    background-color: #f8f9fa;
    -webkit-transition: all .35s;
    transition: all .35s;
    position: fixed;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 100;
  }
  .nav-bar__list.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nav-bar__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .nav-bar__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    text-align: center;
    padding-top: 3rem;
  }
}

@media (max-width: 1200px) {
  .nav-bar__list ul li {
    width: 100%;
  }
}

.nav-bar__list ul li a {
  color: #fff;
  padding: 0 0.625rem;
  display: block;
  font-weight: bolder;
}

@media (max-width: 1200px) {
  .nav-bar__list ul li a {
    color: #343a40;
    padding: 0.625rem;
  }
}

.nav-bar__list ul li a:hover {
  color: #FFFF99;
}

@media (max-width: 1200px) {
  .nav-bar__list ul li a:hover {
    color: #0099ff;
  }
}

.nav-bar__list ul li a.icon-link {
  display: inline-block;
  padding: 0 0 0 0.625rem;
}

@media (max-width: 1200px) {
  .nav-bar__list ul li a.icon-link {
    padding: 0.625rem;
  }
}

.nav-bar__list ul li + li {
  border-left: #fff 1px solid;
}

@media (max-width: 1200px) {
  .nav-bar__list ul li + li {
    border: 0;
  }
}

.nav-bar__list ul li + li:last-child {
  border: 0;
}

.nav-bar__list .close {
  display: none;
  border: 0;
  background: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #343a40;
}

.nav-bar__list .close:focus {
  outline: 0;
}

@media (max-width: 1200px) {
  .nav-bar__list .close {
    display: block;
  }
}

.top-category {
  background-color: #F0FCFF;
  margin-bottom: 2rem;
  border-bottom: #ced4da 1px solid;
}

.top-category .dropdown {
  display: none;
  position: absolute;
  padding: 1rem 0.625rem;
  min-width: 18rem;
  border: #ced4da 1px solid;
  top: 38px;
  left: 0;
  background-color: #fff;
}

.top-category .dropdown a {
  padding: 0 0.625rem;
}

.top-category .dropdown a + a {
  margin-top: 1rem;
}

.top-category .dropdown-mobile {
  position: static;
  top: 90px;
  border: 0;
  padding: 0 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.top-category .dropdown-mobile.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-category .dropdown-mobile a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 1rem 0.625rem;
}

.top-category .dropdown-mobile a + a {
  margin-top: 0;
}

.top-category ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
}

@media (max-width: 1200px) {
  .top-category ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .top-category ul::-webkit-scrollbar {
    display: none;
  }
}

.top-category ul li {
  position: relative;
}

@media (max-width: 1200px) {
  .top-category ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (min-width: 1200px) {
  .top-category ul li:hover .dropdown {
    display: block;
  }
}

.top-category ul li a {
  display: block;
  padding: 1rem 0.625rem;
}

.top-category ul li a.dropdown-btn-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .top-category ul li a.dropdown-btn {
    display: none;
  }
  .top-category ul li a.dropdown-btn-mobile {
    display: block;
  }
}

.top-category ul li a i {
  padding-left: 0.2rem;
}

.top {
	margin-bottom: 0px;
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

@media (max-width: 768px) {
  .top {
    background-image: url(../images/header-1-m.jpg);
    height: 26vh;
    background-size: cover;
  }
}

.text-primary {
  color: #0099ff;
}

.text-danger {
  color: #FF0000;
  font-weight: bolder;
  font-size: 1.125rem;
}

.text-light {
  color: #aaa;
}

.text-warning {
  color: #FF0000;
}

.text-sm {
  font-size: 1rem;
}

.container-xl, .container-lg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.container-lg {
  max-width: 970px;
  margin-bottom: 2rem;
}

.block-s {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .one-md-s {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 400px;
  }
}

@media (min-width: 1200px) {
  .one-xl-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 970px) {
  .one-lg-l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}

.swiper-container {
  width: 100%;
  max-width: 880px;
  margin-bottom: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}

.swiper-button-prev {
  background-image: url(../images/swiper_prev.png);
}

.swiper-button-next {
  background-image: url(../images/swiper_next.png);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #ff6600;
}

.head-bg {
  background-color: #0099ff;
  font-size: 1.5rem;
  color: #fff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  min-height: 52px;
}

.head-bg .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .head-bg {
    font-size: 1.25rem;
    min-height: 42px;
  }
}

.head-bg .icon {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .head-bg .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.head-bg .icon-no-bg {
  margin-right: 0.625rem;
}

.head-bg .icon-no-bg img {
  width: 30px;
}

@media (max-width: 970px) {
  .head-bg .icon-no-bg img {
    min-width: 30px;
  }
}

.s-word {
  font-size: 0.875rem;
  font-weight: normal;
}

.side-menu {
  padding: 1rem;
}

@media (max-width: 1200px) {
  .side-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .side-menu {
    display: block;
  }
}

.side-menu .qr {
  display: block;
  margin-left: 1.2rem;
  padding-top: 0.5rem;
}

@media (max-width: 1200px) {
  .side-menu .qr {
    display: none;
  }
}

.side-menu .qr img {
  max-width: 100px;
}

.side-menu li {
  padding-bottom: 0.8rem;
}

@media (max-width: 1200px) {
  .side-menu li + li {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .side-menu li + li {
    margin-left: 0;
  }
}

.side-menu li:last-child {
  padding-bottom: 0;
}

.side-menu li i {
  color: #ff6600;
  padding-right: 0.5rem;
}

.tab-item {
  display: none;
}

.tab-item.show {
  display: block;
}

.tab {
  font-size: 1.125rem;
  font-weight: bolder;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.tab::-webkit-scrollbar {
  display: none;
}

.tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab ul li {
  font-size: 1.125rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: #ced4da 1px solid;
  background: #0099ff;
}

@media (max-width: 970px) {
  .tab ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-radius: 0;
    font-size: 1rem;
  }
}

.tab ul li.sel {
  background: #ff6600;
}

.tab ul li a {
  padding: 1rem 2rem;
  color: #fff;
  display: block;
}

@media (max-width: 970px) {
  .tab ul li a {
    padding: 0.625rem;
  }
}

.tab ul li + li {
  margin-left: 0.2rem;
}

.tab-item-box h2 {
  font: 0/0 a;
}

@media (max-width: 768px) {
  .tab-item-box h2 {
    max-width: 180px;
  }
}

.box-s {
  background-color: #f8f9fa;
  border: #ced4da 1px solid;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .box-s {
    max-width: 880px !important;
    margin-bottom: 1rem;
  }
}

.box-s-tour {
  background-color: #f8f9fa;
  margin-bottom: 2rem;
  border: #ced4da 1px solid;
}

.box-m {
  border: #ced4da 1px solid;
  margin-bottom: 2rem;
}

.box-l {
  background-color: #E8F0FF;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}

.item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2rem;
}

.item h3 {
  min-height: 45px;
  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;
}

.item .item-img {
  margin-bottom: 0.625rem;
}

.item-img img {
  height: 19vw;
  max-height: 240px;
}

@media (max-width: 576px) {
  .item-img img {
    height: auto;
  }
}

.item-img-s {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item-img-s img {
  max-height: 160px;
}

.item-img-main img {
  min-height: 260px;
}

@media (max-width: 768px) {
  .item-img-main {
    padding-bottom: 0.625rem;
  }
}

.item-price {
  margin-bottom: 0.625rem;
}

.item-date {
  margin-bottom: 0.625rem;
}

.item-date span {
  color: #ff6600;
  font-weight: bolder;
}

.item-img-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.item {
  text-align: center;
  margin-bottom: 2rem;
  border: #ced4da 1px solid;
  padding: 1rem 1rem;
  background-color: #fff;
}

.list-block-wrapper {
  padding: 1rem;
}

.list-block-wrapper .list-block {
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: #ced4da 1px solid;
}

.list-block-wrapper .list-block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-block-wrapper .list-block .title {
  font-weight: bolder;
}

.list-block-wrapper .list-block .list-block__btn-group {
  padding-top: 0.625rem;
}

.list-block-wrapper .list-block .list-block__btn-group .btn-link {
  margin-bottom: 0.625rem;
}

.tour-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.tour-info.for-single {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tour-info.for-single .side-block {
  width: 50%;
}

@media (max-width: 970px) {
  .tour-info.for-single .side-block {
    width: 100%;
  }
}

@media (max-width: 970px) {
  .tour-info {
    display: block;
  }
}

.tour-info .tour-info__share {
  padding: 0.625rem 0;
}

.tour-info__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

.tour-info__list .list-item .title {
  min-width: 90px;
}

.travel-info {
  margin-bottom: 2rem;
}

.travel-info__list {
  text-align: center;
  border: #ced4da 1px solid;
  border-bottom: 0;
}

@media (max-width: 970px) {
  .travel-info__list {
    border: 0;
    padding-top: 0.625rem;
  }
}

.travel-info__list .head {
  padding: 0.625rem 0;
  background-color: #F0FCFF;
  border-bottom: #ced4da 1px solid;
}

@media (max-width: 970px) {
  .travel-info__list .head {
    display: none;
  }
}

.travel-info__list .list-row {
  padding: 0.625rem 0;
  border-bottom: #ced4da 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 970px) {
  .travel-info__list .list-row {
    padding: 0.625rem;
    border: #ced4da 1px solid;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 970px) {
  .travel-info__list .list-row .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.625rem;
  }
}

.travel-info__list .list-row .title {
  display: none;
}

@media (max-width: 970px) {
  .travel-info__list .list-row .title {
    display: block;
  }
}

@media (max-width: 970px) {
  .travel-info__list .list-row .content {
    color: #0099ff;
  }
}

.space-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-info .price-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-info .price-info__item + .price-info__item {
  margin-top: 0.625rem;
}

.price-info .price-info__item .title {
  display: block;
  min-width: 80px;
}

.itinerary {
  line-height: 1.5;
}

.itinerary__block p {
  margin: 1rem 0;
}

.itinerary__block .content {
  padding: 1rem;
}

@media (max-width: 970px) {
  .itinerary__block .content {
    padding: 1rem 0;
  }
}

.itinerary__block .content .top-info__content {
  padding: 1rem;
}

@media (max-width: 970px) {
  .itinerary__block .content .top-info__content {
    padding: 1rem 0 0;
  }
}

.itinerary__block .content .top-info__content h3 {
  font-size: 2rem;
}

.itinerary__block .content .bottom-info .bottom-info__item {
  background-color: #f8f9fa;
  padding: 1rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 970px) {
  .itinerary__block .content .bottom-info .bottom-info__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.itinerary__block .content .bottom-info .bottom-info__item .bottom-info__item__head {
  -ms-flex-preferred-size: 133px;
      flex-basis: 133px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 970px) {
  .itinerary__block .content .bottom-info .bottom-info__item .bottom-info__item__head {
    max-width: 100px;
  }
}

@media (max-width: 970px) {
  .itinerary__block .content .bottom-info .bottom-info__item .bottom-info__item__content {
    width: 100%;
  }
}

.itinerary__block .features {
  padding: 1rem 80px 1rem;
}

@media (max-width: 970px) {
  .itinerary__block .features {
    padding: 1rem 0;
  }
}

.itinerary__block .other i {
  color: #0099ff;
  padding-right: 0.5rem;
}

.itinerary__block .other .other__block {
  margin-bottom: 1rem;
}

.itinerary__block .other .btn-link {
  display: block;
}

.itinerary__block .other .btn-link + .btn-link {
  margin-top: 0.625rem;
}
/*# sourceMappingURL=all.css.map */
