@charset "utf-8";

.strong {
	font-weight: bold;
}
.lead {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px;
}
.leadbox ul {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.leadbox ul li {
	width: calc((100% - 20px) / 2);
	line-height: 1.5;
}
.leadbox ul li a {
	text-shadow: none;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	background-color: var(--marche-color);
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding-top: .5em;
	padding-bottom: 1em;
	transition: .3s all;
}
.leadbox ul li a::after {
	display: block;
	width: 1em;
	position: absolute;
	left: calc(50% - .5em);
	margin-top: -.5em;
	text-align: center;
	content: '〉';
	transform:rotate(90deg);
}
.leadbox ul li a:hover {
	text-decoration: none;
	opacity: .8;
}


ul.ast,
ul.dot,
ul.none {
	margin: 0 0 15px;
}
ul li {
	margin-bottom: 10px;
	line-height: 1.2;
}
ul.ast li,
ul.dot li {
	margin-left: 1.5em;
}
ul.ast li::before {
	content: '※';
	display: inline-block;
	text-align: left;
	width: 1.5em;
	margin-left: -1.5em;
}
ul.dot li::before {
	content: '・';
	display: inline-block;
	text-align: left;
	width: 1.5em;
	margin-left: -1.5em;
}


dl.sales{
	font-size: 120%;
	line-height: 1;
	padding: 15px 0;
}
.sales2 dl.sales {
	padding: 0 0 15px;
}
@media(min-width:768px) { 
	dl.sales dt{
		float: left;
		padding: 2px 0;
	}
	dl.sales dd{
		padding: 2px 0 2px 6em;
		margin-bottom: 10px;
		position: relative;
	}
	dl.sales dd::before{
		display: block;
		content: '';
		width: 5px;
		height: 100%;
		background-color: var(--marche-light-color);
		position: absolute;
		left: 5em;
		top: 0;
	}
}
@media(max-width:767px) { 
	dl.sales dt{
		background-color: var(--marche-light-color);
		text-shadow: none;
		color: #1a1a1a;
		font-weight: 600;
		padding: 0 10px;
		line-height: 1.5;
	}
	dl.sales dd{
		padding: 20px 5px 20px;
	}
}
dl.sales dd span {
	display: inline-block;
}



dl.sales2 {
	padding-top: 30px;
}
dl.sales2 > dt {
	background-color: var(--marche-color);
	text-shadow: none;
	color: #fff;
	font-weight: 600;
	padding: 0 10px;
}
dl.sales2 > dd {
	padding: 20px 5px 40px;
}



dl:not(.sales):not(.sales2){
	padding-top: 30px;
}
dl:not(.sales):not(.sales2) > dt {
	background-color: var(--marche-light-color);
	text-shadow: none;
	color: #111;
	font-weight: 600;
	padding: 0 10px;
}
dl:not(.sales):not(.sales2) > dd {
	padding: 20px 5px 40px;
}


.timetable {
	margin-top: 15px;
}
.timetable tr td {
	padding-bottom: 5px;
	padding-left: 5px;
}
.timetable tr td:first-child {
	padding-left: 10px;
	text-align: right;
}
.timetable tr td:nth-child(2) {
	text-align: right;
}
.timetable tr td:nth-child(3) {
	text-align: right;
}
.timetable tr td:nth-child(5) {
	text-align: right;
}
@media(max-width:767px) {
	.timetable tr td {
		padding-left: 0;
		white-space: nowrap;
	}
	.timetable tr td:first-child {
		padding-left: 0;
	}
	.timetable tr td:last-child {
		white-space: normal;
	}
}