.informationList_info-category-01 {
  background: #ff9880;
}

.informationList_info-category-02 {
  background: #79bfaa;
}

.informationList_info-category-03 {
  background: #96b0c1;
}

.informationList_info-category-04 {
  background: #f28881;
}

.informationList_info-category-05 {
  background: #8bd1ff;
}

.informationList_info-category-06 {
  background: #f7d243;
}

.infoListContainerItem_category-01 {
  background: #ff9880;
}

.infoListContainerItem_category-02 {
  background: #79bfaa;
}

.infoListContainerItem_category-03 {
  background: #96b0c1;
}

.infoListContainerItem_category-04 {
  background: #f28881;
}

.infoListContainerItem_category-05 {
  background: #8bd1ff;
}

.infoListContainerItem_category-06 {
  background: #f7d243;
}

.detailContainerInfo_category-01 {
  background: #ff9880;
}

.detailContainerInfo_category-02 {
  background: #79bfaa;
}

.detailContainerInfo_category-03 {
  background: #96b0c1;
}

.detailContainerInfo_category-04 {
  background: #f28881;
}

.detailContainerInfo_category-05 {
  background: #8bd1ff;
}

.detailContainerInfo_category-06 {
  background: #f7d243;
}

@media only screen and (max-width: 687px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: initial;
    font-size: 1.3rem;
    width: 100%;
    min-width: 320px;
    border-top: none;
    -webkit-text-size-adjust: 100%;
    background: #f0f0e1;
    padding-top: 60px;
  }
  a:hover {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .spMenu {
    position: absolute;
    right: 15px;
    top: 26px;
    display: block;
    z-index: 5000;
  }
  .spMenu_inner-text {
    padding-top: 18px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
    color: #006633;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  .header_logo {
    float: none;
    padding: 18px 0 0 10px;
    display: inline-block;
  }
  .header_logo a {
    display: block;
    width: 240px;
  }
  .header_text {
    display: none;
  }
  .header_list {
    display: none;
  }
  .header_btn {
    display: none;
  }
  nav {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
  }
  nav ul {
    width: auto;
  }
  nav ul li {
    font-size: 1.4rem;
    float: none;
    width: auto;
    background: none !important;
    border: solid #ddd;
    border-width: 0 0 1px;
  }
  nav ul li:last-child {
    border: solid #ddd;
    border-width: 0 0 1px;
  }
  nav ul li a {
    color: #fff;
  }
  nav .gnav_spbtn {
    display: block !important;
  }
  footer .f_nav {
    height: auto;
  }
  footer .f_nav ul {
    display: none;
  }
  footer .f_nav .pageTopBtn {
    float: none;
    padding: 0;
  }
  footer .f_nav .pageTopBtn a {
    padding: 15px;
    text-align: center;
    display: block;
    background: none;
  }
  footer .f_cont {
    width: auto;
  }
  footer .f_cont .f_left {
    width: auto;
    float: none;
    padding: 0 15px;
  }
  footer .f_cont .f_left h2 {
    width: 280px;
    margin: 0 auto;
  }
  footer .f_cont .f_left p {
    font-size: 14px;
  }
  footer .f_cont .f_right {
    width: auto;
    float: none;
    display: none;
  }
  footer .copy {
    width: auto;
    height: auto;
    padding: 10px 0;
  }
  footer .copy p {
    width: auto;
    line-height: normal;
    text-align: center;
    font-size: 11px;
  }
  .largeContainer {
    margin: 0;
    padding: 0;
  }
  .mainContainer {
    float: none;
    width: auto;
  }
  .sideContainer {
    width: auto;
    float: none;
    display: none;
  }
}

.crumbs {
  display: none;
}

.postContentH1 {
  background-size: cover !important;
  height: 120px;
  width: auto;
  background-position: center center !important;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.8rem;
  text-shadow: 2px 2px 3px #000;
  margin: 0 0 10px;
}

.postContent {
  padding: 15px 15px 0;
}

.postContent p {
  font-size: 1.5rem;
  display: block !important;
}

.postContent h2 {
  font-size: 2rem;
  margin: 0 0 10px;
}

.postContent h3 {
  font-size: 1.6rem;
  margin: 0 0 15px;
  margin-top: 10px;
  padding: 0 0 0 15px;
}

.postContent h4 {
  font-size: 1.5rem;
}

.postContent table {
  width: 100%;
}

.postContent table th, .postContent table td {
  padding: 10px;
}

.postContent table th {
  width: 25%;
}

.postContent .picLeftBox {
  margin-bottom: 20px;
}

.postContent .picLeftBox_pic {
  float: none;
  margin-bottom: 10px;
}

.postContent .picLeftBox_pic img {
  width: 100%;
  height: auto;
}

.postContent .picLeftBox_text {
  margin: 0;
  line-height: 24px;
}

.postContent .picRightBox {
  margin-bottom: 20px;
}

.postContent .picRightBox_pic {
  float: none;
  margin-bottom: 10px;
}

.postContent .picRightBox_pic img {
  width: 100%;
  height: auto;
}

.postContent .picRightBox_text {
  margin: 0;
  line-height: 24px;
}

.postContent .photoList_item {
  width: auto;
  float: none;
}

.postContent .photoList_pic img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.postContent .photoList_data {
  line-height: 24px;
}

.topSlide {
  margin: 0 0 20px;
}

.topSlide img {
  width: 100%;
  height: auto;
}

.topSlide_main {
  height: auto;
}

.topSlide_main li {
  height: auto;
  float: none;
}

.topSection01 {
  padding: 0 15px;
}

.topSection01_list {
  margin: 0;
  padding: 0;
}

.topSection01_item {
  float: none;
  width: auto;
  margin: 0 0 15px;
  height: auto;
  padding: 10px;
}

.topSection01_pic img {
  width: 100%;
  height: auto;
}

.topSection01_info dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.topSection01_info dd {
  font-size: 1.3rem;
  line-height: 18px;
}

.topSection01_item02 {
  width: auto;
  float: none;
  margin: 0;
}

.topSection01_item02 li a {
  height: 90px;
}

.topSection01_item02-01 img {
  height: 54px;
}

.topSection01_item02-02 img {
  height: 50px;
}

.topSection02 {
  padding: 0 15px;
}

.topSection02MainNews {
  margin-bottom: 30px;
}

.topSection02MainNews_day {
  margin-right: 10px;
}

.topSection02MainNews_cat {
  margin-right: 10px;
}

.menuBtn {
  width: 30px;
  margin: 0 auto;
  overflow: hidden;
}

.menuBtn span {
  position: absolute;
  background: none;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}

.menuBtn span:before, .menuBtn span:after {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  content: "";
  width: 16px;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  display: block;
  background: #006633;
  position: absolute;
}

.menuBtn span:before {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.menuBtn span:after {
  -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
          transform: translateX(13px);
  opacity: 1;
}

.menuBtn .top {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.menuBtn .middle {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.menuBtn .bottom {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.menuBtn.menuBtn-open .middle:before {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}

.menuBtn.menuBtn-open .middle:after {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}

.menuBtn.menuBtn-open .top {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.menuBtn.menuBtn-open .top:before {
  -webkit-transform: translateX(2px) rotate(45deg);
      -ms-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
}

.menuBtn.menuBtn-open .top:after {
  -webkit-transform: translateX(13px) rotate(-45deg);
      -ms-transform: translateX(13px) rotate(-45deg);
          transform: translateX(13px) rotate(-45deg);
}

.menuBtn.menuBtn-open .bottom {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.menuBtn.menuBtn-open .bottom:before {
  -webkit-transform: translateX(2px) rotate(-45deg);
      -ms-transform: translateX(2px) rotate(-45deg);
          transform: translateX(2px) rotate(-45deg);
}

.menuBtn.menuBtn-open .bottom:after {
  -webkit-transform: translateX(13px) rotate(45deg);
      -ms-transform: translateX(13px) rotate(45deg);
          transform: translateX(13px) rotate(45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wp-block-media-text{
	display: block !important;
}

.wp-block-media-text__media{
	margin-bottom:15px !important;
}

/*20200228 追加*/
.postContent .aligncenter {
  display: block;
  margin: 0 auto;
}
.postContent .alignright {
	float: none;
	margin:0 0 15px 15px;
}
.postContent .alignleft {
  float: left;
  margin:0 15px 15px 0px;
}
.postContent img[class*="wp-image-"],
.postContent img[class*="attachment-"] {
  height: auto;
  width: 100%;
}

.postContent #gallery-1 img{
  border:none !important;
}

.postContent #gallery-2 img{
  border:none !important;
  display: block;
  padding: 5px;
}