@charset "utf-8";
/* CSS Document */

html { scroll-behavior: smooth;}

body{
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	
    width: 100%;
    margin: 0;
	font-size: 16px;
	color: #353530;
	line-height: 1.6;
	box-sizing: border-box;
}

* { box-sizing: border-box; }

.pc{display: block;}
.sp{display: none;}

/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
}
#page-top a{
    color: #1a2833;
    border: #1a2833 1px solid;
    padding:20px 15px 10px 15px;
    border-radius:100px;
    background: #ffffff;
    opacity: 0.8;
}
#page-top a:hover{
    color: #ffffff;
    background: #1a2833;
    transition: .3s;
}


/*--------------------パンくず */
#pankuzu{
	margin: 15px auto;
	width: 1000px;
	/*font-size: .85em;*/
    font-size: 12px;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
	display: flex;
	flex-wrap: wrap;
}
#pankuzu li{
    list-style: none;
}

#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

.pc{display: block;}
.sp{display: none;}


.ff_tl a, .ff_tl a:link{
	text-decoration: none;
    color: #e83820;
    transition-duration: .4s;
}

#main a:hover{
    color: #e3a0c4;
}

.link a:hover{
	opacity: .6;
}

img{
	vertical-align:top;
}

.w1000{
    width:1000px;
    margin: 0 auto;
}


h1{
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#title{
	background-image:url("../img/title.png"), url("../img/top.jpg");
	height: 650px;
	background-repeat: no-repeat, no-repeat;
	background-position:50% 5%, 0% 0%;
	background-size:  auto, cover;
}

/*.title_cap{
    color: #ffffff;
    font-size: 0.9em;
    position: absolute;
    right:10%;
    bottom: 0;
}*/

#main{
   background: url("../img/bg.jpg") repeat-y top center; 
    background-size: 100%;
    position: relative;
    padding-bottom: 100px;
}

#main img{
    width:100%;
}

.main_txt{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #ffffff;
    padding: 50px 0 90px 0;
    line-height: 2.5;
}

.main_txt_end{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #ffffff;
    padding: 50px 0 10px 0;
    line-height: 2.5;
}

#main .main_txt_end a, #main .main_txt_end a:link{
	color: #FFFFFF;
	 text-decoration: underline;
	z-index: 1000;
}

#main .haya90 img{
	width: auto;
}

#main .haya90{
	padding-bottom: 10em;
	display: flex;
	justify-content:center;
}


#main .ff_tl{
	background: #eaeaeb;
	color: #e83820;
	font-weight: 700;
	 font-family: 'Noto Sans JP', sans-serif;
	/*font-size: 19px;*/
	/*padding: 50px;*/
	padding: 60px 10px 40px 30px;   /*250606 */
	font-size: 18px;  /*250606 */
	margin: 0px auto 150px auto;
	position: relative;
}

#main .ff_tl_title{
	position:absolute;
	top:-30px;
	left:35%;
	background: #eaeaeb;
	border-radius: 50px;
	padding: 5px 10px 0 10px;
}

#main .ff_tl span{
	font-size: 0.7em;
	padding-right: 0.5em;
}

#main .ff_tl_week{
	font-size: 0.6em;
}

#main .ff_tl_li{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

#main .ff_tl_li ul{
	/*width:50%;*/
	display: flex;
	flex-wrap: wrap;
	width:100%;
	/*line-height: 2;*/
	line-height: 2.3;  /*250606*/
}

#main .ff_tl_li ul li{
	width:50%;
}

#main .ff_tl_li ul li:nth-of-type(2){
	width:47%;
}


.main_txt::before{
    content: '';
    width:232px;
    height:210px;
    background: url("../img/hanabi_icon.png") no-repeat;
    display: block;
    position: absolute;
    top:120px;
    left:150px;
}

.hanabi{
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    position: relative;
	z-index: 150;
}

/*250618追加*/
.hanabi .genchi{
	text-align: center;
    padding: 15px 20px 0px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.hanabi:first-of-type{
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    position: relative;
}

.hanabi .tour_tl::after{
    content: '';
    width:278px;
    height:183px;
    background: url("../img/hanabi_icon02.png") no-repeat;
    display: block;
    position: absolute;
    top:-100px;
    right:-80px;
	z-index: -10;
}

.hanabi h3{
    position: relative;
}

.hanabi .tour_tl{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	align-items:center;
	padding: 8px 10px 13px 10px;
}

/*遂行決定
.hanabi h3::after{
    content: '';
    width:267px;
    height:78px;
    background: url("../img/saikou.png") no-repeat;
    display: block;
    position: absolute;
    top:10px;
    right:-270px;
}*/

.day{
	width:20%;
	padding-left: 10px;
}

.day span{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    background: #1a2833;
    display: inline-block;
    padding: 0.3em 0.5em;
}

#main .hanabi_tl{
		width:70%;
	padding-left: 1em;
	line-height: 1.3;
}

#main .hanabi_tl_sub{
	font-size: 18px;
	font-weight: 600;
	padding: 18px 0 0 0;
	color: #1a2833;
}

.haya90icon{
	width:10%;
}

#main h3{
    display: inline-block;
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    /*padding-top: 3px;*/
    position: relative;
    z-index: 100;
	color: #1a2833;
	/* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" ;
}
#main h3 span{
	display: block;
}
/*25/06/05追加*/
/*#main #katakai h3{
    display: inline-block;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    position: relative;
    z-index: 100;
	color: #1a2833;
	/* プロポーショナルメトリクスを有効にする指定 */
  /*font-feature-settings: "palt" ;
}

#main #katakai h3 span{
	display: inline;
}

#katakai .day{
	display: flex;
	column-gap: 10px;
	width:30%;
}

#katakai .hanabi_tl_sub{
	padding: 18px 0 0 32%;
}

#katakai .hatuti{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1a2833;

	border: #1a2833 1px solid;
    display: inline-block;
    padding: 0.3em 0.5em;
}

#main #katakai .hanabi_tl{
	width:70%;
}

#main #katakai .tour_tl{
  margin-bottom: 10px;	
}

#main #katakai .link{
	display: flex;
}

#main #katakai .link p a{
	padding: 20px 100px;
}


/*25/06/05追加end*/

#main h3 .yakumono{
	 font-family: "Noto Sans JP", sans-serif;
	font-weight: 200;
	display: inline;
}


.hanabi_photo{
    width:60%;
    padding: 15px 15px 0 15px;
}

.hanabi_photo_box{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px 0 15px;
    gap:15px;
}

.hanabi_photo_box .photo1{
    /*width:calc((100% - 15px) /2);*/
	width:570px;
}

.hanabi_photo_box .photo2{
	width:385px;
}

.hanabi_txt{
    width:100%;
    padding: 15px 20px 0px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.hanabi_txt2{
    padding: 15px 15px 0px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    justify-content:space-between;
}

.hanabi_txt2 .txt2_ex{
    width:60%;
    padding: 0 15px;
}

.hanabi_txt dl{
    border: #1a2833 1px solid;
    font-size: 15px;
    width:100%;
    margin-top: 15px;
}

.hanabi_txt2 dl{
    border: #1a2833 1px solid;
    font-size: 15px;
    width:calc(40% - 15px);
}

.hanabi_txt dl dt, .hanabi_txt2 dl dt{
   background: #1a2833;
    color: #ffffff;
    width:auto;
    display: inline-block;
    padding: 3px 5px;
}

.hanabi_txt dl dd, .hanabi_txt2 dl dd{
    padding: 5px 10px;
}

.point{
    width:100%;
    padding: 2.5em 15px 15px 15px;
    margin: 25px 15px 15px 15px;
    background: rgb(209,162,117);
    background: linear-gradient(120deg, rgba(209,162,117,1) 0%, rgba(225,208,155,1) 9%);
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.point li{
    padding-bottom: 0.5em;
    text-indent:-1rem;
    padding-left:1rem;
    line-height: 1.3;
    position: relative;
    z-index: 100;
}

.point::before{
    content: '';
    width:162px;
    height: 47px;
    background: url("../img/point.png") no-repeat;
    display: block;
    position: absolute;
    top:-15px;
}

.point::after{
    content: '';
    width:185px;
    height:125px;
    background: url("../img/hanabi_icon03.png") no-repeat;
    display: block;
    position: absolute;
    top:15px;
    right:0;
}

.point_newline{
    display: block;
    padding-left: 1em;
    line-height: 1.2;
}

.link{
    padding: 15px;
    width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	column-gap: 30px;
}

.link_dep{
	width:calc((100% - 30px) /2);
}

.link_dep dt{
	/*padding-left: 1em;*/
	text-align: center;
	font-weight: 600;	
}

.link_one{
	width:100%;
}

.link_one dt{
	text-align: center;
	font-weight: 600;
	}

.link .link_dep p{
    margin-bottom: 3em;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
}

.link .link_one p{
	margin: 1em auto 3em auto;
	text-align: center;
}

/*#main .link p a{
    color: #ffffff;
    background: #ae1f24;
    padding: 20px 5em;
    transition:0.3s ease-in-out;
	position: relative;
}*/

/*#main .link p a::after{
	font-family: 'material symbols outlined';
	content: "\e5df";
	font-size: 1.6em;
	position: absolute;
	top:12px;
}*/

.link .pre{
    background: #dddddd;
    padding: 20px;
    /*display: inline-block;*/
    text-align: center;
    width:70%;
}

#main .link .nagoya_link a{
    padding: 20px 150px;
}

#main .link .nagoya_link{
       margin-bottom: 80px;
}

#main .link .tokyo_link a{
    padding: 20px 160px;
}

.guidance{
    background: #1a2833;
    padding: 30px;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.guidance_tl{
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}

.precaution{
    padding-bottom: 0.5em;
    text-indent:-1rem;
    padding-left:1rem;
}

#main .short-btn {
	color: #ffffff;
    background: #ae1f24;
     padding: 20px 6em; 
    transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
	border-radius: 5px;
	font-weight: bold;
}

#main .short-btn::after{
	font-family: 'material symbols outlined';
	content: "\e5df";
	font-size: 1.6em;
	position: absolute;
	top:12px;
	right:0.5em;
}

#main .long-btn {
  /* ボタンの基本スタイル */
  display: inline-flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #ae1f24;
  position: relative;
  /* サイズ・色 */
  padding: 10px 6em;
  color: #fff;
  border-radius: 5px;
  /* アニメーション */
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#main .long-btn2{  /*名古屋発着、新大阪発着ボタン*/
  display: inline-flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #ae1f24;
  position: relative;
  /* サイズ・色 */
  padding: 20px 6em;
  color: #fff;
  border-radius: 5px;
  /* アニメーション */
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#main .off-btn {
  /* ボタンの基本スタイル */
  display: flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #666666;
  position: relative;
  /* サイズ・色 */
  padding: 10px 6em;
  color: #fff;
  border-radius: 5px;
  /* アニメーション */
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 2em;
}

.link .off-btn p{
    margin-bottom: 0;
}

#main .off-btn2 {  /*しばらくお待ちください単品ボタン*/
    color: #ffffff;
    background: #666666;
    padding: 15px 5em;
    border-radius: 5px;
    font-weight: bold;
    width: 45%;
    margin: 0em auto 3em auto;
}
.btn-subtitleoff{
	display: block;
	    font-size: 0.9em;
    margin-top: 2px;
    opacity: 0.9;
}

#main .long-btn::after{
	font-family: 'material symbols outlined';
	content: "\e5df";
	font-size: 1.6em;
	position: absolute;
	top:20px;
	right:0.5em;
}

#main .long-btn2::after{
	font-family: 'material symbols outlined';
	content: "\e5df";
	font-size: 1.6em;
	position: absolute;
	top:15px;
	right:0.5em;
}


/* 1行目 */
.btn-title {
  /*font-size: 18px;*/
  font-weight: bold;
	margin: 0;
	font-size: 1em;
}

/* 2行目 */
.btn-subtitle {
  font-size: 0.9em;
  margin-top: 2px;
  opacity: 0.9;
}

/**/
/************************************************************
					min770px－max999px
************************************************************/
@media screen and (min-width: 999px) and (max-width: 1155px){
.hanabi .tour_tl::after{
    top:-100px;
    right: 0;
    background-size: 80%;
    }
	
}

/************************************************************
					min770px－max999px
************************************************************/
@media screen and (min-width: 600px) and (max-width: 1000px){

#title{
	height:400px;
	background-repeat:no-repeat, no-repeat;
	background-position:0% 10%, 0% 10%;
	background-size:100%, cover;
	}		
	
.main_txt{
	padding:20px 0 60px 0;	
	}	
	
#main .ff_tl{
		font-size:17px;
		padding:40px 20px;
		margin:0px auto 30px auto;
	}	
	
.hanabi_photo_box .photo1, .hanabi_photo_box .photo2{
		width:100%;
	}	
	
.pc{display: none;}
.sp{display: block;}    
    	
.w1000{
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
	
#pankuzu{
	width:auto;
	}
    
.top{
    min-height: auto;
    background-size:cover;
    }
    
.top h2{
    min-height: auto;
    background-size:contain;
    }
    
.hanabi .tour_tl::after{
        display: none;
    }    
      
	
#main .link p a{
    padding: 20px 80px;
}	
}
    

/************************************************************
						スマホ対応
************************************************************/
@media screen and (max-width:599px)  {
	
.w1000{
	width: auto
}
	
/*--- 非表示 ---*/
img{max-width:100%;}

.pc{display: none;}
.sp{display: block;}    
    
#pankuzu{
	width:auto;
	}
	
#title{
	background-image:url("../img/title_sp.png"), url("../img/top_sp.jpg");
	height: 610px;
	background-position:50% 5%, 0% 0%;
	background-size:contain, cover;
	}
	
#main .haya90 img{
	width: 90%;
}	
	
#main .ff_tl{
	padding:50px 10px 20px 10px;
	margin:0px 2% 50px 2%;
	}
	
#main .haya90{
	padding-bottom: 5em;
	}	
	
#main .ff_tl_title{
		left:12%;
	}	
	
#main .ff_tl{
	font-size: 0.9em;
	}	
	
#main .ff_tl span{
	font-size: 0.6em;
	}	
	
#main .ff_tl_li ul{
	width:100%;
	line-height: 2.3;
	}
    
	#main .ff_tl_li ul li, #main .ff_tl_li ul li:nth-of-type(2){
	width:100%;
}
	
.main_txt{
    font-size: 16px;
    padding: 20px 10px 50px 10px;
    }
    
.main_txt::before{
    display: none;
    }
    
.hanabi .tour_tl::after{
    display: none;
    }
    
#main h3{
    font-size: 24px;
    line-height: 1.3;
    padding-top: 0.2em;
    }
    
#main h3 span{
	display: inline;
	}	
	
.day{
    font-size: 18px;
	width:100%;
	order: 1;
    }
	
.day span{
	font-size: 18px;
	width:100%;
	text-align: center;
	}	
    
#main .hanabi_tl{
	width:100%;
	padding-left:0.5em;
	order: 3;
	}
	
.haya90icon{
	order: 2;
	width:20%;
	margin: 1em 0 0 1em;
	}	
	
#main .hanabi_tl_sub{
		font-size: 15px;
	}	
	
/*250605追加*/
#katakai .hanabi_tl_sub{	
	padding:18px 0 0 10%;
		}
	
#katakai .day{
		width:100%;
		font-size: 18px;
	}
	
#katakai .hatuti{
		font-size: 18px;
	}	
	
#main #katakai .hanabi_tl{
		width:100%;
	}	
	
#main #katakai h3{
	font-size: 24px;
	padding-bottom: 10px;
	}	
	
#main #katakai .link{
	flex-wrap: wrap;
	}	
	
#main #katakai .link p a{
	padding: 20px 20px;
	/*width:80%;*/
	display: block;
	}	
	
	
#main #katakai .link p{
	margin: 10px auto;
	width:75%;
	}	
	
#main .long-btn::after{
	top:30px;
	}	
	
#main .off-btn{
	display: flex;
	padding: 20px 1em;
	width:80%;
	margin: 0 auto 2em auto;
	text-align: center;
	}
	
#main .off-btn2{
	width:80%;
	}	
/*250605追加end*/
	
.hanabi_photo_box .photo1, .hanabi_photo_box .photo2{
	width:100%;
	margin:10px 10px 0 10px;
	}		
	
/*flex box並び替え*/	
.tour_tl{
		order:1;
	}

.hanabi_photo_box{
		order:3;
	}	
	
.hanabi_txt{
		order:4;
	}	
	
.point{
		order:2;
	}	
	
.link{
		order:5;
	}	
/*flex box並び替えend*/	
	
.hanabi{
    background: none;
    margin-bottom: 80px;
	background: #ffffff;
    }    
	    
.hanabi .tour_tl{
    padding: 8px 10px 13px 10px;
    background: #ffffff;
    margin:10px 10px 0 10px;
    }
    
.hanabi_photo{
    width:100%;
    padding:10px 0px 0 0px;
    }
    
.hanabi_txt{
    width:100%;
    padding:15px 10px 10px 10px;
    background:#ffffff;
    margin: 15px 10px 0 10px;
	font-size: 15px;
    }
    
.point{
    padding: 2.5em 10px 15px 10px;
    margin: 25px 10px 15px 10px;
	font-size: 15px;
    }
    
.point::after{
    top:-25px;
    right:-30px;
    background-size: 50%;
    }
    
.link_dep{
	width:98%;
	}	
	
.link{
     padding: 0;
    }
    
.link .pre{
    width:90%;
    font-size: 15px;
    }
    
.link .link_dep p{
    font-size: 0.9em;
    }
	
.link .link_one p{
	margin: 1.2em auto 3em auto;
	font-size: 0.9em;
	}	
    
#main .link p a{
    padding: 20px 3em;
	width:90%;
    }
    
.hanabi_photo_box{
    padding: 0;
     gap:10px;
    }
    
.hanabi_photo_box p, .hanabi_txt2 .txt2_ex{
    width:100%;
    }
    
.hanabi_txt2{
     margin:0 10px 0 10px;
    }    
    
.hanabi_txt2, .txt2_ex{
    background: #ffffff;
    padding:15px 10px 10px 10px;
    }
    
.hanabi_txt2 dl{
    width:100%;
    margin-top: 15px;
    }  
    
/*遂行決定
    .hanabi h3::after{
    content: '';
    width:188px;
    height:55px;
    background: url("../img/saikou_sp.png") no-repeat;
    display: block;
    position: absolute;
    top:40px;
    right:-30px;
}  
    
.hanabi_biwa h3::after{   
    content: '';
    width:188px;
    height:55px;
    background: url("../img/saikou_sp.png") no-repeat;
    display: block;
    position: absolute;
    top:60px;
    right:-100px;
}*/
}

/*-----------------------催行確定--------------------------*/
.ff_tl_li .saiko a, .ff_tl_li .ahi01 a{
	position: relative;
}

.ff_tl_li .saiko a::after{

    content: '';
    width:6em;
    height:1.8em;
    background: url("../img/saikou.png") no-repeat;
	background-size: cover;
    display: block;
    position: absolute;
	bottom:0;
    right:-6em;
}

.hanabi.saiko h3::after{
    content: '';
    width:267px;
    height:78px;
    background: url("../img/saikou.png") no-repeat;
    display: block;
    position: absolute;
    top:10px;
    right:-270px;
}



.ff_tl_li .ashi01 a::after{
    content: '';
    width:7em;
    height:1.8em;
    background: url("../img/saikou731.png") no-repeat;
	background-size: cover;
    display: block;
    position: absolute;
	bottom:0;
    right:-7em;
}


.hanabi.ashi01 h3::after{
    content: '';
    width:300px;
    height:78px;
    background: url("../img/saikou731.png") no-repeat;
    display: block;
    position: absolute;
    top:-80px;
    right:-200px;
}


#main .ff_tl .ashi02{
	font-size: 1em;
}	
    
/**** スマホ対応 *****************************************/
@media screen and (max-width:599px)  {
    .hanabi.saiko h3::after{
    content: '';
    width:150px;
    height:46px;
    background: url("../img/saikou_sp.png") no-repeat;
	background-size: cover;
    display: block;
    position: absolute;
    top:-4.9em;
    left:-1.7em;
}  
	
#main .ff_tl_li .ashi01{
	line-height: 1.5;
}

#main .ff_tl .ashi02{
	display: block;
	padding-left: 1em;
}	
    
.ff_tl_li .ashi01 a::after{
    content: '';
    width:7em;
    height:1.8em;
    background: url("../img/saikou731_sp.png") no-repeat;
	background-size: cover;
    display: block;
    position: absolute;
	bottom:1em;
    right:1em;
}	
	
   .hanabi.ashi01 h3::after{
    content: '';
    width:200px;
    height:46px;
    background: url("../img/saikou731_sp.png") no-repeat;
	background-size: cover;
    display: block;
    position: absolute;
    top:-6em;
    left:-1em;
}  	
	
/*.hanabi_biwa h3::after{   
    content: '';
    width:188px;
    height:55px;
    background: url("../img/saikou_sp.png") no-repeat;
    display: block;
    position: absolute;
    top:60px;
    right:-100px;
}*/
}