@charset "UTF-8";
/* === 安治川散歩 === */
/*   三宅龍太郎 2017  */

	/* JavaScript OFF の時のデフォルト
		JS ON の時は JS でレスポンシブにする */
	img[src$='genpei.gif'] {
		max-width: initial;
		height: initial;
	}
	dl#MAP > dd:first-of-type {
		overflow: auto;
	}

	.zuido span::after {
		content: url('../../image/icon/leftwhite.svg');
		margin: 0 0 0 .3em;
		top: .2em;
	}

@media (min-width: 480px) {

	dl#MAP {
		margin: .4em 0 .5em 1.0em;
		padding: 0;
		float: right;
	}
	dl#MAP > dt {
		display: none;
	}
	dl#MAP > dd {
		margin: 0;
		padding: 0;
	}
	/* 稼働時間の写真 */
	dd > .flex {
		margin-left: 3%;
	}
	/* 安治川隧道の写真 */
	.zuido {
		margin: .3em 1em 0 0;
	}
	/* 大阪港だった痕蹟の寫眞 */
	h5:nth-of-type(3) + p + ul {
		justify-content: center;
	}

	form[action*='google'] p {
		position: relative;
		top: 12px;
	}
	form[action*='google']::before {
		content: url('../../image/icon/neko.gif');
		margin: 0 .8em 0 0;
		float: left;
	}
	label[for='query'] {
		display: none;
	}

	/* 水平線修飾（既定の上に重ねる） */
	hr.separate::after {
		content: '';
		width: 2.5rem;
		height: 2rem;
		background: Canvas url('../../image/icon/densya.gif') no-repeat 50%/contain;
		top: -.875rem;
	}
	hr.separate:nth-of-type(2) {
		margin-top: 0;
	}

}

@media (max-width: 780px) {

	dl#MAP {
		float: none;
	}

}
