@charset "utf-8";
/* CSS Document */

/* 202508　宿泊プランバナー上 */
section#oshirase {
	width: 980px;
	margin: 40px auto 0;
}
section#oshirase > a {
	display: block;
	width: fit-content;
	color: #53585a;
	line-height: 160%;
	border: #ccc 3px solid;
	margin: 0 auto;
	padding: 8px 24px;
}
section#oshirase > a:link,
section#oshirase > a:visited,
section#oshirase > a:hover,
section#oshirase > a:active {
	color: #53585a;
}
	@media only screen and (max-width: 768px) {
	section#oshirase {
		width: 90%;
		margin: 0 auto;
	}
	}