@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.vk-mobile-nav {
  padding-top: 7em;
}

.vk-mobile-nav .note {
  color: white;
}

/* アコーディオンスタイル */
.acc-btn,
.acc-btn-open {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  transition: background-color 0.3s ease;
}

.acc-btn::after,
.acc-btn-open::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.acc-btn.active::after,
.acc-btn-open.active::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content.active {
  max-height: none;
}

.tel_wrap {
  color: rgb(102, 102, 102);
  line-height: 1.42857143;
}

#content {
  padding-top: 12em !important;
}

@media (max-width: 768px) {
  #content {
    padding-top: 6em !important;
  }
}
