@charset "UTF-8";
html {
  overflow-y: scroll;
}

.object-fit-img {
  object-fit: contain;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
  font-family: 'object-fit: contain;';
}

.modal-open {
  padding-right: 0px !important;
}

.modal {
  padding-right: 0px !important;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  col-sm-2-5 {
    width: 40%;
    float: left;
  }
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd;
  padding: 40px;
}

.fluid-box-inner {
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
}

.spinner {
  width: 80px;
  height: 80px;
  margin: 100px auto;
  background-color: #007540;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#loading {
  background: #FFF;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 100;
}

#loading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 175px;
  height: 80px;
}

#loading span {
  display: block;
  background: #ccc;
  width: 7px;
  height: 10%;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 25%;
}

@media (max-width: 768px) {
  #loading span {
    margin-top: 25%;
  }
}

#loading span:last-child {
  margin-right: 0px;
}

#loading span:nth-child(1) {
  animation: load 2.5s 1.4s infinite linear;
}

#loading span:nth-child(2) {
  animation: load 2.5s 1.2s infinite linear;
}

#loading span:nth-child(3) {
  animation: load 2.5s 1s infinite linear;
}

#loading span:nth-child(4) {
  animation: load 2.5s 0.8s infinite linear;
}

#loading span:nth-child(5) {
  animation: load 2.5s 0.6s infinite linear;
}

#loading span:nth-child(6) {
  animation: load 2.5s 0.4s infinite linear;
}

#loading span:nth-child(7) {
  animation: load 2.5s 0.2s infinite linear;
}

#loading span:nth-child(8) {
  animation: load 2.5s 0s infinite linear;
}

#loading span:nth-child(9) {
  animation: load 2.5s 0.2s infinite linear;
}

#loading span:nth-child(10) {
  animation: load 2.5s 0.4s infinite linear;
}

#loading span:nth-child(11) {
  animation: load 2.5s 0.6s infinite linear;
}

#loading span:nth-child(12) {
  animation: load 2.5s 0.8s infinite linear;
}

#loading span:nth-child(13) {
  animation: load 2.5s 1s infinite linear;
}

#loading span:nth-child(14) {
  animation: load 2.5s 1.2s infinite linear;
}

#loading span:nth-child(15) {
  animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
  0% {
    background: #ccc;
    margin-top: 25%;
    height: 10%;
    @media (max-width: 768px) {
      margin-top: 25%;
    }
  }
  50% {
    background: #444;
    height: 100%;
    margin-top: 0%;
  }
  100% {
    background: #ccc;
    height: 10%;
    margin-top: 25%;
    @media (max-width: 768px) {
      margin-top: 25%;
    }
  }
}

img {
  max-width: 100%;
  height: auto;
}

/*gridのgutter調整*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-1 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.row-1 > div {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.row-2 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.row-2 > div {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.row-3 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.row-3 > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 768px) {
  .row-s1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row-s1 > div {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row-s2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row-s2 > div {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row-s3 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row-s3 > div {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

ul:last-child, ol:last-child, dl:last-child, p:last-child {
  margin-bottom: 0;
}

.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.btn-row2 {
  line-height: 1.2;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.text-orange {
  color: #FF6633 !important;
}

.text-link-blue, .text-blue {
  color: #284D89 !important;
}

.text-link-blue {
  text-decoration: under-line !important;
}

.text-green {
  color: #007540 !important;
}

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

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

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

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

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

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

.fs-09 {
  font-size: 0.9rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-06 {
  font-size: 0.6rem;
}

.fs-h1 {
  font-size: 30px;
}

.rl90 {
  transform: rotate(-90deg);
}

.w-20 {
  width: 20%;
  height: auto;
}

.col-v {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (max-width: 768px) {
  .col-v {
    width: 33.33333% !important;
    max-width: 33.33333% !important;
    flex: 0 0 33.33333%;
  }
}

.card {
  border-color: #BABFA4;
}

.card-success {
  border-color: #284D89;
  background-color: #eaf0f9;
}

.card-attention {
  border: none;
  background: none;
}

.card-attention .card-header {
  text-align: center;
  background: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.table {
  border-bottom: 1px solid #BABFA4;
  border-color: #BABFA4;
}

.table, .table th, .table td {
  border-top: 1px solid #BABFA4;
  border-color: #BABFA4;
}

.btn-light {
  color: #212529;
  background-color: #EEE;
  border-color: #BABFA4;
}

.btn-outline-onoff, .border-light {
  border-color: #BABFA4 !important;
}

.dl-chk dt {
  font-weight: normal;
}

.dl-chk dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.1rem;
}

.dl-chk dd {
  padding-left: 1.1rem;
}

.dl-sub {
  margin-top: 1rem;
  margin-left: 0;
}

.dl-sub dt {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.dl-sub dt:before {
  content: '';
}

.dl-sub dd {
  padding-left: 1.5em;
}

ol.top-level li {
  margin-bottom: 1rem;
}

ol.top-level li ul, ol.top-level li ol, ol.top-level li p {
  margin-top: 0.3rem;
}

ol.top-level li li {
  margin-bottom: 0;
}

ol.list_parentheses {
  padding: 0;
  margin: 0;
}

ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2.4em;
  text-indent: -2.4em;
}

ol.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) "). ";
}

.page-law dl dt {
  font-weight: normal;
  border-bottom: 1px #ccc solid;
}

.page-law dl dd {
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.supporter-list h3 {
  margin-top: 2em;
  text-align: center;
  margin-bottom: 2rem;
}

.step {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.step li {
  position: relative;
  width: 100%;
  background: #504944;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
}

.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 10px 30vw 0 30vw;
  z-index: 1;
}

.step li.is-current {
  background: #9bbb30;
  font-weight: bold;
}

.step li.is-current:after {
  border-color: #9bbb30 transparent transparent transparent;
}

/*single*/
.single h3 {
  border-bottom: 1px #666 solid;
  margin: 2em 0 1em;
}

/*施設*/
.video-wrap {
  position: relative;
}

.video-overlay {
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card h3 {
  background-color: #2E7D32;
  color: #FFF;
  padding: 0.2rem 0.5rem;
  border-radius: .25rem;
  display: table-cell;
  vertical-align: middle;
}

.content-wrap {
  border: 1px #999 solid;
  box-shadow: 0 0  3px #333;
  border-radius: .25rem;
  padding: 1.5rem 1rem 2rem;
  background-color: #FEFEFE;
}

.content-wrap .card {
  box-shadow: none;
}

.card {
  border: 1px #BBB solid;
  box-shadow: 0 0  2px #CCC;
}

.card .card {
  box-shadow: none;
}

.title-box {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em;
  border: solid 3px #03A753;
  border-radius: 8px;
}

.title-box .box-title {
  position: absolute;
  display: inline-block;
  top: -0.8rem;
  left: 1.2rem;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.2rem;
  background: #FFF;
  color: #03A753;
  font-weight: bold;
}

.title-box p {
  margin: 0;
  padding: 0;
}

/* ホワイトボード風*/
.wboard-w1 {
  position: relative;
  margin: 0 auto;
  padding: 1em 1em 1em;
  width: 100%;
  /* ボックス幅 */
  height: auto;
  background-color: #fff;
  /* ボックス背景色 */
  background-image: url(../images/kokuban.jpg);
  color: #EFEFEF;
  /* 文章色 */
  border: 3px solid #212121;
  /* 枠線 */
  border-bottom: 5px solid #3E2723;
  border-radius: 1px;
  /* 角の丸み */
  box-shadow: 0 0 8px #333, 0 0 1px #333 inset;
  font-size: 1.5rem;
}

.wboard-w1 h2 {
  font-size: 1.6rem;
}

.wboard-w1::before,
.wboard-w1::after {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 25px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #666;
}

.wboard-w1::before {
  right: 55px;
  border: solid 3px #CE579B;
  /*飾ペン赤 */
}

.wboard-w1::after {
  right: 20px;
  border: solid 3px #EEE;
  /*飾ペン黒 */
  transform: rotate(0deg);
  /*飾ペン角度 */
}

/* ポストイット */
.wboard-w1 .postit {
  position: absolute;
  width: auto;
  max-width: 13em;
  margin: 0;
  padding: 10px;
  top: 40px;
  right: 10px;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  background-color: #faf7e0;
  color: #908a60;
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  z-index: 200;
}

.wboard-w1 .postit.post2 {
  left: 30px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.wboard-w1 .postit.post3 {
  left: 3em;
  top: 3em;
  width: 13em;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

.wboard-w1 .postit.poster {
  right: 0.5m;
  top: 1em;
  width: 7em;
  padding: 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.wboard-w1 .poster-top-col {
  position: relative;
  padding: 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.wboard-w1 .poster-top-col img {
  width: 60%;
}

/* クリップ */
.wboard-w1 .poster-top-col::after {
  content: url(../images/tape-s.png);
  position: absolute;
  top: -15px;
  left: 15px;
}

/* クリップ */
.wboard-w1 .postit::after {
  content: url(../images/tape.png);
  position: absolute;
  top: -15px;
  left: 50px;
}

.wboard-w1 .postit.post3::after {
  left: 40px;
}

.wboard-w1 .postit.poster::after {
  left: 20px;
}

.wboard-w1 .postit.poster {
  z-index: 98 !important;
}

@media (max-width: 768px) {
  .wboard-w1 .postit.poster {
    display: none;
  }
}

.top-header {
  display: table;
  padding: 0.4rem 1rem 0.4rem;
  width: auto;
  height: 2rem;
  background: #007540;
  border-radius: 1.2rem 0.25rem 0.25rem 1.2rem;
  vertical-align: middle;
  margin-bottom: 2rem;
}

.top-header > h1 {
  display: table-cell;
  width: 100%;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.top-header > h1:before {
  content: '●';
  font-size: 1.6rem;
  color: white;
  margin-right: 0;
}

.top-header p {
  display: table-cell;
  padding: 0 1rem;
  background: #f1f0f0;
  border: 1px solid #c5c4c4;
  border-radius: 0.25rem;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.9rem;
}

#acMenu dt {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: #666 1px dotted;
  cursor: pointer;
  padding: 0.3rem 0;
  font-weight: normal;
  position: relative;
}

#acMenu dd {
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-align: left;
  display: none;
}

#acMenu dt:after {
  position: absolute;
  right: 0;
  content: "▼";
}

#acMenu dt.active:after {
  position: absolute;
  right: 0;
  content: "▲";
}

.nav-tabs {
  border-bottom: 1px solid #999;
}

.nav-tabs .nav-link.active {
  color: #212121;
  background-color: #fff;
  border-color: #999 #999 #fff;
}

.nav-tabs .nav-item {
  border-left: none;
  border-right: none;
  border-color: #999;
}

.tab-content {
  border: 1px #999 solid;
  border-top: none;
  padding: 0;
}

.nav-tab1 a.active {
  background-color: #F2F9FE !important;
}

.nav-tab2 a.active {
  background-color: #FFF9EF !important;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

.marker {
  background: linear-gradient(transparent 60%, #ffdfbd 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 16.66666%;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item {
    width: 100%;
    background-color: #FFF;
    padding: 0.5rem;
    height: 4rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item a {
  color: #03A753;
}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #03A753;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
  color: #1B5E20;
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
    padding: 0.5rem;
    padding-left: .5rem;
    height: auto;
    line-height: 1;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link span {
  display: block;
  text-align: right;
  margin-top: -1rem;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: normal;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -0.4rem;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation a.mega-menu-link .mega-description-group .mega-menu-title {
  font-size: 16px !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.mega-fa-home > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.2rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.mega-fa-home > a:before {
    margin-top: .5rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-camera > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f030";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-camera > a:before {
    margin-top: .5rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-clipboard-list > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f46d";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-clipboard-list > a:before {
    margin-top: .5rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-info-circle > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-info-circle > a:before {
    margin-top: .5rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-map-signs > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f277";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-map-signs > a:before {
    margin-top: .5rem;
  }
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-calendar-check > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  font-weight: 900;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  background-color: #FAFAFA;
  color: #007540;
  line-height: 1;
}

@media (max-width: 768px) {
  #mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.fa-calendar-check > a:before {
    margin-top: .5rem;
  }
}

.sp-menu .nav-link, .sp-menu .dropdown-item {
  display: block;
  padding: .5rem 1rem;
  margin: .5rem 0;
}

.positioning {
  margin: 50px auto;
  position: relative;
}

.loading-sticks {
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loading-sticks .loading {
  flex: 0 0 20%;
  height: 30%;
  animation: pulse 1s ease infinite;
  background-color: #4FAE1B;
  animation-delay: 0;
}

.loading-sticks .loading:nth-child(2) {
  animation-delay: .3s;
}

.loading-sticks .loading:nth-child(3) {
  animation-delay: .6s;
}

@keyframes pulse {
  0% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 30%;
  }
}

.loader-spinner {
  width: 72px;
  height: 72px;
  margin: 50px auto;
}

.loader-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader-spinner div:before {
  display: block;
  width: 15%;
  height: 15%;
  margin: 0 auto;
  content: "";
  border-radius: 100%;
  background-color: #4FAE1B;
  transform: translate(-50%, -50%);
  animation: spinner 1.2s infinite ease-in-out both;
}

.loader-spinner div:nth-child(2) {
  transform: rotate(30deg);
}

.loader-spinner div:nth-child(2):before {
  animation-delay: -1.1s;
}

.loader-spinner div:nth-child(3) {
  transform: rotate(60deg);
}

.loader-spinner div:nth-child(3):before {
  animation-delay: -1.0s;
}

.loader-spinner div:nth-child(4) {
  transform: rotate(90deg);
}

.loader-spinner div:nth-child(4):before {
  animation-delay: -.9s;
}

.loader-spinner div:nth-child(5) {
  transform: rotate(120deg);
}

.loader-spinner div:nth-child(5):before {
  animation-delay: -.8s;
}

.loader-spinner div:nth-child(6) {
  transform: rotate(150deg);
}

.loader-spinner div:nth-child(6):before {
  animation-delay: -.7s;
}

.loader-spinner div:nth-child(7) {
  transform: rotate(180deg);
}

.loader-spinner div:nth-child(7):before {
  animation-delay: -.6s;
}

.loader-spinner div:nth-child(8) {
  transform: rotate(210deg);
}

.loader-spinner div:nth-child(8):before {
  animation-delay: -.5s;
}

.loader-spinner div:nth-child(9) {
  transform: rotate(240deg);
}

.loader-spinner div:nth-child(9):before {
  animation-delay: -.4s;
}

.loader-spinner div:nth-child(10) {
  transform: rotate(270deg);
}

.loader-spinner div:nth-child(10):before {
  animation-delay: -.3s;
}

.loader-spinner div:nth-child(11) {
  transform: rotate(300deg);
}

.loader-spinner div:nth-child(11):before {
  animation-delay: -.2s;
}

.loader-spinner div:nth-child(12) {
  transform: rotate(330deg);
}

.loader-spinner div:nth-child(12):before {
  animation-delay: -.1s;
}

@keyframes spinner {
  0% {
    transform: scale(0, 0);
  }
  10% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(0, 0);
  }
}

.loader-square.positioning {
  position: absolute;
  top: 300px;
  left: 50%;
}

.loader-square {
  z-index: 10000;
  box-sizing: border-box;
}

.loader-square.square .block {
  border-radius: 4px;
  width: 74px;
  height: 74px;
  box-sizing: border-box;
}

.loader-square.square .block:before, .loader-square.square .block:after {
  bottom: 2px;
}

.loader-square.square .block:before {
  left: 2px;
}

.loader-square.square .block:after {
  right: 2px;
}

.loader-square.square .block .box {
  left: 2px;
  top: 2px;
  animation-name: slide;
}

.loader-square.reg .block {
  animation-name: reg;
}

.loader-square .block {
  position: absolute;
  color: #4FAE1B;
  border: 2px solid;
  transform: translate(-50%, -50%) rotate(-45deg);
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.loader-square .block:before, .loader-square .block:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #4FAE1B;
  border-radius: 4px;
}

.loader-square .block:before {
  left: 2px;
}

.loader-square .block:after {
  right: 2px;
}

.loader-square .box {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #4FAE1B;
  border-radius: 4px;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes slide {
  33% {
    left: 2px;
  }
  67%,
  100% {
    left: 36px;
  }
}

@keyframes reg {
  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.loader-line.positioning {
  margin-top: 200px;
}

.loader-line {
  z-index: 10000;
  height: 20px;
  width: 250px;
}

.loader-line .loader--dot {
  animation: loaderline ease-in-out 3s infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  background-color: #4FAE1B;
}

.loader-line .loader--dot:first-child {
  opacity: .3;
  animation-delay: 0.5s;
}

.loader-line .loader--dot:nth-child(2) {
  opacity: .4;
  animation-delay: 0.4s;
}

.loader-line .loader--dot:nth-child(3) {
  opacity: .5;
  animation-delay: 0.3s;
}

.loader-line .loader--dot:nth-child(4) {
  opacity: .6;
  animation-delay: 0.2s;
}

.loader-line .loader--dot:nth-child(5) {
  opacity: .8;
  animation-delay: 0.1s;
}

.loader-line .loader--dot:nth-child(6) {
  opacity: 1;
  animation-delay: 0s;
}

.loader-line .loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 10rem;
  margin: auto;
}

.loader-line .loader--text:after {
  content: "かんまちあ";
  font-weight: bold;
  font-size: 18px;
  color: black;
  animation: loading-text 3s infinite;
}

@keyframes loaderline {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
    content: "か";
  }
  40% {
    content: "かん";
  }
  50% {
    content: "かんま";
  }
  80% {
    content: "かんまち";
  }
  90% {
    content: "かんまちあ";
  }
}

.fc-widget-header th {
  font-weight: normal !important;
}

.fc-state-default {
  background-color: #FFF	!important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: none;
}

.fc-event, .fc-event-dot {
  background: none;
  border: none;
}

.fc-time {
  display: none;
}

.fc-unthemed td.fc-today {
  background: #C8E6C9;
}

.fc .fc-row .fc-content-skeleton td {
  border-color: #DDD;
}

* {
  min-height: 0.01px;
}

html {
  font-family: YakuHanMP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
}

body {
  font-family: YakuHanMP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
  background-color: #E8F5E9;
  background: #E8F5E9 url(../images/58d756e4cc4943b85f7dbbfb0c10c8e7_s.jpg);
}

@font-face {
  font-family: Fira-Bold;
  src: url("./fonts/FiraSansCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Fira;
  src: url("./fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Magic';
  src: url("./fonts/TanukiMagic.ttf") format("truetype");
}

@font-face {
  font-family: "HuiFont29";
  src: url(./fonts/HuiFont29.eot);
  /* ie */
}

@font-face {
  font-family: "HuiFont29";
  src: local("HuiFont29"), local("HuiFont29"), url(./fonts/HuiFont29.ttf) format("truetype");
  /* firefox, Opera, Chrome */
}

.font-magic {
  font-family: Magic !important;
}

.font-hui {
  font-family: "HuiFont29"  !important;
}

.font-min {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-Fira-b {
  font-family: Fira-Bold !important;
}

.font-Fira {
  font-family: Fira !important;
}

a {
  color: #333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 15.4px;
}

.h1, .h2, .h3, h1, h2, h3 {
  font-size: 18.2px;
}

.h4, .h5, .h6, h4, h5, h6 {
  font-size: 15.4px;
}

h3.modal-title {
  border-left: 3px #007540 solid;
  padding-left: 0.5rem;
}

@media only screen and (max-width: 780px) {
  #main-wrap {
    margin-top: 60px;
  }
}

.blog-main .border-image-inner h3 {
  margin: 3em 0 1.5em;
  border-bottom: 1px #007540 solid;
}

.blog-main .border-image-inner .top-header + h3 {
  margin: 1.5em 0 1.5em;
  border-bottom: 1px #007540 solid;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding-left: 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 64px 0 24px;
  padding: 0;
  display: table;
}

#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}

#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}

#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
  border-right: #ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}

#prev_next #next_title {
  right: 10px;
}

#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}

#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}

#prev_next #prev_no {
  border-right: #ccc 1px solid;
}

#prev_next_home {
  margin: 0 auto;
  background-color: #39f;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #39f;
  -webkit-box-shadow: 0 0 0 3px #39f;
  -moz-box-shadow: 0 0 0 3px #39f;
  text-align: center;
}

#next p {
  text-align: right;
}

#prev_next_home:hover {
  background-color: rgba(0, 0, 255, 0.7);
}

#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}

/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
  #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  dd a {
    word-break: break-all;
  }
  /*-- ここまで --*/
}

a {
  word-break: break-all;
}

.card-calendar {
  font-weight: bold;
  border-radius: 0;
  color: #2B3E51;
  border: 1px #2B3E51 solid;
}

.card-calendar .card-header {
  border-radius: 0;
  background-color: #2B3E51;
  color: #FFF;
  font-weight: bold;
}

.card-calendar .card-body {
  line-height: 1;
}

.card-calendar .card-body p {
  font-weight: bold;
}

.card-calendar .calendar-youbi {
  vertical-align: top;
  margin-top: -0.2rem;
}

.btn-toolbar {
  border: 1px #CCC solid;
  padding: 10px;
  background: #F0F0F0;
}

/*ホーム表示ブロック*/
#prev_next_home {
  display: none;
}

#prev_next_home:hover {
  display: none;
}

#prev_next_home i {
  display: none;
}

main {
  margin-top: 2rem;
}

.link-brand:hover {
  text-decoration: none;
  color: #4b545c;
}

body {
  box-sizing: border-box;
}

header {
  background-color: #FCFFFC;
}

header .site-description {
  margin-top: 1px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*color*/
.border-primary {
  border-color: #03A753 !important;
}

.border-image {
  border: #FFF solid 10px;
  border-radius: 5px;
  padding: 5px;
  background-color: #FFF;
  border-image: url("../images/border.png") 33%/24px 24px round;
}

.border-image .border-image-inner {
  background-color: #FFF;
  min-height: 100px;
}

.blog-main .border-image {
  padding: 5px 5px 1em;
  background-color: #FFF;
}

.top-news h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.top-news h3:before, .top-news h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #343A40;
}

.top-news h3:before {
  left: 0;
}

.top-news h3:after {
  right: 0;
}

.yoyaku-table td.head,
.yoyaku-table td span {
  font-size: 0.8rem;
}

.yoyaku-table th {
  font-size: 0.8rem;
  font-weight: normal;
}

section + h3, .front h3 {
  border-bottom: 1px solid #343A40;
  margin-bottom: 2rem;
}

.top-news h3:before {
  left: 0;
}

.top-news h3:after {
  right: 0;
}

h4 {
  background-color: #E8F5E9;
  margin: 2em 0;
  padding: 0.8em;
}

.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.badge-danger, .btn-danger {
  background-color: #9F1D2F;
}

.badge-primary {
  background-color: #284D89;
}

.btn-primary {
  background-color: #007540;
  border-color: #007540;
}

.btn-primary:hover {
  background-color: #008f4e;
}

.badge-place01, .badge-place02, .badge-place03, .badge-place04, .badge-place05 {
  border-radius: 7px;
  font-weight: normal;
}

.badge-place01 {
  background-color: #E3F2FD;
}

.badge-place02 {
  background-color: #E0F2F1;
}

.badge-place03 {
  background-color: #FFF3E0;
}

.badge-place04 {
  background-color: #EFEBE9;
}

.page-slider .ml-slider {
  margin-left: auto;
  margin-right: auto;
}

.slide-kouen-data, .kouen-data {
  padding: 5px 15px;
}

.slide-kouen-data .badge, .kouen-data .badge {
  margin-right: 3px;
}

.slide-kouen-data a, .kouen-data a {
  color: #212121;
  display: block;
}

.slide-kouen-data a:hover, .kouen-data a:hover {
  color: #212121;
  text-decoration: none;
}

.swiper-button-prev, .swiper-button-next {
  background: none;
  font-size: 30px;
  color: rgba(100, 200, 100, 0.7);
}

.slide-area {
  position: relative;
}

.slide-area .top-image-left {
  width: 20%;
  z-index: 100;
  position: absolute;
  left: 40%;
  bottom: 0;
}

.slide-area .top-image-left img {
  height: auto;
}

.slide-area .top-image-right {
  z-index: 100;
  position: absolute;
  right: 50px;
  bottom: 0;
}

.slide-area .top-image-right img {
  height: 400px;
  width: auto;
}

[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all .3s ease;
}

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

.swiper-container {
  width: 100%;
  transition: opacity .6s ease;
}

.swiper-container.swiper-container-coverflow {
  padding-top: 1px;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  border: 4px #FFF solid;
  border-top: 4px #EEE solid;
  box-shadow: 0 0 10px #333;
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.swiper-slide.block-bord {
  border: none !important;
}

.swiper-slide.block-bord .wboard-w1 {
  border: 3px solid #212121;
  /* 枠線 */
  border-bottom: 5px solid #3E2723;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #333;
  opacity: .4;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #333;
  border-radius: 50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
  border: 4px #ccc solid;
}

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 25px;
  }
  .swiper-slide .content .caption {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .swiper-container {
    height: 40vw;
  }
  .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

.kouen-data a:hover, .kouen-data.bg-light a:hover {
  text-decoration: underline dotted #CCC;
}

h2.page-title {
  margin: 0;
  /* デフォルトCSS打ち消し */
  font-size: 1.5rem;
  /* 文字サイズ指定 */
  border-bottom: solid 2px #343A40;
  /* 線指定 */
  padding-bottom: 0.2rem;
  /* 余白指定 */
  margin-bottom: 2rem;
  /* 周りの余白指定 */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
}

.page-title p {
  margin: 0;
  /* デフォルトCSS打ち消し */
  line-height: 2;
  /* 行間調整 */
}

.page-title:before {
  content: '';
  /* 空白の要素を作る */
  width: 7.5rem;
  /* 幅指定 */
  height: 2px;
  /* 高さ指定 */
  background-color: #007540;
  /* 背景色指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 0;
  /* 位置調整 */
  bottom: -2px;
  /* 位置調整 */
}

/*side*/
.side-banner img {
  border: 1px #007540 solid;
}

.card-side-info {
  border: 1px #007540 solid;
  background-color: #FFFDE7;
}

.card-side-info h3 {
  font-size: 1.2rem;
}

.side-list li {
  margin-bottom: 3px;
  padding-bottom: 3px;
}

aside h4 {
  padding-bottom: 0;
  border-bottom: 1px #343A40 dotted;
  text-align: center;
}

/*menu*/
@media (max-width: 768px) {
  nav.navbar.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.main-navi {
  border-top: 1px #FAFAFA solid;
  background: linear-gradient(to bottom, #fff, #ddd);
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.6);
  z-index: 99;
}

@media (max-width: 768px) {
  .main-navi {
    padding: 10px 0;
    background: none;
    box-shadow: none;
  }
}

.navbar {
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-toggler {
    margin: 0 15px 10px 0;
  }
}

@media (max-width: 768px) {
  .navbar {
    box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.6);
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.nav-item {
  line-height: 1.2;
  border-left: 1px #FFFFFF solid;
  border-right: 1px #EAEAEA solid;
  padding: 0;
}

@media (max-width: 768px) {
  .nav-item {
    border-left: none;
    padding: 0;
    border-top: 1px #EAEAEA solid;
  }
}

.nav-item a {
  color: #212121;
  display: block;
  padding: 0.5rem 0;
  font-size: 15px;
}

.nav-item a strong {
  font-weight: normal;
}

.nav-item a:hover {
  text-decoration: none;
  background: linear-gradient(#EDF1F2, #FDFDFD);
  color: #508FAE;
}

@media (max-width: 768px) {
  .nav-item a {
    padding: 10px 0;
  }
}

.nav-item.current {
  text-decoration: none;
  background: linear-gradient(#EDF1F2, #FDFDFD);
}

.nav-item.current a {
  color: #508FAE;
  border-bottom: 1px #007540 solid;
}

.nav-item.current .menu-item-description {
  color: #508FAE;
}

.menu-item-description {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}

.menu-item-description:hover {
  color: #508FAE;
}

/* title */
h1.site-title {
  font-family: Fira-Bold !important;
  font-size: 36px;
  margin: 0;
}

@media (max-width: 768px) {
  h1.site-title {
    font-size: 20px;
  }
}

/* front-page */
.swiper-slide a:hover {
  text-decoration: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

.slide-copy {
  position: absolute;
  bottom: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: normal;
  background-color: rgba(100, 100, 100, 0.3);
  padding: 1px 3px;
  color: #FFF;
  margin: 0 auto;
  border-radius: 0.15rem;
}

.kouen-list p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.kouen-list h4 {
  font-size: 11px;
  margin: 0 0 2px;
}

.kouen-list .col-list {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px #ccc dotted;
  background-color: #FEFEFE;
}

.kouen-list .kouen-data {
  padding: 5px;
}

.kouen-list .kouen-data .data-title {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.card.img-thumbnail .badge {
  margin: 0;
}

@media (max-width: 768px) {
  .card.img-thumbnail .fa-edit {
    display: none;
  }
}

@media (max-width: 768px) {
  .card.img-thumbnail .card-title {
    font-size: 1rem;
  }
}

.img-container--flex-box {
  position: relative;
  display: flex;
  border: 1px solid darkgray;
  background-color: #F9F9F9;
}

.img-container--flex-box img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
}

/*footer*/
footer {
  border: none;
  background: #F3F3F3 url(../images/bg-footer.png) repeat-x center top;
  color: #F0F0F0;
}

footer .card {
  color: #212121;
}

footer .list-inline-item {
  margin-right: 0 !important;
}

footer .list-inline-item a {
  border-right: 1px #BABFA4 solid;
}

@media (max-width: 768px) {
  footer .list-inline-item {
    display: block;
    text-align: center;
  }
}

footer .footer-logo {
  text-align: right;
}

@media (max-width: 768px) {
  footer .footer-logo {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

footer .footer-address {
  text-align: left;
}

@media (max-width: 768px) {
  footer .footer-address {
    text-align: center;
    font-size: 11px;
  }
}

footer .footer-copy {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  footer .footer-copy {
    font-size: 11px;
  }
}

footer nav {
  border-bottom: 1px #BABFA4 solid;
  margin-bottom: 2rem;
  padding: 0.33333rem 0;
}

footer a {
  color: #FFF;
}

/*single*/
.kouen-table th {
  font-weight: normal;
  width: 12em;
  text-align: right;
}

@media (max-width: 768px) {
  .kouen-table th {
    font-size: 11px;
  }
}

/*ボタン*/
.btn[class^="ptn-"].focusm .btn[class^="ptn-"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-outline-primary {
  border-color: #007540;
  background-color: #E0F2F1;
  color: #007540;
}

.btn-outline-primary:hover {
  border-color: #007540;
  background-color: #007540;
  color: #FFF;
}

.btn-outline-info {
  border-color: #3F51B5;
  background-color: #FFF;
  color: #3F51B5;
}

.btn-outline-info:hover {
  border-color: #3F51B5;
  background-color: #3F51B5;
  color: #FFF;
}

.btn-downloadPDF {
  background-color: #CF0000 !important;
  color: #FFF;
}

.btn-downloadPDF:hover {
  background-color: #830000 !important;
  color: #FFF;
}

.btn-downloadWORD {
  background-color: #2b579a !important;
  color: #FFF;
}

.btn-downloadWORD:hover {
  background-color: #1a355e !important;
  color: #FFF;
}

.btn-downloadEXCEL {
  background-color: #0f9d58 !important;
  color: #FFF;
}

.btn-downloadEXCEL:hover {
  background-color: #0a6a3b !important;
  color: #FFF;
}

.card-shinkyu{
margin:2rem 0;
background-color: #fdfbd5;
}

.new-title{
  color:#1B5E20;
  font-weight:600;
  margin-bottom: 2rem;
}

.card-shinkyu .fa-arrow-down{
font-size:3rem;
color:#ff7e27;
}
.circle {
  display:inline-block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
}

.circle-new {
  background: #e7da19;
  color: #fff;
}

.circle-old {
  background: #c9c7b2;
  color: #fff;
}

.card-danger{
  background-color:#ffe694;
  border-color: #ffcc29;
}
.card-danger h4{
  margin:0;
  text-align:center;
  color:#9F1D2F;
  background: none !important;
  font-weight:normal;

}

ul.kome{
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
ul.kome li{
  text-indent: -1.5em;
}
ul.kome li:before{
  content: "※";
  margin-right: 0.5em;
}
