@charset "utf-8";

.KLTBack1 {
	background: #fcecfc;
	background: linear-gradient(135deg, #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%);
}

.tabledl dt {
	background-color: #6C0054;
	color: #FFFFFF;
}
.tabledl dd {
	background-color: #FFF;
}

.BackButton {
	background: rgb(0,0,0);
	background: linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,0,255) 20%,rgb(255,0,255) 80%,rgb(0,0,0) 100%);
}
.BackButton .Button {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}

/* Title */
.TitleBack1 {
	padding: 5px;
	border-radius: 8px;
	background: #000 url(/img/pc/hanabi/2019/title/back.jpg) no-repeat 100% 100%;
}
.Title1 {
	border: 2px solid #FFF;
	border-radius: 6px;
	padding: 8px 0px 0px 10px;
	margin: 0;
	background: #000;
	background: linear-gradient(to right, rgba(0,0,0,1) 40%,rgba(0,0,0,0) 60%);
}
.Title1 h1, .Title1 h2, .Title1 h3, .Title1 h4, .Title1 h5, .Title1 h6 {
	color: #FF00FF;
	background: -webkit-linear-gradient(0deg, #FFFF00, #FF6600, #FF00FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 120%;
	display: inline-block;
	font-weight: bold;
}
.Title2 {
	background: #FF0;
	background: linear-gradient(-135deg, #FF0, #000);
	padding: 2px 5px;
}
.Title2 h1, .Title2 h2, .Title2 h3, .Title2 h4, .Title2 h5, .Title2 h6 {
	color: #FF00FF;
	background: -webkit-linear-gradient(top, #FF00FF 0%, #FF6600 50%, #FF6600 51%, #FFFF00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px 0px 2px 10px;
	margin: 0;
	line-height: 120%;
	font-weight: bold;
}

/* Table */
.tabledl2 dl {
	display:flex;
	flex-wrap: wrap;
	border-top: none;
}
.tabledl2 dt {
	width: 40%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
	margin-right: 2%;
}
.tabledl2 dd {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #666;
	width: 58%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.tabledl2 dl {
		flex-flow: column nowrap;
		border-top: 1px solid #666;
	}
	.tabledl2 dt, .tabledl2 dd{
		width: 100%;
	}
	.tabledl2 dt {
		border-left: none;
		background-color: #DDD;
		text-align: center;
		border-bottom: 0;
	}
	.tabledl2 dd {
		border-left: none;
	}
}

/* 区切り */
.month {
	display: block;
	width:100%;
	background: #000;
	background: linear-gradient(to right, rgba(255,0,255,1) 20%,rgba(0,0,0,1) 30%);
	border: 3px solid #000;
	padding: 5px 0 0 5px;
}
.break1 {
	background: #666;
	color: #FFF;
	border: 1px solid #00FF00 !important;
	padding: 5px 8px !important;
	border-radius: 4px;
	text-align: center;
}
.break2 {
	background: #CCC;
	color: #000;
	border: 1px solid #00FF00 !important;
	padding: 5px 8px !important;
	border-radius: 4px;
	text-align: center;
}

/* 動画埋め込み */
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}