@charset "UTF-8";
/*----------------------------------------
アクセス
----------------------------------------*/
@media screen and (min-width: 768px) {
  .access_midashi {
    display: inline-block;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1;
    border-bottom: 1px #000000 solid;
    margin: 0 0 40px;
  }
  .access_midashi span {
    display: flex;
    align-items: center;
  }
  #access_train {
    width: 100%;
    max-width: 1120px;
    margin: 55px auto 125px;
  }
  #access_train .access_midashi {
    padding: 0 10px 11px;
  }
  #access_train .access_midashi span::before {
    content: "";
    display: block;
    width: 28px;
    height: 33px;
    background: url("../images/common/icon_train.svg") no-repeat center center;
    background-size: contain;
    margin: 0 20px 0 0;
  }
  #access_train_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #access_train_map {
    width: 49.5%;
    max-width: 540px;
    line-height: 0;
  }
  #access_train_cnt {
    width: 49.5%;
    max-width: 560px;
  }
  #access_train_cnt h5 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 40px;
  }
  #access_train_cnt dl {
    margin: 0 0 38px;
  }
  #access_train_cnt dl dt {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2.125;
  }
  #access_train_cnt dl dd span {
    border-bottom: 1px #000000 solid;
  }
  #access_train_cnt dl:last-of-type {
    margin: 0;
  }
  #access_station_map {
    width: 100%;
    border: 1px #CCCCCC solid;
    margin: 40px 0 0;
    line-height: 0;
  }
  #access_car {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #access_car .access_midashi {
    padding: 0 10px 11px 8px;
  }
  #access_car .access_midashi span::before {
    content: "";
    display: block;
    width: 32px;
    height: 28px;
    background: url("../images/common/icon_car.svg") no-repeat center center;
    background-size: contain;
    margin: 0 18px 0 0;
  }
  .access_car_2col {
    width: 100%;
  }
  #access_car_map {
    width: 100%;
    aspect-ratio: 1120/600;
    margin: 0 0 40px;
  }
  #access_car_map iframe {
    width: 100%;
    height: 100%;
  }
  #access_route_highway {
    width: 100%;
  }
  #access_route_highway #access_route_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
  }
  #access_route_highway #access_route_wrap .access_route {
    width: 47.5%;
    max-width: 530px;
  }
  #access_route_highway #access_route_wrap .access_route div {
    margin: 0 0 12px;
    line-height: 0;
  }
  #access_route_highway #access_route_wrap .access_route p {
    line-height: 1.4;
    display: flex;
  }
  #access_route_highway #access_route_wrap .access_route p span {
    font-size: 1.0625rem;
    font-family: "Noto Sans JP", serif !important;
    padding: 2px 0 0;
  }
  #access_route_highway #access_highway {
    width: 100%;
    margin: 0 0 90px;
  }
  #access_route_highway #access_highway h5 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 22px;
  }
  #access_route_highway #access_highway #access_highway_note {
    color: #E00606;
    margin: 0 0 40px;
  }
  #access_route_highway #access_highway dl {
    width: 100%;
    margin: 0 0 40px;
  }
  #access_route_highway #access_highway dl dt {
    font-weight: 500;
    margin: 0 0 10px;
  }
  #access_route_highway #access_highway dl dd {
    word-wrap: break-word;
  }
  #access_route_highway #access_highway dl dd ul li {
    margin: 0 0 12px;
  }
  #access_route_highway #access_highway dl dd ul li:last-child {
    margin: 0 !important;
  }
  #access_route_highway #access_highway dl dd ul li > span {
    display: block;
  }
  #access_route_highway #access_highway dl dd ul li span span {
    font-size: 1.0625rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #access_route_highway #access_highway dl dd ul li a {
    color: #000000;
  }
  #access_route_highway #access_highway dl dd ul li a:hover {
    text-decoration: underline;
  }
  #access_route_highway #access_highway dl:last-of-type {
    margin: 0;
  }
  #access_parking {
    width: 100%;
    margin: 0 0 100px;
  }
  #access_parking h5 {
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1;
  }
  #access_parking div {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .access_midashi {
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px #000000 solid;
    margin: 0 0 20px;
  }
  .access_midashi span {
    display: flex;
    align-items: center;
  }
  #access_train {
    width: 100%;
    margin: 30px 0 55px;
  }
  #access_train .access_midashi {
    padding: 0 10px 10px 7.5px;
  }
  #access_train .access_midashi span::before {
    content: "";
    display: block;
    width: 21px;
    height: 25px;
    background: url("../images/common/icon_train.svg") no-repeat center center;
    background-size: contain;
    margin: 0 17px 0 0;
  }
  #access_train_inner {
    width: 100%;
  }
  #access_train_map {
    width: 100%;
    margin: 20px 0 0;
    line-height: 0;
  }
  #access_train_cnt {
    width: 100%;
  }
  #access_train_cnt h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
  }
  #access_train_cnt dl {
    margin: 0 0 15px;
  }
  #access_train_cnt dl dt {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7;
  }
  #access_train_cnt dl dd span {
    border-bottom: 1px #000000 solid;
  }
  #access_train_cnt dl:last-of-type {
    margin: 0;
  }
  #access_station_map {
    width: 100%;
    border: 1px #CCCCCC solid;
    margin: 10px 0 0;
    line-height: 0;
  }
  #access_car {
    width: 100%;
  }
  #access_car .access_midashi {
    padding: 0 10px 10px 6px;
  }
  #access_car .access_midashi span::before {
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background: url("../images/common/icon_car.svg") no-repeat center center;
    background-size: contain;
    margin: 0 16px 0 0;
  }
  #access_car_map {
    width: 100%;
    aspect-ratio: 35/55;
    margin: 0 0 40px;
  }
  #access_car_map iframe {
    width: 100%;
    height: 100%;
  }
  #access_route_highway {
    width: 100%;
  }
  #access_route_highway #access_route_wrap {
    width: 100%;
    margin: 0 0 60px;
  }
  #access_route_highway #access_route_wrap .access_route {
    width: 88%;
    margin: 0 auto;
  }
  #access_route_highway #access_route_wrap .access_route:first-child {
    margin-bottom: 20px;
  }
  #access_route_highway #access_route_wrap .access_route div {
    margin: 0 0 5px;
    line-height: 0;
  }
  #access_route_highway #access_route_wrap .access_route p {
    line-height: 1.4;
    display: flex;
  }
  #access_route_highway #access_route_wrap .access_route p span {
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #access_route_highway #access_highway {
    width: 100%;
  }
  #access_route_highway #access_highway h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
  }
  #access_route_highway #access_highway #access_highway_note {
    color: #E00606;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #access_route_highway #access_highway dl {
    width: 100%;
    margin: 0 0 32px;
  }
  #access_route_highway #access_highway dl:last-of-type {
    margin-bottom: 0;
  }
  #access_route_highway #access_highway dl dt {
    font-weight: 500;
    margin: 0 0 10px;
  }
  #access_route_highway #access_highway dl dd {
    word-wrap: break-word;
  }
  #access_route_highway #access_highway dl dd ul li {
    margin: 0 0 12px;
  }
  #access_route_highway #access_highway dl dd ul li:last-child {
    margin: 0 !important;
  }
  #access_route_highway #access_highway dl dd ul li > span {
    display: block;
    padding-bottom: 3px;
  }
  #access_route_highway #access_highway dl dd ul li span span {
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #access_route_highway #access_highway dl dd ul li a {
    color: #000000;
  }
  #access_route_highway #access_highway dl dd ul li a:hover {
    text-decoration: underline;
  }
  .access_highway_num_list li > span {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #access_parking {
    width: 100%;
    margin: 55px 0 55px;
  }
  #access_parking h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
  }
  #access_parking div {
    width: 100%;
    margin: 20px 0 0;
    line-height: 0;
  }
}