.pre-inc.layer .main_wrap .main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.pre-inc section figure img {
  width: 100%;
}
.pre-inc section {
  animation-name: contents_anime;
}
.pre-inc #access {
  background: url("../img/access/access_bg.png") top center no-repeat #FFF;
  background-size: 100% auto;
  padding: 80px 0 40px;
}
.pre-inc .contents_tit {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.pre-inc .contents_tit small {
  font-size: 14px;
}
.pre-inc .contents_tit + p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 1.2em;
}
.pre-inc .accessinfoarea {
  margin: 50px auto;
  width: 90%;
  max-width: 800px;
}
.pre-inc .acinfoflex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pre-inc .accessinfoarea .acinfoflex.flextop {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.pre-inc .acflex01 {
  width: 440px;
}
.pre-inc .acflex02 {
  width: 330px;
}
.pre-inc .acflex03 {
  width: 320px;
  margin-right: 40px;
}
.pre-inc .acflex04 {
  width: 400px;
}
.pre-inc .acflex01 p {
  font-size: 15px;
}
.pre-inc .acflex01 .aclabel {
  font-size: 30px;
}
.pre-inc .acflex01 .aclabel strong {
  font-size: 46px;
  line-height: 110%;
}
.pre-inc .acflex01 .aclabel span {
  color: #661330;
  font-size: 80px;
  line-height: 0;
}
.pre-inc .acflex01 p.acnote {
  text-align: right;
}
.pre-inc .acflex02 p, .pre-inc .acflex03 p, .pre-inc .acflex04 p {
  font-size: 15px;
}
.pre-inc .acflex02 .aclabel, .pre-inc .acflex03 .aclabel, .pre-inc .acflex04 .aclabel {
  font-size: 30px;
}
.pre-inc .acflex02 .aclabel strong, .pre-inc .acflex03 .aclabel strong, .pre-inc .acflex04 .aclabel strong {
  font-size: 36px;
  line-height: 110%;
}
.pre-inc .acflex02 .aclabel span, .pre-inc .acflex03 .aclabel span, .pre-inc .acflex04 .aclabel span {
  color: #661330;
  font-size: 80px;
  line-height: 0;
}
.pre-inc .acflex02 p.acnote, .pre-inc .acflex03 p.acnote, .pre-inc .acflex04 p.acnote {
  text-align: right;
}
.pre-inc .acimage_container {
  margin: 50px auto 0;
  width: 90%;
  max-width: 1024px;
  position: relative;
}
.pre-inc .acimage_container h3 {
  color: #734576;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.pre-inc .acimage_container figcaption {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.pre-inc .imgillust {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.pre-inc .imgillust img {
  width: 80%;
}
.pre-inc .access_shinosaka {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  width: 90%;
  max-width: 1024px;
  padding: 20px;
  position: relative;
  border: 1px solid #000;
}
.pre-inc .shinosaka_info {
  width: 53%;
}
.pre-inc .shinosaka_image {
  text-align: right;
  width: 44.71544%;
}
.pre-inc .as_label p {
  font-weight: normal;
  font-size: 15px;
}
.pre-inc .shinosaka_ttl {
  font-size: 24px;
}
.pre-inc .as_label {
  margin-top: 20px;
  line-height: 110%;
}
.pre-inc .as_label > p {
  margin-bottom: 8px;
}
.pre-inc .as_label .aclabel {
  font-size: 30px;
}
.pre-inc .as_label .aclabel strong {
  font-size: 36px;
}
.pre-inc .as_label .aclabel span {
  color: #661330;
  font-size: 80px;
  line-height: 0;
}
.pre-inc .as_label .aclabel .acnote {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pre-inc #access {
    padding: 40px 0;
  }
  .pre-inc .contents_tit {
    padding: 0 15px;
    font-size: 4.5vw;
    text-align: center;
  }
  .pre-inc .contents_tit + p {
    padding: 0 15px;
    font-size: 15px;
  }
  .pre-inc .accessinfoarea .acinfoflex {
    margin-top: 0;
  }
  .pre-inc .accessinfoarea .acinfoflex.flextop {
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
  }
  .pre-inc .acflex01, .pre-inc .acflex02, .pre-inc .acflex03, .pre-inc .acflex04 {
    width: auto;
  }
  .pre-inc .acflex01 p {
    font-size: 12px;
  }
  .pre-inc .acflex01 .aclabel {
    font-size: 20px;
  }
  .pre-inc .acflex01 .aclabel strong {
    font-size: 32px;
    line-height: 110%;
  }
  .pre-inc .acflex01 .aclabel span {
    font-size: 50px;
  }
  .pre-inc .acflex02 p, .pre-inc .acflex03 p, .pre-inc .acflex04 p {
    font-size: 12px;
  }
  .pre-inc .acflex02 .aclabel, .pre-inc .acflex03 .aclabel, .pre-inc .acflex04 .aclabel {
    font-size: 20px;
  }
  .pre-inc .acflex02 .aclabel strong, .pre-inc .acflex03 .aclabel strong, .pre-inc .acflex04 .aclabel strong {
    font-size: 28px;
  }
  .pre-inc .acflex02 .aclabel span, .pre-inc .acflex03 .aclabel span, .pre-inc .acflex04 .aclabel span {
    font-size: 50px;
  }
  .pre-inc .acflex01 {
    margin-bottom: 15px;
  }
  .pre-inc .acflex03 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .pre-inc .access_shinosaka {
    display: block;
    justify-content: space-between;
    margin: 20px auto;
    padding: 20px 10px;
  }
  .pre-inc .shinosaka_info {
    width: 100%;
  }
  .pre-inc .shinosaka_image {
    width: 100%;
  }
  .pre-inc .as_label p {
    font-size: 12px;
  }
  .pre-inc .shinosaka_ttl {
    font-size: 18px;
  }
  .pre-inc .as_label {
    margin-top: 20px;
  }
  .pre-inc .as_label > p {
    margin-bottom: 8px;
  }
  .pre-inc .as_label .aclabel {
    font-size: 20px;
  }
  .pre-inc .as_label .aclabel strong {
    font-size: 28px;
  }
  .pre-inc .as_label .aclabel span {
    font-size: 50px;
  }
  .pre-inc .as_label .aclabel .acnote {
    display: block;
    margin-top: 10px;
  }
  .pre-inc .shinosaka_image {
    margin-top: 20px;
  }
  .pre-inc .acimage_container h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=access.css.map */
