header{
	display:none;
}
body{
	padding:0;
}
#page_title{
	height:720px;
	padding:0 0 60px 0;
	box-sizing:border-box;
	background:url('../images/festa/festa_mainimage.webp') no-repeat center center;
	background-size:cover;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
}
#page_title p{
	font-size:24px;
}
#page_title p strong{
	font-size:36px;
}
#page_title dl{
	display:flex;
	align-items:center;
}
#page_title dl dt{
	font-size:32px;
}
#page_title dl dd ul{
	list-style:none;
	display:flex;
	gap:20px;
	justify-content:center;
}
#page_title dl dd ul li time{
	font-size:48px;
}
#page_title dl dd ul li time .youbi{
	width:24px;
	height:24px;
	font-size:18px;
	margin-left:5px;
	color:#fff;
}
#page_title dl dd ul li:nth-child(1) time .youbi{
	background:#007ac4;
}
#page_title dl dd ul li:nth-child(2) time .youbi{
	background:#ea5914;
}
#page_title dl dd ul li:nth-child(3) time .youbi{
	background:#bf1019;
}
#page_title dl dd ul li strong{
	font-size:60px;
}
#cd_section{
	border:20px solid #c19822;
	max-width:1180px;
	margin:-100px auto 50px;
	padding:45px 0;
	box-sizing:border-box;
	position:relative;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:60px;
	color:#053f2d;
	font-weight:800;
}
#cd_section strong{
	font-size:130px;
	color:#c19822;
}
main section h3{
	color:#053f2d;
	background:transparent;
	font-size:34px;
	text-align:center;
}
#festa_news{
	margin:0 auto 30px;
}
#festa_news article{
	max-width:960px;
	margin:0 auto;
}
#festa_news dl{
	border-bottom:1px solid #c19822;
	padding:10px 20px;
}
#festa_news dl:first-child{
	border-top:1px solid #c19822;
}
#access{
	padding:0;
	text-align:center;
}
#access iframe{
	margin:50px auto 0;
	width:100%;
}
#access h3{
	margin-bottom:20px;
	color:#000;
}
#access h4{
	margin-bottom:20px;
}
#payment .shiharai{
	display:flex;
	gap:50px;
	justify-content:center;
}
#payment .shiharai figure{
	width:300px;
}
#copyright2{
	text-align:center;
	border-top:2px solid #c19822;
	line-height:40px;
}
footer{
	display:none;
}