/* ホテルチェーン特集LP一覧画面 start */
.hotelchain .wrap {
	max-width: 1152px;
	padding: 0 16px;
}
.hotelchain .kv {
	height: 460px;
	position: relative;
	overflow: hidden;
}
.hotelchain .kv-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hotelchain .kv-inner {
	position: absolute;
	text-align: center;
	bottom: 40px;
	left: 0;
	right: 0;
}
.hotelchain .sec {
	margin-bottom: 24px;
}
.hotelchain .sec:last-child {
	margin-bottom: 80px;
}
.hotelchain .list-detail {
	display: flex;
	border-radius: 4px;
	border: 1px solid #C6C6C6;
	background: #FFF;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
	padding: 16px;
}
.hotelchain .list-detail-pictures-wrap {
	width: 761px;
}
.hotelchain .list-detail-pictures {
	display: flex;
}
.hotelchain .list-detail-pictures > li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.hotelchain .list-detail-info {
	flex: 1;
	margin-left: 16px;
}
.hotelchain .list-detail-info-brand {
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-bottom: 0;
}
.hotelchain .list-detail-info-lead {
	font-size: 1.6rem;
	min-height: 145px;
}
.hotelchain .list-detail-info-group {
	display: flex;
	justify-content: center;
	height: 80px;
	margin-bottom: 8px;
	padding: 0 16px;
	min-width: 311px;
}
.hotelchain .list-detail-info-group > dt {
	margin-right: 4px;
}
.hotelchain .list-detail-info-btn {
	font-size: 1.6rem;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0F0A64;
	border-radius: 4px;
	color: #FFF;
}
.hotelchain .list-detail-info-btn:hover {
	color: #FFF;
	opacity: .7;
}
.hotelchain .root-main-foot {
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.hotelchain .kv-inner {
		bottom: 24px;
	}
	.hotelchain .kv-inner h1 img {
		width: 326px;
	}
	.hotelchain .sec:last-child {
		margin-bottom: 40px;
	}
	.hotelchain .list-detail {
		display: block;
	}
	.hotelchain .list-detail-pictures-wrap {
		width: auto;
		margin-bottom: 8px;
	}
	.hotelchain .list-detail-pictures {
		display: flex;
		width: fit-content;
	}
	.hotelchain .list-detail-pictures-wrap::-webkit-scrollbar {
		display: none;
	}
	.hotelchain .list-detail-info {
		margin-left: 0;
	}
	.hotelchain .list-detail-info-brand {
		height: auto;
	}
	.hotelchain .list-detail-info-lead {
		font-size: 1.4rem;
		margin-bottom: 16px;
		min-height: 100px;
	}
	.hotelchain .list-detail-info-btn {
		height: 32px;
	}
}

/* プルダウン型アンカーリンク */
.hotelchain .pulldown-anchor {
	padding: 16px 0 80px;
	text-align: center;
}
.hotelchain .pulldown-anchor > h3 {
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 auto 8px;
}
.hotelchain .pulldown-toggle {
	background-color: #fff;
	border: 1px solid #C6C6C6;
	color: #333;
	font-size: 1.6rem;
	border-radius: 4px;
	padding: 12px 24px 12px 16px;
	width: 100%;
	max-width: 544px;
	height: 48px;
	cursor: pointer;
	position: relative;
	text-align: left;
	transition: border-color 0.2s ease, color 0.2s ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotelchain .pulldown-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 16px;
	background: url("/stcontents/img/sub-page/lp/hotelchain/icon-arrow.svg") no-repeat center center / contain;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.25s ease;
	pointer-events: none;
}
.hotelchain .pulldown-toggle.arrow-up::after {
	transform: translateY(-50%) rotate(180deg);
}
.hotelchain .pulldown-toggle:focus {
	outline: none;
	border: 1px solid #0F0A64;
}
.hotelchain .pulldown-toggle.is-default {
	color: #C6C6C6;
}
.hotelchain .pulldown-toggle.is-selected {
	color: #333;
	outline: none;
	border: 1px solid #0F0A64;
}
.hotelchain .pulldown-toggle.is-default:focus { color: #C6C6C6; }
.hotelchain .pulldown-toggle.is-selected:focus { color: #333; }

.hotelchain .pulldown-menu {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	border: 1px solid #C6C6C6;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	max-width: 544px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	max-height: 240px;
	overflow-y: auto;
}
.hotelchain .pulldown-menu.active {
	display: block;
}
.hotelchain .pulldown-menu a {
	display: block;
	padding: 12px 16px;
	font-size: 1.6rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotelchain .pulldown-menu ul li {
	border-bottom: 1px solid #C6C6C6;
}
.hotelchain .pulldown-menu ul li:last-child {
	border-bottom: none;
}
.hotelchain .pulldown-menu a.default-option {
	color: #C6C6C6 !important;
}
.hotelchain .pulldown-menu a:hover {
	background-color: #f5f5f5;
	color: #333;
}
@media screen and (max-width: 767px) {
	.hotelchain .pulldown-anchor {
	  padding: 0 0 40px;
	}
	.hotelchain .pulldown-anchor > h3 {
	  font-size: 1.4rem;
	}
	.hotelchain .pulldown-toggle,
	.hotelchain .pulldown-menu a {
	  font-size: 1.4rem;
	}
}

/* セール期間中のみ表示 */
.hotelchain .image-with-label {
	position: relative;
}
.hotelchain .sale-label {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 2px 8px;
	background-color: #FF503E;
	color: white;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1px;
	border-radius: 80px;
	backdrop-filter: blur(3px);
	z-index: 1;
	white-space: nowrap;
}
  @media screen and (max-width: 767px) {
	.hotelchain .sale-label {
	  top: 8px;
	  left: 8px;
	}
  }
/* セール期間中のみ表示 END */

/* ホテルチェーン特集LP一覧画面 end */