﻿/* 詳細ページ */
/* ２回目以降ウィンドウ */
.kentou-window-small {
	font-size: 13px;
	background: url(/bus/img/favorite_info_window_small.png) no-repeat bottom center;
	/* background: url(/file.jsp?id=13232) no-repeat bottom center; */
	width: 218px;
/*	height: 52px;*/
	height: 82px;
	background-size: 218px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0s, opacity 0s;
	z-index: -1000;
}

.kentou-window-small.active {
	transition: transform 0.5s, opacity 0.5s;
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	display: block;
}
/* 限界数ウィンドウ */
.kentou-window-limit {
	font-size: 13px;
	background: url(/bus/img/favorite_info_window_limit.png) no-repeat bottom center;
	/* background: url(/file.jsp?id=13233) no-repeat bottom center; */
	width: 290px;
	height: 135px;
	line-height: 1.4em;
	background-size: 290px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	/*position:absolute;
	top:100px;
	left:0;
	*/
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.5s, opacity 0.5s;
}

.kentou-window-limit .kentou-window-small__txt {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
	line-height: 24px;
	margin: 16px 0;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

.kentou-window-limit.active2 {
	opacity: 1;
	z-index: 1;
	transform: translateY(0);
	display: block;
}

.kentou-window-small a,
.kentou-window-limit a {
	display: block;
	color: #3A3C3E;
	text-decoration: none;
	padding-bottom: 50px;
}

.kentou-window-small a:hover,
.kentou-window-limit a:hover {
	color: #3A3C3E;
}

/* 検討リストへの青いボタン */
.popup-kentou__btn {
	display: -moz-inline-stack;
	vertical-align: middle;
	zoom: 1;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-image: -owg-linear-gradient(#fafafa, #eeeeee);
	background-image: -webkit-linear-gradient(#fafafa, #eeeeee);
	background-image: -moz-linear-gradient(#fafafa, #eeeeee);
	background-image: -o-linear-gradient(#fafafa, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
	background-image: linear-gradient(#fafafa, #eeeeee);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	text-align: center;
	padding: 6px 10px;
	vertical-align: middle;
	line-height: 100%;
	background-color: #d2d5e2;
	cursor: pointer;
	color: white;
	position: relative;
	border: 1px solid #c2c7d8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	margin: 0;
	background-color: #003894;
	border: 1px solid #003080;
	background-image: -owg-linear-gradient(#003ea3, #003894);
	background-image: -webkit-linear-gradient(#003ea3, #003894);
	background-image: -moz-linear-gradient(#003ea3, #003894);
	background-image: -o-linear-gradient(#003ea3, #003894);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#003ea3), to(#003894));
	background-image: linear-gradient(#003ea3, #003894);
}

.bottom-kentouBtn__btn a,
.popup-kentou__btn a {
	color: white;
	text-decoration: none;
}

.popup-kentou__btn {
	padding: 10px 10px;
}

.bottom-kentouBtn__btn:before,
.popup-kentou__btn:before {
	display: inline-block;
	transform: translateY(1px);
	content: "";
	speak: none;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: "FontAwesome"!important;
}

/* ポップアップ内の文字など */
.bottom-kentouBtn__btn {
	font-size: 14px;
}

.bottom-kentouBtn__txt {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.popup-kentou__title {
	background: #59bded;
	padding: 15px 0;
	width: 266px;
	position: absolute;
	top: -15px;
	left: -15px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	color: white;
	text-align: center;
}

.popup-kentou-limit .popup-kentou__title {
	background: #ff5959;
}

.limit-text {
	color: #ff5959;
}

.popup-kentou-limit .popup-kentou__title:before {
	display: none;
}

.popup-kentou__ok {
	background: white;
	border-top: 1px solid #ddd;
	padding: 14px 0;
	width: 266px;
	position: absolute;
	bottom: -15px;
	left: -15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0 0 6px 6px;
	color: #003da0;
	text-align: center;
}

.popup-kentou__title:before {
	content: " ";
	background: url(/bus/img/kentou-title-star.svg) no-repeat bottom center;
	/* background: url(/file.jsp?id=13159) no-repeat bottom center; */
	kentou-title-star .svg speak: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 0;
	width: 18px;
	height: 20px;
	display: inline-block;
	transform: translateY(2px);
}

.bottom-kentouBtn__txt:before {
	content: " ";
	background: url(/bus/img/kentou-title-star.svg) no-repeat center bottom;
	/* background: url(/file.jsp?id=13159) no-repeat center bottom; */
	speak: none;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: -1px;
	width: 12px;
	height: 14px;
	display: inline-block;
}

.popup-kentou__img {
	padding-top: 60px;
	padding-bottom: 60px;
}


/*アニメーションする★用*/

.animation-txt {
	position: relative;
	padding-left: 27px;
}

.animation-txt__inner {
	display: inline-block;
	font-size: 14px;
	vertical-align: text-bottom;
}

.animation-star span strong {
	position: relative;
	display: block;
}

.animation-star .shooting-star-anime {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -8px;
	opacity: 1;
	transition: 1s;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: none;
}

.animation-star .anime-empty,
.animation-star .anime-end {
	display: block;
}

.red-txt {
	color: #df1f1f;
}




/* リスト */

.bt-search-result .bt-product-card.bt-list .bt-product-card__thumbnail {
	max-height: 123px;
	height: auto;
	line-height: 0;
}

.bt-search-result .btns-module {
  position: absolute;
  right: 145px;
  bottom: 26px;;
}

.bt-search-result .favorite_target_btn {
	/* width: 144px; */
	position: relative;
}


/*アニメーションする★用*/




.kentou_linker {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 100% !important;
	padding: 30px 10px;
}


/* 同じページに別用途のファンシーボックスがある場合は注意してください。 */

.fancybox-overlay {
	background: rgba(55, 55, 55, 0.7) !important;
}

.popup-kentou img {
	width: 100%;
}

.popup-kentou__msg {
	display: block;
	text-align: center;
	padding: 55px 0;
	padding-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background: none !important;
	display: none !important;
}

.fancybox-wrap {
	overflow: visible !important;
}

.fancybox-inner {
	overflow: visible !important;
	position: relative;
}

.kentou-closer {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.kentou-closer img {
	width: 100%;
}

.fancybox-skin {
	border-radius: 6px;
	background: none;
}
