/*
Theme Name: Kvell
Theme URI: http://kvell.edge-themes.com
Description: A Creative Multipurpose Theme for Freelancers and Agencies
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: kvell
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.contactFixedBtn {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  bottom: 5%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 10%);
  font-family: 'Noto Sans JP', sans-serif;
  position: fixed;
  transition: 2s ease-in-out;
  width: 310px;
  z-index: 1001;
}

@media (max-width: 680px) {
  .contactFixedBtn {
    width: 60px;    
  }
}

.contactFixedBtn.close {
  width: 60px;
}

.contactFixedBtn a {
  align-items: center;
  display: flex;
  padding: 30px 22px 15px 22px;
  transition: 0.8s ease-in-out;

  overflow: hidden;
}

@media (max-width: 680px) {
  .contactFixedBtn a {
    padding: 15px 10px 15px 10px;
  }
}

.contactFixedBtn.close a {
  padding: 30px 10px 15px 10px;
}

.contactFixedBtn a:hover {
  color: #1c1b20;
  opacity: 0.8;
}

.contactFixedBtn img {
  margin-right: 14px;
  width: 36px;
}

.contactFixedBtn div {
  font-weight: 700;
  min-width: 216px;
  text-align: center;
}

@media (max-width: 680px) {
  .contactFixedBtn div {
    display: none;
  }
}

.contactFixedBtn__txt {
  font-size: 18px;
}

.contactFixedBtn__tel {
  font-size: 28px;
  line-height: 1.2;
}

.contactFixedBtn__toggle {
  align-items: center;
  background-color: #eee;
  border-radius: 100vw;
  color: #1c1b20;
  display: flex;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
}

@media (max-width: 680px) {
  .contactFixedBtn__toggle {
    display: none;
  }
}

.contactFixedBtn__toggle:hover {
  cursor: pointer;
}
