@charset "utf-8";

/*-------------------------------
	施設案内
-------------------------------*/

.Information__message{
	font-family: var(--jp2);
	margin-bottom: 4rem;
}
.Information-list{
	font-family: var(--jp2);
}
.Information-list__text{
	letter-spacing: .05em;
}
.Information-list__item-text{
	display: block;
}
.Information-list__item-text::before{
	content: "■";
}
.Information-list__item-hosoku{
	display: block;
}
.Information-list__item-hosoku::before{
	content: "※";
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Information__message,
	.Information-list__text,
	.Information-list__item-text,
	.Information-list__item-hosoku{
		line-height: 1.3;
	}
	.Information-list__text,
	.Information-list__item-text,
	.Information-list__item-hosoku{
		margin-bottom: 0.5rem;
	}
}