@charset "utf-8";  
/*------------------------------------------------------------ 
    Event css
------------------------------------------------------------*/  

/* ベースフォント設定 */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* 基本フォント設定 */
.event-page,
.event-page *,
.eventInner,
.eventInner * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* ヘッダービジュアル設定 */
#detailHd .visual-container {
  position: relative;
  width: 100%;
  height: 206px;
}

#detailHd .visual-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#detailHd h2 {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}

/* セクションヘッダー */
.secHd {
  margin-bottom: 30px;
  text-align: center;
}

.eventInner {
	width: auto;
	padding-top: 0px !important;
	padding-right: 10px !important;
	padding-bottom: 120px !important;
	padding-left: 10px !important;
	text-align: center;
}

#eventList {
	width: 100%;
	max-width: 976px;
	margin: 0 auto;
	letter-spacing: -.40em;
	padding: 0;
	list-style: none;
}

#eventList > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 23.36%;
	padding: 0 0.82%;
	margin-bottom: 30px;
	list-style-type: none;
}

#eventList h4 {
	width: auto;
	padding: 7px 10px;
	border-radius: 5px 5px 0 0;
	color: #815B39;
	font-size: 150%;
	margin: 0;
}

#eventList h4 span {	
	font-size: 30px;
}

#eventList > li:nth-child(odd) h4 { 
	background: #FAE4EA;
}
#eventList > li:nth-child(even) h4 { 
	background: #C5EAFC;
}

#eventList li ul { 
	margin-top: 10px;
	padding: 0;
	list-style: none;
}
#eventList li li {
	color: #534331;
	font-size: 117%;
	line-height: 1.5;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
}

#caution {
	display: inline-block;
	width: auto;
	text-align: left;
	padding: 45px 75px 45px 65px;
	background: #DFF1FA url(../img/event/bg-text.png) no-repeat right 40px top 30px;
	border-radius: 5px;
	list-style: none;
	margin: 0;
}

#caution li {
	color: #534331;
	font-size: 117%;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
}

/* エントリーコンテンツのリストスタイル上書き */
.event-page .entry-content ul li {
  list-style: none;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px) {
	#eventList { 
		max-width: 732px;
	}

	#eventList > li {
		width: 31.15%;
		padding: 0 1.09%;
	}
}

/* SP */
@media screen and (max-width: 560px) {
	.eventInner { 
		padding-bottom: 60px;
	}

	#eventList { 
		max-width: 488px;
	}

	#eventList > li {
		width: 46.72%;
		padding: 0 1.64%;
		margin-bottom: 20px;
	}

	#eventList li li { 
		font-size: 109%;
	}

	#eventList h4 { 
		font-size: 134%;
	}

	#eventList h4 span {	
		font-size: 150%;
	}

	#caution {
		padding: 50px 15px 25px;
		background-size: 48px 26px;
		background-position: right 20px top 15px;
	}

	#caution li {
		font-size: 109%;
		line-height: 1.8;
	}

	/* モバイル用のdetailHd設定 */
	#detailHd {
		margin-bottom: 25px;
		background-size: 12px 12px;
	}

	#detailHd .visual-container {
		height: 120px;
	}

	#detailHd h2 {
		max-width: 173px;
		margin: 0 auto;
		padding: 15px 0;
	}
} 