@charset "UTF-8";

/**
 * 現在位置から探す
 */
.type-mapsearch{
}
#mapsearch-list{
	display: none;
}
#mapsearch-map{
	height: calc(100vh - 50px);
	position: relative;
	width: 100vw;
}
.infowindow{
	background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-border.png");
	background-size: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 4px;
	width: 300px;
}
.infowindow.izakayamap{
    background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-border-bar.png");
}
.infowindow.sakayamap{
    width: 350px;
}
.infowindow:after{
	background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-arrow.png") no-repeat 0 0;
	background-size: 24px 26px;
	content: "";
	display: block;
	height: 26px;
	left: 50%;
	bottom: -22px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
}
.infowindow.izakayamap:after{
    background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-arrow-bar.png") no-repeat 0 0;
	background-size: 24px 26px;
	content: "";
	display: block;
	height: 26px;
	left: 50%;
	bottom: -22px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
}
.infowindow>div{
	background: #fff;
	padding: 15px;
	position: relative;
}
.infowindow>div>figure{
	float: left;
}
.infowindow>div>figure>img{
}
.infowindow>div>strong{
	color: #c42020;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-left: 90px;
	height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 90px);
}
.infowindow.izakayamap>div>strong{
    color: #005fd5;
}
.infowindow>div>i.type{
	color: #c1a359;
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-left: 90px;
}
.infowindow>div>.address{
	background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-icon-address.png") no-repeat 0 0;
	background-size: 23px 21.5px;
	color: #4b3e28;
	display: block;
	font-size: 13px;
	line-height: 21.5px;
	margin-left: 90px;
    margin-bottom: 8px;
	min-height: 21.5px;
	padding-left: 33px;
}
.infowindow>div>a.tel{
	background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-icon-tel.png") no-repeat 0 0;
	background-size: 23px 21.5px;
	color: #4b3e28;
	display: block;
	font-size: 13px;
	line-height: 21.5px;
	margin-left: 90px;
    margin-bottom: 8px;
	min-height: 21.5px;
	padding-left: 33px;
}
.infowindow>div>.hours{
	background: url("/wp-content/themes/horoyoimap/fknsk3/img/map-infowindow-icon-hours.png") no-repeat 0 0;
	background-size: 23px 21.5px;
	color: #4b3e28;
	display: block;
	font-size: 13px;
	line-height: 21.5px;
	margin-left: 90px;
	min-height: 21.5px;
	padding-left: 33px;
}
.infowindow>div>p{
	clear: both;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 0 15px 0;
	padding-top: 5px;
}
.infobox>img{
	z-index:999;
}














/**
 * PCビュー（標準）
 */
@media screen and (min-width: 1000px) {
	/**
	 * 現在位置から探す
	 */
	#main.type-mapsearch{
		display: flex;
		padding-bottom: 0;
	}
	#mapsearch-list{
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		height: calc(100vh - 70px);
		overflow: auto;
		position: relative;
		width: 320px;
	}
	#mapsearch-list>ul{
	}
	#mapsearch-list>ul>li{
		border-bottom:1px solid #dbd0ba;
		cursor: pointer;
		padding: 20px 20px 14px 100px;
		position: relative;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	#mapsearch-list>ul>li:hover{
		opacity: 0.6;
	}
	#mapsearch-list>ul>li:after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-plain.png");
		position: absolute;
		left: 11px;
		top: 11px;
	}
	#mapsearch-list>ul>li:nth-child(1):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-0.png");
	}
	#mapsearch-list>ul>li:nth-child(2):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-1.png");
	}
	#mapsearch-list>ul>li:nth-child(3):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-2.png");
	}
	#mapsearch-list>ul>li:nth-child(4):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-3.png");
	}
	#mapsearch-list>ul>li:nth-child(5):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-4.png");
	}
	#mapsearch-list>ul>li:nth-child(6):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-5.png");
	}
	#mapsearch-list>ul>li:nth-child(7):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-6.png");
	}
	#mapsearch-list>ul>li:nth-child(8):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-7.png");
	}
	#mapsearch-list>ul>li:nth-child(9):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-8.png");
	}
	#mapsearch-list>ul>li:nth-child(10):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-9.png");
	}
	#mapsearch-list>ul>li:nth-child(11):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-10.png");
	}
	#mapsearch-list>ul>li:nth-child(12):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-11.png");
	}
	#mapsearch-list>ul>li:nth-child(13):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-12.png");
	}
	#mapsearch-list>ul>li:nth-child(14):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-13.png");
	}
	#mapsearch-list>ul>li:nth-child(15):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-14.png");
	}
	#mapsearch-list>ul>li:nth-child(16):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-15.png");
	}
	#mapsearch-list>ul>li:nth-child(17):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-16.png");
	}
	#mapsearch-list>ul>li:nth-child(18):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-17.png");
	}
	#mapsearch-list>ul>li:nth-child(19):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-18.png");
	}
	#mapsearch-list>ul>li:nth-child(20):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-19.png");
	}
	#mapsearch-list>ul>li:nth-child(21):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-20.png");
	}
	#mapsearch-list>ul>li:nth-child(22):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-21.png");
	}
	#mapsearch-list>ul>li:nth-child(23):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-22.png");
	}
	#mapsearch-list>ul>li:nth-child(24):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-23.png");
	}
	#mapsearch-list>ul>li:nth-child(25):after{
		content: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-marker-24.png");
	}
    #mapsearch-list>ul>li.sakayamap:after{
        content: none;
    }
    #mapsearch-list>ul>li.sakayamap .number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        color: #FFF;
        background-color: #c42020;
        font-size: 15px;
        font-weight: 700;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 10px;
    }
	#mapsearch-list>ul>li>figure{
		position: absolute;
		left: 20px;
		top: 20px;
	}
	#mapsearch-list>ul>li>figure>img{
		max-width: 70px;
	}
	#mapsearch-list>ul>li>h3{
		color: #c42020;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
	}
	#mapsearch-list>ul>li>i.type{
		color: #c1a359;
		display: block;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#mapsearch-list>ul>li>dl{
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	#mapsearch-list>ul>li>dl>dt,
	#mapsearch-list>ul>li>dl>dd{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 11px;
		line-height: 1.4;
		margin: 0 0 6px 0;
		padding: 2px 0 0 0;
		position: relative;
	}
	#mapsearch-list>ul>li>dl>dt{
		clear: both;
		float: left;
		min-height: 18px;
		overflow: hidden;
		padding-top: 4px;
		text-indent: 100%;
		white-space: nowrap;
		width: 25px;
	}
	#mapsearch-list>ul>li>dl>dt.brands{
		background: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-icon-brands.png") no-repeat 0 0;
	}
	#mapsearch-list>ul>li>dl>dt.tel{
		background: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-icon-tel.png") no-repeat 0 0;
	}
	#mapsearch-list>ul>li>dl>dd.tel{
		font-size: 14px;
		font-weight: bold;
		padding-top: 0;
	}
	#mapsearch-list>ul>li>dl>dt.address{
		background: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-icon-address.png") no-repeat 0 0;
	}
	#mapsearch-list>ul>li>dl>dt.hours{
		background: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-icon-hours.png") no-repeat 0 0;
	}
	#mapsearch-list>ul>li>dl>dt.station{
		background: url("/wp-content/themes/horoyoimap/fknsk3/img/pc/map-maplist-icon-station.png") no-repeat 0 0;
	}
	#mapsearch-list>ul>li>dl>dd{
		width: calc(100% - 25px);
	}




	#mapsearch-map{
		height: calc(100vh - 70px);
		width: calc(100% - 320px);
	}

}