@charset "utf-8";
/* CSS Document */

.footBnrSlider{
	display: none;
}

.pageTtlWrap .ttl{
	font-size: 24px;
	font-weight: normal;
}


#subNav{
	margin-top: 30px;
	margin-bottom: 15px;
}
#subNav .area_list li{
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
}
#subNav .area_list li{
	width: 170px;
	font-size: 22px;
	display: block;
	text-align: center;
	background: #fff;
	border: 2px solid #206140;
	cursor: pointer;
	border-radius: 20px;
}
#subNav .area_list li a{
	color: #206140;
	display: block;
	padding: 3px 0;
	border-radius: 20px;
}
#subNav .area_list li:hover{
	background-color: #eee;
}
#subNav .area_list li.current{
	width: 170px;
	font-size: 22px;
	display: block;
	text-align: center;
	background: #206140;
	color: #fff;
	padding: 3px 0;
	border-radius: 25px;
	border: 2px solid #206140;
}
.refectureArea:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.refectureArea .area{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.refectureArea .area:after{
	content: '|';
	position: absolute;
	right: 0px;
	top: 0;
	color: #cccccc;
}
.refectureArea .area:last-child:after{
	content: none;
}
.refectureArea .area a{
	color: #333333;
	display: block;
	width: 85px;
	margin: 0 auto;
}
.refectureArea .area a:hover{
	text-decoration: underline;
}
.refectureArea .area:first-child{
	width: 110px;
}
.refectureArea .area:first-child a{
	float: left;
}
.refectureArea .area.current a{
	background: #eeeeee;
	border-radius: 20px;
	font-weight: bold;
	pointer-events: none;
}

#shopList {
    background-color: #fff;
    border-top: none;
    padding: 15px 0 35px;
    margin-top: 0;
}
#shopList .ttlWrap .boldTtl{
	display: none;
}
#shopList .content{
	padding: 0;
	border: none;
}


.shopMapArea{
	margin-bottom: 45px;
}
.shopMapArea #map{
	margin: 10px 0 5px;
	width: 100%;
	height: 400px;
	position: relative;
}

.shopMapArea #map iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}



.gm-style .gm-style-iw-c{
	border-radius: 0;
}

.gm-style .gm-style-iw-c{
	border: 2px solid #000;
}
.gm-style .gm-style-iw-tc::after{
	top: -3px !important;
}

.gm-style .gm-style-iw-tc{
	clip-path: polygon(0 0,50% 100%,100% 0);
	-webkit-clip-path: polygon(0 0,50% 100%,100% 0);
	background: #000;
	top: -2px !important;
}

.gm-style .gm-style-iw-c .map{
	text-align: center;
}
.gm-style .gm-style-iw-c .shop_name{
	font-size: 18px;
	color: #1a0dab;
	text-decoration: underline;
}
.gm-style .gm-style-iw-c .shop_name:hover{
	text-decoration: none;
}
.gm-style .gm-style-iw-c .tel{
	font-size: 12px;
	padding: 0 12px;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect{
	width: auto !important;
	height: auto !important;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect span{
	margin: 0px !important;
}