@charset "UTF-8";

.langWrap {
	position: relative;
	/*display: flex;*/
	display: none;
}

.lang-button {
  border: none;
  cursor: pointer;
	background: url("..//img/sururimu/lang_on.svg") no-repeat;
	align-self: stretch;
	width: 2em;
	height: 2em;
	margin: 0 1em;
}

.language-panel {
	display: none;
  position: absolute;
	width: 12em;
  top: 4.6rem;
  left: 1em;
  background: white;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 1000;
	padding: 1em;
}

.language-panel a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
}

.language-panel a:hover {
  background-color: #f0f0f0;
}


@media screen and (max-width: 768px) {
	.l-header__logo {
		width: 28vw;
	}
	.l-header__ctabtn {
		display: flex;
		align-items: center;
		width: 54vw;
		flex-direction: row-reverse;
	}
	.langWrap {
		align-self: stretch;
		align-items: center;
		display: flex;
		visibility: hidden;
	}
	.lang-button {
		width: 7vw;
		height: unset;
		background-position-y: center;
	}
	.language-panel {
		left: unset;
		right: 1em;
	}
}
