@charset "utf-8";

/***************************************************
* 物件詳細リンク
***************************************************/
.bukkenLink {
	display: block;
	padding: 10px 10px 10px 25px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.bukkenLink::after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 13px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/arrow_left_blue.png?id=20251204a9a2df4acc9);
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	top: 50%;
	margin-top: -7px;
	left: 10px;
}

/***************************************************
* 物件タイトル
***************************************************/
.sectionHead {
	background: #414a40;
	color: #fff;
	font-size: 13px;
	padding: 10px 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/***************************************************
* カルーセルギャラリー
***************************************************/
.carouselLstWrap {
	background: #414a40;
}

.carouselLst li {
	float: left;
	margin-right: 5px;
	text-align: center;
}

/* stylelint-disable-next-line selector-max-universal */
.carouselLst.fullImage * {
	-webkit-transform: translateZ(0);
}

.carouselLst.fullImage ul {
	height: 100%;
	padding: 10px 0 10px 10px;
	white-space: nowrap;
	box-sizing: border-box;
}

.carouselLst.fullImage ul li.imageWrap {
	width: 240px;
	height: 160px;
	margin-right: 10px;
	background: #fff;
}

.carouselLst.fullImage ul li.imageWrap div.imageBackground {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
}

.carouselLst.fullImage ul li.imageWrap div.imageBackground a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carouselLst.fullImage ul li.imageWrap div.imageBackground p.imgBorder {
	position: relative;
	display: block;
	background-color: transparent;
	border: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

.carouselLst.fullImage ul li.imageWrap div.imageBackground p.galleryImageArea {
	display: inline-block;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: auto;
	text-align: center;
}

.carouselLst.fullImage ul li.imageWrap div.imageBackground p.galleryImageArea span.icnLoupe {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0 auto;
	padding: 5px;
	padding-left: 22px;
}

.detail .carouselLst li a::after {
	display: none;
}

.carouselLst.square {
	position: relative;
	width: 100%;
	height: 170px;
	background: #414a40;
	overflow: hidden;
}

.carouselLst.square ul {
	width: 4505px;
	height: 160px;
	padding: 5px;
	-webkit-transform: translateZ(0);
	overflow: hidden;
}

.carouselLst.square ul .imageWrap {
	overflow: hidden;
	width: 140px;
	height: 160px;
	background: #fff;
	border-radius: 3px;
}

.carouselLst.square ul .imageWrap .imageBackground {
	position: relative;
	width: 100%;
	height: 100%;
}

.carouselLst.square ul .imageWrap .imageBackground a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.carouselLst.square ul .imageWrap .imageBackground a .imgBorder {
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 160px;
	border: none;
	border-radius: 0;
}

.carouselLst.square .galleryImageArea {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 33px;
	padding: 0;
	text-align: left;
}

.carouselLst.square .galleryImageArea span {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 15px 5px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 20px;
	margin-left: 5px;
	border: 1px solid #fff;
	opacity: 0.9;
}

.carouselLst.square .icnLoupe::before {
	display: none;
}

.carouselLst.square .icnLoupe::after {
	content: "";
	position: absolute;
	left: 16px;
	top: 6px;
	width: 14px;
	height: 14px;
	background: url(https://asset01.suumo.jp/sp/img/chintaigakubura/detail/common/loupeWhite.png?id=20251204a9a2df4acc9) left top no-repeat;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	background-position: 0 0;
}

.carouselLst li a span.loader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-image: url(https://asset01.suumo.jp/sp/img/common/101.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-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;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

/***************************************************
* キャッチ
***************************************************/
.caption {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 5px;
}

.storeCatch {
	line-height: 1.4;
	font-size: 14px;
	padding: 10px 5px 0;
}

/***************************************************
* 店舗特徴ピクト
***************************************************/
.tenpoTokucho {
	margin: 20px 0 0;
}

.tenpoTokucho .cassette {
	padding: 20px 0 20px 10px;
}

.tenpoTokucho .cassette ul {
	width: 100%;
	letter-spacing: -0.5em;
}

.tenpoTokucho .cassette ul li {
	display: inline-block;
	width: 33%;
	letter-spacing: normal;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
}

.tenpoTokucho .cassette ul li:nth-child(-n+3) {
	padding-top: 0;
}

.tenpoTokucho .tenpoTokuchoPict {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #2c9cb9;
	border-radius: 5px;
	color: #2c9cb9;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/***************************************************
* テーブル
***************************************************/
.table {
	width: 100%;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 10px 10px;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #fff;
}

.table h3 {
	font-size: 16px;
	color: #558e22;
}

.table th,
.table td {
	width: 100%;
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.table th {
	padding: 5px;
	font-weight: normal;
	color: #5f5f5f;
}

.table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 5px 10px;
	font-weight: bold;
	line-height: 1.4;
}

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

/* ボタンのあるセルの場合 */
.table th.btnCell {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 5px;
}

.table th.btnCell table {
	width: 100%;
}

.table th.btnCell th {
	padding: 5px 5px 5px 0;
}

.table th.btnCell td {
	width: auto;
	display: table-cell;
	padding: 5px 5px 10px 0;
	border-bottom: none;
	color: #333;
}

.table th.btnCell .btnWrap {
	text-align: right;
}

/***************************************************
* 店舗詳細
***************************************************/
.tenpoDtail {
	margin: 20px 0 0;
}

/* 問い合わせ */
.tenpoDtail .toiawaseTel span:first-child {
	font-size: 14px;
}

/* ホームページ */
.tenpoDtail .homePage {
	padding: 0;
	padding-top: 5px;
}

.tenpoDtail .homePage::after {
	right: 0;
}

/***************************************************
* つながらない方、不動産会社の方
***************************************************/
.heikiToiawase p {
	font-size: 14px;
}

/***************************************************
* 関連サイト
***************************************************/
.homePageList {
	margin: 20px 0 0;
}

.homePageList .linkName {
	position: relative;
	padding-right: 90px;
}

.homePageList .linkName .arrowRightLink {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
	padding: 0 15px 0 0;
}

.homePageList .linkName .arrowRightLink::after {
	right: 0;
	margin-top: -7px;
}

/***************************************************
* 物件コード
***************************************************/
.bukkenCode {
	margin: 20px 10px;
}
