@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background-color: #f3ece2;
  color: #574a41;
  font-size: 14px;
  line-height: 2;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", "Noto Sans Japanese", "HiraKakuProN-W3",
    "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #82ac41;
  display: block;
}
a:hover {
  color: #82ac41;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #fff;
  background: #82ac41;
  padding: 10px 15px;
  border-radius: 10px;
}

.osusume {
  background: #c5ad00;
}

h3, .under h2 {
  border-left: 5px solid #b1a296;
  padding-left: 10px;
  color: #574a41;
}
h4, .under h3 {
  border-bottom: 2px solid #b1a296;
  padding-bottom: 5px;
  color: #574a41;
}
.under h3 {margin-top: 40px;}

h5 {
  color: #b1a395;
  font-size: 120%;
  color: #574a41;
}
h6 {
  color: #b1a395;
  font-size: 100%;
  color: #574a41;
}
strong {
  background: linear-gradient(transparent 60%, #f5d150 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border-radius: 10px;
  border: 2px solid #b1a197;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #b1a197;
}
article ol {
  counter-reset: counter-name;
  background: #f3ece3;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border-radius: 10px;
  border: 2px solid #b1a197;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background: #f8f6f3;
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  width: 140px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #cae2b3;
}
table td {
  width: 320px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #b1a197;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  background: #d7d6dc;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.mainwrap {
  width: 100%;
  background: #fff;
  padding: 23px;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.headarea {
  width: 100%;
  margin-bottom: 17px;
  padding: 2rem 0 1%;
  background-color: #f3ece3;
}
.headarea a {
  color: #009148;
}
.headarea .sitettl a {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.3;
}
.headarea p.catchcopy {
  margin-bottom: 13px;
  color: #574a41;
  font-size: 90%;
  text-align: center;
}
.gnav01 img {
  margin: 7px;
}
.gnav01 {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background: #524838;
}
.gnav01 > ul {
  list-style-type: none;
}
.gnav01 ul#gnavmenu > li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
#gnavmenu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnavmenu li a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
}
/* slider */
.bx-wrapper {
  margin: 25px auto;
  margin-bottom: 40px;
  border: 2px;
  box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #7fac51;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 7px;
  margin: 7px 10px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* contents area */
.container01 {
  width: 86%;
  margin: 0 auto;
}
.morebtn {
  text-align: right;
}
.morebtn a {
  padding: 3px 3rem;
  border: 1px solid #adabb5;
  color: #adabb5;
  display: inline-block;
}
.morebtn a:hover {
  background: #adabb5;
  color: #fff;
}
/* main */
main {
  float: right;
  width: 70%;
  margin-bottom: 100px;
}
article img {
  margin-bottom: 10px;
  max-width: 100%;
}
.linkcont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.linkbox01 h3 {
  position: relative;
}
.linkbox01 h3 a {
  display: block;
}
.linkbox01 h3 a:after {
  content: ">";
  position: absolute;
  right: 10px;
}
.linkbox01 p {
  padding: 0 0 20px;
}
.linkbox01 a {
  text-align: left;
}
/* aside */
aside {
  float: left;
  width: 28%;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #b1a395;
  font-size: 21px;
  border-bottom: 2px solid #b1a395;
}
aside a {
  padding: 6px 0;
  margin-right: 60px;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.sidelink a {
  margin-bottom: 8px;
}
/* footer */
footer {
  position: relative;
  background: #f8f6f3;
  padding: 50px 0 10px;
  color: #564a40;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #7fac51;
  font-size: 85%;
}
footer a:hover {
  color: #7fac51;
  text-decoration: underline;
}
footer .container01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ftcopy {
  font-size: 70%;
  text-align: center;
}
.topbtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.ftmenu {
  width: 27%;
  margin-right: 3%;
}
/* under */
.notfound {
  font-size: 200%;
  color: #b1a395;
}
/* pan nav */
.panav {
  margin-bottom: 10px;
}
.panav a {
  display: inline;
  font-size: 85%;
}
.panav font {
  color: #ccc;
}
/* SNS */
.buttonarea {
  width: 100%;
  margin: 50px 0;
}
.snscontainer {
  display: flex;
  justify-content: space-between;
}
.buttonarea > div {
  text-align: center;
}
.buttonarea:after {
  content: "";
  clear: both;
  display: block;
}
.titlefill {
  text-align: center;
  display: block;
  background-color: #bfb2ab;
  color: #574a41;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.buttonwhole {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.buttonwhole .fa {
  font-weight: bold;
}
.buttonlink {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 10px;
}
.buttonlink:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
