@charset "utf-8";

/**************************************************
 * お気に入り画面
 **************************************************/
.mylist-head-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	border-bottom: 1px solid #e7eaeb;
}

@media screen and (max-width: 320px) {
	.mylist-head-wrapper {
		padding-right: 0;
	}
}

.mylist-head {
	padding: 17px 0 15px;
}

.mylist-head-text {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}

/**************************************************
 * お気に入りデータがない場合の表示
 **************************************************/
.mylistSection > span.loader {
	position: absolute;
	top: 50%;
	z-index: 1;
}

span.loader {
	background-size: 35px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/loading_black.png?id=20251204a9a2df4acc9);
}

.mylistSection {
	position: relative;
	min-height: 397px;
	background-color: #e9f3f7;
}

.mylistNoData {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-top: 24px;
	display: none;
}

.mylistNoData .whats-favorite-img {
	display: block;
	margin: auto;
	width: 327px;
	height: 101px;
}

.mylistNoData .whats-favorite-img.is-login {
	height: 83px;
}

.mylistNoData ul.favoriteHowToUse {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 32px;
}

.mylistNoData ul.favoriteHowToUse li {
	position: relative;
	display: block;
	min-height: 90px;
	box-sizing: border-box;
	margin: 26px 22px 0 24px;
	padding: 27px 90px 24px 16px;
	border-radius: 2px;
	background: white;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(3) {
	padding-right: 101px;
}

.mylistNoData ul.favoriteHowToUse li::after {
	content: "";
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	right: 8px;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(1) {
	margin-top: 34px;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(1)::before {
	content: "STEP 1";
	position: absolute;
	background: #3e89b8;
	width: 58px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: white;
	top: -10px;
	left: -8px;
	border-radius: 2px;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(1)::after {
	background-image: url(https://asset01.suumo.jp/sp/img/my/favorite/step01.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 74px 74px;
	top: 50%;
	transform: translate(0, -50%);
}

.mylistNoData ul.favoriteHowToUse li:nth-child(2)::before {
	content: "STEP 2";
	position: absolute;
	background: #3e89b8;
	width: 58px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: white;
	top: -10px;
	left: -8px;
	border-radius: 2px;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(2)::after {
	background-image: url(https://asset01.suumo.jp/sp/img/my/favorite/step02.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 74px 74px;
	top: 50%;
	transform: translate(0, -50%);
}

.mylistNoData ul.favoriteHowToUse li:nth-child(3)::before {
	content: "STEP 3";
	position: absolute;
	background: #3e89b8;
	width: 58px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: white;
	top: -10px;
	left: -8px;
	border-radius: 2px;
}

.mylistNoData ul.favoriteHowToUse li:nth-child(3)::after {
	background-image: url(https://asset01.suumo.jp/sp/img/my/favorite/step03.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 85px 74px;
	top: 50%;
	right: 9px;
	width: 85px;
	transform: translate(0, -50%);
}

.mylistNoData .favoriteHowToUse p {
	font-size: 13px;
	line-height: 1.5;
}

.mylistNoData .favoriteHowToUse p span {
	font-weight: bold;
}

.caution {
	position: relative;
	color: #576971;
	font-size: 12px;
	line-height: 150%;
	margin: 16px 12px 0;
	padding-left: 16px;
}

.caution::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

.mylistNoData .topLink {
	padding: 20px 15px 10px;
	background-color: white;
}

.mylistNoData .topLink a {
	display: inline-block;
	font-weight: bold;
	color: #0a6ac0;
	position: relative;
	padding-left: 19px;
	line-height: 100%;
}

.mylistNoData .topLink a:active {
	opacity: 0.5;
}

.mylistNoData .topLink a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/arrow_blue.png?id=20251204a9a2df4acc9);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	top: -1px;
	left: 0;
}

/**************************************************
 * 領域ヘッダー
 **************************************************/
.ryoikiHead {
	display: flex;
	align-items: baseline;
	padding: 17px 0;
	color: #333;
	font-weight: bold;
}

.ryoikiHead > .ryoikiName {
	font-size: 16px;
	padding-left: 12px;
	position: relative;
}

.ryoikiHead > .ryoikiName::before {
	content: "";
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: -1px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #6fba2c;
}

.ryoikiHead > .ryoikiCount {
	font-size: 12px;
	padding-left: 1px;
}

/**************************************************
 * 注文,リフォーム カセット共通
 **************************************************/
.bukkenRefineLst li,
.cassettelistAll li {
	width: 100%;
	margin-top: 12px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.bukkenRefineLst li.keisaiEnd,
.cassettelistAll li.keisaiEnd {
	background: #ebebeb;
}

.bukkenRefineLst:last-child,
.cassettelistAll:last-child {
	margin-bottom: 12px;
}

.innerWrapActive {
	background: #ebebeb;
}

.innerWrapActive .imgWrap {
	background: #fff;
}

.innerHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #e7eaeb solid;
}

.keisaiEnd .innerHead {
	border-bottom: 1px #d5d8d9 solid;
}

.innerHead .inputWrap {
	display: flex;
	align-items: center;
}

.innerHead .inputWrap input[type="checkbox"] {
	width: 42px;
	height: 38px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/favorite/checkBox_inactive.png?id=20251204a9a2df4acc9);
	background-size: 24px;
	background-position: center;
	margin-left: 3px;
	appearance: none;
}

.innerHead .inputWrap input[type="checkbox"]:checked {
	width: 42px;
	height: 38px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/my/favorite/checkBox_active.png?id=20251204a9a2df4acc9);
	background-size: 24px;
	background-position: center;
	margin-left: 3px;
	appearance: none;
}

.innerHead .inputWrap input.customCheckbox:active {
	opacity: 0.5;
}

.innerHead .titleWrap {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	padding: 8px 0;
	word-break: break-all;
}

.innerHead .titleWrap:first-child {
	padding-left: 10px;
}

.keisaiEnd .innerHead .titleWrap:first-child {
	padding-left: 14px;
}

.innerHead .titleWrap.noCheckBox {
	padding-left: 10px;
}

li .innerHead .closeWrap {
	width: 42px;
	height: 38px;
	flex-shrink: 0;
}

li .innerHead .closeWrap a.btnClose {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(https://asset01.suumo.jp/sp/img/my/favorite/close_gray.png?id=20251204a9a2df4acc9) no-repeat;
	background-size: 18px;
	background-position: center;
}

li .innerHead .closeWrap a.btnClose.ui-hover {
	opacity: 0.5;
}

.innerHead .btnWrap {
	display: table-cell;
	width: 30px;
	text-align: left;
	background: #fff;
	vertical-align: middle;
	border-top-right-radius: 3px;
	padding: 0;
}

.infoWrap {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	font-size: 12px;
	word-break: break-all;
	color: #333;
}

.infoWrap .catch {
	line-height: 120%;
	font-weight: bold;
}

.infoWrap .jitsurei {
	margin-top: 6px;
	color: #576971;
}

.infoWrap .jitsurei span {
	color: #333;
	margin-left: 8px;
}

/**************************************************
 * 注文
 **************************************************/
.chumon {
	display: none;
	padding: 0 12px 12px;
}

.buttonWrap {
	display: flex;
	text-align: center;
	align-items: flex-start;
	gap: 0 8px;
}

.buttonWrap:last-child {
	padding-bottom: 12px;
}

.allSelectButton {
	display: block;
	box-sizing: border-box;
	width: 100px;
	background: #fff;
	border: 1px solid #cfd4d6;
	border-radius: 8px;
	box-shadow: 0 -2px 0 0 #cfd4d6 inset;
	padding: 9px 16.5px 10px;
	font-size: 13px;
	color: #576971;
	font-weight: bold;
	flex: 0 0 100px;
}

.allSelectButton.ui-hover {
	background-color: #ebebeb;
}

.allSelectButton.disabled {
	background-color: #b7bec2;
	box-shadow: none;
	padding: 10px 0 11px;
	color: #e7eaeb;
	border: none;
}

.catalogButton {
	padding: 10px 0 11px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #f37e00;
	box-shadow: 0 -3px 0 0 #e15f00 inset;
	border-radius: 8px;
	width: 100%;
}

.catalogButton.ui-hover {
	background-color: #e07705;
	box-shadow: 0 -3px 0 0 #d05b05 inset;
}

.catalogButton.disabled {
	background-color: #b7bec2;
	box-shadow: none;
	color: #e7eaeb;
	pointer-events: none;
}

.imgBorder {
	position: relative;
	width: 100%;
	height: 203px;
	overflow: hidden;
	background-color: #f3f4f5;
}

.imgBorder img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.keisaiEnd .imgBorder {
	background-color: #e0e1e2;
}

.keisaiEnd .imgBorder img {
	width: auto;
}

/**************************************************
 * リフォーム
 **************************************************/
.reform {
	display: none;
	padding: 0 12px 12px;
}

.reform_btn.reform_btn--contact {
	display: block;
	padding: 10px 0 11px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #f37e00;
	box-shadow: 0 -3px 0 0 #e15f00 inset;
	border-radius: 8px;
}

.reform_btn.ui-hover {
	background: #e07705;
	box-shadow: 0 -3px 0 0 #d05b05 inset;
}

.reform_btn.disabled {
	background-color: #b7bec2;
	box-shadow: none;
	color: #e7eaeb;
	pointer-events: none;
}

.reform_action .reform_action-read {
	position: relative;
	color: #627279;
	font-size: 11px;
	padding: 11px 0 0 40px;
}

.reform_action .reform_action-read::before {
	content: "";
	position: absolute;
	background: url(https://asset01.suumo.jp/sp/img/my/common/left-under-arrow-green.png?id=20251204a9a2df4acc9) no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	top: 8px;
	left: 18px;
}

.l-reform_action {
	padding-bottom: 12px;
}

.imgWrap {
	position: relative;
	width: 100%;
	height: 203px;
}

.reform li:not(.keisaiEnd) .imgWrap {
	border-bottom: 1px solid #e7eaeb;
}

.imgWrap img {
	position: absolute;
	max-width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.keisaiEnd .imgWrap {
	background-color: #e0e1e2;
}

.keisaiEnd .imgWrap img {
	width: auto;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	margin: auto;
	transform: translate(-50%, -50%);
}

.hidden {
	display: none;
}
