@charset "utf-8";
/* CSS Document */

.headBtm{
	position: relative;
}
.headBtm:after{
	content: '';
	box-shadow: 0px 5px 7px -3px rgba(153,153,153,0.8);
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 15px;
	z-index: 1;
}
.mapArea{
	position: relative;
}

#area{
	margin-bottom: 20px;
}
.acd_list .conBox ul li a{
	padding: 17px 25px 17px 15px;
	font-size: 16px;
}


/* map.html */
#wrapper{
	height:100%;
	overflow:hidden;
}
#wrapper .contsIn{
	position: relative;
	overflow:hidden;
}
#map{
	width: 100%;
	position: relative;
}

/* 固定リストエリア*/
.fixListWrap{
	position: absolute;
	top: 0;
	right: 0;
	width: 430px;
	height: 100%;
	z-index: 111;
	display: none;
	background: #fff;
	border-left: 2px solid #111111;
}
.fixListWrap .listArea{
	position: relative;
	padding: 25px 8px 25px 25px;
	box-sizing: border-box;
	height: 100%;
}
.fixListWrap .switchBtnBox .fBtn{
	position: absolute;
	left: -45px;
	top: 50px;
	width: 45px;
	height: 50px;
	background: #111111;
	border-radius: 25px 0 0 25px;
	color: #fff;
	font-size: 20px;
	padding-left: 6px;
}
.fixListWrap .switchBtnBox .fBtn.act{
	cursor: pointer;
	display: block!important;
	z-index: 99;
}


.mapArea .fixListWrap .searchNum{
	font-size: 16px;
}
.mapArea .fixListWrap .searchNum .num{
	font-size: 22px;
	color: #ca2828;
	font-weight: bold;
}
.floatArea {
  position: relative;
  height: 98%;
}

.fixCvWrap .switchBtnBox .fBtn{
	position: absolute;
	left: -45px;
	top: 0px;
	width: 45px;
	height: 50px;
	background: #008342;
	border-radius: 25px 0 0 25px;
	color: #fff;
	font-size: 20px;
	padding-left: 6px;
	display: none;
}
.fixCvWrap .switchBtnBox .fBtn.act{
	display: block;
	cursor: pointer;
}

.fixListWrap ul {
	max-height: 98%;
	overflow: auto;
	padding: 10px 18px 10px 0;
}
.fixListWrap ul::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.fixListWrap ul::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #bbbbbb;
}
.fixListWrap ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #717071;
}
.fixListWrap ul::after{
	content: '';
	display: table;
	clear: both;
}
.fixListWrap li{
	margin-bottom: 35px;
	border: 2px solid #111;
}
.fixListWrap li:last-child{
	margin-bottom: 0;
}
.fixListWrap .name {
	font-size: 18px;
	margin: 0 0 5px;
	line-height: 1.2;
}
.fixListWrap .pic{
	height: 235px;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
}
.fixListWrap .pic img{
	vertical-align: middle;
	object-fit: cover;
}
.fixListWrap .info{
	width: 100%;
	padding: 8px 14px 15px;
}
.fixListWrap .price{
	font-size: 16px;
	font-weight: bold;
	color: #d94237;
	line-height:1.2;
	display: inline-block;
}
.fixListWrap .rate{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	margin-left: 10px;
}
.fixListWrap .madori{
	font-size: 14px;
	margin-top: 2px;
	font-weight: bold;
}

.fixListWrap .subInfoBox{
	font-size: 12px;
	margin-top: 2px;
}
.fixListWrap .subInfoBox .ttl{
	display: inline-block;
	width: 63px;
	font-weight: bold;
	position: relative;
}
.fixListWrap .subInfoBox .ttl:after{
	content: ':';
	margin-left: 5px;
	position: absolute;
	right: 5px;
}

.fixCvWrap{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 100%;
	z-index: 112;
	background: #008342;
	box-sizing: border-box;
}
.fixCvWrap .mapCvArea{
	height: 100%;
}
.fixCvWrap .mapCvArea .numBox{
	color: #fff;
	background: linear-gradient(to bottom, #000000 0%, #003e20 8%, #206140 20%, #206140 100%);
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
.cvbtnBox{
	margin: 0 5px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #004f28;
	height: 225px;
}
.cvbtnBox .whBtn,
.cvbtnBox .redBtn{
	text-align: center;
	width: 100%;
}
.cvbtnBox .whBtn{
	background: #fff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0 5px 0 0 #777777;
	margin-bottom: 8px;
}
.cvbtnBox .redBtn{
	background: #ca2828;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0 5px 0 0 #6a0000;
}

.cv_keep_area{
	margin: 0 5px;
	padding: 6px 0 0 5px;
	position: relative;
}
.cv_keep_area .inner{
	overflow: auto;
}
.cv_keep_area .inner::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}
.cv_keep_area .inner::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #206140;
}
.cv_keep_area .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #bbbbbb;
}
.cv_keep_area .inner ul{
	padding:10px 8px 10px 0;
}


.cv_keep_area .kItem{
	background: #fff;
	margin-bottom: 15px;
	padding: 5px;
}
.cv_keep_area .kItem:last-child{
	margin-bottom: 0;
}
.cv_keep_area .kItem .pic{
	height: 65px;
	width: 100%;
	background: #e9e9e9;
	margin-bottom: 5px;
}
.cv_keep_area .kItem .info{
	padding: 0 5px;
}
.cv_keep_area .kItem .name{
	font-size: 10px;
	color: #555555;
	margin-bottom: 5px;
}
.cv_keep_area .kItem .price{
	font-size: 12px;
	color: #ca2828;
	font-weight: bold;
	margin-bottom: 5px;
}
.cv_keep_area .kItem .removeBtn{
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	color: #777777;
	border: 1px solid #777777;
	width: 40px;
	padding: 2px 0;
	cursor: pointer;
}


.btnBox{
	padding: 0 14px 10px;
	width: 100%;
}
.btnBox .detailBtn{
		width: 55%;
		float: left;
		margin-right: 5%;
}
.btnBox .detailBtn a{
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.btnBox .keepBtn{
	float: right;
	width: 40%;
	height: 42px;
	display: table;
	text-align: center;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #f7f7f7 90%, #e1e1e1 100%);
	cursor: pointer;
}
.btnBox .keepBtn a{
	vertical-align: middle;
	display: table-cell;
	color: #333;
	font-size: 13px;
	position: relative;
	border: 1px solid #999999;
	border-radius: 2px;
	pointer-events: none;
}
.fixListWrap.keep_data_over .keepBtn{
	background: #e3e3e3;
	cursor: default;
}
.fixListWrap.keep_data_over .keepBtn a{
	pointer-events: none;
	color: #afafaf;
	border: 1px solid #afafaf;
}

.btnBox .keepBtn a:hover{
	color: #008342;
	border: 1px solid #008342;
}
.btnBox .keepBtn a:hover:before{
	content: '';
	position: absolute;
	border: 2px solid #008342;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




#map .activeCluster{
	color: #bd2e25 !important;
	background-image: url(/assets/pc/map/img/clus_checked.png) !important;
	width: 58px!important;
	height: 58px!important;
	padding-top: 14px!important;
	z-index: 1;
	margin-left: -8px;
	margin-top: -8px;
}
#map .pinCluster{
	color: #ffffff !important;
	background-image: url(/assets/pc/map/img/pin.png) !important;
	width: 40px!important;
	height: 35px!important;
	padding-top: 5px!important;
}
#map .pinCluster.activeCluster{
	color: #307147 !important;
	background-image: url(/assets/pc/map/img/pin_checked.png) !important;
	width: 58px!important;
	height: 58px!important;
	padding-top: 14px!important;
	z-index: 9;
	margin-left: -8px;
	margin-top: -8px;
}




.gm-style div > img {
	position: absolute;
}