.msn-mainContents {
  font-family: "Shippori Mincho", "Noto Serif", serif;
}
.read {
    font-size: 20px;
    margin-bottom: 30px;
}
.contact {
    background: url("../img/contact-bg.jpg") no-repeat 50% 50%/cover;
}

.contact::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact::after {
  position: absolute;
  right: 6px;
  bottom: 10px;
  color: #ffffff;
  content: '○○公園（徒歩10分/約1,000m）';
  font-size: 12px;
  initial-letter: 0.1px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
  white-space: pre;
}

.contentnav {
  background: url("../img/contentNav-bg--l.jpg") no-repeat 50% 50%/cover;
}

.contentnav::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* コンテンツメニュー */
.content-menu-design {
  background-image: url("../img/contentNav-img-01.jpg");
}

.content-menu-location {
  background-image: url("../img/contentNav-img-02.jpg");
}

.content-menu-access {
  background-image: url("../img/contentNav-img-03.jpg");
}

.content-menu-plan {
  background-image: url("../img/contentNav-img-04.jpg");
}

.content-menu-equipment {
  background-image: url("../img/contentNav-img-05.jpg");
}

.content-menu-map {
  background-image: url("../img/contentNav-img-06.jpg");
}

.content-menu-outline {
  background-image: url("../img/contentNav-img-07.jpg");
}

.content-menu-orderSystem {
  background-image: url("../img/contentNav-img-08.jpg");
}

@media (max-width: 767px) {
  .contentnav {
    background-image: url("../img/contentNav-bg--s.jpg");
  }
  .contact::before, .contentnav::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
