@charset "utf-8";
/*introduction*/

#main-contents {
	background-image: url(/wp/wp-content/uploads/2022/01/background-img-01-1.jpg);
	background-repeat: no-repeat;
}

.main-msg {
	max-width:1150px;
	margin: 0 auto;
	line-height: 2.0em;
	padding-bottom: 50px;
}

.page h2 {
	margin-bottom: 0;
}

#event-list {
	background-color: #FCF3D0;
	padding: 50px 0;
}

#event-list .inner {
	display: flex;
	justify-content: center;
	background-color: #FFF;
	/*margin: 40px 0;*/
	padding: 30px 15px;
}

#event-list .inner table {
	color: #736357;
	/*width: 750px;*/
	/*max-width: 824px;*/
}

#event-list .inner table.list-01 {
	margin-right: 50px;
}

#event-list .inner table tbody th {
	font-size: 1.2em;
	vertical-align: top;
	text-align: right;
	width: 2.4em;
	padding-right: 15px;
}

#event-list .inner table tbody td {
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom: 1px #E0BA19 dashed;
}

#event-list .inner table tbody td span {
	font-weight: normal;
}

/*イベント写真*/
#event-photo {
	margin-bottom: 40px;
}

#event-photo ul {
	list-style-type: none;
	display: flex;
	padding-left: 0;
	/*width: 1660px;
	margin: 0 auto;*/
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#event-photo ul li {
	max-width: 387px;
	color: #666;
}

#event-photo ul li:not(:last-child) {
	margin-right: 50px;
}

#event-photo ul li img {
	width: 100%;
	height: auto;
}

#event-photo ul.list-01,
#event-photo ul.list-02 {
	border-bottom: 1px #4D4D4D dashed;
}

#event-photo ul li h3 {
	text-align: center;
	margin-top: 10px;
}