h2 {
	width: 97%;
	margin: 0 0 5px auto;
	font-size: 17px;
	font-weight: normal;
}

.myReserve {
	width: 95%;
	margin: 0 auto 20px;
	padding: 20px;
	background: rgb(229 235 239);
}
.myReserve h3 {
	font-size: 15px;
	margin: 0 0 10px;
}

.myReserveInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.myReserveHead {
	letter-spacing: -1px;
	font-size: 14px;
	width: 110px;
}

.myReserveInputTime {
	width: 100%;
	font-size: 12px;
	text-align: right;
	margin: 10px 0 0 0;
	color: #97aab3;
}


.toMypageBtnArea {
	text-align: center;
	margin: 15px 0 0 0;
}

.toMypageBtnArea a {
	color: #d60000;
	text-decoration: underline;
}


.dateSelectAll {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: auto;
}
.label {
	width: 95px;
	font-size: 18px;
	text-align: right;
}

.roomListArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}


.roomCard {
	position: relative;
	display: block;
	width: 95%;
	padding: 20px 25px;
	font-size: 15px;
}

.rsvOK {
	background: #d60000;
}
.rsvNG {
	background: #97aab3;
	color: #fdfffd;
}
.reservNowLabel {
	position: absolute;
	top: 0;
	left: auto;
	right: 10%;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	color: #ffffff;
}
.reservedLabel {
	position: absolute;
	top: 0;
	left: auto;
	right: 10%;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	color: #fdfffd;
}
.dateSelectArea {
	background: rgb(229 235 239);
	width: 95%;
	margin: 0 auto 20px;
	padding: 20px;
}

.dateSelectArea select {
	width: 75px;
	margin: 0;
	text-align: center;
	line-height: 21px;
}
#year{width: 105px;}


.selectArea {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
}

.centerBtn{
	margin: 20px auto 0px;
}

.numOfDay_n{
	display: none;
}