/*下層ページタイトル*/
body#sub section#pagetitle {
  background-image:
    url("../img/overlay_stripe.png"), url("../img/pagetitle_bg.jpg");
  background-position: top;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 316px;
  position: relative;
}
body#sub section#pagetitle h1,
body#sub section#pagetitle p {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
