@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#sv {
  background-image: url(../img/access/access-sv@2x.webp);
}

#accessArea .calendarBox {
  width: 80%;
  aspect-ratio: 681/314;
  background: url(../img/top/calendar.svg) no-repeat center;
  background-size: contain;
  position: relative;
  margin: 4rem auto 8rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  #accessArea .calendarBox {
    width: 100%;
    margin: 3rem auto 6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #accessArea .calendarBox {
    font-size: 1.4rem;
  }
}
#accessArea .calendarBox .calendarItems {
  position: absolute;
  width: 82.4%;
  height: 53.9%;
  inset: auto 0 23.5% auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#accessArea .calendarBox .calendarItems li {
  width: 16.6666666667%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 220%;
  color: #f9be8f;
}
@media screen and (max-width: 840px) {
  #accessArea .calendarBox .calendarItems li {
    font-size: 180%;
  }
}
#accessArea .calendarBox .noticeBox {
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 22%;
  overflow: auto;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  #accessArea .calendarBox .noticeBox {
    font-size: 88%;
  }
}
#accessArea .mapBox {
  height: 50rem;
  margin: 5rem 0;
}
@media screen and (max-width: 520px) {
  #accessArea .mapBox {
    height: 30rem;
    margin: 3rem 0 4rem;
  }
}
#accessArea .parkingBox {
  position: relative;
}
#accessArea .parkingBox .absOrn {
  position: absolute;
  width: 5%;
  top: -3%;
  right: -2%;
}
@media screen and (max-width: 520px) {
  #accessArea .parkingBox .absOrn {
    top: -11%;
  }
}
#accessArea .parkingBox .absOrn02,
#accessArea .parkingBox .absOrn03,
#accessArea .parkingBox .absOrn04 {
  width: 7rem;
  aspect-ratio: 1;
  position: absolute;
}
@media screen and (max-width: 840px) {
  #accessArea .parkingBox .absOrn02,
  #accessArea .parkingBox .absOrn03,
  #accessArea .parkingBox .absOrn04 {
    width: 5rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #accessArea .parkingBox .absOrn02,
  #accessArea .parkingBox .absOrn03,
  #accessArea .parkingBox .absOrn04 {
    width: 3rem;
  }
}
#accessArea .parkingBox .absOrn02 {
  top: 15%;
  right: 10%;
}
#accessArea .parkingBox .absOrn03 {
  top: 78%;
  right: 35%;
}
#accessArea .parkingBox .absOrn04 {
  top: 71%;
  right: 80%;
}