@charset "utf-8";

.main-frame {
	width			: 740px;
	margin			: -10px auto 0;
	padding			: 30px 60px 20px;
	font-size		: 14px;
	letter-spacing	: 0.5px;
}
@media (max-width: 1200px) {
	.main-frame {
		width			: auto;
		margin			: -10px auto 0;
		padding			: 20px 30px 20px 20px;
		font-size		: 14px;
		letter-spacing	: 0.5px;
	}
}
.main-frame .page-guide {
	margin			: 25px 5px 8px;
	color			: #3a5447;
}

.main-frame .info-kouen th {
	width			: 80px;
	padding			: 5px 0;
	text-align		: center;
	box-sizing		: border-box;
}

.main-frame .info-kouen td {
	padding-top		: 5px;
	padding-bottom	: 5px;
	box-sizing		: border-box;
}

.main-frame .info-kouen span.ticket-sbt {
	display			: block;
	padding-left	: 1px;
}
.ticket-sbt-sub {
	display			: inline-block;
	overflow-wrap	: break-word;
	white-space		: initial;
	vertical-align	: text-top;
}

.main-frame .info-kouen .kouen-cmnt {
	font-size		: 13px;
	line-height		: 1.5;
	white-space		: pre-wrap;
	word-break		: break-all;
}
@media (max-width: 1200px) {
	.main-frame .info-kouen th {
		width			: 145px;
	}
}

.ticket-sbt ul {
	display			: none;
}

.purchase-num {
	font-size		: 15px;
}

.purchase-num.base tr th {
	padding			: 0;
	text-align		: center;
}

.purchase-num tr.kenshu > td { height: 42px; }

.purchase-num tr > :nth-child(1) { width: 185px; text-align: center; }
.purchase-num tr > :nth-child(2) { width: 110px; text-align: center; }
.purchase-num tr > :nth-child(3) { width: 110px; text-align: right;  }
.purchase-num tr > :nth-child(4) { width: 130px; text-align: right;  }
.purchase-num tr > :nth-child(5) { width:  45px; text-align: center; }

.purchase-num input {
	width			: 40px;
	text-align		: right;
	ime-mode		: inactive;
}

.purchase-num tr.kenshu     > :nth-child(1) { border-bottom: none; }
.purchase-num tr.kenshu.dou > :nth-child(1) { border-top   : none; }

.purchase-num tr.footer > :nth-child(n) {
	text-align		: right;
}

.purchase-num .btn-del {
	min-width		: auto;
	min-height		: auto;
	padding			: 4px 7px 3px;
	border			: 1px solid #969696;
	background		: #e5e5e5;
	color			: #c01302;
	font-size		: 16px;
	line-height		: 1;
	box-shadow		: 1px  1px 0px rgba(0, 0, 0, 0.1),
					  0px  1px 0px rgba(255, 255, 255, 0.5) inset,
					  0px -1px 0px rgba(255, 255, 255, 0.2) inset;
}

.purchase-num .btn-del:hover {
	color			: #fff;
}

.purchase-num .btn-del.hide {
	display			: none;
}

.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(1) {
	border-right	: 0;
}
.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(2) {
	max-width		: 0;
	padding			: 0;
	border			: 0;
	white-space		: nowrap;
	overflow		: hidden;
}
.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(1) { width: 250px; }
.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(2) { width: 0;     }
.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(3) { width: 155px; }
.purchase-num.hdn-sbt tr:not(.footer) > :nth-child(4) { width: 150px; }

.dropdown ul { width: 97%; }
.dropdown li { text-align: center; }

.new-guide {
	line-height		: 1.2;
	color			: #f55;
}
.content-area .button-area {
	margin-top		: 0;
	margin-bottom	: 0;
}

/*-------------------------------- スマホ画面用の大きい文字サイズ指定 */
@media (max-width: 980px) { /* スマホ画面用文字サイズ */
	.main-frame {
		font-size		: 28px;
	}
	.main-frame .info-kouen .kouen-cmnt {
		font-size		: 26px;
	}
	.purchase-num {
		font-size		: 30px;
	}
	.purchase-num .btn-del {
		font-size		: 32px;
	}
	.purchase-num input {
		width			: 3rem;
		margin-right	: 0.8rem;
		height			: 3rem;
		font-size		: 2rem;
	}

}
