@charset "utf-8";



@media (min-width: 769px){
	.mv1--local-stay{
		min-height: 400px;
		align-content: center;
	}
}
.mv1--local-stay .mv1__bg::before{
	content: none;
}


.lp-withicon{
	display: flex;
	align-items: center;
	gap: 1em;
}


.head1--local-stay{
	&::before,
	&::after{
		border-color: #639dcf;
	}
}
.head1--local-stay .head1__inner{
	background: #639dcf;
}


.lp-points{
	margin-left: 1.5em;
}
.lp-points li::marker{
	font-size: 1.25em;
	font-weight: bold;
}

@media (max-width: 768px){
	.fig-local-stay-target{
		max-width: 652.5px;
	}
}


.lp-box{
	background: #ccc;
	padding: 1.875em;
}
.lp-box--mark{
	background: #f8f8f8;
}

.lp-split{
	display: flex;
	align-items: center;
	gap: 1em 1.875em;
}
@media (max-width: 768px){
	.lp-split{
		flex-direction: column;
	}
}
.lp-split__body > *{
	margin-block: 0;
}
.lp-note{

}
.lp-note--mark-big{
	font-weight: bold;
}
.lp-note--mark-small{
	font-size: max(.65em, 12px);
}
.button2--lp-reserve{
	color: white;
	background: #113881;
	border-radius: .5em;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75em;

	&::before{
		content: "";
		width: 2em;
		height: 2em;
		background: url(https://www.superhotel.co.jp/_img3/base/icon-reservation.svg) no-repeat center / contain;
	}

	&::after{
		content: none;
	}
}
