/* 文字コード */
@charset "UTF-8";

/* フォント */
@font-face {
	font-family: "NosutaruDot";
	src: url("/fonts/Nosutaru-dotMPlusH-10-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "DOSSaemmul";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSSaemmul.woff") format("woff");
	font-weight: normal;
	font-display: swap;
}
.hangul-font {
	font-family: "DOSSaemmul", sans-serif !important;
}

/* 表示設定 */
html, body {
	height: 100%;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
@media (max-width: 639px) {
	html {
		font-size: 10px;
	}
	.wrapper {
		padding: 0 3rem;
	}
}
@media (min-width: 640px) {
	.wrapper {
		max-width: 480px;
		margin: 0 auto;
	}
}

/* 共通 */
html {
	background: #ffffff;
	font-size: 10px;
	font-weight: 400;
	font-family: "NosutaruDot", sans-serif;
}
body {
	font-size: 1rem;
	/* = 10px */
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin: 0;
	color: #333;
	padding: 3rem 0;
}
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
a {
	color: #ff66b8;
}
a:hover {
	text-decoration: none;
}
h2 {
	text-align: center;
}
.row-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
p, img, ul, ol {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*背景*/
body {
	margin: 0;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background: url("/img/bg.jpg") center / cover no-repeat;
	z-index: -1;
}

/* レーステーブル */
.box21 {
	margin: 1rem auto; /* 中央寄せは0をautoに変更 */
	width: 100%; /* 幅 */
}
.u01 {
	background: url(/img/lacetable/f-ue.gif) repeat-x;
	height: 23px;
	margin: 0 23px;
}
.s01 {
	background: url(/img/lacetable/f-sita.gif) repeat-x;
	height: 23px;
	margin: 0 23px;
}
.box-top {
	background-image: url(/img/lacetable/f-kado1.gif), url(/img/lacetable/f-kado2.gif);
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	height: 23px;
}
.box-center {
	background-image: url(/img/lacetable/f-migi.gif), url(/img/lacetable/f-hidari.gif);
	background-position: top right, top left;
	background-repeat: repeat-y, repeat-y;
	min-height: 520px;
	overflow: auto;
}
.box-inner {
	background: #ffffff; /* 背景色 */
	margin: 0 23px;
	text-align: center;
	height: 520px;
	overflow: auto;
}
.box-bottom {
	background-image: url(/img/lacetable/f-kado3.gif), url(/img/lacetable/f-kado4.gif);
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	min-height: 23px;
}

/* 告知テーブル */
.info-box {
	width: 250px;
	margin: 0 auto;
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
	border: 2px dotted #ffb6d9;
	border-radius: 16px;
	text-align: center;
}