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

/* ------------------------------------------------------------------
	hanare
------------------------------------------------------------------- */
.l-kv-slider {
	position: relative;
}
.l-kv-slider .mv-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 45px;
	background-color: #000;
	opacity: 0.9;
	z-index: 2;
	transition: opacity 0.3s;
}
.l-kv-slider .mv-text:hover {
	opacity: 0.7;
}
.l-kv-slider .mv-text__inner {
	color: #fff;
	padding: 10px 25px 5px;
	display: flex;
	flex-direction: column;
}
.l-kv-slider .mv-text__inner span {
	font-family: "Yu Mincho", YuMincho, serif;
	font-size: 2.2rem;
}

@media (max-width: 641px) {
	.l-kv-slider .mv-text__inner span {
		font-size: 1.7rem;
	}
}
.l-kv-slider .mv-text__inner .top {
	padding-bottom: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.l-kv-slider .mv-text__inner .bottom {
	display: flex;
	align-items: center;
	flex: 1;
	border-top: 1px solid #e4e3e1;
	text-align: center;
	padding-top: 8px;
	white-space: nowrap;
}
.l-kv-slider .mv-text__inner .bottom::after {
	content: url('../img/top/arrow.png');
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 27px;
	height: 27px;
}


/* レコメンドバナー */
.banner {
	position: relative;
}
.banner__text {
	position: absolute;
	background-color: #000;
	left: 0;
	bottom: 10px;
	opacity: 0.7;
	padding: 5px 13px;
}
.banner__text span {
	font-family: "Yu Mincho", YuMincho, serif;
	color: #fff;
	display: inline;
	font-size: 1.5rem;
}
.banner__text .top {
	border-bottom: 1px solid #e4e3e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner__text .bottom {
	margin-top: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 641px) {
.banner__text .bottom {
	margin-top: 3px;
}
}
.banner__text .allow{
    width: 20px;
    height: 20px;
    margin-left: 5px;
	display: block;
}


/* レコメンドバナー */
.hanare-recommend {
	position: relative;
}
.hanare-recommend__text {
	position: absolute;
	background-color: #000;
	left: 0;
	bottom: 10px;
	opacity: 0.7;
	padding: 5px 13px;
}
.hanare-recommend__text span {
	font-family: "Yu Mincho", YuMincho, serif;
	color: #fff;
	display: inline;
	font-size: 1.5rem;
}
.hanare-recommend__text .top {
	border-bottom: 1px solid #e4e3e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hanare-recommend__text .top .logo {
	width: 120px;
	display: block;
	padding-top: 3px;
}
@media (max-width: 641px) {
.hanare-recommend__text .top .logo {
	width: 120px;
    padding-bottom: 3px;
}
}
.hanare-recommend__text .bottom {
	margin-top: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 641px) {
.hanare-recommend__text .bottom {
	margin-top: 3px;
}
}
.hanare-recommend__text .allow{
    width: 20px;
    height: 20px;
    margin-left: 5px;
	display: block;
}

header .block_header .nav ul li a.none,
header .header-drawer .l-header-nav__item a.none {
	pointer-events: none;
}

header .area_header .box_logo a span {
	letter-spacing: 0;
}