@charset "UTF-8";

/*****************************
pagesec-access
*****************************/
.pagesec-access .ttlbox2{
  text-align: center;
  padding: 10rem 0;
}
.pagesec-access .ttlbox2 h2::before{
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pagesec-access .fimgbox iframe{
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.pagesec-access dl dt{
  font-weight: 600;
}
.pagesec-access dl dd{
  border-bottom: solid 1px #000;
  margin-bottom: 1rem;
}
.pagesec-access .accessmap{
  padding-top: 8rem;
}
.pagesec-access .accessmap h3{
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .pagesec-access .fimgbox{
    width: 100%;
    margin-bottom: 3rem;
  }
  .pagesec-access .fimgbox iframe{
  aspect-ratio: 3/1;
  }
  .pagesec-access .ftxtbox{
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-access .fimgbox iframe{
    aspect-ratio: 1/1;
  }
    .pagesec-access .ftxtbox{
    width: 100%;
  }
}