@charset 'utf-8';

.on-display{
  display: block!important;
}
.off-display{
  display: none!important;
}

/* フェアバナー用 */
.banner-fair {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width:767px) {
.banner-fair {
  padding: 0 24px;
}
.banner-fair img {
  width: 100%;
}
}

/* kanto商品カセット内ラベル設定用 */
.tour__wrap .ctcms_item .tagList__text.label_newspaper {
    display: none;
}
.tour__wrap .ctcms_item.newspaper .tagList__text.label_newspaper {
    display: block;
    left: 0;
    right: inherit;
}
