@charset "utf-8";
#event-campaign-wrap h2 {
	font-size: min( 4vw, 28px );
}
#event-campaign-wrap h1 {
	width: 100%;
	max-width: 1200px;
	margin: 76px auto 1em;
	padding: 0 10px;
}
#event-campaign-wrap h1 img {
	width: 100%;
	height: auto;
}
.intro {
	padding: 0 0 4em;
	text-align: center;
}
.intro h2 {
	color: #182987;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {	
	.intro img{
		width: 80%;
	}
}
.schedule h2,
.schedule p {
	text-align: center;
}
.schedule p {
	font-weight: 700;
}
.schedule table {
	width: 100%;
	box-sizing: border-box;
	margin-top: 2em;
}
.schedule table th,
.schedule table td {
	color: #333;
	vertical-align: middle;
	padding: 9px;
	text-align: center;
}
.schedule table td {
	border-left: solid 3px #fff;
}
.schedule table td.td-date {
	border-left: 0;
}
.schedule table tr:first-child th {
	color: #333;
	background: #ebebeb;
	font-weight: 700;
}
.schedule table td.td-time .wrap-time{
	display: inline-block;
	text-align: left;
}
.schedule table td.td-time .wrap-time { width: 20em; }
.schedule table .num {
	display: inline-block;
    background: #444;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
}
.schedule table tr {
	background: #FCE6DC;
}
.schedule table tr:nth-child( odd ) {
	background: #F9D2C0;
}
/* 予約状況 */
.schedule table .circle,
.schedule table .triangle,
.schedule table .cross{
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
}
.schedule table .circle{
	background-image: url(../images/reserve01.svg);
}
.schedule table .triangle{
	background-image: url(../images/reserve02.svg);
}
.schedule table .cross{
	background-image: url(../images/reserve03.svg);
}
.schedule ul {
	margin: 1em 0 5em;
	list-style: disc;
	padding-left: 30px;
}
@media screen and ( max-width: 768px ) {
	.schedule table {
		margin-top: 1em;
	}
	.schedule table tr:first-child th {
		font-size: 12px;
	}
	.schedule table tr:nth-child( n + 2 ) th {
		font-size: 12px;
	}
	.schedule table th,
	.schedule table td {
		padding: 7px;
	}
	.schedule table td {
		font-size: 12px;
	}
	.schedule table td.td-time { text-align: left; }
	.schedule table td.td-time .wrap-time { width: auto; }
}

.wpcf7-radio .wpcf7-list-item {
	margin-top:5px;
	display: block;
}
span[ data-name = consent ]{
	font-size: 16px;
}
.table ul {
	margin: 1em 0;
	list-style: disc;
	padding-left: 30px;
}
.wpcf7-response-output {
	display: none;
}

.event-campaign-confirm-wrap {
	margin-top: 76px;
}