@charset "utf-8";

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

#room_wrap .facInfo .clearfix > li:nth-child(5) {
    display: none;
}

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

.l-top-section__lead a {
	color: #065FD4;
	transition: all 0.5s ease-out;
}

.l-top-section__lead a:hover {
	color: #f1c71d;
}

.sponly {
	display: none;
}
    @media (max-width: 896px) {
	.sponly {
		display: inline;
	}
}