@charset "utf-8";
.chatbot-container:not(.is-open) {
//  width: 200px;   /* 画像ボタン全体の横幅 */
  height: 150px;  /* 画像ボタン全体の高さ */
  right: -80px;    /* 右からの位置 */
  bottom: 90px;   /* 下からの位置 */
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.chatbot-container:not(.is-open) .chatbot-header {
  width: 100%;
  height: 100%;
  padding: 0;
  background: url("/images/ai_chatbot.png") center / contain no-repeat;
  font-size: 0;
  color: transparent;
}

.chatbot-container:not(.is-open) .chatbot-header * {
  display: none;
}

.chatbot-container:not(.is-open) > :not(.chatbot-header) {
  display: none;
}
