@charset "UTF-8";
#header_wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100px;
  z-index: 100;
}

#header_inner {
  border-top: 4px solid #B9A376;
  border-bottom: none;
  background-color: #000000;
  min-width: 1010px;
  padding: 0px 15px;
}

#header_contents_area {
  position: relative;
  height: 100px;
  padding-top: 30px;
  max-width: 1280px;
  min-width: 980px;
  margin: 0px auto;
}

#header_logo {
  position: absolute;
  left: 0px;
}
#header_logo img {
  width: 228px;
  height: 39px;
}

#header_list {
  position: absolute;
  right: 0px;
}
#header_list li {
  display: inline-block;
  margin-left: 50px;
}
#header_list li a {
  display: inline-block;
}
#header_list li a span {
  margin-top: 10px;
  display: block;
  color: #B9A376;
  font-size: 10px;
}
#header_list li a:hover {
  text-decoration: none;
}

/* shutto翻訳用切り替えスイッチ ここから */
.lang-select {
  /* フォントカラー 適宜調整してください */
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  justify-content: flex-end;
}

.lang-select ul {
  display: flex;
  gap: 0 20px;
  padding: 0;
}

.lang-select ul li {
  font-size: 16px;
  list-style: none;
}

.lang-select::before {
  background-image: url("/img/global_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}

.lang-select a {
  color: #fff;
}

.lang-select a[data-stt-changelang] {
  text-decoration: none;
}

.lang-select a[data-stt-active] {
  font-weight: bold;
}

/* shutto翻訳用切り替えスイッチ ここまで */
/*
#header_wrapper {
	width: 100%;
	background-color: #000000;
	position: fixed;
	z-index: 999999;
	height: 100px;
	left: 0px;
	top: 0px;
	border-right: 4px solid #B9A376;
	border-left: 4px solid #B9A376;
	border-top: 4px solid #B9A376;
}

#header_inner {
	max-width: 1280px;
	min-width: 920px;
	margin: 0px auto;
	background-color: #000000;
	height: 70px;
	padding : 0px 30px;
	padding-top : 30px;
	position: relative;
}
*/
