@charset "utf-8";

:root {
	--gasaraji-color:#9966cc;
	--gasaraji-light-color:#caadda;
}


.menu ul li a {
	background-color: #663399;
	border-top-color: #663399;
	border-bottom-color: #663399;
	color: #FFF;
}
.menu ul li a.now {
	border-bottom-color: var(--gasaraji-color);
}


.hedding {
	color: white;
	background-color: var(--gasaraji-color);
}

.infomationbox .index {
	border: 4px solid var(--gasaraji-light-color);
	background-color: var(--gasaraji-color);
	color: #FFF;
}
.infomationbox .info dl dt {
	width: 5em;
}
.infomationbox .info dl dd {
	padding-left: 6em;
	border-bottom: 1px dotted var(--gasaraji-light-color);
}

@media screen and (max-width:480px) {
	.infomationbox .info dl dt {
		background-color: var(--gasaraji-light-color);
	}
}


.infomationbox .info dl dd th {
	font-weight: normal;
}
@media screen and (min-width:481px) {
	.infomationbox .info dl dd span.dot {
		display: inline;
	}
	.infomationbox .info dl dd span.dot::before {
		content: '・'
	}
	.only481 {
		display: inline;
	}
}
@media screen and (max-width:480px) {
	.infomationbox .info dl dd span.dot {
		display: block;
	}
	.infomationbox .info dl dd span.dot::before {
	}
	.only481 {
		display: none;
	}
}


.infomationbox .ticketinfo dl dt {
	background-color: var(--gasaraji-light-color);
}
.infomationbox .ticketinfo dl dd {
	/*border-bottom: 1px dotted var(--gasaraji-light-color);*/
}


@media screen and (max-width:480px) {
	.infomationbox .ticketinfo dl dd {
		padding-left: 1em;
		padding-bottom: 1em;
		padding-right: 1em;
		margin-bottom: 1em;
	}
}
.infomationbox .ticketinfo dl dd p {
	margin-bottom: .5em;
}
.infomationbox .ticketinfo dl dd p:first-child {
	margin-bottom: 1em;
}
.infomationbox .ticketinfo dl dd span {
	display: inline-block;
}
.infomationbox .ticketinfo dl dd span > span {
	display: inline-block;
}
@media screen and (min-width:481px) {
	.infomationbox .ticketinfo dl dd table {
		border-top: 1px solid var(--gasaraji-light-color);
		border-bottom: 1px solid var(--gasaraji-light-color);
	}
	.infomationbox .ticketinfo dl dd table th {
		border-bottom: 1px dotted var(--gasaraji-light-color);
	}
	.infomationbox .ticketinfo dl dd table td {
		border-bottom: 1px dotted var(--gasaraji-light-color);
	}
	/*.infomationbox .ticketinfo dl dd table tr > td:first-of-type::before {
		content: '';
		width: .5em;
		height: 1.3em;
		background-color: #CCC;
		position: absolute;
		top: .6em;
		left: 1;
		margin-left: -1.5em;
	}*/
	.infomationbox .ticketinfo dl dd table tr:last-child th,
	.infomationbox .ticketinfo dl dd table tr:last-child td {
		border-bottom: none;
	}
	.infomationbox .ticketinfo dl dd table.noborder {
		border: none;
		margin-bottom: 0;
	}
	.infomationbox .ticketinfo dl dd table.noborder th,
	.infomationbox .ticketinfo dl dd table.noborder td {
		border: none;
		padding: 0 0 0 1em;
	}
}


.infomationbox .info_list {
	padding: 30px 0;
	font-size: 90%;
}
.infomationbox .info_list li {
	margin-left: 1em;
	margin-bottom: .5em;
}
.infomationbox .info_list li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
	
}


.followbtn.gasaraji {
	background-color: var(--gasaraji-color);
	border-color: var(--gasaraji-color);
}
.followbtn:hover::after {
	color: var(--gasaraji-color);
}
.followbtn:hover::before {
	color: var(--gasaraji-color);
}

.followbtn.gasaraji:hover {
	background-color: var(--gasaraji-light-color);
	color: var(--gasaraji-color);
	text-decoration: none;
}


.followbtn.gasaraji_sp {
	background-color: #ff9f14;
	border-color: #feb041;
	color: #000;
	font-size: 100%;
}
.followbtn:hover::after {
	color: #000;
}
.followbtn:hover::before {
	color: #000;
}

.followbtn.gasaraji_sp:hover {
	background-color: #ffcc00;
	color: #000;
	text-decoration: none;
}

