/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
.accesslocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .accesslocation {
    padding: 4rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .accesslocation {
    padding: 16.6rem 14vw 0 10vw;
  }
}

@media screen and (min-width: 320px) {
  .locationTextWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .locationTextWrapper {
    width: 47.5%;
  }
}

.locationTitle {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
}
@media screen and (min-width: 320px) {
  .locationTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .locationTitle {
    font-size: 5.6rem;
    margin-top: 0.8rem;
  }
}

.locationInfoList {
  display: grid;
}
@media screen and (min-width: 320px) {
  .locationInfoList {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .locationInfoList {
    gap: 2.8rem;
    margin-top: 7.3rem;
  }
}

.locationInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #b67f22;
}
@media screen and (min-width: 320px) {
  .locationInfoItem {
    padding: 0 2% 1.6rem 2%;
  }
}
@media screen and (min-width: 1025px) {
  .locationInfoItem {
    padding: 0 2% 2.6rem 3%;
  }
}
.locationInfoItem .itemSvg {
  fill: #b67f22;
}
@media screen and (min-width: 320px) {
  .locationInfoItem .itemSvg {
    width: 5.5%;
  }
}
@media screen and (min-width: 1025px) {
  .locationInfoItem .itemSvg {
    width: 5.5%;
  }
}
.locationInfoItem .itemSvg.tel {
  fill: none;
  stroke: #b67f22;
  aspect-ratio: 16/13;
}
.locationInfoItem .itemDetail {
  display: grid;
  width: 90%;
}
@media screen and (min-width: 320px) {
  .locationInfoItem .itemDetail {
    grid-template-columns: 26.5% 73.5%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .locationInfoItem .itemDetail {
    grid-template-columns: 26.5% 73.5%;
    font-size: 2.4rem;
  }
}
.locationInfoItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .locationInfoItem .itemDesc {
    letter-spacing: 0.04rem;
  }
}
.locationInfoItem .itemDesc .small {
  font-size: 75%;
}

@media screen and (min-width: 320px) {
  .locationMap {
    width: 100%;
    height: 30rem;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .locationMap {
    width: 47.4%;
    height: 52rem;
    border-radius: 2.2rem;
    margin-top: unset;
  }
}

.accessInfo {
  scroll-margin-top: 10rem;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .accessInfo {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .accessInfo {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .accessInfo.car {
    padding: 2rem 2.5vw;
    margin: 6rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .accessInfo.car {
    padding: 5rem 4vw 8rem;
    margin: 16.5rem 14vw 0 10vw;
  }
}
@media screen and (min-width: 320px) {
  .accessInfo.bus {
    padding: 2rem 2.5vw 1.2rem;
    margin: 6rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .accessInfo.bus {
    padding: 5rem 4vw 6.4rem;
    margin: 15.9rem 14vw 0 10vw;
  }
}

.accessTitle {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  color: #b67f22;
}
@media screen and (min-width: 320px) {
  .accessTitle {
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width: 1025px) {
  .accessTitle {
    font-size: 5.6rem;
    letter-spacing: 0.1rem;
  }
}

.accessRoute {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .accessRoute {
    grid-template-columns: 70%;
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .accessRoute {
    grid-template-columns: 34% 32% 34%;
    margin-top: 9.5rem;
  }
}

.routeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  aspect-ratio: 218/95;
}

.routeText {
  text-align: center;
  line-height: 1.5;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .routeText {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .routeText {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 320px) {
  .routeImg {
    width: 25%;
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .routeImg {
    width: 21.6%;
    margin: 1.5rem 0 0.8rem;
  }
}

.routeTime {
  position: relative;
  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;
}
@media screen and (min-width: 320px) {
  .routeTime {
    height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .routeTime {
    height: 100%;
  }
}
.routeTime::before {
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .routeTime::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #b67f22 0 3px, transparent 4px 6px);
  }
}
@media screen and (min-width: 1025px) {
  .routeTime::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #b67f22 0 3px, transparent 4px 6px);
  }
}

.routeTimeText {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  color: #b67f22;
  border: solid 1px;
  border-radius: 3rem;
  background-color: #FFF;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .routeTimeText {
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .routeTimeText {
    font-size: 2.4rem;
    padding: 1rem 4rem 1.2rem;
  }
}

.parkingInfo {
  display: grid;
}
@media screen and (min-width: 320px) {
  .parkingInfo {
    margin-top: 4rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfo {
    margin-top: 13.2rem;
    gap: 5rem;
  }
}

.parkingInfoItem {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .parkingInfoItem {
    grid-template-columns: 30% 65%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfoItem {
    grid-template-columns: 16.6% 78.8%;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 320px) {
  .parkingInfoItem:nth-child(1) .itemTitle {
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfoItem:nth-child(1) .itemTitle {
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 320px) {
  .parkingInfoItem:nth-child(2) .itemTitle {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfoItem:nth-child(2) .itemTitle {
    margin-top: 0.6rem;
  }
}
.parkingInfoItem .itemTitle {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #b67f22;
  border: solid 1px;
  background-color: rgba(182, 127, 34, 0.1);
  text-align: center;
}
@media screen and (min-width: 320px) {
  .parkingInfoItem .itemTitle {
    padding: 0.6rem 0 0.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfoItem .itemTitle {
    padding: 1.4rem 0 1.8rem;
    border-radius: 0.8rem;
  }
}
.parkingInfoItem .itemDesc {
  opacity: 0.8;
  font-size: 110%;
}
@media screen and (min-width: 320px) {
  .parkingInfoItem .itemDesc .small {
    font-size: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .parkingInfoItem .itemDesc .small {
    font-size: 75%;
  }
}

@media screen and (min-width: 320px) {
  .busAbout {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .busAbout {
    font-size: 2.4rem;
    margin-top: 4.2rem;
    letter-spacing: 0.04rem;
  }
}

.timetableWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .timetableWrapper {
    grid-template-columns: 100%;
    gap: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .timetableWrapper {
    grid-template-columns: 64.7% 34%;
    gap: 1.3%;
    margin-top: 13.5rem;
  }
}

.stadiumSchedule {
  display: table;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .stadiumSchedule {
    border-spacing: 0 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumSchedule {
    border-spacing: 0 1.5rem;
  }
}

.stadiumTitle {
  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;
  color: #b67f22;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .stadiumTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumTitle {
    font-size: 3.2rem;
    height: 12.1%;
  }
}

.stadiumWrapper {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
}
@media screen and (min-width: 320px) {
  .stadiumWrapper {
    margin-top: 0.8rem;
    gap: 0.8rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumWrapper {
    height: calc(87.9% - 1.6rem);
    margin-top: 1.6rem;
    gap: 1.6rem 0;
  }
}

.stadiumItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .stadiumItem {
    padding: 0.8rem 0.8rem 0;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumItem {
    padding: 2rem 2rem 1rem;
    border-radius: 0.8rem;
  }
}
.stadiumItem .itemDate {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .stadiumItem .itemDate {
    font-size: 1.6rem;
    padding: 0.8rem 0 1.2rem;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumItem .itemDate {
    font-size: 3.2rem;
    padding: 1.4rem 0 2rem;
    border-radius: 0.8rem;
  }
}
.stadiumItem .itemList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .stadiumItem .itemList {
    gap: 0.7rem;
    height: 11rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumItem .itemList {
    gap: 0.7rem;
    height: auto;
  }
}
.stadiumItem .itemDesc {
  position: relative;
}
@media screen and (min-width: 320px) {
  .stadiumItem .itemDesc {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumItem .itemDesc {
    font-size: 2.8rem;
    padding-left: 2rem;
  }
}
.stadiumItem .itemDesc::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.5%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  aspect-ratio: 1;
  background-color: #FFF;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .stadiumItem .itemDesc::before {
    width: 0.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .stadiumItem .itemDesc::before {
    width: 0.5rem;
  }
}/*# sourceMappingURL=access.css.map */