@charset "utf-8";

@media screen and (min-width: 770px){

	#wrapper {
		padding-bottom: 100px;
	}

}

@media screen and (max-width: 770px){

	#wrapper {
		padding-bottom: 5vw;
	}

}

/* header **************************************************/

header{
	position:relative;
	background: #fff;
	padding: 0 20px;
}

.header-inner{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

.header-logo img {
	width: 80px;
	margin: 0 15px 0 0;
}

.header-logo .lalap img{
	width: 125px;
}

@media screen and (max-width: 770px){

	.header-logo .lalap img{
		width: 85px;
	}

	.header-inner dd img {
		width: 100px;
	}

}

/* footer **************************************************/

footer {
	background: #fff;
}

@media screen and (min-width: 769px){

	footer {
		text-align: center;
		padding: 4em 0 2em;
	}

	footer ul {
		padding: 0 0 2em;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	footer ul li {
		display: inline-block;
	}

	footer ul li a {
		padding-right: 0.5em;
		font-size: 14px;
	}

	footer p.copyright {
		color: #888;
		margin: 2em 0;
		font-size: 14px;
	}

}


@media screen and (max-width: 770px){

	footer ul li a {
		padding-right: 0.5em;
	}

	footer {
		padding: 1.5em;
	}

	footer ul {
		padding: 0 0 2em;
	}

	footer ul li {
		display: inline-block;
		font-size: 14px;
	}

	footer p.copyright {
		color: #888;
		font-size: 14px;
		margin: 0 0 1em 0;
	}

}

footer a {
	color: #333;
}

footer ul.logo {
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer ul.logo img {
	width: 150px;
	margin: 0 0.5em;
}

footer ul.logo li:last-child img {
	width: 250px;
}


@media screen and (max-width: 770px){

	footer ul.logo {
		text-align: center;
	}

	footer ul.logo li {
		display: inline;
	}

	footer ul.logo li {
		width: 80px;
	}

	footer ul.logo li:last-child {
		width: 50%;
	}

	footer ul.logo li:last-child img {
		width: 75%;
	}

}


@media screen and (min-width: 770px){

	.header-inner dd img {
		width: 200px;
	}

}


@media screen and (max-width: 770px){

	.header-inner dd img {
		width: 100px;
		vertical-align: inherit;
	}

}
