@charset "UTF-8";
/*メインイメージ*/
.bg-g {
  margin-bottom: 0 !important;
}
@media(max-width:768px) {
  .bg-g {
    margin-bottom: -15px !important;
  }
}
.mainimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #FFF;
  position: relative;
}
.mainimage img {
  width: 100%;
  vertical-align: bottom;
}
.searchbutton {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw;
  background: #02567A;
  text-align: center;
}
.searchbutton ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  list-style: none;
  margin: 0 auto 10px auto;
  padding: 20px 0 20px 0;
}
.searchbutton ul li {
  width: 326px;
  margin: 0 0 0 11px;
}
.searchbutton ul li:first-child {
  margin-left: 0;
}
.searchbutton ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  color: #01415C;
  background: #FFF;
  border: double 8px #01415C;
  border-radius: 10px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 110%;
  white-space: nowrap;
}
.searchbutton ul li a:hover {
  opacity: 0.8;
}
.searchbutton ul li a span {
  font-size: 1.5em;
  margin: 10px -5px 10px -5px;
}
@media(max-width:999px) {
  .searchbutton ul li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .searchbutton ul li:first-child {
    margin: 0;
  }
  .searchbutton ul li a {
    margin: 0 10px;
  }
}
.jpolicy:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #01567A transparent transparent transparent;} 
.jpolicy {
  margin: -10px calc(50% - 50vw) 40px calc(50% - 50vw);
  padding: 0 0 10px 0;
  width: 100vw;
  background: #F2F6F4;
}
.jpolicy h2 {
  color: #02567A;
  font-size: 150%;
  border-bottom: none;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
  font-weight: 600;
}
.jpolicy h2::after {
  background: transparent;
}
.jpolicy p {
  max-width: 1000px;
  line-height: 1.8;
  margin: 0 auto;
  padding: 0;
  font-weight: 300;
}
p.jread {
  text-align: center;
}
@media(max-width:768px) {
  .jpolicy:before {
    left: calc(50% - 20px);
    border-width: 20px;
  }
  p.jread {
    text-align: left;
  }
}
/*特徴*/
.jfeature {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
.jfeature div {
  width: 246px;
  position: relative;
  padding: 5px 30px 0 30px;
  margin: 0 40px 20px 0;
  top: 0;
}
.jfeature div:nth-child(3n) {
  margin: 0 0 20px 0;
}
.jfeature div:before, .jfeature div:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.jfeature div:before {
  border-left: solid 5px #02567A;
  border-top: solid 5px #02567A;
  border-bottom: solid 5px #02567A;
  left: 0;
}
.jfeature div:after {
  border-top: solid 5px #02567A;
  border-right: solid 5px #02567A;
  border-bottom: solid 5px #02567A;
  right: 0;
}
.jfeature h3 {
  display: inline;
  color: #02567A;
  vertical-align: middle;
  border: none;
  margin: 0 auto;
  padding: 0 0 0 34%;
  font-size: 130%;
  font-weight: 600;
}
.jfeature h3 span {
  position: absolute;
  font-size: 200%;
  font-weight: 600;
  margin: 0 0 0 2px;
  top: -7px !important;
}
.jfeature div p {
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: left;
}
@media(max-width:999px) {
  .jpolicy {
    padding: 0 15px;
    width: 100%;
  }
  .jfeature {
    display: block;
    text-align: center;
  }
  .jfeature div {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 35px 10px 0;
  }
  .jfeature div:after {
    right: 40px;
  }
  .jfeature h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 0 -30px;
  }
  .jfeature div p {
    margin: 15px 0 0 0;
    padding: 0 20px;
  }
}
/*ご当地ナビマップ*/
img.gotouchimap {
  width: 100%;
  height: auto;
}
.gotouchilist {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.gotouchilist li {
  position: relative;
  width:190px;
  margin: 0 5px 5px 0;
  border: 3px solid;
  border-radius: 5px;
}
.gotouchilist li:hover {
  opacity: 0.5;
}
.gotouchilist li:nth-of-type(5n) {
  margin: 0 0 5px 0;
}
.gotouchilist li a {
  display: block;
  padding: 0.3rem 0 0.3rem 0.7rem;
  text-decoration: none;
}
.gotouchilist li a:hover {
color:#1A1A1A;
}
.gotouchilist li a span {
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
}
@media(max-width:768px) {
  .gotouchilist {
    display: block;
  }
  .gotouchilist li {
    width: 100%;
  }
}
/*地図下リンク色分け*/
li.map01{border-color:#045375;}
li.map02{border-color:#057273;}
li.map03{border-color:#06725A;}
li.map04{border-color:#06723E;}
li.map05{border-color:#057224;}
li.map06{border-color:#057208;}
li.map07{border-color:#377106;}
li.map08{border-color:#557305;}
li.map09{border-color:#727205;}

/*新着情報*/
.news_list dl {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}
.news_list dt {
  width: 14.8em;
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.news_list dt span.category {
  display: block;
  float: right;
  width: 6em;
  margin: -3px 0 0 3px;
  padding: 5px 5px 2px 5px;
  font-size: 90%;
  text-align: center;
  border-radius: 2px;
  line-height: 1.1;
}
.news_list dd {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 5px 8px 15.2em;
  border-bottom: 1px dotted #BBB;
}
@media screen and (max-width:600px) {
  .news_list dt {
    float: none;
    display: block;
  }
  .news_list dd {
    padding: 10px 5px 10px 0;
  }
}
/*新着ラベル*/
.c01 {
  background-color: #EFD8EE;
}
.c02 {
  background-color: #C9F5BC;
}
.c03 {
  background-color: #CDE7F1;
}
/*ドキュメント*/
ul.jdocument {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
ul.jdocument li {
  justify-content: center;
  margin: 0 15px 10px 15px;
  padding: 0;
  list-style: none;
  width: 220px;
}
ul.jdocument li a {
  display: block;
  text-align: center;
  padding: 15px 5px 18px 5px;
}
ul.jdocument li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
ul.jdocument img {
  margin: 0 0 3px 5px;
  vertical-align: middle;
}
ul.jdocument img.pamph {
  width: 100%;
  margin: 0 0 5px 0;
}
ul.jdocument li a span {
  display: block;
  letter-spacing: 0;
  margin: 2px 0 0 0;
  opacity: 0.9;
}
@media(max-width:768px) {
  ul.jdocument {
    display: block;
    width: auto;
    margin: 0;
  }
  ul.jdocument li {
    margin: 0 0 10px 0;
    width: auto;
  }
  ul.jdocument img.pamph {
    width: 60%;
  }
}
/*ご当地ナビページ*/
.gotouchiread {
  margin-top:40px;
}
/*見出しカラー*/
#tnavi01:after{background-color:#045375;}
#tnavi02:after{background-color:#057273;}
#tnavi03:after{background-color:#06725A;}
#tnavi04:after{background-color:#06723E;}
#tnavi05:after{background-color:#057224;}
#tnavi06:after{background-color:#057208;}
#tnavi07:after{background-color:#377106;}
#tnavi08:after{background-color:#557305;}
#tnavi09:after{background-color:#727205;}
.jspecial {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.jspecial li {
  margin: 0 10px 10px 0;
  padding: 0;
  list-style: none;
  width: 484px;
  border: 5px solid #B9C7C9;
  border-radius: 8px;
}
.jspecial li:nth-of-type(2n) {
  margin: 0 0 10px 0;
}
.jspecial li a {
  display: block;
  text-decoration: none;
  background: #F2F6F3;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 0 15px;
  height:  100%;
}
.jspecial li a:hover {
  opacity: 0.7;
}
.jspecial li a object {
  xposition: relative;
  display: flex;
}
.jspecial li h3 {
  flex-grow: 1;
  border: none;
  margin: 15px 5px 15px 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.3;
}
.jspecial li h3 span {
  display: inline-block;
  border: none;
  margin: 10px 0 0 0;
  padding: 0.5rem 0.7rem;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #FFF;
  background: #02567A;
  border-radius: 14px;
}
.jspecial li h3 img {
  margin: 0 0 -2px -5px;
}
img.tthumb {
  width: 130px;
  height:130px;
  object-fit: cover; 
  top:0;
  margin: 0 0 0 auto;
  clip-path:inset(0px round 30px 0 0 0);
}
@media(max-width:768px) {
  .jspecial {
    display: block;
    width: 100%;
  }
  .jspecial li {
    margin: 0 0 10px 0;
    width: auto;
  }
}
/*ガイドブック*/
.guidebook {
    display: flex;
    justify-content: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bookcover {
    width: 200px;
    margin: 0 20px 0 0;
}
.bookcover img {
    border:1px solid #EEE;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
/*お問い合わせフォーム*/
.jcontact {
  margin: 40px calc(50% - 50vw) -41px calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0 20px 0;
  background: #F2F6F4;
  z-index: 1;
}
.jcontact ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.jcontact ul li {
  width: 480px;
  margin-right: 40px;
  text-align: center;
}
.jcontact ul li:nth-of-type(2n) {
  margin-right: 0;
}
.jcontact ul li p {
  margin: 0 0 10px 0;
}
.jcontact ul li a {
  display: block;
  color: #FFF;
  background: #01567A;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 8px 10px;
  border-radius: 5px;
}
.jcontact ul li a:hover {
  opacity: 0.6;
}
.jcontact ul li a img {
  margin: 0 0 -2px 3px;
}
@media(max-width:768px) {
  .jcontact ul {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .jcontact ul li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .jcontact ul li a {
    margin: 0 10px 20px 10px;
  }
}
.boxAdobe {
    margin: 60px 0 -40px 0;
}
#__rdo_update {
  border-top: none;
}
