@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

p,
span {
  font-size: 14px;
  color: #685b40;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  background: #685b40;
}

.slicknav_menu {
  display: none;
}

.container {
  max-width: 840px;
  margin: 0 auto;
}

.container-inner {
  max-width: 800px;
  margin: 0 auto;
}

.container.blue {
  padding: 20px 0;
  background: #d8f9e9;
  border: 3px solid #d3a249;
}

#header .title-area {
  margin-top: 4px;
  position: relative;
  background: linear-gradient(to right,
      #f5dc9a 0%,
      #fcf2d8 23%,
      #fffcf5 50%,
      #fcf2d8 75%,
      #f5dc9a 100%);
}

#header .title-area::before,
#header .title-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 53, 1) 0%,
      rgba(245, 220, 154, 1) 18%,
      rgba(252, 242, 216, 1) 37%,
      rgba(245, 220, 154, 1) 60%,
      rgba(242, 191, 53, 1) 81%,
      rgba(184, 120, 18, 1) 100%);
}

#header .title-area::before {
  position: absolute;
  top: -4px;
}

#header .title-area::after {
  position: absolute;
  bottom: -4px;
}

#header .title-inner {
  width: 840px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#header .title-inner .site-title {
  font-weight: normal;
}

#header .catch-copy {
  font-size: 12px;
  color: #685b40;
}

#header .site-title {
  font-size: 18px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  color: #685b40;
}

#header .site-title a {
  color: #685b40;
  line-height: 1.3;
}

#global-nav {
  margin: 20px 0;
  background: linear-gradient(to bottom, #d2f2f1 0%, #d2f2f1 58%, #ffffe9 100%);
}

.flex,
#global-nav ul {
  display: flex;
  justify-content: space-between;
}

#global-nav ul {
  align-items: center;
  padding: 10px 0;
}

#global-nav ul li {
  position: relative;
  display: inline-block;
  width: 24%;
  text-align: center;
}

#global-nav ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 3%;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  color: #685b40;
  line-height: 1.3;
}

#global-nav ul li a:hover {
  color: #d3a249;
}

#global-nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background: #d3a249;
}

#global-nav ul li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background: #d3a249;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}

main {
  float: left;
  max-width: 530px;
  padding: 20px;
  border: 3px solid #d3a249;
  background: #fffdf8;
}

aside.side-menu {
  float: right;
  /*min-*/
  width: 250px;
  padding: 20px;
  border: 3px solid #d3a249;
  background: #fffdf8;
  position: sticky;
  top: 0;
  height: fit-content;
}

main img {
  width: auto;
  height: auto;
  max-width: 100%;
}

main .page {
  margin: 20px 0 40px;
}

main .page>img {
  width: auto;
  height: auto;
  max-width: 100%;
}

main .page img.eye-catch {
  float: none;
  max-width: 100%;
  width: 100%;
}

main .page img {
  margin-bottom: 10px;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

main .page.links h3 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

main .page.links h3::before {
  content: none;
}

main .page.links a {
  display: block;
  font-size: 18px;
  text-align: left;
  border: none;
}

main .page.links a:hover {
  border: none;
}

main h1.page,
main .page h2,
main .page h3,
main .page h4,
main .page h5,
main .page h6,
.under h1,
.under h2,
.under h3 {
  margin: 20px 0 30px;
  text-align: center;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  color: #d3a249;
  font-weight: normal;
}

main h1.page {
  position: relative;
  font-size: 18px;
  color: #685b40;
  background: linear-gradient(to right,
      #f5dc9a 0%,
      #fcf2d8 23%,
      #fffcf5 50%,
      #fcf2d8 75%,
      #f5dc9a 100%);
}

main h1.page .head-inner {
  padding: 20px 0;
}

main h1.page::before,
main h1.page::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 53, 1) 0%,
      rgba(245, 220, 154, 1) 18%,
      rgba(252, 242, 216, 1) 37%,
      rgba(245, 220, 154, 1) 60%,
      rgba(242, 191, 53, 1) 81%,
      rgba(184, 120, 18, 1) 100%);
}

main h1.page::before {
  position: absolute;
  top: -4px;
}

main h1.page::after {
  position: absolute;
  bottom: -4px;
}

/* +下層用 */
main .page h2,
.under h1 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: normal;
}

main .page h2::before,
main .page h2::after,
.under h1::before,
.under h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(235, 182, 49, 0.15) 0%,
      rgba(235, 182, 49, 0.75) 16%,
      rgba(202, 142, 29, 0.88) 34%,
      rgba(202, 142, 29, 1) 51%,
      rgba(202, 142, 29, 0.88) 70%,
      rgba(235, 182, 49, 0.76) 87%,
      rgba(235, 182, 49, 0.75) 89%,
      rgba(235, 182, 49, 0.15) 100%);
}

main .page h2::before,
.under h1::before {
  margin-bottom: 10px;
}

main .page h2::after,
.under h1::after {
  margin-top: 10px;
}

main .page a.more {
  display: inline-block;
  width: 160px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #b6a35f;
  background: #fff;
  border: 2px solid #f2c13b;
}

main .page a.more:hover {
  border: 2px solid #f2c13b;
}

main .page h3,
.under h2 {
  margin: 10px;
  padding: 10px;
  text-align: center;
  color: #b78a4f;
  border: 1px solid #d3a249;
  position: relative;
  z-index: 100;
}

main .page h3::before,
.under h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d3a249;
  margin: 2px;
  display: block;
  z-index: -1;
  background: #fff;
}

main .page h4::after,
.under h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  font-size: 18px;
  background: url(../images/dot.png) repeat;
}

.under h3 {
  margin-top: 40px;
}


main .page h5 {
  font-size: 18px;
}

main .page h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(to right,
      rgba(235, 182, 49, 0.15) 0%,
      rgba(235, 182, 49, 0.75) 16%,
      rgba(202, 142, 29, 0.88) 34%,
      rgba(202, 142, 29, 1) 51%,
      rgba(202, 142, 29, 0.88) 70%,
      rgba(235, 182, 49, 0.76) 87%,
      rgba(235, 182, 49, 0.75) 89%,
      rgba(235, 182, 49, 0.15) 100%);
}

main .page h6 {
  font-size: 18px;
}

strong {
  font-size: 14px;
  color: #685b40;
  background: linear-gradient(transparent 50%, #f0cb89 50%);
}

em {
  font-size: 14px;
  font-style: normal;
  color: #d3a249;
}

b {
  font-size: 14px;
  color: #685b40;
}

del {
  font-size: 14px;
  text-decoration: line-through;
  color: #685b40;
}

main .page ul,
main .page ol {
  margin: 20px 0;
  font-size: 14px;
  color: #685b40;
}

main .page ul li {
  list-style-image: url(../images/list.png);
  list-style-position: inside;
}

main .page ol {
  counter-reset: list;
}

main .page ol li::before {
  counter-increment: list;
  content: counter(list);
  margin-right: 10px;
  font-size: 25px;
  font-family: "Great Vibes", cursive;
  color: #d3a249;
}

main .page blockquote {
  padding: 10px 20px;
  font-size: 14px;
  color: #685b40;
}

main .page blockquote::before {
  content: url(../images/frame-top.png);
  margin: 0 0 20px -20px;
}

main .page blockquote::after {
  content: url(../images/frame-bottom.png);
  margin: 20px 0 0 -20px;
}

main .page address {
  font-style: normal;
  font-weight: bold;
  color: #d3a249;
}

main .page a {
  font-size: 14px;
  color: #d3a249;
  border-bottom: 1px solid #d3a249;
}

main .page a:hover {
  color: #685b40;
  border-bottom: 1px solid #685b40;
}

main .page ins {
  color: #685b40;
  border-bottom: 1px solid #685b40;
}

table {
  margin: 20px 0;
  border-collapse: collapse;
}

table th {
  padding: 5px 20px;
  font-size: 14px;
  color: #685b40;
  background: #eec451;
  border: 1px solid #d3a249;
}

table td {
  padding: 5px 20px;
  font-size: 14px;
  color: #685b40;
  background: #fff;
  border: 1px solid #d3a249;
}

.pankuzu {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #d3a249;
  border-bottom: 1px solid #d3a249;
}

.pankuzu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.pankuzu ul li {
  font-size: 12px;
}

.pankuzu ul li::after {
  content: ">";
  margin: 0 10px;
}

.pankuzu ul li:last-child::after {
  content: none;
}

.pankuzu ul li a {
  border-bottom: 1px solid #685b40;
}

.pankuzu ul li span:hover,
.pankuzu ul li a:hover {
  color: #d3a249;
  border-bottom: 1px solid #d3a249;
}

.sns-button {
  display: inline-block;
  border-right: 2px solid #f2bf37;
  border-left: 2px solid #f2bf37;
  background: #fff;
}

.sns-button::before,
.sns-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 55, 1) 0%,
      rgba(248, 224, 159, 1) 50%,
      rgba(242, 191, 55, 1) 100%);
}

.sns-button a {
  padding: 5px 30px;
  color: #f2bf37;
}

#twitter:hover {
  color: #00acee;
}

#fb:hover {
  color: #3b5998;
}

#google-plus:hover {
  color: #dd4b39;
}

#hatebu:hover {
  color: #2d4c86;
}

aside.side-menu ul li img {
  width: 100%;
}

.side-menu ul li>p {
  margin: 20px 0 0;
  font-size: 18px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  color: #d3a249;
}

.side-child li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #685b40;
}

.side-child li a:hover {
  color: #d3a249;
}

#footer {
  position: relative;
  margin: 150px 0 20px;
  background: linear-gradient(to bottom,
      rgba(232, 250, 249, 1) 0%,
      rgba(232, 250, 249, 1) 70%,
      rgba(255, 255, 233, 1) 100%);
}

#footer::before,
#footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 53, 1) 0%,
      rgba(245, 220, 154, 1) 18%,
      rgba(252, 242, 216, 1) 37%,
      rgba(245, 220, 154, 1) 60%,
      rgba(242, 191, 53, 1) 81%,
      rgba(184, 120, 18, 1) 100%);
}

#footer::before {
  position: absolute;
  top: -4px;
}

#footer::after {
  position: absolute;
  bottom: -4px;
}

#footer .container {
  padding: 30px 0;
}

#footer .footer-menu ul>p {
  color: #685b40;
  text-align: center;
  font-size: 16px;
}

#footer .footer-menu ul>p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0 5px 0;
  background: linear-gradient(to right,
      rgba(235, 182, 49, 0.15) 0%,
      rgba(235, 182, 49, 0.75) 16%,
      rgba(202, 142, 29, 0.88) 34%,
      rgba(202, 142, 29, 1) 51%,
      rgba(202, 142, 29, 0.88) 70%,
      rgba(235, 182, 49, 0.76) 87%,
      rgba(235, 182, 49, 0.75) 89%,
      rgba(235, 182, 49, 0.15) 100%);
}

#footer .footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu ul {
  width: 33%;
  margin-right: 20px;
}

#footer .footer-menu ul li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #685b40;
}

#footer .footer-menu ul li a:hover {
  color: #d3a249;
}

#footer .footer-sub {
  margin: 20px 0;
  text-align: center;
}

#footer .footer-sub .title {
  font-size: 12px;
}

#footer .footer-sub .copy {
  font-size: 10px;
}

#footer a.top-button {
  position: relative;
  display: block;
  width: 150px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  font-family: "Great Vibes", cursive;
  color: #b6a35f;
  background: #fff;
  border-right: 2px solid #f2bf37;
  border-left: 2px solid #f2bf37;
}

#footer a.top-button::before {
  content: "";
  display: block;
  width: 146px;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 55, 1) 0%,
      rgba(248, 224, 159, 1) 50%,
      rgba(242, 191, 55, 1) 100%);
}

#footer a.top-button::after {
  position: absolute;
  bottom: 0px;
  content: "";
  display: block;
  width: 146px;
  height: 2px;
  background: linear-gradient(to right,
      rgba(242, 191, 55, 1) 0%,
      rgba(248, 224, 159, 1) 50%,
      rgba(242, 191, 55, 1) 100%);
}

.not-found b {
  font-family: "Great Vibes", cursive;
  font-size: 21px;
  font-weight: normal;
}

.link-box {
  margin-bottom: 20px;
}