@charset "UTF-8";
/* ================================================
   アクセス・駐車場情報
================================================ */
/* ------- fonts ------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:wght@100..900&display=swap");
/*------- mixin -------*/
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ------- image path ------- */
/* ------- variables ------- */
html[lang=en] .only-ja, html[lang=th] .only-ja, html[lang=id] .only-ja, html[lang=zh-CN] .only-ja, html[lang=zh-TW] .only-ja {
  display: none !important;
}

html:not([lang=en]) .only-en {
  display: none !important;
}

html:not([lang=th]) .only-th {
  display: none !important;
}

html:not([lang=id]) .only-id {
  display: none !important;
}

html:not([lang=zh-CN]) .only-zh-CN {
  display: none !important;
}

html:not([lang=zh-TW]) .only-zh-TW {
  display: none !important;
}

/* ================================================
   main style
================================================ */
.access {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  /* ------- header ------- */
  /* ------- block ------- */
}
.access .container {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 0 auto;
}
.access .inline-block {
  display: inline-block;
}
.access__header {
  padding-top: 60px;
}
@media not all and (min-width: 768px) {
  .access__header {
    padding-top: 40px;
  }
}
.access__header__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media not all and (min-width: 768px) {
  .access__header__title {
    font-size: 20px;
    padding-bottom: 9px;
  }
}
.access__header__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background-color: #333;
}
@media not all and (min-width: 768px) {
  .access__header__title::after {
    width: 200px;
  }
}
.access__header__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media not all and (min-width: 768px) {
  .access__header__anchor {
    margin-top: 40px;
    gap: 10px 4.347826087%;
  }
}
.access__header__anchor__link {
  width: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px;
  border: 2px solid rgba(37, 146, 248, 0);
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media not all and (min-width: 768px) {
  .access__header__anchor__link {
    width: 30.4347826087%;
    padding: 5px 5px 10px;
  }
}
.access__header__anchor__link::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/access/icon-car.svg") no-repeat center center/contain;
  -webkit-filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
          filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media not all and (min-width: 768px) {
  .access__header__anchor__link::before {
    width: 50px;
    height: 50px;
  }
}
.access__header__anchor__link::after {
  content: "";
  width: 12px;
  height: 5px;
  background: url("../img/access/icon-arrow.svg") no-repeat center center/contain;
  -webkit-filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
          filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 15px;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.access__header__anchor__link p {
  height: 100%;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-break: break-all;
}
@media not all and (min-width: 768px) {
  .access__header__anchor__link p {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
html:not([lang=ja]):not([lang=auto]) .access__header__anchor__link p br {
  display: none;
}
.access__header__anchor__link.--car::before {
  background-image: url("../img/access/icon-car.svg");
}
.access__header__anchor__link.--parking::before {
  background-image: url("../img/access/icon-parking.svg");
}
.access__header__anchor__link.--bus::before {
  background-image: url("../img/access/icon-bus.svg");
}
.access__header__anchor__link.--train::before {
  background-image: url("../img/access/icon-train.svg");
}
.access__header__anchor__link.--air::before {
  background-image: url("../img/access/icon-air.svg");
}
.access__header__anchor__link.--map::before {
  background-image: url("../img/access/icon-map.svg");
}
.access__header__anchor__link:hover {
  border-color: #2592f8;
  color: #fff;
}
.access__header__anchor__link:hover::before, .access__header__anchor__link:hover::after {
  -webkit-filter: grayscale(0) brightness(1) contrast(1) saturate(1);
          filter: grayscale(0) brightness(1) contrast(1) saturate(1);
}
.access__header__anchor__link:hover p {
  color: #2592F8;
}
.access__block {
  /* ------- subtitle ------- */
  /* ------- route ------- */
  /* ------- ex-link ------- */
  /* ------- お車でお越しの方 ------- */
  /* ------- バスでお越しの方 ------- */
  /* ------- 電車でお越しの方 ------- */
  /* ------- 飛行機でお越しの方 ------- */
  /* ------- 近隣マップ ------- */
}
.access__block#car, .access__block#parking, .access__block#train, .access__block#air, .access__block#bus, .access__block#map {
  padding-top: 0px;
}
.access__block#car {
  margin-top: 38px;
}
.access__block#parking, .access__block#train, .access__block#air, .access__block#bus, .access__block#map {
  margin-top: 100px;
}
@media not all and (min-width: 768px) {
  .access__block#parking, .access__block#train, .access__block#air, .access__block#bus, .access__block#map {
    margin-top: 60px;
  }
}
.access__block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access__block__header::before, .access__block__header::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.access__block__header__title {
  width: 313px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 768px) {
  .access__block__header__title {
    width: 176px;
    font-size: 18px;
  }
}
.access__block__header__title::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../img/access/icon-car.svg") no-repeat center center/contain;
  -webkit-filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
          filter: grayscale(100%) brightness(0) contrast(1) saturate(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 768px) {
  .access__block__header__title::before {
    width: 74px;
    height: 74px;
  }
}
.--car .access__block__header__title::before {
  background-image: url("../img/access/icon-car.svg");
}
.--parking .access__block__header__title::before {
  background-image: url("../img/access/icon-parking.svg");
}
.--bus .access__block__header__title::before {
  background-image: url("../img/access/icon-bus.svg");
}
.--train .access__block__header__title::before {
  background-image: url("../img/access/icon-train.svg");
}
.--air .access__block__header__title::before {
  background-image: url("../img/access/icon-air.svg");
}
.--map .access__block__header__title::before {
  background-image: url("../img/access/icon-map.svg");
}
.access__block__subtitle {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media not all and (min-width: 768px) {
  .access__block__subtitle {
    font-size: 16px;
  }
}
.access__block__subtitle::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
}
@media not all and (min-width: 768px) {
  .access__block__subtitle::before {
    top: 6px;
  }
}
.access__block .route {
  margin-top: 45px;
}
@media not all and (min-width: 768px) {
  .access__block .route {
    margin-top: 30px;
  }
}
.access__block .route__item:nth-child(n+2) {
  margin-top: 10px;
}
@media not all and (min-width: 768px) {
  .access__block .route__item:nth-child(n+2) {
    margin-top: 25px;
  }
}
.access__block .ex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 313px;
  min-height: 94px;
  padding: 16px 22px;
  border-radius: 8px;
  border: 2px solid #2592F8;
  background: #fff url("../img/access/icon-ex-link-arrow.svg") no-repeat right 8px bottom 8px/8px auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.access__block .ex-link:hover {
  opacity: 0.7;
}
@media not all and (min-width: 768px) {
  .access__block .ex-link {
    width: calc((100% - 10px) / 2);
    min-height: 65px;
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.5714285714;
    gap: 3px;
    background-position: right 6px bottom 6px;
  }
}
.access__block .ex-link.--full {
  width: auto;
}
@media not all and (min-width: 768px) {
  .access__block .ex-link.--full {
    width: 100%;
  }
}
.access__block .ex-link.--grayout {
  border-color: #9E9E9E;
  color: #9E9E9E;
  background-image: url("../img/access/icon-ex-link-arrow-gray.svg");
  pointer-events: none;
}
.access__block .ex-link.--grayout b {
  color: #9E9E9E;
}
.access__block .ex-link b {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #2592F8;
  height: 100%;
}
@media not all and (min-width: 768px) {
  .access__block .ex-link b {
    font-size: 14px;
  }
}
.access__block .ex-link > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.access__block .ex-link__box {
  width: 100%;
  max-width: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media not all and (min-width: 768px) {
  .access__block .ex-link__box {
    margin-top: 15px;
    max-width: 345px;
  }
}
.access__block.--car .gmap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 768px) {
  .access__block.--car .gmap {
    margin-top: 35px;
  }
}
.access__block.--car .gmap__link {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 313px;
  height: 70px;
  padding: 5px 25px;
  border-radius: 8px;
  border: 2px solid #2592F8;
  background: #fff url("../img/access/icon-btn-arrow.svg") no-repeat right 10px center/13px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.access__block.--car .gmap__link:hover {
  opacity: 0.7;
}
@media not all and (min-width: 768px) {
  .access__block.--car .gmap__link {
    font-size: 16px;
    height: 60px;
  }
}
.access__block.--car .gmap__link b {
  color: #2592F8;
  font-weight: bold;
}
.access__block.--car .parking {
  margin-top: 70px;
}
@media not all and (min-width: 768px) {
  .access__block.--car .parking {
    margin-top: 60px;
    padding: 0;
  }
}
.access__block.--car .parking__map {
  margin-top: 10px;
}
.access__block.--car .parking .table-scroll {
  margin-top: 50px;
}
@media not all and (min-width: 768px) {
  .access__block.--car .parking .table-scroll {
    margin-top: 30px;
  }
}
.access__block.--bus .bus_detail {
  margin-top: 50px;
}
@media not all and (min-width: 768px) {
  .access__block.--bus .bus_detail {
    margin-top: 30px;
  }
}
.access__block.--bus .bus_detail:nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 768px) {
  .access__block.--bus .bus_detail:nth-child(n+2) {
    margin-top: 40px;
  }
}
.access__block.--train .ex-link__box {
  margin-top: 50px;
}
@media not all and (min-width: 768px) {
  .access__block.--train .ex-link__box {
    margin-top: 30px;
  }
}
.access__block.--map {
  margin-top: 75px;
}
@media not all and (min-width: 768px) {
  .access__block.--map {
    margin-top: 60px;
  }
}
.access__block.--map .access__block__subtitle:nth-child(n+2) {
  margin-top: 75px;
}
@media not all and (min-width: 768px) {
  .access__block.--map .access__block__subtitle:nth-child(n+2) {
    margin-top: 50px;
  }
}
.access__block.--map .map-item {
  margin-top: 15px;
}
@media not all and (min-width: 768px) {
  .access__block.--map .map-item {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) {
  .access__block .modal {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .access__block .modal {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access__block .modal span {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.access__block .modal span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/access/icon-lightbox.svg") no-repeat center center/contain;
}

/* ================================================
   Style Class
================================================ */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

@media not all and (min-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt55 {
    margin-top: 55px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt65 {
    margin-top: 65px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt75 {
    margin-top: 75px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt85 {
    margin-top: 85px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt95 {
    margin-top: 95px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mt105 {
    margin-top: 105px !important;
  }
  .sp_mt110 {
    margin-top: 110px !important;
  }
  .sp_mt115 {
    margin-top: 115px !important;
  }
  .sp_mt120 {
    margin-top: 120px !important;
  }
  .sp_mt125 {
    margin-top: 125px !important;
  }
  .sp_mt130 {
    margin-top: 130px !important;
  }
  .sp_mt135 {
    margin-top: 135px !important;
  }
  .sp_mt140 {
    margin-top: 140px !important;
  }
  .sp_mt145 {
    margin-top: 145px !important;
  }
  .sp_mt150 {
    margin-top: 150px !important;
  }
  .sp_mt155 {
    margin-top: 155px !important;
  }
  .sp_mt160 {
    margin-top: 160px !important;
  }
  .sp_mt165 {
    margin-top: 165px !important;
  }
  .sp_mt170 {
    margin-top: 170px !important;
  }
  .sp_mt175 {
    margin-top: 175px !important;
  }
  .sp_mt180 {
    margin-top: 180px !important;
  }
  .sp_mt185 {
    margin-top: 185px !important;
  }
  .sp_mt190 {
    margin-top: 190px !important;
  }
  .sp_mt195 {
    margin-top: 195px !important;
  }
  .sp_mt200 {
    margin-top: 200px !important;
  }
}
/*# sourceMappingURL=style_access.css.map */