/* ヒルトン東京ベイ: 住所の右に東京ディズニーリゾート オフィシャルホテルのロゴを隣接させる。
   ブランドロゴ・住所・ディズニーロゴを左詰めで並べ、SNS は右へ。タブレット等で SNS が
   次行に折り返しても、住所はディズニーロゴの隣に保たれる（背景画像は使わず実 img）。 */
.site-footer .pre {
	justify-content: flex-start;
	column-gap: 40px;
}
.site-footer .pre > :last-child {
	margin-left: auto;
}
.site-footer .footer-disney {
	margin: 0;
	flex: 0 0 auto;
}
.site-footer .footer-disney img {
	width: 150px;
	height: auto;
}
