@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*スクロールエリア強制表示*/
html {
  font-family: "Yu Gothic UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-y: scroll;
  letter-spacing: 0.02em;
}
/*///////////////リスト ///////////////////////*/
ul, ol {
  list-style-type: none;
}
li, dd {
  line-break: normal;
  line-height: 1.4em;
}
/*///////////////リンク指定///////////////////////*/
a {
  color: #336600;
  overflow: hidden;
}
a:hover {
  text-decoration: none;
  color: #339999;
}
.red {
  color: #ff0000;
}
/*///////////////装飾関係////////////////////////////////////////////////////////////////////////*/
/*☆☆見出し☆☆*/
/*☆☆テキスト サイズ ・ウエイト☆☆*/
.ll {
  font-size: 200%;
  line-height: 140%;
  font-weight: bold;
}
.l {
  font-size: 140%;
  line-height: 140%;
  font-weight: bold;
}
.s {
  font-size: 80%;
}
.ss {
  font-size: 60%;
}
.bold {
  font-weight: bold;
}
/*☆☆テキスト 配置☆☆ */
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.line_yellow {
  background: gradient(linear, left top, left bottom, from(#ffff00) 60%, to(#000) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00) 60%, to(#000) 50%);
  background: linear-gradient(to bottom, #ffff00 60%, #000e 50%);
}
/*背景色指定*/
/* 点線 */
.dottedline {
  border-bottom: #cccccc 1px dashed;
}
/*/////////////ポイント指定/////////////*/
.ttl_1 {
  width: 100%;
  margin: 20px 0;
  color: #000;
  padding: 10px;
  font-size: 1.4em;
}
.box_inner {
  margin: 0 auto 20px;
  width: 90%;
}
.box_border {
	margin: 40px auto;
  width: 80%;
	border: #666 4px solid;
	padding-top: 20px;
}
.list_tate {
  padding-left: 1.5em;
  margin-left: 0;
}
.list_tate li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.4em;
}
/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/
@media only screen and (min-width: 769px) {
  .darkgray_inner {
    padding: 2% 20%;
  }
  .box_border_black {
    padding: 40px;
    margin: 40px;
  }
  .ttl_1 {
    font-size: 2em;
  }
}
/*☆☆☆☆☆☆☆☆☆☆☆☆☆　 SP・PC 共通設定　 ☆☆☆☆☆☆☆☆☆☆☆☆*/
body {
  color: #333;
  background: #fff;
}
/*header*/
#wrapper {
  position: relative;
}
#header_pc {
  display: none;
}
#header_sp {
  padding-bottom: 10px;
}
#header_sp #logo {
  float: left;
  margin-right: 15px;
}
#header_sp #logo img {
  display: block;
  width: 100px;
  height: 80px;
}
#header_sp #header_title {
  margin: 20px 70px 0 0;
  font-size: 1.2em;
  color: #336600;
  line-height: 1.3;
}
#header_sp .description {
  clear: both;
  margin: 40px 10px 20px 10px;
  font-size: 0.9em;
}
#header_bnr {
  width: 90%;
  max-width: 468px;
  margin: 20px auto 0;
}
#header_bnr a img {
  width: 100%;
  height: auto;
  display: block;
}
#header_bnr img[width="1"][height="1"] {
  display: none;
}
#kv_pc, #kv_sp {
  margin: 20px auto;
}
#kv_pc img, #kv_sp img {
  width: 100%;
  height: auto;
  display: block;
}
#kv_sp {
  width: 90%;
  max-width: 300px;
}
@media only screen and (min-width: 769px) {
  #kv_pc {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
}
#contents {
  margin: 0;
  padding-top: 10px;
}
#contents .entry {
  text-align: center;
  margin: 40px 0;
  padding: 0;
}
.entry p {
  margin: 0 20px 40px 20px;
  font-size: 1em;
  line-height: 1.8em;
}
.menu_list {
  width: 90%;
  margin: 40px auto;
}
.menu_list li {
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 20px;
  border: 4px solid #666;
  box-sizing: border-box;
  font-size: 1.4em;
  width: 100%;
  text-align: left;
}
.menu_list li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1.4;
  color: inherit; /* 必要ならリンク色を継承 */
}
.menu_list .thumbnail {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.menu_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/*投稿内リスト*/
.wp-block-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.wp-block-list li {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 20px 15px 45px;
  background: #f8f9fb;
  border-left: 4px solid #2c7be5;
  border-radius: 6px;
  line-height: 1.8;
}
.wp-block-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 15px;
  color: #2c7be5;
  font-weight: bold;
  font-size: 18px;
}
.wp-block-list li strong {
  color: #222;
  font-size: 1.05em;
}
/*サイドバー記事一覧*/
.list_kiji {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.list_kiji li {
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.list_kiji li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  color: #222;
  text-decoration: none;
  line-height: 1.6;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.list_kiji li a:hover {
  opacity: 0.75;
}
.list_kiji .thumbnail {
  flex: 0 0 120px;
  overflow: hidden;
  border-radius: 6px;
  background: #eee;
}
.list_kiji .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #666;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*ページ内リンク位置調整*/
a.name_link {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
/*ぱんくず*/
.p_navi {
  width: 100%;
  padding: 10px 2%;
  margin-bottom: 40px;
  text-align: left;
  background: #666;
}
.p_navi ul {
  margin: 0;
}
.p_navi li {
  display: inline;
  font-size: 80%;
  color: #fff;
  line-height: 1.6;
}
.p_navi li a {
  color: #fff;
}
/* 投稿画像を中央寄せ */
.wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Footer*/
footer {
  margin-top: 20px;
  padding: 10px;
  background: #333;
  font-size: 0.8em;
  color: #fff;
  text-align: right;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: underline;
  padding: 0 20px;
}
footer a:hover {
  color: #fff;
}
footer h2 {
  text-align: left;
  padding: 10px 0 10px 20px;
  color: #fff;
  border-bottom: 2px dotted #666;
  margin-bottom: 10px;
}
footer h3 {
  text-align: left;
  padding: 10px 0 10px 20px;
  color: #fff;
  border-bottom: 2px dotted #666;
  margin-bottom: 10px;
}
footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
footer .footer_nav li {
  width: auto;
  margin: 0;
}
footer .footer_nav li a {
  display: block;
  padding: 10px 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .15);
}
footer .footer_nav li a:hover {
  background: #444;
  border-color: #5cb85c;
  transform: translateY(-2px);
}
footer .footer_nav li a:before {
  content: "▶";
  color: #66cc66;
  margin-right: 8px;
  font-size: .8em;
}
@media screen and (max-width: 600px) {
  footer .footer_nav {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0;
  }
  footer .footer_nav li a {
    transition: .2s;
  }
  footer .footer_nav li a:hover {
    background: #444;
    border-color: #5cb85c;
    transform: translateY(-2px);
  }
  footer .footer_nav li a:active {
    transform: translateY(0);
  }
  footer p {
    font-size: 0.85em;
    line-height: 1.7;
    text-align: left;
  }
}
/*投稿用*/
.wp-block-heading {
  margin-bottom: 20px;
}
h2, h3 {
  font-size: 1.8em;
}
.wsp-container {
  padding: 1.5em;
  text-align: left;
}
.wsp-pages-list, .wsp-posts-list {
  margin-left: 1.5em;
  margin-bottom: 2em;
  padding-left: 1em;
  list-style: disc;
}
.wsp-pages-list li, .wsp-posts-list li {
  margin-bottom: 0.7em;
  line-height: 1.7;
}
.wsp-category-title {
  display: block;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: bold;
}
/* パソコンで見たときは"pc"のclassがついたテキストが表示される */
.pc {
  display: none;
}
/* CSS Document */
/*////////////////////PC用スタイル!スタート////★///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .hover:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  #wrapper {
    max-width: 100%;
  }
  #header_sp {
    display: none;
  }
  #header_pc {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 180px;
    max-width: 100%;
    z-index: 100;
    background: #fff; /* 背景色もあると下の要素が透けなくて安心 */
  }
  #header_pc #header_title {
    font-size: 1.4em;
    position: absolute;
    top: 10px;
    left: 120px;
  }
  #header_pc #description {
    font-size: 0.9em;
    position: absolute;
    top: 50px;
    left: 120px;
    width: 50%;
  }
  #header_pc #header_bnr {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 468px;
    height: 60px;
  }
  #g_navi {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background: #f7f1f1;
    height: 60px;
  }
  #g_navi ul {
    position: absolute;
    top: 20px;
    left: 100px;
  }
  #g_navi li {
    float: left;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    line-height: 1.2em;
  }
  #g_navi li:last-child {
    margin-right: 0;
    border-right: 0;
  }
  #contents {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }
  .entry p {
    font-size: 1.2em;
  }
  .menu_list::after {
    content: "";
    display: block;
    clear: both;
  }
  .menu_list li {
    width: calc(50% - 10px); /* 2列でgap20px分 */
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 20px;
    border: 4px solid #666;
    box-sizing: border-box;
    font-size: 1.4em;
  }
  /* 右列の margin-right をゼロに */
  .menu_list li:nth-child(2n) {
    margin-right: 0;
  }
  .menu_list li a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: inherit;
  }
  .menu_list .thumbnail {
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .menu_list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .single_box {
    width: 60%;
    margin: 0 auto;
  }
  footer li {
    width: 24%;
    text-align: left;
  }
}
/*検索ボックス*/
.search_area {
  max-width: 800px;
  margin: 50px auto 70px;
  padding: 35px;
  background: #f8faf6;
  border: 1px solid #d8e5cc;
  border-radius: 8px;
  text-align: center;
}
.search_area h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  color: #336600;
}
.search_area form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search_area input[type="text"] {
  width: 500px;
  height: 56px;
  padding: 4px;
}
.search_area input[type="submit"] {
  height: 50px;
  padding: 0 24px;
  line-height: 50px;
}
.search_area input[type="submit"]:hover {
  background: #4c8500;
}
.maker_links {
  margin-top: 25px;
  line-height: 2.2;
}
.maker_links a {
  display: inline-block;
  margin: 5px;
  padding: 8px 16px;
  border: 1px solid #336600;
  border-radius: 30px;
  color: #336600;
  text-decoration: none;
  font-size: 15px;
  transition: .2s;
}
.maker_links a:hover {
  background: #336600;
  color: #fff;
}
@media (max-width:768px) {
  .search_area {
    width: auto;
    margin: 30px 15px 45px;
    padding: 25px 15px;
  }
  .search_area h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .search_area form {
    display: block;
    width: 100%;
  }
  .search_area input[type="text"], .search_area input[type="search"] {
    width: 100% !important;
    height: 52px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search_area input[type="submit"] {
    width: 100%;
    height: 52px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .maker_links {
    margin-top: 20px;
    text-align: center;
  }
  .maker_links a {
    font-size: 14px;
    padding: 7px 13px;
    margin: 4px;
  }
}
/*検索結果ページ*/
.search_result_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search_result_list li {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.search_result_list .search_thumb {
  width: 180px;
  flex-shrink: 0;
}
.search_result_list .search_thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.search_result_list h2 {
  font-size: 1.3rem;
  margin: 0 0 10px;
}
.search_result_list h2 a {
  color: #336600;
}
.search_result_list p {
  line-height: 1.7;
  margin: 0;
}
/*タグ*/
.year_links {
  margin-top: 25px;
  text-align: center;
}
.year_links h3 {
  font-size: 1.6rem;
  color: #336600;
  margin-bottom: 12px;
}
.year_links a {
  display: inline-block;
  margin: 5px;
  padding: 7px 15px;
  border: 1px solid #999;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px !important;
}
.year_links a:hover {
  background: #336600;
  color: #fff;
  border-color: #336600;
}
/*フォーム*/
.wpcf7 {
  max-width: 700px;
  margin: 40px auto;
}
.wpcf7 p {
  margin-bottom: 25px;
}
.wpcf7 label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
}
.wpcf7 textarea {
  min-height: 180px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border-color: #4f7f2a;
  outline: none;
  box-shadow: 0 0 8px rgba(79, 127, 42, .2);
}
.wpcf7-submit {
  width: 220px;
  background: #4f7f2a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 18px;
  cursor: pointer;
  transition: .2s;
}
.wpcf7-submit:hover {
  background: #35571d;
}

.wpcf7-submit {
  display: block;
  margin: 30px auto 0;
  min-width: 220px;
  height: 56px;
  font-size: 20px;
  font-weight: bold;
}