@charset "UTF-8";

/*
---------------------------------------------------------------------
	20220201掲載　ANAダイナミックパッケージバナー用CSS
---------------------------------------------------------------------
*/

/* トップページ */
.dp_banner {
	text-align: center;
	margin-top: 100px;
}

.dp_banner a {
	vertical-align: top;
}

.dp_banner a:first-child {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.dp_banner {
		display: none;
	}
}

/* ツアー紹介ページ */
@media (max-width: 767px) {

	.ana_dp_table tr,
	.ana_dp_table th {
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
	}
}