.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/access/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    position: relative;
    background: url("../img/access/sp_main_img.webp") no-repeat center center/cover;
    height: 280px;
    display: table;
    width: 100%;
    margin-bottom: 45px;
  }
  .main-img__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .main-img__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 440px;
    height: 130px;
    background-color: #fff;
    font-size: 2.4rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.33333;
    white-space: nowrap;
  }
  .main-img__title--en {
    font-size: 2rem;
    font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #e24b07;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.info {
  margin-bottom: 107px;
}

.info__title {
  margin-bottom: 1em;
}

.info-tbl {
  width: 100%;
  margin-bottom: 32px;
  border-collapse: collapse;
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.info-tbl th,
.info-tbl td {
  padding: 1em;
  line-height: 1.73333;
  vertical-align: middle;
  text-align: left;
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.info-tbl th {
  width: 25%;
}

.info__text {
  text-align: right;
}

.info-train {
  margin-bottom: 3em;
}

.info-train__subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77778;
}

@media screen and (max-width: 767px) {
  .info-train__subtitle {
    font-size: 1.7rem;
    line-height: 1.73684;
  }
}

@media screen and (max-width: 767px) {
  .info {
    margin-bottom: 68px;
  }
  .info-tbl {
    margin-bottom: 35px;
  }
  .info-tbl th,
  .info-tbl td {
    padding: 1em 0.5em;
  }
  .info-tbl th {
    width: 25%;
  }
}

.consul-tbl {
  border: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 1em;
}

.consul-tbl__head {
  background-color: #141414;
  color: #fff;
}

.consul-tbl__body th {
  text-align: left;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .consul-tbl {
    margin-bottom: 0.5em;
  }
  .consul-tbl__body th {
    text-align: left;
    padding-left: 0.5em;
  }
}

.access__title {
  margin-bottom: 1.5em;
}

.access iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .access__title {
    margin-bottom: 1em;
  }
  .access iframe {
    height: 200px;
  }
}
/*# sourceMappingURL=access.css.map */