@charset "UTF-8";
/* ILLUMINATION */
:root {
	--i-color: #CC0033;
	--t-color: #003366;
	--f-color: #006633;
}

.hanabi_nav_wrap{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-top:35px;
}
.hanabi_nav_wrap a{
	display:block;
	width:32%;
	padding:15px 0;
	text-align:center;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}
.hanabi_nav_wrap a.ishikawa{
	background:var(--i-color);
}
.hanabi_nav_wrap a.toyama{
	background:var(--t-color);
}
.hanabi_nav_wrap a.fukui{
	background:var(--f-color);
}
.hanabi_top_notes{
	margin:10px 0 30px;
}

.area_wrap{
	margin-top:-65px;
	padding-top:65px;
}
h2.area_ttl{
	box-sizing: border-box;
	width:640px;
	padding:10px 15px;
	font-size:20px;
	color:#fff;
}
#ishikawa h2.area_ttl{
	background:var(--i-color);
}
#toyama h2.area_ttl{
	background:var(--t-color);
}
#fukui h2.area_ttl{
	background:var(--f-color);
}
#ishikawa a {
	color:var(--i-color);
}
#toyama a {
	color:var(--t-color);
}
#fukui a {
	color:var(--f-color);
}
#ishikawa a:hover,
#toyama a:hover,
#fukui a:hover{
	color:#666;
}
main.mainwrap section.hanabi_wrap{
	margin:30px 0;
	padding-bottom:30px;
	border-bottom:1px dotted #999;
}
section.state_end{
	color:#888;
}
#ishikawa section.state_end a,
#toyama section.state_end a,
#fukui section.state_end a{
	color:#888;
}
.area_wrap section.hanabi_wrap:last-of-type{
	margin-bottom:0;
}
main.mainwrap section.hanabi_wrap h1{
	border-bottom:none;
	font-size:18px;
	padding-left:40px;
	min-height:30px;
	line-height:30px;
	padding-bottom:0;
	margin-bottom:10px;
	line-height:1.4em;
}
#ishikawa section.hanabi_wrap h1{
	color:var(--i-color);
	background: url(../images/illumination/ill_i_bg.png) no-repeat 0 center;
}
#toyama section.hanabi_wrap h1{
	color:var(--t-color);
	background: url(../images/illumination/ill_t_bg.png) no-repeat 0 center;
}
#fukui section.hanabi_wrap h1{
	color:var(--f-color);
	background: url(../images/illumination/ill_f_bg.png) no-repeat 0 center;
}
#ishikawa section.state_end h1,
#toyama section.state_end h1,
#fukui section.state_end h1{
	color:#888;
	background: url(../images/illumination/ill_end_bg.png) no-repeat 0 center;
}
main.mainwrap section.hanabi_wrap h1 span{
	font-size:13px;
	border-radius: 2px;
	color:#fff;
	padding:0 4px;
}
main.mainwrap section.hanabi_wrap h1 span.state_be{
	background: #00a0e9;
}
main.mainwrap section.hanabi_wrap h1 span.state_to{
	background: #f00;
}
main.mainwrap section.hanabi_wrap h1 span.state_in{
	background: #f00;
}
main.mainwrap section.hanabi_wrap h1 span.state_at{
	background: #888;
}
.hababi_data_wrap{
	display: flex;
	justify-content: space-between;
	font-size:14px;
}
figure.hanabi_img{
	width:180px;
}
figure.hanabi_img img{
	width:100%;
	height:auto;
}
section.state_end figure.hanabi_img img{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
p.catch{
	display:block;
	margin-bottom:10px;
}
.hanabi_data{
	width:440px;
}
.hanabi_data dt{
	float: left;
	padding-left:20px;
}
.hanabi_data dd{
	margin-left: 65px;
	margin-bottom:5px;
}
dt.hanabi_time{
	background: url(../common/images/icon_time_b.png) no-repeat center left;
	background-size:15px 15px;
}
dt.hanabi_spot{
	background: url(../common/images/icon_map_b.png) no-repeat center left;
	background-size:15px 15px;
}
dt.hanabi_link{
	background: url(../common/images/icon_link_b.png) no-repeat center left;
	background-size:15px 15px;
}
.hanabi_notes{
	margin-top:15px;
	margin-bottom:45px;
}
@media (max-width: 767px) {
	.hanabi_nav_wrap{
		display: block;
		margin-top:35px;
	}
	.hanabi_nav_wrap a{
		display:block;
		width:100%;
		padding:10px 0;
		font-size:16px;
		margin-bottom:10px;
	}
	h2.area_ttl{
		width:100%;
		font-size:16px;
	}
	main.mainwrap section.hanabi_wrap{
		margin:15px 0;
		padding:0 0 15px;
	}
	main.mainwrap section.hanabi_wrap h1{
		border-bottom:none;
		font-size:16px;
	}
	main.mainwrap section.hanabi_wrap h1 span{
		font-size:12px;
	}
	.hababi_data_wrap{
		display: block;
	}
	figure.hanabi_img{
		width:100%;
		margin-bottom:15px;
	}
	.hanabi_data{
		width:100%;
	}
	.hanabi_data dt,
	.hanabi_data dd{
		line-height:1.4em;
	}
	.hanabi_data dd{
		margin-bottom:5px;
	}
}