@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

strong {
  font-weight: bold;
}

.orange {
  font-weight: bold;
  color: #f60;
}

img {
  vertical-align: bottom;
}

body {
  background: url("../img/bg.jpg");
}

header {
  width: 100%;
  margin: 0 auto;
  background: url(../img/header_bg.png) repeat-x;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

header p {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

header p img {
  width: 100%;
}

#main_contents {
  width: 95%;
  margin: 0 auto;
  padding: 0 0;
  max-width: 800px;
}

#foot_contents {
  width: 100%;
  background: url(../img/linkTopbar.jpg) repeat-x, url(../img/linkbg.jpg) no-repeat;
  background-position: center top;
  background-color: #7d6951;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

h1 {
  background: url(../img/h1_bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 1% auto;
  padding: 4% 0 4% 5%;
  width: 99%;
  max-width: 796px;
  min-width: 300px;
  color: #f3eacc;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

@media screen and (max-width: 340px) {
  h1 {
    font-size: 0.9em;
  }
}

.foot_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 0%;
}

.menu {
  width: 100%;
  margin: 1% auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: space-around;
      align-items: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nbg {
  background: #f4e4b3 !important;
  padding: 1% 0 !important;
}

.noborder img {
  border: none !important;
}

.navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: space-around;
      align-items: space-around;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.nav img {
  width: 90%;
  border: 3px solid #503506;
}

@media screen and (max-width: 640px) {
  .foot_box {
    padding: 40px 0 12%;
  }
}

.menu li {
  width: 49%;
  max-width: 400px;
  text-align: center;
}

.menu p {
  padding: 2% 0;
  font-size: 80%;
  background: #321b04;
  color: #fff;
}

.menu p.bar {
  width: 48%;
  margin: 1% auto;
  max-width: 350px;
  text-align: center;
  border: 3px solid #503506;
  background: #f4e4b3;
  color: #503506;
  font-size: 110%;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu p.bar a {
  color: #503506;
  font-weight: bold;
}

.menu li img {
  width: 100%;
  border: 6px solid #321b04;
}

.margin_right0 {
  width: 100%;
  margin: 1% 2% 1% auto !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: space-around;
      align-items: space-around;
  display: block !important;
}

.manga {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.manga img {
  width: 100%;
  border: 6px solid #321b04;
}

.width800 {
  width: 99%;
  max-width: 792px;
}

.serif {
  width: 96%;
  margin: 4% auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: space-around;
      align-items: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.menu li.right {
  text-align: right;
}

.icon {
  width: 20%;
  max-width: 160px;
}

.icon img {
  width: 100%;
}

.comment {
  width: 80%;
  padding: 2%;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -o-border-radius: 11px;
  -ms-border-radius: 11px;
  border: 3px solid #321b04;
  background: #fff;
}

.nav {
  max-width: 50%;
  padding: 2% 0;
  text-align: center;
}

.ss {
  width: 90%;
  max-width: 600px;
  margin: 2% auto;
}

.ss img {
  width: 100%;
}

.ss2 {
  width: 90%;
  max-width: 500px;
  margin: 2% auto;
}

.ss2 img {
  width: 100%;
}

table {
  width: 90%;
  margin: 2% auto;
  border: 3px solid #000;
  vertical-align: middle;
}

th {
  width: 15%;
  padding: 2%;
  background: #86a971;
  color: #fff;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  vertical-align: middle;
}

td {
  padding: 2%;
  background: #fff;
  border-bottom: 2px solid #000;
  vertical-align: middle;
}

footer {
  width: 100%;
  background: #321b04;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 11px;
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}
