@charset "UTF-8";
.gHeader {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.gHeader_logo {}
.gHeader_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gHeader_logo > a::before {
	content: "";
}
.gHeader_logo > a::after {
	content: "";
}
.gHeader_catch {
	display: none;
}
.gHeader_catch-home {
	width: 60px;
	height: 200px;
	background-color: #6E9A48;
	display: block;
	position: relative;
	z-index: 1;
	left: 36px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.gHeader_catch > b {
	line-height: 1.5;
}
.gHeader_catch-home > b {
	display: block;
	font-weight: inherit;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.gHeader_title {
	width: 100px;
	height: 350px;
	background-color: #6E9A48;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title-home {
	width: 131px;
	background-color: rgba(255, 255, 255, 0);
	color: #6E9A48;
	height: auto;
}
.gHeader_title_img {
	fill: currentColor;
	display: block;
}
.gHeader_title_img-pc {
	width: 31px;
	height: 270px;
}
.gHeader_title_img-pc > title {}
.gHeader_title_img-pc > use {}
.gHeader_title_img-sp {
	display: none;
}
.gHeader_title_img-sp > title {}
.gHeader_title_img-sp > use {}
.gMenuBtn {
	background-image: url(/assets/img/common/bg-menu@2x.png);
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	z-index: 1002;
	top: 0;
	right: 0;
	background-color: #FBF3D7;
	color: #6E9A48;
	transition-duration: .3s;
	transition-property: opacity;
	background-size: cover;
	background-position: center center;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	margin: 0 auto;
	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: 8px auto;
}
.gMenuBtn_bar-no3 {}
.isShow .gMenuBtn_bar-no1 {
	top: 10px;
	-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: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gCartLink {
	position: fixed;
	z-index: 1002;
	top: 60px;
	right: 0;
	width: 60px;
}
.gCartLink > a {
	display: flex;
	text-decoration: none;
	height: 60px;
	align-items: center;
	justify-content: center;
	color: #6E9A48;
	font-size: 35px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gCartLink > a::before {
	content: "";
}
.gCartLink > a::after {
	content: "";
}
.gCartLink > a > .icon {}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 100px;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-professionalism@2x.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #ebdee1;
}
.gVisual-home {
	background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual-professionalism {
	background-image: url(/assets/img/common/pt-main-professionalism@2x.jpg);
	background-color: #ebdee1;
}
.gVisual-shop {
	background-image: url(/assets/img/common/pt-main-shop@2x.jpg);
	background-color: #eeece5;
}
.gVisual-news {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
	background-color: #b2a49e;
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg);
	background-color: #d0dfeb;
}
.gVisual-history {
	background-image: url(/assets/img/common/pt-main-history@2x.jpg);
	background-color: #a29680;
}
.gVisual::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
}
.gVisual_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.gVisual_title {
	text-align: center;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	top: -5px;
}
.gVisual_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 400px;
	margin-right: -1px;
}
.gVisual_title > b {
	display: block;
	font-weight: 500;
	font-size: 40px;
}
.gVisual_title > small {
	display: block;
	font-weight: normal;
	font-size: 17px;
	margin-top: 19px;
	letter-spacing: .05em;
	text-indent: .05em;
}
.gPankuzu {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}
.gPankuzu-vis {
	margin-bottom: -60px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	font-size: 14px;
	color: #6E9A48;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: auto;
	font-weight: 600;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: "/";
	display: block;
	margin: 0 7px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 60px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gLinks {
	background-image: url(/assets/img/common/bg-link.jpg);
	padding: 53px 0 52px;
	background-size: cover;
	background-position: center center;
	background-color: #faf2dc;
}
.gLinks_inner {
	max-width: 1086px;
}
.gLinks_list {
	list-style: none;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
}
.gLinks_list > li {
	width: 48.6%;
	margin: 6px;
}

/*追加*/
.gLinks_coupon {
	max-width: 568px;
	margin: 0 auto 30px;
}
.gLinks_coupon img{
	width: 100%;
}
/*----------*/

.gLinks_list > li:first-child {}
.gLinks_list > li:last-child {}
.gLinks_list > li:nth-child(2n+1) {}
.gLinks_list > li:nth-child(n+3) {}
.gLinks_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 10px 10px;
	color: #fff;
}
.gLinks_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 138px;
	margin-right: -1px;
}
.gLinks_list > li > a::after {
	content: "";
}
.gLinks_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gLinks_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5A3F14;
	opacity: .2;
	transition-duration: .3s;
	transition-property: opacity;
}
.gLinks_bg-no2::before {
	background-color: #14145A;
}
.gLinks_bg-no1 {
	background-image: url(/assets/img/common/bg-link01@2x.jpg);
	background-color: #cfcfcf;
}
.gLinks_list_text {
	position: relative;
	z-index: 2;
	text-align: center;
	line-height: 1.2;
}
.gLinks_list_text > b {
	display: block;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0px;
}
.gLinks_list_text > small {
	display: block;
	font-weight: 900;
	font-size: 18px;
}
.gLinks_bg-no2 {
	background-image: url(/assets/img/common/bg-link02@2x.jpg);
	background-color: #cdd4ea;
}
/*追加*/
.gLinks_bg-no4 {
	background-image: url(/assets/img/home/yoshida_0102.jpg);
}
.gLinks_bg-no3 {
	background-image: url(/assets/img/common/bnr_coupon@2x.jpg);
}
/*---------*/

.gFootNav {
	background-color: #6E9A48;
}
.gFootNav_inner {}
.gFootNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 10px 21px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
	content: "";
	height: 50px;
	width: 1px;
	display: block;
}
.gFootNav_list > li > a::after {
	content: "";
}
.gMap {
	position: relative;
	z-index: 1;
	height: 350px;
	overflow: hidden;
}
.gMap > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: navajowhite;
}
.gFooter {
	line-height: 2;
	padding: 96px 0 60px;
}
.gFooter_inner {}
.gFooter_dList {
	list-style: none;
	text-align: center;
	color: #6E9A48;
	font-size: 16px;
}
.gFooter_dList > dt {
	max-width: 300px;
	margin: 0 auto 41px;
}
.gFooter_dList > dt > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_dList > dt > a::before {
	content: "";
}
.gFooter_dList > dt > a::after {
	content: "";
}
.gFooter_dList > dt > a > img {
	display: block;
}
.gFooter_dList > dd {}
.gFooter_dList > dd:first-of-type {
	margin-bottom: 10px;
}
.gFooter_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a[href^="tel:"] {
	font-size: 25px;
	line-height: 1.2;
	display: block;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 23px 0 42px;
}
.gFooter_list > li {}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
	display: block;
	text-decoration: none;
	color: #6E9A48;
	font-size: 40px;
	padding: 10px 17px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_list > li > a > .icon {
	display: block;
}
.gFooter_subsidy {
	margin-bottom: 30px;
	text-align: center;
}
.gFooter_subsidy > small {
	display: block;
	font-size: 12px;
}
.gFooter_copyright {
	text-align: center;
}
.gFooter_copyright > small {
	display: block;
	color: #B2B2B2;
	font-size: 12px;
}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.gPager > a,
.gPager > span {
	color: #fff;
	min-width: 50px;
	height: 50px;
	background-color: #6E9A48;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px;
	box-sizing: border-box;
	font-size: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
	padding: 0 10px;
	font-weight: bold;
}
.gPager > .previouspostslink {}
.gPager > .current {
	color: #000;
	background-color: #F8F4E2;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {}
.gNav {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	-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;
}
.gNav.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gNav_inner {
	max-height: 100%;
	overflow: auto;
	width: 100%;
}
.gNav_list {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	padding: 50px 0;
}
.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 {
	text-decoration: none;
	color: #6E9A48;
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gPager > a:hover {
		background-color: #F8F4E2;
		color: #000;
	}
	.gHeader_logo > a:hover {}
	a:hover .gHeader_title {
		color: #6E9A48;
		background-color: #fff;
	}
	a:hover .gHeader_title-home {
		color: #99c375;
	}
	.gMenuBtn:hover {
		opacity: .7;
	}
	.gCartLink > a:hover {
		opacity: .7;
	}
	.gPankuzu_oList > li > a:hover {
		text-decoration: underline;
	}
	.gLinks_list > li > a:hover {}
	a:hover .gLinks_bg::before {
		opacity: .4;
	}
	.gFootNav_list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.10);
	}
	.gFooter_dList > dt > a:hover {
		opacity: .7;
	}
	.gFooter_dList > dd > a:hover {}
	.gFooter_list > li > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 999px) {
	.gHeader {}
	.gHeader_logo {}
	.gHeader_logo > a {}
	.gHeader_logo > a::before {}
	.gHeader_logo > a::after {}
	.gHeader_catch {}
	.gHeader_catch-home {
		left: 20px;
		height: 170px;
	}
	.gHeader_catch > b {}
	.gHeader_catch-home > b {}
	.gHeader_title {
		width: 80px;
		height: 260px;
	}
	.gHeader_title-home {
		width: 100px;
		height: auto;
	}
	.gHeader_title_img {}
	.gHeader_title_img-pc {
		width: 24px;
		height: 210px;
	}
	.gHeader_title_img-pc > title {}
	.gHeader_title_img-pc > use {}
	.gHeader_title_img-sp {}
	.gHeader_title_img-sp > title {}
	.gHeader_title_img-sp > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gCartLink {}
	.gCartLink > a {}
	.gCartLink > a::before {}
	.gCartLink > a::after {}
	.gCartLink > a > .icon {}
	.gBody {
		padding-bottom: 85px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {}
	.gVisual::before {}
	.gVisual_inner {}
	.gVisual_title {}
	.gVisual_inner::before {
		height: 300px;
	}
	.gVisual_title > b {
		font-size: 36px;
	}
	.gVisual_title > small {
		font-size: 15px;
		margin-top: 15px;
	}
	.gPankuzu {
		margin-bottom: 45px;
	}
	.gPankuzu-vis {
		margin-bottom: -60px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gLinks {}
	.gLinks_inner {}
	.gLinks_list {}
	.gLinks_list > li {}
	.gLinks_list > li:first-child {}
	.gLinks_list > li:last-child {}
	.gLinks_list > li:nth-child(2n+1) {}
	.gLinks_list > li:nth-child(n+3) {}
	.gLinks_list > li > a {}
	.gLinks_list > li > a::before {
		height: 118px;
	}
	.gLinks_list > li > a::after {}
	.gLinks_bg {}
	.gLinks_bg::before {}
	.gLinks_bg-no2::before {}
	.gLinks_bg-no1 {}
	.gLinks_list_text {}
	.gLinks_list_text > b {
		font-size: 30px;
	}
	.gLinks_list_text > small {
		font-size: 16px;
	}
	.gLinks_bg-no2 {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gMap {}
	.gMap > iframe {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > img {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:first-of-type {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a[href^="tel:"] {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gNav {}
	.gNav.isShow {}
	.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 {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
}
@media screen and (max-width:767px) {
	.gHeader {
		position: relative;
		padding-left: 20px;
	}
	.gHeader_logo {
		display: flex;
	}
	.gHeader_logo > a {
		display: flex;
		height: 75px;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
		padding-bottom: 9px;
	}
	.gHeader_logo > a::before {}
	.gHeader_logo > a::after {}
	.gHeader_catch {
		display: block;
		color: #557E32;
		font-size: 12px;
		margin-bottom: 4px;
	}
	.gHeader_catch-home {
		left: 0;
		height: auto;
		background-color: rgba(255, 255, 255, 0);
		width: auto;
		display: block;
		padding: 0;
	}
	.gHeader_catch > b {
		font-weight: 500;
	}
	.gHeader_catch-home > b {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.gHeader_title {
		width: auto;
		height: auto;
		background-color: rgba(255, 255, 255, 0);
		color: #557E32;
		display: block;
	}
	.gHeader_title-home {}
	.gHeader_title_img {}
	.gHeader_title_img-pc {
		display: none;
	}
	.gHeader_title_img-pc > title {}
	.gHeader_title_img-pc > use {}
	.gHeader_title_img-sp {
		display: block;
		width: 182px;
		height: 25px;
	}
	.gHeader_title_img-sp > title {}
	.gHeader_title_img-sp > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gCartLink {}
	.gCartLink > a {}
	.gCartLink > a::before {}
	.gCartLink > a::after {}
	.gCartLink > a > .icon {}
	.gBody {
		padding-bottom: 50px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gVisual {}
	.gVisual::before {}
	.gVisual_inner {}
	.gVisual_title {
		top: -6px;
	}
	.gVisual_inner::before {
		height: 200px;
	}
	.gVisual_title > b {
		font-size: 30px;
	}
	.gVisual_title > small {
		font-size: 16px;
		margin-top: 10px;
	}
	.gPankuzu {
		background-color: #6E9A48;
		color: #fff;
		margin-bottom: 30px;
	}
	.gPankuzu-vis {
		margin-bottom: 0;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 13px;
		color: inherit;
		justify-content: flex-start;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {
		height: 32px;
	}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gLinks {
		padding: 20px 0;
	}
	.gLinks_inner {}
	.gLinks_list {
		display: block;
	}
	.gLinks_list > li {
		width: auto;
		margin-top: 15px;
	}
	.gLinks_list > li:first-child {
		margin-top: 0;
	}
	.gLinks_list > li:last-child {}
	.gLinks_list > li:nth-child(2n+1) {}
	.gLinks_list > li:nth-child(n+3) {}
	.gLinks_list > li > a {}
	.gLinks_list > li > a::before {
		height: 130px;
	}
	.gLinks_list > li > a::after {}
	.gLinks_bg {}
	.gLinks_bg::before {}
	.gLinks_bg-no2::before {}
	.gLinks_bg-no1 {}
	.gLinks_list_text {}
	.gLinks_list_text > b {
		font-size: 40px;
	}
	.gLinks_list_text > small {
		font-size: 20px;
	}
	.gLinks_bg-no2 {}
	.gFootNav {
		display: none;
	}
	.gFootNav_inner {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gMap {}
	.gMap > iframe {}
	.gFooter {
		padding: 36px 0 40px;
	}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > img {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:first-of-type {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a[href^="tel:"] {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gNav {}
	.gNav.isShow {}
	.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 {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	
	/*追加*/
	.gLinks_coupon{
		max-width: 100%;
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width:374px) {
	.gLinks_list_text > b {
		font-size: 35px;
	}
	.gLinks_list_text > small {
		font-size: 16px;
	}
}
