@charset "UTF-8";
/*-----------------------------------------------
 * color
 * --------------------------------------------*/
/*
$accent-color:#539f4c;
$accent-color2:#efefef;
$accent-color-light: #ECF4EC;
*/
/*-----------------------------------------------
 * break point
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-size(base:16px)
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-family
 * --------------------------------------------*/
/* 小塚ゴシック */
/* 游ゴ */
/* Futura */
/*-----------------------------------------------
 * bootstrap3 class 
 * --------------------------------------------*/
.img-responsive {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%; }

.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%; }

ul.list-inline li {
  display: inline-block; }
  ul.list-inline li:not(:last-child) {
    margin-right: .5rem; }

@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 80px;
    clear: left;
    overflow: hidden;
    clear: left;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 100px; } }

/*****************************************************************************************
 * common
 ****************************************************************************************/
html,
body {
  height: 100%; }

body {
  font-family: meiryo, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8; }

a:not(.btn) {
  color: #005394;
  text-decoration: underline; }
  a:not(.btn):focus, a:not(.btn):hover {
    color: #cc0000; }

table th {
  background: #005394;
  color: #fff;
  font-weight: normal;
  white-space: nowrap; }

/*-----------------------------------------------
 * ぱんくずリスト
 * --------------------------------------------*/
.breadcrumb {
  background: none;
  font-size: 0.75rem;
  background: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 45px; }
  .breadcrumb a {
    color: #005394;
    text-decoration: none; }
  @media (max-width: 991px) {
    .breadcrumb {
      display: none; } }

/*-----------------------------------------------
 * grid
 * --------------------------------------------*/
@media (max-width: 991px) {
  div[class*=col-] {
    margin-bottom: 15px; } }
/*-----------------------------------------------
 * contactform
 * --------------------------------------------*/
.wpcf7-form label sup {
  color: red; }
.wpcf7-form .form-control[readonly] {
  font-size: 0.8125rem; }
@media (min-width: 992px) {
  .wpcf7-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; } }

/*-----------------------------------------------
 * Meta Slider
 * --------------------------------------------*/
.metaslider .flexslider {
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    .metaslider .flexslider .flex-control-nav {
      bottom: 20px !important;
      z-index: 2; } }
  @media (max-width: 991px) {
    .metaslider .flexslider .flex-control-nav {
      display: none; } }
  .metaslider .flexslider .flex-direction-nav .flex-prev {
    left: 0 !important; }
  .metaslider .flexslider .flex-direction-nav .flex-next {
    right: 0 !important; }
.metaslider .caption-wrap {
  background: none !important; }
  .metaslider .caption-wrap .caption {
    background: black;
    display: inline-block; }

/*-----------------------------------------------
 * フォトコンテスト
 * --------------------------------------------*/
.ngg-gallery-thumbnail-box {
  width: 30%;
  float: left; }

.ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(3n+1) {
  clear: both; }

/*****************************************************************************************
 * content
 ****************************************************************************************/
/*-----------------------------------------------
 * 見出し
 * --------------------------------------------*/
#singleContentBox #postTitleBox h1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #1A659F; }

#pageContentBox #postTitleBox,
#archiveContentBox #postTitleBox {
  text-align: center;
  padding-bottom: 70px; }
  #pageContentBox #postTitleBox h1,
  #archiveContentBox #postTitleBox h1 {
    font-weight: bold;
    font-size: 1.875rem;
    color: #005394;
    padding-top: 70px;
    border-bottom: 2px solid #DEE9F1;
    display: inline-block; }

.nomargin {
  margin: 0px !important; }

.nomargin .breadcrumb {
  margin: 0px;
  margin-bottom: 30px; }

#postTitleBox h1,
#postContent h2.h1 {
  font-size: 1.875rem;
  text-align: center; }

h2 {
  color: #005394;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: solid #005394 5px;
  margin-bottom: 30px;
  margin-top: 0px; }

h3 {
  padding-bottom: 8px;
  font-size: 1.625rem;
  font-weight: bold; }
  h3 + h4 {
    color: #005394;
    font-size: 0.875rem;
    margin-bottom: 30px; }

h4 {
  font-size: 1.25rem;
  font-weight: bold; }

/*-----------------------------------------------
 * 続きを読むリンク
 * --------------------------------------------*/
.more_link {
  font-size: 0.8125rem; }

ul.pagination a {
  text-decoration: none;
  border-color: #005394; }
ul.pagination .page-item.active .page-link {
  background: #DEE9F1;
  border-color: #005394;
  color: #005394; }

/*-----------------------------------------------
 * 記事一覧（サムネイル付き）
 * --------------------------------------------*/
#flyerList {
  margin-bottom: 45px; }

#postList {
  margin-bottom: 45px; }
  #postList .li_box {
    background-color: #DEE9F1;
    height: 100%;
    margin-bottom: 30px; }
  #postList .li_thumbnail {
    position: relative;
    max-height: 145px;
    overflow: hidden; }
    #postList .li_thumbnail .li_cat {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      background: #005394; }
      #postList .li_thumbnail .li_cat a {
        text-decoration: none;
        color: #fff; }
  #postList .li_date {
    font-size: 0.9375rem;
    margin-top: 8px;
    padding: 0px 8px; }
  #postList .li_title {
    font-size: 0.9375rem;
    margin-bottom: 8px;
    padding: 0px 8px; }
  #postList .li_detail {
    font-size: 0.8125rem;
    padding: 0px 8px; }
  #postList .li_more {
    margin-top: 8px;
    padding: 0px 8px;
    font-size: 0.9375rem;
    text-align: right; }
    #postList .li_more a:after {
      content: ' ≫'; }

/*-----------------------------------------------
 * 記事一覧（テキスト）
 * --------------------------------------------*/
#reportList {
  font-size: 0.875rem;
  margin-bottom: 45px; }
  #reportList dt {
    font-weight: normal;
    white-space: nowrap; }
  #reportList dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/*****************************************************************************************
 * nav
 ****************************************************************************************/
#headerNavBox {
  border-bottom: 5px solid #005394; }
  #headerNavBox .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center; }
  #headerNavBox nav {
    background: #fff !important; }
    #headerNavBox nav .navbar-brand {
      text-decoration: none; }
    #headerNavBox nav li {
      align-self: center !important; }
      #headerNavBox nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #000;
        text-decoration: none;
        color: #005394;
        display: block; }
        #headerNavBox nav li a:hover {
          background-color: #DEE9F1;
          border-radius: 3px;
          color: #000; }
  @media (min-width: 992px) {
    #headerNavBox nav {
      font-size: 1.25rem;
      font-weight: bold; }
      #headerNavBox nav li.active a {
        color: #005394; } }
  @media (max-width: 991px) {
    #headerNavBox nav {
      padding: 4px 8px; }
    #headerNavBox .container {
      max-width: 100% !important; } }

.home #headerNavBox {
  border-bottom: none; }

/*****************************************************************************************
 * header
 ****************************************************************************************/
#headerTitleBox {
  background-color: #1A659F;
  padding-top: 8px;
  padding-bottom: 8px; }
  #headerTitleBox ul {
    margin-bottom: 0px; }
  #headerTitleBox a {
    text-decoration: none;
    color: #000; }
  #headerTitleBox .site-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.5rem; }
    #headerTitleBox .site-title h1 {
      display: inline-block; }
    #headerTitleBox .site-title small {
      font-size: 1.125rem;
      display: block; }
    #headerTitleBox .site-title a {
      color: #005394; }
    @media (min-width: 992px) {
      #headerTitleBox .site-title {
        margin-top: -15px; } }
  #headerTitleBox .header_link a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #fff; }
  #headerTitleBox .search-form input[type="text"] {
    max-width: 150px;
    font-size: 0.75rem;
    padding: .25rem .5rem;
    background-color: #DEE9F1;
    border: none;
    border-radius: 0; }
    #headerTitleBox .search-form input[type="text"]::placeholder {
      color: #999; }
  #headerTitleBox .search-form button {
    font-size: 0.75rem;
    color: #fff;
    background: #005394;
    padding: .25rem .5rem;
    border-radius: 0; }

#indexHeaderImageBox {
  position: relative; }
  #indexHeaderImageBox .bg_w {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bg_w.png);
    background-size: cover;
    z-index: 999999 !important; }

.home #indexHeaderImageBox {
  border-bottom: none; }

/*****************************************************************************************
 * footer
 ****************************************************************************************/
#footerBox #footerContent {
  background: #1A659F;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  #footerBox #footerContent .row {
    margin-bottom: 30px; }
  #footerBox #footerContent a {
    color: #fff; }
    #footerBox #footerContent a:focus, #footerBox #footerContent a:hover {
      color: #fbd8c9; }
  #footerBox #footerContent h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    border: none;
    color: #fff; }
  #footerBox #footerContent h3 {
    font-size: 1.5rem; }
  #footerBox #footerContent dl {
    font-size: 0.875rem; }
    #footerBox #footerContent dl dd {
      margin-bottom: 8px; }
    #footerBox #footerContent dl dt span {
      background: #437aa6;
      display: block; }
  #footerBox #footerContent .widget_parklistwidget ul {
    list-style: none;
    padding-left: 0;
    font-size: 0rem; }
    #footerBox #footerContent .widget_parklistwidget ul li {
      display: inline-block;
      width: 50%;
      font-size: 0.875rem; }
#footerBox #copyright {
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 5px;
  margin-right: 5px; }

/*****************************************************************************************
 * sidebar
 ****************************************************************************************/
#side {
  font-size: 0.875rem; }
  #side h3 {
    background: #005394;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 1.25rem; }
  #side .side_box {
    margin-bottom: 30px; }
  #side .ul-sidebar {
    margin: 0px;
    border: 1px solid #005394;
    padding-left: 10px;
    list-style: none; }
  #side .ul-sidebar li {
    margin: 0px;
    padding: 0px; }
  #side #side_info h3 {
    margin-bottom: 0; }
  #side #side_info dl {
    padding: 12px 8px;
    background: #DEE9F1;
    font-size: 0.875rem;
    border: 1px solid #005394; }
    #side #side_info dl dd {
      margin-bottom: 8px; }
  #side #side_info .lbl {
    background-color: #437aa6;
    color: #fff;
    padding: 0 4px;
    white-space: nowrap;
    display: block; }
  #side .box {
    margin-bottom: 30px;
    font-size: 0.8125rem; }
    #side .box .bnr {
      margin-bottom: 15px; }
    #side .box .li_title a {
      font-size: 0.9375rem;
      margin-bottom: 8px; }
    #side .box .li_more {
      text-align: right; }
      #side .box .li_more a {
        padding: 2px 4px;
        color: #005394;
        border: 1px solid #005394;
        text-decoration: none; }
  #side iframe {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

.widget_parkrsswidget {
  background: #FAFAFA;
  border: 1px solid #EEE;
  padding: 5px;
  font-size: 0.9em; }
  .widget_parkrsswidget .bg_green {
    background: #DFDFDD;
    padding: 0 4px; }
  .widget_parkrsswidget li .pull-left:nth-child(3) {
    clear: both; }

#parkrsswidget-7 li {
  display: none; }

#parkrsswidget-7 li:nth-child(1),
#parkrsswidget-7 li:nth-child(2),
#parkrsswidget-7 li:nth-child(3),
#parkrsswidget-7 li:nth-child(4) {
  display: inherit; }

.side_rss h3 {
  font-size: 1em;
  margin-bottom: 0px;
  color: #005394; }

/*****************************************************************************************
 * index
 ****************************************************************************************/
#indexHeaderImageBox {
  margin-bottom: 45px;
  border-bottom: 5px solid #005394; }

#indexContentBox.bg01 {
  padding-top: 45px;
  padding-bottom: 60px; }
#indexContentBox .bg03 {
  padding-top: 45px;
  padding-bottom: 60px; }
#indexContentBox #highlight_box {
  background: #DEE9F1;
  padding: 0px; }
  #indexContentBox #highlight_box h3 {
    background: #005394;
    color: #FFF !important;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 1.3em;
    margin-bottom: 0; }
  #indexContentBox #highlight_box .highlight_box_content {
    padding: 15px !important; }
    #indexContentBox #highlight_box .highlight_box_content ul {
      list-style: none;
      padding: 0px; }
    #indexContentBox #highlight_box .highlight_box_content li {
      padding: 0px;
      border-bottom: 1px dotted #005394;
      margin-bottom: 8px;
      font-size: 0.875rem;
      line-height: 1.4; }

#indexFooterWidgetsBox {
  background-color: #DEE9F1;
  font-size: 0.875rem;
  padding-top: 30px;
  padding-bottom: 30px; }
  #indexFooterWidgetsBox .side_rss {
    padding: 30px;
    background-color: #fff; }
    #indexFooterWidgetsBox .side_rss h3 {
      border-top: 2px solid #005394;
      border-bottom: 2px solid #005394;
      padding: 4px;
      max-width: 450px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.25rem;
      font-weight: bold;
      text-align: center; }
    #indexFooterWidgetsBox .side_rss ul {
      padding-left: 0;
      list-style: none; }
      #indexFooterWidgetsBox .side_rss ul > li {
        border-bottom: 1px solid #437aa6;
        margin-bottom: 4px;
        padding: 4px; }
        #indexFooterWidgetsBox .side_rss ul > li ul li {
          border-bottom: none; }
        #indexFooterWidgetsBox .side_rss ul > li ul .rss_date:before {
          content: '▼'; }
        #indexFooterWidgetsBox .side_rss ul > li ul .bg_green {
          font-size: 0.8125rem;
          color: #005394;
          background: #DEE9F1;
          padding: 2px 4px;
          text-align: center;
          width: 150px; }
        #indexFooterWidgetsBox .side_rss ul > li ul br {
          display: none; }
        #indexFooterWidgetsBox .side_rss ul > li ul a {
          text-decoration: none; }

#indexFooterWidgetsBox + #footerBox {
  margin-top: 0; }

/*****************************************************************************************
 * page/single/archive
 ****************************************************************************************/
#postTitleBox {
  margin-bottom: 45px; }

#singleContentBox .date {
  text-align: right;
  margin-bottom: 30px; }
#singleContentBox #postContent {
  margin-bottom: 45px; }
#singleContentBox img {
  max-width: 100%;
  height: auto; }

.content .box {
  margin-top: 30px;
  margin-bottom: 60px; }
.content h2 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  background: #005394;
  padding: 12px 5px 8px 12px;
  border-left: 8px solid #3287ca;
  margin-bottom: 30px;
  margin-top: 0px; }
.content h3 {
  color: #005394;
  padding-bottom: 4px;
  font-size: 1.3rem;
  border-bottom: 2px solid #3287ca;
  font-weight: bold; }
.content .smenu {
  padding: 0px;
  margin: 0px;
  overflow: auto;
  height: 100%; }
  .content .smenu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    width: 30%;
    background: #BBD1E2;
    border-radius: 4px;
    text-align: center;
    float: left;
    margin-bottom: 20px; }
    .content .smenu li a {
      padding: 30px 0px;
      display: block;
      width: 100%;
      height: 100%;
      color: #333 !important;
      font-weight: bold; }
    .content .smenu li a:hover {
      color: #FFF !important;
      background: #4B85B3;
      border-radius: 4px; }
  .content .smenu li:nth-child(3n+1) {
    margin-left: 0%;
    clear: both; }

#pageContentBox.leaflet h3 {
  font-size: 1rem; }
