@charset "UTF-8";

.indextopics{display: none;}

.gmshop header{
	box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}

.container-gmshop{
	margin-top: 96px;
}

/* shop head*/

.shophead-wrapper{
    padding: 25px 0px;
}

.shophead{
    max-width: 1280px;
    width: 97%;
    margin: 0 auto;
    position: relative;
    display: flex;
	align-items: center;
}

.shophead-title{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shophead-image{
	width: 46px;
	height: 46px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}

.shophead-image img{
	height: 100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.shophead-title h2{
	width: calc(100% - 60px);
	font-size:20px;
	font-weight: bold;
}

.shophead-address{
	width: 70%;
	display: flex;
	align-items: center;
}

.shophead-address-text{
	width: calc(100% - 400px);
	font-size:16px;
	text-align: right;
	padding-right: 20px;
	box-sizing:border-box;
}

.shophead-mapbtn{
	width: 240px;
}

.shophead-mapbtn a{
	display: block;
	text-align: center;
    border: 1px solid #9D8347;
    border-radius: 2px;
    line-height: 1.6;
    padding: 3px 10px;
    font-size:14px;
    color: #9D8347;
    transition: all .25s ease;
}

.shophead-mapbtn a:hover{
	background: #9D8347;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}

.shophead-address-menu{
	width: 160px;
}

.shophead-address-menu-title{
	font-size:14px;
	color: #9D8347;
	float: right;
	padding-right: 25px;
	position: relative;
}

.shophead-address-menu-title::after{
	display:block;
	content:'';
	background:url('../../images/gmshop/icon_triangle.svg') no-repeat left top;
	width:10px;
	height:6px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-3px;
}


/* shop importantnews */

.shopimportantnews {
	margin-top: 20px;
	padding: 0px 0;
}

.shopimportantnews-inner {
	padding: 17px 50px 17px 72px;
	background: url('../images/2020/icon_notice.svg') no-repeat 36px center #fff;
	background-size: 20px 20px;
}

.shopimportantnews-list-item {
	letter-spacing: 0.04em;
}


/* kv */

.shopkv-wrapper{
	height: 400px;
	position: relative;
}

.shopkv-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shopkv-bg img{
	min-width: 100%;
	min-height: 100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.shopkv{
	position:absolute;
	left:0%;
	top:50%;
	transform:translate(0,-50%);
	width: 100%;
	z-index: 5;
	color: #fff;
	text-align: center;
}

.shopkv-title{
	font-size:50px;
	line-height: 1.1;
}

.shopkv-title h2{
	font-size:60px;
	letter-spacing: 0.15em;
}

.shopkv-title span{
	display: block;
	margin-top: 30px;
	font-size:20px;
	font-weight: bold;
}


/*shop nav*/

.shopnav-wrapper{margin-bottom: 0px;}

.shopnav {
	max-width: 1280px;
	display: block;
	margin: 0 auto;
}

.shopnav-list {
	display: flex;
	flex-wrap: wrap;
}

.shopnav-list-item {
	width: 33.333%;
}

.shopnav-list-item a {
	display: block;
	height: 200px;
	position: relative;
}
.shopnav-list-item span.comingsoon{
	display: block;
	height: 200px;
	position: relative;
}
.shopnav-list-item span.comingsoon span.comingsoonTxt{
	opacity: 1;
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	top: -3px;
}
.shopnav-list-item span.comingsoon .shopnav-list-item-image::after{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.shopnav-list-item span.comingsoon .shopnav-list-item-inner{
	opacity: 0.7;
}



.shopnav-list-item a::before{
	display:block;
	content:'';
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0%;
	z-index: 2;
}

.shopnav-list-item a::after{
	display:block;
	content:'';
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	right: -3px;
	bottom: -3px;
	transform: rotate(-45deg);
	z-index: 3;
}



.shopnav-list-item-image{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
/*	filter: blur(4px);*/
}

.shopnav-list-item-image img{
	transition: all .25s ease;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%) scale(1.1,1.1);
}


a:hover .shopnav-list-item-image img{transform:translate(-50%,-50%) scale(1.2,1.2);}

.shopnav-list-item-inner{
	position:absolute;
	left:10%;
	top:50%;
	transform:translate(0%,-50%);
	color: #fff;
	font-size:30px;
	z-index: 5;
	letter-spacing: 0.05em;
}

.shopnav-list-item-inner small{
	display: block;
	font-size:13px;
	margin-bottom:20px;
}


/* shop section common ---------------------------------------*/

.shopsection-title-wrapper {
	margin-bottom: 55px;
	position: relative;
}

.shopsection-title {
	font-size: 48px;
	line-height: 1.4;
	font-weight: normal;
}

.shopsection-title-small {
	line-height: 1.2;
	font-size: 40px;
	font-weight: normal;
}

.shopsection-title-small small {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}


/*shop event*/

.shopevent {
	padding: 120px 0 60px;
	background-color: #f6f6f6;
}

.shopevent-list-wrapper {
	margin-top: 40px;
}

.shopevent-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	padding-bottom: 0px;
}

.shopevent-list-item {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 40px;
}

.shopevent-list-item:nth-of-type(3n + 1){
	margin-left: 0;
}

.shopevent-list-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0,0,0,0.2);
	transition: all .25s ease;
}

.shopevent-list-item a:hover {
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.shopevent-list-item-head {}
.shopevent-list-item-head img{
	width: 100%;
	object-fit: contain;
	font-family: 'object-fit:contain'; /* IE */
	background: #f1f1f1;
}

.shopevent-list-item-body {
	padding: 30px 44px 31px;
	text-align: center;
}

.shopevent-list-item-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.shopevent-list-item a:hover .shopevent-list-item-title{color:#9D8347;}

.shopevent-list-item-txt {
	font-size: 16px;
	margin-bottom: 16px;
}

.shopevent-list-item-period {
	font-size: 16px;
	color: #777;
}

.shopevent-more{
	text-align: center;
	padding: 0 0 20px;
}

.more-btn{
	display: inline-block;
	font-size:16px;
	color: #9D8347;
	position: relative;
	line-height: 1.0;
	cursor: pointer;
}


.more-btn:hover{text-decoration: underline;}

.more-btn::after{
	content:'';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: url('../images/2020/icon_arrowright.svg') 0 0 no-repeat;
	background-size: 14px 14px;
	width:14px;
	height:14px;
	transform: rotate(90deg);
	position: relative;
	top: -4px;
}

#shopevent-list-more .shopevent-list-item{display: none;}



/*shop bnr*/

.shopbnr {
	padding: 80px 0;
	background: #fafafa;
}

.shopbnr-list {
	display: flex;
	flex-wrap: wrap;
}

.shopbnr-list-item {
	width: calc(calc(100% - 75px) / 4);
	margin-right: 25px;
	margin-bottom: 40px;
}

.shopbnr-list-item:nth-of-type(4n) {
	margin-right: 0;
}

.shopbnr-list-item a {
	display: block;
	width: 100%;
	transition: all .25s ease;
}

.shopbnr-list-item a:hover {box-shadow: 0 2px 14px rgba(0,0,0,0.2);}

.shopbnr-list-item img {
	width: 100%;
}

.shopbnr-more{
	text-align: center;
	padding: 0 0 20px;
}

#shopbnr-list-more{display: none;}



/*shop information*/

.shopinformation{
	background: #fff;
	padding: 85px 0 80px;
}

.shopinformation-address-wrapper{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.shopinformation-image{
	width: 33%;
	margin-right: 60px;
}

.shopinformation-image img{max-width:100%;}

.shopinformation-address-wrapper {
	margin-bottom: 33px;
}

.shopinformation-address-wrapper address{
	width: calc(67% - 60px);
}

.shopinformation-address{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .05em;
}

.shopinformation-address th {
	width: 30%;
	padding: 16px 0;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: top;
	font-weight: bold;
}

.shopinformation-address td{
	width: 75%;
	padding: 16px 0;
	border-bottom: 1px solid #dfdfdf;
}

.shopinformation-address tr:first-of-type th,.shopinformation-address tr:first-of-type td {
	padding-top: 0;
}

.shopinformation-address-mpp {
	margin-top: 15px;
	display: block;
	border: 1px solid #9D8347;
	border-radius: 2px;
	line-height: 1.6;
	padding: 3px 20px;
	color: #9D8347;
	transition: all .25s ease;
	max-width: 200px;
	text-align: center;
}

.shopinformation-address-mpp:hover{
	background: #9D8347;
	color: #fff;
	text-decoration: none;
}

.shopinformation-address td span {
	display: inline-block;
	padding-right: 5em;
}

.shopinformation-access{
	width: 100%;
	font-size: 14px;
	letter-spacing: .08em;
}
.shopinformation-access th {
	vertical-align: top;
	width: 15%;
	font-weight: bold;
}

.shopinformation-access td {
	vertical-align: top;
	width: 85%;
	line-height: 1.7;
}

/*shop inews*/

.shopnews{
	padding: 82px 0;
}

.shopnews-list-wrapper{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0 0;
}

.shopnews-list-box{
	width: calc(50% - 20px);
}

.shopnews-list-title{
	border-left: 3px solid #9D8347;
	line-height: 1.0;
	font-size:18px;
	margin-top: 12px;
	margin-bottom: 34px;
	padding-left: 10px;
}

.shopnews-list{
	overflow-y: scroll;
	height: 500px;
	padding-right: 20px;
}

.shopnews-list-item{
	margin-top: 20px;
}

.shopnews-list-item a{
	display: block;
	overflow: hidden;
	padding-right: 25px;
	background: url(/common/images/2020/icon_arrowright.svg) no-repeat right center;
	background-size: 14px 14px;
}

.shopnews-list-item a:hover{text-decoration: none;}

.shopnews-list-item-image{
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
.shopnews-list-item-image img{
	object-fit: contain;
}

.shopnews-list-item-inner{
	margin-left: 98px;
}

.shopnews-list-item-title{
	font-size:18px;
	font-weight: bold;
	transition: all .25s ease;
}

.shopnews-list-item a:hover .shopnews-list-item-title{
	color:#9D8347;
}

.shopnews-list-item-text{
	font-size:14px;
	color: #777;
	font-weight: normal;
	line-height: 24px;
}


/*shop flyer*/

.shopflyer{
	background: #fff;
	padding: 100px 0 50px;
}

.shopflyer-list-wrapper{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.shopflyer-list-box{
	width: calc(50% - 20px);
}

.shopflyer-list{
	overflow-y: scroll;
	height: 500px;
}

.shopflyer-list-item{
	margin: 30px 0 35px;
	overflow: hidden;
}


.shopflyer-list-title{
	border-left: 3px solid #9D8347;
	line-height: 1.0;
	font-size:18px;
	margin-bottom: 30px;
	padding-left: 10px;
}

.shopflyer-list-item-image{
	width: 140px;
	float: left;
}

.shopflyer-list-item-inner{
	margin-left: 190px;
}

.shopflyer-list-item-title{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.shopflyer-list-item-text{
	font-size:16px;
	line-height: 1.9;
	color: #999;
}

.shopflyer-list-item-more a{
	max-width: 360px;
	height: 60px;
	line-height: 60px;
	display: block;
	background: #fff;
	color: #9D8347;
	font-size: 18px;
	border-radius: 2px;
	font-weight: bold;
	transition: all .3s ease;
	border:1px solid #9D8347;
	margin: 20px auto 0;
	text-align: center;
}

.shopflyer-list-item-more a:hover{
	background: #9D8347;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}


/*shop guide*/

.shopguide{
	padding: 85px 0 60px;
}

.shopguide-list-wrapper{
	padding: 40px 0 0 0;
}

.shopguide-list{
	display: flex;
	flex-wrap: wrap;
}

.shopguide-list-item{
	width: 18%;
	margin: 0 0 20px 2.5%
}

.shopguide-list-item:nth-child(5n+1){
	margin-left: 0;
}

.shopguide-list-item a{
	display: block;
}

.shopguide-list-item a:hover{text-decoration: none;}

.shopguide-list-item-image{
	margin-bottom: 10px;
	transition: all .25s ease;
}

a:hover .shopguide-list-item-image{
	box-shadow:0px 2px 10px rgba(0,0,0,0.2);
}

.shopguide-list-item-image img{max-width:100%;}

.shopguide-list-item-inner{text-align: center;}

.shopguide-list-item-title{
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
}

a:hover .shopguide-list-item-title{
	color: #9D8347;
}

.shopguide-list-item-category{
	display: inline-block;
	width: 146px;
	line-height: 1.2em;
	padding: 5px 0px;
	font-size:11px;
	background: #eee;
	color: #999;
}


/*shop offer*/

.shopoffer{
	background: #fff;
	padding: 85px 0;
	margin-bottom: 80px;
}

.shopoffer-list{
	padding: 40px 0 0 0;
}

.shopoffer-list-item{
	margin-bottom: 10px;
}


.shopoffer-list-item a{
	display: block;
	padding: 25px 20px 25px 70px;
	background: url('../../images/gmshop/icon_offer.svg') no-repeat 30px center;
	background-size: 25px 32px;
	border:1px solid #DFDFDF;
	font-size:14px;
	transition: all .25s ease;
}


.shopoffer-list-item a:hover{
	color: #9D8347;
	box-shadow:0px 2px 10px rgba(0,0,0,0.2);
	text-decoration: none;
}


@media screen and (max-width: 980px) {

	.shopevent-list-item-body{
		padding: 20px 15px;
	}
	.shopevent-list-item-title{font-size:16px;}
}

@media screen and (max-width: 767px) {

	.container-gmshop{margin-top: 65px;}

	/* shop head*/

	.shophead-wrapper{
		padding: 10px 0;
	}

	.shophead{
		height: 65px;
	    display: block;
	    position: relative;
	    width: auto;
	    padding: 5px 30px 0;
	}

	.shophead-title{
		width: auto;
		display: block;
	}

	.shophead-image{
		float: left;
		margin-top: 5px;
		width: 40px;
		height: 40px;
	}

	.shophead-title h2{
		width: auto;
		font-size:16px;
		margin-left: 50px;
	}

	.shophead-address{
		width: auto;
		display: block;
	}

	.shophead-address-text{display: none;}
	.shophead-mapbtn{display: none;}

	.shophead-address-menu{
		width: 150px;
		position: absolute;
		left: 40px;
		top: 33px;
	}

	.shophead-address-menu-title{font-size:12px;}

	/* shop importantnews */

	.shopimportantnews {
		padding: 0px 0;
		margin-bottom: 0px;
		margin-top: 5px;
	}

	.shopimportantnews-inner {
		padding: 10px 20px 10px 50px;
		background: url('../images/2020/icon_notice.svg') no-repeat 15px center #fff;
		background-size: 20px 20px;
	}

	.shopimportantnews-list-item {
		letter-spacing: 0.04em;
		font-size:12px;
	}

	/* kv */

	.shopkv-wrapper{height: 200px;}

	.shopkv-bg img{
		max-width: 300%;
		height: 100%;
	}

	.shopkv-title{font-size:20px;}

	.shopkv-title h2{
		font-size:25px;
	}

	.shopkv-title span{
		margin-top: 13px;
		font-size:12px;
		font-weight: normal;
	}


	/*shop nav*/

	.shopnav-wrapper{margin-bottom: 0px;}

	.shopnav-list-item {
		width: 50%;
	}

	.shopnav-list-item a{height:100px;}

	.shopnav-list-item a::after{
		border-top: 5px solid #fff;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid transparent;
		right: -3px;
		bottom: -3px;
	}

	.shopnav-list-item-image{
		height: 100%;
	}

	.shopnav-list-item-image img{
		min-height: auto;
		min-width: 100%;
		max-width: 200%;
		width: auto;
	}

	.shopnav-list-item-inner{font-size:16px;}
	.shopnav-list-item-inner small{
		font-size:10px;
		margin-bottom:5px;
	}


	.shopnav-list-item span.comingsoon{height: 100px;}
	.shopnav-list-item span.comingsoon span.comingsoonTxt{
		display: block;
		line-height: normal;
		position: relative;
		top: 0;
		font-size: 11px;
		margin-bottom: 0;
		margin-top: 5px;
	}


	/* shop section common ---------------------------------------*/

	.shopsection-title-wrapper {margin-bottom: 30px;}

	.shopsection-title {
		font-size: 28px;
		line-height: 1.4;
		font-weight: normal;
	}

	.shopsection-title-small {
		line-height: 1.2;
		font-size: 25px;
	}

	.shopsection-title-small small {font-size: 11px;}


	/*shop event*/

	.shopevent{padding: 70px 0 50px;}
	.shopevent-list-wrapper{margin-top: 30px;}
	.shopevent-list {display: block;}

	.shopevent-list-item {
		width: 100%;
		margin-bottom: 18px;
		margin-left: 0;
	}

	.shopevent-list-item:nth-of-type(3n){margin-left: 0;}
	.shopevent-list-item a{box-shadow:0px 2px 5px rgba(0,0,0,0.1);}
	.shopevent-list-item-body {
		padding: 20px 20px 20px;
	}

	.shopevent-list-item-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.shopevent-list-item-txt {
		font-size: 13px;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.shopevent-list-item-period {font-size: 11px;}

	.shopevent-more{padding-top: 20px;}

	/*shop bnr*/

	.shopbnr {
		padding: 40px 0;
		background: #fafafa;
	}

	.shopbnr-list-wrapper{padding-top: 15px;}
	.shopbnr-list {display: block;}

	.shopbnr-list-item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: center;
	}

	.shopbnr-list-item:nth-of-type(4n) {margin-right: 0;}

	.shopbnr-list-item a {
		display: inline-block;
		width: auto;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}

	.shopbnr-list-item img {
		width: auto;
		width: 350px;
		max-width: 100%;
	}

	.shopbnr-more{padding-top: 20px;}


	/*shop information*/

	.shopinformation{
		padding: 50px 0;
	}

	.shopinformation-address-wrapper{
		display: block;
		padding: 35px 0 0 0;
		margin: 0 -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}

	.shopinformation-image{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.shopinformation-image img{
		max-width:100%;
		width: 100%;
	}

	.shopinformation-address-wrapper address{
		width: 100%;
		padding: 0 20px;
	}

	.shopinformation-address{
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: .05em;
	}

	.shopinformation-address th {
		width: 35%;
		padding: 15px 0;
	}

	.shopinformation-address td{
		width: auto;
		padding: 15px 0;
		line-height: 1.3;
	}

	.shopinformation-address-mpp {
		float: none;
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.shopinformation-address td span {
		display: inline-block;
		padding-right: 5em;
	}

	.shopinformation-access{
		width: 100%;
		font-size: 14px;
		letter-spacing: .08em;
	}
	.shopinformation-access th {
		vertical-align: top;
		width: 35%;
		font-weight: bold;
		padding-top: 15px;
	}

	.shopinformation-access td {
		padding-top: 15px;
		width: auto;
		line-height: 1.3;
	}


	/*shop inews*/

	.shopnews{padding: 55px 0 30px;}

	.shopnews-list-wrapper{
		display: block;
		padding: 30px 0 0 0;
	}

	.shopnews-list-box{width: 100%;}

	.shopnews-list-title{
		font-size:16px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.shopnews-list{
		margin-bottom: 30px;
		height: 285px;
	}

	.shopnews-list::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	.shopnews-list::-webkit-scrollbar-thumb{
		background: #aaa;
		border-radius: 2px;
	}
	.shopnews-list::-webkit-scrollbar-track-piece {
		background: #efefef;
	}


	.shopnews-list-item{margin-top: 20px;}

	.shopnews-list-item-image{
		width: 70px;
		height: 70px;
	}

	.shopnews-list-item-inner{margin-left: 88px;}
	.shopnews-list-item-title{font-size:16px;}

	.shopnews-list-item-text{font-size:12px;}


	/*shop flyer*/

	.shopflyer{padding: 50px 0 20px;}

	.shopflyer-list-wrapper{
		display: block;
		padding: 40px 0 0 0;
	}

	.shopflyer-list-box{width: 100%;}


	.shopflyer-list{
		height: 420px;
		margin-bottom: 40px;
	}
	.shopflyer-list::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	.shopflyer-list::-webkit-scrollbar-thumb{
		background: #aaa;
		border-radius: 2px;
	}
	.shopflyer-list::-webkit-scrollbar-track-piece {
		background: #efefef;
	}

	.shopflyer-list-item{
		margin-top: 30px;
		padding-right: 10px;
	}

	.shopflyer-list-title{
		border-left: 3px solid #9D8347;
		line-height: 1.0;
		font-size:16px;
		margin-bottom: 15px;
		padding-left: 10px;
	}

	.shopflyer-list-item-image{
		width: 100px;
		float: left;
	}

	.shopflyer-list-item-inner{margin-left: 120px;}

	.shopflyer-list-item-title{
		font-size:15px;
		margin-bottom: 10px;
	}

	.shopflyer-list-item-text{
		font-size:14px;
		line-height: 1.6;
	}

	.shopflyer-list-item-more a{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		font-weight: normal;
		width: 300px;
		max-width: 96%;
	}


	/*shop guide*/

	.shopguide{padding: 50px 0 35px;}
	.shopguide-list-wrapper{padding: 40px 0 0 0;}

	.shopguide-list{
		display: flex;
		flex-wrap: wrap;
	}

	.shopguide-list-item{
		width: 49%;
		margin: 0 0 20px 2%;
		overflow: hidden;
	}

	.shopguide-list-item:nth-child(5n+1){margin-left: 2%;}
	.shopguide-list-item:nth-child(2n+1){margin-left: 0;}
	.shopguide-list-item-image{
		margin-bottom: 6px;
		text-align: center;
	}

	.shopguide-list-item-image img{
		max-width:100%;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}

	.shopguide-list-item-title{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.shopguide-list-item-category{font-size:11px; width: 146px;}


	/*shop offer*/

	.shopoffer{
		padding: 50px 0 40px;
		margin-bottom: 40px;
	}

	.shopoffer-list{
		padding: 35px 0 0 0;
	}

	.shopoffer-list-item{
		margin-bottom: 15px;
		border:none;
	}

	.shopoffer-list-item a{
		padding: 12px 10px 12px 50px;
		background-position: 15px center;
		font-size:13px;
		line-height: 1.8;
		border:none;
		box-shadow:0px 0px 5px rgba(0,0,0,0.2);
		background: url(../../images/gmshop/icon_offer.svg) no-repeat 12px center;
		background-size: 20px 26px;
	}

}

@media screen and (max-width: 1280px) {
	.shopnav-list-item-image img{width: auto;}
}
@media screen and (max-width: 980px) {
	.shopguide-list{
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
	}
	.shopguide-list-item{margin: 0 0 20px 3.5%;}
	.shopguide-list-item:nth-child(5n+1){margin: 0 0 20px 3.5%;}
	.shopguide-list-item:nth-child(4n+1){margin-left: 0;}
	.shopguide-list-item{width: 22%;}
	.indexsection-more{display: none;}
	.shophead{justify-content: space-between;}
	.shophead-address{width: 50%;}
	.shophead-address-text{display: none;}
	.shophead-title{width: 40%;}
	.shopnav-list-item-inner{
		left: 7%;
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.shophead-title{width: auto;}
	.shopguide-list{justify-content: space-between;}
	.shopguide-list-item{
		width: 49%;
		margin: 0 0 20px 0;
	}
	.shopguide-list-item:nth-child(4n+1){margin: 0 0 20px;}
	.shopguide-list-item:nth-child(5n+1){margin: 0 0 20px;}
	.shopnav-list-item-inner {
		left: 10%;
		font-size: 16px;
	}
}