@charset "utf-8";

/*全体共通*/
* {
  font-family: 'Kosugi', sans-serif;
  font-size: 18px;
  }

ul {
  list-style-type: none;
  padding-left: 0;
}

a {
  color: #006688;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
}

.img-hover:hover {
  opacity: 0.7;
}

h2 {
  border-left: solid 6px #00BFFF;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 0.5rem;
  margin-bottom: 1.2rem;
}

.sp-br {
  display: none;
}





/*ヘッダーのcss*/
header {
  background-color: #fff;
/*  box-shadow:  0px 1px 10px #727272;*/
  margin: 0 auto;
/*  position: fixed;*/
  width: 100%;
}

header section {
  margin: 0 auto;
  width: 1100px;
}

header section .top-menu {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
}

header section .top-menu ul li {
  border-left: 1px solid #000;
  float: left;
  font-size: 0.7rem;
  padding: 0 1rem;
}

header section .top-menu ul li:first-child {
  border-left: none;
}

header section .top-menu ul li:last-child {
  padding-right: 0;
}

header section .top-menu ul li a {
  color: #000;
  font-size: 0.9rem;
  text-decoration: none;
}

header section .top-menu ul li a:hover {
  text-decoration: underline;
}

header section h1 {
  float: left;
  padding-bottom: 0.3rem;
}

header section .contact {
  float: right;
  margin-top: 0.2rem;
}

header section .contact ul li {
  float: left;
}

header section .contact p {
  font-size: 1.4rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
}

header section .contact img {
  margin-right: .5rem;
}




/*ナビゲーションのcss*/
nav {
  background-color: #006688;
  margin-top: .8rem;
  width: 100%;
}

nav ul#menu {
  display: flex;
  margin: 0 auto;
  width: 1100px;
  justify-content: center;
}

nav ul#menu li {
  border-left: 1px solid #fff;
  font-size: 1.1rem;
  position: relative;
}

nav ul#menu li:last-child {
  border-right: 1px solid #fff;
}

nav ul#menu li a {
  color: #fff;
  display: block;
  padding: .8rem 1rem;
  text-decoration: none;
}

nav ul#menu li a:hover {
  text-decoration: underline;
}


nav ul.child {
  display: none;
  position: absolute;
  padding-top: 0rem;
  width: 220px;
}

nav #menu ul.child li {
  background-color: #006688;
  border: none;
  border-bottom: 1px solid #fff;
}

nav #menu ul.child li a {
  background-color: #006688;
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 1rem;
}

nav #menu ul.child li:last-child {
  border: none;
}

nav #menu ul.child li a:hover {
  background-color: #002e3d;
  text-decoration: none;
}






/*スライダーのcss*/
.bg-slider {
  align-items: center;
  background-position:center center;
  background-size: cover;
  display: flex;
  height: 100vh;
  max-height: 700px;
  justify-content: center;
  width: 100%;

}



/*9つメニューのcss*/
.menu9 {
  padding-top: 35px;
  text-align: center;
  background-color: #fffce6;
  width: 100%;
  margin-bottom: 35px;
}

.menu9 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0 30px 0;
  margin: 0 auto;
  overflow: hidden;
  /*width: 1100px;*/
  width: 750px;
}

.menu9 ul li {
  margin-bottom: 20px;
  text-align: center;
  /*width: 33%;*/
  width: 50%;
}




/*メインコンテンツのcss*/
main {
  margin: 50px auto 100px auto ;
  width: 1100px;
  display: block;
}





/*メインメニューのcss*/
main .main-menu {
  display: block;
  float: left;
  width: 750px;
}

main .main-menu .news {
  margin-bottom: 3rem;
}



/*新着情報タブのcss*/
.news{
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

.news h2,
.news a{
  color: #000000;
}

.news ul.tab {
  margin-top: 1.5rem;
}

.news ul.tab li {
  background-color: #006688;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  float: left;
  margin: 0px;
  padding: 0.8rem 0;
  text-align: center;
  width: 23%;
}

.news ul.tab li:hover {
  background-color: #00BFFF;
}

.news ul.tab li.active {
  /*background-color: #002e3d;*/
  background-color: #00BFFF;
  color: #fff;
}

.news div.tabContent {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  box-sizing: border-box;
  clear: both;
  padding: 20px;
  /*width: 750px;*/
  width: 1060px;
  display: none;
}

.news div.active {
  display: block;
}

.news .tabContent ul li {
  border-bottom: 1px dashed #ccc;
  color: #474a4d;
  font-size: 1rem;
  padding: 1.5rem 0;
}

.news .tabContent ul li:last-child {
  border-bottom: none;
}

.top-list-title {
  padding-bottom: 0.1rem;
  display: block;
  margin: 1rem 0 0 1rem;
  font-size: 1.3rem;
  text-decoration: none;
  
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
  }

.news .tabContent ul li a {
  color: #006688;
  text-decoration: none;
}

.news .tabContent ul li a:hover {
  text-decoration: underline;
}



/*行政関係機関リンク集のcss*/
main .main-menu .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main .main-menu .link ul li {
  margin-bottom: 10px;
}

main .main-menu .link ul li img {
  width: 100%;
}




/*サイドメニューのcss*/
.side-menu {
  float: right;
}




/*ホームのアクセスマップのcss*/
.access {
  margin-bottom: 4rem;
}

.access h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 10px 0;
}

.access p {
  margin-bottom: 7px;
}





/*大使くんFacebookのcss*/
.taishikun {
  margin-bottom: 3rem;
}





/*フッターのcss*/
footer .footer-top {
  background-color: #dcdddd;
  width: 100%;
}

footer aside,
footer small {
  display: block;
  margin: auto;
  width: 1100px;
}


footer aside ul:before,
footer aside ul:after {
  content: "";
  clear: both;
  display: block;
}

footer aside ul {
  padding-top: 1.5rem;
}

footer aside ul li {
  border-left: 1px solid #000;
  float: left;
  text-align: center;
  width: 16%;
}

footer aside ul.second {
  width: 50%;
  margin: 1.5rem auto;
  padding: 0;
}

footer aside ul.second li {
  width: 32%;
}


footer aside ul li:first-child {
  border-left: 0;
}

footer aside ul li a {
  color: #000;
  text-decoration: none;
}

footer aside ul li a:hover {
  text-decoration: underline;
}

footer small {
  padding: 1.5rem 0;
}

footer .copy {
  background-color: #006688;
  color: #fff;
  text-align: center;
  width: 100%;
}




/* 固定ページの共通のcss */
.cotei-wrap {
  margin: 0 auto;
  padding: 2rem 0;
  width: 1100px;
}

.cotei-wrap h1 {
  border-bottom: 10px solid #00BFFF;
  font-size: 1.6rem;
  margin-bottom: 100px;
  margin-top: 100px;
  padding-bottom: 1rem;
  text-align: center;
}

.cotei-wrap section {
  margin-bottom: 5rem;
}

.cotei-wrap h2 {
  border: none;
  font-size: 1.3rem;
  margin: 1rem 0 .5rem 0;
  padding-left: 0;
}

.cotei-wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: .5rem;
  padding-left: 25px;
  z-index: -1;
}

.cotei-wrap h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #00BFFF;
}
.cotei-wrap h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 99%;
  border-bottom: solid 3px #00BFFF;
}

.cotei-wrap h4 {
  border-bottom: 2px dashed #006688;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.cotei-wrap ul.cotei-child-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cotei-wrap ul.cotei-child-list li.cotei-child {
  background-color: #006688;
  border: 3px solid #006688;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 32%;
}

.cotei-wrap ul.cotei-child-list li.cotei-child a {
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 3rem 0;
  text-decoration: none;
}

.cotei-wrap ul.cotei-child-list li.cotei-child a:hover {
  background-color: #fff;
  border-radius: 6px;
  color: #006688;
  width: 100%;
}

.cotei-wrap p {
  line-height: 1.5;
  margin-left: 1rem;
}

.cotei-wrap ol {
  padding-left: 3.5rem;
}

.cotei-wrap ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.cotei-wrap .page-contact {
  border: 2px solid #ccc;
  height: 100px;
  padding: .5rem 0 0 .5rem;
  width: 700px;
}

.cotei-wrap .page-contact p {
  font-size: 1rem;
  margin-left: .3rem;
}

.mgb1 {
  margin-bottom: 1rem;
}

.mgb2 {
  margin-bottom: 2rem;
}

.mgb3 {
  margin-bottom: 3rem;
}

.mgb4 {
  margin-bottom: 4rem;
}

.mgb5 {
  margin-bottom: 5rem;
}

.mgt1 {
  margin-top: 1rem;
}

.mgt2 {
  margin-top: 2rem;
}

.mgt3 {
  margin-top: 3rem;
}

.mgt4 {
  margin-top: 4rem;
}

.mgt5 {
  margin-top: 5rem;
}

/* 固定ページサイトマップのcss */
.sitemap {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}


.sitemap a:hover {
  text-decoration: underline;
}

.sitemap .sitemap-cate {
  margin-bottom: 3rem;
  width: 25%;
}

.sitemap .sitemap-cate h4 {
  font-size: 1.1rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.sitemap .sitemap-cate ul {
  font-size: 1rem;
  margin-left: 1rem;
}

.sitemap .sitemap-cate ul li {
  line-height: 1.5rem;
}


/* シングルページのcss */
 .main-single {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 70px;
 }

.main-single p {
  margin-bottom: .5rem;
}

 .main-single .single-area {
   width: 67%;
 }

 .main-single .single-area .article {
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 2rem;
 }

 .main-single .single-area .pagenation {
   text-align: center;
 }

 .main-single .single-area .wp-show-posts-inner {
   border: 1px solid #ccc;
   padding: 2rem;
   box-sizing: border-box;
 }

 .main-single .single-side {
   width: 30%;
 }

 .main-single h1 {
  padding: 1em 1em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}

.main-single span.date {
  display: block;
  font-size: .9rem;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.main-single .article-info {
  border-top: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.main-single span.author {
  text-align: right;
}

.addtoany_content {
  text-align: right;
}


/*PCではハンバーガー非表示*/
.hamburger {
  display: none;
}


/*PCではフッターメニュー非表示*/
.footer-menu {
  display: none;
}


/* ウィジェットサイドバー */
.single-side div {
  margin-bottom: 4rem;
}

.single-side div ul {
  padding-left: 1rem;
}

.single-side div ul li {
  margin-bottom: 1.2rem;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar caption {
  font-size: 1.5rem;
  margin: 1rem 0 2rem 0;
}


/*固定ページアクセスのcss*/
section.kotei-access {
  margin-top: 5rem;
}

section.kotei-access adress {
  display: block;
  margin-bottom: 2rem;
}


/*餃子ビンゴのcss*/
.page-id-790 span.day {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-id-790 p.bingo_img {
  text-align: right;
}

.page-id-790 div.cotei-wrap main img {
  max-width: 100%;
}

.page-id-790 div.cotei-wrap main ul.gbingo_img {
  display: flex;
  justify-content: space-between;
}

.page-id-790 div.cotei-wrap main ul.gbingo_img li {
  width: 48%;
}

.page-id-790 div.cotei-wrap main ul.gbingo_img li img {
  width: 100%;
}












/*スマホ用のcss*/

@media screen and ( max-width:750px) {

  body {
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  h2 {
    font-size: 1.3rem;
  }

  .sp-br {
  display: block;
  }


/*ヘッダーのcss*/
  header.main {
    box-shadow:  0px 1px 5px #727272;
    height: 61px;
    position: fixed;
    z-index: 9999;
  }


  header.main section {
    margin: 0 auto;
    width: 100%;
  }

  header.main section h1 {
    padding: 0.7rem 0.5rem;
    width: 200px;
  }

  header h1 img {
    width: 100%;
  }


  .top-menu,
  .contact {
    display: none;
  }


/*ハンバーガー*/
/*menu*/
  .sp-menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 9999;
  }

  .menu_line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }

  .menu_line-center {
    top: 9px;
  }

  .menu_line-bottom {
    bottom: 0;
  }

  .menu_line-top.active {
    top: 8px;
    transform: rotate(45deg);
  }

  .menu_line-center.active {
    transform:scaleX(0);
  }

  .menu_line-bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }

  /*gnav*/
  .gnav {
    background: #006688;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    margin-top: 0;
  }

  .gnav_wrap {
    display: flex;
    height: 100%;
    overflow: scroll;
    position: absolute;
    width: 100%;
  }

  .gnav .gnav_wrap section {
    margin-top: 2rem;
  }

  .gnav .gnav_wrap section h3 {
    background-color: #fff;
    background-image: url(../img/sp-nav-icon.png);
    background-repeat: no-repeat;
    background-position: 0.9rem 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0 0.5rem 2rem;
  }

  .gnav .gnav_wrap section h3 a {
    color: #006688;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
  }

  ul.sp-nav-child {
    margin-bottom: 0.5rem;
    overflow: hidden;
    width: 100%;
  }

  ul.sp-nav-child:last-child {
    padding-bottom: 6rem;
  }

  ul.sp-nav-child li {
    float: left;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 50%;
  }

  ul.sp-nav-child li a {
    color: #fff;
    text-decoration: none;
  }

/*スマホのナビゲーション非表示のcss*/
  nav {
    display: none;
  }



/*スマホのスライダーのcss*/
  .bg-slider {
    align-items: flex-start;
    height: 100vh;
    /*max-height: 250px;*/
    max-height: 580px;
    width: 100%;
  }

  .bg-slider img {
    width: 180px;
  }

  .wrap {
    padding-top: 61px;
  }



/*スマホの9つメニューのcss*/
  .menu9 ul {
    margin: 0 auto;
    padding: 30px 0 ;
    width: 95%;
  }

  .menu9 ul li {
    margin-bottom: 10px;
    width: 48%;
  }

  .menu9 ul li img {
    width: 100%;
  }





/*スマホのメインコンテンツのcss*/
  main {
    margin: 50px auto 30px auto;
    width: 100%;
  }

  main .main-menu {
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }


/*スマホの新着情報のcss*/
  .news{
    width: 100%;
  }
  
  .news ul.tab {
    margin-top: 1.5rem;
  }

  .news div.tabContent {
    margin-right: 0;
    padding: 10px;
    width: 100%;
  }

  .news .tabContent ul li {
    padding: 1rem 0;
  }
  
  .news ul.tab li {
    font-size: 0.9rem;
    padding: 0.7rem 0;
    width: 25%;
  }

  .top-list-title {
    font-size: 1.2rem;
    padding-bottom: 0;
  }




/*スマホの行政関係機関リンク集のcss*/
  main .main-menu .link {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  main .main-menu .link ul {
    margin-top: 1rem;
  }

  main .main-menu .link ul li {
    width: 48%;
  }





/*スマホのサイドだった場所のメニューのcss*/
  .side-menu {
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }





/*アクセスマップのcss*/
  .side-menu .access iframe,
  .side-menu .taishikun iframe {
    width: 100%;
  }

  .side-menu .side-link ul li {
    float: left;
    width: 48%;
  }

  .side-menu .side-link ul li:first-child {
    margin-right: 4%;
  }

  .side-menu .side-link ul li img {
    width: 100%;
  }


/*スマホのフッターcss*/
  footer aside,
  footer small {
    width: 100%;
  }

  footer aside ul {
    padding-top: 0;
  }



  footer .footer-top aside ul li {
    border: none;
    border-bottom: 1px solid #b5b5b5;
    padding: 1rem 0;
    width: 50%;
  }

  

/* スマホの固定ページcss */
    .cotei-wrap {
      margin: 0 2%;
      padding-top: 6.5rem;
      width: 96%;
    }

    .cotei-wrap h1 {
      border-bottom: 6px solid #00bbff;
      font-size: 1.6rem;
      padding: 1.2rem 0.5rem;
    }

    .cotei-wrap h1.page-title {
      font-size: 1.4rem;
      margin-top: 5px;
      margin-bottom: 40px;
      padding: .5rem;
      line-height: 1.4;
    }

    .cotei-wrap h2 {
      font-size: 1.4rem;
    }
  
  .cotei-wrap p {
    margin-left: .5rem;
  }

    .main-single {
      margin-top: 2.5rem;
    }

    .main-single span.date {
      font-size: .7rem;
      margin-bottom: 3rem;
    }

    .cotei-wrap .page-contact {
      width: 95%;
    }


/*スマホの投稿ページ*/
  .main-single .single-area .wp-show-posts-inner {
    padding: 2rem 1rem;
  }
  
  .cotei-wrap .main-single h1.page-title {
    border-bottom: solid 3px #d7d7d7;
  }

  .cotei-wrap .main-single .single-area p {
    font-size: 1rem;
    margin-left: 0;
  }


/*スマホのフッターメニュー*/
  .footer-menu {
    display: block;
    padding-top: 1.5rem;
  }
  
  .footer-menu ul {
    display: flex;
    justify-content: space-around;
  }
  
  
  .footer-menu ul li a {
    color: #fff;
    font-size: .8rem;
  }
  




@media screen and ( max-width:321px) {
  footer .footer-top aside ul li:first-child {
    font-size: 0.9rem;
    padding-bottom: 1.025rem;
  }
}

  footer .footer-top aside ul li:nth-child(odd) {
    border-right: 1px solid #b5b5b5;
    box-sizing: border-box;
  }

  footer .footer-top aside ul.second {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  footer .footer-top aside ul.second li:last-child {
    border-bottom: 0;
  }


  footer small {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 1.2rem 0;
  }








/* スマホのアクセスページのcss */
  iframe.map {
    width: 98%;
    height: 300px;
  }

/* スマホのサイトマップのcss */
  .sitemap .sitemap-cate {
    width: 50%;
  }

}
