@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  header.css
 style info :  wb_[X^Cwθ
=================================================================== */
#header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
.headerOptionWrap {
	height: 30px;
	background: #222;
	overflow: hidden;
}
.headerOption {
	height: 30px;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
.headerDetails {
	background: #fff;
	height: 90px;
}
.popup .headerDetails {
	border-bottom: #eadfcd solid 1px;
}
.headderInner {
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
h2.logo {
	margin-left: 4.166666666666667%;
	max-width: 196px;
	flex-grow: .5;
	order: 1;
}
.acd-check {
	display: none;
}
.menuWrap {
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px;
	flex-grow: 10;
	margin: 0 2%;
}
.contactBtn {
	order: 4;
	display: flex;
	width: 18.75%;
}
.contactBtn .btn-headerContact {
	vertical-align: top;
	position: relative;
	text-align: center;
}
.contactBtn .btn-contact {
	width: 56%;
}
.btn-headerContact > p {
	position: absolute;
	background: #fff;
	border-radius: 5px;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1;
	padding: 4px 0 3px;
}
.contactBtn .btn-price {
	width: 44%;
}
.contactBtn .btn-headerContact > div {}
.contactBtn .btn-headerContact a {
	color: #fff;
	display: block;
	padding: 34px 0;
	letter-spacing: .1em;
	font-size: 1.4rem;
	line-height: 1.6;
}
.contactBtn .btn-contact.btn-headerContact a {
	background: #83214d;
}
.contactBtn .btn-price.btn-headerContact a {
	background: #a58c67;
}
.telTextWrap, .telTokyoWrap, .telOsakaWrap {
	margin-bottom: 7px;
}
.telTextWrap {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 10px;
}
.telTokyoWrap {
	top: 20px;
}
.telOsakaWrap {
	top: 40px;
}
.priceBtn {}
.priceBtn02 {
	display: none;
}
.popup .contactBtn {
	background-color: white;
}
.popup .contactBtn .btn-contact {
	width: 100%;
}
.popup .btn-price {
	display: none;
}
.memberBtn {
	display: inline-block;
	font-size: .9rem;
	width: 18.75%;
	padding: 5px 5px 5px;
	background: #fff;
}
.memberBtn.btn-arrow::before {
	border-top: solid 1px #222;
	border-right: solid 1px #222;
}
.popup .memberBtn {
	display: none;
}
.memberBtn a {
	display: block;
	font-size: 1.29rem;
	font-weight: 700;
	text-decoration-line: none;
	line-height: 1.4;
	padding-left: 18px;
	color: #222;
	text-align: center;
}
.memberBtn span {
	text-decoration-line: underline;
}
.fontSizeWrap {
	display: inline-block;
}
ul#fucntionsNavigation li#fontsizeControl {
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
}
li#fontsizeControl ul {
	display: inline-block;
	margin-left: 12px;
}
li#fontsizeControl ul li {
	text-align: center;
	margin: 0;
	width: 35px;
	display: inline-block;
	padding: 8px 10px 10px;
	border-left: 1px solid #444;
	cursor: pointer;
}
li#fontsizeControl ul li:last-child {
	border-right: 1px solid #444;
}
li#fontsizeControl li#switchFontSizeMedium {}
li#fontsizeControl li#switchFontSizeBig {}
li#fontsizeControl li#switchFontSizeMedium.active, li#fontsizeControl li#switchFontSizeBig.active {
	background: #444;
}
li#fontsizeControl li#switchFontSizeBig.active {
	background-position: -26px -46px;
	left: 91px;
}
.searchWrap {
	position: absolute;
	top: 32px;
	right: 540px;
	z-index: 10;
	width: 190px;
}
.searchWrap form {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.searchWrap form input[type="text"] {
	font-size: 1.4em;
	width: 140px;
	height: 24px;
	border: solid #a0a0a0 1px;
	border-width: 1px 0 1px 1px;
	margin: 0;
	padding: 0 5px;
	color: #434343;
}
.searchWrap form input[type="submit"] {
	position: absolute;
	right: 0;
	font-size: 1.4em;
	border: solid #a0a0a0 1px;
	border-width: 1px 1px 1px 0;
	background: #858585;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 26px;
	width: 47px;
	background: url(../../../img/elements/header/searchBtn.png) -1px -1px no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#header .searchWrap input.gsc-search-button-v2 {
	padding: 6px !important;
}
#srchBox {
	position: absolute;
	top: 32px;
	right: 540px;
	z-index: 10;
	width: 190px;
}
#srchBox * {
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
#srchBox img {
	display: none;
}
#srchBox a img {
	border: none;
}
#srchBox #srch {}
#srchBox #srch #srchForm {
	white-space: nowrap;
}
#srchBox #srchInput {
	width: 150px;
	height: 22px;
	margin-right: 2px;
	vertical-align: bottom;
}
#srchBox #srchBtn {
	width: 29px;
	height: 27px;
	border: 1px solid #505050;
	background: url(../../../img/elements/header/ico-search.png) center center no-repeat;
	background-color: #505050;
}
*html #srchBox #srchBtn {
	padding-top: 2px;
}
*:first-child + html #srchBox #srchBtn {
	padding-top: 2px;
}
#srchBox ul {
	margin-top: 6px;
	text-align: left;
}
#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}
#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}
*: + html #srchBox li input {
	margin: -4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}
#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}
#srchBox #srchLogo a:hover {
	text-decoration: underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
	padding: 1px 1px 2px 1px;
	border: 1px solid #a5acb2;
	background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}
/*gnav*/
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 22px;
	height: 14px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger::after {
	content: "j[";
	width: 70px;
	font-size: 10px;
	margin-top: 0;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}
.menu-trigger.active::after {
	content: "ΒΆι";
}
.gnavWrap {
	position: relative;
	order: 2;
	text-align: center;
	letter-spacing: -.5em;
}
.gnavWrap #gnav {
	display: flex;
}
.gnavWrap #gnav li {
	position: relative;
	font-size: 15.5px;
	border-width: 0 1px 0 0;
	display: table;
	flex-grow: 1;
}
.gnavWrap #gnav li a {
	display: block;
	border-right: #d9d8d8 solid 1px;
	padding: 0 3%;
	letter-spacing: .03em;
	line-height: 1.2;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
}
.gnavWrap #gnav li.faqPage a {
	border: none;
}
.gnavWrap #gnav li a.is-current {
	border-bottom: 3px solid #83214d;
	padding-top: 3px;
}
.gnavWrap #gnav li.others {
	display: none;
	background: #505050;
}
.gnavWrap #gnav li.contactArea {
	display: none;
}
.gnavWrap #gnav .secondline {
	display: none;
	margin-bottom: 0;
}
.spNav {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
	display: none;
}
.spNav a {
	display: block;
	width: 44px;
	height: 44px;
}
.spNav a img {
	width: 100%;
	height: auto;
}
.reqBtnSMP {
	position: absolute;
	top: 16px;
	right: 44px;
	z-index: 1000;
	display: none;
}
.reqBtnSMP a {
	display: block;
	width: 120px;
	height: 32px;
}
.reqBtnSMP a img {
	width: 100%;
	height: auto;
}

.priceBtnSMP {
	position: absolute;
	top: 16px;
	right: 174px;
	z-index: 1000;
	display: none;
}
.priceBtnSMP a {
	display: block;
	width: 160px;
	height: 32px;
}
.priceBtnSMP a img {
	width: 100%;
	height: 32px;
}
#smpBtnWrap {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-spacing: -1em;
	display: table;
	width: 100%;
	display: none;
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 9000;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
#smpBtnWrapB {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-spacing: -1em;
	display: table;
	width: 100%;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}
@-moz-document url-prefix() { /* firefoxpΜwθ */
	#smpBtnWrap, #smpBtnWrapB {
		display: block;
		display: none;
	}
}
#smpBtnWrap li, #smpBtnWrapB li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
	border: #fff solid 4px;
	border-width: 6px 8px 4px 2px;
}
#smpBtnWrap li:first-child, #smpBtnWrapB li:first-child {
	border-width: 6px 2px 4px 8px;
}
#smpBtnWrap li > a, #smpBtnWrapB li > a {
	display: block;
	padding: 8px 0;
	font-family: "lr oΎ©", "MS PMincho", "qMmΎ© Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #94214d url(/sales/common/img/arrow-white.png) 10px 50% no-repeat;
	border-top: #c27594 solid 2px;
	border-left: #771839 solid 2px;
	border-right: #771839 solid 2px;
	border-bottom: #541025 solid 2px;
	text-decoration: none;
}
#smpBtnWrap li:first-child > a, #smpBtnWrapB li:first-child > a {
	background-color: #505050;
	border-top: #a9a9a9 solid 2px;
	border-left: #5a5a5a solid 2px;
	border-right: #5a5a5a solid 2px;
	border-bottom: #343434 solid 2px;
}

#header .telWrap {
	order: 3;
	flex-grow: .8;
}

.popup .fontSizeWrap {
	display: none;
}
.popup .searchWrap, .popup .watermark {
	display: none;
}
.popup .memberBtn {
	right: 414px;
}
.popup .gnavWrap {
	border: none;
}
@media only screen and (max-width: 1921px) {
	.menuWrap {
		margin: 0 1%;
	}
	.gnavWrap #gnav li {}
}
@media only screen and (max-width: 1587px) {
	h2.logo {
		width: 130px;
		margin-left: 15px;
	}
	.gnavWrap #gnav li a {
		font-size: 1.35rem;
	}
	#header .telWrap {
		width: 12%;
		margin-right: .2%;
	}
}
@media only screen and (max-width: 1299px) {
	h2.logo {
		margin-left: 2%;
	}
	.menuWrap {}
	#header .telWrap {}
	.contactBtn {}
	.btn-headerContact > p {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1200px) {
	.memberBtn a {
		font-size: 1.1rem;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 1117px) {
	h2.logo {
		margin-left: 1.5%;
	}
	.menuWrap {}
	#header .telWrap {}
	.contactBtn {}
	.contactBtn .btn-headerContact a {
		padding: 36px 0;
		letter-spacing: .05em;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:1080px) {
	.memberBtn {
		width: 25%;
	}
	.memberBtn a {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.fontSizeWrap {
		display: none;
	}
}
@media screen and (max-width:991px) {
	h2.logo {
		width: 100%;
		padding-top: 20px;
	}
	h2.logo img {}
	.contactBtn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.btn-headerContact > p {
		bottom: inherit;
		top: -15px;
		top: 5px;
		font-size: 1.2rem;
		font-weight: 400;
		padding: 6px 0;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}
	.contactBtn .btn-headerContact a {
		font-size: 1.4rem;
		padding: 40px 0 18px;
	}
	.gnavWrap #gnav li a, .gnavWrap #gnav li.faqPage a {
		padding: 15px 5% 16px;
		font-size: 1.5rem;
		line-height: 1;
		display: block;
		border: #d9d8d8 solid 1px;
		border-width: 1px 0 0 0;
		height: auto;
		position: relative;
		/* font-weight: normal; */
	}
	.gnavWrap #gnav li a.is-current {
		border-bottom: none;
		padding-top: 18px;
	}
	.gnavWrap #gnav li a.active {
		border-bottom: #83214d solid 2px;
	}
	.telTextWrap, .telTokyoWrap, .telOsakaWrap {
		display: none;
	}
	.priceBtn {}
	.priceBtn02 {
		display: none;
	}
	.memberBtn {
		display: none;
	}
	.menuWrap {
		padding-top: 20px;
		display: block;
		width: 100%;
		height: 0;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.acd-label {
		color: #333;
		display: block;
		margin-bottom: 1px;
	}
	.acd-content {
		height: 0;
		opacity: 0;
		padding: 0 10px;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label + .acd-content {
		opacity: 1;
		visibility: visible;
	}
	.spNav {
		display: block;
	}
	.reqBtnSMP {
		display: block;
	}
	.priceBtnSMP {
		display: block;
	}
	
	.headerOptionWrap {
		display: none;
	}
	.gnavWrap #gnav li {
		width: 100%;
		padding: 0;
	}

	.reqBtnSMP {
		display: none;
	}
	.priceBtnSMP {
		display: none;
	}
	#smpBtnWrap {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		word-spacing: -1em;
		display: table;
		width: 100%;
		position: fixed;
		top: 64px;
		left: 0;
		right: 0;
		z-index: 9000;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	}
	#smpBtnWrapB {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		word-spacing: -1em;
		display: table;
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	}
	@-moz-document url-prefix() { /* firefoxpΜwθ */
		#smpBtnWrap, #smpBtnWrapB {
			display: block;
		}
	}
	#smpBtnWrap li, #smpBtnWrapB li {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		word-spacing: normal;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		position: relative;
		border: #fff solid 4px;
		border-width: 6px 8px 4px 2px;
	}
	#smpBtnWrap li:first-child, #smpBtnWrapB li:first-child {
		border-width: 6px 2px 4px 8px;
	}
	#smpBtnWrap li > a, #smpBtnWrapB li > a {
		display: block;
		padding: 8px 0;
		font-family: "lr oΎ©", "MS PMincho", "qMmΎ© Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 1.4em;
		line-height: 1;
		color: #fff;
		text-align: center;
		background: #ae1b25 url(/sales/common/img/arrow-white.png) 10px 50% no-repeat;
		border-top: #d3767d solid 2px;
		border-left: #a1161e solid 2px;
		border-right: #a1161e solid 2px;
		border-bottom: #4d0000 solid 2px;
		text-decoration: none;
	}
	#smpBtnWrap li:first-child > a, #smpBtnWrapB li:first-child > a {
		background-color: #00551f;
		border-top: #649d79 solid 2px;
		border-left: #00461a solid 2px;
		border-right: #00461a solid 2px;
		border-bottom: #002b0f solid 2px;
		padding: 9px 0;
	}
	#smpBtnWrap .small01, #smpBtnWrapB .small01 {
		font-size: 72%;
	}
	#smpBtnWrap .small02, #smpBtnWrapB .small02 {
		font-size: 85%;
	}

	.gnavWrap #gnav .ftrContactBnrWrap {
		position: relative;
		max-width: 1038px;
		min-height: 120px;
		margin: 10px auto;
		padding: 20px;
		border: #b0a26c solid 1px;
		background: url(../../../img/elements/footer/reqWrapBG.jpg) repeat;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap {
		position: absolute;
		z-index: 10;
		top: 5%;
		left: 2.782931354%;
		width: 35.714285714%;
		margin-bottom: 10px;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap .telDetailsTokyo, .gnavWrap #gnav .ftrContactBnrWrap .telWrap .telDetailsOsaka {
		margin-bottom: 5px;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .contactWrap {
		position: absolute;
		z-index: 10;
		top: 5%;
		left: 41.280148423%;
		width: 35.714285714%;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap .hddWrap, .gnavWrap #gnav .ftrContactBnrWrap .contactWrap .hddWrap {
		border-top: #d3bf9b solid 1px;
		border-bottom: #fff solid 1px;
		margin-bottom: 14px;
		display: block;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap .hddWrap .inner, .gnavWrap #gnav .ftrContactBnrWrap .contactWrap .hddWrap .inner {
		border-bottom: #d3bf9b solid 1px;
		border-top: #fff solid 1px;
		display: block;
	}
	.spmenunavWrap {
		display: none;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 9999;
	}
	.gnavWrap {
		height: 100vh;
		width: 100%;
		z-index: 9999;
		padding: 0 0 70px;
		margin: 0;
		background-color: #FFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		top: 70px;
	}
	.gnavWrap.action {}
	.gnavWrap #gnav {
		text-align: left;
		background: #fff;
		margin-bottom: 0;
		display: block;
		border-bottom: #d9d8d8 solid 1px;
	}
	.gnavWrap ul li {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #d0d0d0;
	}
	.gnavWrap ul li:first-child {
		border-top: 1px solid #d0d0d0;
	}
	.gnavWrap ul li li:last-child {
		border: none;
	}
	.gnavWrap ul li a {
		position: relative;
		display: block;
		padding: 14px 15px;
		text-align: left;
		font-size: 1.5em;
		color: #333333;
		text-decoration: none;
	}
	.gnavWrap #gnav li:not(.secondLink) a::after {
		content: "";
		display: block;
		position: absolute;
		top: 40%;
		left: inherit;
		right: 6.4%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #333;
		border-left: 2px solid #333;
		transform: rotate(135deg);
		z-index: 400;
		margin: 0;
	}
	.gnavWrap #gnav li.secondLink > a::before, .gnavWrap #gnav li.secondLink > a::after {
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 5px;
		background: #333;
		position: absolute;
		right: 5%;
		top: 46%;
		transform: translateY(-50%);
	}
	.gnavWrap #gnav li.secondLink > a::after {
		background: #333;
		transform: translateY(-50%) rotate(90deg);
		left: inherit;
	}
	.gnavWrap #gnav li.secondLink > a.active::after {
		top: 43.6%;
		transform: rotate(0);
	}
	.gnavWrap ul li a:hover {
		color: #A0194E;
		border-bottom: 3px solid #A0194E;
	}
	.gnavWrap ul li a:hover:after {}
	.gnavWrap #gnav .secondline > li > a {
		padding-left: calc(5% + 15px );
		background-color: #F0F0F0 !important;
	}
	.gnavWrap .thirdline > li > a {
		padding-left: 30px;
		background-color: #DDDDDD !important;
	}
	.gnavWrap #gnav li a.active + .secondline {
		display: block;
	}
	.listCloseBtn {
		background: #fff;
	}
	.listCloseBtn a {
		display: inline-block;
		position: relative;
		padding: 15px 11%;
		line-height: 1;
		font-size: 1.2rem;
		letter-spacing: .1rem;
	}
	.listCloseBtn a::after {
		content: "";
		display: block;
		position: absolute;
		top: 37%;
		right: 6.5%;
		width: 15px;
		height: 15px;
		border-top: 2px solid #333;
		border-left: 2px solid #333;
		-webkit-transform: rotate(-45deg);
		transform: rotate(135deg);
		z-index: 400;
	}
	.listCloseBtn a::before, .listCloseBtn a::after {
		content: '';
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 5px;
		background: #333;
		position: absolute;
		left: 0;
		top: 49%;
		transform: translateY(-50%) rotate(45deg);
	}
	.listCloseBtn a::after {
		background: #333;
		transform: translateY(-50%) rotate(-45deg);
	}
	.listCloseBtn a.active::after {
		top: 43%;
		transform: rotate(0);
	}
	.posfix {
		position: fixed !important;
		top: 0;
	}
	.spmenuClose a {
		display: block;
		height: 44px;
		text-align: center;
	}
	.spmenuClose img {
		width: 150px;
		height: 44px;
	}
}
@media screen and (max-width:928px) {
	.searchWrap, #srchBox {
		display: none;
	}
	.memberBtn {
		top: 10px;
		right: 385px;
	}
	.memberBtn a {
		font-size: 1.2em;
	}
	.priceBtn {}
	.priceBtn02 {
		display: block;
		position: absolute;
		z-index: 10;
		top: 31px;
		right: 417px;
	}
}
@media screen and (max-width:800px) {
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap {
		left: 2%;
		width: 44%;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .contactWrap {
		left: 52%;
		width: 44%;
	}
}
@media screen and (max-width:767px) {
	.gnavWrap {
		top: 40px;
	}
	h2.logo {
		max-width: 120px;
		margin-top: 15px;
		margin-left: 15px;
		padding-top: 0;
	}
	.headerDetails {
		height: 60px;
	}
	.spNav {
		top: 18px;
		right: 20px;
	}
}
@media screen and (max-width:630px) {
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .contactWrap {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}
	.gnavWrap #gnav .ftrContactBnrWrap .telWrap .hddWrap, .gnavWrap #gnav .ftrContactBnrWrap .contactWrap .hddWrap {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 414px) {
	.menuWrap {
		right: 0;
	}
}