/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#access .intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(9.5rem, 30px);
  padding-bottom: max(10.5rem, 50px);
}
@media screen and (max-width: 1300px) {
  #access .intro__wrapper {
    gap: max(6.5rem, 30px);
  }
}
@media screen and (max-width: 1000px) {
  #access .intro__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
  }
}
#access .intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1000px) {
  #access .intro__text {
    display: contents;
  }
}
#access .intro__text h3 {
  margin-bottom: max(1.5rem, 15px);
  color: #5DC2D0;
  font-size: max(3.6rem, 26px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  grid-column: 1/3;
  grid-row: 1/2;
}
#access .intro__text p {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-bottom: 20px;
}
#access .intro__text__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(0.7rem, 5px);
  margin-top: auto;
  grid-template-columns: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 1000px) {
  #access .intro__text__image {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
#access .intro__text__image .imageBox {
  width: 100%;
  height: 163/200;
  border-radius: max(1.5rem, 10px);
  overflow: hidden;
}
#access .intro__text__image .imageBox img {
  width: 100%;
  height: 100%;
}
#access .intro__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  align-self: stretch;
  width: max(51.5rem, 250px);
  height: auto;
  aspect-ratio: 86/97;
  border-radius: max(2.5rem, 15px);
  overflow: hidden;
  grid-column: 2/3;
  grid-row: 3/4;
}
@media screen and (max-width: 1000px) {
  #access .intro__image {
    width: 100%;
  }
}
#access .intro__image img {
  width: 100%;
  height: 100%;
}
#access .info__wrapper {
  padding-top: max(8.5rem, 50px);
  padding-bottom: max(13.5rem, 70px);
}
#access .info__content {
  background: #fff;
  border-radius: max(2.5rem, 20px);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#access .info__content:not(:first-of-type) {
  margin-top: max(5.4rem, 30px);
}
#access .info__content__header {
  padding: max(3.5rem, 25px) 5%;
  background: #5DC2D0;
}
#access .info__content__header h3 {
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#access .info__content__body {
  padding: max(7rem, 30px) 7.5%;
}
#access .info__content--way .info__content__body img {
  width: 100%;
  height: auto;
  aspect-ratio: 541/234;
}
#access .info__content--map .info__content__body__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px max(2.5rem, 20px);
}
@media screen and (max-width: 1300px) {
  #access .info__content--map .info__content__body__inner {
    grid-template-columns: 1fr;
  }
}
#access .info__content--map .info__content__body__inner .imageBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 770/389;
}
#access .info__content--map .info__content__body__inner .textBox {
  display: grid;
  align-self: end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: max(3rem, 20px);
}
@media screen and (max-width: 1300px) {
  #access .info__content--map .info__content__body__inner .textBox {
    grid-template-columns: repeat(2, 1fr);
    gap: max(5rem, 20px);
  }
}
@media screen and (max-width: 768px) {
  #access .info__content--map .info__content__body__inner .textBox {
    grid-template-columns: 1fr;
  }
}
#access .info__content--map .info__content__body__inner .textBox h4 {
  padding: max(1.5rem, 10px) max(2rem, 15px);
  margin-bottom: max(1.5rem, 10px);
  background: rgba(93, 194, 208, 0.15);
  border-radius: max(1rem, 10px);
  overflow: hidden;
  color: #5DC2D0;
  font-size: max(1.9rem, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#access .info__content--map .info__content__body__inner .textBox p {
  margin-left: 0.5em;
  text-wrap: nowrap;
}
#access .info__content--map .info__content__body .btnBox {
  margin-top: max(4.5rem, 30px);
}
#access .info__content--contact .info__content__body__meta {
  display: inline-block;
  width: 50%;
  max-width: calc(100% - max(50rem, 350px));
}
@media screen and (max-width: 1000px) {
  #access .info__content--contact .info__content__body__meta {
    width: 100%;
    max-width: 100%;
  }
}
#access .info__content--contact .info__content__body__meta h4 {
  position: relative;
  color: #5DC2D0;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: max(1rem, 10px);
  margin-bottom: max(3rem, 20px);
}
#access .info__content--contact .info__content__body__meta h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #5DC2D0 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#access .info__content--contact .info__content__body__meta dl {
  display: grid;
  grid-template-columns: max(1.8rem, 16px) 1fr;
  gap: max(1.5rem, 10px);
}
#access .info__content--contact .info__content__body__image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px max(1.8rem, 10px);
  margin-top: max(5.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #access .info__content--contact .info__content__body__image {
    grid-template-columns: 1fr;
  }
}
#access .info__content--contact .info__content__body__image .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 76/45;
}
#access .info__content--contact .info__content__body__image .imageBox img {
  width: 100%;
  height: 100%;
}
#access .info__content--contact .info__content__body__image .decoBox {
  position: absolute;
  top: 0;
  right: max(5rem, 0px);
  width: max(43rem, 150px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 1000px) {
  #access .info__content--contact .info__content__body__image .decoBox {
    display: none;
  }
}/*# sourceMappingURL=access.css.map */