@charset "utf-8";

/***************************************************
* 元の位置に戻るボタン
***************************************************/
.gMapSimple {
	padding: 50px 10px 0 0;
}

.gMapSimple .btnResetPos {
	display: block;
	width: 35px;
	height: 35px;
	padding-top: 0;
	background: #6fba2c;
	border: 1px solid #6fba2c;
	border-bottom: 2px solid #509407;
	border-radius: 5px;
	color: #fff;
}

.gMapSimple .btnResetPos.ui-hover {
	background: #4d841c;
}

.icnPosWhite {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 33px;
	height: 33px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/genzaichi.png?id=20251204a9a2df4acc9) no-repeat center center;
	background-size: contain;
	padding-top: 1px;
}

/***************************************************
* 地図アプリで見るボタン
***************************************************/
.bukkenShosaiMapBtn {
	display: block;
	position: absolute;
	text-align: center;
	top: 10px;
	right: 12px;
	width: 120px;
	height: 29px;
	-webkit-border-radius: 3px;
	z-index: 10;
	color: rgba(255, 255, 255, 1);
}

.bukkenShosaiMapBtn .button {
	background: #fff;
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	color: #333;
	display: inline-block;
	width: 100%;
	position: relative;
	border-radius: 3px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	line-height: 29px;
	font-size: 12px;
}

/***************************************************
* ルート検索ボタン
***************************************************/
.routeButton {
	display: block;
	position: absolute;
	text-align: center;
	top: 95px;
	right: 12px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	z-index: 10;
	color: rgba(255, 255, 255, 1);
}

.routeButton .button {
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	color: #333;
	display: inline-block;
	position: relative;
	border-radius: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
	cursor: pointer;
}

.routeIcon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 31px;
	height: 31px;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

.routeButton.close .routeIcon {
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/route.png?id=20251204a9a2df4acc9) no-repeat center center;
	background-size: contain;
}

.routeButton.open .routeIcon {
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/cancel.png?id=20251204a9a2df4acc9) no-repeat center center;
	background-size: contain;
}

/***************************************************
* ルート選択カセット
***************************************************/
.routeSearch {
	position: absolute;
	top: 95px;
	right: 60px;
	width: 220px;
	-webkit-border-radius: 3px;
	z-index: 10;
	background-color: #fff;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
	padding: 10px;
}

.routeSearch::after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	margin-right: -10px;
	top: 20%;
	margin-top: -10px;
}

.routeSearchTitle {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #d0d0d0;
}

.routeSearchTitle span {
	font-weight: bold;
	font-size: 13px;
}

.routeSearch .routeSearchBody select {
	color: #333;
	font-size: 12px;
	width: 210px;
	padding: 5px 20px 5px 5px;
	margin-bottom: 7px;
	-webkit-appearance: none;
	border-radius: 3px;
	box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	border: 1px solid #a4a4a4;
	background-color: #fff;
	background-image: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/arrow_down_black.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 12px 8px;
	background-position-x: 95%;
	background-position-y: 50%;
}

/***************************************************
* 周辺環境OverlayView
***************************************************/
.geoPointInfoWindow {
	display: table;
	color: #fff;
	background-color: #000;
	opacity: 0.85;
	border-radius: 5px;
	width: 150px;
	padding: 5px 7px;
}

.geoPointInfoWindow::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #000 transparent transparent;
}

.geoPointInfoWindow .geoPointName {
	padding: 5px;
	font-size: 12px;
}

/***************************************************
* 周辺環境カテゴリ選択
***************************************************/
.poiSelector {
	position: relative;
}

ul.poiCategory {
	display: table;
	width: 100%;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

ul.poiCategory li:nth-child(1) {
	border-left: 1px solid #dadada;
}

ul.poiCategory li {
	position: relative;
	display: table-cell;
	border-right: 1px solid #dadada;
	line-height: 1.2;
	*height: 44px;
	text-align: left;
	margin-right: 0;
	padding: 0 12px 0 44px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #fafafa;
}

ul.poiCategory li.selected {
	background-color: #efefef;
}

ul.poiCategory li::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 29px;
	height: 29px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/sprite/kankyo.png?id=20251204a9a2df4acc9) left top no-repeat;
	background-size: 29px 348px;
	-webkit-background-size: 29px 348px;
}

ul.poiCategory li[data-category-name="conveni"]::before {
	background-position: 0 0;
}

ul.poiCategory li[data-category-name="super"]::before {
	background-position: 0 -29px;
}

ul.poiCategory li[data-category-name="mall"]::before {
	background-position: 0 -58px;
}

ul.poiCategory li[data-category-name="government"]::before {
	background-position: 0 -116px;
}

ul.poiCategory li[data-category-name="library"]::before {
	background-position: 0 -145px;
}

ul.poiCategory li[data-category-name="park"]::before {
	background-position: 0 -174px;
}

ul.poiCategory li[data-category-name="drugstore"]::before {
	background-position: 0 -203px;
}

ul.poiCategory li[data-category-name="hospital"]::before {
	background-position: 0 -232px;
}

ul.poiCategory li[data-category-name="school"]::before {
	background-position: 0 -261px;
}

ul.poiCategory li[data-category-name="kindergarten"]::before {
	background-position: 0 -290px;
}

ul.poiCategory li[data-category-name="bank"]::before {
	background-position: 0 -319px;
}

ul.poiCategory li span {
	height: 44px;
	vertical-align: middle;
	white-space: nowrap;
	display: table-cell;
}

.sliderOverlay {
	width: 15px;
	height: 46px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	position: absolute;
	*z-index: 4;
	*top: 3px;
	bottom: 1px;
	text-align: left;
}

.sliderOverlay::before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 3px;
	width: 9px;
	height: 15px;
}

.sliderOverlay.left {
	left: 0;
}

.sliderOverlay.left::before {
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/arrow_left_white.png?id=20251204a9a2df4acc9) left top no-repeat;
	background-size: 9px 15px;
	-webkit-background-size: 9px 15px;
}

.sliderOverlay.right {
	right: 0;
}

.sliderOverlay.right::before {
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/map/arrow_right_white.png?id=20251204a9a2df4acc9) left top no-repeat;
	background-size: 9px 15px;
	-webkit-background-size: 9px 15px;
}

/***************************************************
* 地図情報
***************************************************/
.mapInfo {
	overflow-wrap: anywhere;
	word-break: break-all;
}

.mapInfo.shadow {
	box-shadow: 0 2px 8px -4px #222 inset;
}

.mapInfo p {
	padding-left: 20px;
	padding-right: 20px;
}

.mapInfoTitle {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
}

.subtitle {
	padding-bottom: 10px;
}

/* stylelint-disable-next-line selector-max-id */
#pegBtn {
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 85%;
	margin-top: -45px;
	padding-bottom: 10px;
}

/* stylelint-disable-next-line selector-max-id */
#icon-canvas {
	padding-right: 10px;
}

.widget-scene-canvas {
	border-top: solid 2px #c5c5c5;
}

.gm-style img {
	margin-top: 2px;
	width: 70px;
	height: 31px;
}

/***************************************************
* 地図画面に反響ボタンを設置
***************************************************/
.toiawaseButtonWrapper {
	padding: 0 10px 10px;
}

.toiawaseButton {
	background: #f77c00;
	border: 1px solid #f77c00;
	border-bottom: 4px solid #e15f00;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

.toiawaseButton.ui-hover {
	background: #f36100;
	border: 1px solid #f36100;
	border-bottom: 4px solid #c95602;
}

.toiawaseButtonText {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
}
