/* STAY 一覧 */
.reservation{}
.reservation_pagetitle_wrap{
	position: relative;
	align-items: center;
	aspect-ratio: 33 / 50;
	margin: 0 auto;
}
.reservation_pagetitle_wrap img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.reservation_pagetitle_wrap .page_title{
	position: absolute;
	inset: 0;
	height: max-content;
	margin: auto;
}

.reservation .txt01{
	text-align: center;
	padding-top: 80px;
	margin: 0 auto;
	font-size: .875rem;
}

.reservation .form_area{
	padding: 40px 0;
}
@media screen and (min-width: 768px) { /* PC用 メディアクエリー */
	/* STAY 一覧 PC */
	.reservation{
		padding: 0 40px;
	}
	.reservation_pagetitle_wrap{
		aspect-ratio: 168 / 70;
		max-width: 1680px;
	}

	.reservation .txt01{
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px) { /* Tablet用 メディアクエリー */ 
	/* STAY 詳細 TAB */

}