@charset "utf-8";

/* ------------------------------------------------------------------
	ROOM
------------------------------------------------------------------- */
#room_wrap .pageTtlWrap .bgImg {
	background: url(../img/room/bg_ttlwrap.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* ------------------------------------------------------------------
	NEWS
------------------------------------------------------------------- */
#news_wrap .pageTtlWrap .bgImg {
	background: url(../img/news/bg_ttlwrap.jpg) no-repeat 50% 0;
	background-size: cover;
}

.banner-caption {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	position: absolute;
	top: 40px;
	width: 25%;
	right: 0;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 20px 0 0 20px; /* 左上と左下のみ丸くする */
}
.banner-hotel-logo {
	text-align: center;
}
.banner-hotel-logo img{
	max-width: 100%;
}
.banner-hotel-info {
	margin: 0 auto;
}
.banner-hotel-renewal-date {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 10px;
	color: #343434;
}
.banner-detail {
	text-align: center;
}
@media (min-width: 1025px) {
	.sp-only{
		display: none;
	}
}
@media (max-width: 786px) {
	.banner-caption {
		top: 55%;
		width: 75%;
		padding: 5px;
	}
	.banner-hotel-info div {
		font-size: 1.8rem;
	}
	.banner-hotel-logo {
		margin: 0 auto;
		width: 80%;
	}
}