@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/* ///////////////////////////////////////////
ACCESS
/////////////////////////////////////////// */
/* mainvisual
-------------------------------------------- */
.mainvisual {
  background: url("../images/access/mainvisual_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 768px) {
  .mainvisual {
    height: 30vh;
  }
}

/* content
-------------------------------------------- */
.content {
  background: #faf6ec;
  padding: 72px 0 64px;
}
.content--white {
  background: #fff;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .content {
    padding: 40px 0 32px;
  }
}

.contentHead h1,
.contentHead h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .contentHead h1,
  .contentHead h2 {
    font-size: 20px;
    line-height: 2;
  }
}
.contentHead p {
  font-size: 20px;
  line-height: 2;
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .contentHead p {
    font-size: 14px;
    margin-top: 24px;
    text-align: left;
  }
  .contentHead p br {
    display: none;
  }
}

.contentPhoto {
  display: grid;
  margin-top: 64px;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.contentPhoto--type2 .contentPhotoBox {
  background: url("../images/access/content_img_7.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhoto--type2 .contentPhotoBox:nth-of-type(2) {
  background: url("../images/access/content_img_8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhoto--type2 .contentPhotoBox:nth-of-type(3) {
  background: url("../images/access/content_img_9.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhoto--type2 .contentPhotoBox:nth-of-type(4) {
  background: url("../images/access/content_img_10.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhoto--type2 .contentPhotoBox:nth-of-type(5) {
  background: url("../images/access/content_img_11.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhoto--type2 .contentPhotoBox:nth-of-type(6) {
  background: url("../images/access/content_img_12.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .contentPhoto {
    display: grid;
    margin-top: 32px;
    gap: 8px;
    grid-template-columns: 100%;
  }
}

.contentPhotoWrap {
  position: relative;
}

.contentPhoto__caption {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  right: 0;
}

.contentPhotoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/access/content_img_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.contentPhotoBox:nth-of-type(2) {
  background: url("../images/access/content_img_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhotoBox:nth-of-type(3) {
  background: url("../images/access/content_img_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhotoBox:nth-of-type(4) {
  background: url("../images/access/content_img_4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhotoBox:nth-of-type(5) {
  background: url("../images/access/content_img_5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhotoBox:nth-of-type(6) {
  background: url("../images/access/content_img_6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contentPhotoBox__word {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.contentPhotoBox__word span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .contentPhotoBox__word {
    font-size: 24px;
  }
}
.contentPhotoBox__time, .contentPhotoBox__notes {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .contentPhotoBox__time, .contentPhotoBox__notes {
    font-size: 14px;
  }
}
.contentPhotoBox__time {
  font-size: 30px;
}
.contentPhotoBox__time .about {
  font-size: 16px;
}
.contentPhotoBox__time .smallText {
  font-size: 24px;
}
.contentPhotoBox__time .value {
  font-size: 14px;
}
@media (max-width: 768px) {
  .contentPhotoBox__time span {
    font-size: 26px;
  }
}
.contentPhotoBox__notes {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .contentPhotoBox__notes {
    margin-top: 8px;
  }
}

.contentMap {
  margin-top: 24px;
  text-align: center;
}
.contentMap img {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contentMap img {
    width: 100%;
  }
}
.contentMap--w1000 img {
  width: 1000px;
}
@media (max-width: 768px) {
  .contentMap--w1000 img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contentMap {
    margin-top: 16px;
  }
}

.contentImg {
  margin-top: 40px;
  position: relative;
}
.contentImg__caption {
  font-size: 12px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .contentImg {
    margin-top: 24px;
  }
}

.contentAbout {
  margin-top: 54px;
}
.contentAbout h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .contentAbout h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
}
.contentAbout__column {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  display: grid;
  margin-top: 32px;
  grid-template-columns: 500px auto;
}
.contentAbout__column p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 768px) {
  .contentAbout__column p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contentAbout__column {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 100%;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .contentAbout {
    margin-top: 40px;
  }
}

.contentNotes {
  margin-top: 32px;
}
.contentNotes__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contentNotes__text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .contentNotes {
    margin-top: 24px;
  }
}

.footerDetail__notesList.access_footercap {
  display: block;
}/*# sourceMappingURL=access.css.map */