@charset "utf-8";



@media screen and (max-width:799px) {
    /*SP-Tablet*/
}
@media screen and (max-width:479px) {
	/*SP*/
	.top_image{
		margin-bottom:5rem;
		width: 200%;
		margin-left: -50%;
	}
	.more {
		padding: 1rem 1rem;
		width: 70%;
		margin: 3rem 15% 5rem;
	}
}

/*--------------------------------------------
    Pray
--------------------------------------------*/


@media screen and (max-width:799px) {
    /*SP-Tablet*/
}
@media screen and (max-width:479px) {
    /*SP*/
}

/*--------------------------------------------
    Main
--------------------------------------------*/
#main .main_wrap{
	background:url(../../../files/img/bg_guide_pray.jpg);
	background-size:cover;
	background-position:center;
}
#main #title {
    fill: #fff;
    min-width: 130px;
    filter: drop-shadow(0 0 10px #000);
}
h1{
	width: 10%;
    margin-left: 83%;
    margin-right: 7%;
}

@media screen and (max-width:799px) {
    /*SP-Tablet*/
}
@media screen and (max-width:479px) {
	/*SP*/
	h1 {
		width: 30%;
		margin-left: 35%;
		margin-right: 35%;
	}
	#main #title {
		fill: #fff;
		width: 100%;
		filter: drop-shadow(0 0 10px #000);
	}
	#main .main_wrap{
		background:url((../../../files/img/bg_guide_pray.jpg);
		background-size:cover;
		background-position:center;
	}
}

/*--------------------------------------------
    Event
--------------------------------------------*/

#event{
}
#event .title{
	font-size:2.4rem;
	margin-bottom:5rem;
}
#event .bg_washi{
	background:url(../../../common/img/bg_washi.jpg);
	padding: 20rem 0;
	z-index: 1;
	position: relative;
}
#event .bg_washi.event_top{
	padding-bottom: 10rem;
}
#event .spring,
#event .summer,
#event .autumn,
#event .winter{
}
#event .spring .season{
	background: url(../img/bg_spring.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#event .summer .season{
	background: url(../img/bg_summer.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#event .autumn .season{
	background: url(../img/bg_autumn.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#event .winter .season{
	background: url(../img/bg_winter.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#event .season{
	height: 50vh;
	display: flex;
    justify-content: center;
    align-items: center;
}

#event .season h3{
	font-size: 3rem;
    padding: 0;
	color: #fff;
	filter: drop-shadow(0 0 10px black);
}
#event .season h3::after{
	content:none;
}
#event .season h3 span{
	font-size: 2rem;
	color:#fff;
}
#event p{
	line-height:2;
}
#event .event{
	margin-bottom:7rem;
	align-items: flex-start;
}
#event .event_date{
	font-size:3rem;
	width:15rem;
}
#event .event_content{
    max-width: calc(70% - 15rem - 3rem);
    border-left: 1px solid #aaa;
	padding-left: 4rem;
	margin-right:3rem ;
}
#event .event_content.no-image{
	max-width: calc(100% - 15rem);
	margin-right:0rem ;
}
#event .event_name{
	font-size:2.5rem;
}
#event .event_text{
	margin-bottom:1rem ;
}
#event .event img{
	width:30%;
}


@media screen and (max-width:1400px) {
	/*SP-Tablet*/
	#event .spring .season{
		background:none;
	}
	#event .summer .season{
		background:none;
	}
	#event .autumn .season{
		background:none;
	}
	#event .winter .season{
		background:none;
	}
	#event .spring .season .season_bg{
		background: url(../img/bg_spring.jpg);
		background-position: center center;
	}
	#event .summer .season .season_bg{
		background: url(../img/bg_summer.jpg);
		background-position: center center;
	}
	#event .autumn .season .season_bg{
		background: url(../img/bg_autumn.jpg);
		background-position: center center;
	}
	#event .winter .season .season_bg{
		background: url(../img/bg_winter.jpg);
		background-position: center center;
	}
	#event .season .season_bg{
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		position: fixed;
		opacity: 0;
		background-size: cover;
		transition: all 0.3s ease 0s;
		z-index: -1;
	}
	#event .season.show .season_bg {
		opacity: 1;
	}
}
@media screen and (max-width:479px) {
	/*SP*/
	#event{
		overflow:hidden;
	}
	#event .season {
		height:50vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#event .season h3{
		font-size: 3rem;
		background:none;
		line-height: 1.5;
	}
	#event .event{
		width:90%;
		margin-left:5%;
		margin-bottom:10rem;
	}
	#event .event_date{
		margin-bottom: 2rem;
		width:100%;
		text-align: center;
	}
	#event .event_content{
		max-width: 100%;
		border-top: 1px solid #aaa;
		border-left: none;
		padding-top: 2rem;
		padding-left: 0;
		margin-right:0 ;
	}
	#event .event_content.no-image{
		max-width: 100%;
		margin-right:0rem ;
	}
	#event .event_name{
		font-size: 2rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	#event .event img{
		width:100%;
	}
	#event .season{
		background: none !important;
	}
	#event .spring .season .season_bg{
		background: url(../img/bg_spring.jpg);
		background-position: center center;
	}
	#event .summer .season .season_bg{
		background: url(../img/bg_summer.jpg);
		background-position: center center;
	}
	#event .autumn .season .season_bg{
		background: url(../img/bg_autumn.jpg);
		background-position: center center;
	}
	#event .winter .season .season_bg{
		background: url(../img/bg_winter.jpg);
		background-position: center center;
	}
	#event .season .season_bg{
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		position: fixed;
		opacity: 0;
		background-size: cover;
		transition: all 0.3s ease 0s;
		z-index: -1;
	}
	#event .season.show .season_bg {
		opacity: 1;
	}
}

/*--------------------------------------------
    Footer
--------------------------------------------*/
footer {
    margin-top: 0rem;
}