.reservation {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #c50d12;
	width: 206px;
	padding: 14px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.reservation:hover {
  opacity: .7;
}

.language {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 206px;
	padding: 14px 0;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 10;
}
.language img {
	width: 14px;
	height: 15px;
}
.language_en {
	font-family: MADEEvolve Medium;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 15px;
}
.language_en:hover {
  opacity: .7;
}
.language_ch {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #fff;
}
.language_ch:hover {
  opacity: .7;
}

.special {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	width:9.688vw;
	max-width: 124px;
	height: auto;
}

.header {
	position: relative;
	margin-bottom: 140px;
}
.header_container {
	max-width: 920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header_logo {
	text-align: center;
	margin: 20px 0;
}
.header_logo_title {
	font-family: Notera;
	font-size: 64.7px;
	color: #fff;
	line-height: 0.75;
}
.header_logo_text {
	font-family: garamondpremrpro;
	font-size: 9px;
	letter-spacing: 0.2em;
	color: #fff;
}
.header_list {
	display: flex;
	justify-content: space-around;
	width: 100%;
	box-sizing: border-box;
}
.header_list_item_link {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header_list_item_link:hover {
  opacity: .7;
}
.header_list_item_link span {
	font-family: garamondpremrpro;
	width: 100%;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 2px;
}
.language_sp {
	display: none;
}

@media (max-width: 767px) {
	
  .reservation {
		display: none;
	}
	.language {
		display: none;
	}
	.special {
		width: 70px;
		transform: translateY(0);
		top: inherit;
		left: 10px;
		bottom: 180px;
	}
	.header {
		margin-bottom: 70px;
	}
	.header_list {
		display: none;
	}
	.language_sp {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 290px;
	padding: 15px 20px;
	z-index: 10;
	position: absolute;
    bottom: 105px;
	background-color: rgba(109,51,45,.65);
    border-radius: 5px;
    box-sizing: border-box;
}
.language_sp img {
	width: 14px;
	height: 15px;
}
.language_en_sp {
	font-family: MADEEvolve Medium;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 15px 0 15px;
}
.language_en_sp:hover {
  opacity: .7;
}
.language_ch_sp {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #fff;
}
.language_ch_sp:hover {
  opacity: .7;
}
}
@media (max-width: 480px) {
	.special {
		bottom: 70px;
	}
	.language_sp {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
	background-color: transparent;
    z-index: 10;
    position: absolute;
    bottom: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
.language_en_sp {
	color: #fff;
	margin: 0 15px 0 15px;
}

.language_ch_sp {
	color: #fff;
}

}