@charset "UTF-8";
/* CSS Document */

.bg-fireworks{
    background: #080404;
	color: #F0F0F0;
	
}

.bg-hanabi{
	width: 100%;
	/*background-image: url("/event/img/fireworks/bg_hanabi.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    z-index: 1;
	/*min-height: 600px;*/
	overflow: hidden;
	padding-top: 80px;

}

.bg-hanabi::after{
	background-color: rgba(0, 0, 0, .6);
		position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        z-index: -1;
}

/*
.bg-hanabi .hanabi-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  z-index: 9;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
*/

.h2-hanabi{
	color: #fff352;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
	padding: 0 0;
}

.h2-hanabi span{
	font-size: .65em;
}

.h3-hanabi{
	color: #fff352;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
	padding: 20px 0 30px;
}

.h3-hanabi small{
	color: #fff352;
}

.p-hanabi{
	text-align: center;
	color: #FFF;
	font-size: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}

.hanabi-caption p{
	font-size: 18px;
	line-height: 2;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	text-align: center;
}

.hanabi-date{
	padding: 1.5em 2em 1em;
	background: rgba(255, 255, 255, .3);
}

.hanabi-date li{
	font-size: 15px;
}

@media screen and (max-width: 479px) {
	.h2-hanabi{
		font-size: 36px;
		padding-top: 40px;
	}
	
	.h3-hanabi{
		font-size: 30px;
		padding: 10px 0 15px;
	}
	
	.hanabi-caption p{
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
	
	.hanabi-date{
		padding: .5em;
	}
	.hanabi-date li{
		font-size: 14px;
	}
	
}



.p-yellow{
    color: #E1D064;
}

