.evt__image {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 390px;
  max-width: 700px;
  width: 100%; }

@media (min-width: 900px) {
  .evt__image {
    -o-object-position: 50% 0;
    object-position: 50% 0; } }

.evt__image--tour {
  display: block;
  width: 90%;
  margin: 0 auto; }

@media (min-width: 900px) {
  .evt__image--tour {
    max-width: 560px; } }

.evt__theme {
  margin: 50px 0 0;
  padding: 20px 0 0;
  overflow: hidden; }

.evt__theme__h1 {
  font-size: 3.2rem;
  line-height: 1.4;
  color: #212121;
  margin: 16px 0 0;
  text-align: center; }

.evt__theme__sub {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #9e9e9e;
  margin: 8px 0 0;
  padding: 0 0 26px;
  text-align: center; }

.evt__theme__subtitle {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #9e9e9e;
  text-align: center; }

.evt__theme__sub span {
  display: block;
  position: absolute;
  height: 1px;
  width: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.evt__theme__subtitle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.evt__theme__text {
  font-size: 1.3rem;
  color: #757575;
  margin: 18px 0 0;
  text-align: center;
  font-weight: 700; }

.evt__detail__h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #212121;
  margin: 0.67em 0 0; }

.evt__detail__sub {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #9e9e9e;
  margin: 0; }

.evt__detail__subtitle {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  margin: 0; }

.evt__detail__text,
.evt__detail__text--center {
  font-size: 1.6rem;
  font-weight: 700;
  color: #757575;
  margin: 0 0 29px; }

.evt__detail__text--center {
  margin: 30px 0 20px;
  text-align: center; }

.evt__h2 {
  font-size: 2rem;
  color: #212121;
  margin: 30px 0 12px; }

.evt__detail__link--schedule {
  width: 232px;
  margin: auto; }

.evt__detail__link--faq {
  padding-top: 12px;
  width: 198px;
  margin: auto; }

.evt__detail__link--share {
  padding-top: 8px;
  width: 160px;
  margin: auto; }

.evt__detail__link--share .g-button--small {
  width: auto; }

.evt__detail__link--ticket {
  width: 252px; }

.evt__notice--top {
  margin: 40px 0 0; }

.evt__notice--bottom {
  margin-bottom: 40px; }

.evt__borderedWapper {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  min-height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px;
  margin: 0 16px; }

.evt__ticketList {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 25px 0 0; }

.evt__ticketList__title,
.evt__ticketList__title--calendar {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 16px;
  margin: 20px 0 20px;
  color: #212121; }

.evt__ticketList__title--calendar {
  padding-bottom: 20px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1); }

.evt__ticketList__settings {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../images/common/icon-settings.svg) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
  cursor: pointer; }

.evt__tabs {
  margin-bottom: 40px; }

.evt__tabs__content {
  background: #fff; }

.evt__tabs__content .g-accordion__list__title--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.is-activeTab {
  display: block; }

.evt__contact {
  margin-bottom: 40px;
  background: #f1f3f5; }

.evt__scroll {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.196429px;
  margin: 6px 0 0; }

.evt__scroll a {
  position: relative;
  color: #757575;
  padding: 0 4px 4px 20px;
  border-bottom: 1px solid #e0e0e0;
  pointer-events: auto; }

.evt__scroll a::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb98c;
  border-right: 2px solid #1eb98c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.evt__scroll__label {
  color: #757575; }

.evt__scroll__label::after {
  content: ':'; }

.evt__contact__wrapper {
  max-width: 560px;
  margin: auto;
  padding: 24px 16px 26px; }

.evt__contact__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.196429px;
  color: #212121;
  margin: 0 0 16px; }

.evt__contact__content {
  background: #fff;
  border-radius: 2px;
  padding: 12px 14px;
  margin-top: 10px; }

.evt__contact__content:first-child {
  margin-top: 0; }

.evt__contact__name {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.196429px;
  color: #212121;
  margin: 0 0 1px; }

.evt__contact__tel01 {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.196429px;
  margin: 0;
  padding-left: 16px; }

.evt__contact__tel01::before {
  position: absolute;
  top: 050%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: url(../../../../images/common/icon_tel.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 14px; }

.evt__contact__tel01 a {
  color: #1eb98c; }

.evt__contact__tel02 {
  position: relative;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.196429px;
  color: #424242;
  margin: 1px 0 0;
  padding-left: 14px; }

.evt__contact__tel02::before {
  position: absolute;
  top: 050%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: url(../../../../images/common/icon_tel.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 12px; }

.evt__contact__tel02 a {
  font-weight: 700;
  color: #1eb98c; }

.evt__contact__tel02 span {
  margin-left: 0.2em; }

.evt__contact__tel02 p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.evy__contact__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 9px 0 0; }

.evy__contact__detail__item + .evy__contact__detail__item {
  margin-top: -5px; }

.evt__contact__label {
  position: relative;
  list-style: none;
  font-weight: 400;
  line-height: 1.6rem;
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0.196429px;
  color: #424242;
  padding-right: 0.5em; }

.evt__contact__label::after {
  position: absolute;
  right: 0;
  content: '|';
  font-weight: 700;
  color: #ededed;
  list-style: none; }

.evt__contact__item {
  list-style: none;
  line-height: 1.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.196429px;
  color: #424242;
  padding-left: 0.3em; }

.evt__contact__note {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.196429px;
  color: #616161;
  margin: 0; }

.evt__contact__note--region {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.196429px;
  color: #424242;
  margin: 3px 0 0; }

.evt__contact__content p {
  margin: 0;
  border: 0; }

.t-modal__wrapper p {
  margin: 0;
  border: 0; }

.evt__contact__subtitle {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.196429px;
  color: #212121;
  margin: 7px 0 0; }

.evt__contact__mail {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.196429px;
  color: #424242;
  margin: 3px 0 0;
  padding-left: 20px; }

.evt__contact__mail::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: url(../../../../images/common/icon_mail.svg) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 11px; }

.evt__contact__mail a {
  font-weight: 700;
  color: #1eb98c; }

.evt__contact__url {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #1eb98c; }

.evtFade-enter-active,
.evtFade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.evtFade-enter,
.evtFade-leave {
  opacity: 0; }

.evt__choice {
  background: #424242;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 560px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%); }

.evt__choice__title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.196429px;
  color: #ffffff;
  margin: 7px 0 0; }

.evt__choice__title__h1 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.196429px;
  color: #ffffff; }

.evt__choice__area {
  margin: auto;
  max-width: 100%;
  min-width: 275px;
  width: 80%;
  table-layout: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.evt__choice__box_area {
  width: 78%;
  table-layout: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  margin-right: auto; }

.evt__choice__box {
  min-width: 54px;
  width: 23%;
  height: 60px;
  background: #ffffff;
  border: 2px solid #1eb98c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.evt__choice__box--long {
  min-width: 54px;
  width: 23%;
  height: 60px;
  background: #ffffff;
  border: 2px solid #1eb98c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #212121;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 2px 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.evt__choice__box--text {
  color: #757575;
  font-size: 12px; }

.evt__choice__box--disable {
  min-width: 54px;
  width: 23%;
  height: 60px;
  background: #a5a5a5;
  border: 2px solid #1eb98c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 2px 2px; }

.evt__choice__box--none {
  min-width: 54px;
  width: 23%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 2px; }

.evt__choice__check {
  min-width: 60px;
  min-height: 40px;
  width: 20%;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.evt__choice__check--text {
  display: table-caption;
  font-size: 14px;
  line-height: 16px;
  width: 70%;
  float: left;
  margin: 5px 0 5px 5px; }

.evt__choice__icon {
  display: inline-table;
  width: 30%;
  float: right;
  margin: 5px 5px 5px 0; }

.evt__modalButton {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.evt__modalButton .g-modal__bottom__btn--close,
.evt__modalButton .g-button {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 152px;
  flex: 0 1 152px;
  margin: 0 8px;
  font-size: 1.8rem; }

.evt__modalButton--selecting {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.evt__modalButton--selecting .g-modal__bottom__btn--close {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 102px;
  flex: 0 1 102px;
  margin: 0 10px;
  font-size: 1.8rem; }

.evt__modalButton--selecting .g-button {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 202px;
  flex: 0 1 202px;
  margin: 0 10px;
  font-size: 1.8rem; }

.evt__modal__title {
  width: 335px;
  height: 50px;
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 0px 0px;
  background: #fff; }

.evt__modal__title__text {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.196429px;
  color: #333333;
  padding-top: 17px; }

.evt__btm__button {
  max-width: 100%;
  margin: auto;
  padding: 6px 35px; }

.evt__modal__release {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  font-size: 14px;
  color: #1eb98c; }

.evt__modal__release__active {
  background: #1eb98c; }

.evt__modal__release__disabled {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(189, 189, 189, 0.54)), to(rgba(189, 189, 189, 0.54))), #ffffff;
  background: linear-gradient(0deg, rgba(189, 189, 189, 0.54), rgba(189, 189, 189, 0.54)), #ffffff; }

.evt__modal__sort {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  width: 96px;
  font-size: 14px;
  color: #1eb98c; }

.evt__modal__sort__active {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  background: #1eb98c;
  width: 96px;
  font-size: 14px;
  color: #ffffff; }

.evt__modal__sort__active--img {
  width: 14px;
  height: 14px; }

.evt__modal__sort__disabled {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(189, 189, 189, 0.54)), to(rgba(189, 189, 189, 0.54))), #ffffff;
  background: linear-gradient(0deg, rgba(189, 189, 189, 0.54), rgba(189, 189, 189, 0.54)), #ffffff;
  font-size: 14px;
  color: #ffffff;
  width: 96px; }

.evt__modal__sort__item {
  position: relative;
  margin-bottom: 10px; }

.evt__modal__sort__object {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.evt__modal__sort__mark {
  position: relative;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #1eb98c;
  border-radius: 0px 6px 6px 0px;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.evt__modal__sort__upmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: ridge;
  width: 32px;
  height: 50%; }

.evt__modal__sort__downmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 50%; }

.evt__modal__sort__default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 50%; }

.evt__modal__sort__mark--img {
  width: 22px;
  margin: auto;
  color: #fff; }

.evt__modal__hope {
  display: block;
  width: 335px;
  font-weight: bold;
  clear: both;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.196429px;
  margin-left: 16px;
  color: #212121; }

.evt__modal__select__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 28px;
  width: 185px;
  padding-right: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly; }

.evt__modal__hope__area {
  width: 302px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.evt__modal__add__event {
  display: flow-root;
  border: 1px solid #bdbdbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.196429px;
  text-align: center;
  width: 90%;
  height: 48px;
  padding-top: 13px;
  margin: auto;
  margin-top: 20px;
  color: #212121; }

.evt__modal__add__event--img {
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%); }

.evt__btm__button > .g-button--primary {
  border: 1px solid #fff; }

.evt__modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
  border-radius: 0px 0px 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  margin-top: 33px; }

.evt__modal__delete {
  background: #1eb98c;
  width: 32px;
  border-radius: 0px 6px 6px 0px; }

.evt__modal__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  letter-spacing: 0.196429px;
  margin: auto; }

.evt__modal__confirm--text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  color: #1eb98c; }

.evt__modal__list__area {
  margin-top: 10px;
  height: calc(100% - 150px);
  overflow-y: auto;
  overflow-x: hidden; }

.evt__modal__list__area--long {
  margin-top: 10px;
  height: calc(100% - 150px);
  overflow-y: auto;
  overflow-x: hidden; }

.evt__modal__list {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-height: 72px;
  margin: 0 16px 12px 16px;
  color: #212121;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 6px; }

.evt__modal__list--default {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-height: 72px;
  margin: 0 16px 12px 16px;
  color: #212121;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 12px; }

.evt__modal__list .t-caption {
  margin: 0 16px; }

.evt__modal__list--default .t-caption {
  margin: 0 16px; }

.evt__modal__list--default .g-accordion__text--days {
  margin: 12px 0; }

.evt__modal__list--anywhere {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-height: 72px;
  margin: 0 16px 12px 16px;
  color: #212121;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12px; }

.evt__modal__list--anywhere--default {
  padding: 12px;
  display: block; }

.evt__modal__list__box--anywhere {
  display: block; }

.evt__modal__list--anywhere--title {
  width: 258px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 8px 0; }

.evt__modal__list--anywhere--p {
  font-size: 1.2rem;
  font-weight: initial;
  color: #757575;
  line-height: 1.8rem;
  width: 275px;
  margin: 0 -16px; }

.evt__modal__list--anywhere--p--default {
  font-size: 1.2rem;
  font-weight: initial;
  color: #757575;
  line-height: 1.8rem; }

.evt__modal__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: #32cd78;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.evt__modal__delete img {
  width: 18px;
  height: 18px; }

.evt__modal__delete__mark {
  position: relative;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #1eb98c;
  border-radius: 0px 6px 6px 0px;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.evt__modal__delete__mark--box {
  width: 32px; }

.evt__modal__delete__mark--img {
  width: 16px;
  height: 48px; }

.g-listItems__list * {
  position: relative; }

.evt__secessionModal .g-modal__wrapper {
  height: 256px;
  background-color: #fafafa;
  overflow: hidden;
  z-index: 1; }

.evt__secessionModal .g-modal__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding: 0 24px; }

.evt__secessionModal .g-modal__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 24px; }

.evt__secessionModal .g-modal__text--title {
  font-size: 1.8rem; }

.evt__secessionModal .g-modal__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  border-top: 1px solid #e0e0e0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px; }

.evt__secessionModal .g-modal__bottom__btn--continue {
  color: #616161;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px; }

.evt__secessionModal .g-modal__bottom__btn--move {
  background: #1eb98c;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  border-radius: 53px;
  width: 152px;
  height: 44px;
  margin-left: 16px; }

.evt__secessionModal .g-modal__bottom__text--move {
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px;
  padding-top: 10px;
  letter-spacing: 0.196429px;
  color: #ffffff; }

.evt__modalText {
  margin: 0;
  color: #616161; }

.evt__modal__caption {
  font-size: 1.2rem;
  font-weight: initial;
  color: #757575;
  line-height: 1.8rem;
  margin: 2px 16px; }

.evt__modal__caption > p {
  margin: 0; }

.evt__modal__text--days {
  min-width: 60px;
  color: #212121;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4; }

.evt__modal__text--bl .evt__modal__text--week {
  color: #536dfe;
  background: rgba(83, 109, 254, 0.08); }

.evt__modal__text--rd .evt__modal__text--week {
  color: #ff5252;
  background: rgba(255, 82, 82, 0.08); }

.evt__modal__text--week {
  text-align: center;
  border-radius: 25px;
  background: #eee;
  margin: 0px;
  width: 100%;
  height: 14px;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  line-height: 14px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 185, 140, 0.37)), to(rgba(30, 185, 140, 0.37))), #ffffff;
  background: linear-gradient(0deg, rgba(30, 185, 140, 0.37), rgba(30, 185, 140, 0.37)), #ffffff; }

.evt__modal__text__place {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 8px;
  padding: 12px 0; }

.evt__modal__text--salesData {
  font-size: 1.2rem;
  font-weight: 700;
  color: #212121; }

.evt__modal__text--eventData {
  font-size: 1.2rem;
  font-weight: 400;
  color: #757575; }

.evt__modal__text--label {
  margin: 0;
  width: 100%; }

.evt__modal__text--sub {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400; }

.evt__modal__text--anywhere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.evt__modal__list__tags {
  line-height: 1;
  padding-bottom: 3px; }

.choiceList-move {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.choiceList-enter-active,
.choiceList-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute; }

.choiceList-enter,
.choiceList-leave-to {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.evt__accordion__li {
  border-bottom: 1px solid #e0e0e0; }

.evt__accordion__list {
  border-bottom: none; }

.evt__calenderWrapper {
  padding: 0 19px; }

.evt__statusLegend {
  padding: 8px 5px 10px 14px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.evt__statusTitle {
  margin: 0;
  font-size: 1.2rem;
  color: #424242; }

.evt__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 2px 0 0;
  padding: 0;
  font-size: 1.4rem;
  color: #424242; }

.evt__legend__item {
  position: relative;
  margin-right: 20px;
  padding-left: 19px; }

.evt__legend__item:last-child {
  margin: 0; }

.evt__legend__item::before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.evt__legend__item.is-ok::before {
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-ok.svg"); }

.evt__legend__item.is-few::before {
  width: 18px;
  height: 16px;
  background-image: url("/images/common/icon-few.svg"); }

.evt__legend__item.is-ng {
  padding-left: 15px; }

.evt__legend__item.is-ng::before {
  width: 13px;
  height: 13px;
  background-image: url("/images/common/icon-ng.svg"); }

.evt__legend__item.is-end {
  padding-left: 15px;
  padding-bottom: 3px; }

.evt__legend__item.is-end::before {
  width: 15px;
  height: 17px;
  background-image: url("/images/common/icon-end.svg"); }

.evt__legend__item.is-before::before {
  width: 15px;
  height: 17px;
  background-image: url("/images/common/icon-before.svg"); }

.evt__remainingStatus {
  position: relative;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  margin: 0px 0px -4px; }

.evt__remainingStatus:last-child {
  margin: 0; }

.evt__remainingStatus::before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.evt__remainingStatus.is-ok {
  padding-left: 15px;
  color: #32cd78; }

.evt__remainingStatus.is-ok::before {
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-ok.svg"); }

.evt__remainingStatus.is-few {
  padding-left: 15px;
  color: #ff845d; }

.evt__remainingStatus.is-few::before {
  width: 18px;
  height: 16px;
  background-image: url("/images/common/icon-few.svg"); }

.evt__remainingStatus.is-ng {
  padding-left: 15px;
  color: #bdbdbd; }

.evt__remainingStatus.is-ng::before {
  width: 13px;
  height: 13px;
  background-image: url("/images/common/icon-ng.svg"); }

.evt__remainingStatus.is-before {
  padding-left: 15px;
  color: #bdbdbd; }

.evt__remainingStatus.is-before::before {
  width: 15px;
  height: 17px;
  background-image: url("images/common/icon-before.svg"); }

.evt__remainingStatus.is-end {
  padding-left: 15px;
  color: #bdbdbd; }

.evt__remainingStatus.is-end::before {
  width: 20px;
  height: 23px;
  background-image: url("/images/common/icon-end.svg"); }

.evt__daysAccordion .g-accordion__list__title {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 62px; }

.evt__accordionListItems {
  padding: 0 5px;
  overflow: hidden; }

.evt__perfomance {
  position: relative;
  float: left;
  height: 67px;
  width: calc(33.33% - 10px);
  margin: 0 5px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #212121;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 2px 8px rgba(0, 0, 0, 0.12); }

.evt__perfomance.is-ng {
  background-color: #eee;
  color: #bdbdbd;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none; }

.evt__perfomance.is-end {
  background-color: #eee;
  color: #bdbdbd;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none; }

.evt__perfomance:last-child {
  margin-bottom: 20px; }

.evt__perfomance__times {
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  white-space: nowrap; }

.is-ng > .evt__perfomance__times {
  border-color: #dbdbdb; }

.is-end > .evt__perfomance__times {
  border-color: #dbdbdb; }

.is-before > .evt__perfomance__times {
  border-color: #dbdbdb; }

.evt__perfomance__status {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #9e9e9e;
  border-radius: 0 0 8px 8px;
  font-size: 1.2rem;
  color: #fff; }

.evt__perfomance__status .evt__perfomance__status__num {
  font-size: 1.6rem;
  font-weight: 700; }

.is-ok > .evt__perfomance__status {
  background-color: #32cd78; }

.is-few > .evt__perfomance__status {
  background-color: #ff845d; }

.evt__perfomance__status img {
  width: 16px; }

.evt__date {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121; }

.evt__date .is-sat {
  color: #536dfe; }

.evt__date .is-holiday {
  color: #ff5252; }

.evt__calendar.vc-container {
  margin-top: 25px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0; }

.evt__calendar .vc-header {
  padding: 0 !important; }

.evt__calendar .vc-header .vc-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #424242;
  pointer-events: none; }

.evt__calendar .vc-arrows-container {
  padding: 0; }

.evt__calendar .vc-arrows-container svg {
  color: #1eb98c; }

.evt__calendar .vc-weekday {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 8px !important; }

.evt__calendar .vc-grid-cell:first-child .vc-weekday {
  color: #ff5252; }

.evt__calendar .vc-grid-cell:nth-child(2) .vc-weekday,
.evt__calendar .vc-grid-cell:nth-child(3) .vc-weekday,
.evt__calendar .vc-grid-cell:nth-child(4) .vc-weekday,
.evt__calendar .vc-grid-cell:nth-child(5) .vc-weekday,
.evt__calendar .vc-grid-cell:nth-child(6) .vc-weekday {
  color: #757575; }

.evt__calendar .vc-grid-cell:nth-child(7) .vc-weekday {
  color: #40c4ff; }

.evt__calendar .vc-grid-cell:not(.vc-grid-cell-row-1) {
  height: 49px;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  outline: 1px solid #bdbdbd; }

.evt__customDate {
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  padding-top: 3px;
  cursor: pointer; }

.is-today .evt__customDate {
  border: 1px solid #f2c94c; }

.evt__customDate::after {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

.evt__customDate.is-ok::after {
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-ok.svg");
  margin: 0 auto; }

.evt__customDate.is-few::after {
  width: 18px;
  height: 16px;
  background-image: url("/images/common/icon-few.svg");
  margin: 0 auto; }

.evt__customDate.is-ng {
  cursor: default; }

.evt__customDate.is-ng::after {
  width: 12px;
  height: 12px;
  background-image: url("/images/common/icon-ng.svg");
  margin: 2px auto 0; }

.evt__customDate.is-end {
  cursor: default; }

.evt__customDate.is-end::after {
  width: 15px;
  height: 25px;
  background-image: url("/images/common/icon-end.svg");
  margin: 0 auto; }

.evt__customDate.is-before {
  cursor: default; }

.evt__customDate.is-before::after {
  width: 15px;
  height: 17px;
  background-image: url("/images/common/icon-before.svg");
  margin: 2px auto 0; }

.evt__customDate.is-disable {
  cursor: default;
  color: #e0e0e0; }

.evt__calendarButton {
  margin-top: 9px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.evt__calendarButton .g-button {
  color: #424242;
  border-color: #dbdbdb; }

.evt__calendar__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px; }

.evt__calendar__navi .g-button {
  min-height: 40px;
  width: 112px;
  margin: 0 9px;
  color: #424242;
  border-color: #dbdbdb; }

.evt__selectSales__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px; }

.evt__selectSales__navi .g-button {
  min-height: 40px;
  width: 200px;
  margin: 0 9px;
  color: #424242;
  border-color: #dbdbdb; }

.evt__snsModal .g-modal__wrapper {
  height: 256px;
  background-color: #fafafa;
  overflow: hidden; }

.evt__snsModal .g-modal__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69px;
  flex: 0 0 69px;
  padding: 16px 24px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.evt__snsModal .g-modal__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 24px; }

.evt__snsModal .g-modal__text--title {
  font-size: 1.8rem; }

.evt__snsModal .g-modal__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  border-top: 1px solid #e0e0e0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff; }

.evt__snsModal .g-modal__bottom__btn--close {
  color: #616161;
  background-color: #fff; }

.evt__sns__box {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 5%;
  margin: 5%;
  width: 23%; }

.evt__sns__image__position {
  margin: 0 auto; }

.evt__image--sns::before {
  content: '';
  display: block;
  padding-top: 50%; }

.evt__seatTypesModal .g-modal__wrapper {
  height: 90vh;
  min-height: 440px;
  background-color: #fafafa; }

@media (min-width: 640px) {
  .evt__seatTypesModal .g-modal__wrapper {
    height: 70vh;
    min-height: 440px;
    background-color: #fafafa; } }

.evt__seatTypesModal .g-modal__top {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 0px 0px;
  padding: 16px 24px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.evt__seatTypesModal .g-modal__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 24px; }

.evt__seatTypesModal .g-modal__text--title {
  font-size: 1.8rem; }

.evt__seatTypesModal .g-modal__bottom {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.evt__seatTypesModal .g-modal__bottom__btn--close {
  color: #616161;
  background-color: #fff; }

.evt__listItem__container {
  padding: 8px 20px 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.evt__applicationEvent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0; }

.evt__applicationEvent__label {
  font-size: 1.3rem;
  color: #212121;
  margin: 0 3px 0 0; }

.evt__applicationEvent__label::after {
  content: '|';
  color: #e0e0e0; }

.evt__applicationEvent__text,
.evt__applicationEvent__text--place,
.evt__applicationEvent__text--place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #212121;
  margin: 0; }

.evt__applicationEvent__text,
.evt__applicationEvent__text--place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  color: #212121;
  margin: 0; }

.evt__applicationEvent__text--place {
  font-size: 1.4rem; }

.evt__applicationEvent__data {
  font-size: 1.2rem;
  font-weight: 400;
  color: #757575;
  margin: 0; }

.evt__applicationEvent__data span::after {
  content: '/';
  margin: 0 -0.1em 0 0.2em; }

.evt__applicationEvent__data span:last-child::after {
  display: none; }

.evt__seatItem__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 20px 12px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  overflow: auto; }

.evt__seatItem__message {
  font-size: 16px;
  line-height: 22px; }

.evt__seatItem__box {
  height: 72px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  margin-top: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.evt__modal--templates {
  margin: 0 -16px; }

.evt__modal--templates:first-child {
  padding-top: 8px; }

.evt__modal--templates .t-modal {
  z-index: 101; }

.evt__modal__schedule .g-modal__text--name--nonpadding {
  padding-bottom: 0px; }

.evt__modal__schedule .g-modal__wrapper {
  height: 90vh;
  min-height: 440px; }

@media (min-width: 640px) {
  .evt__modal__schedule .g-modal__wrapper {
    height: 70vh;
    min-height: 440px; } }

.g-accordion__text--salesstatus--performance--text--bl {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #536dfe; }

.g-accordion__text--salesstatus--performance--text--rd {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #ff5252; }

.g-accordion__text--salesstatus--performance--text--gr {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #9e9e9e; }

.g-accordion__text--salesstatus--type--text--bl {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.4;
  color: #536dfe; }

.g-accordion__text--salesstatus--type--text--rd {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.4;
  color: #ff5252; }

.g-accordion__text--salesstatus--type--text--gr {
  min-width: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.4;
  color: #9e9e9e; }

.t-modal .g-modal__top {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

p.g-accordion__text--week {
  margin: 0;
  border: 0; }

p.evt__modal__title__text {
  margin: 0;
  border: 0; }

.g-accordion__list .g-accordion__list__title .t-linkButton__inner {
  pointer-events: auto; }

.evt__modal .g-modal__wrapper {
  height: 90vh;
  min-height: 440px;
  display: -webkit-box;
  background-color: #fafafa; }

@media (min-width: 640px) {
  .evt__modal .g-modal__wrapper {
    height: 70vh;
    min-height: 440px;
    display: -webkit-box;
    background-color: #fafafa; } }

.evt__modal .g-modal__top {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 14px 0 4px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.evt__modal .g-modal__bottom {
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.evt__modal .g-modal__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0 0 10px 10px; }

.evt__modal__delete__sort .g-modal__wrapper {
  height: 90vh;
  min-height: 440px;
  display: -webkit-box;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 185, 140, 0.08)), to(rgba(30, 185, 140, 0.08))), #ffffff;
  background: linear-gradient(0deg, rgba(30, 185, 140, 0.08), rgba(30, 185, 140, 0.08)), #ffffff; }

@media (min-width: 640px) {
  .evt__modal__delete__sort .g-modal__wrapper {
    height: 70vh;
    min-height: 440px;
    display: -webkit-box;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 185, 140, 0.08)), to(rgba(30, 185, 140, 0.08))), #ffffff;
    background: linear-gradient(0deg, rgba(30, 185, 140, 0.08), rgba(30, 185, 140, 0.08)), #ffffff; } }

.evt__modal__delete__sort .g-modal__top {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 14px 0 4px;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.evt__modal__delete__sort .g-modal__bottom {
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.evt__modal__delete__sort .g-modal__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0 0 10px 10px; }

.t-modal__wrapper {
  height: 90vh;
  min-height: 440px; }

@media (min-width: 640px) {
  .t-modal__wrapper {
    height: 70vh;
    min-height: 440px; } }

.evt__application_here_button {
  margin: 10px auto 0px; }

@media (min-width: 640px) {
  .evt__application_here_button {
    margin: 10px auto 0px; } }

.g-accordion__text__place {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.g-accordion__text__place--salestype, .g-accordion__text__place--calendar {
  margin-bottom: 8;
  margin-right: auto; }

.g-button--medium {
  margin: 0px auto; }

.g-listItems__list--saleType {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.g-listItems__list--saleType .g-accordion__application_here {
  width: 100%; }

.g-accordion__text--salesstatus--anything {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.g-accordion__text--eventstatus--anything {
  width: 100%; }

.t-linkButton-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-linkButton-center + .t-line, .t-linkButton-center + .t-line--dotted {
  margin: 16px; }

.t-linkButton-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-linkButton-right + .t-line, .t-linkButton-right + .t-line--dotted {
  margin: 16px; }
