@charset "UTF-8";
/*--------------------------
Color
---------------------------*/
/*----------------------------------------------------
             　　交通・アクセス
-----------------------------------------------------*/
/*Section inPageLink*/
#contents .plink {
  background-color: #e7f2f5; }
  #contents .plink ul {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      #contents .plink ul {
        width: 90vw;
        display: block;
        padding: 20px 0; } }
    #contents .plink ul li {
      list-style: none;
      margin: 0 20px 20px; }
      #contents .plink ul li a {
        font-size: 1.8rem;
        display: block;
        background: url("../img/cmn/plink_ac.png") left center no-repeat;
        padding: 5px 0 5px 25px; }

/*Section secMv*/
#secMv.access {
  background: url("../img/access/access_mv_b.jpg") center top no-repeat;
  background-size: cover;
  background-position: center bottom; }
  @media only screen and (max-width: 768px) {
    #secMv.access {
      height: 40vw; } }
  #secMv.access h2 {
    font-size: 3.3rem;
    font-family: serif;
    padding: 125px 0 30px 0; }
    @media only screen and (max-width: 768px) {
      #secMv.access h2 {
        font-size: 2.4rem;
        padding: 42vw 0 10vw 0;
        text-align: center; } }
  #secMv.access p {
    font-size: 1.6rem;
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      #secMv.access p {
        padding-bottom: 10vw; } }

/*Access Map*/
#map {
  background-color: #e7f2f5;
  padding: 80px 0 200px; }
  @media only screen and (max-width: 768px) {
    #map {
      padding: 0; } }
  #map .wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 40px;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      #map .wrap {
        width: 100vw;
        margin: 0 auto 30px;
        padding: 30px 0; } }
    #map .wrap dl {
      display: flex;
      flex-wrap: wrap;
      width: 500px;
      margin: 80px auto 30px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        #map .wrap dl {
          width: 90%;
          margin: 30px auto; } }
      #map .wrap dl dt {
        width: 100px; }
        @media only screen and (max-width: 768px) {
          #map .wrap dl dt {
            width: 30%; } }
      #map .wrap dl dd {
        width: 400px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          #map .wrap dl dd {
            width: 70%; } }
    #map .wrap .mapfig {
      width: 913px;
      margin: 40px auto 0; }
      @media only screen and (max-width: 768px) {
        #map .wrap .mapfig {
          width: 95vw; } }

/*Access Bus*/
#bus .wrap {
  width: 1050px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #bus .wrap {
      width: 100vw; } }
  #bus .wrap .read {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #bus .wrap .read {
        display: block; } }
    #bus .wrap .read .text {
      order: 1;
      width: 380px;
      margin: 60px 0 0 0; }
      @media only screen and (max-width: 768px) {
        #bus .wrap .read .text {
          width: 90vw;
          margin: 0 auto; } }
      #bus .wrap .read .text h3 {
        font-size: 3rem;
        letter-spacing: 5px;
        margin-bottom: 20px; }
      #bus .wrap .read .text p {
        line-height: 1.8; }
    #bus .wrap .read .ph {
      order: 2;
      width: 566px;
      margin: -100px 0 0 0; }
      @media only screen and (max-width: 768px) {
        #bus .wrap .read .ph {
          width: 90vw;
          margin: 0 auto 20px; } }
  #bus .wrap .block {
    width: 1000px;
    margin: 60px auto;
    border-top: 1px solid #b1b0b0; }
    @media only screen and (max-width: 768px) {
      #bus .wrap .block {
        width: 90vw;
        margin: 0 auto; } }
    #bus .wrap .block h4 {
      font-size: 3rem;
      font-family: sans-serif;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #bus .wrap .block h4 {
          font-size: 2rem; } }
      #bus .wrap .block h4 span {
        font-size: 2rem;
        font-weight: normal;
        padding-left: 2em; }
        @media only screen and (max-width: 768px) {
          #bus .wrap .block h4 span {
            display: block;
            padding-left: 0;
            font-size: 1.6rem; } }
    #bus .wrap .block .map_time {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        #bus .wrap .block .map_time {
          display: block; } }
      #bus .wrap .block .map_time .mapBus {
        width: 312px; }
        @media only screen and (max-width: 768px) {
          #bus .wrap .block .map_time .mapBus {
            width: 100%;
            text-align: center; } }
      #bus .wrap .block .map_time .timeBus {
        width: 635px; }
        @media only screen and (max-width: 768px) {
          #bus .wrap .block .map_time .timeBus {
            width: 100%; } }
        #bus .wrap .block .map_time .timeBus th, #bus .wrap .block .map_time .timeBus td {
          background-color: #fff;
          border-bottom: 1px solid #2d5784; }
        #bus .wrap .block .map_time .timeBus th {
          background-color: #d1e5eb;
          text-align: center; }
        #bus .wrap .block .map_time .timeBus .point th {
          background-color: #fff;
          font-weight: bold; }
        #bus .wrap .block .map_time .timeBus th.time {
          width: 20%; }
          @media only screen and (max-width: 768px) {
            #bus .wrap .block .map_time .timeBus th.time {
              width: 15%; } }
        #bus .wrap .block .map_time .timeBus .star {
          color: #6a9cc9;
          font-size: 75%;
          vertical-align: top; }
      #bus .wrap .block .map_time .imaiBus {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          #bus .wrap .block .map_time .imaiBus {
            width: 100%; } }
        #bus .wrap .block .map_time .imaiBus h5 {
          font-size: 2rem;
          font-weight: normal;
          display: block;
          width: 100%;
          margin: 20px 0 10px; }
          @media only screen and (max-width: 768px) {
            #bus .wrap .block .map_time .imaiBus h5 {
              display: block;
              font-size: 1.6rem; } }
        #bus .wrap .block .map_time .imaiBus .second {
          margin-top: 50px; }
        #bus .wrap .block .map_time .imaiBus th, #bus .wrap .block .map_time .imaiBus td {
          background-color: #fff;
          border-bottom: 1px solid #2d5784;
          vertical-align: middle;
          text-align: center; }
        #bus .wrap .block .map_time .imaiBus th {
          background-color: #fff;
          font-weight: bold; }
        #bus .wrap .block .map_time .imaiBus td.dep {
          background-color: #d1e5eb; }
        #bus .wrap .block .map_time .imaiBus td.arr {
          background-color: #e7f2f5; }

/*Access lbus*/
#lbus {
  background-color: #d1e5eb;
  padding: 75px 0;
  margin: 80px 0 0; }

#lbus_cont {
  background-color: #e7f2f5;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    #lbus_cont {
      padding: 20px 0; } }
  #lbus_cont .wrap {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #lbus_cont .wrap {
        width: 90vw; } }
    #lbus_cont .wrap h3 {
      margin-top: 40px; }
    #lbus_cont .wrap .note {
      color: #ff3300; }
    #lbus_cont .wrap .map {
      width: 100%;
      background-color: #fff;
      padding: 40px 0;
      margin: 30px 0 50px; }
      @media only screen and (max-width: 768px) {
        #lbus_cont .wrap .map {
          margin: 0 auto 30px;
          padding: 0; } }
    #lbus_cont .wrap .mapfig {
      width: 913px;
      margin: 0px auto; }
      @media only screen and (max-width: 768px) {
        #lbus_cont .wrap .mapfig {
          width: 100%; } }

/*# sourceMappingURL=access.css.map */
