@charset "UTF-8";
/*
 Theme Name: hyogo_hiki_portal12
 Author: tak
 Description: ひきこもり情報ポータルテーマ12
 Version: 12
*/
/* CSS Document */
@font-face {
  font-family: waon;
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/WaonJoyo-R.otf) format("opentype");
}
:root {
  --mobile-header-height: 60px;
  --mobile-height: 0px;
  --wp-menu-height: 0px;
}
@media (max-width: 1200px) {
  :root {
    --mobile-header-height: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: inherit;
}

p {
  font-weight: inherit;
}

ul {
  align-self: stretch;
}

h4 {
  font-size: 1.1rem;
}

.fs-normal {
  font-size: 1.5em;
}

.fs-1 {
  font-size: 3rem;
}

.fs-2 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 2rem;
}

.fs-4 {
  font-size: 1.8rem;
}

.fs-5 {
  font-size: 1.4rem;
}

.fs-6 {
  font-size: 1.2rem;
}

th {
  padding: 0.4em;
}

td {
  padding: 0.4em;
}

hr {
  margin: 0 0 1em;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mobile-header-height) + var(--mobile-height) + var(--wp-menu-height));
}

.grecaptcha-badge {
  margin-left: auto;
}

body {
  overflow-y: auto;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*    font-size: 62.5%; */
  margin: 0;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: #fff;
  overflow-x: hidden;
  color: #333;
  background-size: cover;
}
body.is-scrollLock {
  overflow-y: hidden;
  margin-right: var(--scrollbar-width);
}
body a {
  color: #279175;
}
body.custom-background {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
body .body__wrap {
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  min-height: 100vh;
}
@media (max-width: 600px) {
  body .body__wrap {
    min-width: 300px;
  }
}
body .body__wrap.is-scrollLock {
  overflow-y: auto;
}

@media (max-width: 1200px) {
  body.menu_opened {
    overflow: hidden;
    touch-action: none;
  }
  body.menu_opened .body__wrap {
    margin-right: var(--scrollbar-width);
  }
}

.wf-mplus1p {
  font-family: "M PLUS 1p";
}

/* M PLUS 1p用 */
.wf-nicomoji {
  font-family: "Nico Moji";
}

/* ニコモジ用 */
.clear {
  clear: both;
}

a {
  color: #279175;
}
a:hover {
  opacity: 0.8;
}

a[target=_blank]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 0.4em;
  text-decoration: none;
  display: inline-block;
}

.on-off {
  display: none;
}

@media (max-width: 600px) {
  table {
    width: 100%;
    /*table-layout: fixed;*/
    word-break: break-all;
    word-wrap: break-all;
  }
}
.screen-reader-response,
.wpcf7-response-output {
  color: blue;
}
.screen-reader-response ul,
.wpcf7-response-output ul {
  padding: 0;
}

.fade {
  opacity: 0;
}

.fadeIn {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeIn;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-duration: 2s;
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInSide {
  animation-fill-mode: both;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: fadeInSide;
  visibility: visible !important;
}

@keyframes fadeInSide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.post_type_btn {
  border-radius: 0.4rem;
  font-size: 0.89rem;
  border: 1px solid;
  padding: 0.2rem 0.3rem;
  top: 0;
  right: 0;
  color: #333;
  text-decoration: none;
}
.post_type_btn.municipal_support {
  background: #ffd4ea;
  color: #444;
}
.post_type_btn.private_support {
  background: #d8f7f0;
  color: #444;
}
.post_type_btn.supportorg {
  background: #227dae;
  color: #fff;
}
.post_type_btn.onlinespace {
  background: #edffd2;
  color: #333 !important;
  border: 1px solid #c8c8c8;
  background: linear-gradient(313deg, #edffd2 0%, white 100%);
}
.post_type_btn.peer {
  background: #cdbd0a;
  color: #fff;
}

input {
  border: 1px solid #f1f1f1;
}

input:disabled {
  opacity: 0.3;
}

/**header.php
*/
#header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease; /* 影のアニメーション */
}
#header.scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#header .top_links {
  margin: 0 16px 0 0;
}
@media (max-width: 1200px) {
  #header .top_links {
    display: none;
  }
}
#header .top_links .in_page {
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 4px;
}

.feature-menu-class {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 16px 0 auto;
  gap: 16px;
  /* チェック時のサブメニュー表示 */
  /* チェック時の矢印の回転 */
  /* サブメニューのリストアイテムのスタイル */
}
.feature-menu-class > li {
  white-space: nowrap;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* サブメニューのスタイル */
  /* メニューアイテムがホバーされたときの処理 */
  /* サブメニューがホバーされた時に矢印アイコンが回転 */
}
.feature-menu-class > li > .menu-item-label {
  color: #444;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* アイコンのスペース */
  position: relative;
  font-weight: 600;
  font-size: 0.9rem;
  height: 100%;
  /* アイコンをCSSで追加 */
}
.feature-menu-class > li > .menu-item-label::after {
  content: "\f0da";
  /* Font Awesomeの右矢印 (fa-arrow-right) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* アイコンを太字にする */
  margin-left: 10px;
  /* テキストとアイコンの間隔 */
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
  /* 初期状態 */
}
.feature-menu-class > li > .sub-menu {
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.8392156863);
  position: absolute;
  left: 0;
  top: calc(var(--mobile-header-height));
  min-width: 200px;
  overflow: hidden;
  height: 0;
  /* 初期状態は隠す */
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .feature-menu-class > li > .sub-menu {
    flex-direction: column;
  }
}
.feature-menu-class > li:hover > .sub-menu {
  width: 100%;
  height: auto;
  left: 0;
  max-height: calc(100vh - var(--wp-menu-height) - var(--mobile-header-height));
  margin: 0 auto;
  overflow-y: scroll;
  /* サブメニューを表示させる */
}
.feature-menu-class > li:hover > .sub-menu::-webkit-scrollbar {
  /* windowsでもスクロールバーを消す */
  display: none;
}
@media (max-width: 1200px) {
  .feature-menu-class > li:hover > .sub-menu {
    height: 0;
    width: 0;
  }
}
.feature-menu-class > li.active .menu-item-label::after {
  transform: rotate(-90deg);
  color: #279175;
  /* 矢印を90度回転 */
}
.feature-menu-class > li:hover > .menu-item-label::after {
  transform: rotate(-90deg);
  /* 矢印を90度回転 */
}
.feature-menu-class .submenu-toggle {
  display: none;
}
.feature-menu-class .submenu-toggle:checked + .sub-menu {
  width: 100%;
  height: auto;
  max-height: calc(100vh - var(--wp-menu-height) - var(--mobile-header-height));
  margin: 0 auto;
  overflow-y: scroll;
}
.feature-menu-class .submenu-toggle:checked + .sub-menu::-webkit-scrollbar {
  /* windowsでもスクロールバーを消す */
  display: none;
}
.feature-menu-class .submenu-toggle:checked + .menu-item-label::after {
  transform: rotate(-90deg);
  /* チェック時も矢印を回転 */
}
.feature-menu-class .sub-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.feature-menu-class .sub-menu li {
  flex: 1 1 0;
  height: 180px;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1200px) {
  .feature-menu-class .sub-menu li {
    flex: inherit;
  }
}
.feature-menu-class .sub-menu li a {
  text-decoration: none;
}
.feature-menu-class .sub-menu li a .menu-thumbnail {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  background-size: contain;
  background-repeat: no-repeat;
}
.feature-menu-class .sub-menu li a .menu-title {
  text-align: center;
  display: block;
  color: #444;
  font-weight: bold;
  padding: 8px 0 0;
}
.feature-menu-class .sub-menu li:hover {
  background-color: #f0f0f0;
}

.is-scrollLock #header {
  width: calc(100% - var(--scrollbar-width));
}

.title_back {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  justify-content: space-between;
  background: none;
}
@media (max-width: 1200px) {
  .title_back {
    max-width: inherit;
    padding: 0 0 0;
  }
}
.title_back .title_area {
  margin: 0;
  border-radius: 16px;
  transition-duration: 0.1s;
}
@media (max-width: 1200px) {
  .title_back .title_area {
    margin: 0;
  }
}
.title_back .title_area h1 {
  margin-bottom: 0;
  white-space: nowrap;
}
.title_back .title_area h1 a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 1200px) {
  .title_back .title_area h1 a {
    font-size: 16px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  .title_back .title_area h1 a {
    align-items: center;
    font-size: 14px;
    padding: 0.7rem;
  }
}
.title_back .title_area h1 a .header__title {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 1px;
}
.title_back .title_area h1 a .header__title .h1-1 {
  display: block;
}
.search_box_space {
  width: 100%;
}
.search_box_space .search_form {
  padding: 1rem;
}
.search_box_space .search_form .inner {
  display: flex;
  align-items: center;
}
.search_box_space .search_form .inner .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.search_box_space .search_form .inner .search-field {
  border: 1px solid #D6D6D6;
  border-radius: 7px;
  padding: 0.3em 0.4em;
  font-size: 13px;
  flex: 1;
}
.search_box_space .search_form .inner .searchsubmit {
  width: 35px;
  height: 30px;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #969696;
  background: transparent;
  cursor: pointer;
}
.search_box_space .search_img {
  cursor: pointer;
  display: none;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  background-size: contain;
}
.search_box_space .search_img i {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .search_box_space .search_img {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .search_box_space .search_img {
    top: 6px;
  }
}
.search_box_space .search-field {
  width: auto;
  height: 1.8rem;
  font-size: 1.4em;
}
@media (max-width: 600px) {
  .search_box_space .search-field {
    width: 200px;
  }
}
.search_box_space.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-bottom: 0;
  z-index: 100;
}
@media (max-width: 600px) {
  .search_box_space.full {
    height: 45px;
  }
}
.search_box_space.full .search_box_back {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 600px;
}
@media (max-width: 600px) {
  .search_box_space.full .search_box_back {
    max-width: 230px;
  }
}
.search_box_space.full .search_img {
  position: absolute;
  right: 2px;
  top: 10px;
  background: url(images/close.svg) no-repeat;
}
.search_box_space.full .search_img i {
  display: none;
}

#menu_button {
  display: none;
}
#menu_button:checked + .menu_icon {
  box-shadow: 0 0 8px #aaa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#menu_button:checked + .menu_icon::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 30px;
  z-index: 10000;
  right: 10px;
  top: 6px;
}

.menu_icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 40px;
  gap: 1px;
  margin: 0 10px;
}
.menu_icon::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin: auto;
  font-size: 30px;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .menu_icon {
    left: inherit;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 999;
    width: 40px;
    height: 40px;
  }
}

.open .menu_icon::before {
  content: "X";
}

#wrap {
  margin-top: calc(var(--mobile-header-height));
}

.main_contents {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main_contents__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .main_contents {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .main_contents {
    max-width: inherit;
    margin-left: 0;
    margin-left: 0px;
    width: 100%;
  }
}

main {
  flex: 1;
}

.main {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .main {
    padding: 0 0;
    margin: 0 1rem 0;
  }
}
@media (max-width: 600px) {
  .main {
    padding: 0 0 1rem;
  }
}

/* post_content */
/** site_aside
 */
#site_aside {
  width: 100%;
  -moz-columns: 2;
       columns: 2;
  margin: auto;
  background: #f5f5f5;
  padding: 24px 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
  -moz-column-rule: 1px solid #c5c5c5;
       column-rule: 1px solid #c5c5c5;
}
@media (max-width: 1200px) {
  #site_aside {
    float: none;
    -moz-columns: unset;
         columns: unset;
    -moz-columns: 1;
         columns: 1;
  }
}
#site_aside .inner {
  padding: 0 24px;
}
#site_aside .inner .sidebar_title {
  font-size: 18px;
  background: none;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  color: #555;
}
#site_aside .inner::after {
  content: "";
  clear: both;
}
#site_aside .inner a {
  text-decoration: none;
}
#site_aside .inner .sidebar-title {
  font-size: 1.3em;
  padding: 0.5em 0;
  margin: 0;
  border-radius: 0 0;
  border-top: 3px solid #444;
}
#site_aside .inner .sidebar-title + ul {
  font-size: 1.3em;
  border-radius: 0 0 6px 6px;
  padding: 1.2em 0;
}
#site_aside .inner .sidebar-title + ul li {
  list-style: none;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted;
}
#site_aside .inner .sidebar-title + ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
#site_aside .inner .sidebar-title + ul li a {
  text-decoration: none;
}
#site_aside .inner .widget_recent_entries li {
  margin-left: 1.5em;
}
#site_aside .inner .widget_recent_entries li a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #ccc;
  display: inline-block;
  color: currentColor;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
#site_aside .inner .search_box_back {
  background: #fff;
  padding: 12px 0;
  text-align: center;
}
#site_aside .inner .search_box_back .inner {
  display: inline-block;
}
#site_aside .inner .search_box_back .inner .search-field {
  width: 160px;
}
#site_aside .inner .sidebar-wrapper {
  margin-bottom: 1em;
  border-radius: 6px;
  max-width: 33.3333%;
  padding: 1em;
  min-width: 280px;
}
@media (max-width: 1200px) {
  #site_aside .inner .sidebar-wrapper {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
}
#site_aside .inner .sidebar-wrapper.shien_link {
  position: relative;
}
#site_aside .inner .sidebar-wrapper:last-of-type {
  margin-bottom: 0;
}
#site_aside .inner .sidebar-wrapper:last-of-type > .sidebar-title + ul {
  margin-bottom: 0;
}
#site_aside .inner .side_sien_title {
  font-size: 1.6em;
  margin-bottom: 0.6em;
}
@media (max-width: 1200px) {
  #site_aside .inner .side_sien_title {
    margin-top: 1em;
  }
}
#site_aside .inner .side_sien_chart {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
}
#site_aside .inner .side_sien_chart li {
  margin-bottom: 1em;
}
#site_aside .inner .side_sien_chart li a {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  padding: 0.6em;
  line-height: 1.4;
  font-size: 1.4em;
  text-decoration: none;
  color: #fff;
  background: #3a8ebe;
  transition: 0.4s;
}
#site_aside .inner .side_sien_chart li a:hover {
  border-right: 1px solid #3a8ebe;
  border-bottom: 1px solid #3a8ebe;
  transform: translate(1px, 1px);
  background: rgb(93.3467741935, 164.814516129, 205.6532258065);
}
#site_aside .inner .side_sien_chart .rightarrow {
  position: absolute;
  right: 1.4em;
  vertical-align: middle;
  line-height: 1.4;
}
#site_aside .inner .original_recent_entries p {
  display: inline;
}
#site_aside .inner .original_recent_entries .shienkikan span {
  font-weight: bold;
  color: #888;
}
#site_aside .inner .news__posts {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#site_aside .inner .news__posts__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #c5c5c5;
  padding: 8px 0 12px;
}
#site_aside .inner .news__posts__item__meta {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
#site_aside .inner .news__posts__item__meta .day {
  order: 0;
}
#site_aside .inner .news__posts__item__meta .post-categories {
  order: 1;
}
#site_aside .inner .footer_menu_back {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (max-width: 1200px) {
  #site_aside .inner .footer_menu_back {
    display: none;
  }
}
#site_aside .inner .footer_menu_back .footer_menu {
  font-size: 0.9rem;
  -moz-columns: 2;
       columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}
#site_aside .inner .footer_menu_back .footer_menu .nav-menu-item {
  padding: 0;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-weight: bold;
  padding-bottom: 20px;
}
#site_aside .inner .footer_menu_back .footer_menu .nav-menu-item ul {
  font-weight: normal;
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
}
#site_aside .inner .footer_menu_back .footer_menu .nav-menu-item ul.sub-menu {
  padding-top: 2px;
}

.post-categories,
.post_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 0;
  margin: 0;
  min-width: 60px;
}

.post-categories li,
.post_tags .tag_style {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}
.post-categories li:last-of-type,
.post_tags .tag_style:last-of-type {
  margin-right: 0;
}

.post-categories li a,
.post_tags .tag_style a {
  color: #777;
  padding: 3px 6px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}
.post-categories li a.support,
.post_tags .tag_style a.support {
  background: #227dae;
  color: #fff;
}
.post-categories li a.peer,
.post_tags .tag_style a.peer {
  background: #cdbd0a;
  color: #fff;
}
.post-categories li a.onlinespace,
.post_tags .tag_style a.onlinespace {
  color: #333 !important;
}
.post-categories li a.spe_link,
.post_tags .tag_style a.spe_link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-categories li a.spe_link::after,
.post_tags .tag_style a.spe_link::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.post-categories li a.normal,
.post_tags .tag_style a.normal {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-categories li a.normal::before,
.post_tags .tag_style a.normal::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
}

/** footer.php
 */
#footer {
  bottom: 0;
  color: #555;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem 1.1rem;
  position: relative;
}
@media (max-width: 600px) {
  #footer {
    padding: 0 1.1em 1.1em;
  }
}
@media (max-width: 1200px) {
  #footer hr {
    display: none;
    margin: 0;
  }
}

#menu-footer-menu {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  display: flex;
  vertical-align: top;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  #menu-footer-menu {
    padding: 1rem;
  }
}

#menu-footer-menu::after {
  clear: both;
  content: " ";
}

#menu-footer-menu > .menu-item {
  list-style: none;
  letter-spacing: normal;
  width: 16.6666%;
  vertical-align: top;
}
@media (max-width: 1200px) {
  #menu-footer-menu > .menu-item {
    width: 50%;
    min-width: 50%;
  }
}

#menu-footer-menu > .menu-item > a {
  color: #333;
}

#menu-footer-menu > .menu-item-has-children {
  font-size: 0.89rem;
}

#menu-footer-menu .sub-menu {
  font-size: 0.89rem;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

#menu-footer-menu .sub-menu li {
  list-style: none;
  margin: 0.4rem 0.8rem 0.4rem 0;
}
@media (max-width: 600px) {
  #menu-footer-menu .sub-menu li {
    line-height: 1.7;
  }
}

#menu-footer-menu .sub-menu li a {
  text-decoration: none;
  font-weight: bold;
}

.footer_etc {
  text-align: left;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 600px) {
  .footer_etc {
    padding-top: 0;
  }
}
.footer_etc .footer_inner {
  padding-right: 12px;
  margin-right: 0px;
}
.footer_etc .img_icon {
  vertical-align: middle;
  margin-right: 4px;
  height: 14px;
  display: inline-block;
}

.footer_inner {
  padding-right: 0;
  margin: 0;
}

.footer_etc_left {
  float: left;
  width: calc(100% - 250px);
  box-sizing: border-box;
}
.footer_etc_left p {
  margin-top: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9rem;
}
@media (max-width: 600px) {
  .footer_etc_left {
    width: calc(100% - 140px);
  }
}

.footer_etc_right {
  float: right;
  width: 250px;
  position: relative;
}
@media (max-width: 600px) {
  .footer_etc_right {
    width: 140px;
  }
}

.footer_name {
  font-size: 1rem;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}

.footer_img {
  position: absolute;
  right: 0;
  top: 0;
}
.footer_img div {
  width: 90px;
  height: 90px;
  background: url(images/nh-a006a_03.png) no-repeat;
  background-size: contain;
  display: block;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .footer_img div {
    width: 65px;
    height: 65px;
    display: inline-block;
  }
}

.control_button {
  width: 150px;
  cursor: pointer;
  display: block;
  margin: 4px 0;
  text-decoration: none;
  background: rgb(78.4782608696, 207.5217391304, 173.4347826087);
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #279175;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  line-height: 12px;
}
@media (max-width: 600px) {
  .control_button {
    width: 65px;
    margin-bottom: 1.5em;
  }
}

.control_button span {
  vertical-align: middle;
}
@media (max-width: 600px) {
  .control_button span {
    display: none;
  }
}

.control_button:active {
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: solid 4px #fff;
  /*線を消す*/
}

.control_button a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0.4rem;
  font-size: 11px;
}

@media (max-width: 600px) {
  #totop a::after {
    content: "Top";
  }
}

@media (max-width: 600px) {
  #firstpage a::after {
    content: "Home";
  }
}

#totop:hover + #firstpage + .footer_img div {
  width: 90px;
  height: 90px;
  background: url(images/nh-a007a_03.png) no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  #totop:hover + #firstpage + .footer_img div {
    width: 65px;
    height: 65px;
  }
}

#totop:hover + .footer_img div {
  width: 90px;
  height: 90px;
  background: url(images/nh-a007a_03.png) no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  #totop:hover + .footer_img div {
    width: 65px;
    height: 65px;
  }
}

#firstpage:hover + .footer_img div {
  width: 90px;
  height: 90px;
  background: url(images/nh-a004a_03.png) no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  #firstpage:hover + .footer_img div {
    width: 65px;
    height: 65px;
  }
}

.mapp-layout {
  border: none;
  margin: 0;
}

.footer-on-off {
  display: none;
}

.smart_button {
  display: none;
}
@media (max-width: 1200px) {
  .smart_button {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #3ca29e;
    text-align: center;
    color: #fff;
    z-index: 1000;
    font-weight: bold;
    font-size: 1rem;
    text-shadow: 0 -1px 1px #333, 1px 1px 1px #fff;
  }
}

.CRight {
  font-size: 1rem;
}

.smart_button::before {
  content: "menu";
  transition: 0.4s;
}

#footer .smart_menu {
  display: none;
}
@media (max-width: 1200px) {
  #footer .menu_icon {
    display: none;
    height: 45px;
    width: 100%;
    padding: 0;
    margin: 0 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(images/menu.svg) no-repeat center #f1f1f1;
    cursor: pointer;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }
  #footer .menu_icon.closeB {
    background: url(images/close.svg) no-repeat center #fff;
  }
}

/** page_nav*/
.page_nav {
  width: 100%;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
.page_nav .pagenumbers {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.page_nav .pagenumbers .current.num {
  font-size: 0.8rem;
}
.page_nav .pagenumbers .page.num {
  font-size: 1.1rem;
  font-weight: bold;
}
.page_nav .pagenumbers .previouspostslink,
.page_nav .pagenumbers .nextpostslink {
  display: flex;
  justify-content: center;
}
.page_nav .pagenumbers .previouspostslink > a,
.page_nav .pagenumbers .nextpostslink > a {
  text-align: center;
  display: block;
  font-size: 1.1em;
  padding: 0.3rem 0.5rem;
  font-weight: bold;
  color: #222;
}
.page_nav a {
  text-decoration: none;
}

/* wordpress固有*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #eee;
  border: 1px solid #ddd;
  max-width: 96%;
  padding: 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0;
}

.wp-block-image {
  position: relative;
}
.wp-block-image .wp-element-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  font-size: 0.8rem;
  padding: 0.4rem;
  line-height: 1;
}

textarea#comment {
  width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #212121;
}

#pocket {
  background-color: #EE4056;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

#hatena {
  background-color: #2D4C86;
}

/* ボタン設定 */
.button-area {
  margin: 1.8em 0 0;
}

.button-area-inner {
  margin: 0;
  display: flex;
  justify-content: stretch;
}
.button-area-inner a[target=_blank]::after {
  display: none;
}

.button-area:after {
  content: "";
  clear: both;
  display: block;
}

.button-area-title {
  font-weight: 700;
  margin: 0 0.5% 8px;
}

.title-fill {
  display: block;
  font-size: 14px;
  width: 90%;
  padding: 0;
  margin: 0 0 0.8em;
  box-sizing: border-box;
}

.button-whole {
  width: 100%;
  margin: 0 0.5% 0 0.5%;
  box-sizing: border-box;
}

.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 0 !important;
  box-sizing: border-box;
  line-height: 35px;
  height: 35px;
  border-radius: 3px;
  text-decoration: none;
}

.button-link .fa {
  line-height: 35px;
}

.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* wordpress固有*/
#map_canvas {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

a img.aligncenter.wpimage {
  display: inline-block;
}

address {
  font-style: normal;
}

@media screen and (max-width: 850px) {
  #sidebar {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
  .header_info span.i {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 0;
  }
  .footer_displaycontents {
    display: none;
  }
  .footer_side {
    border: none;
  }
}
@media (max-width: 1200px) {
  .wpcf7-textarea {
    width: 100%;
  }
  .wpcf7-text {
    /* max-width: 214px; */
    width: 80%;
  }
}
.page-template-_page-questionnaire section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.page-template-_page-questionnaire .list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-_page-questionnaire .list li {
  display: flex;
  align-items: center;
}
.page-template-_page-questionnaire .list a {
  font-weight: bold;
  text-decoration: none;
  color: #1f7481;
}
.page-template-_page-questionnaire .list a:hover {
  color: rgb(47.3225806452, 204.8709677419, 240.6774193548);
}

.qanda__title_back {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.qanda__title_back__num {
  margin-bottom: 4px;
  font-size: 1rem;
  color: #333;
}
.qanda__title_back__title {
  color: #5f5f5f;
  background: #c2ffbb;
  border-radius: 0.56rem;
  padding: 1rem;
  font-size: 1rem;
  margin: 0;
}
.qanda .post_content h3 {
  background: rgb(12, 144, 174);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.qanda .post_content h3::before {
  display: none;
}
.qanda .post_content p {
  font-family: serif;
  font-size: 1.1em;
  line-height: 2;
}
.qanda__go_back {
  display: flex;
  justify-content: center;
}
.qanda__go_back a {
  background: #0066e3;
  color: white;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}

@media (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
  .wp-block-columns .wp-block-column .wp-block-image .alignright {
    float: none !important;
    margin: 0 auto !important;
  }
  .wp-block-columns .wp-block-column .wp-block-image .aligncenter {
    float: none !important;
    margin: 0 auto !important;
  }
  .wp-block-columns .wp-block-column .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto !important;
  }
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-top: 1em !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon a {
  display: block;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 0.8em;
  margin: 0 0 1.5em;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
@media print {
  body,
  html {
    font-size: 100% !important;
  }
  #sidebar {
    display: none;
  }
  .page_has_child_meta {
    display: none;
  }
  .header__wrapper {
    display: block;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }
  .header__wrapper .title_back {
    margin-left: 0;
    padding-left: 0;
  }
  .header__wrapper .title_back .title_area {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 0;
    padding-left: 0;
  }
  .header__wrapper .title_back .title_area .title_logo_area {
    position: relative;
  }
  .header__wrapper .title_back .title_area h1 a {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    background: none;
    border: none;
  }
  .menu_icon {
    display: none;
  }
  .main_title_wrapper {
    margin: 0.3rem 0 0.3rem;
    padding: 0;
  }
  .main_title_wrapper .main_title {
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
  }
  .main_title_wrapper .main_title .title_title {
    min-height: inherit;
    margin: 0;
    padding: 0;
  }
  .main_title_wrapper .main_title .title_title .site_des_sub {
    height: auto;
    margin: 0;
    padding: 0;
  }
  .main_title_wrapper .breadcrumbs {
    margin-top: 0;
  }
  .main_title_wrapper .breadcrumbs .current-item {
    font-size: 21px;
  }
  #main {
    margin: 0;
  }
  .post_category_lists {
    display: none;
  }
  .article.one .post_content {
    display: block !important;
    font-size: 1rem !important;
  }
  .edit_link {
    display: none;
  }
  .header__wrapper {
    height: auto;
  }
  .article {
    width: 100%;
  }
  .site_title {
    padding-left: 90px;
  }
  .title_sub {
    padding-left: 90px;
  }
  .main {
    margin: 0 1rem 1rem;
    padding-top: 1rem;
  }
  .title_spacer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .article_title_back {
    padding-left: 0;
  }
  .article_title_back::before {
    display: none;
  }
  .meta-nav_wrap {
    display: none;
  }
  .button-area {
    display: none;
  }
  footer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */