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


/*------------------------------------

   common 

------------------------------------*/

.slide_wrap{
	overflow: hidden;
}
.swiper-container{
	overflow: hidden;
	position: relative;
}

.swiper-wrapper{
	transition-timing-function: linear;
}



/*------------------------------------

   nav 

------------------------------------*/
header.is-top {
  position: fixed;
  top: -100%; /* 非表示状態 */
}
/* トップページ：表示状態のときに付けるクラス */
header.is-top.active {
  top: 0;
}


/*------------------------------------

   header 

------------------------------------*/
#index_header{
	width: 100%;
	height: calc(100vh - 50px);
	position: relative;
	top: 0;
	left: 0;
	z-index: -1
}

@media (min-width:668px){
	#index_header{
		height: 100vh
	}
}

#index_header video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
#index_header:before{
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
}

#index_header h2{
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 45px;
}


@media (min-height:500px){
	#index_header h2{
		width: 65px;
	}
}
@media (min-height:800px){
	#index_header h2{
		width: 90px
	}
}
@media (min-height:1000px){
	#index_header h2{
		width: 120px
	}
}



/*-------------------------
  スクロールバー
-------------------------*/

.scrollbar-text {
	display: inline-block;
	position: fixed;
	bottom: 0;
	left: 50%;
	padding: 10px 10px 55px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .5px;
	transform: translateX(-50%);
	z-index: 2
}

.scrollbar {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
}

.scrollbar:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 50px;
	background: #fff;
}

.scrollbar:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 3s ease-in-out infinite,
	cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@media (min-height:500px){
	.scrollbar-text {
		padding-bottom: 110px;
	}
	.scrollbar:after {
		height: 100px;
	}
	@keyframes circlemove {
	  0% {
		bottom: 95px;
	  }
	  100% {
		bottom: 0px;
	  }
	}
}


/*------------------------------------

   index_bg 

------------------------------------*/

#index_bg{
	background: url("../img/common/bg.jpg")repeat center / contain;
	padding: 5em 0
}



/*------------------------------------

   news 

------------------------------------*/
#news{
	position: relative;
	margin-bottom: 10em;
}
#news .title1:before{
	content: '';
	background: url("../img/index/news_img.png")no-repeat center / contain;
	width: 150px;
	height: 130px;
	position: absolute;
	top: 0;
	left:55%;
	display: block;
}

/*------------------------------------

   about 

------------------------------------*/

#about{
	margin: 5em auto 2em;
}
.about_text{
	background: url("../img/index/about_illust.jpg")no-repeat center / cover;
	width: 100%;
	margin: 0;
	padding: 5%;
}

.about_title{
	font-size: 2em;
	margin-bottom: .5em;
	letter-spacing: 2px;
}
.about_text p{
	line-height: 2.5;
	margin-bottom: 2em;
}

#about figure{
	width: 100%;
}


@media (min-width:1000px){
	.about_text,
	#about figure{
		width: 50%;
	}
	.about_text h2{
		font-size: 3em;
	}
	
}

@media (max-width:1200px){
	.about_text .spbr{
		display: none
	}
}

/*------------------------------------

   grave 

------------------------------------*/

#grave{
	background: url("../img/index/hasubg.png")no-repeat left bottom / cover;
	padding: 6em 0;
}

#grave .title1{
	margin-bottom: 3em;
}

.grave_list{
	width: 100%;
	margin-bottom: 2em;
}
@media (min-width:768px){
	.grave_list{
		width: 31%;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}
}

.grave_list p{
	line-height: 2.2;
}

.grave_list figure{
	margin-bottom: 1.3em
}


/*------------------------------------

   event 

------------------------------------*/

#event{
	margin: 5em auto;
	position: relative
}
#event:before{
	content: '';
	background: url("../img/index/schedule_img.png")no-repeat center / contain;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	left: 55%;
}
#event > p{
	margin: 2em auto 5em;
}
#event .btn_wrap{
	margin-top: 5em;
}


.soutousyu_btn{
	margin: 2em auto;
}

.soutousyu_btn a{
	background: #412892;
background: linear-gradient(90deg, rgba(65, 40, 146, 1) 0%, rgba(156, 159, 245, 1) 50%, rgba(65, 40, 146, 1) 99%);
	background-size: 200% 100%;
	color: #fff;
	font-family: var(--sub-font);
	letter-spacing: 1px;
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 1.2em 0;;
	transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
	box-shadow: 0 3px 6px #eee
}

.soutousyu_btn a:hover{
	background-position: 50% 0;
}
.soutousyu_btn span{
	color: #fff;
	font-size: 1.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.soutousyu_btn span:before{
	content: '';
	background: url("../img/index/soutousyu_ic.png")no-repeat center / contain;
	width: 100px;
	height: 50px;
	display: inline-block;
	margin-right: 1em;
}

@media (min-width:400px){
	.soutousyu_btn span{
		font-size: 1.8em
	}
}


/*------------------------------------

   flower 

------------------------------------*/

#flower{
	position: relative;
	margin: 10em auto;
}

#flower:after{
	content: '';
	display: block;
	position: absolute;
	background: url("../img/index/sakura_right.png")no-repeat right / contain;
	top: -12%;
	right: 0;
	width: 75%;
	height: 400px
}

#flower .title1{
	z-index: 1
}


.flower_slide{
	margin-top: 8em;
}


.flower_list{
	height: auto;
	box-shadow: 0 3px 6px #ccc;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.flower_list div.slide-img{
	height: 100%;
}
.flower_list figure{
	margin-bottom: 1.5em;
}
.flower_list .slide-img > div{
	padding: 1em;
}
.flower_list h3.title2{
	margin-bottom: 1em;
}

@media (min-width:768px){
	#flower:before{
		content: '';
		display: block;
		position: absolute;
		background: url("../img/index/sakura_left.png")no-repeat left / contain;
		top: -5%;
		left: 0;
		width: 25%;
		height: 250px
	}
	#flower:after{
		width: 45%;
	}
}



/*------------------------------------

   access 

------------------------------------*/

#access iframe,
.access_wrap{
	width: 100%;
	margin-bottom: 1em;
}

@media (min-width:1000px){
	#access iframe,
	.access_wrap{
		width: 48%;
	}
}

#access div.flex{
	gap: 70px;
}








