/*サイト全体のこと*/
@media (max-width: 781px) {
  body {
    font-size: 40px;
  }
}

.navbar-header .siteHeader_logo {
  font-family: "Montserrat";
  color:#13A45E;
}

.siteHeader_logo a:hover {
  color: inherit;
}

.subSection-title, h3 {
  border-bottom: none;
  padding: 0;
}

h3:after, .subSection-title:after {
  border-bottom: none;
}

.page-header {
  background-color: #13A45E;
}

.mainSection-title, h2 {
  padding: 15px;
  border-top: none;
  border-bottom: none;
}

.siteHeader_logo,.page-header_pageTitle {
  font-family: "Montserrat";
  font-weight: 500;
}

.siteHeader_logo a {
  font-weight: bold;
}

.slide-text-title {
  font-size: 8vw;
  line-height: 0.85;
  text-shadow: 
  1px 1px 0px #000000,
  1px -1px 0px #000000,
  -1px 1px 0px #000000,
  -1px -1px 0px #000000  !important;
}

.slide-text-caption {
  font-size: 2.1vw;
  text-shadow:
  1px 1px 0px #000000,
  1px -1px 0px #000000,
  -1px 1px 0px #000000,
  -1px -1px 0px #000000!important;
  letter-spacing: 0.1em;
  margin-top: 0;
}

/*トップの画像*/
.carousel {
  height: 70vh;
  width: 90vw;
  margin: 0 auto;
}

.carousel-inner,.carousel-item {
  height: 100%;
}

.carousel-item picture img {
  height: 100%;
  object-fit: cover;
}

/*ニュース*/
.vk_post_title_new {
  display: none;
}

/*フッター*/
.siteFooter {
  color: #FFF;
  border-top: none;
  background-color: #333;
}

.siteFooter a{
  color: #FFF;
}

@media (max-width: 781px) {
  /*タブレットサイズ以下のときの文字サイズ*/
    body {
        font-size: 14px;
    }
    .mainSection-title {
        font-size: 20px;
    }
}

/*メニュー> 外部ページに飛ぶボタン*/
#menu-item-447 a,#menu-item-541 a {
  color: #13A45E;
}

.gMenu>li {
  background-color: #FFF;
  border: 1px solid #13A45E;
  border-radius: 4px;
  padding: 4px 6px;
  margin-right: 8px;
}

.gMenu>li:last-child {
  background-color: #13A45E;
  border: none;
  margin-right: 0px;
}

#menu-item-446 a {
  color: #FFF;
}

@media(min-width: 992px) {
  .header_scrolled .gMenu>li {
    border-radius: 0px;
    border: none;
    border-left: 1px solid #EEE;
  }
  
  .header_scrolled .gMenu>li:last-child {
    border: none;
  }

  .device-pc .gMenu>li a {
      padding-left: 3em;
      padding-right: 3em;
    }
  }

.gMenu>li:before {
  border-bottom: none;
}

/*サイトのロゴ*/
.siteHeader_logo {
  font-weight: bold;
}

/*モバイル > ハンバーガーメニューボタン*/
.vk-mobile-nav-menu-btn {
  border: none;
}

.vk-mobile-nav-menu-outer {
  display: none;
}

.vk-mobile-nav-widget {
  padding-left: 10px;
  padding-right: 10px;
}

.vk-mobile-nav-widget a:hover {
  color: inherit;
  text-decoration: none;
}

.wp-block-image .wp-image-2105 {
  width: 149px;
  height: auto;
}
/*モバイルナビ　メニュー*/
.widget_nav_menu ul li a{
  text-align: center;
}

/*.vk-mobile-nav .widget_nav_menu ul li a {*/
/*  border: none;*/
/*}*/

/*.vk-mobile-nav .widget_nav_menu ul.menu {*/
/*  border: none;*/
/*}*/