@charset "UTF-8";

/* =========================================================
bnrArea
========================================================= */
.bnrArea.typeB a .text p .gold {
  color: #A9884A;
}

.bnrArea.typeB {
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 70px;
}

@media screen and (max-width: 1250px) {
  .bnrArea.typeB {
    max-width: 94%;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .bnrArea.typeB {
    max-width: 100%;
    display: block;
    margin: 10px 0 40px;
  }
}

@media (max-width: 767px) {
  .bnrArea.typeB a .photo {
    margin: 0 5% 20px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .bnrArea.typeB a .text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bnrArea.typeB .disney {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 293px;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney {
    flex-direction: row;
    margin-top: 0;
    width: 90%;
    justify-content: center;
  }
}

.bnrArea.typeB .disney .routeBox p {
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .routeBox p {
    font-size: 1.4rem;
  }
}

.bnrArea.typeB .disney .routeBox p.icoBus img {
  width: 29px;
  height: 33px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .routeBox p.icoBus img {
    width: 26px;
    height: 31px;
  }
}

.bnrArea.typeB .disney .routeBox hr {
  background: #fff;
  height: 2px;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .routeBox hr {
    display: block;
  }
}

.bnrArea.typeB .disney .routeBox:nth-of-type(2) {
  justify-content: space-around;
  width: 18%;
  margin: 0 3%;
  height: 116px;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .routeBox:nth-of-type(2) {
    width: 18%;
    margin: 0 15px;
    height: 107px;
  }

  .bnrArea.typeB .disney .routeBox:nth-of-type(2)::after,
  .bnrArea.typeB .disney .routeBox:nth-of-type(2)::before {
    content: none;
  }
}

.bnrArea.typeB .disney .routeBox:nth-of-type(2) p {
  line-height: 1.5;
}

.bnrArea.typeB .disney .routeBox:nth-of-type(1),
.bnrArea.typeB .disney .routeBox:nth-of-type(3) {
  width: 101px;
  height: 101px;
}

@media (max-width: 1024px) {

  .bnrArea.typeB .disney .routeBox:nth-of-type(1),
  .bnrArea.typeB .disney .routeBox:nth-of-type(3) {
    width: 30%;
    max-width: 93px;
    height: 93px;
  }
}

.bnrArea.typeB .disney .bg {
  background: #fff;
  border-radius: 3px;
}

.bnrArea.typeB .disney .bg img {
  width: 52px;
  height: 62px;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .bg img {
    width: 48px;
    height: 57px;
  }
}

.bnrArea.typeB .disney .border {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
}

.bnrArea.typeB .disney .border p {
  font-weight: bold;
  font-size: 1.3rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 1024px) {
  .bnrArea.typeB .disney .border p {
    font-size: 1.19rem;
  }
}

.bnrArea .slick-counter {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  padding-right: 105px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}

.bnrArea .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.bnrArea .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@media (min-width: 768px) {
  .bnrArea .slick-counter {
    display: none !important;
  }
}

.bnrArea .slick-counter.slick-slide {
  display: none;
}

.arrows02 {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.arrows02+.wrapper {
  padding-top: 0;
}

@media (min-width: 768px) {
  .arrows02 {
    display: none;
  }
}

@media (max-width: 767px) {
  .arrows02 {
    position: relative;
    z-index: 0;
    margin-top: -64px;
    padding-bottom: 30px;
  }
}

@keyframes borderAnim {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.arrows02 .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #142335;
  background: none;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .arrows02 .slick-arrow {
    top: auto;
    bottom: -5px;
    z-index: 10;
    width: 25px;
    height: 25px;
    margin: 0;
  }
}

.arrows02 .slick-arrow svg {
  width: 7px;
  height: 12px;
}

.arrows02 .slick-prev {
  transform: scale(-1, 1);
}

body.lang_en .bnrArea.typeB .disney,
body.lang_fr .bnrArea.typeB .disney,
body.lang_de .bnrArea.typeB .disney,
body.lang_th .bnrArea.typeB .disney,
body.lang_vi .bnrArea.typeB .disney,
body.lang_it .bnrArea.typeB .disney,
body.lang_ms .bnrArea.typeB .disney,
body.lang_id .bnrArea.typeB .disney {
  width: 311px;
}

@media (max-width: 1024px) {

  body.lang_en .bnrArea.typeB .disney,
  body.lang_fr .bnrArea.typeB .disney,
  body.lang_de .bnrArea.typeB .disney,
  body.lang_th .bnrArea.typeB .disney,
  body.lang_vi .bnrArea.typeB .disney,
  body.lang_it .bnrArea.typeB .disney,
  body.lang_ms .bnrArea.typeB .disney,
  body.lang_id .bnrArea.typeB .disney {
    width: 90%;
  }
}

body.lang_en .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_fr .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_de .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_th .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_it .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_ms .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_id .bnrArea.typeB .disney .routeBox:nth-of-type(2) {
  width: 30%;
}

body.lang_en .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_fr .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_de .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_th .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_it .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_ms .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_id .bnrArea.typeB .disney .routeBox:nth-of-type(2) p {
  font-size: 1.3rem;
}

@media (max-width: 1024px) {

  body.lang_en .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_fr .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_de .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_th .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_it .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_ms .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_id .bnrArea.typeB .disney .routeBox:nth-of-type(2) p {
    font-size: 1rem;
  }
}

body.lang_es .bnrArea.typeB .disney,
body.lang_vi .bnrArea.typeB .disney {
  width: 330px;
}

@media (max-width: 1024px) {

  body.lang_es .bnrArea.typeB .disney,
  body.lang_vi .bnrArea.typeB .disney {
    width: 90%;
  }
}

body.lang_es .bnrArea.typeB .disney .routeBox:nth-of-type(2),
body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2) {
  width: 30%;
}

body.lang_es .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2) p {
  font-size: 1.3rem;
}

@media (max-width: 1024px) {

  body.lang_es .bnrArea.typeB .disney .routeBox:nth-of-type(2) p,
  body.lang_vi .bnrArea.typeB .disney .routeBox:nth-of-type(2) p {
    font-size: 1rem;
  }
}

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

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

@media (max-width: 1024px) {
  #route .tabArea.pageTop ul li:nth-of-type(6) {
    width: 100%;
  }
}

#route a.airline_link {
  margin-top: 10px;
  display: block;
}

#route p span.blue {
  font-weight: bold;
  color: #142335;
}

#route p span.pink {
  color: #e51c24;
}

#route p+.image {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  #route p+.image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



#route p.information {
  margin-bottom: 15px;
}

#route .parkingInfo .bgGold {
  margin-bottom: 25px;
}

#route .parkingInfo+.secTitle02 {
  margin-top: 25px;
}

#route .textArea .secTitle02 {
  margin-top: 25px;
}

#route .table02 {
  margin: 0;
}

#route .table02 td {
  height: 55px;
}

@media (max-width: 1024px) {
  #route .table02 td {
    height: 44px;
  }
}

#route .table02 td table {
  width: 100%;
}

#route .table02 td table tr td {
  padding: 12px 0;
  background: #fff;
}

#route .table02+p {
  margin-top: 10px;
}

#route .table02+p .gold {
  color: #a9884a;
}

#route h4:not([class]) {
  font-weight: bold;
  color: #142335;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  #route #route_shuttlebus+.flexBox {
    margin-top: 0;
  }
}

#route #route_shuttlebus+.flexBox h4.secTitle02 {
  text-align: center;
  margin-bottom: 8px;
}

#route #route_shuttlebus+.flexBox a {
  margin-bottom: 15px;
  display: block;
}

#route #route_shuttlebus+.flexBox p.gold {
  color: #a9884a;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 1024px) {
  #route #route_shuttlebus+.flexBox .right {
    margin-top: 10px;
  }
}

#route .limited {
  margin-bottom: 30px;
}

#route .limited .secTitle02 {
  margin-bottom: 15px;
  text-align: center;
}

#route .limited .inner {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  #route .limited .inner {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#route .limited .inner .secTitle02 {
  text-align: left;
}

#route .limited .inner .left {
  width: 55%;
}

@media (max-width: 1024px) {
  #route .limited .inner .left {
    width: 100%;
  }
}

#route .limited .inner .left a {
  margin-bottom: 20px;
  display: block;
}

#route .limited .inner p.gold {
  color: #a9884a;
  padding-left: 1em;
  text-indent: -1em;
}

#route .limited .inner .right {
  width: 40%;
}

@media (max-width: 1024px) {
  #route .limited .inner .right {
    width: 100%;
    margin-top: 20px;
  }
}

#route .limited .inner .right h4:first-of-type {
  margin-top: 0;
}

#route .limited .mapPic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#route .limited .mapPic img {
  width: 49.5%;
}

@media (max-width: 1024px) {
  #route .limited .mapPic img {
    width: 100%;
  }
}

#route .limited:last-of-type .mapPic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1024px) {
  #route .limited:last-of-type .mapPic {
    grid-template-columns: repeat(1, 1fr);

  }
}

#route .limited:last-of-type .mapPic img {
  width: 100%;
}


#route .limited .mapPic img:nth-of-type(n+3) {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #route .limited .mapPic img:nth-of-type(n+2) {
    margin-top: 5px;
  }
}

#route .bg_block {
  padding: 1em;
  margin-block: 1lh;
  border: 1px solid #a9884a;
}

@media (max-width: 1024px) {
  .routeList.trainList dt {
    width: 3em;
  }

  .routeList.trainList dd {
    width: calc(100% - 3em);
  }
}

@media (max-width: 1024px) {
  .routeList.carList dt {
    width: 9em;
  }

  .routeList.carList dd {
    width: calc(100% - 9em);
  }
}

@media (max-width: 1024px) {
  .routeList.disneyList dt {
    width: 9em;
  }

  .routeList.disneyList dd {
    width: calc(100% - 9em);
  }
}

/* アクセス ディズニーへのアクセス */
.disney {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  text-transform: capitalize;
}

.disney .routeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  height: 111px;
  justify-content: center;
}

.disney .routeBox p {
  font-weight: bold;
  text-align: center;
}

.disney .routeBox img {
  width: 84px;
  height: 74px;
}

@media (max-width: 1024px) {
  .disney .routeBox img {
    width: 40px;
    height: 40px;
  }
}

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

.disney .routeBox hr {
  width: 100%;
  background: #c2c2c2;
}

@media (max-width: 1024px) {
  .disney .routeBox hr {
    display: none;
  }
}

.disney .routeBox p.icoBus::before {
  margin-right: 18px;
}

.disney .routeBox p.icoBus::after {
  margin-left: 18px;
}

.disney .routeBox:nth-of-type(1),
.disney .routeBox:nth-of-type(3) {
  width: 33%;
}

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

.disney .border {
  border: 1pt solid #c2c2c2;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 1024px) {
  .disney {
    flex-direction: column;
    width: 100%;
    margin: 20px 0 0;
  }

  .disney .routeBox {
    justify-content: center;
  }

  .disney .routeBox p.icoBus {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .disney .routeBox p.icoBus img {
    width: 13px;
    height: 15px;
    margin-right: 0;
  }

  .disney .routeBox p.icoBus::before {
    display: none;
  }

  .disney .routeBox p.icoBus::after {
    display: none;
  }

  .disney .routeBox:nth-of-type(1),
  .disney .routeBox:nth-of-type(3) {
    width: 100%;
    height: auto;
  }

  .disney .routeBox:nth-of-type(2) {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .disney .routeBox:nth-of-type(2)::before,
  .disney .routeBox:nth-of-type(2)::after {
    content: "";
    height: 16px;
    flex-grow: 1;
    background-color: #fff;
    width: 2px;
  }

  .disney .bg {
    width: 100%;
    padding: 8px 0 7px;
  }

  .disney .border {
    width: 100%;
    padding: 7px 0;
  }

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

.point.accessPage {
  color: #142335;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.point.accessPage h3 {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 2.4rem;
  margin-right: 14px;
  width: 46%;
}

@media (max-width: 1024px) {
  .point.accessPage h3 {
    width: 100%;
    margin-right: 0;
  }
}

.point.accessPage .disney .bg {
  background: #142335;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .point.accessPage {
    flex-direction: column;
    margin: 30px auto 60px;
  }

  .point.accessPage h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .point.accessPage .disney {
    margin: 15px 0 0 0;
  }

  .point.accessPage .disney .routeBox:nth-of-type(2)::before,
  .point.accessPage .disney .routeBox:nth-of-type(2)::after {
    background-color: #c2c2c2;
  }
}

@media (max-width: 1024px) {

  body.lang_fr #route .tabArea.pageTop ul li:first-of-type,
  body.lang_de #route .tabArea.pageTop ul li:first-of-type,
  body.lang_th #route .tabArea.pageTop ul li:first-of-type,
  body.lang_es #route .tabArea.pageTop ul li:first-of-type,
  body.lang_vi #route .tabArea.pageTop ul li:first-of-type,
  body.lang_it #route .tabArea.pageTop ul li:first-of-type {
    width: 100%;
  }
}

body.lang_es .routeList.trainList dt {
  width: 8.5rem;
}

body.lang_es .routeList.trainList dd {
  width: calc(100% - 8.5rem);
}

/* ----------- */

/* =========================================================
breakfast
========================================================= */
@media (max-width: 1024px) {

  .tabArea.pageTop ul li {
    width: 100%;
    max-width: 100%;
  }
}

.breakfastInner:nth-of-type(3),
.breakfastInner:nth-of-type(4) {
  padding-top: 70px;
  margin-top: 20px;
  border-top: 1px solid #c2c2c2;
}

@media (max-width: 1024px) {

  .breakfastInner:nth-of-type(3),
  .breakfastInner:nth-of-type(4) {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .breakfastInner+.toTopOuter {
    max-width: 100%;
  }
}

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