#single .p-news-detail__thumb {
    text-align: center;
}
#single .p-news-detail__thumb .no-image{
    display: none;
}

body .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
    background-color: #ffffff !important;
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/

.l-header__inner {
  max-width: 1200px !important;
}

a.l-header__online-shop-link {
  font-size: 12px;
  padding: 10px;
  border: 1px solid;
  color: #ffffff;
  margin-left: 30px;
  display: block;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
}

a.l-header__online-shop-link:hover {
  color: #c90000;
  border-color: #ffffff;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {

  a.l-header__online-shop-link {
    max-width: max-content;
    margin-inline: auto;
    margin-top: 20px;
  }

  .l-header__detail {
    height: 100svh;
  }

}

/*-------------------------------------------------------
	floating banner
-------------------------------------------------------*/

.floating-banner {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: all 0.5s ease;
}

#home .floating-banner {
  top: 534px;
  bottom: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

#home .floating-banner.floating-banner--scrolled {
  transform: translateY(var(--shift, 0));
  opacity: 1;
}

.floating-banner__img {
  border-radius: 10px;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.2));
  max-width: 300px;
}

.floating-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.2));
  transition: all 0.3s ease;
}

.floating-banner.js_close {
  display: none;
}

.floating-banner__close:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 750px) {

  .floating-banner,
  #home .floating-banner,
  #home .floating-banner.floating-banner--scrolled {
    z-index: 2;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .floating-banner__img {
    max-width: 200px;
  }

}

/*-------------------------------------------------------
	reCAPTCHA
-------------------------------------------------------*/

.recaptcha-wrapper {
  display: block;
  text-align: center;
}

p.recaptcha {
  font-size: 11px;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}

a.recaptcha-link {
  text-decoration: underline;
  color: #c90000;
}

.grecaptcha-badge {
  visibility: hidden;
}