@charset "utf-8";

/*---------------------
基本設定
---------------------*/
.o_bg{
	background-image: url(/autumn-hiei/img/bg.jpg);
	padding: 1px 0;
}

.autumnCont{
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 100px;
}

#lp-content img{
	width: 100%;
	vertical-align: middle;
}

#lp-content a{
	text-decoration: none;
	display: block;
	transition: 0.5s;
}

#lp-content a:hover{
	opacity: 0.5;
}

#lp-content p{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.br_pc{display: block;}
.br_sp{display: none;}

@media screen and (max-width:768px){
	.br_pc{display: none;}
	.br_sp{display: block;}
	
	.autumnCont{
		margin: 2% auto 100px;
	}
	
	.headerBlock__menu p{
		padding-top: 22px;
	}
}


/*---------------------
メインビジュアル
---------------------*/
.l_kv h2 img{
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}

.l_kv h2 + p{
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.l_kv ul{
	width: 84%;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_kv ul li{
	width: 30%;
}

.md_maintitle{
	background: url(../img/bg_maintitle.png) no-repeat;
	background-size: 100% auto;
}


@media screen and (max-width:768px){
	.l_kv h2{
		width: 94%;
		margin: 0 auto;
	}
	
	.l_kv h2 + p{
		font-size: 1.4rem;
	}
	
	.l_kv ul li{
		width: 100%;
		margin-bottom: 8%;
	}
	
	.l_kv ul li:last-child{
		margin-bottom: 0;
	}

}


/*---------------------
スポット
---------------------*/
.l_spot{
	background: url(../img/border.png) no-repeat;
	margin-top: 80px;
	padding-top: 40px;
}

.l_spot .md_spotcatch{
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.l_spot .md_spotcatchbgno{
	background: none !important;
}

.l_spot .md_spotcatch .is_area{
	width: 270px;
	padding: 0 20px 0 0;
}

.l_spot .md_spotcatch .md_coursetxt{
	display: flex;
	align-items: center;
}

.l_spot .md_spotcatch .md_coursetxt .is_coursetxt{
	color: #568035;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500 !important;
	font-size: 200%;
}

.l_spot .md_spotcatchhiei .md_coursetxt .is_coursetxt{
	color: #627410;
}

.l_spot .md_spotcatchotsu .md_coursetxt .is_coursetxt{
	color: #006bae;
}

.l_spot .md_spotlist{
	margin: 0;
}

.l_spot .md_spotlist > li{
	background: url(../img/bg_momiji.jpg) repeat-y top center;
	background-size: 100% auto;
	box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_spot .md_spotlist.md_spotlisthiei li{
	background: #eff0e5;
}

.l_spot .md_spotlist.md_spotlistotsu li{
	background: #e7eff8;
}

.l_spot .md_spotlist li div{
	width: 50%;
}

.l_spot .md_spotlist li div:nth-child(2){
	background: url(../img/bg_titlemomiji.png) no-repeat top left;
	background-size: 20% auto;
	padding: 2%;
	position: relative;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotcatch{
	color: #f39800;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 162%;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotcatch.is_border{
	border-top: #ac8501 1px solid;
	margin-top: 20px !important;
	padding-top: 20px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotname{
	padding: 10px 0;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotname.is_nightsampo{
	padding-top: 40px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spottxt{
	text-align: justify;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spottxt + p.is_spottxt{
	padding-top: 10px;
}


.l_spot .md_spotlist li div:nth-child(2) p.is_spotinfo{
	font-size: 87.5%;
	padding-top: 20px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotinfo img{
	width: 120px !important;
	margin-top: -10px;
	padding-left: 20px;
	float: right;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_officialurl a{
	color: #007e3b;
	padding: 20px 0 10px 0;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li{
	width: 49%;
	padding: 2% 0 0 0;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li a{
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	background: #6ba2ca url(../img/icon_spot.png) no-repeat center left +5px;
	background-size: 20px auto;
	padding: 5px 10px 5px 30px;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li.is_spoturl a{
	background: #6ba2ca url(../img/icon_area.png) no-repeat center left +5px;
	background-size: 20px auto;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li.is_btnarea a{
	background: #0eae71 url(../img/icon_area.png) no-repeat center left +5px;
	background-size: 20px auto;
}

.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li.is_btnticket a{
	background: #ef8575 url(../img/icon_ticket.png) no-repeat center left +5px;
	background-size: 20px auto;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spoturl a{
	color: #cb483a;
	font-size: 87.5%;
	padding: 50px 0 20px 0;
	word-break: break-all;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn2 a{
	color: #fff;
	font-size: 87.5%;
	border-radius: 6px;
	background: #f7bc5a;
	padding: 4px 20px;
	display: inline-block !important;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn3 a{
	background: #eb6100;
	padding: 4px 40px 4px 20px;
	position: relative;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn3 a::after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 11px;
	background-image: url(../img/icon_window_white.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 9px;
	right: 20px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn4{
	padding-top: 20px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn4 a{
	background: #b99ac7;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn5{
	margin-top: -40px !important;
	position: relative;
	z-index: 9999;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn{
	position: relative;
	display: inline-block;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url(../img/icon_window.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	right: 10px;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn a{
	color: #cb483a;
	border: #cb483a 1px solid;
	border-radius: 6px;
	background: #fff;
	margin-top: 10px;
	padding: 10px 40px 10px 40px;
	position: relative;
	display: inline-block !important;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn a::before{ 
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c9c8bd;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn a::after{
  content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.l_spot .md_btnlist{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.l_spot .md_btnlist li{
	width: 30%;
	padding: 20px 10px;
}

.l_spot .md_btnlist li a{
	color: #c78317;
	font-weight: bold;
	border: #c78317 1px solid;
	border-radius: 6px;
	background: #fff;
	margin-top: 10px;
	padding: 10px 10px 10px 40px;
	position: relative;
}

.l_spot .md_btnlist li a::before{ 
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c9c8bd;
}

.l_spot .md_btnlist li a::after{
  content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.l_spot .md_btnlist li.is_ticket a{
	color: #5f9433;
	border: #5f9433 1px solid;
}

.l_spot .md_spotlist li div:nth-child(2) p.is_garden{
	width: 66px;
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.l_spot .md_spotlist li.is_hieizan2{
	align-items: flex-start;
}

.l_spot .md_spotlist li.is_hieizan2 div:nth-child(1){
	padding: 2% 2% 60px 2%;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu{
	background: #eacfdb;
	width: 590px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: -175px;
	right: 2%;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(1){
	width: 190px;
	padding: 0;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(2){
	width: 340px;
	padding: 0;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(1) img{
	border: #fff 4px solid;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(2) .is_year{
	color: #eb6100;
	font-size: 87.5%;
	padding: 5px 0;
}

.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(2) .is_spotname{
	padding: 0;
}

.l_spot .md_spotlist li .md_momiji{
	width: 100%;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.l_spot .md_spotlist li .md_momiji div:nth-child(2){
	width: 68%;
	padding: 0;
}

.l_spot .md_spotlist li .md_momiji div:nth-child(2) p.is_spotinfo{
	padding: 0;
}

.l_spot .md_spotlist li .md_momiji div:nth-child(1){
	width: 28%;
}

.l_spot .md_spotlist li .md_momiji div:nth-child(1) p{
	padding-bottom: 20px;
}

.l_spot .md_spotlist li .md_buddhism{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.l_spot .md_spotlist li .md_buddhism p{
	text-align: center;
	font-size: 86%;
}

.l_spot .md_spotlist li .md_buddhism p:nth-child(1){
	width: 42.5%;
}

.l_spot .md_spotlist li .md_buddhism p:nth-child(2){
	width: 27.5%;
}

.l_spot .md_spotlist li .md_buddhism p:nth-child(3){
	width: 27%;
}

.l_spot .md_spotlist li .md_buddhism p img{
	display: block;
	padding-bottom: 10px;
}

.l_spot .md_spotlist li .md_walk > dt{
	color: #fff;
	text-align: center;
	background: #ceb36d;
	margin-top: 10px;
}

.l_spot .md_spotlist li .md_walk > dd{
	font-size: 86%;
	margin: 0;
	padding-top: 5px;
}

.l_spot .md_spotlist li .md_walk > dd ul{
	padding-bottom: 5px;
}

.l_spot .md_spotlist li .md_walk > dd ul li{
	font-weight: bold;
	box-shadow: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.l_spot .md_spotlist li .md_walk dd li::before{
	content: "";
	display: inline-block;
	position: relative;
	left: -10px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #ceb36d;
	border-radius: 50%;
}

.l_spot .md_spotlist li .md_walk dd li dl{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.l_spot .md_spotlist li .md_walk dd li dl::after{
	content: "";
	border-bottom: #64534e 3px dotted;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
}

.l_spot .md_spotlist li .md_walk dd li dt{
	text-align: left;
	background: #eff0e5;
	position: relative;
	z-index: 9;
	text-indent: 0;
	padding-right: 10px;
}

.l_spot .md_spotlist li .md_walk dd li dd{
	background: #eff0e5;
	padding-left: 10px;
	position: relative;
	z-index: 9;
}

.l_spot .md_spotlist li .is_ticket{
	padding-top: 20px;
}

@media screen and (max-width:768px){
	.l_spot{
		margin-top: 8%;
		padding-top: 4%;
	}
	
	.l_spot .md_spotcatch .md_coursetxt .is_coursetxt{
		font-size: 150%;
		text-align: center;
	}
	
	.l_spot .md_spotlist li div:nth-child(2) p.is_spotcatch{
		font-size: 125%;
	}
	
	.l_spot .md_spot{
		width: 84%;
		margin: 0 auto;
	}
	
	.l_spot .md_spotcatch .is_area{
		width: 75%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.l_spot .md_spotcatch .md_coursetxt{
		margin-top: 20px;
	}
	
	.l_spot .md_spotlist > li{
		margin: 0 0 40px 0;
	}
	
	.l_spot .md_spotlist li div{
		width: 100%;
	}
	
	.l_spot .md_spotlist li div:nth-child(2){
		padding: 4%;
	}
	
	.l_spot .md_btnlist li{
		padding: 0;
		width: 100%;
	}
	
	.l_spot .md_btnlist li a{
		width: 100%;
		margin-top: 20px;
	}
	
	.l_spot .md_spotlist li div:nth-child(2) .is_btnlink li{
		width: 100%;
		padding: 10px 0 0 0;
	}
	
	.l_spot .md_spotlist li.is_hieizan2 div:nth-child(1){
		padding: 0;
	}
	
	.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu{
		width: 100%;
		padding: 4%;
		position: static;
	}
	
	.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(1){
		width: 36%;
	}
	
	.l_spot .md_spotlist li.is_hieizan2 .is_murasakishikibu div:nth-child(2){
		width: 60%;
	}
	
	.l_spot .md_spotlist li div:nth-child(2) p.is_spotbtn5{
		margin-top: 0 !important;
	}
	
	.l_spot .md_spotlist li .md_momiji{
		flex-direction: row;
	}
	
	.l_spot .md_spotlist li .md_momiji div:nth-child(2){
		width: 100%;
	}
	
	.l_spot .md_spotlist li .md_momiji div:nth-child(1){
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.l_spot .md_spotlist li .md_momiji div:nth-child(1) p{
		width: 48%;
	}
	
	.l_spot .md_spotlist li .md_buddhism p{
		font-size: 62%;
	}
	
	.l_spot .md_spotlist li .md_walk > dd ul.is_present li{
		display: block;
		text-indent: -0.8em;
		padding-left: 1.2em;
	}
	
	.l_spot .md_spotlist li .md_walk > dd ul.is_present li::before{
		left: -5px;
		top: 0px;
	}
	
	.l_spot .md_spotlist li div.md_garden{
		padding-bottom: 100px;
	}
	
	.l_spot .md_spotlist li .md_walk dd li dl{
		margin-top: -20px;
	}

}


/*---------------------
下のバナーなど
---------------------*/
.l_spot .md_footernavi{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.l_spot .md_footernavi li{
	padding: 0 20px;
}

.l_spot .md_footernavi a{
	color: #cb483a;
	font-size: 115%;
	font-weight: bold;
	padding-left: 32px;
	position: relative;
}

.l_spot .md_footernavi a::after{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #cb483a;
	border-right: 2px solid #cb483a;
	transform: rotate(45deg);
}

.l_spot .is_banner{
	padding: 30px 0 0 0;
}

.l_spot .is_taccess{
	max-width: 180px;
	width: 50%;
	margin: 0 auto;
	padding: 80px 0 20px 0;
}

.l_spot .md_access{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.l_spot .md_access li{
	max-width: 280px;
	width: 48%;
	margin: 0 2%;
}

@media screen and (max-width:768px){
	.l_spot .is_taccess{
		padding-bottom: 0;
	}
	
	.l_spot .md_footernavi li{
		width: 100%;
		padding: 0 2% 0 0;
	}
	
	.l_spot .md_access{
		margin-top: 0;
	}
	
	.l_spot .md_access li{
		width: 100%;
		padding-top: 30px;
	}

}


/*---------------------
花びら
---------------------*/
.l_spot .icon_momiji1{
	width: 60px;
	position: absolute;
	top: -30px;
	right: 0;
}

.l_spot .icon_momiji2{
	width: 60px;
	position: absolute;
	top: 360px;
	right: 120px;
}
.l_spot .icon_momiji3{
	width: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.l_spot .icon_momiji4{
	width: 60px;
	position: absolute;
	top: 360px;
	left: 50px;
}
.l_spot .icon_momiji5{
	width: 60px;
	position: absolute;
	bottom: 20px;
	right: 120px;
}

.l_spot .icon_momiji6{
	width: 60px;
	position: absolute;
	top: -50px;
	right: 80px;
}

.l_spot .icon_momiji7{
	width: 60px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width:768px){
	.l_spot .icon_momiji1,
	.l_spot .icon_momiji2,
	.l_spot .icon_momiji3,
	.l_spot .icon_momiji4,
	.l_spot .icon_momiji5,
	.l_spot .icon_momiji6,
	.l_spot .icon_momiji7{
		display: none;
	}
}


/*---------------------
さくら
---------------------*/
.autumnCont .l_sakura{
	background: url(../img/bg_sakura.jpg) repeat-y top center;
	background-size: 100% auto;
	box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 40px 0 0 0;
	padding: 0 20px 0 20px;
}

.autumnCont .l_sakura .l_spot{
	background: none;
	margin-top: 0;
	padding-top: 0;
}

.autumnCont .l_sakura .l_spot .md_spotlist > li{
	box-shadow: none;
	margin: 0;
	background: url(../img/border2.png) no-repeat bottom center;
	background-size: 100% auto;
	margin-bottom: 40px;
	padding-bottom: 60px;
}

.autumnCont .l_sakura .l_spot .md_spotlist > li:last-child{
	background: none;
}

.autumnCont .l_sakura .l_spot .md_spotlist li div:nth-child(2){
	background: none;
	padding: 0 2%;
}

.autumnCont .l_sakura .l_spot .md_spotlist li div:nth-child(2) p.is_spotcatch{
	color: #ed7faf;
}

.autumnCont .l_sakura .icon_sakura2{
	width: 120%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.autumnCont .l_sakura .icon_sakura3{
	width: 60px;
	position: absolute;
	bottom: 100px;
	right: 50px;
}

.autumnCont .l_sakura .icon_sakura4{
	width: 60px;
	position: absolute;
	top: 0;
	right: 20px;
}

.autumnCont .l_sakura .icon_sakura5{
	width: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.autumnCont .l_sakura .icon_sakura7{
	width: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width:768px){
	.autumnCont .l_sakura{
		margin: 8% 8% 0 8%;
	}
	
	.autumnCont .l_sakura .l_spot .md_spot{
		width: 100%;
	}
	
	.autumnCont .l_sakura .icon_sakura2,
	.autumnCont .l_sakura .icon_sakura3,
	.autumnCont .l_sakura .icon_sakura4,
	.autumnCont .l_sakura .icon_sakura5,
	.autumnCont .l_sakura .icon_sakura7{
		display: none;
	}
	
	.autumnCont .l_sakura .l_spot .md_spotlist > li{
		background: url(../img/border2.png) no-repeat bottom center;
		background-size: 200% auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}


/*---------------------
比叡の大護摩
---------------------*/
.autumnCont .l_hiei{
	background: url(../img/bg_hiei.jpg) repeat-y top center;
	background-size: 100% auto;
	box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 40px 0 0 0;
	padding: 20px;
}

.autumnCont .l_hiei .l_spot{
	background: none;
	margin-top: 0;
	padding-top: 0;
}
.autumnCont .l_hiei .l_spot .md_spotlist > li{
	background: none;
	box-shadow: none;
	margin: 0;
}

.autumnCont .l_hiei .l_spot .md_spotlist li div:nth-child(2){
	background: none;
	padding: 0 2%;
}

.autumnCont .l_hiei .l_spot .md_spotlist li div:nth-child(2) p.is_spotcatch{
	color: #9f82ba;
}

.autumnCont .l_hiei .icon_momiji8{
	width: 60px;
	position: absolute;
	top: 0;
	right: -20px;
}

.autumnCont .l_hiei .l_spot .md_spotlist li div:nth-child(2) p.is_spottxt + p.is_spottxt{
	color: #ad003b;
	font-weight: 700;
}

@media screen and (max-width:768px){
	.autumnCont .l_hiei .icon_momiji8{
		display: none;
	}
	
	.autumnCont .l_hiei{
		margin: 8% 8% 0 8%;
	}
	
	.autumnCont .l_hiei .l_spot .md_spot{
		width: 100%;
	}
	

}
