/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	CITY
--------------------*/
.access .sub-head h2 img {
  height: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .access .sub-head h2 img {
      height: 70px; } }
.access .content {
  width: 1120px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1119px) {
    .access .content {
      width: 96%;
      margin: 0 auto 40px; } }
  .access .content .map {
    width: 900px;
    height: 500px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 1119px) {
      .access .content .map {
        width: 100%;
        height: 350px; } }
  .access .content section {
    background: #fff;
    padding: 40px;
    border-radius: 10px; }
    @media screen and (max-width: 1119px) {
      .access .content section {
        padding: 20px 2%; } }
    .access .content section div {
      margin-bottom: 40px; }
      @media screen and (max-width: 1119px) {
        .access .content section div {
          margin-bottom: 20px; } }
      .access .content section div:last-child {
        margin-bottom: 0; }
      .access .content section div h3 {
        font-size: 2em;
        line-height: 1.5;
        padding-bottom: 5px;
        border-bottom: 2px solid #ff4803;
        margin-bottom: 10px; }
        @media screen and (max-width: 1119px) {
          .access .content section div h3 {
            font-size: 1.8em; } }
      .access .content section div p {
        font-size: 1.4em; }
        .access .content section div p a {
          text-decoration: underline; }
          .access .content section div p a:hover {
            text-decoration: none; }
      .access .content section div dl {
        display: flex;
        font-size: 1.4em;
        line-height: 1.5; }
        @media screen and (max-width: 1119px) {
          .access .content section div dl {
            display: block;
            margin-bottom: 10px; } }
        .access .content section div dl dt {
          font-weight: bold; }
        @media screen and (max-width: 1119px) {
          .access .content section div dl dd {
            padding-left: 1em; } }
