@charset "utf-8";
/* CSS Document */
.mainTitle{
  background: url("../img/tour_mv_img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.anchorLink{
 margin-bottom: 110px;
}
.anchorLink li{
	position: relative;
 text-align: center;
}
.anchorLink li:has(span){
 border-bottom: none;
 padding:0; 
 margin-bottom: 0;
}
.anchorLink li span{
	display: block;
 border-top: 1px #A6A6A6 solid;
 margin-top: .63rem;
 padding: 18px 0 0;
	font-size: .875rem;
	text-align: center;
}


/*   archive   */
#appreciation{
	padding-bottom: 150px;
}

#appreciation .h2Tit,
#buspack .h2Tit{
	margin-left: .5em;
}
.tourList{
	gap: 3.5rem 3.125rem;
	margin-top: 2.125rem;
	flex-wrap: wrap;
}
.tourList li{
	width: 100%;
	max-width: 380px;
}
.tourList li figure{
  overflow: hidden;
  aspect-ratio:19 / 12;
  background: var(--Lgray);
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: .6rem
}
.tourList li figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: initial;
}


.tourCode{
	background: var(--red) !important;
	color: var(--wh) !important;
	display: inline-block;
	padding: 0.15rem 1rem;
	text-align: center;
	font-size: 0.75rem
}
.place{
	color:var(--red);
	display: inline-block;
	margin-right: 1rem
}

.tourList li p{
	margin-top: .6rem;
}

.aboutDownload{
	width: min(470px , 70%);
	margin: 100px auto 80px
}

.aboutDownload .btnWrap a{
	height: 89px
}

.lineBnr{
	width: min(880px , 90%);
	margin: auto;
}

.lineBnr img{
	height: auto;
}
@media screen and (max-width: 768px) {/* SP */
 .tourList li + li{
  margin-top: 40px;
 }
}/*-SP only-*/

/*   single    */

.articleTit{
	display: flex;
	justify-content: flex-start;
	font-size: var(--font-base) !important;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}

#tourOutline .articleDetail{
	max-width: initial;
}
.articleDetail p:not(:first-of-type){
	margin-top: 1.875rem;
}
.articleDetail figure{
	margin-top: 3.125rem;
}
.articleDetail .slider{
	width: min(90% , 600px);
	margin: auto;
	
}

.articleDetail .slider .slick-dots{
	bottom: -.6rem;
	margin-left: 0
}
@media screen and (max-width: 768px) {/* SP */
	.articleTit{
		display: block;
		margin-bottom: 2.035rem;
	}
	.articleTit .category{
		margin-bottom: 0.25rem;
	}
	.articleTit .date{
		display: block;
		margin-top: 0.25rem;
	}
	.articleDetail p:not(:first-of-type){
		margin-top: 0.938rem;
	}
	.articleDetail figure{
		margin-top: 1.563rem;
	}
	.articleDetail .movie{
		margin-top: 2.375rem;
	}

}/*-SP only-*/


.tourDetail{
	display: flex;
	flex-wrap: wrap;
	
}
.tourDetail dt{
	width: 12em;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 1.2em;
	border-bottom: 1px solid var(--bgray);
	line-height: 1.75
}

.tourDetail dd{
	width: calc(100% - 12em);
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1.2em;
	border-bottom: 1px solid var(--bgray);
	line-height: 1.75
}

@media screen and (max-width: 768px) {/* SP */
.tourDetail dt{
	width: 9em;
}
.tourDetail dd{
	width: calc(100% - 9em);
}

}/*-SP only-*/

.h2Tit.btmbdr{
	border-bottom: 1px solid var(--red);
	padding-bottom: .5em;
	margin-bottom: 1em
}
.pointList li{
	margin-bottom: 3rem
}
.pointList li h5{
	font-size: var(--font-20);
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--bgray);
}
.pointList li .pcFlex{
	gap:4rem;
	padding: 0 .5em
}
@media screen and (min-width: 769px) {
	.pointList li figure{
		width: 46%
	}
		.pointList li p{
		width: 45.6%
	}
}
@media screen and (max-width: 768px) {/* SP */
 .pointList li .pcFlex figure{
  margin-top: 20px;
 }
}/*-SP only-*/

#apply{
	padding-top: 42px;
	padding-bottom: 173px;
}
#apply p{
	text-align: center;
}
#apply a.busBtn{
	border-radius: 10px;
	color: var(--wh) !important;
	display: flex;
	align-items: center;
  justify-content: center;
	font-size: var(--font-22);
	font-weight: 600;
	margin: 0 auto .6em;
	width: min(90%,601px);
	height: 128px;
	flex-direction: column;
}
#apply a.busBtn .ic{
	font-size: var(--font-36);
	letter-spacing: .1em;
  font-weight: 600;
}
#apply a.busBtn .ic::before{
	width: 24px;
  height: 32px;
  display: inline-block;
  background: url("../img/ic_tel.png") no-repeat;
  background-size: contain;
  content: "";
  margin-right: .5rem;
}
#apply p .btn{
	display: flex;
	font-size: var(--font-18);
	margin: 100px auto 0;
	width: min(90%,380px);
	min-height: 83px;
	height: 2.89em;
}

@media screen and (max-width: 768px) {
	#apply a.busBtn{
		font-size: var(--font-18);
	}
}
