/* Template#029 Designed by 日影石 https://hikageishi.websozai.jp */

@import url('https://fonts.googleapis.com/css?family=Amarante');
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Amarante', cursive;
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #1e080a;
  font-size: 12px;
  background-color: #8d4f42;
}
/* リンク  */

a {
  color: #d8836e;
  width: 100%;
}
a:hover {
  color: #a6658d;
}
/* 画像 */

a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* ヘッダー画像 */

.top {
  padding: 0 10px;
  text-align: center;
  background-image: url("../img/top.png");
  border-style: solid;
  border-width: 1px;
  border-color: #8d4f42;
  width: 478px;
  height: 150px;
}
/* サイトタイトル */

h1 {
  font-size: 24px;
  color: #fff;
}
.subtitle {
  color: #fff;
}
/* メニュー */

#navi ul {
  background-color: #8d4f42;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: inline-flex;
  height: 30px;
}
#navi li {
  box-sizing: border-box;
  display: flex;
  list-style: none;
}
#navi a {
  background-color: #8d4f42;
  border: 1px solid #8d4f42;
  border-top: 0;
  padding: 2px 10px;
  text-decoration: none;
  text-align: center;
  height: 25px;
  color: #f8e469;
}
#navi a:hover {
  text-decoration: none;
  background-color: #f8e469;
  color: #1e080a;
}
/* メイン  */

.main {
  padding: 0 100px;
  width: 500px;
  background-color: #a7744b;
  margin: 0 auto;
  text-align: left;
}
/* コンテンツ  */

.contents {
  background: #f2d8bf url("../img/h3.png") no-repeat 10px 23px;
  padding: 20px;
  color: #000;
  width: 458px;
  border: 1px solid #8d4f42;
}
/* 吹き出し風見出し */

h3 {
  margin: 0px 25px 10px 25px;
  padding: 0px 10px;
  color: #fff;
  position: relative;
  background-color: #a7744b;
}
h3:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #a7744b;
  border-width: 5px;
  margin-top: -5px;
}
/* コンテンツのリスト */

.contents ul {
  margin-left: 20px;
  list-style-image: url("../img/mark.png");
}
.contents ol {
  margin-left: 20px;
}
/* テキストエリア */

textarea {
  background-color: #e9c4a1;
  border: 1px solid #1e080a;
  width: 100%;
}
/* ボタン */

input, button {
  background-color: #e9c4a1;
  border: 1px solid #1e080a;
  width: 90px;
}
/* 更新履歴 */

.info {
  color: #1e080a;
  margin: 10px 0 0 0;
  padding: 2px 0 0 0;
  height: 90px;
  overflow: auto;
  background: #e9c4a1 url("../img/bgt.png");
}
/* 引用  */

blockquote {
  color: #000;
  background-color: #e9c4a1;
  padding: 10px;
  position: relative;
}
/* リンク集  */

.bana {
  border: 0;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
/* 上へ戻るナビ */

.navigation {
  display: block;
  text-align: right;
}
.navigation a {
  color: #f8e469;
  text-decoration: none;
}
/* 著作権表示 */

.footer {
  text-align: center;
  background-color: #8d4f42;
  font-size: 11px;
  padding: 10px 0;
  color: #fff;
  margin: 0px auto;
}
/* メディアクエリ */

@media only screen and (max-width: 720px) {
  html, body {
    padding: 0 5px;
    box-sizing: border-box;
    height: 100%;
  }
  .top {
    width: auto;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .contents {
    margin: 0;
    padding: 0 5px;
    width: auto;
  }
  #navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #navi a:hover {
    width: auto;
  }
  h3 {
    margin: 20px 45px;
  }
  textarea {
    width: 95%;
  }
  .navigation {
    width: 100%;
  }
}
@media only screen and (max-width: 314px) {
  #navi ul {
    background-color: #8d4f42;
    height: 60px;
  }
  .bana {
    float: none;
  }
}
