@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　コンテンツ
========================== */
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container {
    width: 90%;
    margin: 10px auto 50px;
  }
  .google_map .full_map {
    text-align: right;
  }
  .p_navi {
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 100px;
  }
  .p_navi li {
    padding: 0 7%;
    text-align: center;
    border-left: #adadad solid 1px;
  }
  .p_navi li:last-child {
    border-right: #adadad solid 1px;
  }
  .access_type {
    margin: 10px auto;
  }
  .access_type h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .access_type section img {
    margin-bottom: 10px;
  }
  #container .exit_time p {
    padding-top: 10px;
  }
  #container .exit_time p:first-child {
    padding-top: 0;
  }
  #container .parking_box h3 {
    text-align: left;
    line-height: 1.2;
    margin: 20px 0;
    font-size: 22px;
  }
  #container .parking_box h3:before {
    content: " ";
    padding-left: 10px;
    height: 10px;
    background: #ccc;
  }
  #container .parking_box h3 span:first-child {
    padding-left: 10px;
  }
  #container .parking_box h3 span:last-child {
    font-size: 16px;
  }
  #container .parking_box dl {
    grid-template-columns: 1fr 80%;
    margin: 0;
    border-top: #ccc 1px solid;
  }
  #container .parking_box dl dt {
    font-weight: bold;
    padding: 10px 10px 5px;
  }
  #container .parking_box dl dd {
    padding: 0 10px 10px;
  }
  #container .parking_box dl.last {
    border-bottom: #ccc 1px solid;
  }
  .conveni_list dl {
    border-bottom: #ccc 1px solid;
    padding: 10px;
  }
  .conveni_list dl dt {
    font-weight: bold;
  }
  .access_type section dl .time_h {
    height: 40px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .access_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .access_type ol {
    padding-left: 2%;
  }
  .con_outer {
    margin-bottom: 100px;
  }

  .sp_access_menu {
    margin-bottom: 20px;
  }
  #rtMenu {
    text-align: center;
    position: relative;
  }
  #rtMenu .rtMenu_box {
    margin-bottom: 15px;
  }
  #rtMenu span {
    position: absolute;
    right: 20px;
  }
  #rtMenu dt {
    padding: 10px;
    border: 1px solid #ccc;
  }
  #rtMenu dd {
    line-height: 2.3;
    display: none;
  }
  #rtMenu li {
    padding: 10px;
  }
  /*#container #rtMenu .airport_txt {
    color: #000;
    background: #fff;
    border: 2px solid #BDBDBD;
}*/
  #rtMenu li:first-child {
    margin-top: 10px;
    display: none;
  }
  #rtMenu li:nth-child(2n) {
    position: relative;
    padding: 2% 2% 2% 2em;
    text-align: left;
    font-size: 100%;
  }
  #rtMenu li:nth-child(2n):before {
    position: absolute;
    top: 0;
    left: 1em;
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    border-left: 1px solid #333;
  }
  #rtMenu li:nth-child(2n + 1) {
    color: #000;
    background: #ededed;
  }
  #rtMenu li:last-child {
    color: #fff;
    background: #000;
    text-align: center;
    margin-bottom: 0;
  }
  .br_none {
    display: inline-block;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　施設タイプ
========================== */
  .train_img .pc_on,
  .airport_img .pc_on,
  .car_img .pc_on {
    display: none;
  }
  .train_img .sp_on,
  .airport_img .sp_on,
  .car_img .sp_on {
    display: block;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .p_navi {
    font-size: 16px;
  }
  .p_navi li {
    padding: 0 45px;
  }
  .access_type h2 {
    line-height: 1.5;
    font-size: 35px;
    margin-bottom: 50px;
    letter-spacing: 3px;
  }
  #container .parking_box h3 {
    margin: 10px 0 20px;
    font-size: 25px;
  }
  #container .parking_box h3 span:last-child {
    font-size: 16px;
  }
  #container .parking_box dl {
    display: grid;
    grid-template-columns: 1fr 75%;
  }
  #container .parking_box dl dt {
    padding: 20px 20px 15px;
  }
  #container .parking_box dl dd {
    padding: 20px 5px 15px;
    float: left;
  }
  .access_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  #container .access_type .contents_box .left_box {
    float: left;
    width: 48.6%;
    margin-right: 20px;
  }
  .access_type section dl {
    margin-bottom: 30px;
    padding: 0 0 10px 0;
  }
  .access_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .access_type ol {
    padding-left: 2%;
  }
  #container .conveni_list dl dd span {
    float: right;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  .p_navi li {
    padding: 0 70px;
  }
  #container .conveni_list dl dd span {
    float: right;
    /* margin-right: 390px; */
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　コンテンツ
========================== */
  .train_img .pc_on,
  .airport_img .pc_on,
  .car_img .pc_on {
    display: block;
  }
  .train_img .sp_on,
  .airport_img .sp_on,
  .car_img .sp_on {
    display: none;
  }
  .page_image p {
    width: 100%;
    right: 0;
  }
  #container {
    width: 1000px;
    margin: 10px auto 30px;
  }
  .access_type .section {
    float: left;
    width: 320px;
    margin: 0 20px 30px 0;
  }
  .access_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  .access_type {
    margin-bottom: 40px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  #container .exit_time p:first-child {
    padding-top: 10px;
  }
  .access_type ol {
    padding-left: 2%;
  }
  .access_type ol li {
    list-style: outside decimal;
    margin-bottom: 15px;
  }
  .access_type ol li dl {
    margin-top: 10px;
  }
  .access_type ol li dl dd {
    margin-left: 1%;
  }
  .access_type .name {
    text-align: right;
  }
  #container .conveni_list dl dd span {
    float: right;
    /* margin-right: 450px; */
  }
}
