.anchor-nav {
  margin: 28px 24px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 769px) {
  .anchor-nav {
    max-width: 794px;
    margin: 60px auto 50px;
    padding: 0 10px;
  }
}
.anchor-nav li {
  flex-grow: 1;
  width: calc(50% - 6px);
}
@media (min-width: 769px) {
  .anchor-nav li {
    width: calc((100% - 24px) / 3);
  }
}
.anchor-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #BD399C;
  border-radius: 99px;
  padding: 18px 30px;
  text-align: center;
  color: #BD399C;
  font-size: 16px;
}
@media (min-width: 769px) {
  .anchor-nav li a {
    font-size: 14px;
    padding: 15px 5px 15px 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.anchor-nav li a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .anchor-nav li a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

.access-box {
  width: calc(100% - 28px);
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .access-box {
    width: calc(100% - 80px);
    max-width: 1160px;
    padding: 60px 4.4%;
  }
}
@media (max-width: 768px) {
  .access-box.box-service {
    padding-right: 18px;
  }
}
@media (min-width: 769px) {
  .access-box.box-service .box-ttl {
    margin-bottom: 32px;
  }
}
.access-box .box-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28571429;
  color: #BD399C;
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .access-box .box-ttl {
    gap: 16px;
    font-size: 32px;
  }
}
.access-box .ttl-open::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 32/32;
  width: 32px;
  background: url(../../assets-common/images/icon/time.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .access-box .ttl-open::before {
    width: 34px;
  }
}
.access-box .ttl-train::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 26/35;
  width: 26px;
  background: url(../../assets-common/images/icon/train.svg) center/contain no-repeat;
}
.access-box .ttl-car::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 35/26;
  width: 35px;
  background: url(../../assets-common/images/icon/car.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .access-box .ttl-taxi {
    align-items: flex-start;
  }
}
.access-box .ttl-taxi::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 39/39;
  width: 39px;
  background: url(../../assets-common/images/icon/taxi.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .access-box .ttl-taxi::before {
    width: 42px;
  }
}
.access-box .ttl-bus::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 28/34;
  width: 28px;
  background: url(../../assets-common/images/icon/bus.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .access-box .ttl-bus::before {
    width: 31px;
  }
}
.access-box .ttl-parking::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 35/35;
  width: 35px;
  background: url(../../assets-common/images/icon/parking.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .access-box .ttl-parking::before {
    width: 38px;
  }
}
.access-box .ttl-bicycle::before {
  content: "";
  display: block;
  flex-shrink: 0;
  aspect-ratio: 38/26;
  width: 38px;
  background: url(../../assets-common/images/icon/bicycle.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .access-box .ttl-bicycle::before {
    width: 40px;
  }
}
.access-box .box-top-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .access-box .box-top-text {
    font-size: 22px;
    line-height: 1.45454545;
    margin-bottom: 32px;
  }
}
.access-box .note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.42857143;
}
.access-box .ttl-02 {
  font-weight: 700;
}
.access-box .text {
  font-size: 15px;
  line-height: 1.53333333;
}
.access-box div + .text {
  margin-top: 24px;
}
.access-box .ttl-type-01 {
  color: #BD399C;
  padding-bottom: 10px;
  border-bottom: 2px solid #BD399C;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333333;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .access-box .ttl-type-01 {
    padding-bottom: 14px;
    font-size: 26px;
  }
}
.access-box div + .ttl-type-01 {
  margin-top: 32px;
}
.access-box .ttl-type-02 {
  color: #BD399C;
  padding-left: 12px;
  border-left: 2px solid #BD399C;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .access-box .ttl-type-02 {
    font-size: 22px;
    padding-left: 14px;
  }
}
.access-box div + .ttl-type-02 {
  margin-top: 24px;
}
.access-box .box-access-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .access-box .box-access-head {
    gap: 32px;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .access-box .box-access-head .photo {
    width: 50%;
  }
}
.access-box .box-access-head .photo img {
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .access-box .box-access-head .photo img {
    border-radius: 30px;
  }
}
@media (min-width: 769px) {
  .access-box .box-access-head .text {
    flex: 1;
    margin: 0;
  }
}
.access-box .googlemap .map {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 769px) {
  .access-box .googlemap .map {
    margin-top: 50px;
    aspect-ratio: 1040/480;
    border-radius: 30px;
  }
}
.access-box .googlemap .map iframe {
  width: 100%;
  height: 100%;
}
.access-box .googlemap .cmn-btn {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .access-box .googlemap .cmn-btn {
    max-width: 320px;
  }
}
.access-box div + .access-dl {
  margin-top: 24px;
}
.access-box .img-access {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: flex-start;
}
.access-box .img img {
  width: 100%;
}
@media (min-width: 769px) {
  .access-box .img img {
    width: auto;
  }
}
.access-box div + .img {
  margin-top: 24px;
}
.access-box .link-arrow {
  color: #BD399C;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.access-box .link-arrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-top: 1px solid #BD399C;
  border-right: 1px solid #BD399C;
}
.access-box .list-flex-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.access-box .box-border {
  padding: 10px;
  border: 1px solid #e7e2df;
}

.access-box + .access-box {
  margin-top: 30px;
}

.access-box-wrap,
.box-service {
  margin-top: 30px;
}
.access-box-wrap a,
.box-service a {
  color: #BD399C;
}

.access-table-wrap {
  position: relative;
  margin-top: 24px;
  overflow: auto;
}
.access-table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.access-table-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.access-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FFFADD;
}
.access-table-wrap table {
  --table_bg_clor: rgba(255, 239, 149, 0.3);
  position: relative;
  min-width: 60%;
  max-width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  background: url(../../assets-common/images/dot.svg) top left/10px 2px repeat-x;
}
@media (min-width: 769px) {
  .access-table-wrap table {
    font-size: 15px;
  }
}
.access-table-wrap table th {
  position: relative;
  padding: 16px;
  font-weight: 700;
  background: var(--table_bg_clor) url(../../assets-common/images/dot-tate.svg) top right/2px 10px repeat-y;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .access-table-wrap table th {
    padding: 30px 20px;
  }
}
.access-table-wrap table th:last-child {
  background: var(--table_bg_clor);
}
.access-table-wrap table th::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) bottom left/10px 2px repeat-x;
}
.access-table-wrap table td {
  position: relative;
  padding: 16px;
  background: url(../../assets-common/images/dot-tate.svg) top right/2px 10px repeat-y;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .access-table-wrap table td {
    padding: 30px 20px;
  }
}
.access-table-wrap table td:last-child:not(:first-child) {
  background: none;
}
.access-table-wrap table td::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) bottom left/10px 2px repeat-x;
}

.c-aeon {
  color: #BD399C;
}

.access-parking {
  display: flex;
  align-items: center;
  gap: 10px;
}
.access-parking .icon {
  width: 130px;
}
.access-parking .status-wrap {
  margin-top: 2px;
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 4px;
  overflow: hidden;
  border-color: #1BBDD6;
  background: #1BBDD6;
}
.access-parking .status-wrap .left {
  padding: 8px;
  padding: 6px 8px 8px;
  background: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #1BBDD6;
}
.access-parking .status-wrap .status {
  padding: 4px 12px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
}
.access-parking .status-wrap .status .small {
  font-size: 18px;
}
.access-parking .status-wrap.middle {
  border-color: #F29E00;
  background: #F29E00;
}
.access-parking .status-wrap.middle .left {
  color: #F29E00;
}
.access-parking .status-wrap.high {
  border-color: #F21000;
  background: #F21000;
}
.access-parking .status-wrap.high .left {
  color: #F21000;
}
/*# sourceMappingURL=map/access.css.map */