/* header
------------------------------------------------*/

.header {
	background-color: #fff!important;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 12px 0 11px!important;
	right: 0;
	top: 0;
	z-index: 900;
}
.header__inner {
	align-items: center;
	display: flex;
	padding: 0 8px!important;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 162px;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-left: auto;
}
.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	padding: 11px 0;
	text-align: center;
  text-decoration: none;
  width: 164px;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}

.header__button a {
  transition:opacity 0.3s;
  text-decoration: none;
}
@media (hover: hover) {

	.header__button a:hover {
		opacity: 0.7;
    color: #fff;
	}
}

@media screen and (min-width: 768px) {
.header {
	padding: 15px 0 14px;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.header__logo a {
	width: 162px;
}

.header__buttons {
	flex-direction: initial;
	gap: 24px;
}

.button,
.button--green {
	font-size: 16px;
	padding: 15px 20px;
  width: auto;
}
}

@media screen and (min-width: 768px) {

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

.text-eiken {
	width: 700px;
	font-size: 12px;
	margin: 0 auto;
}
.text-eiken ul li {
	list-style: '※';
}
@media screen and (max-width: 768px) {
	.text-eiken {
		width: calc(100% - 57px);
		margin-top: 33px;
		font-size: 12px;
	}
}