@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.palt {
  font-feature-settings: "palt" on;
}

html {
  color: #000;
}
body {
  background-image: url("../image/b_asanoha.png");
  font-family: "Noto Sans JP", "Verdana", "Meiryo UI", "YuGothic", "Hiragino Kaku Gothic ProN",  "Droid Sans",sans-serif;
  font-size: 1em;
  letter-spacing: .07em;
  line-height: 140%;
  margin: 5px;
  padding: 0;
  text-align: center;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  margin: 1em 0;
  padding: 0;
}
.page_centering {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 924px;
}
.navi {
  background: rgba(180,180,180,.6);
  left: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 157px;
}
.navi_btn {
  font-size: 1.1em;
  letter-spacing: normal;
  list-style-type: none;
  margin: 0 3px;
  padding: 0;
  text-align: center;
}
.navi_btn li {
  display: inline;
}
.navi_btn li a {
  background-color: #000;
  border: 2px outset #d8d8d8;
  border-radius: 7px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
  width: 127px;
}
.navi_btn li a:hover {
  background-color: #424242;
  border: 2px inset #d8d8d8;
  color: #0f0;
  margin-bottom: 5px;
  text-decoration: none;
}

.header {
  background-image: url(../image/momizi4.png);
  background-origin: padding-box;
  left: 160px;
  padding: 32px 50px;
  position: absolute;
  top: 3px;
  width: 664px;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

#main_album {
  background-color: #000;
  left: 160px;
  padding: 16px 32px;
  position: absolute;
  top: 110px;
  width: 700px;
}

a:link {
  color: aquamarine;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  background-color: #fffacd;
  color: #c00;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

h1 {
  background-color: #ffc;
  border-color: #cd853f;
  border-style: solid;
  border-width: .1em 1em;
  color: #009;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 10%;
  text-align: center;
}
h2 {
  border: none;
  color: #8b0000;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 140%;
  margin: 6px 0;
  padding-left: 1em;
  text-align: left;
}
h3 {
  background-color: #2f4f4f;
  border: none;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 140%;
  padding: 6px 0 6px 1em;
}

p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
}
.standard {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
}
.bg_momiji {
  background-color: #fff;
  background-image: url(../image/momoji_back.png);
  background-repeat: repeat;
  color: #000;
}
.bg_moyou {
  background-color: #006;
  background-image: url(../image/st03_bg.png);
  background-repeat: repeat;
  color: #000;
}

.fw800 {
  font-weight: 800;
}
.fsitalic {
  font-style: oblique;
}
.tduline {
  text-decoration: underline dotted;
}
