@charset "utf-8";
#ichiba_chat_window {
	width: 400px;
}
#request_chat_button,
[data-furusato-chatbot-extend-sleepbtn],
[data-furusato-chatbot-extend-activebtn] {
	z-index: 9000;
}
#request_chat_button {
	width: 185px;
	height: 108px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	background: url(../images/banner_chatbot_close.png) 0 0 / contain no-repeat;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
[data-furusato-chatbot-extend-sleepBtn] {
	position: fixed;
	right: 50px;
	bottom: 94px;
	width: 14px;
	height: 2px;
	padding-top: 12px;
	cursor: pointer;
}
[data-furusato-chatbot-extend-sleepBtn] img {
	display: inline-block;
	vertical-align: top;
}

[data-furusato-chatbot-extend-activeBtn] {
	position: fixed;
	right: 30px;
	bottom: 0;
	display: none;
	width: 185px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
	border: 2px solid #fff;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	background: url(../images/banner_chatbot_minmam.png) 0 0 / contain no-repeat;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

#riBackToTop {
	bottom: 118px;
}