@charset "UTF-8";

.secHead .headerh2 {
	padding-top: 11px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	background: #e4f1d7;
	text-shadow: none;
}

.secHead .headerh2 > span {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 3px solid #61aa12;
	border-radius: 1px;
	font-size: 12px;
}

.secHead .headerh2 .h2_subtext {
	display: inline;
	margin-left: 0;
	border-left: none;
	font-size: 10px;
	font-weight: normal;
}

.secHead .headerh2 .h2_subtext-totalnumber {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	color: #f60;
	font-size: 13px;
	font-weight: bold;
}

.actionBox {
	padding: 10px 6px;
}

.actionBox .actionBox-link .actionBox-link-text {
	text-align: right;
}

.actionBox .actionBox-link .actionBox-link-text .actionBox-link-text a {
	display: inline-block;
	vertical-align: middle;
}

.actionBox .actionBox-link .actionBox-link-text .smp-bk_list-icon {
	position: relative;
	top: -1px;
}

.actionBox .actionBox-link + .actionBox-select {
	margin-top: 8px;
}

.actionBox .actionBox-select {
	text-align: right;
}

.actionBox .actionBox-select .actionBox-select-caption {
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}

.actionBox .actionBox-select .selectWrapper {
	position: relative;
}

.actionBox .actionBox-select .selectWrapper:before {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
}

.actionBox .actionBox-select .sortSelect {
	-webkit-appearance: none;
	appearance: none;
	width: 135px;
	height: 28px;
	padding-left: 7px;
	border: solid 1px #999;
	border-radius: 4px;
	outline: none;
	background-image: linear-gradient(to top, rgba(14, 5, 10, 0.11), rgba(255, 255, 255, 0.11));
	-webkit-tap-highlight-color: rgba(206, 242, 184, 0.5);
}

.breadcrumb {
	margin: 10px 0 15px 0;
}

.breadcrumb .breadcrumb-inner {
	padding: 0 9px;
}

.breadcrumb .breadcrumb-inner .breadcrumb-list {
	list-style: none;
}

.breadcrumb .breadcrumb-inner .breadcrumb-list > li {
	display: inline-block;
	font-size: 10px;
	line-height: 23px;
}

.externalbox {
	padding: 10px 15px 5px;
	background: #e5f3d9;
}

.externalbox .externalbox-header {
	margin-top: 15px;
}

.externalbox .externalbox-header:first-child {
	margin-top: 0;
}

.externalbox .externalbox-header .externalbox-header-title {
	display: inline-block;
	margin-left: 4px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.externalbox .externalbox-body {
	margin-top: 5px;
	color: #333;
	font-size: 12px;
	line-height: 2;
}

.bottomaction {
	display: block;
	left: 0;
	bottom: -65px;
	width: 100%;
	padding: 9px;
	background-color: rgba(76, 76, 76, 0.7);
	z-index: 9999;
	box-sizing: border-box;
	transition: bottom 0.2s ease-out;
}

.bottomaction.is-fixed {
	position: fixed;
}

.bottomaction.is-visible {
	bottom: 0;
}

.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.btn .btn-text--sm {
	font-size: 10px;
}

.btn.btn-default {
	border: 1px solid #c5c5c5;
	color: #333;
	background: #fff;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
}

.btn.btn-orange {
	border: 1px solid #f77c00;
	border-bottom: 2px solid #e15f00;
	color: #fff;
	background: #f77c00;
}

.btn.btn-pink {
	border: 1px solid #f4434b;
	border-bottom: 2px solid #d0030f;
	color: #fff;
	background: #f4434b;
}

.btn.btn-blue {
	border: 1px solid #068bf1;
	border-bottom: 2px solid #0b6cba;
	color: #fff;
	background: #068bf1;
}

.btn.btn-bordered {
	border: solid 2px #61aa12;
	color: #333;
	background: #fff;
	-webkit-box-shadow: #d8d8d8 0 -2px 0 inset;
	box-shadow: #d8d8d8 0 -2px 0 inset;
}

.btn.btn-bordered--narrow {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: solid 1px #61aa12;
	color: #333;
	font-size: 13px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: #d8d8d8 0 -2px 0 inset;
	box-shadow: #d8d8d8 0 -2px 0 inset;
}

.btn.is-loading {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	border: none;
	background-color: #ebebed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.is-loading:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
	background-size: 30px 30px;
}

.listview {
	padding: 8px 6px;
	background-color: #e3e3e5;
}

.listview > li {
	position: relative;
	width: 100%;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
	overflow: visible;
}

.listview > li + li {
	margin-top: 8px;
}

.listview .table-details {
	border: none;
	border-radius: 0;
}

.listview .table-details td {
	font-weight: bold;
}

.smp-bk_details-loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	background: url(https://asset01.suumo.jp/sp/img/baikyaku/list/loader.png?id=20251204a9a2df4acc9) center center no-repeat;
	background-size: 20px 20px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.section-buttons {
	margin-top: 10px;
	padding: 0 10px;
}

.buttons-container {
	display: table;
	width: 100%;
}

.buttons-container .buttons-2col {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}

.buttons-container .buttons-2col.buttons-2col--lg {
	width: 80%;
	padding-right: 5px;
}

.buttons-container .buttons-2col.buttons-2col--lg + .buttons-2col--sm {
	width: 20%;
	padding-left: 5px;
}

.buttons-container .buttons-2col.buttons-2col--sm {
	width: 100%;
	padding-left: 0;
}

.buttons-container .buttons-2col .btn {
	display: table;
	width: 100%;
	height: 48px;
	border-radius: 3px;
}

.buttons-container .buttons-2col .btn > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}

.buttons-container .buttons-2col .btn.btn-orange {
	border: none;
	border-bottom: 2px solid #e15f00;
}

.buttons-container .buttons-2col .btn.btn-blue {
	border: none;
	border-bottom: 2px solid #0b6cba;
}

.section-links {
	margin-top: 10px;
}

.section-links + .section-h3 {
	margin-top: 10px;
}

.links {
	width: 100%;
	border-top: 1px solid #c2c2c2;
	background-color: #fff;
}

.links > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}

.links .links-btn {
	display: table;
	position: relative;
	width: 100%;
	height: 46px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.links .links-btn > .links-btn-icon {
	display: table-cell;
	width: 46px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

.links .links-btn > .links-btn-caption {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

.links .links-btn .links-btn-count {
	font-size: 10px;
}

.links .links-btn .links-btn-count strong {
	display: inline-block;
	margin: 0 2px;
	color: #fd6f0e;
	font-size: 12px;
	font-weight: bold;
}

.links .links-btn:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -6px;
}

.links .links-btn.links-btn--anchorup:after {
	right: 11px;
	margin-top: -4px;
}

.links .links-btn.links-btn--anchordown:after {
	right: 11px;
	margin-top: -4px;
}

.links .links-btn.ui-hover {
	background-color: #eaeaea;
}

.links .links-btn.is-disabled {
	color: #fff;
	background-color: #d9d9d9;
}

.imagebox {
	position: relative;
}

.imagebox .imagebox-images {
	display: table;
	width: 100%;
}

.imagebox .imagebox-images .imagebox-images-col_image {
	display: table-cell;
	width: 112px;
	padding-right: 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.imagebox .imagebox-images .imagebox-images-col_ttl {
	display: table-cell;
	vertical-align: top;
}

.imagebox .imagebox-images .imagebox-image {
	display: block;
	position: relative;
}

.imagebox .imagebox-images .imagebox-image .imagebox-image-container {
	display: table;
	position: relative;
	width: 100%;
	height: 102px;
	border: 1px #dcdcdc solid;
	box-sizing: border-box;
}

.imagebox .imagebox-images .imagebox-image .imagebox-image-col {
	display: table-cell;
	vertical-align: middle;
}

.imagebox .imagebox-images .imagebox-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.imagebox .imagebox-images .imagebox-ttl {
	color: #60aa11;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.imagebox .imagebox-images + .imagebox-caption {
	margin-top: 10px;
}

.imagebox .imagebox-caption {
	font-size: 14px;
	line-height: 1.4;
	word-break: break-all;
}

.section-h3 {
	margin-top: 20px;
	padding: 0 10px;
}

.section-h3 .section-h3-header h3 {
	padding-bottom: 3px;
	border-bottom: 3px solid #61aa12;
	font-size: 15px;
}

.section-h3 .section-h3-header + .section-h3-body {
	margin-top: 10px;
}

.features p {
	font-size: 14px;
	line-height: 1.4;
	word-wrap: break-word;
}

.features .features-more {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-align: right;
}

.features .smp-bk_details-icon, .features .actionBox .actionBox-select .selectWrapper:before, .actionBox .actionBox-select .features .selectWrapper:before, .features .links .links-btn:after, .links .features .links-btn:after, .features .imagezoom-sm:after, .features .imagezoom-lg:after {
	margin-left: 5px;
}

.mapimg + .mapimg {
	margin-top: 20px;
}

.mapimg .mapimg-image {
	display: block;
	position: relative;
}

.mapimg .mapimg-image .mapimg-image-container {
	display: table;
	position: relative;
	width: 100%;
	height: 225px;
	border: 1px #dcdcdc solid;
	box-sizing: border-box;
}

.mapimg .mapimg-image .mapimg-image-col {
	display: table-cell;
	vertical-align: middle;
}

.mapimg .mapimg-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.mapimg .mapimg-caption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.mapimg .mapimg-gmap {
	width: 100%;
	height: 150px;
}

.table-details {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	border-collapse: separate;
}

.table-details th {
	width: 5.5em;
	padding: 10px 8px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	background: #f8f9f1;
}

.table-details td {
	padding: 10px 8px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.table-details td.table-details-showmore {
	padding: 0;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
}

.table-details tr:first-child th {
	border-top-left-radius: 5px;
}

.table-details tr:last-child th {
	border-bottom-left-radius: 5px;
}

.table-details tr:last-child th,
.table-details tr:last-child td {
	border-bottom: none;
}

.table-details tr.is-hidden {
	display: none;
}

.table-details tr.valign-top {
	vertical-align: top;
}

.table-details .table-details-notice {
	margin-top: 5px;
	font-size: 13px;
}

.table-details .table-details-pct {
	position: relative;
	top: -2px;
	margin-left: 8px;
}

.table-details tfoot th:first-child,
.table-details tfoot td:first-child {
	border-top: 1px solid #dcdcdc;
}

.table-details tfoot p {
	font-weight: normal;
}

.btn-showmore {
	display: block;
	padding: 10px 0;
	text-decoration: underline;
	text-align: center;
}

.btn-showmore .btn-showmore-icon {
	margin-right: 8px;
}

.txt-bold {
	font-weight: bold;
}

.txt-tel {
	text-decoration: underline;
}

.txt-telFree {
	display: inline-block;
	padding-bottom: 2px;
	vertical-align: bottom;
	font-size: 12px;
}

.linklist {
	margin-top: 5px;
}

.linklist > li {
	margin-left: 1em;
	font-weight: bold;
	text-indent: -1em;
}

.linklist > li:before {
	content: "・";
}

.linklist > li a {
	text-decoration: underline;
}

.count {
	padding-top: 4px;
	background-color: #e3e3e5;
	border-bottom: 2px solid #81bb41;
}

.count p {
	padding: 6px;
}

.readmore {
	padding: 10px 5px 0 5px;
}

.readmore .readmore-actionBox {
	padding: 0;
	width: 100%;
}

.readmore .readmore-actionBox.readmore-actionBox--bottom {
	margin-top: 10px;
}

.photolist {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.photolist > li {
	display: table-cell;
	width: 50%;
	padding-right: 3px;
	vertical-align: middle;
	box-sizing: border-box;
}

.photolist > li + li {
	padding-right: 0;
	padding-left: 3px;
}

.photolist + .photolist {
	margin-top: 10px;
}

.photolist .photolist-item {
	width: 100%;
}

.photolist .photolist-item .photolist-image {
	display: block;
	position: relative;
}

.photolist .photolist-item .photolist-image .photolist-image-container {
	display: table;
	position: relative;
	width: 100%;
	height: 102px;
	border: 1px #dcdcdc solid;
	box-sizing: border-box;
}

.photolist .photolist-item .photolist-image .photolist-image-col {
	display: table-cell;
	vertical-align: middle;
}

.photolist .photolist-item .photolist-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.photolist .photolist-item .photolist-item-caption {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
}

.imagezoom-sm:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 3px;
}

.imagezoom-lg:after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 6px;
}

.staff .staff-head {
	padding: 10px 8px;
	font-size: 13px;
	font-weight: bold;
}

.staff .staff-body {
	padding: 10px 8px;
	border-top: 1px #e2e2e2 solid;
}

.staff .staff-foot {
	border-top: 1px #e2e2e2 solid;
}

.staff .staff-pcts {
	margin-bottom: 10px;
}

.staff .staff-pcts .staff-pct {
	display: inline-block;
	padding: 2px 5px;
	color: #396;
	font-size: 11px;
	text-align: center;
	border: 1px solid #396;
	background-color: #fff;
}

.staff .staff-option {
	display: block;
}

.staff .staff-option > a.ui-hover {
	display: inline-block;
	width: 100%;
	background: #eaeaea;
	border-radius: 0 0 3px 3px;
}

.staff .staff-option dl {
	padding: 10px 8px;
}

.staff .staff-option dt {
	display: inline-block;
	margin-right: 6px;
	color: #aaa;
	text-decoration: none;
}

.staff .staff-option dd {
	display: inline-block;
	text-decoration: underline;
}

.staffinfo .staffinfo-images {
	display: table;
	width: 100%;
}

.staffinfo .staffinfo-images .staffinfo-images-col_image {
	display: table-cell;
	width: 115px;
	padding-right: 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.staffinfo .staffinfo-images .staffinfo-images-col_info {
	display: table-cell;
	vertical-align: top;
}

.staffinfo .staffinfo-images .staffinfo-image {
	display: block;
	position: relative;
	min-height: 68px;
}

.staffinfo .staffinfo-images .staffinfo-image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.staffinfo .staffinfo-images .staffinfo-info {
	display: table;
	width: 100%;
}

.staffinfo .staffinfo-images .staffinfo-info dt {
	display: table-cell;
	width: 6em;
	padding-right: 6px;
	color: #aaa;
	box-sizing: border-box;
}

.staffinfo .staffinfo-images .staffinfo-info dd {
	display: table-cell;
}

.staffinfo .staffinfo-images .staffinfo-info + .staffinfo-info {
	margin-top: 6px;
}

.staffinfo .staffinfo-desc {
	margin-top: 10px;
	line-height: 1.4;
}

.expandedgallery {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	z-index: 9999;
}

.expandedgallery .expandedgallery-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-content {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-right: 100px;
	box-sizing: border-box;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-number {
	line-height: 50px;
	margin-left: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list {
	display: block;
	position: absolute;
	right: 50px;
	width: 50px;
	height: 50px;
	-webkit-filter: drop-shadow(1px 1px 1px #444);
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon {
	display: block;
	position: absolute;
	left: 14px;
	top: 14px;
	width: 22px;
	height: 22px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-upper,
.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower {
	position: absolute;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-upper:before, .expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-upper:after,
.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower:before,
.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: #fff;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-upper:before,
.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower:before {
	left: 2px;
	top: 2px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-upper:after,
.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower:after {
	left: 12px;
	top: 2px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-list .listicon .listicon-lower {
	top: 10px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-close:after, .expandedgallery .expandedgallery-header .expandedgallery-header-close:before {
	content: "";
	position: absolute;
	display: block;
	left: 12px;
	top: 23px;
	width: 50%;
	height: 4px;
	background-color: #fff;
	transform-origin: 50% 2px;
	border-radius: 2px;
}

.expandedgallery .expandedgallery-header .expandedgallery-header-close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.expandedgallery .expandedgallery-header .expandedgallery-header-close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.expandedgallery .expandedgallery-galleryview {
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expandedgallery .expandedgallery-gallerylist {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expandedgallery .expandedgallery-gallerylist > li {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expandedgallery .expandedgallery-gallerylist .expandedgallery-imagewrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expandedgallery .expandedgallery-gallerylist .expandedgallery-imagewrapper > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expandedgallery .expandedgallery-imglistview {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.expandedgallery .expandedgallery-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 50px;
}

.expandedgallery .expandedgallery-footer .expandedgallery-footer-caption {
	width: 100%;
	padding: 16px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
	text-shadow: 1px 1px 3px #000;
	box-sizing: border-box;
}

.expandedgallery .expandedgallery-arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 40px;
	margin: auto;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/baikyaku/detail/arrowLeft.png?id=20251204a9a2df4acc9);
	background-size: 26px 40px;
	-webkit-background-size: 26px 40px;
	background-position: 50%;
	-webkit-tap-highlight-color: transparent;
	z-index: 9;
}

.expandedgallery .expandedgallery-arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 40px;
	margin: auto;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/baikyaku/detail/arrowRight.png?id=20251204a9a2df4acc9);
	background-size: 26px 40px;
	-webkit-background-size: 26px 40px;
	background-position: 50%;
	-webkit-tap-highlight-color: transparent;
	z-index: 9;
}

.smp-bk_details-icon, .actionBox .actionBox-select .selectWrapper:before, .links .links-btn:after, .imagezoom-sm:after, .imagezoom-lg:after {
	display: inline-block;
	vertical-align: middle;
	background: url('https://asset01.suumo.jp/sp/img/baikyaku/detail/sprite/detailsIcon.png?id=20251204a9a2df4acc9') no-repeat;
	-moz-background-size: 29px, 386px;
	-o-background-size: 29px, 386px;
	-webkit-background-size: 29px, 386px;
	background-size: 29px, 386px;
}

.smp-bk_details-icon--arrow-down-blue {
	width: 12px;
	height: 8px;
	background-position: 0 0;
}

.smp-bk_details-icon--arrow-down-green {
	width: 15px;
	height: 9px;
	background-position: 0 -8px;
}

.smp-bk_details-icon--arrow-down-white, .links .links-btn.links-btn--anchordown.is-disabled:after {
	width: 12px;
	height: 8px;
	background-position: 0 -17px;
}

.smp-bk_details-icon--arrow-down, .actionBox .actionBox-select .selectWrapper:before, .links .links-btn.links-btn--anchordown:after {
	width: 12px;
	height: 8px;
	background-position: 0 -25px;
}

.smp-bk_details-icon--arrow-right-white, .links .links-btn.is-disabled:after {
	width: 8px;
	height: 12px;
	background-position: 0 -33px;
}

.smp-bk_details-icon--arrow-right, .links .links-btn:after {
	width: 8px;
	height: 12px;
	background-position: 0 -45px;
}

.smp-bk_details-icon--arrow-up-white, .links .links-btn.links-btn--anchorup.is-disabled:after {
	width: 12px;
	height: 8px;
	background-position: 0 -57px;
}

.smp-bk_details-icon--arrow-up, .links .links-btn.links-btn--anchorup:after {
	width: 12px;
	height: 8px;
	background-position: 0 -65px;
}

.smp-bk_details-icon--building-white, .links .links-btn.is-disabled .smp-bk_details-icon--building {
	width: 12px;
	height: 22px;
	background-position: 0 -73px;
}

.smp-bk_details-icon--building {
	width: 12px;
	height: 22px;
	background-position: 0 -95px;
}

.smp-bk_details-icon--dummy {
	width: 12px;
	height: 12px;
	background-position: 0 -117px;
}

.smp-bk_details-icon--heart-white, .links .links-btn.is-disabled .smp-bk_details-icon--heart {
	width: 20px;
	height: 20px;
	background-position: 0 -129px;
}

.smp-bk_details-icon--heart {
	width: 20px;
	height: 20px;
	background-position: 0 -149px;
}

.smp-bk_details-icon--loupe-zoom {
	width: 14px;
	height: 14px;
	background-position: 0 -169px;
}

.smp-bk_details-icon--loupe {
	width: 12px;
	height: 12px;
	background-position: 0 -183px;
}

.smp-bk_details-icon--man-white, .links .links-btn.is-disabled .smp-bk_details-icon--man {
	width: 20px;
	height: 22px;
	background-position: 0 -195px;
}

.smp-bk_details-icon--man {
	width: 20px;
	height: 22px;
	background-position: 0 -217px;
}

.smp-bk_details-icon--marker-white, .links .links-btn.is-disabled .smp-bk_details-icon--marker {
	width: 15px;
	height: 21px;
	background-position: 0 -239px;
}

.smp-bk_details-icon--marker {
	width: 15px;
	height: 21px;
	background-position: 0 -260px;
}

.smp-bk_details-icon--tag-white, .links .links-btn.is-disabled .smp-bk_details-icon--tag {
	width: 19px;
	height: 19px;
	background-position: 0 -281px;
}

.smp-bk_details-icon--tag {
	width: 19px;
	height: 19px;
	background-position: 0 -300px;
}

.smp-bk_details-icon--tel {
	width: 18px;
	height: 19px;
	background-position: 0 -319px;
}

.smp-bk_details-icon--zoom-lg, .imagezoom-lg:after {
	width: 29px;
	height: 29px;
	background-position: 0 -338px;
}

.smp-bk_details-icon--zoom-sm, .imagezoom-sm:after {
	width: 19px;
	height: 19px;
	background-position: 0 -367px;
}

.smp-bk_details-pct {
	display: inline-block;
	vertical-align: middle;
	background: url('https://asset01.suumo.jp/sp/img/baikyaku/detail/sprite/detailsPct.png?id=20251204a9a2df4acc9') no-repeat;
	-moz-background-size: 42px, 15px;
	-o-background-size: 42px, 15px;
	-webkit-background-size: 42px, 15px;
	background-size: 42px, 15px;
}

.smp-bk_details-pct--new {
	width: 42px;
	height: 15px;
	background-position: 0 0;
}
