@charset "UTF-8";
/* ::::::::::  MONday Apart 日本橋人形町 CSS  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
access
========================================================= */
.access .routeBlock {
  margin-top: 50px;
  max-width: 744px;
}
.access .routeBlock p.text {
  margin-bottom: 15px;
  color: #4D4D4D;
}
.access .route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 71px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .access .route {
    flex-direction: column;
    height: auto;
  }
}
.access .route .airport {
  width: 82px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .access .route .airport {
    width: 82px;
    flex-direction: row;
    width: 100%;
  }
}
.access .route .airport .routeBox {
  padding: 0 10px;
  height: 31px;
}
@media (max-width: 1024px) {
  .access .route .airport .routeBox:first-of-type {
    margin-right: 10px;
  }
}
.access .route .airport .routeBox p {
  line-height: 31px;
}
.access .route .busBox {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .access .route .busBox {
    width: 100%;
    height: 70px;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
.access .route .busBox .routeBox:first-of-type {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .access .route .busBox .routeBox:first-of-type {
    margin-top: 0;
  }
}
.access .route .busBox .routeBox:nth-of-type(2) {
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .access .route .busBox .routeBox:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.access .route .routeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.access .route .routeBox p.icoBus {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoBus {
    flex-direction: column;
  }
}
.access .route .routeBox p.icoBus::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #919191;
  margin-right: 6px;
  width: 48%;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoBus::before {
    margin-right: 0;
    margin-bottom: 13px;
    width: 18px;
    transform: rotate(90deg);
  }
}
.access .route .routeBox p.icoBus::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #919191;
  margin-left: 6px;
  width: 20%;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoBus::after {
    margin-left: 0;
    margin-top: 13px;
    width: 18px;
    transform: rotate(90deg);
  }
}
.access .route .bus {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  display: flex;
}
@media (max-width: 1024px) {
  .access .route .bus {
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.access .route .bus img {
  width: 16px;
  height: 18px;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .access .route .bus img {
    width: 16px;
    height: 18px;
    margin-right: 4px;
  }
}
.access .route .border {
  border: 1pt solid #C9C9C9;
  background: #fff;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  height: 71px;
}
@media (max-width: 1024px) {
  .access .route .border {
    width: 100%;
    height: auto;
    padding: 8px;
  }
}
.access .route .gold {
  border: 1pt solid #AB8D4B;
  background: #AB8D4B;
  border-radius: 5px;
  padding: 22px 20px;
}
@media (max-width: 1024px) {
  .access .route .gold {
    width: 100%;
    padding: 10px;
  }
}
.access .route .gold p {
  line-height: 1;
}
.access .route .gold img {
  width: 113px;
  /* height: 31px; */
}
.access .route .walk {
  width: 10%;
}
@media (max-width: 1024px) {
  .access .route .walk {
    width: 100%;
    flex-direction: row;
    position: relative;
    height: 63px;
  }
}
.access .route .walk p {
  margin-top: 5px;
}
.access .route .routeBox p.icoWalk {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoWalk {
    width: 91px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
}
.access .route .routeBox p.icoWalk img {
  width: 16px;
  height: 24px;
}
.access .route .routeBox p.icoWalk::before, .access .route .routeBox p.icoWalk::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  border-bottom: 2px dotted #919191;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoWalk::before, .access .route .routeBox p.icoWalk::after {
    transform: rotate(90deg);
  }
}
.access .route .routeBox p.icoWalk::before {
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoWalk::before {
    margin-right: 0;
  }
}
.access .route .routeBox p.icoWalk::after {
  margin-left: 6px;
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoWalk::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .access .route .routeBox p.icoWalk span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_ko .access .route .airport {
  width: 96px;
}

@media (max-width: 1024px) {
  body.lang_ko .access .route .airport {
    width: 100%;
  }
}
body.lang_en .access .routeBlock,
body.lang_fr .access .routeBlock,
body.lang_de .access .routeBlock,
body.lang_es .access .routeBlock,
body.lang_th .access .routeBlock,
body.lang_vi .access .routeBlock,
body.lang_it .access .routeBlock,
body.lang_ms .access .routeBlock,
body.lang_id .access .routeBlock,
body.lang_ar .access .routeBlock,
body.lang_ru .access .routeBlock {
  max-width: initial;
}

body.lang_en .access .route,
body.lang_fr .access .route,
body.lang_de .access .route,
body.lang_es .access .route,
body.lang_th .access .route,
body.lang_vi .access .route,
body.lang_it .access .route,
body.lang_ms .access .route,
body.lang_id .access .route,
body.lang_ar .access .route,
body.lang_ru .access .route {
  width: 960px;
}

@media (max-width: 1024px) {
  body.lang_en .access .route,
  body.lang_fr .access .route,
  body.lang_de .access .route,
  body.lang_es .access .route,
  body.lang_th .access .route,
  body.lang_vi .access .route,
  body.lang_it .access .route,
  body.lang_ms .access .route,
  body.lang_id .access .route,
  body.lang_ar .access .route,
  body.lang_ru .access .route {
    width: 100%;
  }
}
body.lang_en .access .route .airport,
body.lang_fr .access .route .airport,
body.lang_de .access .route .airport,
body.lang_es .access .route .airport,
body.lang_th .access .route .airport,
body.lang_vi .access .route .airport,
body.lang_it .access .route .airport,
body.lang_id .access .route .airport,
body.lang_ar .access .route .airport {
  width: 125px;
}

body.lang_ru .access .route .airport {
  width: 200px;
}

body.lang_ms .access .route .airport {
  width: 225px;
}

@media (max-width: 1024px) {
  body.lang_en .access .route .airport,
  body.lang_fr .access .route .airport,
  body.lang_de .access .route .airport,
  body.lang_es .access .route .airport,
  body.lang_th .access .route .airport,
  body.lang_vi .access .route .airport,
  body.lang_it .access .route .airport,
  body.lang_ms .access .route .airport,
  body.lang_id .access .route .airport,
  body.lang_ar .access .route .airport,
  body.lang_ru .access .route .airport {
    width: 100%;
  }
}
body.lang_en .access .route .routeBox p.icoBus::before,
body.lang_fr .access .route .routeBox p.icoBus::before,
body.lang_de .access .route .routeBox p.icoBus::before,
body.lang_es .access .route .routeBox p.icoBus::before,
body.lang_th .access .route .routeBox p.icoBus::before,
body.lang_vi .access .route .routeBox p.icoBus::before,
body.lang_it .access .route .routeBox p.icoBus::before,
body.lang_ms .access .route .routeBox p.icoBus::before,
body.lang_id .access .route .routeBox p.icoBus::before,
body.lang_ar .access .route .routeBox p.icoBus::before,
body.lang_ru .access .route .routeBox p.icoBus::before {
  width: 23%;
}

@media (max-width: 1024px) {
  body.lang_en .access .route .routeBox p.icoBus::before,
  body.lang_fr .access .route .routeBox p.icoBus::before,
  body.lang_de .access .route .routeBox p.icoBus::before,
  body.lang_es .access .route .routeBox p.icoBus::before,
  body.lang_th .access .route .routeBox p.icoBus::before,
  body.lang_vi .access .route .routeBox p.icoBus::before,
  body.lang_it .access .route .routeBox p.icoBus::before,
  body.lang_ms .access .route .routeBox p.icoBus::before,
  body.lang_id .access .route .routeBox p.icoBus::before,
  body.lang_ar .access .route .routeBox p.icoBus::before,
  body.lang_ru .access .route .routeBox p.icoBus::before {
    width: 12%;
  }
}
@media (max-width: 1024px) {
  body.lang_en .access .route .routeBox p.icoBus::after,
  body.lang_fr .access .route .routeBox p.icoBus::after,
  body.lang_de .access .route .routeBox p.icoBus::after,
  body.lang_es .access .route .routeBox p.icoBus::after,
  body.lang_th .access .route .routeBox p.icoBus::after,
  body.lang_vi .access .route .routeBox p.icoBus::after,
  body.lang_it .access .route .routeBox p.icoBus::after,
  body.lang_ms .access .route .routeBox p.icoBus::after,
  body.lang_id .access .route .routeBox p.icoBus::after,
  body.lang_ar .access .route .routeBox p.icoBus::after,
  body.lang_ru .access .route .routeBox p.icoBus::after {
    width: 11px;
  }
}
body.lang_en .access .route .busBox,
body.lang_fr .access .route .busBox,
body.lang_de .access .route .busBox,
body.lang_es .access .route .busBox,
body.lang_th .access .route .busBox,
body.lang_vi .access .route .busBox,
body.lang_it .access .route .busBox,
body.lang_ms .access .route .busBox,
body.lang_id .access .route .busBox,
body.lang_ar .access .route .busBox,
body.lang_ru .access .route .busBox {
  width: 34%;
}

@media (max-width: 1024px) {
  body.lang_en .access .route .busBox,
  body.lang_fr .access .route .busBox,
  body.lang_de .access .route .busBox,
  body.lang_es .access .route .busBox,
  body.lang_th .access .route .busBox,
  body.lang_vi .access .route .busBox,
  body.lang_it .access .route .busBox,
  body.lang_ms .access .route .busBox,
  body.lang_id .access .route .busBox,
  body.lang_ar .access .route .busBox,
  body.lang_ru .access .route .busBox {
    width: 100%;
  }
}
body.lang_en .access .route .walk,
body.lang_fr .access .route .walk,
body.lang_de .access .route .walk,
body.lang_es .access .route .walk,
body.lang_th .access .route .walk,
body.lang_vi .access .route .walk,
body.lang_it .access .route .walk,
body.lang_id .access .route .walk,
body.lang_ar .access .route .walk {
  width: 15%;
}

body.lang_ru .access .route .walk {
  width: 21%;
}

body.lang_ms .access .route .walk {
  width: 18%;
}

@media (max-width: 1024px) {
  body.lang_en .access .route .walk,
  body.lang_fr .access .route .walk,
  body.lang_de .access .route .walk,
  body.lang_es .access .route .walk,
  body.lang_th .access .route .walk,
  body.lang_vi .access .route .walk,
  body.lang_it .access .route .walk,
  body.lang_ms .access .route .walk,
  body.lang_id .access .route .walk,
  body.lang_ar .access .route .walk,
  body.lang_ru .access .route .walk {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lang_en .access .route .routeBox p.icoWalk,
  body.lang_fr .access .route .routeBox p.icoWalk,
  body.lang_de .access .route .routeBox p.icoWalk,
  body.lang_es .access .route .routeBox p.icoWalk,
  body.lang_th .access .route .routeBox p.icoWalk,
  body.lang_vi .access .route .routeBox p.icoWalk,
  body.lang_it .access .route .routeBox p.icoWalk,
  body.lang_ms .access .route .routeBox p.icoWalk,
  body.lang_id .access .route .routeBox p.icoWalk,
  body.lang_ar .access .route .routeBox p.icoWalk {
    width: 161px;
    left: 57%;
  }
  body.lang_ru .access .route .routeBox p.icoWalk {
    width: 236px;
    left: 64%;
  }
}
body.lang_fr .access .route .airport {
  width: 160px;
}

@media (max-width: 1024px) {
  body.lang_fr .access .route .airport {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.lang_fr .access .route .routeBox p.icoWalk {
    left: 64%;
  }
}
body.lang_de .access .route .airport {
  width: 140px;
}

@media (max-width: 1024px) {
  body.lang_de .access .route .airport {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lang_de .access .route .routeBox p.icoWalk {
    left: 56%;
  }
}
@media (max-width: 767px) {
  body.lang_de .access .route .routeBox p.icoWalk {
    left: 64%;
  }
}
body.lang_es .access .route {
  width: 100%;
}

body.lang_es .access .route .airport {
  width: 180px;
}

@media (max-width: 1024px) {
  body.lang_es .access .route .airport {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lang_es .access .route .busBox {
    width: 100%;
    height: 80px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  body.lang_es .access .route .routeBox p.icoBus {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  body.lang_es .access .route .routeBox p.icoWalk {
    left: 56%;
    width: 151px;
  }
}
@media (max-width: 767px) {
  body.lang_es .access .route .routeBox p.icoWalk {
    left: 64%;
  }
}
@media (max-width: 1024px) {
  body.lang_es .access .route .routeBox p.icoWalk span {
    line-height: 1.3;
    width: 100px;
  }
}
@media (max-width: 1024px) {
  body.lang_th .access .route .routeBox p.icoWalk {
    width: 139px;
    left: 55%;
  }
}
@media (max-width: 767px) {
  body.lang_th .access .route .routeBox p.icoWalk {
    left: 61%;
  }
}
body.lang_vi .access .route .airport {
  width: 140px;
}

@media (max-width: 1024px) {
  body.lang_vi .access .route .airport {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lang_vi .access .route .routeBox p.icoWalk {
    width: 140px;
    left: 56%;
  }
}
@media (max-width: 767px) {
  body.lang_vi .access .route .routeBox p.icoWalk {
    left: 62%;
  }
}
body.lang_it .access .route .airport {
  width: 160px;
}

@media (max-width: 1024px) {
  body.lang_it .access .route .airport {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.lang_it .access .route .routeBox p.icoWalk {
    width: 138px;
    left: 55%;
  }
}
@media (max-width: 767px) {
  body.lang_it .access .route .routeBox p.icoWalk {
    left: 61%;
  }
}
@media (max-width: 767px) {
  body.lang_ms .access .route .airport .routeBox {
    height: 51px;
  }
  body.lang_ms .access .route .airport .routeBox p {
    line-height: initial;
  }
}/*# sourceMappingURL=style.css.map */