/**
* Theme Name: Droow Child
* Description: This is a child theme of Droow, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/design_grid">Design Grid</a>
* Template: droow
* Version: 1.3.0
*/

.v-light .box-seat.box-seat-full .pro-text {
  background-color: #999 !important;
}

@media only screen and (max-width: 991px){
.v-light.nav-active .nav__list-item a {
  color: #fff !important;
	}
}

.v-light .box-seat.box-seat-full .pro-text {
  background-color: #999999ab !important;
}
.image-zoom{
	
}


light .button, .v-light button:not([aria-controls]):not([data-filter]):not(.mfp-arrow), .v-light input[type="button"], .v-light input[type="reset"], .v-light input[type="submit"] {
  background-color: #56c0c6 !important;
  color: var(--dsn-heading-color-light);
  border: 1px solid var(--dsn-border-color-light);
}


.dsn-slider-content .slide-content .slide-content-inner .link-custom a {
  border: 1px solid rgba(112, 112, 112, 0.5);
  display: none;
}
.section-margin, .button-loadmore {
  margin-top: 0px !important;
    margin-bottom: 0px !important;
}


/**
ヘッダーｓ右下　スライダー追加すれば削除
*/
.dsn-slider .footer-slid .control-nav {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 3;
  display: none;
}
/**
ヘッダーのスラーダー数字
*/
.dsn-slider .footer-slid .control-num span {
  font-size: 11vw;
  color: rgba(255, 255, 255, 0.03);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
  -webkit-transform: scale3d(1, 1.15, 1.15);
  transform: scale3d(1, 1.15, 1.15);
  display: none;
}