@charset "utf-8";
@charset "utf-8";
.page-header {
  background-image: url("../images/access/h-bg.jpg");
}
.p-entry__body .access-block1 h3 {
  font-size: 32px;
  line-height: 2.1;
  text-align: center;
  font-family: G-OTF-R;
}
html:lang(zh-CN) body .p-entry__body .access-block1 h3 {
  font-family: "Noto Sans SC", sans-serif !important;
}
html:lang(zh-TW) body .p-entry__body .access-block1 h3 {
  font-family: "Noto Sans TC", sans-serif !important;
}
.p-entry__body .access-block1 h3 span {
  color: #453220;
  font-size: 38px;
  border-bottom: 2px solid #453220;
  padding-bottom: 10px;
}
.p-entry__body .access-block1 p {
  line-height: 2;
}

.acccess-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.acccess-info a {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #453220;
  background-color: #fff;
  text-decoration: none;
}
.acccess-info a i {
  background: url("../images/common/ic-arrow.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.acccess-info a:hover {
  background-color: #453220 !important;
  color: #fff;
}
.acccess-info a:hover i {
  background: url("../images/common/ic-arrow_on.svg") no-repeat;
}
.access-block2 .list h4 {
  width: 300px;
  height: 64px;
  line-height: 64px;
  font-size: 28px;
  text-align: center;
  background-color: #453220;
  color: #fff;
}
.access-block2 .list dl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.access-block2 .list dl:last-of-type {
  margin-bottom: 0;
}
.access-block2 .list dl dt {
  border-bottom: 2px solid #453220;
  width: 220px;
  text-align: center;
}
.access-block2 .list dl dd {
  border-bottom: 1px solid #707070;
  width: 680px;
  margin: 0;
}
.access-block2 .list dl dt,
.access-block2 .list dl dd {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .access-block2 .list dl dt {
    width: 30%;
  }
  .access-block2 .list dl dd {
    width: 70%;
  }
  .access-block2 .list dl dt,
  .access-block2 .list dl dd {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .p-entry__body .access-block1 h3 {
    font-size: 20px;
  }
  .p-entry__body .access-block1 h3 span {
    font-size: 24px;
  }
  .acccess-info a {
    height: 60px;
    margin: 20px auto 60px;
  }
  .access-block2 .list h4 {
    width: 100%;
    line-height: 40;
    height: 40px;
    font-size: 18px;
  }
}
