#access {
}

.access__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
.access__container {
flex-direction:column;
}
}

.access__info {
  width: 48.539%;
  padding-left: 76.5px;
  padding-right: 120px;
  background-color: #eb572f;
  padding-bottom: 30px;
}

@media screen and (max-width: 999px) {
.access__info {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
}

@media screen and (max-width: 999px) {
  .access__info {
    width: 100%;
  }
}

.access__head {
  display: flex;
  flex-direction: column;
  margin-top: 105px;
  padding-left: 3px;
}

@media screen and (max-width: 999px) {
 .access__head {
  margin-top: 30px;
 }
}

.access__head h2 {
  font-family: "Shippori Mincho";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #fff;
}

.access__head p {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: -8px;
}

.access__itemsWrapper {
  margin-top: 33px;
}

.access__items {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.access__item {
  display: flex;
  position: relative;
  padding: 0px 3px 17px;
}

.access__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #fdae99 0%,
    #fdae99 22%,
    #ffffff 22%,
    #ffffff 100%
  );
}

.access__itemHead {
  width: 146px;
  min-width: 146px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #fff;
}

.access__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 23px;
  text-align: left;
  color: #fff;
}

.access__buttonWrapper {
  margin-top: 52px;
}
@media screen and (max-width: 999px) {
.access__buttonWrapper {
  padding-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}
}


.access__button {
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #000;
  display: inline-block;
  padding: 15px 10px;
  width: 272px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

.access__button:hover {
    transition: all .3s;
    opacity: .7;
}

.access__button::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 1px;
  background-color: #000;
}

.access__map {
  width: 51.464%;
  padding-top: 46.8%;
  position: relative;
}

@media screen and (max-width: 999px) {
  .access__map {
    width: 100%;
    padding-top: 100%;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
