@charset "UTF-8";
/* 1 トップページ
------------------------------------------------------------------------------------------ */
/* 要素の中から文字だけを飛ばす */
/* 要素を天地中央で表示する */
/* 要素を天地中央で表示する（サイズを指定しない） */
/* 擬似要素を作成するときに・・・ */
/* フロートの解除用・・・ */
/* box-sizing: border-box */
/* Reset
------------------------------------------------------------------------------------------ */
body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dt, dd, form, nav, header, footer, main, article, section, aside, figure, figcaption {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul, li {
  list-style: none;
}

main {
  display: block;
}

main, nav, aside, header, article, section, footer, figure, ul, li, div, p, a, span {
  box-sizing: border-box;
}

img {
  border: 0;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

a > img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.noto100 {
  font-weight: 100;
}

.noto200 {
  font-weight: 200;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto600 {
  font-weight: 600;
}

.noto700 {
  font-weight: 700;
}

.noto800 {
  font-weight: 800;
}

.noto900 {
  font-weight: 900;
}

* {
  box-sizing: border-box;
}

/* =============================================================================
   基本定義
   ========================================================================== */
body {
  background-size: cover;
  font-size: 14px;
  color: #333;
}

a:hover {
  color: #b39964;
}

#title {
  padding: 10px;
  text-align: center;
}

#main {
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
  padding: 0px 10px;
}
#main h2 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 30px 0;
  font-size: 24px;
}
#main .intro-content {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#main p {
  line-height: 160%;
  font-size: 18px;
  margin: 30px 0;
}
#main p.chara img {
  width: 180px;
}
#main p.notice {
  border: 2px solid #DFCCCC;
  padding: 20px;
  border-radius: 10px;
}
#main p.notice strong {
  color: #976363;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

footer p {
  padding: 10px;
  text-align: center;
}
