@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Noto Sans JP', sans-serif; /100/300/500
font-family: 'Yuji Syuku', serif;
*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.fireworks_new section {
  border: none;
  background: none;
}
.fireworks_new a:hover {
  color: inherit;
}
.fireworks_new i[class*="fa-"] {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .fireworks_new h2 {
    margin: 0 0 30px 0!important;
    font-size: 24px!important;
  }
}
/*=======================================
	共通
=======================================*/
.fireworks_new * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
.fireworks_new p, .fireworks_new li, .fireworks_new dt, .fireworks_new dd, .fireworks_new th, .fireworks_new td, .fireworks_new h1, .fireworks_new h2, .fireworks_new h3, .fireworks_new h4, .fireworks_new h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.fireworks_new span {
  font-size: inherit;
  font-weight: inherit;
}
.fireworks_new i {
  font-size: inherit;
  font-weight: bold;
}
.fireworks_new a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.fireworks_new a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.fireworks_new .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.fireworks_new h1, .fireworks_new h2, .fireworks_new h3 {
  font-weight: 500;
}
.fireworks_new h2 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 34px;
  color: #333;
}
.fireworks_new img {
  width: 100%;
  height: auto;
}
.fireworks_new .pc-none {
  display: none;
}
@media screen and (max-width:768px) {
  .fireworks_new .sp-none {
    display: none;
  }
  .fireworks_new .pc-none {
    display: inherit;
  }
  .fireworks_new .inner {
    width: 90%;
    padding: 50px 0 30px 0;
  }
}
.visibility{
  visibility:hidden;
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.hidden-h1 {
  /* 視覚的に隠すための標準的なCSS */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#slider {
    width: 100%;
    height: 65vh;
}
@media screen and (max-width:768px) {
#slider {
    width: 100%;
    height: 85vh;
}
}
.block{
  position: relative;
}

.main__text{
  background: url(../img/maintitle.png) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fireworks_new .mainvisual {
  height: 700px;
  background: #000 url("../img/main2.jpg") no-repeat bottom center;
  position: relative;
}
.fireworks_new .mainvisual .inner {
  max-width: 900px;
	padding: 0;
	height: 100%;
}
/* .fireworks_new .mainvisual h1 {
	display: block;
	 font-family: 'Yuji Syuku', serif;
	color: #FFF;
	font-size: 50px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
    left: calc(50% - 150px);
	top: 30px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	padding: 20px;
} */
.fireworks_new .mainvisual h1 span {
	display: block;
	border-right: 1px solid #FFF;
}
.fireworks_new .mainvisual h1 span:last-child {
	border-left: 1px solid #FFF;
}
.fireworks_new .mainvisual h1 strong {
	font-size: 60px;
}
.text-inner{
  position: absolute;
  z-index: 100;
  top: 72%;
  left: calc(50% - 575px);
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 20px 10px 25px;
  background: rgba(0,0,0,0.5);
}
.text-inner h1{
  font-family: 'Yuji Syuku', serif;
   color: #fff;
   font-size: 30px;
}
.text-inner p{
  font-family: 'Yuji Syuku', serif;
   color: #fff;
   font-size: 15px;
}
.flex{
  display: flex;
}
@media screen and (max-width:768px) {
	.fireworks_new .mainvisual {
		height: 88vw;
		background: #000 url(../img/main2-sp.jpg) no-repeat bottom center;
		background-size: contain;
	}
	.fireworks_new .mainvisual {
		padding: 30px 0 0 0;
	}
	.fireworks_new .mainvisual h1 {
		position: static;
		margin: 0 auto;
	}
	.text-inner {
		top: 69%;
		left: calc(50% - 190px);
		padding: 10px 5px 15px;
	}
	.text-inner h1{
		font-size: 15px;
	}
	.text-inner p{
		font-size: 11px;
	}
}

/*=======================================
	オススメツアー
=======================================*/

#recomend_tour{
  background-color: #fffcf4;
  height: 1160px;
    background: #000 url(../img/tour-bk.jpeg) no-repeat bottom center;
    position: relative;


}
.tour_depdate p{
  font-size: 14px;
}


.fes_name,.dep_name{
  display: flex;
  flex-wrap: wrap;
}
.tour_wrap{
  display: flex;
  flex-wrap: wrap;

}
.tour_box{
  margin: 0 10px;
  border: 1px solid #ababab;
  height: 480px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 31%;
}
.tour_box:hover{
  filter: drop-shadow(0 0 8px #ceb217);
}
/* ツアーボックスの幅 */
@media screen and (max-width:768px) {
  .tour_box{
  width: 100%;
  margin-bottom: 20px;
  }
  #recomend_tour {
  height: 2240px;
  }
}

.tour_imgbox{
  position: relative;
}
.tour_imgbox p{
  position: absolute;
  color: #fff;
  background-color: black;
  font-size: 11px;
  padding: 5px;
  top: 0;
  left: 0;
}

.tour_txt_box{
  margin: 10px;
}
.fex_name_box{
  margin: 10px 0;
}
.fes_name li{
  background-color: #2727ab;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 2px;
}
.dep_name li{
    border-radius: 3px;
    font-size: 13px;
    padding: 0px 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #fff579;
    background: #000000;
}

.tour_title{
  font-weight: 900;
  font-size: 16px;
  color: #414141;
  border-top: dotted 1px gray;
}
.tour_price{
  text-align: right;
  color: red;
  font-weight: 500;
  font-size: 20px;
}
.othertour{
  margin: 100px 0 0;
  text-align: center;
}
/*ツアー一覧へのボタン*/
.fireworks_new .btn-alltour {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
.fireworks_new .btn-alltour a {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  background: rgba(0, 51, 100, 1);
  border-radius: 5px;
  color: #FFF;
  padding: 10px 0;
}
.fireworks_new .btn-alltour a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #d5b345;
  margin: 0 0 0 20px;
}
/* スライダー1枚目 */
.slider2 .slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #777777!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider .slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #777777!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* .slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #af1e1e;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  left: 14px;
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 11px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 11px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
} */


/* SLICKの高さをそろえる */
@media screen and (max-width:768px) {
  .slick-track {
    display: flex!important;
  }
  .slick-slide {
    height: auto!important;
  }
}



/*=======================================
	検索ボックス（search-wrap）
=======================================*/
.fireworks_new .search-wrap {
  width: 900px;
  background-color: rgba(0, 51, 100, 1);
  background-image: url(../img/header_bg_1.png), url(../img/header_bg_2.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin: -200px auto 100px auto;
  padding: 30px 20px 5px 20px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.fireworks_new .search-wrap .inner {
  padding: 0;
}
.fireworks_new .search-wrap h2 {
  margin: 0 0 20px 0;
  color: #FFF;
  font-size: 24px;
}
.fireworks_new .search_box {}
.fireworks_new .SearchArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
}
.fireworks_new .SearchArea .Inner {
  width: calc(50% - 20px);
  background: #004F9B;
  padding: 10px 20px 20px 20px;
  margin: 0 10px;
  border-radius: 7px;
}

.fireworks_new .SearchArea .Inner.end {
  background-color: initial;
  padding: 20px 0 0;
}

.fireworks_new .SearchArea .dep-wrap {
  display: flex;
  justify-content: space-between;
}
.fireworks_new .SearchArea .searc_title {
  font-size: 18px;
  color: #FFF;
  margin: 0 0 7px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fireworks_new .SearchArea .searc_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  bottom: -2px;
}
.fireworks_new .SearchArea .dep-wrap dl {
  width: calc(50% - 10px);
}
.fireworks_new .SearchArea dt {
  color: #FFF;
  margin: 0 0 5px 0;
}
.fireworks_new .SearchArea select {
  width: 100%;
  padding: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
	font-size: 14px;
	color: #333;
}
.fireworks_new .SearchArea select:focus {
  outline: none;
}
.fireworks_new .SearchArea .select_box {
  position: relative;
}
.fireworks_new .SearchArea .select_box::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  display: block;
  width: 30px;
  height: 100%;
  background: #d5b345;
  border-radius: 0 3px 3px 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}
.fireworks_new .SubmitBox {
  text-align: center;
}
.fireworks_new .SubmitBox button {
  background: #d5b345;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px 80px;
  border-radius: 3px;
  border: none;
}
.fireworks_new .SubmitBox button:hover {
  background: #F7D235;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
	.fireworks_new .search-wrap {
		width: 100%;
		border-radius: 0;
	}
	.fireworks_new .search-wrap .inner {
		width: 100%;
	}
	.fireworks_new .search-wrap h2 {
		font-size: 20px;
	}
	.fireworks_new .SearchArea {
		flex-direction: column;
	}
	.fireworks_new .SearchArea .Inner {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/* =================================================
カレンダー
================================================= */
.fs1{
  font-size: 20px;
  color: #d30707;
  font-weight: 900;
}
.fs2{
  margin-left: 20px;
  color: #363636;
  font-size: 14px!important;
}
.onsale{
  background-color: #a93d8f;
  color: white;
  padding: 3px 15px;
  border-radius: 10px;
  margin-left: 15px;
}
.offsale{
  background-color: #180f16;
  color: white;
  padding: 3px 15px;
  border-radius: 10px;
  margin-left: 15px;
}

/* #calender{
  background: #f2f2f2;
  padding-bottom: 40px;
} */
#calender .inner {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 45px 0 55px 0;
}
#calender table {
    width: 100%;
}
#calender tr {
  border-top: #aeaeaf solid 1px;
}
#calender tr:last-child {
  border-bottom: #aeaeaf solid 1px;
}
#calender td{
  padding: 15px 0;  
  display: block;
  position: relative;
}
#calender td+td{
  padding: 0 0 15px 0;
}
#calender th{
  padding: 15px 0 15px 70px;
  width: 270px;
}
#calender .more{
  position: absolute;
  right: 0;
  margin-top: 10px;
}
#calender a{
  text-decoration: none;
  color: #2d2d91;
  font-weight: 900;
}
#calender .more a::before{
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  border-bottom: 2px solid #aeaeaf;
  border-right: 2px solid #aeaeaf;
  transform: skew(45deg);
  position: absolute;
  bottom: 50%;
  right: 0;
}

@media screen and (max-width:768px) {
	#calender th {
		padding: 15px 0 15px 5px;
    width: 95px;
	}
  #calender td {
    margin-left: 10px;
  }
  #calender a {
    font-size: 20px;
  }
	.onsale {
		right: 0;
		font-size: 13px!important;
	}
	.offsale {
		right: 0;
		font-size: 13px!important;
	}
}

/*=======================================
	地図（map）
=======================================*/
.fireworks_new .map .inner {
	width: 1000px;
	height: 700px;
	background: url("../img/hanabi_map.png") no-repeat top center;
	background-size: contain;
	position: relative;
	margin: 30px auto;
	padding: 30px 0;;
}
.fireworks_new .map .inner::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url("../img/hanabi3.png") no-repeat top left;
	background-size: contain;
	position: absolute;
	bottom: 150px;
	right: 10px;
	z-index: 0;
}
.fireworks_new .map .inner::after {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: url("../img/hanabi2.png") no-repeat top left;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 0;
}
.fireworks_new .map h2 {
	text-align: left;
  margin: 0 0 20px 0;
	position: relative;
	z-index: 2;
}
.fireworks_new .map h2::before {
	content: "";
	display: block;
	width: 270px;
	height: 270px;
	background: url("../img/hanabi1.png") no-repeat top left;
	background-size: contain;
	position: absolute;
	top: -90px;
	left: -90px;
	z-index: 0;
}
.fireworks_new .map h2::after {
	content: "";
	display: block;
	width: 180px;
	height: 180px;
	background: url("../img/hanabi3.png") no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 110px;
	left: 160px;
	z-index: 0;
}

.ttl-bottom {
	text-align: center;
	/* margin-bottom: 20px; */
	padding-bottom: 10px;
}
.fireworks_new .map .ttl-bottom {
	margin: 0 0 50px 0;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.fireworks_new .map .ttl-bottom::after {
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	background: url("../img/hanabi2.png") no-repeat top left;
	background-size: contain;
	position: absolute;
	top: -130px;
	left: 370px;
	z-index: 0;
}
/*地図上の番号*/
.fireworks_new .map .no li {
  display: block;
  font-size: 14px;
  line-height: 18px;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
}
.fireworks_new .map .no li a {
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
}
.fireworks_new .map .no li.tohoku a {
  background: #a94f88;
}
.fireworks_new .map .no li.kanto a {
  background: #d65b6a;
}
.fireworks_new .map .no li.chubu a {
  background: #de8b54;
}
.fireworks_new .map .no li.kinki a {
  background: #d5b345;
}
.fireworks_new .map .no li.shikoku a {
  background: #00a381;
}
.fireworks_new .map .no li.kyusyu a {
  background: #598695;
}
.fireworks_new .map .no li.active a {
	background: #000;
}
.fireworks_new .map .no li a:hover {
	opacity: 1;
	background: #000;
	transition: 0.3s;
}
.fireworks_new .map .no li.no1 {
  top: 58px;
  left: 615px;
}
.fireworks_new .map .no li.no2 {
  top: 54px;
  left: 645px;
}
.fireworks_new .map .no li.no3 {
  top: 285px;
  left: 580px;
}
.fireworks_new .map .no li.no4 {
  top: 266px;
  left: 476px;
}
.fireworks_new .map .no li.no5 {
  top: 258px;
  left: 504px;
}
.fireworks_new .map .no li.no6 {
  top: 288px;
  left: 501px;
}
.fireworks_new .map .no li.no7 {
  top: 336px;
  left: 456px;
}
.fireworks_new .map .no li.no8 {
    top: 336px;
    left: 432px;
}
.fireworks_new .map .no li.no9 {
    top: 406px;
    left: 368px;
}
.fireworks_new .map .no li.no10 {
    top: 371px;
    left: 394px;
}
.fireworks_new .map .no li.no11 {
top: 383px;
    left: 269px;
}
.fireworks_new .map .no li.no12 {
top: 387px;
    left: 245px;
}
.fireworks_new .map .no li.no13 {
    top: 415px;
    left: 241px;
}
.fireworks_new .map .no li.no14 {
top: 443px;
    left: 254px;
}
.fireworks_new .map .no li.no15 {
top: 486px;
    left: 248px;
}
/*アンカーリンク*/
.fireworks_new .map .unkerlink li {
  width: fit-content;
  /*position: absolute;*/
}
.fireworks_new .map .unkerlink li a {
  font-size: 14px;
  display: block;
  color: #FFF;
    height: 22px;
  padding: 0 6px 0 26px;
}
.fireworks_new .map .unkerlink li a span {
  background: #000;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
/* .fireworks_new .map .unkerlink li.line2 a {
    height: 44px;
} */
.fireworks_new .map .unkerlink li.tohoku a {
  background: #a94f88;
}
.fireworks_new .map .unkerlink li.kanto a {
  background: #d65b6a;
}
.fireworks_new .map .unkerlink li.chubu a {
  background: #de8b54;
}
.fireworks_new .map .unkerlink li.kinki a {
  background: #d5b345;
}
.fireworks_new .map .unkerlink li.shikoku a {
  background: #00a381;
}
.fireworks_new .map .unkerlink li.kyusyu a {
  background: #598695;
}
.fireworks_new .map .unkerlink li a:hover {
	opacity: 1;
	background: #000;
	transition: 0.3s;
}
.fireworks_new .map .unkerlink li.active a {
	background: #000;
}
.fireworks_new .map .unkerlink li {
	position: absolute;
}
.fireworks_new .map .unkerlink li.no1 {
  top: 60px;
  left: 461px;
}
.fireworks_new .map .unkerlink li.no2 {
  top: 55px;
  left: 690px;
}
.fireworks_new .map .unkerlink li.no3 {
  top: 285px;
  left: 660px;
}
.fireworks_new .map .unkerlink li.no4 {
  top: 166px;
  left: 335px;
}
.fireworks_new .map .unkerlink li.no5 {
  top: 198px;
  left: 421px;
}
.fireworks_new .map .unkerlink li.no6 {
  top: 237px;
  left: 376px;
}
.fireworks_new .map .unkerlink li.no7 {
  top: 385px;
  left: 491px;
}
.fireworks_new .map .unkerlink li.no8 {
  top: 277px;
  left: 391px;
}
.fireworks_new .map .unkerlink li.no9 {
    top: 462px;
    left: 365px;
}
.fireworks_new .map .unkerlink li.no10 {
top: 420px;
    left: 430px;
}
.fireworks_new .map .unkerlink li.no11 {
top: 330px;
    left: 145px;
}
.fireworks_new .map .unkerlink li.no12 {
top: 370px;
	left: 70px;
}
.fireworks_new .map .unkerlink li.no13 {
top: 400px;
	left: 70px;
}
.fireworks_new .map .unkerlink li.no14 {
top: 460px;
	left: 320px;
}
.fireworks_new .map .unkerlink li.no15 {
top: 486px;
	left: 320px;
}

@media screen and (max-width:768px) {
	.fireworks_new .map .inner {
		background: none;
		width: 100%;
		height: auto;
	}
	.fireworks_new .map h2 {
		text-align: center;
	}
	.fireworks_new .map h2::before {
		width: 240px;
    height: 240px;
	}
	.fireworks_new .map h2::after {
		width: 120px;
    height: 120px;
top: -120px;
    left: 166px;
	}
	.fireworks_new .map .ttl-bottom {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.fireworks_new .map .ttl-bottom::after {
		width: 180px;
    height: 180px;
    top: -90px;
    left: 225px;
	}
	.fireworks_new .map .no {
		display: none;
	}
	.fireworks_new .map .unkerlink {
		width: fit-content;
		margin: 0 auto;
	}
	.fireworks_new .map .unkerlink li {
		position: static;
	}
	.fireworks_new .map .unkerlink li+li {
		margin: 5px 0 0 0;
	}
	.fireworks_new .map .unkerlink li a {
		font-size: 16px;
		height: 26px;
	}
	.fireworks_new .map .unkerlink li.line2 br {
		display: none;
	}
	.fireworks_new .map .unkerlink li.line2 a {
		height: 26px;
	}
	.fireworks_new .map .unkerlink li a span {
		height: 26px;
	}
	.fireworks_new .map .unkerlink li.no1::before {
		content: "東北";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #a94f88;
	}
	.fireworks_new .map .unkerlink li.no3::before {
		content: "関東";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #d65b6a;
	}
	.fireworks_new .map .unkerlink li.no4::before {
		content: "中部";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #de8b54;
	}
	.fireworks_new .map .unkerlink li.no7::before {
		content: "関西";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #d5b345;
	}
	.fireworks_new .map .unkerlink li.no9::before {
		content: "中国・四国";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #00a381;
	}
	/* .fireworks_new .map .unkerlink li.no12::before {
		content: "九州・沖縄";
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #598695;
	} */
}
/*=======================================
	エリア別情報（area-wrap）
=======================================*/
.fireworks_new .area-wrap {
  background: #EFF4E9 url(../img/section_bg02.png) center center;
}
/*各エリア*/
.fireworks_new .area-box {
  margin: 0 0 100px 0;
}
.fireworks_new .area-box .box-wrap {
  display: flex;
  flex-wrap: wrap;
}
/*各詳細box*/
.fireworks_new .area-box .box {
  justify-content: space-between;
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.fireworks_new .area-box .box {
  margin: 40px 0 0 20px;
}
.fireworks_new .area-box .img-box {
  width: 50%;
}
.fireworks_new .area-box .img-box img {
  width: 100%;
  object-fit: cover;
}
.fireworks_new .area-box .txt-box {
  width: 50%;
  padding: 10px;
  position: relative;
}
.fireworks_new .area-box .txt-box-wrap {
  display: flex;
}


/*エリアタイトル*/
.fireworks_new .area-box h2 {
  color: #FFF;
  border-radius: 5px;
  padding: 5px 0 7px 0;
}
.fireworks_new .tohoku.area-box h2, .fireworks_new .kanto.area-box h2, .fireworks_new .chubu.area-box h2, .fireworks_new .kinki.area-box h2, .fireworks_new .shikoku.area-box h2, .fireworks_new .kyusyu.area-box h2 {
  background-image: url(../img/header_bg_1.png), url(../img/header_bg_2.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}
.fireworks_new .tohoku.area-box h2 {
  background-color: #a94f88;
}
.fireworks_new .kanto.area-box h2 {
  background-color: #d65b6a;
}
.fireworks_new .chubu.area-box h2 {
  background-color: #de8b54;
}
.fireworks_new .kinki.area-box h2 {
  background-color: #d5b345;
}
.fireworks_new .shikoku.area-box h2 {
  background-color: #00a381;
}
.fireworks_new .kyusyu.area-box h2 {
  background-color: #598695;
}
/*番号*/
.fireworks_new .area-box .no {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
}
.fireworks_new .tohoku.area-box .no {
  background: #a94f88;
}
.fireworks_new .kanto.area-box .no {
  background: #d65b6a;
}
.fireworks_new .chubu.area-box .no {
  background: #de8b54;
}
.fireworks_new .kinki.area-box .no {
  background: #d5b345;
}
.fireworks_new .shikoku.area-box .no {
  background: #00a381;
}
.fireworks_new .kyusyu.area-box .no {
  background: #598695;
}
/*タイトル*/
.fireworks_new .area-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.fireworks_new .area-box h3 br {
	display: none;
}
.fireworks_new .tohoku.area-box h3 {
  color: #a94f88;
}
.fireworks_new .kanto.area-box h3 {
  color: #d65b6a;
}
.fireworks_new .chubu.area-box h3 {
  color: #de8b54;
}
.fireworks_new .kinki.area-box h3 {
  color: #d5b345;
}
.fireworks_new .shikoku.area-box h3 {
  color: #00a381;
}
.fireworks_new .kyusyu.area-box h3 {
  color: #598695;
}
/*開催地*/
.fireworks_new .area-box .pref {
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 110%;
}
.fireworks_new .area-box .pref::before {
  font-family: "Font Awesome 5 Free";
  content: "\f276";
  font-weight: bold;
  margin: 0 5px 0 0;
}
.fireworks_new .tohoku.area-box .pref {
  border-bottom: 1px dotted #a94f88;
  text-align: right;
}
.fireworks_new .kanto.area-box .pref {
  border-bottom: 1px dotted #d65b6a;
  text-align: right;
}
.fireworks_new .chubu.area-box .pref {
  border-bottom: 1px dotted #de8b54;
  text-align: right;
}
.fireworks_new .kinki.area-box .pref {
  border-bottom: 1px dotted #d5b345;
  text-align: right;
}
.fireworks_new .shikoku.area-box .pref {
  border-bottom: 1px dotted #00a381;
  text-align: right;
}
.fireworks_new .kyusyu.area-box .pref {
  border-bottom: 1px dotted #598695;
  text-align: right;
}
/*詳細*/
.fireworks_new .area-box .detail {
  padding: 10px 10px 5px;
}
.fireworks_new .area-box .detail li {
  display: inline-block;
  font-size: 14px;
  margin: 0 15px 0 0;
}
/*タグ*/
.fireworks_new .area-box .tag {
  margin: 5px 0 0 0;
}
.fireworks_new .area-box .tag li {
  display: inline-block;
  background: #eb3333;
  color: #fff;
  font-size: 12px;
  padding: 0 10px 2px 10px;
  margin: 0 5px 0 0;
}
/*ツアー詳細へのボタン*/
.fireworks_new .area-box .tourbtn {
  text-align: center;
  font-weight: bold;
  margin: 15px auto;
  width: 80%;
}

.fireworks_new .area-box .tourbtn a {
  display: block;
  border-radius: 3px;
  color: #FFF;
  padding: 5px 0 7px 0;
}
.fireworks_new .area-box .tourbtn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin: 0 0 0 20px;
}
.fireworks_new .tohoku.area-box .tourbtn a {
  background: #a94f88;
}
.fireworks_new .kanto.area-box .tourbtn a {
  background: #d65b6a;
}
.fireworks_new .chubu.area-box .tourbtn a {
  background: #de8b54;
}
.fireworks_new .kinki.area-box .tourbtn a {
  background: #d5b345;
}
.fireworks_new .shikoku.area-box .tourbtn a {
  background: #00a381;
}
.fireworks_new .kyusyu.area-box .tourbtn a {
  background: #598695;
}
/*募集終了・募集開始待ち*/
.fireworks_new .area-box .tourbtn-after {
  font-weight: bold;
	background: #DDD;
  border-radius: 3px;
  padding: 5px 0 7px 0;
  margin: 15px auto;
  width: 80%;
  text-align: center;
}

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

	.fireworks_new .tohoku.area-box h2, .fireworks_new .kanto.area-box h2, .fireworks_new .chubu.area-box h2, .fireworks_new .kinki.area-box h2, .fireworks_new .shikoku.area-box h2, .fireworks_new .kyusyu.area-box h2 {
		background-size: 40%;
	}
	.fireworks_new .area-box {
		margin: 0 auto 60px auto;
    max-width: 600px;
	}
	.fireworks_new .area-box .box {
    width: 100%;
		flex-direction: column;
    margin: 30px 10px;
	}

	.fireworks_new .area-box .txt-box {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 14px 15px 10px 15px;
	}
	.fireworks_new .area-box .img-box {
		width: 100%;
	}
	.fireworks_new .area-box h3 {
		margin: 0 0 5px 0;
		font-size: 21px;
	}

	.fireworks_new .area-box .pref {
		margin: 0 0 5px 35px;
	}
	.fireworks_new .area-box .detail li {
		display: block;
		line-height: 140%;
	}
	.fireworks_new .area-box .tourbtn {
    text-align: center;
    font-weight: bold;
    margin: 15px auto;
    width: 90%;
	}
	.fireworks_new .btn-alltour {
		font-size: 20px;
	}
	.fireworks_new .btn-alltour a {
		width: 100%;
		max-width: none;
	}
  .fireworks_new .area-box .txt-box-wrap {
    display: block;
  }
  
}
/*=======================================
	注目のおまつり（popular）
=======================================*/
#popular_tour{
  background-color: #fffcf4;
}
.popular_tour_wrap{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#popular_tour h3{
  font-family: 'Yuji Syuku', serif;
  font-size: 38px;
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: 1px;
  color: #792222;
}
#popular_tour h4{
  font-family: 'Yuji Syuku', serif;
  font-size: 30px;
  margin: 20px 0 20px 0;
  text-align: center;
  letter-spacing: 1px;
  color: #792222;
}

#popular_tour .popular_month p{
  color: #fff;
  font-size: 17px;
  padding: 3px 0;
  text-align: center;
}
#popular_tour .popular_month .summer{
 background-color: #00a381;
}
#popular_tour .popular_month .spring{
  background-color: #d65b6a;
 }
 #popular_tour .popular_month .autum{
  background-color: #de8b54;
 }
#popular_tour .popular_month p{
  background-image: url(../img/header_bg_1.png), url(../img/header_bg_2.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-size: 34%;
}
.popular_tour_wrap > .popular_tour_box:nth-last-child(1) {
  margin-bottom: 10px;
}
/* フレックス内のボタンを一番下に */
#popular_tour .tour_txt_box{
  margin-top: 20px;
  flex-grow: 1;
}
#popular_tour .tour_txt_box p{
  font-size: 14px;
}

.popular_tour_box{
  width: calc(100% / 3 - 20px);
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#popular_tour .populartourbtn a{
display: block;
background: #d5b345;
color: #000;
margin: 30px 0 0 0;
padding: 7px 0;
text-align: center;
}

@media screen and (max-width:768px) {
  .popular_tour_box{
    width: 95%;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px gray;
    padding-bottom: 50px;
  }
}


/*=======================================
	おすすめランキング（ranking）
=======================================*/


.shapedividers_com-6163{
overflow:hidden;
position:relative;
}
.shapedividers_com-6163::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23050713"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23050713"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23050713"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-6163::before{
background-size: 100% calc(2vw + 90px);
}
}
 






.fireworks_new .ranking {
   background-color:#050713 ;
}

.fireworks_new .ranking .box-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.fireworks_new .ranking h2 {
      text-align: center;
    font-size: 30px;
    color: #ebead6;
    position: relative;
    top: 0;
    font-weight: 700;
    font-family: var(--font-heading);
    text-shadow: 0px 0px 10px rgba(255, 241, 0, 0.6);
    line-height: 1.3;
    padding-bottom: 10px;
}
.fireworks_new .ranking .ttl-bottom {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.fireworks_new .ranking .box {
  position: relative;
}
.fireworks_new .ranking .box-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.fireworks_new .ranking .box + .box {
  margin: 180px 0 0 0;
  border-top: solid 1px white;
  padding-top: 50px;
}
.fireworks_new .ranking .img-box {
  width: 60%;
}
.fireworks_new .ranking .txt-box {
  width: calc(40% - 30px);
  position: relative;
}
/*ランキング*/
.fireworks_new .ranking .rank {
  display: block;
  font-family: 'Yuji Syuku', serif;
  text-align: center;
  font-size: 46px;
  line-height: 110%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
	background: url("../img/hanabi4.png") no-repeat top center;
	background-size: contain;
	padding: 60px 0 0 0;
  position: absolute;
  top: -10px;
  left: -10px;
	z-index: 1;


    color: #ebead6;
 
    font-weight: 700;
    font-family: var(--font-heading);
    text-shadow: 0px 0px 10px rgba(255,241, 0, 0.6);


}
.fireworks_new .ranking .rank::after {
  content: "Pick up!";
  font-size: 12px;
  display: block;
  line-height: 100%;
}
/*タイトル＆キャッチ*/
.fireworks_new .ranking h3 {
    text-align: center;
    font-size: 20px;
    color: #ebead6;
    position: relative;
    top: 0;
    font-weight: 700;
    font-family: var(--font-heading);
    text-shadow: 0px 0px 10px rgba(255, 241, 0, 0.6);
    line-height: 1.3;
    padding-bottom: 10px;
}
.fireworks_new .ranking .catch-txt {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 50px 0;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
}
.fireworks_new .ranking .catch-txt::before {
  content: "「";
  margin: 0 10px 0 0;
  font-weight: 100;
}
.fireworks_new .ranking .catch-txt::after {
  content: "」";
  margin: 0 0 0 10px;
  font-weight: 100;
}
/*詳細情報*/
.fireworks_new .ranking .detail {
  margin: 0 0 20px 0;
}
.fireworks_new .ranking .detail li {
  font-size: 14px;
  font-weight: 300;
  border-bottom: dotted 1px;
  color: #ffffff;
}
.fireworks_new .ranking .detail li span {
  margin: 0 12px 0 0;
  color: #d5b345;
}
.fireworks_new .ranking .detail li span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 5px;
  position: relative;
  top: -1px;
}
.fireworks_new .ranking .txt {
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffffff;
}
/*ツアー詳細へのボタン*/
.fireworks_new .ranking .tourbtn {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.fireworks_new .ranking .tourbtn a {
  display: block;
  background: #d5b345;
  color: #000;
  margin: 30px 0 0 0;
  padding: 7px 0;
}
.fireworks_new .ranking .tourbtn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin: 0 0 0 20px;
}
@media screen and (max-width:768px) {
	.fireworks_new .ranking {
		/* background: #0a1225 url(../img/section_title_bg03_sp.jpg) no-repeat top center;  */
	}
	.fireworks_new .ranking h2 {
		font-size: 28px;
		margin: 0 0 30px 0;
	}
	.fireworks_new .ranking .rank {
		position: static;
		margin: 0 auto 10px auto;
		width: 150px;
		height: 150px;
		padding: 40px 0 0 0;
	}
	.fireworks_new .ranking h3 {
		font-size: 34px;
	}
	.fireworks_new .ranking .catch-txt {
		margin: 0 0 20px 0;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.fireworks_new .ranking .catch-txt::before {
		margin: 0 5px 0 0;
	}
	.fireworks_new .ranking .catch-txt::after {
		margin: 0 0 0 5px;
	}
	.fireworks_new .ranking .box-wrap {
		max-width: 600px;
	}
	.fireworks_new .ranking .box-inner {
		flex-direction: column;
	}
	.fireworks_new .ranking .img-box {
		width: 100%;
		max-width: 530px;
		margin: 0 auto 20px auto;
	}
	.fireworks_new .ranking .txt-box {
		width: 100%;
		margin: 0 auto;
	}
}
/*=======================================
	おすすめポイント（point）
=======================================*/
.fireworks_new .point {
  background: url("../img/bk-pat.png");
}
.fireworks_new .point .ttl-bottom {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.fireworks_new .point .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #FFF;
  border: 2px solid #003364;
  padding: 20px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.fireworks_new .point .no {
  display: block;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, #003364 50%);
  color: #d5b345;
  line-height: 120%;
  position: absolute;
  text-align: center;
  padding: 5px 20px 0 0;
  top: 0;
  left: 0;
  z-index: 1;
  font-style: italic;
}
.fireworks_new .point .no span {
  display: block;
  font-size: 28px;
  line-height: 120%;
  font-style: normal;
}
.fireworks_new .point .box + .box {
  margin: 40px 0 0 0;
}
.fireworks_new .point .img-box {
  width: 300px;
}
.fireworks_new .point .txt-box {
  width: calc(100% - 320px);
  position: relative;
}
.fireworks_new .point h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  border-bottom: 2px dotted #d5b345;
}
@media screen and (max-width:768px) {
	.fireworks_new .point .inner {
		max-width: 600px;
		margin: 0 auto;
	}
	.fireworks_new .point h2 {
		line-height: 140%;
		margin: 0 0 20px 0;
	}
	.fireworks_new .point h3 {
		font-size: 22px;
		line-height: 140%;
	}
	.fireworks_new .point .ttl-bottom {
		margin: 0 0 30px 0;
	}
	.fireworks_new .point .box {
		flex-direction: column;
	}
	.fireworks_new .point .img-box {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.fireworks_new .point .txt-box {
		width: 100%;
	}}
/*=======================================
	よくある質問（faq）
=======================================*/
.fireworks_new .faq {}
.fireworks_new .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
}
.fireworks_new .faq .que {
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  color: #FFF;
  position: relative;
  background: #003364;
  padding: 15px 60px 15px 80px;
  border-radius: 5px;
  overflow: hidden;
}
.fireworks_new .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  color: #FFF;
  position: absolute;
  top: 15px;
  right: 20px;
}
.fireworks_new .faq .que.active::after {
  content: "−";
}
.fireworks_new .faq .que span {
  font-weight: 500;
  display: block;
  width: 65px;
  height: 100%;
  text-align: center;
  color: #003364;
  background: #d5b345;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fireworks_new .faq .que:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.fireworks_new .faq .ans {
  padding: 20px 60px 20px 40px;
}
.fireworks_new .faq .ans span {
  padding: 0 0 0 40px;
  display: block;
}
.fireworks_new .faq .ans span.icon {
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #d7000f;
  position: absolute;
  top: 13px;
  left: 23px;
}
.fireworks_new .faq .ans a {
  text-decoration: underline;
}
.fireworks_new .faq .ans a:hover {
  color: #2d4198;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
}
/*=======================================
	その他の特集（other）
=======================================*/
.fireworks_new .other {
  background: #003364;
}
.fireworks_new .other h2 {
  color: #FFF;
}
.fireworks_new .other ul {
  display: flex;
  justify-content: center;
}
.fireworks_new .other li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  text-align: center;
}
.fireworks_new .other li a {
  display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 200%;
}
.fireworks_new .other li a:hover {
	opacity: 0.9;
	text-decoration: underline;
	transition: 0.3s;
}
@media screen and (max-width:768px) {
  .fireworks_new .other ul {
    flex-direction: column;
  }
  .fireworks_new .other li {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
  }
}