@charset "utf-8";
/* CSS Document */


/* 2018.5.10追記 */



.language {
	position:absolute;
	right:0;
	top:210px;
}
.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:nth-child(3) a {
	background:#8d9eca;
}


.language li:last-child a {
	background:#bb524e;
}


.cp_ipselect.cp_sl01 {
display: none !important;
}


@media screen and (max-width: 800px) {



.home h1 {
	margin-top:30px !important;
}
.language {
	position:absolute;
	width:100%;
	top:0;
}
.language ul {
	display:flex;
}
.language li {
	width:25%;
}
}


