@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===== config.css ===== */
/*WP*/
html #wpadminbar {
  position: fixed;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #bce1a0;
}

ul {
  list-style: none;
}

/* ===== function.css ===== */ /*framework.css*/
/*====テキスト関連====*/
.text-start {
  text-align: start !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: end !important;
}

/*color*/
.aka {
  color: #f00;
}

.d-pc {
  display: none;
}

.d-smp {
  display: block;
}

/*====余白====*/
/*margin*/
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

/*margin上*/
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

/*margin下*/
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

/*margin左*/
.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

/*margin右*/
.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

/*margin左右*/
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/*margin上下*/
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/*padding*/
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.p-auto {
  padding: auto;
}

/*padding上*/
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pt-auto {
  padding-top: auto;
}

/*padding下*/
.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pb-auto {
  padding-bottom: auto;
}

/*padding左*/
.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 3rem;
}

.ps-auto {
  padding-left: auto;
}

/*padding右*/
.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 3rem;
}

.pe-auto {
  padding-right: auto;
}

/*padding左右*/
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

/*padding上下*/
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

/*border-radius*/
.b-radius3 {
  border-radius: 3px;
}

.b-radius5 {
  border-radius: 5px;
}

.b-radius10 {
  border-radius: 10px;
}

/**/
w-100 {
  width: 100%;
}

/**/
.list-d-none {
  list-style-type: none !important;
}

@media screen and (min-width: 576px) {
  /* 576px以上に適用されるCSS（タブレット用） */
  /*====テキスト関連====*/
  .text-sm-start {
    text-align: start;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-end {
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  .d-pc {
    display: block;
  }
  .d-smp {
    display: none;
  }
  /**/
  .d-pc-flex {
    display: flex !important;
  }
  /*====テキスト関連====*/
  .text-md-start {
    text-align: start;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: end;
  }
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  /*====テキスト関連====*/
  .text-lg-start {
    text-align: start;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-end {
    text-align: end;
  }
}
@media screen and (min-width: 1200px) {
  /* 120px以上に適用されるCSS（PC用） */
  /*テキスト関連*/
  .text-xl-start {
    text-align: start;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-end {
    text-align: end;
  }
}
@media screen and (min-width: 1400px) {
  /* 1400px以上に適用されるCSS（PC用） */
}
/*base.scss*/
* {
  box-sizing: border-box;
}

html {
  font-size: 120%;
}

body {
  font-size: 1rem;
}

.post, .page {
  margin: 0;
}

.entry-title, .editor-post-title {
  background-color: #adc68d;
  padding: 5px 10px;
  margin: 5px auto;
  color: #4F5E47;
}

.entry-header a h2:hover {
  color: #fff;
}

.entry-title a:hover {
  color: #fff;
}

.entry-meta a:hover {
  color: #4169e1;
}

.frame960 {
  max-width: 960px;
}

/*.entry-title editor-post-title*/
.entry-title, .editor-post-title {
  font-size: 1rem;
  line-height: 1.4rem;
  text-shadow: 0px 0px 4px #fefefe;
}

/*.entry-content*/
.entry-content {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  margin: 0 0 1rem;
  padding: 1rem 1rem 1rem 1rem;
  /* text-align: center;*/
  overflow-wrap: break-word;
  box-sizing: border-box;
  /**/
}
.entry-content p {
  text-align: left;
  margin: 0.2rem 0 0.8rem 0;
  line-height: 1.8;
}
.entry-content ul {
  box-sizing: border-box;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.entry-content ol {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.entry-content li {
  line-height: 1.8rem;
  text-align: left;
}
.entry-content .has-text-align-left {
  text-align: left;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-right {
  text-align: right;
}
.entry-content .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.entry-content .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.entry-content .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.entry-content .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.entry-content .wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.entry-content .wp-block-pullquote p {
  font-size: 1em;
  line-height: 1.8;
  text-align: center;
}
.entry-content .wp-block-pullquote__citation {
  color: inherit;
}
.entry-content .wp-block-table {
  overflow-x: inherit;
  margin: 10px auto;
}
.entry-content .wp-block-table td, .entry-content .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  height: 30px;
}
.entry-content .editor-styles-wrapper {
  /*
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 18px; 
  line-height: 1.5; 
  --wp--style--block-gap: 2em;
  */
  padding: 10px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  --wp--style--block-gap: 1rem;
}
.entry-content .editor-styles-wrapper p {
  line-height: 1.8;
}
.entry-content .wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 1.75em;
  color: currentColor;
}
.entry-content .wp-block-button {
  margin: 5px 0;
}

.editor-styles-wrapper {
  padding: 10px !important;
}

.editor-styles-wrapper .kyoukai-link {
  justify-content: space-between;
  -webkit-padding-start: 0px !important;
  padding-inline-start: 0px !important;
}
.editor-styles-wrapper .kyoukai-link li {
  width: 100%;
  padding: 10px;
  text-align: center !important;
}
.editor-styles-wrapper .kyoukai-link li a {
  background: #6E8444;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.editor-styles-wrapper .kyoukai-link li a:hover {
  background-color: #706d26;
  color: #fff;
}

.aligncenter {
  text-align: center;
}

/*コメント欄*/
#comments {
  padding: 10px;
  background-color: #FFFAF0;
}

.comment-list {
  margin: 10px 10px 10px 10px;
  line-height: 1.2rem;
}

.comment-respond {
  margin: 20px auto;
}
.comment-respond p {
  margin: 5px auto;
}

.comment-form-comment label {
  width: 100%;
  display: block;
}
.comment-form-comment textarea {
  margin: 10px auto;
}

.comment-body .reply {
  text-align: end;
}
.comment-body .reply-title {
  margin-right: 10px;
}

/*ウィジェット欄*/
.wp-block-latest-posts__list {
  line-height: 1.4rem;
}

.wp-block-latest-posts__list li {
  list-style-type: disc;
  margin-left: 20px;
}

/*お知らせ　カテゴリー*/
.cat-notices {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 5px 10px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #2080c9;
}
.cat-notices :visited {
  color: #fff;
}

.cat-important-notices {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 5px 10px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #d15493;
}
.cat-important-notices :visited {
  color: #fff;
}

.cat-onair-schedule {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 5px 10px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #9fcd82;
}
.cat-onair-schedule :visited {
  color: #fff;
}

/**/
/**/
#news-side .inner ul li {
  line-height: 1.4rem;
}

/**/
/*
.archive-news .sticky,.info_inframe .sticky{

}
*/
.sticky-tag {
  color: rgb(249, 58, 15);
  font-size: 0.8rem;
  font-weight: bolder;
}

/*END .entry-content*/
.required {
  color: rgb(249, 58, 15);
}

@media screen and (min-width: 576px) {
  /* 576px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  /*.entry-title editor-post-title*/
  .entry-title, .editor-post-title {
    font-size: 1.6rem;
    line-height: 2rem;
    text-shadow: 0px 0px 4px #fefefe;
  }
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 1200px) {
  /* 120px以上に適用されるCSS（PC用） */
}
@media screen and (min-width: 1400px) {
  /* 1400px以上に適用されるCSS（PC用） */
}
/* =====.css===== */
a img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*button*/
.button01 {
  background-color: #A17550;
  color: #fff;
  font-weight: bolder;
  border-radius: 5px;
  border: 2px solid #BFAF9C;
  display: inline-block;
  padding: 2px 10px;
}

.button01:hover, .button01 a:hover {
  background-color: #9FCD82;
  color: #fff !important;
}

/* =====font.css===== */
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

/* =====animation.css===== */
/*image*/
.figure-flash01:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.tfadein001 {
  -webkit-animation-name: fadein001;
          animation-name: fadein001;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

@-webkit-keyframes fadein001 {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein001 {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeintext3 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeintext3 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fade-text3 {
    font-size: 1.2rem;
    opacity: 0;
    -webkit-animation-name: fadeintext3;
            animation-name: fadeintext3;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    color: #fff;
  }
  .scroll_mark {
    text-align: center;
    padding-top: 70px;
    position: relative;
    width: 100%;
    display: contents;
  }
  .scroll_mark a span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
  }
}
/* =====etc.css===== */
/*リキャプチャ左寄せ*/
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* =====header.css===== */
:root {
  --menu-margin: 50px;
}

/*ヘッダー分下げ*/
#header-top {
  padding-top: 60px;
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: var(--menu-margin);
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: rgba(22, 141, 16, 0.884);
  color: #fff;
  height: 60px;
  align-items: inherit;
  z-index: 1000;
}

.header_inner {
  display: inherit;
  margin: 0 auto;
  /*   max-width: 960px;*/
  width: 100%;
}

.site-branding {
  max-width: 960px;
  /*margin: 0 auto;*/
  margin: 0 10px;
  padding: 5px;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
}

.site-title a {
  text-decoration: none;
}

.site-title img {
  height: 50px;
}

.site-info {
  text-align: center;
}

@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  /*
  #header-top {
  		padding-top: 100px;
  	}

      .header_inner{
      	display: flex;
  		align-items: flex-start;   
          margin:0 auto;
          max-width: 960px;
      width: 100%;
      }   

  	.site-header {
  		display: flex;
          align-items: inherit;
  		height:inherit;


  	}

  	.site-branding {
  		max-width: 200px;
  		display: block;
  		width: 100%;
  		text-align: left;
  		margin: 0;

  	}


  .site-info{
      text-align:right;
  }	
  */
}
/*gnav.css*/
:root {
  --menu-margin: 50px;
}

#header_nav {
  z-index: 200;
  width: 40px;
  margin: 0 auto;
  position: fixed;
  /*top: 5px;*/
  right: 10px;
}

/*=====グローバルメニュー=====*/
.main-navigation {
  padding: 5px;
  display: flex;
  justify-content: right;
  margin: 0 auto;
  width: 40px;
}

#nav-toggle {
  display: block;
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 2px;
  z-index: 120;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

#nav-toggle p {
  position: absolute;
  text-align: center;
  font-size: 9pt;
  top: 28px;
  left: 0;
  right: 0;
  font-weight: bolder;
  color: #eee;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: none;
  margin: 0px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

.open #nav-toggle p {
  display: none;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
  margin-top: 5px;
}

#global-nav {
  background-color: rgba(250, 250, 250, 0.9);
  color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  /*width:100%;*/
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transform: translateX(120%);
  transition: transform 0.6s ease, opacity 0.2s ease;
  padding-right: 20px;
  padding-right: 20px;
}

#global-nav a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
  transition: color 0.6s ease;
  font-size: 1.4rem;
}

#global-nav a:hover {
  color: #AC966A;
}

#global-nav ul {
  display: block;
  list-style: none;
  margin-top: 60px;
  margin-bottom: 30px;
  min-width: 300px;
  text-align: left;
}

#global-nav ul li {
  opacity: 0;
}

#global-nav ul li .sub-menu {
  display: block;
  margin: 0;
}

#global-nav ul li:hover .sub-menu {
  position: relative;
}

/* open */
.open {
  overflow: hidden;
}

.open #global-nav,
.open .line_bt {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.open #global-nav li {
  color: #fff;
  opacity: 1;
}

.opne main-navigation ul {
  display: block;
}

.gnav_lower {
  width: 100px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 9999999;
}

#global-nav {
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

#global-nav a {
  font-size: 1.2rem;
}

.main-navigation ul ul {
  box-shadow: none;
  padding-bottom: 10px;
}

.main-navigation ul ul li {
  padding-left: 20px;
}

/* =====END グローバルメニュー===== */
@media screen and (min-width: 576px) {
  /* 576px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  /*	
  .site-header{


  	}	
  */
  /*	
  #header_nav{


  	}
  */
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  /*ヘッダー分下げ*/
  /*
  	#header_nav {

  		display: block;
  		position: relative;
  		width: 100%;
  		top: 0;


  	}




  	#nav-toggle {
  		display: none;
  	}


  	.gnav_lower {
  		width: 100px;
  		position: inherit;
  	}


  	.main-navigation {
  		width: 100%;
  		padding: 0px;
  		display: inherit;
  		margin: 0 auto;
  		/*background: rgba(250, 250, 250, 0.9);
  	}

  	#global-nav {
  		visibility: visible;
  		opacity: 1;
  		transform: translateX(0);
  		transition: transform 1s ease, opacity 0.9s ease;
  		overflow: hidden;
  		background-color: inherit;
  		max-height: inherit;



  	}

  	#global-nav .menu  .current-menu-item a, #global-nav .menu  .current-menu-parent > a{
  		border-bottom: 2px solid rgba(101, 79, 47, 0.816);

  	}
  	#global-nav .menu li a{
  		width: 120px;
  		padding: 10px;
  		text-align: center;
  		&:hover {
  			border-bottom: 2px solid rgba(93, 133, 244, 0.816);

  		}


  	}

  	#global-nav li {
  		color: #fff;
  		opacity: 1;

  	}

  	#global-nav ul {
  		display: flex;
  		margin: 0;
  		min-width: 100px;

  	}

  	#global-nav ul li {
  		opacity: 100;
  		position: relative;
  		width:120px;
  		padding: 0;
  		width:100%;
  	}

  	#global-nav ul li .sub-menu {
  		display: block;
  		position: absolute;

  		margin: 10px 0 0 0;
  		z-index: 1000;
  		top: 0;
  		padding: 0;
  		text-align: center;
  		background-color: rgba(250, 250, 250, 0.8);
  		max-width: 160px;
  		width: 100%;


  		&li {
  			padding: 5px 10px;
  		}


  	}




  	.main-navigation {

  	}

  	.main-navigation ul {
  		display: block;

  	}

  	#global-nav {
  		background-color: inherit;
  		color: #333;
  		z-index: 990;
  		text-align: center;
  		display: flex;

  		visibility: visible;
  		flex-direction: inherit;
  		align-items: flex-start;
  		font-size: 29px;
  		opacity: 100%;

  		transform: inherit;
  		transition: inherit;
  		justify-content: flex-start;
  		right: inherit;
  		top: inherit;
  		bottom: inherit;
  	}
  */
}
@media screen and (min-width: 1200px) {
  /* 120px以上に適用されるCSS（PC用） */
}
@media screen and (min-width: 1400px) {
  /* 1400px以上に適用されるCSS（PC用） */
}
/* ===== content ===== */ /* ===== main.css ===== */
#page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

main {
  padding: 10px 0;
}

.main-wrapper {
  padding: 10px 5px;
}

#page_nav {
  width: 100%;
}

.nav-links {
  display: inherit !important;
  line-height: 1.6rem;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  .main-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}
/* ===== share.css ===== */ /* ===== side.css ===== */
.widget-area {
  padding: 10px 5px;
  background: #eee;
}

#news-side {
  display: flex;
}

#news-side .inner {
  padding: 10px;
}

#work-side .inner {
  padding: 10px;
}

/* サイドバー：年度別 最近の投稿 行間調整 */
.widget_archive ul li, .widget_recent_entries ul li {
  line-height: 1;
  padding: 4px 0;
}

@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
  .widget-area #side-inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
/* ===== snav.scss ===== */ /* ===== footer.css ===== */
.site-footer {
  background-color: #ccc4af;
}

.copyright {
  text-align: center;
  padding: 10px 0;
}

#ft-inner {
  margin: 0 auto;
  padding: 10px 5px;
  line-height: 1.4rem;
}

#ft-inner ul li {
  line-height: 1.4rem;
}
#ft-inner ul li a {
  color: #524021;
}
#ft-inner ul li a:hover {
  color: #815f26;
}

#menu-footer-menu {
  padding: 10px 20px;
}
#menu-footer-menu li {
  line-height: 2rem !important;
}

@media screen and (min-width: 768px) {
  #ft-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 5px;
  }
  #ft-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
  }
}
@media screen and (min-width: 992px) {
  /* 992px以上に適用されるCSS（タブレット用） */
}
/* ===== fnav.css ===== */
#ft-inner .menu {
  list-style: none;
  line-height: 1rem;
}

/* ===== etc.scss ===== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  max-width: 90%;
  color: black;
  background-color: white;
}

.form-width {
  max-width: 100% !important;
}
/*# sourceMappingURL=style.css.map */