@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;
}

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

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

.top-breakfast-info > .c-top-table01 > dd > p:not(:last-child) {
    margin-bottom: 0;
}

.top-breakfast-info > .c-top-table01 > dd > .menuList {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	margin-left: 10px;
}

.top-breakfast-info > .c-top-table01 > dd > .menuList >span {
	display: block;
	width: 45%;
	font-size: 1.6rem;
}

.top-breakfast-info > .c-top-table01 > dd > .menuTtl {
	display: block;
}

.top-breakfast-info > .c-top-table01 > dd > ul > li {
	display: flex;
	margin-left: 14px;
}

.top-breakfast-info > .c-top-table01 > dd > ul > li > span {
	display: block;
	margin-right: 6px;
}

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