@charset "UTF-8";

/******************************
pagesec-address
******************************/
.pagesec-address .ttlbox2 .ob{
  aspect-ratio: 29 / 18;
  background: url(../../images/ob/cat7.svg) no-repeat center / contain;
  position: absolute;
  top: -6.6rem;
  right: 0;
  width: 120px;
}
.pagesec-address .map iframe{
  aspect-ratio: 2/1;
  height: auto;
  width: 100%;
}
.pagesec-address .tblbox1{
  margin: 2rem auto 0;
  max-width: 700px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-address .map iframe{
    aspect-ratio: 4/3;
  }
}

/******************************
pagesec-access
******************************/
.pagesec-access .ttlbox2 .ob{
  aspect-ratio: 151/115;
  background: url(../../images/ob/cat12.svg) no-repeat center / contain;
  position: absolute;
  top: -8.5rem;
  right: 0;
  width: 110px;
}
.pagesec-access .access,
.pagesec-access .train{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.pagesec-access .pattern > dt{
  background: #078838;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
}

.pagesec-access .train{
  gap: 2rem;
}
.pagesec-access .train dt{
  border-bottom: 2px solid #078838;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.pagesec-access .train dt i{
  color: #DE7920;
}
.pagesec-access .train > div > dd,
.pagesec-access .car{
  background: #f1fff6;
  padding: 2rem;
}

.pagesec-access .gallery {
  margin-top: 2rem;
}
.pagesec-access .gallery p{
  font-size: 1.6rem;
  margin-bottom: .5rem;
}
.pagesec-access .gallery ul{
  gap: 1rem;
}
.pagesec-access .gallery li{
  width: calc(100% / 5 - 1rem);
}
.pagesec-access .gallery li a{
  display: block;
}
.pagesec-access .gallery li img{
  aspect-ratio: 3/2;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.lum-lightbox-inner .lum-lightbox-caption{
  max-width: calc(100% - 4rem);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-access .gallery li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-access .pattern > dt{
    font-size: 2rem;
  }
  .pagesec-access .train dt{
    font-size: 1.8rem;
  }
  .pagesec-access .gallery p {
    font-size: 1.4rem;
  }
  .pagesec-access .gallery li {
    width: calc(100% / 2 - 1rem);
  }
  .lum-lightbox-inner .lum-lightbox-caption{
    max-width: 100%;
  }
  .lum-lightbox-caption{
    bottom: auto;
  }
}