@charset "utf-8";

article,
footer,
header,
nav,
section,
aside {
  display: block;
  word-wrap: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #470511;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*  font-family: 'Noto Sans Japanese', serif;*/
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
}
a {
  transition: all 0.5s ease; /*色などをゆっくり変化させる*/
}
a:link {
  color: #270000;
  text-decoration: none;
}
a:visited {
  color: #270000;
  text-decoration: none;
}
a:hover {
  color: #270000;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.5s;
}
a:active {
  color: #270000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.5s;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  padding: 0;
  margin: 0;
}
.s-hidden {
  display: none;
}




header {
    width: 100%;
    transition: 0.5s;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
}
.pagehead-404 {
    width: 100%;
    height: 350px;
/*    background: url(img/page-head404.jpg) center 100% no-repeat;
      background-size: cover;  */
}

.page-contents {
    width: 100%;
    background-color: #fff;
}
.common-bloc {
    padding: 2%;
}
.nt-page h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
}
.nt-page img {
    display: block;
    margin: 0 auto;
}
.page-404 {
    text-align: center;
    margin-bottom: 80px;
}
footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
/*    border-top: 1px solid #014099; */
    background: #fff;
}
