@charset "UTF-8";
@media screen and (max-width: 540px) {
  .side_logo {
    z-index: 100;
  }
}
.access_area {
  width: min(100%, 984px);
  padding-top: 12px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .access_area {
    width: 100%;
    padding: 0 12px 0 5px;
  }
}

.page_ttl {
  margin-bottom: 60px;
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 540px) {
  .anchor_list {
    margin-bottom: 20px;
  }
}
.anchor_list li:not(:last-child) {
  border-right: 1px solid #EB6D8E;
}
@media screen and (max-width: 540px) {
  .anchor_list li .icon {
    height: 33px;
  }
  .anchor_list li:nth-child(1) .icon img {
    width: 29px;
  }
  .anchor_list li:nth-child(2) .icon img {
    width: 33px;
  }
}
.anchor_list li a {
  background: url(../img/arrow.svg) no-repeat center bottom/auto;
  display: block;
  text-align: center;
  padding: 0 57px 30px;
}
@media screen and (max-width: 540px) {
  .anchor_list li a {
    background-size: 9px;
    padding: 0 27px 22px;
  }
}
.anchor_list li a p {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .anchor_list li a p {
    margin-top: 5px;
    font-size: 13px;
  }
}

.parking_info {
  margin-bottom: 35px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .parking_info {
    font-size: 11px;
    margin-bottom: 12px;
  }
}
.parking_info a {
  text-decoration: underline;
}
.parking_info a:hover {
  text-decoration: none;
}
.parking_info a::before {
  content: "";
  display: inline-block;
  background: url(../img/access/icon_parking.svg) no-repeat center/contain;
  width: 17px;
  aspect-ratio: 1/1;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.caution_txt {
  color: #EB6D8E;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .caution_txt {
    font-size: 14px;
  }
}

.area {
  padding: 35px 0 45px;
}
@media screen and (max-width: 540px) {
  .area {
    padding: 30px 0 40px;
  }
}
.area_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  border-bottom: 1px solid #eb6d8e;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .area_ttl {
    margin-bottom: 30px;
  }
}
.area .map {
  text-align: right;
}
.area .map a {
  display: inline-block;
  margin-top: 15px;
  color: #EB6D8E;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}
.area .map a:hover {
  text-decoration: none;
}

.btn {
  text-align: center;
  margin-top: 30px;
}
.btn.large a {
  width: 496px;
}
@media screen and (max-width: 540px) {
  .btn {
    margin-top: 24px;
  }
  .btn.large a {
    width: 100%;
  }
}
.btn a {
  display: inline-block;
  background: url(../img/access/icon_blank.svg) no-repeat right 13px center/auto, #333333;
  min-width: 360px;
  height: 70px;
}
@media screen and (max-width: 540px) {
  .btn a {
    min-width: 300px;
  }
}
.btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #DCDCD7;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.btn a:hover {
  opacity: 0.7;
}

.info_detail_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 10px;
}
.info_detail_wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 841px) {
  .info_detail_wrap.col2 .info_detail:nth-of-type(2) {
    border: none;
  }
}
@media screen and (max-width: 540px) {
  .info_detail_wrap.col2 {
    grid-template-columns: 1fr;
  }
}
.info_detail_wrap .info_detail {
  padding-top: 20px;
}
.info_detail_wrap .info_detail:not(:first-of-type) {
  border-top: 1px solid #EB6D8E;
}
.info_detail_wrap .ttl {
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 5px;
  font-size: 16px;
}
.info_detail_wrap .ttl::before {
  content: "⚫︎";
}
@media screen and (max-width: 540px) {
  .info_detail_wrap .ttl {
    margin-bottom: 3px;
  }
}
.info_detail_wrap .subttl {
  color: #EB6D8E;
  font-weight: 500;
  line-height: 1.45;
}
.info_detail_wrap p {
  line-height: 2;
}

.routemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 55px;
}
@media screen and (max-width: 540px) {
  .routemap {
    grid-template-columns: 1fr;
    margin: 40px -12px 0 0;
  }
}

#train .map {
  width: min(100%, 613px);
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  #train .area_ttl {
    margin-bottom: 12px;
  }
}

#car .parking_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding: 14px;
  margin-bottom: 40px;
  background: #E6E6E1;
  border: 1px solid #EB6D8E;
}
#car .parking_status dt, #car .parking_status dd {
  font-weight: 500;
}
#car .parking_status dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333333;
  border-radius: 50%;
  width: 31px;
  aspect-ratio: 1/1;
  color: #DCDCD7;
  line-height: 0.1em;
  font-size: 14px;
}
#car .map {
  width: min(100%, 445.87px);
  margin: 0 auto;
}
@media screen and (min-width: 841px) {
  #car .map a {
    margin-right: 35px;
  }
}

.freeway_attention {
  margin-top: 40px;
}
.freeway_attention .ttl {
  margin-bottom: 12px;
  color: #EB6D8E;
  font-weight: bold;
}
.freeway_attention .ttl::before {
  content: "";
  display: inline-block;
  background: url(../img/access/icon_attention.svg) no-repeat center/contain;
  width: 31px;
  height: 27px;
  vertical-align: text-bottom;
  margin-right: 7px;
}
@media screen and (max-width: 540px) {
  .freeway_attention .ttl {
    text-align: center;
  }
}
.freeway_attention table {
  border: 1px solid #EB6D8E;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .freeway_attention table {
    display: block;
  }
  .freeway_attention table tbody {
    display: block;
    width: 100%;
  }
  .freeway_attention table tr {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
}
.freeway_attention table th, .freeway_attention table td {
  padding: 10px 25px;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .freeway_attention table th, .freeway_attention table td {
    display: block;
    padding: 10px 20px;
  }
  .freeway_attention table th:nth-of-type(1), .freeway_attention table td:nth-of-type(1) {
    border-bottom: 1px solid #EB6D8E;
  }
}
.freeway_attention table th {
  width: 118px;
  border-right: 1px solid #EB6D8E;
}
.freeway_attention table th:nth-of-type(2) {
  border-left: 1px solid #EB6D8E;
}
@media screen and (max-width: 540px) {
  .freeway_attention table th {
    width: auto;
  }
  .freeway_attention table th:nth-of-type(2) {
    border-left: none;
  }
}