#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%);
  }
}
.sns_btn__li .sns_btn__link {
  box-shadow: none !important;
  background: none !important;
  border: 1px solid;
  color: var(--main-link-color);
}
.sns_btn__li .sns_btn__link .stk_sns__svgicon {
  --svgsize: 1.2em;
  fill: var(--main-link-color);
}

.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.close {
  display: none !important;
}
.tocotoco_floating_banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.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;
}

.main-map {
  width: 100%;
  height: clamp(480px, 5.8vw, 70vh);
}

@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);
}

@media only screen and (min-width: 1300px) {
  #area > .wp-block-group__inner-container {
    width: 95%;
    max-width: 1800px;
  }
}
@media only screen and (max-width: 1299px) {
  #area > .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column !important;
  }
}

@media only screen and (min-width: 768px) {
  #kurashiki-map:hover .map-link {
    filter: grayscale(100%);
  }
  #kurashiki-map .map-link {
    position: relative;
    z-index: 1;
  }
  #kurashiki-map .map-link:hover {
    z-index: 99;
    opacity: 1;
    transform: translateY(-5px);
    filter: grayscale(0%);
  }
  #kurashiki-map .map-link:hover::before {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.7rem;
    background-color: #369BEE;
    content: attr(data-title);
  }
}
.adsenceText {
  font-size: 0.88em;
  display: block;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 0;
}

.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  background-color: var(--header-bg);
  pointer-events: none;
}
.fixed-background .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fixed-background .bg-layer.is-active {
  opacity: 0.3;
}

.js-crossfade-cover {
  background: transparent !important;
  overflow: visible !important;
  clip-path: none !important;
}
.js-crossfade-cover .wp-block-cover__image-background,
.js-crossfade-cover .wp-block-cover__background {
  display: none !important;
}
.js-crossfade-cover .wp-block-cover__inner-container,
.js-crossfade-cover .wp-block-columns,
.js-crossfade-cover .wp-block-column {
  overflow: visible !important;
  clip-path: none !important;
}
.js-crossfade-cover p,
.js-crossfade-cover li,
.js-crossfade-cover table {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.7) !important;
}
.js-crossfade-cover h4 {
  border-color: #fff !important;
}

.hedding-sticky .wp-block-column:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 8em !important;
  z-index: 10 !important;
  align-self: flex-start !important;
  height: max-content !important;
}
@media only screen and (max-width: 480px) {
  .hedding-sticky .wp-block-column:first-child {
    flex-basis: 1.5em !important;
  }
}

#container .tatemoji {
  writing-mode: vertical-rl !important;
  -webkit-writing-mode: vertical-rl !important;
  letter-spacing: 0.1em !important;
  text-orientation: upright !important;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#container .tatemoji em {
  text-combine-upright: all !important;
  -webkit-text-combine: horizontal !important;
  font-style: normal !important;
}