@charset "UTF-8";
.gHeaderWrap {
	height: 80px;
}
.gHeader {
	border-top: 4px solid #578D94;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gHeader_inner {}
.gHeader_title {
	max-width: 238px;
	margin: 0 auto;
}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: #578d94;
	height: 76px;
	align-items: center;
}
.gHeader_title > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 94px;
	height: 47px;
	background-color: #fff;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-left-radius: 47px;
	border-bottom-right-radius: 47px;
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 238px;
	height: 57px;
	fill: currentColor;
	position: relative;
	z-index: 2;
	top: 7px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gMenuBtn {
	display: block;
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	color: #578D94;
	line-height: 1;
	transition-duration: .3s;
	transition-property: opacity;
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 4px;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn > b {
	display: block;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: .2em;
	padding-left: .2em;
	margin-top: 0.5em;
	transition-duration: .3s;
	transition-property: opacity;
	white-space: nowrap;
}
.gMenuBtn.isShow > b {
	opacity: 0;
}
.gMenuBtn_barWrap {
	display: block;
	width: 34px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: transform, left, top;
	top: 0;
	left: 0;
}
.isShow .gMenuBtn_barWrap {
	transform: scale(1.1);
	top: 4px;
	left: -4px;
}
.gMenuBtn_bar {
	display: block;
	height: 4px;
	background-color: currentColor;
	position: relative;
	z-index: 1;
	top: 0;
	transition-duration: .3s;
	transition-property: transform, top;
	overflow: hidden;
}
.gMenuBtn_bar::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 4px;
	background-color: #fff;
	left: 4px;
	transition-duration: .3s;
	transition-property: left;
}
.isShow .gMenuBtn_bar::before {
	left: -4px;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 7px 0;
}
.gMenuBtn_bar-no3 {}
.isShow .gMenuBtn_bar-no1 {
	top: 11px;
	transform: rotate( -45deg);
}
.isShow .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.isShow .gMenuBtn_bar-no3 {
	top: -11px;
	transform: rotate(45deg);
}
.gNav {
	position: fixed;
	z-index: 1001;
	top: 4px;
	right: 0;
	width: 435px;
	background-color: rgba(255, 255, 255, 0.90);
	height: calc(100% - 4px);
	transform: translateX(100%);
	transition-duration: 0.5s;
	transition-property: transform, box-shadow;
	pointer-events: none;
	box-shadow: -4px 0 0 rgba(87, 141, 148, 0.0);
	overflow: auto;
	box-sizing: border-box;
	padding: 19px 0;
}
.gNav.isShow {
	transform: translateX(0);
	pointer-events: auto;
	box-shadow: -4px 0 0 rgba(87, 141, 148, 0.40);
}
.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 {
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	display: flex;
	align-items: center;
	height: 146px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	letter-spacing: 0.3em;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 220px;
	height: 1px;
	background-color: #B8CFD2;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -26px;
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_list > li > a > img {
	display: block;
	width: 108px;
	height: 67px;
	margin-right: 19px;
	transition-duration: .3s;
	transition-property: transform;
}
.gSnsFixed {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 639px;
}
.p-winelist .gSnsFixed {
	display: none;
}
.gSnsFixed_title {
	font-weight: 900;
	color: #9EB6B2;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	font-size: 14px;
	letter-spacing: 0.05em;
	width: 1em;
}
.gSnsFixed_list {
	list-style: none;
	font-size: 30px;
	margin-top: 45px;
}
.gSnsFixed_list > li {
	margin-top: 34px;
}
.gSnsFixed_list > li:first-child {
	margin-top: 0;
}
.gSnsFixed_list > li:last-child {}
.gSnsFixed_list > li:nth-child(2n+1) {}
.gSnsFixed_list > li:nth-child(n+3) {}
.gSnsFixed_list > li > a {
	display: block;
	text-decoration: none;
	color: #9EB6B2;
	width: 96px;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gSnsFixed_list > li > a::before {
	content: "";
}
.gSnsFixed_list > li > a::after {
	content: "";
}
.gSnsFixed_list > li > a > .icon {
	display: block;
}
.gAboutNav {
	margin-bottom: 45px;
	margin-top: 40px;
}
.gAboutNav > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 450px;
	position: relative;
	z-index: 1;
}
.gAboutNav > a::before {
	content: "";
}
.gAboutNav > a::after {
	content: "";
}
.gAboutNav_image {
	background-image: url(/assets/img/common/bg-about@2x.jpg);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ddd966;
}
.gAboutNav_title {
	color: #fff;
	position: relative;
	z-index: 1;
}
.gAboutNav_title > small {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	background-color: rgba(156, 141, 76, 0.70);
	height: 44px;
}
.gAboutNav_title > b {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	background-color: rgba(87, 141, 148, 0.70);
	font-size: 31px;
	font-weight: bold;
}
.gAboutNav_more {
	width: 150px;
	height: 30px;
	margin: 249px auto 0;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #578D94;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	padding-bottom: 2px;
}
.gFooter {
	font-size: 16px;
	line-height: 1.8;
}
.gFooter_inner {}
.gFooter_title {
	max-width: 230px;
	margin: 0 auto 57px;
	margin-top: 70px;
}
.gFooter_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title > a::before {
	content: "";
}
.gFooter_title > a::after {
	content: "";
}
.gFooter_title > a > img {
	display: block;
	width: 230px;
	height: 84px;
}
.gFooter_addr {
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 0.2em;
	padding-left: .2em;
}
.gFooter_dListWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 33px;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 63px;
}
.gFooter_dList:last-child {
	margin-right: 0;
}
.gFooter_dList > dt {
	display: flex;
	width: 80px;
	height: 20px;
	background-color: #A2C0C4;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right: 13px;
	padding-bottom: 1px;
	box-sizing: border-box;
}
.gFooter_dList > dd {
	color: #578D94;
	font-weight: 900;
	font-size: 23px;
	position: relative;
	top: -2px;
}
.gFooter_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFooter_dList > dd > a::before {
	content: "";
}
.gFooter_dList > dd > a::after {
	content: "";
}
.gFooter_open {
	text-align: center;
	margin-top: 10px;
}
.gFooter_open > small {
	font-size: 87.5%;
}
.gFooter_snsList {
	list-style: none;
	font-size: 50px;
	display: flex;
	justify-content: center;
	margin-top: 44px;
}
.gFooter_snsList > li {
	margin-left: 66px;
}
.gFooter_snsList > li:first-child {
	margin-left: 0;
}
.gFooter_snsList > li:last-child {}
.gFooter_snsList > li:nth-child(2n+1) {}
.gFooter_snsList > li:nth-child(n+3) {}
.gFooter_snsList > li > a {
	display: block;
	text-decoration: none;
	color: #C0B099;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_snsList > li > a::before {
	content: "";
}
.gFooter_snsList > li > a::after {
	content: "";
}
.gFooter_snsList > li > a > .icon {
	display: block;
}
.gFooter_copyright {
	background-color: #578D94;
	justify-content: center;
	align-items: center;
	color: #fff;
	display: flex;
	height: 40px;
	margin-top: 62px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
}
.gContact {
	position: fixed;
	z-index: 1000;
	bottom: 60px;
	right: 20px;
}
.gContact_link {}
.gContact_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	background-color: #578D94;
	border-radius: 50%;
	flex-direction: column;
	color: #fff;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	padding-bottom: 6px;
}
.gContact_link > a::before {
	content: "";
}
.gContact_link > a::after {
	content: "";
}
.gContact_link > a > .icon {
	display: block;
	font-size: 42px;
}
.gContact_link > a > b {
	display: block;
	font-weight: 900;
	font-size: 10px;
	margin-top: 0px;
	letter-spacing: .1em;
	padding-left: .1em;
}
/*追加*/
.gContact_link-02 {
	margin-top: 6px;
}
.gContact_link-02 > a > svg {
	margin-top: 8px;
}
.gContact_link-02 > a > b {
	margin-top: 4px;
}
/*---*/
.gBody {
	letter-spacing: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.gVisual {
	background-image: url(/assets/img/common/pt-main-wine.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 46px;
}
.gVisual-home {
	background-image: url(/assets/img/common/pt-main-home.jpg);
}
.gVisual-grape {
	background-image: url(/assets/img/common/pt-main-grape.jpg);
	background-color: #b4d696;
}
.gVisual-wine {
	background-image: url(/assets/img/common/pt-main-wine.jpg);
	background-color: #f7eee6;
}
.gVisual-enjoy {
	background-image: url(/assets/img/common/pt-main-play.jpg);
	background-color: #ecf0d5;
}
.gVisual-cafe {
	background-image: url(/assets/img/common/pt-main-cafe.jpg);
	background-color: #d1ac94;
}
.gVisual-about {
	background-image: url(/assets/img/common/pt-main-about.jpg);
	background-color: #c6ddf8;
}
.gVisual-contact {
	background-image: url(/assets/img/common/pt-main-contact.jpg);
	background-color: #f7f3f1;
}
.gVisual-winelist {
	background-image: url(/assets/img/common/pt-main-winelist.jpg);
	background-color: #fff;
}
/*追加*/
.gVisual-sdgs {
	background-image: url(/assets/img/common/pt-main-sdgs@2x.jpg);
	background-color: #fff;
}
.gVisual-news {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
	background-color: #fff;
}
/*--*/
.gVisual_inner {
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gVisual_title {
	line-height: 1;
	border: 4px solid #fff;
	padding: 5px 5px;
}
.gVisual_title > b {
	display: flex;
	background-color: rgba(87, 141, 148, 0.90);
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 46px;
	font-weight: bold;
	padding: 0 1em;
	min-width: 232px;
	box-sizing: border-box;
	font-size: 35px;
	padding-bottom: 5px;
	letter-spacing: 0.3em;
	text-indent: .3em;
}
.gVisual_title-grape > b {
	background-color: rgba(219, 139, 193, 0.90);
}
.gVisual_title-wine > b {
	background-color: rgba(228, 165, 180, 0.90);
}
.gVisual_title-winelist > b {
	background-color: rgba(228, 165, 180, 0.90);
}
.gVisual_title-enjoy > b {
	background-color: rgba(133, 203, 192, 0.90);
}
.gVisual_title-cafe > b {
	background-color: rgba(213, 172, 128, 0.90);
}
.gBody_inner {}
.gVisual_subTitle {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #578D94;
	line-height: 1;
	padding-bottom: 5px;
}
.gVisual_subTitle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 94px;
	height: 47px;
	background-color: #fff;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	border-top-left-radius: 47px;
	border-top-right-radius: 47px;
}
.gVisual_subTitle::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #C0D9D5;
	position: absolute;
	z-index: 1;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}
.gVisual_subTitle > b {
	display: block;
	position: relative;
	z-index: 2;
	font-weight: 900;
	font-size: 10px;
	transform: scale(.7);
	top: 3px;
}
.gFootNav {
	background-color: #FBF9F9;
	margin-top: 250px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.p-home .gFootNav {
	display: none;
}
.gFootNav_inner {
	max-width: 900px;
}
.gFootNav_list {
	list-style: none;
	display: flex;
}
.gFootNav_list > li {
	width: 25%;
}
.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: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.gFootNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 107px;
	background-color: #CDCDCD;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: 10px;
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_list > li:last-child > a::after {
	content: "";
	display: block;
	width: 1px;
	height: 107px;
	background-color: #CDCDCD;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 10px;
}
.gFootNav_item {
	height: 162px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 1;
	padding-top: 28px;
	box-sizing: border-box;
}
.gFootNav_item::before {
	content: "";
	display: block;
	width: calc(100% - 16px);
	left: 50%;
	top: 8px;
	transform: translateX(-50%);
	height: 9px;
	position: absolute;
	background-image: linear-gradient(-45deg, #DB8BC1 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #DB8BC1 0, #DB8BC1 75%, rgba(255, 255, 255, 0) 0);
	background-size: 5px 5px;
}
.gFootNav_item-no2::before {
	background-image: linear-gradient(-45deg, #E4A5B4 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #E4A5B4 0, #E4A5B4 75%, rgba(255, 255, 255, 0) 0);
}
.gFootNav_item-no3::before {
	background-image: linear-gradient(-45deg, #85CBC0 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #85CBC0 0, #85CBC0 75%, rgba(255, 255, 255, 0) 0);
}
.gFootNav_item-no4::before {
	background-image: linear-gradient(-45deg, #D5AC80 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #D5AC80 0, #D5AC80 75%, rgba(255, 255, 255, 0) 0);
}
.gFootNav_text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 94px;
	background-color: #DB8BC1;
	height: 21px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 2px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #578D94;
	margin-bottom: 10px;
}
.gFootNav_text-no2 {
	background-color: #E4A5B4;
}
.gFootNav_text-no3 {
	background-color: #85CBC0;
}
.gFootNav_text-no4 {
	background-color: #D5AC80;
}
.gFootNav_image {
	max-width: 121px;
	transition-duration: .3s;
	transition-property: transform;
}
.gFootNav_image > img {
	display: block;
	width: 121px;
	height: 84px;
}
.gList {
	list-style: none;
}
.gList_title {
	color: #578D94;
	font-size: 26px;
	line-height: 1.77;
	text-align: center;
	margin-bottom: 39px;
	letter-spacing: 0.25em;
	padding-left: 0.25em;
}
.gList_text {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 94px;
	letter-spacing: 0;
	text-align: justify;
}
.gList_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 2;
}
.gList_list > li {
	width: 31.2%;
	margin-left: 3.2%;
}
.gList_list > li:first-child {}
.gList_list > li:last-child {}
.gList_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gList_list > li:nth-child(n+4) {
	margin-top: 45px;
}
.gList_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gList_list > li > a::before {
	content: "";
}
.gList_list > li > a::after {
	content: "";
}
.gList_list > li > a > .icon {
	display: none;
}
.gList_image {
	padding-bottom: 56.306%;
	background-color: #eee;
	transition-duration: .3s;
	transition-property: transform, opacity;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gList_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3px;
}
.gList_update {
	font-size: 87.5%;
	font-weight: bold;
	margin-right: 12px;
}
.gList_update > time {}
.gList_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gList_catList > li {
	background-color: #DD89C2;
	line-height: 1;
	padding: 4px 9px 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.gList_catList-wine > li {
	background-color: #F08F8F;
}
.gList_catList-enjoy > li {
	background-color: #83CBC0;
}
.gList_catList-cafe > li {
	background-color: #D6AD7D;
}
.gList_catList > li:first-child {}
.gList_catList > li:last-child {}
.gList_catList > li:nth-child(2n+1) {}
.gList_catList > li:nth-child(n+3) {}
.gList_headline {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1px;
}
.gList_imageWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 16px;
}
.gList_areaText {}
.gList_description {
	font-size: 87.5%;
	line-height: 1.6;
	margin-top: 0.2em;
}
.gWineList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 89px;
	margin-bottom: 85px;
	font-size: 16px;
}
.gWineList_sect {
	width: 48%;
	margin-left: 4%;
}
.gWineList_sect:nth-child(2n+1) {
	margin-left: 0;
}
.gWineList_sect:nth-child(n+3) {
	margin-top: 50px;
}
.gWineList_cols {
	display: flex;
	justify-content: space-between;
}
.gWineList_col {}
.gWineList_col-no1 {
	width: calc(100% - 134px);
}
.gWineList_title {
	border-bottom: 1px solid #DDDDDD;
	font-size: 23px;
	line-height: 1.6;
	padding-bottom: 6px;
}
.gWineList_info {
	font-size: 112.5%;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
	padding: 9px 0;
}
.gWineList_text {
	line-height: 1.625;
	margin-top: 16px;
}
.gWineList_col-no2 {
	width: 112px;
}
.gWineList_image {
	padding-bottom: 266.1%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.gTips {
	background-color: #F8F8F8;
	padding: 18px 25px 30px;
	text-align: center;
	color: #578990;
	margin: 40px 0;
	font-size: 16px;
	line-height: 1.875;
}
.gTips:first-child {
	margin-top: 0;
}
.gTips:last-child {
	margin-bottom: 0;
}
.gTips_title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: .1em;
	padding-left: .1em;
}
.gTips_text {}
.gTips_link {
	max-width: 157px;
	margin: 20px auto 0;
}
.gTips_link > a {}
.gTips_link > a::before {
	content: "";
}
.gTips_link > a::after {
	content: "";
}
.gRecd_link {
	max-width: 150px;
	margin: 73px auto 0;
}
.gRecd_link > a {}
.gRecd_link > a::before {
	content: "";
}
.gRecd_link > a::after {
	content: "";
}
.gRecd {
	margin-top: 155px;
}
.gRecd_title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-left: .2em;
	margin-bottom: 72px;
}
.gList_subhead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 61px;
	letter-spacing: 0.2em;
	text-indent: .2em;
}
.gEntry {
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
}
.gEntry_titleWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 39px 0 26px;
	margin-bottom: 56px;
}
.gEntry_titleWrap_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;
	opacity: .35;
}
.gEntry_title {
	font-size: 22px;
	display: flex;
	justify-content: center;
	background-color: rgba(183, 210, 200, 0.80);
	color: #fff;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
	padding: 1px 0 3px;
	margin-bottom: 12px;
}
.gEntry_title::before {
	content: "";
	display: block;
	height: 100vh;
	width: 100%;
	background-color: rgba(242, 244, 243, 0.70);
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	min-height: 100px;
}
.gEntry_title::after {
	content: "";
	display: block;
	height: 100vh;
	width: 100%;
	background-color: rgba(242, 244, 243, 0.70);
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	min-height: 100px;
}
.gEntry_update {
	position: relative;
	z-index: 3;
	text-align: center;
	font-weight: bold;
	color: #9F9F9F;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-indent: .2em;
	margin-bottom: 12px;
}
.gEntry_update > time {}
.gEntry_catList {
	list-style: none;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gEntry_catList > li {
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	background-color: #DD89C2;
	padding: 0 10px 1px;
	box-sizing: border-box;
	color: #fff;
}
.gEntry_catList-wine > li {
	background-color: #F08F8F;
}
.gEntry_catList-enjoy > li {
	background-color: #83CBC0;
}
.gEntry_catList-cafe > li {
	background-color: #D6AD7D;
}
.gEntry_catList > li:first-child {}
.gEntry_catList > li:last-child {}
.gEntry_catList > li:nth-child(2n+1) {}
.gEntry_catList > li:nth-child(n+3) {}
.gEntry_body {}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.gPager > a,
.gPager > span {
	min-width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 3px 3px;
	color: #578990;
	border: 1px solid #578990;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPager > .previouspostslink {}
.gPager > .current {
	background-color: #578990;
	color: #fff;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {}
.gFooter_corp{
    text-align: center;
    margin-bottom: 35px;
}
.gFooter_title-mtS{
    margin-bottom: 15px;
}
.gList_image-vis{
	padding-bottom: 56.306%;
}
@media screen and (max-width:1500px) {
	.gHeaderWrap {
		height: 69px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {
		max-width: 203px;
	}
	.gHeader_title > a {
		height: 65px;
	}
	.gHeader_title > a::before {
		bottom: -13px;
	}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 203px;
		height: 48px;
		top: 5px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {
		width: 69px;
		height: 69px;
		padding-left: 10px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {}
	.isShow .gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.gNav {
		padding: 33px 0;
		width: 392px;
	}
	.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 {
		height: 90px;
		font-size: 20px;
		letter-spacing: 0.25em;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > img {
		width: 97px;
		height: 60px;
	}
	.gSnsFixed {
		top: 490px;
	}
	.gSnsFixed_title {
		font-size: 13px;
	}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {
		margin-bottom: 23px;
	}
	.gAboutNav > a {
		height: 346px;
	}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {
		height: 32px;
		font-size: 13px;
	}
	.gAboutNav_title > b {
		height: 48px;
		font-size: 23px;
	}
	.gAboutNav_more {
		width: 125px;
		height: 25px;
		margin-top: 195px;
		font-size: 14px;
	}
	.gFooter {
		font-size: 12px;
	}
	.gFooter_inner {}
	.gFooter_title {
		max-width: 141px;
		margin-bottom: 24px;
		margin-top: 35px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {
		width: 141px;
		height: 52px;
	}
	.gFooter_addr {
		margin-bottom: 6px;
	}
	.gFooter_dListWrap {
		margin-bottom: 10px;
	}
	.gFooter_dList {}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {
		width: 60px;
		height: 15px;
		font-size: 12px;
	}
	.gFooter_dList > dd {
		font-size: 19px;
	}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {
		margin-top: 3px;
	}
	.gFooter_open > small {}
	.gFooter_snsList {
		font-size: 38px;
		margin-top: 20px;
	}
	.gFooter_snsList > li {
		margin-left: 61px;
	}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {
		margin-top: 36px;
		height: 34px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
		transform: scale(.9);
	}
	.gContact {}
	.gContact_link {}
	.gContact_link > a {
		width: 64px;
		height: 64px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {
		font-size: 33px;
	}
	.gContact_link > a > b {
		transform: scale(0.8);
	}
	.gBody {}
	.gVisual {}
	.gVisual_inner {
		height: 376px;
	}
	.gVisual_title {}
	.gVisual_title > b {
		min-width: 212px;
		font-size: 32px;
		padding: 0 0.8em 0.1em;
	}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {
		top: 3px;
	}
	.gVisual_subTitle::after {
		width: 50px;
	}
	.gVisual_subTitle > b {
		transform: scale(0.6);
		top: 5px;
	}
	.gFootNav {
		margin-top: 121px;
	}
	.gFootNav_inner {
		max-width: 1000px;
	}
	.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 {}
	.gFootNav_list > li:last-child > a::after {}
	.gFootNav_item {}
	.gFootNav_item::before {}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gList {}
	.gList_title {
		font-size: 22px;
	}
	.gList_text {
		max-width: 636px;
		margin-bottom: 83px;
	}
	.gList_list {
		font-size: 14px;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.gList_list > li {}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {}
	.gList_list > li > a {}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {}
	.gList_image {}
	.gList_info {}
	.gList_update {}
	.gList_update > time {}
	.gList_catList {}
	.gList_catList > li {}
	.gList_catList-wine > li {}
	.gList_catList-play > li {}
	.gList_catList-cafe > li {}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {}
	.gList_imageWrap {}
	.gList_areaText {}
	.gList_description {}
	.gWineList {
		font-size: 15px;
	}
	.gWineList_sect {}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+3) {}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {}
	.gWineList_image {}
	.gTips {
		font-size: 15px;
	}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {}
	.gTips_text {}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {
		max-width: 125px;
	}
	.gRecd_link > a {
		font-size: 14px;
	}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.gRecd_title {
		margin-bottom: 55px;
	}
	.gList_subhead {}
	.gEntry {
		font-size: 15px;
	}
	.gEntry_titleWrap {
		padding-top: 28px;
		padding-bottom: 16px;
	}
	.gEntry_titleWrap_bg {}
	.gEntry_title {
		margin-bottom: 4px;
	}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {
		margin-bottom: 9px;
	}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {
		min-width: 140px;
	}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
	.gFooter_corp{}
	.gFooter_title-mtS{
		margin-bottom: 15px;
	}
}
@media screen and (min-width:1000px) {
	.gPager > a:hover {
		background-color: #578990;
		color: #fff;
	}
	a:hover .gList_image {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {}
	a:hover .gFootNav_image {
		transform: scale(1.1);
	}
	.gHeader_title > a:hover > svg {
		opacity: 0.7;
	}
	.gMenuBtn:hover {
		opacity: .7;
	}
	.gNav_list > li > a:hover > img {
		transform: scale(1.1);
	}
	.gSnsFixed_list > li > a:hover {
		color: #578d94;
	}
	.gAboutNav > a:hover {}
	a:hover .gAboutNav_more {
		background-color: #578D94;
		color: #fff;
	}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_dList > dd > a:hover {}
	.gFooter_snsList > li > a:hover {
		opacity: .7;
	}
	.gContact_link > a:hover {
		background-color: #A2C0C4;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {}
	.isShow .gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.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 {}
	.gNav_list > li > a > img {}
	.gSnsFixed {
		display: none;
	}
	.gSnsFixed_title {}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {
		margin-top: 25px;
	}
	.gAboutNav > a {}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {}
	.gAboutNav_title > b {}
	.gAboutNav_more {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_dList {}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {}
	.gFooter_open > small {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact {}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gContact_link > a > b {}
	.gBody {}
	.gVisual {
		margin-bottom: 37px;
	}
	.gVisual-enjoy {
		background-image: url(/assets/img/common/pt-main-play999.jpg);
	}
	.gVisual-wine {
		background-image: url(/assets/img/common/pt-main-wine999.jpg);
	}
	.gVisual-cafe {
		background-image: url(/assets/img/common/pt-main-cafe999.jpg);
	}
	.gVisual-grape {
		background-image: url(/assets/img/common/pt-main-grape999.jpg);
	}
	.gVisual-about {
		background-image: url(/assets/img/common/pt-main-about999.jpg);
	}
	.gVisual-contact {
		background-image: url(/assets/img/common/pt-main-contact999.jpg);
	}
	.gVisual-winelist {
		background-image: url(/assets/img/common/pt-main-winelist999.jpg);
	}
	/*追加*/
	.gVisual-sdgs {
		background-image: url(/assets/img/common/pt-main-sdgs999@2x.jpg);
	}
	.gVisual-news {
		background-image: url(/assets/img/common/pt-main-news999@2x.jpg);
	}
	/*--*/
	.gVisual_inner {}
	.gVisual_title {}
	.gVisual_title > b {}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {}
	.gVisual_subTitle::after {}
	.gVisual_subTitle > b {}
	.gFootNav {
		margin-top: 120px;
	}
	.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 {}
	.gFootNav_list > li:last-child > a::after {}
	.gFootNav_item {
		height: 154px;
	}
	.gFootNav_item::before {}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {
		max-width: 110px;
	}
	.gFootNav_image > img {
		width: 110px;
		height: 76px;
	}
	.gList {}
	.gList_title {}
	.gList_text {}
	.gList_list {}
	.gList_list > li {}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {}
	.gList_list > li > a {}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {}
	.gList_image {}
	.gList_info {}
	.gList_update {}
	.gList_update > time {}
	.gList_catList {}
	.gList_catList > li {}
	.gList_catList-wine > li {}
	.gList_catList-play > li {}
	.gList_catList-cafe > li {}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {}
	.gList_imageWrap {}
	.gList_areaText {}
	.gList_description {}
	.gWineList {}
	.gWineList_sect {}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+3) {}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {}
	.gWineList_image {}
	.gTips {}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {}
	.gTips_text {}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {}
	.gRecd_link > a {}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {}
	.gRecd_title {}
	.gList_subhead {}
	.gEntry {}
	.gEntry_titleWrap {}
	.gEntry_titleWrap_bg {}
	.gEntry_title {}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
	.gFooter_corp{
	}
	.gFooter_title-mtS{
	}
}
@media screen and (max-width:768px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {}
	.isShow .gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.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 {}
	.gNav_list > li > a > img {}
	.gSnsFixed {}
	.gSnsFixed_title {}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {}
	.gAboutNav > a {}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {}
	.gAboutNav_title > b {}
	.gAboutNav_more {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_dList {}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {}
	.gFooter_open > small {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact {}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gContact_link > a > b {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {}
	.gVisual_title {}
	.gVisual_title > b {}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {}
	.gVisual_subTitle::after {}
	.gVisual_subTitle > b {}
	.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 {}
	.gFootNav_list > li:last-child > a::after {}
	.gFootNav_item {}
	.gFootNav_item::before {}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gList {}
	.gList_title {}
	.gList_text {}
	.gList_list {}
	.gList_list > li {}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {}
	.gList_list > li > a {}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {}
	.gList_image {}
	.gList_info {}
	.gList_update {}
	.gList_update > time {}
	.gList_catList {}
	.gList_catList > li {}
	.gList_catList-wine > li {}
	.gList_catList-play > li {}
	.gList_catList-cafe > li {}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {}
	.gList_imageWrap {}
	.gList_areaText {}
	.gList_description {}
	.gWineList {
		margin-top: 0;
	}
	.gWineList_sect {}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+3) {}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {}
	.gWineList_image {}
	.gTips {}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {}
	.gTips_text {}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {}
	.gRecd_link > a {}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {}
	.gRecd_title {}
	.gList_subhead {}
	.gEntry {}
	.gEntry_titleWrap {}
	.gEntry_titleWrap_bg {}
	.gEntry_title {}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {
		padding-left: 17px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {
		transform: scale(0.8);
	}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {
		width: 26px;
	}
	.isShow .gMenuBtn_barWrap {
		top: 2px;
		left: 1px;
	}
	.gMenuBtn_bar {
		height: 3px;
	}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 8px;
	}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {
		top: -8px;
	}
	.gNav {
		width: 100%;
		box-shadow: none;
		transform: scale(1, 0);
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
		top: 0;
		height: 100%;
		padding: 23px 0;
	}
	.gNav.isShow {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.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 {
		padding: 0;
		justify-content: center;
		font-size: 17px;
		height: 80px;
	}
	.gNav_list > li > a::before {
		width: 126px;
		margin-left: 0;
	}
	.gNav_list > li > a::after {}
	.gNav_list > li > a > img {
		width: 80px;
		height: 50px;
		margin-right: 10px;
	}
	.gSnsFixed {}
	.gSnsFixed_title {}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {
		margin-bottom: 37px;
		margin-top: 28px;
	}
	.gAboutNav > a {
		height: 232px;
	}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {
		font-size: 11px;
		height: 23px;
	}
	.gAboutNav_title > b {
		font-size: 17px;
		height: 35px;
	}
	.gAboutNav_more {
		margin-top: 123px;
	}
	.gFooter {
		font-size: 14px;
	}
	.gFooter_inner {}
	.gFooter_title {
		max-width: 166px;
		margin-bottom: 34px;
	}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {
		width: 166px;
		height: 61px;
	}
	.gFooter_addr {}
	.gFooter_dListWrap {
		display: block;
		margin-bottom: 25px;
	}
	.gFooter_dList {
		margin-right: 0;
		justify-content: center;
	}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {
		width: 64px;
		height: 16px;
		font-size: 13px;
	}
	.gFooter_dList > dd {
		font-size: 22px;
	}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {
		margin-top: 20px;
	}
	.gFooter_open > small {}
	.gFooter_snsList {
		margin-top: 37px;
	}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {
		margin-top: 47px;
		height: 40px;
	}
	.gFooter_copyright > small {
		transform: scale(1);
	}
	.gContact {}
	.gContact_link {}
	.gContact_link > a {
		width: 55px;
		height: 55px;
		padding-bottom: 2px;
	}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {
		font-size: 28px;
	}
	.gContact_link > a > b {
		transform: scale(0.73);
		margin-top: -0.2px;
	}
	.gBody {}
	.gVisual {
		margin-bottom: 27px;
	}
	.gVisual-enjoy {
		background-image: url(/assets/img/common/pt-main-play767.jpg);
	}
	.gVisual-wine {
		background-image: url(/assets/img/common/pt-main-wine767.jpg);
	}
	.gVisual-cafe {
		background-image: url(/assets/img/common/pt-main-cafe767.jpg);
	}
	.gVisual-grape {
		background-image: url(/assets/img/common/pt-main-grape767.jpg);
	}
	.gVisual-about {
		background-image: url(/assets/img/common/pt-main-about767.jpg);
	}
	.gVisual-contac {
		background-image: url(/assets/img/common/pt-main-contac767@2x.jpg);
	}
	.gVisual-winelist {
		background-image: url(/assets/img/common/pt-main-winelist767.jpg);
	}
	/*追加*/
	.gVisual-sdgs {
		background-image: url(/assets/img/common/pt-main-sdgs767@2x.jpg);
	}
	.gVisual-news {
		background-image: url(/assets/img/common/pt-main-news767@2x.jpg);
	}
	/*--*/
	.gVisual_inner {
		height: 74.57vw;
	}
	.gVisual_title {
		border-width: 3px;
		padding: 4px 4px;
	}
	.gVisual_title > b {
		font-size: 28px;
		height: 40px;
		min-width: 190px;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
		padding: 0 0.5em 0.1em;
	}
	.gVisual_title-about > b {
		letter-spacing: 0.08em;
		text-indent: -0.08em;
	}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {}
	.gVisual_subTitle::after {}
	.gVisual_subTitle > b {}
	.gFootNav {
		margin-top: 64px;
	}
	.gFootNav_inner {
		padding: 0;
	}
	.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 {
		height: 67px;
	}
	.gFootNav_list > li:first-child > a::before {
		display: none;
	}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li:last-child > a::after {
		display: none;
	}
	.gFootNav_item {
		padding-top: 24px;
		height: 118px;
	}
	.gFootNav_item::before {
		width: calc(100% - 8px);
	}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {
		max-width: 62px;
		height: 20px;
		font-size: 15px;
		border-width: 2px;
		box-shadow: 0 0 0 1px #578d94;
	}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {
		max-width: 74px;
	}
	.gFootNav_image > img {
		width: 74px;
		height: 51px;
	}
	.gList {}
	.gList_title {
		font-size: 17px;
		line-height: 2;
		margin-bottom: 32px;
		letter-spacing: .1em;
		padding-left: .1em;
		margin-left: -15px;
		margin-right: -15px;
	}
	.gList_text {
		max-width: 710px;
		margin-bottom: 64px;
	}
	.gList_list {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		border-bottom: 1px solid #ddd;
	}
	.gList_list > li {
		width: auto;
		margin: 0;
	}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {
		margin-top: 0;
	}
	.gList_list > li > a {
		display: flex;
		padding: 16px 10px;
		position: relative;
		z-index: 1;
		border-top: 1px solid #ddd;
		align-items: center;
		padding-right: 30px;
	}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		color: #B2B2B2;
		transform: translateY(-50%);
		font-size: 16px;
	}
	.gList_image {}
	.gList_info {}
	.gList_update {
		font-size: 11px;
		font-weight: normal;
		margin-right: 10px;
	}
	.gList_update > time {}
	.gList_catList {
		transform-origin: left center;
		transform: scale(0.9);
	}
	.gList_catList > li {
		font-size: 10px;
		padding: 3px 9px 4px;
		min-width: 62px;
		text-align: center;
		font-weight: 500;
		box-sizing: border-box;
	}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {
		font-size: 13px;
	}
	.gList_imageWrap {
		width: 100px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.gList_areaText {
		width: calc(100% - 110px);
	}
	.gList_description {
		font-size: 10px;
		margin-top: 3px;
	}
	.gWineList {
		display: block;
		font-size: 14px;
	}
	.gWineList_sect {
		width: auto;
		margin-left: 0;
	}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+2) {
		margin-top: 25px;
	}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {
		width: calc(100% - 100px);
	}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {
		width: 80px;
	}
	.gWineList_image {}
	.gTips {
		font-size: 14px;
		padding: 15px 15px;
		margin: 25px 0;
	}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {}
	.gTips_text {
		text-align: left;
	}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {
		margin-top: 35px;
	}
	.gRecd_link > a {}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {
		margin-top: 104px;
	}
	.gRecd_title {
		font-size: 11px;
		border: none;
		padding-bottom: 0;
	}
	.gList_subhead {
		font-size: 11px;
		margin-bottom: 35px;
	}
	.gEntry {
		font-size: 14px;
	}
	.gEntry_titleWrap {
		padding-top: 20px;
		margin-bottom: 38px;
	}
	.gEntry_titleWrap_bg {}
	.gEntry_title {
		font-size: 14px;
		padding: 3px 0 4px;
	}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {
		margin-bottom: 8px;
	}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {
		font-size: 12px;
		min-width: 135px;
		height: 18px;
		padding-bottom: 1px;
	}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
	.gFooter_corp{}
	.gFooter_title-mtS{
		margin-bottom: 15px;
	}
}
@media screen and (max-width:375px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {}
	.isShow .gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.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 {}
	.gNav_list > li > a > img {}
	.gSnsFixed {}
	.gSnsFixed_title {}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {}
	.gAboutNav > a {}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {}
	.gAboutNav_title > b {}
	.gAboutNav_more {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_dList {}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {}
	.gFooter_open > small {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact {
		right: 15px;
	}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gContact_link > a > b {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {
		height: 280px;
	}
	.gVisual_title {}
	.gVisual_title > b {}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {}
	.gVisual_subTitle::after {}
	.gVisual_subTitle > b {}
	.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 {}
	.gFootNav_list > li:last-child > a::after {}
	.gFootNav_item {}
	.gFootNav_item::before {}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gList {}
	.gList_title {}
	.gList_text {}
	.gList_list {}
	.gList_list > li {}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {}
	.gList_list > li > a {}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {}
	.gList_image {}
	.gList_info {}
	.gList_update {}
	.gList_update > time {}
	.gList_catList {}
	.gList_catList > li {}
	.gList_catList-wine > li {}
	.gList_catList-play > li {}
	.gList_catList-cafe > li {}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {}
	.gList_imageWrap {}
	.gList_areaText {}
	.gList_description {}
	.gWineList {}
	.gWineList_sect {}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+3) {}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {}
	.gWineList_image {}
	.gTips {}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {
		font-size: 16px;
		margin-bottom: 13px;
	}
	.gTips_text {}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {}
	.gRecd_link > a {}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {}
	.gRecd_title {}
	.gList_subhead {}
	.gEntry {}
	.gEntry_titleWrap {}
	.gEntry_titleWrap_bg {}
	.gEntry_title {}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
}
@media screen and (max-width:320px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn > b {}
	.gMenuBtn.isShow > b {}
	.gMenuBtn_barWrap {}
	.isShow .gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar::before {}
	.isShow .gMenuBtn_bar::before {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.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 {}
	.gNav_list > li > a > img {}
	.gSnsFixed {}
	.gSnsFixed_title {}
	.gSnsFixed_list {}
	.gSnsFixed_list > li {}
	.gSnsFixed_list > li:first-child {}
	.gSnsFixed_list > li:last-child {}
	.gSnsFixed_list > li:nth-child(2n+1) {}
	.gSnsFixed_list > li:nth-child(n+3) {}
	.gSnsFixed_list > li > a {}
	.gSnsFixed_list > li > a::before {}
	.gSnsFixed_list > li > a::after {}
	.gSnsFixed_list > li > a > .icon {}
	.gAboutNav {}
	.gAboutNav > a {}
	.gAboutNav > a::before {}
	.gAboutNav > a::after {}
	.gAboutNav_image {}
	.gAboutNav_title {}
	.gAboutNav_title > small {}
	.gAboutNav_title > b {}
	.gAboutNav_more {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title > a::before {}
	.gFooter_title > a::after {}
	.gFooter_title > a > img {}
	.gFooter_addr {}
	.gFooter_dListWrap {}
	.gFooter_dList {}
	.gFooter_dList:last-child {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {}
	.gFooter_dList > dd > a::before {}
	.gFooter_dList > dd > a::after {}
	.gFooter_open {}
	.gFooter_open > small {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gContact {}
	.gContact_link {}
	.gContact_link > a {}
	.gContact_link > a::before {}
	.gContact_link > a::after {}
	.gContact_link > a > .icon {}
	.gContact_link > a > b {}
	.gBody {}
	.gVisual {}
	.gVisual_inner {
		height: 238px;
	}
	.gVisual_title {}
	.gVisual_title > b {}
	.gBody_inner {}
	.gVisual_subTitle {}
	.gVisual_subTitle::before {}
	.gVisual_subTitle::after {
		width: 48px;
	}
	.gVisual_subTitle > b {}
	.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 {}
	.gFootNav_list > li:last-child > a::after {}
	.gFootNav_item {}
	.gFootNav_item::before {}
	.gFootNav_item-no2::before {}
	.gFootNav_item-no3::before {}
	.gFootNav_item-no4::before {}
	.gFootNav_text {}
	.gFootNav_text-no2 {}
	.gFootNav_text-no3 {}
	.gFootNav_text-no4 {}
	.gFootNav_image {}
	.gFootNav_image > img {}
	.gList {}
	.gList_title {
		letter-spacing: 0;
		padding-left: 0;
	}
	.gList_text {}
	.gList_list {}
	.gList_list > li {}
	.gList_list > li:first-child {}
	.gList_list > li:last-child {}
	.gList_list > li:nth-child(3n+1) {}
	.gList_list > li:nth-child(n+4) {}
	.gList_list > li > a {}
	.gList_list > li > a::before {}
	.gList_list > li > a::after {}
	.gList_list > li > a > .icon {}
	.gList_image {}
	.gList_info {}
	.gList_update {}
	.gList_update > time {}
	.gList_catList {}
	.gList_catList > li {}
	.gList_catList-wine > li {}
	.gList_catList-play > li {}
	.gList_catList-cafe > li {}
	.gList_catList > li:first-child {}
	.gList_catList > li:last-child {}
	.gList_catList > li:nth-child(2n+1) {}
	.gList_catList > li:nth-child(n+3) {}
	.gList_headline {}
	.gList_imageWrap {}
	.gList_areaText {}
	.gList_description {}
	.gWineList {}
	.gWineList_sect {}
	.gWineList_sect:nth-child(2n+1) {}
	.gWineList_sect:nth-child(n+3) {}
	.gWineList_cols {}
	.gWineList_col {}
	.gWineList_col-no1 {}
	.gWineList_title {}
	.gWineList_info {}
	.gWineList_text {}
	.gWineList_col-no2 {}
	.gWineList_image {}
	.gTips {}
	.gTips:first-child {}
	.gTips:last-child {}
	.gTips_title {}
	.gTips_text {}
	.gTips_link {}
	.gTips_link > a {}
	.gTips_link > a::before {}
	.gTips_link > a::after {}
	.gRecd_link {}
	.gRecd_link > a {}
	.gRecd_link > a::before {}
	.gRecd_link > a::after {}
	.gRecd {}
	.gRecd_title {
		margin-bottom: 48px;
	}
	.gList_subhead {}
	.gEntry {}
	.gEntry_titleWrap {}
	.gEntry_titleWrap_bg {}
	.gEntry_title {}
	.gEntry_title::before {}
	.gEntry_title::after {}
	.gEntry_update {}
	.gEntry_update > time {}
	.gEntry_catList {}
	.gEntry_catList > li {}
	.gEntry_catList-wine > li {}
	.gEntry_catList-play > li {}
	.gEntry_catList-cafe > li {}
	.gEntry_catList > li:first-child {}
	.gEntry_catList > li:last-child {}
	.gEntry_catList > li:nth-child(2n+1) {}
	.gEntry_catList > li:nth-child(n+3) {}
	.gEntry_body {}
}

@media screen and (max-width:767px) {
	.counseling-2{
		margin-top: 20px;
	}
}


