body {
	background-color: #FEFEFE;
}

.card {
	height: 140px;
	background-color: white;
	/* background-color: #fff2f6; */
	padding: 5px;
	margin-bottom: 10px;
	font-family: Helvetica;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
}

.areacard {
	position: relative;
	background-color: #F19CAD;
	color: #FFFFFF;
	font-weight: 600;
	padding: 5px;
	margin-bottom: 10px;
	padding-left:3em;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
}
.card__image {
	display: inline-block;
	margin-right: 10px;
	/* max-height: 140px;
	max-width: 140px; */
	height: 140px;
    width: 140px;
    object-fit: contain;
}

.card__content {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(100% - 160px);
	height: 140px;
}

.card__content h3 {
	margin: 0;
}

.card__bottom {
	position: absolute;
	bottom: 0;
	text-align: right;
    width: -webkit-fill-available;
}

#CardList{
	margin:0px auto;
	max-width: 900px;
}

.hidden{
	display: none;
}
.areashown{
	background-color: #FCE4EC;
}

[name=arrow]{
	position: absolute;
    right: 12px;
    top: 30%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
}

.Shop-Tile{
	margin: 3vh auto;
	width: fit-content;
	height: fit-content;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 20px 0px;
	border-radius: 10px 10px 10px 10px;
	vertical-align:middle;
    background-color:#ffffff;
}
.Top-Infos{
    display: block;
    margin: 1vw auto 1vw 0px;
    padding-left: 5vw;
    width: 90%;
    border-bottom: 1px solid #FF7699;
}

.Top-Infos h2{
	font-size: calc(12px + 2vw);
	border-top: none;
	border-bottom: none;
	color: #FF7699;
	margin: 0;
}

.Details-Infos{
	position: relative;
}

.Details-Group *{
	display: inline-flex;
}

.Shop-Label{
	width: 15em;
	font-weight: 600;
}

.Shop-Info{
	width: 600px;
}

.card:hover{
	cursor: pointer;
	box-shadow: inset 2px 1px 8px 1px rgba(0,0,0,0.5);
}




section[name="area_list"]{
	width: 80%;
	margin: auto;
	padding: 5vw 0;
}

section[name="area_list"]>a {
	cursor: default;
	width: 15vw;
	min-width: fit-content;
    height: 4vw;
    line-height: 4vw;
    margin: 16px;
	padding: 3px 6px;
	font-size: 2vw;
	color: #FFFFFF;
	border: none;
	user-select: none;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
}
section[name="area_list"]>a:nth-child(even) {
	background-color: #FF99CC;
}
section[name="area_list"]>a:nth-child(odd) {
	background-color: #FF7699;
}
section[name="area_list"]>a:hover{
    height: calc(-4px + 4vw);
    width: calc(-4px + 15vw);
    line-height: calc(-4px + 4vw);
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
}
section[name="area_list"]>a:nth-child(even):hover{
    border: 2px solid #FF99CC;
	color: #FF99CC;
}
section[name="area_list"]>a:nth-child(odd):hover{
    border: 2px solid #FF7699;
	color: #FF7699;
}
section[name="area_list"]>a:active{
	-webkit-box-shadow: inset 0 1px 31px rgba(255, 153, 204, 0.2), 0px 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 31px rgba(255, 153, 204, 0.2), 0px 2px rgba(255, 255, 255, 0.4);
}
section[name="area_list"]>a:focus{
    outline: none;
}

section[name="shop_list"]{
	margin: auto;
	margin-bottom: 3vw;
	height: fit-content	;
	width: 90%	;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 10px 10px;
	vertical-align:middle;
	background-color:#ffffff;
	padding: 4vw;
}

section[name="shop_list"] h2{
	color: #FF7699;
}
section[name="shop_list"] table{
	text-align: left;
	border-collapse: collapse;
	color: #FF7699;
}
section[name="shop_list"] table tr:hover td{
	-webkit-box-shadow: inset 0 1px 31px rgba(255, 153, 204, 0.2), 0px 2px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 31px rgba(255, 153, 204, 0.2), 0px 2px rgba(255, 255, 255, 0.4);
}
section[name="shop_list"] table tr>*{
	border-top: 2px solid #FFD6E0;
	border-bottom: 2px solid #FFD6E0;
    line-height: 100%;
	padding: 1vw;
	user-select: none;
}
section[name="shop_list"] table th:nth-child(1){
	min-width:28vw;
}
section[name="shop_list"] table th:nth-child(2), section[name="shop_list"] table td:nth-child(2){
	min-width:18vw;
	border-left: 2px dotted #FFD6E0;
	border-right: 2px dotted #FFD6E0;
}
section[name="shop_list"] table th:nth-child(3){
	min-width:28vw;
}


.Shop_Details_Subtitle{
	display: block;
    margin: 1vw auto 1vw 0px;
    padding-left: 5vw;
    width: 40%;
    border-bottom: 1px solid #FF7699;
}

.Shop_Details_Subtitle h3{
	border-top: none;
    border-bottom: none;
    border-left: 1vw solid #FF7699;
    color: #FF7699;
    padding-bottom: 0;
    padding-left: 1vw;
    margin: 0;
    margin-bottom: .5vw;
    line-height: 1em;
    font-size: 1.5em;
}
.Shop_Details_Infos{
	padding: 1vw 5vw;
}

.Shop_Details_Link{
	padding: 1vw 5vw;
}

.Shop_Details_Link a{
	color: #FF7699;
	font-weight: 900;
	text-decoration: none;
}
.Shop_Details_Link a:hover{
	text-shadow: 2px 2px 8px #FAC8D0, 2px 2px 8px #FAC8D0;
}

.GoogleMap_Container{
	padding: 1vw 5vw;
}

  /*Responsive Styles*/
@media screen and (max-width : 760px){
	.card {
		height: fit-content;
		background-color: white;
		padding: 5px;
		margin-bottom: 10px;
		font-family: Helvetica;
		box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
	}
	.card__content {
		display: contents;
		position: relative;
		vertical-align: top;
		width: calc(100% - 160px);
		height: fit-content;
	}
	.card__bottom {
		position: initial;
	}
	.Details-Group{
		max-width: 350px;
	}
	iframe{
		width: 300px;
	}
	h1{
		white-space: initial;
	}
	img{
		max-width: 350px;
	}
	.Shop-Info{
		width: unset;
	}





	section[name="area_list"]{
		width: 100%;
		margin: auto;
		padding: 5vw 0;
	}
	section[name="area_list"]>a{
		font-size: 3vw;
		margin: 6px;
	}
	.Shop_Details_Subtitle{
		width: 70%;
	}
	.Shop_Details_Subtitle h2{
		font-size: 1.5em;
	}
}