@charset "utf-8";

/* 基礎 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Sawarabi Gothic", "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

body {
  background: url(./img/angel-d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 70%;
  height: auto;
  background-color: rgba(249, 252, 224, 0.4);
  margin: 0px auto;
  box-shadow: 0 0 5px 13px rgba(249, 252, 224, 0.4);
  padding-top: 5px;
}

header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* border-radius: 30px 30px 0 0; */
  background-color: #fffaf0;
  box-shadow: 0 0 5px 6px #ffe2c6;
}

h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 0;
  text-shadow: 0px 0px 20px #ff6347;
}

h1 a {
  text-decoration-color: #fa8072;
  text-decoration-line: underline;
}

.ds {
  font-style: normal;
  color: #ffa500;
}

.ss {
  font-style: normal;
  color: #32cd32;
}

.h1fff {
  font-style: normal;
  color: #f0f8ff;
}

h2 {
  color: #2b2b2b;
  padding: 0 15px 10px;
}

.offtit {
  font-size: 1.5em;
  color: #ffa500;
}

.seedtit {
  font-size: 1.1em;
  color: #1e90ff;
}

.cordtit {
  font-size: 1.1em;
  color: #7f1184;
}

.azultit {
  font-size: 1.1em;
  color: #003f8e;
}

nav {
  width: 100%;
  margin: 5px auto;
}

nav ul li {
  width: 20%;
  float: left;
  list-style-type: none;
  text-decoration: none;
}

nav ul li a {
  display: block;
  height: 2em;
  text-align: center;
  line-height: 35px;
  background-color: /*rgba(105, 176, 118, 0.5)*/ #efffe0; /*#ccffe5*/
  text-decoration: none;
  transition-duration: 0.7s;
  /*border-radius: 30px;*/ /*検討中*/
  box-shadow: 0 0 5px 5px #ffe2c6;
  color: #ffa500;
  /*  margin: 5px;*/
}

ul li a:hover {
  background-color: #ffe2c6;
}

.imgsp {
  display: none;
}

h3 {
  color: #fa8072;
  font-weight: bold;
}

h4 {
  color: #696969;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

h5 {
  color: #fa8072;
  font-style: normal;
  font-size: 1em;
}

.gray {
  font-size: 1.2em;
  color: #696969;
}

em {
  font-style: normal;
}

a {
  color: #32cd32;
}

.novel hr {
  background-color: #32cd32;
  border: none;
  height: 1px;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
}

.novel hr.btm {
  margin-top: 1em;
}

.novel h3 {
  color: #000;
}

.ath {
  color: #008000;
}

.ca {
  color: #ffa500;
}

.kira {
  color: #1e90ff;
}

.lacu {
  color: #ffb6c1;
}

.chui {
  color: #ff4500;
}

.short .sub {
  padding-left: 1em;
  font-size: 0.9em;
}

.short p a.actit {
  padding: 0.5em 1em;
  font-size: 0.9em;
  text-decoration: none;
  color: #006400;
}

.short p a.kltit {
  padding: 0.5em 1em;
  font-size: 0.9em;
  text-decoration: none;
  color: #4b0082;
}

section {
  /*  margin: 10px 0;*/
  padding: 20px 40px;
  background-color: #fffaf0;
  /*  border-radius: 20px;*/
  box-shadow: 0 0 5px 5px #ffe2c6;
  line-height: 2em;
}

section.novel {
  padding: 20px 100px;
}

/*.content .links {
  height: 1000px;
}*/

.novel .honbun {
  line-height: 1.9em;
}

.retrne {
  text-align: center;
}

.retrne a {
  text-decoration: none;
  color: #ffa500;
}

footer {
  /*  margin: 10px 0;*/
  /*  padding: 20px 40px;*/
  width: 100%;
  text-align: center;
  background-color: #fffaf0;
  /* border-radius: 0 0 20px 20px; */
  box-shadow: 0 0 5px 5px #ffe2c6;
}

/* スクロールボックス */

.infbox {
  overflow: auto;
  width: 90%;
  height: 100px;
  margin: 0 auto;
  background-color: #fffaf0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.index-list:after {
  content: "";
  display: block;
  clear: both;
}

small {
  color: #ffa500;
}

small a {
  text-decoration: none;
  color: #ffa500;
}

/*レスポンシブ設計-------------------------------------------------------------------------------*/

@media (max-width: 786px) {
  body {
    background: #d4ffb6;
  }

  header,
  footer {
    border-radius: 0;
  }

  .wrapper {
    width: 100%;
  }

  h1 {
    padding: 0 0 5px 40px;
    font-size: 2em;
  }

  h2 {
    display: none;
  }

  .imgsp {
    width: 100%;
    display: inline;
  }

  .novel .honbun {
    font-size: 0.8em;
  }

  section.novel {
    padding: 20px 20px;
  }
}

/*メモ帳----------------------------------------------------------------------------------------*/

/* 新要素はデフォルトではinline要素なのでこの指定が必要。←全てブロック要素になりました18/12/20確認
header ,nav ,article ,aside ,section ,footer {
    display:block;
}*/

/*ハロアイコン　background: url(img/haroorange.png) no-repeat 0 0;  矢印のアイコン画像を指定*/
