@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

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

body {
  background: #fff;
  color: #5c4300;
  font-size: 15px;
  line-height: 1.5em;
  font-family: "Noto Sans Japanese";
}

/*----- ul -----*/
article ul {
  padding: 10px 20px;
  margin: 20px 0;
  border: 2px solid #5c4300;
}

article ul li {
  margin: 10px 0;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f068";
  margin-right: 5px;
  color: #ffe200;
}

/*----- ol -----*/
article ol {
  counter-reset: list;
  list-style-type: none;
  padding: 0px;
  background: #fff7bb;
}

article ol li {
  position: relative;
  line-height: 20px;
  margin: 7px 0 7px 60px;
}

article ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: -32px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffe200;
  line-height: 22px;
  font-weight: bold;
  z-index: 1;
}

article ol li:after {
  content: "";
  position: absolute;
  top: 54%;
  left: -32px;
  width: 20px;
  height: 20px;
  background: #5c4300;
  color: #fff;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----- blockquote -----*/
blockquote {
  background: #5c4300;
  padding: 3em 1em;
  position: relative;
  color: #fff;
  text-align: center;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #ffe200;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 10px;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 10px;
  bottom: 0;
}

/*----- table -----*/
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 2px solid #5c4300;
  background: #fff7bb;
  color: #5c4300;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: 2px solid #5c4300;
}

/*----- other -----*/
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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #footerfbc 0%) repeat scroll 0 0;
  font-weight: normal;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
  color: #5c4300;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background: #fff7bb;
  margin-bottom: 3px;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*■■■■■ 大枠　■■■■■*/
#wrapper {
  max-width: 1080px;
  margin: 20px auto 50px;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

/*----- 見出し -----*/
h2,
h3,
h4,
h5,
h6,
.under h1 {
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

h2,
.under h1 {
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px;
  letter-spacing: 0.1em;
  border-bottom: dotted 2px #5c4300;
  font-weight: bold;
}

h3,
.under h2 {
  font-size: 14px;
  color: #fff;
  background: #5c4300;
  padding: 10px 15px;
}

h4,
.under h3 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 1px #bbb;
}

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

h5 {
  color: #5c4300;
  font-size: 14px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #bbb;
  padding: 10px 15px;
}

img {
  max-width: 100%;
  font-weight: bold;
}

/*----- リンク -----*/
a {
  color: #5c4300;
  display: block;
}

a:hover {
  color: #f2ba00;
}

/*■■■■■ top page　■■■■■*/
/*----- header -----*/
#logo {
  background: #ffe200;
  width: 100%;
  overflow: hidden;
}

.logo-ttl a {
  max-width: 1080px;
  margin: 10px auto;
  padding: 20px;
  background: #fff;
  font-size: 1.5rem;
  border: solid 2px #5c4300;
  text-align: center;
}

.logo-ttl a:hover {
  background: #fff7bb;
}

#logo-grid {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#logo-link {
  max-width: 1080px;
  margin: 10px auto;
}

.logo-copy {
  width: 300px;
  float: left;
  padding: 3px;
  font-size: 0.8rem;
  font-weight: bold;
}

#logo-menu ul {
  width: 700px;
  float: right;
  margin: 0 auto;
  font-size: 13px;
  overflow: hidden;
  border: solid 2px #5c4300;
}

#logo-menu li {
  width: 25%;
  float: left;
}

#logo-menu li a {
  text-align: center;
  padding: 10px 0;
  border-left: dashed 2px #5c4300;
}

#logo-menu li:nth-child(1) a {
  border-left: none;
}

#logo-menu li a:hover {
  background: #fff7bb;
}

.slicknav_menu {
  display: none;
}

/*----- slider -----*/
.mainvisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.mainvisual .bx-viewport li {
  padding: 0 5px 0;
}

.mainvisual .bx-viewport {
  background: #ffe200;
}

.slider-link {
  position: relative;
  width: 1680px;
  margin: 0 auto;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  max-width: 1680px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

/*----- main -----*/
main {
  float: right;
  max-width: 73%;
  /*820px*/
}

@media (max-width: 619px) {
  main {
    max-width: inherit;
  }
}

main article {
  margin-bottom: 30px;
}

main article img {
  margin-bottom: 10px;
}

/*----- 本文 -----*/
.site-link {
  width: 100%;
}

/*----- 下層リンク -----*/
.grid-label {
  overflow: hidden;
}

.grid-label article {
  width: 48%;
  float: right;
}

.grid-label article:nth-child(1) {
  float: left;
}

.intro-link>div {
  width: 98%;
  background: url(../images/bg.png) repeat;
  border: solid 5px #ffe200;
}

.intro-link p {
  margin: 0 2%;
}

.intro-link img {
  width: 94%;
  margin: 1% 3%;
  display: inline-block;
}

/*----- もっと読む -----*/
.read-button {
  text-align: center;
}

.read-button a {
  width: 70%;
  margin: 20px auto;
  padding: 20px 0;
  font-size: 16px;
  color: #5c4300;
  display: inline-block;
  line-height: 0;
  letter-spacing: 0.16em;
  background: #ffe200;
  border-radius: 5px;
}

.read-button a:after {
  font-family: FontAwesome;
  content: "\f152";
  margin-left: 10px;
}

.read-button a:hover {
  color: #fff;
}

/*----- おすすめ -----*/
.rcm-link {
  border: solid 3px #5c4300;
}

.rcm-link h2 {
  width: -webkit-fill-available;
  text-align: center;
}

.rcm-link h3 {
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.rcm-link h3 a {
  width: 94%;
  margin: 20px 3% 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #5c4300;
  display: inline-block;
  background: #ffe200;
  border-radius: 5px;
}

.rcm-link h3 span {
  display: inline-block;
  width: 96%;
  margin: -0 2% 10px;
  font-size: 12px;
  text-align: right;
  color: #5c4300;
}

.rcm-link h3 a:after {
  font-family: FontAwesome;
  content: "\f152";
  margin-left: 10px;
}

.rcm-link h3 a:hover {
  color: #fff;
}

/*----- aside -----*/
#sub-grid {
  /*min-*/
  width: 22%;
  /* 230px*/
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}

#sub-grid li {
  /* width: 90%; */
  /* margin-left: 10%; */
  padding: 10px;
}

#sub-grid dl {
  border: solid 2px #5c4300;
  text-align: center;
}

#sub-grid dt {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  background: #ffe200;
}

#sub-grid dd a {
  padding: 15px 0;
  border-top: dashed 2px #5c4300;
}

#sub-grid dd a:hover {
  background: #fff7bb;
}

#sub-grid img {
  width: 80%;
  margin: 0 auto 10px;
  display: block;
}

#sub-grid a:hover img {
  width: 76%;
  padding: 2%;
  background: #fff;
}

/*----- footer -----*/
#footer-grid {
  width: 100%;
  background: url(../images/foot.png) repeat-x top #39b54a;
  padding: 150px 0 30px;
}

#footer-grid ul {
  width: 650px;
  margin: 0 auto 30px;
}

#footer-grid dl {
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
  margin: 10px 0;
}

#footer-grid dt {
  width: 65px;
  color: #fff;
  font-weight: bold;
  float: left;
  padding: 10px 0;
  margin-right: 10px;
  position: relative;
}

#footer-grid dt:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  color: #ffe200;
  right: 0;
}

#footer-grid dd {
  float: left;
  padding: 10px 0;
}

#footer-grid dd a {
  color: #fff;
}

#footer-grid dd a:hover {
  color: #ffe200;
}

#footer-grid dd a:after {
  content: "|";
  margin: 0 8px;
  color: #fff;
}

.footer-copy {
  width: 100%;
  font-size: 70%;
  text-align: center;
  background: #5c4300;
  color: #fff;
}

.tp-button {
  width: 50px;
  height: 50px;
  background-color: #5c4300;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

.tp-button::before {
  content: "";
  display: blcok;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: 19px;
}

/*----- 404 -----*/
.dialog {
  padding: 1.5em 0.5em;
}

.dialog b {
  font-size: 46px;
  display: block;
  margin-bottom: 10px;
  color: #5c4300;
}

/*----- pan nav -----*/
#pan-menu {
  margin: 0 10px 10px;
}

#pan-menu li {
  display: inline-block;
  margin-right: 5px;
}

/*----- SNS -----*/
#sns-grid {
  width: 100%;
  padding: 0 0 10px;
  margin: 50px 0;
  text-align: center;
  background: #fff7bb;
  overflow: hidden;
}

#sns-grid dt {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 15px;
  margin: 0 auto 10px;
  background: #5c4300;
  color: #fff;
}

#sns-grid dd {
  width: 24%;
  float: left;
  margin: 0 0.5%;
}

#sns-grid dd .fa {
  font-weight: bold;
}

#sns-grid dd a {
  margin: 10px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

#sns-grid dd a:hover {
  opacity: 0.8;
}

/*----- SNS背景色 -----*/
#twitter {
  background: #00acee;
}

#hatena {
  background: #2d4c86;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

/*下層などflex内で要素が増える時*/
#wrapper:has(#pan-menu) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
#pan-menu {
  width: 100%;
}

/*パンくず*/