@charset "UTF-8";
/* ===========================================
 * 東中神 アクセス
 * ======================================== */
/* ---------------------------------------------
*   module
--------------------------------------------- */
/* accessgallery */
.hng_container .accessgallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* route */
.hng_container .route dt {
  padding: 12px 14px;
  background-color: #005b72;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.hng_container .route dd {
  margin-top: 30px;
}

/* routelist */
.hng_container .routelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
.hng_container .routelist > li {
  width: calc((100% - 40px) / 2);
}
.hng_container .routelist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hng_container .routelist_key {
  margin-left: -18px;
  margin-right: 15px;
  color: #fff;
  font-size: 18px;
}
.hng_container .routelist_key > strong {
  font-size: 30px;
}
.hng_container .routelist_value {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.hng_container .routelist_value::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 5px dotted #fff;
}
.hng_container .routelist_valuetext {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  background-color: #156e84;
  color: #fff;
  font-size: 18px;
}
.hng_container .routelist_valuetext > strong {
  font-size: 30px;
}
.hng_container .routelist_text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}

/* note */
.hng_container .note {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

/* media_access */
.hng_container .media_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hng_container .media_access .media_access_obj {
  margin-right: 30px;
}
.hng_container .media_access .media_access_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hng_container .media_access .media_access_title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.hng_container .media_access .media_access_text {
  color: #000;
  font-size: 18px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* block_access */
.hng_container .block_access {
  padding: 36px 82px;
  border: 1px solid #156e84;
  background-color: #fff;
}
.hng_container .block_access .block_access_text {
  color: #000;
  font-size: 18px;
  line-height: 2;
}
.hng_container .block_access .block_access_note {
  color: #000;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.05em;
}