@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .min_auto {
    width: 1070px;
    margin: 0 auto;
  }
  h3 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    padding-top: 60px;
    background-image: url("../img/access/icon_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 46px;
    text-align: center;
  }
  .infomation_box {
    width: 100%;
    float: left;
    clear: both;
  }
  .infomation_box .left_infomation {
    width: 720px;
    float: left;
    text-align: left;
  }
  .infomation_box .link_btn {
    width: 223px;
    float: right;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #contents {
    margin-bottom: 0;
  }
  #page_title {
    background-image: url("../img/access/main_img.jpg");
    margin-bottom: 0;
  }
  #map_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
  }
  #map_conts .map_wrapper {
    width: 100%;
    height: 542px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
  }
  #map_conts .map_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #bus_conts {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 82px;
  }
  #bus_conts h3 {
    margin-bottom: 26px;
  }
  #bus_conts .text_box {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 9px;
    clear: both;
  }
  #bus_conts .text_box p {
    font-weight: bold;
  }
  #bus_conts .text_box .after_green {
    width: 68px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 3px;
    color: #ffffff;
    background-color: #7dac29;
  }
  #bus_conts .text_box .after_brown {
    width: 68px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 3px;
    color: #ffffff;
    background-color: #994923;
  }
  #bus_conts table {
    width: 100%;
  }
  #bus_conts table thead {
    width: 100%;
    background-color: #262626;
    color: #ffffff;
  }
  #bus_conts table tbody tr {
    border-bottom: 1px solid #000000;
  }
  #bus_conts table th {
    text-align: center;
    width: 182px;
    vertical-align: middle;
  }
  #bus_conts table tbody th {
    font-weight: bold;
  }
  #bus_conts table td {
    text-align: center;
    width: 134px;
  }
  #bus_conts table thead td {
    padding: 10px 0 9px;
  }
  #bus_conts table tbody td {
    padding: 21px 17px 19px;
  }
  #bus_conts table td.name {
    width: 355px;
  }
  #bus_conts table tbody td.name {
    width: 355px;
    text-align: center;
  }
  #bus_conts .infomation_box {
    padding-top: 12px;
  }
  #bus_conts .infomation_box.margin_b {
    margin-bottom: 48px;
  }
  #bus_conts .infomation_box .left_infomation {
    font-size: 13px;
    line-height: 20px;
  }
  #bus_conts .infomation_box .link_btn {
    padding-top: 12px;
  }
  #car_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 70px 0 150px;
    background-color: #f6f6f6;
  }
  #car_conts h3 {
    background-image: url("../img/access/icon_02.png");
    margin-bottom: 26px;
  }
  #car_conts .wrapper {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
  }
  #car_conts .wrapper dl {
    width: 282px;
    float: left;
    margin-right: 24px;
  }
  #car_conts .wrapper dl:last-of-type {
    margin-right: 0;
  }
  #car_conts .wrapper dl dt {
    width: 100%;
    font-weight: bold;
    padding: 5px 0 4px;
    border: 3px solid #262626;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 13px;
  }
  #car_conts .wrapper dl dd {
    width: 100%;
  }
  #car_conts .wrapper dl dd ul {
    margin-bottom: 8px;
    position: relative;
    z-index: 9;
  }
  #car_conts .wrapper dl dd ul li {
    width: 100%;
    font-weight: bold;
    padding: 10px 0 10px 28px;
    box-sizing: border-box;
    background-image: url("../img/access/parts_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px;
  }
  #car_conts .wrapper dl dd ul::before {
    content: "";
    width: 3px;
    height: calc(100% - 44px);
    background-color: #262626;
    position: absolute;
    left: 8px;
    top: 24px;
    z-index: -1;
  }
  #car_conts .wrapper dl dd .time {
    text-align: center;
  }
  #car_conts .wrapper dl dd .time .green {
    color: #7dac29;
    font-size: 23px;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .min_auto {
    width: 90%;
    margin: 0 auto;
  }
  h3 {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: bold;
    padding-top: 35px;
    background-image: url("../img/access/icon_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 30px;
    text-align: center;
  }
  .infomation_box {
    width: 100%;
  }
  .infomation_box .left_infomation {
    width: 100%;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
  }
  .infomation_box .link_btn {
    width: 223px;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #contents {
    margin-bottom: 0;
  }
  #page_title {
    background-image: url("../img/access/main_img.jpg");
    background-position: left -130px top;
    margin-bottom: 0;
  }
  #map_conts {
    width: 100%;
    clear: both;
    margin-bottom: 56px;
  }
  #map_conts .map_wrapper {
    width: 100%;
    height: 80vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
  #map_conts .map_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #bus_conts {
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
  }
  #bus_conts h3 {
    margin-bottom: 18px;
  }
  #bus_conts .text_box {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  #bus_conts .text_box p {
    font-weight: bold;
  }
  #bus_conts .text_box .after_green {
    width: 68px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #ffffff;
    background-color: #7dac29;
  }
  #bus_conts .text_box .after_brown {
    width: 68px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #ffffff;
    background-color: #994923;
  }
  #bus_conts table {
    width: 100%;
    line-height: 1.4;
    outline: 1px solid #262626;
    margin-bottom: 15px;
  }
  #bus_conts table.no_bottom {
    margin-bottom: 0;
  }
  #bus_conts table thead {
    width: 100%;
    background-color: #262626;
    color: #ffffff;
  }
  #bus_conts table tbody tr {
    width: 100%;
    border-bottom: 1px solid #262626;
  }
  #bus_conts table tbody tr:last-of-type {
    border-bottom: none;
  }
  #bus_conts table tbody tr.bg_gray {
    background-color: #efefef;
  }
  #bus_conts table thead th {
    padding: 12px 1% 11px;
    text-align: center;
  }
  #bus_conts table tbody th {
    width: 28%;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #262626;
    text-align: center;
    padding: 17px 1% 16px;
  }
  #bus_conts table td {
    text-align: center;
    width: 18%;
    border-right: 1px solid #262626;
  }
  #bus_conts table td:last-of-type {
    border-right: none;
  }
  #bus_conts table tbody td {
    padding: 17px 1% 16px;
    text-align: center;
    vertical-align: middle;
  }
  #bus_conts .infomation_box {
    padding-top: 10px;
  }
  #bus_conts .infomation_box.margin_b {
    margin-bottom: 56px;
  }
  #bus_conts .infomation_box .left_infomation {
    font-size: 13px;
    line-height: 20px;
  }
  #car_conts {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0 120px;
    background-color: #f6f6f6;
  }
  #car_conts h3 {
    background-image: url("../img/access/icon_02.png");
    margin-bottom: 26px;
  }
  #car_conts .wrapper {
    width: 100%;
    float: left;
    clear: both;
  }
  #car_conts .wrapper dl {
    width: 100%;
    margin-bottom: 32px;
  }
  #car_conts .wrapper dl:last-of-type {
    margin-bottom: 0;
  }
  #car_conts .wrapper dl dt {
    width: 100%;
    font-weight: bold;
    padding: 5px 0 4px;
    border: 3px solid #262626;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 13px;
  }
  #car_conts .wrapper dl dd {
    width: 100%;
  }
  #car_conts .wrapper dl dd ul {
    margin-bottom: 2px;
    position: relative;
    z-index: 9;
  }
  #car_conts .wrapper dl dd ul li {
    width: 100%;
    font-weight: bold;
    padding: 6px 0 6px 28px;
    box-sizing: border-box;
    background-image: url("../img/access/parts_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
  }
  #car_conts .wrapper dl dd ul::before {
    content: "";
    width: 3px;
    height: calc(100% - 28px);
    background-color: #262626;
    position: absolute;
    left: 6px;
    top: 14px;
    z-index: -1;
  }
  #car_conts .wrapper dl dd .time {
    text-align: center;
  }
  #car_conts .wrapper dl dd .time .green {
    color: #7dac29;
    font-size: 23px;
  }
}