@charset "UTF-8";
/* === 権現荘 三宅龍太郎(c)1999-2020 === */

@media (prefers-color-scheme: dark) {

	img[src$='ic_ja06y.png'] {
		background-color: #eee;
	}
	table th, table .day {
		color: #555;
	}

}

	table {
		margin: 0 auto;
		width: 95%;
		border-collapse: collapse;
		border: .125em solid #99f;
		border-spacing: 0;
	}
	table caption {
		display: none;
	}
	table th,
	table td {
		padding: 0 8px;
		text-align: center;
		border: .0625em solid #99f;
	}
	table td {
		vertical-align: baseline;
	}
	table th {
		background-color: #ff9;
	}
	table .day {
		background-color: #ccf;
	}
	table span {
		font-size: 80%;
	}
	table td:empty {
		background-color: #cbcbcb;
	}
	/* 宿泊料金表 */
	h3:first-of-type + dl > dt:nth-of-type(3) + dd {
		overflow: auto;
	}
	h3:first-of-type + dl > dt:nth-of-type(3) + dd table {
		min-width: 32.0em;
	}

	.yutori {
		margin-left: 3%;
	}
	.back {
		padding: 0;
		background-image: none;
	}

@media (min-width: 480px) {

	hr.separate::after {
		content: '';
		width: 47px;
		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;
	}
	.draft._right, hr.separate {
		margin-bottom: 2em;
	}
	hr.separate.last {
		margin-block: 3.5em;
	}

}

@media (min-width: 680px) {

	.back {
		padding: 0 8em 0 0;
		background: url('../../image/gongen/shinpai_man.webp') no-repeat 100% 0/7.5em;
	}

}
