/* ぽぶ茶のサイト */

body {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

a:hover {
	color: white;
	background: #006400;
}

.navi-bar {
	background: #003300;
	position: relative;
	overflow: hidden;
	height: 44px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.navi-vine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.navi-left {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.navi-right {
	position: relative;
	z-index: 1;
}

.navi-right a {
	color: white;
	text-decoration: none;
	padding: 0.3em 1em;
}

.navi-right a:hover {
	color: #003300;
	background: #ffffff;
}

.site-logo {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: "Arial Black", "Impact", sans-serif;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.header-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 190px;
	height: 80px;
	opacity: 0.6;
	z-index: 0;
	object-fit: cover;
}

table {
	padding: 0.5em;
}

th {
	border: solid;
	border-width: 1px 0 1px 0;
	border-color: #003300;
}

@media (max-width: 640px) {
	body {
		margin-left: 4%;
		margin-right: 4%;
	}

	.navi-bar {
		height: auto;
		min-height: 44px;
		align-items: flex-start;
		flex-direction: column;
		gap: 0.4em;
		padding: 8px 10px;
	}

	.navi-right a {
		display: inline-block;
		padding: 0.25em 0.65em;
	}
}
