@charset "UTF-8";
/* === 距離標ゼロ === 三宅龍太郎 (c)2017 */


	img:is([src$='shiojiri-eki.png'], [src$='ic_ja06y.png']) {
		background-color: light-dark(#0000, #eee);
	}

@media (min-width: 480px) {

	/* 塩尻※驛６番線の寫眞 */
	h3 + dl._left {
		margin-top: 0;
	}
	h3 + dl > dt {
		line-height: 1.8;
		text-align: center;
	}
	h3 + dl ul.flex {
		margin: 0;
		flex-wrap: nowrap;
	}
	hr.separate::after {
		content: '';
		width: 45px;
		aspect-ratio: 72/92;
		background: Canvas url('../../image/icon/takeoutcup_du_w.gif') no-repeat 0/contain;
		top: -34px;
	}
	.grid:last-of-type {
		align-items: last baseline;
	}
	.flex._tright {
		margin: 0;
	}

}

@media (max-width: 780px) {

	h3 + dl._left {
		float: none;
		width: 100%;
	}
	h3 + dl._left ul.flex {
		justify-content: center;
	}

}
