@charset "utf-8";
/* CSS Document */


/* 2018.5.10追記 */
.language {
	position:absolute;
	right:0;
	top:50px;
}
.language li a {
	padding:8px 15px;
	letter-spacing:.2em;
	display:block;
	text-align:center;
	color:#000;
}
.language li:first-child a {
	background:#b98d60;
}
.language li:nth-child(2) a {
	background:#baaa9d;
}
.language li:last-child a {
	background:#bb524e;
}

@media screen and (max-width: 600px) {
.top .head_contents h1, .head_contents h1 {
	margin-top:100px !important;
}
.language {
	position:absolute;
	width:100%;
	top:0;
}
.language ul {
	display:flex;
}
.language li {
	width:33.333333%;
}
}


