@charset "utf-8";

/*********************************
 *
 * services event STYLES
 * イベントページ(event)のCSS
 *
 *********************************/

#event {
	font-size: 14px;
	line-height: 1.75;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	color: #333;
	overflow: hidden;
}

#event .wrapper {
	max-width: 920px;
	margin: 0 auto;
}

#event h1,
#event h2,
#event h3,
#event h4,
#event h5,
#event h6 {
	line-height: 1.2;
	font-weight: bold;
	font-feature-settings: "palt";
}

#event strong {
	/* color: #●; */
}

#event a {
	/* color: #●; */
	text-decoration: none;
	transition: 0.2s;
}

#event a:hover {
	opacity: 0.7;
}

#event img {
	/*width: auto;*/
	max-width: 1135px;
}
#event .bgcl {
	/* background: #●;
	color: #●; */
}

#event .txtcl {
	/* color: #●; */
}

#event .txtw {
	color: #fff;
}

#event .event_logo_h2 {
	width: 164px;
	height:186px;
}

/*基本色一覧
本文:		#333;
リンク：	#;
●色:		#;
●色:		#;
●色:		#;
*/


/*****************article*****************/

/*main_visual*/
#event .main_visual {
	margin-bottom: 60px;
}

#event .main_visual figure {
	display:flex;
	margin-bottom: 80px;
}

#event .main_visual figure img {
	width: calc(100%/3);
	height: 100%;
}

#event .main_visual h2,
#event .content h2,
#event .content .lede,
#event .content .contact {
	text-align: center;
	line-height: 1.75;
}

/*content*/
#event .content .lede,
#event .content h3,
#event .content .contact a {
	font-size: 26px;	
}

#event .content h2,
#event .content .lede,
#event .content figure {
	margin-bottom: 35px;
}

#event .content .lede {
	font-size: 26px;
	color: #009245;
	font-weight: bold;
	margin: 0 10px;
}

#event .content .details,
#event .content .contact {
	margin-bottom: 60px;
}

#event .content .details h3 {
	background: #009245;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px;
}

#event .content .details p {
	font-size: 18px;
	color: #7a3327;
	line-height: 1.75;
	margin: 0 10px;
}

#event .content .contact a {
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
	padding-top: 8px;
	display: block;
	background: #7a3327;
	color: #fff;
	font-weight: bold;
	
}

/*pagetop*/
#event .pagetop {
	position: fixed;
	bottom: -90px;
	right: 50px;
	margin: auto;
}

#event .pagetop a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px 10px 0 0;
	display: block;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	color: #7a3327;
}
