.f-spinner {
  margin-top: 19vw;
}

@media screen and (min-width: 768px) {
  .f-spinner {
    margin-top: 33%;
  }
}
.checkbox-container {
  margin-bottom: 1em;
}
.checkbox-container-title {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.checkbox-container-group {
  margin-bottom: 4vw;
}
.checkbox-container-group label {
  padding: 0.5vw 0.5vw 0.7vw;
  cursor: pointer;
  border: solid 1px #84827b;
  border-radius: 5rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.checkbox-container-group label.checked {
  background-color: #e9a5ac;
}
.checkbox-container-group label:has(input[type=radio]:checked), .checkbox-container-group label:has(input[type=checkbox]:checked) {
  background-color: #e9a5ac;
}
.checkbox-container-group label:active {
  background-color: #df7c86 !important;
}
.checkbox-container-group input[type=radio],
.checkbox-container-group input[type=checkbox] {
  display: none;
}

.gallery-button-all {
  width: 100%;
  text-align: center;
  position: relative;
}
.gallery-button-all .gallery-button-all-title {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1em;
}
.gallery-button-all .gallery-button-all-title.is-active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery-button-all:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 1px;
  display: block;
  background-color: #ded8d8;
  top: 1em;
}

#accordion-inner {
  display: none;
}

@media screen and (min-width: 768px) {
  .gallery-button {
    line-height: 3.5rem;
    padding-right: 40px;
    padding-left: 50px;
    padding-bottom: 6px;
  }
  .checkbox-container {
    margin-bottom: 0px;
  }
  .checkbox-container-title {
    margin-bottom: 0;
  }
  .checkbox-container-group {
    margin-bottom: 20px;
  }
  .checkbox-container-group label {
    padding: 1rem 0.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 1.4rem;
    line-height: 1;
  }
  .checkbox-container-group label:hover {
    background-color: #e9a5ac;
  }
  .gallery-button-all {
    width: 100%;
    text-align: center;
  }
  .gallery-button-all .gallery-button-all-title {
    cursor: pointer;
    margin-bottom: 1em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .gallery-button-all .gallery-button-all-title:hover {
    color: #e9a5ac;
  }
}
.gallery-list-item {
  padding-bottom: 2em;
}
.gallery-list-item-img {
  position: relative;
  margin-bottom: 0.6em;
  overflow: hidden;
  padding-top: 100%;
}
.gallery-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-list-item-tag-main {
  margin-bottom: 0.3em;
  font-size: 0.9em;
}
.gallery-list-item-tag-main .tag-main {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gallery-list-item-title {
  margin-bottom: 0.5em;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-list-item-note {
  color: #84827b;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .gallery-list-item {
    padding-bottom: 3em;
  }
  .gallery-list-item-img {
    margin-bottom: 1.2em;
  }
  .gallery-list-item-tag-main .tag-main {
    margin-bottom: 0.7em;
    pointer-events: none;
  }
  .gallery-list-item-tag-main .tag-main:before {
    margin-right: 10px !important;
  }
  .gallery-list-item-title {
    font-size: 18px;
  }
  .gallery-list-item a:hover {
    text-decoration: none;
    color: #e9a5ac;
  }
  .gallery-list-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.f-carousel__thumbs {
  --f-thumb-height: 96px;
}

.fancybox__container {
  --fancybox-bg: rgba(74, 73, 66, 0.95);
}

.f-thumbs.f-carousel__thumbs {
  padding-bottom: 2.6666666667vw;
  margin-bottom: 6.6666666667vw;
  border-bottom: 0.2666666667vw solid #ded8d8;
}

.f-carousel.is-ltr.is-horizontal .f-button {
  border-radius: 5rem;
  color: #4a4942;
  background-color: #dedad2;
  width: 9vw;
  height: 9vw;
}
.f-carousel.is-ltr.is-horizontal .f-button.is-next {
  right: -4vw !important;
}
.f-carousel.is-ltr.is-horizontal .f-button.is-prev {
  left: -4vw !important;
}
.f-carousel.is-ltr.is-horizontal .f-button svg {
  padding: 1vw;
  width: 5vw;
  height: 5vw;
}

.is-compact .fancybox__footer {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .f-thumbs.f-carousel__thumbs {
    padding-bottom: 10px !important;
    margin-bottom: 40px;
    border-width: 1px;
  }
  .f-carousel.is-ltr.is-horizontal .f-button {
    width: 4rem;
    height: 4rem;
  }
  .f-carousel.is-ltr.is-horizontal .f-button:hover {
    background-color: #e9a5ac;
    color: #fff;
  }
  .f-carousel.is-ltr.is-horizontal .f-button.is-next {
    right: -2rem !important;
  }
  .f-carousel.is-ltr.is-horizontal .f-button.is-prev {
    left: -2rem !important;
  }
  .f-carousel.is-ltr.is-horizontal .f-button svg {
    padding: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
.entry-content .banner-post {
  width: 100%;
  aspect-ratio: 5/3;
  background-size: cover;
  background-position: center;
}
.entry-content .banner-post a {
  width: 100%;
  height: 100%;
  display: block;
  color: #4a4942;
  position: relative;
  font-weight: 700;
}
.entry-content .banner-post .wrap {
  position: absolute;
  bottom: 2.9333333333vw;
}
.entry-content .banner-post-lead {
  display: table;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 2.9333333333vw;
  padding: 0.6666666667vw 0;
  margin-bottom: 3vw;
}
.entry-content .banner-post-title {
  display: inline;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 4.2666666667vw;
  padding: 0.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .entry-content .banner-post {
    width: 100%;
    aspect-ratio: 7/2;
  }
  .entry-content .banner-post .wrap {
    bottom: 20px;
    left: 20px;
  }
  .entry-content .banner-post-lead {
    font-size: 16px;
    padding: 0 1rem 0.1rem;
    margin-bottom: 8px !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .entry-content .banner-post-title {
    display: table;
    font-size: 22px;
    padding: 0 1rem 0.1rem;
    margin-bottom: 0 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .entry-content .banner-post:hover .banner-post-lead {
    background-color: rgb(255, 255, 255);
  }
  .entry-content .banner-post:hover .banner-post-title {
    background-color: rgb(255, 255, 255);
  }
}

.f-carousel {
 /* --f-carousel-slide-height: 49.2vw;*/
}
.f-carousel__slide {
  text-align: center;
}
.f-carousel__slide img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .f-thumbs__track {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1020px) {
  .f-carousel {
    /*--f-carousel-slide-height: 550px;*/
  }
}
@media screen and (min-width: 1260px) {
  .f-carousel {
    /*--f-carousel-slide-height: 40.8vw;*/
  }
}
@media screen and (min-width: 1515px) {
  .f-carousel {
   /* --f-carousel-slide-height: 627px;*/
  }
}