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

body {
	background-image: none;
	background-color: #000000;
	
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text_b{
	font-weight: bold;
	font-weight: 700;
}
.red{
	color: #CC0000;
}

.none{
	display: block;
	position:absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	color: transparent;
}

/*
	PC版（768px以上）ここから
------------------------------------------------- */
@media screen and (min-width:768px), print{
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	.wrapper {
		width: 900px !important;
		margin: 0 auto;
	}
	
	a{
		opacity: 1.0;
		transition: 0.15;
	}
	a:hover{
		opacity: 0.65;
	}
	
	/* ----------------------------------------------
		ヘッダー
	------------------------------------------------- */

	body{
		background-image: url("../images/head_hanabi.png");
		background-repeat: no-repeat;
		background-size: 1250px auto;
		background-position: center top;
		min-width: 1000px;
		overflow-x: hidden;
	}
	
	#header{
		display: block;
		z-index: 100;
	}
	#headerImg{
		display: block;
		width: 900px;
		margin:0 auto;
		position: relative;
		padding-top: 200px;
		background-image: url("../images/head_stamp.png");
		background-repeat: no-repeat;
		background-size: 300px;
		background-position: center top 10px;
	}
	#headerImg h1{
		display: block;
		width: 800px;
		height: 225px;
		margin: 0 auto;
		background-image: url("../images/head_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#headerImg::before{
		content: "";
		display: block;
		position: absolute;
		z-index: -10;
		bottom: -230px;
		left: -230px;
		width: 600px;
		height: 300px;
		background-image: url("../images/head_hanabi-s_l.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#headerImg::after{
		content: "";
		display: block;
		position: absolute;
		z-index: -10;
		bottom: -220px;
		right: -245px;
		width: 600px;
		height: 300px;
		background-image: url("../images/head_hanabi-s_r.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#headerDay{
		dipslay: block;
		height: 100px;
		margin: 85px 0 10px;
		background-image: url("../images/kikan.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	#amenity{
		padding-bottom: 50px;
		background-image: url("../images/bg_hanabi.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom calc(600px - 55vw);
	}
	
	@media screen and (max-width: 1100px) {
		#amenity{
			padding-bottom: 50px;
			background-image: url("../images/bg_hanabi.png");
			background-repeat: no-repeat;
			background-size: 100% auto;
			background-position: center bottom;
		}
	}

	#amenity > p:nth-of-type(1){
		dipslay: block;
		height: 58px;
		background-image: url("../images/catch_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#amenity > p:nth-of-type(2){
		dipslay: block;
		height: 155px;
		background-image: url("../images/chusen_100.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#amenity #prizes{
		dipslay: block;
		height: 460px;
		background-image: url("../images/shohin_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#amenity .text{
		display: block;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
		margin: -10px 0;
	}
	
	.kanou{
		display: block;
		position: relative;
		margin: 0 auto;
		background-color: #fbc600;
		padding: 2px;
	}
	.kanou::after{
		content: "";
		display: block;
		position: absolute;
		right: 50%;
		transform: translateX(calc(50% + 390px));
		bottom: -5px;
		width: 110px;
		height: 100px;
		background-image: url("../images/oubo_up-arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.kanou div{
		display: block;
		position: relative;
		z-index: 10;
		background-image: url("../images/oubo-kanou_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 67px;
	}
		
	.shimekiri{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 575px;
		margin: 18px auto;
	}
	.shimekiri p:first-of-type{
		width: 400px;
		height: 35px;
		background-image: url("../images/shimekiri.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		vertical-align: bottom;
	}
	.shimekiri p:last-of-type{
		color: #fbc600;
		font-weight: 500;
		padding-bottom: 3px;
	}
	
	/* ----------------------------------------------
		対象の花火大会
	------------------------------------------------- */

	#taisho{
		display: block;
		padding: 40px 0 50px;
		color: #FFFFFF;
	}
	#taisho h2{
		display: block;
		color: #f5ad5f;
		font-size: 32px;
		font-weight: 900;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#taisho dl.month{
		display: flex;
		width: 650px;
		margin: 0 auto;
		padding-top: 3px;
	}
	#taisho dl.month:last-of-type{
		padding-bottom: 3px;
	}
		
	#taisho dl.month:first-of-type{
		border-top: 3px solid #FFFFFF;
	}
	#taisho dl.month:last-of-type{
		border-bottom: 3px solid #FFFFFF;
	}
	
	#taisho dl.month > dt{
		padding-top: 10px;
		color: #000000;
		font-weight: 800;
		text-align: center;
		width: 55px;
		background-color: #c6e7f9;
		margin-right: 5px;
	}
	#taisho dl.month > dd{
		width: 590px;
	}
	
	#taisho dl.month:nth-of-type(n+2) > dd{
		margin-top: -3px;
	}
	#taisho dl.month:nth-of-type(n+2) dl.fw:first-of-type{
		border-top: 3px solid #FFFFFF;
		padding-top: -3px;
	}
	
	#taisho dl.fw{
		display: flex;
		width: 100%;
		padding: 10px 20px 10px 15px;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#taisho dl.fw:last-of-type{
		border: none;
	}
		
	#taisho dl.fw dt{
		width: 90px;
		text-align: right;
		color: #c6e7f9;
		font-weight: 600;
		margin-right: 30px;
	}
	#taisho dl.fw dt span{
		display: none;
	}
	#taisho dl.fw dd{
		flex-grow: 1;
		position: relative;
	}
	#taisho dl.fw dd span{
		display: block;
		position: absolute;
		width: 5.5em;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	
	
	/* ----------------------------------------------
		アコーディオン
	------------------------------------------------- */
	.accordion {
		display: grid;
		gap: 1em;
	}
	.accordion details {
		font-size: 16px;
	}
	.accordion details summary {
		display: block;
		cursor:pointer;
		padding: 10px 30px;

		position: relative;
	}
	.accordion details > div {
		padding: 20px;
	}
	
	.accordion details summary::-webkit-details-marker {
		display: none;
	}
	.accordion details summary::before,
	.accordion details summary::after {
		content: "";
		position: absolute;
		top: 50%;
		translate: 0 -50%;
	}
	.accordion details summary::before {
		width: 16px;
		height: 2px;
		right: 11px
	}
	.accordion details summary::after {
		width: 2px;
		height: 16px;
		right: 18px;
		transition: rotate 0.3s;
	}
	.accordion details[open] summary::after {
		rotate: 90deg;
	}
	.accordion details > div {
		overflow: hidden;
		padding: 10px;
		border: solid 1px var(--back-basic-color);
		border-top: none !important;
		
		display: grid; 
		grid-template-rows: 0fr;
		gap: 2em;
		transition: all 0.5s 0s ease;
	}
	.accordion details[open] > div {
		grid-template-rows: 1fr;
	}
	.accordion details > div dl dt {
		font-weight: bold;
	}
	
	
	/* ----------------------------------------------
		リスト（番号）
	------------------------------------------------- */
	ol {
		counter-reset: listnum;
	}
	
	ol.num_a,
	ol.num_b {
		display: flex;
		flex-wrap: wrap;
			gap : 20px;
	}
	ol.num_a > li,
	ol.num_b > li {
		position: relative;
		font-size: 16px;
		
			width: calc((100% / 4) - (20px * (4 - 1) / 4));
			
			display: grid;
			gap: 0.5em;
			align-content: start;
	}
	ol.num_a > li::before,
	ol.num_b > li::before {
		position: absolute;
		top: -8px;
		left: -8px;
		
		counter-increment: listnum;
		content: counter(listnum);
		
		text-align: center;
		font-weight: bold;
		
		width: 1.6em;
		height: 1.6em;
		border-radius: 50%;
		
		display: grid;
		place-items: center;
	
		color: #FFFFFF;
		background-color: #E60000;
	}
	ol.num_a > li img,
	ol.num_b > li img {
		width: 100%;
	}
	
	
	/* ----------------------------------------------
		概要
	------------------------------------------------- */
	#detail {
		margin-bottom: 40px;
	}
	#detail .accordion {
		margin-bottom: 1em;
	}
	#detail .accordion details {}
	#detail .accordion details summary {
		background-color: #fabe00;
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		padding-left: 25px;
		display: flex;
		place-items: center;
	}
	#detail .accordion details summary::before,
	#detail .accordion details summary::after {
		background-color: #000000;
	}
	#detail .accordion details summary span {
		font-size: 90%;
		color: #e60012;
	}
	#detail .accordion details > div {
		border: solid 2px #fabe00;
		background-color: #FEFFD8;
		padding: 30px 50px;
	}
	
	#detail .accordion details > div dl {
		display: grid;
		gap: 0.35em;
	}
	#detail .accordion details > div dl h4 {
		font-size: 18px;
		font-weight: bold;
	}
	#detail .accordion details > div dl h4::after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #E60000 0%, #E60000 3em, #FF9578 3em, #FF9578 100%);
	}
	
	#detail #dl_here{
		font-size: 16px;
		font-weight: 700;
		color: #E60000;
		margin-bottom: 5px;
	}
	#detail .accordion details > div dl dd {
		width: 750px;
		margin: auto;
	}
	#detail .accordion details > div dl dd ul#download {
		margin: 0;
		display: grid;
		gap: 1em;
		grid-template-columns: repeat(2,auto);
	}
	#detail .accordion details > div dl dd ul#download li{
		background-color: #FFFFFF;
	}
	#detail .accordion details > div dl dd ul#download li a {
		background-repeat: no-repeat;
		background-size: 150px;
		background-position: right 10px center;
		
		font-size: 18px;
		font-weight: bold;
		
		width: 100%;
		height: 100px;
		border: solid 1px #000;
		border-radius: 10px;
		padding: 10px;
		padding-right: 130px;
		
		display: grid;
		align-items: center;
	}
	#detail .accordion details > div dl dd ul#download li:nth-of-type(1) a {
		background-image: url("../images/dl_app.png");
	}
	#detail .accordion details > div dl dd ul#download li:nth-of-type(2) a {
		background-image: url("../images/dl_google.png");
	}
	
	#detail .accordion details > div dl dd > p {
		margin-bottom: 1em;
	}
	#detail .more{
		display: block;
		margin: 15px 0 25px;
		font-weight: 700;
		color: #E60000;
		text-align: right;
	}
	#detail .remarks2{
		color: #777777;
	}
	
	/* ----------------------------------------------
		スタンプラリーの遊び方
	------------------------------------------------- */
	
	#stampRally{
		background-image: url("../images/play_bottom_bg.png");
		background-repeat: no-repeat;
		background-size: auto 700px;
		background-position: center bottom;
		margin-bottom: 60px;
	}
	#stampRally h3{
		display: block;
		width: 850px;
		height: 43px;
		margin: 0 auto 15px;
		background-image: url("../images/sanka_midashi_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#stampRally .wrapper{
		background-color: #FFFFFF;
	}
	#stampRally .wrapper ol.num_a{
		display: flex;
		justify-content: space-between;
		padding: 30px 25px 15px;
	}
	#stampRally .wrapper ol.num_a li{
		position: relative;
		width: 22%;
		margin-right: 10px;
	}
	#stampRally .wrapper ol.num_a li:last-of-type{
		margin-right: 0;
	}
	
	#stampRally .wrapper ol.num_a li::after{
		content: "";
		position: absolute;
		top: 125px;
		right: -27px;
		display: block;
		width: 20px;
		height: 40px;
		background-image: url("../images/sanka_arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#stampRally .wrapper ol.num_a li:last-of-type::after{
		display: none;
	}
	#stampRally .wrapper ol.num_a li div{
		letter-spacing: -0.05em
	}
	
	#stampRally .remarks{
		display: block;
		width: 900px;
		margin: 2px auto;
		background-color: #FFFACE;
		padding: 7px 16px;
		font-weight: 500;
		line-height: 1.3;
		font-size: 13px;
	}
	#stampRally .remarks p{
		text-indent: -1em;
		padding-left: 1em;
	}#stampRally .remarks p:nth-of-type(2){
		margin-top: 2px;
		color: #AA0000;
	}
	#stampRally .remarks p:nth-of-type(2) span{
		font-size: 110%;
		font-weight: 600;
	}
	#stampRally .remarks p a{
		text-indent: 0;
	}
	
	
	/* ----------------------------------------------
		スポンサー
	------------------------------------------------- */
	
	#sponsor{
		padding: 30px 0 1px;
		background-color: #FFFFFF;
	}
	#sponsor p{
		text-align: center;
		font-size: 16px;
		font-weight: 500;
	}
	#sponsor ul{
		display: flex;
		width: 1000px;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 35px auto;
	}
	
	#sponsor ul.medium{
		justify-content: center;
	}
	
	#sponsor ul li img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	#sponsor ul.large li{ width: 450px; }
	#sponsor ul.medium li{ width: 230px;}
	#sponsor ul.small li{ width: 150px; height: 55px; margin:10px;}
	
	
	/* ----------------------------------------------
		フッター（お問い合わせ）
	------------------------------------------------- */
	
	#footer{
		padding: 40px 0;
		background-color: #323c59;
	}
	#inquiry h2{
		font-size: 18px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
		margin-bottom: 15px;
	}
	#inquiry > p{
		display: block;
		width: 500px;
		height: 60px;
		margin: 0 auto 45px;
		background-image: url("../images/company_logo.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	#inquiry dl{
		display: block;
		margin: 0 auto;
		color: #FFFFFF;
	}
	#inquiry dl dt{
		display: block;
		width: 185px;
		margin: 0 auto 12px;
		font-size: 11px;
		text-align: center;
		border: 1.5px solid #FFFFFF;
		border-radius: 5px;
	}
	
	#inquiry dl dd a{
		display: block;
		width: 200px;
		height: 30px;
		background-image: url("../images/phone_num.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin: 0 auto 5px; 
	}
	#inquiry dl dd p{
		display: block;
		text-align: center;
		font-size: 12.5px;
	}
	
	
	
	
	
}
/*-
	SP版（767px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	.wrapper {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	a{
		opacity: 1.0;
		transition: 0.15;
	}
	a:hover{
		opacity: 0.65;
	}
	
	/* ----------------------------------------------
		ヘッダー
	------------------------------------------------- */

	body{
		background-image: url("../images/head_hanabi.png");
		background-repeat: no-repeat;
		background-size: 160% auto;
		background-position: center top;
		overflow-x: hidden;
	}
	
	#header{
		display: block;
		z-index: 100;
	}
	#headerImg{
		display: block;
		margin: 0 auto;
		position: relative;
		padding-top: 24vw;
		background-image: url("../images/head_stamp.png");
		background-repeat: no-repeat;
		background-size: 35vw auto;
		background-position: center top 10px;
	}
	#headerImg h1{
		display: block;
		width: 90vw;
		height: 26vw;
		margin: 0 auto;
		background-image: url("../images/head_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#headerImg::before{
		content: "";
		display: block;
		position: absolute;
		z-index: -10;
		bottom: -27vw;
		left: 0;
		width: 33vw;
		height: 32vw;
		background-image: url("../images/head_hanabi-s_l.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right center;
	}
	#headerImg::after{
		content: "";
		display: block;
		position: absolute;
		z-index: -10;
		bottom: -26vw;
		right: 0;
		width: 32vw;
		height: 31vw;
		background-image: url("../images/head_hanabi-s_r.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left center;
	}
	#headerDay{
		dipslay: block;
		height: 16vw;
		margin: 9vw 0 10px;
		background-image: url("../images/kikan.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	#amenity{
		padding-bottom: 60px;
		background-image: url("../images/bg_hanabi.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
	}
	
	#amenity > p:nth-of-type(1){
		dipslay: block;
		height: 18vw;
		max-height: 100px;
		background-image: url("../images/catch_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin-bottom: -1.5vw;
	}
	#amenity > p:nth-of-type(2){
		dipslay: block;
		height: 24vw;
		max-height: 125px;
		background-image: url("../images/chusen_100.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#amenity #prizes{
		dipslay: block;
		height: 165vw;
		max-height: 950px;
		background-image: url("../images/shohin_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#amenity .text{
		display: block;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
		margin: -10px 0;
	}
	
	.kanou{
		display: block;
		position: relative;
		margin: 0 auto;
		background-color: #fbc600;
		padding: 8px;
	}
	.kanou::after{
		content: "";
		display: block;
		position: absolute;
		right: 5px;
		top: 3px;
		width: 20vw;
		height: 20vw;
		background-image: url("../images/oubo_up-arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right top;
	}
	.kanou div{
		display: block;
		position: relative;
		z-index: 10;
		background-image: url("../images/oubo-kanou_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 30vw;
	}
		
	.shimekiri{
		display: block;
		margin: 18px auto;
	}
	.shimekiri p:first-of-type{
		display: block;
		height: 6vw;
		max-height: 35px;
		background-image: url("../images/shimekiri.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin-bottom: 3px;
	}
	.shimekiri p:last-of-type{
		display: block;
		text-align: center;
		color: #fbc600;
		font-weight: 500;
	}
	
	/* ----------------------------------------------
		アコーディオン
	------------------------------------------------- */
	.accordion {
		display: grid;
		gap: 1em;
	}
	.accordion details {
		font-size: 14px;
	}
	.accordion details summary {
		display: block;
		cursor:pointer;
		padding: 8px 35px 8px 10px;
		position: relative;
	}
	
	.accordion details summary::-webkit-details-marker {
		display: none;
	}
	.accordion details summary::before,
	.accordion details summary::after {
		content: "";
		position: absolute;
		top: 50%;
		translate: 0 -50%;
	}
	.accordion details summary::before {
		width: 16px;
		height: 2px;
		right: 11px
	}
	.accordion details summary::after {
		width: 2px;
		height: 16px;
		right: 18px;
		transition: rotate 0.3s;
	}
	.accordion details[open] summary::after {
		rotate: 90deg;
	}
	.accordion details > div {
		overflow: hidden;
		padding: 10px;
		border: solid 1px var(--back-basic-color);
		border-top: none !important;
		
		display: grid; 
		grid-template-rows: 0fr;
		gap: 2em;
		transition: all 0.5s 0s ease;
	}
	.accordion details[open] > div {
		grid-template-rows: 1fr;
	}
	.accordion details > div dl dt {
		font-weight: bold;
	}
	
	/* ----------------------------------------------
		リスト（番号）
	------------------------------------------------- */
	
	ol {
		counter-reset: listnum;
	}
	
	ol.num_a,
	ol.num_b {
		display: flex;
		flex-wrap: wrap;
		gap: 2em 1em;
	}
	ol.num_a > li,
	ol.num_b > li {
		font-size: 18px;
		
		width: calc(50% - 10px);
		
		display: grid;
		gap: 0.5em;
		align-content: start;
	}
	ol.num_a > li::before,
	ol.num_b > li::before {
		counter-increment: listnum;
		content: counter(listnum);
		
		text-align: center;
		font-weight: bold;
		
		width: 1.6em;
		height: 1.6em;
		border-radius: 50%;
		
		display: grid;
		place-items: center;
	
		color: #FFFFFF;
		background-color: #E60000;
	}
	ol.num_a > li img,
	ol.num_b > li img {
		width: 100%;
	}
	
	
	
	/* ----------------------------------------------
		概要
	------------------------------------------------- */
	
	#detail {
		padding: 30px 0 0; 
	}
	#detail .accordion {
		margin-bottom: 1em;
	}
	#detail .accordion details {}
	#detail .accordion details summary {
		background-color: #fabe00;
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		display: flex;
		place-items: center;
	}
	#detail .accordion details summary::before,
	#detail .accordion details summary::after {
		background-color: #000000;
	}
	#detail .accordion details summary span {
		font-size: 90%;
		color: #e60012;
	}
	#detail .accordion details > div {
		border: solid 2px #fabe00;
		background-color: #FEFFD8;
	}
	
	#detail .accordion details > div dl {
		display: grid;
		gap: 0.35em;
	}
	#detail .accordion details > div dl h4 {
		font-size: 18px;
		font-weight: bold;
	}
	#detail .accordion details > div dl h4::after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #E60000 0%, #E60000 3em, #FF9578 3em, #FF9578 100%);
	}
	
	#detail #dl_here{
		font-size: 16px;
		font-weight: 700;
		color: #E60000;
		margin-bottom: 5px;
	}
	#detail .accordion details > div dl dd {}
	#detail .accordion details > div dl dd ul#download {
		margin: 0;
		display: grid;
		gap: 1em;
	}
	#detail .accordion details > div dl dd ul#download li{
		background-color: #FFFFFF;
	}
	#detail .accordion details > div dl dd ul#download li a {
		background-repeat: no-repeat;
		background-size: 120px;
		background-position: right 10px center;
		
		font-size: 16px;
		font-weight: bold;
		
		width: 100%;
		height: 70px;
		border: solid 1px #000;
		border-radius: 10px;
		padding: 10px;
		padding-right: 130px;
		
		display: grid;
		align-items: center;
	}
	#detail .accordion details > div dl dd ul#download li:nth-of-type(1) a {
		background-image: url("../images/dl_app.png");
	}
	#detail .accordion details > div dl dd ul#download li:nth-of-type(2) a {
		background-image: url("../images/dl_google.png");
	}
	
	#detail .accordion details > div dl dd > p {
		margin-bottom: 1em;
	}
	#detail .more{
		display: block;
		margin: 15px 0 25px;
		font-weight: 700;
		color: #E60000;
		text-align: right;
	}
	#detail .remarks2{
		color: #777777;
	}
	
	/* ----------------------------------------------
		スタンプラリーの遊び方
	------------------------------------------------- */
	
	#stampRally{
		padding-top: 20px;
		background-image: url("../images/play_bottom_bg.png");
		background-repeat: no-repeat;
		background-size: auto 700px;
		background-position: center bottom;
		margin-bottom: 20px;
	}
	#stampRally h3{
		display: block;
		height: 15vw;
		max-height: 85px;
		margin: 0 auto 4vw;
		background-image: url("../images/sanka_midashi_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#stampRally .wrapper{
		width: 100%;
		background-color: #FFFFFF;
	}
	#stampRally .wrapper ol.num_a{
		padding: 30px 25px 15px;
	}
	#stampRally .wrapper ol.num_a li img{
		transform: scale(95%);
		margin: -5% auto;
	}
	#stampRally .wrapper ol.num_a li div{
		margin: 0 auto;
		letter-spacing: -0.05em
	}
	
	#stampRally .remarks{
		display: block;
		width: 94%;
		margin: 15px auto;
		background-color: #FFFACE;
		padding: 12px 14px;
		font-weight: 500;
		line-height: 1.4;
		
	}
	#stampRally .remarks p{
		text-indent: -1em;
		padding-left: 1em;
	}
	#stampRally .remarks p:nth-of-type(2){
		color: #AA0000;
		margin-top: 5px;
	}
	#stampRally .remarks p:nth-of-type(2) span{
		font-size: 110%;
		font-weight: 600;
	}

	#stampRally .remarks p a{
		text-indent: 0;
	}
	
	
	/* ----------------------------------------------
		対象の花火大会
	------------------------------------------------- */

	#taisho{
		display: block;
		padding-top: 30px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	#taisho h2{
		display: block;
		color: #f5ad5f;
		font-size: 26px;
		font-weight: 900;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#taisho dl.month{
		display: block;
		width: 95%;
		margin: 0 auto;
		border-top: 3px solid #FFFFFF;
	}
	#taisho dl.month:last-of-type{
		border-bottom: 3px solid #FFFFFF;
	}
	
	#taisho dl.month > dt{
		display: none;
	}
	#taisho dl.month > dd{}
	
	#taisho dl.fw{
		display: block;
		padding: 10px 5px;
		border-bottom: 1px solid #FFFFFF;
	}
	#taisho dl.fw:last-of-type{
		border: none;
	}
		
	#taisho dl.fw dt{
		color: #c6e7f9;
		font-weight: 600;
	}
	#taisho dl.fw dt span{}
	#taisho dl.fw dd{
		padding-left: 2px;
	}
	#taisho dl.fw dd span{
		display: inline;
		top: 50%;
	}
	#taisho dl.fw dd span::before{
		content: "（";
	}
	#taisho dl.fw dd span::after{
		content: "）";
	}
	
	
	/* ----------------------------------------------
		スポンサー
	------------------------------------------------- */
	
	#sponsor{
		padding: 30px 0;
		background-color: #FFFFFF;
	}
	#sponsor p{
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10vw;
		line-height: 1.4;
	}
	#sponsor ul{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 7vw;
	}
	
	#sponsor ul.medium{
		justify-content: center;
	}
	#sponsor ul.small{
		margin: 0 auto;
		max-width: 550px;
		padding: 0 4vw;
	}
	
	#sponsor ul li{
		display: block;
		margin: 0 auto;
	}
	#sponsor ul li img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	#sponsor ul.large li{
		width: 80vw;
		height: 30vw;
		max-width: 450px;
		max-height: 170px;
	}
	#sponsor ul.medium li{
		width: 45vw;
		height: 17vw;
		max-width: 250px;
		max-height: 100px;
	}
	#sponsor ul.small li{
		width: 30vw;
		height: 12vw;
		max-width: 165px;
		max-height: 60px;
		margin: 20px;
	}
	
	
	/* ----------------------------------------------
		フッター（お問い合わせ）
	------------------------------------------------- */
	
	#footer{
		padding: 40px 0;
		background-color: #323c59;
	}
	#inquiry h2{
		font-size: 13px;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
		margin-bottom: 15px;
	}
	#inquiry > p{
		display: block;
		width: 80vw;
		height: 10vw;
		max-width: 440px;
		max-height: 55px;
		margin: 0 auto 45px;
		background-image: url("../images/company_logo.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	#inquiry dl{
		display: block;
		margin: 0 auto;
		color: #FFFFFF;
	}
	#inquiry dl dt{
		display: block;
		width: 185px;
		margin: 0 auto 12px;
		font-size: 11px;
		text-align: center;
		border: 1.5px solid #FFFFFF;
		border-radius: 5px;
	}
	
	#inquiry dl dd a{
		display: block;
		width: 200px;
		height: 30px;
		background-image: url("../images/phone_num.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		margin: 0 auto 5px; 
	}
	#inquiry dl dd p{
		display: block;
		text-align: center;
		font-size: 12.5px;
	}
	
	
	
	
	
}



