body{
  font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 16px;
  *+font-size: medium;
  font-size: 100%;
  background-color: #aa909a;
  width: 100%;
}

/* Container */
.nn-container{
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-color: #666;
  border-width: 0 1px 0 1px;
  border-style: solid;
}
.nn-container-image{
  position: absolute;
  left: 0; top: 0px;
  width: 100%; height: 1200px;
  opacity: 1;
}
.nn-container-image img{
  margin-top: 50px;
}
.nn-no-script{
  position: absolute;
  width: 100%; height: 6em;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background-color: #ffc;
  z-index: 100;
}

/* Header */
.nn-header{
  position: relative;
  margin: 0 auto;
  border-style: solid;
  border-color: #3c2211;
  border-width: 50px 0 0 0;
  text-align: center;
}
.nn-title{
  position: relative;
  margin: 120px auto 0;
  text-align: center;
}
.nn-title img{
  width: 45%; height: auto;
}

/* Anchor */
a,
a:link,
a:visited,
a:hover,
a:active{
  color: #600 !important;
}
a:focus{
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

/* Main */
.nn-main{
  margin: 480px auto 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

/* Menu button */
.nn-button{
  appearance: none;
	display: block;
  width: 16em;
	padding: 0.5em 0;
	margin: 40px auto;
	border: double #9a766e 12px;
	border-radius: 8px;
	background-color: #e8c1b5;
	color: #5b1f0c;
	font-size: 1.5rem;
  letter-spacing: .5rem;
	font-weight: bold;
  cursor: pointer;
}
.nn-button-this{
  letter-spacing: .25rem;
}
a.nn-button:link{
  text-decoration: none;
}

/* Introduction */
.nn-introduce{
  margin: 40px auto 0;
  padding-bottom: 0px;
  width: 75%;
}
.nn-introduce>div{
  padding: 3em 5em !important;
  background-color: transparent;
}
.nn-introduce p{
  text-align: justify;
  text-indent: 1em;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2em;
}
.nn-introduce p.nn-right{
  text-align: right;
}

/* Main menu */
.nn-menu{
  margin: 0 auto;
  padding: 0;
  width: 75%;
  list-style-type: none;
}
.nn-menu>li{
  margin: 0 0 50px 0;
  padding: 0;
  background-color: #f2ebe6;
  min-height: 200px;
}
.nn-item-image{
  padding: 25px;
}
.nn-item-image img{
  display: inline-block;
  width: 100%; height: auto;
  margin: 1em auto;
}

/* Metadata, description */
.nn-metadata{
  padding: 25px 25px;
  text-align: left;
}
.nn-metadata h2.nn-title{
  margin: 0.75em 0;
  text-align: left;
  font-size: 1.5em;
}
.nn-metadata .nn-kana{
  display: inline-block;
  margin-left: 1em;
  font-size: 1.1rem;
}
.nn-metadata .nn-label{
  font-weight: bold;
}
.nn-metadata .nn-label::after{
  display: inline-block;
  content: "：";
  margin-right: 0.5em;
}
.nn-metadata p{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2em;
  text-align: justify;
}
.nn-metadata a{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 24px 6px 0 !important;
}

/* Append text */
.nn-append{
  padding: 0 2em 2em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.75em;
  text-align: justify;
}
.nn-append li{
  list-style-type: none;
}
.nn-append p.nn-right{
  text-align: right;
}

/* Bottom */
.nn-bottom-menu{
  min-height: 100px;
  margin: 50px auto 0;
  padding-top: 1.75rem;
  background-color: #e8c1b5;
}
.nn-bottom-menu a{
  font-size: 1.25rem;
}

/* Footer */
.nn-footer{
  clear: both;
  width: 100%; min-height: 50px;
  background-color: #3c2211;
  border-color: #999;
  border-width: 1px 0 0 0;
  border-style: none;
  position: relative;
}
.nn-copyright{
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
  color: #ccc;
}

/* Responsive */
@media screen and (max-width: 1599px){
  .nn-title{
    margin: calc(7vw) auto 0;
  }
  .nn-main{
    margin: calc(30vw) auto 0;
  }
}
@media screen and (max-width: 1023px){
  .nn-container-image{
    height: 100vh;
  }
  .nn-introduce{
    width: 90%;
  }
  .nn-introduce>div{
    padding: 2em 2em !important;
  }
  .nn-button{
    width: 14em;
  	padding: 0.25em 0;
	   font-size: 1.25rem;
  }
  .nn-menu{
    width: 90%;
  }
  .nn-append{
    padding: 0 2em 2em;
  }
}
@media screen and (max-width: 767px){
  .nn-title img{
    width: 60%; height: auto;
  }
  .nn-introduce p{
    font-size: 1rem;
    line-height: 1.5em;
  }
  .nn-metadata p{
    font-size: 1rem;
    line-height: 1.5em;
  }
  .nn-append{
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 499px){
  .nn-copyright{
    font-size: 0.8rem;
  }
  .nn-main{
    margin: calc(50vw) auto 0;
  }
  .nn-bottom-menu{
    min-height: 60px;
    margin: 0px auto 0;
    padding-top: 0.75rem;
  }
  .nn-bottom-menu a{
    font-size: 0.9rem;
  }
  .nn-copyright {
    font-size: 0.6em;
  }
}
/*@media screen and (max-width: 349px){
}*/
