@charset "utf-8";


h1{
	font-size: 1.5rem;
}

/*ヘッダー*/

.vk-mobile-nav-menu-btn {
    z-index: 9999;
   
}


/*フッター*/
footer.site-footer{
	background: #5f5e63;
	
}

footer.site-footer *{
	color: #fff;
	
}

.footer-nav{
	background: #fff;
	color: #000;
}

#menu-sitemap{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 40vw;
}


#menu-sitemap li{
	width: 150px;
	padding: 0 10px;
	flex-shrink: 0;
}


@media screen and (max-width: 767px) {
  
#menu-sitemap{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 93vw;
	padding: 0;
	margin: 0 auto;
}


#menu-sitemap li{
	width: 100%;
	padding: 7px;
	flex-shrink: 0;
	border-bottom: 1px solid #ccc;
}
	
	
}


/*サイドナビ*/


.s-info{
	text-align: center;
	border: 4px double #eee;
	padding: 10px;
}

.s-info p{
	font-size: 12px;
	margin: 0;
}

.s-info a{
	font-size: 24px;
	font-weight: 900;
}

.sub-section .wp-block-image {
	text-align: center;
}

/*トップ*/

.news-section {
  padding:0 0 40px;
  background: #fff;
}
.news-title {
  font-size: 22px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.news-box .news-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.news-item-title {
  font-size: 18px;
  font-weight: bold;
}
.news-item-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.news-item-excerpt {
  font-size: 15px;
  margin-bottom: 10px;
}
.news-item-readmore .btn {
  display: inline-block;
  padding: 5px 12px;
  background: #f29700;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
}
.news-more-link {
  text-align: right;
  margin-top: 20px;
}
.news-more-link .btn {
  padding: 6px 14px;
  background: #f29700;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}


#post-28 summary{
	display: none;
}




/*サイトマップ*/

.sitemap-box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
}
.sitemap-title {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #f29700;
  padding-left: 10px;
  margin-bottom: 15px;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
}

.sitemap-list li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em;
}
.sitemap-list li::before {
  content: "▶";
  font-size: 10px;
  position: absolute;
  left: 0;
  color: #888;
	top: 0.5em;
}





.page-header-title, h1.page-header-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: var(--vk-line-height-low);
    margin: 0;
	color: #000;
}


.page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 3rem;
    text-align: center;
	background: #f3f3f3;
	/*border-bottom: 1px solid #f3f3f3;*/
}