@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  background-image: url(../img/index_img/main_img_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF;
}
@media print, screen and (min-width:768px) {
  /* 768px以上用（タブレット用）の記述 */
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
}
@media print, screen and (min-width:1200px) {
  /* 1200px以上用（PC用）の記述 */
}
/*------------------------------------------------------------content*/
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}
#news01 dl {
  padding: 0 0 10px 0;
}
@media print, screen and (min-width:768px) {
  #news01 dl dt {
    float: left;
  }
  #news01 dl dd {
    padding: 0 0 0 100px;
  }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
  height: 290px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  overflow-y: scroll;
  padding-right: 20px;
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
}
@media print, screen and (min-width:1200px) {
  /* 1200px以上用（PC用）の記述 */
  #news02 {
    width: 85%;
  }
}
#news02::-webkit-scrollbar {
  width: 15px;
} /*バーの太さ*/
#news02::-webkit-scrollbar-track {
  background: #b3e95f;
} /*バーの背景色*/
#news02::-webkit-scrollbar-thumb {
  background: #7dc014;
} /*バーの色*/
@media print, screen and (min-width:768px) {
  #news02 p.title03 br {
    display: none;
  }
}
.newsbox {
  overflow: hidden;
}
.newsbox .news_text {
  overflow: hidden; /* for modern browser */
  zoom: 1; /*ie6*/
  line-height: 1.5;
}
.newsbox img {
  margin-bottom: 10px;
}
/*Googlemap*/
#googlemap iframe {
  display: none;
}
.mapbtn {
  background: #666;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.mapbtn a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.mapbtn a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  #googlemap iframe {
    display: block;
  }
  .mapbtn {
    display: none;
  }
  .sec01 {}
}
.sec01 {
  background-image: none;
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
  .sec01 {
    background-image: url(../img/index_img/sec01_img01.jpg), url(../img/index_img/sec01_img02.jpg);
    background-size: 15% auto;
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
  }
}
@media print, screen and (min-width:1200px) {
  /* 1200px以上用（PC用）の記述 */
  .sec01 {
    background-image: url(../img/index_img/sec01_img01.jpg), url(../img/index_img/sec01_img02.jpg);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
  }
}
.sec02 ul li {
  width: 209px;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.sec02 ul li:last-child {
  margin-right: 0px;
}
@media print, screen and (min-width:768px) {
  /* 768px以上用（タブレット用）の記述 */
  .sec02 ul li {
    margin-right: 15px;
    margin-left: 0px;
  }
  .sec02 ul li:last-child {
    margin-right: 0px;
  }
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
  .sec02 ul li {
    width: 172px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width:1200px) {
  /* 1200px以上用（PC用）の記述 */
  .sec02 ul li {
    width: 209px;
    display: inline-block;
    margin-right: 18px;
  }
}
.sec02 ul li a:hover {
  opacity: 0.7;
}
.sec02 ul li:last-child {
  margin-right: 0px;
}
.sec02 {
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.sec02 ul li .tit a {
  background-image: url(../img/common_img/sec02_bg.gif);
  background-repeat: repeat;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: 1px 1px 1px #585b54;
  text-decoration: none;
  display: block;
}
.sec02 ul li .tit a span {
  font-size: 10px;
  text-decoration: none;
}
.sec02 ul li .tex a {
  background-color: #d3f4a0;
  font-size: 12px;
  line-height: 120%;
  background-image: url(../img/index_img/sec02_arrow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  color: #333;
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
  .sec02 ul li .tex a {
    font-size: 12px;
  }
}
@media print, screen and (min-width:1200px) {
  /* 1200px以上用（PC用）の記述 */
  .sec02 ul li .tex a {
    background-color: #d3f4a0;
    font-size: 14px;
    line-height: 120%;
    background-image: url(../img/index_img/sec02_arrow.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    color: #333;
  }
}
.sec01_box {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: block;
}
@media print, screen and (min-width:768px) {
  /* 768px以上用（タブレット用）の記述 */
  .sec01_box {
    width: 80%;
    display: block;
  }
}
@media print, screen and (min-width:992px) {
  /* 992px以上用（PC用）の記述 */
  .sec01_box {
    display: none;
  }
}
.covid19 a {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.covid19 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media print, screen and (min-width:768px) {
  .covid19 a {
    margin-bottom: 0;
  }
  .covid19 img {
    max-width: 674px;
  }
}