@charset 'utf-8';

/* #access */
  #access h1 {
    font-size: 4.2rem;
    color: #ff8f1f;
    font-weight: bold;
    letter-spacing: 1px;
  }
    #access h1 {
      padding-bottom: 10px;
      max-width: 1280px;
      margin: 0 auto;
    }
      #access h1 .pc {
        display: block;
      }
      #access h1 .sp {
        display: none;
      }
      #access h1 img {
        display: block;
        width: 100%;
        height: auto;
      }
    main > .header {
      padding: 0 5%;
    }
    main > .header p {
      font-size: 1.8rem;
    }
      main > .header p span {
        display: block;
      }

@media screen and (max-width: 1280px) {
  #access h1 img {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  #access h1 {
    font-size: 2.8rem;
  }
  #access h1 .pc {
    display: none;
  }
  #access h1 .sp {
    display: block;
  }
}

    #access #gmap {
      max-width: 1280px;
      width: 90%;
      height: 440px;
      margin: 30px auto 0;
    }
    #access .contexts {
      overflow: hidden;
      max-width: 1280px;
      width: 90%;
      margin: 30px auto 0;
    }
      #access .contexts .item {
        float: left;
        text-align: left;
        width: 38%;
      }

@media screen and (max-width: 980px) {
      #access .contexts .item {
        float: left;
        text-align: left;
        width: 48%;
      }
      #access .contexts .item:nth-of-type(2) {
        float: right;
        text-align: left;
        width: 48%;
      }
}

      #access .contexts .item:nth-of-type(1) {}
      #access .contexts .item:nth-of-type(2) {}
      #access .contexts .item:nth-of-type(3) {
        overflow: hidden;
        float: right;
        width: 200px;
      }
        #access .btn-access {
          position: relative;
          float: right;
          display: block;
          background: url('../images/common/ico-arr-right-wh.svg') #1b4089 96% 50% no-repeat;
          -webkit-background-size: 5px 9px;
          background-size: 5px 9px;
          width: 200px;
          padding: 11px 10px 11px 35px;
        }
        #access .btn-access::before {
          position: absolute;
          top: 13px;
          left: 10px;
          content: ' ';
          display: block;
          width: 15px;
          height: 23px;
          background: url('../images/common/ico-pin.svg') center center no-repeat;
          -webkit-background-size: 15px 23px;
          background-size: 15px 23px;
        }
        #access .btn-access:link,
        #access .btn-access:visited,
        #access .btn-access:hover,
        #access .btn-access:active {
          color: #fff;
          font-size: 1.8rem;
        }
      #access h2 {
        font-size: 1.6rem;
        font-weight: bold;
      }
      #access .address {
        margin-top: 10px;
      }
        #access .address li {
          margin-top: 4px;
          font-size: 1.4rem;
        }
        #access .address li .pc {
          display: inline;
        }
        #access .address li .sp {
          display: none;
        }
        #access .stations li {
          font-size: 1.4rem;
        }
        #access .stations li:first-child {
          margin-top: 0;
        }
        #access .tab-lists {
          margin-top: 20px;
          width: 100%;
        }
        #access .tab-lists td {
          border: 1px solid #b3b3b3;
          padding: 10px 10px 15px 10px;
        }
        #access .tab-lists td p {
          margin-top: 5px;
          font-size: 1.2rem;
        }
        #access .tab-lists td p em {
          font-size: 1.6rem;
          color: #1b4089;
          margin-top: 0;
          padding-left: 34px;
        }
        #access .tab-lists tr:nth-of-type(1) td p em {
          background: url('../images/common/ico-train.svg') 4px 50% no-repeat;
          -webkit-background-size: 19px 26px;
          background-size: 19px 26px;
        }
        #access .tab-lists tr:nth-of-type(2) td p em {
          background: url('../images/common/ico-car.svg') 2px 50% no-repeat;
          -webkit-background-size: 24px 20px;
          background-size: 24px 20px;
        }
        #access .tab-lists tr:nth-of-type(3) td p em {
          background: url('../images/common/ico-cycle.svg') 0px 50% no-repeat;
          -webkit-background-size: 31px 16px;
          background-size: 31px 16px;
        }

@media screen and (max-width: 640px) {
  #access {
    padding: 20px 0 30px;
  }
    #access .contexts .item {
      float: none;
      text-align: left;
      width: 100%;
    }
    #access .contexts .item:nth-of-type(2) {
      float: none;
      text-align: left;
      width: 100%;
      margin-top: 20px;
    }
    #access #gmap {
      margin-top: 20px;
    }
    #access .address li .pc {
      display: none;
    }
    #access .address li .sp {
      display: inline;
    }
}

@media screen and (max-width: 480px) {
    #access #gmap {
      width: 90%;
      height: 440px;
      margin: 20px 5% 0;
    }
    #access .contexts {
      overflow: hidden;
      width: 90%;
      margin: 20px 5% 0;
    }
    #access .contexts .item:nth-of-type(3) {
      float: none;
      margin: 20px auto 0;
      width: 100%;
    }
}

  #navi {
    width: 90%;
    margin: 80px auto 0;
    max-width: 1280px;
  }
    #navi > ul {
      display: table;
      border-collapse: separate;
      border-spacing: 10px;
      margin-bottom: -10px;
    }
      #navi > ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 10px 20px;
        font-size: 1.4rem;
        border-radius: 4px 4px 0 0;
        margin-right: 5px;
        border-top: 1px solid #079fe5;
        border-left: 1px solid #079fe5;
        border-right: 1px solid #079fe5;
      }
      #navi > ul li:hover {
        cursor: pointer;
        opacity: .7;
      }
      #navi > ul li.selected:hover {
        cursor: default;
        opacity: 1;
      }
      #navi > ul li.selected {
        background: #079fe5;
        color: #fff;
      }
    #navi .header {
      padding: 2rem 5% 0;
      background: #079fe5;
      color: #fff;
    }
      #navi .header h3 {
        font-size: 2.4rem;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: bold;
      }

@media screen and (max-width: 480px) {
      #navi .header h3 {
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: bold;
      }
}

    #navi .item.active {
      background: #079fe5;
      color: #fff;
    }
    #navi .lists {
      overflow: hidden;
    }
      #navi .list {
        float: left;
        text-align: left;
        width: 33.3%;
        padding: 25px;
      }
        #navi .list .figure img {
          display: block;
          width: 100%;
          height: auto;
        }
        #navi .list p {
          padding-top: 10px;
          font-size: 1.4rem;
        }
    #navi .item {
      display: none;
    }
    #navi .item.active {
      display: block;
    }

@media screen and (max-width: 640px) {
  #navi {
    margin: 30px 5% 0;
    max-width: 1280px;
  }
      #navi > ul li span {
        display: block;
      }
      #navi > ul li {
        padding: 10px 10px 5px;
        line-height: 1.3;
        width: 120px;
      }
      #navi .lists {
        padding-bottom: 25px;
      }
      #navi .list {
        float: left;
        text-align: left;
        width: 50%;
        padding: 25px 25px 0;
      }
}

@media screen and (max-width: 440px) {
    #navi > ul {
      display: table;
      border-collapse: separate;
      border-spacing: 5px;
      margin-bottom: -5px;
    }
      #navi > ul li {
        padding: 10px 10px 5px;
        line-height: 1.3;
        width: auto;
      }
      #navi .list {
        float: left;
        text-align: left;
        width: 100%;
        padding: 25px 25px 0;
      }
}