@charset "UTF-8";
.swiper--wrapper {
  width: 100%;
  height: 100%
}
.swiper-slide {
  width: 100%;
  height: 100%
}
.kvMoveToFadeOut {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.swiper-slide .kvSecondFade,
.swiper-slide .kvThaadFade {
  opacity: 0
}
.swiper-slide-active.kvMoveToFadeIn .kvSecondFade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.swiper-slide-active.kvMoveToFadeIn .kvThaadFade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.kvContainer {
  margin-bottom: 50px;
  text-align: center;
  position: relative
}
.kvContainer img {
  width: 100%
}
.kvContainer img.kvBg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0
}
.kvContainer img.kvText {
  position: absolute;
  width: 72%;
  max-width: 967px;
  bottom: 90px;
  left: 10vw
}
.kvContainer ul {
  position: fixed;
  right: 0;
  bottom: 19%
}
.kvContainer ul li {
  cursor: pointer;
  background: #06BF5A;
  text-align: center;
  width: 150px;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 20px
}
.kvContainer ul li:hover {
  background: #9FCC01
}
.kvContainer ul li a {
  color: #fff
}

.kvLabel {
position: fixed;
  right: 0;
  bottom: 19%;
  z-index: 100
}
.kvLabel li {
cursor: pointer;
text-align: center;
width: 175px;
font-size: 16px;
padding: 10px 0;
/*マーケ4thで使用
width: 230px;
background: #06BF5A;
margin-bottom: 20px;*/
/* 縦書き
  display: block;
  color: #fff;
  background-color: #06BF5A;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  writing-mode: vertical-rl;
  padding: 10px 0;
  margin-bottom: 20px; */
}
.kvLabel li:hover {
opacity:0.8;
color: #fff;
/*background: #9FCC01*/
}
.kvLabel li a,
.kvLabel li a:hover {
  color: #fff;
/*マーケ4thで使用
  margin-left: -15px;*/
/*-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;*/
}

.topicsContainer h2,
.EventsContainer h2 {
  margin-bottom: 75px;
  font-size: 32px;
  text-align: center
}
.topicsContainer h2 span,
.EventsContainer h2 span {
  display: block;
  font-size: 18px;
  color: #9fcc01
}
.serviceWrapper h2 {
  padding: 50px 0 50px;
  margin: 0;
  font-size: 32px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 3.75px
}
.serviceWrapper h2 span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 2.25px;
  color: #9FCC01
}
.serviceContainerCenterImg img {
  margin: 0 auto
}
.searchContainer {
  padding: 50px;
  padding-bottom: 100px;
  background-color: #DEF6E0
}
.searchSubmitArea {
  display: block;
  max-width: 577px;
  margin: auto auto 40px auto
}
.searchWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchWrapper .searchNearLocationBtn {
  margin-bottom: 20px;
  max-width: 180px;
  height: 46px;
  background: #9FCC01;
  border: none;
  color: #202124;
  font-size: 16px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.searchWrapper .searchNearLocationBtn:hover {
  background: #bde336;
}
.searchWrapper #searchNearLocationBtnBlock {
  opacity: 0.6;
  cursor: not-allowed;
  display: none;
}
.searchSelect select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #9FCC01;
  border: none;
  color: #202124;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 30px
}
.searchSelect {
  position: relative;
  max-width: 180px;
  height: 46px;
  margin: 0 0 20px;
  z-index: 1
}
.searchSelect::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #009944;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
  z-index: 0
}
.searchSelect select::-ms-expand {
  display: none
}
.searchText {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #9FCC01;
  display: block;
  width: 100%;
  overflow: hidden
}
.searchText input[type="text"] {
  border: none;
  width: 100%;
  padding: 10px 60px 10px 20px;
  font-size: 16px;
  background: #F8FBED
}
.searchText input[type="text"]:focus {
  outline: 0
}
.searchText button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #9FCC01;
  color: #fff;
  position: absolute;
  width: 47px;
  height: 47px;
  right: 0px;
  top: 0px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.searchText button[type="submit"]:hover {
  background: #bde336
}
.searchcheckboxArea {
  max-width: 791px;
  height: 195px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
/* チェックボックス01 */
input[type=checkbox] {
  display: none
}
.checkbox01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  font-size: 16px;
  width: 33%
}
.checkbox01::before {
  background: #fff;
  border: 2px solid #9FCC01;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: 8px;
  position: absolute;
  top: 5px;
  width: 16px
}
.checkbox01::after {
  border-right: 2px solid #9FCC01;
  border-bottom: 2px solid #9FCC01;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1
}
.locationArea {
  background: #f7fdf7;
  padding: 40px 0
}
.locationButton {
  max-width: 400px;
  margin: 0 auto;
  background: #009944;
  text-align: center;
  padding: 27px 0;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.locationButton:hover {
  background: #32ac68
}
.locationButton a {
  color: #fff
}
.locationButton svg {
  vertical-align: sub;
  margin-right: 10px
}
.ImgMenuList li {
  cursor: pointer;
  width: 33.3%;
  height: 194px;
  text-align: center;
  background-color: #9FCC01;
  font-size: 25px;
  line-height: 1.32;
  padding-top: 30px
}
.ImgMenuList li:hover {
  background-color: #b2d633
}
.ImgMenuList li:nth-child(even) {
  background-color: #b2d633
}
.ImgMenuList li:nth-child(even):hover {
  background-color: #9FCC01
}
.ImgMenuList li svg {
  margin-bottom: 10px
}
.ImgMenuList li a,
.ImgMenuList li a:hover {
  color: #fff
}
.ImgMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 130px
}
.topicsList {
  width: 67.8%;
  margin: 0 auto 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.3)
}
.EventsContainer {
  margin-bottom: 100px
}
.NavigationList {
  width: 67.8%;
  margin: 0 auto 30px;
  text-align: right
}
.NavigationList a {
  color: #202124
}
.NavigationList a:hover {
  color: #9FCC01;
  fill: #9FCC01
}
.topicsItem:nth-child(even) {
  background-color: rgba(240, 255, 242, 0.3)
}
.topicsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 25px 20px
}
.topicsText {
  font-size: 16px
}
.topicsText a {
  color: #202124
}
.topicsText a:hover {
  color: #9FCC01
}
.topicsText a:hover span {
  color: #202124
}
.topicsDate {
  margin-right: 32.5px;
  font-size: 14px;
  line-height: 1
}
.topicsText a > div {
  text-indent: -6.4em;
  padding-left: 6.4em
}
.covid19Container {
  width: 67.8%;
  display: block;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0 auto 90px;
  text-indent: -0.8em;
  padding-left: 0.8em
}
.covid19Container a {
  color: #202124
}
.covid19Container a:hover {
  color: #9FCC01
}
.cautionList {
  width: 67.8%;
  display: block;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0 auto 60px
}
.cautionList li {
  font-size: 16px;
  margin-bottom: 15px
}
.cautionList div {
  display: inline-block;
  text-align: left;
  text-indent: -0.8em;
  padding-left: 0.8em
}
.cautionList li a {
  color: #202124
}
.cautionList li a:hover {
  color: #9FCC01
}
/* SP　*/
@media screen and (max-width: 768px) {
  .kvContainer {
    margin-bottom: 50px
  }
  .kvContainer img {
    margin: 0
  }
  .kvContainer img.kvBg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
  }
  .kvContainer img.kvText {
    position: absolute;
    width: 85%;
    max-width: 967px;
    bottom: 30px;
    left: 5vw
  }
  .kvContainer img.kvText02 {
    position: absolute;
    width: 70%;
    max-width: 967px;
    bottom: 30px;
    left: 5vw
  }
  .kvContainer ul {
    display: none
  }
  .kvLabel {
    display: none;
  }
  .topicsContainer h2,
  .EventsContainer h2 {
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center
  }
  .topicsContainer h2 span,
  .EventsContainer h2 span {
    display: block;
    font-size: 17px;
    color: #9fcc01
  }
  .serviceWrapper h2 {
    padding-block: 50px 30px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0
  }
  .serviceWrapper h2 span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0
  }
  .serviceContainerCenterImg img {
    margin: 0 auto
  }
  .searchContainer {
    padding: 40px 20px;
    height: auto;
    background-color: #DEF6E0
  }
  .searchContainer .heading-3 {
    display: none
  }
  .searchSubmitArea {
    width: 100%;
    max-width: 577px;
    margin: 0 auto 36px
  }
  .searchWrapper .searchNearLocationBtn {
    width: 100%;
    max-width: 100%;
  }
  .searchSelect select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #9FCC01;
    border: none;
    color: #202124;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 30px
  }
  .searchSelect {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    z-index: 1
  }
  .searchSelect::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    color: #009944;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    z-index: 0
  }
  .searchSelect select::-ms-expand {
    display: none
  }
  .searchText {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9FCC01;
    display: block;
    width: 100%;
    overflow: hidden
  }
  .searchText input[type="text"] {
    border: none;
    width: 100%;
    padding: 10px 60px 10px 15px;
    font-size: 16px;
    background: #F8FBED
  }
  .searchText input[type="text"]:focus {
    outline: 0
  }
  .searchText button[type="submit"] {
    cursor: pointer;
    border: none;
    background: #9FCC01;
    color: #fff;
    position: absolute;
    width: 47px;
    height: 47px;
    right: 0px;
    top: 0px;
    outline: none
  }
  .searchText button[type="submit"] svg {
    position: relative;
    top: -3px
  }
  .searchcheckboxArea {
    width: 100%;
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  /* チェックボックス01 */
input[type=checkbox] {
    display: none
  }
  .checkbox01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px 5px 30px;
    position: relative;
    width: 50%;
    font-size: 13px
  }
  .checkbox01::before {
    background: #fff;
    border: 2px solid #9FCC01;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    margin-top: 5px;
    width: 16px
  }
  .checkbox01:after {
    border-right: 3px solid #9FCC01;
    border-bottom: 3px solid #9FCC01;
    content: '';
    display: block;
    height: 9px;
    left: 11px;
    margin-top: 11px;
    opacity: 0;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
  }
  input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1
  }
  .locationArea {
    background: #f7fdf7;
    padding: 40px 0
  }
  .locationButton {
    max-width: 92.3%;
    margin: 0 auto;
    background: #009944;
    text-align: center;
    padding: 27px 0;
    font-size: 25px
  }
  .topicsList {
    width: 74%;
    margin: 0 auto 34px;
    border-top: none
  }
  .topicsItem {
    display: block;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding: 30px 0 20px
  }
  .topicsTag {
    width: 30%;
    margin-right: 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #094
  }
  .topicsText {
    padding: 0;
    font-size: 13px
  }
  .topicsText a {
    color: #202124
  }
  .topicsText a > div {
    text-indent: 0;
    padding-left: 0
  }
  .topicsDate {
    display: block;
    font-size: 14px;
    line-height: 1
  }
  .NavigationList {
    width: 74%;
    margin: 0 auto 90px;
    text-align: right;
    font-size: 17px
  }
  .NavigationList a {
    color: #202124
  }
  .ImgMenuList li {
    cursor: pointer;
    width: 100%;
    height: 194px;
    text-align: center;
    background-color: #9FCC01;
    font-size: 22px;
    line-height: 1.32;
    padding-top: 30px;
    margin-bottom: 4.5%
  }
  .ImgMenuList li:hover {
    background-color: #b2d633
  }
  .ImgMenuList li:nth-child(even) {
    background-color: #b2d633
  }
  .ImgMenuList li:nth-child(even):hover {
    background-color: #9FCC01
  }
  .ImgMenuList li svg {
    margin-bottom: 10px
  }
  .ImgMenuList li a {
    color: #fff
  }
  .ImgMenuList {
    display: block;
    width: 92.3%;
    margin: 0 auto 67px
  }
  .EventsContainer {
    margin-bottom: 0
  }
  .covid19Wrapper {
    width: 74%;
    margin: 0 auto 90px;
    padding-top: 0px;
    background-color: #fff
  }
  .covid19Container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: left
  }
  .covid19Container a {
    color: #202124
  }
  .cautionContainer {
    width: 74%;
    margin: 0 auto 65px;
    padding-top: 0px;
    background-color: #fff
  }
  .cautionList {
    width: 100%;
    margin: 0 auto
  }
  .cautionList li:first-child {
    padding-top: 0
  }
  .cautionList li {
    position: relative;
    padding: 0;
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    margin-bottom: 10px
  }
  .cautionList li a {
    color: #202124
  }
}
/*fixing style*/
