@charset "UTF-8";

#hanabi2025 h2.orange {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align:center;
	color:#60ADC5;
	font-size:40px;
	padding:0 20px 0;
	margin-bottom:20px;
}

#hanabi2025 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
	max-width:none;
}

#hanabi2025 .feature_content  {
	width:100%;
}

#hanabi2025 .top_box {
	margin-top:35px;
	text-align:center;
	margin-bottom:78px;
}

#hanabi2025 .top_box p.box {
	line-height:1.4em;
	font-size:20px;
	color:#000;
	font-weight: 500;
}

#hanabi2025 .top_box p.tip{
	font-size:14px;
	font-weight:500;
	color:#7D7D7D;
	margin-top: 13px;
}

#hanabi2025 .spot{
	margin-bottom:70px;
	padding-bottom:44px;
	border-bottom:solid 2px #60ADC5;
}

#hanabi2025 .spot img{
	max-width:640px;
	display:block;
	margin:0 auto 40px;
}

#hanabi2025 div.name{
	border-left:solid 20px #60ADC5;
	padding-left:20px;
}

#hanabi2025 h3{
	color:#000;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.02rem;
	line-height: 2.0rem;
}

#hanabi2025 .name p.blue{
	font-size:22px;
	color:#60ADC5;
	font-weight:500;
}

#hanabi2025 ul.data{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0 20px;
}

#hanabi2025 ul.data li{
	width:50%;
	display:flex;
	margin-bottom:15px;
}

#hanabi2025 ul.data li > div:nth-child(odd){
	width:140px;
}

#hanabi2025 ul.data li > div:nth-child(even){
	width:calc(100% - 140px);
	padding:0 20px;
}

#hanabi2025 ul.data li p{
	font-size:19px;
	color:#000000;
	letter-spacing: 0;
}

#hanabi2025 ul.data li span{
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background: #366CA8;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
}

#hanabi2025 .button{
	margin-bottom:40px;
}

#hanabi2025 .button a{
	width: 100%;
	max-width:480px;
	border-radius: 25px;
	background: #f6f400;
	box-shadow: 5px 5px 0px #366ca8;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #366ca8;
	display:block;
	margin:0 auto;
	padding:7.5px 20px;
}

#hanabi2025 .button a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #366ca8;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

#hanabi2025 .button a:hover{
	opacity:0.75;
}

#hanabi2025 div.more{
	text-align:center;
}

#hanabi2025 h2.blue {
	position: relative;
	padding: 1rem 1.5rem;
	font-weight: 700;
	text-align: center;
	display:inline-block;
	color:#366CA8;
	font-size:32px;
}

#hanabi2025 h2.blue:before,
#hanabi2025 h2.blue:after {
	position: absolute;
	top: 10px;
	height: 66px;
	content: '';
	color:#366CA8;
}

#hanabi2025 h2.blue:before {
	border-left: solid 3px;
	left: -10px;
	transform: rotate(-30deg);
}

#hanabi2025 h2.blue:after {
	border-right: solid 3px;
	right: -10px;
	transform: rotate(30deg);
}

#hanabi2025 .festival{
	border: 7px solid #60adc5;
	padding:40px 32px 10px;
	margin: 40px 0 90px;
	background:#fff;
}

#hanabi2025 .festival > div.area{
	text-align:center;
	border-radius: 10px;
	padding:10px;
	max-width:256px;
	position:relative;
	top: -74px;
	margin: 0 auto -30px;
}

#hanabi2025 .festival > div.area.type01{
	background: #f84646;
}

#hanabi2025 .festival > div.area.type02{
	background: #F5910F;
}

#hanabi2025 .festival > div.area.type03{
	background: #96D405;
}

#hanabi2025 .festival > div.area.type04{
	background: #4296DF;
}

#hanabi2025 .festival > div.area.type05{
	background: #865DE9;
}

#hanabi2025 .festival > div.area p{
	color:#fff;
	font-size:24px;
	font-weight:500;
}

#hanabi2025 .festival li{
	display:flex;
	margin-bottom:10px;
}

#hanabi2025 .festival li div.detail{
	display:flex;
	flex-wrap:wrap;
}

#hanabi2025 .festival li div.detail > div:nth-child(odd){
	width:92px;
}

#hanabi2025 .festival li div.detail > div:nth-child(even){
	width:calc(100% - 92px);
	padding-left:20px;
}

#hanabi2025 .festival li p{
	font-size:16px;
	color:#000;
	margin-bottom:15px;
}

#hanabi2025 .festival li p.name{
	font-size:20px;
	font-weight:700;
}

#hanabi2025 .festival li p span{
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background: #366CA8;
	display: inline-block;
	width: 100%;
	padding: 3px 10px 5px;
	max-width: 92px;
	line-height: 1.2rem;
}

#hanabi2025 .festival li > div:nth-child(1){
	width:30.69%;
}

#hanabi2025 .festival li > div:nth-child(2){
	width:calc(100% - 30.69%);
	padding-left:33px;
}

#hanabi2025 .festival .button a{
	max-width:340px;
	font-size:20px;
	padding:5px 10px;
}

#hanabi2025 .festival .button a:after{
	border-width: 8px 15px;
	top: -1px;
}

#hanabi2025 div.button.end{
	margin-top:10px;
}

#hanabi2025 div.button.end a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #366CA8;
	box-shadow: 5px 5px 0px #f6f400;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

#hanabi2025 div.button.end a:after{
	color: #f6f400;
}

#hanabi2025 div.button.end.back{
	margin-top:10px;
}

#hanabi2025 div.button.end.back a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #A2A2A2;
	box-shadow: 5px 5px 0px #717171;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

#hanabi2025 div.button.end.back a:after{
	color: #717171;
}

@media screen and (max-width:1000px) {

}


@media screen and (max-width:800px) {


	#hanabi2025 .feature_content  {
		width:100%;
		margin:10px auto;
	}

	#hanabi2025 .top_box p {
		font-size:16px;
		line-height:1.7em;
	}

	#hanabi2025 h2 {
		font-size:20px !important;

	}

	#hanabi2025 div.name{
		border-left: solid 10px #60ADC5;
		padding-left: 10px;
	}

	#hanabi2025 h3{
		font-size:20px;
		font-weight: 700;
		line-height: 1.8rem;
	}

	#hanabi2025 .name p.blue{
		font-size:18px;
	}

	#hanabi2025 ul.data{
		display:block;
	}

	#hanabi2025 ul.data li{
		width:100%;
	}

}


@media screen and (max-width:480px) {

	#hanabi2025 .top_box{
		margin-bottom:40px;
	}

	#hanabi2025 .top_box p.box{
		font-size:15px;
		padding: 0;
		text-align:left;
		letter-spacing: 0;
	}

	#hanabi2025 .top_box p.box span{
		padding: 15px;
	}

	#hanabi2025 .spot{
		margin-bottom:40px;
	}

	#hanabi2025 .spot img{
		max-width: calc(100% - 40px);
		margin-bottom:25px;
	}

	#hanabi2025 ul.data li > div:nth-child(odd){
		width:110px;
	}

	#hanabi2025 ul.data li > div:nth-child(even){
		width:calc(100% - 110px);
		padding:3px 0 0 15px;
	}


	#hanabi2025 ul.data li span{
		font-size:14px;
		letter-spacing:0;
	}

	#hanabi2025 ul.data li p{
		font-size:16px;
	}

	#hanabi2025 .button{
		margin-bottom:0;
	}

	#hanabi2025 .button a{
		width:calc(100% - 40px);
		font-size: 18px;
		padding:10px 20px;
	}

	#hanabi2025 h2.blue{
		font-size: 20px !important;
		letter-spacing: 0;
		padding: 10px 10px;
	}

	#hanabi2025 h2.blue:before,
	#hanabi2025 h2.blue:after {
		top: 0;
		bottom: 0;
		margin: auto 0;
		height: 43px;
	}

	#hanabi2025 h2.blue span{
		display:block;
	}

	#hanabi2025 .festival {
		border: 5px solid #60adc5;
		padding: 40px 15px 0;
		margin: 40px 0 70px;
	}

	#hanabi2025 .festival > div.area{
		padding: 7px 10px;
		top: -69px;
		margin: 0 auto -40px;
	}

	#hanabi2025 .festival > div.area p{
		font-size:20px;
	}

	#hanabi2025 .festival li{
		display: block;
	}

	#hanabi2025 .festival li > div:nth-child(1){
		width:100%;
	}

	#hanabi2025 .festival li > div:nth-child(1) img{
		width:calc(100% - 60px);
		margin:0 auto 20px;
		display:block;
	}

	#hanabi2025 .festival li > div:nth-child(2){
		width:100%;
		padding-left:0;
	}

	#hanabi2025 .festival li div.detail > div:nth-child(odd){
		width:70px;
	}

	#hanabi2025 .festival li div.detail > div:nth-child(even){
		width:calc(100% - 70px);
		padding-left:15px;
	}

	#hanabi2025 .festival li p{
		font-size:16px;
		line-height: 1.4rem;
	}

	#hanabi2025 .festival li p span{
		font-size:14px;
		letter-spacing:0;
		max-width: 70px;
	}

	#hanabi2025 .festival .button a{
		font-size:18px;
		margin-bottom: 40px;
	}

	#hanabi2025 .festival li p.name{
		font-size:18px;
		letter-spacing: 0;
	}

	#hanabi2025 div.more{
		margin: -30px 0 10px;
	}

	#hanabi2025 div.button.end{
		margin-bottom:30px;
	}

	#hanabi2025 div.button.end a{
		font-size:20px;
		
	}

	#hanabi2025 div.button.end.back{
		margin-bottom:70px;
	}

	#hanabi2025 div.button.end.back a{
		font-size:20px;
		
	}


	#hanabi2025 div.name{
		border-left: solid 7px #60ADC5;
		padding-top:3px;
		padding-bottom:3px;s
	}

	#hanabi2025 h3{
		font-size: 18px;
		line-height: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	#hanabi2025 .name p.blue{
		font-size:16px;
		letter-spacing: 0;
		line-height: 1.2rem;
	}

}