<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.section-top__image{
  background-image: url("../images/access_top.webp");
}
.section-top h2 {
  top: 160px;
}
.section-access__info img {
  margin-top: 0;
}
.section-access iframe {
  margin-bottom: 90px;
}

/*directions*/
.section-directions ul li{
 text-decoration: none;
 text-align: left;
}
.section-directions h4{
 width: 327px;
 margin-bottom: 30px;
 border-bottom:1px solid #000;
 padding-bottom:10px;
 font-weight: 600;
 font-size: 1.8rem;
}
.section-directions h4,.section-directions p{
  margin-left: 24px;
}
.section-directions ul li{
  margin-bottom: 60px;
  list-style: none;
}
.section-directions ul li img{
  width: 327px;
  height: 200px;
  margin-bottom: 30px;
  display: block;
  object-fit: cover;
  padding: 0 24px 0;
  border-radius: 10%;
}
/*画像の表示位置*/
.section-directions1 img{
  object-position: 0 20%;
}
.section-directions2 img{
  object-position: 0 90%;
}
.section-directions3 img{
  object-position: 0 75%;
}
.section-directions4 img{
  object-position: 0 60%;
}

.section-directions ul li:last-child{
  margin-bottom: 120px;
}
.section-directions ul li p{
  width: 290px;
  margin: 0 auto;
}</pre></body></html>