@charset "UTF-8";

.header-nav ul li {
  width: calc(80vw / 7);
}

.children-wrapper {
  padding: calc(4vw + 1.8vw * 1.4) 0;
}

.page-title {
  background: url("../images/children-page-title.jpeg") no-repeat center/cover;
  width: 100%;
  height: 10vw;
  margin-bottom: 100px;
  position: relative;
}

.page-title h1 {
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.2vw;
  font-family: 'Satisfy', cursive;
  position: absolute;
  top: 50%;
  left: 58%;
  margin-top: -1.5vw;
}

/* (320px-767px) */

@media(max-width: 767px) {

  .header-nav ul li {
    width: 100%;
  }

  .header-nav ul li a {
    height: calc(calc(100vh - 60px) / 7);
    line-height: calc(calc(100vh - 60px) / 7 - 1px);
  }

  .children-wrapper {
    padding: 60px 0;
  }

  .page-title {
    height: 25vw;
    margin-bottom: 50px;
  }

  .page-title h1 {
    font-size: 6vw;
    margin-top: -3vw;
  }

}
