#content {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 981px) {
  .cta-wrap .alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.page-links {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .page .entry-header {
    margin-bottom: 2em;
  }
}
.page .entry-header .entry-title {
  width: fit-content;
}

#area .area-map {
  margin-right: -300px;
}

.tocotoco_floating_banner[data-floating=false] {
  display: none;
  opacity: 0;
}

.tocotoco_floating_banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
}
.tocotoco_floating_banner.close {
  display: none !important;
}

.tocotoco_floating_banner[data-floating=true] #tocotoco_floating_banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  animation: fadeIn 0.1s ease-in 0s forwards;
}

.tocotoco_floating_banner__inner {
  animation: fadeIn 0.3s ease-in 0s forwards;
  width: 500px;
  max-width: calc(100% - 70px);
  height: auto;
  margin: auto;
}

.tocotoco_floating_banner__imagewrap {
  position: relative;
}

.tocotoco_floating_banner__img {
  height: auto;
}

.close_btn_ui {
  --size: 40px;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 99;
  background: #fff;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.close_btn_ui i {
  font-size: calc(var(--size) - 20px);
  color: #111;
}

.tocotoco_floating_banner__subtext {
  font-size: 95%;
  margin-bottom: 10px !important;
  text-align: center;
  color: #fff;
}

@media (min-width: 981px) and (max-width: 1335px) {
  .sns-fix .sns_btn__li {
    width: 38px;
  }
}
.sns-fix .sns_btn__li .stk_sns__svgicon {
  --svgsize: 1.4em;
}

#toc_container {
  font-size: 0.9em;
  border-width: 1px;
  border-color: var(--header-bg);
  padding: 1.2em 1.4em;
}
#toc_container .toc_list {
  max-width: inherit;
}

.more_ads_section {
  margin-bottom: var(--stk-margin);
}