/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
/* override */
main {
  margin-top: 0;
}
.hidden-md-down a {
  font-size: 16px;
}
.container div,
.container table {
  font-size: 17px;
}
/**/
.ani,
.ani-child {
  opacity: 0;
}
a:hover,
a:focus {
  color: inherit;
}
p a,
p a:hover,
p a:focus {
  color: #0366A4;
}
.col {
  padding: 0;
}
.mfp-bg {
  opacity: 0.75;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  position: fixed;
  right: 30px;
  top: 30px;
}
.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon.arrow {
  background-image: url(../img/icon/arrow_up.svg);
}
.icon.magnifier {
  background-image: url(../img/icon/magnifier.svg);
}
.icon.magnifier-w {
  background-image: url(../img/icon/magnifier_w.svg);
}
.icon.fb {
  background-image: url(../img/icon/fb.svg);
}
.icon.ig {
  background-image: url(../img/icon/ig.svg);
}
.icon.ln {
  background-image: url(../img/icon/ln.svg);
}
.icon.yt {
  background-image: url(../img/icon/youtube.svg);
}
.icon.camera {
  background-image: url(../img/icon/camera.svg);
}
.icon.schedule {
  background-image: url(../img/icon/schedule.svg);
}
.icon.checklist {
  background-image: url(../img/icon/checklist.svg);
}
.icon.souvenirs {
  background-image: url(../img/icon/souvenirs.svg);
}
.icon.parent {
  background-image: url(../img/icon/parent.svg);
}
.icon.do {
  background-image: url(../img/icon/do.svg);
}
.icon.dont {
  background-image: url(../img/icon/dont.svg);
}
.icon.shuttle_bus {
  background-image: url(../img/icon/shuttle.svg);
}
.icon.public_transports {
  background-image: url(../img/icon/public_transport.svg);
}
.icon.taxi {
  background-image: url(../img/icon/taxi.svg);
}
.icon.parking {
  background-image: url(../img/icon/parking.svg);
}
.icon.location {
  background-image: url(../img/icon/location_b.svg);
}
.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  height: 33px;
  background-size: 20px 33px;
  margin-top: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button-prev {
  background-image: url(../img/icon/prev.svg);
}
.swiper-button-next {
  background-image: url(../img/icon/next.svg);
}
.com-more {
  font-size: 0.875em;
  line-height: 128.5%;
  font-weight: 700;
  text-align: right;
}
.com-more.sty-g a:after {
  background-image: url(../img/icon/arrow_right_g.svg);
}
.com-more span {
  margin-right: 14px;
}
.com-more a:hover {
  text-decoration: none;
}
.com-more a:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.com-more a:after {
  content: "";
  background-image: url(../img/icon/arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagehead {
  padding: 29px 0;
  color: #003367;
}
.pagehead .breadcrumb {
  background-color: transparent;
  margin-bottom: 7px;
  border-radius: 0;
  padding: 0;
}
.pagehead .breadcrumb a:hover,
.pagehead .breadcrumb a:focus {
  text-decoration: none;
}
.pagehead .breadcrumb a:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 3px;
}
.pagehead .pagetitle {
  font-size: 2.4375em;
  line-height: 125.6%;
  font-weight: 700;
}
.com-more {
  line-height: 125%;
  font-size: 1em;
  text-align: left;
}
.com-more.sty-g {
  color: #6F5507;
}
.com-accordion {
  margin-bottom: 35px;
}
.com-accordion .title {
  color: #6F5507;
  font-size: 1.75em;
  line-height: 125%;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-accordion .title .txt {
  width: calc(100% - 21px);
  padding-right: 10px;
}
.com-accordion .title .txt h2 {
  font-size: 24px;
}
.com-accordion .title .txt h3 {
  font-size: 24px;
}
.com-accordion .sign {
  width: 21px;
  height: 21px;
  background-color: #003367;
  display: inline-block;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.com-accordion .sign:after {
  content: "";
  background-image: url("../img/icon/expand.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 11px;
  height: 11px;
}
.com-accordion .sign.active:after {
  background-image: url("../img/icon/collapse.png");
}
.com-accordion .wrapper {
  padding-top: 30px;
  display: none;
}
.com-accordion .lvl-1 {
  margin-left: 25px;
}
.com-accordion .lvl-2,
.com-accordion .lvl-3 {
  margin-top: 5px;
  margin-left: 30px;
}
.com-accordion li {
  padding-left: 10px;
}
.com-accordion ul {
  list-style-type: disc;
}
.com-accordion .lvl-1 {
  list-style-type: decimal;
}
.com-accordion .lvl-2 {
  list-style-type: lower-alpha;
}
.com-accordion .table {
  padding-bottom: 5px;
  margin-bottom: 0;
  border: 1px solid rgba(188, 190, 192, 0.21);
}
.com-accordion .table:not(.sty-nobg) table tbody tr:nth-child(even) {
  background-color: rgba(111, 166, 220, 0.08);
}
.com-accordion .table.sty-nobg {
  border: none;
}
.com-accordion .table.sty-nobg table tr td:first-child {
  padding-left: 0;
}
.com-accordion .table table {
  width: 100%;
}
.com-accordion .table table thead tr td {
  font-size: 17px;
  color: #003367;
  line-height: 176.4%;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #e2edf8;
}
.com-accordion .table table thead tr td:first-child {
  padding-left: 38px;
}
.com-accordion .table table thead tr th {
  font-size: 17px;
  color: #003367;
  line-height: 176.4%;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #e2edf8;
  padding-left: 38px;
}
.com-accordion .table table tbody tr td {
  font-size: 17px;
  max-width: 300px;
}
.com-accordion .table table tbody tr td:first-child {
  padding-left: 38px;
}
.com-accordion .table table td {
  border: 0;
  padding: 6px 20px;
}
.com-accordion .table .remarks {
  margin-top: 10px;
  font-size: 0.6875em;
}
.ust-content .notes {
  background-color: rgba(0, 176, 142, 0.05);
  border-left: 2px solid #00b08e;
  padding: 16px 34px 20px 34px;
  font-size: 0.875em;
}
.ust-content .notes h2 {
  font-size: 1.21em;
  line-height: 176.4%;
  margin-bottom: 9px;
}
.ust-content .notes p {
  line-height: 150%;
}
.subpagehead .lvl-1 {
  color: #003367;
  font-size: 0.9375em;
  line-height: 200%;
  font-weight: 700;
}
.subpagehead .lvl-1 .active {
  background-color: #003367;
  color: #fff;
}
.subpagehead .lvl-1 a {
  padding: 5px 11px;
  display: inline-block;
}
.subpagehead .lvl-1 a:hover,
.subpagehead .lvl-1 a:focus {
  text-decoration: none;
}
.subpagehead .lvl-2 {
  color: #6F5507;
  font-size: 0.9375em;
  line-height: 200%;
  font-weight: 700;
  background-color: rgba(216, 216, 216, 0.76);
}
.subpagehead .lvl-2 .active {
  background-color: #6F5507;
  color: #fff;
}
.subpagehead .lvl-2 a {
  padding: 5px 16px;
  display: inline-block;
}
.subpagehead .lvl-2 a:hover,
.subpagehead .lvl-2 a:focus {
  text-decoration: none;
}
.inner-content {
  padding-top: 15px;
  padding-bottom: 110px;
}
.inner-content .date {
  font-size: 1.125em;
  line-height: 127.7%;
  margin-bottom: 10px;
}
.inner-content h2 {
  font-size: 1.5em;
  line-height: 112.5%;
  font-weight: 700;
  color: #6F5507;
  margin-bottom: 10px;
}
.inner-content p {
  line-height: 156.2%;
  margin-bottom: 12px;
}
.inner-content ul {
  list-style-type: disc;
  margin-bottom: 30px;
}
.inner-content .lvl-1 {
  margin-left: 25px;
}
.inner-content li {
  padding-left: 10px;
}
.inner-content .banner {
  overflow: hidden;
  position: relative;
  height: auto;
}
.inner-content .banner:before {
  content: "";
  display: block;
  padding-top: 47.92147806%;
}
.inner-content .banner .banner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-content .banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-content .back-btn {
  margin-top: 35px;
  font-size: 1.125em;
  line-height: 127.7%;
  color: #003367;
}
.com-link {
  color: #0366A4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.com-link:hover,
.com-link:focus {
  color: #0366A4;
  text-decoration: none;
}
.com-link:hover {
  text-decoration: underline;
}
.link-b {
  margin-top: 20px;
  color: #003367;
  font-size: 1.125em;
  line-height: 127.7%;
}
#pop-search .wrapper {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
#pop-search #terms {
  width: 454px;
  padding: 9px 10px;
  border: 1px solid #555555;
  border-radius: 0;
}
#pop-search .form-submit {
  -webkit-appearance: none;
  width: 179px;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 57px;
  background-color: #003366;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .swiper-button-prev {
    left: -58px;
  }
  .swiper-button-next {
    right: -56px;
  }
  .pagehead .container {
    padding-left: 160px;
  }
  .subpagehead .container {
    padding-left: 160px;
  }
}
@media (min-width: 1100px) and (max-width: 1439px) {
  .swiper-button-prev {
    left: -40px;
  }
  .swiper-button-next {
    right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .swiper-button-prev {
    left: -30px;
  }
  .swiper-button-next {
    right: -30px;
  }
  .subpagehead .lvl-1 a {
    padding: 5px;
  }
  .subpagehead .lvl-2 a {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .inner-content {
    padding-bottom: 80px;
  }
  .subpagehead select {
    width: 100%;
    text-align-last: center;
    text-align: center;
    font-family: "Muli", sans-serif;
    background-image: url(../img/icon/select_arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 11px 6px;
    background-position: right 17px center;
    line-height: 40px;
    padding: 0 20px;
  }
  .subpagehead .lvl-1 {
    font-size: 0.875em;
    margin-bottom: 4px;
  }
  .subpagehead .lvl-1 select {
    background-color: #003367;
    color: #fff;
  }
  .subpagehead .lvl-2 {
    background-color: transparent;
    font-size: 0.875em;
  }
  .subpagehead .lvl-2 select {
    background-color: #6F5507;
    color: #fff;
  }
  .pagehead {
    padding: 20px 0 10px 0;
  }
  .pagehead .breadcrumb {
    font-size: 0.875em;
    line-height: 128.5%;
    margin-bottom: 15px;
  }
  .pagehead .pagetitle {
    font-size: 1.875em;
    line-height: 126.6%;
  }
  .swiper-button-prev {
    left: -14px;
  }
  .swiper-button-next {
    right: -14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 14px;
    height: 23px;
    background-size: 14px 23px;
  }
  .com-more {
    text-align: left;
  }
  .com-more span {
    margin-right: 10px;
  }
  .com-accordion {
    margin-bottom: 20px;
  }
  .com-accordion .title {
    font-size: 1.33em;
    line-height: 120%;
  }
  .com-accordion .wrapper {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .com-accordion .lvl-1 li {
    margin-bottom: 15px;
  }
  .com-accordion .lvl-2 {
    margin-left: -11px;
  }
  .com-accordion .lvl-3 {
    margin-left: -5px;
    margin-top: 10px;
  }
  .ust-content .notes {
    padding: 16px 24px 16px 16px;
  }
}
@media (min-width: 768px) {
  .com-accordion .table.sty-nobg table tr td:first-child {
    width: 250px;
  }
  .com-accordion .table.sty-nobg table tr td:not(:first-child) {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    right: 10px;
    top: 20px;
  }
  #pop-search input {
    width: 100% !important;
  }
  #pop-search .form-submit {
    margin-top: 15px;
    margin-left: 0;
  }
  .com-accordion .table {
    padding-bottom: 0;
  }
  .com-accordion .table .remarks {
    text-align: center;
    line-height: 150%;
  }
  .com-accordion .table table thead tr td {
    font-size: 1.133em;
  }
  .com-accordion .table table thead tr td:first-child {
    width: 40%;
  }
  .com-accordion .table table thead tr td:last-child {
    width: 60%;
  }
  .com-accordion .table table tbody tr td {
    font-size: 0.93em;
  }
}
@media (max-width: 575px) {
  .com-more span {
    margin-right: 8px;
  }
  .com-more a:after {
    width: 15px;
    height: 7px;
  }
}
