@charset "UTF-8";

:root {
	--color-ah: #ae0072;
	--color-ah-bg: #f3cfe9;
	--color-mv: #d6005e;
	--color-mv-bg: #f3cfe9;
	--color-big: #e34b06;
	--color-big-bg: #f1c6b3;
	--color-mb: #00783c;
	--color-mb-bg: #c8e39e;
}

#contents img {
	image-rendering: -webkit-optimize-contrast;
}

#mainCont {
	background: #e8e8e8;
}
@media (min-width:769px){
	#contents {
		padding-bottom: 80px;
	}
	#mainCont {
		padding: 15px 0 45px;
	}
	#mainCont::after {
		content: "";
		display: block;
		clear: both;
	}
}
@media (max-width:768px){
	#mainCont {
		overflow: hidden;
	}
}

#lang {
	color: #fff;
	position: relative;
	text-align: center;
}
#lang .menu {
	z-index: 2;
	cursor: pointer;
	position: relative;
	background: #2d2d2d;
	border-radius: 9999px;
}
#lang .menu::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("../images/svg/overseas.svg") no-repeat center center;
	background-size: 100% 100%;
}
#lang .menu:hover {
	background: #b50081;
}
#lang ul {
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
	overflow: hidden;
	position: absolute;
	background: #2d2d2d;
	vertical-align: top;
}
#lang li + li {
	margin-top: 1px;
}
#lang a {
	color: inherit;
	display: block;
	font-size: 93%;
	padding: 3px 11px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#lang a:hover {
	background: #b50081;
}
@media (min-width:769px){
	.mainHeader .linkBox {
		margin-right: 25px;
	}
	#lang .menu {
		font-size: 9px;
		padding: 10.5px 10px;
	}
	#lang .menu::before {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	#lang ul {
		padding: 18px 0;
		border-radius: 0 0 18px 18px;
	}
}
@media (max-width:768px){
	#lang .menu {
		font-size: 7px;
		padding: 7px;
	}
	#lang .menu::before {
		width: 12px;
		height: 12px;
		margin-right: 3px;
	}
	#lang ul {
		padding: 15px 0 5px;
		border-radius: 0 0 13px 13px;
	}
	#lang a {
		font-size: 10px;
	}
}

#main h1 {
	font-size: 231%;
	line-height: 1;
}
#main h1 span {
	display: block;
	font-size: 33%;
}

.mainHeader {
	background: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainHeader:before {
	top: 0;
	bottom: 0;
	content: "";
	width: 87px;
	height: 41px;
	display: block;
	margin: auto 0;
	position: absolute;
	border-right: 1px solid #e6e6e6;
	background: no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.mainHeader.aeon:before { background-image: url(../images/shop/shop_icon_aeon.gif); }
.mainHeader.mv:before { background-image: url(../images/shop/shop_icon_mv.gif); }
.mainHeader.fc:before { background-image: url(../images/shop/shop_icon_fc.gif); }
.mainHeader.im:before { background-image: url(../images/shop/shop_icon_im.gif); }
.mainHeader.big:before { background-image: url(../images/shop/shop_icon_big.gif); }
.mainHeader.mb:before { background-image: url(../images/shop/shop_icon_mb.gif); }
.mainHeader::after { content: none; }

.mainHeader .mainTitle {
	font-weight: bold;
}
.mainHeader .mainTitle span {
	display: block;
	font-weight: normal;
}
@media (min-width:769px){
	.mainHeader {
		padding: 20px 0;
		padding-left: 125px;
		border-radius: 10px;
		margin-top: 35px;
	}
	.mainHeader:before {
		left: 25px;
	}
	.mainHeader .mainTitle {
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	.mainHeader .mainTitle span {
		font-size: 12px;
	}
}
@media (max-width:768px){
	.mainHeader {
		min-height: 40px;
		margin-bottom: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: none;
	}
	.mainHeader:before {
		width: 50px;
		height: 30px;
		background-size: 100% auto;
	}
	.mainHeader .mainTitle {
		font-size: 24px;
		line-height: 1;
		margin-top: 0;
		padding-left: 60px;
	}
	.mainHeader .mainTitle span {
		font-size: 8px;
		line-height: 1;
		margin-bottom: 5px;
	}
}

#contents .links { padding-top: 2px; }
#contents .links li a {
	color: #fff;
	width: 460px;
	height: 80px;
	display: block;
	overflow: hidden;
	font-size: 22px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	background: #b50081 no-repeat 10px center;
}
#contents .links li.recruit a {
	color: #fff;
	margin-top: 45px;
	position: relative;
	background: #ae0072 url(../images/bg_recruit_btn.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#contents .links li.recruit a:before {
	content: "";
	top: 0;
	bottom: 0;
	left: 45px;
	width: 29px;
	height: 44px;
	margin: auto 0;
	display: block;
	position: absolute;
	background: url(../images/svg/icon_recruitment.svg) no-repeat center center;
	background-size: 100% 100%;
}
#contents .links li.recruit a:after {
	content: "";
	top: 0;
	bottom: 0;
	right: 35px;
	width: 28px;
	height: 28px;
	margin: auto 0;
	display: block;
	position: absolute;
	background: url(../images/svg/icon_arrow_white.svg) no-repeat center center;
}
#contents .links li.recruit a:hover {
	background-image: none;
}

#main table {
	width: 100%;
}
#main table tr > * {
	font-size: 108%;
	line-height: 21px;
	vertical-align: top;
	padding: 12px 0 6px;
	border-bottom: 1px dashed #e6e6e6;
}
#main table th {
	width: 97px;
	color: #b50081;
	font-weight: bold;
}
#floorLink {
	font-size: 0;
	margin-top: 17px;
}
#floorLink li {
	margin-right: 5px;
	display: inline-block;
}
#floorLink img {
	width: 128px;
}
#shopIcon {
	font-size: 0;
	margin-top: 17px;
	text-align: left;
}
div#shopIcon {
	font-size: inherit;
	padding-left: 1.5em;
}
#shopIcon li {
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#shopIcon img {
	width: 100%;
}
#notice {
	clear: both;
	padding-top: 18px;
}
#notice > div {
	padding: 12px;
	background: #fff;
	border: 3px solid #b50081;
}
#notice > div ul {
	margin-top: 15px;
	padding-left: 15px;
}
#notice > div ul time {
	width: 76px;
	display: inline-block;
}
#notice > div ul time:empty {
display: none;
}
#notice h2 {
	color: #b50081;
	font-size: 124%;
	font-weight: bold;
}

#notice .notice-open{
	font-weight: bold;
	font-size: 1rem;
}
#notice .em{
	font-weight: bold;
}
#notice .em-color{
	color: #b50081;
	font-size: 1rem;
	font-weight: bold;
}
#notice .em + a{
	word-wrap: break-word;
}
#notice .ico-circle{
	display: inline-block;
	background-color: #b50081;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
#notice .ico-triangle{
	display: inline-block;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #b50081;
	width: 10px;
	height: 13px;
}

#notice .notice-time{
	max-width: 520px;
	margin: 20px auto 0;
} 
#notice .notice-time .floor{
	width: 10%;
}
#notice .notice-time .name{
	width: 35%;
}
#notice .notice-time .cat{
	width: 35%;
}
#notice .notice-time table{
	width: 100%;
	table-layout: fixed;
}
#notice .notice-time thead{
	text-align: center;
	color: #fff;
	background-color: #b50081;
}
#notice .notice-time thead tr th,
#notice .notice-time thead tr td{
	text-align: center;
}
#notice .notice-time thead tr th,
#notice .notice-time thead tr td,
#notice .notice-time tbody tr th,
#notice .notice-time tbody tr td{
	border: solid 1px #111;
}
#notice .notice-time tbody tr th{
	text-align: center;
}
#notice .notice-time tbody tr td{
	padding-left: 2px;
}

@media (min-width:769px){
	#shopIcon {
		width: 299px;
	}
}
@media (max-width:768px){
	#lang {
		min-width: 62px;
		text-align: left;
	}
	#contents .links {
		float: none;
		clear: both;
		margin-top: 0;
		font-size: 15px;
		overflow: hidden;
		padding: 27px 20px 25px;
	}
	#contents .links li {
		float: none;
		margin-left: 0;
	}
	#contents .links li + li { margin-left: 5.5px; }
	#contents .links li a {
		width: auto;
		line-height: 42px;
	}
	#contents .links li.recruit a {
		height: 45px;
		max-width: 300px;
		font-size: 14px;
		line-height: 45px;
	}
	#contents .links li.recruit a:before {
		width: 15px;
		height: 22px;
	}
	#contents .links li.recruit a:after {
		width: 18px;
		height: 18px
	}
	#contents .links li.bus a { background-image: url(../images/shop/bus_sp.png); }
	#contents .links li.park a { background-image: url(../images/shop/park_sp.png); }
	#contents .links li.delivery a { background-image: url(../images/shop/delivery_sp.png); }
}

#access {
	display: none;
}
#mapBox {
	position: relative;
}
#mapBox,
#mapBox #info {
	height: 175px;
}
#mapBox #info {
	z-index: 1;
	position: relative;
}
#mapBox .btn {
	z-index: 2;
	right: 10px;
	bottom: 10px;
	position: absolute;
}
#mapBox .btn a {
	display: block;
	font-size: 93%;
	line-height: 2;
	padding: 0 11px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#mapBox .btn a:hover {
	color: #fff;
	background: #b50081;
}
#congestion-btn a:hover {
	opacity: .6;
}

@media (min-width:769px){
	#access > div {
		display: flex;
		padding-top: 40px;
	}
	#main {
		width: calc(100% - 467px);
	}
	#map {
		width: 450px;
	}
}
@media (max-width:768px){
	#main {
		display: flex;
	}
	#main .sp-re {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	#main .photo {
		width: 172px;
		min-width: 172px;
		padding-top: 21px;
		padding-left: 12px;
	}
	#main .photo img {
		border-radius: 5px;
	}
	#main, #mapBox {
		float: none;
		width: auto;
		/*padding-left: 13px;
		padding-right: 13px;*/
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main table tr > * {
		font-size: 12px;
		line-height: 16px;
	}
	#main table th {
		width: 63px;
	}
	#shopIcon {
		width: 330px;
		margin: 0 auto;
		padding: 18px 0 13px 5px;
	}
	#shopIcon:after {
		content: "";
		display: block;
		clear: both;
	}
	#mapBox {
		margin-top: 15px;
		padding-bottom: 25px;
	}
	#mapBox, #mapBox #info {
		width: 100%;
		height: 148px;
	}
	#mapBox .btn { right: 23px; }
	#notice {
		font-size: 93%;
		margin-left: 10px;
		margin-right: 10px;
	}
	#notice h2 {
		font-size: 100%;
	}
	#notice > div {
		padding: 5px 7px;
	}
	#notice > div ul {
		margin-top: 5px;
	}
	#access {
		padding-bottom: 20px;
	}
}
@media (max-width:300px){
	#shopIcon { float: none; }
	#shopIcon li {
		width: 50%;
		margin: 0;
		margin-left: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#shopIcon li:first-child { padding-right: 5px; }
	#shopIcon li:last-child { padding-left: 5px; }
	#shopIcon li img { width: 100%; }
}

#information {
	clear: both;
}
.aeon #information { background: var(--color-ah-bg); }
.mv #information { background: var(--color-mv-bg); }
.big #information { background: var(--color-big-bg); }
.mb #information { background: var(--color-mb-bg); }
@media (min-width:769px) {
	#information {
		padding: 30px 0;
	}
}
@media (min-width:769px) and (max-width:1200px){
	#information {
		margin: 0 -20px;
	}
}
@media (max-width:768px){
	#information {
	}
}
#information .inner:after {
	content: "";
	display: block;
	clear: both;
}
#information .s-headline { margin-bottom: 0; }
#information .s-headline:before { margin-top: -5px; }
#information > section {
	height: 327px;
	position: relative;
}

@media (min-width:769px) {
	.shopBnr {
		margin-top: 20px;
	}
}
@media (max-width:768px) {
	.shopBnr {
		margin-top: 10px;
	}
}

#shopinfo {
}
#shopinfo .s-headline:before {
	background-image: url(../images/shop/icon_shopinfo.png);
}
#shopinfo ul {
	display: flex;
}
#shopinfo ul li {
	width: calc((100% - 32px) / 3);
}
#shopinfo ul li + li {
	margin-left: 16px;
}
#shopinfo ul li > * {
	color: #000;
	width: 100%;
	display: block;
	background: #fff;
	overflow: hidden;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
}
#shopinfo ul li > *:hover {
	color: #fff;
	background: #b50081;
}
#shopinfo ul li > * figure {
	position: relative;
	height: 183px;
}
#shopinfo ul li.nolink > * figure {
	height: 247px;
}
#shopinfo ul li > * img {
	position: absolute;
	top: 0;
	left: -50px;
	right: -50px;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
#shopinfo ul li.notext > * > img {
	position: static;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#shopinfo ul li.notext a:hover img { opacity: .6; }
#shopinfo ul li > * span {
	display: block;
	font-size: 124%;
	line-height: 64px;
	font-weight: bold;
	padding-left: 58px;
	position: relative;
}
#shopinfo ul li > * span:before {
	content: "";
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	left: 18px;
	bottom: 0;
	margin: auto 0;
	background: url(../images/shop/shopinfo_icons.png) no-repeat;
	background-size: auto 200%;
}
#shopinfo ul li.floormap > * span:before { background-position: 0 0; }
#shopinfo ul li.floormap > *:hover span:before { background-position: 0 -26px; }
#shopinfo ul li.opentime a span:before { background-position: -26px 0; }
#shopinfo ul li.opentime a:hover span:before { background-position: -26px -26px; }
#shopinfo ul li.sc a span:before { background-position: -52px 0; }
#shopinfo ul li.sc a:hover span:before { background-position: -52px -26px; }
#shopinfo ul li > * span:after {
	content: "";
	width: 50px;
	height: 10px;
	display: block;
	background: #b50081;
	position: absolute;
	right: -25px;
	bottom: 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}
#shopinfo ul li > *:hover span:after { background: #fff; }
@media (min-width:769px){
	#information .inner {
		display: flex;
	}
	#shopinfo {
		width: 872px;
		min-width: 872px;
	}
}
@media (max-width:1200px){
	#shopinfo {
		width: 75%;
		padding-left: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#shopinfo ul li {
		width: 31%;
		margin-right: 1.78%;
	}
	#shopinfo ul li > * { width: 100%; }
}
@media (max-width:768px){
	#information > section {
		float: none;
		width: auto !important;
		height: auto;
	}
	#information .s-headline { margin: 0 -20px 8px; }
	#shopinfo {
		width: auto;
		padding: 0;
	}
	#shopinfo ul {
		width: auto;
		padding-bottom: 30px;
		flex-direction: column;
	}
	#shopinfo ul li {
		width: auto;
		float: none;
		margin-right: 0;
		border-radius: 3px;
		overflow: hidden;
		display: flex;
		height: calc((100vw - 20px) / 71 * 16);
	}
	#shopinfo ul li.opentime.nolink {
		display: none;
	}
	#shopinfo ul li.floormap a,
	#shopinfo ul li.opentime a,
	#shopinfo ul li.sc a {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	#shopinfo ul li + li {
		margin-top: 15px;
		margin-left: 0;
	}
	#shopinfo ul li > * { height: auto; }
	#shopinfo ul li > * figure {
		width: 49%;
		height: auto;
		position: static;
	}
	#shopinfo ul li.nolink > * figure {
		width: 100%;
		height: 100%;
	}
	#shopinfo ul li > * img {
		width: 100%;
		position: static;
		object-fit: cover;
	}
	#shopinfo ul li > img { width: 100%; }
	#shopinfo ul li > * span {
		width: 51%;
		height: auto;
		font-size: 16px;
		line-height: 1em;
		padding-left: 20px;
		box-sizing: border-box;
	}
	#shopinfo ul li > * span:before {
		margin-top: -3px;
		margin-right: 1em;
		position: static;
		display: inline-block;
		vertical-align: middle;
	}
	#shopinfo ul li > * span:after {
		content: none;
	}
}

#flyer {
	background: #fff;
}
#flyer .s-headline:before {
	background-image: url(../images/shop/icon_flyer.png);
}
#flyer .box {
	background: #fff;
	padding-top: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#flyer .howto { text-align: center; }
#flyer .howto a:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/shop/howto_flyer.gif) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 8px 3px 0;
}
#chirashiList {
	margin-left: auto;
	margin-right: auto;
}
.shufoo-vertical {
	margin-left: 0;
	margin-right: 0;
	overflow-x: visible !important;
	overflow-y: visible !important;
}
@media (min-width:768px){
	#notice ~ #flyer {
		margin-top: 40px;
	}
	#flyer {
		width: calc(100% - 410px);
		float: right;
		overflow: auto;
		position: relative;
		border-radius: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#flyer .s-headline {
		top: 20px;
		left: 30px;
		z-index: 1;
		position: absolute;
	}
	#flyer .box {
		width: auto;
		height: 232px;
		padding: 20px 20px 20px 30px;
	}
	#flyer .howto {
		right: 40px;
		bottom: 20px;
		position: absolute;
	}
}
@media (max-width:768px){
	#flyer {
		margin-top: 10px;
		border-radius: 5px;
		padding: 12px 20px 30px;
	}
	#flyer .s-headline {
		margin-left: -15px;
	}
	#flyer .box {
		height: 296px;
	}
	#chirashiList {
		overflow: auto;
	}
	#flyer .howto { font-size: 15px; }
	#flyer .howto a::before {
		width: 26px;
		height: 26px;
	}
}

#service { clear: both; }
#service:after {
	/*content: "";*/
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e6e6e6;
}
#service h3 {
	color: #b50081;
	font-size: 124%;
}
#service ul {
	display: inline-block;
}
#service ul:after {
	content: "";
	display: block;
	clear: both;
}
#service li {
	float: left;
	width: 79px;
	height: 87px;
	font-size: 77%;
	line-height: 36px;
	text-align: center;
	border: 1px solid #e4e4e4;
	margin: 0 -1px -1px 0;
	background-size: 79px auto;
	background-repeat: no-repeat;
	background-position: center 13%;
}
body.large #service li { font-size: 10px; }
#service li span {
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}
#service li:before {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	padding-top: 50px;
}
#service li.noicon { line-height: 87px; }
#service li.noicon:before { content: none; }
#service #service_atm li:not(.nopop) { cursor: pointer; }
@media (min-width:769px){
	#service {
		margin-top: 20px;
	}
	#service > div { display: block !important; }
	#service #service_atm,
	#service #service_waon { float: left; padding-top: 20px; }
	#service #service_waon { margin-left: 54px; }
	#service #service_facility {
		clear: both;
		padding: 14px 0 0;
	}
	#service #recycle_facility {
		padding-top: 30px;
		clear: both;
	}
	#service #service_atm {
		max-width: calc(100% - 216px);
	}
}
@media (max-width:768px){
	#service { padding: 18px 20px 0; }
	#service h2 {
		cursor: pointer;
		margin-left: -20px;
		margin-right: -20px;
	}
	#service h2:before {
		background-image: url(../images/shop/icon_service.png);
	}
	#service h2:after {
		content: "";
		width: 28px;
		height: 28px;
		background: url(../images/icon_toggle.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin: auto 0;
	}
	#service.open h2:after {
		background-position: center bottom;
	}
/*	#service > div { display: none; }*/
	#service section + section { margin-top: 25px; }
	#service h3 { font-size: 20px; }
	#service ul { display: block; }
	#service li {
		width: 20%;
		height: 89px;
		font-size: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#service_facility { padding-bottom: 25px; }
}
@media (max-width:486px){
	#service li { width: 25%; }
}
@media (max-width:360px){
	#service li span { font-size: 8px; }
	#service li span br { display: none; }
}

#shopnews { padding: 23px 0; }
#shopnews .slick-track {
	margin-left: 0;
	margin-right: 0;
}
#shopnews ul {
	margin: 0 -6px;
	position: relative;
}
#shopnews li {
	margin: 0 6px;
	width: 231px;
	position: relative;
}
#shopnews li a { display: block; }
#shopnews li a:hover {
	color: #b50081;
}
#shopnews li .new {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 35px;
	height: 35px;
	font-size: 77%;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	z-index: 1;
}
.aeon #shopnews li .new { background: var(--color-ah); }
.mv #shopnews li .new { background: var(--color-mv); }
#shopnews li figure {
	height: 0;
	padding-top: 71.4%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#shopnews li figure img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
}
#shopnews li h3 {
	height: 38px;
	font-size: 108%;
	font-weight: bold;
	line-height: 19px;
	overflow: hidden;
	margin: 13px 0 4px;
}
#shopnews li .date { font-size: 93%; }
#shopnews li .btn,#congestion-btn a {
	color: #fff;
	margin-top: 9px;
	background: #333;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
#congestion-btn a {
	background: #b50081;
	width: 323px;
	text-align: center;
	box-sizing: border-box;
	margin: 10px auto;
	height: 34px;
	line-height: 36px;
	font-size: 124%;
}
#congestion-btn p {
	font-size: 87%;
	line-height: 15px;
}
#shopnews li .btn:before,
#congestion-btn a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #b1b1b1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto 0;
}
#shopnews li .btn:after,
#congestion-btn a:after {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 2px solid #b1b1b1;
	border-right: 2px solid #b1b1b1;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto 0;
}
#congestion-btn a:before,
#congestion-btn a:after {
	border-color: #fff;
}
#shopnews li a:hover .btn { background: #b50081; }
#shopnews li a:hover .btn:before,
#shopnews li a:hover .btn:after { border-color: #fff; }
#shopnews .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	height: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: none;
	transform: translateY(-50%);
}
#shopnews .slick-arrow:after {
	content: "";
	display: block;
	border-top: 2px solid #3a3a3a;
	border-right: 2px solid #3a3a3a;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#shopnews .slick-next:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#shopnews .slick-prev:after {
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
@media (min-width:769px){
	#shopnews .slick-arrow {
		top: 87px;
		width: 24px;
		padding-top: 24px;
	}
	#shopnews .slick-prev { left: -24px; }
	#shopnews .slick-next { right: -24px; }
	#shopnews .slick-arrow::after {
		width: 24px;
		height: 24px;
	}
	#shopnews .slick-prev::after { left: 9px; }
	#shopnews .slick-next::after { right: 9px; }
}
@media (max-width:768px){
	#shopnews {
		padding: 20px 13px 30px;
	}
	#shopnews .s-headline {
		margin-left: -13px;
		margin-right: -13px;
	}
	#shopnews li .new {
		width: 25px;
		height: 25px;
		font-size: 8px;
		line-height: 25px;
	}
	#shopnews li h3 {
		height: 26px;
		font-size: 10px;
		line-height: 13px;
		margin: 10px 0 1px;
	}
	#shopnews li .date { font-size: 9px; }
	#shopnews li .btn a {
		height: 35px;
		font-size: 15px;
		line-height: 35px;
		margin: 9px 5px 0;
	}
	#shopnews .slick-arrow {
		width: 24px;
		padding-top: 24px;
	}
	#shopnews .slick-prev { left: -18px; }
	#shopnews .slick-next { right: -18px; }
	#shopnews .slick-arrow::after {
		width: 24px;
		height: 24px;
	}
	#shopnews .slick-prev::after { left: 9px; }
	#shopnews .slick-next::after { right: 9px; }
	#congestion-btn p {
		margin: 0 10px;
		letter-spacing: -0.3px;
	}
}


#i_regi{
	margin-top: 20px;
}


#event .length .bnrWeek {
	background: #2d2d2d;
}
#event #cal-link a {
	display: block;
	background: #fff;
	font-weight: bold;
	text-align: center;
}
.aeon #event #cal-link a:hover { color:var(--color-ah); }
.mv #event #cal-link a:hover { color:var(--color-mv); }
.big #event #cal-link a:hover { color:var(--color-big); }
#event #cal-link a::before,
#event #cal-link a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center center;
	background-size: 100% 100%;
}
.aeon #event #cal-link a::before {
	background-image: url(../images/shop/aeon/icon_calendar.png);
}
.mv #event #cal-link a::before {
	background-image: url(../images/shop/mv/icon_calendar.png);
}
.big #event #cal-link a::before {
	background-image: url(../images/shop/big/icon_calendar.png);
}
#event #cal-link a::after {
	background-image: url(../images/svg/icon_arrow_black.svg);
}
#event #cal-link a span {
	display: inline-block;
	vertical-align: middle;
}
#event #cBox {
	display: none;
}
@media (min-width:769px){
	#event {
		float: left;
		width: 380px;
	}
	#notice ~ #event {
		margin-top: 40px;
	}
	#event .length {
		display: flex;
		overflow: hidden;
		border-radius: 10px;
	}
	#event .length .bnrWeek {
		width: 79px;
	}
	#event .length > ul {
		width: 300px;
	}
	#event .length > ul img {
		height: 110px;
	}
	#event #cal-link {
		margin-top: 11px;
	}
	#event #cal-link a {
		height: 110px;
		line-height: 110px;
		border-radius: 10px;
	}
	#event #cal-link a::before {
		width: 31px;
		height: 31px;
	}
	#event #cal-link a::after {
		width: 30px;
		height: 30px;
	}
	#event #cal-link a span {
		font-size: 19px;
		line-height: 26px;
		text-align: left;
		margin-left: 1em;
		margin-right: 2em;
	}
}
@media (max-width:768px){
	.mainHeader + #event {
		margin-top: 10px;
	}
	#notice ~ #event {
		margin-top: 10px;
	}
	#event .length {
		display: flex;
		overflow: hidden;
		border-radius: 5px;
	}
	#event .length .bnrWeek {
		width: 75px;
		min-width: 75px;
	}
	#event .length li img {
		width: calc((100vw - 20px) * 0.785);
		height: calc((100vw - 20px) * 0.27);
	}
	#event #cal-link a {
		text-align: left;
		margin-top: 10px;
		line-height: 103px;
		border-radius: 5px;
		padding-left: 19px;
		position: relative;
	}
	#event #cal-link a::before {
		width: 29px;
		height: 29px;
		margin-right: 15px;
	}
	#event #cal-link a::after {
		top: 0;
		right: 13px;
		bottom: 0;
		width: 28px;
		height: 28px;
		margin: auto 0;
		position: absolute;
	}
	#event #cal-link a span {
		font-size: 17px;
		text-align: left;
		line-height: 24px;
	}
}

#pageLink {
	clear: both;
	display: flex;
	justify-content: center;
}
#pageLink a {
	display: block;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#pageLink a.white { background: #fff; }
.aeon #pageLink a.color { background: var(--color-ah-bg); }
.mv #pageLink a.color { background: var(--color-mv-bg); }
.big #pageLink a.color { background: var(--color-big-bg); }
.mb #pageLink a.color { background: var(--color-mb-bg); }
#pageLink a.color::after {
	top: 100%;
	left: 0;
	right: 0;
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	background: inherit;
	transform: translateY(-50%) rotate(45deg);
}
@media (min-width:769px){
	#pageLink {
		padding-top: 45px;
		filter: drop-shadow(0px 0px 9px #c3c3c3);
	}
	#pageLink a {
		width: 384px;
		height: 90px;
		font-size: 18px;
		line-height: 90px;
		border-radius: 10px;
		margin: 0 13px;
	}
	#pageLink a:hover {
		color: #fff;
		background: #080000 !important;
	}
	#pageLink a.color::after {
		width: 22px;
		height: 22px;
	}
}
@media (max-width:768px){
	#pageLink {
		padding: 20px 0;
		justify-content: space-between;
		filter: drop-shadow(0px 0px 3px #c3c3c3);
	}
	#pageLink li {
		width: calc(50% - 5px);
	}
	#pageLink a {
		font-size: 14px;
		line-height: 60px;
		border-radius: 5px;
	}
	#pageLink a.color::after {
		width: 11px;
		height: 11px;
	}
}

#scbnr {
	margin: 0 -10px;
}
#scbnr li { margin: 0 10px; }
#scbnr li a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	border: solid 1px #d5d5d5;
}
#scbnr li img {
	width: 100%;
}
#scbnr .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 29px;
	height: 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	margin-top: -15px;
	padding: 29px 0 0;
	background: #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#scbnr .slick-prev { left: -38px; }
#scbnr .slick-next { right: -38px; }
#scbnr .slick-arrow:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#scbnr .slick-next:after {
	right: 11px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#scbnr .slick-prev:after {
	left: 11px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
@media (min-width:769px){
	#scbnr li a {
		display: block;
		/*border-radius: 20px;*/
	}
}
@media (max-width:768px){
	#scbnr .slick-arrow {
		top: 7vw;
		width: 24px;
		padding-top: 24px;
		margin-top: -12px;
	}
	#scbnr .slick-prev { left: -10px; }
	#scbnr .slick-next { right: -10px; }
	#scbnr .slick-arrow::after {
		width: 8px;
		height: 8px;
	}
	#scbnr .slick-prev::after { left: 9px; }
	#scbnr .slick-next::after { right: 9px; }
}

#service + #scnews {
	margin-top: 23px;
	overflow: hidden;
}
#scbnr + #scnews_posts {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
#scnews #more { display: none; }
#scnews #scnews_posts:after,
#scnews #more:after {
	content: "";
	display: block;
	clear: both;
}
#scnews #scnews_posts > li,
#scnews #more > li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: calc(33% - 13px);
	width: calc(calc(100% - 40px) / 3);
	border: 3px solid #e899d1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#scnews #scnews_posts > li a,
#scnews #more > li a {
	height: 141px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px 0 10px 10px;
}
#scnews #scnews_posts > li a:hover,
#scnews #more > li a:hover { background: #fbffeb; }
#scnews #scnews_posts > li figure,
#scnews #more > li figure {
	float: left;
	width: 25.7%;
	text-align: center;
}
#scnews #scnews_posts > li figure img,
#scnews #more > li figure img {
	vertical-align: top;
	width: auto;
	height: auto;
	max-width: 97px;
	max-height: 143px;
}
#scnews #scnews_posts > li .text,
#scnews #more > li .text {
	float: right;
	width: 67.9%;
}
#scnews #scnews_posts > li h3,
#scnews #more > li h3 {
	color: #b50081;
	font-size: 108%;
	font-weight: bold;
	line-height: 22px;
}
#scnews #scnews_posts > li li,
#scnews #more > li li {
	padding-left: 1em;
	text-indent: -1em;
}
#scnews #scnews_posts > li ul,
#scnews #more > li ul {
	right: 0;
	bottom: 10px;
	width: 67.9%;
	position: absolute;
}
#scnews #scnews_posts > li li:before,
#scnews #more > li li:before {
	content: "■";
	color: #b50081;
	display: inline;
}
#scnews .more a {
	margin: 0;
	height: 49px;
	display: block;
	font-size: 124%;
	line-height: 49px;
	text-align: center;
	border: 1px solid #d7d7d7;
}
#scnews .more a:after {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-bottom: 2px;
	background: url(../images/shop/icon_more.png) no-repeat left top;
	background-size: 200% auto;
	-moz-background-size: 200% auto;
	-webkit-background-size: 200% auto;
}
#scnews .more a:hover { border-color: #b50081; }
#scnews .more a:hover:after { background-position: right top; }
#scnews #more.open + .more a:after { background-position: left bottom; }
#scnews #more.open + .more a:hover:after { background-position: right bottom; }

@media (min-width:1201px){
	#scnews #scnews_posts > li:nth-child(3n+1),
	#scnews #more > li:nth-child(3n+1) { margin-left: 0; }
}
@media (max-width:1200px){
	#scnews #scnews_posts > li,
	#scnews #more > li { width: calc(50% - 10px); }
	#scnews #more > li { width: calc(calc(100% - 20px) / 2); }
}
@media (min-width:769px) and (max-width:1200px){
	#scnews #scnews_posts > li:nth-child(2n+1),
	#scnews #more > li:nth-child(2n+1) { margin-left: 0; }
}
@media (max-width:768px){
	#scnews #scnews_posts,
	#scnews #more { padding: 0 13px; }
	#scnews #scnews_posts > li,
	#scnews #more > li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	#scnews #scnews_posts > li a,
	#scnews #more > li a { height: 131px; }
	#scnews #scnews_posts > li figure img,
	#scnews #more > li figure img {
		width: 89px;
	}
	#scnews #scnews_posts > li .text,
	#scnews #more > li .text {
		padding-right: 5px;
	}
	#scnews #scnews_posts > li .text,
	#scnews #scnews_posts > li ul,
	#scnews #more > li .text,
	#scnews #more > li ul { width: calc(100% - 111px); }
	#scnews #scnews_posts > li h3,
	#scnews #more > li h3 {
		font-size: 12px;
		line-height: 20px;
		max-height: 60px;
		overflow: hidden;
	}
	#scnews #scnews_posts > li h3 br,
	#scnews #more > li h3 br { display: none; }
	#scnews #scnews_posts > li ul,
	#scnews #more > li ul {
		font-size: 11px;
		line-height: 17px;
	}
	#scnews .more a {
		height: 33px;
		margin: 0 13px;
		font-size: 15px;
		line-height: 33px;
		position: relative;
	}
	#scnews .more a::after {
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin: auto 0;
	}
}

#offer { margin-top: 30px; }
#offer ul {
	padding: 30px;
	background: #e6e6e6;
}
#offer ul:after {
	content: "";
	display: block;
	clear: both;
}
#offer li {
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: calc(25% - calc(60px / 3));
}
#offer li:hover { border-color: #b90f88; }
@media (min-width:1201px){
	#offer li + li { margin-left: 20px; }
}
@media (min-width:769px) and (max-width:1200px){
	#offer li { width: calc(50% - 10px); }
	#offer li:nth-child(even) { margin-left: 20px; }
	#offer li:nth-child(2) ~ li { margin-top: 20px; }
}
@media (max-width:768px){
	#offer ul {
		padding: 8px;
		margin: 0 13px;
	}
	#offer li { width: 100%; }
	#offer li + li { margin-top: 10px; }
}
#offer li:after {
	content: "";
	width: 20px;
	height: 10px;
	display: block;
	position: absolute;
	background: #b50081;
	right: -10px;
	bottom: 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}
#offer a {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 139%;
	font-weight: bold;
	line-height: 74px;
	background: #fff;
	text-align: center;
	border: 3px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#offer li:hover a {
	color: #b90f88;
	border-color: #b90f88;
}
#offer a span {
	padding: 0 5px;
	line-height: 1.3em;
	display: inline-block;
	vertical-align: middle;
}

#shopnews .s-headline:before {
	background-image: url(../images/shop/icon_news.png);
}
#scnews .s-headline:before {
	background-image: url(../images/shop/icon_scnews.png);
}
#offer .s-headline:before {
	background-image: url(../images/shop/icon_offer.png);
}
#service .s-headline:before {
	background-image: url(../images/shop/icon_service.png);
}
#shopnews.new .s-headline::after {
	content: "";
	display: block;
	position: absolute;
	background: #ff002f;
	border-radius: 50%;
}

.mb + #main + #mapBox .ntgeo-icon,
.mb + #main + #mapBox .ntgeo-icon img {
	width: 60px !important;
	height: 45px !important;
}

@media (min-width:769px){
	.mb + #main + #mapBox .ntgeo-icon {
		left: 195px !important;
		top: 50px !important;
	}
	#congestion-btn {
		float: right;
		width: 450px;
	}
	#shopnews.new .s-headline::after {
		top: 0;
		left: 0;
		width: 17px;
		height: 17px;
	}
}
@media (max-width:768px){
	.mb + #main + #mapBox .ntgeo-icon {
		left: 145px !important;
		top: 29px !important;
	}
	#congestion-btn a {
		width: 245px;
		text-align: left;
		padding-left: 14px;
	}
	#shopnews.new .s-headline::after {
		top: 3px;
		left: 12px;
		width: 12.5px;
		height: 12.5px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
カレンダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#modal.cal {
	width: 500px;
}
.calendarBox {
  width: 100%;
  overflow: hidden;
  border-top: 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  min-height: 316px;
  border-color: #b50081;
}
.calendarBox > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
  padding-left: 32px;
  margin: 3px 0 11px;
}
.calendarBox > p:after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/calender_icon.png);
}
.calendar {
  width: 100%;
  table-layout: fixed;
}
.calendarBox .calendar {
  float: left;
  border: 1px solid #e6e6e6;
}
.calendarBox figure {
  padding: 11px 6px 0 0;
  clear: both;
}
.calendar thead th {
	height: 30px;
  font-size: 14px;
  background: #e6e6e6;
}
.calendar tr > * {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
}
.calendar tbody td {
	height: 50px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.calendar tbody tr td:last-child {
  border-right: none;
}
.calendar tbody td span {
  z-index: 1;
  display: block;
  position: relative;
}
.calendar tbody td:before,
.calendar tbody td:after {
  content: "";
  width: 51%;
  height: 200%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.calendar tbody td:before {
  left: 0;
}
.calendar tbody td:after {
  right: 0;
}
.calendar tbody td.yellowL:before,
.calendar tbody td.yellowR:after {
  background: #dacf49;
}
.calendar tbody td.orangeL:before,
.calendar tbody td.orangeR:after {
  background: #da675f;
}
.calendar tbody td.pinkL:before,
.calendar tbody td.pinkR:after {
  background: #e899d1;
}
.calendar tbody td.redL:before,
.calendar tbody td.redR:after {
  background: #b50081;
}
.calendar tbody td.grayL:before,
.calendar tbody td.grayR:after {
  background: #c6c6c6;
}
.calendar tbody td.greenL:before,
.calendar tbody td.greenR:after {
  background: #649249;
}
.calendar tbody td.bgreenL:before,
.calendar tbody td.bgreenR:after {
  background: #47bcad;
}
.calendar tbody td.blueL:before,
.calendar tbody td.blueR:after {
  background: #4794bc;
}
.calendar tbody td.sponeL:before,
.calendar tbody td.sponeR:after {
  /* background: #47c06b; */
  background: #ffd800;
}
.calendar tbody td.spdayL:before,
.calendar tbody td.spdayR:after {
  /* background: #47c06b; */
  background: #ffd800;
}
.calendar tbody td.brownL:before,
.calendar tbody td.brownR:after {
	background: #af754f;
}
#maincalendar .calendar table {
  width: 100%;
}
@media (max-width: 1200px) {
  .calendarBox > p {
    line-height: 26px;
    margin-bottom: 5.5%;
    padding-left: 27px;
  }
  #maincalendar .calendar table {
    height: 18vw;
    min-height: 181px;
    max-height: 200px;
  }
  .calendarBox figure img {
/*    width: 100%;*/
  }
}

@media (max-width: 768px) {
	#modal.cal {
		width: calc(100vw - 40px);
	}
  #maincalendar {
    width: calc(50% - 5px);
    max-width: 100%;
    margin-bottom: 2.8%;
    height: 430px;
  }
  .calendarBox figure img.pc {
    display: block !important;
  }
  .calendarBox figure img.sp {
    display: none !important;
  }
  .calendarBox > p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 31px;
  }
  .calendar thead th {
    font-size: 14px;
  }
  .calendar tbody td {
    font-size: 17px;
    height: 36px;
  }
  .calendarBox {
    max-height: 100%;
    height: auto;
    min-height: 100%;
  }
  .calendarBox figure {
    padding: 17px 6px 11px 0;
  }
}

@media (max-width: 750px) {
  .calendarBox figure img.pc {
    display: none !important;
  }
  .calendarBox figure img.sp {
    display: block !important;
  }
  #maincalendar {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .calendarBox {
    border-width: 4px;
    max-height: 100%;
    border-radius: 0;
  }
  .calendarBox > p {
    font-size: 17px;
    line-height: 36px;
    padding-left: 12px;
  }
  .calendarBox figure {
    padding: 20px 0 0;
    clear: both;
  }
  .calendarBox figure img {
/*    width: 31vw;*/
  }
  .calendarBox .calendar {
    height: auto;
  }

  .calendarBox > p:after {
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
  .calendarBox > p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
  }
  #maincalendar .calendar thead th {
    height: 7vw;
    font-size: 10px;
  }
  #maincalendar .calendar tbody td {
    height: 14vw;
    font-size: 14px;
  }
}

.shopBnr .slideList.slides1 .slick-track .slick-slide img {
	max-width: 95% !important;
}
@media (min-width:769px){
	.slideList.slides1 {
		margin-left: -37.5%;
		margin-right: 37.5%;
	}
	.slideList.slides2 {
		margin-left: -25%;
		margin-right: 25%;
	}
	.slideList.slides3 {
		margin-left: -12.5%;
		margin-right: 12.5%;
	}

	.shopBnr .slideList.slides1 {
		margin-left: 0;
		margin-right: 50%;
	}
	.shopBnr .slideList.slides1 .slick-track{
		width: 100% !important;
	}
	.shopBnr .slideList.slides1 .slick-track .slick-slide {
		width: 100% !important;
	}
	.shopBnr .slideList.slides2 {
		margin-left: 0;
		margin-right: 0;
	}
	.shopBnr .slideList.slides3 {
		margin-left: 0;
		margin-right: 0;
	}
}