/* CSS Document */

#fv {
  position: relative;
}
#fv video{
  width: 100%;
  vertical-align: bottom;
  background: url("../img/slide01.jpg");
}

#fv .slider {
  height: 80vh;
  min-height: 400px;
}
#fv div {
  height: 100%;
}
#fv .slider .slick-list,
#fv .slider .slick-track {
  height: 100%;
}
#fv .slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#fv .sliderNav .slick-slide {
  margin: 1px .5px;
  opacity: .8;
}
#fv .sliderNav .slick-slide.slick-current { opacity: 1;}
#fv .slick-dotted { margin-bottom: auto;}
#fv .slick-dots { bottom: 15px;}
#fv .slick-arrow { z-index: 9;}
#fv .slick-next,
#fv .slick-prev {
  width: 30px;
  height: 30px;
}
#fv .slick-next { right: 3%;}
#fv .slick-prev { left: 3%;}
#fv .slick-next:before,
#fv .slick-prev:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid #fff;
  transform: rotate(45deg);
}
#fv .slick-next:before { border-width: 2px 2px 0 0;}
#fv .slick-prev:before { border-width: 0 0 2px 2px;}


#fv div{
  position: relative;
}
#fv .fvLogo{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fv .txt1{
  position: absolute;
  top: 10%;
  left: 15%;
  color: #fff;
  font-size: 2.2vh;
  letter-spacing: 5px;
  line-height: 3em;
}

#fv .fvBtn{
  position: absolute;
  line-height: 0;
  right: 0;
  bottom: -30px;
  z-index: 9;
}
#fv .fvBtn2{
  position: fixed;
  line-height: 0;
  right: 0;
  top: 70px;
  z-index: 9;
  height: 50px;
}


#fv .ticketBtn {
	height: auto;
  position: absolute;
  line-height: 0;
  right: 10px;
  bottom: -30px;
  z-index: 9;
	cursor: pointer;
}
#fv .ticketBtn a {
	display: block;
	font-size: 140%;
	font-weight: 600;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
	background: #fff;
  color: #A52038;
  border: 4px solid #A52038;
  padding: 6px 40px 3px;
	transition: all .4s;
	position: relative;
}
#fv .ticketBtn > a span {
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	position: relative;
}
#fv .ticketBtn > a span::before,
#fv .ticketBtn > a span::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
}
#fv .ticketBtn > a span::before {
	border-left: 1px solid #A52038;
	transform: skewX(45deg);
}
#fv .ticketBtn > a span::after {
	border-right: 1px solid #A52038;
	transform: skewX(-45deg);
}
#fv .ticketBtn > a::after {
	content: '';
  display: inline-block;
	width: 40px;
  height: 5px;
  margin: 0 0 3px 10px;
	border: solid #A52038;
	border-width: 0 3px 2px 0;
	transform: skewX(45deg);
}
#fv .ticketBtn ul.sub {
	display: none;
	width: 100%;
	position: absolute;
  bottom: 100%;
	padding: 0 0 5px;
}
#fv .ticketBtn ul.sub li {
}
#fv .ticketBtn ul.sub li a {
  font-size: 95%;
	padding: 0 15px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid #A52038;
	border-width: 2px 2px 0;
}
#fv .ticketBtn ul.sub li:last-of-type a {
	border: 2px solid #A52038;
}
#fv .ticketBtn ul.sub li a:hover {
  background: #FFF4F6;
}
#fv .ticketBtn ul.sub li a span {
	width: 180px;
	text-align: left;
}
#fv .ticketBtn ul.sub li a img {
	width: 160px;
}
#fv .ticketBtn:hover ul.sub {
	display: block;
}
#fv .livecamBtn {
  bottom: -100px;
}
#fv .livecamBtn a{
  	color:#FF6F91;
	border: 4px solid #FF6F91;	
}
#fv .livecamBtn > a span::before {
	border-left: none;
}
#fv .livecamBtn > a span::after {
	border-right: none;
}
#fv .livecamBtn > a::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 5px;
	margin: 0 0 3px 10px;
	border: solid #FF6F91;
	border-width: 0 3px 2px 0;
	transform: skewX(45deg);
}



#hdBanner{
	margin: 80px 0 0;
}
#hdBanner ul{
	text-align: center;
}
#hdBanner ul li{}




main section{
  margin: 0;
}



#about{
  position: relative;
  background: url("../img/bg1.jpg");
  padding: 100px 0 0;
}
#about .lead{
  height: 300px;
  letter-spacing: 5px;
  line-height: 2.4em;
  margin: 40px 60px;
}


#about .act1,
#about .act2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
#about .act1 h2,
#about .act1 .img,
#about .act1 .lead{
  position: relative;
}
#about .act1 h2{
  left: 120px;
}
#about .act1 .img{
  width: 540px;
  margin-top: 100px;
}
#about .act1 .lead{
  margin-top: 50px;
}

#about .act2 .img,
#about .act2 .cnt{
  width: 540px;
}
#about .act2 .cnt{
  order: 2;
}




#enjoy{
  position: relative;
  background: url("../img/bg1.jpg");
  padding: 100px 0 0;
}
#enjoy h2{
	left: 50%;
	transform: translate(-50%);
	line-height: 1.6em;
	margin-bottom: 200px;
}
#enjoy .act1 {
  margin: 100px auto;
	padding: 0 20px;
}
#enjoy .act1 h3,
#enjoy .act2 h3{
  text-align: center;
}
#enjoy .lead {
  height: auto;
  margin: 10px;
  text-align: center;
}
#enjoy .act2 ul{
	display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 20px;
}
#enjoy .act2 .historyArea,
#enjoy .act2 .natureArea,
#enjoy .act2 .urbanityArea{
  
}
#enjoy .act2 h4{
  font-size: 3rem;
  letter-spacing: 10px;
  line-height: 1.2em;
  margin-right: 50px;
  margin-left: 10px;
}
#enjoy .act2 .historyArea h4{ color: #A52038;}
#enjoy .act2 .natureArea h4{ color: #41AC6E;}
#enjoy .act2 .urbanityArea h4{ color: #0090C9;}
#enjoy .act2 h5{
  font-size: 1.3rem;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
#enjoy .act2 h5 span{
  background: #fff;
  margin: 5px 0;
  padding: 0 20px;
  line-height: 1.8em;
}
#enjoy .act2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
#enjoy .act2 ul li{
  width: 30%;
}
#enjoy .act2 ul li dl{
  position: relative;
}
#enjoy .act2 ul li a:hover{
  opacity: .8;
}
#enjoy .act2 ul li dl dt{
  position: absolute;
  background: #fff;
  padding: 10px 3px;
  letter-spacing: 3px;
  top: -10px;
  left: 15px;
  min-height: 100px;
}
#enjoy .act2 ul li dl dd{}
#enjoy .act2 ul li dl dd .more{
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  position: absolute;
  bottom: -5px; right: 0;
}
#enjoy .act2 ul li dl dd .more:after {
  content: url("../img/btn_arw_w.png");
  position: relative;
  left: 10px;
  bottom: 4px;
}
#enjoy .act2 .btnAwr a{
  margin: 20px;
  width: 320px;
}

#banner ul{
	display: flex;
    justify-content: space-evenly;
}

#route{
  position: relative;
  background: url("../img/route202506.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  height: 350px;
}
#route h2{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.7rem;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
}
#route h2.rl:after {
  border-left: 1px solid #fff;
}
#route .lead {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  top: 160px;
  font-size: 1.7rem;
  letter-spacing: 5px;
  line-height: 2.7em;
	text-align: center;
}
#route .btnAwr a {
  margin: auto;
  position: relative;
  top: 180px;
}



#news {
  padding: 80px 0;
}
#news h2{
  margin-right: 60px;
}
#news h2 .enT{
  left: -50px;
  color: #F1F1F1;
  font-size: 5rem;
}
#news .newsArea{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
#news .newsArea ul{
  width: 700px;
  border-top: 1px solid #ccc;
}
#news .newsArea ul li{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  line-height: 1.4em;
}
#news .newsArea ul li.futured{
  background: #fffced;
}
#news .newsArea ul li time{
  background: #0F376D;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
}
#news .newsArea ul li a{
  text-decoration: none;
  letter-spacing: 2px;
  padding: 1px 10px;
}
#news .btnAwr a{
  margin: auto;
}


#flowering{
	padding: 0 0 120px;
}
#flowering .floweringArea{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 25px;
}
#flowering h2{
	margin-right: 60px;
}
#flowering dl{
	display: flex;
	max-width: 700px;
}
#flowering dl dt{
	margin-right: 30px;
}
#flowering dl dt img{
	width: 250px;
	border-radius: 10px;
}
#flowering dl dd{
	width: calc(100% - 280px);
	margin-top: 5px;
}
#flowering dl dd time{
	background: #0F376D;
	color: #fff;
	padding: 1px 10px;
	margin-right: 10px;
}
#flowering dl dd h3{
	margin: 5px 0;
	font-size: 1.7rem;
}
#flowering .btnAwr a {
  margin: auto;
}



#sns {
	padding: 0;
}
#sns ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
#sns ul li{
 	margin: 0 20px;
}
#sns ul li a img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(37%) saturate(2456%) hue-rotate(201deg) brightness(92%) contrast(95%);
}
#instagram {
  position: relative;
	padding: 60px 0 120px;
}
#instagram .enBg{
  color: #F1F1F1;
	font-size: 5rem;
	top: 60px;
	left: 2px;
}
#instagram .instaArea{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 25px;
}

#instagram h2{
  margin-right: 20px;
}
#instagram h2 img{
	margin-top: 5px;
}
#instagram h2 .enT{
  left: -50px;
  color: #F1F1F1;
  font-size: 5rem;
	font-size: 3.6rem;
}
#instagram ul{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0 20px;
}
#instagram ul li{
	width: 320px;
}
#instagram ul li img{
	border-radius: 10px;
	width: 100%;
	height: 280px;
	object-fit: cover;
}
#instagram ul li a{
	text-decoration: none;
	transition: all .4s;
}
#instagram ul li a:hover{
	opacity: .8;
	transition: all .4s;
}




#eventInfo {
  position: relative;
  background: url("../img/bg1.jpg");
  padding-top: 160px;
}
#eventInfo .enBg{
  top: 0;
}
#eventInfo h2 {
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}
#eventInfo .eventArea {
  margin: 0 70px 140px;
}
#eventInfo .eventArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#eventInfo .eventArea ul li {
  width: 30%;
  margin-bottom: 50px;
}
#eventInfo .eventArea ul li dl{
  background: #fff;
}
#eventInfo .eventArea ul li dl dt{
}
#eventInfo .eventArea ul li dl dd{
  padding: 10px 20px 40px;
}
#eventInfo .eventArea ul li dl dd time{
  background: #0F376D;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 1.2rem;
}
#eventInfo .eventArea ul li dl dd h3{
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 15px;
}
#eventInfo .eventArea ul li dl dd h3 a{
  text-decoration: none;
}
#eventInfo .eventArea .btnAwr a{
  margin: auto;
}




@media screen and (max-width: 480px) {
  
  #fv {
    padding: 0;
  }
	#fv .slider {
		height: 70vh;
	}
  #fv .fvLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #fv .fvLogo img{
    width: 60px;
  }
  #fv .txt1 {
    top: 5%;
    left: 5%;
  }
  #fv .fvBtn {
    /*top: 100%;
		padding: 5px 30px;*/
		position: fixed;
		background: #fff;
		border-top: 1px solid #ccc;
		bottom: 0;
		padding: 10px 30px;
		z-index: 9999;
  }
  #fv .fvBtn2 {
    top: auto;
    bottom: 0;
    height: auto;
		z-index: 9999;
  }
  
	#fv .ticketBtn {
    width: 100%;
		background: rgba(255,255,255,.95);
		border-top: 1px solid #eee;
		padding: 10px 20px;
		box-sizing: border-box;
		margin: 0;
		position: fixed;
		bottom: 70px;
		left: 0;
	}
	#fv .ticketBtn > a {
		font-size: 110%;
		padding: 8px 10px 4px;
	}
	#fv .ticketBtn > a::after {
		width: 20px;
	}
	#fv .ticketBtn ul.sub {
		width: calc(100% - 40px);
		padding: 0;
	}
	#fv .ticketBtn ul.sub li a {
		font-size: 90%;
		height: 60px;
	}
	#fv .ticketBtn ul.sub li a span {
		width: 180px;
	}
	#fv .ticketBtn ul.sub li a img {
		width: 120px;
	}
	#fv .livecamBtn {
	  	bottom: 0;
		border-top: none;
	}
	
	
	#hdBanner{
		margin: 20px 0 0;
	}

  #about .act1,
  #about .act2 {
    flex-direction: column;
  }
  #about .act1 .lead,
  #about .act2 .lead{
    margin: 50px 0;
    left: 50%;
    position: relative;
    transform: translate(-50%);
  }
  #about .act1 .img,
  #about .act2 .img{
    width: 70%;
    margin: auto;
  }
  #about .act1{
    margin-bottom: 0;
  }
  #about .act1 h2 {
    left: 50%;
    transform: translate(-50%);
  }
  #about .act2 .cnt {
    width: auto;
    margin: auto;
  }
	
  #enjoy h2 {
    margin-bottom: 100px;
}	
  #enjoy .act2 .historyArea,
  #enjoy .act2 .natureArea,
  #enjoy .act2 .urbanityArea {
    margin: 10px;
  }
  #enjoy .act2 h4 {
    font-size: 2rem;
    margin-right: 10px;
  }
  #enjoy .act2 h5 {
    font-size: 1.5rem;
  }
  #enjoy .act2 h5 span {
    margin: 2px 0;
  }
  #enjoy .act2 ul {
    margin: 20px 0 0;
  }
  #enjoy .act2 ul li {
    width: 90%;
    margin: 0 auto;
  }
  #enjoy .act2 .btnAwr a {
    width: 280px;
  }
  #enjoy .act2 ul li dl dd img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  
#banner ul {
    flex-direction: column;
}
  
  #route{
		height: 120px;
  }
  #route .enBg {
    top: 0;
    opacity: 0.2;
  }
  #route h2 {
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.0rem;
  }
  #route .lead {
    display: none;
  }
  #route .btnAwr a {
	top: 60px;
	padding: 3px;
    width: 200px;
  } 
  
	#news {
			padding: 60px 0;
	}
  #news .newsArea {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #news h2 {
    margin: 0 auto 100px;
  }
  #news .newsArea ul {
    width: auto;
    margin: 20px;
  }
	
	#flowering {
			padding: 40px 0 80px;
	}
  #flowering .floweringArea {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #flowering h2 {
    margin: 0 auto 100px;
  }
	#flowering dl {
    flex-direction: column;
		margin: 10px 30px;
	}
  #flowering dl dt {
		margin: 0;
	}
	#flowering dl dt img {
		width: 100%;
		border-radius: 10px;
	}
	#flowering dl dd {
		width: auto;
	}
  
  #eventInfo .eventArea {
    margin: 0 30px 100px;
  }
  #eventInfo .eventArea ul li {
    width: 100%;
  }
  
  
	
	#instagram {
		padding: 30px 0 80px;
	}
	#instagram .instaArea {
		flex-direction: column;
		margin-bottom: 20px;
	}
	#instagram h2 {
		margin: 0 auto 100px;
	}
	#instagram .enBg {
		font-size: 4rem;
		top: 30px;
		left: 0;
	}
	#instagram ul {
		margin: 0 30px 0 50px;
		flex-direction: column;
	}
	#instagram ul li {
		width: auto;
	}
	#instagram ul li img {
		height: 240px;
	}
	#instagram ul li:nth-child(n+2) {
	  	display: none;
	}

	
	
	
  #topBtn {
    bottom: 130px !important;
		right: 0;
		z-index: 9999;
  }
  
  
  
}





