/*---------------------------------
	margin start
---------------------------------*/
.margin--bottom0{
	margin-bottom: 0 !important;
}

.margin--bottom05{
	margin-bottom: 0.5rem !important;
}

.margin--bottom1{
	margin-bottom: 1rem !important;
}

.margin--bottom2{
	margin-bottom: 2rem !important;
}

.margin--bottom3{
	margin-bottom: 3rem !important;
}

.margin--bottom4{
	margin-bottom: 4rem !important;
}

.margin--bottom5{
	margin-bottom: 5rem !important;
}

.margin--bottom10{
	margin-bottom: 10rem !important;
}

@media(max-width: 1024px){
	.margin--tbBottom0{
		margin-bottom: 0 !important;
	}

	.margin--tbBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--tbBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--tbBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--tbBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--tbBottom5{
		margin-bottom: 5rem !important;
	}
}

@media(max-width: 600px){
	.margin--spBottom0{
		margin-bottom: 0 !important;
	}

	.margin--spBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--spBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--spBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--spBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--spBottom5{
		margin-bottom: 5rem !important;
	}
}

.margin--top0{
	margin-top: 0;
}

.margin--top1{
	margin-top: 1rem;
}

.margin--top2{
	margin-top: 2rem;
}

.margin--top3{
	margin-top: 3rem;
}

.margin--top4{
	margin-top: 4rem;
}

.margin--top5{
	margin-top: 5rem;
}

@media(max-width: 1024px){
	.margin--tbTop0{
		margin-top: 0;
	}

	.margin--tbTop1{
		margin-top: 1rem;
	}

	.margin--tbTop2{
		margin-top: 2rem;
	}

	.margin--tbTop3{
		margin-top: 3rem;
	}

	.margin--tbTop4{
		margin-top: 4rem;
	}

	.margin--tbTop5{
		margin-top: 5rem;
	}
}

@media(max-width: 600px){
	.margin--spTop0{
		margin-top: 0;
	}

	.margin--spTop1{
		margin-top: 1rem;
	}

	.margin--spTop2{
		margin-top: 2rem;
	}

	.margin--spTop3{
		margin-top: 3rem;
	}

	.margin--spTop4{
		margin-top: 4rem;
	}

	.margin--spTop5{
		margin-top: 5rem;
	}
}

/*---------------------------------
	margin end
---------------------------------*/

/*---------------------------------
	responsive start
---------------------------------*/
@media(min-width: 1025px){
	.responsive--pcHidden{
		display: none;
	}
}

@media(1025px > width > 600px){
	.responsive--tbHidden{
		display: none;
	}
}

@media(max-width: 600px){
	.responsive--spHidden{
		display: none;
	}
}

/*---------------------------------
	responsive end
---------------------------------*/

/*---------------------------------
	content_inlineBlock start
---------------------------------*/

.content_inlineBlock{
	display: inline-block;
}

/*---------------------------------
	content_inlineBlock end
---------------------------------*/

/*---------------------------------
	fontStrong start
---------------------------------*/

.fontStrong{
	color: #D00;
	font-weight: var(--fontWeightBold);
}

/*---------------------------------
	fontStrong end
---------------------------------*/

/*---------------------------------
	tableText start
---------------------------------*/

.tableText--center{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
}

.tableText{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

/*---------------------------------
	tableText end
---------------------------------*/

/*---------------------------------
	timeTable start
---------------------------------*/

.timeTable{
	table-layout: auto;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.timeTable--alignLeft{
	margin: 0;
}

.timeTable--day{
	padding: 0 0.5em 0 0!important;
	text-align: right;
	border: hidden !important;
}

.timeTable--time{
	padding: 0 !important;
	text-align: left;
	border: hidden !important;
}

.timeTable--holiday{
	padding: 0 0 0 0.5em !important;
	vertical-align: middle;
	border: hidden !important;
}

/*---------------------------------
	timeTable end
---------------------------------*/

/*---------------------------------
	innerTimeTable start
---------------------------------*/

.innerTimeTableWrapper{
	width: 100%;
	margin: 0;
}

.standardTable{
	.innerTimeTable,
	.innerTimeTable *{
		border: hidden;
	}
	.innerTimeTable{
		table-layout: auto;
		margin: 0;
	}
	.innerTimeTableMain{
		padding: 0;
	}
	.innerTimeTableContent{
	}
	.innerTimeTable--day{
		padding: 0 0.5em 0 0!important;
		text-align: right;
		border: hidden !important;
	}
	.innerTimeTable--time{
		padding: 0 !important;
		text-align: left;
		border: hidden !important;
	}
	.innerTimeTableSub{
		padding: 0 0 0 0.5em;
		vertical-align: middle;
	}
}

@media(max-width: 600px){
	.standardTable{
		.innerTimeTable{
			width: 100%;
		}
		.innerTimeTableMain,
		.innerTimeTableSub{
			display: block;
			width: 100%;
		}
		.innerTimeTableSub{
			padding: 0.25em 0 0;
		}
		.innerTimeTable--day,
		.innerTimeTable--time{
			display: table-cell;
			width: auto;
		}
	}
}

/*---------------------------------
	innerTimeTable end
---------------------------------*/
