@charset "utf-8";

#consult_hour h2 {
	position: relative;
}
#consult_hour h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../../images/common/icon_consult_hour.svg") no-repeat left bottom;
}
#consult_hour #time td,
#consult_hour #holidayTime td {
	text-align: center;
}
#consult_hour #holidayTime td.telnumber {
	font-weight: bold;	
}
@media screen and (max-width: 768px) {

	/* mv */
	#mv {
	}
	#consult_hour #contents {
		width: 92vw;
		margin: 0 auto;
	}

	#consult_hour h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-top: 2.6vw;
		padding-left: 8vw;
	}
	#consult_hour h2::before {
		width: calc(46vw / 7.5);
		height: calc(52vw / 7.5);
		background-size: contain;
		top: 2vw;
		margin: auto;
	}
	#consult_hour section:not(#c1) h2 {
		margin-top: 6vw;
	}
	#consult_hour section p {
		margin-bottom: 4vw;
	}
	#consult_hour #holidayTime {
	width: 100%;
	}
	#consult_hour #holidayTime td.telnumber {
		font-size: 5vw;
	}
} 

@media screen and (min-width: 769px) {
	
	/* mv */
	#mv {
		margin-bottom: 50px;
	}

	#consult_hour h2 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 73px;
	}
	#consult_hour section:not(#c1) h2 {
		margin-top: 60px;
	}
	#consult_hour h2::before {
		width: 46px;
		height: 52px;
		bottom: 4px;
	}
	#consult_hour section p {
		margin-bottom: 20px;
	}
	#consult_hour #holidayTime td.telnumber {
		font-size: 22px;
	}
} 
