@charset "utf-8";
/* 24時以降チェックイン
================================================ */
.word-break>span,
.word-break>span span {display:inline-block}
.btn-normal {
	font-size: 1.6rem;
}

.div_latecheckin{
	border:3px double #fff;
	margin-top: 4%;
	padding:3em;
}
.div_latecheckin h3{
	text-align: center;
	margin-bottom: 2em;
}
@media screen and (max-width: 896px) {
.div_latecheckin{
	margin-top: 6%;
	padding:1em;
}
.div_latecheckin h3{
	margin-bottom: 1em;
}
}
@media screen and (max-width: 480px) {
.div_latecheckin{
	margin-top: 8%;
}
}
.div_latecheckin p{
	margin:1em 0;
}

.ul_latecheckin{
	display: flex;
	gap:3em;
}
@media screen and (max-width: 480px) {
.ul_latecheckin{
	gap:1em;
}
}
.ul_latecheckin li{
}
.ul_latecheckin li img{
	width: 100%;
	height: auto;
}
.div_latecheckin .btn-normal{
	margin:2em 0;
}
.div_latecheckin .btn-color{
	padding: 1em 3em;
}
@media screen and (max-width: 480px) {
.div_latecheckin .btn-color{
	padding: 1em 1.6em;
}
}