.home .tab-box__body {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.home .info-article {
  display: block;
}

.home .info-article__head {
  width: auto;
}

.home .info-article__body {
  margin-top: 6px;
}

.home .info-article__cat {
  min-width: 90px;
  font-size: 1.2rem;
}

.home .tab-box__body {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.top-disaster {
  padding: 20px 0;
}

.top-disaster__box {
  color: #fff;
  background: #c03;
  border-radius: 8px;
  padding: 20px 30px;
}

.top-disaster__ttl {
  font-size: 3.4rem;
  font-weight: 700;
}

.top-disaster__ttl br {
  display: none;
}

.top-disaster__txt {
  font-size: 1.8rem;
  margin-top: 15px;
}

.top-disaster__link {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
}

.top-disaster__link:visited {
  color: #fff;
}

.main-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 280px);
  min-height: 550px;
  background: #fff;
}

.main-visual__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-visual__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 11;
  animation: overlayFadeOut 1s linear .15s 1 normal both;
}

.main-visual__item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-visual__pickup {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 613px;
  background: #fff;
  z-index: 10;
}

@keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.title-index {
  display: flex;
  align-items: flex-end;
  line-height: 1.1;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.title-index::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
}

.title-index--guide::before {
  width: 41px;
  height: 51px;
  background: url(../images/top/icon_title_guide.svg) center center/contain no-repeat;
}

.title-index--info {
  align-items: center;
}

.title-index--info::before {
  width: 44px;
  height: 32px;
  background: url(../images/top/icon_title_info.svg) center center/contain no-repeat;
}

.title-index--pickup::before {
  width: 40px;
  height: 56px;
  background: url(../images/top/icon_title_pickup.svg) center bottom/contain no-repeat;
}

.title-index--about {
  align-items: center;
}

.title-index--about::before {
  width: 50px;
  height: 56px;
  background: url(../images/top/icon_title_about.png) center center/contain no-repeat;
}

.title-index--link {
  align-items: center;
}

.title-index--link::before {
  width: 35px;
  height: 30px;
  background: url(../images/top/icon_title_link.svg) center center/contain no-repeat;
}

.title-index--ad {
  align-items: center;
}

.title-index--ad::before {
  width: 38px;
  height: 36px;
  background: url(../images/top/icon_title_ad.svg) center center/contain no-repeat;
}

.importants {
  background: #fff2f5;
  border-bottom: 4px solid #00803f;
  padding: 45px 0;
}

.importants__head {
  display: flex;
  flex-flow: column;
  width: 275px;
  padding-right: 25px;
}

.importants__ttl {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #c4171d;
  margin-bottom: auto;
}

.importants__ttl::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 27px;
  background: url(../images/top/icon_important.svg) center center/contain no-repeat;
  margin-right: 14px;
}

.importants__banner {
  margin-top: 30px;
}

.importants__banner > li + li {
  margin-top: 14px;
}

.importants__body {
  width: calc(100% - 275px);
}

.top-head-banner {
  text-align: center;
  padding-block: 50px 10px;
}

.top-page-link {
  background: #f4f4f4;
  margin-bottom: 50px;
  padding: 0 36px;
}

.top-page-link__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 32px 0;
}

.top-page-link__item:last-child {
  border-bottom: none;
}

.top-page-link__ttl {
  position: relative;
  width: 320px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 22px;
}

.top-page-link__ttl::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 22px;
  background: #00803f;
  border-radius: 2px;
}

.top-page-link__body {
  width: calc(100% - 320px);
  margin-bottom: 0;
}

.top-page-link__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.top-page-link__list-item {
  margin: 0 10px 10px 0;
}

.top-page-link__list-item a {
  display: block;
  color: #fff;
  background: #00803f;
  text-decoration: underline;
  border-radius: 6px;
  padding: 12px 18px;
}

.top-page-link__list-item a:visited {
  color: #fff;
}

.top-page-link__list-item a:hover {
  color: #fff;
}

.top-guide__btn {
  position: relative;
  display: block;
  width: 26rem;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  background: #00803f;
  border-radius: 6px;
  margin: 40px auto 0;
  padding-right: 18px;
}

.top-guide__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-white .top-guide__btn:hover {
  color: #fff;
}

.top-guide__btn:visited {
  color: #fff;
}

.top-guide-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 10px;
}

.top-guide-list__item img {
  width: 100%;
}

.top-guide-list__item-icon {
  display: none;
}

.top-guide-list__item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-guide-list__link {
  overflow: hidden;
  display: block;
  color: #2a2a2a;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.top-guide-list__link:visited {
  color: #2a2a2a;
}

.top-guide-list .link-block {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-guide-list .link-block__ttl {
  flex-grow: 1;
  padding: 16px 28px 16px 16px;
}

.top-info-pickup {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.top-info-pickup__box {
  border: 1px solid #ccc;
  margin-top: 20px;
  border-radius: 6px;
  padding-inline: 22px 0;
  padding-top: 20px;
}

.top-info-pickup__box .info-article:last-child {
  padding-bottom: 0;
}

.top-info-pickup__title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.top-info-pickup__title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/top/icon_title_pin.svg) center center/contain no-repeat;
  margin-right: 10px;
}

.top-info-pickup__list {
  overflow-y: auto;
  max-height: 400px;
  padding-block: 12px 32px;
  margin-top: 10px;
}

.top-info-wrapper {
  padding-right: 22px;
}

.top-info-wrapper .info-article:last-child {
  border-bottom: none;
}

.info-article {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.info-article:first-child {
  padding-top: 0;
}

.info-article__head {
  flex-shrink: 0;
}

.detail-content .info-article__head {
  margin-top: 0;
  padding: 0;
}

.info-article__head--cat-only {
  min-width: 100px;
}

.info-article__date {
  font-size: 1.4rem;
  color: #666;
  margin-right: 10px;
}

.info-article__cat {
  display: inline-block;
  min-width: 128px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #cfe6da;
  padding: 3px 6px 2px;
}

.info-article__body {
  margin-bottom: 0;
}

.detail-content .info-article__body {
  margin-top: 0;
  padding: 0;
}

.info-article__body a {
  text-decoration: underline;
}

.top-info-btn {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.top-info-btn__item {
  position: relative;
  display: block;
  width: 178px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00803f;
  border-radius: 6px;
  margin: 0 12px;
  padding-left: 18px;
}

.top-info-btn__item:link {
  color: #fff;
}

.top-info-btn__item:visited {
  color: #fff;
}

.top-info-btn__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.top-info-btn__item--list::before {
  width: 13px;
  height: 12px;
  background: url(../images/common/icon_list-white.svg) center center/contain no-repeat;
}

.top-info-btn__item--rss {
  background: #00a352;
}

.top-info-btn__item--rss::before {
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_rss-white.svg) center center/contain no-repeat;
}

.top-info-btn__item--rss.is-hide {
  display: none;
}

.top-info-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 62px;
}

.top-event__ttl {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.top-event__list {
  margin-top: 20px;
}

.top-event .info-article__date {
  margin-left: 10px;
}

.top-pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.top-pickup-list__item {
  width: 32.407%;
}

.top-pickup-list__item img {
  width: 100%;
  background: #ccc;
}

.top-about {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}

.top-about__col {
  display: flex;
  flex-flow: column;
  width: calc(25% - 13px);
  margin-left: 13px;
}

.top-about__col .link-block + .link-block {
  margin-top: 12px;
}

.top-about__col img {
  width: 100%;
  background: #ccc;
}

.top-about__artificial {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.top-about__artificial-ttl {
  height: 43px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #00803f;
  margin-bottom: 0;
}

.top-about__artificial-body {
  margin: auto 0;
  padding: 18px 18px 10px;
}

.top-about__artificial-data {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 8px;
}

.top-about__artificial-data dt {
  width: 60px;
  font-weight: 400;
  margin-bottom: 4px;
}

.top-about__artificial-data dd {
  width: calc(100% - 60px);
  text-align: right;
  margin-bottom: 4px;
}

.top-about__artificial-date {
  font-size: 1.2rem;
  text-align: center;
  color: #999;
  margin-bottom: 0;
}

.top-about__btn {
  position: relative;
  display: block;
  width: 26rem;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  background: #00803f;
  border-radius: 6px;
  margin: 40px auto 0;
  padding-right: 18px;
}

.top-about__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-white .top-about__btn:hover {
  color: #fff;
}

.top-about__btn:visited {
  color: #fff;
}

.top-media {
  margin-top: 60px;
}

.top-media__ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.top-media__ttl::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 25px;
  background: url(../images/top/icon_title_media.svg) center center/contain no-repeat;
  margin-right: 10px;
}

.top-media__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-media__col {
  overflow: hidden;
  min-height: 400px;
  background: #fff;
  border: 1px solid #ccc;
}

.top-media__col--kouhou {
  width: 55%;
}

.top-media__col--fb {
  width: 43.86%;
}

.top-media__col .fb-page {
  width: 100%;
}

.top-media__col .fb-page > span {
  width: 100% !important;
}

.top-media__col iframe {
  width: 100% !important;
}

.top-media__kouhou {
  height: 100%;
  padding: 26px 30px;
}

.top-media__kouhou-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.top-media__kouhou-image {
  flex-shrink: 0;
  width: max(46%, 200px);
  aspect-ratio: 160/226;
  background: #eee;
  border: 1px solid #eee;
}

.top-media__kouhou-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-media__kouhou-body {
  flex-grow: 1;
  text-align: center;
}

.top-media__kouhou-ttl {
  padding-top: 20px;
}

.top-media__kouhou-ttl img {
  width: 100%;
}

.top-media__kouhou-sub-ttl {
  width: max-content;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00803f;
  margin: 35px auto 20px;
  padding: 0 3em;
}

.top-media__kouhou-link {
  text-decoration: underline;
}

.top-media__kouhou-btn {
  max-width: 74.285%;
  margin: 40px auto 0;
}

.top-media__kouhou-btn--sp {
  display: none;
}

.top-media__sns-btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  margin: 40px auto 0;
}

.top-media__sns-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: .5em;
       column-gap: .5em;
  min-width: 28rem;
  max-width: max-content;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 6px;
  padding-right: 18px;
}

.top-media__sns-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-white .top-media__sns-btn:hover {
  color: #fff;
}

.top-media__sns-btn:visited {
  color: #fff;
}

.top-media__sns-btn-icon {
  display: grid;
  place-content: center;
  width: 16px;
  aspect-ratio: 1;
}

.top-media__sns-btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-ad {
  margin-bottom: 38px;
}

.top-ad__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
}

.top-ad__item {
  width: calc(16.666% - 36px);
  margin: 0 0 0 36px;
}

.top-ad__item:nth-of-type(n+7) {
  margin-top: 30px;
}

.top-ad__item:nth-child(6n) {
  margin-right: 0;
}

.top-ad__btn {
  position: relative;
  display: block;
  width: 26rem;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  background: #00803f;
  border-radius: 6px;
  margin: 40px auto 0;
  padding-right: 18px;
}

.top-ad__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-white .top-ad__btn:hover {
  color: #fff;
}

.top-ad__btn:visited {
  color: #fff;
}

.top-slide:not(:has(.swiper-slide)) {
  display: none;
}

.top-slide--link {
  margin-bottom: 50px;
}

.top-slide--link-pickup {
  margin-top: 60px;
}

.top-slide--mv {
  position: relative;
  padding: 26px 22px;
}

.top-slide--mv .top-slide__item {
  display: flex;
  align-items: flex-start;
}

.top-slide--mv .top-slide__item img {
  width: 284px;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.top-slide--mv .top-slide__pagination {
  position: absolute;
  right: calc((100% - 304px) / 2);
  bottom: 0;
  margin-top: 0;
  transform: translateX(50%);
  z-index: 10;
}

.top-slide--mv .top-slide__arrow {
  display: flex;
  right: -22px;
  left: -22px;
}

.top-slide__body {
  position: relative;
  text-align: center;
}

.top-slide__item a {
  display: block;
  position: relative;
}

.top-slide__item a[target=_blank]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background: #00803f;
}

.top-slide__item a[target=_blank]::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_external-white.svg) center center/contain no-repeat;
}

.top-slide__txt {
  width: calc(100% - 284px);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 20px;
}

.top-slide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.top-slide__pagination-btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  border-radius: 2px;
  border: 1px solid #00803f;
}

.top-slide__pagination-btn.is-stop:before, .top-slide__pagination-btn.is-stop:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 10px;
  background: #00803f;
  transform: translateY(-50%);
}

.top-slide__pagination-btn.is-stop:before {
  left: 6px;
}

.top-slide__pagination-btn.is-stop:after {
  right: 6px;
}

.top-slide__pagination-btn.is-start:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #00803f;
  margin-left: 1px;
  transform: translate(-50%, -50%);
}

.top-slide__pagination-btn.is-start:after {
  display: none;
}

.top-slide .swiper-pagination {
  position: static;
  margin-right: 8px;
  padding-bottom: 2px;
}

.top-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #00803f;
  margin-right: 7px;
  opacity: 1;
  vertical-align: middle;
}

.top-slide .swiper-pagination-bullet-active {
  background: #00803f;
}

.top-slide__arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.top-slide .swiper-button-next, .top-slide .swiper-container-rtl .swiper-button-prev {
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #00803f;
  transform: translateY(-50%) translateX(50%);
  pointer-events: auto;
}

.top-slide .swiper-button-next::after, .top-slide .swiper-container-rtl .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #00803f;
  border-right: solid 2px #00803f;
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-slide .swiper-button-prev, .top-slide .swiper-container-rtl .swiper-button-next {
  position: relative;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #00803f;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: auto;
}

.top-slide .swiper-button-prev::after, .top-slide .swiper-container-rtl .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #00803f;
  border-left: solid 2px #00803f;
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.gikai .page-title {
  color: #fff;
  background: #300;
  border-color: #300;
}

.gikai .page-title::before {
  background: #fff;
}

.gikai__txt {
  margin-top: 20px;
}

.gikai__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 50px;
}

.gikai__panel {
  width: 32.608%;
  border: 1px solid #ccc;
  padding: 15px;
}

.gikai__panel--2col {
  width: 47%;
}

.gikai__panel-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.gikai__panel-txt {
  display: grid;
  place-items: center;
  margin-top: 15px;
}

.gikai__panel-btn {
  max-width: 210px;
  margin: 20px auto 0;
}

.gikai .detail-content h2 {
  color: #fff;
  background: #846666;
}

.gikai .detail-content h3 {
  border-color: #846666;
}

.gikai .detail-content h3::before {
  background: #300;
}

.gikai .info-article__cat {
  color: #fff;
  background: #846666;
}

.gikai__news-btn {
  background: #300;
  margin: 42px auto 0;
}

.gikai-member {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-top: 30px;
}

.gikai-member__item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gikai-member__image {
  flex-shrink: 0;
  width: 180px;
}

.gikai-member__image img {
  width: 100%;
}

.gikai-member__body {
  flex-grow: 1;
  padding-top: 20px;
}

.gikai-member__ttl {
  font-size: 1.25em;
  font-weight: 700;
}

.gikai-member__ttl span {
  font-size: .8em;
  font-weight: 400;
}

.gikai-member__txt {
  font-size: .875em;
  margin-top: 20px;
}

.sisetu__table {
  border-top: 2px solid #e9e9e9;
  margin-top: 50px;
  padding-top: 50px;
}

.map__content {
  margin-top: 20px;
}

.map__canvas {
  width: 100%;
  height: 460px;
  background: #ccc;
}

.kouhou-list {
  margin-top: 20px;
}

.kouhou-list__item {
  display: flex;
  border: 1px solid #ccc;
  padding: 20px;
}

.kouhou-list__item + .kouhou-list__item {
  margin-top: 20px;
}

.kouhou-list__image {
  width: 150px;
}

.kouhou-list__body {
  width: calc(100% - 150px);
}

.kouhou-list__contents {
  margin-top: 15px;
}

.kouhou-list__contents p {
  margin: 0;
}

.akiya-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.akiya-block + .akiya-block {
  border-top: 1px solid #ccc;
}

.akiya-block:last-child {
  padding-bottom: 0;
}

.akiya-block__image {
  position: relative;
  width: 360px;
}

.akiya-block__stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.akiya-block__body {
  width: calc(100% - 360px);
  padding-left: 20px;
}

.akiya-block__num {
  font-size: 1.4rem;
}

.akiya-block__title {
  margin-top: 6px !important;
}

.akiya-block__link {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2a2a2a;
  margin-top: 20px;
}

.is-bg-white .akiya-block__link:hover {
  color: #fff;
}

.calendar {
  margin-top: 40px;
}

.calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 40px;
}

.calendar .fc-toolbar h2 {
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #00803f;
  margin-bottom: 0;
}

.calendar .fc-button-primary {
  font-size: 1.3rem;
  font-weight: 700;
  background: #00803f;
  border-color: #00803f;
}

.calendar .fc-button-primary:hover {
  background: #00803f;
  border-color: #00803f;
  opacity: .7;
}

.calendar .fc-button-primary:not(:disabled):active, .calendar .fc-button-primary:not(:disabled).fc-button-active {
  background: #00803f;
  border-color: #00803f;
}

.calendar .fc-day-header {
  background: #f4f4f4;
  padding: 12px 10px;
}

.calendar .fc-day-header.fc-sat {
  color: #1b70b3;
  background: #eaf4ff;
}

.calendar .fc-day-header.fc-sun {
  color: #b91313;
  background: #fee;
}

.calendar td.fc-sat {
  background-color: #eaf4ff;
}

.calendar td.fc-sun, .calendar td.fc-hol {
  background-color: #fee;
}

.calendar .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.calendar .fc-dayGrid-view .fc-week-number, .calendar .fc-dayGrid-view .fc-day-number {
  font-size: 1.3rem;
  font-weight: 700;
}

.calendar .fc-day-top {
  text-align: left;
  border-bottom: 1px dotted #ddd !important;
}

.calendar tr:first-child > td > .fc-day-grid-event {
  margin-top: 10px;
}

.calendar .fc-day-grid-event {
  margin: 1px 4px 0;
}

.calendar .fc-event, .calendar .fc-event-dot {
  color: #2a2a2a;
  background-color: #e7f6ee;
  border-color: #e7f6ee;
  padding: 6px 6px;
  margin-bottom: 10px;
}

.is-bg-white .calendar .fc-event:hover, .is-bg-white .calendar .fc-event-dot:hover {
  color: #2a2a2a;
}

.calendar .fc-day-grid-event .fc-content {
  white-space: normal;
  font-size: 1.3rem;
}

.calendar .holiday-name {
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  color: #b91313;
  padding-left: 2px;
}

.calendar .fc-list-heading-alt {
  display: none;
}

.calendar .fc-list-item-time {
  display: none;
}

.calendar .fc-list-item-marker {
  display: none;
}

.calendar .fc-list-table td {
  padding: 6px 8px;
}

.calendar .fc-list-item-title a {
  position: relative;
  padding-left: 20px;
}

.calendar .fc-list-item-title a::before {
  content: "";
  position: absolute;
  top: .18em;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00803f;
  border-radius: 2px;
}

.calendar .fc-list-item-title a::after {
  content: "";
  position: absolute;
  top: .36em;
  left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #fff;
}

.search-box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 40px 60px;
}

.search-box__dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.search-box__ttl {
  width: 20rem;
  font-size: 1.4rem;
}

.search-box__ttl:nth-of-type(n + 2) {
  margin-top: 30px;
}

.search-box__sort-item {
  overflow: hidden;
  display: inline-block;
  max-width: 24.4rem;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}

.search-box__sort-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1em;
  color: #1e1e1e;
  border-radius: .8rem;
  border: 1px solid #333;
  padding: .6em 1em;
}

.search-box__sort-item.is-active a {
  text-decoration: none;
  color: #fff;
  background: #1e1e1e;
  pointer-events: none;
}

.search-box__sort-item + .search-box__sort-item {
  margin-left: 10px;
}

.search-box__body {
  width: calc(100% - 20rem);
  font-size: 0;
}

.search-box__body:nth-of-type(n + 2) {
  margin-top: 30px;
}

.search-box__form {
  display: flex;
  font-size: 1.4rem;
}

.search-box__form input {
  width: calc(100% - 16rem - 20px);
  background: #fff;
  border: 1px solid #333;
  box-shadow: 0 1px rgba(255, 255, 255, .5);
  border-radius: .8rem;
  margin: 0 20px 0 0;
  padding: .5em 1em;
}

.search-box__btn {
  display: block;
  width: 16rem;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
  border-radius: .8rem;
  padding: .5em 1em;
}

.search-box__btn:hover {
  opacity: .8;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .form-title {
  font-weight: 700;
  margin-top: 60px;
}

.contact-form .form-title:nth-child(1) {
  margin-top: 0;
}

.contact-form .form-title--indent2em {
  text-indent: -2em;
  padding-left: 3em;
}

.contact-form-field {
  display: flex;
  flex-wrap: wrap;
}

.contact-form-field .form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26rem;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 1.8rem 1rem 1.8rem 0;
}

.contact-form-field .form-label label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.contact-form-field .form-label .must {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  color: #fff;
  background: #df0128;
  margin-left: 4px;
  padding: .2rem .4rem;
  white-space: nowrap;
}

.contact-form-field .form-element {
  width: calc(100% - 26rem);
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 1.8rem 1rem 1.8rem 2rem;
}

.contact-form-field .form-element #subject, .contact-form-field .form-element #url, .contact-form-field .form-element .contact-form-text-l {
  max-width: 60rem !important;
}

.contact-form-field .form-element #content {
  width: 100%;
  max-width: 100%;
  height: 280px;
}

.contact-form-field .form-element .form-element {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.contact-form-field .form-element--postal input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]) {
  max-width: 14rem;
}

.contact-form-field .form-element--postal .btn {
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 34px;
  font-size: 1.2rem;
  padding: 0 10px;
  margin-left: 10px;
}

.contact-form-field .form-element--dob {
  display: flex;
}

.contact-form-field .form-element--dob > li + li {
  margin-left: 10px;
}

.contact-form-field .form-element--dob select {
  display: inline-block;
  margin-right: 6px;
}

.contact-form-field .form-element .form-element--dob {
  width: 100%;
  border-bottom: none;
  padding: 0;
}

.contact-form-field .form-element--file input {
  border: none;
  padding: 0;
}

.contact-form-field .form-element--file a {
  pointer-events: none;
}

.contact-form-field .form-element--file a::after {
  display: none !important;
}

.contact-form-field .form-element small {
  display: block;
  margin-bottom: 6px;
}

.contact-form-field .form-element .field_error {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 6px;
}

.contact-form-field input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]), .contact-form-field textarea {
  max-width: 40rem;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px rgba(255, 255, 255, .5);
  border-radius: 4px;
  margin: 0;
  padding: .6em 1em;
}

.contact-form-field select {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px rgba(255, 255, 255, .5);
  border-radius: 4px;
  margin: 0;
  padding: .6em 1em;
}

.contact-form-field ul:not([class]) {
  padding-left: 0;
}

.contact-form-field ul:not([class]) li {
  padding-left: 0;
}

.contact-form-field ul:not([class]) li::before {
  display: none;
}

.contact-form-submit {
  margin-top: 40px;
}

.contact-form-submit input {
  position: relative;
  display: block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00803f;
  border-radius: 6px;
  margin: 0 auto;
}

.contact-form-submit input:link {
  color: #fff;
}

.contact-form-submit input:visited {
  color: #fff;
}

.detail-content .contact-form-submit input {
  text-decoration: none;
}

.kanko {
  background: #fffef3;
}

.kanko__title {
  width: 980px;
  background: url(../images/kanko/title_img_01.jpg) center center/contain no-repeat;
  margin: 30px auto 0;
}

.kanko__title::before {
  content: "";
  display: block;
  padding-top: 45.918%;
}

.kanko__title span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
}

.kanko__nav {
  margin-top: -10px;
}

.kanko__nav__wrap {
  display: flex;
}

.kanko__nav__item {
  width: 33.333%;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.kanko__nav__item + .kanko__nav__item {
  border-left: 2px solid #ccc;
}

.kanko__nav__item span, .kanko__nav__item a {
  display: inline-flex;
  align-items: center;
}

.kanko__nav__item span::before, .kanko__nav__item span::after, .kanko__nav__item a::before, .kanko__nav__item a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 25px;
  background: url(../images/kanko/nav_icon_01.png) center center/contain no-repeat;
}

.kanko__nav__item span::before, .kanko__nav__item a::before {
  margin-right: 13px;
}

.kanko__nav__item span::after, .kanko__nav__item a::after {
  margin-left: 13px;
}

.kanko__nav__item a {
  color: #aaa;
}

.kanko__nav__item a::before, .kanko__nav__item a::after {
  opacity: 0;
  transition: opacity .35s;
}

.kanko__nav__item a:hover {
  opacity: 1;
}

.is-bg-white .kanko__nav__item a:hover {
  color: #2a2a2a;
}

.kanko__nav__item a:hover::before, .kanko__nav__item a:hover::after {
  opacity: 1;
}

.kanko__about {
  padding: 70px 0 86px;
}

.kanko__catch {
  width: 100%;
  max-width: 524px;
  background: url(../images/kanko/about_catch_img_01.png) center center/contain no-repeat;
  margin: 0 auto;
}

.kanko__catch::before {
  content: "";
  display: block;
  padding-top: 9.541%;
}

.kanko__catch span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
}

.kanko__read {
  line-height: 2.25;
  max-width: 540px;
  letter-spacing: .05em;
  margin: 30px auto 0;
}

.kanko__read .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffd7a6 0%);
  padding: 0 2px;
}

.kanko__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 50px;
}

.kanko__youtube iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kanko__sec-ttl {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.kanko__sec-ttl::before {
  content: "";
  display: block;
  padding-top: 7.065%;
}

.kanko__sec-ttl span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
}

.kanko__sec-ttl--point {
  background: url(../images/kanko/sec-ttl_point_img_01.png) center center/contain no-repeat;
}

.kanko__sec-ttl--event {
  background: url(../images/kanko/sec-ttl_event_img_01.png) center center/contain no-repeat;
}

.kanko__sec-ttl--bunkazai {
  background: url(../images/kanko/sec-ttl_bunkazai_img_01.png) center center/contain no-repeat;
}

.kanko__point {
  padding-bottom: 100px;
}

.kanko__block {
  margin-top: 50px;
}

.kanko__block + .kanko__block {
  margin-top: 100px;
}

.kanko__block__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.kanko__block__image {
  width: 440px;
}

.kanko__block__body {
  width: 430px;
}

.kanko__block__sub {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2rem;
}

.kanko__block__ttl {
  line-height: 1.5;
  font-family: YuMincho, "Yu Mincho", serif;
  border-bottom: 1px solid #707070;
}

.kanko__block__ttl-content {
  display: inline-flex;
  flex-flow: column-reverse;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 400;
}

.kanko__block__ruby {
  font-size: 1.2rem;
  font-weight: 700;
}

.kanko__block__catch {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 16px;
}

.kanko__block__txt {
  margin-top: 20px;
}

.kanko__block__foot {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.kanko__block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background: #1cba65;
  margin: 0 10px;
}

.kanko__block__btn:visited {
  color: #fff;
}

.kanko__block__btn[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_external-white.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.kanko__event {
  padding-bottom: 100px;
}

.kanko__event__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -25px;
}

.kanko__card {
  width: calc(33.333% - 25px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  margin-left: 25px;
  padding: 18px;
}

.kanko__card:nth-child(n+4) {
  margin-top: 25px;
}

.kanko__card__image {
  overflow: hidden;
  position: relative;
}

.kanko__card__image::before {
  content: "";
  display: block;
  padding-top: 70.866%;
}

.kanko__card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.kanko__card__month {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #1cba65;
  padding: 1px 12px 0;
}

.kanko__card__body {
  text-align: center;
  padding-top: 20px;
}

.kanko__card__ttl {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.6rem;
}

.kanko__card__ruby {
  font-size: 1.1rem;
  margin: 0 -10px;
}

.kanko__card__catch {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
}

.kanko__card__txt {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 10px;
}

.kanko__card__address {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 10px;
}

.kanko__card__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  height: 36px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  margin: 20px auto 0;
  padding: 2px;
}

.kanko__card__btn:visited {
  color: #1a5692;
}

.kanko__card__btn[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/common/icon_external.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.kanko__bunkazai {
  padding-bottom: 70px;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-fz-s {
  font-size: 1.2rem;
}

.u-fz-m {
  font-size: 1.6rem;
}

.u-fz-l {
  font-size: 2rem;
}

.u-fw-normal {
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 700;
}

.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.u-td-line {
  text-decoration: line-through;
}

.u-text-transparent {
  color: transparent;
}

.u-text-current {
  color: currentColor;
}

.u-text-black {
  color: #222;
}

.u-text-white {
  color: #fff;
}

.u-text-gray {
  color: #888;
}

.u-text-red {
  color: #c00;
}

.u-text-blue {
  color: #00c;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: .65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th, .fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event, .fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event, .fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: .75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/

/* reset */

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
}

.fc-button:disabled {
  opacity: .65;
}

/* "primary" coloring */

.fc-button-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
}

/* icons within buttons */

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus, .fc-button-group > .fc-button:active, .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */

.fc-toolbar > * > :not(:first-child) {
  margin-left: .75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-dayGridWeek-view .fc-content-skeleton, .fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number, .fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */

.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* List View
--------------------------------------------------------------------------------------------------*/

/* possibly reusable */

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */

.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */

.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */

.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

@media only screen and (min-width: 560px) {
  .is-bg-black .main-visual__pickup {
    background: #111;
  }

  .is-bg-blue .main-visual__pickup {
    background: #06f;
  }

  .is-bg-yellow .main-visual__pickup {
    background: #ff0;
  }

  .is-bg-black .importants {
    background: #111;
    border-color: #fff;
  }

  .is-bg-blue .importants {
    background: #06f;
    border-color: #fff;
  }

  .is-bg-yellow .importants {
    background: #ff0;
    border-color: #111;
  }

  .is-bg-black .importants__ttl {
    color: #fff;
  }

  .is-bg-blue .importants__ttl {
    color: #fff;
  }

  .is-bg-yellow .importants__ttl {
    color: #111;
  }

  .is-bg-black .top-page-link {
    background: #111;
  }

  .is-bg-blue .top-page-link {
    background: #06f;
  }

  .is-bg-yellow .top-page-link {
    background: #ff0;
  }

  .is-bg-black .top-page-link__item {
    border-color: #fff;
  }

  .is-bg-blue .top-page-link__item {
    border-color: #fff;
  }

  .is-bg-yellow .top-page-link__item {
    border-color: #111;
  }

  .is-bg-black .top-page-link__ttl::before {
    background: #fff;
  }

  .is-bg-blue .top-page-link__ttl::before {
    background: #fff;
  }

  .is-bg-yellow .top-page-link__ttl::before {
    background: #111;
  }

  .is-bg-black .top-page-link__list-item a {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-page-link__list-item a {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-page-link__list-item a {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-page-link__list-item a:visited {
    color: #ff0;
  }

  .is-bg-blue .top-page-link__list-item a:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-page-link__list-item a:visited {
    color: #06f;
  }

  .is-bg-black .top-guide__btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-guide__btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-guide__btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-guide__btn::before {
    border-color: #ff0;
  }

  .is-bg-blue .top-guide__btn::before {
    border-color: #fc0;
  }

  .is-bg-yellow .top-guide__btn::before {
    border-color: #06f;
  }

  .is-bg-black .top-guide__btn:visited {
    color: #ff0;
  }

  .is-bg-blue .top-guide__btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-guide__btn:visited {
    color: #06f;
  }

  .is-bg-black .info-article__date {
    color: #fff;
  }

  .is-bg-blue .info-article__date {
    color: #fff;
  }

  .is-bg-yellow .info-article__date {
    color: #111;
  }

  .is-bg-black .info-article__cat {
    color: #fff;
    background: #333;
  }

  .is-bg-blue .info-article__cat {
    color: #fff;
    background: #00a;
  }

  .is-bg-yellow .info-article__cat {
    color: #111;
    background: #fc0;
  }

  .is-bg-black .top-info-btn__item {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-info-btn__item {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-info-btn__item {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-info-btn__item:visited {
    color: #ff0;
  }

  .is-bg-blue .top-info-btn__item:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-info-btn__item:visited {
    color: #06f;
  }

  .is-bg-black .top-about__artificial {
    background: #111;
  }

  .is-bg-blue .top-about__artificial {
    background: #06f;
  }

  .is-bg-yellow .top-about__artificial {
    background: #ff0;
  }

  .is-bg-black .top-about__artificial-ttl {
    color: #fff;
    background: #333;
  }

  .is-bg-blue .top-about__artificial-ttl {
    color: #fff;
    background: #00a;
  }

  .is-bg-yellow .top-about__artificial-ttl {
    color: #111;
    background: #fc0;
  }

  .is-bg-black .top-about__artificial-date {
    color: #fff;
  }

  .is-bg-blue .top-about__artificial-date {
    color: #fff;
  }

  .is-bg-yellow .top-about__artificial-date {
    color: #111;
  }

  .is-bg-black .top-about__btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-about__btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-about__btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-about__btn::before {
    border-color: #ff0;
  }

  .is-bg-blue .top-about__btn::before {
    border-color: #fc0;
  }

  .is-bg-yellow .top-about__btn::before {
    border-color: #06f;
  }

  .is-bg-black .top-about__btn:visited {
    color: #ff0;
  }

  .is-bg-blue .top-about__btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-about__btn:visited {
    color: #06f;
  }

  .is-bg-black .top-media__col {
    background: #111;
  }

  .is-bg-blue .top-media__col {
    background: #06f;
  }

  .is-bg-yellow .top-media__col {
    background: #ff0;
  }

  .is-bg-black .top-media__kouhou-sub-ttl {
    color: #fff;
    background: #333;
  }

  .is-bg-blue .top-media__kouhou-sub-ttl {
    color: #fff;
    background: #00a;
  }

  .is-bg-yellow .top-media__kouhou-sub-ttl {
    color: #111;
    background: #fc0;
  }

  .is-bg-black .top-media__sns-btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-media__sns-btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-media__sns-btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-media__sns-btn::before {
    border-color: #ff0;
  }

  .is-bg-blue .top-media__sns-btn::before {
    border-color: #fc0;
  }

  .is-bg-yellow .top-media__sns-btn::before {
    border-color: #06f;
  }

  .is-bg-black .top-media__sns-btn:visited {
    color: #ff0;
  }

  .is-bg-blue .top-media__sns-btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-media__sns-btn:visited {
    color: #06f;
  }

  .is-bg-black .top-ad__btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .top-ad__btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .top-ad__btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .top-ad__btn::before {
    border-color: #ff0;
  }

  .is-bg-blue .top-ad__btn::before {
    border-color: #fc0;
  }

  .is-bg-yellow .top-ad__btn::before {
    border-color: #06f;
  }

  .is-bg-black .top-ad__btn:visited {
    color: #ff0;
  }

  .is-bg-blue .top-ad__btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .top-ad__btn:visited {
    color: #06f;
  }

  .is-bg-black .top-slide__pagination-btn {
    border-color: #fff;
  }

  .is-bg-blue .top-slide__pagination-btn {
    border-color: #fff;
  }

  .is-bg-yellow .top-slide__pagination-btn {
    border-color: #111;
  }

  .is-bg-black .top-slide__pagination-btn.is-stop:before, .is-bg-black .top-slide__pagination-btn.is-stop:after {
    background: #fff;
  }

  .is-bg-blue .top-slide__pagination-btn.is-stop:before, .is-bg-blue .top-slide__pagination-btn.is-stop:after {
    background: #fff;
  }

  .is-bg-yellow .top-slide__pagination-btn.is-stop:before, .is-bg-yellow .top-slide__pagination-btn.is-stop:after {
    background: #111;
  }

  .is-bg-black .top-slide__pagination-btn.is-start:before {
    border-color: transparent transparent transparent #fff;
  }

  .is-bg-blue .top-slide__pagination-btn.is-start:before {
    border-color: transparent transparent transparent #fff;
  }

  .is-bg-yellow .top-slide__pagination-btn.is-start:before {
    border-color: transparent transparent transparent #111;
  }

  .is-bg-black .top-slide .swiper-pagination-bullet {
    background: #111;
    border-color: #fff;
  }

  .is-bg-blue .top-slide .swiper-pagination-bullet {
    background: #06f;
    border-color: #fff;
  }

  .is-bg-yellow .top-slide .swiper-pagination-bullet {
    background: #ff0;
    border-color: #111;
  }

  .is-bg-black .top-slide .swiper-pagination-bullet-active {
    background: #fff;
  }

  .is-bg-blue .top-slide .swiper-pagination-bullet-active {
    background: #fff;
  }

  .is-bg-yellow .top-slide .swiper-pagination-bullet-active {
    background: #111;
  }

  .is-bg-black .top-slide .swiper-button-next, .is-bg-black .top-slide .swiper-container-rtl .swiper-button-prev {
    background: #111;
    border-color: #fff;
  }

  .is-bg-blue .top-slide .swiper-button-next, .is-bg-blue .top-slide .swiper-container-rtl .swiper-button-prev {
    background: #06f;
    border-color: #fff;
  }

  .is-bg-yellow .top-slide .swiper-button-next, .is-bg-yellow .top-slide .swiper-container-rtl .swiper-button-prev {
    background: #ff0;
    border-color: #111;
  }

  .is-bg-black .top-slide .swiper-button-next::after, .is-bg-black .top-slide .swiper-container-rtl .swiper-button-prev::after {
    border-color: #fff;
  }

  .is-bg-blue .top-slide .swiper-button-next::after, .is-bg-blue .top-slide .swiper-container-rtl .swiper-button-prev::after {
    border-color: #fff;
  }

  .is-bg-yellow .top-slide .swiper-button-next::after, .is-bg-yellow .top-slide .swiper-container-rtl .swiper-button-prev::after {
    border-color: #111;
  }

  .is-bg-black .top-slide .swiper-button-prev, .is-bg-black .top-slide .swiper-container-rtl .swiper-button-next {
    background: #111;
    border-color: #fff;
  }

  .is-bg-blue .top-slide .swiper-button-prev, .is-bg-blue .top-slide .swiper-container-rtl .swiper-button-next {
    background: #06f;
    border-color: #fff;
  }

  .is-bg-yellow .top-slide .swiper-button-prev, .is-bg-yellow .top-slide .swiper-container-rtl .swiper-button-next {
    background: #ff0;
    border-color: #111;
  }

  .is-bg-black .top-slide .swiper-button-prev::after, .is-bg-black .top-slide .swiper-container-rtl .swiper-button-next::after {
    border-color: #fff;
  }

  .is-bg-blue .top-slide .swiper-button-prev::after, .is-bg-blue .top-slide .swiper-container-rtl .swiper-button-next::after {
    border-color: #fff;
  }

  .is-bg-yellow .top-slide .swiper-button-prev::after, .is-bg-yellow .top-slide .swiper-container-rtl .swiper-button-next::after {
    border-color: #111;
  }

  .gikai.is-bg-black .page-title {
    color: #fff;
    background: transparent;
    border-color: #fff;
  }

  .gikai.is-bg-black .page-title::before {
    background: #fff;
  }

  .gikai.is-bg-black .detail-content h2 {
    background: #333;
  }

  .gikai.is-bg-black .detail-content h3 {
    background: transparent;
  }

  .gikai.is-bg-black .detail-content h3::before {
    background: #fff;
  }

  .gikai.is-bg-blue .page-title {
    color: #fff;
    background: transparent;
    border-color: #fff;
  }

  .gikai.is-bg-blue .page-title::before {
    background: #fff;
  }

  .gikai.is-bg-blue .detail-content h2 {
    background: #00a;
  }

  .gikai.is-bg-blue .detail-content h3 {
    background: transparent;
  }

  .gikai.is-bg-blue .detail-content h3::before {
    background: #fff;
  }

  .gikai.is-bg-yellow .page-title {
    color: #111;
    background: transparent;
    border-color: #111;
  }

  .gikai.is-bg-yellow .page-title::before {
    background: #111;
  }

  .gikai.is-bg-yellow .detail-content h2 {
    color: #111;
    background: #fc0;
  }

  .gikai.is-bg-yellow .detail-content h3 {
    background: transparent;
  }

  .gikai.is-bg-yellow .detail-content h3::before {
    background: #111;
  }

  .is-bg-black .gikai .page-title::before {
    background: #fff;
  }

  .is-bg-blue .gikai .page-title::before {
    background: #fff;
  }

  .is-bg-yellow .gikai .page-title::before {
    background: #111;
  }

  .is-bg-black .akiya-block__link {
    background: #333;
  }

  .is-bg-blue .akiya-block__link {
    background: #00a;
  }

  .is-bg-yellow .akiya-block__link {
    background: #fc0;
  }

  .is-bg-black .calendar .fc-toolbar h2 {
    color: #fff;
  }

  .is-bg-blue .calendar .fc-toolbar h2 {
    color: #fff;
  }

  .is-bg-yellow .calendar .fc-toolbar h2 {
    color: #111;
  }

  .is-bg-black .calendar .fc-button-primary {
    background: #333;
    border-color: #333;
  }

  .is-bg-blue .calendar .fc-button-primary {
    background: #00a;
    border-color: #00a;
  }

  .is-bg-yellow .calendar .fc-button-primary {
    background: #fc0;
    border-color: #fc0;
  }

  .is-bg-black .calendar .fc-day-header {
    background: #111;
    color: #fff;
  }

  .is-bg-blue .calendar .fc-day-header {
    background: #06f;
    color: #fff;
  }

  .is-bg-yellow .calendar .fc-day-header {
    background: #ff0;
    color: #111;
  }

  .is-bg-black .calendar .fc-day-header.fc-sat {
    background: #111;
    color: #fff;
  }

  .is-bg-blue .calendar .fc-day-header.fc-sat {
    background: #06f;
    color: #fff;
  }

  .is-bg-yellow .calendar .fc-day-header.fc-sat {
    background: #ff0;
    color: #111;
  }

  .is-bg-black .calendar .fc-day-header.fc-sun {
    background: #111;
    color: #fff;
  }

  .is-bg-blue .calendar .fc-day-header.fc-sun {
    background: #06f;
    color: #fff;
  }

  .is-bg-yellow .calendar .fc-day-header.fc-sun {
    background: #ff0;
    color: #111;
  }

  .is-bg-black .calendar td.fc-sat {
    background: transparent;
  }

  .is-bg-blue .calendar td.fc-sat {
    background: transparent;
  }

  .is-bg-yellow .calendar td.fc-sat {
    background: transparent;
  }

  .is-bg-black .calendar td.fc-sun, .is-bg-black .calendar td.fc-hol {
    background: transparent;
  }

  .is-bg-blue .calendar td.fc-sun, .is-bg-blue .calendar td.fc-hol {
    background: transparent;
  }

  .is-bg-yellow .calendar td.fc-sun, .is-bg-yellow .calendar td.fc-hol {
    background: transparent;
  }

  .is-bg-black .calendar .fc-event, .is-bg-black .calendar .fc-event-dot {
    color: #ff0;
    background: #333;
    border-color: #333;
  }

  .is-bg-blue .calendar .fc-event, .is-bg-blue .calendar .fc-event-dot {
    color: #fc0;
    background: #00a;
    border-color: #00a;
  }

  .is-bg-yellow .calendar .fc-event, .is-bg-yellow .calendar .fc-event-dot {
    color: #06f;
    background: #fc0;
    border-color: #fc0;
  }

  .is-bg-black .calendar .fc-list-item-title a {
    color: #ff0;
  }

  .is-bg-blue .calendar .fc-list-item-title a {
    color: #fc0;
  }

  .is-bg-yellow .calendar .fc-list-item-title a {
    color: #06f;
  }

  .is-bg-black .calendar .fc-list-item-title a::before {
    background: #fff;
  }

  .is-bg-blue .calendar .fc-list-item-title a::before {
    background: #fff;
  }

  .is-bg-yellow .calendar .fc-list-item-title a::before {
    background: #111;
  }

  .is-bg-black .calendar .fc-list-item-title a::after {
    border-color: transparent transparent transparent #111;
  }

  .is-bg-blue .calendar .fc-list-item-title a::after {
    border-color: transparent transparent transparent #00a;
  }

  .is-bg-black .calendar .fc-list-heading td {
    background: #333;
  }

  .is-bg-blue .calendar .fc-list-heading td {
    background: #00a;
  }

  .is-bg-yellow .calendar .fc-list-heading td {
    background: #fc0;
  }

  .is-bg-black .calendar .fc-list-item:hover td {
    background: #333;
  }

  .is-bg-blue .calendar .fc-list-item:hover td {
    background: #00a;
  }

  .is-bg-yellow .calendar .fc-list-item:hover td {
    background: #fc0;
  }

  .is-bg-black .calendar .fc-today {
    background: #111;
  }

  .is-bg-blue .calendar .fc-today {
    background: #06f;
  }

  .is-bg-yellow .calendar .fc-today {
    background: #ff0;
  }

  .is-bg-black .search-box {
    background: #111;
  }

  .is-bg-blue .search-box {
    background: #06f;
  }

  .is-bg-yellow .search-box {
    background: #ff0;
  }

  .is-bg-black .search-box__sort-item a {
    color: #ff0;
  }

  .is-bg-blue .search-box__sort-item a {
    color: #fc0;
  }

  .is-bg-yellow .search-box__sort-item a {
    color: #06f;
  }

  .is-bg-black .search-box__sort-item.is-active a {
    color: #fff;
    background: #333;
  }

  .is-bg-blue .search-box__sort-item.is-active a {
    color: #fff;
    background: #00a;
  }

  .is-bg-yellow .search-box__sort-item.is-active a {
    color: #111;
    background: #fc0;
  }

  .is-bg-black .search-box__form input {
    background: #111;
    border-color: #fff;
  }

  .is-bg-blue .search-box__form input {
    background: #06f;
    border-color: #fff;
  }

  .is-bg-yellow .search-box__form input {
    background: #ff0;
    border-color: #111;
  }

  .is-bg-black .search-box__btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .search-box__btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .search-box__btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .contact-form-submit input {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .contact-form-submit input {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .contact-form-submit input {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .contact-form-submit input:visited {
    color: #ff0;
  }

  .is-bg-blue .contact-form-submit input:visited {
    color: #fc0;
  }

  .is-bg-yellow .contact-form-submit input:visited {
    color: #06f;
  }

  .is-bg-black .kanko__catch {
    background: url(../images/kanko/about_catch_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-blue .kanko__catch {
    background: url(../images/kanko/about_catch_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-black .kanko__read .marker {
    background: none;
  }

  .is-bg-blue .kanko__read .marker {
    background: none;
  }

  .is-bg-yellow .kanko__read .marker {
    background: none;
  }

  .is-bg-black .kanko__sec-ttl--point {
    background: url(../images/kanko/sec-ttl_point_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-blue .kanko__sec-ttl--point {
    background: url(../images/kanko/sec-ttl_point_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-black .kanko__sec-ttl--event {
    background: url(../images/kanko/sec-ttl_event_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-blue .kanko__sec-ttl--event {
    background: url(../images/kanko/sec-ttl_event_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-black .kanko__sec-ttl--bunkazai {
    background: url(../images/kanko/sec-ttl_bunkazai_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-blue .kanko__sec-ttl--bunkazai {
    background: url(../images/kanko/sec-ttl_bunkazai_img_01-white.png) center center/contain no-repeat;
  }

  .is-bg-white .kanko__block__btn {
    color: #fff;
  }

  .is-bg-black .kanko__block__btn {
    color: #ff0;
    background: #333;
  }

  .is-bg-blue .kanko__block__btn {
    color: #fc0;
    background: #00a;
  }

  .is-bg-yellow .kanko__block__btn {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .kanko__block__btn:visited {
    color: #ff0;
  }

  .is-bg-blue .kanko__block__btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .kanko__block__btn:visited {
    color: #06f;
  }

  .is-bg-black .kanko__card {
    background: #333;
    border: none;
  }

  .is-bg-blue .kanko__card {
    background: #00a;
    border: none;
  }

  .is-bg-yellow .kanko__card {
    background: #fc0;
    border: none;
  }

  .is-bg-black .kanko__card__month {
    background: #111;
  }

  .is-bg-blue .kanko__card__month {
    background: #06f;
  }

  .is-bg-yellow .kanko__card__month {
    color: #111;
    background: #ff0;
  }

  .is-bg-white .kanko__card__catch {
    color: #00803f;
  }

  .is-bg-white .kanko__card__address {
    color: #888;
  }

  .is-bg-black .kanko__card__btn:visited {
    color: #ff0;
  }

  .is-bg-blue .kanko__card__btn:visited {
    color: #fc0;
  }

  .is-bg-yellow .kanko__card__btn:visited {
    color: #06f;
  }
}

@media only screen and (max-width: 959px) {
  .importants__head {
    width: 100%;
    padding-right: 0;
  }

  .importants__banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }

  .importants__banner > li {
    width: 48.6%;
    text-align: center;
    margin-top: 10px;
  }

  .importants__banner > li + li {
    margin-top: 10px;
  }

  .importants__body {
    width: 100%;
    margin-top: 20px;
  }

  .top-page-link__ttl {
    width: 100%;
  }

  .top-page-link__body {
    width: 100%;
    margin-top: 20px;
  }

  .top-about {
    justify-content: space-between;
    margin-left: 0;
  }

  .top-media__kouhou {
    padding: 18px 12px;
  }

  .top-media__kouhou-btn--pc {
    display: none;
  }

  .top-media__kouhou-btn--sp {
    display: block;
  }

  .top-media__sns-btns {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .kanko__title {
    width: 100%;
    margin-top: 0;
  }

  .kanko__block__ttl-content {
    font-size: 3rem;
  }

  .kanko__block__catch {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 559px) {
  .home .info-article__cat {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .top-disaster__box {
    padding: 20px;
  }

  .top-disaster__ttl {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .top-disaster__ttl br {
    display: block;
  }

  .top-disaster__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 10px;
  }

  .top-disaster__link {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .main-visual {
    height: auto;
    min-height: inherit;
  }

  .main-visual__slide {
    position: relative !important;
    height: 80vw;
  }

  .main-visual__slide.is-sp-hide {
    display: none;
  }

  .main-visual__pickup {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 auto;
  }

  .title-index {
    font-size: 26px;
    font-size: 6.9333333333vw;
    margin-bottom: 30px;
  }

  .title-index::before {
    margin-right: 10px;
  }

  .title-index--guide::before {
    width: 8vw;
    height: 9.8666666667vw;
  }

  .title-index--info::before {
    width: 8vw;
    height: 5.8666666667vw;
  }

  .title-index--pickup::before {
    width: 8vw;
    height: 11.2vw;
  }

  .title-index--about::before {
    width: 9.3333333333vw;
    height: 10.4vw;
  }

  .title-index--link::before {
    width: 8vw;
    height: 6.9333333333vw;
  }

  .title-index--ad {
    margin-top: 30px;
  }

  .title-index--ad::before {
    width: 8vw;
    height: 7.4666666667vw;
  }

  .importants {
    padding: 40px 0;
  }

  .importants__ttl {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }

  .importants__ttl::before {
    width: 8vw;
    height: 4.5333333333vw;
  }

  .top-head-banner {
    padding-block: 20px;
  }

  .top-page-link {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .top-page-link__item {
    padding: 20px 0;
  }

  .top-page-link__ttl {
    width: 100%;
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding: 0 0 0 18px;
  }

  .top-page-link__body {
    margin-top: 10px;
  }

  .top-page-link__list-item a {
    padding: 6px 10px;
  }

  .top-guide__btn {
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    margin-top: 30px;
  }

  .top-guide-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .top-guide-list__item-icon {
    flex-shrink: 0;
    display: block;
    position: relative;
    width: 2.5rem;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .top-guide-list .link-block {
    -moz-column-gap: 10px;
         column-gap: 10px;
    min-height: 56px;
    padding: 10px;
  }

  .top-guide-list .link-block__ttl {
    line-height: 1.5;
    padding: 0;
    text-align: left;
  }

  .top-guide-list .link-block__ttl::before {
    display: none;
  }

  .top-info-pickup {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .top-info-pickup__box {
    padding: 20px;
  }

  .top-info-pickup__title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }

  .top-info-pickup__title::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .top-info-pickup__list {
    padding-block: 10px 0;
  }

  .top-info-wrapper {
    padding-right: 0;
  }

  .info-article {
    display: block;
  }

  .info-article__head {
    width: auto;
  }

  .info-article__head--cat-only {
    width: auto;
  }

  .info-article__date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .info-article__cat {
    min-width: 21.3333333333vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .info-article__body {
    margin-top: 6px;
  }

  .detail-content .info-article__body {
    margin-top: 6px;
  }

  .top-info-btn {
    margin-top: 30px;
  }

  .top-info-btn__item {
    width: 47.4666666667vw;
    height: 12.8vw;
    line-height: 12.8vw;
    padding-left: 4.8vw;
    border-radius: 1.6vw;
  }

  .top-info-btn__item::before {
    left: 4.8vw;
  }

  .top-info-btn__item--list::before {
    width: 3.4666666667vw;
    height: 3.2vw;
  }

  .top-info-btn__item--rss::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .top-info-banner {
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 30px;
  }

  .top-info-banner > li {
    width: calc(50% - .5rem);
  }

  .top-event__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .top-pickup-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .top-pickup-list__item {
    width: 100%;
  }

  .top-pickup-list__item + .top-pickup-list__item {
    margin-top: 20px;
  }

  .top-pickup-list__item .link-block {
    display: flex;
    align-items: center;
  }

  .top-pickup-list__item .link-block__ttl {
    flex-grow: 1;
    text-align: left;
    padding-left: 24px;
  }

  .top-pickup-list__item img {
    flex-shrink: 0;
    width: 150px;
  }

  .top-about__col {
    width: 100%;
    margin-left: 0;
  }

  .top-about__col + .top-about__col {
    margin-top: 12px;
  }

  .top-about__col .link-block {
    display: flex;
    align-items: center;
  }

  .top-about__col .link-block img {
    flex-shrink: 0;
    width: 100px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .top-about__col .link-block img + .link-block__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .top-about__col .link-block__ttl {
    flex-grow: 1;
  }

  .top-about__btn {
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    margin-top: 30px;
  }

  .top-media {
    margin-top: 40px;
  }

  .top-media__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }

  .top-media__ttl::before {
    width: 8vw;
    height: 4.5333333333vw;
  }

  .top-media__col {
    width: 100%;
    max-height: inherit;
    min-height: 100px;
  }

  .top-media__col + .top-media__col {
    margin-top: 20px;
  }

  .top-media__kouhou-image {
    width: max(46%, 120px);
  }

  .top-media__kouhou-btn {
    margin-top: 20px;
  }

  .top-media__sns-btns {
    row-gap: 12px;
    margin-top: 30px;
  }

  .top-media__sns-btn {
    min-width: 28rem;
    height: 12.8vw;
    padding-left: 14px;
  }

  .top-ad {
    margin-bottom: 0;
  }

  .top-ad__list {
    margin-left: -10px;
  }

  .top-ad__item {
    width: calc(33.333% - 10px);
    margin-left: 10px;
  }

  .top-ad__item:nth-of-type(n+4) {
    margin-top: 10px;
  }

  .top-ad__item.dummy:nth-of-type(n+7) {
    display: none;
  }

  .top-ad__btn {
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    margin-top: 30px;
  }

  .top-slide {
    margin: 0 -20px;
  }

  .top-slide--link-pickup {
    margin-top: 40px;
  }

  .top-slide--mv {
    margin: 0;
    padding: 26px 30px;
  }

  .top-slide--mv .swiper-container {
    overflow: visible;
  }

  .top-slide--mv .top-slide__item {
    display: block;
    height: auto;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .top-slide--mv .top-slide__item img {
    width: 72.8vw;
    height: 52.2666666667vw;
  }

  .top-slide--mv .top-slide__pagination {
    position: static;
    margin-top: 10px;
    transform: translateX(0);
  }

  .top-slide--mv .top-slide__arrow {
    right: -6px;
    left: -6px;
  }

  .top-slide__txt {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .top-slide__arrow {
    display: none;
  }

  .gikai__content {
    row-gap: 0;
  }

  .gikai__panel {
    width: 100%;
  }

  .gikai__panel + .gikai__panel {
    margin-top: 15px;
  }

  .gikai__news-btn {
    margin-top: 30px;
  }

  .gikai-member {
    display: block;
    margin-top: 20px;
  }

  .gikai-member__item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .gikai-member__image {
    width: 100px;
  }

  .gikai-member__body {
    padding-top: 10px;
  }

  .gikai-member__txt {
    margin-top: 10px;
  }

  .sisetu__table {
    margin-top: 40px;
    padding-top: 40px;
  }

  .map__canvas {
    height: 280px;
  }

  .kouhou-list__item {
    padding: 14px;
  }

  .kouhou-list__image {
    width: 90px;
  }

  .kouhou-list__body {
    width: calc(100% - 90px);
    padding-left: 14px;
  }

  .akiya-block__image {
    width: 100%;
  }

  .akiya-block__body {
    width: 100%;
    padding: 10px 0 0;
  }

  .akiya-block__num {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .akiya-block__link {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    margin-top: 10px;
  }

  .calendar {
    margin-top: 30px;
  }

  .calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
  }

  .calendar .fc-toolbar h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }

  .calendar .fc-button-primary {
    font-size: 12px;
    font-size: 3.2vw;
    padding: .3em .6em;
  }

  .calendar .fc-day-header {
    padding: 10px;
  }

  .calendar tr:first-child > td > .fc-day-grid-event {
    margin-top: 5px;
  }

  .calendar .fc-event, .calendar .fc-event-dot {
    margin-bottom: 5px;
    padding: 2px;
  }

  .calendar .fc-day-grid-event .fc-content {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .calendar .holiday-name {
    display: none;
  }

  .calendar .fc-list-item-title a {
    padding-left: 5.3333333333vw;
  }

  .calendar .fc-list-item-title a::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .calendar .fc-list-item-title a::after {
    top: 1.44vw;
    left: 1.0666666667vw;
    border-width: .8vw 0 .8vw 1.3866666667vw;
  }

  .search-box {
    padding: 10px 20px;
  }

  .search-box__ttl {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .search-box__ttl:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .search-box__sort-item {
    width: 26.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .search-box__body {
    width: 100%;
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 10px;
  }

  .search-box__body:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .search-box__form {
    display: block;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .search-box__form input {
    width: 100%;
    margin: 0;
  }

  .search-box__btn {
    width: 26.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin: 10px 0 0 auto;
  }

  .contact-form .form-title {
    margin-top: 40px;
  }

  .contact-form-field .form-label {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 16px 12px 0;
  }

  .contact-form-field .form-element {
    display: block;
    width: 100%;
    padding: 10px 12px 16px;
  }

  .contact-form-field .form-element--postal .btn {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .contact-form-field .form-element--dob {
    display: flex;
  }

  .contact-form-field .form-element--dob > li + li {
    margin-left: 5px;
  }

  .contact-form-field .form-element--dob select {
    padding: .4em .6em;
  }

  .contact-form-field input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]), .contact-form-field textarea {
    padding: 1em;
  }

  .contact-form-submit {
    margin-top: 30px;
  }

  .contact-form-submit input {
    width: 53.3333333333vw;
    height: 12.8vw;
    line-height: 12.8vw;
    border-radius: 1.6vw;
  }

  .kanko__title {
    background: url(../images/kanko/title_img_01-sp.jpg) center center/contain no-repeat;
  }

  .kanko__title::before {
    padding-top: 61.333%;
  }

  .kanko__nav {
    display: none;
  }

  .kanko__about {
    padding: 0 0 40px;
  }

  .kanko__read {
    line-height: 2;
    margin-top: 20px;
  }

  .kanko__read br {
    display: none;
  }

  .kanko__youtube {
    margin-top: 30px;
  }

  .kanko__sec-ttl {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .kanko__sec-ttl::before {
    padding-top: 12.185%;
  }

  .kanko__sec-ttl--point {
    background: url(../images/kanko/sec-ttl_point_img_01-sp.png) center center/contain no-repeat;
  }

  .kanko__sec-ttl--event {
    background: url(../images/kanko/sec-ttl_event_img_01-sp.png) center center/contain no-repeat;
  }

  .kanko__sec-ttl--bunkazai {
    background: url(../images/kanko/sec-ttl_bunkazai_img_01-sp.png) center center/contain no-repeat;
  }

  .kanko__point {
    padding-bottom: 50px;
  }

  .kanko__block {
    margin-top: 30px;
  }

  .kanko__block + .kanko__block {
    margin-top: 50px;
  }

  .kanko__block__image {
    width: 100%;
    text-align: center;
  }

  .kanko__block__body {
    width: 100%;
    padding-top: 20px;
  }

  .kanko__block__sub {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .kanko__block__ttl-content {
    font-size: 22px;
    font-size: 5.8666666667vw;
    padding-bottom: 4px;
  }

  .kanko__block__ruby {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .kanko__block__catch {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 10px;
  }

  .kanko__block__txt {
    margin-top: 10px;
  }

  .kanko__block__foot {
    display: block;
    margin-top: 20px;
  }

  .kanko__block__btn {
    width: 58.6666666667vw;
    height: 12.8vw;
    line-height: 12.8vw;
    border-radius: 1.6vw;
    margin: 0 auto;
  }

  .kanko__block__btn + .kanko__block__btn {
    margin-top: 15px;
  }

  .kanko__block__btn[target=_blank]::after {
    width: 4vw;
    height: 4vw;
    margin-left: 1.6vw;
  }

  .kanko__event {
    padding-bottom: 50px;
  }

  .kanko__event__row {
    margin-top: 30px;
    margin-left: 0;
  }

  .kanko__card:nth-child(n+4) {
    margin-top: 0;
  }

  .kanko__card {
    width: 100%;
    margin-left: 0;
  }

  .kanko__card + .kanko__card {
    margin-top: 20px;
  }

  .kanko__card__month {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .kanko__card__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .kanko__card__ruby {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .kanko__card__catch {
    font-size: 16px;
    font-size: 4.2666666667vw;
    color: #00803f;
  }

  .kanko__card__txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .kanko__card__address {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .kanko__card__btn {
    max-width: 50.6666666667vw;
    height: inherit;
    min-height: 36px;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .kanko__card__btn[target=_blank]::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 1.6vw;
  }

  .kanko__bunkazai {
    padding-bottom: 0;
  }

  .u-mt20 {
    margin-top: 15px;
  }

  .u-mt30 {
    margin-top: 15px;
  }

  .u-mt40 {
    margin-top: 20px;
  }

  .u-mt50 {
    margin-top: 25px;
  }

  .u-mt60 {
    margin-top: 30px;
  }

  .u-mb20 {
    margin-bottom: 15px;
  }

  .u-mb30 {
    margin-bottom: 15px;
  }

  .u-mb40 {
    margin-bottom: 20px;
  }

  .u-mb50 {
    margin-bottom: 25px;
  }

  .u-mb60 {
    margin-bottom: 30px;
  }

  .u-fz-s {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .u-fz-m {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .u-fz-l {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .main-visual__pickup {
    width: 80%;
    max-width: 610px;
  }

  .top-guide-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .top-about__col {
    width: 49%;
    margin-left: 0;
  }

  .top-about__col:nth-child(n+3) {
    margin-top: 20px;
  }

  .top-media__row {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }

  .top-media__col {
    width: 48%;
    min-height: 300px;
  }

  .top-media__col--kouhou {
    flex-grow: 1;
    width: max(48.5%, 300px);
  }

  .top-media__col--fb {
    flex-grow: 1;
    width: max(48.5%, 300px);
  }

  .top-media__kouhou-image {
    width: clamp(120px, 46%, 200px);
  }

  .top-media__kouhou-sub-ttl {
    margin: 30px auto 20px;
  }

  .top-media__kouhou-btn {
    margin-top: 30px;
  }

  .top-ad__list {
    margin-left: -20px;
  }

  .top-ad__item {
    width: calc(25% - 20px);
    margin-left: 20px;
  }

  .top-ad__item:nth-of-type(n+5) {
    margin-top: 10px;
  }

  .search-box {
    padding: 30px 50px;
  }

  .search-box__sort-item {
    max-width: 160px;
  }

  .kanko__nav__item {
    font-size: 1.4rem;
  }

  .kanko__block__image {
    width: 40%;
  }

  .kanko__block__body {
    width: 55%;
  }

  .kanko__event__row {
    margin-left: -15px;
  }

  .kanko__card:nth-child(n+4) {
    margin-top: 15px;
  }

  .kanko__card {
    width: calc(33.333% - 15px);
    margin-left: 15px;
  }
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc th, .fc td, .fc hr, .fc thead, .fc tbody, .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */

  /* common... */

  .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-mirror-skeleton, .fc-bgevent-container, .fc-business-container, .fc-highlight-container, .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */

  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/

  .fc-more-cell, .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/

  /* undo the min-height 100% trick used to fill the container's height */

  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */

  .fc-slats, .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/

  /* naturally position events, vertically stacking them */

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */

  /* undo a previous declaration and let the time text span to a second line */

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/

  /* kill the scrollbars and allow natural height */

  .fc-scroller, .fc-day-grid-container, .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/

  .fc-button-group, .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}