/* 公演詳細ページ FY18_UIUXデザイン差分 2019/05/15 */
.subTitle__text{
	 font-weight:bold;
}
.titleDescription__text{
	line-height: 1.5;
	font-size: 14px;
}
.rsTitle {
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rsTitle {
    margin-bottom: 40px;
    padding: 0;
  }
}

.rsTitle__text {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .rsTitle__text {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 40em) {
  .titleDescription__text {
    font-size: 12px;
  }
}

/* カートアイコン */
.Y15-cart-btn.Y15-status-empty{display:none;}  

/* 土日 */
.Y15-date-sat{color:#2666cc;}
.Y15-date-hol{color:#ff1919;}

/* 詳細を見る/閉じる */
.Y15-event-description{max-height:3.3em; overflow:hidden; position:relative; margin-bottom:10px;}
.Y15-event-description.Y15-shade-off{max-height:300em;}

/* おまかせエントリー関係 */
.Y15-modal__block {
  display: none;
}
.Y15-modal__block.Y15-is-active {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
}

body.modal-opened {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.omakase-modal-artist {
	padding: 10px 0px;
	border-top: 1px solid #f95e77;
	border-bottom: 1px solid #f95e77;
}
.omakase-modal-perf {
	padding: 10px 0px;
}

.omakase-modal-content-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.omakase-modal-content-box > div {
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

.omakase-modal-content-box .omakase-modal-radio {
	padding: 5px 15px;
}

.omakase-modal-content-box .perf-info {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.omakase-modal-content-box .omakase-modal-artist-name {
	font-size: 12px;
	line-height: 1.5;
}

.omakase-modal-perf .omakase-modal-content-box {
	width: 1000px;
	border-bottom: 1px solid #ccc;
}

.omakase-modal-radio-btn {
	display: none;
}

.radio-btn-frame {
	border-radius: 50%;
	height: 18px;
	width: 18px;
	border: 1px solid #ccc;
	display: block;
}

.omakase-modal-radio-btn:checked + .radio-btn-frame > .radio-icon {
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: #17bcdf;
	margin: 2px;
}
.omakase-entry-box {
  width: 500px;
  height: auto;
  margin: 10% auto;
  background-color: #fff;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 33.75em) {
  .omakase-entry-box {
    position: relative;
    width: 92%;
    height: auto;
    margin: 4%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.omakase-entry-box .omakase-entry-box__content {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.omakase-entry-box__head-title {
  padding: 15px 35px 15px 20px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #ffe4e1;
  color: #f95e77;
  position: relative;
}

.omakase-entry-box__close-btn {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 11px;
  margin: auto;
  right: 13px;
  font-size: 24px;
}
.omakase-entry-box__close-btn:hover {
  cursor: pointer;
}
.omakase-entry-box__description {
  font-size: 12px;
  padding: 20px 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 33.75em) {
  .omakase-entry-box__description {
    padding: 10px 15px;
  }
}
.omakase-entry-box__content {
  padding: 0 30px;
}
@media only screen and (max-width: 33.75em) {
  .omakase-entry-box__content {
    padding: 15px;
  }
}
.omakase-entry-box__close-text {
  margin: auto;
  display: none;
}
@media only screen and (max-width: 33.75em) {
  .omakase-entry-box__close-text {
    display: inline !important;
  }
}
.Y15-performance__submit-omakase-btn-outer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.Y15-performance__submit-omakase-btn {
  background-color: #ffe4e1 !important;
  color: #f95e77 !important;
  font-size: 14px;
  padding: 15px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 4px 0 #F1CD61;
  line-height: 1.65;
  display: inline-block;
  width: 50%;
}
.Y15-performance__submit-omakase-btn {
  position: relative;
  border-radius: 3px;
  background-color: #fafafa;
  display: block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 0 #aaa;
  border: none;
  margin: auto;
}
@media only screen and (max-width: 33.75em) {
  .Y15-performance__submit-omakase-btn {
    font-size: 13px;
    box-shadow: 0 0px 0 #F1CD61;
    border-bottom: 2px solid #aaa;
  }
}
.Y15-performance__submit-omakase-btn:hover {
  box-shadow: none;
  cursor: pointer;
  top: 4px;
}
.omakase-btn-disable{
  opacity: 0.3;
}
.omakase-entry-background {
  background-color: rgba(255,255,255,0);
}
.omakase-entry-box__close-text-box {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}
.omakase-entry-box__close-text-box a{
  text-decoration: none;
}
.omakase-entry-box__close-text-box b{
  color: white;
}
.omakase-modal-perf .omakase-disabled {
	color: #e6e6fa;
}


/* .Y15-alert-box-dialog */
.Y15-modal__block .Y15-alert-box-dialog {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
  display: none;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #666;
  padding: 15px 20px;
  position: relative;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-body {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding: 0 20px;
  margin: 20px auto;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message {
  background-color: #FFF;
  width: 80%;
  margin: 60px auto;
  border: 1px solid #FFF;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn {
  padding: 0 20px;
  margin: 20px auto;
  text-align: center;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #666;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 3px;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn span:hover {
  cursor: pointer;
}
/* 払い戻し */
.Y15-payback {
  background: url(../images/Y15-icon-forward-notice_2x.png) no-repeat left center;
  background-size: 14px;
  padding: 2px 0 2px 18px;
}