@charset "UTF-8";
.gHeaderWrap {}
.gHeader {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: #fff;
}
.gHeader_inner {
	padding-top: 20px;
}
.gHeader_cols {
	display: flex;
	align-items: center;
}
.gHeader_col {}
.gHeader_col-no1 {
	width: 282px;
	margin-right: 16px;
}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 58px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title > a > b {
	display: flex;
	width: 64px;
	height: 48px;
	border-radius: 6px;
	background-color: #676829;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.15;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: -.15em;
	text-indent: -.15em;
	margin-right: 13px;
	box-sizing: border-box;
	padding-top: 4px;
}
.gHeader_title > a > b > b {
	display: block;
	font-weight: inherit;
}
.gHeader_title_img {
	display: block;
	fill: currentColor;
	width: 205px;
	height: 50px;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_col-no2 {}
.gHeader_info {
	font-size: 14px;
	line-height: 1.5;
}
.gHeader_col-no3 {
	width: 470px;
	margin-left: auto;
}
.gHeader_tel {}
.gHeader_tel > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	background-color: #f65c39;
	height: 58px;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 6px;
	line-height: 1;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.10);
	white-space: nowrap;
}
.gHeader_tel > a::before {
	content: "";
}
.gHeader_tel > a::after {
	content: "";
}
.gHeader_tel_number {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -.035em;
	display: flex;
	align-items: center;
	margin-right: 7px;
	position: relative;
	z-index: 1;
	top: 2px;
}
.gHeader_tel_number > .icon {
	display: block;
	font-size: 70%;
	top: -0.05em;
	margin-right: 0.1em;
}
.gHeader_tel_open {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	top: 8px;
}
.gHeader_tel_open > b {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	background-color: #36acbd;
	display: flex;
	height: 29px;
	width: 106px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 11px;
	font-size: 15px;
	font-weight: 900;
}
.gHeader_tel_open > b::before {
	content: "";
	border: 5px solid rgba(255, 255, 255, 0);
	border-left-color: #36acbd;
	border-top-color: #36acbd;
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gHeader_tel_open > small {
	display: block;
	font-size: inherit;
}
.gNav {
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
	align-items: center;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li:first-child {
	display: none;
}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.gNav_list > li > a > b {
	display: block;
	font-weight: 600;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 8px 0;
}
.gNav_list > li > a > .icon {
	display: none;
}
.gNav_list > li > a > b::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ecddbf;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li:last-child > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ecddbf;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gVisual {
	background-image: url(../images/dBqvDFfcCNTl.png);
	background-repeat: repeat;
	background-color: #cda834;
}
.gVisual_inner {
	display: flex;
	height: 180px;
	align-items: center;
	justify-content: center;
}
.gVisual_title {
	font-size: 38px;
	font-weight: 600;
	color: #543d29;
	text-align: center;
	line-height: 1.4;
}
.gBody_inner {}
.gPageTop {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}
.gPageTop_button {
	display: block;
	width: 80px;
	height: 80px;
	background-color: rgba(207, 169, 94, 0.95);
	color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(25%) translate(-50%, -50%) rotate(45deg);
	transform: translateY(25%) translate(-50%, -50%) rotate(45deg);
	border-bottom: none;
	border-right: none;
}
.gPageTop_button::after {
	content: "";
}
.gFooter {
	background-color: #fff;
}
.gFooter_inner {}
.gFooter_copyright_inner {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: center;
}
.gFooter_copyright small,
.gFooter_copyright .gFooter_link {
	display: block;
	font-size: 13px;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 0;
}
.gFooter_copyright small{ margin:0 auto;}
.gFooter_copyright .gFooter_link{
	color:#0070CB;
	text-decoration:none;
	display: inline-block;
}
.gFooter_copyright .gFooter_link:hover{ text-decoration:underline;}
.gMenuBtn_barWrap {}
.gPageTop_button > b {}
.gNav_tel {
	display: none;
}
.gNav_tel > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_tel > a::before {
	content: "";
}
.gNav_tel > a::after {
	content: "";
}
.gNav_tel > a > b {}
.gNav_tel > a > b > .icon {}
.gNav_open {
	display: none;
}
.gFixNav {
	height: 70px;
	display: none;
}
.gFixNav_box {
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	left: 0;
}
.gFixNav_cols {
	display: flex;
}
.gFixNav_col {}
.gFixNav_col-no1 {
	width: 265px;
}
.gFixNav_telLink {}
.gFixNav_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	flex-direction: column;
	position: relative;
	z-index: 1;
	background-color: rgba(246, 92, 57, 0.90);
	justify-content: center;
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	padding-left: 46px;
	line-height: 1;
}
.gFixNav_telLink > a::before {
	content: "";
}
.gFixNav_telLink > a::after {
	content: "";
}
.gFixNav_telLink > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
}
.gFixNav_telLink > a > b {
	display: block;
	font-weight: inherit;
	margin-bottom: 7px;
}
.gFixNav_telLink > a > small {
	font-size: 83.33%;
	display: block;
	font-weight: bold;
	letter-spacing: -0.0em;
}
.gFixNav_col-no2 {
	width: calc(100% - 265px);
}
.gFixNav_link {}
.gFixNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 70px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(84, 61, 41, 0.90);
	color: #fff;
}
.gFixNav_link > a::before {
	content: "";
}
.gFixNav_link > a::after {
	content: "";
}
.gFixNav_link > a > .icon {
	display: block;
	font-size: 20px;
	margin-bottom: 3px;
}
.gFixNav_link > a > b {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width:1199px) {
	.gHeader_info {
		font-size: 12px;
	}
	.gHeader_tel_number {
		font-size: 34px;
	}
	.gHeader_tel_open {
		font-size: 12px;
	}
	.gHeader_col-no3 {
		width: 400px;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_title_img {
		width: 170px;
		height: 42px;
	}
	.gHeader_title > a > b {
		width: 57px;
		font-size: 11px;
		height: 39px;
		padding: 0;
		border-radius: 4px;
	}
	.gHeader_col-no1 {
		width: 240px;
	}
	.gHeader_info {
		font-size: 11px;
	}
	.gHeader_col-no3 {
		width: 390px;
	}
	.gNav_list > li > a {
		font-size: 16px;
	}
}
@media screen and (min-width:1000px) {
	.gFixNav_telLink > a:hover {}
	.gFixNav_link > a:hover {}
	.gHeader_title > a:hover {
		color: #676829;
	}
	.gHeader_tel > a:hover {}
	.gNav_list > li > a:hover > b::after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.gNav_list > li > a:hover {}
	.gMenuBtn:hover {}
	.gPageTop_button:hover {
		background-color: #cfa95e;
	}
	.gNav_tel > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {
		padding-top: 15px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > b {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {}
	.gHeader_info {
		display: none;
	}
	.gHeader_col-no3 {}
	.gHeader_tel {}
	.gHeader_tel > a {}
	.gHeader_tel > a::before {}
	.gHeader_tel > a::after {}
	.gHeader_tel_number {}
	.gHeader_tel_number > .icon {}
	.gHeader_tel_open {}
	.gHeader_tel_open > b {
		font-size: 14px;
		height: 26px;
		box-sizing: border-box;
		padding-bottom: 1px;
	}
	.gHeader_tel_open > b::before {}
	.gHeader_tel_open > small {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.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 {
		font-size: 14px;
		padding: 0 5px;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li:last-child > a::after {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_title {}
	.gBody_inner {}
	.gPageTop {}
	.gPageTop_button {
		width: 70px;
		height: 70px;
	}
	.gPageTop_button::before {
		width: 20px;
		height: 20px;
	}
	.gPageTop_button::after {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gMenuBtn_barWrap {}
	.gPageTop_button > b {}
	.gNav_tel {}
	.gNav_tel > a {}
	.gNav_tel > a::before {}
	.gNav_tel > a::after {}
	.gNav_tel > a > b {}
	.gNav_tel > a > b > .icon {}
	.gNav_open {}
	.gFixNav {}
	.gFixNav_box {}
	.gFixNav_cols {}
	.gFixNav_col {}
	.gFixNav_col-no1 {}
	.gFixNav_telLink {}
	.gFixNav_telLink > a {}
	.gFixNav_telLink > a::before {}
	.gFixNav_telLink > a::after {}
	.gFixNav_telLink > a > .icon {}
	.gFixNav_telLink > a > b {}
	.gFixNav_telLink > a > small {}
	.gFixNav_col-no2 {}
	.gFixNav_link {}
	.gFixNav_link > a {}
	.gFixNav_link > a::before {}
	.gFixNav_link > a::after {}
	.gFixNav_link > a > .icon {}
	.gFixNav_link > a > b {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 65px;
	}
	.gHeader {
		position: fixed;
		z-index: 1002;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
	.gHeader_inner {
		padding-top: 0;
		padding-right: 80px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
		margin: 0;
	}
	.gHeader_col-no1 {}
	.gHeader_title {
		display: flex;
	}
	.gHeader_title > a {
		height: 65px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > b {
		border-radius: 6px;
		width: 36px;
		height: 28px;
		margin-right: 8px;
	}
	.gHeader_title > a > b > b {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
	.gHeader_title_img {
		width: 116px;
		height: 29px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_col-no2 {
		display: none;
	}
	.gHeader_info {}
	.gHeader_col-no3 {
		display: none;
	}
	.gHeader_tel {}
	.gHeader_tel > a {}
	.gHeader_tel > a::before {}
	.gHeader_tel > a::after {}
	.gHeader_tel_number {}
	.gHeader_tel_number > .icon {}
	.gHeader_tel_open {}
	.gHeader_tel_open > b {}
	.gHeader_tel_open > b::before {}
	.gHeader_tel_open > small {}
	.gNav {
		position: fixed;
		z-index: 1001;
		top: 65px;
		right: 0;
		max-width: 100%;
		height: calc(100% - 65px);
		background-color: #f5eedf;
		width: 335px;
		left: auto;
		box-shadow: -100vw 0 0 100vw rgba(0, 0, 0, 0.40);
		-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;
		pointer-events: none;
		overflow: auto;
		padding-bottom: 35px;
		box-sizing: border-box;
	}
	.gNav.isShow {
		;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.gNav_inner {
		padding: 12px 12px 12px;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {
		margin-top: 6px;
	}
	.gNav_list > li:first-child {
		display: block;
		margin-top: 0;
	}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		height: 60px;
		background-color: #e2cb9e;
		border-radius: 6px;
		font-size: 20px;
		justify-content: flex-start;
		padding: 0 20px;
		font-weight: bold;
	}
	.gNav_list > li > a > .icon {
		display: block;
		font-size: 17px;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b::after {}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li:last-child > a::after {
		display: none;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1003;
		top: 0;
		right: 0;
		width: 80px;
		height: 65px;
		background-color: #cfa44f;
		font-size: 13px;
		line-height: 1;
		color: #fff;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		border-radius: 2px;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, -webkit-transform;
		transition-property: transform, top;
		transition-property: transform, top, -webkit-transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gMenuBtn > b {
		display: block;
	}
	.gMenuBtn > b:last-child {
		display: none;
	}
	.gMenuBtn.isShow > b {
		display: none;
	}
	.gMenuBtn.isShow > b:last-child {
		display: block;
	}
	.gBody {}
	.gVisual {}
	.gVisual_inner {
		height: 120px;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gBody_inner {}
	.gPageTop {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.gPageTop_button {
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 1;
		top: 20px;
		right: 20px;
	}
	.gPageTop_button::before {
		width: 14px;
		height: 14px;
	}
	.gPageTop_button::after {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_copyright_inner{
		display: block;
		height: auto;
	}
	.gFooter_copyright {
		justify-content: left;
		height: 90px;
		padding-right: 65px;
		display: flex;
		align-items: center;
	}
	.gFooter_copyright small,
	.gFooter_copyright .gFooter_link{
		font-size: 11px;
		text-align: left;
	}
	.gFooter_copyright small{
		margin-top: 5px;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 20px;
		margin: 0 auto 9px;
	}
	.gPageTop_button > b {}
	.gNav_tel {
		display: block;
		margin-top: 6px;
	}
	.gNav_tel > a {
		display: flex;
		background-color: #f65c39;
		border-radius: 6px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 1;
		color: #fff;
		height: 80px;
	}
	.gNav_tel > a::before {}
	.gNav_tel > a::after {}
	.gNav_tel > a > b {
		display: flex;
		font-size: 20px;
		align-items: center;
		justify-content: center;
	}
	.gNav_tel > a > small {
		display: block;
		font-weight: bold;
		font-size: 15px;
		margin-top: 7px;
	}
	.gNav_tel > a > b > .icon {
		display: block;
		font-size: 20px;
		margin-right: 2px;
		top: 1px;
	}
	.gNav_open {
		display: block;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		margin-top: 8px;
	}
	.p-home .gFixNav {
		display: block;
	}
	.gFixNav_box {}
	.gFixNav_cols {}
	.gFixNav_col {}
	.gFixNav_telLink {}
	.gFixNav_telLink > a {}
	.gFixNav_telLink > a::before {}
	.gFixNav_telLink > a::after {}
	.gFixNav_telLink > a > .icon {}
	.gFixNav_telLink > a > b {}
	.gFixNav_telLink > a > small {}
	.gFixNav_link {}
	.gFixNav_link > a {}
	.gFixNav_link > a::before {}
	.gFixNav_link > a::after {}
	.gFixNav_link > a > .icon {}
	.gFixNav_link > a > b {}
	.gFixNav_col-no1 {}
	.gFixNav_col-no2 {}
}
@media screen and (max-width:374px) {
	.gFixNav_telLink > a {
		font-size: 16px;
		padding-left: 37px;
	}
	.gFixNav_col-no1 {
		width: 235px;
	}
	.gFixNav_col-no2 {
		width: calc(100% - 235px);
	}
	.gFixNav_link > a > b {
		font-size: 12px;
	}
	.gFixNav_telLink > a > .icon {
		font-size: 25px;
	}
}
