@charset "utf-8";
html, body, div, main, aside, section, article, iframe,
p, ul, li, dl, dt, dd, img, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.6;
  list-style-type: none;
}
html {
  background: #eeede0;
}
body {
  font-size: .9375rem;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
    'Segoe UI',
    YuGothic, 'Yu Gothic Medium',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
    'Arial', Meiryo, sans-serif;
  font-feature-settings : "palt";
}
h5, h6, strong, dt, b, summary,
aside ul,
aside dl,
aside p.Update,
input.crossword,
.Pager,
.Hist time {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
    'Segoe UI',
    YuGothic, 'Yu Gothic',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
    'Arial', Meiryo, sans-serif;
    font-weight: bold;
}
h1, h2, h3, h4, nav li {
  font-family: 'Georgia', serif;
  font-weight: bold;
}
ul, dl {
  font-size: 0;
}
li, dt, dd {
  font-size: .9375rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.5;
}
article a {
  color: #0000EE;
  text-decoration: underline;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/**************************************************
 ★骨組み
**************************************************/
body {
  margin: 0 auto;
  max-width: 1000px;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
article {
  margin: 0 auto;
  width: 404px;
}
aside {
  width: 268px;
  position: absolute;
  z-index: 2147483647;
}
section {
  margin-bottom: 16px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.75);
}
section.Contents {
  padding-right: 20px;
}
/* 骨組みレスポンシブ要素 */
@media only screen and (max-width: 1000px) {
  body {
    margin: 0 auto;
    margin-left: 30px;
    max-width: 404px;
    padding-left: 268px;
  }
  aside {
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  body {
    margin: 0 auto;
    padding-left: 0;
  }
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0 16px;
  }
  aside {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  section {
    margin: 0;
  }
  section:last-of-type {
    padding-bottom: 124px;
  }
}
@media only screen and (max-width: 404px) {
  article {
    width: 100%;
  }
}
/**************************************************
 ★非表示要素：カウンター
**************************************************/
div.Counter {
  display: none;
}

/**************************************************
 ★見出し
**************************************************/
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  font-size: 28px;
  line-height: 36px;
}
h5, h6 {
  font-size: 1.125rem;
}
h1 a, h3 a {
  color: #fff;
}
h1 a:hover, h3 a:hover {
  opacity: .75;
}
h2 {
  line-height: 28px;
}
h1, h3 {
  padding: 0 24px;
}
h1, h3, h4, h5, h6 {
  background: #000;
  color: #fff;
}
h4, h5, h6 {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 404px) {
  h5.long, h6.long {
    font-size: 1rem;
  }
}

/**************************************************
 ★サイドバー
**************************************************/
/* 更新日時 */
aside p.Update time {
  color: #b7282e;
}
aside p.Update time:before {
  content: "last update";
  margin-right: 8px;
  color: #000;
}
/* 未完マーク */
aside mark {
  display: inline-block;
  background: #b7282e;
  margin-left: 4px;
  padding: 0 8px;
  color: #fff;
  font-size: .8125rem;
  border-radius: 10px;
}
/*------------------------------
 リスト骨組み
------------------------------*/
aside ul,
aside dl,
aside p.Text {
  margin: 8px 0 0;
}
section.Menu ul {
  margin: 0;
}
section.Menu li,
section.Contents dd {
  display: inline-block;
}
section.Menu li {
  margin-right: 8px;
  font-size: 1.25rem;
  line-height: 1.25;
}
section.Menu a {
  color: #919191;
}
section.Menu a:hover {
  color: #000;
  opacity: 1;
}
section.Contents li,
section.Contents dt {
  font-size: 1rem;
}
section.Contents li a:before,
section.Contents dt:before {
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
	font-weight: 900;
}
section.Contents dd {
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: .875rem;
  line-height: 24px;
}
section.Contents .Series dd {
  width: 24px;
}
section.Contents dd a {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  background: #000;
}
section.Contents .Series dd a {
  padding: 0;
}
/* リストナンバリング */
section.Contents .Num li a:before,
.Num li a:before {
  margin: 0;
  content: "";
}
.Num span {
  font-family: 'Arial',sans-serif;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  width: 21px;
  font-size: .8125rem;
  line-height: 21px;
  border-radius: 11px;
  background: #000;
  color: #fff;
}
/*------------------------------
 サイドバーレスポンシブ要素
------------------------------*/
#nav-input, #nav-open, #nav-close,
h1.Header, h3.Header {
  display: none;
}
@media only screen and (max-width: 750px) {
  aside {
    box-sizing: border-box;
    width: 100%;
    background: #5e5e5e;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    padding: 0 12px;
    height: 36px;
    right: 0;
  }
  /*ハンバーガーアイコン*/
  #nav-open i {
    cursor: pointer;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
  }
  #nav-open i:hover {
    opacity: .75;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 2147483647;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;/*最前面に*/
    width: 268px;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  h1.Header, h3.Header {
    line-height: 36px;
    display: inline-block;
    background: none;
  }
}

/**************************************************
 ★記事要素 p hr ul dl ol
**************************************************/
article p,
article ul,
article dl {
  margin: 0 0 24px;
  padding: 0 5px;
}
/* 白ボックス ※共通 */
.box {
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.75);
}
/* 左配置画像の右側要素 下に回り込ませない設定 ※共通 ※画像の入れ子はp.pic-left */
.hidden {
  overflow: hidden;
}
/*------------------------------
 p要素
------------------------------*/
/* 画像入れ子 */
article p.pic {
  padding: 0;
}
/* 画像入れ子 左配置 */
article p.pic-left {
  margin: 0;
  padding: 0;
  float: left;
}
/*------------------------------
 hr要素
------------------------------*/
hr {
  clear:both;
  margin: 48px auto;
  padding: 0;
  width: 88px;
  border: none;
  border-top: 16px dotted rgba(0,0,0,.25);
}
hr.clear {
  border: none;
  margin: 0 auto;
  height: 24px;
}
/*------------------------------
 ul要素
------------------------------*/
/* チェックマークのリスト */
.check li {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 16px;
}
.check li:last-of-type {
  margin: 0;
}
.check li:before {
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
}
/*------------------------------
 dl要素
------------------------------*/
article dd {
  margin-bottom: 16px;
  padding-left: 15px;
}
article dd:last-of-type {
  margin: 0;
}
/* 横並び */
dl.yoko {
  margin: 0 0 16px;
}
.yoko dt {
  float: left;
}
.yoko dd {
  margin: 0;
  margin-left: 80px;
  padding: 0;
}
.yoko dd:last-of-type {
  margin: 0;
  margin-left: 80px;
  padding: 0;
}
br.clear {
  clear: left;
}
/* dt灰色 dd余白無し */
.dt-gray {
  padding: 0;
}
.dt-gray dt {
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dt-gray dd{
  padding: 0 5px;
}
/*------------------------------
 ol要素
------------------------------*/
ol li {
  list-style-type: decimal-leading-zero;
}
/* 2カラム用 */
ol li.left {
  width: 50%;
  float: left;
  clear: left;
}

/**************************************************
 ★画像要素 ※p要素含む
**************************************************/
article img {
  box-sizing: border-box;
  margin: 48px auto 0;
  border: 2px solid #000;
}
/* ボーダーなし */
article p.less img,
img.less {
  border: none;
}
/* 間隔狭 */
article p.narrow img,
img.narrow {
  margin-top: 24px;
}
/* 400px以上の画像の縮小 */
article p.redox img,
img.redox {
  width: 404px;
}
article p img:first-of-type {
  margin-top: 0;
}

/**************************************************
 ★ページめくりバー
**************************************************/
.Pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 0 8px;
  background: #000;
  font-size: 1rem;
}
.Pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-decoration: none;
}
.Pager a.Back {
  text-align: left;
}
.Pager a.Next {
  text-align: right;
}
.Pager a.Top {
  text-align: center;
}
.Pager a:hover {
  opacity: 0.75;
}
.Pager a.Back:before,
.Pager a.Top:before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  margin-right: 4px;
}
.Pager a.Next:after {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  margin-left: 4px;
}
.Pager a.Back:before {
  content: "\f137";
}
.Pager a.Next:after {
  content: "\f138";
}
.Pager a.Top:before {
  content: "\f0aa";
}
.Pager a.null, .Page a.null:hover {
  opacity: 0.5;
}

/**************************************************
 ★更新日時要素（フッター）
**************************************************/
article p.Update {
  box-sizing: border-box;
  text-align: right;
  padding: 0 5px;
  border-top: 1.5px solid #000;
  margin-top: 24px;
  font-size: .875rem;
}

/**************************************************
 ★共通要素
**************************************************/
/* センタリング */
.center {
  text-align: center;
}
/* マージンなし */
.marginless {
  margin: 0 auto;
}
/*------------------------------
 記事突っ込み要素
------------------------------*/
article p small {
  display: block;
  margin: 0 auto -24px;
  padding: 0 5px;
  font-size: .9375rem;
}
article p.narrow small {
  margin: 0 auto;
}
/*------------------------------
 ストロング要素
------------------------------*/
strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b7282e;
}
strong:before {
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
}
/* センター両脇アイコン */
strong.both {
  display: block;
}
strong.both:before, strong.both:after {
  margin: 0 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
}
/*------------------------------
 色文字要素
------------------------------*/
/* 赤文字 */
.red {
  color: #b7282e;
}
/* 白文字 */
.white {
  color: #fff;
}
/*------------------------------
 背景要素
------------------------------*/
/* 灰色背景 */
.bg-gray {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
/* 赤背景 */
.bg-red {
  color: #fff;
  background: #b7282e;
}
/*------------------------------
 ★クロスワードボタン
------------------------------*/
input.crossword {
  display: block;
  cursor: pointer;
  border: none;
  margin: 24px auto;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 28px;
  color: #fff;
  background: #b7282e;
}
input.crossword:hover {
  opacity: .75;
}
/*------------------------------
 ★ワンクッション要素
 ------------------------------*/
summary {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 24px;
  width: 60%;
  border-radius: 8px;
  font-size: 1.125rem;
  line-height: 28px;
  color: #fff;
  background: #b7282e;
}
summary:hover {
  opacity: .75;
}
summary.title {
  text-align: left;
  padding: 0 16px;
  width: 100%;
  border-radius: 0px;
  line-height: 36px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
summary.title:hover {
  background: #000;
}

/**************************************************
 ★p内の最初と最後の要素調整
**************************************************/
article p :first-child {
  margin: 0 auto;
}
article p :last-child {
  margin-bottom: 0;
}

/**************************************************
 ★ＨＯＭＥ内要素
**************************************************/
/* 沿革の日時 */
.Hist time {
  display: inline-block;
  margin-right: 8px;
  color: #b7282e;
}
/* バナー項目 */
.Banner img {
  margin: 0;
  border: 2px solid #777;
}
.Banner small {
  margin: 0;
  padding: 0 0 8px;;
  font-size: .8125rem;
  line-height: .8125rem;
}
/* About項目box */
div.About {
  margin-bottom: 24px;
}
/* リンク項目 */
.Link img {
  border: 2px solid #777;
}

/**************************************************
 ★ＭＯＶＩＥ インフレーム要素
**************************************************/
iframe.movie {
  display: block;
  margin-bottom: 24px;
  max-width: 100%;
  border: 2px solid #1b1b1b;
  border-top: none;
}

/**************************************************
 ★ＢＡＣＫＲＯＯＭ 川柳
**************************************************/
div.Senryu {
  margin: 0 10px;
  padding: 24px 0;
  border-radius: 24px;
  background: #fff;
}
div.Senryu p {
  text-align: center;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", HGS明朝E, 游明朝, "Yu Mincho", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: bold;
}
div.Sippo {
  width: 0;
  height: 0;
  border-right: none;
  border-left: 24px solid transparent;
  border-bottom: none;
  border-top: 48px solid #fff;
  margin: 0 auto;
}
