@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */



section .reserveDataList {
margin-bottom: 2em;
}

section .reserveDataList dt {
font-size: 1.6rem;
line-height: 1.75em;
font-weight: bold;
}

section .reserveDataList dd {
font-size: 1.6rem;
line-height: 1.75em;
margin-left: 1em;
margin-bottom: 1em;
}

section .timeTable {
margin-bottom: 1em;
}

section .timeTable th {
width: 16.666666%;
}

section .timeTable td {
text-align: center;
width: 16.666666%;
}

section .telCall {
font-size: 1.4rem;
}



/* for PC */
@media screen and (min-width: 1201px) {

	section .reserveDataList {
	margin-bottom: 2em;
	}

	section .reserveDataList dt {
	font-size: 1.8rem;
	float: left;
	width: 6em;
	clear: both;
	}

	section .reserveDataList dd {
	font-size: 1.8rem;
	margin-left: 0;
	margin-bottom: 1em;
	float: right;
	width: calc(100% - 6em);
	}

	section .telCall {
	font-size: 1.8rem;
	}


}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
