/* --------------------------------------------------

ヘッダー

-------------------------------------------------- */
#gheader {
	height: 142px;
	width: 100%;
	position: relative;
	z-index: 10;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #d7000f 0%, #d7000f 3px, rgba(0, 0, 0, 0) 3px);
}
@media screen and (min-width: 1024px) {
	#gheader {
		min-width: 1024px;
	}
}
@media screen and (max-width: 1023px) {
	#gheader {
		height: 123px;
		display: block;
	}
	#gheader.sp-menu-open {
		position: fixed;
	}
	#gheader.sp-menu-open .sp-nav-bg {
		display: block;
	}
}
#gheader .logo {
	width: 22.89063%;
	max-width: 293px;
	height: 80px;
	position: absolute;
	left: 1.5625%;
	top: 33px;
}
@media screen and (max-width: 1023px) {
	#gheader .logo {
		max-width: 161px;
		width: 42.93333%;
		height: auto;
		top: 20px;
		left: 1.33333%;
	}
}
#gheader .logo a {
	display: block;
}
#gheader .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* --------------------------------------------------

ヘッダーサブメニュー（PC）

-------------------------------------------------- */
/* サブメニュー */
#sub-menu {
	position: absolute;
	top: 3px;
	right: 0;
	height: 74px;
	width: 749px;
}
@media screen and (max-width: 1100px) {
	#sub-menu {
		width: 670px;
	}
}
#sub-menu > a {
	display: block;
	background: #d7000f;
	color: #fff;
	height: 100%;
	width: 22.91945%;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.3125;
	border: 1px solid #d7000f;
	border-right: 1px solid #f0828c;
	border-top: none;
	font-weight: bold;
	letter-spacing: 1px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
	#sub-menu > a {
		font-size: 13px;
	}
}
#sub-menu > a:nth-of-type(1) {
	border-radius: 0 0 0 10px;
}
#sub-menu > a + a {
	border-left: 1px solid #b40000;
}
#sub-menu > a:before {
	content: " ";
	display: inline-block;
	width: 35px;
	height: 36px;
	background: transparent url(../img/ico-cart.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#sub-menu > a.reserve:before {
	background-image: url(../img/ico-sp.png);
	margin-right: 5px;
}
#sub-menu > a.login:before {
	background-image: url(../img/ico-login.png);
}
#sub-menu > a:hover {
	background-color: #fff;
	border-color: #d7000f;
	color: #d7000f;
}
#sub-menu > a:hover:before {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#sub-menu > a:hover.online_shop:before {
	background-image: url(../img/ico-cart-ov.png);
}
#sub-menu > a:hover.reserve:before {
	background-image: url(../img/ico-sp-ov.png);
}
#sub-menu > a:hover.login:before {
	background-image: url(../img/ico-login-ov.png);
}
#sub-menu nav#language {
	display: block;
	height: 36px;
	width: 31.24166%;
	color: #fff;
	border-bottom: 1px solid #f0828c;
	position: relative;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
}
#sub-menu nav#language span {
	background-color: #b40000;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 15px;
}
#sub-menu nav#language span:hover {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #fff;
	color: #d7000f;
}
#sub-menu nav#language span:hover:before {
	content: " ";
	background-image: url(../img/ico-lang-ov.svg);
}
#sub-menu nav#language span:hover:after {
	border-top-color: #d7000f;
}
#sub-menu nav#language span:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(../img/ico-lang.svg) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 12px;
}
#sub-menu nav#language span:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sub-menu nav#language.active .wrap {
	visibility: visible;
	opacity: 1;
}
#sub-menu nav#language .wrap {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 43px;
	border-radius: 10px;
	background-color: #8c8264;
	width: 790px;
	height: 60px;
	z-index: 2;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-flex;
	display: flex;
}
#sub-menu nav#language .wrap:before {
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #8c8264 transparent;
	top: -8px;
	right: 183px;
}
#sub-menu nav#language .wrap.active {
	visibility: visible;
	opacity: 1;
}
#sub-menu nav#language .wrap .close {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #a09678;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 0px 10px 10px 0px;
}
#sub-menu nav#language .wrap .close:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f404";
	display: block;
	border: 1px solid  #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 30px;
	letter-spacing: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#sub-menu nav#language .wrap .close:hover {
	cursor: pointer;
}
#sub-menu nav#language .wrap .close:hover:before {
	background-color: #8c8264;
}
#sub-menu nav#language .wrap a {
	display: block;
	height: 100%;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
}
#sub-menu nav#language .wrap a:nth-of-type(1) {
	border-radius: 10px 0 0 10px;
}
#sub-menu nav#language .wrap a:hover {
	text-decoration: underline;
	background-color: #998f70;
}
#sub-menu nav#language .wrap a:before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e0e4e8;
	width: 1px;
	height: 20px;
}

/* サイト内検索 */
#srchBox {
	display: block;
	height: 38px;
	width: 31.24166%;
	background-color: #b40000;
	color: #fff;
	position: absolute;
	right: 0;
	top: 36px;
	border-top: 1px solid #960000;
	padding: 0 8px 1px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#srchBox form {
	display: block;
	width: 100%;
}
#srchBox input[type=text] {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 30px;
	width: 100%;
	background: #fff url(../img/ico-search-form.png) 93.18182% 50% no-repeat;
	border-radius: 15px;
	padding-left: 20px;
}
#srchBox input[type=text]::-webkit-input-placeholder {
	font-size: 13px;
	color: #8c8c8c;
	line-height: 1;
	letter-spacing: 1px;
	overflow: visible;
}
#srchBox input[type=text]:-ms-input-placeholder {
	font-size: 13px;
	color: #8c8c8c;
	line-height: 1;
	letter-spacing: 1px;
	overflow: visible;
}
#srchBox input[type=text]::-moz-placeholder {
	font-size: 13px;
	color: #8c8c8c;
	letter-spacing: 1px;
	overflow: visible;
}

/* --------------------------------------------------

ヘッダーサブメニュー（SP）

-------------------------------------------------- */
/* サブメニュー */
#sub-menu-sp {
	position: absolute;
	top: 3px;
	right: 0;
	height: 70px;
	width: 52.53333%;
	max-width: 197px;
}
#sub-menu-sp > a {
	display: block;
	background: #d7000f;
	color: #fff;
	height: 100%;
	width: 36.54822%;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-size: 11px;
	line-height: 1.18182;
	border: 1px solid #d7000f;
	border-right: 1px solid #f0828c;
	border-top: none;
	font-weight: bold;
	letter-spacing: 0px;
}
@media screen and (max-width: 374px) {
	#sub-menu-sp > a {
		font-size: 2.94118vw;
	}
}
#sub-menu-sp > a:nth-of-type(1) {
	border-radius: 0 0 0 9px;
}
#sub-menu-sp > a + a {
	border-left: 1px solid #b40000;
}
#sub-menu-sp > a:before {
	content: " ";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent url(../img/ico-cart.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 6px;
}
#sub-menu-sp > a.reserve:before {
	background-image: url(../img/ico-sp.png);
	margin-right: 5px;
}

/* --------------------------------------------------

ハンバーガーメニュー

-------------------------------------------------- */
#hamburger-menu {
	width: 26.90355%;
	height: 70px;
	background-color: #b40000;
	transition: all .4s;
	z-index: 201;
	float: left;
	position: relative;
}
#hamburger-menu span {
	display: block;
	transition: all .2s;
	position: absolute;
	background-color: #fff;
	width: 25px;
	left: -webkit-calc((100% - 25px) / 2);
	left: calc((100% - 25px) / 2);
	height: 2px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#hamburger-menu span:nth-of-type(1) {
	top: 16px;
}
#hamburger-menu span:nth-of-type(2) {
	top: 24px;
	opacity: 1;
}
#hamburger-menu span:nth-of-type(3) {
	top: 32px;
}
#hamburger-menu span:nth-of-type(4) {
	opacity: 0;
	top: 24px;
}
#hamburger-menu:after {
	content: "\30E1\30CB\30E5\30FC";
	color: #fff;
	display: block;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	margin-top: 44px;
	letter-spacing: 0;
}
@media screen and (max-width: 374px) {
	#hamburger-menu:after {
		font-size: 2.40642vw;
	}
}

/* --------------------------------------------------

グローバルメニュー（PC/SP）

-------------------------------------------------- */
@media screen and (min-width: 1024px) {
	nav#gnav {
		float: right;
		margin-top: 74px;
		height: 64px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		max-width: 1254px;
		width: 78.375%;
		margin-right: 25px;
	}
}
@media screen and (max-width: 1023px) {
	nav#gnav {
		position: relative;
		top: 83px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		height: 40px;
	}
}
nav#gnav > a, nav#gnav > div {
	display: block;
	height: 100%;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 1024px) {
	nav#gnav > a, nav#gnav > div {
		font-size: 19px;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		white-space: nowrap;
		padding-left: 3.42903%;
		padding-right: 3.42903%;
	}
	nav#gnav > a:hover, nav#gnav > div:hover {
		color: #d7000f;
	}
}
@media screen and (max-width: 1477px) {
	nav#gnav > a, nav#gnav > div {
		font-size: 1.28639vw;
		padding-left: 2.91131%;
		padding-right: 2.91131%;
	}
}
@media screen and (max-width: 1023px) {
	nav#gnav > a, nav#gnav > div {
		padding-right: 0;
		padding-left: 0;
		font-size: 13px;
		width: 25%;
		text-align: center;
		line-height: 1.30769;
		letter-spacing: 0;
		margin-bottom: 9px;
	}
}
@media screen and (max-width: 374px) {
	nav#gnav > a, nav#gnav > div {
		font-size: 3.47594vw;
	}
}
nav#gnav > a:before, nav#gnav > div:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #b4b4b4;
}
@media screen and (max-width: 1023px) {
	nav#gnav > a:before, nav#gnav > div:before {
		background-color: #e0e4e8;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
nav#gnav > a:last-child:before, nav#gnav > div:last-child:before {
	display: none;
}
nav#gnav div.company_info {
	padding-right: 1.03668%;
	cursor: pointer;
}
nav#gnav div.company_info span {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
nav#gnav div.company_info span:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d0";
	margin-left: 1.57895em;
	color: #b4b4b4;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav#gnav div.company_info span:hover:after {
	color: #d7000f;
}
nav#gnav div.company_info.active nav#company {
	visibility: visible;
	opacity: 1;
}
nav#gnav nav#company {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: -4.73684em;
	top: 53px;
	border-radius: 10px;
	background-color: #8c8264;
	width: 625px;
	height: 60px;
	z-index: 2;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-flex;
	display: flex;
}
nav#gnav nav#company:before {
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #8c8264 transparent;
	top: -8px;
	right: 196px;
	right: 9.42105em;
}
nav#gnav nav#company .close {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #a09678;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 0px 10px 10px 0px;
	pointer-events: all;
}
nav#gnav nav#company .close:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f404";
	display: block;
	border: 1px solid  #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 30px;
	letter-spacing: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav#gnav nav#company .close:hover {
	cursor: pointer;
}
nav#gnav nav#company .close:hover:before {
	background-color: #8c8264;
}
nav#gnav nav#company a {
	display: block;
	height: 100%;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	pointer-events: all;
}
nav#gnav nav#company a:nth-of-type(1) {
	border-radius: 10px 0 0 10px;
}
nav#gnav nav#company a:hover {
	text-decoration: underline;
	background-color: #998f70;
}
nav#gnav nav#company a.current {
	text-decoration: underline;
}
nav#gnav nav#company a + a:before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e0e4e8;
	width: 1px;
	height: 20px;
}

/* --------------------------------------------------

グローバルメニュー（SP）

-------------------------------------------------- */
body.scroll-prevent {
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

#gnav-sp {
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 300;
	top: 0px;
	border-top: 3px solid #d7000f;
	right: -100%;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	background: #a09678;
}
#gnav-sp.active {
	right: 0;
	max-height: -webkit-calc(100vh - 70px);
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}
#gnav-sp .login {
	border: 1px solid  #fff;
	border-radius: 3px;
	background-color: rgba(215, 0, 15, 0);
	position: absolute;
	right: 64px;
	top: 20px;
	width: 37.33333%;
	max-width: 140px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
}
@media screen and (max-width: 374px) {
	#gnav-sp .login {
		font-size: 3.20856vw;
		right: 17.1123%;
	}
}
#gnav-sp .close {
	background: #d7000f;
	right: 0;
	top: 0px;
	position: absolute;
	width: 44px;
	height: 70px;
	border-radius: 0 0 0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#gnav-sp .close:before {
	content: " ";
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/close.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
#gnav-sp .inner {
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background: #8c8264;
}
#gnav-sp .second-menu a {
	display: block;
	height: 50px;
	background: #a09678;
	border-bottom: 1px solid #b4aa8c;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}
#gnav-sp .inner-bottom {
	padding: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#gnav-sp .inner-bottom a {
	display: block;
	border-radius: 3px;
	background-color: #645a46;
	height: 70px;
	width: -webkit-calc(((100% - 5px) / 2));
	width: calc(((100% - 5px) / 2));
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	color: #fff;
	line-height: 1.4375;
	vertical-align: middle;
}
#gnav-sp .inner-bottom .online_shop:before {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	background: transparent url(../img/ico-cart-sp.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
}
#gnav-sp .inner-bottom .reserve:before {
	content: " ";
	display: block;
	width: 28px;
	height: 45px;
	background: transparent url(../img/ico-reserve-sp.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
}

/* 会員情報 */
.guest {
	height: 30px;
	max-width: 41.6%;
	margin-left: 13px;
	padding-right: 1em;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-left: 40px;
	background: transparent url(../img/ico-guest.png) 0% 50% no-repeat;
	-moz-background-size: auto 30px;
	-o-background-size: auto 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
@media screen and (max-width: 374px) {
	.guest {
		font-size: 3.74332vw;
	}
}
.guest:before_ {
	content: " ";
	display: inline-block;
	background: transparent url(../img/ico-guest.png) 0% 0% no-repeat;
	width: 26px;
	height: 30px;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 15px;
}

/* サイト内検索（SP） */
#srchBox-sp {
	height: 60px;
	width: 100%;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 11px 10px 10px 20px;
	background: #8c8264;
	border-bottom: 1px solid #a09678;
}
#srchBox-sp form {
	display: block;
	width: 61.33333%;
	height: 40px;
}
#srchBox-sp input[type=text] {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 100%;
	width: 100%;
	background: #fff url(../img/ico-search-form-sp.png) 91.52174% 50% no-repeat;
	border-radius: 20px;
	padding-left: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	-webkit-background-size: 20px;
	background-size: 20px;
	font-size: 16px;
}

/* 言語メニュー（SP） */
#language-sp {
	/*height: 60px;*/
	width: 100%;
	color: #fff;
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-align-items: center;
	align-items: center;
	/*padding: 10px 10px 10px 20px;*/
	background: #8c8264;
}
#language-sp > span {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#language-sp > span:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(../img/ico-lang-sp.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
}

#form-language-sp {
	width: 61.33333%;
	height: 100%;
}
#form-language-sp .select-box {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
#form-language-sp label {
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
	padding: 5px 10px 5px 20px;
	padding-right: 30px;
	cursor: pointer;
	display: block;
	height: 100%;
	color: #000;
	border-radius: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: 1px;
	vertical-align: middle;
}
#form-language-sp label:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 8px;
	background: transparent url(../img/ico-lang-02-sp.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
#form-language-sp select {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 5px 0;
	height: 40px;
	opacity: 0;
	background: none transparent;
	border: 0 none;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
}

.sp-nav-bg {
	background-color: rgba(56, 46, 32, 0.95);
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	display: none;
}
.sp-nav-bg.open {
	display: block;
	z-index: 11;
}

olang {
    display: block;
    height: 100%;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}

.pc-tb-only{
    display: flex!important;
}
.sp-notb-only{
    display: none!important;
}
/*PC SP表示切り替え*/
@media all and (min-width: 1024px) and (max-width: 10000px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 1023px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block!important;
	}
}
@media screen and (max-width: 767px) {
    .pc-tb-only{
        display: none!important;
    }
    .sp-notb-only{
        display: block!important;
    }
}

/*20201109*/
@media screen and (max-width: 1023px) {
    #language-sp span {
        line-height: 50px;
        padding-left: 20px;
        position: relative;
    }
    
    #language-sp span::after {
        content: "選択する";
        display: inline-block;
        width: 100px;
        height: 50px;
        background: url(../img/plus.png) 100% no-repeat;
        background-size: 20px;
        position: absolute;
        right:  30px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #language-sp span.open::after {
        content: "　閉じる";
        background-image: url(../img/minus.png)
    }
    
    #language-sp ul {
        display: none;
    }
    
    #language-sp ul li a {
        background: #a09678;
        display: block;
        color: white;
        line-height: 50px;
        padding-left: 20px;
        border-bottom: 1px solid #b4aa8c;
    }
}

olang {
    display: block;
    font-size: 16px;
}