@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////

	お気に入り商品一覧ページ
	/wishlist/search/execute.html

///////////////////////////////////////////////////////////////////////*/

/* ===========================================================
	common.css設定の上書き
===========================================================*/
#contents_wide {/* div＃CONTENTSと入れ替わる */
	width: 775px;
	padding: 8px 10px 0 0;
}

/*=========================================================
	コンテンツ
=========================================================*/
.box_wishlist {
	margin-left: -10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_wishlist .box_review {
	margin-top: 42px;
}
/*=========================================================
	タイトル
=========================================================*/
.box_wishlist .ttl_wishlist {
	height: 27px;
	margin: 22px 0 35px;
	padding-left: 39px;
	background: url("/public/img/wishlist/search/icon_heart_outline_orange.png") left top no-repeat;
	font-size: 20px;
	line-height: 27px;
}
/*=========================================================
	見出し
=========================================================*/
.box_wishlist .hd_wishlist {
	width: 753px;
	height: 25px;
	margin: 0 0 17px;
	padding-bottom: 11px;
	border-bottom: 1px solid #ddd;
	line-height: 25px;
	text-align: left;
	letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.box_wishlist .hd_wishlist .ttl {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	letter-spacing: normal; /* inline-blockの隙間対策 */
	margin-right: 14px;
	font-size: 16px;
	font-weight: bold;
}
.box_wishlist .box_review .lead {
	margin-bottom: 30px;
	font-size: 13px;
}
.wishlist_lead {
	width: 753px;
	margin-bottom: 20px;
}
.wishlist_lead .lead {
	float: left;
	margin-top: 8px;
	font-size: 13px;
}
/* -------------------------------
	登録件数表示
------------------------------- */
.box_wishlist .hd_wishlist .wish_count_num {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	letter-spacing: normal; /* inline-blockの隙間対策 */
	height: 21px;
	padding: 0 7px 2px 9px;
	border-radius: 21px;
	border: solid 1px #ff6c2b;
	background-color: #fff8f5;
	color: #ff6c2b;
	text-align: center;
}
.box_wishlist .hd_wishlist .wish_count_num span.num {
	padding-right: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
}
.box_wishlist .hd_wishlist .wish_count_num span.txt {
	font-size: 12px;
}
/*=========================================================
	お気に入り0件
=========================================================*/
.box_wishlist .box_noregistereditem {
	margin: 40px 0 80px;
}
.box_wishlist .box_noregistereditem .lead_noitem {
	width: 495px;
	height: 85px;
	margin: 0 auto 10px;
	border-radius: 6px;
	background-image: linear-gradient(to right, #e5e5e5 50%, transparent 50%), linear-gradient(to right, #e5e5e5 50%, transparent 50%), linear-gradient(to bottom, #e5e5e5 50%, transparent 50%), linear-gradient(to bottom, #e5e5e5 50%, transparent 50%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 12px 1px, 12px 1px, 1px 12px, 1px 12px;
	background-color: #fffbf9;
	color: #ff6e2b;
	font-size: 15px;
	text-align: center;
	line-height: 85px;
}
.box_wishlist .box_noregistereditem .txt {
	font-size: 13px;
	text-align: center;
}
/*=========================================================
	商品一覧
=========================================================*/
.box_wishlist .list li {
	float: left;
	margin: 0 20px 27px 0;
}
.box_wishlist .list li.rightmost {
	margin-right: 0;
}
.wishlist_item_inner {
	width: 215px;
	padding: 10px 10px 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.box_wishlist .list .image {
	position: relative;
	*overflow: auto; /* IE7 hover対策 */
}
.box_wishlist .list .pic_item {
	display: block;
	width: auto;
	height: 161px;
	margin: 0 auto;
}
.box_wishlist .list .maker {
	position: absolute;
	top: 0;
	left: 0;
}

/* 商品名
---------------------------------------*/
.box_wishlist .list .item_name {
	margin: 8px 0 10px;
	text-align: center;
}
.box_wishlist .list .item_name a {
	display: table;
	margin: auto;
	font-size: 14px;
	text-align: left;
}
/* 商品名（工事例）
--------------------------------*/
.box_wishlist .box_review .list .item_name {
	margin: 8px 0 8px;
}
.box_wishlist .box_review .list .item_name a {
	font-size: 12px;
}

/* 割引率バクダン
---------------------------------------*/
.box_wishlist .list .discount {
	position: absolute;
	bottom: -8px;
	right: -8px;
	width: 55px;
	height: 55px;
	background: url("/public/img/wishlist/search/bg_bomb.png") left top no-repeat;
	color: #fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-indent: 0;
}
.box_wishlist .list .discount span {
	display: block;
	line-height: 1;
	text-align: center;
}
.box_wishlist .list .discount .num {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}
.box_wishlist .list .discount .num .ratio {
	display: inline;
	font-size: 13px;
}
/* 価格
---------------------------------------*/
.box_wishlist .list .price {
	padding-bottom: 9px;
	color: #f00;
	line-height: 1;
}
.box_wishlist .list .price .ttl_price {
	float: left;
	margin-top: 7px;
	font-size: 12px;
}
.box_wishlist .list .price .ttl_price_fe, /* フェンス */
.box_wishlist .list .price .ttl_price_multi {
	margin-top: 0;
}
.box_wishlist .list .price .num_price {
	float: right;
	font-size: 13px;
}
.box_wishlist .list .price .num_price .num {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
/* 施工情報
---------------------------------------*/
.box_wishlist .list .review_info {
	margin-bottom: 4px;
}
.box_wishlist .list .review_info .location,
.box_wishlist .list .review_info .date {
	text-align: right;
}
/* 下部ボタン
---------------------------------------*/
.box_wishlist .list .foot {
	padding: 9px 0 0 5px;
	border-top: 1px solid #eee;
}

/* 削除ボタン
---------------------------------------*/
.box_wishlist .list .delete {
	float: left;
	margin-right: 15px;
}
.box_wishlist .list .delete a {
	display: block;
	min-width: 20px;
	padding-top: 28px;
	background: url("/public/img/wishlist/search/ico_dustbox.png") center top no-repeat;
	font-size: 10px;
	color: #777;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.box_wishlist .list .delete a:hover {
	text-decoration: none;
}

/* 拡大ボタン
---------------------------------------*/
.box_wishlist .list .enlarge {
	float: left;
	margin-top: 2px;
	margin-right: 17px;
}
.box_wishlist .list .enlarge a {
	position: relative;
	display: block;
	min-width: 22px;
	font-size: 10px;
	color: #0054cb;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.box_wishlist .list .enlarge a:hover {
	text-decoration: none;
}
.box_wishlist .list .enlarge img {
	position: relative;
	padding-bottom: 17px;
}
.box_wishlist .list .enlarge .txt {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 詳細・お見積へボタン
---------------------------------------*/
.box_wishlist .list .show_detail {
	float: right;
	margin-top: 3px;
}
.box_wishlist .list .show_detail a {
	position: relative;
	display: block;
	width: 123px;
	height: 33px;
	padding: 0 0 0 9px;
	background-color: #2072e6;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
	color: #fff;
	font-size: 13px;
	line-height: 33px;
	-webkit-backface-visibility: hidden;
}
/* 施工例
--------------------------------*/
.box_wishlist .box_review .list .show_detail a {
	width: 132px;
	padding: 0;
	text-align: center;
}
.box_wishlist .list .show_detail a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 6px;
	height: 9px;
	margin: auto 0;
	background: url("/public/img/wishlist/search/ico_arrow.png") left top no-repeat;
	vertical-align: middle;
}
.box_wishlist .list .show_detail a:hover {
	text-decoration: none;
}

/*=========================================================
	最近ご覧になった商品
=========================================================*/
.box_wishlist .recently_viewed {
	width: 754px;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.box_wishlist .recently_viewed dl dt {
	margin-bottom: 18px;
	padding-left: 8px;
	border-left: 4px solid #555;
	font-size: 14px;
	line-height: 16px;
}
.box_wishlist .swiper {
  width: 644px;
  margin-left: 54px;
}
.box_wishlist .swiper-slide {
	width: 120px;
}
.box_wishlist .recently_viewed img {
	border: 1px solid #ddd;
}
.box_wishlist .recently_viewed .swiper-button-prev,
.box_wishlist .recently_viewed .swiper-button-next {
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
.box_wishlist .recently_viewed .swiper-button-prev {
	left: 0;
}
.box_wishlist .recently_viewed .swiper-button-next {
	right: 0;
}
.box_wishlist .recently_viewed .swiper-button-prev:hover,
.box_wishlist .recently_viewed .swiper-button-next:hover {
	transform: scale(2);
}
.box_wishlist .recently_viewed .swiper-button-prev,
.box_wishlist .recently_viewed .swiper-button-next {
	--nav-size: 32px;
	position: absolute;
	top: 50%;
	display: block;
	width: var(--nav-size);
	height: var(--nav-size);
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	opacity: 90;
	z-index: 52;
	transition: transform 0.25s ease-in-out;
}
.box_wishlist .recently_viewed .swiper-button-prev {
	background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.box_wishlist .recently_viewed .swiper-button-next {
	background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.box_wishlist .recently_viewed {
	position: relative;
	margin-bottom: 20px;
}
.box_wishlist .recently_viewed dd {
	position: relative;
	width: 754px !important;
	font-size: 10px;
}
.box_wishlist .recently_viewed p.item_img img.item_pic {
	width: 118px;
	height: 88px;
	border: 1px solid #ccc;
}
.box_wishlist .recently_viewed p.item_img img.maker_logo {
	position: absolute;
	top: 1px;
	left: 1px;
}
.box_wishlist .recently_viewed p.item_name {
	margin-top: 2px;
	text-align: center;
}
.box_wishlist .recently_viewed p.item_price {
	text-align: center;
}
.box_wishlist .recently_viewed p.item_price a {
	color: #f00;
}

/*=========================================================
	その他お問い合わせ
=========================================================*/
.other-contact {
	width: 634px;
	margin: 55px 0 0 60px;
}
.other-contact li {
	float: left;
	border: 1px solid #ddd;
}
.other-contact li img {
	vertical-align: bottom;
}
/* FAX
-------------------------------*/
.other-contact li.fax {
	float: right;
	display: table;
	width: 264px;
	height: 119px;
	text-align: center;
	vertical-align: middle;
}
.other-contact li.fax img {
	margin-top: 19px;
}
.other-contact li.fax a {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #2467c5;
	text-decoration: underline;
}
.other-contact li.fax a:hover {
	text-decoration: none;
}
/* よくあるご質問
-------------------------------*/
.other-contact dl {
	clear: both;
	margin-top: 16px;
	padding: 18px 20px 18px 30px;
	border: 1px solid #ddd;
	font-size: 13px;
}
.other-contact dt {
	margin-bottom: 10px;
}
.other-contact dt a {
	color: #2467c5;
	text-decoration: underline;
}
.other-contact dt a:hover {
	text-decoration: none !important;
}
/* ====================================================
	商品比較
====================================================*/
/*--------------------------------
	商品比較ボタン
--------------------------------*/
.wishlist-compare-box {
	float: right;
	padding: 10px 10px 10px 14px;
	border-radius: 3px;
	background-color: #fff2ed;
}
.wishlist-compare-box_txt {
	float: left;
	margin-right: 24px;
	padding-left: 24px;
	background: url("/public/img/wishlist/search/img_checked-orange.png") left center no-repeat;
}
.wishlist-compare-box .bt_submit {
	float: right;
}
.wishlist-compare-box .bt_submit a {
	position: relative;
	display: inline-block;
	height: 35px;
	padding: 0 26px 0 19px;
	border-radius: 5px;
	background-color: #ff6c2b;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
}
.wishlist-compare-box .bt_submit a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	height: 14px;
	margin: auto 0;
	background: url("/public/img/wishlist/search/icon_next-white.png") left center no-repeat;
}
/*--------------------------------
	比較チェック
--------------------------------*/
.wishlist-compare-check-holder {
	margin-bottom: 6px;
	letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.wishlist-compare_label {
	cursor: pointer;
}
.wishlist-compare_check {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 6px;
	border: 1px solid #333;
	vertical-align: baseline;
}
.wishlist-compare_check:checked {
	background: url("/public/img/wishlist/search/icon_checked-black.png") left center no-repeat;
}
.wishlist-compare_txt {
	letter-spacing: normal; /* inline-blockの隙間対策 */
}
.wishlist-compare_check:checked + .wishlist-compare_txt {
	color: #ff6c2b;
}