@charset "utf-8";
/* CSS Document */


.vpop {
	display: none;
	width: 100%;
	max-width: 600px;
	padding: 35px;
	text-align: justify;
	border: 1px solid #e0e0e0;
}

.vpop .fancybox-close-small {
top: 0px;
right: 0px;
}

.vpop .content-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.vpop .content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 40px 20px 0 20px;
}

.shop_name{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 1em;
}
.shop_name img{
	width: 2em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
table.shop_info{}
table.shop_info tr{}
table.shop_info tr th ,table.shop_info tr td{
	padding-bottom: 1em;
}
table.shop_info tr th{
	font-weight: normal;
	letter-spacing: 0em;
	white-space: nowrap;
	padding-right: 1em;
}
table.shop_info a{
	color: #373737;
}
.shop_map{
	width: 100%;
	height: 250px;
}

.shop_map + table.shop_info{
	margin-top: 1em;
}


@media screen and (max-width: 798px) {
.vpop {
	padding:1em;
	font-size: 0.9rem;
}
table.shop_info a{

}
}