@charset "UTF-8";
/*--------------------------
Color
---------------------------*/
/*テキスト*/
/*見出し装飾*/
/*リスト装飾*/
/*罫*/
/*表組み*/
/*リンクボタン*/
/*背景色*/
/*----------------------------------------
       　　　　共　通
----------------------------------------*/
body {
  color: #333;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden; }

a {
  color: #539301;
  text-decoration: underline; }

a:hover {
  color: #F29A28;
  text-decoration: underline; }

a img:hover {
  opacity: 0.8; }

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.frieze {
  overflow: hidden;
  height: 100%; }

/*----------------------------------------
       堀口追記　数字付き順序リスト
----------------------------------------*/
ol.official, ol.official ol{
  padding-left: 1em;
}
ol.official li{
  list-style-type:none;
  margin-left: 3em;
}
ol.official li:before{
  display: inline-block; 
  text-align: right;
  width: 2em;
  margin-right: 1em;
  margin-left: -3em;
}
ol.official > li{
  counter-increment: n1;
}
ol.official > li:before{
  content: counter(n1);
  font-weight: bold;
}
ol.official > li > ol {
  padding: 1em;
}
ol.official > li > ol > li{
  counter-increment: n2;
}
ol.official > li > ol > li:before{
  content: "(" counter(n2) ")";
}

p[class*="r-no-"]{
  padding-left: 4em;
}
p[class*="r-no-"]:before{
  width: 2em;
  margin-right: 0em;
  margin-left: -3em;
}
.r-no-1:before{content: "（１）";}
.r-no-2:before{content: "（２）";}
.r-no-3:before{content: "（３）";}
.r-no-4:before{content: "（４）";}
.r-no-5:before{content: "（５）";}
.r-no-6:before{content: "（６）";}
.r-no-7:before{content: "（７）";}
.r-no-8:before{content: "（８）";}
.r-no-9:before{content: "（９）";}
.r-no-10:before{content: "（10）";}

/*----------------------------------------
       デフォルトスタイル調整
----------------------------------------*/
.ccHeaderArea .mb-3 {
  margin-bottom: 0 !important; }
@media only screen and (min-width: 990px) {
  .ccHeaderArea {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px; } }
@media only screen and (min-width: 1200px) {
  .ccHeaderArea {
    margin-bottom: 40px; } }

body[class="home"] #ccCenterArea {
  margin: 0 auto; }
@media only screen and (min-width: 990px) {
  body[class="home"] .container {
    max-width: 100%;
    padding: 0; } }

.kouza .plugin-databases img.img-fluid {
  max-height: 480px; }

/*----------------------------------------
       		パーツデザイン
----------------------------------------*/
@media only screen and (min-width: 1200px) {
  body[class="home"] #ccMainArea {
    padding-left: 0 !important; } }

.ccMainArea {
  font-size: 0.875rem;
  line-height: 1.6;
  /*見出し*/
  /*本文*/
  /*リスト*/
  /*番号付きリスト*/
  /*表組み*/
  /*コラム*/
  /*注意書き*/
  /*アイコン付きリンク*/ }
  @media only screen and (min-width: 990px) {
    .ccMainArea {
      margin-top: 30px; } }
  @media only screen and (min-width: 1200px) {
    .ccMainArea {
      padding-left: 30px !important;
      margin-top: 0; } }
  .ccMainArea .plugin-whatsnews .card-body {
        padding: 0 1.25rem 1.25rem;
  }
  .ccMainArea .pt-0 .card-body {
    padding: .5rem 1.25rem 1.25rem;
  }
  .ccMainArea h1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 12px 0 10px 30px;
    /*margin: 0 0 20px 0;*/
    margin: 0;
    background: #84BD07 url("img/h2_ac.png") 7px center no-repeat; }
    .ccMainArea h1 a {
      color: #333; }
  .ccMainArea h1.card-header.bg-secondary {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #333;
    padding: 12px 0 10px 30px;
    margin: 0;
    background: #f2f2f2 url("img/h1sec_ac.png") 7px center no-repeat !important; }
  .ccMainArea h2 {
    font-size: 1rem;
    line-height: 1.3;
    margin: 15px 0 20px 0;
    padding: .2em 0 .2em .5em;
    border-left: 10px solid #F29A28; }
  .ccMainArea h3 {
    font-size: 1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #3c3c3c; }
  .ccMainArea h4 {
    font-size: 0.875rem;
    font-weight: bold;
    color: #3c3c3c;
    margin: 20px 0 10px 0; }
  .ccMainArea p {
    font-size: 0.875rem;
    line-height: 1.6; }
  .ccMainArea ul.list {
    margin: 5vw 0;
    padding: 0 3vw; }
    @media only screen and (min-width: 1200px) {
      .ccMainArea ul.list {
        margin: 20px 0;
        padding: 0 20px; } }
    .ccMainArea ul.list li {
      font-size: 0.875rem;
      padding-left: 5vw;
      margin-bottom: 1em;
      list-style: none;
      background: url("img/list_ac.png") 0 5px no-repeat; }
      @media only screen and (min-width: 1200px) {
        .ccMainArea ul.list li {
          padding-left: 20px;
          margin-bottom: 1em; } }
  .ccMainArea ol.nolist {
    margin: 5vw 0;
    padding: 0 3vw; }
    @media only screen and (min-width: 1200px) {
      .ccMainArea ol.nolist {
        margin: 20px 0;
        padding: 0 20px; } }
    .ccMainArea ol.nolist li {
      font-size: 0.875rem;
      margin: 0 0 1em 1em; }
      @media only screen and (min-width: 1200px) {
        .ccMainArea ol.nolist li {
          padding-left: 0; } }
  .ccMainArea table {
    margin: 30px 0 20px 0;
    border-collapse: collapse; }
    .ccMainArea table th, .ccMainArea table td {
      font-weight: normal;
      line-height: 1.3;
      padding: 5px;
      border: 1px solid #999; }
    .ccMainArea table th {
      text-align: center;
      background-color: #E5EED4; }
      .ccMainArea table th.th02 {
        text-align: left;
        background-color: #f2f2f2; }
  .ccMainArea .column {
    margin: 15px 0;
    padding: 25px;
    border-radius: 10px;
    background-color: #f2f2f2; }
    .ccMainArea .column h2, .ccMainArea .column h3, .ccMainArea .column h4 {
      margin-top: 0; }
    .ccMainArea .column p:last-child {
      margin-bottom: 0; }
  .ccMainArea .exclamation {
    padding-left: 1.1rem;
    text-indent: -1.2rem; }
    .ccMainArea .exclamation::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background: url("/css/images/acc_exclamation.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: 0 5px 3px 0; }
  .ccMainArea a.icon_pdf:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("/css/images/icon_pdf.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 5px; }
  .ccMainArea a.icon_excel:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("/css/images/icon_excel.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 5px; }
  .ccMainArea a.icon_word:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("/css/images/icon_word.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 5px; }
  .ccMainArea a.icon_external:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url("/css/images/icon_external.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 3px 5px; }

.ccMainArea header {
  width: 100% !important; }

/*----------------------------------------
       　　　　ヘッダー
----------------------------------------*/
.headerFrame {
  padding: 0;
  background-color: #fff;
  z-index: 8888; }
  @media only screen and (min-width: 1200px) {
    .headerFrame {
      position: relative; } }

header {
  padding: 5vw 0 2vw !important; }
  @media only screen and (min-width: 990px) {
    header {
      width: calc(1140 / 1080 * 100vw) !important;
      padding: 1vw 0 !important; } }
  @media only screen and (min-width: 1200px) {
    header {
      width: 1140px !important;
      margin: 0 auto;
      padding: 0 !important; } }
  header h1 {
    margin-top: -7px;
    padding: 0 15px !important; }
    @media only screen and (min-width: 990px) {
      header h1 {
        margin-top: 15px;
        width: calc(300 / 1080 * 100vw) !important;
        max-width: calc(300 / 1080 * 100vw) !important; } }
    header h1 img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 1200px) {
        header h1 img {
          width: inherit;
          max-width: inherit; } }
  @media only screen and (min-width: 990px) {
    header .wrap {
      display: flex;
      justify-content: space-between;
      margin: 30px 0 0 0; } }
  header .wrap .link {
    display: none; }
    @media only screen and (min-width: 990px) {
      header .wrap .link {
        display: flex;
        clear: both;
        padding: 0;
        margin: 30px 0 0 0; } }
    header .wrap .link li {
      list-style: none;
      padding: 0 10px;
      line-height: 1; }
      @media only screen and (min-width: 990px) {
        header .wrap .link li {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 1200px) {
        header .wrap .link li {
          font-size: 1rem; } }
      header .wrap .link li a {
        color: #333;
        text-decoration: none; }
        header .wrap .link li a::before {
          content: url("img/link_ac.png");
          margin-right: 5px;
          vertical-align: middle; }
        header .wrap .link li a:hover {
          color: #F29A28; }
  header .wrap .teladd {
    display: none; }
    @media only screen and (min-width: 990px) {
      header .wrap .teladd {
        display: block;
        font-size: 0.875rem; } }

/*----------------------------------------
       　スマホ用トリガーボタン
----------------------------------------*/
.spMenuBtn {
  float: right;
  width: 48px;
  height: 40px;
  background-color: #84BD07;
  border-radius: 3px;
  margin-right: 10px; }
  @media only screen and (min-width: 990px) {
    .spMenuBtn {
      display: none; } }
  .spMenuBtn .menu-trigger,
  .spMenuBtn .menu-trigger p {
    display: inline-block;
    box-sizing: border-box; }
  .spMenuBtn .menu-trigger {
    position: relative;
    width: 32px;
    height: 24px; }
  .spMenuBtn .menu-trigger p {
    position: absolute;
    left: 8px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px; }
  .spMenuBtn .menu-trigger p:nth-of-type(1) {
    top: 8px; }
  .spMenuBtn .menu-trigger p:nth-of-type(2) {
    top: 19px; }
  .spMenuBtn .menu-trigger p:nth-of-type(3) {
    top: 30px; }
  .spMenuBtn .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .spMenuBtn .menu-trigger.active p:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg); }
  .spMenuBtn .menu-trigger.active p:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .spMenuBtn .menu-trigger.active p:nth-of-type(3) {
    opacity: 0; }

/*----------------------------------------
       　スマホ用メニュー
----------------------------------------*/
.sp_menu {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: calc(100vh - 75px);
  overflow: auto;
  color: #fff;
  background-color: #84BD07;
  left: 100vw;
  opacity: 0;
  transition: all .5s;
  transform: translate(0, 0); }
  .sp_menu.active {
    opacity: 1;
    transition: all .5s;
    transform: translate(-100vw, 0); }
  @media only screen and (min-width: 990px) {
    .sp_menu {
      display: none; } }
  .sp_menu ul {
    padding: 0; }
  .sp_menu > ul {
    padding-bottom: 100px; }
  .sp_menu li {
    padding: 0;
    list-style: none;
    border-top: 1px solid #fff; }
    .sp_menu li a, .sp_menu li p {
      display: block;
      color: #fff;
      padding: 2vw 2vw 2vw 5vw;
      font-weight: bold;
      margin: 0;
      text-decoration: none; }
    .sp_menu li p::after {
      font-family: "Font Awesome 5 Free";
      content: '\f067';
      font-size: 1.25rem;
      font-weight: 900;
      position: absolute;
      right: 10px;
      margin: -5px 0 0 0; }
    .sp_menu li p.active::after {
      font-family: "Font Awesome 5 Free";
      content: '\f068';
      font-size: 1.25rem;
      font-weight: 900;
      position: absolute;
      right: 10px;
      margin: -5px 0 0 0; }
    .sp_menu li:last-child {
      border-bottom: 1px solid #fff; }
    .sp_menu li ul li {
      display: none;
      border: none; }
      .sp_menu li ul li a {
        padding: 2vw 2vw 2vw 6vw;
        font-weight: normal;
        background-image: none !important; }
        .sp_menu li ul li a::before {
          font-family: "Font Awesome 5 Free";
          content: '\f054';
          font-size: .8125rem;
          font-weight: 900;
          margin: 0 5px 0 0; }
      .sp_menu li ul li ul {
        margin-left: 1rem; }
    .sp_menu li ul.active li {
      display: block; }

/*----------------------------------------
       　グルーバルナビゲーション
----------------------------------------*/
.globalNavFrame {
  display: none; }
  @media only screen and (min-width: 990px) {
    .globalNavFrame {
      display: block;
      margin-top: 10px;
      padding: 0;
      background-color: #84BD07; } }
  .globalNavFrame h1 a {
    color: #fff; }
  .globalNavFrame ul {
    margin: 0 auto;
    display: flex;
    padding: 0 !important;
    border-bottom: none; }
    @media only screen and (min-width: 990px) {
      .globalNavFrame ul {
        width: calc(980 / 1080 * 100vw); } }
    @media only screen and (min-width: 1200px) {
      .globalNavFrame ul {
        width: 1046px; } }
    .globalNavFrame ul li {
      list-style: none;
      margin-right: 10px;
      margin-bottom: 0 !important; }
      .globalNavFrame ul li a {
        display: block;
        font-size: 1rem;
        color: #fff;
        white-space: inherit;
        padding: 12px 0;
        margin: 10px auto 0;
        white-space: nowrap;
        border: none !important;
        text-decoration: none; }
        .globalNavFrame ul li a:hover {
          background-color: #729A49; }
    .globalNavFrame ul li a.active {
      background-color: #fff !important;
      border-radius: 5px 5px 0 0;
      color: #84BD07 !important;
      pointer-events: none;
      cursor: default;
      font-weight: bold;
      height: 100%; }

/*----------------------------------------
		       サイドメニュー
----------------------------------------*/
.ccLeftArea {
  margin-top: 30px; }
  @media only screen and (min-width: 1200px) {
    .ccLeftArea {
      margin: 0 0 30px 0;
      border-radius: 8px 8px 0 0; } }
  .ccLeftArea .container {
    padding: 0; }
  .ccLeftArea .card-body {
    padding: 0; }
  .ccLeftArea h1 {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    background: #E5EED4;
    color: #84BD07; }
    @media only screen and (min-width: 1200px) {
      .ccLeftArea h1 {
        font-size: 1.75rem;
        font-weight: normal;
        padding: 15px;
        margin: 0;
        border-radius: 8px 8px 0 0; } }
  .ccLeftArea .list-group-item {
    color: #000;
    text-decoration: none; }
    .ccLeftArea .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .ccLeftArea .list-group-item:hover {
      text-decoration: none;
      background-color: #eee;
      border-color: #eee; }
    .ccLeftArea .list-group-item.active {
      color: #000;
      background-color: #ccc;
      border-color: #ccc; }
      .ccLeftArea .list-group-item.active i {
        color: #fff; }
    .ccLeftArea .list-group-item i {
      color: #84BD07; }

/*----------------------------------------
		       フッター
----------------------------------------*/
.ccFooterArea.container {
  max-width: 100%; }
.ccFooterArea .footer {
  background-color: #84BD07; }
  .ccFooterArea .footer .row {
    margin: 0 5vw;
    padding: 5vw 0;
    color: #fff; }
    @media only screen and (min-width: 1200px) {
      .ccFooterArea .footer .row {
        width: 1046px;
        margin: 0 auto;
        padding: 30px 0;
        align-items: flex-end; } }
    .ccFooterArea .footer .row .name {
      font-size: 1.125rem;
      margin-bottom: .5rem; }
    .ccFooterArea .footer .row .addr {
      font-size: 0.875rem;
      margin-bottom: .5rem; }
    .ccFooterArea .footer .row .link {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 10vw 0;
      padding: 0; }
      @media only screen and (min-width: 1200px) {
        .ccFooterArea .footer .row .link {
          margin: 0 0 20px 0; } }
      .ccFooterArea .footer .row .link li {
        list-style: none;
        font-size: 0.875rem;
        margin-right: 2vw; }
        @media only screen and (min-width: 1200px) {
          .ccFooterArea .footer .row .link li {
            margin-right: 5px; } }
        .ccFooterArea .footer .row .link li::after {
          content: "|";
          margin-left: 2vw; }
          @media only screen and (min-width: 1200px) {
            .ccFooterArea .footer .row .link li::after {
              margin-left: 5px; } }
        .ccFooterArea .footer .row .link li:last-child::after {
          content: ""; }
        .ccFooterArea .footer .row .link li a {
          color: #fff;
          text-decoration: none; }
    .ccFooterArea .footer .row .copy {
      font-size: 0.875rem; }
      @media only screen and (min-width: 1200px) {
        .ccFooterArea .footer .row .copy {
          text-align: right; } }

#page-top {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 85px;
  height: 85px; }
  #page-top:hover {
    cursor: pointer; }

/*----------------------------------------
		      トップページ：スライダー
----------------------------------------*/
.mvSlider {
  margin: 1vw auto; }
  .mvSlider img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 990px) {
    .mvSlider {
      width: calc(840 / 1080 * 100vw); } }
  @media only screen and (min-width: 1200px) {
    .mvSlider {
      /*width: 1046px;*/
      width: 710px;
      margin: 0 auto 30px; } }

.carousel-indicators {
  bottom: -30px; }
  @media only screen and (min-width: 1200px) {
    .carousel-indicators {
      bottom: -40px; } }

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #539301;
  border-top: none;
  border-bottom: none; }
  @media only screen and (min-width: 1200px) {
    .carousel-indicators li {
      width: 12px;
      height: 12px;
      border-radius: 12px;
      margin-right: 5px;
      margin-left: 5px; } }

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  width: 10%; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 18px;
  height: 18px; }
  @media only screen and (min-width: 1200px) {
    .carousel-control-prev-icon, .carousel-control-next-icon {
      width: 24px;
      height: 24px; } }

.carousel-control-next-icon {
  background-image: url("img/arrow_r.png"); }

.carousel-control-prev-icon {
  background-image: url("img/arrow_l.png"); }

/*----------------------------------------
		      トップページ：バナー
----------------------------------------*/
.topBanner {
  width: 100%;
  background-color: #E5EED4;
  padding: 5vw 0 2vw; }
  @media only screen and (min-width: 1200px) {
    .topBanner {
      padding: 30px 0; } }
  .topBanner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1vw auto;
    padding: 0; }
    @media only screen and (min-width: 1200px) {
      .topBanner ul {
        flex-wrap: nowrap;
        width: 1046px;
        margin: 0 auto;
        padding: 0; } }
    .topBanner ul li {
      width: 40vw;
      list-style: none;
      padding: 0;
      margin: 0 0 2vw 0; }
      @media only screen and (min-width: 1200px) {
        .topBanner ul li {
          width: 203px;
          margin: 0;
          padding: 0 2px; } }
      .topBanner ul li img {
        width: 100%;
        height: auto; }
      .topBanner ul li:last-child {
        margin-top: 2vw; }
        @media only screen and (min-width: 1200px) {
          .topBanner ul li:last-child {
            margin-top: 0; } }
.topBanner .row .col-md-4 {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
@media (min-width: 768px) {
  .topBanner .row-80 {
    max-width: 80%;
    margin: 0 auto;
  } 
  .topBanner .row img {
    max-width: 185px;
  }
  .topBanner .row .col-md-5 {
    flex: 0 0 auto;
    width: 20%; /* 100% ÷ 5 = 20% */
    margin-bottom: 1.5rem;
  }
}



/*----------------------------------------
		 トップページ：最新情報
----------------------------------------*/
.newsList dt {
  width: 200px;
  padding: 0;
  font-size: .875rem;
  font-weight: normal; }
  @media only screen and (min-width: 1200px) {
    .newsList dt {
      padding: 5px 7px; } }
  .newsList dt span {
    display: inline-block;
    padding: 5px 0;
    margin-left: 8px;
    width: 84px;
    font-size: .6875rem;
    text-align: center;
    border-radius: 0;
    color: #fff; }
    .newsList dt span.news {
      background-color: #EB444F; }
    .newsList dt span.event {
      background-color: #37A0DC; }
    .newsList dt span.volunteer {
      background-color: #1CAB51; }
    .newsList dt span.report {
      background-color: #ABA11C; }
.newsList dd {
  font-size: .875rem;
  margin: 0 0 1.8vw 0;
  padding: 0 0 1.8vw 0;
  border-bottom: 1px dotted #333; }
  @media only screen and (min-width: 1200px) {
    .newsList dd {
      margin: -1.9em 0 7px 0;
      padding: 0 0 12px 205px; } }

.calender {
  margin-top: 6vw; }
  @media only screen and (min-width: 1200px) {
    .calender {
      margin-top: 0; } }

/*----------------------------------------
		 トップページ：フッターバナー
----------------------------------------*/
.ftBanner {
  width: 100%;
  background-color: #f2f2f2;
  padding: 5vw 0 2vw; }
  @media only screen and (min-width: 1200px) {
    .ftBanner {
      padding: 50px 0; } }
  .ftBanner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1vw auto;
    padding: 0; }
    @media only screen and (min-width: 1200px) {
      .ftBanner ul {
        flex-wrap: nowrap;
        width: 1046px;
        margin: 0 auto;
        padding: 0; } }
    .ftBanner ul li {
      width: 40vw;
      list-style: none;
      padding: 0;
      margin: 0 0 2vw 0; }
      @media only screen and (min-width: 1200px) {
        .ftBanner ul li {
          width: 203px;
          margin: 0;
          padding: 0 2px; } }
      .ftBanner ul li img {
        width: 100%;
        height: auto; }
      .ftBanner ul li:last-child {
        margin-top: 2vw; }
        @media only screen and (min-width: 1200px) {
          .ftBanner ul li:last-child {
            margin-top: 0; } }

/*----------------------------------------
		 トップページ：SNSリンク
----------------------------------------*/
.ftSns {
  width: 100%;
  padding: 7vw 0 5vw; }
  @media only screen and (min-width: 1200px) {
    .ftSns {
      padding: 50px 0 30px; } }
  .ftSns .icon {
    width: 90vw;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    @media only screen and (min-width: 1200px) {
      .ftSns .icon {
        width: 350px; } }
    .ftSns .icon li {
      list-style: none;
      width: 15vw;
      padding: 0 3vw; }
      @media only screen and (min-width: 1200px) {
        .ftSns .icon li {
          width: 92px;
          padding: 0 20px; } }
      .ftSns .icon li img {
        width: 100%;
        height: auto; }
  .ftSns .policy {
    width: 95vw;
    margin: 0 auto;
    padding: 5vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media only screen and (min-width: 1200px) {
      .ftSns .policy {
        width: 800px;
        padding: 30px 0; } }
    .ftSns .policy li {
      list-style: none;
      padding: 0 1vw;
      margin-bottom: 1vw;
      font-size: 0.75rem; }
      @media only screen and (min-width: 1200px) {
        .ftSns .policy li {
          padding: 0 5px;
          margin-bottom: 10px;
          font-size: 0.8125rem; } }
      .ftSns .policy li:first-child::after {
        content: "｜";
        margin-left: 1vw; }
        @media only screen and (min-width: 1200px) {
          .ftSns .policy li:first-child::after {
            margin-left: 5px; } }
      @media only screen and (min-width: 1200px) {
        .ftSns .policy li:nth-child(2):after {
          content: "｜";
          margin-left: 5px; } }
      .ftSns .policy li a {
        color: #333; }

        
/*----------------------------------------
      トップページ：開館カレンダー
----------------------------------------*/
.plugin-openingcalendars .openingcalendar-pdf > p {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.1rem;
}
.plugin-openingcalendars .openingcalendar-title {
  display: none;
}
.plugin-openingcalendars .openingcalendar-month {
  font-size: 1.1rem;
  line-height: normal;
}
.ccMainArea .plugin-openingcalendars table {
  margin: 20px 0 20px 0;
}
.ccMainArea .plugin-openingcalendars table th,
.ccMainArea .plugin-openingcalendars table td {
  line-height: 2.2;
}
.openingcalendar-timeLegend dl dt {
  display: block;
  margin-top: -13px;
}
.openingcalendar-timeLegend dl dt span {
  font-size: 2rem;
}


/*----------------------------------------
     　　　　　 印刷用CSS
----------------------------------------*/
@media print {
  size: A4;
  .ccHeaderArea .container {
    margin: 0 !important;
    padding: 30px 0 0  0 !important; }
    .ccHeaderArea .container header {
      padding: 0 !important; }
      .ccHeaderArea .container header .wrap h1 img {
        width: 30vw !important; }
      .ccHeaderArea .container header .wrap .teladd {
        display: block;
        float: right; }
        .ccHeaderArea .container header .wrap .teladd .link {
          display: none; }
    .ccHeaderArea .container .spMenuBtn {
      display: none; }

  .globalNavFrame {
    display: none; }

  .ccLeftArea {
    display: none; }

  .ccMainArea {
    flex: 0 0 100%;
    max-width: 100%; }
    .ccMainArea .container {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .ccMainArea .container .row {
        margin: 0 !important; }

  .card-body .container {
    padding: 0 !important; }
    .card-body .container .row {
      margin: 0 !important; }

  .ccFooterArea {
    margin: 10px 0;
    background-color: #fff;
    color: #000; }
    .ccFooterArea ul.link {
      display: none !important; }
    .ccFooterArea #page-top {
      display: none !important; } }

/*# sourceMappingURL=themes.css.map */

/**/
.plugin-openingcalendars .bg-secondary {
  color:#6c757d !important;
}