@charset "UTF-8";

/* reset CSS */
p, ul, ol, table,
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
img, svg {
	max-width: 100%;
}



.g-container {
	background: #fff;
}

.header-info,
.g-footer {
	background: #fff;
}

.g-main {
	padding-top: 0;
	color: #000;
}

.g-main button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.g-main a {
	text-decoration: none;
	color: #000;
}
.g-main a:active {
	color: inherit;
}

.g-main > .adjust-width {
	width: inherit;
	margin: auto;
}



.mv-title {
	background-color: #3eb1de/*#83cdfa*/;
	padding: 30px 0;
	margin-bottom: 35px;
	text-align: center;
}

.card-wrap {
	margin-bottom: 55px;
}

.otoku-info {
	margin: 0;
	padding: 0;
}

.card-info {
	padding: 35px 40px;
	margin-bottom: 35px;
	border: 2px solid #E0F5FD;
	text-align: center;
}


.card-note {
	font-size: 22px;
	padding: 30px;
	line-height: 1.27;
	background-color: #e8f3fd;
}

.card-note span {
	font-size: 16px;
}

.tab-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	justify-content: space-between;
	position: sticky;
    position: -webkit-sticky; /* Safari */
	top: 132px;
    z-index: 90;
}

.tab-menu button {
	display: block;
	background-color: #fff;
	border-radius: 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.11;
	width: 145px;
	height: 100%;
	padding: 12px 0;
}

.tab-btn.current {
	pointer-events: none;
}

.tab-btn.-serviceBeauty button {
	border: 2px solid #ff5b40;
	color: #ff5b40;
}

.tab-btn.-serviceBeauty.current button {
	background-color: #ff5b40;
	color: #fff;
}

.tab-btn.-lifeStyle button {
	border: 2px solid #f18d00;
	color: #f18d00;
}

.tab-btn.-lifeStyle.current button {
	background-color: #f18d00;
	color: #fff;
}

.tab-btn.-fashion button {
	border: 2px solid #00aa7b;
	color: #00aa7b;
}

.tab-btn.-fashion.current button {
	background-color: #00aa7b;
	color: #fff;
}

.tab-btn.-fashionGoods button {
	border: 2px solid #e62e8b;
	color: #e62e8b;
}

.tab-btn.-fashionGoods.current button {
	background-color: #e62e8b;
	color: #fff;
}

.tab-btn.-restaurantCafe button {
	border: 2px solid #5878e1;
	color: #5878e1;
}

.tab-btn.-restaurantCafe.current button {
	background-color: #5878e1;
	color: #fff;
}

.tab-btn.-foods button {
	border: 2px solid #9f33d7;
	color: #9f33d7;
}

.tab-btn.-foods.current button {
	background-color: #9f33d7;
	color: #fff;
}

.shop-list-content {
	display: none;
	margin-top: 50px;
}

.category {
	border-bottom: 2px solid;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.category span {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
}

.-serviceBeauty .category {
	color: #ff5b40;
}

.-lifeStyle .category {
	color: #f18d00;
}

.-fashion .category {
	color: #00aa7b;
}

.-fashionGoods .category {
	color: #e62e8b;
}

.-restaurantCafe .category {
	color: #5878e1;
}

.-foods .category {
	color: #9f33d7;
}

.shop-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	margin-top: 50px;
	justify-content: space-between;
}

.shop-list::after {
	content: "";
	display: block;
	width: 272px;
}

.shop-list-item {
	width: 272px;
	line-height: 1.2;
	margin-bottom: 50px;
}

.shop-logo {
	padding: 20px 10px;
	height: 204px;
	border: 1px solid #7c7c7c;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.shop-logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.shop-name {
	font-size: 20px;
	font-weight: 500;
}

.shop-floor {
	display: block;
	font-size: 14px;
	color: #474747;
	margin-top: 10px;
}

.shop-type {
	display: block;
	font-size: 14px;
	color: #474747;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	margin-top: 10px;
	padding: 2px 0;
}

.txtBox {
	margin-top: 20px;
}

.shop-note {
	color: #474747;
	font-size: 14px;
}

.shop-note .red {
	color: #ff0000;
}

.timing {
	margin-top: 20px;
	font-weight: 500;
}

.attention {
	margin-top: 100px;
	padding: 30px;
	background-color: #e8f3fd;
}

.attention-list li {
	line-height: 1.375;
}

/*a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}*/

@media screen and (max-width: 767px) {
	.sp_br {
		display: block;
	}
	.g-main > .adjust-width {
		width: 100%;
		padding: 0;
	}
	.adjust-width {
		padding: 0 20px;
	}
	.mv-title {
		padding: 15px 20px 10px;
		margin-bottom: 10px;
	}
	.card-wrap {
		margin-bottom: 25px;
	}
	.card-info {
		padding: 25px 15px;
		margin-bottom: 25px;
	}
	.card-note {
		padding: 20px 12px;
		font-size: 15px;
	}
	.card-note span {
		font-size: 12px;
	}
	.tab-menu {
		top: 60px;
		padding: 0;
	}
	.tab-btn {
		width: calc(100% / 3 - 5px);
		margin-bottom: 5px;
	}
	.tab-menu button {
		font-size: 15px;
		width: 100%;
	}
	.category {
		font-size: 16px;
	}
	.category span {
		font-size: 12px;
		padding-left: 12px;
	}
	.shop-list-content {
		margin-top: 35px;
	}
	.shop-list {
		margin-top: 20px;
		padding: 0;
	}
	.shop-list-item {
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #7c7c7c;
		margin-bottom: 20px;
	}
	.shop-info {
		display: flex;
		justify-content: space-between;
	}
	.shop-logo {
		width: 40%;
		height: 106px;
		margin-bottom: 0;
		padding: 5px;
	}
	.contents {
		width: 55%;
	}
	.shop-name {
		font-size: 15px;
	}
	.shop-floor {
		font-size: 12px;
	}
	.shop-type {
		margin-top: 5px;
		padding: 0;
		font-size: 12px;
		border-top: none;
		border-bottom: none;
	}
	.txtBox {
		margin-top: 10px;
		padding: 0 10px;
	}
	.shop-note {
		line-height: 1.4;
	}
	.timing {
		margin-top: 16px;
		font-size: 17px;
	}
	.attention {
		font-size: 10px;
		padding: 10px;
		margin-top: 60px;
	}
	#restaurantCafe{
        display: block;
        padding-top: 150px;
        margin-top: -150px;
}
}



.banner-box {
	margin: 35px 0;
}

.banner-box .banner {
	margin: 20px auto;
	text-align: center;
}

.banner-box .banner.member-notice a {
	display: block;
	border: 2px solid #ee85ad;
}

@media screen and (max-width: 767px) {
	.banner-box {
		margin: 25px 0;
	}
	.banner-box .banner {
		margin: 10px auto;
	}
	.banner-box .banner.member-notice a {
		border: 1px solid #ee85ad;
	}
}




