@charset "UTF-8";

/* =========================================================
top
========================================================= */
/* ROOM 客室スライド画像追加 ----------------------------------------- */
/* スライダーが5枚以下の場合下記のCSSを追加してください（各施設ごと） */
.roomPhotoModal .thumbnail01 .slick-track,
.roomPhotoModal .thumbnail02 .slick-track,
.roomPhotoModal .thumbnail03 .slick-track,
.roomPhotoModal .thumbnail04 .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
}

.kv .access_route {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 48px;
  color: #4D4D4D;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .kv .access_route {
    line-height: normal;
    text-decoration: none;
    padding: 10px 0;
  }
}

.kv .access_route:hover {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .kv .access_route:hover {
    text-decoration: none;
  }
}

.kv .access_route img {
  width: 16px;
  height: 18px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .kv .access_route img {
    width: 25px;
    height: 29px;
  }
}

/* -------------- */
.kv .point {
  width: 810px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none !important;
  font-weight: bold;
}

.kv .point:hover {
  opacity: 0.9;
  color: #fff;
}

.kv .point h2 {
  font-size: 1.8rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.kv .route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.kv .route .routeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv .route .routeBox p {
  margin-top: 5px;
}

.kv .route .routeBox img {
  width: 16px;
  height: 18px;
}

.kv .route .routeBox p.icoWalk {
  display: flex;
  align-items: center;
  width: 100%;
}

.kv .route .routeBox p.icoWalk img {
  width: 16px;
  height: 18px;
}

.kv .route .routeBox p.icoWalk::before,
.kv .route .routeBox p.icoWalk::after {
  border-bottom: 2px dotted #fff;
  content: "";
  height: 2px;
  flex-grow: 1;
}

.kv .route .routeBox p.icoWalk::before {
  margin-right: 6px;
}

.kv .route .routeBox p.icoWalk::after {
  margin-left: 6px;
}

.kv .route .routeBox p.icoBus {
  display: flex;
  align-items: center;
  width: 100%;
}

.kv .route .routeBox p.icoBus img {
  width: 16px;
  height: 18px;
}

.kv .route .routeBox p.icoBus::before,
.kv .route .routeBox p.icoBus::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}

.kv .route .routeBox p.icoBus::before {
  margin-right: 6px;
}

.kv .route .routeBox p.icoBus::after {
  margin-left: 6px;
}

.kv .route .bg {
  background: #e9ebdc;
  border-radius: 5px;
  padding: 26.5px 24px;
}

.kv .route .bg img {
  width: 45px;
  height: 60px;
}

.kv .route .border {
  border: 1pt solid #ccc;
  border-radius: 5px;
  padding: 27px 20px;
}

.kv .route .border img {
  width: 7px;
  height: 27px;
}

.kv .disney .routeBox.blue {
  position: relative;
  width: 203px;
  background: #2c3b6d;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  outline: 1px solid #43507d;
  outline-offset: -5px;
  border-radius: 4px;
  padding: 23px 10px;
  margin-right: 10px;
}

.kv .disney .routeBox.blue::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 7px solid #2c3b6d;
}

.kv .disney .routeBox.blue p {
  line-height: 1.3;
}

.kv .disney .routeBox:nth-of-type(2) {
  width: 12.5%;
}

.kv .disney .routeBox:nth-of-type(3) {
  width: 10.5%;
}

.kv .disney .routeBox:nth-of-type(4) {
  width: 14%;
}

.kv .disney .routeBox:nth-of-type(5) {
  width: 15%;
}

.kv .disney .routeBox:nth-of-type(6) {
  width: 14%;
  padding: 40px 20px;
}

@media (max-width: 1024px) {
  .kv {
    /* height: 700px; */
  }

  .kv .photo {
    /* height: 700px; */
  }

  .kv .point {
    width: 92%;
    margin: 0 auto;
    top: initial;
    bottom: 55px;
    max-width: 410px;
    z-index: 3;
  }

  .kv .point h3 {
    margin-bottom: 10px;
  }

  .kv .point h2 {
    font-size: 1.5rem;
  }

  .kv .route {
    flex-direction: column;
  }

  .kv .route .routeBox {
    flex-direction: row;
    justify-content: center;
  }

  .kv .route .routeBox p {
    margin-top: 0;
  }

  .kv .route .routeBox img {
    margin-right: 8px;
  }

  .kv .route .routeBox p.icoWalk {
    width: 45px;
  }

  .kv .route .routeBox p.icoWalk img {
    width: 10px;
    height: 17px;
  }

  .kv .route .routeBox p.icoWalk::before {
    transform: rotate(90deg);
    margin-right: 0;
  }

  .kv .route .routeBox p.icoWalk::after {
    display: none;
  }

  .kv .route .routeBox p.icoBus {
    width: 50px;
  }

  .kv .route .routeBox p.icoBus img {
    width: 13px;
    height: 15px;
  }

  .kv .route .routeBox p.icoBus::before {
    transform: rotate(90deg);
    margin-right: 0;
  }

  .kv .route .routeBox p.icoBus::after {
    display: none;
  }

  .kv .route .routeBox:nth-of-type(6) p:last-of-type {
    width: 44px;
  }

  .kv .route .bg {
    width: 100%;
    padding: 11px 0 9px;
  }

  .kv .route .bg img {
    margin-right: 0;
    width: 30px;
    height: 40px;
  }

  .kv .route .border {
    width: 100%;
    padding: 10px 0;
  }

  .kv .route .border img {
    width: 6px;
    height: 21px;
  }

  .accessTxt ul li span {
    font-size: 1.2rem;
  }

  .kv .disney .routeBox.blue {
    width: 100%;
    padding: 16px 5px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .kv .disney .routeBox.blue::after {
    top: inherit;
    bottom: -11px;
    left: 48.5%;
    transform: rotate(90deg);
  }

  .kv .disney .routeBox.blue p {
    font-size: 1.3rem;
  }

  .kv .disney .routeBox:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    height: 60px;
  }

  .kv .disney .routeBox:nth-of-type(3) {
    width: 100%;
    padding-left: 17%;
    margin: 8px 0;
  }

  .kv .disney .routeBox:nth-of-type(4) {
    width: 100%;
    padding: 10px 0;
  }

  .kv .disney .routeBox:nth-of-type(5) {
    width: 100%;
    padding-left: 35%;
    margin: 8px 0;
  }

  .kv .disney .routeBox:nth-of-type(6) {
    width: 100%;
    padding: 10px 0;
  }
}

/* =========================================================
access
========================================================= */
#access .routeBlock {
  margin-top: 60px;
}

#access .routeBlock ul {
  margin-bottom: 30px;
}

#access .route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
}

#access .route .routeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#access .route .routeBox:nth-of-type(1) {
  width: 12.5%;
}

#access .route .routeBox:nth-of-type(2),
#access .route .routeBox:nth-of-type(6) {
  width: 10%;
}

#access .route .routeBox:nth-of-type(3),
#access .route .routeBox:nth-of-type(5) {
  width: 10%;
}

#access .route .routeBox:nth-of-type(4) {
  width: 25%;
}

#access .route .routeBox:nth-of-type(7) {
  width: 14%;
}

#access .route .routeBox p {
  margin-top: 5px;
}

#access .route .routeBox img {
  width: 16px;
  height: 18px;
}

#access .route .routeBox p.icoWalk {
  display: flex;
  align-items: center;
  width: 100%;
}

#access .route .routeBox p.icoWalk img {
  width: 16px;
  height: 18px;
}

#access .route .routeBox p.icoWalk::before,
#access .route .routeBox p.icoWalk::after {
  border-bottom: 2px dotted #808080;
  content: "";
  height: 2px;
  flex-grow: 1;
}

#access .route .routeBox p.icoWalk::before {
  margin-right: 6px;
}

#access .route .routeBox p.icoWalk::after {
  margin-left: 6px;
}

#access .route .routeBox p.icoBus {
  display: flex;
  align-items: center;
  width: 100%;
}

#access .route .routeBox p.icoBus img {
  width: 16px;
  height: 18px;
}

#access .route .routeBox p.icoBus::before,
#access .route .routeBox p.icoBus::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #808080;
}

#access .route .routeBox p.icoBus::before {
  margin-right: 6px;
}

#access .route .routeBox p.icoBus::after {
  margin-left: 6px;
}

#access .route .bg {
  background: #e9ebdc;
  border-radius: 5px;
  padding: 26.5px 24px;
}

#access .route .bg img {
  width: 45px;
  height: 60px;
}

#access .route .border {
  border: 1pt solid #ccc;
  border-radius: 5px;
  padding: 27px 20px;
}

#access .route .border img {
  width: 7px;
  height: 27px;
}

.accessTxt ul li span {
  font-size: 14px;
  padding-left: 1rem;
  margin-top: 5px;
  display: inline-block;
}

#access .disneyTxt {
  color: #2c3b6d;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: -24px;
  width: 203px;
  text-align: center;
}

/* #access .disneyTxt::before {
  content: url(../image/icon_slash_l.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 29%;
}

#access .disneyTxt::after {
  content: url(../image/icon_slash_r.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 29%;
} */

#access .disney .routeBox.blue {
  position: relative;
  width: 260px;
  background: #2c3b6d;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  outline: 1px solid #43507d;
  outline-offset: -5px;
  border-radius: 4px;
  padding: 23px 10px;
  margin-right: 10px;
}

#access .disney .routeBox.blue::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 7px solid #2c3b6d;
}

#access .disney .routeBox.blue p {
  line-height: 1.3;
  width: 100%;
}

#access .disney .routeBox:nth-of-type(2) {
  width: 12.5%;
}

#access .disney .routeBox:nth-of-type(3) {
  width: 10.5%;
}

#access .disney .routeBox:nth-of-type(4) {
  width: 14%;
}

#access .disney .routeBox:nth-of-type(5) {
  width: 20%;
}

#access .disney .routeBox:nth-of-type(6) {
  width: 14%;
  padding: 40px 20px;
}

@media (max-width: 1024px) {
  #access .route {
    flex-direction: column;
  }

  #access .route .routeBox {
    flex-direction: row;
    justify-content: center;
  }

  #access .route .routeBox:nth-of-type(1),
  #access .route .routeBox:nth-of-type(3),
  #access .route .routeBox:nth-of-type(5),
  #access .route .routeBox:nth-of-type(7) {
    width: 100%;
  }

  #access .route .routeBox:nth-of-type(2),
  #access .route .routeBox:nth-of-type(4),
  #access .route .routeBox:nth-of-type(6) {
    width: 100%;
    height: 38px;
    padding-left: 9%;
  }

  #access .route .routeBox:nth-of-type(2) {
    padding-left: 8%;
  }

  #access .route .routeBox p {
    margin-top: 0;
  }

  #access .route .routeBox img {
    margin-right: 8px;
  }

  #access .route .routeBox p.icoWalk {
    width: 45px;
  }

  #access .route .routeBox p.icoWalk img {
    width: 10px;
    height: 17px;
  }

  #access .route .routeBox p.icoWalk::before {
    transform: rotate(90deg);
    margin-right: 0;
  }

  #access .route .routeBox p.icoWalk::after {
    display: none;
  }

  #access .route .routeBox p.icoBus {
    width: 50px;
  }

  #access .route .routeBox p.icoBus img {
    width: 13px;
    height: 15px;
  }

  #access .route .routeBox p.icoBus::before {
    transform: rotate(90deg);
    margin-right: 0;
  }

  #access .route .routeBox p.icoBus::after {
    display: none;
  }

  #access .route .bg {
    width: 100%;
    padding: 11px 0 9px;
  }

  #access .route .bg img {
    margin-right: 0;
    width: 30px;
    height: 40px;
  }

  #access .route .border {
    width: 100%;
    padding: 10px 0;
  }

  #access .route .border img {
    width: 6px;
    height: 21px;
  }

  .accessTxt ul li span {
    font-size: 1.2rem;
  }

  /* access箇所 ディズニールート追加 */
  #access .disneyTxt {
    width: 100%;
    font-size: 1.3rem;
  }

  #access .disneyTxt::before {
    left: 37%;
  }

  #access .disneyTxt::after {
    right: 37%;
  }

  #access .disney .routeBox.blue {
    width: 100%;
    padding: 16px 5px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  #access .disney .routeBox.blue::after {
    top: inherit;
    bottom: -11px;
    left: 48.5%;
    transform: rotate(90deg);
  }

  #access .disney .routeBox.blue p {
    font-size: 1.3rem;
  }

  #access .disney .routeBox:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    height: 60px;
  }

  #access .disney .routeBox:nth-of-type(3) {
    width: 100%;
    padding-left: 8%;
    margin: 8px 0;
  }

  #access .disney .routeBox:nth-of-type(4) {
    width: 100%;
    padding: 10px 0;
  }

  #access .disney .routeBox:nth-of-type(5) {
    width: 100%;
    padding-left: 14%;
    margin: 8px 0;
  }

  #access .disney .routeBox:nth-of-type(6) {
    width: 100%;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 499px) {

  #access .route .routeBox:nth-of-type(2),
  #access .route .routeBox:nth-of-type(4),
  #access .route .routeBox:nth-of-type(6) {
    padding-left: 18%;
  }

  #access .route .routeBox:nth-of-type(2) {
    padding-left: 17%;
  }
}

@media only screen and (max-width: 499px) {

  #access .disney .routeBox:nth-of-type(2),
  #access .disney .routeBox:nth-of-type(4),
  #access .disney .routeBox:nth-of-type(6) {
    padding-left: 0;
  }

  #access .disney .routeBox:nth-of-type(3) {
    padding-left: 14%;
  }

  #access .disney .routeBox:nth-of-type(5) {
    padding-left: 26%;
  }
}

body.lang_en #access .route .routeBox p,
body.lang_fr #access .route .routeBox p,
body.lang_de #access .route .routeBox p,
body.lang_es #access .route .routeBox p,
body.lang_vi #access .route .routeBox p,
body.lang_th #access .route .routeBox p,
body.lang_it #access .route .routeBox p,
body.lang_ms #access .route .routeBox p,
body.lang_id #access .route .routeBox p,
body.lang_ar #access .route .routeBox p,
body.lang_ru #access .route .routeBox p {
  line-height: 1.3;
}

body.lang_en #access .route .routeBox p.icoWalk+p,
body.lang_fr #access .route .routeBox p.icoWalk+p,
body.lang_de #access .route .routeBox p.icoWalk+p,
body.lang_es #access .route .routeBox p.icoWalk+p,
body.lang_vi #access .route .routeBox p.icoWalk+p,
body.lang_th #access .route .routeBox p.icoWalk+p,
body.lang_it #access .route .routeBox p.icoWalk+p,
body.lang_ms #access .route .routeBox p.icoWalk+p,
body.lang_id #access .route .routeBox p.icoWalk+p,
body.lang_ar #access .route .routeBox p.icoWalk+p,
body.lang_ru #access .route .routeBox p.icoWalk+p {
  width: 90%;
}

@media only screen and (max-width: 499px) {

  body.lang_en #access .route .routeBox p.icoWalk+p,
  body.lang_fr #access .route .routeBox p.icoWalk+p,
  body.lang_de #access .route .routeBox p.icoWalk+p,
  body.lang_es #access .route .routeBox p.icoWalk+p,
  body.lang_vi #access .route .routeBox p.icoWalk+p,
  body.lang_th #access .route .routeBox p.icoWalk+p,
  body.lang_it #access .route .routeBox p.icoWalk+p,
  body.lang_ms #access .route .routeBox p.icoWalk+p,
  body.lang_id #access .route .routeBox p.icoWalk+p,
  body.lang_ar #access .route .routeBox p.icoWalk+p,
  body.lang_ru #access .route .routeBox p.icoWalk+p {
    font-size: 1.2rem;
  }
}

body.lang_en #access .route .routeBox p.icoBus+p,
body.lang_fr #access .route .routeBox p.icoBus+p,
body.lang_de #access .route .routeBox p.icoBus+p,
body.lang_es #access .route .routeBox p.icoBus+p,
body.lang_vi #access .route .routeBox p.icoBus+p,
body.lang_th #access .route .routeBox p.icoBus+p,
body.lang_it #access .route .routeBox p.icoBus+p,
body.lang_ms #access .route .routeBox p.icoBus+p,
body.lang_id #access .route .routeBox p.icoBus+p,
body.lang_ar #access .route .routeBox p.icoBus+p,
body.lang_ru #access .route .routeBox p.icoBus+p {
  width: 90%;
}

@media only screen and (max-width: 499px) {

  body.lang_en #access .route .routeBox p.icoBus+p,
  body.lang_fr #access .route .routeBox p.icoBus+p,
  body.lang_de #access .route .routeBox p.icoBus+p,
  body.lang_es #access .route .routeBox p.icoBus+p,
  body.lang_vi #access .route .routeBox p.icoBus+p,
  body.lang_th #access .route .routeBox p.icoBus+p,
  body.lang_it #access .route .routeBox p.icoBus+p,
  body.lang_ms #access .route .routeBox p.icoBus+p,
  body.lang_id #access .route .routeBox p.icoBus+p,
  body.lang_ar #access .route .routeBox p.icoBus+p,
  body.lang_ru #access .route .routeBox p.icoBus+p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 499px) {

  body.lang_en #access .route .routeBox p.enOnly,
  body.lang_fr #access .route .routeBox p.enOnly,
  body.lang_de #access .route .routeBox p.enOnly,
  body.lang_es #access .route .routeBox p.enOnly,
  body.lang_vi #access .route .routeBox p.enOnly,
  body.lang_th #access .route .routeBox p.enOnly,
  body.lang_it #access .route .routeBox p.enOnly,
  body.lang_ms #access .route .routeBox p.enOnly,
  body.lang_id #access .route .routeBox p.enOnly,
  body.lang_ar #access .route .routeBox p.enOnly,
  body.lang_ru #access .route .routeBox p.enOnly {
    font-size: 1.2rem;
  }
}

body.lang_en #access .route .routeBox:nth-of-type(6),
body.lang_fr #access .route .routeBox:nth-of-type(6),
body.lang_de #access .route .routeBox:nth-of-type(6),
body.lang_es #access .route .routeBox:nth-of-type(6),
body.lang_vi #access .route .routeBox:nth-of-type(6),
body.lang_th #access .route .routeBox:nth-of-type(6),
body.lang_it #access .route .routeBox:nth-of-type(6),
body.lang_ms #access .route .routeBox:nth-of-type(6),
body.lang_id #access .route .routeBox:nth-of-type(6),
body.lang_ar #access .route .routeBox:nth-of-type(6),
body.lang_ru #access .route .routeBox:nth-of-type(6) {
  margin-top: 20px;
}

@media (max-width: 1024px) {

  body.lang_en #access .route .routeBox:nth-of-type(6),
  body.lang_fr #access .route .routeBox:nth-of-type(6),
  body.lang_de #access .route .routeBox:nth-of-type(6),
  body.lang_es #access .route .routeBox:nth-of-type(6),
  body.lang_vi #access .route .routeBox:nth-of-type(6),
  body.lang_th #access .route .routeBox:nth-of-type(6),
  body.lang_it #access .route .routeBox:nth-of-type(6),
  body.lang_ms #access .route .routeBox:nth-of-type(6),
  body.lang_id #access .route .routeBox:nth-of-type(6),
  body.lang_ar #access .route .routeBox:nth-of-type(6),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    margin-top: 0;
  }
}

body.lang_en #access .route .routeBox:nth-of-type(2),
body.lang_fr #access .route .routeBox:nth-of-type(2),
body.lang_de #access .route .routeBox:nth-of-type(2),
body.lang_es #access .route .routeBox:nth-of-type(2),
body.lang_vi #access .route .routeBox:nth-of-type(2),
body.lang_th #access .route .routeBox:nth-of-type(2),
body.lang_it #access .route .routeBox:nth-of-type(2),
body.lang_ms #access .route .routeBox:nth-of-type(2),
body.lang_id #access .route .routeBox:nth-of-type(2),
body.lang_ar #access .route .routeBox:nth-of-type(2),
body.lang_ru #access .route .routeBox:nth-of-type(2) {
  margin-top: 15px;
}

@media (max-width: 1024px) {

  body.lang_en #access .route .routeBox:nth-of-type(2),
  body.lang_fr #access .route .routeBox:nth-of-type(2),
  body.lang_de #access .route .routeBox:nth-of-type(2),
  body.lang_es #access .route .routeBox:nth-of-type(2),
  body.lang_vi #access .route .routeBox:nth-of-type(2),
  body.lang_th #access .route .routeBox:nth-of-type(2),
  body.lang_it #access .route .routeBox:nth-of-type(2),
  body.lang_ms #access .route .routeBox:nth-of-type(2),
  body.lang_id #access .route .routeBox:nth-of-type(2),
  body.lang_ar #access .route .routeBox:nth-of-type(2),
  body.lang_ru #access .route .routeBox:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {

  body.lang_en #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_fr #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_de #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_es #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_vi #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_th #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_it #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ms #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_id #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ar #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ru #access .route .routeBox:nth-of-type(6) p:last-of-type {
    width: initial;
  }
}

@media (max-width: 1024px) {

  body.lang_en #access .disney .routeBox:nth-of-type(3),
  body.lang_fr #access .disney .routeBox:nth-of-type(3),
  body.lang_de #access .disney .routeBox:nth-of-type(3),
  body.lang_es #access .disney .routeBox:nth-of-type(3),
  body.lang_vi #access .disney .routeBox:nth-of-type(3),
  body.lang_th #access .disney .routeBox:nth-of-type(3),
  body.lang_it #access .disney .routeBox:nth-of-type(3),
  body.lang_ms #access .disney .routeBox:nth-of-type(3),
  body.lang_id #access .disney .routeBox:nth-of-type(3),
  body.lang_ar #access .disney .routeBox:nth-of-type(3),
  body.lang_ru #access .disney .routeBox:nth-of-type(3) {
    padding-left: 47%;
  }

  body.lang_en #access .route .routeBox:nth-of-type(2),
  body.lang_fr #access .route .routeBox:nth-of-type(2),
  body.lang_de #access .route .routeBox:nth-of-type(2),
  body.lang_es #access .route .routeBox:nth-of-type(2),
  body.lang_vi #access .route .routeBox:nth-of-type(2),
  body.lang_th #access .route .routeBox:nth-of-type(2),
  body.lang_it #access .route .routeBox:nth-of-type(2),
  body.lang_ms #access .route .routeBox:nth-of-type(2),
  body.lang_id #access .route .routeBox:nth-of-type(2),
  body.lang_ar #access .route .routeBox:nth-of-type(2),
  body.lang_ru #access .route .routeBox:nth-of-type(2) {
    padding-left: 48%;
  }

  body.lang_en #access .route .routeBox:nth-of-type(2),
  body.lang_en #access .route .routeBox:nth-of-type(4),
  body.lang_en #access .route .routeBox:nth-of-type(6),
  body.lang_fr #access .route .routeBox:nth-of-type(2),
  body.lang_fr #access .route .routeBox:nth-of-type(4),
  body.lang_fr #access .route .routeBox:nth-of-type(6),
  body.lang_de #access .route .routeBox:nth-of-type(2),
  body.lang_de #access .route .routeBox:nth-of-type(4),
  body.lang_de #access .route .routeBox:nth-of-type(6),
  body.lang_es #access .route .routeBox:nth-of-type(2),
  body.lang_es #access .route .routeBox:nth-of-type(4),
  body.lang_es #access .route .routeBox:nth-of-type(6),
  body.lang_vi #access .route .routeBox:nth-of-type(2),
  body.lang_vi #access .route .routeBox:nth-of-type(4),
  body.lang_vi #access .route .routeBox:nth-of-type(6),
  body.lang_th #access .route .routeBox:nth-of-type(2),
  body.lang_th #access .route .routeBox:nth-of-type(4),
  body.lang_th #access .route .routeBox:nth-of-type(6),
  body.lang_it #access .route .routeBox:nth-of-type(2),
  body.lang_it #access .route .routeBox:nth-of-type(4),
  body.lang_it #access .route .routeBox:nth-of-type(6),
  body.lang_ms #access .route .routeBox:nth-of-type(2),
  body.lang_ms #access .route .routeBox:nth-of-type(4),
  body.lang_ms #access .route .routeBox:nth-of-type(6),
  body.lang_id #access .route .routeBox:nth-of-type(2),
  body.lang_id #access .route .routeBox:nth-of-type(4),
  body.lang_id #access .route .routeBox:nth-of-type(6),
  body.lang_ar #access .route .routeBox:nth-of-type(2),
  body.lang_ar #access .route .routeBox:nth-of-type(4),
  body.lang_ar #access .route .routeBox:nth-of-type(6),
  body.lang_ru #access .route .routeBox:nth-of-type(2),
  body.lang_ru #access .route .routeBox:nth-of-type(4),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    padding-left: 48%;
  }

  body.lang_en #access .route.disney .routeBox:nth-of-type(2),
  body.lang_en #access .route.disney .routeBox:nth-of-type(4),
  body.lang_en #access .route.disney .routeBox:nth-of-type(6),
  body.lang_fr #access .route.disney .routeBox:nth-of-type(2),
  body.lang_fr #access .route.disney .routeBox:nth-of-type(4),
  body.lang_fr #access .route.disney .routeBox:nth-of-type(6),
  body.lang_de #access .route.disney .routeBox:nth-of-type(2),
  body.lang_de #access .route.disney .routeBox:nth-of-type(4),
  body.lang_de #access .route.disney .routeBox:nth-of-type(6),
  body.lang_es #access .route.disney .routeBox:nth-of-type(2),
  body.lang_es #access .route.disney .routeBox:nth-of-type(4),
  body.lang_es #access .route.disney .routeBox:nth-of-type(6),
  body.lang_vi #access .route.disney .routeBox:nth-of-type(2),
  body.lang_vi #access .route.disney .routeBox:nth-of-type(4),
  body.lang_vi #access .route.disney .routeBox:nth-of-type(6),
  body.lang_th #access .route.disney .routeBox:nth-of-type(2),
  body.lang_th #access .route.disney .routeBox:nth-of-type(4),
  body.lang_th #access .route.disney .routeBox:nth-of-type(6),
  body.lang_it #access .route.disney .routeBox:nth-of-type(2),
  body.lang_it #access .route.disney .routeBox:nth-of-type(4),
  body.lang_it #access .route.disney .routeBox:nth-of-type(6),
  body.lang_ms #access .route.disney .routeBox:nth-of-type(2),
  body.lang_ms #access .route.disney .routeBox:nth-of-type(4),
  body.lang_ms #access .route.disney .routeBox:nth-of-type(6),
  body.lang_id #access .route.disney .routeBox:nth-of-type(2),
  body.lang_id #access .route.disney .routeBox:nth-of-type(4),
  body.lang_id #access .route.disney .routeBox:nth-of-type(6),
  body.lang_ar #access .route.disney .routeBox:nth-of-type(2),
  body.lang_ar #access .route.disney .routeBox:nth-of-type(4),
  body.lang_ar #access .route.disney .routeBox:nth-of-type(6),
  body.lang_ru #access .route.disney .routeBox:nth-of-type(2),
  body.lang_ru #access .route.disney .routeBox:nth-of-type(4),
  body.lang_ru #access .route.disney .routeBox:nth-of-type(6) {
    padding-left: 0;
  }

  body.lang_en #access .disney .routeBox:nth-of-type(5),
  body.lang_fr #access .disney .routeBox:nth-of-type(5),
  body.lang_de #access .disney .routeBox:nth-of-type(5),
  body.lang_es #access .disney .routeBox:nth-of-type(5),
  body.lang_vi #access .disney .routeBox:nth-of-type(5),
  body.lang_th #access .disney .routeBox:nth-of-type(5),
  body.lang_it #access .disney .routeBox:nth-of-type(5),
  body.lang_ms #access .disney .routeBox:nth-of-type(5),
  body.lang_id #access .disney .routeBox:nth-of-type(5),
  body.lang_ar #access .disney .routeBox:nth-of-type(5),
  body.lang_ru #access .disney .routeBox:nth-of-type(5) {
    padding-left: 29%;
  }

  body.lang_en #access .route .routeBox:nth-of-type(6),
  body.lang_fr #access .route .routeBox:nth-of-type(6),
  body.lang_de #access .route .routeBox:nth-of-type(6),
  body.lang_es #access .route .routeBox:nth-of-type(6),
  body.lang_vi #access .route .routeBox:nth-of-type(6),
  body.lang_th #access .route .routeBox:nth-of-type(6),
  body.lang_it #access .route .routeBox:nth-of-type(6),
  body.lang_ms #access .route .routeBox:nth-of-type(6),
  body.lang_id #access .route .routeBox:nth-of-type(6),
  body.lang_ar #access .route .routeBox:nth-of-type(6),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    padding-left: 21%;
  }
}

@media only screen and (max-width: 499px) {

  body.lang_en #access .disney .routeBox:nth-of-type(5),
  body.lang_fr #access .disney .routeBox:nth-of-type(5),
  body.lang_de #access .disney .routeBox:nth-of-type(5),
  body.lang_es #access .disney .routeBox:nth-of-type(5),
  body.lang_vi #access .disney .routeBox:nth-of-type(5),
  body.lang_th #access .disney .routeBox:nth-of-type(5),
  body.lang_it #access .disney .routeBox:nth-of-type(5),
  body.lang_ms #access .disney .routeBox:nth-of-type(5),
  body.lang_id #access .disney .routeBox:nth-of-type(5),
  body.lang_ar #access .disney .routeBox:nth-of-type(5),
  body.lang_ru #access .disney .routeBox:nth-of-type(5) {
    padding-left: 48%;
  }

  body.lang_en #access .route .routeBox:nth-of-type(6),
  body.lang_fr #access .route .routeBox:nth-of-type(6),
  body.lang_de #access .route .routeBox:nth-of-type(6),
  body.lang_es #access .route .routeBox:nth-of-type(6),
  body.lang_vi #access .route .routeBox:nth-of-type(6),
  body.lang_th #access .route .routeBox:nth-of-type(6),
  body.lang_it #access .route .routeBox:nth-of-type(6),
  body.lang_ms #access .route .routeBox:nth-of-type(6),
  body.lang_id #access .route .routeBox:nth-of-type(6),
  body.lang_ar #access .route .routeBox:nth-of-type(6),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    padding-left: 46%;
  }
}

@media (max-width: 1024px) {

  body.lang_fr #access .disney .routeBox:nth-of-type(5),
  body.lang_de #access .disney .routeBox:nth-of-type(5),
  body.lang_es #access .disney .routeBox:nth-of-type(5),
  body.lang_vi #access .disney .routeBox:nth-of-type(5),
  body.lang_th #access .disney .routeBox:nth-of-type(5),
  body.lang_it #access .disney .routeBox:nth-of-type(5),
  body.lang_ms #access .disney .routeBox:nth-of-type(5),
  body.lang_id #access .disney .routeBox:nth-of-type(5),
  body.lang_ar #access .disney .routeBox:nth-of-type(5),
  body.lang_ru #access .disney .routeBox:nth-of-type(5) {
    padding-left: 48%;
  }
}

@media (max-width: 1024px) {

  body.lang_fr #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_de #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_es #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_vi #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_th #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_it #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ms #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_id #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ar #access .route .routeBox:nth-of-type(6) p:last-of-type,
  body.lang_ru #access .route .routeBox:nth-of-type(6) p:last-of-type {
    width: 90%;
  }
}

@media (max-width: 1024px) {

  body.lang_fr #access .route .routeBox:nth-of-type(6),
  body.lang_de #access .route .routeBox:nth-of-type(6),
  body.lang_es #access .route .routeBox:nth-of-type(6),
  body.lang_vi #access .route .routeBox:nth-of-type(6),
  body.lang_th #access .route .routeBox:nth-of-type(6),
  body.lang_it #access .route .routeBox:nth-of-type(6),
  body.lang_ms #access .route .routeBox:nth-of-type(6),
  body.lang_id #access .route .routeBox:nth-of-type(6),
  body.lang_ar #access .route .routeBox:nth-of-type(6),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    padding-left: 48%;
  }
}

body.lang_ru #access .route .routeBox:nth-of-type(2),
body.lang_ru #access .route .routeBox:nth-of-type(6) {
  width: 13%;
}

@media (max-width: 1024px) {

  body.lang_ru #access .route .routeBox:nth-of-type(2),
  body.lang_ru #access .route .routeBox:nth-of-type(6) {
    width: 100%;
  }
}

/* =========================================================
facility、faq
========================================================= */
@media (max-width: 1024px) {
  .tabArea.pageTop ul li:first-of-type {
    width: 48%;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_en .amenityList:first-of-type li:first-of-type {
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */