@charset "UTF-8";
.gHeaderWrap {
	height: 80px;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader {
	background-color: #1e1b17;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_inner {}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gHeader_col {}
.gHeader_col-no1 {}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 80px;
	align-items: center;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 227px;
	height: 30px;
	fill: #fff;
	transition-duration: .3s;
	transition-property: fill;
}
.gHeader_title_img > use {}
.gHeader_col-no2 {
	width: 270px;
}
.gHeader_link {}
.gHeader_link > a {
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
}
.gHeader_link > a::before {
	content: "";
}
.gHeader_link > a::after {
	content: "";
}
.gHeader_link > a > .icon {
	display: block;
}
.gHeader_link > a > .icon-arrowRight {
	font-size: 14px;
	right: 13px;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
	position: relative;
	z-index: 10;
}
.gPageTop_button {
	display: block;
	width: 76px;
	height: 76px;
	background-color: #1e1b17;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 1;
	padding-bottom: 18px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: margin-top;
}
.gPageTop_button::before {
	content: "";
	border: 8px solid #fff;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-width: 0;
	border-bottom-width: 14px;
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > b {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 7px;
}
.gFootNav {
	background-color: #1e1b17;
	color: #8c8877;
	padding: 52px 0;
}
.gFootNav_inner {}
.gFootNav_list {
	list-style: none;
	display: flex;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {
	margin-right: 124px;
}
.gFootNav_list > li:last-child {
	flex-grow: 1;
}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_cList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1px;
}
.gFootNav_cList > li {
	width: 25%;
}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gFootNav_cList > li > a::before {
	content: ">";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFooter {
	background-color: #1e1b17;
	color: #8c8877;
	border-top: 1px solid #33302c;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-no1 {}
.gFooter_list {
	list-style: none;
}
.gFooter_list > li {
	display: inline-block;
}
.gFooter_list > li::after{
	content: '|';
	line-height: 65px;
	display: inline-block;
	margin: 0 0.5em;
}
.gFooter_list > li.-top {
	display: none;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child::after {
	content: '';
}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	height: 65px;
	line-height: 65px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_col-no2 {}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 13px;
}
.gNav {
	display: none;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_cList {
	list-style: none;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_cList > li > a::before {
	content: "";
}
.gNav_cList > li > a::after {
	content: "";
}
.gPankuzu {
	margin-bottom: 13px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 12px;
	overflow: auto;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 13px;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 400px;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	color: inherit;
	height: 40px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody_inner {}
.gBody_title {
	font-size: 44px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 55px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.gBody_box {
	background-color: #ffffff;
	padding: 50px 25px 80px;
	position: relative;
	z-index: 1;
}
.gBody_box_inner {
	max-width: 980px;
	margin: 0 auto;
}
.gSearch {}
.gSearch_table {
	width: 100%;
	table-layout: fixed;
}
.gSearch_table > tbody {}
.gSearch_table > tbody > tr {}
.gSearch_table > tbody > tr:first-child {}
.gSearch_table > tbody > tr:last-child {}
.gSearch_table > tbody > tr > th {
	white-space: nowrap;
	border: 1px solid #ccc;
	background-color: #eae9e4;
	width: 126px;
	font-weight: normal;
	padding: 8px 10px;
	box-sizing: border-box;
}
.gSearch_table > tbody > tr > td {
	border: 1px solid #ccc;
	padding: 8px 15px;
	box-sizing: border-box;
}
.gSearch_table > tbody > tr > td:nth-child(2) {
	width: 363px;
}
.gSearch_info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	padding-right: 89px;
}
.gSearch_dList {
	list-style: none;
	line-height: 1;
	text-align: center;
	margin-right: 11px;
}
.gSearch_dList > dt {
	margin-bottom: 5px;
}
.gSearch_dList > dd {
	font-size: 20px;
	font-weight: bold;
}
.gSearch_dList > dd > b {
	color: #d81010;
	font-size: 150%;
	margin-right: 2px;
}
.gSearch_btn {
	display: block;
	background-color: #715d19;
	color: #fff;
	height: 60px;
	border-radius: 30px;
	width: 400px;
	font-size: 20px;
	position: relative;
	z-index: 1;
	border: 2px solid #715d19;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSearch_btn::before {
	content: "";
}
.gSearch_btn::after {
	content: "";
}
.gSearch_btn > .icon-search {
	font-size: 26px;
	margin-right: 9px;
	user-select: none;
	pointer-events: none;
}
.gSearch_btn > .icon-arrowRight {
	font-size: 16px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	user-select: none;
	pointer-events: none;
}
.gSearch_btn > b {
	letter-spacing: 0.04em;
	user-select: none;
	pointer-events: none;
}
.gItem {}
.gItem_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gItem_col {}
.gItem_col-no1 {
	width: 260px;
}
.gItem_image {}
.gItem_image > img {
	display: block;
	margin: 0 auto;
}
.gItem_iconList {
	list-style: none;
	display: flex;
	margin-top: 30px;
}
.gItem_iconList > li {
	width: 32%;
	margin-left: 2%;
	background-color: #f5f4e9;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.gItem_iconList > li[data-type="none"] {
	opacity: .25;
	background-color: transparent;
}
.gItem_iconList > li:first-child {
	margin-left: 0;
}
.gItem_iconList > li:last-child {}
.gItem_iconList > li:nth-child(2n+1) {}
.gItem_iconList > li:nth-child(n+3) {}
.gItem_iconList > li > img {
	display: block;
}
.gItem_col-no2 {
	width: calc(100% - 290px);
}
.gItem_capacity {
	line-height: 1.4;
	margin-bottom: 6px;
}
.gItem_dList {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 7px;
}
.gItem_dList > dt {
	background-color: #d81010;
	color: #fff;
	font-weight: bold;
	width: 110px;
	height: 39px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 18px;
	margin-right: 10px;
}
.gItem_dList > dd {}
.gItem_price {
	color: #d81010;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.gItem_price > b {
	font-size: 200%;
}
.gItem_price > strong {
	display: block;
	font-size: 22px;
	position: absolute;
	left: 100%;
	top: 50%;
	white-space: nowrap;
	border: 2px solid #d81010;
	border-radius: 5px;
	padding: 10px 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gItem_price > strong::before {
	content: "";
	border: 2px solid #d81010;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(50%, -50%) scale(1, 0.7) rotate(45deg);
	transform: translate(50%, -50%) scale(1, 0.7) rotate(45deg);
	right: 100%;
	border-right: none;
	border-top: none;
	margin-right: 1px;
}
.gItem_normal {
	font-size: 14px;
}
.gItem_table {
	margin-top: 8px;
	font-size: 87.5%;
	line-height: 1.43;
	width: 100%;
	table-layout: fixed;
}
.gItem_table > tbody {}
.gItem_table > tbody > tr {}
.gItem_table > tbody > tr:not(:last-child) {
	background-color: #fefce2;
}
.gItem_table > tbody > tr:first-child {}
.gItem_table > tbody > tr:last-child {}
.gItem_table > tbody > tr > th {
	white-space: nowrap;
	border: 1px solid #ccc;
	background-color: #eae9e4;
	padding: 11px 10px;
	font-weight: normal;
	width: 145px;
	vertical-align: middle;
	box-sizing: border-box;
}
.gItem_table > tbody > tr > td {
	border: 1px solid #ccc;
	padding: 11px 15px;
	vertical-align: middle;
}
.gItem_data {
	font-size: 128.6%;
	font-weight: normal;
	white-space: nowrap;
	margin-right: 1em;
}
.gItem_data:last-child {
	margin-right: 0;
}
.gItem_data > b {
	color: #d81010;
	font-weight: bold;
}
.gItem_dataWrap {
	display: flex;
	align-items: center;
}
.gItem_text {}
.gItem_list {
	list-style: none;
}
.gItem_list > li {}
.gItem_list > li:first-child {}
.gItem_list > li:last-child {}
.gItem_list > li:nth-child(2n+1) {}
.gItem_list > li:nth-child(n+3) {}
.gFixedNav {
	width: 200px;
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gFixedNav.isFixed {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gFixedNav > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #1e1b17;
	border-radius: 16px;
	padding-top: 23px;
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	box-shadow: 3px 3px 4px rgba(30, 27, 23, 0.3);
}
.gFixedNav > a::before {
	content: "";
	width: 163px;
	height: 163px;
	display: block;
	position: absolute;
	z-index: 0;
	top: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #1e1b17;
}
.gFixedNav > a::after {}
.gFixedNav_title {
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.gFixedNav_title > .icon {
	display: block;
	font-size: 31px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 8px;
}
.gFixedNav_title > b {
	color: #fff;
	width: 170px;
	height: 24px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
	letter-spacing: .1em;
}
.gFixedNav_headline {
	margin-top: 10px;
	padding-left: 16px;
	position: relative;
	z-index: 3;
}
.gFixedNav_headline > img {
	display: block;
}
.gFixedNav_image {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 12px;
	transition-duration: .3s;
	transition-property: margin-top, -webkit-transform;
	transition-property: transform, margin-top;
	transition-property: transform, margin-top, -webkit-transform;
}
.gFixedNav_image > img {
	display: block;
}
.gFixedNav_link {
	background-image: linear-gradient(90deg, #c40d0c, #ee3802);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 20px;
	box-sizing: border-box;
}
.gFixedNav_link > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	transition-duration: .3s;
	transition-property: right;
}
@media screen and (max-width:1299px) {
	.gFootNav_list > li:last-child {}
	.gFootNav_list {
		padding-right: 120px;
	}
}
@media screen and (min-width:1000px) {
	.gHeader_title > a:hover {}
	a:hover .gHeader_title_img {
		fill: #ffd800;
	}
	.gHeader_link > a:hover {}
	.gMenuBtn:hover {}
	.gPageTop_button:hover {
		margin-top: -10px;
	}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover {
		color: #fff;
	}
	.gFooter_list > li > a:hover {
		color: #fff;
	}
	.gNav_list > li > a:hover {}
	.gNav_cList > li > a:hover {}
	.gPankuzu_oList > li > a:hover {
		text-decoration: none;
	}
	.gSearch_btn:hover {
		background-color: #fff;
		color: #715d19;
	}
	.gFixedNav > a:hover {}
	a:hover .gFixedNav_image {
		margin-top: -10px;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	a:hover .gFixedNav_link > .icon {
		right: 10px;
	}
}
