#access section#main-visual {
  background-image: url("../img/access/img_access_top_pc.jpg");
}
@media screen and (width <= 768px) {
  #access section#main-visual {
    background-image: url("../img/access/img_access_top_sp.jpg");
  }
}
#access section#map {
  position: relative;
  padding: 0 0 180px;
  margin: 60px 0 0;
}
@media screen and (width <= 768px) {
  #access section#map {
    padding: 0 0 120px;
  }
}
#access section#map::before {
  position: absolute;
  right: -5%;
  bottom: -5%;
  z-index: 3;
  width: 347px;
  height: 280px;
  content: "";
  background-image: url("../img/common/img_mountain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #access section#map::before {
    right: -15%;
    bottom: 0%;
    width: 200px;
    height: 160px;
  }
}
#access section#map span.map iframe {
  margin: 50px 0 0;
}
#access section#map .time-table ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 0;
}
@media screen and (width <= 768px) {
  #access section#map .time-table ul {
    gap: 8px;
    margin: 20px 0 0;
  }
}
#access section#map .time-table ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#access section#map .time-table ul li::before {
  position: absolute;
  top: 50%;
  left: 31%;
  z-index: 2;
  width: 100px;
  height: 60px;
  content: "";
  background-image: url("../img/common/img_arrow_label_lb_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #access section#map .time-table ul li::before {
    width: 60px;
    height: 60px;
    background-image: url("../img/common/img_arrow_label_lb_sp_60.svg");
  }
}
#access section#map .time-table ul li p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #access section#map .time-table ul li p {
    height: 60px;
    padding: 0 0 0 10px;
    font-size: 13px;
  }
}
#access section#map .time-table ul li p.left {
  width: 30%;
  background-color: var(--color-blue);
  border-right: none;
}
#access section#map .time-table ul li p.right {
  justify-content: flex-start;
  width: 70%;
  padding: 0 0 0 50px;
  background-color: var(--color-white);
  border-left: none;
}
@media screen and (width <= 768px) {
  #access section#map .time-table ul li p.right {
    padding: 0 30px;
  }
}
#access section#map p.note {
  width: 70%;
  margin: 25px 0 0;
}
@media screen and (width <= 768px) {
  #access section#map p.note {
    width: 60%;
  }
}
#access section#by-car {
  padding: 0 50px;
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #access section#by-car {
    padding: 0 5%;
  }
}
#access section#by-car .inner-1120 {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 70px 50px 50px;
  background-color: var(--color-arrow-blue);
  border: 1px solid var(--color-black);
  border-radius: 20px;
}
#access section#by-car .inner-1120::before {
  position: absolute;
  top: -5%;
  left: 13%;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("../img/common/icon_rectangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #access section#by-car .inner-1120::before {
    top: -2.5%;
    left: 10%;
    width: 22px;
    height: 22px;
  }
}
@media screen and (width <= 768px) {
  #access section#by-car .inner-1120 {
    flex-direction: column;
    padding: 30px 5%;
  }
}
#access section#by-car .inner-1120 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
@media screen and (width <= 768px) {
  #access section#by-car .inner-1120 .text-wrapper {
    width: 100%;
  }
}
#access section#by-car .inner-1120 .text-wrapper .icon-title {
  width: 100%;
}
#access section#by-car .inner-1120 .text-wrapper .note-wrapper {
  margin: 20px 0 0;
}
#access section#by-car .inner-1120 .text-wrapper .note-wrapper p.note {
  margin: 10px 0 0;
}
#access section#by-car .inner-1120 .text-wrapper .parking-wrapper {
  margin: 20px 0 0;
}
#access section#by-car .inner-1120 .text-wrapper .parking-wrapper h3 {
  position: relative;
  padding: 0 0 0 50px;
  margin: 10px 0 0;
}
#access section#by-car .inner-1120 .text-wrapper .parking-wrapper h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  content: "P";
  background-color: var(--color-blue);
  transform: translateY(-50%);
}
#access section#by-car .inner-1120 .text-wrapper .parking-wrapper h3 span.en {
  padding: 0 5px 0 10px;
  font-size: 30px;
}
#access section#by-car .inner-1120 .image-wrapper {
  width: 60%;
  max-width: 550px;
}
@media screen and (width <= 768px) {
  #access section#by-car .inner-1120 .image-wrapper {
    width: 100%;
    margin: 30px 0 0;
  }
}
#access section#by-bus {
  padding: 0 50px;
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #access section#by-bus {
    padding: 0 5%;
  }
}
#access section#by-bus .inner-1120 {
  position: relative;
  padding: 70px 50px 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  #access section#by-bus .inner-1120 {
    padding: 30px 5%;
  }
}
#access section#by-bus .inner-1120::after {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 230px;
  height: 230px;
  content: "";
  background-image: url("../img/access/icon_access_snow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #access section#by-bus .inner-1120::after {
    top: 5px;
    right: -20px;
    width: 120px;
    height: 150px;
    background-image: url("../img/access/icon_access_snow_sp.svg");
  }
}
#access section#by-bus .inner-1120 .bus-info {
  margin: 30px 0 0;
}
#access section#by-bus .inner-1120 .bus-info p.note {
  margin: 10px 0 0;
  line-height: 1.8;
}
#access section#by-bus .inner-1120 .bus-info h3 {
  margin: 30px 0 0;
}
#access section#by-bus .inner-1120 .travel-info a{
  display: block;
  background-color: var(--color-light-green);
  padding: 10px 40px 10px 10px;
  position: relative;
}
#access section#by-bus .inner-1120 .travel-info a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  background-image: url("../img/common/icon_arrow_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
#access section#by-bus .inner-1120 .travel-info a h3 {
  font-size: 14px;
  color: var(--color-white);
  text-align: left;
}
#access section#by-bus .inner-1120 .travel-info a p {
  font-size: 12px;
  color: var(--color-white);
  text-align: left;
}
#access section#by-bus .inner-1120 a.btn-opacity{
  display: block;
  width: 420px;
  margin: 30px auto 0;
  text-align: center;
}
#access section#by-bus .inner-1120 a.btn-opacity img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media screen and (width <= 768px) {
  #access section#by-bus .inner-1120 a.btn-opacity {
    width: 255px;
    margin: 40px auto 0;
  }
}
#access section#by-bus .inner-1120 .table-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access section#by-bus .inner-1120 .table-wrapper table {
  width: 48%;
  margin: 30px 0 0;
  text-align: center;
  border-spacing: 6px;
  border-collapse: separate;
}
@media screen and (width <= 768px) {
  #access section#by-bus .inner-1120 .table-wrapper table {
    border-spacing: 3px;
  }
}
@media screen and (width <= 768px) {
  #access section#by-bus .inner-1120 .table-wrapper table {
    width: 100%;
  }
}
#access section#by-bus .inner-1120 .table-wrapper table.blue-table td.left {
  background-color: var(--color-blue);
}
#access section#by-bus .inner-1120 .table-wrapper table.blue-table td.right {
  background-color: var(--color-arrow-blue);
}
#access section#by-bus .inner-1120 .table-wrapper table.green-table th {
  background-color: var(--color-light-green);
}
#access section#by-bus .inner-1120 .table-wrapper table.green-table td.left {
  background-color: var(--color-light-green);
}
#access section#by-bus .inner-1120 .table-wrapper table.green-table td.right {
  background-color: var(--color-ice-green);
}
#access section#by-bus .inner-1120 .table-wrapper table thead th .title-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#access section#by-bus .inner-1120 .table-wrapper table thead th .title-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
}
#access section#by-bus .inner-1120 .table-wrapper table thead th img {
  width: 20px;
}
#access section#by-bus .inner-1120 .table-wrapper table tbody td.left {
  width: 30%;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
}
#access section#by-bus .inner-1120 .table-wrapper table tbody td.right {
  width: 70%;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
}
#access section#by-train {
  padding: 0 50px 80px;
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #access section#by-train {
    padding: 0 5% 80px;
  }
}
#access section#by-train .inner-1120 {
  padding: 70px 50px 50px;
  background-color: var(--color-arrow-blue);
  border: 1px solid var(--color-black);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  #access section#by-train .inner-1120 {
    flex-direction: column;
    padding: 30px 5%;
  }
}
#access section#by-train .inner-1120 h3.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 40px 0 0;
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-green);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #access section#by-train .inner-1120 h3.heading {
    height: 50px;
  }
}
#access section#by-train .inner-1120 ul.train-info {
  margin: 20px 0 0;
}
#access section#by-train .inner-1120 ul.train-info li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px 30px 100px;
  counter-increment: step-counter;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #access section#by-train .inner-1120 ul.train-info li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 20px 60px;
  }
}
#access section#by-train .inner-1120 ul.train-info li.bottom-line {
  position: relative;
  margin: 0 0 50px;
}
#access section#by-train .inner-1120 ul.train-info li.bottom-line::after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 2;
  width: 22px;
  height: 46px;
  content: "";
  background-image: url("../img/common/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
#access section#by-train .inner-1120 ul.train-info li::before {
  position: absolute;
  top: 50%;
  left: 40px;
  padding: 3px 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  content: counter(step-counter);
  background-color: var(--color-green);
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #access section#by-train .inner-1120 ul.train-info li::before {
    left: 20px;
  }
}
