@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../fonts/NotoSerifJP-Light.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slidein2 {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein2.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
  overflow: hidden;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  text-decoration: underline;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 560px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 15px;
}

.free2 > dt {
  float: right;
  margin-left: 15px;
}

.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 560px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box2 > div {
  width: 50%;
}
.panel_box.box3 > div {
  width: 33.3%;
}
.panel_box.box4 > div {
  width: 25%;
}
@media screen and (max-width: 560px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 div, .panel_box.box3 div, .panel_box.box4 div {
    width: 100%;
  }
}

.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*リンクアイコン----------------------*/
a:not(:has(img))[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  color: #9c9c9c;
  margin-left: 5px;
}
a:not(:has(img))[href*=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c1";
  color: #ff0000;
  margin-left: 5px;
}
a:not(:has(img))[href*=".doc"]:after, a:not(:has(img))[href*=".docx"]:after, a:not(:has(img))[href*=".rtf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c2";
  color: #007eff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".xls"]:after, a:not(:has(img))[href*=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c3";
  color: #55ad00;
  margin-left: 5px;
}
a:not(:has(img))[href*=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c6";
  color: #9c9c9c;
  margin-left: 5px;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
  	overflow: auto;
  */
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #wrap {
  height: auto;
}

#footer {
  bottom: 0;
  width: 100%;
}

div#content {
  width: 960px;
  margin: 0 auto;
  background: #f9f8f3;
  line-height: 1.5;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: centser;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

.cont {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.cont.wide {
  max-width: 1180px;
}
.cont.narrow {
  max-width: 780px;
}
.cont.full {
  max-width: 100% !important;
}
.cont img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 560px ) {
  iframe {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
@media screen and (min-width: 981px ) {
  #top_hed h1 {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
    transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #top_hed #g_nav ul li {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
    transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
  }
  #top_hed #g_nav ul li:nth-of-type(1) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #top_hed #g_nav ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #top_hed #g_nav ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  #top_hed #g_nav ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #top_hed #g_nav ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  #top_hed #g_nav .ham {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
    transition: opacity 1.2s cubic-bezier(0.45, 0.25, 0.15, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #top_hed.effect h1 {
    opacity: 1;
  }
  #top_hed.effect #g_nav ul li,
  #top_hed.effect #g_nav .ham {
    opacity: 1;
  }
}
#top_hed {
  background: #fff;
  width: 100%;
  padding: 0 5.8vw 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#top_hed #logo {
  max-width: 90%;
}
#top_hed #logo a {
  display: inline-block;
}
@media screen and (max-width: 560px ) {
  #top_hed {
    padding: 5% 1em 0;
  }
}
@media screen and (max-width: 1050px ) and (min-width: 561px ) {
  #top_hed {
    padding-top: 5%;
  }
}
#top_hed #g_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top_hed #g_nav .g_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 70%;
  line-height: 1.25;
  padding: 1em;
  padding-right: 0;
}
@media screen and (max-width: 560px ), screen and (max-width: 1050px ) and (min-width: 561px ) {
  #top_hed #g_nav .g_sub {
    display: none;
  }
}
#top_hed #g_nav .g_sub li {
  padding-right: 1em;
}
#top_hed #g_nav .g_sub li:last-child {
  padding-right: 0;
}
#top_hed #g_nav .g_sub li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #6DB154;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
#top_hed #g_nav .g_sub li a {
  text-decoration: none;
}
#top_hed #g_nav .g_sub li a:hover {
  opacity: 0.7;
}
#top_hed #g_nav .g_main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_hed #g_nav .g_main_wrap .g_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}
@media screen and (max-width: 560px ), screen and (max-width: 1050px ) and (min-width: 561px ) {
  #top_hed #g_nav .g_main_wrap .g_main {
    display: none;
  }
}
#top_hed #g_nav .g_main_wrap .g_main > li > a {
  font-size: clamp(14px, 1.12vw, 16px);
  margin: 0 1em;
  padding: 1em 0;
  display: inline-block;
}
#top_hed #g_nav .g_main_wrap .g_main > li a {
  text-decoration: none;
}
#top_hed #g_nav .g_main_wrap .g_main > li a:hover {
  color: #5FBA47;
}
#top_hed #g_nav .g_main_wrap .g_main > .contact {
  color: #fff;
}
#top_hed #g_nav .g_main_wrap .g_main > .contact a {
  background: #FFAE00;
  border-radius: 10px;
  padding: 0.6em 1em;
}
#top_hed #g_nav .g_main_wrap .g_main > .contact a:hover {
  opacity: 1;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown {
  position: relative;
  display: inline-block;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0d7";
  font-weight: 900;
  color: #FFAE00;
  padding: 0.2em;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown .sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 150%;
  position: absolute;
  font-size: 90%;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown .sub-menu li {
  background: #fff;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown .sub-menu li a {
  display: block;
  padding: 1em 1.5em;
  margin: 0;
  width: 100%;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown .sub-menu li a:hover {
  color: #fff;
  background: #5FBA47;
}
#top_hed #g_nav .g_main_wrap .g_main .dropdown .sub-menu .dropdown_list {
  position: relative;
}
#top_hed #g_nav .g_main_wrap .ham {
  display: block;
  font-size: 125%;
  position: relative;
  padding: 1em;
  border: none;
  outline: none;
  background: #5FBA47;
  cursor: pointer;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1em;
  z-index: 10;
}
#top_hed #g_nav .g_main_wrap .ham:hover {
  opacity: 0.8;
}
#top_hed #g_nav .g_main_wrap .ham span.border {
  display: inline-block;
  width: 1em;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 25%;
}
#top_hed #g_nav .g_main_wrap .ham span.border:nth-child(1) {
  top: 30%;
}
#top_hed #g_nav .g_main_wrap .ham span.border:nth-child(2) {
  top: 50%;
}
#top_hed #g_nav .g_main_wrap .ham span.border:nth-child(3) {
  top: 70%;
}
#top_hed #g_nav .g_main_wrap .ham_menu {
  position: fixed;
  top: -100%;
  right: 0;
  max-width: 30%;
  width: 100%;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ccc;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 5em 4em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  overflow: auto;
  opacity: 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #g_nav .g_main_wrap .ham_menu {
    padding: 5em 2em 2em;
    max-width: 50%;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .g_main_wrap .ham_menu {
    max-width: 100%;
  }
}
#top_hed #g_nav .g_main_wrap .ham_menu ul li {
  font-weight: bold;
  line-height: 1.25;
  font-size: clamp(12px, 2.1vw, 19.2px);
  padding: 1.5em 0;
}
#top_hed #g_nav .g_main_wrap .ham_menu ul li a:hover {
  color: #5FBA47;
}
#top_hed #g_nav .g_main_wrap .ham_menu ul li .sub-menu li {
  font-weight: normal;
  padding: 0.5em 1em;
}
#top_hed #g_nav .g_main_wrap .ham_menu ul li .sub-menu li:first-of-type {
  padding-top: 1.5em;
}
#top_hed #g_nav .g_main_wrap .ham_menu.open {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
#top_hed #g_nav .g_main_wrap .ham_menu.open .ham active {
  background: none;
}
#top_hed #g_nav .g_main_wrap .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .g_main_wrap .ham.active span:nth-child(1) {
    top: 25%;
  }
}
#top_hed #g_nav .g_main_wrap .ham.active span:nth-child(2) {
  opacity: 0;
}
#top_hed #g_nav .g_main_wrap .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav .g_main_wrap .ham.active span:nth-child(3) {
    top: 75%;
  }
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
#content .sub {
  color: #5FBA47;
}
#content .catch {
  color: #5FBA47;
  font-family: "Noto Serif JP", serif;
}

.btn a {
  display: inline-block;
  width: 100%;
  background-color: #5FBA47;
  border-radius: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  padding: 0.8em 2em;
  padding-right: 2.5em;
  margin-top: 3em;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
}
.btn a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-left: 1.5em;
  position: absolute;
  top: 36%;
  right: 7%;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

.btn2 a {
  background: #FFAE00;
  margin-top: 0;
}

.btn_contact a {
  display: block;
  width: 100%;
  background-color: #FFAE00;
  border-radius: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  padding: 0.8em 2em;
  padding-right: 2.5em;
  margin-top: 3em;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
}
.btn_contact a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-left: 1.5rem;
  position: absolute;
  top: 36%;
  right: 7%;
}
.btn_contact a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

#side {
  width: 300px;
  background: #ff00ff;
}

#cat_cont.cate_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page_cnt.cate_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #cat_cont.cate_f, #page_cnt.cate_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#cat_cont.cate_f #news-s, #page_cnt.cate_f #news-s {
  width: 25%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #cat_cont.cate_f #news-s, #page_cnt.cate_f #news-s {
    width: 80%;
    margin: 5% auto 0;
  }
}
@media screen and (max-width: 560px ) {
  #cat_cont.cate_f #news-s, #page_cnt.cate_f #news-s {
    width: 65%;
    margin: 5% auto 0;
  }
}

#news-s {
  padding: 0 2em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #news-s {
    padding: 0;
  }
}
#news-s .news-s-inner {
  margin-bottom: 10%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #news-s .news-s-inner {
    margin-bottom: 5%;
  }
}
#news-s .news-s-inner p {
  text-align: center;
  font-weight: bold;
  background: #ffb03a;
  color: #fff;
  line-height: 1.75;
  padding: 1em;
  -webkit-box-shadow: 5px 5px 5px #f2f2f2;
          box-shadow: 5px 5px 5px #f2f2f2;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #news-s .news-s-inner .cate_postlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2%;
  }
}
#news-s .news-s-inner .cate_postlist li {
  line-height: 1.75;
  border: 1px solid #f2f2f2;
  padding: 1em;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 5px 5px 5px #f2f2f2;
          box-shadow: 5px 5px 5px #f2f2f2;
  background: #fff;
  font-size: clamp(16px, 1.43vw, 14px);
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #news-s .news-s-inner .cate_postlist li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 560px ) {
  #news-s .news-s-inner .cate_postlist li {
    margin-right: 0;
  }
}
#news-s .news-s-inner .cate_postlist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 1.5em;
  color: #ffb03a;
  padding-right: 1em;
}
#news-s .news-s-inner .cate_postlist li:first-child {
  margin-top: 0.5em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #news-s .news-s-inner .cate_postlist li:first-child {
    margin-top: 0;
  }
}

#cate_news, #news {
  max-width: 1240px;
  margin: 1em auto 0;
  width: 75%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #cate_news, #news {
    width: 100%;
  }
}
#cate_news .cate_postlist, #cate_news #page_inner, #news .cate_postlist, #news #page_inner {
  background: #fff;
  padding: 2em;
}
#cate_news h2, #news h2 {
  text-align: center;
}
#cate_news ul:not(.post_inner) li, #news ul:not(.post_inner) li {
  border-bottom: 1px dotted #ccc;
  padding-left: 1%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li, #news ul:not(.post_inner) li {
    padding: 0 5%;
  }
}
@media screen and (max-width: 560px ) {
  #cate_news ul:not(.post_inner) li, #news ul:not(.post_inner) li {
    padding: 2em 0;
  }
}
#cate_news ul:not(.post_inner) li .date, #news ul:not(.post_inner) li .date {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li .date, #news ul:not(.post_inner) li .date {
    text-align: left;
    width: auto;
  }
}
#cate_news ul:not(.post_inner) li .news-from:not(.n-title), #news ul:not(.post_inner) li .news-from:not(.n-title) {
  background-color: #BAE8AE;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li .news-from:not(.n-title), #news ul:not(.post_inner) li .news-from:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul:not(.post_inner) li .news-dayori:not(.n-title), #news ul:not(.post_inner) li .news-dayori:not(.n-title) {
  background-color: #99D5F0;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li .news-dayori:not(.n-title), #news ul:not(.post_inner) li .news-dayori:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul:not(.post_inner) li .news-event:not(.n-title), #news ul:not(.post_inner) li .news-event:not(.n-title) {
  background-color: #E8AEE2;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li .news-event:not(.n-title), #news ul:not(.post_inner) li .news-event:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul:not(.post_inner) li .category, #news ul:not(.post_inner) li .category {
  border-radius: 10px;
  text-align: center;
  min-width: 115px;
  max-height: 40px;
}
#cate_news ul:not(.post_inner) li .n-title, #news ul:not(.post_inner) li .n-title {
  width: 65%;
  padding-left: 5em;
  text-decoration: underline;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li .n-title, #news ul:not(.post_inner) li .n-title {
    padding-left: 0;
    padding-top: 1em;
    width: 100%;
  }
}
#cate_news ul:not(.post_inner) li a, #news ul:not(.post_inner) li a {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  line-height: 2.5;
  text-decoration: none;
}
#cate_news ul:not(.post_inner) li a:hover .n-title, #news ul:not(.post_inner) li a:hover .n-title {
  text-decoration: none;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li a, #news ul:not(.post_inner) li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul:not(.post_inner) li a, #news ul:not(.post_inner) li a {
    padding: 1.5em;
  }
}
@media screen and (max-width: 560px ) {
  #cate_news ul:not(.post_inner) li a, #news ul:not(.post_inner) li a {
    padding: 0;
  }
}
#cate_news ul:not(.post_inner) li a:hover, #news ul:not(.post_inner) li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#cate_news ul.post_inner li, #news ul.post_inner li {
  line-height: 1.75;
  word-break: break-all;
}
#cate_news ul.post_inner li .category, #news ul.post_inner li .category {
  border-radius: 10px;
  text-align: center;
  min-width: 115px;
  max-height: 40px;
  padding: 0.4em 1em;
  margin-left: 2%;
}
#cate_news ul.post_inner li .news-from:not(.n-title), #news ul.post_inner li .news-from:not(.n-title) {
  background-color: #BAE8AE;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul.post_inner li .news-from:not(.n-title), #news ul.post_inner li .news-from:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul.post_inner li .news-dayori:not(.n-title), #news ul.post_inner li .news-dayori:not(.n-title) {
  background-color: #99D5F0;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul.post_inner li .news-dayori:not(.n-title), #news ul.post_inner li .news-dayori:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul.post_inner li .news-event:not(.n-title), #news ul.post_inner li .news-event:not(.n-title) {
  background-color: #E8AEE2;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news ul.post_inner li .news-event:not(.n-title), #news ul.post_inner li .news-event:not(.n-title) {
    margin-left: 2em;
  }
}
#cate_news ul.post_inner li h3, #news ul.post_inner li h3 {
  margin-top: 1em;
}
#cate_news p.btn, #news p.btn {
  text-align: right;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #cate_news p.btn, #news p.btn {
    margin-left: 60%;
  }
}
@media screen and (max-width: 560px ) {
  #cate_news p.btn, #news p.btn {
    text-align: center;
  }
}

#p_up {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
}

.tel {
  text-decoration: underline;
}
.tel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f2a0";
  color: #9c9c9c;
  margin-right: 5px;
  display: inline-block;
}
.tel:hover {
  text-decoration: none;
}

@media screen and (max-width: 980px ) and (min-width: 561px ) {
  .grecaptcha-badge {
    bottom: 6em !important;
  }
}
@media screen and (max-width: 560px ) {
  .grecaptcha-badge {
    bottom: 8em !important;
  }
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
footer {
  background-color: #F8FCF8;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 560px ) {
  footer dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer dl dt {
  width: 50%;
}
@media screen and (max-width: 560px ) {
  footer dl dt {
    width: 100%;
  }
  footer dl dt iframe {
    height: 300px;
  }
}
footer dl dd {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6vw 6vw 0;
}
@media screen and (max-width: 560px ) {
  footer dl dd {
    width: 100%;
    padding: 4em;
  }
}
footer dl dd #footer_inner > p:first-child {
  margin-top: 3em;
  font-size: clamp(16px, 1.8vw, 19.2px);
  font-weight: bold;
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
}
footer small {
  display: block;
  color: #fff;
  background-color: #145E00;
  text-align: center;
  font-size: 0.8em;
  padding: 1rem;
}

