@charset "UTF-8";

html {
	height: 100%;
}
body {
	min-height: 100%;
}
#map-wrapper {
	display: flex;
	flex-flow: column;
	height: 100vh;
	height: 100dvh;
}
#map-wrapper header {
	border-bottom: solid 1px var(--border-main);
}
#header-container {
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 1.4rem;
}
#header-logo {
	width: 20.0rem;
}
#header-logo img {
	width: 100%;
}
@media screen and (min-width: 960px) {
	#header-container {
		height: 84px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 10px;
	}
	#header-logo {
		width: 260px;
	}
}


#map-wrapper footer {
	margin: 0;
    padding: 1.4rem 0;
    text-align: center;
    font-size: 1.0rem;
    background: var(--main-color);
    color: #ffffff;
}
#map-wrapper #map-area {
	flex: 1;
	background: #f0f0f0;
}
#map-wrapper #map-area #mapstorelist-article,
#map-wrapper #map-area #mapstorelist-article #map {
	height: 100%;
}
#map-wrapper #map {
	width: 100%;
	height: 400px;
	background-color: grey;
}
#map-wrapper #map > ul {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 0;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

#mapstore-detail {
	position: relative;
}
#mapstore-detail .mapstore-detail--close {
	position: absolute;
	right: 80px;
	top: -40px;
	background: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.3);
}
#mapstore-detail .mapstore-detail--close::before,
#mapstore-detail .mapstore-detail--close::after {
	display: block;
	content: '';
	width: 60%;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	top: 50%;
	left: 20%;
	transform: rotate(45deg);
}
#mapstore-detail .mapstore-detail--close::after {
	transform: rotate(-45deg);
}

.mapstore-detail--container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 3.0rem 1.4rem 3.0rem;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.block-store-list--stores-title {
clear: both;
display: none;
}

.block-store-list--stores-list {
}
.block-store-list--store {
margin: 0;
padding: 0;
}
.block-store-list--store-head {
margin: 0 0 1.5rem;
}
.block-store-list--store-head .block-store-list--store-name {
font-size: 1.6rem;
font-weight: 500;
}
.block-store-list--store-head .block-store-list--store-icon {
margin: 1.0rem 0 0;
display: flex;
align-items: center;
gap: 0 1.0rem;
}
.block-store-list--store-description {
margin: 2.0rem 0;
}
.block-store-list--store-description address span {
display: block;
}
.block-store-list--store-description--address a {
display: inline-block;
border: solid 1px #ccc;
border-radius: 4px;
margin: 0.4rem 0;
padding: 0.2rem 0.8rem;
text-decoration: none;
}
.block-store-list--store-description--address a:hover {
opacity: 0.8;
}
.block-store-list--store-details {
margin: 0.8rem 0 0;
}
.block-store-list--store-details-line {
margin: 0.5rem 0;
display: flex;
align-items: flex-start;
gap: 0.8rem 1.2em;
}
.block-store-list--store-details-line > p {
min-width: 5em;
}
.block-store-list--store-details-line > div {
flex: 1;
}
@media screen and (min-width: 960px) {
.block-store-list--store {
}
.block-store-list--store-head {
	margin: 0 0 15px;
	display: flex;
	align-items: center;
}
.block-store-list--store-head .block-store-list--store-name {
	flex: 1;
	font-size: 18px;
	font-weight: 500;
}
.block-store-list--store-head .block-store-list--store-icon {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.block-store-list--store-description {
	margin: 15px 0;
}
.block-store-list--store-description--address {
}
.block-store-list--store-description address {
	display: inline;
}
.block-store-list--store-description address span {
	flex: 1;
	display: inline-block;
	margin: 0 1em 0 0;
}
.block-store-list--store-description--address a {
	display: inline-block;
	border: solid 1px #ccc;
	border-radius: 4px;
	margin: 0 10px;
	padding: 0.2rem 0.8rem;
}
.block-store-list--store-details {
	margin: 12px 0 0;
}
.block-store-list--store-details-line {
	margin: 5px 0;
	display: flex;
	align-items: flex-start;
	gap: 0.8rem 1.2em;
}
.block-store-list--store-details-line > p {
	min-width: 5em;
}
.block-store-list--store-details-line > div {
	flex: 1;
}
}

/* ACSEINE */
#header-logo {
	width: 160px;
}
.block-store-list--store-icon li img{
	width: 120px;
}
@media screen and (min-width: 960px) {
	.block-store-list--store-icon li img{
		width: 130px;
	}
}