@charset "UTF-8";
/*------------------------------------------------------*/
/* Header */
/*------------------------------------------------------*/
.header{
	width: 100%;
	margin: 10px auto 20px;
}
.header__inner{
	width: 1008px;
	margin: 0 auto;
	padding-left: 73px;
	position: relative;
}

.header__logo{
	width: 73px;
	background: #fff;
	padding-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.header__logo a{
	height: 65px;
	background-image: url("https://mantan-web.jp/assets/ichimen/images/logo.svg");
	background-size: 65px;
	background-repeat: no-repeat;
	display: block;
}

@media screen and (max-width: 1007px){
	.header{
		height: 60px;
		width: 100%;
		max-width: 600px;
		background: #1a62aa;
		margin: 0 auto;
		position: relative;
	}
	.header__inner{
		height: 60px;
		width: 100%;
		padding-left: 0;
	}
	.header__logo{
		height: 27px;
		width: 186px;
		background: none;
		margin: auto;
		padding: 0;
		position: absolute;
		top: 16px;
		left: 0;
		z-index: 2;
	}
	.header__logo a{
		height: 27px;
		background-image: url("https://mantan-web.jp/assets/ichimen/images/logo_landscape.svg");
		background-size: auto 27px;
	}
}

/*------------------------------------------------------*/
/* sns */
/*------------------------------------------------------*/
.sns__wrap{
	text-align: center;
	margin-bottom: 16px;
	font-size: 0;
}
.sns__wrap a{
	margin: 0 8px;
}
.sns__wrap img{
	height: 30px;
}

/**/
.header__inner .sns__wrap{
	position: absolute;
	top: 17px;
	right: 26px;
}
.header__inner .sns__wrap a{
	height: 30px;
	width: 30px;
	display: inline-block;
}
.header__inner .sns__wrap a img{
	max-height: 30px;
	max-width: 30px;
	height: auto;
	width: auto;
}

@media screen and (max-width: 1007px){
	.sns__wrap{
		height: 18px;
		margin: 21px 3%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.header__inner .sns__wrap{
		padding-right: 40px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.sns__wrap a{
		height: 18px;
		line-height: 18px;
		margin: 0 8px;
		display: block;
		vertical-align: top;
	}
	.header__inner .sns__wrap a{
		height: 18px;
		width: auto;
		line-height: 18px;
		display: block;
	}
	.sns__wrap a img{
		height: 18px;
		vertical-align: middle;
	}
	.header__inner .sns__wrap a img{
		height: 18px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1007px){
	.sns__wrap{
		margin: 21px 18px;
	}
}