@charset "utf-8";

/* ======================================================
	[250709-1030/250711-2011]
	旧ページ準備中用
====================================================== */
:root
{
	--font				: clamp(0.5rem, 1.2vw, 1rem);

	--theme					: 140 100 60;
	--w						: 255 255 255;
	--r						: 205 16 16;
	--bk					: 0 0 0;

	--gap					: 3em;
}

*
{
	position: relative;
}

body
{
	background: url(bg.png);
	text-align: center;

	display: grid;
	justify-content: center;
	align-content: space-around;
	gap: var(--gap);

	max-width: 210mm;
	max-width: initial;

	margin: auto;
	padding: var(--gap);

	font-size: var(--font);

	font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;

	line-height: 2;
	letter-spacing: 0.1em;

	color: rgb(var(--bk));
}
/*
*/

:is(h1, h2, h3, h4)
{
	margin: 0;
	font-size: inherit;
}
h1
{
	text-align: left;
}

a
{
	color: inherit;
	text-decoration-line: none;
}

a:is([target], [href*="mailto:"])
{
	text-decoration-line: underline;

	display: grid;
	grid-template-columns: 1.25em auto;
	justify-content: center;
	align-items: center;
	gap: 0.75em;
}
a:is([target], [href*="mailto:"]) img
{
	display: block;
	width: 100%;
}
a:is([target], [href*="mailto:"])>b
{
	text-align: left;
	line-height: 1.5;
}

img
{
	object-fit: contain;

	max-width: 100%;
	width: auto;
	height: auto;
}


header
{
}

header>.wrap
{
	margin-top: var(--gap);

	display: grid;
	grid-template-columns: 7em auto;
	justify-content: center;
	align-items: center;
	gap: var(--gap);
}
header>.wrap>div
{
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
}

.uketuske_memo
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1em;
}
/*
	margin-top: 1em;
	margin-bottom: 1em;
	
*/

main
{
	display: grid;
	gap: var(--gap);
}
main .ct
{
	background-color: rgb(var(--w) / 0.5);
	border: 1px solid rgb(var(--theme));
	border-radius: 1em;
	overflow: hidden;
}
main .headline
{
	display: grid;
	gap: 3em;

	padding: 0.5em;
	
	background-color: rgb(var(--theme));
	color: rgb(var(--w));

	font-weight: bold;
	font-size: 1.1em;
}
main .ct>.wrap
{
	display: grid;
	gap: calc(var(--gap) / 4);

	padding: var(--gap);
}


.list
{
	text-align: justify;

	padding: calc(var(--gap) * 0.8) calc(var(--gap) * 1.5);

	display: grid;
	grid-template-columns: repeat(1, 30em);
	justify-content: space-between;
	justify-content: space-around;
	justify-content: center;
	align-items: start;
	gap:  calc(var(--gap) * 1.5);
}

.list .Item>.wrap
{
	display: grid;
	gap: 1em;
}

.list ul
{
	padding-left: 1.5em;
	margin: 0;

	display: grid;
	gap: calc(1em + 10px);
	list-style: none;
	padding: 0;
}
/*
.list ul
{
	padding: 0;
}
.list ul>li::before
{
	content: "●";
	display: block;

	position: absolute;
	right: 100%;
	top: 0.5em;

	line-height: 1;

	opacity: 0.5;
}
*/

.list .title
{
	font-size: 1.1em;
	display: block;

	margin-bottom: 0.5em;
	padding-bottom: 0.25em;

	color: rgb(var(--theme));

	border-bottom: 1px solid rgb(var(--theme));
}


.list .d_item
{
	margin-left: 1.25em;
}

.list .d_title
{
}
/*
	font-size: 1.2em;
	display: block;
	width: 13em;
	text-align: center;

	background-color: rgb(var(--theme) / 0.2);
	padding: 0em 0.5em;
*/

.list .mark
{
	display: block;
	height: 0;
	margin-left: -1.25em;
	opacity: 0.5;

	color: rgb(var(--theme));
}

.list .tel_set
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 0.5em;

	display: block;
}
/*
*/
.list .tel_set>b
{
}
.list .tel_set .d_before
{
	display: block;
	font-weight: normal;
	width: 100%;
}
/*
	color: rgb(var(--r));
	font-weight: bold;
*/
.list .tel_num
{
	margin-left: auto;
	margin-right: 0;
	
	margin: 0;

	display: grid;
	justify-content: start;
	grid-template-columns: repeat(2, auto);
	align-items: center;
	gap: 0.5em;
}
/*
	justify-self: end;
	position: absolute;
	right: 0;
	bottom: 0;

*/
.list .tel_num img
{
	width: 2em;
}
.list .tel_num>b
{
	font-size: 1.5em;

	line-height: 1;
	letter-spacing: normal;
}



.ct1
{
}
.ct1 .num
{
}
.ct1 .num .large
{
	font-size: 1.5em;
}


.list .ID_5
{
}
.list .ID_5 .d_before
{
}
/*
	height: 0;
*/


main .intranet
{
	border-color: rgb(255 152 0);
}

main .intranet .headline
{
	background-color: rgb(255 152 0);
}



footer
{
	font-size: 0.8em;

	margin-top: var(--gap);
	
	display: grid;
	gap: var(--gap);
}

footer .logo
{
	font-weight: bold;
}
footer .logo img
{
	height: 2.5em;
}

footer nav
{
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	align-items: baseline;
	gap: var(--gap);
}

footer nav address
{
	font-style: normal;
	text-align: justify;
}

footer .copy
{
	border-top: 1px solid rgb(var(--theme));
	padding-top: var(--gap);
}

.pc
{
	display: block;
}
.sp
{
	display: none;
}

@media (max-width: 480px) {
	:root
	{
		--font					: 3vw;
		--gap					: 1.5em;
	}
	
	.pc
	{
		display: none;
	}
	.sp
	{
		display: block;
	}

	h1
	{
		font-size: inherit;
		text-align: center;
	}

	header>.wrap
	{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	header>.wrap img
	{
		width: 5em;
	}
	
	.list
	{
		grid-template-columns: 1fr;
	}
	.list .data
	{
		text-align: left;
	}
	.list ul
	{
	}
	.list .d_title
	{
		width: initial;
	}
	.list .tel_num
	{
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;

		margin: 0;
	}

	footer nav
	{
		grid-template-columns: 1fr;
		justify-items: center;
	}
	footer nav address
	{
		text-align: center;
	}
}