@charset "utf-8";

.no-touch-action {
	touch-action: pan-x pan-y;
	overflow: hidden;
}

/* 拡大ギャラリー */
.expansion-gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1000;
	display: none;
}

.expansion-gallery-body {
	position: relative;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

.expansion-gallery-fixed-bukkeninfo {
	border-top: 1px solid #e7eaeb;
	position: absolute;
	width: 100%;
	background-color: #fff;
	padding: 8px 12px 8px 12px;
	box-sizing: border-box;
	bottom: 0;
}

.expansion-gallery-image-area {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.expansion-gallery-image-area.is-hidden {
	display: none;
}

.expansion-gallery-image-cell {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.expansion-gallery-image-cell.is-hidden {
	display: none;
}

.expansion-gallery-image {
	display: block;
	transform-origin: top left;
	box-sizing: border-box;
}

.expansion-gallery-close-button {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/close.png?id=20250828b2c06873d21) no-repeat;
	background-size: 24px;
	background-position: center;
	top: 2px;
	left: 6px;
}

.expansion-gallery-close-button.ui-hover {
	opacity: 0.5;
}

.expansion-gallery-fixed-left-arrow {
	display: none;
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/left.png?id=20250828b2c06873d21) no-repeat;
	background-size: 22px 42px;
	background-position-y: center;
	top: 50%;
	left: 0;
	margin-top: -22px;
}

.expansion-gallery-fixed-left-arrow.ui-hover {
	opacity: 0.5;
}

.right-arrow-box {
	display: none;
	position: absolute;
	width: 44px;
	height: 44px;
	top: 50%;
	right: 0;
	text-align: right;
	margin-top: -21px;
}

.expansion-gallery-fixed-right-arrow {
	position: absolute;
	width: 22px;
	height: 42px;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/right.png?id=20250828b2c06873d21) no-repeat;
	background-size: 22px 42px;
	top: 50%;
	right: 0;
	margin-top: -22px;
}

.right-arrow-box.ui-hover .expansion-gallery-fixed-right-arrow {
	opacity: 0.5;
}

.expansion-gallery-fixed-header-page {
	display: none;
	width: 54px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	bottom: 12px;
	left: 16px;
	font-size: 12px;
	color: #fff;
	padding: 4px 0;
	border-radius: 2px;
	background-color: rgba(183, 190, 194, 0.8);
}

.expansion-gallery-madori-button {
	display: none;
	position: absolute;
	right: 16px;
	bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #2c709c;
	border: 1px solid #2c709c;
	border-radius: 8px;
	background-color: #fff;
	padding: 4px 7px 7px;
}

.expansion-gallery-madori-button::before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/madori.png?id=20250828b2c06873d21) no-repeat;
	background-size: 18px 18px;
	margin: 0 auto 2px;
}

.expansion-gallery-madori-button.ui-hover {
	background-color: #ebebeb;
}

.expansion-gallery-kukaku .expansion-gallery-madori-button::before {
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/kukakuzu.png?id=20250828b2c06873d21) no-repeat;
}

/* NO IMAGE */
.no-image {
	position: relative;
}

.no-image::before {
	content: '';
	position: absolute;
	width: 100%;
	padding-top: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f9fafb;
}

.no-image .expansion-gallery-image {
	width: 248px;
	height: 37px;
	z-index: 10;
}

/* 物件情報部分 */
.bukkeninfo-wrapper {
	display: flex;
}

.bukkeninfo-contents {
	padding-left: 8px;
	width: calc(100% - 62px);
}

.bukkeninfo-image {
	position: relative;
	background-color: #f3f4f5;
	height: 54px;
	width: 54px;
}

.bukkeninfo-contents-bukken-name {
	font-weight: bold;
	line-height: 12px;
	overflow-x: clip;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bukkeninfo-contents-kakaku {
	margin-top: 8px;
	color: #f82055;
	font-weight: bold;
}

.bukkeninfo-contents-kakaku.priceGray {
	color: #576971;
}

.bukkeninfo-deposit {
	width: 50%;
	display: flex;
	align-items: center;
}

.bukkeninfo-image {
	display: block;
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 2px;
	background: #f3f4f5;
	overflow: hidden;
}

.bukkeninfo-image .kanigazo-no-image {
	top: 0;
	left: 0;
	width: 36.18px;
	height: 5.4px;
	padding: 24px 8.82px 24.6px 9px;
	background-color: #f3f4f5;
	border-radius: 2px;
}



.expansion-gallery-footer-hankyo-button {
	display: flex;
	line-height: 15px;
	width: 100%;
	margin-top: 8px;
	gap: 0 8px;
}

.expansion-gallery-footer-hankyo-button-mskr {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	gap: 0 8px;
	padding-top: 8px;
}

.hankyo-image {
	position: relative;
}

.expansion-gallery-footer-hankyo-button__button__mail-small {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

.expansion-gallery-footer-hankyo-button__picture,
.expansion-gallery-footer-hankyo-button__vacancy {
	font-size: 15px;
	font-weight: bold;
	align-items: center;
	display: flex;
	color: #333;
}

.expansion-gallery-footer-hankyo-button__picture::before {
	width: 24px;
	height: 24px;
	content: '';
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/photo.png?id=20250828b2c06873d21) no-repeat;
	background-size: 24px;
	margin-right: 4px;
	flex-shrink: 0;
}

.expansion-gallery-footer-hankyo-button__vacancy::before {
	width: 24px;
	height: 24px;
	content: '';
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/vacancy.png?id=20250828b2c06873d21) no-repeat;
	background-size: 24px;
	margin-right: 4px;
	flex-shrink: 0;
}

.gallery-end .goToiawase {
	margin-top: 8px;
}

.hankyo-for-free {
	padding: 8.5px 8px;
	align-items: center;
	background-color: #e5f5d5;
	border-radius: 8px 0 0 8px;
	box-shadow: inset 0 -2px 0 #aee07e;
	box-sizing: border-box;
	color: #2c8710;
	display: flex;
	justify-content: center;
	width: 28px;
}

.hankyo-for-free-button {
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
	border-radius: 0 8px 8px 0;
	padding: 12px 19px;
	width: 100%;
	justify-content: center;
}

.hankyo-button-more-image.ui-hover .hankyo-for-free-button {
	background-color: #ebebeb;
	box-shadow: 0 -2px 0 0 #c0c4c6 inset;
}

.hankyo-image {
	position: relative;
	display: none;
}

.hankyo-button-more-image {
	display: flex;
	border: 1px solid #6fba2c;
	background-color: #fff;
	border-radius: 8px;
	height: 44px;
	box-sizing: border-box;
	width: 100%;
}

.hankyo-button-vacancy {
	display: flex;
	border: 1px solid #6fba2c;
	background-color: #fff;
	border-radius: 8px;
	height: 44px;
	box-sizing: border-box;
	width: 100%;
}

.hankyo-button-vacancy.ui-hover .hankyo-for-free-button {
	background-color: #ebebeb;
	box-shadow: 0 -2px 0 0 #c0c4c6 inset;
}

.hankyo-button-more-image.ui-hover .hankyo-for-free {
	background-color: #d3e2c5;
	box-shadow: 0 -2px 0 0 #a2cf77 inset;
}

.hankyo-button-vacancy.ui-hover .hankyo-for-free {
	background-color: #d3e2c5;
	box-shadow: 0 -2px 0 0 #a2cf77 inset;
}

.hankyo-button-detail {
	border: 1px solid #cfd4d6;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	width: 112px;
	padding: 13.5px 17.5px;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
}

.hankyo-button-detail.ui-hover {
	background-color: #ebebeb;
	box-shadow: 0 -2px 0 0 #c0c4c6 inset;
}

.hankyo-button-detail-mskr {
	border: 1px solid #cfd4d6;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	width: 50%;
	padding: 13.5px 17.5px;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
}

.expansion-gallery-footer-hankyo-button__button__detail {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	flex: 0 0 112px;
}

.expansion-gallery-footer-hankyo-button__button__detail:visited {
	color: #333;
}

.bukkenlist_info_price-small {
	font-size: 10px;
	font-weight: normal;
}

.bukkeninfo-contents-shikirei {
	display: flex;
	margin-top: 4px;
	align-items: center;
}

.bukkeninfo-contents-other {
	margin-top: 4px;
}

.gray-box {
	background-color: #e7eaeb;
	padding: 2px;
	font-size: 9px;
	border-radius: 2px;
	margin-right: 2px;
}

/* 3点リーダー */
.sentence-omission {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery-end {
	position: relative;
	top: 26px;
	width: 291px;
	box-sizing: border-box;
	padding: 24px 16px;
	background-color: #fff;
	border-radius: 8px;
}

.caption-end {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	color: #333;
}

.caption-toiawase {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	margin-top: 16px;
	line-height: 120%;
}

.caption-toiawase.next-line-contents {
	margin-top: 0;
	line-height: 14.4px;
}

.hankyo-button-detail-end {
	display: block;
	text-align: center;
	margin-top: 16px;
	border: 1px solid #cfd4d6;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	padding: 13.5px 17.5px;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
}

.hankyo-button-detail-end.ui-hover {
	background-color: #ebebeb;
	box-shadow: 0 -2px 0 0 #c0c4c6 inset;
}

.mskr-shiryoseikyu-button {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 100%;
	word-break: break-all;
	background-color: #f37e00;
	box-shadow: 0 -3px 0 #e15f00 inset;
	color: #fff;
}

.mskr-shiryoseikyu-button .bukkenlist_item_hankyo_button_text {
	padding: 0 0 0 28px;
}

.mskr-shiryoseikyu-button .bukkenlist_item_hankyo_button_text::before {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	content: '';
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/gallery_mail.png?id=20250828b2c06873d21) no-repeat;
	background-size: 24px;
	margin-right: 4px;
	margin-left: -28px;
	margin-top: -12px;
	flex-shrink: 0;
}

.mskr-shiryoseikyu-button.ui-hover {
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.1) 100%), #f37e00;
	box-shadow: 0 -3px 0 0 #e15f00 inset, 0 -3px 0 0 rgba(51, 51, 51, 0.1) inset;
}

.mskr-kengakuyoyaku-button {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 100%;
	word-break: break-all;
	background-color: #f4434b;
	box-shadow: 0 -3px 0 #d0030f inset;
	color: #fff;
}

.mskr-kengakuyoyaku-button .bukkenlist_item_kengaku_button_text {
	padding: 0 0 0 28px;
}

.mskr-kengakuyoyaku-button .bukkenlist_item_kengaku_button_text::before {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	content: '';
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/gallery_calender.png?id=20250828b2c06873d21) no-repeat;
	background-size: 24px;
	margin-right: 4px;
	margin-left: -28px;
	margin-top: -12px;
	flex-shrink: 0;
}

.mskr-kengakuyoyaku-button.ui-hover {
	background: #e14149;
	box-shadow: 0 -3px 0 0 #c10813 inset;
}

.mskr-detail-hankyo-button {
	align-items: center;
	border: 1px solid #cfd4d6;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	font-weight: bold;
	font-size: 15px;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 100%;
	word-break: break-all;
	background-color: #fff;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
	color: #333;
}

.mskr-detail-hankyo-button:visited {
	color: #333;
}

.mskr-detail-hankyo-button.ui-hover {
	background-color: #ebebeb;
	box-shadow: 0 -2px 0 0 #c0c4c6 inset;
}

.mskr-hankyo-button-text {
	display: block;
	margin: auto;
	position: relative;
	text-align: center;
}

.expansion-gallery-image-cell span.loader,
.expansion-gallery-body span.loader {
	width: 40px;
	height: 40px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/loading.png?id=20250828b2c06873d21);
	background-size: 40px 40px;
	margin-top: -20px;
	margin-left: -20px;
}
