@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  font-family:   "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳＰゴシック", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html[data-os^="Mac OS"] {
  font-family:   -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

html[data-os^="Windows"] {
  font-family:   "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳＰゴシック", sans-serif;
}

body {
  font-size: 160%;
  font-size: 1.6rem;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0;
  max-height: 100%;
}

.content-block p:not([class]),
.content-block p[class*="_mb"] {
  margin: 0 0 1.5em;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.content-block p:not([class]) > a,
.content-block p[class*="_mb"] > a {
  color: #339dd1;
}

.content-block p:not([class]) > a[target="_blank"]:not([class*="_imglink"])::after,
.content-block p[class*="_mb"] > a[target="_blank"]:not([class*="_imglink"])::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .content-block p:not([class]) > a[target="_blank"]:not([class*="_imglink"])::after,
  .content-block p[class*="_mb"] > a[target="_blank"]:not([class*="_imglink"])::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.content-block p:not([class]) > a[href$=".pdf"]:not([class*="_imglink"])::after,
.content-block p[class*="_mb"] > a[href$=".pdf"]:not([class*="_imglink"])::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .content-block p:not([class]) > a[href$=".pdf"]:not([class*="_imglink"])::after,
  .content-block p[class*="_mb"] > a[href$=".pdf"]:not([class*="_imglink"])::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

p > strong {
  font-weight: bold;
  color: #42b8ef;
}

p > strong.-attraction {
  color: #ff6f42;
}

p > strong.-event {
  color: #25b7c0;
}

p > strong.-food {
  color: #ffb400;
}

p > strong.-shop {
  color: #ffb400;
}

p > strong.-animal {
  color: #35c99d;
}

p > strong.-plant {
  color: #35c99d;
}

p > strong.-movie {
  color: #fa749a;
}

p > strong.-gnome {
  color: #fb5959;
}

p > strong.-topics {
  color: #90c31f;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

#page {
  position: relative;
}

.-noresponsive #page {
  min-width: 1000px;
}

#header {
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #header {
    border: none;
    background: #fff;
    height: 60px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
}

#header > .inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

#global-nav {
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #global-nav {
    display: none;
  }
}

#global-nav::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.parent-nav {
  max-width: 940px;
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.parent-nav > li {
  display: table-cell;
  width: calc((100% - 5px) / 4);
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 940px) {
  html:not(.-noresponsive) .parent-nav > li {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.parent-nav > li:first-child {
  border-left: 1px solid #eee;
}

.parent-nav > li.-hover > a, .parent-nav > li.-current > a {
  color: #fff;
}

.parent-nav > li > a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 93.75%;
  font-size: 1.5rem;
  font-weight: bold;
  width: 233.75px;
  height: 60px;
  text-align: center;
  color: #434343;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding-left: 30px;
  border: 1px solid transparent;
}

.parent-nav > li > a:hover, .parent-nav > li > a:active, .parent-nav > li > a:focus {
  color: #fff;
}

.parent-nav > li.-attraction > a:hover,
.parent-nav > li.-attraction > a:active,
.parent-nav > li.-attraction > a:focus {
  color: #ff6f42;
  border: 1px solid #ff6f42;
}

.parent-nav > li.-attraction.-hover > a, .parent-nav > li.-attraction.-current > a {
  color: #ff6f42;
  border: 1px solid #ff6f42;
}

.parent-nav > li.-event > a:hover,
.parent-nav > li.-event > a:active,
.parent-nav > li.-event > a:focus {
  color: #25b7c0;
  border: 1px solid #25b7c0;
}

.parent-nav > li.-event.-hover > a, .parent-nav > li.-event.-current > a {
  color: #25b7c0;
  border: 1px solid #25b7c0;
}

.parent-nav > li.-food > a:hover,
.parent-nav > li.-food > a:active,
.parent-nav > li.-food > a:focus {
  color: #ffb400;
  border: 1px solid #ffb400;
}

.parent-nav > li.-food.-hover > a, .parent-nav > li.-food.-current > a {
  color: #ffb400;
  border: 1px solid #ffb400;
}

.parent-nav > li.-shop > a:hover,
.parent-nav > li.-shop > a:active,
.parent-nav > li.-shop > a:focus {
  color: #ffb400;
  border: 1px solid #ffb400;
}

.parent-nav > li.-shop.-hover > a, .parent-nav > li.-shop.-current > a {
  color: #ffb400;
  border: 1px solid #ffb400;
}

.parent-nav > li.-animal > a:hover,
.parent-nav > li.-animal > a:active,
.parent-nav > li.-animal > a:focus {
  color: #35c99d;
  border: 1px solid #35c99d;
}

.parent-nav > li.-animal.-hover > a, .parent-nav > li.-animal.-current > a {
  color: #35c99d;
  border: 1px solid #35c99d;
}

.parent-nav > li.-plant > a:hover,
.parent-nav > li.-plant > a:active,
.parent-nav > li.-plant > a:focus {
  color: #35c99d;
  border: 1px solid #35c99d;
}

.parent-nav > li.-plant.-hover > a, .parent-nav > li.-plant.-current > a {
  color: #35c99d;
  border: 1px solid #35c99d;
}

.parent-nav > li.-movie > a:hover,
.parent-nav > li.-movie > a:active,
.parent-nav > li.-movie > a:focus {
  color: #fa749a;
  border: 1px solid #fa749a;
}

.parent-nav > li.-movie.-hover > a, .parent-nav > li.-movie.-current > a {
  color: #fa749a;
  border: 1px solid #fa749a;
}

.parent-nav > li.-gnome > a:hover,
.parent-nav > li.-gnome > a:active,
.parent-nav > li.-gnome > a:focus {
  color: #fb5959;
  border: 1px solid #fb5959;
}

.parent-nav > li.-gnome.-hover > a, .parent-nav > li.-gnome.-current > a {
  color: #fb5959;
  border: 1px solid #fb5959;
}

.parent-nav > li.-topics > a:hover,
.parent-nav > li.-topics > a:active,
.parent-nav > li.-topics > a:focus {
  color: #90c31f;
  border: 1px solid #90c31f;
}

.parent-nav > li.-topics.-hover > a, .parent-nav > li.-topics.-current > a {
  color: #90c31f;
  border: 1px solid #90c31f;
}

.parent-nav > li > a::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .parent-nav > li > a::before {
    -ms-transform: none;
        transform: none;
  }
}

.parent-nav > li.-attraction > a::before {
  background-image: url(../img/sprite.png);
  background-position: -588px -388px;
  width: 32px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parent-nav > li.-attraction > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parent-nav > li.-event > a::before {
  background-image: url(../img/sprite.png);
  background-position: -547px -511px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parent-nav > li.-event > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parent-nav > li.-food > a::before {
  background-image: url(../img/sprite.png);
  background-position: -723px -397px;
  width: 23px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parent-nav > li.-food > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parent-nav > li.-animal > a::before {
  background-image: url(../img/sprite.png);
  background-position: -712px -495px;
  width: 35px;
  height: 39px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parent-nav > li.-animal > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parent-nav > li.-movie > a::before {
  background-image: url(../img/sprite.png);
  background-position: -519px -606px;
  width: 31px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parent-nav > li.-movie > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parent-nav > li > a::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: -1px;
  z-index: 10;
}

.parent-nav > li.-attraction > a::after {
  background-color: #ff6f42;
}

.parent-nav > li.-event > a::after {
  background-color: #25b7c0;
}

.parent-nav > li.-food > a::after {
  background-color: #ffb400;
}

.parent-nav > li.-shop > a::after {
  background-color: #ffb400;
}

.parent-nav > li.-animal > a::after {
  background-color: #35c99d;
}

.parent-nav > li.-plant > a::after {
  background-color: #35c99d;
}

.parent-nav > li.-movie > a::after {
  background-color: #fa749a;
}

.parent-nav > li.-gnome > a::after {
  background-color: #fb5959;
}

.parent-nav > li.-topics > a::after {
  background-color: #90c31f;
}

.parent-nav > li > a > span {
  display: inline-block;
}

.parent-nav > li > .drop-down {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: absolute;
  width: 100%;
  width: calc(100% - 2px);
  background-color: #fff;
  left: 1px;
  top: 60px;
  z-index: 5;
  text-align: left;
  padding: 35px 20px 20px;
}

.parent-nav > li > .drop-down > .category {
  margin: 0 0 10px;
  font-size: 112.5%;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 2px dotted transparent;
  padding: 0 0 8px;
}

.parent-nav > li > .drop-down > .category::before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  margin-right: 5px;
  color: #fde120;
}

.parent-nav > li > .drop-down > .category > a {
  text-decoration: none;
}

.parent-nav > li > .drop-down > .category > a:hover, .parent-nav > li > .drop-down > .category > a:active, .parent-nav > li > .drop-down > .category > a:focus {
  text-decoration: underline;
}

.parent-nav > li > .drop-down > .link {
  font-size: 87.5%;
  font-size: 1.4rem;
  margin: 0 0 25px;
  width: auto;
  height: auto;
}

.parent-nav > li > .drop-down > .link:last-of-type {
  margin-bottom: 5px;
}

.parent-nav > li > .drop-down > .link > li {
  float: left;
  margin-right: 25px;
}

.parent-nav > li > .drop-down > .link > li > a {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 13px;
  border-radius: 5px;
}

.parent-nav > li > .drop-down > .link > li > a::after {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  margin-left: 13px;
  color: #fde120;
}

.parent-nav > li.-attraction > .drop-down > .category {
  border-color: #ff6f42;
}

.parent-nav > li.-attraction > .drop-down > .category::before {
  color: #ff6f42;
}

.parent-nav > li.-attraction > .drop-down > .link > li > a:hover, .parent-nav > li.-attraction > .drop-down > .link > li > a:active, .parent-nav > li.-attraction > .drop-down > .link > li > a:focus {
  color: #ff6f42;
}

.parent-nav > li.-attraction > .drop-down > .link > li > a::after {
  color: #ff6f42;
}

.parent-nav > li.-event > .drop-down > .category {
  border-color: #25b7c0;
}

.parent-nav > li.-event > .drop-down > .category::before {
  color: #25b7c0;
}

.parent-nav > li.-event > .drop-down > .link > li > a:hover, .parent-nav > li.-event > .drop-down > .link > li > a:active, .parent-nav > li.-event > .drop-down > .link > li > a:focus {
  color: #25b7c0;
}

.parent-nav > li.-event > .drop-down > .link > li > a::after {
  color: #25b7c0;
}

.parent-nav > li.-food > .drop-down > .category {
  border-color: #ffb400;
}

.parent-nav > li.-food > .drop-down > .category::before {
  color: #ffb400;
}

.parent-nav > li.-food > .drop-down > .link > li > a:hover, .parent-nav > li.-food > .drop-down > .link > li > a:active, .parent-nav > li.-food > .drop-down > .link > li > a:focus {
  color: #ffb400;
}

.parent-nav > li.-food > .drop-down > .link > li > a::after {
  color: #ffb400;
}

.parent-nav > li.-shop > .drop-down > .category {
  border-color: #ffb400;
}

.parent-nav > li.-shop > .drop-down > .category::before {
  color: #ffb400;
}

.parent-nav > li.-shop > .drop-down > .link > li > a:hover, .parent-nav > li.-shop > .drop-down > .link > li > a:active, .parent-nav > li.-shop > .drop-down > .link > li > a:focus {
  color: #ffb400;
}

.parent-nav > li.-shop > .drop-down > .link > li > a::after {
  color: #ffb400;
}

.parent-nav > li.-animal > .drop-down > .category {
  border-color: #35c99d;
}

.parent-nav > li.-animal > .drop-down > .category::before {
  color: #35c99d;
}

.parent-nav > li.-animal > .drop-down > .link > li > a:hover, .parent-nav > li.-animal > .drop-down > .link > li > a:active, .parent-nav > li.-animal > .drop-down > .link > li > a:focus {
  color: #35c99d;
}

.parent-nav > li.-animal > .drop-down > .link > li > a::after {
  color: #35c99d;
}

.parent-nav > li.-plant > .drop-down > .category {
  border-color: #35c99d;
}

.parent-nav > li.-plant > .drop-down > .category::before {
  color: #35c99d;
}

.parent-nav > li.-plant > .drop-down > .link > li > a:hover, .parent-nav > li.-plant > .drop-down > .link > li > a:active, .parent-nav > li.-plant > .drop-down > .link > li > a:focus {
  color: #35c99d;
}

.parent-nav > li.-plant > .drop-down > .link > li > a::after {
  color: #35c99d;
}

.parent-nav > li.-movie > .drop-down > .category {
  border-color: #fa749a;
}

.parent-nav > li.-movie > .drop-down > .category::before {
  color: #fa749a;
}

.parent-nav > li.-movie > .drop-down > .link > li > a:hover, .parent-nav > li.-movie > .drop-down > .link > li > a:active, .parent-nav > li.-movie > .drop-down > .link > li > a:focus {
  color: #fa749a;
}

.parent-nav > li.-movie > .drop-down > .link > li > a::after {
  color: #fa749a;
}

.parent-nav > li.-gnome > .drop-down > .category {
  border-color: #fb5959;
}

.parent-nav > li.-gnome > .drop-down > .category::before {
  color: #fb5959;
}

.parent-nav > li.-gnome > .drop-down > .link > li > a:hover, .parent-nav > li.-gnome > .drop-down > .link > li > a:active, .parent-nav > li.-gnome > .drop-down > .link > li > a:focus {
  color: #fb5959;
}

.parent-nav > li.-gnome > .drop-down > .link > li > a::after {
  color: #fb5959;
}

.parent-nav > li.-topics > .drop-down > .category {
  border-color: #90c31f;
}

.parent-nav > li.-topics > .drop-down > .category::before {
  color: #90c31f;
}

.parent-nav > li.-topics > .drop-down > .link > li > a:hover, .parent-nav > li.-topics > .drop-down > .link > li > a:active, .parent-nav > li.-topics > .drop-down > .link > li > a:focus {
  color: #90c31f;
}

.parent-nav > li.-topics > .drop-down > .link > li > a::after {
  color: #90c31f;
}

.parent-nav > li.-hover > .drop-down {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #main {
    padding-top: 60px;
  }
}

.-noresponsive .-special #main img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.-noresponsive .-special #main .imgcover {
  display: block;
  position: relative;
}

.-noresponsive .-special #main .imgcover::before {
  display: block;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#footer {
  padding: 0 0 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #footer {
    padding: 0 0 55px;
  }
}

#footer-top {
  padding: 25px 0 130px;
  border-top: 1px solid #d2d2d2;
  background: url("../img/footer/footer-top_bg_park.png") 50% 100% no-repeat, url("../img/footer/footer-top_bg.gif") 0 0 repeat;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #footer-top {
    padding: 30px 0 65px;
    background-size: auto 150px, 11px auto;
  }
}

#footer-top > .inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #footer-top > .inner {
    padding: 0 30px;
  }
}

#footer-bottom {
  position: relative;
  padding: 30px 0 0;
  border-top: 1px solid #42b8ef;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #footer-bottom {
    padding: 20px 20px 0;
  }
}

#footer-bottom > .inner {
  max-width: 940px;
  margin: 0 auto;
}

.fttop-info > .list > li {
  float: left;
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .fttop-info > .list > li {
    width: calc((100% - 25px * 1) / 2);
    margin-right: 25px;
    margin-bottom: 15px;
  }
}

.fttop-info > .list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .fttop-info > .list > li:nth-child(2n+2) {
    margin-right: 0;
  }
}

.fttop-info > .list > li > a {
  display: block;
  background: #fff;
  border: 1px solid #d2d2d2;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 85px 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .fttop-info > .list > li > a {
    font-size: 87.5%;
    font-size: 1.4rem;
    padding: 65px 0 15px;
  }
}

.fttop-info > .list > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .fttop-info > .list > li > a::before {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    top: 16px;
  }
}

.fttop-info > .list > li > a.-price::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -495px;
  width: 38px;
  height: 45px;
  margin-left: -19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fttop-info > .list > li > a.-price::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.fttop-info > .list > li > a.-calendar::before {
  background-image: url(../img/sprite.png);
  background-position: -703px -101px;
  width: 44px;
  height: 44px;
  margin-left: -22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fttop-info > .list > li > a.-calendar::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.fttop-info > .list > li > a.-access::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -545px;
  width: 35px;
  height: 47px;
  margin-left: -17.5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fttop-info > .list > li > a.-access::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.fttop-info > .list > li > a.-guide::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -446px;
  width: 43px;
  height: 44px;
  margin-left: -21.5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fttop-info > .list > li > a.-guide::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.fttop-info > .list > li > a::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #d2d2d2;
  position: absolute;
  bottom: -18px;
  right: -18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fttop-info > .list > li > a:hover, .fttop-info > .list > li > a:active, .fttop-info > .list > li > a:focus {
  color: #42b8ef;
  border-color: #42b8ef;
}

.fttop-info > .list > li > a:hover::after, .fttop-info > .list > li > a:active::after, .fttop-info > .list > li > a:focus::after {
  background-color: #42b8ef;
}

#drawer .fttop-info > .list > li {
  width: calc((100% - 6px * 2) / 3);
  margin-right: 6px;
  margin-bottom: 15px;
}

#drawer .fttop-info > .list > li:last-child {
  margin-right: 0;
}

#drawer .fttop-info > .list > li > a {
  font-size: 1.1rem;
}

.fttop-sitemap {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .fttop-sitemap {
    display: none;
  }
}

.fttop-sitemap > .grid {
  float: left;
  width: calc((100% - 60px)/ 4);
  margin-right: 20px;
}

.fttop-sitemap > .grid:last-of-type {
  margin-right: 0;
}

.fttop-sitemap > .grid > ul > li {
  margin: 0 0 20px;
}

.fttop-sitemap > .grid > ul > li > a,
.fttop-sitemap > .grid > ul > li > .alta {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 3px solid #359dc9;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 7px 2px 12px;
  position: relative;
}

.fttop-sitemap > .grid > ul > li > a::after,
.fttop-sitemap > .grid > ul > li > .alta::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 150%;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #434343;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fttop-sitemap > .grid > ul > li.-attraction > a {
  border-left-color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-attraction > a:hover, .fttop-sitemap > .grid > ul > li.-attraction > a:active, .fttop-sitemap > .grid > ul > li.-attraction > a:focus {
  color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-attraction > a:hover::after, .fttop-sitemap > .grid > ul > li.-attraction > a:active::after, .fttop-sitemap > .grid > ul > li.-attraction > a:focus::after {
  color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-attraction > .alta {
  border-left-color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-event > a {
  border-left-color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-event > a:hover, .fttop-sitemap > .grid > ul > li.-event > a:active, .fttop-sitemap > .grid > ul > li.-event > a:focus {
  color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-event > a:hover::after, .fttop-sitemap > .grid > ul > li.-event > a:active::after, .fttop-sitemap > .grid > ul > li.-event > a:focus::after {
  color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-event > .alta {
  border-left-color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-food > a {
  border-left-color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-food > a:hover, .fttop-sitemap > .grid > ul > li.-food > a:active, .fttop-sitemap > .grid > ul > li.-food > a:focus {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-food > a:hover::after, .fttop-sitemap > .grid > ul > li.-food > a:active::after, .fttop-sitemap > .grid > ul > li.-food > a:focus::after {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-food > .alta {
  border-left-color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > a {
  border-left-color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > a:hover, .fttop-sitemap > .grid > ul > li.-shop > a:active, .fttop-sitemap > .grid > ul > li.-shop > a:focus {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > a:hover::after, .fttop-sitemap > .grid > ul > li.-shop > a:active::after, .fttop-sitemap > .grid > ul > li.-shop > a:focus::after {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > .alta {
  border-left-color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-animal > a {
  border-left-color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-animal > a:hover, .fttop-sitemap > .grid > ul > li.-animal > a:active, .fttop-sitemap > .grid > ul > li.-animal > a:focus {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-animal > a:hover::after, .fttop-sitemap > .grid > ul > li.-animal > a:active::after, .fttop-sitemap > .grid > ul > li.-animal > a:focus::after {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-animal > .alta {
  border-left-color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > a {
  border-left-color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > a:hover, .fttop-sitemap > .grid > ul > li.-plant > a:active, .fttop-sitemap > .grid > ul > li.-plant > a:focus {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > a:hover::after, .fttop-sitemap > .grid > ul > li.-plant > a:active::after, .fttop-sitemap > .grid > ul > li.-plant > a:focus::after {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > .alta {
  border-left-color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-movie > a {
  border-left-color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-movie > a:hover, .fttop-sitemap > .grid > ul > li.-movie > a:active, .fttop-sitemap > .grid > ul > li.-movie > a:focus {
  color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-movie > a:hover::after, .fttop-sitemap > .grid > ul > li.-movie > a:active::after, .fttop-sitemap > .grid > ul > li.-movie > a:focus::after {
  color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-movie > .alta {
  border-left-color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-gnome > a {
  border-left-color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-gnome > a:hover, .fttop-sitemap > .grid > ul > li.-gnome > a:active, .fttop-sitemap > .grid > ul > li.-gnome > a:focus {
  color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-gnome > a:hover::after, .fttop-sitemap > .grid > ul > li.-gnome > a:active::after, .fttop-sitemap > .grid > ul > li.-gnome > a:focus::after {
  color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-gnome > .alta {
  border-left-color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-topics > a {
  border-left-color: #90c31f;
}

.fttop-sitemap > .grid > ul > li.-topics > a:hover, .fttop-sitemap > .grid > ul > li.-topics > a:active, .fttop-sitemap > .grid > ul > li.-topics > a:focus {
  color: #90c31f;
}

.fttop-sitemap > .grid > ul > li.-topics > a:hover::after, .fttop-sitemap > .grid > ul > li.-topics > a:active::after, .fttop-sitemap > .grid > ul > li.-topics > a:focus::after {
  color: #90c31f;
}

.fttop-sitemap > .grid > ul > li.-topics > .alta {
  border-left-color: #90c31f;
}

.fttop-sitemap > .grid > ul > li > a > span,
.fttop-sitemap > .grid > ul > li > .alta > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.fttop-sitemap > .grid > ul > li > a:hover, .fttop-sitemap > .grid > ul > li > a:active, .fttop-sitemap > .grid > ul > li > a:focus {
  color: #359dc9;
}

.fttop-sitemap > .grid > ul > li > a:hover::after, .fttop-sitemap > .grid > ul > li > a:active::after, .fttop-sitemap > .grid > ul > li > a:focus::after {
  color: #359dc9;
}

.fttop-sitemap > .grid > ul > li > .alta {
  padding: 5px 7px 4px 12px;
}

.fttop-sitemap > .grid > ul > li > .alta::after {
  display: none;
}

.fttop-sitemap > .grid > ul > li > ul {
  font-size: 87.5%;
  font-size: 1.4rem;
  margin: 7px 12px 20px;
}

.fttop-sitemap > .grid > ul > li > ul > li {
  margin: 0 0 5px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}

.fttop-sitemap > .grid > ul > li > ul > li::before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  color: #359dc9;
}

.fttop-sitemap > .grid > ul > li.-attraction > ul > li::before {
  color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-event > ul > li::before {
  color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-food > ul > li::before {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > ul > li::before {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-animal > ul > li::before {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > ul > li::before {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-movie > ul > li::before {
  color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-gnome > ul > li::before {
  color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-topics > ul > li::before {
  color: #90c31f;
}

.fttop-sitemap > .grid > ul > li > .category {
  font-size: 100%;
  font-size: 1.6rem;
  margin: 5px 12px 5px;
  padding: 0 0 2px;
  border-bottom: 2px dotted #535353;
  font-weight: bold;
}

.fttop-sitemap > .grid > ul > li > .category::before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  margin-right: 3px;
}

.fttop-sitemap > .grid > ul > li.-attraction > .category::before {
  color: #ff6f42;
}

.fttop-sitemap > .grid > ul > li.-event > .category::before {
  color: #25b7c0;
}

.fttop-sitemap > .grid > ul > li.-food > .category::before {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-shop > .category::before {
  color: #ffb400;
}

.fttop-sitemap > .grid > ul > li.-animal > .category::before {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-plant > .category::before {
  color: #35c99d;
}

.fttop-sitemap > .grid > ul > li.-movie > .category::before {
  color: #fa749a;
}

.fttop-sitemap > .grid > ul > li.-gnome > .category::before {
  color: #fb5959;
}

.fttop-sitemap > .grid > ul > li.-topics > .category::before {
  color: #90c31f;
}

.ftbtm-sns {
  float: left;
  display: block;
  border: 1px solid #42b8ef;
  overflow: hidden;
  margin-right: 20px;
  padding: 9px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-sns {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
}

.ftbtm-sns > .hdg {
  display: table-cell;
  vertical-align: middle;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 25px 0 16px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-sns > .hdg {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    background: #f0f9fe;
    margin: 0;
  }
}

.ftbtm-sns > ul {
  display: table-cell;
  vertical-align: middle;
  height: 24px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-sns > ul {
    display: table;
    height: auto;
    margin: 10px auto;
  }
}

.ftbtm-sns > ul > li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #d2d2d2;
  padding: 6px 18px;
  line-height: 1.2;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-sns > ul > li {
    padding: 6px 13px;
  }
  html:not(.-noresponsive) .ftbtm-sns > ul > li:first-child {
    border-left: 0;
  }
}

.ftbtm-sns > ul > li a {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ftbtm-sns > ul > li a:hover, .ftbtm-sns > ul > li a:active, .ftbtm-sns > ul > li a:focus {
  opacity: 0.8;
}

.ftbtm-sns > ul > li img {
  width: auto;
}

.ftbtm-sns > ul > li img.twitter {
  height: 25px;
}

.ftbtm-sns > ul > li img.facebook {
  height: 25px;
}

.ftbtm-sns > ul > li img.instagram {
  height: 27px;
}

.ftbtm-sns > ul > li img.youtube {
  height: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-sns > ul > li img.twitter {
    height: 28px;
  }
  html:not(.-noresponsive) .ftbtm-sns > ul > li img.facebook {
    height: 28px;
  }
  html:not(.-noresponsive) .ftbtm-sns > ul > li img.instagram {
    height: 30px;
  }
  html:not(.-noresponsive) .ftbtm-sns > ul > li img.youtube {
    height: 28px;
  }
}

.ftbtm-mailmagazine {
  float: right;
  display: table;
  position: relative;
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-mailmagazine {
    float: left;
    width: 50%;
    display: block;
    margin: 10px 0;
  }
}

.ftbtm-mailmagazine a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  font-size: 87.5%;
  font-size: 1.4rem;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-mailmagazine a {
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    padding: 2px 8px 8px;
    font-size: 75%;
    font-size: 1.2rem;
  }
}

.ftbtm-mailmagazine a:hover, .ftbtm-mailmagazine a:active, .ftbtm-mailmagazine a:focus {
  color: #42b8ef;
}

.ftbtm-mailmagazine a::before {
  font-family: 'FontAwesome';
  content: "";
  font-size: 142.85714%;
  font-size: 2rem;
  margin-right: 7px;
  color: #42b8ef;
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-mailmagazine a::before {
    position: relative;
    left: 0;
    top: 4px;
  }
}

.ftbtm-logo {
  float: right;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-logo {
    float: right;
    width: 44%;
    margin: 3px 0;
    text-align: center;
  }
}

.ftbtm-logo a:hover, .ftbtm-logo a:active, .ftbtm-logo a:focus {
  opacity: 0.8;
}

.ftbtm-logo img {
  width: 140px;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-logo img {
    max-width: 100%;
  }
}

.ftbtm-link {
  margin: 15px 0 10px;
  font-size: 75%;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-link {
    font-size: 68.75%;
    font-size: 1.1rem;
    text-align: left;
  }
}

.ftbtm-link li {
  position: relative;
  display: inline-block;
  margin: 0 10px 5px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-link li {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 5px;
  }
  html:not(.-noresponsive) .ftbtm-link li:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  html:not(.-noresponsive) .ftbtm-link li:nth-child(2n+2) {
    float: right;
  }
}

.ftbtm-link li::after {
  font-family: 'FontAwesome';
  content: "\f054";
  display: inline-block;
  color: #42b8ef;
  margin-left: 6px;
}

.ftbtm-link li:last-child {
  margin-right: 0;
}

.ftbtm-link a {
  color: #666;
}

.ftbtm-copyright {
  font-size: 68.75%;
  font-size: 1.1rem;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-copyright {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 62.5%;
    font-size: 1rem;
  }
}

.ftbtm-copyright > span {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .ftbtm-copyright > span {
    display: block;
    margin: 0;
  }
}

.ftbtm-copyright > span.en {
  font-family: 'Arial', 'Verdana', sans-serif;
}

#drawer {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 50000;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  will-change: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #drawer {
    opacity: 1;
    visibility: visible;
  }
}

.-draweropen #drawer {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
}

#drawer > .language {
  margin: 0 -10px 15px;
  padding: 10px;
  background-color: #f0f9fe;
  line-height: 1.2;
  position: relative;
  z-index: 30;
}

#drawer > .language > .label {
  margin: 0;
  display: block;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 87.5%;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: normal;
  box-sizing: border-box;
  width: 160px;
  float: right;
  padding: 12px 15px;
  position: relative;
}

#drawer > .language > .label::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 142.85714%;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#drawer > .language > .link {
  display: none;
  box-sizing: border-box;
  width: 160px;
  position: absolute;
  right: 10px;
  text-align: left;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 87.5%;
  font-size: 1.4rem;
  overflow: hidden;
}

#drawer > .language > .link > li {
  border-bottom: 1px solid #d2d2d2;
}

#drawer > .language > .link > li:last-child {
  border-bottom: none;
}

#drawer > .language > .link > li > a {
  display: block;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  padding: 9px 10px;
}

#drawer > .language > .link > li > a::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  margin-right: 5px;
  color: #42b8ef;
}

#drawer > .language > .link > li > a:hover, #drawer > .language > .link > li > a:active, #drawer > .language > .link > li > a:focus {
  background-color: #ffffc2;
}

#drawer > .language.-active > .label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#drawer > .language.-active > .label::after {
  font-family: 'FontAwesome';
  content: "";
}

#drawer > .language.-active > .link {
  display: block;
}

#drawer > .closedrawer {
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 87.5%;
  font-size: 1.4rem;
  margin: 0 -10px;
  padding: 1em;
  cursor: pointer;
}

#drawer > .closedrawer::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  font-size: 142.85714%;
  font-size: 2rem;
  color: #42b8ef;
  margin-right: 12px;
  vertical-align: middle;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 768px) {
  .-draweropen html:not(.-noresponsive) #overlay {
    opacity: 1;
    visibility: visible;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("../font/VideoJS.eot?#iefix") format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-controls-disabled .vjs-poster {
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.picker, .picker__holder {
  width: 100%;
  position: absolute;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
  -webkit-transition: opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
  transition: opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
  transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;
  transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s,-webkit-transform .15s ease-out;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
  -webkit-transition: opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
  transition: opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
  transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;
  transition: transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s,-webkit-transform .15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

.picker__footer, .picker__header, .picker__table {
  text-align: center;
}

.picker__day--highlighted, .picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec;
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  position: relative;
  margin-top: .75em;
}

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month, .picker__select--year {
    margin-top: -.5em;
  }
  .picker__nav--next, .picker__nav--prev {
    top: -.33em;
  }
  .picker__nav--prev {
    padding-right: 1.5em;
  }
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  color: #000;
  cursor: pointer;
  background: #b1dcfb;
}

.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.accordion-panel {
  margin: 0 0 3px;
}

.accordion-panel > .hdg {
  margin: 0;
  background-color: #ecf8fd;
  border-bottom: 1px solid #42b8ef;
  padding: 10px 30px 8px 13px;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .accordion-panel > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.accordion-panel > .hdg::after {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
}

.accordion-panel > .body {
  padding: 8px 20px;
}

.accordion-panel.-close > .hdg {
  border-bottom: none;
}

.accordion-panel.-close > .hdg::after {
  font-family: 'FontAwesome';
  content: "";
}

.accordion-panel.-faq > .hdg {
  padding-left: 2.7em;
}

.accordion-panel.-faq > .hdg::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 13px;
  content: 'Q：';
  color: #42b8ef;
}

.accordion-panel.-faq > .body::before {
  display: block;
  content: 'A：';
  color: #42b8ef;
  font-weight: bold;
}

html[lang="en"] .accordion-panel.-access > .hdg,
html[lang="zh-cn"] .accordion-panel.-access > .hdg,
html[lang="zh-tw"] .accordion-panel.-access > .hdg,
html[lang="ko"] .accordion-panel.-access > .hdg {
  border-bottom-color: #fa749a;
  background-color: #fff3f6;
}

.attention-linear {
  margin: 25px 0;
  border: 3px solid #42b8ef;
  border-radius: 8px;
  box-shadow: 0 0 0 3px white;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-linear {
    border-width: 2px;
  }
}

.attention-linear > .hdg {
  display: table-cell;
  vertical-align: middle;
  background-color: #42b8ef;
  color: #fff;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  padding: 15px 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-linear > .hdg {
    display: block;
    margin: 0;
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.attention-linear > .hdg > .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.attention-linear > .hdg > .icon::before {
  content: '';
  display: block;
  position: relative;
}

.attention-linear > .hdg > .icon.-foodallergy::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -101px;
  width: 71px;
  height: 73px;
  top: -2px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .attention-linear > .hdg > .icon.-foodallergy::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.attention-linear > .hdg > span {
  display: table-cell;
  vertical-align: middle;
}

.attention-linear > .body {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-linear > .body {
    display: block;
    padding: 10px 15px;
  }
}

.attention-linear > .body > p:not([class]) {
  margin: 0;
  font-size: 81.25%;
  font-size: 1.3rem;
}

.attention-panel {
  margin: 2.5em 0 0;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  background-color: #fff;
}

.detail-cards .attention-panel {
  margin-top: 0;
}

.attention-panel > .hdg {
  margin: 5px 0 15px;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.3;
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-panel > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.attention-panel > .hdg::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #42b8ef;
  font-size: 130%;
  font-size: 2.6rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #ff6f42;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-panel > .hdg::before {
    font-size: 128.57143%;
    font-size: 1.8rem;
    top: 1px;
  }
}

.attention-panel > .hdg > .enlabel {
  display: inline-block;
  font-size: 70%;
  font-size: 1.4rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .attention-panel > .hdg > .enlabel {
    font-size: 78.57143%;
    font-size: 1.1rem;
  }
}

.attention-panel > .body > ul:not([class]) > li::before {
  color: #ff6f42 !important;
}

.attention-panel > .body > ul:not([class]) > li > a {
  color: #339dd1;
}

.board-cont {
  border: 1px solid #42b8ef;
}

.board-cont > .head {
  background-color: #42b8ef;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head {
    display: block;
    width: auto;
    padding: 10px 0;
    text-align: left;
  }
}

.board-cont > .head > .time {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 9px 10px 11px 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head > .time {
    display: block;
    width: auto;
    padding: 0 0 10px;
  }
}

.board-cont > .head > .time > .hdg {
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 162.5%;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head > .time > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
    text-align: center;
  }
}

.board-cont > .head > .time > .hdg > em {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 3px;
  font-size: 130.76923%;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head > .time > .hdg > em {
    font-size: 128.57143%;
    font-size: 1.8rem;
  }
}

.board-cont > .head > .datepicker {
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  padding: 0 25px 0 40px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head > .datepicker {
    display: block;
    width: auto;
    padding: 0 15px;
  }
}

.board-cont > .head > .datepicker > .input {
  display: none;
}

.board-cont > .head > .datepicker > .button {
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  display: block;
  padding: 3px 30px 2px;
  border: 1px solid #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .head > .datepicker > .button {
    text-align: center;
    padding: 2px 10px 1px;
    font-size: 75%;
    font-size: 1.2rem;
  }
}

.board-cont > .head > .datepicker > .button::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  margin-right: 0.5em;
  font-size: 128.57143%;
  font-size: 1.8rem;
  vertical-align: middle;
  color: #42b8ef;
  position: relative;
  top: -1px;
}

.board-cont > .head > .datepicker > .button:hover, .board-cont > .head > .datepicker > .button:active, .board-cont > .head > .datepicker > .button:focus {
  background-color: #42b8ef;
  color: #fff;
}

.board-cont > .head > .datepicker > .button:hover::before, .board-cont > .head > .datepicker > .button:active::before, .board-cont > .head > .datepicker > .button:focus::before {
  color: #fff70f;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .board-cont > .head > .datepicker .picker#pickad_root {
    width: auto;
    min-width: 300px;
  }
}

.board-cont > .body > p {
  text-align: center;
  font-size: 187.5%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .board-cont > .body > p {
    font-size: 112.5%;
    font-size: 1.8rem;
    padding: 10px 5px;
  }
}

.board-cont > .body > p.-close {
  color: #f30000;
}

.border-panel {
  border: 2px solid #dcdcdc;
  padding: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .border-panel {
    padding: 10px 15px;
  }
}

.border-panel > p:not([class]) {
  margin-bottom: 5px;
}

.button-link {
  display: block;
  text-decoration: none;
  background-color: #42b8ef;
  color: #fff;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #42b8ef;
  padding: 9px 10px 9px 15px;
}

.button-link > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .button-link > span > br {
    display: none;
  }
}

.button-link > .icon {
  display: table-cell;
  vertical-align: middle;
  color: #ffde07;
  font-style: normal;
}

.button-link > .icon::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
}

.button-link[target="_blank"] > .icon::before {
  font-family: 'FontAwesome';
  content: "";
}

.button-link:not(.-nohover):hover, .button-link:not(.-nohover):active, .button-link:not(.-nohover):focus {
  background-color: #fff;
  color: #42b8ef;
}

.button-link:not(.-nohover):hover > .icon::before, .button-link:not(.-nohover):active > .icon::before, .button-link:not(.-nohover):focus > .icon::before {
  color: #42b8ef;
}

html[lang="en"] .button-link.-attraction,
html[lang="zh-cn"] .button-link.-attraction,
html[lang="zh-tw"] .button-link.-attraction,
html[lang="ko"] .button-link.-attraction {
  background-color: #ff6f42;
  border-color: #ff6f42;
}

html[lang="en"] .button-link.-attraction:hover, html[lang="en"] .button-link.-attraction:active, html[lang="en"] .button-link.-attraction:focus,
html[lang="zh-cn"] .button-link.-attraction:hover,
html[lang="zh-cn"] .button-link.-attraction:active,
html[lang="zh-cn"] .button-link.-attraction:focus,
html[lang="zh-tw"] .button-link.-attraction:hover,
html[lang="zh-tw"] .button-link.-attraction:active,
html[lang="zh-tw"] .button-link.-attraction:focus,
html[lang="ko"] .button-link.-attraction:hover,
html[lang="ko"] .button-link.-attraction:active,
html[lang="ko"] .button-link.-attraction:focus {
  background-color: #fff;
  color: #ff6f42;
}

html[lang="en"] .button-link.-attraction:hover > .icon::before, html[lang="en"] .button-link.-attraction:active > .icon::before, html[lang="en"] .button-link.-attraction:focus > .icon::before,
html[lang="zh-cn"] .button-link.-attraction:hover > .icon::before,
html[lang="zh-cn"] .button-link.-attraction:active > .icon::before,
html[lang="zh-cn"] .button-link.-attraction:focus > .icon::before,
html[lang="zh-tw"] .button-link.-attraction:hover > .icon::before,
html[lang="zh-tw"] .button-link.-attraction:active > .icon::before,
html[lang="zh-tw"] .button-link.-attraction:focus > .icon::before,
html[lang="ko"] .button-link.-attraction:hover > .icon::before,
html[lang="ko"] .button-link.-attraction:active > .icon::before,
html[lang="ko"] .button-link.-attraction:focus > .icon::before {
  color: #ff6f42;
}

html[lang="en"] .button-link.-map,
html[lang="zh-cn"] .button-link.-map,
html[lang="zh-tw"] .button-link.-map,
html[lang="ko"] .button-link.-map {
  background-color: #25b7c0;
  border-color: #25b7c0;
}

html[lang="en"] .button-link.-map:hover, html[lang="en"] .button-link.-map:active, html[lang="en"] .button-link.-map:focus,
html[lang="zh-cn"] .button-link.-map:hover,
html[lang="zh-cn"] .button-link.-map:active,
html[lang="zh-cn"] .button-link.-map:focus,
html[lang="zh-tw"] .button-link.-map:hover,
html[lang="zh-tw"] .button-link.-map:active,
html[lang="zh-tw"] .button-link.-map:focus,
html[lang="ko"] .button-link.-map:hover,
html[lang="ko"] .button-link.-map:active,
html[lang="ko"] .button-link.-map:focus {
  background-color: #fff;
  color: #25b7c0;
}

html[lang="en"] .button-link.-map:hover > .icon::before, html[lang="en"] .button-link.-map:active > .icon::before, html[lang="en"] .button-link.-map:focus > .icon::before,
html[lang="zh-cn"] .button-link.-map:hover > .icon::before,
html[lang="zh-cn"] .button-link.-map:active > .icon::before,
html[lang="zh-cn"] .button-link.-map:focus > .icon::before,
html[lang="zh-tw"] .button-link.-map:hover > .icon::before,
html[lang="zh-tw"] .button-link.-map:active > .icon::before,
html[lang="zh-tw"] .button-link.-map:focus > .icon::before,
html[lang="ko"] .button-link.-map:hover > .icon::before,
html[lang="ko"] .button-link.-map:active > .icon::before,
html[lang="ko"] .button-link.-map:focus > .icon::before {
  color: #25b7c0;
}

html[lang="en"] .button-link.-ticket,
html[lang="zh-cn"] .button-link.-ticket,
html[lang="zh-tw"] .button-link.-ticket,
html[lang="ko"] .button-link.-ticket {
  background-color: #ffb400;
  border-color: #ffb400;
}

html[lang="en"] .button-link.-ticket:hover, html[lang="en"] .button-link.-ticket:active, html[lang="en"] .button-link.-ticket:focus,
html[lang="zh-cn"] .button-link.-ticket:hover,
html[lang="zh-cn"] .button-link.-ticket:active,
html[lang="zh-cn"] .button-link.-ticket:focus,
html[lang="zh-tw"] .button-link.-ticket:hover,
html[lang="zh-tw"] .button-link.-ticket:active,
html[lang="zh-tw"] .button-link.-ticket:focus,
html[lang="ko"] .button-link.-ticket:hover,
html[lang="ko"] .button-link.-ticket:active,
html[lang="ko"] .button-link.-ticket:focus {
  background-color: #fff;
  color: #ffb400;
}

html[lang="en"] .button-link.-ticket:hover > .icon::before, html[lang="en"] .button-link.-ticket:active > .icon::before, html[lang="en"] .button-link.-ticket:focus > .icon::before,
html[lang="zh-cn"] .button-link.-ticket:hover > .icon::before,
html[lang="zh-cn"] .button-link.-ticket:active > .icon::before,
html[lang="zh-cn"] .button-link.-ticket:focus > .icon::before,
html[lang="zh-tw"] .button-link.-ticket:hover > .icon::before,
html[lang="zh-tw"] .button-link.-ticket:active > .icon::before,
html[lang="zh-tw"] .button-link.-ticket:focus > .icon::before,
html[lang="ko"] .button-link.-ticket:hover > .icon::before,
html[lang="ko"] .button-link.-ticket:active > .icon::before,
html[lang="ko"] .button-link.-ticket:focus > .icon::before {
  color: #ffb400;
}

html[lang="en"] .button-link.-schedule,
html[lang="zh-cn"] .button-link.-schedule,
html[lang="zh-tw"] .button-link.-schedule,
html[lang="ko"] .button-link.-schedule {
  background-color: #35c99d;
  border-color: #35c99d;
}

html[lang="en"] .button-link.-schedule:hover, html[lang="en"] .button-link.-schedule:active, html[lang="en"] .button-link.-schedule:focus,
html[lang="zh-cn"] .button-link.-schedule:hover,
html[lang="zh-cn"] .button-link.-schedule:active,
html[lang="zh-cn"] .button-link.-schedule:focus,
html[lang="zh-tw"] .button-link.-schedule:hover,
html[lang="zh-tw"] .button-link.-schedule:active,
html[lang="zh-tw"] .button-link.-schedule:focus,
html[lang="ko"] .button-link.-schedule:hover,
html[lang="ko"] .button-link.-schedule:active,
html[lang="ko"] .button-link.-schedule:focus {
  background-color: #fff;
  color: #35c99d;
}

html[lang="en"] .button-link.-schedule:hover > .icon::before, html[lang="en"] .button-link.-schedule:active > .icon::before, html[lang="en"] .button-link.-schedule:focus > .icon::before,
html[lang="zh-cn"] .button-link.-schedule:hover > .icon::before,
html[lang="zh-cn"] .button-link.-schedule:active > .icon::before,
html[lang="zh-cn"] .button-link.-schedule:focus > .icon::before,
html[lang="zh-tw"] .button-link.-schedule:hover > .icon::before,
html[lang="zh-tw"] .button-link.-schedule:active > .icon::before,
html[lang="zh-tw"] .button-link.-schedule:focus > .icon::before,
html[lang="ko"] .button-link.-schedule:hover > .icon::before,
html[lang="ko"] .button-link.-schedule:active > .icon::before,
html[lang="ko"] .button-link.-schedule:focus > .icon::before {
  color: #35c99d;
}

html[lang="en"] .button-link.-access,
html[lang="zh-cn"] .button-link.-access,
html[lang="zh-tw"] .button-link.-access,
html[lang="ko"] .button-link.-access {
  background-color: #fa749a;
  border-color: #fa749a;
}

html[lang="en"] .button-link.-access:hover, html[lang="en"] .button-link.-access:active, html[lang="en"] .button-link.-access:focus,
html[lang="zh-cn"] .button-link.-access:hover,
html[lang="zh-cn"] .button-link.-access:active,
html[lang="zh-cn"] .button-link.-access:focus,
html[lang="zh-tw"] .button-link.-access:hover,
html[lang="zh-tw"] .button-link.-access:active,
html[lang="zh-tw"] .button-link.-access:focus,
html[lang="ko"] .button-link.-access:hover,
html[lang="ko"] .button-link.-access:active,
html[lang="ko"] .button-link.-access:focus {
  background-color: #fff;
  color: #fa749a;
}

html[lang="en"] .button-link.-access:hover > .icon::before, html[lang="en"] .button-link.-access:active > .icon::before, html[lang="en"] .button-link.-access:focus > .icon::before,
html[lang="zh-cn"] .button-link.-access:hover > .icon::before,
html[lang="zh-cn"] .button-link.-access:active > .icon::before,
html[lang="zh-cn"] .button-link.-access:focus > .icon::before,
html[lang="zh-tw"] .button-link.-access:hover > .icon::before,
html[lang="zh-tw"] .button-link.-access:active > .icon::before,
html[lang="zh-tw"] .button-link.-access:focus > .icon::before,
html[lang="ko"] .button-link.-access:hover > .icon::before,
html[lang="ko"] .button-link.-access:active > .icon::before,
html[lang="ko"] .button-link.-access:focus > .icon::before {
  color: #fa749a;
}

.button-link.no-link:not(.-nohover):hover, .button-link.no-link:not(.-nohover):active, .button-link.no-link:not(.-nohover):focus {
  background-color: #42b8ef;
  border: 1px solid #42b8ef;
  color: #fff;
  cursor: default;
}

.calendar-body {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  margin: 0 1px 15px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body {
    margin-right: -14px;
    margin-left: -14px;
  }
}

.calendar-body > .week {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}

.calendar-body > .week > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  box-sizing: border-box;
  width: calc(100% / 7);
  text-align: center;
  border-right: 1px solid #dcdcdc;
  background-color: #f0f9fe;
  font-weight: bold;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .week > li {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.calendar-body > .week > li:last-child {
  border-right: none;
}

.calendar-body > .week > li.sat {
  background-color: #63c1f0;
  color: #fff;
}

.calendar-body > .week > li.sun {
  background-color: #fb5959;
  color: #fff;
}

.calendar-body > .days {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calendar-body > .days > .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 6px) / 7);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.calendar-body > .days > .item:nth-child(7n+7) {
  border-right: 0;
}

.calendar-body > .days > .item.-closed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eee;
}

.calendar-body > .days > .item.-closed > .day::after {
  display: none;
}

.calendar-body > .days > .item.-closed > .time {
  display: block;
  font-size: 87.5%;
  font-size: 1.4rem;
  padding: 20px 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item.-closed > .time {
    font-size: 68.75%;
    font-size: 1.1rem;
    padding: 8px 2px;
  }
}

.calendar-body > .days > .item > .day {
  color: #999;
  width: 100%;
  text-align: center;
  padding: 13px 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > .day {
    font-size: 75%;
    font-size: 1.2rem;
    padding: 6px 5px;
  }
}

.calendar-body > .days > .item > .day::after {
  content: '';
  display: block;
  padding-top: 45%;
}

.calendar-body > .days > .item > .day > .hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.calendar-body > .days > .item > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.calendar-body > .days > .item > a.current {
  border: 3px solid #90c31f;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a.current {
    border-width: 2px;
  }
}

.calendar-body > .days > .item > a.current > .day {
  background-color: #90c31f;
  color: #fff;
  padding-top: 10px;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a.current > .day {
    padding-top: 4px;
  }
}

.calendar-body > .days > .item > a.current > .time {
  font-weight: bold;
}

.calendar-body > .days > .item > a::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #90c31f;
  position: absolute;
  right: -8px;
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.calendar-body > .days > .item > a:hover, .calendar-body > .days > .item > a:active, .calendar-body > .days > .item > a:focus {
  border: 3px solid #90c31f;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a:hover, html:not(.-noresponsive) .calendar-body > .days > .item > a:active, html:not(.-noresponsive) .calendar-body > .days > .item > a:focus {
    border-width: 2px;
  }
}

.calendar-body > .days > .item > a:hover > .day, .calendar-body > .days > .item > a:active > .day, .calendar-body > .days > .item > a:focus > .day {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a:hover > .day, html:not(.-noresponsive) .calendar-body > .days > .item > a:active > .day, html:not(.-noresponsive) .calendar-body > .days > .item > a:focus > .day {
    padding-top: 4px;
  }
}

.calendar-body > .days > .item > a > .day {
  display: block;
  font-weight: bold;
  padding: 13px 5px;
  background-color: #ebffb9;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a > .day {
    font-size: 75%;
    font-size: 1.2rem;
    padding: 6px 5px;
  }
}

.calendar-body > .days > .item > a > .day > .hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.calendar-body > .days > .item > a > .time {
  display: block;
  font-size: 87.5%;
  font-size: 1.4rem;
  padding: 20px 5px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-body > .days > .item > a > .time {
    font-size: 68.75%;
    font-size: 1.1rem;
    padding: 8px 2px;
  }
}

.calendar-body > .days > .item > a > .time > .holiday {
  display: block;
  font-weight: bold;
  color: #fb5959;
}

.calendar-head {
  position: relative;
  margin: 0 0 15px;
}

.calendar-head > .current {
  margin: 0;
  font-size: 187.5%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .current {
    font-size: 150%;
    font-size: 2.4rem;
  }
}

.calendar-head > .current > .en {
  display: block;
  line-height: 1.3;
  font-size: 100%;
  font-size: 1.6rem;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .current > .en {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.calendar-head > .button > li {
  position: absolute;
  top: 4px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li {
    top: 0;
  }
}

.calendar-head > .button > li > a,
.calendar-head > .button > li > span {
  border: 1px solid #d2d2d2;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  background: #eee;
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li > a, html:not(.-noresponsive)
  .calendar-head > .button > li > span {
    border: none;
    padding: 0;
    background: none;
  }
}

.calendar-head > .button > li > a:hover, .calendar-head > .button > li > a:active, .calendar-head > .button > li > a:focus,
.calendar-head > .button > li > span:hover,
.calendar-head > .button > li > span:active,
.calendar-head > .button > li > span:focus {
  border-color: #42b8ef;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li > a:hover, html:not(.-noresponsive) .calendar-head > .button > li > a:active, html:not(.-noresponsive) .calendar-head > .button > li > a:focus, html:not(.-noresponsive)
  .calendar-head > .button > li > span:hover, html:not(.-noresponsive)
  .calendar-head > .button > li > span:active, html:not(.-noresponsive)
  .calendar-head > .button > li > span:focus {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li > a > span, html:not(.-noresponsive)
  .calendar-head > .button > li > span > span {
    display: none;
  }
}

.calendar-head > .button > li > a .en,
.calendar-head > .button > li > span .en {
  display: block;
  font-size: 75%;
  font-size: 1.2rem;
}

.calendar-head > .button > li.prev {
  left: 0;
}

.calendar-head > .button > li.prev > a,
.calendar-head > .button > li.prev > span {
  padding-left: 35px;
}

.calendar-head > .button > li.prev > a::before,
.calendar-head > .button > li.prev > span::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li.prev > a::before, html:not(.-noresponsive)
  .calendar-head > .button > li.prev > span::before {
    font-size: 212.5%;
    font-size: 3.4rem;
    line-height: 1;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.calendar-head > .button > li.prev > a:hover::before, .calendar-head > .button > li.prev > a:active::before, .calendar-head > .button > li.prev > a:focus::before,
.calendar-head > .button > li.prev > span:hover::before,
.calendar-head > .button > li.prev > span:active::before,
.calendar-head > .button > li.prev > span:focus::before {
  color: #42b8ef;
}

.calendar-head > .button > li.prev > a .en,
.calendar-head > .button > li.prev > span .en {
  text-align: right;
}

.calendar-head > .button > li.next {
  right: 0;
}

.calendar-head > .button > li.next > a,
.calendar-head > .button > li.next > span {
  padding-right: 35px;
}

.calendar-head > .button > li.next > a::after,
.calendar-head > .button > li.next > span::after {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .calendar-head > .button > li.next > a::after, html:not(.-noresponsive)
  .calendar-head > .button > li.next > span::after {
    font-size: 212.5%;
    font-size: 3.4rem;
    line-height: 1;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.calendar-head > .button > li.next > a:hover::after, .calendar-head > .button > li.next > a:active::after, .calendar-head > .button > li.next > a:focus::after,
.calendar-head > .button > li.next > span:hover::after,
.calendar-head > .button > li.next > span:active::after,
.calendar-head > .button > li.next > span:focus::after {
  color: #42b8ef;
}

.calendar-head > .button > li.-disabled > a,
.calendar-head > .button > li.-disabled > span {
  color: #999;
  background-color: #fff;
  border-color: #d2d2d2;
}

.calendar-head > .button > li.-disabled > a:hover::before, .calendar-head > .button > li.-disabled > a:hover::after, .calendar-head > .button > li.-disabled > a:active::before, .calendar-head > .button > li.-disabled > a:active::after, .calendar-head > .button > li.-disabled > a:focus::before, .calendar-head > .button > li.-disabled > a:focus::after,
.calendar-head > .button > li.-disabled > span:hover::before,
.calendar-head > .button > li.-disabled > span:hover::after,
.calendar-head > .button > li.-disabled > span:active::before,
.calendar-head > .button > li.-disabled > span:active::after,
.calendar-head > .button > li.-disabled > span:focus::before,
.calendar-head > .button > li.-disabled > span:focus::after {
  color: #999;
}

.calendar-head.-attraction > .button > li.prev > a:hover::before, .calendar-head.-attraction > .button > li.prev > a:active::before, .calendar-head.-attraction > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-attraction > .button > li.next > a:hover::after, .calendar-head.-attraction > .button > li.next > a:active::after, .calendar-head.-attraction > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-event > .button > li.prev > a:hover::before, .calendar-head.-event > .button > li.prev > a:active::before, .calendar-head.-event > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-event > .button > li.next > a:hover::after, .calendar-head.-event > .button > li.next > a:active::after, .calendar-head.-event > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-food > .button > li.prev > a:hover::before, .calendar-head.-food > .button > li.prev > a:active::before, .calendar-head.-food > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-food > .button > li.next > a:hover::after, .calendar-head.-food > .button > li.next > a:active::after, .calendar-head.-food > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-shop > .button > li.prev > a:hover::before, .calendar-head.-shop > .button > li.prev > a:active::before, .calendar-head.-shop > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-shop > .button > li.next > a:hover::after, .calendar-head.-shop > .button > li.next > a:active::after, .calendar-head.-shop > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-animal > .button > li.prev > a:hover::before, .calendar-head.-animal > .button > li.prev > a:active::before, .calendar-head.-animal > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-animal > .button > li.next > a:hover::after, .calendar-head.-animal > .button > li.next > a:active::after, .calendar-head.-animal > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-plant > .button > li.prev > a:hover::before, .calendar-head.-plant > .button > li.prev > a:active::before, .calendar-head.-plant > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-plant > .button > li.next > a:hover::after, .calendar-head.-plant > .button > li.next > a:active::after, .calendar-head.-plant > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-movie > .button > li.prev > a:hover::before, .calendar-head.-movie > .button > li.prev > a:active::before, .calendar-head.-movie > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-movie > .button > li.next > a:hover::after, .calendar-head.-movie > .button > li.next > a:active::after, .calendar-head.-movie > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-gnome > .button > li.prev > a:hover::before, .calendar-head.-gnome > .button > li.prev > a:active::before, .calendar-head.-gnome > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-gnome > .button > li.next > a:hover::after, .calendar-head.-gnome > .button > li.next > a:active::after, .calendar-head.-gnome > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.calendar-head.-topics > .button > li.prev > a:hover::before, .calendar-head.-topics > .button > li.prev > a:active::before, .calendar-head.-topics > .button > li.prev > a:focus::before {
  color: #42b8ef;
}

.calendar-head.-topics > .button > li.next > a:hover::after, .calendar-head.-topics > .button > li.next > a:active::after, .calendar-head.-topics > .button > li.next > a:focus::after {
  color: #42b8ef;
}

.card.-animal > .hdg {
  border-bottom-color: #35c99d;
  position: relative;
  padding-left: 1.2em !important;
}

.card.-animal > .hdg::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #35c99d;
  vertical-align: middle;
  font-size: 175%;
  font-size: 2.8rem;
  margin-right: 0.2em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .hdg::before {
    font-size: 137.5%;
    font-size: 2.2rem;
  }
}

.card.-animal > .animalcard {
  padding: 0 42px 0 43px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.card.-animal > .animalcard.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard.-hughug {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard.-hughug > .slick-dots {
    bottom: -80px;
  }
}

.card.-animal > .animalcard .item .image {
  margin: 0 0 15px;
  text-align: center;
}

.card.-animal > .animalcard .item .image img {
  margin: 0 auto;
  max-width: 100%;
}

.card.-animal > .animalcard .item .title {
  border-bottom: 2px solid #eee;
  margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.3;
}

.card.-animal > .animalcard .item .title.-noborder {
  border-bottom: none;
}

.card.-animal > .animalcard .item .title > .name {
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard .item .title > .name {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-animal > .animalcard .item .outline {
  font-size: 93.75%;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard .item .outline {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.card.-animal > .animalcard .slick-dots {
  left: 0;
  bottom: -35px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard .slick-dots {
    bottom: -25px;
    line-height: 0.4 !important;
  }
}

.card.-animal > .animalcard .slick-dots button {
  width: auto;
  height: auto;
  padding: 0;
}

.card.-animal > .animalcard .slick-dots button::before {
  content: '';
  display: block;
  opacity: 0.6;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.card.-animal > .animalcard .slick-dots button:hover::before, .card.-animal > .animalcard .slick-dots button:active::before, .card.-animal > .animalcard .slick-dots button:focus::before {
  opacity: 1;
}

.card.-animal > .animalcard .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #35c99d;
}

.card.-animal > .animalcard .slick-prev, .card.-animal > .animalcard .slick-next {
  top: 52%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard .slick-prev, html:not(.-noresponsive) .card.-animal > .animalcard .slick-next {
    top: 50%;
  }
}

.card.-animal > .animalcard .slick-prev::before, .card.-animal > .animalcard .slick-next::before {
  color: #35c99d;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-animal > .animalcard .slick-prev::before, html:not(.-noresponsive) .card.-animal > .animalcard .slick-next::before {
    font-size: 38px;
    z-index: 30;
  }
}

.card.-animal > .animalcard .slick-prev {
  left: -10px;
}

.card.-animal > .animalcard .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.card.-animal > .animalcard .slick-next {
  right: -10px;
}

.card.-animal > .animalcard .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.card.-basicinfo > .hdg {
  border-bottom-color: #fb5959;
}

.card.-basicinfo > .hdg::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #fb5959;
  vertical-align: middle;
  font-size: 187.5%;
  font-size: 3rem;
  margin-right: 0.2em;
  line-height: 1;
  position: relative;
  top: -2px;
}

.card.-basicinfo > .linearwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

@media screen and (max-width: 450px) {
  html:not(.-noresponsive) .card.-basicinfo > .linearwrapper {
    display: block;
  }
}

.card.-basicinfo > .linearwrapper:last-of-type {
  margin-bottom: 0;
}

.card.-basicinfo > .linearwrapper > .data.-linear:last-of-type {
  margin-right: 0;
}

.card.-basicinfo .data.-linear {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 450px) {
  html:not(.-noresponsive) .card.-basicinfo .data.-linear {
    margin: 0 0 15px;
  }
}

.card.-basicinfo .data.-linear > .hdg {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #eee;
  padding: 15px 18px 13px 10px;
  color: #666;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-basicinfo .data.-linear > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
    padding-right: 14px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 450px) {
  html:not(.-noresponsive) .card.-basicinfo .data.-linear > .hdg {
    padding: 15px 20px 13px 10px;
  }
}

.card.-basicinfo .data.-linear > .hdg::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.card.-basicinfo .data.-linear > .hdg.-price::before {
  background-image: url(../img/sprite.png);
  background-position: -256px -726px;
  width: 17px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo .data.-linear > .hdg.-price::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo .data.-linear > .hdg.-ticket::before {
  background-image: url(../img/sprite.png);
  background-position: -703px -150px;
  width: 29px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo .data.-linear > .hdg.-ticket::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo .data.-linear > .hdg.-rain::before {
  background-image: url(../img/sprite.png);
  background-position: -479px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo .data.-linear > .hdg.-rain::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo .data.-linear > .hdg.-marker::before {
  background-image: url(../img/sprite.png);
  background-position: -788px -78px;
  width: 16px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo .data.-linear > .hdg.-marker::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo .data.-linear > .value {
  display: table-cell;
  vertical-align: middle;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px 15px;
}

@media screen and (max-width: 450px) {
  html:not(.-noresponsive) .card.-basicinfo .data.-linear > .value {
    width: 100%;
  }
}

.card.-basicinfo .data.-linear > .value.-boolean::before {
  display: inline-block;
  font-size: 133.33333%;
  font-size: 2.4rem;
}

.card.-basicinfo .data.-linear > .value.-boolean.-true::before {
  font-family: 'FontAwesome';
  content: "";
  color: #fb5959;
}

.card.-basicinfo .data.-linear > .value.-boolean.-false::before {
  font-family: 'FontAwesome';
  content: "";
  color: #359dc9;
}

.card.-basicinfo .data.-linear > .value.-boolean > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.card.-basicinfo > .data.-block {
  margin: 0 0 17px;
}

.card.-basicinfo > .data.-block.-use > .hdg {
  margin: 0 0 13px;
  color: #666;
  background-color: #eee;
  border: 1px solid #d2d2d2;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.6rem;
  padding: 3px 13px 1px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-basicinfo > .data.-block.-use > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-basicinfo > .data.-block.-use > .use {
  padding-left: 40px;
  position: relative;
}

.card.-basicinfo > .data.-block.-use > .use.-line {
  border-bottom: 2px dotted #d1d1d1;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.card.-basicinfo > .data.-block.-use > .use > .hdg {
  margin: 0;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.card.-basicinfo > .data.-block.-use > .use > p {
  margin: 0;
}

.card.-basicinfo > .data.-block.-use > .use::before {
  position: absolute;
  top: 3px;
  left: 2px;
  content: '';
  display: block;
}

.card.-basicinfo > .data.-block.-use > .use.-onlyone::before {
  background-image: url(../img/sprite.png);
  background-position: -54px -726px;
  width: 21px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo > .data.-block.-use > .use.-onlyone::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo > .data.-block.-use > .use.-onlyone > .hdg {
  color: #ff6f42;
}

.card.-basicinfo > .data.-block.-use > .use.-guardian::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -358px;
  width: 26px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-basicinfo > .data.-block.-use > .use.-guardian::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-basicinfo > .data.-block.-use > .use.-guardian > .hdg {
  color: #359dc9;
}

.card.-category > .hdg {
  border-bottom-color: #ffb400;
}

.card.-category > .hdg::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #ffb400;
  vertical-align: middle;
  font-size: 187.5%;
  font-size: 3rem;
  margin-right: 0.3em;
  line-height: 1;
  position: relative;
  top: -2px;
}

.card.-category > .category {
  margin: 0 0 -10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-category > .category {
    margin: 0 0 -5px;
  }
}

.card.-category > .category > li {
  float: left;
  margin: 0 15px 10px 0;
  width: calc((100% - 15px * 2) / 3.03);
  background-color: #ffe3a1;
  font-weight: bold;
  font-size: 81.25%;
  font-size: 1.3rem;
  padding: 2px 0 1px;
  text-align: center;
  box-sizing: border-box;
}

.card.-category > .category > li:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-category > .category > li {
    float: none;
    margin: 0 8px 5px 0;
    padding: 2px 15px 1px;
    width: auto;
    text-align: left;
    display: inline-block;
    font-size: 68.75%;
    font-size: 1.1rem;
  }
  html:not(.-noresponsive) .card.-category > .category > li:nth-child(3n+3) {
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-event {
    margin: 25px 0 0;
  }
}

.card.-event > .data {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-event > .data {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-event > .data > .hdg.-schedule {
  border: 1px solid #d2d2d2;
  background-color: #eee;
  padding: 6px 13px 3px;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 7px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-event > .data > .hdg.-schedule {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-event > .data > .hdg.-schedule::before {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 112.5%;
  font-size: 1.8rem;
  color: #25b7c0;
  vertical-align: middle;
  position: relative;
}

.card.-event > .data > .hdg.-schedule::before {
  font-family: 'FontAwesome';
  content: "";
  top: -1px;
}

.card.-event > .data.-schedule > p.date {
  margin: 0 4px;
  font-weight: bold;
}

.card.-event > .data.-price, .card.-event > .data.-venue, .card.-event > .data.-category {
  border: 1px solid #d2d2d2;
}

.card.-event > .data.-price > .hdg, .card.-event > .data.-venue > .hdg, .card.-event > .data.-category > .hdg {
  margin: 0;
  display: table-cell;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #eee;
  padding: 10px 18px 10px 13px;
  vertical-align: middle;
  border-right: 1px solid #eee;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-event > .data.-price > .hdg, html:not(.-noresponsive) .card.-event > .data.-venue > .hdg, html:not(.-noresponsive) .card.-event > .data.-category > .hdg {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-event > .data.-price > .hdg > span::before, .card.-event > .data.-venue > .hdg > span::before, .card.-event > .data.-category > .hdg > span::before {
  font-size: 125%;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  color: #25b7c0;
  margin-right: 0.4em;
  position: relative;
  top: -1px;
}

.card.-event > .data.-price > .value, .card.-event > .data.-venue > .value, .card.-event > .data.-category > .value {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 18px;
  font-weight: bold;
}

.card.-event > .data.-price > .value.category, .card.-event > .data.-venue > .value.category, .card.-event > .data.-category > .value.category {
  padding: 8px 15px 3px;
}

.card.-event > .data.-price {
  margin-top: 25px;
}

.card.-event > .data.-price > .hdg > span::before {
  font-family: 'Ionicons';
  content: "";
}

.card.-event > .data.-venue > .hdg > span::before {
  font-family: 'Ionicons';
  content: "";
}

.card.-event > .data.-category > .hdg > span::before {
  font-family: 'Ionicons';
  content: "";
}

.card.-event > .data.-category > ul.category {
  margin-top: 10px;
}

.card.-event > .data.-category > ul.category > li {
  float: left;
  background-color: #d9f7ff;
  font-size: 68.75%;
  font-size: 1.1rem;
  color: #666;
  padding: 2px 6px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
  font-weight: normal;
}

.card.-info > .hdg {
  border-bottom-color: #fb5959;
}

.card.-info > .hdg::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #fb5959;
  vertical-align: middle;
  font-size: 187.5%;
  font-size: 3rem;
  margin-right: 0.2em;
  line-height: 1;
  position: relative;
  top: -2px;
}

.card.-info > .data {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-info > .data {
    -js-display: block;
    display: block;
  }
}

.card.-info > .data > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 10px 0;
  width: calc((100% - 20px) / 2);
  font-size: 87.5%;
  font-size: 1.4rem;
  border: 1px solid #d2d2d2;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-info > .data > li {
    display: block;
    width: 100%;
  }
}

.card.-info > .data > li:nth-child(2n+2) {
  margin-right: 0;
}

.card.-info > .data > li > span {
  display: table-cell;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 0 10px;
}

.card.-info > .data > li > .icon {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #eee;
  padding: 13px 10px 11px;
  min-width: 33px;
  box-sizing: content-box;
  text-align: center;
}

.card.-info > .data > li > .icon::before {
  display: block;
  content: '';
  margin: 0 auto;
}

.card.-info > .data > li > .icon.-creditcard {
  height: 27px;
}

.card.-info > .data > li > .icon.-creditcard::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -701px;
  width: 27px;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-creditcard::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-alcohol::before {
  background-image: url(../img/sprite.png);
  background-position: -176px -647px;
  width: 27px;
  height: 27px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-alcohol::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-childseat {
  height: 27px;
}

.card.-info > .data > li > .icon.-childseat::before {
  background-image: url(../img/sprite.png);
  background-position: -673px -606px;
  width: 33px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-childseat::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-kidsmenu::before {
  background-image: url(../img/sprite.png);
  background-position: -272px -647px;
  width: 26px;
  height: 27px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-kidsmenu::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-nosmoke {
  height: 30px;
}

.card.-info > .data > li > .icon.-nosmoke::before {
  background-image: url(../img/sprite.png);
  background-position: -711px -606px;
  width: 27px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-nosmoke::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-allergy::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -514px;
  width: 29px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-allergy::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .data > li > .icon.-lastorder::before {
  background-image: url(../img/sprite.png);
  background-position: -162px -689px;
  width: 23px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-info > .data > li > .icon.-lastorder::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-info > .freeinfo {
  border-top: 2px dotted #cdcdcd;
  padding: 15px 0 0;
  margin: 10px 0 0;
}

.card.-info > .freeinfo > p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-info > .freeinfo {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.card.-map {
  position: relative;
}

.card.-map > .hdg {
  border-bottom-color: #49cea7;
}

.card.-map > .hdg::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #49cea7;
  vertical-align: middle;
  font-size: 187.5%;
  font-size: 3rem;
  margin-right: 0.3em;
  line-height: 1;
  position: relative;
  top: -2px;
}

.card.-map > .mapnum {
  position: absolute;
  top: 18px;
  right: 23px;
  border: 1px solid #d2d2d2;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-map > .mapnum {
    top: 13px;
    right: 16px;
  }
}

.card.-map > .mapnum > .hdg {
  display: table-cell;
  vertical-align: middle;
  background-color: #eee;
  padding: 3px 8px 1px;
}

.card.-map > .mapnum > .num {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 10px 1px;
}

.card.-map > .map {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-map > .map {
    text-align: center;
  }
}

.card.-map > .map img {
  max-width: 100%;
}

.card.-map > .link {
  text-align: center;
}

.card.-map > .link > a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #49cea7;
  padding: 4px 10px 8px 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-map > .link > a {
    padding: 4px 5px 8px 8px;
  }
}

.card.-map > .link > a::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #49cea7;
  margin-right: 10px;
  font-size: 175%;
  font-size: 2.8rem;
  line-height: 1.1;
  position: relative;
  top: 4px;
}

.card.-map > .link > a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #49cea7;
  margin-left: 25px;
  font-size: 125%;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-map > .link > a::after {
    margin-left: 10px;
  }
}

.card.-map > .link > a:hover, .card.-map > .link > a:active, .card.-map > .link > a:focus {
  color: #fff;
  background-color: #49cea7;
}

.card.-map > .link > a:hover::before, .card.-map > .link > a:hover::after, .card.-map > .link > a:active::before, .card.-map > .link > a:active::after, .card.-map > .link > a:focus::before, .card.-map > .link > a:focus::after {
  color: #fff;
}

.card.-movie > .hdg {
  border-bottom-color: #fa749a;
}

.card.-movie > .hdg::before {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -600px -291px;
  width: 22px;
  height: 26px;
  vertical-align: middle;
  margin-right: 0.3em;
  position: relative;
  top: -5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card.-movie > .hdg::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.card.-movie > .movie > .video-js {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-movie > .movie > .video-js {
    width: 100%;
    height: auto;
  }
  html:not(.-noresponsive) .card.-movie > .movie > .video-js::before {
    content: '';
    display: block;
    padding-top: calc(100% / 16 * 9);
  }
}

.card.-movie > .movie > .video-js > .vjs-big-play-button {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin: -38px 0 0 -38px;
}

.card.-movie > .movie > .video-js > .vjs-big-play-button::before {
  line-height: 76px;
  font-size: 40px;
  top: -3px;
}

.card.-movie > .movie video {
  width: 100%;
  max-width: 100% !important;
}

.card.-recommend > .hdg {
  border-bottom-color: #ffb400;
}

.card.-recommend > .hdg::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #ffb400;
  vertical-align: middle;
  font-size: 200%;
  font-size: 3.2rem;
  margin-right: 0.2em;
  line-height: 1;
  position: relative;
  top: -4px;
}

.card.-recommend > .image {
  margin: 0 0 15px;
  text-align: center;
}

.card.-recommend > .image img {
  max-width: 100%;
}

.card.-recommend > .title {
  border-bottom: 2px solid #eee;
  margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.3;
}

.card.-recommend > .title > .name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-recommend > .title > .name {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.card.-recommend > .title > .price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  width: 1%;
  color: #ffb400;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-recommend > .title > .price {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.card.-recommend > .outline {
  font-size: 93.75%;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .card.-recommend > .outline {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.cond-filter {
  background-color: #f0f9fe;
  border: 1px solid #d2d2d2;
  display: table;
  width: 100%;
  padding: 20px 0;
  margin: 0 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter {
    display: block;
    background-color: transparent;
    padding: 0;
  }
}

.cond-filter > .hdg {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  line-height: 1.2;
  padding: 0 17px 0 25px;
  border-right: 1px solid #d2d2d2;
  white-space: nowrap;
  font-size: 100%;
  font-size: 1.6rem;
  color: #434343;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .hdg {
    display: block;
    border: none;
    text-align: center;
    background-color: #f0f9fe;
    padding: 12px 0;
    cursor: pointer;
  }
  html:not(.-noresponsive) .cond-filter > .hdg::after {
    display: inline-block;
    font-family: 'Ionicons';
    content: "";
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  html:not(.-noresponsive) .cond-filter > .hdg > img {
    display: none;
  }
}

.cond-filter > .body {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px 0 45px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body {
    display: none;
    padding: 10px;
    background-color: #f0f9fe;
  }
}

.cond-filter > .body > .cond {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond {
    display: block;
  }
}

.cond-filter > .body > .cond > .select {
  display: inline-block;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select {
    display: block;
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select {
    display: block;
    margin: 8px 0;
  }
}

.cond-filter > .body > .cond > .select:first-of-type {
  margin-right: 3em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select:first-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select:last-of-type {
    padding-left: 5px;
  }
}

.cond-filter > .body > .cond > .select::before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select::before {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    margin-right: 3px;
  }
}

.cond-filter > .body > .cond > .select.-age::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -397px;
  width: 26px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cond-filter > .body > .cond > .select.-age::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.cond-filter > .body > .cond > .select.-height::before {
  background-image: url(../img/sprite.png);
  background-position: -28px -726px;
  width: 21px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cond-filter > .body > .cond > .select.-height::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.cond-filter > .body > .cond > .select > label {
  display: inline-block;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.cond-filter > .body > .cond > .select > label::after {
  display: block;
  position: absolute;
  top: 10%;
  right: 8px;
  font-family: 'FontAwesome';
  content: "";
  font-size: 128.57143%;
  font-size: 1.8rem;
  z-index: 1;
}

.cond-filter > .body > .cond > .select > label > select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 6px 10px;
  width: 12em;
  cursor: pointer;
  display: block;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .cond > .select > label > select {
    width: 10em;
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.cond-filter > .body > .cond > .select > label > select::-ms-expand {
  display: none;
}

.cond-filter > .body > .input {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .input {
    display: block;
    padding: 15px 0 5px;
    width: auto;
  }
}

.cond-filter > .body > .input > input {
  background-color: #2eaae4;
  color: #fff;
  border: none;
  margin: 0;
  padding: 13px 65px 13px 75px;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  background-image: url("../img/cond-filter_input_bg.png");
  background-position: 15px 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter > .body > .input > input {
    background-image: url("../img/cond-filter_input_bg_sp.png");
    background-size: 19px 19px;
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}

.cond-filter > .body > .input > input:hover, .cond-filter > .body > .input > input:active, .cond-filter > .body > .input > input:focus {
  background-color: #1b95cf;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .cond-filter.-open > .body {
    display: block;
  }
}

.cont-cl#eerf img {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.cont-cl#eerf .imgcover {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.cont-cl#eerf .imgcover::before {
  display: block;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contblock-accordion {
  margin: 20px 0 0;
}

.contblock-accordion > .head {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.contblock-accordion > .head > .inner {
  max-width: 940px;
  margin: 0 auto;
}

.contblock-accordion > .head > .inner > .button {
  float: right;
  margin: 0;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 9px 43px 6px 27px;
  cursor: pointer;
  position: relative;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .contblock-accordion > .head > .inner > .button {
    padding: 6px 28px 3px 13px;
    font-size: 81.25%;
    font-size: 1.3rem;
    margin-right: 7px;
  }
}

.contblock-accordion > .head > .inner > .button::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  margin-right: 18px;
  font-size: 144.44444%;
  font-size: 2.6rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .contblock-accordion > .head > .inner > .button::before {
    font-size: 128.57143%;
    font-size: 1.8rem;
    margin-right: 10px;
    top: -1px;
  }
}

.contblock-accordion > .head > .inner > .button::after {
  position: absolute;
  top: 15%;
  right: 15px;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-left: 18px;
  font-size: 133.33333%;
  font-size: 2.4rem;
  vertical-align: middle;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .contblock-accordion > .head > .inner > .button::after {
    font-size: 128.57143%;
    font-size: 1.8rem;
    right: 8px;
    top: 14%;
    margin-left: 10px;
  }
}

.contblock-accordion > .head > .inner > .button.-open::after {
  font-family: 'Ionicons';
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 155.55556%;
  font-size: 2.8rem;
  top: 14%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .contblock-accordion > .head > .inner > .button.-open::after {
    font-size: 142.85714%;
    font-size: 2rem;
    top: 9%;
  }
}

.contblock-accordion > .body.-hide {
  display: none;
}

.contblock-accordion > .body > .inner {
  padding: 22px 0 10px;
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .contblock-accordion > .body > .inner {
    padding: 18px 10px 2px;
  }
}

.contblock-accordion.-event > .head {
  border-bottom-color: #25b7c0;
}

.contblock-accordion.-event > .head > .inner > .button::before {
  color: #25b7c0;
}

.contblock-accordion.-event > .head > .inner > .button:hover, .contblock-accordion.-event > .head > .inner > .button:active, .contblock-accordion.-event > .head > .inner > .button:focus {
  border-color: #25b7c0;
  color: #25b7c0;
}

.contblock-accordion.-event > .head > .inner > .button:hover::before, .contblock-accordion.-event > .head > .inner > .button:hover::after, .contblock-accordion.-event > .head > .inner > .button:active::before, .contblock-accordion.-event > .head > .inner > .button:active::after, .contblock-accordion.-event > .head > .inner > .button:focus::before, .contblock-accordion.-event > .head > .inner > .button:focus::after {
  color: #25b7c0;
}

.contblock-accordion.-event > .space {
  padding-top: 8px;
  background-color: #f0fafb;
}

.contblock-accordion.-event > .body {
  background-color: #f0fafb;
}

.content-block {
  padding: 0 0 10px;
}

.content-block > .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-block > .inner {
    padding: 18px 10px 30px;
  }
}

.-noresponsive .-special .content-block {
  padding-top: 1px;
}

.-noresponsive .-special .content-block > .inner {
  max-width: 950px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 40px auto;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.-noresponsive .-special .content-block p {
  margin: 0;
}

.-noresponsive .-special .content-block img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.-noresponsive .-special .content-block .imgcover {
  display: block;
  position: relative;
}

.-noresponsive .-special .content-block .imgcover::before {
  display: block;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-slide {
  padding: 0 30px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.content-slide.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-slide .item {
    margin: 0 7px;
  }
}

.content-slide .item > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 2px solid #fff;
}

.content-slide .slick-prev, .content-slide .slick-next {
  top: 52%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-slide .slick-prev, html:not(.-noresponsive) .content-slide .slick-next {
    top: 50%;
  }
}

.content-slide .slick-prev::before, .content-slide .slick-next::before {
  color: #35c99d;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-slide .slick-prev::before, html:not(.-noresponsive) .content-slide .slick-next::before {
    font-size: 38px;
    z-index: 30;
  }
}

.content-slide .slick-prev {
  left: -15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-slide .slick-prev {
    left: 0;
  }
}

.content-slide .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.content-slide .slick-next {
  right: -15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .content-slide .slick-next {
    right: 0;
  }
}

.content-slide .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.detail-cards {
  margin: 0;
}

.detail-cards > .card {
  margin: 0 0 20px;
  padding: 18px 23px 25px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards > .card {
    padding: 13px 16px;
  }
}

.detail-cards > .card.-noborder {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.detail-cards > .card > .hdg {
  margin: 0 0 23px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 0 0 8px;
  line-height: 1.3;
  font-size: 150%;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards > .card > .hdg {
    font-size: 112.5%;
    font-size: 1.8rem;
    margin: 0 0 18px;
  }
}

.detail-cards.-attraction > .card.-basicinfo {
  width: calc((100% - 20px) / 2);
  float: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-attraction > .card.-basicinfo {
    float: none;
    width: auto;
  }
}

.detail-cards.-attraction > .card.-map {
  width: calc((100% - 20px) / 2);
  float: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-attraction > .card.-map {
    float: none;
    width: auto;
  }
}

.detail-cards.-attraction > .card.-movie {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
  clear: both;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-attraction > .card.-movie {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

.detail-cards.-attraction > .card.-other {
  clear: right;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-attraction > .card.-other {
    overflow: auto;
    padding: 0;
    margin: 0;
  }
}

.detail-cards.-food > .card.-category, .detail-cards.-food > .card.-info {
  width: calc((100% - 20px) / 2);
  float: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-food > .card.-category, html:not(.-noresponsive) .detail-cards.-food > .card.-info {
    float: none;
    width: auto;
  }
}

.detail-cards.-food > .card.-info {
  clear: left;
}

.detail-cards.-food > .card.-map {
  width: calc((100% - 20px) / 2);
  float: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-food > .card.-map {
    float: none;
    width: auto;
  }
}

.detail-cards.-shop > .card.-map {
  width: calc((100% - 20px) / 2);
  float: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-shop > .card.-map {
    float: none;
    width: auto;
  }
}

.detail-cards.-shop > .card.-recommend {
  width: calc((100% - 20px) / 2);
  float: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-shop > .card.-recommend {
    float: none;
    width: auto;
  }
}

.detail-cards.-animal > .card.-map {
  width: calc((100% - 20px) / 2);
  float: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-animal > .card.-map {
    float: none;
    width: auto;
  }
}

.detail-cards.-animal > .card.-animal {
  width: calc((100% - 20px) / 2);
  float: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-cards.-animal > .card.-animal {
    float: none;
    width: auto;
  }
}

.detail-description {
  color: #fff;
  margin: 0 0 25px;
  padding: 18px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-description {
    font-size: 93.75%;
    font-size: 1.5rem;
  }
}

.detail-description::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px 17px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 35%;
  left: -32px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-description::before {
    display: none;
  }
}

.detail-description > p {
  font-size: 1.6rem !important;
}

.detail-description > p:last-child {
  margin-bottom: 0;
}

.detail-description > ul:last-child {
  margin-bottom: 0;
}

.detail-description > ul > li::before {
  color: #fff;
}

.detail-description > ol:last-child {
  margin-bottom: 0;
}

.detail-description strong,
.detail-description em {
  color: #fff;
}

.detail-description a {
  color: #fff !important;
}

.detail-description.-attraction {
  background-color: #ff6f42;
}

.detail-description.-attraction::before {
  border-right-color: #ff6f42;
}

.detail-description.-event {
  background-color: #25b7c0;
}

.detail-description.-event::before {
  border-right-color: #25b7c0;
}

.detail-description.-food {
  background-color: #ffb400;
}

.detail-description.-food::before {
  border-right-color: #ffb400;
}

.detail-description.-shop {
  background-color: #ffb400;
}

.detail-description.-shop::before {
  border-right-color: #ffb400;
}

.detail-description.-animal {
  background-color: #35c99d;
}

.detail-description.-animal::before {
  border-right-color: #35c99d;
}

.detail-description.-plant {
  background-color: #35c99d;
}

.detail-description.-plant::before {
  border-right-color: #35c99d;
}

.detail-description.-movie {
  background-color: #fa749a;
}

.detail-description.-movie::before {
  border-right-color: #fa749a;
}

.detail-description.-gnome {
  background-color: #fb5959;
}

.detail-description.-gnome::before {
  border-right-color: #fb5959;
}

.detail-description.-topics {
  background-color: #90c31f;
}

.detail-description.-topics::before {
  border-right-color: #90c31f;
}

.bottom > .detail-description.-bottom {
  margin-bottom: 0;
}

.bottom > .detail-description.-bottom::before {
  display: none;
}

.bottom > .detail-description.-movie.-bottom {
  border: 2px solid #fa749a;
  background: #fff;
  color: #333;
}

.bottom > .detail-description.-movie.-bottom a {
  color: #339dd1;
}

.bottom > .detail-description.-movie.-bottom strong,
.bottom > .detail-description.-movie.-bottom em {
  color: #333;
}

.bottom > .detail-description.-movie.-bottom > h2:not([class]):first-child {
  margin-top: 0;
}

.detail-hdg {
  margin: 0 0 25px;
  padding: 2px 15px 15px;
  font-size: 162.5%;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-hdg {
    margin: 15px 0 18px;
    font-size: 125%;
    font-size: 2rem;
  }
}

.detail-hdg.-attraction {
  border-bottom-color: #ff6f42;
}

.detail-hdg.-event {
  border-bottom-color: #25b7c0;
}

.detail-hdg.-food {
  border-bottom-color: #ffb400;
}

.detail-hdg.-shop {
  border-bottom-color: #ffb400;
}

.detail-hdg.-animal {
  border-bottom-color: #35c99d;
}

.detail-hdg.-plant {
  border-bottom-color: #35c99d;
}

.detail-hdg.-movie {
  border-bottom-color: #fa749a;
}

.detail-hdg.-gnome {
  border-bottom-color: #fb5959;
}

.detail-hdg.-topics {
  border-bottom-color: #90c31f;
}

.detail-head {
  margin: 0 0 35px;
}

.detail-head > .image {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-head > .image {
    display: block;
  }
}

.detail-head > .cont {
  display: table-cell;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-head > .cont {
    display: block;
    width: auto;
    padding: 0;
  }
}

.detail-head > .bottom {
  display: block;
  padding: 20px 0 0;
}

.detail-head > .center {
  display: block;
}

.detail-info {
  border: 1px solid #eee;
  overflow: hidden;
}

.detail-info .table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.detail-info .table th, .detail-info .table td {
  padding: 18px 20px;
}

.detail-info .table th {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  width: 120px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-info .table th {
    font-size: 93.75%;
    font-size: 1.5rem;
  }
}

.detail-info .table th > .icon {
  display: block;
}

.detail-info .table th > .icon.-status::before {
  font-family: 'FontAwesome';
  content: "";
  color: #fff70f;
  font-size: 30px;
  display: block;
}

.detail-info .table td {
  font-size: 87.5%;
  font-size: 1.4rem;
  background-color: #fff;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-info .table td {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.detail-info .table td > em {
  font-size: 114.28571%;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.detail-info.-attraction th {
  background-color: #ff6f42;
}

.detail-info.-event th {
  background-color: #25b7c0;
}

.detail-info.-food th {
  background-color: #ffb400;
}

.detail-info.-shop th {
  background-color: #ffb400;
}

.detail-info.-animal th {
  background-color: #35c99d;
}

.detail-info.-plant th {
  background-color: #35c99d;
}

.detail-info.-movie th {
  background-color: #fa749a;
}

.detail-info.-gnome th {
  background-color: #fb5959;
}

.detail-info.-topics th {
  background-color: #90c31f;
}

.detail-movie {
  margin: 0 0 30px;
}

.detail-movie > .video-js {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-movie > .video-js {
    width: 100%;
    height: auto;
  }
  html:not(.-noresponsive) .detail-movie > .video-js::before {
    content: '';
    display: block;
    padding-top: calc(100% / 16 * 9);
  }
}

.detail-movie > .video-js > .vjs-big-play-button {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin: -38px 0 0 -38px;
}

.detail-movie > .video-js > .vjs-big-play-button::before {
  line-height: 76px;
  font-size: 40px;
  top: -3px;
}

.detail-picture {
  border: 1px solid #d2d2d2;
  padding: 3px;
  box-sizing: content-box;
  width: 470px;
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  height: 355px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-picture {
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

.detail-picture.-attraction {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.detail-picture.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.detail-picture.slick-dotted.slick-slider {
  margin: 0;
}

.detail-picture .image {
  overflow: hidden;
  box-sizing: content-box;
  width: 470px;
  height: 355px;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-picture .image {
    width: 100%;
    height: auto;
  }
}

.detail-picture .image:before {
  display: block;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.detail-picture .image > img {
  width: 470px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-picture .image > img {
    width: 100%;
    height: auto;
  }
}

.detail-picture.-slide > .slick-dots {
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .detail-picture.-slide > .slick-dots {
    bottom: 4px;
  }
}

.detail-picture.-slide > .slick-dots button {
  width: auto;
  height: auto;
  padding: 0;
}

.detail-picture.-slide > .slick-dots button::before {
  content: '';
  display: block;
  opacity: 0.7;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}

.detail-picture.-slide > .slick-dots button:hover::before, .detail-picture.-slide > .slick-dots button:active::before, .detail-picture.-slide > .slick-dots button:focus::before {
  opacity: 1;
}

.detail-picture.-slide > .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #ffb400;
}

.detail-picture.-attraction.-slide > .slick-dots .slick-active button::before {
  background-color: #ff6f42;
}

.detail-picture.-event.-slide > .slick-dots .slick-active button::before {
  background-color: #25b7c0;
}

.detail-picture.-food.-slide > .slick-dots .slick-active button::before {
  background-color: #ffb400;
}

.detail-picture.-shop.-slide > .slick-dots .slick-active button::before {
  background-color: #ffb400;
}

.detail-picture.-animal.-slide > .slick-dots .slick-active button::before {
  background-color: #35c99d;
}

.detail-picture.-plant.-slide > .slick-dots .slick-active button::before {
  background-color: #35c99d;
}

.detail-picture.-movie.-slide > .slick-dots .slick-active button::before {
  background-color: #fa749a;
}

.detail-picture.-gnome.-slide > .slick-dots .slick-active button::before {
  background-color: #fb5959;
}

.detail-picture.-topics.-slide > .slick-dots .slick-active button::before {
  background-color: #90c31f;
}

.em-label {
  font-weight: bold;
  display: inline;
  background-color: #c0f2ff;
  padding: 2px 18px 1px;
  margin: 0 2px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .em-label {
    padding: 0 10px;
  }
}

.em-strong {
  font-weight: bold;
  color: #42b8ef;
}

.em-strong.-larger {
  font-size: 125%;
}

.em-strong.-attraction {
  color: #ff6f42;
}

.em-strong.-event {
  color: #25b7c0;
}

.em-strong.-food {
  color: #ffb400;
}

.em-strong.-shop {
  color: #ffb400;
}

.em-strong.-animal {
  color: #35c99d;
}

.em-strong.-plant {
  color: #35c99d;
}

.em-strong.-movie {
  color: #fa749a;
}

.em-strong.-gnome {
  color: #fb5959;
}

.em-strong.-topics {
  color: #90c31f;
}

.event-detail > h2:not([class]) {
  border-bottom-color: #25b7c0 !important;
}

.event-detail > h3:not([class]) {
  border-left-color: #25b7c0 !important;
}

.event-detail > h4:not([class])::after {
  background-color: #25b7c0 !important;
}

.event-detail > h5:not([class]) {
  border-left-color: #7ee0e6 !important;
}

.event-detail > ul:not([class]) > li::before {
  color: #25b7c0 !important;
}

.event-detail > ul:not([class]) > li > ul > li::before {
  color: #25b7c0 !important;
}

.event-detail > ol:not([class]) > li::before {
  color: #25b7c0 !important;
}

.event-detail > ol:not([class]) > li > ol > li::before {
  color: #25b7c0 !important;
}

.event-detail table thead th {
  background-color: #f0fafb !important;
}

.event-detail table tbody th {
  border-color: #25b7c0 !important;
}

.event-detail table tbody td {
  border-color: #25b7c0 !important;
}

.event-detail table tbody td ul:not([class]) > li::before {
  color: #25b7c0 !important;
}

.event-detail table tbody td ul:not([class]) > li > ul > li::before {
  color: #25b7c0 !important;
}

.event-detail table tbody td ol:not([class]) > li::before {
  color: #25b7c0 !important;
}

.event-detail table tbody td ol:not([class]) > li > ol > li::before {
  color: #25b7c0 !important;
}

.flag-title {
  margin: 0 auto -10px;
  max-width: 940px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .flag-title {
    margin: 0 10px;
  }
}

.flag-title > .hdg {
  margin: 0;
  position: relative;
  border-bottom: 2px solid #42b8ef;
  font-size: 150%;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 0 0 3px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .flag-title > .hdg {
    font-size: 125%;
    font-size: 2rem;
  }
}

.flag-title > .hdg::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 110%;
  margin-right: 5px;
  color: #42b8ef;
}

.flag-title > .hdg > img {
  max-width: 100%;
}

.flag-title.-attraction > .hdg {
  border-color: #ff6f42;
}

.flag-title.-attraction > .hdg::before {
  color: #ff6f42;
}

.flag-title.-event > .hdg {
  border-color: #25b7c0;
}

.flag-title.-event > .hdg::before {
  color: #25b7c0;
}

.flag-title.-food > .hdg {
  border-color: #ffb400;
}

.flag-title.-food > .hdg::before {
  color: #ffb400;
}

.flag-title.-shop > .hdg {
  border-color: #ffb400;
}

.flag-title.-shop > .hdg::before {
  color: #ffb400;
}

.flag-title.-animal > .hdg {
  border-color: #35c99d;
}

.flag-title.-animal > .hdg::before {
  color: #35c99d;
}

.flag-title.-plant > .hdg {
  border-color: #35c99d;
}

.flag-title.-plant > .hdg::before {
  color: #35c99d;
}

.flag-title.-movie > .hdg {
  border-color: #fa749a;
}

.flag-title.-movie > .hdg::before {
  color: #fa749a;
}

.flag-title.-gnome > .hdg {
  border-color: #fb5959;
}

.flag-title.-gnome > .hdg::before {
  color: #fb5959;
}

.flag-title.-topics > .hdg {
  border-color: #90c31f;
}

.flag-title.-topics > .hdg::before {
  color: #90c31f;
}

.formobile-text {
  margin: 18px 0;
  background-color: #dcdcdc;
  padding: 0.7em 1em;
  border-radius: 5px;
  display: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .formobile-text {
    display: block;
  }
}

.formobile-text > p {
  margin: 0 !important;
}

.full-table {
  margin: 5px 0 25px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .full-table {
    width: 100%;
    overflow-x: auto;
  }
  html:not(.-noresponsive) .full-table::-webkit-scrollbar {
    height: 3px;
    background: #eee;
    box-shadow: none;
    border-radius: 5px;
  }
  html:not(.-noresponsive) .full-table::-webkit-scrollbar-thumb {
    background: #42b8ef;
    border-radius: 5px;
  }
}

.full-table > table {
  width: 100%;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .full-table > table {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.full-table > table th, .full-table > table td {
  padding: 18px 15px;
}

.full-table > table th {
  font-weight: bold;
}

.full-table > table td {
  background-color: #fff;
  padding-left: 20px;
}

.full-table > table thead th {
  background-color: #ecf8fd;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #42b8ef;
  text-align: center;
  white-space: nowrap;
}

.full-table > table thead th.hd {
  border-right: 1px solid #42b8ef;
}

.full-table > table thead th[colspan] {
  border-bottom: 1px solid #ccc !important;
}

.full-table > table tbody th {
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
  border-right: 1px solid #42b8ef;
  text-align: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .full-table > table tbody th {
    white-space: nowrap;
  }
}

.full-table > table tbody th > a {
  display: inline-block;
  text-decoration: none;
}

.full-table > table tbody th > a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-left: 7px;
  color: #42b8ef;
}

.full-table > table tbody th > a:hover, .full-table > table tbody th > a:active, .full-table > table tbody th > a:focus {
  text-decoration: underline;
}

.full-table > table tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #d2d2d2;
}

.full-table > table tbody td.-border {
  border-right: 1px solid #ccc;
}

.full-table > table tbody td > .icon {
  font-style: normal;
}

.full-table > table tbody td > .icon.-true::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 20px;
}

.full-table > table tbody td > .icon > span {
  position: absolute;
  left: -9999px;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.full-table.-little > table th, .full-table.-little > table td {
  padding: 7px 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .full-table.-mobilelinear {
    overflow-x: visible;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear > table {
    table-layout: fixed;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear > table thead {
    display: none;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear > table tbody tr {
    display: block;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear > table tbody th {
    display: block;
    width: auto !important;
    border-right: none;
    padding: 10px 15px;
    white-space: normal;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear > table tbody td {
    display: block;
    width: auto;
    padding: 10px 15px 30px;
    border: none;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-attraction > table tbody th {
    border-top: 1px solid #ff6f42;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-event > table tbody th {
    border-top: 1px solid #25b7c0;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-food > table tbody th {
    border-top: 1px solid #ffb400;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-shop > table tbody th {
    border-top: 1px solid #ffb400;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-animal > table tbody th {
    border-top: 1px solid #35c99d;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-plant > table tbody th {
    border-top: 1px solid #35c99d;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-movie > table tbody th {
    border-top: 1px solid #fa749a;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-gnome > table tbody th {
    border-top: 1px solid #fb5959;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-topics > table tbody th {
    border-top: 1px solid #90c31f;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-attraction > table tbody th {
    background-color: #fff3ef;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-event > table tbody th {
    background-color: #f0fafb;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-food > table tbody th {
    background-color: #fffde1;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-shop > table tbody th {
    background-color: #fffde1;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-animal > table tbody th {
    background-color: #effbf7;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-plant > table tbody th {
    background-color: #effbf7;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-movie > table tbody th {
    background-color: #fff8fa;
  }
  html:not(.-noresponsive) .full-table.-mobilelinear.-topics > table tbody th {
    background-color: #f8ffeb;
  }
}

.full-table.-attraction > table thead th {
  border-bottom-color: #ff6f42;
}

.full-table.-attraction > table thead th.hd {
  border-color: #ff6f42;
}

.full-table.-attraction > table tbody th {
  border-right-color: #ff6f42;
}

.full-table.-attraction > table tbody th > a::after {
  color: #ff6f42;
}

.full-table.-attraction > table tbody td > .icon.-true::before {
  color: #ff6f42;
}

.full-table.-event > table thead th {
  border-bottom-color: #25b7c0;
}

.full-table.-event > table thead th.hd {
  border-color: #25b7c0;
}

.full-table.-event > table tbody th {
  border-right-color: #25b7c0;
}

.full-table.-event > table tbody th > a::after {
  color: #25b7c0;
}

.full-table.-event > table tbody td > .icon.-true::before {
  color: #25b7c0;
}

.full-table.-food > table thead th {
  border-bottom-color: #ffb400;
}

.full-table.-food > table thead th.hd {
  border-color: #ffb400;
}

.full-table.-food > table tbody th {
  border-right-color: #ffb400;
}

.full-table.-food > table tbody th > a::after {
  color: #ffb400;
}

.full-table.-food > table tbody td > .icon.-true::before {
  color: #ffb400;
}

.full-table.-shop > table thead th {
  border-bottom-color: #ffb400;
}

.full-table.-shop > table thead th.hd {
  border-color: #ffb400;
}

.full-table.-shop > table tbody th {
  border-right-color: #ffb400;
}

.full-table.-shop > table tbody th > a::after {
  color: #ffb400;
}

.full-table.-shop > table tbody td > .icon.-true::before {
  color: #ffb400;
}

.full-table.-animal > table thead th {
  border-bottom-color: #35c99d;
}

.full-table.-animal > table thead th.hd {
  border-color: #35c99d;
}

.full-table.-animal > table tbody th {
  border-right-color: #35c99d;
}

.full-table.-animal > table tbody th > a::after {
  color: #35c99d;
}

.full-table.-animal > table tbody td > .icon.-true::before {
  color: #35c99d;
}

.full-table.-plant > table thead th {
  border-bottom-color: #35c99d;
}

.full-table.-plant > table thead th.hd {
  border-color: #35c99d;
}

.full-table.-plant > table tbody th {
  border-right-color: #35c99d;
}

.full-table.-plant > table tbody th > a::after {
  color: #35c99d;
}

.full-table.-plant > table tbody td > .icon.-true::before {
  color: #35c99d;
}

.full-table.-movie > table thead th {
  border-bottom-color: #fa749a;
}

.full-table.-movie > table thead th.hd {
  border-color: #fa749a;
}

.full-table.-movie > table tbody th {
  border-right-color: #fa749a;
}

.full-table.-movie > table tbody th > a::after {
  color: #fa749a;
}

.full-table.-movie > table tbody td > .icon.-true::before {
  color: #fa749a;
}

.full-table.-gnome > table thead th {
  border-bottom-color: #fb5959;
}

.full-table.-gnome > table thead th.hd {
  border-color: #fb5959;
}

.full-table.-gnome > table tbody th {
  border-right-color: #fb5959;
}

.full-table.-gnome > table tbody th > a::after {
  color: #fb5959;
}

.full-table.-gnome > table tbody td > .icon.-true::before {
  color: #fb5959;
}

.full-table.-topics > table thead th {
  border-bottom-color: #90c31f;
}

.full-table.-topics > table thead th.hd {
  border-color: #90c31f;
}

.full-table.-topics > table tbody th {
  border-right-color: #90c31f;
}

.full-table.-topics > table tbody th > a::after {
  color: #90c31f;
}

.full-table.-topics > table tbody td > .icon.-true::before {
  color: #90c31f;
}

.full-table.-attraction > table thead th {
  background-color: #ffe8e0;
}

.full-table.-event > table thead th {
  background-color: #e4f6f8;
}

.full-table.-food > table thead th {
  background-color: #fffcd2;
}

.full-table.-shop > table thead th {
  background-color: #fffcd2;
}

.full-table.-animal > table thead th {
  background-color: #e3f8f1;
}

.full-table.-plant > table thead th {
  background-color: #e3f8f1;
}

.full-table.-movie > table thead th {
  background-color: #ffe9ef;
}

.full-table.-topics > table thead th {
  background-color: #f3ffdc;
}

html[lang="en"] .full-table > table thead th,
html[lang="zh-cn"] .full-table > table thead th,
html[lang="zh-tw"] .full-table > table thead th,
html[lang="ko"] .full-table > table thead th {
  white-space: normal;
  line-height: 1.4;
}

html[lang="en"] .full-table > table tbody th,
html[lang="zh-cn"] .full-table > table tbody th,
html[lang="zh-tw"] .full-table > table tbody th,
html[lang="ko"] .full-table > table tbody th {
  white-space: normal;
}

html[lang="en"] .full-table.-attraction > table thead th,
html[lang="zh-cn"] .full-table.-attraction > table thead th,
html[lang="zh-tw"] .full-table.-attraction > table thead th,
html[lang="ko"] .full-table.-attraction > table thead th {
  border-bottom-color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table thead th.hd,
html[lang="zh-cn"] .full-table.-attraction > table thead th.hd,
html[lang="zh-tw"] .full-table.-attraction > table thead th.hd,
html[lang="ko"] .full-table.-attraction > table thead th.hd {
  border-color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table thead th.-em,
html[lang="zh-cn"] .full-table.-attraction > table thead th.-em,
html[lang="zh-tw"] .full-table.-attraction > table thead th.-em,
html[lang="ko"] .full-table.-attraction > table thead th.-em {
  background-color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table tbody th, html[lang="en"] .full-table.-attraction > table tbody td,
html[lang="zh-cn"] .full-table.-attraction > table tbody th,
html[lang="zh-cn"] .full-table.-attraction > table tbody td,
html[lang="zh-tw"] .full-table.-attraction > table tbody th,
html[lang="zh-tw"] .full-table.-attraction > table tbody td,
html[lang="ko"] .full-table.-attraction > table tbody th,
html[lang="ko"] .full-table.-attraction > table tbody td {
  border-bottom-color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table tbody th,
html[lang="zh-cn"] .full-table.-attraction > table tbody th,
html[lang="zh-tw"] .full-table.-attraction > table tbody th,
html[lang="ko"] .full-table.-attraction > table tbody th {
  border-right-color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table tbody th > a::after,
html[lang="zh-cn"] .full-table.-attraction > table tbody th > a::after,
html[lang="zh-tw"] .full-table.-attraction > table tbody th > a::after,
html[lang="ko"] .full-table.-attraction > table tbody th > a::after {
  color: #ff6f42;
}

html[lang="en"] .full-table.-attraction > table tbody td > .icon.-true::before,
html[lang="zh-cn"] .full-table.-attraction > table tbody td > .icon.-true::before,
html[lang="zh-tw"] .full-table.-attraction > table tbody td > .icon.-true::before,
html[lang="ko"] .full-table.-attraction > table tbody td > .icon.-true::before {
  color: #ff6f42;
}

html[lang="en"] .full-table.-map > table thead th,
html[lang="zh-cn"] .full-table.-map > table thead th,
html[lang="zh-tw"] .full-table.-map > table thead th,
html[lang="ko"] .full-table.-map > table thead th {
  border-bottom-color: #25b7c0;
}

html[lang="en"] .full-table.-map > table thead th.hd,
html[lang="zh-cn"] .full-table.-map > table thead th.hd,
html[lang="zh-tw"] .full-table.-map > table thead th.hd,
html[lang="ko"] .full-table.-map > table thead th.hd {
  border-color: #25b7c0;
}

html[lang="en"] .full-table.-map > table thead th.-em,
html[lang="zh-cn"] .full-table.-map > table thead th.-em,
html[lang="zh-tw"] .full-table.-map > table thead th.-em,
html[lang="ko"] .full-table.-map > table thead th.-em {
  background-color: #25b7c0;
}

html[lang="en"] .full-table.-map > table tbody th, html[lang="en"] .full-table.-map > table tbody td,
html[lang="zh-cn"] .full-table.-map > table tbody th,
html[lang="zh-cn"] .full-table.-map > table tbody td,
html[lang="zh-tw"] .full-table.-map > table tbody th,
html[lang="zh-tw"] .full-table.-map > table tbody td,
html[lang="ko"] .full-table.-map > table tbody th,
html[lang="ko"] .full-table.-map > table tbody td {
  border-bottom-color: #25b7c0;
}

html[lang="en"] .full-table.-map > table tbody th,
html[lang="zh-cn"] .full-table.-map > table tbody th,
html[lang="zh-tw"] .full-table.-map > table tbody th,
html[lang="ko"] .full-table.-map > table tbody th {
  border-right-color: #25b7c0;
}

html[lang="en"] .full-table.-map > table tbody th > a::after,
html[lang="zh-cn"] .full-table.-map > table tbody th > a::after,
html[lang="zh-tw"] .full-table.-map > table tbody th > a::after,
html[lang="ko"] .full-table.-map > table tbody th > a::after {
  color: #25b7c0;
}

html[lang="en"] .full-table.-map > table tbody td > .icon.-true::before,
html[lang="zh-cn"] .full-table.-map > table tbody td > .icon.-true::before,
html[lang="zh-tw"] .full-table.-map > table tbody td > .icon.-true::before,
html[lang="ko"] .full-table.-map > table tbody td > .icon.-true::before {
  color: #25b7c0;
}

html[lang="en"] .full-table.-ticket > table thead th,
html[lang="zh-cn"] .full-table.-ticket > table thead th,
html[lang="zh-tw"] .full-table.-ticket > table thead th,
html[lang="ko"] .full-table.-ticket > table thead th {
  border-bottom-color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table thead th.hd,
html[lang="zh-cn"] .full-table.-ticket > table thead th.hd,
html[lang="zh-tw"] .full-table.-ticket > table thead th.hd,
html[lang="ko"] .full-table.-ticket > table thead th.hd {
  border-color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table thead th.-em,
html[lang="zh-cn"] .full-table.-ticket > table thead th.-em,
html[lang="zh-tw"] .full-table.-ticket > table thead th.-em,
html[lang="ko"] .full-table.-ticket > table thead th.-em {
  background-color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table tbody th, html[lang="en"] .full-table.-ticket > table tbody td,
html[lang="zh-cn"] .full-table.-ticket > table tbody th,
html[lang="zh-cn"] .full-table.-ticket > table tbody td,
html[lang="zh-tw"] .full-table.-ticket > table tbody th,
html[lang="zh-tw"] .full-table.-ticket > table tbody td,
html[lang="ko"] .full-table.-ticket > table tbody th,
html[lang="ko"] .full-table.-ticket > table tbody td {
  border-bottom-color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table tbody th,
html[lang="zh-cn"] .full-table.-ticket > table tbody th,
html[lang="zh-tw"] .full-table.-ticket > table tbody th,
html[lang="ko"] .full-table.-ticket > table tbody th {
  border-right-color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table tbody th > a::after,
html[lang="zh-cn"] .full-table.-ticket > table tbody th > a::after,
html[lang="zh-tw"] .full-table.-ticket > table tbody th > a::after,
html[lang="ko"] .full-table.-ticket > table tbody th > a::after {
  color: #ffb400;
}

html[lang="en"] .full-table.-ticket > table tbody td > .icon.-true::before,
html[lang="zh-cn"] .full-table.-ticket > table tbody td > .icon.-true::before,
html[lang="zh-tw"] .full-table.-ticket > table tbody td > .icon.-true::before,
html[lang="ko"] .full-table.-ticket > table tbody td > .icon.-true::before {
  color: #ffb400;
}

html[lang="en"] .full-table.-schedule > table thead th,
html[lang="zh-cn"] .full-table.-schedule > table thead th,
html[lang="zh-tw"] .full-table.-schedule > table thead th,
html[lang="ko"] .full-table.-schedule > table thead th {
  border-bottom-color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table thead th.hd,
html[lang="zh-cn"] .full-table.-schedule > table thead th.hd,
html[lang="zh-tw"] .full-table.-schedule > table thead th.hd,
html[lang="ko"] .full-table.-schedule > table thead th.hd {
  border-color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table thead th.-em,
html[lang="zh-cn"] .full-table.-schedule > table thead th.-em,
html[lang="zh-tw"] .full-table.-schedule > table thead th.-em,
html[lang="ko"] .full-table.-schedule > table thead th.-em {
  background-color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table tbody th, html[lang="en"] .full-table.-schedule > table tbody td,
html[lang="zh-cn"] .full-table.-schedule > table tbody th,
html[lang="zh-cn"] .full-table.-schedule > table tbody td,
html[lang="zh-tw"] .full-table.-schedule > table tbody th,
html[lang="zh-tw"] .full-table.-schedule > table tbody td,
html[lang="ko"] .full-table.-schedule > table tbody th,
html[lang="ko"] .full-table.-schedule > table tbody td {
  border-bottom-color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table tbody th,
html[lang="zh-cn"] .full-table.-schedule > table tbody th,
html[lang="zh-tw"] .full-table.-schedule > table tbody th,
html[lang="ko"] .full-table.-schedule > table tbody th {
  border-right-color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table tbody th > a::after,
html[lang="zh-cn"] .full-table.-schedule > table tbody th > a::after,
html[lang="zh-tw"] .full-table.-schedule > table tbody th > a::after,
html[lang="ko"] .full-table.-schedule > table tbody th > a::after {
  color: #35c99d;
}

html[lang="en"] .full-table.-schedule > table tbody td > .icon.-true::before,
html[lang="zh-cn"] .full-table.-schedule > table tbody td > .icon.-true::before,
html[lang="zh-tw"] .full-table.-schedule > table tbody td > .icon.-true::before,
html[lang="ko"] .full-table.-schedule > table tbody td > .icon.-true::before {
  color: #35c99d;
}

html[lang="en"] .full-table.-access > table thead th,
html[lang="zh-cn"] .full-table.-access > table thead th,
html[lang="zh-tw"] .full-table.-access > table thead th,
html[lang="ko"] .full-table.-access > table thead th {
  border-bottom-color: #fa749a;
}

html[lang="en"] .full-table.-access > table thead th.hd,
html[lang="zh-cn"] .full-table.-access > table thead th.hd,
html[lang="zh-tw"] .full-table.-access > table thead th.hd,
html[lang="ko"] .full-table.-access > table thead th.hd {
  border-color: #fa749a;
}

html[lang="en"] .full-table.-access > table thead th.-em,
html[lang="zh-cn"] .full-table.-access > table thead th.-em,
html[lang="zh-tw"] .full-table.-access > table thead th.-em,
html[lang="ko"] .full-table.-access > table thead th.-em {
  background-color: #fa749a;
}

html[lang="en"] .full-table.-access > table tbody th, html[lang="en"] .full-table.-access > table tbody td,
html[lang="zh-cn"] .full-table.-access > table tbody th,
html[lang="zh-cn"] .full-table.-access > table tbody td,
html[lang="zh-tw"] .full-table.-access > table tbody th,
html[lang="zh-tw"] .full-table.-access > table tbody td,
html[lang="ko"] .full-table.-access > table tbody th,
html[lang="ko"] .full-table.-access > table tbody td {
  border-bottom-color: #fa749a;
}

html[lang="en"] .full-table.-access > table tbody th,
html[lang="zh-cn"] .full-table.-access > table tbody th,
html[lang="zh-tw"] .full-table.-access > table tbody th,
html[lang="ko"] .full-table.-access > table tbody th {
  border-right-color: #fa749a;
}

html[lang="en"] .full-table.-access > table tbody th > a::after,
html[lang="zh-cn"] .full-table.-access > table tbody th > a::after,
html[lang="zh-tw"] .full-table.-access > table tbody th > a::after,
html[lang="ko"] .full-table.-access > table tbody th > a::after {
  color: #fa749a;
}

html[lang="en"] .full-table.-access > table tbody td > .icon.-true::before,
html[lang="zh-cn"] .full-table.-access > table tbody td > .icon.-true::before,
html[lang="zh-tw"] .full-table.-access > table tbody td > .icon.-true::before,
html[lang="ko"] .full-table.-access > table tbody td > .icon.-true::before {
  color: #fa749a;
}

html[lang="en"] .full-table.-attraction > table thead th,
html[lang="zh-cn"] .full-table.-attraction > table thead th,
html[lang="zh-tw"] .full-table.-attraction > table thead th,
html[lang="ko"] .full-table.-attraction > table thead th {
  background-color: #fff3ef;
}

html[lang="en"] .full-table.-map > table thead th,
html[lang="zh-cn"] .full-table.-map > table thead th,
html[lang="zh-tw"] .full-table.-map > table thead th,
html[lang="ko"] .full-table.-map > table thead th {
  background-color: #f0fafb;
}

html[lang="en"] .full-table.-ticket > table thead th,
html[lang="zh-cn"] .full-table.-ticket > table thead th,
html[lang="zh-tw"] .full-table.-ticket > table thead th,
html[lang="ko"] .full-table.-ticket > table thead th {
  background-color: #ffefc9;
}

html[lang="en"] .full-table.-schedule > table thead th,
html[lang="zh-cn"] .full-table.-schedule > table thead th,
html[lang="zh-tw"] .full-table.-schedule > table thead th,
html[lang="ko"] .full-table.-schedule > table thead th {
  background-color: #effbf7;
}

html[lang="en"] .full-table.-access > table thead th,
html[lang="zh-cn"] .full-table.-access > table thead th,
html[lang="zh-tw"] .full-table.-access > table thead th,
html[lang="ko"] .full-table.-access > table thead th {
  background-color: #fff8fa;
}

.gnome-character._pconly {
  overflow: hidden;
  background-color: #fff;
}

.gnome-character._pconly > .text .pgh {
  text-align: center;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 17px;
}

.gnome-character._pconly > .button {
  text-align: center;
  margin: 25px 0;
}

.gnome-character._pconly > .button li {
  display: inline-block;
  margin: 0 12px;
}

.gnome-character._pconly > .button a:hover, .gnome-character._pconly > .button a:active, .gnome-character._pconly > .button a:focus {
  opacity: 0.7;
}

.gnome-character._pconly > .button img {
  height: 90px;
  width: auto;
}

.gnome-character._pconly > .character {
  position: relative;
  margin: 0 25px 35px;
}

.gnome-character._pconly > .character .hdg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.gnome-character._pconly > .character .pgh {
  position: relative;
  z-index: 10;
}

.gnome-character._pconly > .character.-pipin {
  min-height: 330px;
}

.gnome-character._pconly > .character.-pipin .pgh {
  padding: 175px 310px 75px 75px;
  background: url("/character/img/index_pc_gnome-character_character_pipin_border.png") 0 100% no-repeat;
}

.gnome-character._pconly > .character.-popy {
  min-height: 330px;
}

.gnome-character._pconly > .character.-popy .pgh {
  padding: 175px 75px 75px 310px;
  background: url("/character/img/index_pc_gnome-character_character_popy_border.png") 100% 100% no-repeat;
}

.gnome-character._pconly > .character.-frodo {
  min-height: 341px;
}

.gnome-character._pconly > .character.-frodo .pgh {
  padding: 190px 335px 75px 75px;
  background: url("/character/img/index_pc_gnome-character_character_frodo_border.png") 0 100% no-repeat;
}

.gnome-character._pconly > .character.-wizard {
  min-height: 334px;
}

.gnome-character._pconly > .character.-wizard .pgh {
  padding: 180px 75px 75px 310px;
  background: url("/character/img/index_pc_gnome-character_character_wizard_border.png") 100% 100% no-repeat;
}

.gnome-character._pconly > .character.-trump {
  min-height: 355px;
}

.gnome-character._pconly > .character.-trump .pgh {
  padding: 200px 400px 75px 75px;
  background: url("/character/img/index_pc_gnome-character_character_trump_border.png") 0 100% no-repeat;
}

.gnome-character._sponly {
  background-color: #fff;
  margin: 0 -10px;
  padding: 0 10px;
}

.gnome-character._sponly > .title {
  margin: 0 -10px;
}

.gnome-character._sponly > .title > .hdg {
  margin: 0;
}

.gnome-character._sponly > .title > .hdg > img {
  width: 100%;
}

.gnome-character._sponly > .text .pgh {
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 25px;
}

.gnome-character._sponly > .button {
  text-align: center;
  margin: 25px 0;
}

.gnome-character._sponly > .button li {
  margin: 0 0 10px;
}

.gnome-character._sponly > .button a:hover, .gnome-character._sponly > .button a:active, .gnome-character._sponly > .button a:focus {
  opacity: 0.6;
}

.gnome-character._sponly > .button img {
  max-height: 90px;
  max-width: 100%;
}

.gnome-character._sponly > .character {
  padding: 0 0 25px;
}

.gnome-character._sponly > .character > .hdg {
  padding: 15px 10px 65px;
  background-repeat: repeat;
}

.gnome-character._sponly > .character > .hdg > .name {
  text-align: center;
  margin: 0;
}

.gnome-character._sponly > .character > .hdg > .name > img {
  height: 29px;
}

.gnome-character._sponly > .character > .hdg > p {
  border-top-width: 2px;
  border-top-style: solid;
  font-size: 112.5%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: right;
  margin: 17px 0 0;
  padding: 10px 0 0;
}

.gnome-character._sponly > .character > .img {
  text-align: center;
  margin: -50px 0 18px;
}

.gnome-character._sponly > .character > .img > img {
  max-width: 100%;
}

.gnome-character._sponly > .character > .pgh {
  font-size: 87.5%;
  font-size: 1.4rem;
}

.gnome-character._sponly > .character.-pipin > .hdg {
  background-color: #42b8ef;
}

.gnome-character._sponly > .character.-pipin > .hdg > p {
  border-top-color: #c1ebff;
}

.gnome-character._sponly > .character.-pipin > .img > img {
  width: 247px;
}

.gnome-character._sponly > .character.-popy > .hdg {
  background-color: #fa749a;
}

.gnome-character._sponly > .character.-popy > .hdg > p {
  border-top-color: #ffc6d6;
}

.gnome-character._sponly > .character.-popy > .img > img {
  width: 238px;
}

.gnome-character._sponly > .character.-frodo > .hdg {
  background-color: #ff6f42;
}

.gnome-character._sponly > .character.-frodo > .hdg > p {
  border-top-color: #ffd0c1;
}

.gnome-character._sponly > .character.-frodo > .img > img {
  width: 240px;
}

.gnome-character._sponly > .character.-wizard > .hdg {
  background-color: #bc6dd3;
}

.gnome-character._sponly > .character.-wizard > .hdg > p {
  border-top-color: #efb9ff;
}

.gnome-character._sponly > .character.-wizard > .img > img {
  width: 239px;
}

.gnome-character._sponly > .character.-trump > .hdg {
  background-color: #35c99d;
}

.gnome-character._sponly > .character.-trump > .hdg > p {
  border-top-color: #36ffc3;
}

.gnome-character._sponly > .character.-trump > .img > img {
  width: 260px;
}

.gnome-slide._pconly {
  margin: 10px 0;
  padding: 25px 60px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #fcc800;
  border-radius: 10px;
}

.gnome-slide._pconly.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.gnome-slide._pconly .item > a {
  display: block;
  padding: 0 13px;
}

.gnome-slide._pconly .slick-prev, .gnome-slide._pconly .slick-next {
  top: 52%;
  width: auto;
  height: auto;
}

.gnome-slide._pconly .slick-prev::before, .gnome-slide._pconly .slick-next::before {
  color: #fff;
  font-size: 48px;
}

.gnome-slide._pconly .slick-prev {
  left: 5px;
}

.gnome-slide._pconly .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.gnome-slide._pconly .slick-next {
  right: 5px;
}

.gnome-slide._pconly .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.gnome-slidecontainer {
  background: #fff;
  margin: 0 -10px;
  padding: 1px 10px 25px;
}

.gnome-slide._sponly {
  margin: 10px 0;
  padding: 10px 35px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #fcc800;
  border-radius: 10px;
}

.gnome-slide._sponly.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.gnome-slide._sponly .item > a {
  display: block;
  padding: 0 5px;
}

.gnome-slide._sponly .item > a > img {
  max-width: 100%;
}

.gnome-slide._sponly .slick-prev, .gnome-slide._sponly .slick-next {
  top: 52%;
  width: auto;
  height: auto;
}

.gnome-slide._sponly .slick-prev::before, .gnome-slide._sponly .slick-next::before {
  color: #fff;
  font-size: 34px;
}

.gnome-slide._sponly .slick-prev {
  left: 5px;
}

.gnome-slide._sponly .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.gnome-slide._sponly .slick-next {
  right: 5px;
}

.gnome-slide._sponly .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.gnome-title._pconly {
  position: relative;
}

.gnome-title._pconly > .hdg {
  margin: 0;
}

.gnome-title._pconly > .button {
  position: absolute;
  top: 314px;
  left: 497px;
  margin: 0;
}

.gnome-title._pconly > .button > a:hover, .gnome-title._pconly > .button > a:active, .gnome-title._pconly > .button > a:focus {
  opacity: 0.8;
}

.gnome-title._sponly {
  margin: -18px -10px 0;
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}

.gnome-title._sponly > .hdg {
  margin: 0;
}

.gnome-title._sponly > .hdg > img {
  width: 100%;
}

.gnome-title._sponly > .button {
  position: absolute;
  top: 63%;
  left: 52%;
}

.gnome-title._sponly > .button > a:hover, .gnome-title._sponly > .button > a:active, .gnome-title._sponly > .button > a:focus {
  opacity: 0.8;
}

.gnome-title._sponly > .button > a > img {
  width: 145px;
}

.grid-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container {
    -js-display: block;
    display: block;
    margin: 0;
  }
}

.grid-container.-col2 > .col {
  width: calc((99.99% - 10px * 2 * 2) / 2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col {
    width: 100%;
  }
}

.grid-container.-col3 > .col {
  width: calc((99.99% - 10px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col {
    width: 100%;
  }
}

.grid-container.-col4 > .col {
  width: calc((99.99% - 10px * 2 * 4) / 4);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col {
    width: 100%;
  }
}

.grid-container.-col5 > .col {
  width: calc((99.99% - 10px * 2 * 5) / 5);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col5 > .col {
    width: 100%;
  }
}

.grid-container.-col6 > .col {
  width: calc((99.99% - 10px * 2 * 6) / 6);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col6 > .col {
    width: 100%;
  }
}

.grid-container.-col7 > .col {
  width: calc((99.99% - 10px * 2 * 7) / 7);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col7 > .col {
    width: 100%;
  }
}

.grid-container.-col8 > .col {
  width: calc((99.99% - 10px * 2 * 8) / 8);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col8 > .col {
    width: 100%;
  }
}

.grid-container > .col {
  margin: 0 10px;
}

.grid-container > .col img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container > .col {
    margin: 0;
  }
}

.guide-map {
  margin: 15px 0 30px;
  height: 700px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .guide-map {
    height: 300px;
    margin: 10px -20px 20px;
  }
}

.hdg-category {
  margin: 40px 0 20px;
  border: 1px solid #42b8ef;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .hdg-category {
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.hdg-category::before {
  display: table-cell;
  content: '';
  width: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .hdg-category::before {
    width: 36px;
  }
}

.hdg-category > span {
  display: table-cell;
  padding: 6px 13px 4px;
  vertical-align: middle;
}

.hdg-category > span::before {
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #fff70f;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 120%;
}

.hdg-category.-attraction {
  border-color: #ff6f42;
}

.hdg-category.-attraction::before {
  background-color: #ff6f42;
}

.hdg-category.-event {
  border-color: #25b7c0;
}

.hdg-category.-event::before {
  background-color: #25b7c0;
}

.hdg-category.-food {
  border-color: #ffb400;
}

.hdg-category.-food::before {
  background-color: #ffb400;
}

.hdg-category.-shop {
  border-color: #ffb400;
}

.hdg-category.-shop::before {
  background-color: #ffb400;
}

.hdg-category.-animal {
  border-color: #35c99d;
}

.hdg-category.-animal::before {
  background-color: #35c99d;
}

.hdg-category.-plant {
  border-color: #35c99d;
}

.hdg-category.-plant::before {
  background-color: #35c99d;
}

.hdg-category.-movie {
  border-color: #fa749a;
}

.hdg-category.-movie::before {
  background-color: #fa749a;
}

.hdg-category.-gnome {
  border-color: #fb5959;
}

.hdg-category.-gnome::before {
  background-color: #fb5959;
}

.hdg-category.-topics {
  border-color: #90c31f;
}

.hdg-category.-topics::before {
  background-color: #90c31f;
}

.hdg-lv2, .bottom > .detail-description.-movie.-bottom > h2:not([class]), .topics-detail > h2:not([class]), .event-detail > h2:not([class]) {
  margin: 2.1em 0 15px;
  padding: 0 0 8px;
  border-bottom: 2px solid #42b8ef;
  line-height: 1.4;
  font-size: 150%;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .hdg-lv2, html:not(.-noresponsive) .bottom > .detail-description.-movie.-bottom > h2:not([class]), html:not(.-noresponsive) .topics-detail > h2:not([class]), html:not(.-noresponsive) .event-detail > h2:not([class]) {
    font-size: 137.5%;
    font-size: 2.2rem;
  }
}

.section-block > .hdg-lv2:first-child, .bottom > .detail-description.-movie.-bottom.section-block > h2:first-child:not([class]), .topics-detail.section-block > h2:first-child:not([class]), .event-detail.section-block > h2:first-child:not([class]) {
  margin-top: 10px;
}

.inquiry-block > .hdg-lv2, .bottom > .detail-description.-movie.-bottom.inquiry-block > h2:not([class]), .topics-detail.inquiry-block > h2:not([class]), .event-detail.inquiry-block > h2:not([class]) {
  font-size: 125%;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .inquiry-block > .hdg-lv2, html:not(.-noresponsive) .bottom > .detail-description.-movie.-bottom.inquiry-block > h2:not([class]), html:not(.-noresponsive) .topics-detail.inquiry-block > h2:not([class]), html:not(.-noresponsive) .event-detail.inquiry-block > h2:not([class]) {
    font-size: 112.5%;
    font-size: 1.8rem;
  }
}

.hdg-lv2 > .label, .bottom > .detail-description.-movie.-bottom > h2:not([class]) > .label, .topics-detail > h2:not([class]) > .label, .event-detail > h2:not([class]) > .label {
  display: inline-block;
  font-size: 58.33333%;
  font-size: 1.4rem;
  background-color: #edf8fe;
  border-radius: 4px;
  padding: 2px 35px;
  margin-left: 1.5em;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .hdg-lv2 > .label, html:not(.-noresponsive) .bottom > .detail-description.-movie.-bottom > h2:not([class]) > .label, html:not(.-noresponsive) .topics-detail > h2:not([class]) > .label, html:not(.-noresponsive) .event-detail > h2:not([class]) > .label {
    font-size: 54.54545%;
    font-size: 1.2rem;
  }
}

.hdg-lv2.-icon > span, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span, .topics-detail > h2.-icon:not([class]) > span, .event-detail > h2.-icon:not([class]) > span {
  display: block;
  position: relative;
}

.hdg-lv2.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span::before, .topics-detail > h2.-icon:not([class]) > span::before, .event-detail > h2.-icon:not([class]) > span::before {
  display: block;
  content: '';
  color: #42b8ef;
}

.hdg-lv2.-icon > span.-info, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-info, .topics-detail > h2.-icon:not([class]) > span.-info, .event-detail > h2.-icon:not([class]) > span.-info {
  padding-left: 1.3em;
}

.hdg-lv2.-icon > span.-info::before, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-info::before, .topics-detail > h2.-icon:not([class]) > span.-info::before, .event-detail > h2.-icon:not([class]) > span.-info::before {
  position: absolute;
  top: -5px;
  left: 0;
  font-family: 'FontAwesome';
  content: "";
  font-size: 125%;
  font-size: 3rem;
}

.hdg-lv2.-icon > span.-movie, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-movie, .topics-detail > h2.-icon:not([class]) > span.-movie, .event-detail > h2.-icon:not([class]) > span.-movie {
  padding-left: 1.6em;
}

.hdg-lv2.-icon > span.-movie::before, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-movie::before, .topics-detail > h2.-icon:not([class]) > span.-movie::before, .event-detail > h2.-icon:not([class]) > span.-movie::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -37px -689px;
  width: 27px;
  height: 31px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hdg-lv2.-icon > span.-movie::before, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-movie::before, .topics-detail > h2.-icon:not([class]) > span.-movie::before, .event-detail > h2.-icon:not([class]) > span.-movie::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-attraction, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-attraction, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-attraction,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-attraction,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="ko"] .hdg-lv2.-icon > span.-attraction,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-attraction,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-attraction {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-attraction::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-attraction::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-attraction::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="ko"] .hdg-lv2.-icon > span.-attraction::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-attraction::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -588px -388px;
  width: 32px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-attraction::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-attraction::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-attraction::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-attraction::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-attraction::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-attraction::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-map, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-map, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-map,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-map,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-map,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-map,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-map,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-map,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-map,
html[lang="ko"] .hdg-lv2.-icon > span.-map,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-map,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-map {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-map::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-map::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-map::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-map::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="ko"] .hdg-lv2.-icon > span.-map::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-map::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -753px -584px;
  width: 29px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-map::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-map::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-map::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-map::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-map::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-map::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-map::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-map::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-ticket, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-ticket, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-ticket,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-ticket,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="ko"] .hdg-lv2.-icon > span.-ticket,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-ticket,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-ticket {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-ticket::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-ticket::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-ticket::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="ko"] .hdg-lv2.-icon > span.-ticket::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-ticket::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -518px -291px;
  width: 35px;
  height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-ticket::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-ticket::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-ticket::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-ticket::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-ticket::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-ticket::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-schedule, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-schedule, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-schedule,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-schedule,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="ko"] .hdg-lv2.-icon > span.-schedule,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-schedule,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-schedule {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-schedule::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-schedule::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-schedule::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="ko"] .hdg-lv2.-icon > span.-schedule::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-schedule::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -108px -647px;
  width: 29px;
  height: 29px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-schedule::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-schedule::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-schedule::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-schedule::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-schedule::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-schedule::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-access, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-access, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-access,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-access,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-access,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-access,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-access,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-access,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-access,
html[lang="ko"] .hdg-lv2.-icon > span.-access,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-access,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-access {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-access::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-access::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-access::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-access::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="ko"] .hdg-lv2.-icon > span.-access::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-access::before {
  position: absolute;
  top: 0;
  left: 8px;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -80px -726px;
  width: 22px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-access::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-access::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-access::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-access::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-access::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-access::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-access::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-access::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-skate, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-skate, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-skate,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-skate,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-skate,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-skate,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-skate,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-skate,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-skate,
html[lang="ko"] .hdg-lv2.-icon > span.-skate,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-skate,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-skate {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-skate::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-skate::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-skate::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-skate::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="ko"] .hdg-lv2.-icon > span.-skate::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-skate::before {
  position: absolute;
  top: -2px;
  left: 4px;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -597px -606px;
  width: 32px;
  height: 29px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-skate::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-skate::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-skate::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-skate::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-skate::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-skate::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-skate::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-skate::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

html[lang="en"] .hdg-lv2.-icon > span.-memories, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-memories, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-memories,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-memories,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-memories,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-memories,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-memories,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-memories,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-memories,
html[lang="ko"] .hdg-lv2.-icon > span.-memories,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-memories,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-memories {
  padding-left: 1.9em;
}

html[lang="en"] .hdg-lv2.-icon > span.-memories::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-memories::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-cn"] .hdg-lv2.-icon > span.-memories::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-tw"] .hdg-lv2.-icon > span.-memories::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="ko"] .hdg-lv2.-icon > span.-memories::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-memories::before {
  position: absolute;
  top: 0;
  left: 1px;
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0px -689px;
  width: 32px;
  height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html[lang="en"] .hdg-lv2.-icon > span.-memories::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before, html[lang="en"] .topics-detail > h2.-icon:not([class]) > span.-memories::before, html[lang="en"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-cn"] .hdg-lv2.-icon > span.-memories::before,
  html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-cn"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-cn"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-tw"] .hdg-lv2.-icon > span.-memories::before,
  html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-tw"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="zh-tw"] .event-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="ko"] .hdg-lv2.-icon > span.-memories::before,
  html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span.-memories::before,
  html[lang="ko"] .topics-detail > h2.-icon:not([class]) > span.-memories::before,
  html[lang="ko"] .event-detail > h2.-icon:not([class]) > span.-memories::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.hdg-lv2.-attraction, .bottom > .detail-description.-movie.-bottom > h2.-attraction:not([class]), .topics-detail > h2.-attraction:not([class]), .event-detail > h2.-attraction:not([class]) {
  border-color: #ff6f42;
}

.hdg-lv2.-attraction.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-attraction.-icon:not([class]) > span::before, .topics-detail > h2.-attraction.-icon:not([class]) > span::before, .event-detail > h2.-attraction.-icon:not([class]) > span::before {
  color: #ff6f42;
}

.hdg-lv2.-event, .bottom > .detail-description.-movie.-bottom > h2.-event:not([class]), .topics-detail > h2.-event:not([class]), .event-detail > h2.-event:not([class]) {
  border-color: #25b7c0;
}

.hdg-lv2.-event.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-event.-icon:not([class]) > span::before, .topics-detail > h2.-event.-icon:not([class]) > span::before, .event-detail > h2.-event.-icon:not([class]) > span::before {
  color: #25b7c0;
}

.hdg-lv2.-food, .bottom > .detail-description.-movie.-bottom > h2.-food:not([class]), .topics-detail > h2.-food:not([class]), .event-detail > h2.-food:not([class]) {
  border-color: #ffb400;
}

.hdg-lv2.-food.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-food.-icon:not([class]) > span::before, .topics-detail > h2.-food.-icon:not([class]) > span::before, .event-detail > h2.-food.-icon:not([class]) > span::before {
  color: #ffb400;
}

.hdg-lv2.-shop, .bottom > .detail-description.-movie.-bottom > h2.-shop:not([class]), .topics-detail > h2.-shop:not([class]), .event-detail > h2.-shop:not([class]) {
  border-color: #ffb400;
}

.hdg-lv2.-shop.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-shop.-icon:not([class]) > span::before, .topics-detail > h2.-shop.-icon:not([class]) > span::before, .event-detail > h2.-shop.-icon:not([class]) > span::before {
  color: #ffb400;
}

.hdg-lv2.-animal, .bottom > .detail-description.-movie.-bottom > h2.-animal:not([class]), .topics-detail > h2.-animal:not([class]), .event-detail > h2.-animal:not([class]) {
  border-color: #35c99d;
}

.hdg-lv2.-animal.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-animal.-icon:not([class]) > span::before, .topics-detail > h2.-animal.-icon:not([class]) > span::before, .event-detail > h2.-animal.-icon:not([class]) > span::before {
  color: #35c99d;
}

.hdg-lv2.-plant, .bottom > .detail-description.-movie.-bottom > h2.-plant:not([class]), .topics-detail > h2.-plant:not([class]), .event-detail > h2.-plant:not([class]) {
  border-color: #35c99d;
}

.hdg-lv2.-plant.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-plant.-icon:not([class]) > span::before, .topics-detail > h2.-plant.-icon:not([class]) > span::before, .event-detail > h2.-plant.-icon:not([class]) > span::before {
  color: #35c99d;
}

.hdg-lv2.-movie, .bottom > .detail-description.-movie.-bottom > h2:not([class]), .topics-detail > h2.-movie:not([class]), .event-detail > h2.-movie:not([class]) {
  border-color: #fa749a;
}

.hdg-lv2.-movie.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-icon:not([class]) > span::before, .topics-detail > h2.-movie.-icon:not([class]) > span::before, .event-detail > h2.-movie.-icon:not([class]) > span::before {
  color: #fa749a;
}

.hdg-lv2.-gnome, .bottom > .detail-description.-movie.-bottom > h2.-gnome:not([class]), .topics-detail > h2.-gnome:not([class]), .event-detail > h2.-gnome:not([class]) {
  border-color: #fb5959;
}

.hdg-lv2.-gnome.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-gnome.-icon:not([class]) > span::before, .topics-detail > h2.-gnome.-icon:not([class]) > span::before, .event-detail > h2.-gnome.-icon:not([class]) > span::before {
  color: #fb5959;
}

.hdg-lv2.-topics, .bottom > .detail-description.-movie.-bottom > h2.-topics:not([class]), .topics-detail > h2:not([class]), .event-detail > h2:not([class]) {
  border-color: #90c31f;
}

.hdg-lv2.-topics.-icon > span::before, .bottom > .detail-description.-movie.-bottom > h2.-topics.-icon:not([class]) > span::before, .topics-detail > h2.-icon:not([class]) > span::before, .event-detail > h2.-icon:not([class]) > span::before {
  color: #90c31f;
}

html[lang="en"] .hdg-lv2.-attraction, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-attraction:not([class]), html[lang="en"] .topics-detail > h2.-attraction:not([class]), html[lang="en"] .event-detail > h2.-attraction:not([class]),
html[lang="zh-cn"] .hdg-lv2.-attraction,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-attraction:not([class]),
html[lang="zh-cn"] .topics-detail > h2.-attraction:not([class]),
html[lang="zh-cn"] .event-detail > h2.-attraction:not([class]),
html[lang="zh-tw"] .hdg-lv2.-attraction,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-attraction:not([class]),
html[lang="zh-tw"] .topics-detail > h2.-attraction:not([class]),
html[lang="zh-tw"] .event-detail > h2.-attraction:not([class]),
html[lang="ko"] .hdg-lv2.-attraction,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-attraction:not([class]),
html[lang="ko"] .topics-detail > h2.-attraction:not([class]),
html[lang="ko"] .event-detail > h2.-attraction:not([class]) {
  border-color: #ff6f42;
}

html[lang="en"] .hdg-lv2.-attraction.-icon > span::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-attraction.-icon:not([class]) > span::before, html[lang="en"] .topics-detail > h2.-attraction.-icon:not([class]) > span::before, html[lang="en"] .event-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-cn"] .hdg-lv2.-attraction.-icon > span::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-cn"] .topics-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-cn"] .event-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-tw"] .hdg-lv2.-attraction.-icon > span::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-tw"] .topics-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="zh-tw"] .event-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="ko"] .hdg-lv2.-attraction.-icon > span::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-attraction.-icon:not([class]) > span::before,
html[lang="ko"] .topics-detail > h2.-attraction.-icon:not([class]) > span::before,
html[lang="ko"] .event-detail > h2.-attraction.-icon:not([class]) > span::before {
  color: #ff6f42;
}

html[lang="en"] .hdg-lv2.-map, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-map:not([class]), html[lang="en"] .topics-detail > h2.-map:not([class]), html[lang="en"] .event-detail > h2.-map:not([class]),
html[lang="zh-cn"] .hdg-lv2.-map,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-map:not([class]),
html[lang="zh-cn"] .topics-detail > h2.-map:not([class]),
html[lang="zh-cn"] .event-detail > h2.-map:not([class]),
html[lang="zh-tw"] .hdg-lv2.-map,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-map:not([class]),
html[lang="zh-tw"] .topics-detail > h2.-map:not([class]),
html[lang="zh-tw"] .event-detail > h2.-map:not([class]),
html[lang="ko"] .hdg-lv2.-map,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-map:not([class]),
html[lang="ko"] .topics-detail > h2.-map:not([class]),
html[lang="ko"] .event-detail > h2.-map:not([class]) {
  border-color: #25b7c0;
}

html[lang="en"] .hdg-lv2.-map.-icon > span::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-map.-icon:not([class]) > span::before, html[lang="en"] .topics-detail > h2.-map.-icon:not([class]) > span::before, html[lang="en"] .event-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-cn"] .hdg-lv2.-map.-icon > span::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-cn"] .topics-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-cn"] .event-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-tw"] .hdg-lv2.-map.-icon > span::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-tw"] .topics-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="zh-tw"] .event-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="ko"] .hdg-lv2.-map.-icon > span::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-map.-icon:not([class]) > span::before,
html[lang="ko"] .topics-detail > h2.-map.-icon:not([class]) > span::before,
html[lang="ko"] .event-detail > h2.-map.-icon:not([class]) > span::before {
  color: #25b7c0;
}

html[lang="en"] .hdg-lv2.-ticket, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-ticket:not([class]), html[lang="en"] .topics-detail > h2.-ticket:not([class]), html[lang="en"] .event-detail > h2.-ticket:not([class]),
html[lang="zh-cn"] .hdg-lv2.-ticket,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-ticket:not([class]),
html[lang="zh-cn"] .topics-detail > h2.-ticket:not([class]),
html[lang="zh-cn"] .event-detail > h2.-ticket:not([class]),
html[lang="zh-tw"] .hdg-lv2.-ticket,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-ticket:not([class]),
html[lang="zh-tw"] .topics-detail > h2.-ticket:not([class]),
html[lang="zh-tw"] .event-detail > h2.-ticket:not([class]),
html[lang="ko"] .hdg-lv2.-ticket,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-ticket:not([class]),
html[lang="ko"] .topics-detail > h2.-ticket:not([class]),
html[lang="ko"] .event-detail > h2.-ticket:not([class]) {
  border-color: #ffb400;
}

html[lang="en"] .hdg-lv2.-ticket.-icon > span::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-ticket.-icon:not([class]) > span::before, html[lang="en"] .topics-detail > h2.-ticket.-icon:not([class]) > span::before, html[lang="en"] .event-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-cn"] .hdg-lv2.-ticket.-icon > span::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-cn"] .topics-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-cn"] .event-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-tw"] .hdg-lv2.-ticket.-icon > span::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-tw"] .topics-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="zh-tw"] .event-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="ko"] .hdg-lv2.-ticket.-icon > span::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-ticket.-icon:not([class]) > span::before,
html[lang="ko"] .topics-detail > h2.-ticket.-icon:not([class]) > span::before,
html[lang="ko"] .event-detail > h2.-ticket.-icon:not([class]) > span::before {
  color: #ffb400;
}

html[lang="en"] .hdg-lv2.-schedule, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-schedule:not([class]), html[lang="en"] .topics-detail > h2.-schedule:not([class]), html[lang="en"] .event-detail > h2.-schedule:not([class]),
html[lang="zh-cn"] .hdg-lv2.-schedule,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-schedule:not([class]),
html[lang="zh-cn"] .topics-detail > h2.-schedule:not([class]),
html[lang="zh-cn"] .event-detail > h2.-schedule:not([class]),
html[lang="zh-tw"] .hdg-lv2.-schedule,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-schedule:not([class]),
html[lang="zh-tw"] .topics-detail > h2.-schedule:not([class]),
html[lang="zh-tw"] .event-detail > h2.-schedule:not([class]),
html[lang="ko"] .hdg-lv2.-schedule,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-schedule:not([class]),
html[lang="ko"] .topics-detail > h2.-schedule:not([class]),
html[lang="ko"] .event-detail > h2.-schedule:not([class]) {
  border-color: #35c99d;
}

html[lang="en"] .hdg-lv2.-schedule.-icon > span::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-schedule.-icon:not([class]) > span::before, html[lang="en"] .topics-detail > h2.-schedule.-icon:not([class]) > span::before, html[lang="en"] .event-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-cn"] .hdg-lv2.-schedule.-icon > span::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-cn"] .topics-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-cn"] .event-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-tw"] .hdg-lv2.-schedule.-icon > span::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-tw"] .topics-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="zh-tw"] .event-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="ko"] .hdg-lv2.-schedule.-icon > span::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-schedule.-icon:not([class]) > span::before,
html[lang="ko"] .topics-detail > h2.-schedule.-icon:not([class]) > span::before,
html[lang="ko"] .event-detail > h2.-schedule.-icon:not([class]) > span::before {
  color: #35c99d;
}

html[lang="en"] .hdg-lv2.-access, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-access:not([class]), html[lang="en"] .topics-detail > h2.-access:not([class]), html[lang="en"] .event-detail > h2.-access:not([class]),
html[lang="zh-cn"] .hdg-lv2.-access,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-access:not([class]),
html[lang="zh-cn"] .topics-detail > h2.-access:not([class]),
html[lang="zh-cn"] .event-detail > h2.-access:not([class]),
html[lang="zh-tw"] .hdg-lv2.-access,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-access:not([class]),
html[lang="zh-tw"] .topics-detail > h2.-access:not([class]),
html[lang="zh-tw"] .event-detail > h2.-access:not([class]),
html[lang="ko"] .hdg-lv2.-access,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-access:not([class]),
html[lang="ko"] .topics-detail > h2.-access:not([class]),
html[lang="ko"] .event-detail > h2.-access:not([class]) {
  border-color: #fa749a;
}

html[lang="en"] .hdg-lv2.-access.-icon > span::before, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h2.-access.-icon:not([class]) > span::before, html[lang="en"] .topics-detail > h2.-access.-icon:not([class]) > span::before, html[lang="en"] .event-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-cn"] .hdg-lv2.-access.-icon > span::before,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-cn"] .topics-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-cn"] .event-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-tw"] .hdg-lv2.-access.-icon > span::before,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-tw"] .topics-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="zh-tw"] .event-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="ko"] .hdg-lv2.-access.-icon > span::before,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h2.-access.-icon:not([class]) > span::before,
html[lang="ko"] .topics-detail > h2.-access.-icon:not([class]) > span::before,
html[lang="ko"] .event-detail > h2.-access.-icon:not([class]) > span::before {
  color: #fa749a;
}

.hdg-lv3_2 {
  margin: 0 0 10px;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #42b8ef;
  position: relative;
}

.hdg-lv3_2::before {
  display: table-cell;
  content: '';
  width: 36px;
  vertical-align: middle;
  background: #42b8ef;
}

.hdg-lv3_2 > span {
  display: table-cell;
  padding: 8px 13px 6px;
  vertical-align: middle;
}

.hdg-lv3_2 > span::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #ffde07;
  position: absolute;
  width: 36px;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 120%;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.hdg-lv3_2.-attraction {
  border-color: #ff6f42;
}

.hdg-lv3_2.-attraction::before {
  background-color: #ff6f42;
}

.hdg-lv3_2.-event {
  border-color: #25b7c0;
}

.hdg-lv3_2.-event::before {
  background-color: #25b7c0;
}

.hdg-lv3_2.-food {
  border-color: #ffb400;
}

.hdg-lv3_2.-food::before {
  background-color: #ffb400;
}

.hdg-lv3_2.-shop {
  border-color: #ffb400;
}

.hdg-lv3_2.-shop::before {
  background-color: #ffb400;
}

.hdg-lv3_2.-animal {
  border-color: #35c99d;
}

.hdg-lv3_2.-animal::before {
  background-color: #35c99d;
}

.hdg-lv3_2.-plant {
  border-color: #35c99d;
}

.hdg-lv3_2.-plant::before {
  background-color: #35c99d;
}

.hdg-lv3_2.-movie {
  border-color: #fa749a;
}

.hdg-lv3_2.-movie::before {
  background-color: #fa749a;
}

.hdg-lv3_2.-gnome {
  border-color: #fb5959;
}

.hdg-lv3_2.-gnome::before {
  background-color: #fb5959;
}

.hdg-lv3_2.-topics {
  border-color: #90c31f;
}

.hdg-lv3_2.-topics::before {
  background-color: #90c31f;
}

.hdg-lv3, .bottom > .detail-description.-movie.-bottom > h3:not([class]), .topics-detail > h3:not([class]), .event-detail > h3:not([class]) {
  margin: 1.5em 0 15px;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  background-color: #f6f6f6;
  border-left: 9px solid #43b8ee;
  line-height: 1.4;
  padding: 7px 10px 5px 8px;
}

.grid-container.-col2 > .col:nth-child(1) > .hdg-lv3, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(1) > h3:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(1) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(1) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(1) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col2 > .col:nth-child(2) > .hdg-lv3, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(2) > h3:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(2) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(2) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(2) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(1) > .hdg-lv3, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(1) > h3:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(1) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(1) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(1) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(2) > .hdg-lv3, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(2) > h3:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(2) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(2) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(2) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(3) > .hdg-lv3, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h3:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(3) > h3:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(3) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(3) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(3) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(3) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(1) > .hdg-lv3, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(1) > h3:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(1) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(1) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(1) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(1) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(2) > .hdg-lv3, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(2) > h3:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(2) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(2) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(2) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(2) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(3) > .hdg-lv3, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h3:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(3) > h3:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(3) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(3) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(3) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(3) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(4) > .hdg-lv3, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h3:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(4) > h3:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(4) > h3:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(4) > .hdg-lv3, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(4) > h3:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(4) > h3:not([class]) {
    margin-top: 1.5em;
  }
}

.hdg-lv3.-attraction, .bottom > .detail-description.-movie.-bottom > h3.-attraction:not([class]), .topics-detail > h3.-attraction:not([class]), .event-detail > h3.-attraction:not([class]) {
  border-left-color: #ff6f42;
}

.hdg-lv3.-event, .bottom > .detail-description.-movie.-bottom > h3.-event:not([class]), .topics-detail > h3.-event:not([class]), .event-detail > h3.-event:not([class]) {
  border-left-color: #25b7c0;
}

.hdg-lv3.-food, .bottom > .detail-description.-movie.-bottom > h3.-food:not([class]), .topics-detail > h3.-food:not([class]), .event-detail > h3.-food:not([class]) {
  border-left-color: #ffb400;
}

.hdg-lv3.-shop, .bottom > .detail-description.-movie.-bottom > h3.-shop:not([class]), .topics-detail > h3.-shop:not([class]), .event-detail > h3.-shop:not([class]) {
  border-left-color: #ffb400;
}

.hdg-lv3.-animal, .bottom > .detail-description.-movie.-bottom > h3.-animal:not([class]), .topics-detail > h3.-animal:not([class]), .event-detail > h3.-animal:not([class]) {
  border-left-color: #35c99d;
}

.hdg-lv3.-plant, .bottom > .detail-description.-movie.-bottom > h3.-plant:not([class]), .topics-detail > h3.-plant:not([class]), .event-detail > h3.-plant:not([class]) {
  border-left-color: #35c99d;
}

.hdg-lv3.-movie, .bottom > .detail-description.-movie.-bottom > h3:not([class]), .topics-detail > h3.-movie:not([class]), .event-detail > h3.-movie:not([class]) {
  border-left-color: #fa749a;
}

.hdg-lv3.-gnome, .bottom > .detail-description.-movie.-bottom > h3.-gnome:not([class]), .topics-detail > h3.-gnome:not([class]), .event-detail > h3.-gnome:not([class]) {
  border-left-color: #fb5959;
}

.hdg-lv3.-topics, .bottom > .detail-description.-movie.-bottom > h3.-topics:not([class]), .topics-detail > h3:not([class]), .event-detail > h3:not([class]) {
  border-left-color: #90c31f;
}

html[lang="en"] .hdg-lv3.-attraction, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h3.-attraction:not([class]), html[lang="en"] .topics-detail > h3.-attraction:not([class]), html[lang="en"] .event-detail > h3.-attraction:not([class]),
html[lang="zh-cn"] .hdg-lv3.-attraction,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h3.-attraction:not([class]),
html[lang="zh-cn"] .topics-detail > h3.-attraction:not([class]),
html[lang="zh-cn"] .event-detail > h3.-attraction:not([class]),
html[lang="zh-tw"] .hdg-lv3.-attraction,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h3.-attraction:not([class]),
html[lang="zh-tw"] .topics-detail > h3.-attraction:not([class]),
html[lang="zh-tw"] .event-detail > h3.-attraction:not([class]),
html[lang="ko"] .hdg-lv3.-attraction,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h3.-attraction:not([class]),
html[lang="ko"] .topics-detail > h3.-attraction:not([class]),
html[lang="ko"] .event-detail > h3.-attraction:not([class]) {
  border-left-color: #ff6f42;
}

html[lang="en"] .hdg-lv3.-map, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h3.-map:not([class]), html[lang="en"] .topics-detail > h3.-map:not([class]), html[lang="en"] .event-detail > h3.-map:not([class]),
html[lang="zh-cn"] .hdg-lv3.-map,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h3.-map:not([class]),
html[lang="zh-cn"] .topics-detail > h3.-map:not([class]),
html[lang="zh-cn"] .event-detail > h3.-map:not([class]),
html[lang="zh-tw"] .hdg-lv3.-map,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h3.-map:not([class]),
html[lang="zh-tw"] .topics-detail > h3.-map:not([class]),
html[lang="zh-tw"] .event-detail > h3.-map:not([class]),
html[lang="ko"] .hdg-lv3.-map,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h3.-map:not([class]),
html[lang="ko"] .topics-detail > h3.-map:not([class]),
html[lang="ko"] .event-detail > h3.-map:not([class]) {
  border-left-color: #25b7c0;
}

html[lang="en"] .hdg-lv3.-ticket, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h3.-ticket:not([class]), html[lang="en"] .topics-detail > h3.-ticket:not([class]), html[lang="en"] .event-detail > h3.-ticket:not([class]),
html[lang="zh-cn"] .hdg-lv3.-ticket,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h3.-ticket:not([class]),
html[lang="zh-cn"] .topics-detail > h3.-ticket:not([class]),
html[lang="zh-cn"] .event-detail > h3.-ticket:not([class]),
html[lang="zh-tw"] .hdg-lv3.-ticket,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h3.-ticket:not([class]),
html[lang="zh-tw"] .topics-detail > h3.-ticket:not([class]),
html[lang="zh-tw"] .event-detail > h3.-ticket:not([class]),
html[lang="ko"] .hdg-lv3.-ticket,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h3.-ticket:not([class]),
html[lang="ko"] .topics-detail > h3.-ticket:not([class]),
html[lang="ko"] .event-detail > h3.-ticket:not([class]) {
  border-left-color: #ffb400;
}

html[lang="en"] .hdg-lv3.-schedule, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h3.-schedule:not([class]), html[lang="en"] .topics-detail > h3.-schedule:not([class]), html[lang="en"] .event-detail > h3.-schedule:not([class]),
html[lang="zh-cn"] .hdg-lv3.-schedule,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h3.-schedule:not([class]),
html[lang="zh-cn"] .topics-detail > h3.-schedule:not([class]),
html[lang="zh-cn"] .event-detail > h3.-schedule:not([class]),
html[lang="zh-tw"] .hdg-lv3.-schedule,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h3.-schedule:not([class]),
html[lang="zh-tw"] .topics-detail > h3.-schedule:not([class]),
html[lang="zh-tw"] .event-detail > h3.-schedule:not([class]),
html[lang="ko"] .hdg-lv3.-schedule,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h3.-schedule:not([class]),
html[lang="ko"] .topics-detail > h3.-schedule:not([class]),
html[lang="ko"] .event-detail > h3.-schedule:not([class]) {
  border-left-color: #35c99d;
}

html[lang="en"] .hdg-lv3.-access, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h3.-access:not([class]), html[lang="en"] .topics-detail > h3.-access:not([class]), html[lang="en"] .event-detail > h3.-access:not([class]),
html[lang="zh-cn"] .hdg-lv3.-access,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h3.-access:not([class]),
html[lang="zh-cn"] .topics-detail > h3.-access:not([class]),
html[lang="zh-cn"] .event-detail > h3.-access:not([class]),
html[lang="zh-tw"] .hdg-lv3.-access,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h3.-access:not([class]),
html[lang="zh-tw"] .topics-detail > h3.-access:not([class]),
html[lang="zh-tw"] .event-detail > h3.-access:not([class]),
html[lang="ko"] .hdg-lv3.-access,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h3.-access:not([class]),
html[lang="ko"] .topics-detail > h3.-access:not([class]),
html[lang="ko"] .event-detail > h3.-access:not([class]) {
  border-left-color: #fa749a;
}

.hdg-lv4, .bottom > .detail-description.-movie.-bottom > h4:not([class]), .topics-detail > h4:not([class]), .event-detail > h4:not([class]) {
  margin: 1.6em 0 15px;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #ccc;
  padding: 0 0 4px;
  position: relative;
}

.hdg-lv3 + .hdg-lv4, .bottom > .detail-description.-movie.-bottom > h3:not([class]) + .hdg-lv4, .topics-detail > h3:not([class]) + .hdg-lv4, .event-detail > h3:not([class]) + .hdg-lv4, .bottom > .detail-description.-movie.-bottom > .hdg-lv3 + h4:not([class]), .bottom > .detail-description.-movie.-bottom > h3:not([class]) + h4:not([class]), .topics-detail > .hdg-lv3 + h4:not([class]), .topics-detail > h3:not([class]) + h4:not([class]), .event-detail > .hdg-lv3 + h4:not([class]), .event-detail > h3:not([class]) + h4:not([class]) {
  margin-top: 0;
}

.hdg-lv4::after, .bottom > .detail-description.-movie.-bottom > h4:not([class])::after, .topics-detail > h4:not([class])::after, .event-detail > h4:not([class])::after {
  display: block;
  content: '';
  height: 2px;
  width: 95px;
  background-color: #43b8ee;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.grid-container.-col2 > .col:nth-child(1) > .hdg-lv4, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(1) > h4:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(1) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(1) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(1) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col2 > .col:nth-child(2) > .hdg-lv4, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(2) > h4:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(2) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(2) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(2) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(1) > .hdg-lv4, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(1) > h4:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(1) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(1) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(1) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(2) > .hdg-lv4, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(2) > h4:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(2) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(2) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(2) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col3 > .col:nth-child(3) > .hdg-lv4, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h4:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(3) > h4:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(3) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(3) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(3) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(3) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(1) > .hdg-lv4, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(1) > h4:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(1) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(1) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(1) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(1) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(2) > .hdg-lv4, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(2) > h4:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(2) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(2) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(2) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(2) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(3) > .hdg-lv4, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h4:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(3) > h4:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(3) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(3) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(3) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(3) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.grid-container.-col4 > .col:nth-child(4) > .hdg-lv4, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h4:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(4) > h4:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(4) > h4:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(4) > .hdg-lv4, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(4) > h4:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(4) > h4:not([class]) {
    margin-top: 1.5em;
  }
}

.hdg-lv4.-attraction::after, .bottom > .detail-description.-movie.-bottom > h4.-attraction:not([class])::after, .topics-detail > h4.-attraction:not([class])::after, .event-detail > h4.-attraction:not([class])::after {
  background-color: #ff6f42;
}

.hdg-lv4.-event::after, .bottom > .detail-description.-movie.-bottom > h4.-event:not([class])::after, .topics-detail > h4.-event:not([class])::after, .event-detail > h4.-event:not([class])::after {
  background-color: #25b7c0;
}

.hdg-lv4.-food::after, .bottom > .detail-description.-movie.-bottom > h4.-food:not([class])::after, .topics-detail > h4.-food:not([class])::after, .event-detail > h4.-food:not([class])::after {
  background-color: #ffb400;
}

.hdg-lv4.-shop::after, .bottom > .detail-description.-movie.-bottom > h4.-shop:not([class])::after, .topics-detail > h4.-shop:not([class])::after, .event-detail > h4.-shop:not([class])::after {
  background-color: #ffb400;
}

.hdg-lv4.-animal::after, .bottom > .detail-description.-movie.-bottom > h4.-animal:not([class])::after, .topics-detail > h4.-animal:not([class])::after, .event-detail > h4.-animal:not([class])::after {
  background-color: #35c99d;
}

.hdg-lv4.-plant::after, .bottom > .detail-description.-movie.-bottom > h4.-plant:not([class])::after, .topics-detail > h4.-plant:not([class])::after, .event-detail > h4.-plant:not([class])::after {
  background-color: #35c99d;
}

.hdg-lv4.-movie::after, .bottom > .detail-description.-movie.-bottom > h4:not([class])::after, .topics-detail > h4.-movie:not([class])::after, .event-detail > h4.-movie:not([class])::after {
  background-color: #fa749a;
}

.hdg-lv4.-gnome::after, .bottom > .detail-description.-movie.-bottom > h4.-gnome:not([class])::after, .topics-detail > h4.-gnome:not([class])::after, .event-detail > h4.-gnome:not([class])::after {
  background-color: #fb5959;
}

.hdg-lv4.-topics::after, .bottom > .detail-description.-movie.-bottom > h4.-topics:not([class])::after, .topics-detail > h4:not([class])::after, .event-detail > h4:not([class])::after {
  background-color: #90c31f;
}

html[lang="en"] .hdg-lv4.-attraction::after, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h4.-attraction:not([class])::after, html[lang="en"] .topics-detail > h4.-attraction:not([class])::after, html[lang="en"] .event-detail > h4.-attraction:not([class])::after,
html[lang="zh-cn"] .hdg-lv4.-attraction::after,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h4.-attraction:not([class])::after,
html[lang="zh-cn"] .topics-detail > h4.-attraction:not([class])::after,
html[lang="zh-cn"] .event-detail > h4.-attraction:not([class])::after,
html[lang="zh-tw"] .hdg-lv4.-attraction::after,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h4.-attraction:not([class])::after,
html[lang="zh-tw"] .topics-detail > h4.-attraction:not([class])::after,
html[lang="zh-tw"] .event-detail > h4.-attraction:not([class])::after,
html[lang="ko"] .hdg-lv4.-attraction::after,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h4.-attraction:not([class])::after,
html[lang="ko"] .topics-detail > h4.-attraction:not([class])::after,
html[lang="ko"] .event-detail > h4.-attraction:not([class])::after {
  background-color: #ff6f42;
}

html[lang="en"] .hdg-lv4.-map::after, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h4.-map:not([class])::after, html[lang="en"] .topics-detail > h4.-map:not([class])::after, html[lang="en"] .event-detail > h4.-map:not([class])::after,
html[lang="zh-cn"] .hdg-lv4.-map::after,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h4.-map:not([class])::after,
html[lang="zh-cn"] .topics-detail > h4.-map:not([class])::after,
html[lang="zh-cn"] .event-detail > h4.-map:not([class])::after,
html[lang="zh-tw"] .hdg-lv4.-map::after,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h4.-map:not([class])::after,
html[lang="zh-tw"] .topics-detail > h4.-map:not([class])::after,
html[lang="zh-tw"] .event-detail > h4.-map:not([class])::after,
html[lang="ko"] .hdg-lv4.-map::after,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h4.-map:not([class])::after,
html[lang="ko"] .topics-detail > h4.-map:not([class])::after,
html[lang="ko"] .event-detail > h4.-map:not([class])::after {
  background-color: #25b7c0;
}

html[lang="en"] .hdg-lv4.-ticket::after, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h4.-ticket:not([class])::after, html[lang="en"] .topics-detail > h4.-ticket:not([class])::after, html[lang="en"] .event-detail > h4.-ticket:not([class])::after,
html[lang="zh-cn"] .hdg-lv4.-ticket::after,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h4.-ticket:not([class])::after,
html[lang="zh-cn"] .topics-detail > h4.-ticket:not([class])::after,
html[lang="zh-cn"] .event-detail > h4.-ticket:not([class])::after,
html[lang="zh-tw"] .hdg-lv4.-ticket::after,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h4.-ticket:not([class])::after,
html[lang="zh-tw"] .topics-detail > h4.-ticket:not([class])::after,
html[lang="zh-tw"] .event-detail > h4.-ticket:not([class])::after,
html[lang="ko"] .hdg-lv4.-ticket::after,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h4.-ticket:not([class])::after,
html[lang="ko"] .topics-detail > h4.-ticket:not([class])::after,
html[lang="ko"] .event-detail > h4.-ticket:not([class])::after {
  background-color: #ffb400;
}

html[lang="en"] .hdg-lv4.-schedule::after, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h4.-schedule:not([class])::after, html[lang="en"] .topics-detail > h4.-schedule:not([class])::after, html[lang="en"] .event-detail > h4.-schedule:not([class])::after,
html[lang="zh-cn"] .hdg-lv4.-schedule::after,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h4.-schedule:not([class])::after,
html[lang="zh-cn"] .topics-detail > h4.-schedule:not([class])::after,
html[lang="zh-cn"] .event-detail > h4.-schedule:not([class])::after,
html[lang="zh-tw"] .hdg-lv4.-schedule::after,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h4.-schedule:not([class])::after,
html[lang="zh-tw"] .topics-detail > h4.-schedule:not([class])::after,
html[lang="zh-tw"] .event-detail > h4.-schedule:not([class])::after,
html[lang="ko"] .hdg-lv4.-schedule::after,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h4.-schedule:not([class])::after,
html[lang="ko"] .topics-detail > h4.-schedule:not([class])::after,
html[lang="ko"] .event-detail > h4.-schedule:not([class])::after {
  background-color: #35c99d;
}

html[lang="en"] .hdg-lv4.-access::after, html[lang="en"] .bottom > .detail-description.-movie.-bottom > h4.-access:not([class])::after, html[lang="en"] .topics-detail > h4.-access:not([class])::after, html[lang="en"] .event-detail > h4.-access:not([class])::after,
html[lang="zh-cn"] .hdg-lv4.-access::after,
html[lang="zh-cn"] .bottom > .detail-description.-movie.-bottom > h4.-access:not([class])::after,
html[lang="zh-cn"] .topics-detail > h4.-access:not([class])::after,
html[lang="zh-cn"] .event-detail > h4.-access:not([class])::after,
html[lang="zh-tw"] .hdg-lv4.-access::after,
html[lang="zh-tw"] .bottom > .detail-description.-movie.-bottom > h4.-access:not([class])::after,
html[lang="zh-tw"] .topics-detail > h4.-access:not([class])::after,
html[lang="zh-tw"] .event-detail > h4.-access:not([class])::after,
html[lang="ko"] .hdg-lv4.-access::after,
html[lang="ko"] .bottom > .detail-description.-movie.-bottom > h4.-access:not([class])::after,
html[lang="ko"] .topics-detail > h4.-access:not([class])::after,
html[lang="ko"] .event-detail > h4.-access:not([class])::after {
  background-color: #fa749a;
}

.hdg-lv5, .bottom > .detail-description.-movie.-bottom > h5:not([class]), .topics-detail > h5:not([class]), .event-detail > h5:not([class]) {
  margin: 1.3em 0 15px;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1px 10px;
  border-left: 9px solid #b8e4f9;
}

.grid-container.-col2 > .col:nth-child(1) > .hdg-lv5, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(1) > h5:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(1) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(1) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(1) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col2 > .col:nth-child(2) > .hdg-lv5, .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), .grid-container.-col2 > .topics-detail.col:nth-child(2) > h5:not([class]), .grid-container.-col2 > .event-detail.col:nth-child(2) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col2 > .col:nth-child(2) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col2 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .topics-detail.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col2 > .event-detail.col:nth-child(2) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col3 > .col:nth-child(1) > .hdg-lv5, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(1) > h5:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(1) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(1) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(1) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col3 > .col:nth-child(2) > .hdg-lv5, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(2) > h5:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(2) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(2) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(2) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col3 > .col:nth-child(3) > .hdg-lv5, .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h5:not([class]), .grid-container.-col3 > .topics-detail.col:nth-child(3) > h5:not([class]), .grid-container.-col3 > .event-detail.col:nth-child(3) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col3 > .col:nth-child(3) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col3 > .detail-description.-movie.-bottom.col:nth-child(3) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .topics-detail.col:nth-child(3) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col3 > .event-detail.col:nth-child(3) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col4 > .col:nth-child(1) > .hdg-lv5, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(1) > h5:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(1) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(1) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(1) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(1) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col4 > .col:nth-child(2) > .hdg-lv5, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(2) > h5:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(2) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(2) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(2) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(2) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col4 > .col:nth-child(3) > .hdg-lv5, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h5:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(3) > h5:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(3) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(3) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(3) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(3) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(3) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.grid-container.-col4 > .col:nth-child(4) > .hdg-lv5, .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h5:not([class]), .grid-container.-col4 > .topics-detail.col:nth-child(4) > h5:not([class]), .grid-container.-col4 > .event-detail.col:nth-child(4) > h5:not([class]) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .grid-container.-col4 > .col:nth-child(4) > .hdg-lv5, html:not(.-noresponsive) .bottom.grid-container.-col4 > .detail-description.-movie.-bottom.col:nth-child(4) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .topics-detail.col:nth-child(4) > h5:not([class]), html:not(.-noresponsive) .grid-container.-col4 > .event-detail.col:nth-child(4) > h5:not([class]) {
    margin-top: 1.3em;
  }
}

.hdg-lv5.-attraction, .bottom > .detail-description.-movie.-bottom > h5.-attraction:not([class]), .topics-detail > h5.-attraction:not([class]), .event-detail > h5.-attraction:not([class]) {
  border-left-color: #ffd0c2;
}

.hdg-lv5.-event, .bottom > .detail-description.-movie.-bottom > h5.-event:not([class]), .topics-detail > h5.-event:not([class]), .event-detail > h5.-event:not([class]) {
  border-left-color: #7ee0e6;
}

.hdg-lv5.-food, .bottom > .detail-description.-movie.-bottom > h5.-food:not([class]), .topics-detail > h5.-food:not([class]), .event-detail > h5.-food:not([class]) {
  border-left-color: #ffda80;
}

.hdg-lv5.-shop, .bottom > .detail-description.-movie.-bottom > h5.-shop:not([class]), .topics-detail > h5.-shop:not([class]), .event-detail > h5.-shop:not([class]) {
  border-left-color: #ffda80;
}

.hdg-lv5.-animal, .bottom > .detail-description.-movie.-bottom > h5.-animal:not([class]), .topics-detail > h5.-animal:not([class]), .event-detail > h5.-animal:not([class]) {
  border-left-color: #99e4ce;
}

.hdg-lv5.-plant, .bottom > .detail-description.-movie.-bottom > h5.-plant:not([class]), .topics-detail > h5.-plant:not([class]), .event-detail > h5.-plant:not([class]) {
  border-left-color: #99e4ce;
}

.hdg-lv5.-movie, .bottom > .detail-description.-movie.-bottom > h5:not([class]), .topics-detail > h5.-movie:not([class]), .event-detail > h5.-movie:not([class]) {
  border-left-color: #feeff3;
}

.hdg-lv5.-gnome, .bottom > .detail-description.-movie.-bottom > h5.-gnome:not([class]), .topics-detail > h5.-gnome:not([class]), .event-detail > h5.-gnome:not([class]) {
  border-left-color: #fed6d6;
}

.hdg-lv5.-topics, .bottom > .detail-description.-movie.-bottom > h5.-topics:not([class]), .topics-detail > h5:not([class]), .event-detail > h5:not([class]) {
  border-left-color: #c6ea78;
}

#site-logo {
  float: left;
  margin: 0;
  padding: 17px 0 10px;
  position: relative;
  z-index: 5;
  font-size: 10px;
  line-height: 1;
}

@media screen and (max-width: 940px) {
  html:not(.-noresponsive) #site-logo {
    float: none;
    padding: 9px 0 0 10px;
  }
}

#site-logo > a:hover, #site-logo > a:active, #site-logo > a:focus {
  opacity: 0.8;
}

#site-logo > a > img {
  width: 190px;
  height: 55px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #site-logo > a > img {
    width: 130px;
    height: auto;
  }
}

.utility-nav {
  float: right;
  position: relative;
  margin: 20px 0 14px;
  z-index: 5;
}

@media screen and (max-width: 940px) {
  html:not(.-noresponsive) .utility-nav {
    float: none;
    margin: 5px 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .utility-nav {
    display: none;
  }
}

.utility-nav > ul {
  display: block;
  font-size: 75%;
  font-size: 1.2rem;
  line-height: 1.2;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding: 10px 0;
}

.utility-nav > ul > li {
  display: table-cell;
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}

.utility-nav > ul > li:last-child {
  border-right: none;
}

.utility-nav > ul > li > a {
  display: table;
  background-color: #fff;
  height: 30px;
  vertical-align: middle;
  padding: 2px 10px 0 8px;
  color: #434343;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}

.utility-nav > ul > li > a:hover, .utility-nav > ul > li > a:active, .utility-nav > ul > li > a:focus {
  color: #42b8ef;
}

.utility-nav > ul > li > a > .icon {
  display: table-cell;
  vertical-align: middle;
}

.utility-nav > ul > li > a > .icon::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.utility-nav > ul > li > a > .icon.-price::before {
  background-image: url(../img/sprite.png);
  background-position: -788px -106px;
  width: 14px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-price::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .icon.-calendar::before {
  background-image: url(../img/sprite.png);
  background-position: -255px -582px;
  width: 21px;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-calendar::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .icon.-map::before {
  background-image: url(../img/sprite.png);
  background-position: -242px -689px;
  width: 20px;
  height: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-map::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .icon.-access::before {
  background-image: url(../img/sprite.png);
  background-position: -234px -726px;
  width: 17px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-access::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .icon.-family::before {
  background-image: url(../img/sprite.png);
  background-position: -673px -647px;
  width: 21px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-family::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .icon.-guide::before {
  background-image: url(../img/sprite.png);
  background-position: -267px -689px;
  width: 20px;
  height: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .utility-nav > ul > li > a > .icon.-guide::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.utility-nav > ul > li > a > .text {
  display: table-cell;
  vertical-align: middle;
}

.lang-nav {
  float: right;
  position: relative;
  margin: 20px 0 14px 10px;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lang-nav {
    display: none;
  }
}

.lang-nav > .label {
  margin: 0;
  border: 1px solid #d2d2d2;
  font-size: 75%;
  font-size: 1.2rem;
  background: #eee;
  height: 52px;
  line-height: 50px;
  padding: 0 5px 0 8px;
  color: #434343;
  cursor: pointer;
  z-index: 15;
  position: relative;
}

.lang-nav > .label::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 133.33333%;
  font-size: 1.6rem;
  vertical-align: top;
  margin-left: 12px;
  padding: 2px 0;
}

.lang-nav > .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top: none;
  font-size: 81.25%;
  font-size: 1.3rem;
  height: auto;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.lang-nav > .link > li {
  border-bottom: 1px solid #d2d2d2;
}

.lang-nav > .link > li:last-child {
  border-bottom: none;
}

.lang-nav > .link > li > a {
  display: block;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  padding: 5px 10px;
}

.lang-nav > .link > li > a::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  margin-right: 5px;
  color: #42b8ef;
}

.lang-nav > .link > li > a:hover, .lang-nav > .link > li > a:active, .lang-nav > .link > li > a:focus {
  background-color: #efefef;
}

.lang-nav.-active > .label::after {
  font-family: 'FontAwesome';
  content: "";
}

.lang-nav.-active > .link {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: calc(100% - 10px);
  padding: 6px 8px;
  border: 1px solid #00a0e9;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .hamburger-menu {
    display: block;
  }
}

.hamburger-menu > .bar {
  display: block;
  height: 4px;
  background-color: #00a0e9;
  border-radius: 5px;
  margin: 0 0 5px;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}

.hamburger-menu > .bar:nth-child(1) {
  margin-top: 1px;
}

.hamburger-menu > .bar:nth-child(3) {
  margin-bottom: 0;
}

.hamburger-menu > .text {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 3px;
}

.-draweropen .hamburger-menu > .bar:nth-child(1) {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.-draweropen .hamburger-menu > .bar:nth-child(2) {
  opacity: 0;
}

.-draweropen .hamburger-menu > .bar:nth-child(3) {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

.image-btnlink {
  margin: 25px 0;
  text-align: center;
}

.image-btnlink > a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 12px 17px;
  background-color: #fff;
  box-shadow: 0 0 0 3px white;
}

.image-btnlink > a img {
  max-width: 100%;
}

.image-btnlink.-attraction > a {
  border-color: #ff6f42;
}

.image-btnlink.-attraction > a:hover, .image-btnlink.-attraction > a:active, .image-btnlink.-attraction > a:focus {
  background-color: #ff6f42;
}

.image-btnlink.-event > a {
  border-color: #25b7c0;
}

.image-btnlink.-event > a:hover, .image-btnlink.-event > a:active, .image-btnlink.-event > a:focus {
  background-color: #25b7c0;
}

.image-btnlink.-food > a {
  border-color: #ffb400;
}

.image-btnlink.-food > a:hover, .image-btnlink.-food > a:active, .image-btnlink.-food > a:focus {
  background-color: #ffb400;
}

.image-btnlink.-shop > a {
  border-color: #ffb400;
}

.image-btnlink.-shop > a:hover, .image-btnlink.-shop > a:active, .image-btnlink.-shop > a:focus {
  background-color: #ffb400;
}

.image-btnlink.-animal > a {
  border-color: #35c99d;
}

.image-btnlink.-animal > a:hover, .image-btnlink.-animal > a:active, .image-btnlink.-animal > a:focus {
  background-color: #35c99d;
}

.image-btnlink.-plant > a {
  border-color: #35c99d;
}

.image-btnlink.-plant > a:hover, .image-btnlink.-plant > a:active, .image-btnlink.-plant > a:focus {
  background-color: #35c99d;
}

.image-btnlink.-movie > a {
  border-color: #fa749a;
}

.image-btnlink.-movie > a:hover, .image-btnlink.-movie > a:active, .image-btnlink.-movie > a:focus {
  background-color: #fa749a;
}

.image-btnlink.-gnome > a {
  border-color: #fb5959;
}

.image-btnlink.-gnome > a:hover, .image-btnlink.-gnome > a:active, .image-btnlink.-gnome > a:focus {
  background-color: #fb5959;
}

.image-btnlink.-topics > a {
  border-color: #90c31f;
}

.image-btnlink.-topics > a:hover, .image-btnlink.-topics > a:active, .image-btnlink.-topics > a:focus {
  background-color: #90c31f;
}

.index-01 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-01.-col3 > .item {
  width: calc((100% - 20px * 2) / 3);
}

.index-01.-col3 > .item:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01.-col3 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-01.-col3 > .item:nth-child(3n+3), html:not(.-noresponsive) .index-01.-col3 > .item:nth-child(4n+4) {
    margin-right: 15px;
  }
  html:not(.-noresponsive) .index-01.-col3 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-01.-col4 > .item {
  width: calc((100% - 20px * 3) / 4);
}

.index-01.-col4 > .item:nth-child(4n+4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01.-col4 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-01.-col4 > .item:nth-child(3n+3), html:not(.-noresponsive) .index-01.-col4 > .item:nth-child(4n+4) {
    margin-right: 15px;
  }
  html:not(.-noresponsive) .index-01.-col4 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-01 > .item {
  margin: 0 20px 20px 0;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01 > .item {
    margin: 0 15px 15px 0;
  }
}

.index-01 > .item > a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01 > .item > a {
    border-width: 2px;
  }
}

.index-01 > .item > a > .image {
  overflow: hidden;
}

.index-01 > .item > a > .image > span {
  display: block;
  padding-top: 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-01 > .item > a > .title {
  line-height: 1.4;
  display: table;
  width: 100%;
  border-top: 2px solid #42b8ef;
  border-bottom: 1px solid #d2d2d2;
  background: #eee;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01 > .item > a > .title {
    font-size: 87.5%;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.index-01 > .item > a > .title > span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 100%;
  padding: 13px 10px;
  background-color: #fff;
}

.index-01 > .item > a > .title > .arrow {
  display: table-cell;
  background-color: #eee;
  vertical-align: middle;
  padding: 0 5px 0 8px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01 > .item > a > .title > .arrow {
    white-space: nowrap;
    padding: 0 7px 0 6px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.index-01 > .item > a > .title > .arrow::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-01 > .item > a > .title > .arrow::before {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index-01 > .item > a:hover > .image, .index-01 > .item > a:active > .image, .index-01 > .item > a:focus > .image {
  background-color: #fff;
}

.index-01 > .item > a:hover > .image > span, .index-01 > .item > a:active > .image > span, .index-01 > .item > a:focus > .image > span {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.index-01 > .item > a:hover > .title > span, .index-01 > .item > a:active > .title > span, .index-01 > .item > a:focus > .title > span {
  text-decoration: underline;
}

.index-01.-attraction > .item > a > .title {
  border-top-color: #ff6f42;
}

.index-01.-event > .item > a > .title {
  border-top-color: #25b7c0;
}

.index-01.-food > .item > a > .title {
  border-top-color: #ffb400;
}

.index-01.-shop > .item > a > .title {
  border-top-color: #ffb400;
}

.index-01.-animal > .item > a > .title {
  border-top-color: #35c99d;
}

.index-01.-plant > .item > a > .title {
  border-top-color: #35c99d;
}

.index-01.-movie > .item > a > .title {
  border-top-color: #fa749a;
}

.index-01.-gnome > .item > a > .title {
  border-top-color: #fb5959;
}

.index-01.-topics > .item > a > .title {
  border-top-color: #90c31f;
}

.index-02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 {
    margin-right: 0;
    margin-left: 0;
  }
}

.index-02.-col3 > .item {
  width: calc((100% - 10px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02.-col3 > .item {
    width: 100%;
  }
}

.index-02.-col4 > .item {
  width: calc((100% - 10px * 2 * 4) / 4);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02.-col4 > .item {
    width: 100%;
  }
}

.index-02 > .item {
  margin: 0 10px 20px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item {
    margin: 0 0 15px 0;
  }
}

.index-02 > .item > a {
  text-decoration: none;
  display: block;
  background: #fff url("/shared/img/index-02_border.gif") 100% 100% no-repeat;
  width: 100%;
  padding: 0 0 10px;
}

.index-02 > .item > a > .image {
  overflow: hidden;
}

.index-02 > .item > a > .image > span {
  display: block;
  padding-top: 75.5%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-02 > .item > a > .title {
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 15px 12px;
  padding: 12px 2px 9px;
  line-height: 1.4;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b8e4f9;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .title {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.index-02 > .item > a > .title > span::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 87.5%;
  font-size: 1.4rem;
  color: #fee600;
  margin-left: 7px;
  margin-top: 4px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .title > span::after {
    margin-top: 1px;
  }
}

.index-02 > .item > a[target="_blank"] > .title > span::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  margin-top: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-02 > .item > a[target="_blank"] > .title > span::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a[target="_blank"] > .title > span::after {
    margin-top: 4px;
  }
}

.index-02 > .item > a[href$=".pdf"] > .title > span::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  margin-top: 6px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-02 > .item > a[href$=".pdf"] > .title > span::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a[href$=".pdf"] > .title > span::after {
    margin-top: 3px;
  }
}

.index-02 > .item > a > .outline {
  font-size: 93.75%;
  font-size: 1.5rem;
  margin: 0 15px 1em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .outline {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.index-02 > .item > a > .category {
  margin: 20px 15px 0;
  font-size: 81.25%;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .category {
    font-size: 68.75%;
    font-size: 1.1rem;
  }
}

.index-02 > .item > a > .category > li {
  float: left;
  margin: 0 12px 10px 0;
  padding: 2px 0 1px;
  font-weight: bold;
  text-align: center;
  width: calc((100% - 12px) / 2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .category > li {
    float: none;
    margin: 0 10px 8px 0;
    padding: 2px 15px 1px;
    width: auto;
    text-align: left;
    display: inline-block;
  }
}

.index-02 > .item > a > .category > li:nth-child(2n+2) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .category > li:nth-child(2n+2) {
    margin-right: 10px;
  }
}

.index-02 > .item > a > .keywords {
  font-size: 68.75%;
  font-size: 1.1rem;
  margin: 20px 15px 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .keywords {
    font-size: 56.25%;
    font-size: 0.9rem;
    margin: 10px 5px;
  }
}

.index-02 > .item > a > .keywords > li {
  float: left;
  color: #666;
  background-color: #d9f7ff;
  padding: 1px 5px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}

.index-02 > .item > a > .keywords > li.-hide {
  display: none;
}

.index-02 > .item > a > .label {
  margin: 0 15px 6px;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .label {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.index-02 > .item > a > .label > li {
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 8px 10px 6px;
  margin: 0 0 4px;
}

.index-02 > .item > a > .schedule {
  margin: 15px 15px 10px;
  font-size: 87.5%;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item > a > .schedule {
    margin: 8px 5px 10px;
  }
}

.index-02 > .item > a:hover > .image, .index-02 > .item > a:active > .image, .index-02 > .item > a:focus > .image {
  background-color: #fff;
}

.index-02 > .item > a:hover > .image > span, .index-02 > .item > a:active > .image > span, .index-02 > .item > a:focus > .image > span {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.index-02 > .item > a:hover > .title > span, .index-02 > .item > a:active > .title > span, .index-02 > .item > a:focus > .title > span {
  text-decoration: underline;
}

.index-02 > .item.-progress > a .progresslabel {
  display: inline-block;
  font-size: 75%;
  font-size: 1.2rem;
  color: #fff;
  background-color: #fb5959;
  margin: 10px 0 -5px;
  position: relative;
  left: -10px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  z-index: 10;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-02 > .item.-progress > a .progresslabel {
    font-size: 62.5%;
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
}

.index-02 > .item.-progress > a .progresslabel::after {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -788px -209px;
  width: 10px;
  height: 10px;
  position: relative;
  left: -10px;
  z-index: 20;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index-02 > .item.-progress > a .progresslabel::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.index-02.-attraction > .item > a > .title {
  border-bottom-color: #ff6f42;
}

.index-02.-attraction > .item > a > .category > li {
  background-color: #ffd0c2;
}

.index-02.-attraction > .item > a > .label > li {
  background-color: #ffd0c2;
}

.index-02.-event > .item > a > .title {
  border-bottom-color: #25b7c0;
}

.index-02.-event > .item > a > .category > li {
  background-color: #7ee0e6;
}

.index-02.-event > .item > a > .label > li {
  background-color: #7ee0e6;
}

.index-02.-food > .item > a > .title {
  border-bottom-color: #ffb400;
}

.index-02.-food > .item > a > .category > li {
  background-color: #ffda80;
}

.index-02.-food > .item > a > .label > li {
  background-color: #ffda80;
}

.index-02.-shop > .item > a > .title {
  border-bottom-color: #ffb400;
}

.index-02.-shop > .item > a > .category > li {
  background-color: #ffda80;
}

.index-02.-shop > .item > a > .label > li {
  background-color: #ffda80;
}

.index-02.-animal > .item > a > .title {
  border-bottom-color: #35c99d;
}

.index-02.-animal > .item > a > .category > li {
  background-color: #99e4ce;
}

.index-02.-animal > .item > a > .label > li {
  background-color: #99e4ce;
}

.index-02.-plant > .item > a > .title {
  border-bottom-color: #35c99d;
}

.index-02.-plant > .item > a > .category > li {
  background-color: #99e4ce;
}

.index-02.-plant > .item > a > .label > li {
  background-color: #99e4ce;
}

.index-02.-movie > .item > a > .title {
  border-bottom-color: #fa749a;
}

.index-02.-movie > .item > a > .category > li {
  background-color: #feeff3;
}

.index-02.-movie > .item > a > .label > li {
  background-color: #feeff3;
}

.index-02.-gnome > .item > a > .title {
  border-bottom-color: #fb5959;
}

.index-02.-gnome > .item > a > .category > li {
  background-color: #fed6d6;
}

.index-02.-gnome > .item > a > .label > li {
  background-color: #fed6d6;
}

.index-02.-topics > .item > a > .title {
  border-bottom-color: #90c31f;
}

.index-02.-topics > .item > a > .category > li {
  background-color: #c6ea78;
}

.index-02.-topics > .item > a > .label > li {
  background-color: #c6ea78;
}

.section-block > .index-02.-insectionblock > li > a {
  border-color: #b8e4f9;
}

.index-02.-event > .item > a > .image > span {
  padding-top: 100%;
}

.index-03 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 {
    margin-right: -8px;
    margin-left: -8px;
  }
  html:not(.-noresponsive) .index-03.-spcol1 {
    -js-display: block;
    display: block;
  }
}

.index-03.-col2 > .item {
  width: calc((100% - 10px * 2 * 2) / 2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col2 > .item {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col2.-spcol1 > .item {
    width: auto;
  }
}

.index-03.-col3 > .item {
  width: calc((100% - 10px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col3 > .item {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col3.-spcol1 > .item {
    width: auto;
  }
}

.index-03.-col4 > .item {
  width: calc((100% - 10px * 2 * 4) / 4);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col4 > .item {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03.-col4.-spcol1 > .item {
    width: auto;
  }
}

.index-03 > .item {
  margin: 0 10px 20px;
  padding: 20px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item {
    margin: 0 8px 15px;
    padding: 12px;
  }
}

.index-03 > .item > .image {
  overflow: hidden;
}

.index-03 > .item > .image > span {
  display: block;
  padding-top: 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-03 > .item > .title {
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 13px 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d2d2d2;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item > .title {
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.index-03 > .item > .outline {
  font-size: 87.5%;
  font-size: 1.4rem;
}

.index-03 > .item > .price {
  text-align: right;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.5em 0 0.5em;
  color: #42b8ef;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item > .price {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.index-03 > .item > .list-link {
  margin: 10px 0 0;
}

.index-03 > .item > .list-link > li {
  margin: 3px;
}

.index-03 > .item.-wide {
  width: 100%;
}

.index-03 > .item.-wide > .image {
  float: left;
  width: 40%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .image {
    float: none;
    width: 100%;
  }
}

.index-03 > .item.-wide > .body {
  float: right;
  padding: 5px 0 0 23px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .body {
    float: none;
    width: 100%;
    padding: 10px 0 0;
  }
}

.index-03 > .item.-wide > .body > .title {
  border-bottom: 2px solid #d2d2d2;
  margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.3;
  display: block;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .body > .title {
    padding: 0 0 6px;
  }
}

.index-03 > .item.-wide > .body > .title > .name {
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  float: left;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .body > .title > .name {
    font-size: 112.5%;
    font-size: 1.8rem;
    float: none;
    display: block;
  }
}

.index-03 > .item.-wide > .body > .title > .price {
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  float: right;
  color: #ffb400;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .body > .title > .price {
    font-size: 81.25%;
    font-size: 1.3rem;
    float: none;
    margin: 4px 0 0;
    display: block;
    text-align: right;
  }
}

.index-03 > .item.-wide > .body > .outline {
  font-size: 93.75%;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-03 > .item.-wide > .body > .outline {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.index-03.-attraction > .item > .price {
  color: #ff6f42;
}

.index-03.-event > .item > .price {
  color: #25b7c0;
}

.index-03.-food > .item > .price {
  color: #ffb400;
}

.index-03.-shop > .item > .price {
  color: #ffb400;
}

.index-03.-animal > .item > .price {
  color: #35c99d;
}

.index-03.-plant > .item > .price {
  color: #35c99d;
}

.index-03.-movie > .item > .price {
  color: #fa749a;
}

.index-03.-gnome > .item > .price {
  color: #fb5959;
}

.index-03.-topics > .item > .price {
  color: #90c31f;
}

.index-04 {
  margin: 0 0 40px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 20px 20px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04 {
    padding: 12px 12px 0;
    -js-display: block;
    display: block;
  }
}

.index-04.-col2 > .item {
  width: calc((100% - 15px * 1) / 2);
}

.index-04.-col2 > .item:nth-child(2n+2) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col2 > .item {
    width: 100%;
  }
}

.index-04.-col2.-spcol2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col2.-spcol2 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-04.-col2.-spcol2 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-04.-col3 > .item {
  width: calc((100% - 15px * 2) / 3);
}

.index-04.-col3 > .item:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col3 > .item {
    width: 100%;
  }
}

.index-04.-col3.-spcol2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col3.-spcol2 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-04.-col3.-spcol2 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-04.-col4 > .item {
  width: calc((100% - 15px * 3) / 4);
}

.index-04.-col4 > .item:nth-child(4n+4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col4 > .item {
    width: 100%;
  }
}

.index-04.-col4.-spcol2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col4.-spcol2 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-04.-col4.-spcol2 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-04.-col5 > .item {
  width: calc((100% - 15px * 4) / 5);
}

.index-04.-col5 > .item:nth-child(5n+5) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col5 > .item {
    width: 100%;
  }
}

.index-04.-col5.-spcol2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col5.-spcol2 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-04.-col5.-spcol2 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.index-04.-col6 > .item {
  width: calc((100% - 15px * 5) / 6);
}

.index-04.-col6 > .item:nth-child(6n+6) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col6 > .item {
    width: 100%;
  }
}

.index-04.-col6.-spcol2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-col6.-spcol2 > .item {
    width: calc((100% - 15px) / 2);
  }
  html:not(.-noresponsive) .index-04.-col6.-spcol2 > .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.section-block > .index-04 {
  border: none;
  padding: 0;
  margin: 0;
}

.index-04 > .item {
  margin: 0 15px 30px 0;
  border-bottom: 2px solid #eee;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04 > .item {
    margin: 0 15px 12px 0;
  }
}

.index-04 > .item.-etc {
  border: none;
  background-color: #eee;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04 > .item.-etc {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.index-04 > .item .image {
  overflow: hidden;
}

.index-04 > .item .image > span {
  display: block;
  padding-top: 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-04 > .item .title {
  line-height: 1.3;
  margin: 8px 0 14px;
}

.index-04 > .item .title > .name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04 > .item .title > .name {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.index-04 > .item .title > .price {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  width: 1%;
  color: #ffb400;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04 > .item .title > .price {
    font-size: 75%;
    font-size: 1.2rem;
  }
}

.index-04 > .item > a {
  display: block;
  text-decoration: none;
}

.index-04 > .item > a > .title > .name {
  display: inline-block;
  width: auto;
  padding-right: 0;
}

.index-04 > .item > a > .title > .name::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #fee600;
  margin-left: 5px;
}

.index-04 > .item > a:hover > .image, .index-04 > .item > a:active > .image, .index-04 > .item > a:focus > .image {
  background-color: #fff;
}

.index-04 > .item > a:hover > .image > span, .index-04 > .item > a:active > .image > span, .index-04 > .item > a:focus > .image > span {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.index-04 > .item > a:hover > .title > span, .index-04 > .item > a:active > .title > span, .index-04 > .item > a:focus > .title > span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .index-04.-spcol2 > .item .title > .name {
    display: block;
  }
  html:not(.-noresponsive) .index-04.-spcol2 > .item .title > .price {
    display: block;
    margin: 4px 0 0;
  }
}

.inner-link {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 10px 20px 2px;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .inner-link {
    padding: 7px 14px 2px;
    margin: 0 0 17px;
  }
}

.inner-link > ul > li {
  float: left;
  margin: 0 25px 7px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .inner-link > ul > li {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.inner-link > ul > li > a {
  white-space: nowrap;
}

.inner-link > ul > li > a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-right: 6px;
  color: #359dc9;
}

.inner-link.-attraction > ul > li > a::before {
  color: #ff6f42;
}

.inner-link.-event > ul > li > a::before {
  color: #25b7c0;
}

.inner-link.-food > ul > li > a::before {
  color: #ffb400;
}

.inner-link.-shop > ul > li > a::before {
  color: #ffb400;
}

.inner-link.-animal > ul > li > a::before {
  color: #35c99d;
}

.inner-link.-plant > ul > li > a::before {
  color: #35c99d;
}

.inner-link.-movie > ul > li > a::before {
  color: #fa749a;
}

.inner-link.-gnome > ul > li > a::before {
  color: #fb5959;
}

.inner-link.-topics > ul > li > a::before {
  color: #90c31f;
}

.inquiry-block {
  border: 1px solid #42b8ef;
  padding: 8px 20px 10px;
}

.kv-slider .kvlist, .kv-slider .multilg-kvlist {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.kv-slider .kvlist.slick-initialized, .kv-slider .slick-initialized.multilg-kvlist {
  visibility: visible;
  opacity: 1;
}

.kv-slider .slick-list .kv.slick-slide {
  margin: 0 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 970px) {
  html:not(.-noresponsive) .kv-slider .slick-list .kv.slick-slide {
    margin: 0;
  }
}

.kv-slider .slick-list .kv.slick-slide:not(.slick-current) {
  opacity: 0.4;
}

.kv-slider .slick-list .kv.slick-slide a {
  display: block;
  position: relative;
}

.kv-slider .slick-list .kv.slick-slide a:hover, .kv-slider .slick-list .kv.slick-slide a:active, .kv-slider .slick-list .kv.slick-slide a:focus {
  opacity: 0.85;
}

.kv-slider .slick-list .kv.slick-slide a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

@media screen and (max-width: 970px) {
  html:not(.-noresponsive) .kv-slider .slick-list .kv.slick-slide a img {
    max-width: 100%;
  }
}

.kv-slider .slick-dots {
  bottom: -33px;
}

@media screen and (max-width: 970px) {
  html:not(.-noresponsive) .kv-slider .slick-dots {
    bottom: -33px;
  }
}

.kv-slider .slick-dots li {
  margin: 0 2px;
}

.kv-slider .slick-dots button {
  width: auto;
  height: auto;
  padding: 0;
}

.kv-slider .slick-dots button::before {
  content: '';
  display: block;
  opacity: 1;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 970px) {
  html:not(.-noresponsive) .kv-slider .slick-dots button::before {
    width: 13px;
    height: 13px;
  }
}

.kv-slider .slick-dots button:hover::before, .kv-slider .slick-dots button:active::before, .kv-slider .slick-dots button:focus::before {
  opacity: 1;
  background-color: #434343;
}

.kv-slider .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #434343;
}

.kv-thumb {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb {
    margin: 0 5px;
  }
}

.kv-thumb .kvthumbs {
  position: relative;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.kv-thumb .kvthumbs.slick-slider {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.kv-thumb .thumb {
  outline: none;
}

.kv-thumb .thumb.slick-slide {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .thumb.slick-slide {
    margin: 0 5px;
  }
}

.kv-thumb .thumb.slick-slide img {
  border: 4px solid #fff;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .thumb.slick-slide img {
    border-width: 2px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .thumb.slick-slide img {
    display: inline-block;
    max-width: 100%;
  }
}

.kv-thumb .thumb.slick-slide img:hover, .kv-thumb .thumb.slick-slide img:active, .kv-thumb .thumb.slick-slide img:focus {
  opacity: 0.8;
}

.kv-thumb .thumb.slick-slide.slick-current {
  position: relative;
}

.kv-thumb .thumb.slick-slide.slick-current::before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -547px -552px;
  width: 27px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -13.5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .kv-thumb .thumb.slick-slide.slick-current::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.kv-thumb .thumb.slick-slide.slick-current img {
  border-color: #ffb400;
}

.kv-thumb .slick-prev, .kv-thumb .slick-next {
  width: auto;
  height: auto;
  top: 58%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .slick-prev, html:not(.-noresponsive) .kv-thumb .slick-next {
    display: none;
  }
}

.kv-thumb .slick-prev::before, .kv-thumb .slick-next::before {
  color: #ff7e00;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .slick-prev::before, html:not(.-noresponsive) .kv-thumb .slick-next::before {
    font-size: 38px;
    display: none;
  }
}

.kv-thumb .slick-prev {
  left: -55px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .slick-prev {
    left: -3px;
    z-index: 20;
  }
}

.kv-thumb .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.kv-thumb .slick-next {
  right: -30px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .kv-thumb .slick-next {
    right: 2px;
  }
}

.kv-thumb .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.lead-link {
  max-width: 940px;
  margin: 30px auto;
  display: table;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link {
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    padding: 0 10px;
  }
}

.lead-link > .text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .text {
    display: block;
    font-size: 87.5%;
    font-size: 1.4rem;
    margin: 0 0 7px;
  }
}

.lead-link > .link {
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .link {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    white-space: normal;
    font-size: 81.25%;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.lead-link > .link > a {
  display: block;
  text-decoration: none;
  border: 1px solid #d2d2d2;
  padding: 13px 25px 10px;
  color: #505050;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .link > a {
    padding: 7px 5px;
  }
}

.lead-link > .link > a > span {
  display: table-cell;
  vertical-align: middle;
}

.lead-link > .link > a > span::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 133.33333%;
  font-size: 2.4rem;
  position: relative;
  top: 1px;
  margin-left: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .link > a > span::after {
    font-size: 114.28571%;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}

.lead-link > .link > a > .icon {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .link > a > .icon {
    padding-right: 4px;
  }
}

.lead-link > .link > a > .icon::before {
  content: '';
  display: block;
}

.lead-link > .link > a > .icon.-guardian::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -475px;
  width: 26px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .lead-link > .link > a > .icon.-guardian::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .lead-link > .link > a > .icon.-guardian::before {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}

.lead-link > .link > a:hover, .lead-link > .link > a:active, .lead-link > .link > a:focus {
  color: #42b8ef;
}

.lead-link > .link > a:hover > span::after, .lead-link > .link > a:active > span::after, .lead-link > .link > a:focus > span::after {
  color: #42b8ef;
}

.lead-link.-attraction > .link > a:hover, .lead-link.-attraction > .link > a:active, .lead-link.-attraction > .link > a:focus {
  color: #ff6f42;
}

.lead-link.-attraction > .link > a:hover > span::after, .lead-link.-attraction > .link > a:active > span::after, .lead-link.-attraction > .link > a:focus > span::after {
  color: #ff6f42;
}

.lead-text {
  margin: 0 0 1.5em;
  font-weight: bold;
  font-size: 100%;
  font-size: 1.6rem;
  color: #4e4e4e;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px !important;
}

.leaflet-popup-content-wrapper > .leaflet-popup-content {
  margin: 10px;
}

.leaflet-popup-close-button {
  display: none !important;
}

.leaflet-top {
  z-index: 500 !important;
}

.leaflet-popup.-upper {
  top: -27px !important;
  left: 23px !important;
}

.leaflet-popup.-upper .leaflet-popup-tip-container {
  position: absolute !important;
  top: 17px !important;
  left: -30px !important;
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.leaflet-bar {
  box-shadow: none !important;
  border: 2px solid #dcdcdc !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

.leaflet-bar .leaflet-control-zoom-in {
  width: 40px !important;
  height: 40px !important;
  line-height: 36px !important;
  font-size: 28px !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .leaflet-bar .leaflet-control-zoom-in {
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
    font-size: 18px !important;
  }
}

.leaflet-bar .leaflet-control-zoom-out {
  width: 40px !important;
  height: 40px !important;
  line-height: 36px !important;
  font-size: 28px !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .leaflet-bar .leaflet-control-zoom-out {
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
    font-size: 18px !important;
  }
}

.linear-button {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linear-button {
    -js-display: block;
    display: block;
    margin: 0;
  }
}

.linear-button.-col2 > li {
  width: calc((100% - 10px * 2 * 2) / 2);
}

.linear-button.-col3 > li {
  width: calc((100% - 10px * 2 * 3) / 3);
}

.linear-button.-col4 > li {
  width: calc((100% - 10px * 2 * 4) / 4);
}

.linear-button.-col5 > li {
  width: calc((100% - 10px * 2 * 5) / 5);
}

.linear-button.-col1 {
  margin-right: 120px;
  -js-display: block;
  display: block;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linear-button.-col1 {
    margin-right: 0;
  }
}

.linear-button.-col1.-center {
  margin: 0 280px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linear-button.-col1.-center {
    margin: 0;
  }
}

.linear-button > li {
  margin: 0 10px 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linear-button > li {
    margin: 0 0 8px;
    width: auto !important;
  }
}

.link-back {
  text-align: right;
  margin: 1.5em 0 0;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .link-back {
    margin-bottom: 2em;
    text-align: center;
  }
}

.link-back > a {
  display: inline-block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #42b8ef;
  background-color: #fff;
  font-weight: bold;
  padding: 5px 35px 5px 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .link-back > a {
    display: block;
    margin: 0 15px;
    padding: 5px 10px;
  }
}

.link-back > a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 128.57143%;
  font-size: 1.8rem;
  margin-right: 25px;
  color: #42b8ef;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .link-back > a::before {
    margin-right: 10px;
  }
}

.link-back > a:hover, .link-back > a:active, .link-back > a:focus {
  color: #fff;
  background-color: #fff;
}

.link-back > a:hover::before, .link-back > a:active::before, .link-back > a:focus::before {
  color: #fff70f;
}

.link-back.-attraction > a {
  border-color: #ff6f42;
}

.link-back.-attraction > a::before {
  color: #ff6f42;
}

.link-back.-attraction > a:hover, .link-back.-attraction > a:active, .link-back.-attraction > a:focus {
  background-color: #ff6f42;
}

.link-back.-attraction > a:hover::before, .link-back.-attraction > a:active::before, .link-back.-attraction > a:focus::before {
  color: #fff;
}

.link-back.-event > a {
  border-color: #25b7c0;
}

.link-back.-event > a::before {
  color: #25b7c0;
}

.link-back.-event > a:hover, .link-back.-event > a:active, .link-back.-event > a:focus {
  background-color: #25b7c0;
}

.link-back.-event > a:hover::before, .link-back.-event > a:active::before, .link-back.-event > a:focus::before {
  color: #fff;
}

.link-back.-food > a {
  border-color: #ffb400;
}

.link-back.-food > a::before {
  color: #ffb400;
}

.link-back.-food > a:hover, .link-back.-food > a:active, .link-back.-food > a:focus {
  background-color: #ffb400;
}

.link-back.-food > a:hover::before, .link-back.-food > a:active::before, .link-back.-food > a:focus::before {
  color: #fff;
}

.link-back.-shop > a {
  border-color: #ffb400;
}

.link-back.-shop > a::before {
  color: #ffb400;
}

.link-back.-shop > a:hover, .link-back.-shop > a:active, .link-back.-shop > a:focus {
  background-color: #ffb400;
}

.link-back.-shop > a:hover::before, .link-back.-shop > a:active::before, .link-back.-shop > a:focus::before {
  color: #fff;
}

.link-back.-animal > a {
  border-color: #35c99d;
}

.link-back.-animal > a::before {
  color: #35c99d;
}

.link-back.-animal > a:hover, .link-back.-animal > a:active, .link-back.-animal > a:focus {
  background-color: #35c99d;
}

.link-back.-animal > a:hover::before, .link-back.-animal > a:active::before, .link-back.-animal > a:focus::before {
  color: #fff;
}

.link-back.-plant > a {
  border-color: #35c99d;
}

.link-back.-plant > a::before {
  color: #35c99d;
}

.link-back.-plant > a:hover, .link-back.-plant > a:active, .link-back.-plant > a:focus {
  background-color: #35c99d;
}

.link-back.-plant > a:hover::before, .link-back.-plant > a:active::before, .link-back.-plant > a:focus::before {
  color: #fff;
}

.link-back.-movie > a {
  border-color: #fa749a;
}

.link-back.-movie > a::before {
  color: #fa749a;
}

.link-back.-movie > a:hover, .link-back.-movie > a:active, .link-back.-movie > a:focus {
  background-color: #fa749a;
}

.link-back.-movie > a:hover::before, .link-back.-movie > a:active::before, .link-back.-movie > a:focus::before {
  color: #fff;
}

.link-back.-gnome > a {
  border-color: #fb5959;
}

.link-back.-gnome > a::before {
  color: #fb5959;
}

.link-back.-gnome > a:hover, .link-back.-gnome > a:active, .link-back.-gnome > a:focus {
  background-color: #fb5959;
}

.link-back.-gnome > a:hover::before, .link-back.-gnome > a:active::before, .link-back.-gnome > a:focus::before {
  color: #fff;
}

.link-back.-topics > a {
  border-color: #90c31f;
}

.link-back.-topics > a::before {
  color: #90c31f;
}

.link-back.-topics > a:hover, .link-back.-topics > a:active, .link-back.-topics > a:focus {
  background-color: #90c31f;
}

.link-back.-topics > a:hover::before, .link-back.-topics > a:active::before, .link-back.-topics > a:focus::before {
  color: #fff;
}

.link-block {
  border-top: 1px solid #00a0e9;
  line-height: 1.4;
}

.link-block > li {
  border-bottom: 1px solid #00a0e9;
}

.link-block > li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}

.link-block > li > a::after {
  font-family: 'FontAwesome';
  content: "";
  color: #3fb7ee;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link-block > li > a:hover, .link-block > li > a:active, .link-block > li > a:focus {
  color: #0076d1;
}

.link-block > li > a > span {
  display: table-cell;
  width: 100%;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 17px 15px;
}

.link-block > li.-haschild > .parent {
  display: table;
  width: 100%;
}

.link-block > li.-haschild > .parent > a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 17px 15px;
  text-decoration: none;
}

.link-block > li.-haschild > .parent > .btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f6f6f6;
  padding: 15px 13px 15px 16px;
  line-height: 1;
  cursor: pointer;
}

.link-block > li.-haschild > .parent > .btn::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  color: #40b8ee;
  font-size: 150%;
  font-size: 2.4rem;
  font-style: normal;
}

.link-block > li.-haschild > ul {
  display: none;
  border-top: 1px solid #00a0e9;
}

.link-block > li.-haschild > ul > li {
  border-bottom: 1px dotted #b0b1b2;
}

.link-block > li.-haschild > ul > li:last-child {
  border-bottom: 0;
}

.link-block > li.-haschild > ul > li > a {
  display: block;
  width: 100%;
  text-decoration: none;
  background-color: #f1fcff;
  position: relative;
  padding-right: 30px;
}

.link-block > li.-haschild > ul > li > a::after {
  font-family: 'FontAwesome';
  content: "";
  color: #3fb7ee;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link-block > li.-haschild > ul > li > a:hover, .link-block > li.-haschild > ul > li > a:active, .link-block > li.-haschild > ul > li > a:focus {
  color: #0076d1;
}

.link-block > li.-haschild > ul > li > a > span {
  display: table-cell;
  width: 100%;
  padding: 11px 15px 11px 25px;
  font-size: 81.25%;
  font-size: 1.3rem;
  vertical-align: middle;
}

.link-block > li.-haschild.-open > .parent > .btn::before {
  font-family: 'Ionicons';
  content: "";
}

.link-block > li.-haschild.-open > ul {
  display: block;
}

.link-block.-indrawer {
  margin: 18px -10px 0;
}

.link-stview::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -129px;
  width: 16px;
  height: 14px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link-stview::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.linkbutton-01 {
  text-align: center;
  margin: 1em 0 0.8em;
}

.linkbutton-01 > a {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #42b8ef;
  border-radius: 6px;
  text-decoration: none;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 10px 10px 50px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linkbutton-01 > a {
    font-size: 87.5%;
    font-size: 1.4rem;
    padding: 5px 10px 8px 35px;
  }
}

.linkbutton-01 > a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 150%;
  font-size: 2.4rem;
  position: relative;
  top: 1px;
  margin-left: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .linkbutton-01 > a::after {
    font-size: 142.85714%;
    font-size: 2rem;
    margin-left: 15px;
    top: 2px;
  }
}

.linkbutton-01 > a:hover, .linkbutton-01 > a:active, .linkbutton-01 > a:focus {
  color: #fff;
}

.linkbutton-01.-attraction > a {
  border-color: #ff6f42;
}

.linkbutton-01.-attraction > a::after {
  color: #ff6f42;
}

.linkbutton-01.-attraction > a:hover, .linkbutton-01.-attraction > a:active, .linkbutton-01.-attraction > a:focus {
  background-color: #ff6f42;
}

.linkbutton-01.-attraction > a:hover::after, .linkbutton-01.-attraction > a:active::after, .linkbutton-01.-attraction > a:focus::after {
  color: #fff;
}

.linkbutton-01.-event > a {
  border-color: #25b7c0;
}

.linkbutton-01.-event > a::after {
  color: #25b7c0;
}

.linkbutton-01.-event > a:hover, .linkbutton-01.-event > a:active, .linkbutton-01.-event > a:focus {
  background-color: #25b7c0;
}

.linkbutton-01.-event > a:hover::after, .linkbutton-01.-event > a:active::after, .linkbutton-01.-event > a:focus::after {
  color: #fff;
}

.linkbutton-01.-food > a {
  border-color: #ffb400;
}

.linkbutton-01.-food > a::after {
  color: #ffb400;
}

.linkbutton-01.-food > a:hover, .linkbutton-01.-food > a:active, .linkbutton-01.-food > a:focus {
  background-color: #ffb400;
}

.linkbutton-01.-food > a:hover::after, .linkbutton-01.-food > a:active::after, .linkbutton-01.-food > a:focus::after {
  color: #fff;
}

.linkbutton-01.-shop > a {
  border-color: #ffb400;
}

.linkbutton-01.-shop > a::after {
  color: #ffb400;
}

.linkbutton-01.-shop > a:hover, .linkbutton-01.-shop > a:active, .linkbutton-01.-shop > a:focus {
  background-color: #ffb400;
}

.linkbutton-01.-shop > a:hover::after, .linkbutton-01.-shop > a:active::after, .linkbutton-01.-shop > a:focus::after {
  color: #fff;
}

.linkbutton-01.-animal > a {
  border-color: #35c99d;
}

.linkbutton-01.-animal > a::after {
  color: #35c99d;
}

.linkbutton-01.-animal > a:hover, .linkbutton-01.-animal > a:active, .linkbutton-01.-animal > a:focus {
  background-color: #35c99d;
}

.linkbutton-01.-animal > a:hover::after, .linkbutton-01.-animal > a:active::after, .linkbutton-01.-animal > a:focus::after {
  color: #fff;
}

.linkbutton-01.-plant > a {
  border-color: #35c99d;
}

.linkbutton-01.-plant > a::after {
  color: #35c99d;
}

.linkbutton-01.-plant > a:hover, .linkbutton-01.-plant > a:active, .linkbutton-01.-plant > a:focus {
  background-color: #35c99d;
}

.linkbutton-01.-plant > a:hover::after, .linkbutton-01.-plant > a:active::after, .linkbutton-01.-plant > a:focus::after {
  color: #fff;
}

.linkbutton-01.-movie > a {
  border-color: #fa749a;
}

.linkbutton-01.-movie > a::after {
  color: #fa749a;
}

.linkbutton-01.-movie > a:hover, .linkbutton-01.-movie > a:active, .linkbutton-01.-movie > a:focus {
  background-color: #fa749a;
}

.linkbutton-01.-movie > a:hover::after, .linkbutton-01.-movie > a:active::after, .linkbutton-01.-movie > a:focus::after {
  color: #fff;
}

.linkbutton-01.-gnome > a {
  border-color: #fb5959;
}

.linkbutton-01.-gnome > a::after {
  color: #fb5959;
}

.linkbutton-01.-gnome > a:hover, .linkbutton-01.-gnome > a:active, .linkbutton-01.-gnome > a:focus {
  background-color: #fb5959;
}

.linkbutton-01.-gnome > a:hover::after, .linkbutton-01.-gnome > a:active::after, .linkbutton-01.-gnome > a:focus::after {
  color: #fff;
}

.linkbutton-01.-topics > a {
  border-color: #90c31f;
}

.linkbutton-01.-topics > a::after {
  color: #90c31f;
}

.linkbutton-01.-topics > a:hover, .linkbutton-01.-topics > a:active, .linkbutton-01.-topics > a:focus {
  background-color: #90c31f;
}

.linkbutton-01.-topics > a:hover::after, .linkbutton-01.-topics > a:active::after, .linkbutton-01.-topics > a:focus::after {
  color: #fff;
}

.list-label {
  margin: 0 0 15px;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.list-label > li {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label > li {
    margin: 0 0 15px;
  }
}

.list-label > li > .label {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  background-color: #c0f2ff;
  padding: 3px 10px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label > li > .label {
    display: block;
    margin: 0 0 8px;
  }
}

.list-label > li > .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label > li > .text {
    display: block;
  }
}

.list-label > li > .text > .small {
  font-weight: normal;
  font-size: 77.77778%;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}

.list-label > li > .ex {
  display: table-cell;
  vertical-align: middle;
  background-color: #eee;
  padding: 2px 35px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label > li > .ex {
    display: block;
    margin: 15px 0 10px;
    padding: 8px;
  }
}

.list-label.-w115 > li > .label {
  width: 115px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label.-w115 > li > .label {
    width: auto;
  }
}

.list-label.-w285 > li > .label {
  width: 285px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-label.-w285 > li > .label {
    width: auto;
  }
}

.list-label.-inquiry > li > .text {
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
}

.list-label.-inquiry > li > .text.-normal {
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: normal;
}

.list-label.-inquiry > li > .text > .arrow::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #42b8ef;
  margin-right: 5px;
}

.list-label.-attraction > li > .label {
  background-color: #fff7f5;
}

.list-label.-event > li > .label {
  background-color: #a9eaee;
}

.list-label.-food > li > .label {
  background-color: #ffe9b3;
}

.list-label.-shop > li > .label {
  background-color: #ffe9b3;
}

.list-label.-animal > li > .label {
  background-color: #c2efe1;
}

.list-label.-plant > li > .label {
  background-color: #c2efe1;
}

.list-label.-movie > li > .label {
  background-color: white;
}

.list-label.-gnome > li > .label {
  background-color: white;
}

.list-label.-topics > li > .label {
  background-color: #d9f1a4;
}

.list-link {
  margin: 0;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.listbullet-01 > li > .list-link, .attention-panel > .body > ul:not([class]) > li > .list-link, .detail-description > ul > li > .list-link, .topics-detail table:not([class]) tbody td ul:not([class]) > li > .list-link, .event-detail table:not([class]) tbody td ul:not([class]) > li > .list-link {
  margin: 3px 0;
}

.list-notice > li > .list-link {
  margin: 3px 0;
}

.attention-panel > .body > ul > li > .list-link {
  margin: 4px 0 0 !important;
}

.list-link > li {
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 8px;
}

.list-link > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #42b8ef;
}

.list-link > li.-inpage::before {
  font-family: 'FontAwesome';
  content: "";
}

.list-link > li > a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-link > li > a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-link > li > a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-link > li > a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-link > li > a.viewmap::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -129px;
  width: 16px;
  height: 14px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-link > li > a.viewmap::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-link.-attraction > li::before {
  color: #ff6f42;
}

.list-link.-event > li::before {
  color: #25b7c0;
}

.list-link.-food > li::before {
  color: #ffb400;
}

.list-link.-shop > li::before {
  color: #ffb400;
}

.list-link.-animal > li::before {
  color: #35c99d;
}

.list-link.-plant > li::before {
  color: #35c99d;
}

.list-link.-movie > li::before {
  color: #fa749a;
}

.list-link.-gnome > li::before {
  color: #fb5959;
}

.list-link.-topics > li::before {
  color: #90c31f;
}

.list-mapicon {
  margin: 0 -4px;
}

.list-mapicon > li {
  margin: 0 4px 17px;
  float: left;
  width: calc((100% - 4px * 2 * 5) / 5);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon > li {
    margin: 0 4px 8px;
    width: calc((100% - 4px * 2 * 2) / 2);
  }
  html:not(.-noresponsive) .list-mapicon > li:nth-child(2n+1) {
    clear: both;
  }
}

.list-mapicon > li.-narrow {
  width: calc((100% - 4px * 2 * 5) / 5 - 30px);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon > li.-narrow {
    width: calc((100% - 4px * 2 * 2) / 2);
  }
}

.list-mapicon > li.-wide {
  width: calc((100% - 4px * 2 * 5) / 5 + 30px);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon > li.-wide {
    width: calc((100% - 4px * 2 * 2) / 2);
  }
}

.list-mapicon > li > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon > li > span {
    padding-left: 5px;
  }
}

.list-mapicon > li > .icon {
  display: table-cell;
  vertical-align: middle;
}

.list-mapicon > li > .icon::before {
  display: block;
  content: '';
}

.list-mapicon > li > .icon.-ticket::before {
  background-image: url(../img/sprite.png);
  background-position: -547px -429px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-ticket::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-shop::before {
  background-image: url(../img/sprite.png);
  background-position: -547px -347px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-shop::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-payphone::before {
  background-image: url(../img/sprite.png);
  background-position: -82px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-payphone::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-coinlocker::before {
  background-image: url(../img/sprite.png);
  background-position: -246px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-coinlocker::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-resting::before {
  background-image: url(../img/sprite.png);
  background-position: -547px -388px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-resting::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-smoking::before {
  background-image: url(../img/sprite.png);
  background-position: -287px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-smoking::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-atm::before {
  background-image: url(../img/sprite.png);
  background-position: -667px -545px;
  width: 37px;
  height: 37px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-atm::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-ploo::before {
  background-image: url(../img/sprite.png);
  background-position: -123px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-ploo::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-loo::before {
  background-image: url(../img/sprite.png);
  background-position: -164px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-loo::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon > li > .icon.-challenged::before {
  background-image: url(../img/sprite.png);
  background-position: -369px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon > li > .icon.-challenged::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon.-withlist {
  margin-bottom: 17px;
}

.list-mapicon.-withlist > li {
  float: none;
  width: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon.-withlist > li {
    width: auto;
    margin-bottom: 10px;
  }
}

.list-mapicon.-withlist > li > .title {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon.-withlist > li > .title {
    display: block;
    white-space: normal;
  }
}

.list-mapicon.-withlist > li > .title span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
}

.list-mapicon.-withlist > li > .title > .icon {
  display: table-cell;
  vertical-align: middle;
}

.list-mapicon.-withlist > li > .title > .icon::before {
  display: block;
  content: '';
}

.list-mapicon.-withlist > li > .title > .icon.-finfo::before {
  background-image: url(../img/sprite.png);
  background-position: -205px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon.-withlist > li > .title > .icon.-finfo::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon.-withlist > li > .title > .icon.-cinfo::before {
  background-image: url(../img/sprite.png);
  background-position: -328px -606px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-mapicon.-withlist > li > .title > .icon.-cinfo::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-mapicon.-withlist > li > .list {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-mapicon.-withlist > li > .list {
    display: block;
    width: auto;
    padding: 7px 0 0 15px;
  }
}

.list-mapicon.-withlist > li > .list > ul {
  font-size: 87.5%;
  font-size: 1.4rem;
}

.list-mapicon.-withlist > li > .list > ul > li {
  float: left;
  margin: 0 15px 2px 0;
  position: relative;
  padding-left: 1.2em;
}

.list-mapicon.-withlist > li > .list > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #42b8ef;
}

.list-notice {
  margin: 0 0 25px;
  font-size: 75%;
  font-size: 1.2rem;
}

.list-notice.-large {
  font-size: 87.5%;
  font-size: 1.4rem;
}

.list-notice > li {
  position: relative;
  padding-left: 1em;
  margin: 0 0 3px;
}

.list-notice > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-notice > li > a {
  color: #339dd1;
}

.list-notice > li > a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-notice > li > a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-notice > li > a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-notice > li > a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-notice > li > a.arrow {
  display: inline-block;
}

.list-notice > li > a.arrow::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #42b8ef;
  margin-right: 5px;
}

.border-panel > .list-notice {
  margin: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-notice.-ininquiry._ml35, html:not(.-noresponsive) .list-notice.-ininquiry._mh35 {
    margin-left: 0 !important;
  }
}

.list-ordered, .detail-description > ol, .topics-detail > ol:not([class]), .event-detail > ol:not([class]), .topics-detail table:not([class]) tbody td ol:not([class]), .event-detail table:not([class]) tbody td ol:not([class]) {
  margin: 1.5em 0;
  font-size: 87.5%;
  font-size: 1.4rem;
  counter-reset: li;
}

.list-ordered > li, .detail-description > ol > li, .topics-detail > ol:not([class]) > li, .event-detail > ol:not([class]) > li, .topics-detail table:not([class]) tbody td ol:not([class]) > li, .event-detail table:not([class]) tbody td ol:not([class]) > li {
  position: relative;
  padding-left: 2.3em;
  margin: 0 0 5px;
}

.list-ordered > li::before, .detail-description > ol > li::before, .topics-detail > ol:not([class]) > li::before, .event-detail > ol:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol:not([class]) > li::before, .event-detail table:not([class]) tbody td ol:not([class]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) ".";
  text-align: right;
  font-weight: bold;
  width: 1.8em;
  color: #43b8ee;
}

.list-ordered > li .ol, .detail-description > ol > li .ol, .topics-detail > ol:not([class]) > li .ol, .event-detail > ol:not([class]) > li .ol, .topics-detail table:not([class]) tbody td ol:not([class]) > li .ol, .event-detail table:not([class]) tbody td ol:not([class]) > li .ol, .topics-detail > ol:not([class]) > li > ol, .topics-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol, .event-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol, .event-detail > ol:not([class]) > li > ol, .topics-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol, .event-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol {
  margin: 5px 0 5px 5px;
  counter-reset: li;
  font-size: 92.85714%;
  font-size: 1.3rem;
}

.list-ordered > li .ol > li, .detail-description > ol > li .ol > li, .topics-detail > ol:not([class]) > li .ol > li, .event-detail > ol:not([class]) > li .ol > li, .topics-detail table:not([class]) tbody td ol:not([class]) > li .ol > li, .event-detail table:not([class]) tbody td ol:not([class]) > li .ol > li, .topics-detail > ol:not([class]) > li > ol > li, .topics-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li, .event-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li, .event-detail > ol:not([class]) > li > ol > li, .topics-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li, .event-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li {
  margin: 0 0 3px;
  position: relative;
  padding-left: 2.3em;
}

.list-ordered > li .ol > li::before, .detail-description > ol > li .ol > li::before, .topics-detail > ol:not([class]) > li .ol > li::before, .event-detail > ol:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol:not([class]) > li .ol > li::before, .topics-detail > ol:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li::before, .event-detail > ol:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) ".";
  text-align: right;
  width: 1.8em;
  color: #43b8ee;
}

.list-ordered > li a[target="_blank"]::after, .detail-description > ol > li a[target="_blank"]::after, .topics-detail > ol:not([class]) > li a[target="_blank"]::after, .event-detail > ol:not([class]) > li a[target="_blank"]::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a[target="_blank"]::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-ordered > li a[target="_blank"]::after, .detail-description > ol > li a[target="_blank"]::after, .topics-detail > ol:not([class]) > li a[target="_blank"]::after, .event-detail > ol:not([class]) > li a[target="_blank"]::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a[target="_blank"]::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-ordered > li a[href$=".pdf"]::after, .detail-description > ol > li a[href$=".pdf"]::after, .topics-detail > ol:not([class]) > li a[href$=".pdf"]::after, .event-detail > ol:not([class]) > li a[href$=".pdf"]::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a[href$=".pdf"]::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-ordered > li a[href$=".pdf"]::after, .detail-description > ol > li a[href$=".pdf"]::after, .topics-detail > ol:not([class]) > li a[href$=".pdf"]::after, .event-detail > ol:not([class]) > li a[href$=".pdf"]::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a[href$=".pdf"]::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-ordered > li a.link-stview::after, .detail-description > ol > li a.link-stview::after, .topics-detail > ol:not([class]) > li a.link-stview::after, .event-detail > ol:not([class]) > li a.link-stview::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a.link-stview::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a.link-stview::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -129px;
  width: 16px;
  height: 14px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list-ordered > li a.link-stview::after, .detail-description > ol > li a.link-stview::after, .topics-detail > ol:not([class]) > li a.link-stview::after, .event-detail > ol:not([class]) > li a.link-stview::after, .topics-detail table:not([class]) tbody td ol:not([class]) > li a.link-stview::after, .event-detail table:not([class]) tbody td ol:not([class]) > li a.link-stview::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.list-ordered.-attraction > li::before, .detail-description > ol.-attraction > li::before, .topics-detail > ol.-attraction:not([class]) > li::before, .event-detail > ol.-attraction:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-attraction:not([class]) > li::before {
  color: #ff6f42;
}

.list-ordered.-attraction > li .ol > li::before, .detail-description > ol.-attraction > li .ol > li::before, .topics-detail > ol.-attraction:not([class]) > li .ol > li::before, .event-detail > ol.-attraction:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-attraction:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-attraction:not([class]) > li .ol > li::before, .topics-detail > ol.-attraction:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-attraction:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-attraction:not([class]) > li > ol > li::before, .event-detail > ol.-attraction:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-attraction:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-attraction:not([class]) > li > ol > li::before {
  color: #ff6f42;
}

.list-ordered.-event > li::before, .detail-description > ol.-event > li::before, .topics-detail > ol.-event:not([class]) > li::before, .event-detail > ol.-event:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-event:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-event:not([class]) > li::before {
  color: #25b7c0;
}

.list-ordered.-event > li .ol > li::before, .detail-description > ol.-event > li .ol > li::before, .topics-detail > ol.-event:not([class]) > li .ol > li::before, .event-detail > ol.-event:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-event:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-event:not([class]) > li .ol > li::before, .topics-detail > ol.-event:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-event:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-event:not([class]) > li > ol > li::before, .event-detail > ol.-event:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-event:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-event:not([class]) > li > ol > li::before {
  color: #25b7c0;
}

.list-ordered.-food > li::before, .detail-description > ol.-food > li::before, .topics-detail > ol.-food:not([class]) > li::before, .event-detail > ol.-food:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-food:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-food:not([class]) > li::before {
  color: #ffb400;
}

.list-ordered.-food > li .ol > li::before, .detail-description > ol.-food > li .ol > li::before, .topics-detail > ol.-food:not([class]) > li .ol > li::before, .event-detail > ol.-food:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-food:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-food:not([class]) > li .ol > li::before, .topics-detail > ol.-food:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-food:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-food:not([class]) > li > ol > li::before, .event-detail > ol.-food:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-food:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-food:not([class]) > li > ol > li::before {
  color: #ffb400;
}

.list-ordered.-shop > li::before, .detail-description > ol.-shop > li::before, .topics-detail > ol.-shop:not([class]) > li::before, .event-detail > ol.-shop:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-shop:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-shop:not([class]) > li::before {
  color: #ffb400;
}

.list-ordered.-shop > li .ol > li::before, .detail-description > ol.-shop > li .ol > li::before, .topics-detail > ol.-shop:not([class]) > li .ol > li::before, .event-detail > ol.-shop:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-shop:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-shop:not([class]) > li .ol > li::before, .topics-detail > ol.-shop:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-shop:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-shop:not([class]) > li > ol > li::before, .event-detail > ol.-shop:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-shop:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-shop:not([class]) > li > ol > li::before {
  color: #ffb400;
}

.list-ordered.-animal > li::before, .detail-description > ol.-animal > li::before, .topics-detail > ol.-animal:not([class]) > li::before, .event-detail > ol.-animal:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-animal:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-animal:not([class]) > li::before {
  color: #35c99d;
}

.list-ordered.-animal > li .ol > li::before, .detail-description > ol.-animal > li .ol > li::before, .topics-detail > ol.-animal:not([class]) > li .ol > li::before, .event-detail > ol.-animal:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-animal:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-animal:not([class]) > li .ol > li::before, .topics-detail > ol.-animal:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-animal:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-animal:not([class]) > li > ol > li::before, .event-detail > ol.-animal:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-animal:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-animal:not([class]) > li > ol > li::before {
  color: #35c99d;
}

.list-ordered.-plant > li::before, .detail-description > ol.-plant > li::before, .topics-detail > ol.-plant:not([class]) > li::before, .event-detail > ol.-plant:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-plant:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-plant:not([class]) > li::before {
  color: #35c99d;
}

.list-ordered.-plant > li .ol > li::before, .detail-description > ol.-plant > li .ol > li::before, .topics-detail > ol.-plant:not([class]) > li .ol > li::before, .event-detail > ol.-plant:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-plant:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-plant:not([class]) > li .ol > li::before, .topics-detail > ol.-plant:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-plant:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-plant:not([class]) > li > ol > li::before, .event-detail > ol.-plant:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-plant:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-plant:not([class]) > li > ol > li::before {
  color: #35c99d;
}

.list-ordered.-movie > li::before, .detail-description > ol.-movie > li::before, .topics-detail > ol.-movie:not([class]) > li::before, .event-detail > ol.-movie:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-movie:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-movie:not([class]) > li::before {
  color: #fa749a;
}

.list-ordered.-movie > li .ol > li::before, .detail-description > ol.-movie > li .ol > li::before, .topics-detail > ol.-movie:not([class]) > li .ol > li::before, .event-detail > ol.-movie:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-movie:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-movie:not([class]) > li .ol > li::before, .topics-detail > ol.-movie:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-movie:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-movie:not([class]) > li > ol > li::before, .event-detail > ol.-movie:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-movie:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-movie:not([class]) > li > ol > li::before {
  color: #fa749a;
}

.list-ordered.-gnome > li::before, .detail-description > ol.-gnome > li::before, .topics-detail > ol.-gnome:not([class]) > li::before, .event-detail > ol.-gnome:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol.-gnome:not([class]) > li::before, .event-detail table:not([class]) tbody td ol.-gnome:not([class]) > li::before {
  color: #fb5959;
}

.list-ordered.-gnome > li .ol > li::before, .detail-description > ol.-gnome > li .ol > li::before, .topics-detail > ol.-gnome:not([class]) > li .ol > li::before, .event-detail > ol.-gnome:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol.-gnome:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol.-gnome:not([class]) > li .ol > li::before, .topics-detail > ol.-gnome:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol.-gnome:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol.-gnome:not([class]) > li > ol > li::before, .event-detail > ol.-gnome:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol.-gnome:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol.-gnome:not([class]) > li > ol > li::before {
  color: #fb5959;
}

.list-ordered.-topics > li::before, .detail-description > ol.-topics > li::before, .topics-detail > ol:not([class]) > li::before, .event-detail > ol:not([class]) > li::before, .topics-detail table:not([class]) tbody td ol:not([class]) > li::before, .event-detail table:not([class]) tbody td ol:not([class]) > li::before {
  color: #90c31f;
}

.list-ordered.-topics > li .ol > li::before, .detail-description > ol.-topics > li .ol > li::before, .topics-detail > ol:not([class]) > li .ol > li::before, .event-detail > ol:not([class]) > li .ol > li::before, .topics-detail table:not([class]) tbody td ol:not([class]) > li .ol > li::before, .event-detail table:not([class]) tbody td ol:not([class]) > li .ol > li::before, .topics-detail > ol.list-ordered.-topics:not([class]) > li > ol > li::before, .topics-detail.detail-description > ol.-topics:not([class]) > li > ol > li::before, .topics-detail > ol:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .topics-detail > ol:not([class]) > li > ol > li::before, .event-detail > ol.list-ordered.-topics:not([class]) > li > ol > li::before, .event-detail.detail-description > ol.-topics:not([class]) > li > ol > li::before, .event-detail.topics-detail > ol:not([class]) > li > ol > li::before, .event-detail > ol:not([class]) > li > ol > li::before, .topics-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li::before, .event-detail table:not([class]) tbody td .event-detail > ol:not([class]) > li > ol > li::before {
  color: #90c31f;
}

.list-simpledef {
  margin: 0;
}

.list-simpledef > dt {
  margin: 0;
  font-weight: bold;
}

.list-simpledef > dd {
  margin: 0 0 0 1em;
}

.list-sitemap > li {
  margin: 0 0 22px;
}

.list-sitemap > li > a,
.list-sitemap > li > .alta {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 3px solid #359dc9;
  color: #434343;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 7px 4px 12px;
  position: relative;
}

.list-sitemap > li > a::after,
.list-sitemap > li > .alta::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 150%;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #434343;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-sitemap > li > a:hover, .list-sitemap > li > a:active, .list-sitemap > li > a:focus,
.list-sitemap > li > .alta:hover,
.list-sitemap > li > .alta:active,
.list-sitemap > li > .alta:focus {
  color: #42b8ef;
}

.list-sitemap > li > a:hover::after, .list-sitemap > li > a:active::after, .list-sitemap > li > a:focus::after,
.list-sitemap > li > .alta:hover::after,
.list-sitemap > li > .alta:active::after,
.list-sitemap > li > .alta:focus::after {
  color: #42b8ef;
}

.list-sitemap > li > a > span,
.list-sitemap > li > .alta > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.list-sitemap > li > .alta::after {
  display: none;
}

.list-sitemap > li > ul {
  margin: 7px 12px 8px;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.list-sitemap > li > ul > li {
  margin: 0 0 5px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em;
}

.list-sitemap > li > ul > li > a::before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  color: #359dc9;
  position: absolute;
  left: 0;
  top: 1px;
}

.list-sitemap > li.-attraction > a {
  border-left-color: #ff6f42;
}

.list-sitemap > li.-attraction > a:hover, .list-sitemap > li.-attraction > a:active, .list-sitemap > li.-attraction > a:focus {
  color: #ff6f42;
}

.list-sitemap > li.-attraction > a:hover::after, .list-sitemap > li.-attraction > a:active::after, .list-sitemap > li.-attraction > a:focus::after {
  color: #ff6f42;
}

.list-sitemap > li.-attraction > ul > li > a::before {
  color: #ff6f42;
}

.list-sitemap > li.-event > a {
  border-left-color: #25b7c0;
}

.list-sitemap > li.-event > a:hover, .list-sitemap > li.-event > a:active, .list-sitemap > li.-event > a:focus {
  color: #25b7c0;
}

.list-sitemap > li.-event > a:hover::after, .list-sitemap > li.-event > a:active::after, .list-sitemap > li.-event > a:focus::after {
  color: #25b7c0;
}

.list-sitemap > li.-event > ul > li > a::before {
  color: #25b7c0;
}

.list-sitemap > li.-food > a {
  border-left-color: #ffb400;
}

.list-sitemap > li.-food > a:hover, .list-sitemap > li.-food > a:active, .list-sitemap > li.-food > a:focus {
  color: #ffb400;
}

.list-sitemap > li.-food > a:hover::after, .list-sitemap > li.-food > a:active::after, .list-sitemap > li.-food > a:focus::after {
  color: #ffb400;
}

.list-sitemap > li.-food > ul > li > a::before {
  color: #ffb400;
}

.list-sitemap > li.-shop > a {
  border-left-color: #ffb400;
}

.list-sitemap > li.-shop > a:hover, .list-sitemap > li.-shop > a:active, .list-sitemap > li.-shop > a:focus {
  color: #ffb400;
}

.list-sitemap > li.-shop > a:hover::after, .list-sitemap > li.-shop > a:active::after, .list-sitemap > li.-shop > a:focus::after {
  color: #ffb400;
}

.list-sitemap > li.-shop > ul > li > a::before {
  color: #ffb400;
}

.list-sitemap > li.-animal > a {
  border-left-color: #35c99d;
}

.list-sitemap > li.-animal > a:hover, .list-sitemap > li.-animal > a:active, .list-sitemap > li.-animal > a:focus {
  color: #35c99d;
}

.list-sitemap > li.-animal > a:hover::after, .list-sitemap > li.-animal > a:active::after, .list-sitemap > li.-animal > a:focus::after {
  color: #35c99d;
}

.list-sitemap > li.-animal > ul > li > a::before {
  color: #35c99d;
}

.list-sitemap > li.-plant > a {
  border-left-color: #35c99d;
}

.list-sitemap > li.-plant > a:hover, .list-sitemap > li.-plant > a:active, .list-sitemap > li.-plant > a:focus {
  color: #35c99d;
}

.list-sitemap > li.-plant > a:hover::after, .list-sitemap > li.-plant > a:active::after, .list-sitemap > li.-plant > a:focus::after {
  color: #35c99d;
}

.list-sitemap > li.-plant > ul > li > a::before {
  color: #35c99d;
}

.list-sitemap > li.-movie > a {
  border-left-color: #fa749a;
}

.list-sitemap > li.-movie > a:hover, .list-sitemap > li.-movie > a:active, .list-sitemap > li.-movie > a:focus {
  color: #fa749a;
}

.list-sitemap > li.-movie > a:hover::after, .list-sitemap > li.-movie > a:active::after, .list-sitemap > li.-movie > a:focus::after {
  color: #fa749a;
}

.list-sitemap > li.-movie > ul > li > a::before {
  color: #fa749a;
}

.list-sitemap > li.-gnome > a {
  border-left-color: #fb5959;
}

.list-sitemap > li.-gnome > a:hover, .list-sitemap > li.-gnome > a:active, .list-sitemap > li.-gnome > a:focus {
  color: #fb5959;
}

.list-sitemap > li.-gnome > a:hover::after, .list-sitemap > li.-gnome > a:active::after, .list-sitemap > li.-gnome > a:focus::after {
  color: #fb5959;
}

.list-sitemap > li.-gnome > ul > li > a::before {
  color: #fb5959;
}

.list-sitemap > li.-topics > a {
  border-left-color: #90c31f;
}

.list-sitemap > li.-topics > a:hover, .list-sitemap > li.-topics > a:active, .list-sitemap > li.-topics > a:focus {
  color: #90c31f;
}

.list-sitemap > li.-topics > a:hover::after, .list-sitemap > li.-topics > a:active::after, .list-sitemap > li.-topics > a:focus::after {
  color: #90c31f;
}

.list-sitemap > li.-topics > ul > li > a::before {
  color: #90c31f;
}

.list-sitemap > li.-foreign > a {
  border-left-color: #aaa;
}

.list-sitemap > li.-foreign > a:hover, .list-sitemap > li.-foreign > a:active, .list-sitemap > li.-foreign > a:focus {
  color: #aaa;
}

.list-sitemap > li.-foreign > a:hover::after, .list-sitemap > li.-foreign > a:active::after, .list-sitemap > li.-foreign > a:focus::after {
  color: #aaa;
}

.list-step {
  margin: 0 -8px 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step {
    -js-display: block;
    display: block;
    margin: 0 0 20px;
  }
}

.list-step.-col2 > .step {
  width: calc((100% - 8px * 2 * 2) / 2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step.-col2 > .step {
    width: 100%;
  }
}

.list-step.-col3 > .step {
  width: calc((100% - 8px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step.-col3 > .step {
    width: 100%;
  }
}

.list-step.-col4 > .step {
  width: calc((100% - 8px * 2 * 4) / 4);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step.-col4 > .step {
    width: 100%;
  }
}

.list-step > .step {
  background-color: #ecf8fd;
  margin: 0 8px 20px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 100%;
  font-size: 1.6rem;
  padding: 0 13px 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step > .step {
    font-size: 87.5%;
    font-size: 1.4rem;
    margin: 0 0 15px;
    padding: 0 13px 15px;
  }
}

.list-step > .step > .num {
  display: block;
  background-color: #40acdc;
  font-weight: bold;
  font-size: 112.5%;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0 -13px 15px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .list-step > .step > .num {
    font-size: 100%;
    font-size: 1.4rem;
    margin: 0 -13px 10px;
  }
}

.listbullet-01, .attention-panel > .body > ul:not([class]), .detail-description > ul, .topics-detail table:not([class]) tbody td ul:not([class]), .event-detail table:not([class]) tbody td ul:not([class]) {
  margin: 1.5em 0;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.listbullet-01 > li, .attention-panel > .body > ul:not([class]) > li, .detail-description > ul > li, .topics-detail table:not([class]) tbody td ul:not([class]) > li, .event-detail table:not([class]) tbody td ul:not([class]) > li {
  position: relative;
  padding-left: 1.3em;
  margin: 0 0 5px;
}

.listbullet-01 > li::before, .attention-panel > .body > ul:not([class]) > li::before, .detail-description > ul > li::before, .topics-detail table:not([class]) tbody td ul:not([class]) > li::before, .event-detail table:not([class]) tbody td ul:not([class]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #42b8ef;
}

.listbullet-01 > li > a, .attention-panel > .body > ul:not([class]) > li > a, .detail-description > ul > li > a, .topics-detail table:not([class]) tbody td ul:not([class]) > li > a, .event-detail table:not([class]) tbody td ul:not([class]) > li > a {
  color: #339dd1;
}

.listbullet-01 > li .bullet, .attention-panel > .body > ul:not([class]) > li .bullet, .detail-description > ul > li .bullet, .topics-detail table:not([class]) tbody td ul:not([class]) > li .bullet, .event-detail table:not([class]) tbody td ul:not([class]) > li .bullet {
  margin: 5px 0 5px 15px;
  font-size: 92.85714%;
  font-size: 1.3rem;
}

.listbullet-01 > li .bullet > li, .attention-panel > .body > ul:not([class]) > li .bullet > li, .detail-description > ul > li .bullet > li, .topics-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li, .event-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li {
  margin: 0 0 3px;
  position: relative;
  padding-left: 1.2em;
}

.listbullet-01 > li .bullet > li::before, .attention-panel > .body > ul:not([class]) > li .bullet > li::before, .detail-description > ul > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #42b8ef;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.listbullet-01 > li .bullet > li > a, .attention-panel > .body > ul:not([class]) > li .bullet > li > a, .detail-description > ul > li .bullet > li > a, .topics-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li > a, .event-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li > a {
  color: #339dd1;
}

.listbullet-01 > li a[target="_blank"]::after, .attention-panel > .body > ul:not([class]) > li a[target="_blank"]::after, .detail-description > ul > li a[target="_blank"]::after, .topics-detail table:not([class]) tbody td ul:not([class]) > li a[target="_blank"]::after, .event-detail table:not([class]) tbody td ul:not([class]) > li a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .listbullet-01 > li a[target="_blank"]::after, .attention-panel > .body > ul:not([class]) > li a[target="_blank"]::after, .detail-description > ul > li a[target="_blank"]::after, .topics-detail table:not([class]) tbody td ul:not([class]) > li a[target="_blank"]::after, .event-detail table:not([class]) tbody td ul:not([class]) > li a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.listbullet-01 > li a[href$=".pdf"]::after, .attention-panel > .body > ul:not([class]) > li a[href$=".pdf"]::after, .detail-description > ul > li a[href$=".pdf"]::after, .topics-detail table:not([class]) tbody td ul:not([class]) > li a[href$=".pdf"]::after, .event-detail table:not([class]) tbody td ul:not([class]) > li a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .listbullet-01 > li a[href$=".pdf"]::after, .attention-panel > .body > ul:not([class]) > li a[href$=".pdf"]::after, .detail-description > ul > li a[href$=".pdf"]::after, .topics-detail table:not([class]) tbody td ul:not([class]) > li a[href$=".pdf"]::after, .event-detail table:not([class]) tbody td ul:not([class]) > li a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.listbullet-01.-attraction > li::before, .attention-panel > .body > ul.-attraction:not([class]) > li::before, .detail-description > ul.-attraction > li::before, .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before {
  color: #ff6f42;
}

.listbullet-01.-attraction > li .bullet > li::before, .attention-panel > .body > ul.-attraction:not([class]) > li .bullet > li::before, .detail-description > ul.-attraction > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before {
  color: #ff6f42;
}

.listbullet-01.-event > li::before, .attention-panel > .body > ul.-event:not([class]) > li::before, .detail-description > ul.-event > li::before, .topics-detail table:not([class]) tbody td ul.-event:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-event:not([class]) > li::before {
  color: #25b7c0;
}

.listbullet-01.-event > li .bullet > li::before, .attention-panel > .body > ul.-event:not([class]) > li .bullet > li::before, .detail-description > ul.-event > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-event:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-event:not([class]) > li .bullet > li::before {
  color: #25b7c0;
}

.listbullet-01.-food > li::before, .attention-panel > .body > ul.-food:not([class]) > li::before, .detail-description > ul.-food > li::before, .topics-detail table:not([class]) tbody td ul.-food:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-food:not([class]) > li::before {
  color: #ffb400;
}

.listbullet-01.-food > li .bullet > li::before, .attention-panel > .body > ul.-food:not([class]) > li .bullet > li::before, .detail-description > ul.-food > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-food:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-food:not([class]) > li .bullet > li::before {
  color: #ffb400;
}

.listbullet-01.-shop > li::before, .attention-panel > .body > ul.-shop:not([class]) > li::before, .detail-description > ul.-shop > li::before, .topics-detail table:not([class]) tbody td ul.-shop:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-shop:not([class]) > li::before {
  color: #ffb400;
}

.listbullet-01.-shop > li .bullet > li::before, .attention-panel > .body > ul.-shop:not([class]) > li .bullet > li::before, .detail-description > ul.-shop > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-shop:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-shop:not([class]) > li .bullet > li::before {
  color: #ffb400;
}

.listbullet-01.-animal > li::before, .attention-panel > .body > ul.-animal:not([class]) > li::before, .detail-description > ul.-animal > li::before, .topics-detail table:not([class]) tbody td ul.-animal:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-animal:not([class]) > li::before {
  color: #35c99d;
}

.listbullet-01.-animal > li .bullet > li::before, .attention-panel > .body > ul.-animal:not([class]) > li .bullet > li::before, .detail-description > ul.-animal > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-animal:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-animal:not([class]) > li .bullet > li::before {
  color: #35c99d;
}

.listbullet-01.-plant > li::before, .attention-panel > .body > ul.-plant:not([class]) > li::before, .detail-description > ul.-plant > li::before, .topics-detail table:not([class]) tbody td ul.-plant:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-plant:not([class]) > li::before {
  color: #35c99d;
}

.listbullet-01.-plant > li .bullet > li::before, .attention-panel > .body > ul.-plant:not([class]) > li .bullet > li::before, .detail-description > ul.-plant > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-plant:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-plant:not([class]) > li .bullet > li::before {
  color: #35c99d;
}

.listbullet-01.-movie > li::before, .attention-panel > .body > ul.-movie:not([class]) > li::before, .detail-description > ul.-movie > li::before, .topics-detail table:not([class]) tbody td ul.-movie:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-movie:not([class]) > li::before {
  color: #fa749a;
}

.listbullet-01.-movie > li .bullet > li::before, .attention-panel > .body > ul.-movie:not([class]) > li .bullet > li::before, .detail-description > ul.-movie > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-movie:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-movie:not([class]) > li .bullet > li::before {
  color: #fa749a;
}

.listbullet-01.-gnome > li::before, .attention-panel > .body > ul.-gnome:not([class]) > li::before, .detail-description > ul.-gnome > li::before, .topics-detail table:not([class]) tbody td ul.-gnome:not([class]) > li::before, .event-detail table:not([class]) tbody td ul.-gnome:not([class]) > li::before {
  color: #fb5959;
}

.listbullet-01.-gnome > li .bullet > li::before, .attention-panel > .body > ul.-gnome:not([class]) > li .bullet > li::before, .detail-description > ul.-gnome > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul.-gnome:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul.-gnome:not([class]) > li .bullet > li::before {
  color: #fb5959;
}

.listbullet-01.-topics > li::before, .attention-panel > .body > ul.-topics:not([class]) > li::before, .detail-description > ul.-topics > li::before, .topics-detail table:not([class]) tbody td ul:not([class]) > li::before, .event-detail table:not([class]) tbody td ul:not([class]) > li::before {
  color: #90c31f;
}

.listbullet-01.-topics > li .bullet > li::before, .attention-panel > .body > ul.-topics:not([class]) > li .bullet > li::before, .detail-description > ul.-topics > li .bullet > li::before, .topics-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td ul:not([class]) > li .bullet > li::before {
  color: #90c31f;
}

html[lang="en"] .listbullet-01.-attraction > li::before, html[lang="en"] .attention-panel > .body > ul.-attraction:not([class]) > li::before, html[lang="en"] .detail-description > ul.-attraction > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-attraction:not([class]) > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-attraction:not([class]) > li::before,
html[lang="zh-cn"] .listbullet-01.-attraction > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-attraction:not([class]) > li::before,
html[lang="zh-cn"] .detail-description > ul.-attraction > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-attraction:not([class]) > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-attraction:not([class]) > li::before,
html[lang="zh-tw"] .listbullet-01.-attraction > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-attraction:not([class]) > li::before,
html[lang="zh-tw"] .detail-description > ul.-attraction > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-attraction:not([class]) > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-attraction:not([class]) > li::before,
html[lang="ko"] .listbullet-01.-attraction > li::before,
html[lang="ko"] .attention-panel > .body > ul.-attraction:not([class]) > li::before,
html[lang="ko"] .detail-description > ul.-attraction > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-attraction:not([class]) > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-attraction:not([class]) > li::before {
  color: #ff6f42;
}

html[lang="en"] .listbullet-01.-attraction > li .bullet > li::before, html[lang="en"] .attention-panel > .body > ul.-attraction:not([class]) > li .bullet > li::before, html[lang="en"] .detail-description > ul.-attraction > li .bullet > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-attraction:not([class]) > li .bullet > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .listbullet-01.-attraction > li .bullet > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .detail-description > ul.-attraction > li .bullet > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .listbullet-01.-attraction > li .bullet > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .detail-description > ul.-attraction > li .bullet > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="ko"] .listbullet-01.-attraction > li .bullet > li::before,
html[lang="ko"] .attention-panel > .body > ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="ko"] .detail-description > ul.-attraction > li .bullet > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-attraction:not([class]) > li .bullet > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-attraction:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-attraction:not([class]) > li .bullet > li::before {
  color: #ff6f42;
}

html[lang="en"] .listbullet-01.-map > li::before, html[lang="en"] .attention-panel > .body > ul.-map:not([class]) > li::before, html[lang="en"] .detail-description > ul.-map > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-map:not([class]) > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-map:not([class]) > li::before,
html[lang="zh-cn"] .listbullet-01.-map > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-map:not([class]) > li::before,
html[lang="zh-cn"] .detail-description > ul.-map > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-map:not([class]) > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-map:not([class]) > li::before,
html[lang="zh-tw"] .listbullet-01.-map > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-map:not([class]) > li::before,
html[lang="zh-tw"] .detail-description > ul.-map > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-map:not([class]) > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-map:not([class]) > li::before,
html[lang="ko"] .listbullet-01.-map > li::before,
html[lang="ko"] .attention-panel > .body > ul.-map:not([class]) > li::before,
html[lang="ko"] .detail-description > ul.-map > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-map:not([class]) > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-map:not([class]) > li::before {
  color: #25b7c0;
}

html[lang="en"] .listbullet-01.-map > li .bullet > li::before, html[lang="en"] .attention-panel > .body > ul.-map:not([class]) > li .bullet > li::before, html[lang="en"] .detail-description > ul.-map > li .bullet > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-map:not([class]) > li .bullet > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .listbullet-01.-map > li .bullet > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .detail-description > ul.-map > li .bullet > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .listbullet-01.-map > li .bullet > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .detail-description > ul.-map > li .bullet > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="ko"] .listbullet-01.-map > li .bullet > li::before,
html[lang="ko"] .attention-panel > .body > ul.-map:not([class]) > li .bullet > li::before,
html[lang="ko"] .detail-description > ul.-map > li .bullet > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-map:not([class]) > li .bullet > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-map:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-map:not([class]) > li .bullet > li::before {
  color: #25b7c0;
}

html[lang="en"] .listbullet-01.-ticket > li::before, html[lang="en"] .attention-panel > .body > ul.-ticket:not([class]) > li::before, html[lang="en"] .detail-description > ul.-ticket > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-ticket:not([class]) > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-ticket:not([class]) > li::before,
html[lang="zh-cn"] .listbullet-01.-ticket > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-ticket:not([class]) > li::before,
html[lang="zh-cn"] .detail-description > ul.-ticket > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-ticket:not([class]) > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-ticket:not([class]) > li::before,
html[lang="zh-tw"] .listbullet-01.-ticket > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-ticket:not([class]) > li::before,
html[lang="zh-tw"] .detail-description > ul.-ticket > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-ticket:not([class]) > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-ticket:not([class]) > li::before,
html[lang="ko"] .listbullet-01.-ticket > li::before,
html[lang="ko"] .attention-panel > .body > ul.-ticket:not([class]) > li::before,
html[lang="ko"] .detail-description > ul.-ticket > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-ticket:not([class]) > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-ticket:not([class]) > li::before {
  color: #ffb400;
}

html[lang="en"] .listbullet-01.-ticket > li .bullet > li::before, html[lang="en"] .attention-panel > .body > ul.-ticket:not([class]) > li .bullet > li::before, html[lang="en"] .detail-description > ul.-ticket > li .bullet > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-ticket:not([class]) > li .bullet > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .listbullet-01.-ticket > li .bullet > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .detail-description > ul.-ticket > li .bullet > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .listbullet-01.-ticket > li .bullet > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .detail-description > ul.-ticket > li .bullet > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="ko"] .listbullet-01.-ticket > li .bullet > li::before,
html[lang="ko"] .attention-panel > .body > ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="ko"] .detail-description > ul.-ticket > li .bullet > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-ticket:not([class]) > li .bullet > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-ticket:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-ticket:not([class]) > li .bullet > li::before {
  color: #ffb400;
}

html[lang="en"] .listbullet-01.-schedule > li::before, html[lang="en"] .attention-panel > .body > ul.-schedule:not([class]) > li::before, html[lang="en"] .detail-description > ul.-schedule > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-schedule:not([class]) > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-schedule:not([class]) > li::before,
html[lang="zh-cn"] .listbullet-01.-schedule > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-schedule:not([class]) > li::before,
html[lang="zh-cn"] .detail-description > ul.-schedule > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-schedule:not([class]) > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-schedule:not([class]) > li::before,
html[lang="zh-tw"] .listbullet-01.-schedule > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-schedule:not([class]) > li::before,
html[lang="zh-tw"] .detail-description > ul.-schedule > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-schedule:not([class]) > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-schedule:not([class]) > li::before,
html[lang="ko"] .listbullet-01.-schedule > li::before,
html[lang="ko"] .attention-panel > .body > ul.-schedule:not([class]) > li::before,
html[lang="ko"] .detail-description > ul.-schedule > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-schedule:not([class]) > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-schedule:not([class]) > li::before {
  color: #35c99d;
}

html[lang="en"] .listbullet-01.-schedule > li .bullet > li::before, html[lang="en"] .attention-panel > .body > ul.-schedule:not([class]) > li .bullet > li::before, html[lang="en"] .detail-description > ul.-schedule > li .bullet > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-schedule:not([class]) > li .bullet > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .listbullet-01.-schedule > li .bullet > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .detail-description > ul.-schedule > li .bullet > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .listbullet-01.-schedule > li .bullet > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .detail-description > ul.-schedule > li .bullet > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="ko"] .listbullet-01.-schedule > li .bullet > li::before,
html[lang="ko"] .attention-panel > .body > ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="ko"] .detail-description > ul.-schedule > li .bullet > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-schedule:not([class]) > li .bullet > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-schedule:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-schedule:not([class]) > li .bullet > li::before {
  color: #35c99d;
}

html[lang="en"] .listbullet-01.-access > li::before, html[lang="en"] .attention-panel > .body > ul.-access:not([class]) > li::before, html[lang="en"] .detail-description > ul.-access > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-access:not([class]) > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-access:not([class]) > li::before,
html[lang="zh-cn"] .listbullet-01.-access > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-access:not([class]) > li::before,
html[lang="zh-cn"] .detail-description > ul.-access > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-access:not([class]) > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-access:not([class]) > li::before,
html[lang="zh-tw"] .listbullet-01.-access > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-access:not([class]) > li::before,
html[lang="zh-tw"] .detail-description > ul.-access > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-access:not([class]) > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-access:not([class]) > li::before,
html[lang="ko"] .listbullet-01.-access > li::before,
html[lang="ko"] .attention-panel > .body > ul.-access:not([class]) > li::before,
html[lang="ko"] .detail-description > ul.-access > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-access:not([class]) > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-access:not([class]) > li::before {
  color: #fa749a;
}

html[lang="en"] .listbullet-01.-access > li .bullet > li::before, html[lang="en"] .attention-panel > .body > ul.-access:not([class]) > li .bullet > li::before, html[lang="en"] .detail-description > ul.-access > li .bullet > li::before, html[lang="en"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td html[lang="en"] ul.-access:not([class]) > li .bullet > li::before, html[lang="en"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td html[lang="en"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .listbullet-01.-access > li .bullet > li::before,
html[lang="zh-cn"] .attention-panel > .body > ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .detail-description > ul.-access > li .bullet > li::before,
html[lang="zh-cn"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-cn"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-cn"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .listbullet-01.-access > li .bullet > li::before,
html[lang="zh-tw"] .attention-panel > .body > ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .detail-description > ul.-access > li .bullet > li::before,
html[lang="zh-tw"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="zh-tw"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="zh-tw"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="ko"] .listbullet-01.-access > li .bullet > li::before,
html[lang="ko"] .attention-panel > .body > ul.-access:not([class]) > li .bullet > li::before,
html[lang="ko"] .detail-description > ul.-access > li .bullet > li::before,
html[lang="ko"] .topics-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .topics-detail table:not([class]) tbody td
html[lang="ko"] ul.-access:not([class]) > li .bullet > li::before,
html[lang="ko"] .event-detail table:not([class]) tbody td ul.-access:not([class]) > li .bullet > li::before, .event-detail table:not([class]) tbody td
html[lang="ko"] ul.-access:not([class]) > li .bullet > li::before {
  color: #fa749a;
}

.local-nav {
  margin: 0 -10px -20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav {
    font-size: 87.5%;
    font-size: 1.4rem;
    margin: 0;
  }
}

.local-nav.-col2 > li {
  width: calc((100% - 10px * 2 * 2) / 2);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav.-col2 > li {
    width: 100%;
  }
}

.local-nav.-col3 > li {
  width: calc((100% - 10px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav.-col3 > li {
    width: 100%;
  }
}

.local-nav.-col4 > li {
  width: calc((100% - 10px * 2 * 4) / 4);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav.-col4 > li {
    width: 100%;
  }
}

.local-nav > li {
  box-sizing: border-box;
  float: left;
  margin: 0 10px 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav > li {
    margin: 0 0 7px;
  }
}

.local-nav > li > a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background-color: #fcfcfc;
  font-size: 112.5%;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav > li > a {
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.local-nav > li > a > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 12px 15px 10px 20px;
}

.local-nav > li > a > .arrow {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  padding: 0 10px 0 0;
}

.local-nav > li > a > .arrow::before {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #42b8ef;
}

.local-nav > li > a > .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #42b8ef;
  padding: 12px 40px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .local-nav > li > a > .icon {
    padding: 10px 18px;
  }
}

.local-nav > li > a > .icon::before {
  content: '';
  display: block;
}

.local-nav > li > a > .icon.-train::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -179px;
  width: 52px;
  height: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .local-nav > li > a > .icon.-train::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.local-nav > li > a > .icon.-bus::before {
  background-image: url(../img/sprite.png);
  background-position: -627px -236px;
  width: 52px;
  height: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .local-nav > li > a > .icon.-bus::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.local-nav > li > a > .icon.-car::before {
  background-image: url(../img/sprite.png);
  background-position: -684px -179px;
  width: 52px;
  height: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .local-nav > li > a > .icon.-car::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.local-nav > li > a > .icon.-parking::before {
  background-image: url(../img/sprite.png);
  background-position: -684px -236px;
  width: 52px;
  height: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .local-nav > li > a > .icon.-parking::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.local-nav > li > a:hover, .local-nav > li > a:active, .local-nav > li > a:focus {
  color: #42b8ef;
}

.map-embed {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  margin: 25px 0;
  padding: 57% 0 0;
  overflow: hidden;
}

.map-embed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.map-embed img {
  max-height: none;
}

.map-markerbutton {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .map-markerbutton {
    -js-display: block;
    display: block;
  }
}

.map-markerbutton > li {
  margin: 0 10px 20px;
  width: calc((100% - 10px * 6) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .map-markerbutton > li {
    width: auto;
    margin: 0 0 6px;
  }
}

.map-markerbutton > li > .btn {
  width: 100%;
  font-weight: bold;
  border: 2px solid #d2d2d2;
  font-size: 100%;
  font-size: 1.6rem;
  padding: 12px 0 9px 17px;
  cursor: pointer;
  text-align: left;
  position: relative;
  background-color: #fcfcfc;
}

.map-markerbutton > li > .btn::before {
  font-family: 'Ionicons';
  content: "";
  color: #ccc;
  margin-right: 16px;
  font-size: 150%;
  font-size: 2.4rem;
  line-height: 1;
}

.map-markerbutton > li > .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
}

.map-markerbutton > li > .btn.-active {
  border-color: #42b8ef;
  background-color: #fff;
}

.map-markerbutton > li > .btn.-active::before {
  font-family: 'Ionicons';
  content: "";
  color: #42b8ef;
}

.map-markerbutton > li > .btn > span {
  position: relative;
  top: -3px;
}

.map-markerbutton > li > .btn.-attraction::after {
  background-image: url(../img/sprite.png);
  background-position: -588px -511px;
  width: 32px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-attraction::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-food::after {
  background-image: url(../img/sprite.png);
  background-position: -753px -619px;
  width: 24px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-food::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-shop::after {
  background-image: url(../img/sprite.png);
  background-position: -41px -606px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-shop::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-animal::after {
  background-image: url(../img/sprite.png);
  background-position: -410px -606px;
  width: 32px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-animal::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-active.-attraction::after {
  background-image: url(../img/sprite.png);
  background-position: -588px -470px;
  width: 32px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-active.-attraction::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-active.-food::after {
  background-image: url(../img/sprite.png);
  background-position: -753px -660px;
  width: 24px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-active.-food::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-active.-shop::after {
  background-image: url(../img/sprite.png);
  background-position: -547px -470px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-active.-shop::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-markerbutton > li > .btn.-active.-animal::after {
  background-image: url(../img/sprite.png);
  background-position: -716px -446px;
  width: 32px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-markerbutton > li > .btn.-active.-animal::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.map-numicon.leaflet-marker-icon {
  display: none;
}

.guide-map.-attraction .map-numicon.leaflet-marker-icon.-attraction {
  display: block;
}

.guide-map.-food .map-numicon.leaflet-marker-icon.-food {
  display: block;
}

.guide-map.-shop .map-numicon.leaflet-marker-icon.-shop {
  display: block;
}

.guide-map.-animal .map-numicon.leaflet-marker-icon.-animal {
  display: block;
}

.guide-map.-other .map-numicon.leaflet-marker-icon.-other {
  display: block;
}

.map-numicon.leaflet-marker-icon.-attraction, .map-numicon.leaflet-marker-icon.-food, .map-numicon.leaflet-marker-icon.-shop, .map-numicon.leaflet-marker-icon.-animal, .map-numicon.leaflet-marker-icon.-plant, .map-numicon.leaflet-marker-icon.-other {
  top: -16px;
  left: -16px;
}

.map-numicon.leaflet-marker-icon.-attraction > img, .map-numicon.leaflet-marker-icon.-food > img, .map-numicon.leaflet-marker-icon.-shop > img, .map-numicon.leaflet-marker-icon.-animal > img, .map-numicon.leaflet-marker-icon.-plant > img, .map-numicon.leaflet-marker-icon.-other > img {
  width: 32px;
  height: auto;
}

.map-numicon.leaflet-marker-icon.-other::before {
  display: none !important;
}

.z1 .map-numicon.leaflet-marker-icon::before {
  content: attr(title);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(85, 85, 85, 0.7), -1px 1px 0 rgba(85, 85, 85, 0.7), 1px -1px 0 rgba(85, 85, 85, 0.7), -1px -1px 0 rgba(85, 85, 85, 0.7);
  z-index: 1000;
  line-height: 1.1;
  top: -1px;
}

.z1 .map-numicon.leaflet-marker-icon.-shop::before {
  font-size: 125%;
  font-size: 2rem;
}

.z2 .map-numicon.leaflet-marker-icon::before {
  content: attr(title);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(85, 85, 85, 0.7), -1px 1px 0 rgba(85, 85, 85, 0.7), 1px -1px 0 rgba(85, 85, 85, 0.7), -1px -1px 0 rgba(85, 85, 85, 0.7);
  z-index: 1000;
  line-height: 1.1;
  top: -4px;
  left: -3px;
}

.z2 .map-numicon.leaflet-marker-icon.-shop::before {
  font-size: 175%;
  font-size: 2.8rem;
}

.z2 .map-numicon.leaflet-marker-icon > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.z3 .map-numicon.leaflet-marker-icon::before {
  content: attr(title);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-size: 175%;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(85, 85, 85, 0.8), -2px 2px 0 rgba(85, 85, 85, 0.8), 2px -2px 0 rgba(85, 85, 85, 0.8), -2px -2px 0 rgba(85, 85, 85, 0.8);
  z-index: 1000;
  line-height: 1.1;
  top: -16px;
  left: -16px;
}

.z3 .map-numicon.leaflet-marker-icon.-shop::before {
  text-shadow: 1px 1px 1px rgba(85, 85, 85, 0.8), -1px 1px 1px rgba(85, 85, 85, 0.8), 1px -1px 1px rgba(85, 85, 85, 0.8), -1px -1px 1px rgba(85, 85, 85, 0.8);
  font-size: 275%;
  font-size: 4.4rem;
}

.z3 .map-numicon.leaflet-marker-icon > img {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.map-popup {
  width: 125px;
}

.map-popup > a {
  display: block;
}

.map-popup > a > .thumb {
  overflow: hidden;
}

.map-popup > a > .thumb > span {
  display: block;
  width: 125px;
  padding-top: 65%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-popup > a > .title {
  margin: 5px 3px 0;
  position: relative;
  padding-left: 1.1em;
  text-decoration: underline;
  color: #333;
}

.map-popup > a > .title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: "";
  color: #42b8ef;
}

.map-popup > a:hover > .title, .map-popup > a:active > .title, .map-popup > a:focus > .title {
  text-decoration: none;
}

.media-one {
  margin: 0 0 25px;
}

.media-one > p {
  margin: 0;
  text-align: center;
}

.media-one > p img {
  max-width: 100%;
}

.media-one > p > .caption {
  display: block;
  font-size: 92.85714%;
  font-size: 1.3rem;
  margin: 4px 0 0;
  text-align: center;
}

.media-parallel {
  margin: 0 0 15px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel {
    display: block;
  }
}

.media-parallel img {
  max-width: 100%;
}

.media-parallel > .image {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel > .image {
    display: block;
    width: 100% !important;
  }
}

.media-parallel > .image > p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel > .image > p {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel > .image > p > img {
    width: auto;
  }
}

.media-parallel > .image > p > .caption {
  display: block;
  font-size: 92.85714%;
  font-size: 1.3rem;
  text-align: center;
  margin: 4px 0 0;
}

.media-parallel > .body {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel > .body {
    display: block;
    width: auto !important;
  }
}

.media-parallel > .body > p:not([class]):last-of-type {
  margin-bottom: 0.5em;
}

.media-parallel.-left > .body {
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel.-left > .body {
    padding-left: 0 !important;
  }
}

.media-parallel.-right {
  direction: rtl;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel.-right {
    direction: ltr;
  }
}

.media-parallel.-right > .image {
  direction: ltr;
}

.media-parallel.-right > .body {
  direction: ltr;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .media-parallel.-right > .body {
    padding-right: 0 !important;
  }
}

.not-found {
  padding: 20px 50px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .not-found {
    padding: 0;
  }
}

.not-found > .hdg {
  text-align: center;
  font-size: 312.5%;
  font-size: 5rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .not-found > .hdg {
    font-size: 150%;
    font-size: 2.4rem;
  }
}

.not-found > .lead {
  text-align: center;
  font-size: 137.5%;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .not-found > .lead {
    font-size: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}

.not-found > .pgh {
  margin: 40px 0 60px;
  text-align: center;
  font-size: 100%;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .not-found > .pgh {
    font-size: 87.5%;
    font-size: 1.4rem;
    text-align: left;
    margin: 20px 0;
  }
}

.not-found .button-link {
  font-size: 125%;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .not-found .button-link {
    font-size: 87.5%;
    font-size: 1.4rem;
  }
}

.page-title {
  background-color: #42b8ef;
  color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .page-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.page-title.-attraction {
  background-color: #ff6f42;
}

.page-title.-event {
  background-color: #25b7c0;
}

.page-title.-food {
  background-color: #ffb400;
}

.page-title.-shop {
  background-color: #ffb400;
}

.page-title.-animal {
  background-color: #35c99d;
}

.page-title.-plant {
  background-color: #35c99d;
}

.page-title.-movie {
  background-color: #fa749a;
}

.page-title.-gnome {
  background-color: #fb5959;
}

.page-title.-topics {
  background-color: #90c31f;
}

.page-title > .hdg {
  max-width: 940px;
  margin: 0 auto;
  padding: 24px 0 20px;
  font-size: 150%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .page-title > .hdg {
    font-size: 125%;
    font-size: 2rem;
  }
}

.page-title > .hdg.-icon {
  position: relative;
  padding-left: 50px;
}

.page-title > .hdg.-icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.page-title.-topics.-bigtitle > .hdg {
  font-size: 175%;
  font-size: 2.8rem;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .page-title.-topics.-bigtitle > .hdg {
    font-size: 125%;
    font-size: 2rem;
  }
}

.page-title.-topics.-bigtitle > .meta {
  max-width: 940px;
  margin: 0 auto;
  padding: 15px 0 5px;
}

.page-title.-topics.-bigtitle > .meta > .date {
  font-size: 125%;
  font-size: 2rem;
  color: #fff100;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .page-title.-topics.-bigtitle > .meta > .date {
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.page-title.-topics.-bigtitle > .meta > .category {
  font-size: 81.25%;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 25px;
  margin-left: 0.5em;
  position: relative;
  top: -2px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .page-title.-topics.-bigtitle > .meta > .category {
    font-size: 68.75%;
    font-size: 1.1rem;
  }
}

.page-title.-topics.-bigtitle > .meta > .category.-attraction {
  background-color: #ff6f42;
}

.page-title.-topics.-bigtitle > .meta > .category.-event {
  background-color: #25b7c0;
}

.page-title.-topics.-bigtitle > .meta > .category.-food {
  background-color: #ffb400;
}

.page-title.-topics.-bigtitle > .meta > .category.-shop {
  background-color: #ffb400;
}

.page-title.-topics.-bigtitle > .meta > .category.-animal {
  background-color: #35c99d;
}

.page-title.-topics.-bigtitle > .meta > .category.-plant {
  background-color: #35c99d;
}

.page-title.-topics.-bigtitle > .meta > .category.-news {
  background-color: #e60012;
}

.page-title.-topics.-bigtitle > .meta > .category.-other {
  background-color: #339ec8;
}

.page-title.-attraction > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -588px -347px;
  width: 32px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-attraction > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-event > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -709px -545px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-event > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-food > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -726px;
  width: 23px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-food > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-shop > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -68px -647px;
  width: 35px;
  height: 30px;
  margin-top: -15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-shop > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-animal > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -670px -495px;
  width: 37px;
  height: 41px;
  margin-top: -20.5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-animal > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-plant > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -675px -446px;
  width: 36px;
  height: 43px;
  margin-top: -21.5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-plant > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.page-title.-movie > .hdg.-icon::before {
  background-image: url(../img/sprite.png);
  background-position: -447px -606px;
  width: 31px;
  height: 36px;
  margin-top: -18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title.-movie > .hdg.-icon::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parkinfo-nav {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) #drawer .parkinfo-nav {
    margin: 20px 0 15px;
  }
}

.parkinfo-nav > .opening {
  float: left;
  border: 1px solid #42b8ef;
  margin: 0 20px 0 0;
  width: 540px;
  height: 60px;
  line-height: 58px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .opening {
    float: none;
    width: auto;
    margin: 0 0 15px;
    height: auto;
    line-height: 1.3;
  }
}

.parkinfo-nav > .opening > .date {
  display: table-cell;
  margin: 0;
  background: #42b8ef;
  vertical-align: middle;
  font-size: 100%;
  font-size: 1.6rem;
  white-space: nowrap;
  padding: 0 17px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .opening > .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0 8px;
    white-space: normal;
    font-size: 112.5%;
    font-size: 1.8rem;
  }
}

.parkinfo-nav > .opening > .date > .w {
  display: table-cell;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .opening > .date > .w {
    display: inline;
    top: 0;
  }
}

.parkinfo-nav > .opening > .date > .w > .em {
  font-size: 162.5%;
  font-size: 2.6rem;
  display: inline-block;
  margin: 0 2px;
  line-height: 1.1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .opening > .date > .w > .em {
    font-size: 111.11111%;
    font-size: 2rem;
  }
}

.parkinfo-nav > .opening > .time {
  width: 100%;
  display: table-cell;
  white-space: nowrap;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.parkinfo-nav > .opening > .time.-close {
  color: #f30000;
  font-size: 125%;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .opening > .time {
    display: block;
    padding: 10px 0 7px;
    width: auto;
    white-space: normal;
  }
}

.parkinfo-nav > .schedule {
  float: right;
  border: 1px solid #42b8ef;
  width: calc(100% - (540px + 20px));
  height: 60px;
  line-height: 58px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .schedule {
    float: none;
    width: auto;
  }
}

.parkinfo-nav > .schedule > a {
  text-decoration: none;
  position: relative;
  display: block;
}

.parkinfo-nav > .schedule > a::after {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #434343;
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .schedule > a::after {
    font-size: 20px;
  }
}

.parkinfo-nav > .schedule > a .icon {
  display: table-cell;
  vertical-align: middle;
  background-color: #42b8ef;
  line-height: 1.2;
  padding: 0 10px;
  width: 1%;
  text-align: center;
  font-style: normal;
}

.parkinfo-nav > .schedule > a .icon::before {
  font-family: 'FontAwesome';
  content: "";
  color: #fff;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .schedule > a .icon::before {
    font-size: 24px;
  }
}

.parkinfo-nav > .schedule > a > .text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-right: 40px;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-nav > .schedule > a > .text {
    padding-right: 30px;
  }
}

.parkinfo-nav > .schedule > a:hover::after, .parkinfo-nav > .schedule > a:active::after, .parkinfo-nav > .schedule > a:focus::after {
  color: #42b8ef;
}

.parkinfo-nav > .schedule > a:hover > .text, .parkinfo-nav > .schedule > a:active > .text, .parkinfo-nav > .schedule > a:focus > .text {
  color: #42b8ef;
}

.parkinfo-news {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .section-block > .parkinfo-news {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.parkinfo-news > li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li {
    margin-bottom: 8px;
  }
}

.parkinfo-news > li:last-child {
  margin-bottom: 0;
}

.parkinfo-news > li > a, .parkinfo-news > li > .nolink {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  display: table;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.parkinfo-news > li > a:last-child, .parkinfo-news > li > .nolink:last-child {
  margin-bottom: 0;
}

.parkinfo-news > li > a::after, .parkinfo-news > li > .nolink::after {
  display: block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 24px;
  color: #434343;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a::after, html:not(.-noresponsive) .parkinfo-news > li > .nolink::after {
    font-size: 20px;
  }
}

.parkinfo-news > li > a > .icon.-news, .parkinfo-news > li > .nolink > .icon.-news {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  background-color: #eee;
  line-height: 1.2;
  padding: 0 10px;
  width: 1%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .icon.-news, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .icon.-news {
    padding: 0 5px;
  }
}

.parkinfo-news > li > a > .icon.-news::before, .parkinfo-news > li > .nolink > .icon.-news::before {
  font-family: 'FontAwesome';
  content: "";
  color: #434343;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .icon.-news::before, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .icon.-news::before {
    font-size: 18px;
  }
}

.parkinfo-news > li > a > .tag, .parkinfo-news > li > .nolink > .tag {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 150px;
  font-size: 81.25%;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .tag, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .tag {
    display: inline-block;
    font-size: 62.5%;
    font-size: 1rem;
    width: auto;
    margin: 0.2em 1em 0;
  }
}

.parkinfo-news > li > a > .tag > .t, .parkinfo-news > li > .nolink > .tag > .t {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  width: 120px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .tag > .t, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .tag > .t {
    width: 90px;
    white-space: nowrap;
  }
}

.parkinfo-news > li > a > .tag > .t.-attraction, .parkinfo-news > li > .nolink > .tag > .t.-attraction {
  background-color: #ff6f42;
}

.parkinfo-news > li > a > .tag > .t.-event, .parkinfo-news > li > .nolink > .tag > .t.-event {
  background-color: #25b7c0;
}

.parkinfo-news > li > a > .tag > .t.-food, .parkinfo-news > li > .nolink > .tag > .t.-food {
  background-color: #ffb400;
}

.parkinfo-news > li > a > .tag > .t.-shop, .parkinfo-news > li > .nolink > .tag > .t.-shop {
  background-color: #ffb400;
}

.parkinfo-news > li > a > .tag > .t.-animal, .parkinfo-news > li > .nolink > .tag > .t.-animal {
  background-color: #35c99d;
}

.parkinfo-news > li > a > .tag > .t.-plant, .parkinfo-news > li > .nolink > .tag > .t.-plant {
  background-color: #35c99d;
}

.parkinfo-news > li > a > .tag > .t.-news, .parkinfo-news > li > .nolink > .tag > .t.-news {
  background-color: #e60012;
}

.parkinfo-news > li > a > .tag > .t.-other, .parkinfo-news > li > .nolink > .tag > .t.-other {
  background-color: #339ec8;
}

.parkinfo-news > li > a > .date, .parkinfo-news > li > .nolink > .date {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  width: 140px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .date, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .date {
    display: inline-block;
    font-size: 68.75%;
    font-size: 1.1rem;
    margin: 0.1em 0 0;
    width: auto;
  }
}

.parkinfo-news > li > a > .title, .parkinfo-news > li > .nolink > .title {
  display: table-cell;
  vertical-align: middle;
  color: #f30000;
  font-weight: bold;
  padding: 7px 40px 5px 0;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .parkinfo-news > li > a > .title, html:not(.-noresponsive) .parkinfo-news > li > .nolink > .title {
    display: block;
    font-size: 87.5%;
    font-size: 1.4rem;
    padding: 3px 30px 7px 0.7em;
  }
}

.parkinfo-news > li > a > .title > .n, .parkinfo-news > li > .nolink > .title > .n {
  display: inline;
  width: 100%;
  text-decoration: underline;
  vertical-align: middle;
}

.parkinfo-news > li > a:hover, .parkinfo-news > li > a:active, .parkinfo-news > li > a:focus {
  border-color: #42b8ef;
}

.parkinfo-news > li > a:hover::after, .parkinfo-news > li > a:active::after, .parkinfo-news > li > a:focus::after {
  color: #42b8ef;
}

.parkinfo-news > li > a:hover > .title > .n, .parkinfo-news > li > a:active > .title > .n, .parkinfo-news > li > a:focus > .title > .n {
  text-decoration: none;
}

.parkinfo-news > li > a[target="_blank"] > .title > .n::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parkinfo-news > li > a[target="_blank"] > .title > .n::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parkinfo-news > li > a[href$=".pdf"] > .title > .n::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .parkinfo-news > li > a[href$=".pdf"] > .title > .n::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.parkinfo-news > li > .nolink::after {
  display: none;
}

.parkinfo-news > li > .nolink > .title > .n {
  text-decoration: none;
}

.pgh-normal, .section-top p:not([class]),
.section-top p[class*="_mb"] {
  margin: 0 0 1.5em;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.pgh-normal > a, .section-top p:not([class]) > a,
.section-top p[class*="_mb"] > a {
  color: #339dd1;
}

.pgh-normal > a[target="_blank"]:not([class*="_imglink"])::after, .section-top p:not([class]) > a[target="_blank"]:not([class*="_imglink"])::after,
.section-top p[class*="_mb"] > a[target="_blank"]:not([class*="_imglink"])::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pgh-normal > a[target="_blank"]:not([class*="_imglink"])::after, .section-top p:not([class]) > a[target="_blank"]:not([class*="_imglink"])::after,
  .section-top p[class*="_mb"] > a[target="_blank"]:not([class*="_imglink"])::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.pgh-normal > a[href$=".pdf"]:not([class*="_imglink"])::after, .section-top p:not([class]) > a[href$=".pdf"]:not([class*="_imglink"])::after,
.section-top p[class*="_mb"] > a[href$=".pdf"]:not([class*="_imglink"])::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pgh-normal > a[href$=".pdf"]:not([class*="_imglink"])::after, .section-top p:not([class]) > a[href$=".pdf"]:not([class*="_imglink"])::after,
  .section-top p[class*="_mb"] > a[href$=".pdf"]:not([class*="_imglink"])::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .picker {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.picker__holder {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .picker__holder {
    max-width: 100%;
  }
}

.picker__year {
  font-style: normal;
}

.picker__footer {
  display: none;
}

.picker__day--highlighted {
  color: #000 !important;
  background: transparent !important;
}

.picker__day--today {
  background: #b1dcfb !important;
}

.recommend-keywords {
  background-color: #f0f9fe;
  border: 1px solid #d2d2d2;
  display: table;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords {
    display: block;
    background-color: transparent;
    padding: 0;
  }
}

.recommend-keywords > .hdg {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  line-height: 1.4;
  padding: 0 17px 0 25px;
  border-right: 1px solid #d2d2d2;
  white-space: nowrap;
  font-size: 112.5%;
  font-size: 1.8rem;
  color: #434343;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords > .hdg {
    display: block;
    border: none;
    text-align: center;
    background-color: #f0f9fe;
    padding: 12px 0;
    cursor: pointer;
    font-size: 100%;
    font-size: 1.6rem;
  }
  html:not(.-noresponsive) .recommend-keywords > .hdg::after {
    display: inline-block;
    font-family: 'Ionicons';
    content: "";
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px;
  }
  html:not(.-noresponsive) .recommend-keywords > .hdg > br {
    display: none;
  }
  html:not(.-noresponsive) .recommend-keywords > .hdg > img {
    display: none;
  }
}

.recommend-keywords > .keywords {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords > .keywords {
    display: none;
    padding: 10px;
    background-color: #f0f9fe;
  }
}

.recommend-keywords > .keywords > ul {
  margin-top: -10px;
  font-size: 81.25%;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords > .keywords > ul {
    font-size: 68.75%;
    font-size: 1.1rem;
  }
}

.recommend-keywords > .keywords > ul > li {
  float: left;
  margin: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords > .keywords > ul > li {
    margin-top: 7px;
  }
}

.recommend-keywords > .keywords > ul > li > button {
  text-decoration: none;
  display: block;
  border: 1px solid #42b8ef;
  padding: 4px 10px;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.recommend-keywords > .keywords > ul > li > button::before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  margin-right: 5px;
  color: #42b8ef;
  font-size: 80%;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.recommend-keywords > .keywords > ul > li > button:hover, .recommend-keywords > .keywords > ul > li > button:active, .recommend-keywords > .keywords > ul > li > button:focus, .recommend-keywords > .keywords > ul > li > button.-active {
  color: #fff;
  background-color: #42b8ef;
}

.recommend-keywords > .keywords > ul > li > button:hover::before, .recommend-keywords > .keywords > ul > li > button:active::before, .recommend-keywords > .keywords > ul > li > button:focus::before, .recommend-keywords > .keywords > ul > li > button.-active::before {
  color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-keywords.-open > .keywords {
    display: block;
  }
}

.recommend-slider {
  border-top: 1px solid #ceedfb;
  background: #f0fafb;
}

.recommend-slider > .inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 872px;
  padding: 25px 0 40px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner {
    margin: 0 30px 0;
    padding: 20px 0;
  }
}

.recommend-slider > .inner > .hdg {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner > .hdg {
    margin: 0 0 10px;
  }
}

.recommend-slider > .inner > .hdg > h2 {
  margin: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

.recommend-slider > .inner > .hdg > h2 > img {
  width: auto;
  height: 29px;
}

.recommend-slider > .inner > .recommendlist {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.recommend-slider > .inner > .recommendlist.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.recommend-slider > .inner > .recommendlist .item {
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner > .recommendlist .item {
    padding: 0 7px;
  }
}

.recommend-slider > .inner > .recommendlist .item > a {
  display: block;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.recommend-slider > .inner > .recommendlist .item > a:hover, .recommend-slider > .inner > .recommendlist .item > a:active, .recommend-slider > .inner > .recommendlist .item > a:focus {
  opacity: 0.8;
}

.recommend-slider > .inner > .recommendlist .item .image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
}

.recommend-slider > .inner .slick-prev, .recommend-slider > .inner .slick-next {
  top: 50%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner .slick-prev, html:not(.-noresponsive) .recommend-slider > .inner .slick-next {
    top: 50%;
  }
}

.recommend-slider > .inner .slick-prev::before, .recommend-slider > .inner .slick-next::before {
  color: #42b8ef;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner .slick-prev::before, html:not(.-noresponsive) .recommend-slider > .inner .slick-next::before {
    font-size: 32px;
    z-index: 30;
  }
}

.recommend-slider > .inner .slick-prev {
  left: -40px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner .slick-prev {
    left: -22px;
  }
}

.recommend-slider > .inner .slick-prev::before {
  font-family: 'FontAwesome';
  content: "";
}

.recommend-slider > .inner .slick-next {
  right: -40px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider > .inner .slick-next {
    right: -22px;
  }
}

.recommend-slider > .inner .slick-next::before {
  font-family: 'FontAwesome';
  content: "";
}

.recommend-slider.-mltop {
  margin: 0 auto;
  max-width: 940px;
  border: none;
  background: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider.-mltop {
    margin: 0 20px;
  }
}

.recommend-slider.-mltop .inner {
  padding: 15px 0;
}

.recommend-slider.-mltop .item {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider.-mltop .item {
    padding: 15px;
  }
}

.recommend-slider.-mltop .slick-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider.-mltop .slick-prev {
    left: -22px;
  }
}

.recommend-slider.-mltop .slick-next {
  right: -50px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .recommend-slider.-mltop .slick-next {
    right: -22px;
  }
}

.recommend-slider.-mltop.-attraction .slick-prev::before,
.recommend-slider.-mltop.-attraction .slick-next::before {
  color: #ff6f42;
}

.recommend-slider.-mltop.-map .slick-prev::before,
.recommend-slider.-mltop.-map .slick-next::before {
  color: #25b7c0;
}

.recommend-slider.-mltop.-ticket .slick-prev::before,
.recommend-slider.-mltop.-ticket .slick-next::before {
  color: #ffb400;
}

.recommend-slider.-mltop.-schedule .slick-prev::before,
.recommend-slider.-mltop.-schedule .slick-next::before {
  color: #35c99d;
}

.recommend-slider.-mltop.-access .slick-prev::before,
.recommend-slider.-mltop.-access .slick-next::before {
  color: #fa749a;
}

.schedule-board {
  margin: 0 0 35px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.schedule-board > .changeday {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.schedule-board > .changeday > p > a,
.schedule-board > .changeday > p > span {
  display: block;
  border: 1px solid #d2d2d2;
  background-color: #eee;
  text-decoration: none;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 20px;
  color: #434343;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
}

.schedule-board > .changeday > p > a:hover, .schedule-board > .changeday > p > a:active, .schedule-board > .changeday > p > a:focus,
.schedule-board > .changeday > p > span:hover,
.schedule-board > .changeday > p > span:active,
.schedule-board > .changeday > p > span:focus {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a:hover, html:not(.-noresponsive) .schedule-board > .changeday > p > a:active, html:not(.-noresponsive) .schedule-board > .changeday > p > a:focus, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span:hover, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span:active, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span:focus {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a > span, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span > span {
    display: none;
  }
}

.schedule-board > .changeday > p > a.-prev,
.schedule-board > .changeday > p > span.-prev {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev {
    margin-right: 15px;
  }
}

.schedule-board > .changeday > p > a.-prev::before,
.schedule-board > .changeday > p > span.-prev::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev::before, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev::before {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev {
    font-size: 212.5%;
    font-size: 3.4rem;
    line-height: 1;
  }
}

.schedule-board > .changeday > p > a.-prev:hover, .schedule-board > .changeday > p > a.-prev:active, .schedule-board > .changeday > p > a.-prev:focus,
.schedule-board > .changeday > p > span.-prev:hover,
.schedule-board > .changeday > p > span.-prev:active,
.schedule-board > .changeday > p > span.-prev:focus {
  border-color: #42b8ef;
}

.schedule-board > .changeday > p > a.-prev:hover::before, .schedule-board > .changeday > p > a.-prev:active::before, .schedule-board > .changeday > p > a.-prev:focus::before,
.schedule-board > .changeday > p > span.-prev:hover::before,
.schedule-board > .changeday > p > span.-prev:active::before,
.schedule-board > .changeday > p > span.-prev:focus::before {
  color: #42b8ef;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev:hover, html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev:active, html:not(.-noresponsive) .schedule-board > .changeday > p > a.-prev:focus, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev:hover, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev:active, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-prev:focus {
    color: #f5ec00;
  }
}

.schedule-board > .changeday > p > a.-next,
.schedule-board > .changeday > p > span.-next {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next {
    margin-left: 15px;
  }
}

.schedule-board > .changeday > p > a.-next::after,
.schedule-board > .changeday > p > span.-next::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next::after, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next::after {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next {
    font-size: 212.5%;
    font-size: 3.4rem;
    line-height: 1;
  }
}

.schedule-board > .changeday > p > a.-next:hover, .schedule-board > .changeday > p > a.-next:active, .schedule-board > .changeday > p > a.-next:focus,
.schedule-board > .changeday > p > span.-next:hover,
.schedule-board > .changeday > p > span.-next:active,
.schedule-board > .changeday > p > span.-next:focus {
  border-color: #42b8ef;
}

.schedule-board > .changeday > p > a.-next:hover::after, .schedule-board > .changeday > p > a.-next:active::after, .schedule-board > .changeday > p > a.-next:focus::after,
.schedule-board > .changeday > p > span.-next:hover::after,
.schedule-board > .changeday > p > span.-next:active::after,
.schedule-board > .changeday > p > span.-next:focus::after {
  color: #42b8ef;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next:hover, html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next:active, html:not(.-noresponsive) .schedule-board > .changeday > p > a.-next:focus, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next:hover, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next:active, html:not(.-noresponsive)
  .schedule-board > .changeday > p > span.-next:focus {
    color: #f5ec00;
  }
}

.schedule-board > .changeday > p > .-disabled {
  color: #999;
  background-color: #fff;
  border-color: #d2d2d2;
}

.schedule-board > .changeday > p > .-disabled.-prev::before, .schedule-board > .changeday > p > .-disabled.-next::after {
  color: #999;
}

.schedule-board > .changeday > p > .-disabled:hover, .schedule-board > .changeday > p > .-disabled:active, .schedule-board > .changeday > p > .-disabled:focus {
  color: #999;
  background-color: #fff;
  border-color: #d2d2d2 !important;
}

.schedule-board > .changeday > p > .-disabled:hover.-prev::before, .schedule-board > .changeday > p > .-disabled:hover.-next::after, .schedule-board > .changeday > p > .-disabled:active.-prev::before, .schedule-board > .changeday > p > .-disabled:active.-next::after, .schedule-board > .changeday > p > .-disabled:focus.-prev::before, .schedule-board > .changeday > p > .-disabled:focus.-next::after {
  color: #999;
}

.schedule-board > .board {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.seasonevent-panel {
  border: 1px solid #42b8ef;
  box-sizing: border-box;
  width: 300px;
  padding: 0 9px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .seasonevent-panel {
    width: auto;
    padding: 0 18px;
  }
}

.seasonevent-panel > .panelheader > .hdg {
  margin: 0 0 10px;
  border-bottom: 1px solid #d2d2d2;
  color: #434343;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0 5px;
}

.seasonevent-panel > .panelheader > .hdg::before {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -634px -606px;
  width: 34px;
  height: 27px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .seasonevent-panel > .panelheader > .hdg::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .seasonevent-panel > .panelbody > .banner {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.seasonevent-panel > .panelbody > .banner > li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .seasonevent-panel > .panelbody > .banner > li {
    float: left;
    margin: 0 5px 10px;
    width: calc((100% - 20px) / 2);
  }
  html:not(.-noresponsive) .seasonevent-panel > .panelbody > .banner > li picture,
  html:not(.-noresponsive) .seasonevent-panel > .panelbody > .banner > li img {
    max-width: 100%;
  }
}

.seasonevent-panel > .panelbody > .banner > li > a {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.seasonevent-panel > .panelbody > .banner > li > a:hover, .seasonevent-panel > .panelbody > .banner > li > a:active, .seasonevent-panel > .panelbody > .banner > li > a:focus {
  opacity: 0.8;
}

.seasonevent-panel > .panelbody > .banner img,
.seasonevent-panel > .panelbody > .banner picture {
  max-width: 100%;
}

.seasonevent-panel > .panelbody > .link {
  border-top: 1px solid #d2d2d2;
  margin: 10px -9px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .seasonevent-panel > .panelbody > .link {
    margin: 10px -18px 0;
  }
}

.seasonevent-panel > .panelbody > .link > a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: bold;
  position: relative;
}

.seasonevent-panel > .panelbody > .link > a::after {
  font-family: 'FontAwesome';
  content: "";
  font-size: 150%;
  font-size: 2.4rem;
  display: block;
  line-height: 1.2;
  color: #434343;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seasonevent-panel > .panelbody > .link > a > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.seasonevent-panel > .panelbody > .link > a:hover, .seasonevent-panel > .panelbody > .link > a:active, .seasonevent-panel > .panelbody > .link > a:focus {
  color: #42b8ef;
}

.seasonevent-panel > .panelbody > .link > a:hover::after, .seasonevent-panel > .panelbody > .link > a:active::after, .seasonevent-panel > .panelbody > .link > a:focus::after {
  color: #42b8ef;
}

.section-block {
  margin: 0 0 55px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .section-block {
    margin: 0 0 35px;
  }
}

.content-block > .inner > .section-block:last-of-type {
  margin-bottom: 10px;
}

.section-block.-calendar {
  border: 1px solid #d2d2d2;
  padding: 25px 27px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .section-block.-calendar {
    padding: 25px 23px 15px;
    border-right: 0;
    border-left: 0;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.section-block.-noborder {
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .section-block.-wide {
    padding: 0 10px;
  }
}

.section-block.-free {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.section-top {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .section-top {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.-noresponsive .share-button-v2 {
  position: absolute;
  top: 860px;
  right: 0;
  z-index: 100;
  background-color: #f0f9fe;
  padding: 18px 12px 10px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #42b8ef;
}

.-noresponsive .share-button-v2.-fixed {
  position: fixed;
  right: 0;
  top: 150px;
}

.-noresponsive .share-button-v2 > .webticket.-md {
  margin: 0 0 10px;
}

.-noresponsive .share-button-v2 > .webticket.-md > a:hover, .-noresponsive .share-button-v2 > .webticket.-md > a:active, .-noresponsive .share-button-v2 > .webticket.-md > a:focus {
  opacity: 0.8;
}

.-noresponsive .share-button-v2 > .webticket.-sm {
  display: none;
}

.-noresponsive .share-button-v2 > .buttons.-md {
  display: block;
}

.-noresponsive .share-button-v2 > .buttons.-md > li {
  margin: 0 0 10px;
}

.-noresponsive .share-button-v2 > .buttons.-md > li > a:hover, .-noresponsive .share-button-v2 > .buttons.-md > li > a:active, .-noresponsive .share-button-v2 > .buttons.-md > li > a:focus {
  opacity: 0.8;
}

.-noresponsive .share-button-v2 > .buttons.-sm {
  display: none;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .share-button-v2 {
    position: absolute;
    top: 860px;
    right: 0;
    z-index: 100;
    background-color: #f0f9fe;
    padding: 18px 12px 10px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #42b8ef;
  }
  html:not(.-noresponsive) .share-button-v2.-fixed {
    position: fixed;
    right: 0;
    top: 150px;
  }
  html:not(.-noresponsive) .share-button-v2 > .webticket.-md {
    margin: 0 0 10px;
  }
  html:not(.-noresponsive) .share-button-v2 > .webticket.-md > a:hover, html:not(.-noresponsive) .share-button-v2 > .webticket.-md > a:active, html:not(.-noresponsive) .share-button-v2 > .webticket.-md > a:focus {
    opacity: 0.8;
  }
  html:not(.-noresponsive) .share-button-v2 > .webticket.-sm {
    display: none;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-md {
    display: block;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-md > li {
    margin: 0 0 10px;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-md > li > a:hover, html:not(.-noresponsive) .share-button-v2 > .buttons.-md > li > a:active, html:not(.-noresponsive) .share-button-v2 > .buttons.-md > li > a:focus {
    opacity: 0.8;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .share-button-v2 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #42b8ef;
    padding: 9px 10px;
    background-color: #f0f9fe;
    box-sizing: border-box;
  }
  html:not(.-noresponsive) .share-button-v2 img {
    max-width: 100%;
  }
  html:not(.-noresponsive) .share-button-v2 a:hover, html:not(.-noresponsive) .share-button-v2 a:active, html:not(.-noresponsive) .share-button-v2 a:focus {
    opacity: 0.8;
  }
  html:not(.-noresponsive) .share-button-v2 > .webticket.-md {
    display: none;
  }
  html:not(.-noresponsive) .share-button-v2 > .webticket.-sm img {
    max-height: 36px;
    width: auto;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-md {
    display: none;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-sm > li {
    margin: 0 0 0 7px;
  }
  html:not(.-noresponsive) .share-button-v2 > .buttons.-sm > li img {
    width: auto;
    max-height: 36px;
  }
}

.-noresponsive .share-button {
  position: absolute;
  top: 860px;
  right: 0;
  z-index: 100;
  background-color: #f0f9fe;
  padding: 18px 12px 10px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #42b8ef;
}

.-noresponsive .share-button.-fixed {
  position: fixed;
  right: 0;
  top: 150px;
}

.-noresponsive .share-button > .label {
  margin: 0 0 10px;
  line-height: 1;
}

.-noresponsive .share-button > .label::before {
  content: '';
  display: block;
  width: 20px;
  height: 123px;
  background: url("../img/share-button_label.png") 0 0 no-repeat;
  margin: 0 auto;
}

.-noresponsive .share-button > .label > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.-noresponsive .share-button > .buttons.-md {
  display: block;
}

.-noresponsive .share-button > .buttons.-md > li {
  margin: 0 0 10px;
}

.-noresponsive .share-button > .buttons.-md > li > a:hover, .-noresponsive .share-button > .buttons.-md > li > a:active, .-noresponsive .share-button > .buttons.-md > li > a:focus {
  opacity: 0.8;
}

.-noresponsive .share-button > .buttons.-sm {
  display: none;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .share-button {
    position: absolute;
    top: 860px;
    right: 0;
    z-index: 100;
    background-color: #f0f9fe;
    padding: 18px 12px 10px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #42b8ef;
  }
  html:not(.-noresponsive) .share-button.-fixed {
    position: fixed;
    right: 0;
    top: 150px;
  }
  html:not(.-noresponsive) .share-button > .label {
    margin: 0 0 10px;
    line-height: 1;
  }
  html:not(.-noresponsive) .share-button > .label::before {
    content: '';
    display: block;
    width: 20px;
    height: 123px;
    background: url("../img/share-button_label.png") 0 0 no-repeat;
    margin: 0 auto;
  }
  html:not(.-noresponsive) .share-button > .label > span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  html:not(.-noresponsive) .share-button > .buttons.-md {
    display: block;
  }
  html:not(.-noresponsive) .share-button > .buttons.-md > li {
    margin: 0 0 10px;
  }
  html:not(.-noresponsive) .share-button > .buttons.-md > li > a:hover, html:not(.-noresponsive) .share-button > .buttons.-md > li > a:active, html:not(.-noresponsive) .share-button > .buttons.-md > li > a:focus {
    opacity: 0.8;
  }
  html:not(.-noresponsive) .share-button > .buttons.-sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .share-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    width: 100%;
    -webkit-transform: translate3d(0, 63px, 0);
            transform: translate3d(0, 63px, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    will-change: none;
  }
  html:not(.-noresponsive) .share-button.-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  html:not(.-noresponsive) .share-button > .label {
    font-size: 87.5%;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    background-color: #f0f9fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #42b8ef;
    padding: 8px 15px 6px 20px;
    line-height: 1.2;
    display: table;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
  }
  html:not(.-noresponsive) .share-button > .label::after {
    display: table-cell;
    font-family: 'FontAwesome';
    content: "";
    vertical-align: middle;
    color: #42b8ef;
    font-size: 128.57143%;
    font-size: 1.8rem;
    padding-left: 7px;
  }
  html:not(.-noresponsive) .share-button > .label > span {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
  html:not(.-noresponsive) .share-button > .buttons.-md {
    display: none;
  }
  html:not(.-noresponsive) .share-button > .buttons.-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #42b8ef;
    padding: 13px 12px 10px;
    background-color: #f0f9fe;
    box-sizing: border-box;
  }
  html:not(.-noresponsive) .share-button > .buttons.-sm > li {
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 351px) {
  html:not(.-noresponsive) html:not(.-noresponsive) .share-button > .buttons.-sm > li {
    margin-right: 5px;
  }
  html:not(.-noresponsive) html:not(.-noresponsive) .share-button > .buttons.-sm > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .share-button > .buttons.-sm > li img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  html[lang="en"]:not(.-noresponsive) .share-button > .label {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  html[lang="zh-cn"]:not(.-noresponsive) .share-button > .label,
  html[lang="zh-tw"]:not(.-noresponsive) .share-button > .label {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  html[lang="ko"]:not(.-noresponsive) .share-button > .label {
    display: none;
  }
}

.SHR-slide .SHR-slide-frame {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
}

.SHR-slide .SHR-slide-body {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.simple-table {
  margin: 5px 0 25px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
}

.simple-table > table {
  width: 100%;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .simple-table > table {
    font-size: 81.25%;
    font-size: 1.3rem;
  }
}

.simple-table > table th, .simple-table > table td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  padding: 10px 15px;
}

.simple-table > table th {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #42b8ef;
  background-color: #ecf8fd;
  white-space: nowrap;
  width: 1%;
  padding-right: 60px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .simple-table > table th {
    display: block;
    width: auto !important;
    border-right: none;
    padding: 10px 15px;
    white-space: normal;
  }
}

.simple-table > table td {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .simple-table > table td {
    display: block;
    width: auto;
  }
}

.simple-table.-attraction > table {
  border-top-color: #ff6f42;
}

.simple-table.-attraction > table th {
  border-right-color: #ff6f42;
}

.simple-table.-event > table {
  border-top-color: #25b7c0;
}

.simple-table.-event > table th {
  border-right-color: #25b7c0;
}

.simple-table.-food > table {
  border-top-color: #ffb400;
}

.simple-table.-food > table th {
  border-right-color: #ffb400;
}

.simple-table.-shop > table {
  border-top-color: #ffb400;
}

.simple-table.-shop > table th {
  border-right-color: #ffb400;
}

.simple-table.-animal > table {
  border-top-color: #35c99d;
}

.simple-table.-animal > table th {
  border-right-color: #35c99d;
}

.simple-table.-plant > table {
  border-top-color: #35c99d;
}

.simple-table.-plant > table th {
  border-right-color: #35c99d;
}

.simple-table.-movie > table {
  border-top-color: #fa749a;
}

.simple-table.-movie > table th {
  border-right-color: #fa749a;
}

.simple-table.-gnome > table {
  border-top-color: #fb5959;
}

.simple-table.-gnome > table th {
  border-right-color: #fb5959;
}

.simple-table.-topics > table {
  border-top-color: #90c31f;
}

.simple-table.-topics > table th {
  border-right-color: #90c31f;
}

.simple-table.-attraction > table th {
  background-color: #fff3ef;
}

.simple-table.-event > table th {
  background-color: #f0fafb;
}

.simple-table.-food > table th {
  background-color: #fffde1;
}

.simple-table.-shop > table th {
  background-color: #fffde1;
}

.simple-table.-animal > table th {
  background-color: #effbf7;
}

.simple-table.-plant > table th {
  background-color: #effbf7;
}

.simple-table.-movie > table th {
  background-color: #fff8fa;
}

.simple-table.-topics > table th {
  background-color: #f8ffeb;
}

.sitemap-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .sitemap-container {
    -js-display: block;
    display: block;
    margin: 0;
  }
}

.sitemap-container > .col {
  margin: 0 13px;
  width: calc((99.99% - 13px * 2 * 3) / 3);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .sitemap-container > .col {
    margin: 0;
    width: 100%;
  }
}

.sns-panel {
  float: right;
  width: 380px;
  box-sizing: border-box;
  border: 3px solid #359dc9;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .sns-panel {
    display: none;
  }
}

.sns-panel > .panelheader > .tabmenu {
  display: table;
  width: 100%;
}

.sns-panel > .panelheader > .tabmenu > li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.sns-panel > .panelheader > .tabmenu > li > a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 47px;
  line-height: 47px;
}

.sns-panel > .panelheader > .tabmenu > li > a.-twitter {
  color: #55acee;
}

.sns-panel > .panelheader > .tabmenu > li > a.-twitter::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-right: 10px;
  font-size: 175%;
  font-size: 2.8rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.sns-panel > .panelheader > .tabmenu > li > a.-twitter.-active, .sns-panel > .panelheader > .tabmenu > li > a.-twitter:hover, .sns-panel > .panelheader > .tabmenu > li > a.-twitter:active, .sns-panel > .panelheader > .tabmenu > li > a.-twitter:focus {
  color: #fff;
  background-color: #55acee;
}

.sns-panel > .panelheader > .tabmenu > li > a.-facebook {
  color: #3b579d;
}

.sns-panel > .panelheader > .tabmenu > li > a.-facebook::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  margin-right: 10px;
  font-size: 175%;
  font-size: 2.8rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.sns-panel > .panelheader > .tabmenu > li > a.-facebook.-active, .sns-panel > .panelheader > .tabmenu > li > a.-facebook:hover, .sns-panel > .panelheader > .tabmenu > li > a.-facebook:active, .sns-panel > .panelheader > .tabmenu > li > a.-facebook:focus {
  color: #fff;
  background-color: #3b579d;
}

.sns-panel > .panelbody {
  padding: 3px;
  height: 375px;
  box-sizing: border-box;
}

.tab-block {
  border-bottom: 2px solid #42b8ef;
}

.tab-block.tabcontainer {
  border: none;
}

.page-title + .tab-block {
  margin-top: 30px;
}

.tab-block > .tabmenu {
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-block > .tabmenu > li {
  flex-glow: 1;
  margin: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .tab-block > .tabmenu > li {
    margin: 0 1px;
  }
}

.tab-block > .tabmenu > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .tab-block > .tabmenu > li:first-child {
    margin-left: 10px;
  }
}

.tab-block > .tabmenu > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .tab-block > .tabmenu > li:last-child {
    margin-right: 10px;
  }
}

.tab-block > .tabmenu > li > a {
  display: block;
  width: 100%;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
  text-decoration: none;
  color: #505050;
  font-weight: bold;
  text-align: center;
  padding: 15px 8px 10px;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .tab-block > .tabmenu > li > a {
    font-size: 62.5%;
    font-size: 1rem;
    padding: 10px 3px 8px;
    white-space: nowrap;
  }
}

.tab-block > .tabmenu > li > a.icon::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .tab-block > .tabmenu > li > a.icon::before {
    display: block;
    top: 0;
    margin: 0 auto 7px;
  }
}

.tab-block > .tabmenu > li > a.icon.-all::before {
  background-image: url(../img/sprite.png);
  background-position: -535px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-all::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-thrill::before {
  background-image: url(../img/sprite.png);
  background-position: -423px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-thrill::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-enjoy::before {
  background-image: url(../img/sprite.png);
  background-position: -591px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-enjoy::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-kids::before {
  background-image: url(../img/sprite.png);
  background-position: -507px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-kids::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-rain::before {
  background-image: url(../img/sprite.png);
  background-position: -451px -647px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-rain::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-onlyone::before {
  background-image: url(../img/sprite.png);
  background-position: -788px -39px;
  width: 16px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-onlyone::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-guardian::before {
  background-image: url(../img/sprite.png);
  background-position: -34px -647px;
  width: 29px;
  height: 37px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-guardian::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-schedule::before {
  background-image: url(../img/sprite.png);
  background-position: -333px -647px;
  width: 25px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-schedule::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-schedule.-active, .tab-block > .tabmenu > li > a.icon.-schedule:hover, .tab-block > .tabmenu > li > a.icon.-schedule:active, .tab-block > .tabmenu > li > a.icon.-schedule:focus {
  color: #42b8ef;
  border-color: #42b8ef;
}

.tab-block > .tabmenu > li > a.icon.-event::before {
  background-image: url(../img/sprite.png);
  background-position: -363px -647px;
  width: 25px;
  height: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-event::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-event.-active, .tab-block > .tabmenu > li > a.icon.-event:hover, .tab-block > .tabmenu > li > a.icon.-event:active, .tab-block > .tabmenu > li > a.icon.-event:focus {
  color: #25b7c0;
  border-color: #25b7c0;
}

.tab-block > .tabmenu > li > a.icon.-train::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -288px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-train::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-bus::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -148px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-bus::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-car::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -78px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-car::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a.icon.-parking::before {
  background-image: url(../img/sprite.png);
  background-position: -753px -218px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tab-block > .tabmenu > li > a.icon.-parking::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.tab-block > .tabmenu > li > a:hover, .tab-block > .tabmenu > li > a:active, .tab-block > .tabmenu > li > a:focus, .tab-block > .tabmenu > li > a.-active {
  color: #42b8ef;
  border-color: #42b8ef;
}

.tab-block.-attraction > .tabmenu > li > a.-all:hover, .tab-block.-attraction > .tabmenu > li > a.-all:active, .tab-block.-attraction > .tabmenu > li > a.-all:focus {
  border-color: #ff6f42;
  color: #ff6f42;
}

.tab-block.-attraction.-all {
  border-color: #ff6f42;
}

.tab-block.-attraction.-all > .tabmenu > li > a.-all {
  color: #ff6f42;
  border-color: #ff6f42;
}

.tab-block.-attraction.-all > .tabmenu > li > a.-all > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-thrill:hover, .tab-block.-attraction > .tabmenu > li > a.-thrill:active, .tab-block.-attraction > .tabmenu > li > a.-thrill:focus {
  border-color: #fb5959;
  color: #fb5959;
}

.tab-block.-attraction.-thrill {
  border-color: #fb5959;
}

.tab-block.-attraction.-thrill > .tabmenu > li > a.-thrill {
  color: #fb5959;
  border-color: #fb5959;
}

.tab-block.-attraction.-thrill > .tabmenu > li > a.-thrill > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-enjoy:hover, .tab-block.-attraction > .tabmenu > li > a.-enjoy:active, .tab-block.-attraction > .tabmenu > li > a.-enjoy:focus {
  border-color: #2eaae4;
  color: #2eaae4;
}

.tab-block.-attraction.-enjoy {
  border-color: #2eaae4;
}

.tab-block.-attraction.-enjoy > .tabmenu > li > a.-enjoy {
  color: #2eaae4;
  border-color: #2eaae4;
}

.tab-block.-attraction.-enjoy > .tabmenu > li > a.-enjoy > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-kids:hover, .tab-block.-attraction > .tabmenu > li > a.-kids:active, .tab-block.-attraction > .tabmenu > li > a.-kids:focus {
  border-color: #ffb400;
  color: #ffb400;
}

.tab-block.-attraction.-kids {
  border-color: #ffb400;
}

.tab-block.-attraction.-kids > .tabmenu > li > a.-kids {
  color: #ffb400;
  border-color: #ffb400;
}

.tab-block.-attraction.-kids > .tabmenu > li > a.-kids > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-rain:hover, .tab-block.-attraction > .tabmenu > li > a.-rain:active, .tab-block.-attraction > .tabmenu > li > a.-rain:focus {
  border-color: #bc6dd3;
  color: #bc6dd3;
}

.tab-block.-attraction.-rain {
  border-color: #bc6dd3;
}

.tab-block.-attraction.-rain > .tabmenu > li > a.-rain {
  color: #bc6dd3;
  border-color: #bc6dd3;
}

.tab-block.-attraction.-rain > .tabmenu > li > a.-rain > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-onlyone:hover, .tab-block.-attraction > .tabmenu > li > a.-onlyone:active, .tab-block.-attraction > .tabmenu > li > a.-onlyone:focus {
  border-color: #ff6f42;
  color: #ff6f42;
}

.tab-block.-attraction.-onlyone {
  border-color: #ff6f42;
}

.tab-block.-attraction.-onlyone > .tabmenu > li > a.-onlyone {
  color: #ff6f42;
  border-color: #ff6f42;
}

.tab-block.-attraction.-onlyone > .tabmenu > li > a.-onlyone > span {
  border-color: #ffde07;
}

.tab-block.-attraction > .tabmenu > li > a.-guardian:hover, .tab-block.-attraction > .tabmenu > li > a.-guardian:active, .tab-block.-attraction > .tabmenu > li > a.-guardian:focus {
  border-color: #ff6f42;
  color: #ff6f42;
}

.tab-block.-attraction.-guardian {
  border-color: #ff6f42;
}

.tab-block.-attraction.-guardian > .tabmenu > li > a.-guardian {
  color: #ff6f42;
  border-color: #ff6f42;
}

.tab-block.-attraction.-guardian > .tabmenu > li > a.-guardian > span {
  border-color: #ffde07;
}

.tab-block.-schedule > .tabmenu > li > a {
  position: relative;
  top: 1px;
  z-index: 100;
}

.tab-block.-schedule > .tabmenu > li > a.-active {
  z-index: 200;
}

.tab-block.-schedule > .tabs {
  position: relative;
  z-index: 150;
}

.tab-block > .body {
  background-color: #fff;
}

.timetable-hdg {
  margin: 0 -60px 15px;
  font-size: 125%;
  font-size: 2rem;
  font-weight: bold;
  color: #4dbcf0;
  position: relative;
  z-index: 10;
}

.timetable-hdg::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #89cff0;
}

.timetable-hdg > span {
  display: inline-block;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding-right: 0.8em;
}

.timetable-hdg > span::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  color: #fff70f;
  margin-right: 0.3em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .timetable-hdg {
    margin: 0 0 15px;
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.timetable-panel {
  padding: 30px 114px 15px;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .timetable-panel {
    padding: 15px 15px 5px 10px;
  }
}

.timetable-panel.-schedule {
  border-top-color: #4dbcf0;
}

.timetable-panel.-event {
  border-top-color: #25b7c0;
}

.to-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.to-pagetop.-show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .to-pagetop {
    display: none;
  }
}

.top-banner {
  padding: 0 0 30px;
}

.top-banner > .inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner {
    padding: 15px 10px 0;
  }
}

.top-banner > .inner > .banner {
  float: left;
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner > .banner {
    float: none;
    width: 100%;
  }
}

.top-banner > .inner > .banner > li {
  float: left;
  margin: 0 10px 15px 0;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner > .banner > li {
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 8px;
  }
  html:not(.-noresponsive) .top-banner > .inner > .banner > li:nth-child(2n+1) {
    clear: both;
  }
  html:not(.-noresponsive) .top-banner > .inner > .banner > li:nth-child(2n+2) {
    margin-right: 0;
  }
}

.top-banner > .inner > .banner > li:last-child {
  margin-right: 0;
}

.top-banner > .inner > .banner > li img {
  width: 166px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner > .banner > li img {
    width: 100%;
  }
}

.top-banner > .inner > .banner a:hover, .top-banner > .inner > .banner a:active, .top-banner > .inner > .banner a:focus {
  opacity: 0.8;
}

.top-banner > .inner > .staticbanner {
  float: right;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner > .staticbanner {
    float: none;
    margin: 15px 0 0;
  }
}

.top-banner > .inner > .staticbanner > ul > li {
  float: left;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-banner > .inner > .staticbanner > ul > li {
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
}

.top-banner > .inner > .staticbanner > ul > li img {
  height: 62px;
}

.top-banner > .inner > .staticbanner a:hover, .top-banner > .inner > .staticbanner a:active, .top-banner > .inner > .staticbanner a:focus {
  opacity: 0.8;
}

.top-events > .event {
  float: left;
  width: calc((100% - 15px * 3) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-events > .event {
    width: calc((100% - 10px * 1) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .top-events > .event:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-events > .event:nth-child(2n+2) {
    margin-right: 0;
  }
}

.top-events > .event::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.top-events > .event > a {
  display: block;
}

.top-events > .event > a > .image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-events > .event > a > .image > span {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.top-events > .event > a:hover > .image > span, .top-events > .event > a:active > .image > span, .top-events > .event > a:focus > .image > span {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.top-gnome {
  background: url("../img/top-gnome_bg.png") repeat;
}

.top-gnome > .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner {
    padding: 100px 30px 20px;
  }
}

.top-gnome > .inner > .link {
  width: 160px;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 8px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link {
    width: calc((100% - 1.2em) / 2);
    box-shadow: 0 0 0 2px #fff;
  }
}

.top-gnome > .inner > .link > a {
  display: block;
  height: 170px;
  border-radius: 8px;
  border-width: 4px 4px 11px;
  border-style: solid;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link > a {
    height: 130px;
    border-width: 2px 2px 11px;
  }
}

.top-gnome > .inner > .link > a > .title {
  margin: 0;
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 125%;
  font-size: 2rem;
  line-height: 1.2;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link > a > .title {
    font-size: 100%;
    font-size: 1.6rem;
  }
}

.top-gnome > .inner > .link > a > .button {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link > a > .button {
    font-size: 68.75%;
    font-size: 1.1rem;
  }
}

.top-gnome > .inner > .link > a > .button > span {
  display: inline-block;
  padding: 5px 13px;
  background-color: #000;
  border-radius: 8px;
}

.top-gnome > .inner > .link.-member {
  float: left;
  margin-left: 210px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link.-member {
    margin: 0;
  }
}

.top-gnome > .inner > .link.-member > a {
  border-color: #1cab00;
}

.top-gnome > .inner > .link.-member > a::before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -255px -347px;
  width: 143px;
  height: 230px;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -61.5px;
  z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .top-gnome > .inner > .link.-member > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.top-gnome > .inner > .link.-member > a > .title {
  margin-top: 33px;
  color: #1cab00;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link.-member > a > .title {
    margin-top: 20px;
  }
}

.top-gnome > .inner > .link.-member > a > .button > span {
  background-color: #1cab00;
}

.top-gnome > .inner > .link.-member > a:hover, .top-gnome > .inner > .link.-member > a:active, .top-gnome > .inner > .link.-member > a:focus {
  background-color: #1cab00;
}

.top-gnome > .inner > .link.-member > a:hover > .button > span, .top-gnome > .inner > .link.-member > a:active > .button > span, .top-gnome > .inner > .link.-member > a:focus > .button > span {
  background-color: #90c31f;
}

.top-gnome > .inner > .link.-event {
  float: right;
  margin-right: 200px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link.-event {
    margin: 0;
  }
}

.top-gnome > .inner > .link.-event > a {
  border-color: #ff9000;
}

.top-gnome > .inner > .link.-event > a::before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -627px 0px;
  width: 121px;
  height: 96px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -60.5px;
  z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .top-gnome > .inner > .link.-event > a::before {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.top-gnome > .inner > .link.-event > a > .title {
  margin-top: 43px;
  color: #ff9000;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .link.-event > a > .title {
    margin-top: 27px;
  }
}

.top-gnome > .inner > .link.-event > a > .button > span {
  background-color: #ff9000;
}

.top-gnome > .inner > .link.-event > a:hover, .top-gnome > .inner > .link.-event > a:active, .top-gnome > .inner > .link.-event > a:focus {
  background-color: #ff9000;
}

.top-gnome > .inner > .link.-event > a:hover > .button > span, .top-gnome > .inner > .link.-event > a:active > .button > span, .top-gnome > .inner > .link.-event > a:focus > .button > span {
  background-color: #ffb453;
}

.top-gnome > .inner > .gnome {
  content: '';
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .gnome {
    -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.top-gnome > .inner > .gnome.-g01 {
  background-image: url(../img/sprite.png);
  background-position: 0px -347px;
  width: 250px;
  height: 254px;
  bottom: -19px;
  left: 50%;
  margin-left: -125px;
  z-index: 10;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .top-gnome > .inner > .gnome.-g01 {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .gnome.-g01 {
    top: -4px;
    margin-left: -62.5px;
    z-index: 2;
  }
}

.top-gnome > .inner > .gnome.-g02 {
  background-image: url(../img/sprite.png);
  background-position: -348px 0px;
  width: 274px;
  height: 286px;
  bottom: -14px;
  left: -40px;
  z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .top-gnome > .inner > .gnome.-g02 {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .gnome.-g02 {
    top: -20px;
    left: 2px;
    z-index: 1;
  }
}

.top-gnome > .inner > .gnome.-g03 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 343px;
  height: 342px;
  right: -60px;
  bottom: -28px;
  z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .top-gnome > .inner > .gnome.-g03 {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-gnome > .inner > .gnome.-g03 {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scale(0.48, 0.48);
        -ms-transform: scale(0.48, 0.48);
            transform: scale(0.48, 0.48);
    top: -35px;
    right: 1px;
    z-index: 1;
  }
}

.top-kv {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-kv {
    margin: 0 0 10px;
  }
}

.top-kv.-ml {
  overflow: visible;
}

.top-kv.-ml > .img {
  text-align: center;
}

.top-kv.-ml > .img img {
  max-width: 100%;
}

.top-parkinfo > .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-parkinfo > .inner {
    padding: 15px 8px 15px;
  }
}

.top-recommend {
  padding: 50px 0 35px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-recommend {
    padding: 10px 0;
  }
}

.top-recommend > .inner {
  max-width: 940px;
  margin: 0 auto;
}

.top-snsphotos {
  padding: 30px 0;
}

.top-snsphotos > .inner {
  max-width: 940px;
  margin: 0 auto;
}

.top-snsphotos .rootobj {
  border: 3px solid #8ed4f5;
  background: url("../img/top-snsphotos_bg.gif") 0 0 repeat;
  padding: 27px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .rootobj {
    border-width: 3px 0;
    padding: 25px 10px;
  }
}

.top-snsphotos .rootobj > .hdg {
  margin: -62px 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .rootobj > .hdg {
    margin: -54px 0 20px;
  }
}

.top-snsphotos .rootobj > .hdg img {
  width: 385px;
  height: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .rootobj > .hdg img {
    width: 290px;
    height: auto;
    max-width: 100%;
  }
}

.top-snsphotos .rootobj > .hdg.-en img {
  width: 500px;
}

.top-snsphotos .rootobj > a {
  display: block;
}

.top-snsphotos .photoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-snsphotos .photoblock img {
  max-width: 100%;
}

.top-snsphotos .photoblock > .prim {
  width: calc((100% - 12px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock > .prim {
    width: auto;
    margin: 0 0 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock > .prim.-left > .wide {
    margin-left: 9px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock > .prim.-right > .wide {
    margin-right: 9px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock > .prim > .wide {
    width: 66%;
    max-width: 286px;
  }
}

.top-snsphotos .photoblock > .prim > .narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-snsphotos .photoblock > .prim > .narrow {
    width: calc(100% - (66% + 9px));
    max-width: 138px;
  }
}

.top-snsphotos #block01,
.top-snsphotos #block01 .SHR-slide-body,
.top-snsphotos #block02,
.top-snsphotos #block02 .SHR-slide-body,
.top-snsphotos #block05,
.top-snsphotos #block05 .SHR-slide-body,
.top-snsphotos #block06,
.top-snsphotos #block06 .SHR-slide-body {
  width: 138px;
  height: 138px;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .top-snsphotos #block01, html:not(.-noresponsive)
  .top-snsphotos #block01 .SHR-slide-body, html:not(.-noresponsive)
  .top-snsphotos #block02, html:not(.-noresponsive)
  .top-snsphotos #block02 .SHR-slide-body, html:not(.-noresponsive)
  .top-snsphotos #block05, html:not(.-noresponsive)
  .top-snsphotos #block05 .SHR-slide-body, html:not(.-noresponsive)
  .top-snsphotos #block06, html:not(.-noresponsive)
  .top-snsphotos #block06 .SHR-slide-body {
    width: 138px !important;
    height: 138px !important;
  }
}

.top-snsphotos #block03,
.top-snsphotos #block03 .SHR-slide-body,
.top-snsphotos #block04,
.top-snsphotos #block04 .SHR-slide-body {
  width: 286px;
  height: 286px;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .top-snsphotos #block03, html:not(.-noresponsive)
  .top-snsphotos #block03 .SHR-slide-body, html:not(.-noresponsive)
  .top-snsphotos #block04, html:not(.-noresponsive)
  .top-snsphotos #block04 .SHR-slide-body {
    width: 286px !important;
    height: 286px !important;
  }
}

.top-topics {
  position: relative;
  z-index: 20;
  background-color: #fff;
}

.top-topics > .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .top-topics > .inner {
    padding: 10px;
    display: block;
  }
}

.topic-path > .path {
  max-width: 940px;
  margin: 0 auto;
  font-size: 81.25%;
  font-size: 1.3rem;
  padding: 17px 5px 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topic-path > .path {
    padding: 10px 15px;
  }
}

.topic-path > .path > a {
  color: #339dd1;
}

.topic-path > .path > a.top::before {
  display: inline-block;
  font-family: 'Ionicons';
  content: "";
  margin-right: 3px;
  font-size: 110%;
}

.topic-path > .path > .arrow {
  color: #595959;
  margin: 0 2px 0 4px;
  font-size: 76.92308%;
  font-size: 1rem;
  position: relative;
  top: -1px;
}

.topic-path > .path > .arrow::before {
  font-family: 'FontAwesome';
  content: "";
}

.topic-path > .path > .here {
  font-style: normal;
  font-weight: normal;
}

.topics-detail, .event-detail {
  padding: 0 0 25px;
}

.topics-detail > h2:not([class]):first-child, .event-detail > h2:not([class]):first-child {
  margin-top: 0;
}

.topics-detail img, .event-detail img {
  max-width: 100%;
  height: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.topics-detail img[style*="float:left"], .event-detail img[style*="float:left"] {
  margin-right: 25px !important;
}

.topics-detail img[style*="float:right"], .event-detail img[style*="float:right"] {
  margin-left: 25px !important;
}

.topics-detail .imgcover, .event-detail .imgcover {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.topics-detail .imgcover::before, .event-detail .imgcover::before {
  display: block;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics-detail .imgcover.-block, .event-detail .imgcover.-block {
  display: block;
}

.topics-detail .imgcover.-block.-left, .event-detail .imgcover.-block.-left {
  float: left;
}

.topics-detail .imgcover.-block.-right, .event-detail .imgcover.-block.-right {
  float: right;
}

.topics-detail .imgcover img[style*="float"], .event-detail .imgcover img[style*="float"] {
  display: block;
}

.topics-detail > ul:not([class]), .event-detail > ul:not([class]) {
  margin: 1.5em 0;
  font-size: 87.5%;
  font-size: 1.4rem;
}

.topics-detail > ul:not([class]) > li, .event-detail > ul:not([class]) > li {
  position: relative;
  padding-left: 1.3em;
  margin: 0 0 5px;
}

.topics-detail > ul:not([class]) > li::before, .event-detail > ul:not([class]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #90c31f;
}

.topics-detail > ul:not([class]) > li.-haslink, .event-detail > ul:not([class]) > li.-haslink {
  position: relative;
  padding-left: 1.2em;
}

.topics-detail > ul:not([class]) > li.-haslink::before, .event-detail > ul:not([class]) > li.-haslink::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'FontAwesome';
  content: "";
  color: #90c31f;
}

.topics-detail > ul:not([class]) > li.-haslink > a[target="_blank"]::after, .event-detail > ul:not([class]) > li.-haslink > a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-detail > ul:not([class]) > li.-haslink > a[target="_blank"]::after, .event-detail > ul:not([class]) > li.-haslink > a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.topics-detail > ul:not([class]) > li.-haslink > a[href$=".pdf"]::after, .event-detail > ul:not([class]) > li.-haslink > a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-detail > ul:not([class]) > li.-haslink > a[href$=".pdf"]::after, .event-detail > ul:not([class]) > li.-haslink > a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.topics-detail > ul:not([class]) > li > ul, .event-detail > ul:not([class]) > li > ul {
  margin: 5px 0 5px 15px;
  font-size: 92.85714%;
  font-size: 1.3rem;
}

.topics-detail > ul:not([class]) > li > ul > li, .event-detail > ul:not([class]) > li > ul > li {
  margin: 0 0 3px;
  position: relative;
  padding-left: 1.2em;
}

.topics-detail > ul:not([class]) > li > ul > li::before, .event-detail > ul:not([class]) > li > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Ionicons';
  content: "";
  color: #90c31f;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.topics-detail strong, .event-detail strong {
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-detail .tablewrap, html:not(.-noresponsive) .event-detail .tablewrap {
    width: 100%;
    overflow-x: auto;
  }
}

.topics-detail table:not([class]), .event-detail table:not([class]) {
  margin: 1.5em 0;
  width: 100%;
  font-size: 87.5%;
  font-size: 1.4rem;
  border-collapse: collapse;
  border: none;
}

.topics-detail table:not([class]) th, .event-detail table:not([class]) th, .topics-detail table:not([class]) td, .event-detail table:not([class]) td {
  padding: 10px 15px;
  border: none;
}

.topics-detail table:not([class]) th, .event-detail table:not([class]) th {
  font-weight: bold;
}

.topics-detail table:not([class]) td, .event-detail table:not([class]) td {
  background-color: #fff;
}

.topics-detail table:not([class]) thead th, .event-detail table:not([class]) thead th {
  background-color: #f8ffeb;
  border-right: 1px solid #fff;
}

.topics-detail table:not([class]) thead th:last-of-type, .event-detail table:not([class]) thead th:last-of-type {
  border-right: none;
}

.topics-detail table:not([class]) tbody th, .event-detail table:not([class]) tbody th {
  border-bottom: 1px solid #90c31f;
  background-color: #fff;
  border-right: 1px solid #90c31f;
}

.topics-detail table:not([class]) tbody td, .event-detail table:not([class]) tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #90c31f;
}

.topics-detail table:not([class]) tbody td:last-of-type, .event-detail table:not([class]) tbody td:last-of-type {
  border-right: none;
}

.topics-detail table:not([class]) tbody td ul:not([class]), .event-detail table:not([class]) tbody td ul:not([class]) {
  margin: 0.5em 0;
}

.topics-detail table:not([class]) tbody td ol:not([class]), .event-detail table:not([class]) tbody td ol:not([class]) {
  margin: 0.5em 0;
}

.topics-list > li {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #a3cd46;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-list > li {
    margin: 0 0 8px;
  }
}

.topics-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.topics-list > li > .date {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 87.5%;
  font-size: 1.4rem;
  font-weight: bold;
  width: 110px;
  text-align: left;
  color: #ffb400;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-list > li > .date {
    display: inline-block;
    font-size: 75%;
    font-size: 1.2rem;
    margin: 0.1em 0 0;
    width: auto;
  }
}

.topics-list > li > .tag {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 150px;
  font-size: 81.25%;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-list > li > .tag {
    display: inline-block;
    font-size: 62.5%;
    font-size: 1rem;
    width: auto;
    margin: 0.2em 1em 0;
  }
}

.topics-list > li > .tag > .t {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-list > li > .tag > .t {
    width: 90px;
    white-space: nowrap;
  }
}

.topics-list > li > .tag > .t.-attraction {
  background-color: #ff6f42;
}

.topics-list > li > .tag > .t.-event {
  background-color: #25b7c0;
}

.topics-list > li > .tag > .t.-food {
  background-color: #ffb400;
}

.topics-list > li > .tag > .t.-shop {
  background-color: #ffb400;
}

.topics-list > li > .tag > .t.-animal {
  background-color: #35c99d;
}

.topics-list > li > .tag > .t.-plant {
  background-color: #35c99d;
}

.topics-list > li > .tag > .t.-news {
  background-color: #e60012;
}

.topics-list > li > .tag > .t.-other {
  background-color: #339ec8;
}

.topics-list > li > .title {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0 5px 25px;
  text-decoration: none;
  font-size: 87.5%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-list > li > .title {
    display: block;
    font-size: 81.25%;
    font-size: 1.3rem;
    padding: 3px 0 7px 0;
  }
}

.topics-list > li > .title > .n {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.topics-list > li > .title > .n > a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-list > li > .title > .n > a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.topics-list > li > .title > .n > a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-list > li > .title > .n > a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.topics-panel {
  width: 620px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding: 0 0 15px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-panel {
    width: auto;
    border-width: 1px;
    margin: 0 0 30px;
  }
}

.topics-panel > .panelheader {
  background-color: #eee;
  padding: 6px 9px 11px 20px;
  padding: 0 9px 0 20px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-panel > .panelheader {
    padding: 3px 9px 6px 14px;
  }
}

.topics-panel > .panelheader > .hdg {
  float: left;
  margin: 0;
  color: #434343;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 47px;
  height: 47px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-panel > .panelheader > .hdg {
    height: 35px;
    line-height: 35px;
    top: -6px;
  }
}

.topics-panel > .panelheader > .hdg::before {
  font-family: 'FontAwesome';
  content: "";
  font-size: 138.88889%;
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 7px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  line-height: 47px;
  color: #42b8ef;
}

.topics-panel > .panelheader > .more {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  background-color: #fff;
  font-size: 87.5%;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  padding: 3px 7px 5px 15px;
  line-height: 1.1;
}

.topics-panel > .panelheader > .more::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  font-size: 142.85714%;
  font-size: 2rem;
  margin-left: 11px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-panel > .panelheader > .more::after {
    top: 1px;
  }
}

.topics-panel > .panelheader > .more:hover, .topics-panel > .panelheader > .more:active, .topics-panel > .panelheader > .more:focus {
  color: #42b8ef;
}

.topics-panel > .panelheader > .more:hover::after, .topics-panel > .panelheader > .more:active::after, .topics-panel > .panelheader > .more:focus::after {
  color: #42b8ef;
}

.topics-panel > .panelbody {
  overflow: auto;
  height: 475px;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .topics-panel > .panelbody {
    height: 220px;
  }
  html:not(.-noresponsive) .topics-panel > .panelbody::-webkit-scrollbar {
    width: 3px;
    background: #eee;
    box-shadow: none;
    border-radius: 5px;
  }
  html:not(.-noresponsive) .topics-panel > .panelbody::-webkit-scrollbar-thumb {
    background: #42b8ef;
    border-radius: 5px;
  }
}

.topics-panel > .panelbody > .topiclist {
  font-size: 87.5%;
  font-size: 1.4rem;
}

.topics-panel > .panelbody > .topiclist > .topic {
  border-bottom: 1px dotted #dadada;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.topics-panel > .panelbody > .topiclist > .topic:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.topics-panel > .panelbody > .topiclist > .topic > .data {
  margin-bottom: 8px;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .date {
  font-weight: bold;
  color: #42b8ef;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag {
  color: #fff;
  font-weight: bold;
  background-color: #000;
  font-size: 92.85714%;
  font-size: 1.3rem;
  border-radius: 10px;
  width: 120px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-attraction {
  background-color: #ff6f42;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-event {
  background-color: #25b7c0;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-food {
  background-color: #ffb400;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-shop {
  background-color: #ffb400;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-animal {
  background-color: #35c99d;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-plant {
  background-color: #35c99d;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-news {
  background-color: #e60012;
}

.topics-panel > .panelbody > .topiclist > .topic > .data > .tag.-other {
  background-color: #339ec8;
}

.topics-panel > .panelbody > .topiclist > .topic > .title > a[target="_blank"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -192px;
  width: 13px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-panel > .panelbody > .topiclist > .topic > .title > a[target="_blank"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

.topics-panel > .panelbody > .topiclist > .topic > .title > a[href$=".pdf"]::after {
  display: inline-block;
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -788px -172px;
  width: 13px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .topics-panel > .panelbody > .topiclist > .topic > .title > a[href$=".pdf"]::after {
    background-image: url(../img/sprite@2x.png);
    background-size: 804px 762px;
  }
}

._js-timer {
  display: none !important;
}

._js-timer-initialize._js-timer-fromnow ._js-timer-afterRemove {
  display: block !important;
}

._js-timer-initialize._js-timer-fromnow ._js-timer-afterShow {
  display: none !important;
}

._js-timer-initialize._js-timer-past ._js-timer-afterRemove {
  display: none !important;
}

._js-timer-initialize._js-timer-past ._js-timer-afterShow {
  display: block !important;
}

._js-timer-initialize._js-timer-past ._flex-timer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._top {
  vertical-align: top !important;
}

._middle {
  vertical-align: middle !important;
}

._bottom {
  vertical-align: bottom !important;
}

#header > .inner:after, .parent-nav > li > .drop-down > .link:after, .fttop-info > .list:after, .fttop-sitemap:after, .ftbtm-link:after, #drawer > .language:after, .card.-basicinfo > .linearwrapper:after, .card.-category > .category:after, .card.-event > .data.-category > ul.category:after, .contblock-accordion > .head > .inner:after, .detail-cards:after, .index-02 > .item > a > .keywords:after, .index-03 > .item.-wide:after, .index-03 > .item.-wide > .body > .title:after, .inner-link > ul:after, .list-mapicon:after, .list-mapicon.-withlist > li > .list > ul:after, .local-nav:after, .parkinfo-nav:after, .recommend-keywords > .keywords > ul:after, .seasonevent-panel > .panelbody > .banner:after, .top-banner > .inner:after, .top-banner > .inner > .banner:after, .top-events:after, .top-gnome > .inner:after, .top-topics > .inner:after, .topics-detail > p:not([class]):after, .event-detail > p:not([class]):after, .topics-detail .imgcover.-block:after, .event-detail .imgcover.-block:after, .topics-panel > .panelheader:after, ._clear:after {
  content: "";
  display: block;
  clear: both;
}

._fz10 {
  font-size: 1rem;
}

._fz11 {
  font-size: 1.1rem;
}

._fz12 {
  font-size: 1.2rem;
}

._fz13 {
  font-size: 1.3rem;
}

._fz14 {
  font-size: 1.4rem;
}

._fz15 {
  font-size: 1.5rem;
}

._fz16 {
  font-size: 1.6rem;
}

._fz18 {
  font-size: 1.8rem;
}

._fz20 {
  font-size: 2rem;
}

._fz22 {
  font-size: 2.2rem;
}

._fz24 {
  font-size: 2.4rem;
}

._fz26 {
  font-size: 2.6rem;
}

._fz28 {
  font-size: 2.8rem;
}

._fz30 {
  font-size: 3rem;
}

._small {
  font-size: 85%;
}

._mt0, ._mv0 {
  margin-top: 0 !important;
}

._mb0, ._mv0 {
  margin-bottom: 0 !important;
}

._mr0, ._mh0 {
  margin-right: 0 !important;
}

._ml0, ._mh0 {
  margin-left: 0 !important;
}

._mt5, ._mv5 {
  margin-top: 5px !important;
}

._mb5, ._mv5 {
  margin-bottom: 5px !important;
}

._mr5, ._mh5 {
  margin-right: 5px !important;
}

._ml5, ._mh5 {
  margin-left: 5px !important;
}

._mt10, ._mv10 {
  margin-top: 10px !important;
}

._mb10, ._mv10 {
  margin-bottom: 10px !important;
}

._mr10, ._mh10 {
  margin-right: 10px !important;
}

._ml10, ._mh10 {
  margin-left: 10px !important;
}

._mt15, ._mv15 {
  margin-top: 15px !important;
}

._mb15, ._mv15 {
  margin-bottom: 15px !important;
}

._mr15, ._mh15 {
  margin-right: 15px !important;
}

._ml15, ._mh15 {
  margin-left: 15px !important;
}

._mt20, ._mv20 {
  margin-top: 20px !important;
}

._mb20, ._mv20 {
  margin-bottom: 20px !important;
}

._mr20, ._mh20 {
  margin-right: 20px !important;
}

._ml20, ._mh20 {
  margin-left: 20px !important;
}

._mt25, ._mv25 {
  margin-top: 25px !important;
}

._mb25, ._mv25 {
  margin-bottom: 25px !important;
}

._mr25, ._mh25 {
  margin-right: 25px !important;
}

._ml25, ._mh25 {
  margin-left: 25px !important;
}

._mt30, ._mv30 {
  margin-top: 30px !important;
}

._mb30, ._mv30 {
  margin-bottom: 30px !important;
}

._mr30, ._mh30 {
  margin-right: 30px !important;
}

._ml30, ._mh30 {
  margin-left: 30px !important;
}

._mt35, ._mv35 {
  margin-top: 35px !important;
}

._mb35, ._mv35 {
  margin-bottom: 35px !important;
}

._mr35, ._mh35 {
  margin-right: 35px !important;
}

._ml35, ._mh35 {
  margin-left: 35px !important;
}

._mt40, ._mv40 {
  margin-top: 40px !important;
}

._mb40, ._mv40 {
  margin-bottom: 40px !important;
}

._mr40, ._mh40 {
  margin-right: 40px !important;
}

._ml40, ._mh40 {
  margin-left: 40px !important;
}

._mt45, ._mv45 {
  margin-top: 45px !important;
}

._mb45, ._mv45 {
  margin-bottom: 45px !important;
}

._mr45, ._mh45 {
  margin-right: 45px !important;
}

._ml45, ._mh45 {
  margin-left: 45px !important;
}

._mt50, ._mv50 {
  margin-top: 50px !important;
}

._mb50, ._mv50 {
  margin-bottom: 50px !important;
}

._mr50, ._mh50 {
  margin-right: 50px !important;
}

._ml50, ._mh50 {
  margin-left: 50px !important;
}

._nowrap {
  white-space: nowrap !important;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) ._pconly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) ._sponly {
    display: none !important;
  }
}

._pt0, ._pv0 {
  paddgin-top: 0 !important;
}

._pb0, ._pv0 {
  padding-bottom: 0 !important;
}

._pr0, ._ph0 {
  padding-right: 0 !important;
}

._pl0, ._ph0 {
  padding-left: 0 !important;
}

._pt5, ._pv5 {
  padding-top: 5px !important;
}

._pb5, ._pv5 {
  padding-bottom: 5px !important;
}

._pr5, ._ph5 {
  padding-right: 5px !important;
}

._pl5, ._ph5 {
  padding-left: 5px !important;
}

._pt10, ._pv10 {
  padding-top: 10px !important;
}

._pb10, ._pv10 {
  padding-bottom: 10px !important;
}

._pr10, ._ph10 {
  padding-right: 10px !important;
}

._pl10, ._ph10 {
  padding-left: 10px !important;
}

._pt15, ._pv15 {
  padding-top: 15px !important;
}

._pb15, ._pv15 {
  padding-bottom: 15px !important;
}

._pr15, ._ph15 {
  padding-right: 15px !important;
}

._pl15, ._ph15 {
  padding-left: 15px !important;
}

._pt20, ._pv20 {
  padding-top: 20px !important;
}

._pb20, ._pv20 {
  padding-bottom: 20px !important;
}

._pr20, ._ph20 {
  padding-right: 20px !important;
}

._pl20, ._ph20 {
  padding-left: 20px !important;
}

._pt25, ._pv25 {
  padding-top: 25px !important;
}

._pb25, ._pv25 {
  padding-bottom: 25px !important;
}

._pr25, ._ph25 {
  padding-right: 25px !important;
}

._pl25, ._ph25 {
  padding-left: 25px !important;
}

._pt30, ._pv30 {
  padding-top: 30px !important;
}

._pb30, ._pv30 {
  padding-bottom: 30px !important;
}

._pr30, ._ph30 {
  padding-right: 30px !important;
}

._pl30, ._ph30 {
  padding-left: 30px !important;
}

._pt35, ._pv35 {
  padding-top: 35px !important;
}

._pb35, ._pv35 {
  padding-bottom: 35px !important;
}

._pr35, ._ph35 {
  padding-right: 35px !important;
}

._pl35, ._ph35 {
  padding-left: 35px !important;
}

._pt40, ._pv40 {
  padding-top: 40px !important;
}

._pb40, ._pv40 {
  padding-bottom: 40px !important;
}

._pr40, ._ph40 {
  padding-right: 40px !important;
}

._pl40, ._ph40 {
  padding-left: 40px !important;
}

._pt45, ._pv45 {
  padding-top: 45px !important;
}

._pb45, ._pv45 {
  padding-bottom: 45px !important;
}

._pr45, ._ph45 {
  padding-right: 45px !important;
}

._pl45, ._ph45 {
  padding-left: 45px !important;
}

._pt50, ._pv50 {
  padding-top: 50px !important;
}

._pb50, ._pv50 {
  padding-bottom: 50px !important;
}

._pr50, ._ph50 {
  padding-right: 50px !important;
}

._pl50, ._ph50 {
  padding-left: 50px !important;
}

#page, .topics-detail, .event-detail {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*# sourceMappingURL=base.css.map */
