@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}

body {
  background: url(../images/bg.png);
  color: #5a4f4a;
  font-size: 16px;
  line-height: 2;
  font-family: Arial, Helvetica, "メイリオ", "HiraKakuPro-W3",
    "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
}
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;
}
a,
a:link,
a:active,
a:visited {
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 25px;
  padding: 8px 0;
}

/* top page */
/* header */
header {
  background: url(../images/tree.png) 120% 100% no-repeat;
  background-size: cover;
  margin-bottom: 10%;
}
.head_text {
  margin: 0 auto;
  padding: 2% 0;
  width: 75%;
}
.head_text .site_titl {
  display: inline-block;
  margin-right: 2%;
  width: 40%;
  line-height: 1.3;
}
.head_text .site_titl a {
  color: #614b21;
  font-size: 20px;
  height: 100%;
  font-weight: bold;
  /* line-height: 1.3; */
}
.head_text .site_titl a:hover {
  opacity: 0.7;
}
.head_text .copy_text {
  color: #d5e8c0;
  display: inline-block;
  font-size: 12px;
  width: 30%;
}

/* gronav */
#gronav {
  margin: 0 auto;
  width: 75%;
}
#gronav_menu {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  width: 100%;
}
#gronav_menu li {
  text-align: center;
  width: 24%;
}
#gronav_menu li a {
  background: url(../images/wood.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 20px;
}
#gronav_menu li a:hover {
  transform: rotate(-5deg);
}

/* main_Visual */
#main_img {
  border: 10px solid #54411f;
  box-shadow: 0 1px 2px #ccc;
  margin: 5% 10%;
  transform: rotate(-5deg);
  width: 50%;
}

/* slide */
.bx-wrapper {
  border: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}

/* content */
#content {
  width: 75%;
  margin: 3% auto 0;
}
#content main {
  float: right;
  width: 67%;
}

/* link */
#link_contents {
  border: 2px dotted #ccc;
  margin-bottom: 5%;
}
.link:last-child {
  border: none;
}
.link {
  border-bottom: dotted 1px #ccc;
  padding: 2%;
}
.link img {
  border: 6px solid #fff;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 0 2% 2% 0;
  width: 50%;
}
.link h2 {
  border-bottom: 4px dotted #72a330;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.link p {
  margin-bottom: 2%;
}
.link_btn {
  float: right;
}
.link_btn a {
  background: url(../images/wood.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: block;
  padding: 1% 30px;
}
.link_btn a:hover {
  transform: rotate(-5deg);
}

/* browser_contents */
main .browser_contents {
  background: #fff;
  border: 2px dotted #ccc;
  margin-bottom: 5%;
}
main .browser_contents h2 {
  margin: 0;
  padding: 2%;
  position: relative;
}
.browsers h3 {
  border-bottom: 4px dotted #72a330;
  margin: 3% auto;
  width: 95%;
}
.browsers h3 a {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.browsers h3 a:hover {
  color: #72a330;
}
.browsers p {
  padding: 2%;
}

/* content_article */
.content_article {
  border: 2px dotted #ccc;
  margin-bottom: 5%;
  padding: 2%;
}
.content_article_img {
  border: 6px solid #fff;
  box-shadow: 0 1px 2px #ccc;
  width: 100%;
}

/* +下層用 */
.content_article h2, .under h1 {
  border-bottom: 4px dotted #72a330;
  color: #000;
  font-weight: bold;
  margin-bottom: 2%;
  position: relative;
}
.content_article h3, .under h2 {
  background: #72a330;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
  padding: 1% 2%;
}
.content_article h4, .under h3 {
  color: #72a330;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
}
.under h3 {
  color: #fff;
  margin-top: 40px;
}

.content_article h5 {
  background: #f69218;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
  padding: 1% 2%;
}
.content_article h6 {
  color: #f69218;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
}







.content_article strong {
  font-size: 16px;
  text-decoration: underline;
}
.content_article ul li {
  list-style: disc;
  margin: 0 20px;
}
.content_article ol {
  counter-reset: number;
}
.content_article ol li {
  margin-bottom: 2%;
}
.content_article ol li::before {
  background: #72a330;
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 32px;
}
.content_article blockquote {
  background: #f4ebdc;
  padding: 1%;
}
.content_article address {
  background: #fff;
  border: 2px dotted #ccc;
  padding: 1% 2%;
}
.content_article a {
  color: #72a330;
  text-decoration: underline;
}
.aligncenter {
  margin-bottom: 2%;
  text-align: center;
}
.alignright {
  margin-bottom: 2%;
  text-align: right;
}
.content_article pre {
  background: #72a330;
  color: #fff;
  margin: 2% 0;
  padding: 2%;
}
table {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
table th {
  background: #54411f;
  border: 1px solid #54411f;
  color: #fff;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  background: #fff;
  border: 1px solid #54411f;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* aside */
.side_nav {
  width: 30%;
  position: sticky;
  top: 0;
}
.side_nav h2,
#sub_content .side_nav h3 {
  margin: 0;
  padding: 2%;
  position: relative;
}
.side_content .menu h2,
.side_content .menu h3 {
  background: #73a431;
  border: 5px solid #fff;
  box-shadow: 0 1px 2px #ccc;
  color: #fff;
  font-weight: bold;
}
.side_content .column h2,
.side_content .column h3 {
  background: #f69218;
  border: 5px solid #fff;
  box-shadow: 0 1px 2px #ccc;
  color: #fff;
  font-weight: bold;
}
.side_content a {
  color: #795b3f;
  display: block;
  font-weight: bold;
  padding: 4%;
  position: relative;
}
.side_content a img {
  margin-bottom: 2%;
}
.side_content img {
  width: 100%;
}

.side_content .column li {
  background: #fff;
  box-shadow: 0 1px 2px #ccc;
  margin: 10% 0;
}
.side_content .column li:hover {
  transform: rotate(-5deg);
}
.slicknav_menu {
  display: none;
}

/* footer */
footer {
  margin-top: 10%;
  position: relative;
}
.sitemap_content {
  border-top: 4px dotted #72a330;
  margin: 0 auto;
  padding: 3% 0;
  width: 80%;
}
.sitemap_content > li {
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
.sitemap_content > li:last-child {
  margin-right: 0;
}
.sitemap_content > li p {
  color: #000;
}
.sitemap_content > li li a {
  font-size: 12px;
  color: #000;
}
.sitemap_content > li li a:hover {
  text-decoration: underline;
}
.copy_right {
  color: #000;
  text-align: center;
}
.copy_right p {
  font-weight: bold;
  margin: 0 auto;
  padding-right: 10%;
  width: 90%;
}

/* topbtn */
#topbtn_box {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 27px;
  width: 110px;
}
.topbtn {
  display: block;
}
.topbtn:hover {
  opacity: 0.7;
}
.topbtn img {
  width: 100%;
}

/* under */
/* header */
.sub_header {
  margin-bottom: 3%;
}
.sub_header .head_text {
  padding: 7% 0;
}

/* sub_content */
#sub_content {
  margin: 0 auto;
  width: 80%;
}
#sub_content > h2 {
  border-bottom: 4px dotted #72a330;
  border-top: 4px dotted #72a330;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3%;
  padding: 2% 0;
}
#sub_content main {
  float: right;
  width: 67%;
}

/* pan_nav */
#pan_nav {
  color: #272727;
  font-size: 12px;
  margin: 1% 0;
}
#pan_nav a {
  color: #272727;
}
#pan_nav > span {
  margin: 0 1%;
}
#pan_nav > span:first-child {
  margin: 0 1% 0 0;
}
#pan_nav > span:first-child a {
  color: #73a431;
}

/* main */
.eyecatch {
  border: 10px solid #54411f;
  box-shadow: 0 1px 2px #ccc;
  margin-bottom: 2%;
  width: 100%;
}

/* SNS */
.button_Area {
  width: 100%;
}
.button_titl {
  background: #72a330;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 6px 15px;
  text-align: center;
}
.sns_content {
  display: flex;
  justify-content: space-between;
  margin: 3% auto;
}
.sns_btn {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sns_btn .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;
}
.buttonLink:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#Twitter {
  background-color: #00acee;
  border-radius: 10px;
}
#Hatena {
  background-color: #2d4c86;
  border-radius: 10px;
}
#Facebook {
  background-color: #3b5998;
  border-radius: 10px;
}
#Ggl-plus {
  background-color: #dd4b39;
  border-radius: 10px;
}

/* no_page */
.no_page_entry {
  background: #fff;
  border: 2px dotted #ccc;
  margin-bottom: 10%;
  padding: 20% 10%;
}
