@charset "utf-8";

.container-header h1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 315px;
	margin-block: 75px 120px;
	border-bottom: 1px solid #D9D9D9;
}
.container-wide {
	text-align: left;
	width: 1108px;
	margin-inline: auto;
	color: #000;
}
.onceamonth-lineup>p {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 73px;
}
.onceamonth-lineup>h2 {
	font-family: "FOT-マティス Pro EB", serif;
	font-weight: 800;
	font-size: 41px;
	line-height: 100%;
	letter-spacing: -0.06em;
	padding-bottom: 29px;
	border-bottom: 3px solid #D9D9D9;
	margin-bottom: 80px;
}
.onceamonth-lineup .lineup .item {
	border-left: 3px solid #000;
	margin-bottom: 24px;
	padding: 16px 32px;
}
.onceamonth-lineup .lineup .item .date {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 4px;
}
.onceamonth-lineup .lineup .item h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}
.onceamonth-lineup .lineup .item h3:last-child {
	margin-bottom: 0;
}
.onceamonth-lineup .lineup .item ul {
	color: #898989;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	list-style-type: none;
}
.onceamonth-lineup .lineup .item ul li {
	text-indent: -1em;
	margin-left: 1em;
}
.onceamonth-lineup .lineup .item ul li:before {
	content: '※';
}
.onceamonth-lineup .lineup+p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 48px;
}
.onceamonth-lineup .lineup+p span {
	margin-right: 18px;
}
.onceamonth-lineup .present {
	border-top: 3px solid #D9D9D9;
	padding-top: 80px;
}
.onceamonth-lineup figure {
	margin: 0 0 20px;
}
.onceamonth-lineup .present ul {
	color: #898989;
	font-weight: 300;
	font-size: 13px;
	line-height: 160%;
	list-style-type: none;
	margin-bottom: 80px;
}
.onceamonth-lineup .present ul li {
	text-indent: -1em;
	margin-left: 1em;
}
.onceamonth-lineup .present ul li::before {
	content: '※';
}
.onceamonth-theater {
	border-top: 3px solid #D9D9D9;
	padding-top: 48px;
	margin-bottom: 120px;
}
.onceamonth-theater h2 {
	font-family: "中ゴシックBBB", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	transform: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.onceamonth-theater>ul {
	color: #898989;
	font-weight: 300;
	font-size: 13px;
	line-height: 160%;
	list-style-type: none;
	margin-bottom: 48px;
}
.onceamonth-theater>ul li {
	text-indent: -1em;
	margin-left: 1em;
}
.onceamonth-theater>ul li::before {
	content: '※';
}
.onceamonth-theater h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 16px;
}
.onceamonth-theater table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 48px;
}
.onceamonth-theater thead {
	background: #F2F2F2;
}
.onceamonth-theater thead th {
	text-align: left;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	padding: 8px 6px;
}
.onceamonth-theater thead th:first-child {
	width: 15%;
}
.onceamonth-theater thead th:nth-child(2) {
	width: 45%;
}
.onceamonth-theater thead th:last-child {
	width: 40%;
}
.onceamonth-theater table tbody td {
	text-align: left;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	padding: 24px 6px 0;
}
.onceamonth-theater table tbody tr.boundary td {
	padding-bottom: 24px;
}

ul.sns {
	padding-top: 65px;
	border-top: 2px solid #000;
	width: 1107px;
	margin-inline: auto;
}
ul.sns li {
	display: inline-block;
	margin-right: 10px;
	width: auto;
	height: 20px;
}
ul.sns div.fb-like {
	position: relative;
	top: -4px;
}
ul.sns div.fb-like > span {
	vertical-align: text-top !important;
}
#footer-copyright {
	border: none;
}

@media only screen and (max-width:1200px) {
	.container-header h1 {
		padding-inline: 14px;
		box-sizing: border-box;
	}
	.container-header h1 img {
		width: 100%;
		height: auto;
	}
	.container-wide {
		box-sizing: border-box;
		padding-inline: 24px;
		width: auto;
	}
	.onceamonth-lineup figure img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:1107px) {
	ul.sns {
		width: auto;
	}
}
@media only screen and (max-width:860px) {
}
@media only screen and (max-width:767px) {
	.container-header h1 {
		height: 220px;
		margin-block: 85px 50px;
	}
	.onceamonth-lineup>p {
		font-size: 16px;
		margin-bottom: 42px;
	}
	.onceamonth-lineup>h2 {
		font-size: 29px;
		padding-bottom: 14px;
		margin-bottom: 43px;
	}
	.onceamonth-lineup .lineup .item {
		margin-bottom: 20px;
		padding: 12px 16px;
	}
	.onceamonth-lineup .lineup .item .date {
		font-size: 13px;
	}
	.onceamonth-lineup .lineup .item h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.onceamonth-lineup .lineup .item ul {
		font-size: 13px;
	}
	.onceamonth-lineup .lineup+p {
		font-size: 13px;
		margin-bottom: 50px;
	}
	.onceamonth-lineup .lineup+p span {
		margin-right: 18px;
	}
	.onceamonth-lineup .present {
		border-top: none;
		padding-top: 0;
	}
	.onceamonth-lineup figure img {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.onceamonth-lineup .present ul {
		font-size: 12px;
		margin-bottom: 100px;
	}
	.onceamonth-theater {
		border-top-width: 2px;
		padding-top: 16px;
		margin-bottom: 30px;
	}
	.onceamonth-theater h2 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.onceamonth-theater>ul {
		font-size: 12px;
		margin-bottom: 32px;
	}
	.onceamonth-theater h3 {
		font-size: 16px;
		border-bottom: 1px solid #000;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	.onceamonth-theater table {
		margin-bottom: 0;
	}
	.onceamonth-theater thead {
		display: none;
	}
	.onceamonth-theater thead th:first-child {
		width: auto;
	}
	.onceamonth-theater thead th:nth-child(2) {
		width: auto;
	}
	.onceamonth-theater thead th:last-child {
		width: auto;
	}
	.onceamonth-theater table tbody tr {
		display: block;
		padding-left: 88px;
		position: relative;
		padding-bottom: 20px;
	}
	.onceamonth-theater table tbody td {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		padding: 0;
		margin-bottom: 6px;
	}
	.onceamonth-theater table tbody tr.boundary td {
		padding-bottom: 0;
	}
	.onceamonth-theater table tbody td:first-child {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* .onceamonth-theater table tbody td:last-child::before {
		content: '備考：';
	} */
	.onceamonth-theater table tbody td:last-child:empty {
		display: none;
	}

	ul.sns {
		padding-top: 40px;
		margin-inline: 24px;
	}
}

