@charset "UTF-8";
/* ::::::::::  アクセス  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.contents {
  color: #000;
}

.tabArea.pageTop .anchorList {
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .tabArea.pageTop .anchorList {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.tabArea.pageTop .anchorList li {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabArea.pageTop .anchorList li {
    width: calc(33.3333333333% - 3.3333333333px) !important;
  }
}
@media (max-width: 767px) {
  .tabArea.pageTop .anchorList li {
    width: 100%;
  }
}
.tabArea.pageTop .anchorList li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;
  border-bottom: none;
  background: #efebdc;
  min-height: 110px;
  padding: 10px 4px;
  text-align: center;
  font-weight: 700;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .tabArea.pageTop .anchorList li a {
    min-height: 80px;
    font-size: 1.3rem;
  }
}
.tabArea.pageTop .anchorList li a img {
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .tabArea.pageTop .anchorList li a img {
    height: 30px;
  }
}

.accessTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .accessTitle {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .accessTitle img {
    height: 30px;
  }
}
.accessTitle + .leadText {
  margin: 0 0 50px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .accessTitle + .leadText {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.4rem;
  }
}

.btn02 {
  margin-top: 10px;
}
.btn02 a {
  border: 1px solid #142335;
  background: #fff;
  margin-left: 0;
  width: 236px;
  height: 48px;
  color: #142335;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn02 a {
    width: 100%;
    font-weight: 600;
  }
}
.btn02 a .mark {
  background: #142335;
}
.btn02 a .mark svg {
  fill: #fff;
}

.routeBox {
  position: relative;
}
@media (max-width: 767px) {
  .routeBox + .routeBox {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .routeBox:has(.acBtn) + .routeBox {
    margin-top: 0;
  }
  .routeBox:has(.acBtn) + .routeBox dd {
    padding-bottom: 30px;
  }
}
.routeBox dt {
  background: #e6e6e6;
  margin-bottom: 30px;
  padding: 10px 4px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .routeBox dt {
    padding: 5px 4px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.routeBox dd .routeMap {
  display: block;
  margin-block: 1em 25px;
}
.routeBox dd .routeMap img {
  height: auto;
}
.routeBox dd .note {
  display: block;
  margin-top: 1em;
}
.routeBox dd .note:first-child {
  margin-top: 0;
}
.routeBox dd .ampm {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .routeBox dd .ampm {
    font-size: 1.5rem;
  }
}
body.lang_en .routeBox dd .ampm, body.lang_fr .routeBox dd .ampm, body.lang_de .routeBox dd .ampm, body.lang_es .routeBox dd .ampm, body.lang_it .routeBox dd .ampm, body.lang_th .routeBox dd .ampm, body.lang_vi .routeBox dd .ampm, body.lang_id .routeBox dd .ampm, body.lang_ms .routeBox dd .ampm, body.lang_ru .routeBox dd .ampm, body.lang_ar .routeBox dd .ampm {
  line-height: 1.6;
}
.routeBox dd .ampmWrap {
  margin-top: 1em;
}
.routeBox dd .ampmWrap:first-child {
  margin-top: 0;
}
.routeBox dd .ampmWrap .note {
  margin-top: 0;
}
body.lang_en .routeBox dd .ampmWrap .note, body.lang_fr .routeBox dd .ampmWrap .note, body.lang_de .routeBox dd .ampmWrap .note, body.lang_es .routeBox dd .ampmWrap .note, body.lang_it .routeBox dd .ampmWrap .note, body.lang_th .routeBox dd .ampmWrap .note, body.lang_vi .routeBox dd .ampmWrap .note, body.lang_id .routeBox dd .ampmWrap .note, body.lang_ms .routeBox dd .ampmWrap .note, body.lang_ru .routeBox dd .ampmWrap .note, body.lang_ar .routeBox dd .ampmWrap .note {
  margin-top: 5px;
}
.routeBox dd .ampmWrap.flex_pc {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .routeBox dd .ampmWrap.flex_pc {
    display: block;
  }
}
.routeBox dd .ampmWrap.flex_pc .note {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .routeBox dd .ampmWrap.flex_pc .note {
    margin-left: 0;
  }
}
body.lang_en .routeBox dd .ampmWrap.flex_pc .note, body.lang_fr .routeBox dd .ampmWrap.flex_pc .note, body.lang_de .routeBox dd .ampmWrap.flex_pc .note, body.lang_es .routeBox dd .ampmWrap.flex_pc .note, body.lang_it .routeBox dd .ampmWrap.flex_pc .note, body.lang_th .routeBox dd .ampmWrap.flex_pc .note, body.lang_vi .routeBox dd .ampmWrap.flex_pc .note, body.lang_id .routeBox dd .ampmWrap.flex_pc .note, body.lang_ms .routeBox dd .ampmWrap.flex_pc .note, body.lang_ru .routeBox dd .ampmWrap.flex_pc .note, body.lang_ar .routeBox dd .ampmWrap.flex_pc .note {
  margin-top: 0;
}
.routeBox dd .flex {
  gap: 5%;
}
@media (max-width: 1024px) {
  .routeBox dd .flex {
    display: block;
  }
}

@media (min-width: 768px) {
  .routeWrap .routeBox {
    display: flex;
    flex-direction: column;
  }
  .routeWrap .routeBox:first-child {
    width: 54.5%;
  }
  .routeWrap .routeBox:last-child {
    width: 37.5%;
  }
}

.routeUnit {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .routeUnit {
    margin: 30px 0 0;
  }
}
.routeUnit:first-child {
  margin-top: 0;
}
.routeUnit.pm {
  margin-top: 0;
}
@media (max-width: 767px) {
  .routeUnit.pm .routeMap img {
    max-width: 57%;
  }
}
@media (min-width: 1025px) {
  body.lang_es .routeUnit.pm .ampm {
    height: 2lh;
  }
}
@media (min-width: 1025px) {
  body.lang_ru .routeUnit.pm .ampm {
    height: 3lh;
  }
}

.routeTitle {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 19px;
  padding: 1px 20px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .routeTitle {
    font-size: 1.3rem;
  }
}

.bgWhite .secTitle02 {
  font-weight: 700;
}

section + section {
  margin-top: 100px;
}
@media (max-width: 767px) {
  section + section {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .acBtn {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .acBtn {
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    background: #142335 !important;
    padding: 12px 6px !important;
    color: #fff !important;
    text-align: center;
    font-size: 1.5rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .acBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8px;
    height: 8px;
    margin: auto;
    rotate: 45deg;
  }
  .acBtn.on::after {
    top: 5px;
    rotate: -135deg;
  }
}
@media (max-width: 767px) {
  .acBtn + dd {
    display: none;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .acBtn + dd {
    display: block !important;
  }
}

/* =========================================================
rouute_bus
========================================================= */
body.lang_en .route_bus .routeBox dt, body.lang_fr .route_bus .routeBox dt, body.lang_de .route_bus .routeBox dt, body.lang_es .route_bus .routeBox dt, body.lang_it .route_bus .routeBox dt, body.lang_th .route_bus .routeBox dt, body.lang_vi .route_bus .routeBox dt, body.lang_id .route_bus .routeBox dt, body.lang_ms .route_bus .routeBox dt, body.lang_ru .route_bus .routeBox dt, body.lang_ar .route_bus .routeBox dt {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .route_bus .routeBox dd {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
.route_bus .shuttlebusWrap {
  margin-top: auto;
}
@media (max-width: 767px) {
  .route_bus .shuttlebusWrap {
    margin-top: 30px;
  }
}
.route_bus .shuttlebusWrap h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.route_bus .shuttlebusWrap .btnList {
  display: flex;
  gap: 10px 24px;
}
@media (max-width: 1024px) {
  .route_bus .shuttlebusWrap .btnList {
    display: block;
  }
}
.route_bus .shuttlebusWrap .btnList .btn {
  margin: 0;
  width: calc(50% - 12px);
  width: 100%;
}
@media (max-width: 1024px) {
  .route_bus .shuttlebusWrap .btnList .btn + .btn {
    margin-top: 10px;
  }
}
.route_bus .shuttlebusWrap .btnList .btn a {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  padding-inline: 24px 42px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .route_bus .shuttlebusWrap .btnList .btn a {
    font-size: 1.5rem;
  }
}
.route_bus .shuttlebusWrap .btnList .btn a .mark svg {
  rotate: 90deg;
}
.route_bus .busPhoto {
  display: block;
  order: 1;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  .route_bus .busPhoto {
    order: 0;
    margin: 20px 0 0;
  }
}
.route_bus .busPhoto img {
  aspect-ratio: 297/223;
  object-fit: cover;
}
@media (max-width: 767px) {
  .route_bus .busPhoto img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .route_bus .busPhoto + .shuttlebusWrap {
    margin-block: 0 30px;
  }
}

/* =========================================================
route_train
========================================================= */
.route_train .routeTrain {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .route_train .routeTrain {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .route_train .routeTrain .routeBox:first-child, .route_train .routeTrain .routeBox:last-child {
    width: 47%;
  }
}
.route_train .routeTrain .routeBox dt {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .route_train .routeTrain .routeBox dt {
    margin-bottom: 10px;
  }
}
.route_train .routeTrain .routeBox dd h4 {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .route_train .routeTrain .routeBox dd h4 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.route_train .routeTrain .routeBox dd strong {
  display: inline-block;
  line-height: 1.7;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .route_train .routeTrain .routeBox dd strong {
    font-size: 1.3rem;
    font-weight: 600;
  }
}
.route_train .routeTrain .routeBox dd .tag {
  display: block;
  background: #4d4d4d;
  width: fit-content;
  padding: 0 30px;
  margin-top: 20px;
  color: #fff;
}
.route_train .routeTrain .routeBox dd .routeMap {
  margin-block: 0 10px;
}
.route_train .routeTrain .routeBox dd ol li + li::before {
  content: "▼";
  display: block;
  text-align: center;
  font-size: 3rem;
}
.route_train h4 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .route_train h4 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.route_train h5 {
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .route_train h5 {
    font-weight: 600;
    font-size: 1.3rem;
  }
}

/* =========================================================
route_car
========================================================= */
@media (min-width: 768px) {
  .route_car .routeBox:first-child {
    width: 59%;
  }
  .route_car .routeBox:last-child {
    width: 35%;
  }
}
.route_car .routeBox dd .flex {
  gap: 30px;
}
@media (min-width: 1025px) {
  .route_car .routeBox dd .flex .textBox {
    position: relative;
    padding-bottom: 4em;
  }
}
.route_car .routeBox dd .flex figure {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .route_car .routeBox dd figure {
    margin-bottom: 10px;
  }
  .route_car .routeBox dd figure img {
    width: 100%;
  }
}
.route_car .routeBox dd .fontL {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .route_car .routeBox dd .fontL {
    font-size: 1.4rem;
  }
}
.route_car .routeBox dd .gray {
  border: 2px solid #ccc;
  padding: 10px 10px;
  margin: 15px 0;
  line-height: 1.8;
}
.route_car .routeBox dd .gray .tel {
  font-size: 1.8rem;
  font-weight: 700;
}
.route_car .routeBox dd .note {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .route_car .routeBox dd .note {
    margin-right: -266px;
  }
}
@media (max-width: 1024px) {
  .route_car .routeBox dd .note {
    margin-bottom: 10px;
  }
}
.route_car .bgWhite > .routeBox {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .route_car .bgWhite > .routeBox {
    margin-top: 35px;
  }
}
.route_car .bgWhite > .routeBox dt {
  width: fit-content;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .route_car .bgWhite > .routeBox dt {
    width: 100%;
  }
}
.route_car .bgWhite > .routeBox dd .image {
  margin-top: 20px;
}
.route_car .bgWhite > .routeBox dd .image img {
  height: auto;
}

/* =========================================================
route
========================================================= */
.route hr {
  margin: 80px 0 40px;
}
@media (max-width: 767px) {
  .route hr {
    margin: 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .route h2.secTitle02 {
    padding: 17px 0;
  }
}
.route .bgWhite #rsv .btn {
  margin-bottom: 0;
}

.route .bgWhite #rsv .btn a {
  margin: 0;
  width: 445px;
}

@media (max-width: 767px) {
  .route .bgWhite #rsv .btn a {
    width: 100%;
  }
}
.route .bgWhite #timeSchedule h3 {
  text-transform: capitalize;
}

.route .bgWhite #timeSchedule ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule ul {
    flex-direction: column;
    gap: 40px;
  }
}
.route .bgWhite #timeSchedule ul li {
  width: 298px;
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule ul li {
    width: 100%;
  }
}
.route .bgWhite #timeSchedule ul li a {
  text-decoration: none;
}

.route .bgWhite #timeSchedule ul li a h4 {
  margin: 20px 0 25px;
  height: 30px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule ul li a h4 {
    margin: 20px 0 20px;
    height: initial;
    display: block;
  }
}
.route .bgWhite #timeSchedule ul li a img {
  transition: box-shadow 0.3s ease;
  border: 1px solid #acacac;
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule ul li a img {
    width: 60%;
  }
}
.route .bgWhite #timeSchedule ul li a .btn {
  position: relative;
  border-radius: 4px;
  background: #142335;
  max-width: 100%;
  width: 335px;
  height: 65px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  line-height: 1.2;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule ul li a .btn {
    width: 100%;
    height: 55px;
  }
}
.route .bgWhite #timeSchedule ul li a .btn .icon_ex {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  margin: 0 5px 3px 7px;
}

.route .bgWhite #timeSchedule ul li a .btn .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 18px;
  height: 18px;
  margin: auto;
}

.route .bgWhite #timeSchedule ul li a .btn .mark .icon_link {
  width: 5px;
  height: 10px;
  margin: 0;
  fill: #4D4D4D;
}

.route .bgWhite #timeSchedule ul li a:hover {
  color: #4d4d4d;
  opacity: 1;
}

.route .bgWhite #timeSchedule ul li a:hover img {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .route .bgWhite #timeSchedule .toTop.mt0 {
    margin-top: 15px;
  }
}
.route .bgWhite #shuttleBusRoute .flexBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .flexBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.route .bgWhite #shuttleBusRoute .table02 {
  margin: 0;
}

.route .bgWhite #shuttleBusRoute .table02 + table th,
.route .bgWhite #shuttleBusRoute .table02 + table td {
  border-left: 1px solid #cacaca;
}

.route .bgWhite #shuttleBusRoute .table02 th,
.route .bgWhite #shuttleBusRoute .table02 td {
  text-align: center;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .table02 tr th {
    width: 100%;
    display: table-cell;
  }
}
@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .table02 tr td {
    display: table-cell;
  }
}
@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .table02 tr td + td {
    border-left: none;
  }
}
.route .bgWhite #shuttleBusRoute .routeList {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .routeList {
    flex-direction: column;
    gap: 24px;
  }
}
.route .bgWhite #shuttleBusRoute .routeList li {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.5%;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .routeList li {
    width: 100%;
    height: auto;
    padding: 5.5px;
  }
}
.route .bgWhite #shuttleBusRoute .routeList li + li {
  position: relative;
}

.route .bgWhite #shuttleBusRoute .routeList li + li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22%;
  width: 18%;
  height: 2px;
  background-color: #808080;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .routeList li + li::before {
    width: 12px;
    top: -14px;
    left: 49%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}
.route .bgWhite #shuttleBusRoute .routeList + .text {
  margin-top: 30px;
}

.route .bgWhite #shuttleBusRoute .routeList.routeList01 li {
  width: 21%;
}

@media (max-width: 1024px) {
  .route .bgWhite #shuttleBusRoute .routeList.routeList01 li {
    width: 100%;
  }
}
.route .bgWhite #terminal .flexBox {
  margin: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .route .bgWhite #terminal .flexBox {
    display: flex;
    gap: 0 6%;
  }
}

@media (max-width: 767px) {
  .route .bgWhite #terminal .flexBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .route .bgWhite #terminal .flexBox figure + figure {
    margin-top: 20px;
  }
}
.terminalTitle {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.route .bgWhite #terminal .btnLink {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 700;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 12.5px;
  padding-inline: 1.5em;
  pointer-events: all;
}

@media (max-width: 1024px) {
  .route .bgWhite #terminal .btnLink {
    margin-bottom: 0.5lh;
  }
}
.route .bgWhite #terminal .btnLink:hover {
  border-color: #AB8D4B;
  color: #AB8D4B;
}

@media (min-width: 1025px) {
  .route .bgWhite #terminal .acBtn {
    display: flex;
    align-items: center;
    gap: 0 1.5em;
  }
}
@media (max-width: 767px) {
  .route .bgWhite #terminal .flexBox .textBox {
    margin-top: 15px;
  }
}
.route .bgWhite #terminal .flexBox .textBox h4 {
  color: #000;
  font-weight: 700;
}

.route .bgWhite #terminal .flexBox .textBox figure {
  width: 86%;
}
@media (max-width: 1024px) {
  .route .bgWhite #terminal .flexBox .textBox figure {
    width: 100%;
  }
}
.route .bgWhite #terminal .flexBox .textBox figure picture {
  display: block;
  margin-block: 10px;
}

.route .bgWhite #terminal dd figure picture img {
  width: 100%;
  height: auto;
}

/* .route .bgWhite #terminal .flexBox+p {
  font-weight: 700;
  color: #142335;
}

.route .bgWhite #terminal .flexBox+p a {
  margin-left: 25px;
  font-weight: normal;
  color: #4d4d4d;
}

@media (max-width: 1024px) {
  .route .bgWhite #terminal .flexBox+p a {
    margin-left: 0;
  }
} */
/* =========================================================
toHotel
========================================================= */
#toHotel {
  gap: 0 6%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-inline: 77px;
}
@media (max-width: 1024px) {
  #toHotel {
    padding-inline: 0;
  }
}
#toHotel .mapInfo {
  display: block;
}
#toHotel .mapInfo .btn.white {
  margin-top: 20px;
}
#toHotel .mapInfo .btn.white a {
  border: 1px solid #142335;
}
#toHotel iframe {
  width: 60%;
  height: 360px;
}
@media (max-width: 767px) {
  #toHotel iframe {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #toHotel {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.pageBottomWrap {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .pageBottomWrap {
    margin-top: 40px;
  }
}
/* マップモーダル ----------------------------------------- */
@media (max-width: 767px) {
  a.js-modal-open {
    pointer-events: none;
  }
}

.mapModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mapModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.mapModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

.mapModal_content img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .mapModal_content {
    width: 90%;
  }
}
.mapModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.mapModal_content .js-modal-close::before,
.mapModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.mapModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .mapModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .mapModal_content .js-modal-close::before,
  .mapModal_content .js-modal-close::after {
    width: 20px;
  }
}
/*# sourceMappingURL=access_maihama_common.css.map */