@charset "UTF-8";

.sub_page_title {
  height: 350px;
  width: 100%;
  background-image: url(../img/sub_page.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_page_title h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1.6;
  font-size: 2.4rem;
  color: #fff;
  text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.5),
  0 0 6px rgba(0, 0, 0, 0.3);
}
.sub_page_title h1 span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}

.sub_page_main {
	padding: 5rem 0;
}
