@charset "UTF-8";
/* スライドするButton Hover Effects 左から */
/* スライドするButton Hover Effects 左下から */
/* 画像を丸くトリミング */
/* 縦横中央・GRID */
/* テスト用ボーダー 20210116 */
/* テスト用背景色 */
/* ------------------------
 cover
------------------------- */
#cover {
  margin-top: 0;
  margin-bottom: 97px; }
  @media only screen and (max-width: 1140px) {
    #cover {
      margin-bottom: 8.5087719298vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #cover {
      margin-bottom: 9.47265625vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #cover {
      margin-bottom: 50px; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #cover {
      margin-bottom: 40px; } }

#cover .inner {
  width: 100%;
  padding: 10px 0;
  background-color: #BDE75E;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color="#d9d9d9", Direction=145, Strength=5); }

#cover .slider {
  opacity: 0;
  transition: opacity .25s ease; }

#cover .slider.slick-initialized {
  opacity: 1; }

#cover .slider {
  position: relative;
  width: 100%;
  height: 75vh; }
  @media only screen and (max-width: 1140px) {
    #cover .slider {
      width: 100%;
      height: 60.5vw; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #cover .slider {
    width: 100%;
    height: 50vh; } }

#cover .slider .slide {
  width: 100%;
  height: 75vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #cover .slider .slide#slide1 {
    background-image: url(../image/top/slide01.jpg); }
  #cover .slider .slide#slide2 {
    background-image: url(../image/top/slide02.jpg); }
  #cover .slider .slide#slide3 {
    background-image: url(../image/top/slide03.jpg); }
  @media only screen and (max-width: 1140px) {
    #cover .slider .slide {
      height: 60.5vw; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #cover .slider .slide {
    height: 50vh; } }

#cover .cover-txt {
  position: absolute;
  width: 552px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 90; }
  #cover .cover-txt img {
    width: 100% !important;
    height: auto; }
  @media only screen and (max-width: 1140px) {
    #cover .cover-txt {
      width: 53.4%;
      height: auto; } }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #cover .cover-txt {
    width: 609px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #cover .cover-txt {
      width: 100%; } }

/* ======================
 top content
========================= */
#sect-top-main .img img {
  text-align: center;
  width: 100%;
  height: auto; }

/* ----------------------
 #saigai
------------------------- */
#saigai .sect-ttl {
  color: yellow; }

/* ----------------------
 #sns
------------------------- */
#sns .sect-body {
  margin-top: 0; }

#sns .list-root {
  width: 95%;
  margin-top: 1.5em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#sns .list-root .list-item {
  width: 17%;
  padding: 0; }

#sns .list-root .list-item:first-of-type {
  border: 0; }

#sns .list-root .list-item .lbl {
  background-color: #333;
  color: #fff;
  text-align: center; }

#sns .list-root .list-item a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc; }

#sns .list-root .list-item a:hover {
  opacity: 0.8;
  border: 1px solid #000; }

#sns .list-root .list-item .img img {
  width: 100%;
  height: auto; }

#sns .list-root .list-item .cap {
  padding: 0 0 5px;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  color: #000;
  font-size: 75%; }

#sns .list-root#sns-policy .list-item {
  border: 0; }

#sns .list-root#sns-policy .list-item:last-of-type {
  width: 80%; }

/* ----------------------
 kashidashi
------------------------- */
#kashidashi .list-root > .list-item {
  margin-bottom: 1.5em; }
  #kashidashi .list-root > .list-item:last-of-type {
    margin-bottom: 0; }

#kashidashi .cat-box .list-item {
  width: 100%;
  padding: 0.5em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#kashidashi .cat-box .list-item .col .img img {
  width: 100%;
  height: auto; }

#kashidashi .cat-box .list-item .col2-1 {
  width: 35%; }

#kashidashi .cat-box .list-item .col2-2 {
  width: 65%; }

#kashidashi .todetail {
  margin-top: 0.5em; }

/* ----------------------
 topics
------------------------- */
#topics .sect-ttl {
  margin-bottom: 2em; }

#topics .list-root {
  padding: 0 0.5em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics .list-root {
    padding: 0; } }

#topics .list-item {
  width: 48.5%;
  margin-bottom: 1.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #topics .list-item {
    width: 100%; } }

#topics .list-item .topics-ttl {
  padding: 0.5em 1em;
  text-align: left;
  margin-bottom: 0;
  background-color: #BDE75E;
  font-size: 100%; }

#topics .list-item .wrap {
  padding: 1em;
  background-color: #fff; }

/* draft */
/* ----------------------
 #banner
------------------------- */
#banner .sect-body {
  padding: 1em 1.5em 0.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #banner .sect-body {
    padding: 10px 5px; } }

#banner .list-root {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#banner .list-item {
  width: 20%;
  padding: 0.2em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #banner .list-item {
    width: 49%;
    padding: 0.2em;
    margin-bottom: 0.5em; }
    #banner .list-item:last-of-type {
      margin-bottom: 0; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) and (max-width: 375px) {
    #banner .list-item {
      width: 100%; } }

#banner .list-item .img .cap {
  padding: 0.5em 0;
  text-align: center;
  font-size: 85%;
  line-height: 1.3;
  color: #000; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #banner .list-item .img .cap {
    font-size: 100%; } }

#banner .list-item .img .cap span {
  display: inline-block; }

#banner .list-item .img .cap:after {
  content: " \f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* ----------------------
 calendar
------------------------- */
#calendar .sect-body,
#map .sect-body {
  padding: 15px;
  background-color: #fff;
  text-align: left; }
  @media only screen and (max-width: 1140px) {
    #calendar .sect-body,
    #map .sect-body {
      padding: 1.3157894737vw; } }
  @media only screen and (max-width: 1140px) and (max-width: 1024px) {
    #calendar .sect-body,
    #map .sect-body {
      padding: 1.46484375vw; } }

  @media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
    #calendar .sect-body,
    #map .sect-body {
      padding: 10px; } }

/* ----------------------
 map
------------------------- */
#map .list-root {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#map .list-item {
  width: 50%;
  padding: 0.5em; }
@media only screen and (max-width: 1140px) and (max-width: 1024px) and (max-width: 767px) {
  #map .list-item {
    width: 100%; } }
